{"product_id":"dot-prod-39416231-8ce","title":"Hwayang Soju 41% 375ml","description":"\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #fff;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        \/* Header Section *\/\n        .product-header {\n            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n            color: white;\n            padding: 60px 40px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n        \n        .product-header::before {\n            content: \"\";\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(255,215,0,0.1) 0%, transparent 70%);\n            animation: shimmer 3s ease-in-out infinite;\n        }\n        \n        @keyframes shimmer {\n            0%, 100% { transform: rotate(0deg); }\n            50% { transform: rotate(180deg); }\n        }\n        \n        .premium-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #FFD700, #FFA500);\n            color: #1a1a1a;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-weight: bold;\n            margin-bottom: 20px;\n            font-size: 14px;\n            letter-spacing: 2px;\n        }\n        \n        .product-title {\n            font-size: 48px;\n            font-weight: 300;\n            margin-bottom: 15px;\n            letter-spacing: 3px;\n            position: relative;\n            z-index: 1;\n        }\n        \n        .product-subtitle {\n            font-size: 20px;\n            opacity: 0.9;\n            font-weight: 300;\n            letter-spacing: 1px;\n        }\n        \n        \/* Key Features Section *\/\n        .key-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            padding: 60px 20px;\n            background: #f8f8f8;\n        }\n        \n        .feature-card {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .feature-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n        }\n        \n        .feature-icon {\n            font-size: 48px;\n            margin-bottom: 20px;\n        }\n        \n        .feature-title {\n            font-size: 20px;\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #1a1a1a;\n        }\n        \n        .feature-desc {\n            color: #666;\n            line-height: 1.8;\n        }\n        \n        \/* Story Section *\/\n        .story-section {\n            padding: 80px 20px;\n            background: white;\n        }\n        \n        .section-title {\n            font-size: 36px;\n            text-align: center;\n            margin-bottom: 50px;\n            color: #1a1a1a;\n            position: relative;\n            padding-bottom: 20px;\n        }\n        \n        .section-title::after {\n            content: \"\";\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, #FFD700, #FFA500);\n        }\n        \n        .story-content {\n            max-width: 800px;\n            margin: 0 auto;\n            font-size: 18px;\n            line-height: 2;\n            color: #555;\n        }\n        \n        .highlight {\n            background: linear-gradient(180deg, transparent 60%, rgba(255,215,0,0.3) 60%);\n            padding: 0 4px;\n            font-weight: 500;\n        }\n        \n        \/* Manufacturing Process *\/\n        .process-section {\n            background: #1a1a1a;\n            color: white;\n            padding: 80px 20px;\n        }\n        \n        .process-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 40px;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n        \n        .process-item {\n            text-align: center;\n        }\n        \n        .process-number {\n            display: inline-block;\n            width: 60px;\n            height: 60px;\n            line-height: 60px;\n            border-radius: 50%;\n            background: linear-gradient(135deg, #FFD700, #FFA500);\n            color: #1a1a1a;\n            font-weight: bold;\n            font-size: 24px;\n            margin-bottom: 20px;\n        }\n        \n        .process-title {\n            font-size: 20px;\n            margin-bottom: 10px;\n            color: #FFD700;\n        }\n        \n        .process-desc {\n            opacity: 0.9;\n            line-height: 1.8;\n        }\n        \n        \/* Tasting Notes *\/\n        .tasting-section {\n            padding: 80px 20px;\n            background: white;\n        }\n        \n        .tasting-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            max-width: 1000px;\n            margin: 50px auto;\n        }\n        \n        .tasting-card {\n            padding: 40px;\n            border: 2px solid #f0f0f0;\n            border-radius: 20px;\n            transition: all 0.3s ease;\n        }\n        \n        .tasting-card:hover {\n            border-color: #FFD700;\n            background: #fffef5;\n        }\n        \n        .tasting-label {\n            font-size: 14px;\n            color: #999;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            margin-bottom: 10px;\n        }\n        \n        .tasting-value {\n            font-size: 24px;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 15px;\n        }\n        \n        .tasting-detail {\n            color: #666;\n            line-height: 1.8;\n        }\n        \n        \/* Pairing Recommendations *\/\n        .pairing-section {\n            background: #f8f8f8;\n            padding: 80px 20px;\n        }\n        \n        .pairing-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            max-width: 1000px;\n            margin: 50px auto;\n        }\n        \n        .pairing-item {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\n        }\n        \n        .pairing-emoji {\n            font-size: 48px;\n            margin-bottom: 15px;\n        }\n        \n        .pairing-name {\n            font-size: 18px;\n            font-weight: 600;\n            margin-bottom: 10px;\n        }\n        \n        .pairing-desc {\n            color: #666;\n            font-size: 14px;\n            line-height: 1.6;\n        }\n        \n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n            padding: 80px 20px;\n            text-align: center;\n            color: white;\n        }\n        \n        .cta-title {\n            font-size: 36px;\n            margin-bottom: 20px;\n            font-weight: 300;\n        }\n        \n        .cta-subtitle {\n            font-size: 18px;\n            opacity: 0.9;\n            margin-bottom: 40px;\n        }\n        \n        .cta-button {\n            display: inline-block;\n            padding: 18px 50px;\n            background: linear-gradient(135deg, #FFD700, #FFA500);\n            color: #1a1a1a;\n            text-decoration: none;\n            border-radius: 50px;\n            font-size: 18px;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(255,215,0,0.3);\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 15px 40px rgba(255,215,0,0.4);\n        }\n        \n        \/* Certification Marks *\/\n        .certification {\n            text-align: center;\n            padding: 60px 20px;\n            background: white;\n        }\n        \n        .cert-badges {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 40px;\n            flex-wrap: wrap;\n            margin-top: 30px;\n        }\n        \n        .cert-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            gap: 10px;\n        }\n        \n        .cert-icon {\n            font-size: 48px;\n            color: #FFD700;\n        }\n        \n        .cert-text {\n            font-size: 14px;\n            color: #666;\n            font-weight: 500;\n        }\n        \n        \/* Additional Information *\/\n        .info-box {\n            background: #fffef5;\n            border-left: 4px solid #FFD700;\n            padding: 20px;\n            margin: 30px 0;\n            border-radius: 8px;\n        }\n        \n        .info-title {\n            font-weight: 600;\n            margin-bottom: 10px;\n            color: #1a1a1a;\n        }\n        \n        .info-text {\n            color: #666;\n            line-height: 1.8;\n        }\n        \n        @media (max-width: 768px) {\n            .product-title {\n                font-size: 32px;\n            }\n            \n            .section-title {\n                font-size: 28px;\n            }\n            \n            .story-content {\n                font-size: 16px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n    \u003c!-- Header Section --\u003e\n    \u003cdiv class=\"product-header\"\u003e\n        \u003cdiv class=\"premium-badge\"\u003ePREMIUM SOJU\u003c\/div\u003e\n        \u003ch2 class=\"product-title\"\u003eHwayang 41°\u003c\/h2\u003e\n        \u003cp class=\"product-subtitle\"\u003eThe pinnacle of deep and rich flavor, premium distilled Soju\u003c\/p\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Key Features --\u003e\n    \u003cdiv class=\"key-features\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🌾\u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003e100% Korean Rice\u003c\/h3\u003e\n            \u003cp class=\"feature-desc\"\u003eA true premium distilled spirit made exclusively with carefully selected Korean rice\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003e41% High Proof\u003c\/h3\u003e\n            \u003cp class=\"feature-desc\"\u003eDouble the strength of regular Soju, capturing the full depth of flavor and aroma\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🏆\u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003eTraditional Distillation\u003c\/h3\u003e\n            \u003cp class=\"feature-desc\"\u003eVacuum distillation method achieving pure taste and smooth finish\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n            \u003ch3 class=\"feature-title\"\u003ePremium Limited Production\u003c\/h3\u003e\n            \u003cp class=\"feature-desc\"\u003eSmall-batch production maximizing quality for this exceptional Soju\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Brand Story --\u003e\n    \u003cdiv class=\"story-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eHwayang, Capturing the Essence of Fire\u003c\/h2\u003e\n        \u003cdiv class=\"story-content\"\u003e\n            \u003cp\u003eHwayang means \u003cspan class=\"highlight\"\u003e'Fire Day'\u003c\/span\u003e, representing the masterful control of temperature and timing during the distillation process to create this premium Soju.\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003cp\u003eParticularly, \u003cspan class=\"highlight\"\u003e41 proof\u003c\/span\u003e is the highest strength in the Hwayang lineup, preserving the maximum taste and aroma of the distilled essence. Experience the \u003cspan class=\"highlight\"\u003eprofound depth of flavor\u003c\/span\u003e and \u003cspan class=\"highlight\"\u003esmooth finish\u003c\/span\u003e that sets it apart from ordinary Soju.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Manufacturing Process --\u003e\n    \u003cdiv class=\"process-section\"\u003e\n        \u003ch2 class=\"section-title\" style=\"color: white;\"\u003eCraftsmanship in 4 Steps\u003c\/h2\u003e\n        \u003cdiv class=\"process-grid\"\u003e\n            \u003cdiv class=\"process-item\"\u003e\n                \u003cdiv class=\"process-number\"\u003e1\u003c\/div\u003e\n                \u003ch3 class=\"process-title\"\u003eIngredient Selection\u003c\/h3\u003e\n                \u003cp class=\"process-desc\"\u003e100% Korean rice selected with strict quality standards\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"process-item\"\u003e\n                \u003cdiv class=\"process-number\"\u003e2\u003c\/div\u003e\n                \u003ch3 class=\"process-title\"\u003eFermentation\u003c\/h3\u003e\n                \u003cp class=\"process-desc\"\u003eNatural fermentation with traditional nuruk creates deep flavors\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"process-item\"\u003e\n                \u003cdiv class=\"process-number\"\u003e3\u003c\/div\u003e\n                \u003ch3 class=\"process-title\"\u003eDistillation\u003c\/h3\u003e\n                \u003cp class=\"process-desc\"\u003eVacuum distillation extracts only pure alcohol\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"process-item\"\u003e\n                \u003cdiv class=\"process-number\"\u003e4\u003c\/div\u003e\n                \u003ch3 class=\"process-title\"\u003eAging\u003c\/h3\u003e\n                \u003cp class=\"process-desc\"\u003eAged at optimal temperature for smooth taste perfection\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Tasting Notes --\u003e\n    \u003cdiv class=\"tasting-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003eTasting Notes\u003c\/h2\u003e\n        \u003cdiv class=\"tasting-grid\"\u003e\n            \u003cdiv class=\"tasting-card\"\u003e\n                \u003cdiv class=\"tasting-label\"\u003eAroma\u003c\/div\u003e\n                \u003cdiv class=\"tasting-value\"\u003eSubtle Rice Fragrance\u003c\/div\u003e\n                \u003cdiv class=\"tasting-detail\"\u003eClean and pure rice aroma spreads gently with subtle fruit notes\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tasting-card\"\u003e\n                \u003cdiv class=\"tasting-label\"\u003eTaste\u003c\/div\u003e\n                \u003cdiv class=\"tasting-value\"\u003eDeep \u0026 Smooth\u003c\/div\u003e\n                \u003cdiv class=\"tasting-detail\"\u003eDespite 41% strength, goes down smoothly with an excellent clean finish\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tasting-card\"\u003e\n                \u003cdiv class=\"tasting-label\"\u003eFinish\u003c\/div\u003e\n                \u003cdiv class=\"tasting-value\"\u003eClean Aftertaste\u003c\/div\u003e\n                \u003cdiv class=\"tasting-detail\"\u003eLeaves a pleasant lingering subtle grain sweetness after swallowing\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Pairing Recommendations --\u003e\n    \u003cdiv class=\"pairing-section\"\u003e\n        \u003ch2 class=\"section-title\"\u003ePerfect Pairings\u003c\/h2\u003e\n        \u003cdiv class=\"pairing-grid\"\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n                \u003cdiv class=\"pairing-emoji\"\u003e🥩\u003c\/div\u003e\n                \u003cdiv class=\"pairing-name\"\u003eKorean Beef BBQ\u003c\/div\u003e\n                \u003cdiv class=\"pairing-desc\"\u003ePerfect harmony between meat's umami and Hwayang's clean taste\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n                \u003cdiv class=\"pairing-emoji\"\u003e🦪\u003c\/div\u003e\n                \u003cdiv class=\"pairing-name\"\u003eFresh Seafood\u003c\/div\u003e\n                \u003cdiv class=\"pairing-desc\"\u003eFantastic combination with sashimi, oysters, and other fresh seafood\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n                \u003cdiv class=\"pairing-emoji\"\u003e🧀\u003c\/div\u003e\n                \u003cdiv class=\"pairing-name\"\u003eCheese Platter\u003c\/div\u003e\n                \u003cdiv class=\"pairing-desc\"\u003ePremium pairing experience with various artisanal cheeses\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"pairing-item\"\u003e\n                \u003cdiv class=\"pairing-emoji\"\u003e🍄\u003c\/div\u003e\n                \u003cdiv class=\"pairing-name\"\u003eMushroom Dishes\u003c\/div\u003e\n                \u003cdiv class=\"pairing-desc\"\u003eExquisite meeting of mushroom's deep aroma and Hwayang's richness\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Serving Suggestions --\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003ch2 class=\"section-title\"\u003eRecommended Serving Methods\u003c\/h2\u003e\n        \u003cdiv class=\"info-box\"\u003e\n            \u003cdiv class=\"info-title\"\u003e🥃 Straight\u003c\/div\u003e\n            \u003cdiv class=\"info-text\"\u003eTo experience the true taste of Hwayang 41°, serve chilled straight from the refrigerator. Pour small amounts in a small glass and savor slowly to fully appreciate the deep flavors.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"info-box\"\u003e\n            \u003cdiv class=\"info-title\"\u003e🧊 On the Rocks\u003c\/div\u003e\n            \u003cdiv class=\"info-text\"\u003eAdd a large ice cube and drink slowly as it dilutes to enjoy the smooth finish and lingering aroma for longer.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"info-box\"\u003e\n            \u003cdiv class=\"info-title\"\u003e🍹 Highball\u003c\/div\u003e\n            \u003cdiv class=\"info-text\"\u003eMix with sparkling water in a 1:3 ratio and garnish with lemon or lime for a refreshing premium highball.\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Certifications and Awards --\u003e\n    \u003cdiv class=\"certification\"\u003e\n        \u003ch2 class=\"section-title\"\u003eQuality Certifications\u003c\/h2\u003e\n        \u003cdiv class=\"cert-badges\"\u003e\n            \u003cdiv class=\"cert-item\"\u003e\n                \u003cdiv class=\"cert-icon\"\u003e🏅\u003c\/div\u003e\n                \u003cdiv class=\"cert-text\"\u003eTraditional Liquor Quality Certified\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cert-item\"\u003e\n                \u003cdiv class=\"cert-icon\"\u003e🌾\u003c\/div\u003e\n                \u003cdiv class=\"cert-text\"\u003e100% Korean Rice Certified\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cert-item\"\u003e\n                \u003cdiv class=\"cert-icon\"\u003e⭐\u003c\/div\u003e\n                \u003cdiv class=\"cert-text\"\u003ePremium Distilled Spirit\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"cert-item\"\u003e\n                \u003cdiv class=\"cert-icon\"\u003e🎖️\u003c\/div\u003e\n                \u003cdiv class=\"cert-text\"\u003eHACCP Certified\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- Product Information --\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003ch2 class=\"section-title\"\u003eProduct Information\u003c\/h2\u003e\n        \u003cdiv class=\"info-box\"\u003e\n            \u003cdiv class=\"info-title\"\u003e📦 Product Specifications\u003c\/div\u003e\n            \u003cdiv class=\"info-text\"\u003e\n                • Volume: 375ml\u003cbr\u003e\n                • Alcohol Content: 41%\u003cbr\u003e\n                • Ingredients: Rice (100% Korean), Nuruk, Purified Water\u003cbr\u003e\n                • Manufacturer: Hwayang\u003cbr\u003e\n                • Storage: Store in a cool place away from direct sunlight\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"info-box\" style=\"border-color: #ff6b6b;\"\u003e\n            \u003cdiv class=\"info-title\"\u003e⚠️ Precautions\u003c\/div\u003e\n            \u003cdiv class=\"info-text\"\u003e\n                • Excessive drinking is harmful to your health\u003cbr\u003e\n                • Drinking during pregnancy is harmful to the fetus\u003cbr\u003e\n                • Minors cannot purchase this product\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003c!-- CTA --\u003e\n    \u003cdiv class=\"cta-section\"\u003e\n        \u003ch2 class=\"cta-title\"\u003ePremium Soju for Special Moments\u003c\/h2\u003e\n        \u003cp class=\"cta-subtitle\"\u003eCreate unforgettable experiences with Hwayang 41°\u003c\/p\u003e\n        \u003ca href=\"#\" class=\"cta-button\"\u003eBuy Now\u003c\/a\u003e\n    \u003c\/div\u003e","brand":"Hwayo","offers":[{"title":"Default Title","offer_id":54954377249093,"sku":"DOT-PROD-39416231-8CE","price":27.5,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0954\/3614\/4965\/files\/default-title-41-375ml-76498900418885.jpg?v=1758109734","url":"https:\/\/dotasia.eu\/en\/products\/dot-prod-39416231-8ce","provider":"DotAsia","version":"1.0","type":"link"}