{"product_id":"pro-anti-glid-fotballsokker","title":"Pro Anti-Slip Fotballsokker Luvikno","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: High-Performance Athletic Gear (Men's Soccer Grip Socks)\nTarget Audience: Male athletes, soccer players, sports enthusiasts seeking competitive edge\nVisual Style: Professional, Dynamic, Engineered, High-Contrast\nColor Strategy: Deep Field Navy (--primary) with Volt Green accents to simulate athletic energy; crisp White for cleanliness.\nShape Strategy: Radius 8px (Masculine, sharp, engineered but safe)\nTypography Strategy: Large Type \/ Mobile-first readable. H1 at 36px-44px for impact. Bold sans-serif to convey strength.\nMobile Table Strategy: Card-based layout with data-label pseudo-elements (No horizontal scroll)\nImage Mapping: Hero=image_1, Grip Detail=image_2, Comfort Fit=image_3, Classic Style=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ========================================================\n       1) DESIGN SYSTEM \u0026 VARIABLES\n       ======================================================== *\/\n    :root {\n      --primary: #0A192F;      \/* Deep Athletic Navy *\/\n      --accent: #E1FF00;       \/* Volt Volt\/Neon Green for high-energy accents *\/\n      --text-main: #111827;\n      --text-sub: #4B5563;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9FAFB;\n      --bg-dark: #111827;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);\n      --border-color: #E5E7EB;\n    }\n\n    \/* ========================================================\n       2) RESET \u0026 BASE ARCHITECTURE\n       ======================================================== *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.7;\n    }\n\n    .product-detail-container * {\n      box-sizing: inherit;\n    }\n\n    \/* ========================================================\n       3) TYPOGRAPHY SYSTEM (LARGE TYPE)\n       ======================================================== *\/\n    .product-detail-container h1, \n    .product-detail-container h2, \n    .product-detail-container h3 {\n      margin-top: 0;\n      font-weight: 800;\n      line-height: 1.2;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(34px, 5vw, 44px);\n      margin-bottom: clamp(1rem, 3vw, 1.5rem);\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(26px, 4vw, 32px);\n      margin-bottom: clamp(1rem, 3vw, 1.5rem);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container ul {\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-sub);\n      padding-left: 1.5rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container li {\n      margin-bottom: 0.5rem;\n    }\n\n    \/* Non-interactive Badge *\/\n    .badge-athletic {\n      display: inline-block;\n      background: var(--primary);\n      color: #fff;\n      padding: 0.5rem 1.2rem;\n      font-size: 16px;\n      font-weight: 700;\n      text-transform: uppercase;\n      border-radius: 50px;\n      margin-bottom: 1rem;\n      letter-spacing: 1px;\n    }\n\n    \/* ========================================================\n       4) IMAGE PROTOCOL (ANTI-DISTORTION)\n       ======================================================== *\/\n    .img-fluid {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .img-placeholder {\n      width: 100%;\n      aspect-ratio: 4\/3;\n      background-color: #F3F4F6;\n      border: 2px dashed #D1D5DB;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 18px;\n      color: #9CA3AF;\n      font-weight: bold;\n    }\n\n    \/* ========================================================\n       5) LAYOUT \u0026 MODULES\n       ======================================================== *\/\n    .section-spacing {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      padding: clamp(2rem, 5vw, 4rem) 0;\n    }\n    \n    .social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--primary);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n      margin-bottom: 2rem;\n      background: var(--bg-card);\n      padding: 1rem;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Mobile Ordering Lock (Z-Pattern for Desktop) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column; \/* Force Mobile Lock: Image top, Text bottom usually handled by DOM order, but let's ensure DOM is Media then Copy *\/\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n    \n    .feature-media, \n    .feature-copy {\n      width: 100%;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, \n      .feature-copy {\n        flex: 1;\n      }\n      .feature-copy {\n        padding: 0 2rem; \/* Safety padding inside multi-column *\/\n      }\n    }\n\n    \/* ========================================================\n       6) SPECS TABLE (MOBILE CARD CONVERSION)\n       ======================================================== *\/\n    .specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 1.2rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n\n    .specs-table th {\n      background-color: var(--primary);\n      color: #ffffff;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Mobile Card Strategy - NO Horizontal Scroll *\/\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide native headers *\/\n      }\n      \n      .specs-table tr {\n        background: #ffffff;\n        margin-bottom: 1rem;\n        border-radius: var(--radius-md);\n        border: 1px solid var(--border-color);\n        box-shadow: var(--shadow-sm);\n        padding: 0.5rem 1rem;\n      }\n      \n      .specs-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px solid #F3F4F6;\n        padding: 0.8rem 0;\n        text-align: right;\n        gap: 1rem;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: left;\n        flex-shrink: 0;\n      }\n    }\n\n    \/* ========================================================\n       7) FAQ MODULE\n       ======================================================== *\/\n    .faq-container {\n      border-top: 2px solid var(--bg-card);\n      padding-top: clamp(3rem, 6vw, 4rem);\n    }\n    \n    .faq-item {\n      margin-bottom: 2rem;\n    }\n    \n    .faq-question {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n      display: flex;\n      align-items: flex-start;\n      gap: 10px;\n    }\n    \n    .faq-answer {\n      font-size: clamp(18px, 2.5vw, 20px);\n      color: var(--text-sub);\n      padding-left: 2rem; \/* Align with text, avoiding icon *\/\n    }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"badge-athletic\"\u003ePro Athlete Edition\u003c\/div\u003e\n\n\u003ch1\u003eDominer banen. Få fordelen.\u003c\/h1\u003e\n\n\u003cp\u003eOpplev overlegen grep, sekund-rask smidighet og enestående grep under hver spill med våre presisjonskonstruerte herrefotballgrep sokker.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e⭐ ⭐ ⭐ ⭐ ⭐ Ansett av 10 000+ pro \u0026amp; amatørspillere\u003c\/div\u003e\n\u003c!-- HERO IMAGE --\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326152341\/16e3d222798bec0ce5994b486d7eaebf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326152341\/114beee6384fde17ac878dda2db4f500.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMaksimal grep \u0026amp; Anti-glid teknologi\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eLås inn fordelen din.\u003c\/strong\u003e Avansert silikonrutenett teknologi plassert strategisk på sålen skaper høyt friksjonsområder mellom foten din og fotballskoen.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFordel:\u003c\/strong\u003e Eliminerer indre fotglidning under høy-intensitetsmomenter.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eNy fordel:\u003c\/strong\u003e Utfør raske svinger, eksplosive akselerasjoner og presise stopp med absolutt selvsikkerhet.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 2: KOMFORT (REVERSE ON DESKTOP) --\u003e\n\n\u003cdiv class=\"feature-item reverse section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326152341\/c0996c11c6fe02898ca4c1a1e4d8af73.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eKomfort godkjent av idrettsutøvere\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eUtviklet for utholdenhet.\u003c\/strong\u003e Laget med premium, pustende, fukttransporterende stoff som kartlegger den naturlige anatomien til den mannlige foten.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFordel:\u003c\/strong\u003e Gir en tettsittende kompresjonslignende passform mens føttene holdes perfekt tørre.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eNy fordel:\u003c\/strong\u003e Si farvel til blemmer og ubehag. Oppretthold maksimal ytelse og total fokus fra avspark til den siste hvilen.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE 3: STIL --\u003e\n\n\u003cdiv class=\"feature-item section-spacing\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260326152341\/30ddb348e545622a719453f70ac244a1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTidløst klassisk stil\u003c\/h2\u003e\n\n\u003cp\u003e\u003cstrong\u003eSe ut som en proff, spill som en proff.\u003c\/strong\u003e Vår klassiske hvite estetikk gir et preg av profesjonell eleganse til ditt sportsutstyr.\u003c\/p\u003e\n\n\u003cul\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eFordel:\u003c\/strong\u003e Matcher sømløst ethvert lagdrakt, fotballsko eller treningsuniform.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eNy fordel:\u003c\/strong\u003e Trå inn på banen og føl deg utrolig skarp, med en hevet psykologisk fordel i ditt spill.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPESIFIKASJONER TABELL --\u003e\n\n\u003cdiv class=\"specs-container section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 2rem;\"\u003eTekniske spesifikasjoner\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eEgenskap\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpesifikasjonsdetaljer\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Egenskap\"\u003eMateriale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjonsdetaljer\"\u003e75% pustende bomull, 15% nylon, 10% elastan\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Egenskap\"\u003eGrepsteknologi\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjonsdetaljer\"\u003eHøy-friksjons silikonrutenettputer\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Egenskap\"\u003eVekt (Per par)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjonsdetaljer\"\u003e80 g \/ 2,8 oz (Lett vekt ytelse)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Egenskap\"\u003eAnkelhøyde\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjonsdetaljer\"\u003eMidt-legg støtte (Ca. 18,0 cm \/ 7,1 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Egenskap\"\u003eVedlikeholdsinstruksjoner\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Spesifikasjonsdetaljer\"\u003eMaskinvask kaldt ved 30°C (86°F), ikke tørketrommel\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ-SEKSJON --\u003e\n\n\u003cdiv class=\"faq-container section-spacing\"\u003e\n\u003ch2 style=\"text-align: center; margin-bottom: 3rem;\"\u003eOfte stilte spørsmål\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003eQ:\u003c\/span\u003e Vil disse passe inn i mine stramt snørte fotballsko?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutt. De er designet med en medium-tynn profil over fotens topp for å sikre pusteevne og en perfekt passform innen trange fotballsko, mens bunnen bruker polstrede gripeområder for komfort.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003eQ:\u003c\/span\u003e Hvordan vasker jeg dem uten å skade anti-glid grepene?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eFor maksimal levetid anbefaler vi å vaske sokkene vrangs opp i kaldt vann (30°C \/ 86°F) på en skånsom syklus. La dem alltid lufttørke; den ekstreme varmen fra tørketrommel kan forringe silikon grepmaterialet over tid.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e\n\u003cspan\u003eQ:\u003c\/span\u003e Hvilke skostørrelser passer disse sokkene til?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eVårt elite kompresjonsstoff lar sokkene tilpasse seg dynamisk til fotformen din. De passer komfortabelt til herre US størrelser 7 til 12 (EU 40 til 46), og sikrer en tettsittende, ikke-glidende innpakning rundt foten din.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Luvikno","offers":[{"title":"Hvit \/ ⚽️ 1-Pakke","offer_id":46738130796721,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Svart \/ ⚽️ 1-Pakke","offer_id":46738130829489,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Blå \/ ⚽️ 1-Pakke","offer_id":46738130862257,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Oransje \/ ⚽️ 1-Pakke","offer_id":46738130895025,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Mørkeblå \/ ⚽️ 1-Pakke","offer_id":46738130927793,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Hvit \/ 🔥 3-Pack (Mest Populær)","offer_id":46738130960561,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Svart \/ 🔥 3-Pack (Mest Populær)","offer_id":46738130993329,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Blå \/ 🔥 3-Pack (Mest Populær)","offer_id":46738131026097,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Oransje \/ 🔥 3-Pack (Mest Populær)","offer_id":46738131058865,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Mørkeblå \/ 🔥 3-Pack (Mest Populær)","offer_id":46738131091633,"sku":null,"price":336.0,"currency_code":"NOK","in_stock":true},{"title":"Hvit \/ 🏆 5-Pack (Team Prep)","offer_id":46738131124401,"sku":null,"price":426.0,"currency_code":"NOK","in_stock":true},{"title":"Svart \/ 🏆 5-Pack (Team Prep)","offer_id":46738131157169,"sku":null,"price":426.0,"currency_code":"NOK","in_stock":true},{"title":"Blå \/ 🏆 5-Pack (Team Prep)","offer_id":46738131189937,"sku":null,"price":426.0,"currency_code":"NOK","in_stock":true},{"title":"Oransje \/ 🏆 5-Pack (Team Prep)","offer_id":46738131222705,"sku":null,"price":426.0,"currency_code":"NOK","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0478\/7424\/4763\/files\/16e3d222798bec0ce5994b486d7eaebf.jpg?v=1774941865","url":"https:\/\/luvikno.com\/products\/pro-anti-glid-fotballsokker","provider":"Luvikno","version":"1.0","type":"link"}