{"title":"SHIRTS","description":"","products":[{"product_id":"dk-rust-knitted-polo","title":"DK Rust Knitted POLO","description":"\u003cstyle\u003e\n  .product-card {\n    max-width: 400px;\n    margin: 20px auto;\n    padding: 20px;\n    border-radius: 15px;\n    background: #fdfdfd;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n    text-align: center;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .polo-display {\n    width: 100%;\n    height: 300px;\n    background: #8B4513; \/* Rust Color *\/\n    border-radius: 10px;\n    margin-bottom: 20px;\n    \/* The Animation *\/\n    animation: breathe 4s ease-in-out infinite;\n  }\n\n  @keyframes breathe {\n    0%, 100% { transform: scale(1); opacity: 1; }\n    50% { transform: scale(1.02); opacity: 0.95; }\n  }\n\n  .title { color: #333; margin-bottom: 10px; }\n  .description { color: #666; line-height: 1.6; font-size: 0.95rem; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-card\"\u003e\n  \u003cdiv class=\"polo-display\"\u003e\u003c\/div\u003e\n  \u003ch2 class=\"title\"\u003eDK Rust Knitted Polo\u003c\/h2\u003e\n  \u003cp class=\"description\"\u003e\n    Elevate your wardrobe with this premium dark rust knitted polo. \n    Crafted with a sophisticated textured weave, this piece balances \n    modern smart-casual aesthetics with timeless comfort. Perfect for \n    layered looks or standing alone as a refined staple.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"shirt","offers":[{"title":"Brown \/ M","offer_id":44340988018776,"sku":null,"price":6777.0,"currency_code":"EUR","in_stock":true},{"title":"Brown \/ S","offer_id":44340988051544,"sku":null,"price":6777.0,"currency_code":"EUR","in_stock":false},{"title":"Brown \/ L","offer_id":44340988084312,"sku":null,"price":6777.0,"currency_code":"EUR","in_stock":false},{"title":"Orange \/ M","offer_id":44340988117080,"sku":null,"price":6777.0,"currency_code":"EUR","in_stock":false},{"title":"Orange \/ S","offer_id":44340988149848,"sku":null,"price":6777.0,"currency_code":"EUR","in_stock":false},{"title":"Orange \/ L","offer_id":44340988182616,"sku":null,"price":6777.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/6a_9d3fd204-b64e-4fea-80ae-b31abc92bc98.webp?v=1783406627"},{"product_id":"stone-blue-knitted-polo","title":"Stone Blue Knitted POLO","description":"\u003cstyle\u003e\n  .product-container {\n    max-width: 420px;\n    margin: 25px auto;\n    padding: 24px;\n    border-radius: 12px;\n    background-color: #ffffff;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.08);\n    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n    text-align: center;\n  }\n\n  .stone-blue-display {\n    width: 100%;\n    height: 320px;\n    border-radius: 8px;\n    \/* Muted Stone Blue Gradient *\/\n    background: linear-gradient(135deg, #6B8EAD 25%, #89A8C2 50%, #6B8EAD 75%);\n    background-size: 400% 400%;\n    margin-bottom: 24px;\n    \/* Subtle Shimmer Animation *\/\n    animation: shimmer 5s ease-in-out infinite;\n  }\n\n  @keyframes shimmer {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  .product-title {\n    color: #2c3e50;\n    margin: 0 0 12px 0;\n    font-size: 1.5rem;\n    letter-spacing: 0.5px;\n  }\n\n  .product-desc {\n    color: #596a7a;\n    line-height: 1.7;\n    font-size: 0.95rem;\n    margin: 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"product-container\"\u003e\n  \u003cdiv class=\"stone-blue-display\"\u003e\u003c\/div\u003e\n  \u003ch2 class=\"product-title\"\u003eStone Blue Knitted Polo\u003c\/h2\u003e\n  \u003cp class=\"product-desc\"\u003e\n    Refresh your seasonal rotation with this Stone Blue knitted polo. \n    Featuring a breathable, ultra-soft knit and a cool, muted tone, this shirt \n    effortlessly bridges the gap between relaxed comfort and tailored elegance. \n    A versatile essential designed for the modern wardrobe.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"shirt","offers":[{"title":"Default Title","offer_id":44340989853784,"sku":null,"price":6767.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/6a_3dd012cc-86a9-4164-ab6e-388a8e5d7512.webp?v=1783407085"},{"product_id":"classic-green-cricket-sweater","title":"Classic Green Cricket Sweater","description":"\u003cstyle\u003e\n  .cricket-sweater-card {\n    max-width: 450px;\n    margin: 30px auto;\n    padding: 30px;\n    border: 1px solid #e0e0e0;\n    border-radius: 4px;\n    background: #ffffff;\n    font-family: 'Georgia', serif;\n    text-align: center;\n  }\n\n  .sweater-display {\n    width: 100%;\n    height: 350px;\n    \/* Deep Forest\/Cricket Green with a subtle texture effect *\/\n    background: linear-gradient(145deg, #1b3a27, #2d5a3d);\n    border-radius: 2px;\n    margin-bottom: 25px;\n    overflow: hidden;\n    position: relative;\n    \/* Slow pan animation to imply texture movement *\/\n    animation: slow-pan 10s linear infinite;\n  }\n\n  @keyframes slow-pan {\n    0% { background-position: 0% 0%; }\n    50% { background-position: 100% 100%; }\n    100% { background-position: 0% 0%; }\n  }\n\n  .sweater-title {\n    color: #1b3a27;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 15px;\n  }\n\n  .sweater-description {\n    color: #444;\n    line-height: 1.8;\n    font-size: 1rem;\n    font-style: italic;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cricket-sweater-card\"\u003e\n  \u003cdiv class=\"sweater-display\"\u003e\u003c\/div\u003e\n  \u003ch2 class=\"sweater-title\"\u003eClassic Green Cricket Sweater\u003c\/h2\u003e\n  \u003cp class=\"sweater-description\"\u003e\n    Channel timeless athletic heritage with this classic cable-knit cricket sweater. \n    Crafted in a rich, deep green, this piece features traditional ribbed trims \n    and a breathable, heavyweight knit construction. Designed for those who value \n    a legacy aesthetic, it brings a sophisticated, collegiate charm to your \n    everyday ensemble.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"shirt","offers":[{"title":"Green \/ M","offer_id":44340991787096,"sku":null,"price":5000.0,"currency_code":"EUR","in_stock":true},{"title":"Green \/ L","offer_id":44340991819864,"sku":null,"price":5000.0,"currency_code":"EUR","in_stock":false},{"title":"Green \/ S","offer_id":44340991852632,"sku":null,"price":5000.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/11C_8dcc7406-749b-46d8-b4b5-cb0946816cd9.webp?v=1783407232"},{"product_id":"rustic-maroon-cable-knit-v-neck-sweater","title":"Rustic Maroon Cable Knit V-Neck Sweater","description":"\u003cbody\u003e    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n  .title {\n    color: #3d1414;\n    font-size: 22px;\n    margin-bottom: 15px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n  }\n  .desc {\n    color: #555;\n    line-height: 1.6;\n    font-size: 14px;\n  }\n\n\n\n  \u003cdiv class=\"product-container\"\u003e\n    \u003cdiv class=\"sweater-display\"\u003e\u003c\/div\u003e\n    \u003ch2 class=\"title\"\u003eRustic Maroon Cable Knit V-Neck\u003c\/h2\u003e\n    \u003cp class=\"desc\"\u003e\n      Experience the warmth of artisanal craftsmanship with our Rustic Maroon Cable Knit V-Neck. \n      Woven from a rich, heavyweight yarn, this sweater features a timeless cable pattern \n      that evokes a sense of heritage and comfort. Its deep, earthy maroon hue brings a \n      refined sophistication to any autumn wardrobe, making it the perfect piece for \n      layering over a crisp collar or wearing solo for an effortlessly elevated aesthetic.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"shirt","offers":[{"title":"Red \/ L","offer_id":44341006008408,"sku":null,"price":6700.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/6d_f1465a2d-a98b-4297-81a8-d84f2a880035.webp?v=1783407709"},{"product_id":"stone-polo-cardigan","title":"Stone POLO Cardigan","description":"\u003cstyle\u003e\n  .cardigan-display-wrapper {\n    max-width: 500px;\n    margin: 40px auto;\n    background: #fff;\n    padding: 20px;\n    text-align: center;\n    font-family: 'Helvetica Neue', Arial, sans-serif;\n  }\n\n  .cardigan-box {\n    width: 100%;\n    height: 350px;\n    background-color: #D3D3D3; \/* Stone Color *\/\n    position: relative;\n    overflow: hidden;\n    border-radius: 4px;\n    margin-bottom: 25px;\n  }\n\n  \/* The Light Sweep Animation *\/\n  .cardigan-box::after {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 200%;\n    height: 100%;\n    background: linear-gradient(\n      90deg, \n      rgba(255,255,255,0) 0%, \n      rgba(255,255,255,0.3) 50%, \n      rgba(255,255,255,0) 100%\n    );\n    animation: light-sweep 4s infinite;\n  }\n\n  @keyframes light-sweep {\n    0% { transform: translateX(-50%); }\n    100% { transform: translateX(50%); }\n  }\n\n  .brand-name {\n    font-weight: 300;\n    font-size: 1.2rem;\n    color: #333;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .cardigan-desc {\n    font-size: 0.9rem;\n    color: #666;\n    line-height: 1.8;\n    margin-top: 10px;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cardigan-display-wrapper\"\u003e\n  \u003cdiv class=\"cardigan-box\"\u003e\u003c\/div\u003e\n  \u003ch2 class=\"brand-name\"\u003eStone Polo Cardigan\u003c\/h2\u003e\n  \u003cp class=\"cardigan-desc\"\u003e\n    Master the art of layering with our signature Stone Polo Cardigan. \n    Constructed from a breathable, fine-gauge knit, this piece offers \n    a neutral, versatile palette that grounds any outfit. Featuring \n    a refined collar and a clean button-down front, it provides \n    the perfect transition from sharp office wear to relaxed evening style.\n  \u003c\/p\u003e\n\u003c\/div\u003e","brand":"shirt","offers":[{"title":"Beige \/ M","offer_id":44341008662616,"sku":null,"price":5000.0,"currency_code":"EUR","in_stock":true},{"title":"Beige \/ S","offer_id":44341008695384,"sku":null,"price":5000.0,"currency_code":"EUR","in_stock":false},{"title":"Beige \/ L","offer_id":44341008728152,"sku":null,"price":5000.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/4_c9d1c54f-645c-49e8-91ef-3151cb460154.webp?v=1783407926"},{"product_id":"forest-green-modern-cable-knit-sweater","title":"Forest Green Modern Cable Knit Sweater","description":"\u003cbody\u003e\n\n\n    \u003cstyle\u003e\n        \/* Container Styling *\/\n        .product-card {\n            max-width: 400px;\n            margin: 40px auto;\n            background: #ffffff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            text-align: center;\n            font-family: 'Segoe UI', sans-serif;\n        }\n\n        \/* Live Animation Display *\/\n        .visual-area {\n            width: 100%;\n            height: 320px;\n            background: #2d4f35; \/* Primary Color *\/\n            position: relative;\n            overflow: hidden;\n        }\n\n        .visual-area::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);\n            background-size: 200% 200%;\n            animation: move-shimmer 4s infinite linear;\n        }\n\n        @keyframes move-shimmer {\n            0% { background-position: -100% -100%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        \/* Text Styling *\/\n        .details { padding: 25px; }\n        .title { margin: 0 0 10px 0; color: #1a2e20; font-size: 1.4rem; }\n        .description { color: #666; line-height: 1.6; font-size: 0.95rem; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-card\"\u003e\n        \u003cdiv class=\"visual-area\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"details\"\u003e\n            \u003ch2 class=\"title\"\u003eForest Green Modern Cable Knit\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                A refined take on heritage textures. This modern cable knit \n                blends classic craftsmanship with a contemporary slim-fit, \n                offering exceptional warmth and a sophisticated silhouette.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\n\n\n    \u003cstyle\u003e\n        \/* Container Styling *\/\n        .product-card {\n            max-width: 400px;\n            margin: 40px auto;\n            background: #ffffff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            text-align: center;\n            font-family: 'Segoe UI', sans-serif;\n        }\n\n        \/* Live Animation Display *\/\n        .visual-area {\n            width: 100%;\n            height: 320px;\n            background: #2d4f35; \/* Primary Color *\/\n            position: relative;\n            overflow: hidden;\n        }\n\n        .visual-area::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);\n            background-size: 200% 200%;\n            animation: move-shimmer 4s infinite linear;\n        }\n\n        @keyframes move-shimmer {\n            0% { background-position: -100% -100%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        \/* Text Styling *\/\n        .details { padding: 25px; }\n        .title { margin: 0 0 10px 0; color: #1a2e20; font-size: 1.4rem; }\n        .description { color: #666; line-height: 1.6; font-size: 0.95rem; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-card\"\u003e\n        \u003cdiv class=\"visual-area\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"details\"\u003e\n            \u003ch2 class=\"title\"\u003eForest Green Modern Cable Knit\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                A refined take on heritage textures. This modern cable knit \n                blends classic craftsmanship with a contemporary slim-fit, \n                offering exceptional warmth and a sophisticated silhouette.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\n\n\n    \u003cstyle\u003e\n        \/* Container Styling *\/\n        .product-card {\n            max-width: 400px;\n            margin: 40px auto;\n            background: #ffffff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            text-align: center;\n            font-family: 'Segoe UI', sans-serif;\n        }\n\n        \/* Live Animation Display *\/\n        .visual-area {\n            width: 100%;\n            height: 320px;\n            background: #2d4f35; \/* Primary Color *\/\n            position: relative;\n            overflow: hidden;\n        }\n\n        .visual-area::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);\n            background-size: 200% 200%;\n            animation: move-shimmer 4s infinite linear;\n        }\n\n        @keyframes move-shimmer {\n            0% { background-position: -100% -100%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        \/* Text Styling *\/\n        .details { padding: 25px; }\n        .title { margin: 0 0 10px 0; color: #1a2e20; font-size: 1.4rem; }\n        .description { color: #666; line-height: 1.6; font-size: 0.95rem; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-card\"\u003e\n        \u003cdiv class=\"visual-area\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"details\"\u003e\n            \u003ch2 class=\"title\"\u003eForest Green Modern Cable Knit\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                A refined take on heritage textures. This modern cable knit \n                blends classic craftsmanship with a contemporary slim-fit, \n                offering exceptional warmth and a sophisticated silhouette.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\n\n\n    \u003cstyle\u003e\n        \/* Container Styling *\/\n        .product-card {\n            max-width: 400px;\n            margin: 40px auto;\n            background: #ffffff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            text-align: center;\n            font-family: 'Segoe UI', sans-serif;\n        }\n\n        \/* Live Animation Display *\/\n        .visual-area {\n            width: 100%;\n            height: 320px;\n            background: #2d4f35; \/* Primary Color *\/\n            position: relative;\n            overflow: hidden;\n        }\n\n        .visual-area::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);\n            background-size: 200% 200%;\n            animation: move-shimmer 4s infinite linear;\n        }\n\n        @keyframes move-shimmer {\n            0% { background-position: -100% -100%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        \/* Text Styling *\/\n        .details { padding: 25px; }\n        .title { margin: 0 0 10px 0; color: #1a2e20; font-size: 1.4rem; }\n        .description { color: #666; line-height: 1.6; font-size: 0.95rem; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-card\"\u003e\n        \u003cdiv class=\"visual-area\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"details\"\u003e\n            \u003ch2 class=\"title\"\u003eForest Green Modern Cable Knit\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                A refined take on heritage textures. This modern cable knit \n                blends classic craftsmanship with a contemporary slim-fit, \n                offering exceptional warmth and a sophisticated silhouette.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\n\n\n    \u003cstyle\u003e\n        \/* Container Styling *\/\n        .product-card {\n            max-width: 400px;\n            margin: 40px auto;\n            background: #ffffff;\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n            text-align: center;\n            font-family: 'Segoe UI', sans-serif;\n        }\n\n        \/* Live Animation Display *\/\n        .visual-area {\n            width: 100%;\n            height: 320px;\n            background: #2d4f35; \/* Primary Color *\/\n            position: relative;\n            overflow: hidden;\n        }\n\n        .visual-area::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);\n            background-size: 200% 200%;\n            animation: move-shimmer 4s infinite linear;\n        }\n\n        @keyframes move-shimmer {\n            0% { background-position: -100% -100%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        \/* Text Styling *\/\n        .details { padding: 25px; }\n        .title { margin: 0 0 10px 0; color: #1a2e20; font-size: 1.4rem; }\n        .description { color: #666; line-height: 1.6; font-size: 0.95rem; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-card\"\u003e\n        \u003cdiv class=\"visual-area\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"details\"\u003e\n            \u003ch2 class=\"title\"\u003eForest Green Modern Cable Knit\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                A refined take on heritage textures. This modern cable knit \n                blends classic craftsmanship with a contemporary slim-fit, \n                offering exceptional warmth and a sophisticated silhouette.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\nvv\u003c\/body\u003e","brand":"shirt","offers":[{"title":"Green \/ S","offer_id":44341011939416,"sku":null,"price":566.0,"currency_code":"EUR","in_stock":true},{"title":"Green \/ L","offer_id":44341011972184,"sku":null,"price":566.0,"currency_code":"EUR","in_stock":false},{"title":"Green \/ M","offer_id":44341012004952,"sku":null,"price":566.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/2_92ab3d75-f6fc-4c89-9ade-e21df93abad5.webp?v=1783408071"},{"product_id":"classic-cable-knit-sweater","title":"Classic Cable Knit Sweater","description":"\u003cbody\u003e\n\n\n    \u003cstyle\u003e\n        .product-card {\n            max-width: 400px;\n            margin: 40px auto;\n            background: #ffffff;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.1);\n            text-align: center;\n            font-family: 'Georgia', serif;\n        }\n\n        .visual-area {\n            width: 100%;\n            height: 320px;\n            background: #e3dcd1; \/* Classic Cream\/Off-White *\/\n            position: relative;\n            overflow: hidden;\n        }\n\n        .visual-area::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);\n            background-size: 200% 200%;\n            animation: move-shimmer 5s infinite linear;\n        }\n\n        @keyframes move-shimmer {\n            0% { background-position: -100% -100%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        .details { padding: 30px; }\n        .title { margin: 0 0 12px 0; color: #4a443d; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 1px; }\n        .description { color: #5a5a5a; line-height: 1.7; font-size: 0.95rem; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-card\"\u003e\n        \u003cdiv class=\"visual-area\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"details\"\u003e\n            \u003ch2 class=\"title\"\u003eClassic Cable Knit Sweater\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                An enduring icon of winter style. Featuring intricate, traditional cable \n                detailing and a plush, heavy-gauge knit, this sweater offers unparalleled \n                comfort and a timeless, heritage-inspired look.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"shirt","offers":[{"title":"Default Title","offer_id":44341014560856,"sku":null,"price":566.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/8_210fe23a-1c6a-4f0f-bbbe-50e257b2af52.webp?v=1783408378"},{"product_id":"off-white-v-neck-cable-knit-sweater","title":"OFF White V-Neck Cable Knit Sweater","description":"\u003cbody\u003e\n\n\n    \u003cstyle\u003e\n        .product-card {\n            max-width: 400px;\n            margin: 40px auto;\n            background: #ffffff;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.1);\n            text-align: center;\n            font-family: 'Georgia', serif;\n        }\n\n        .visual-area {\n            width: 100%;\n            height: 320px;\n            background: #e3dcd1; \/* Color yahan change kar sakte hain *\/\n            position: relative;\n            overflow: hidden;\n        }\n\n        .visual-area::after {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%);\n            background-size: 200% 200%;\n            animation: move-shimmer 5s infinite linear;\n        }\n\n        @keyframes move-shimmer {\n            0% { background-position: -100% -100%; }\n            100% { background-position: 100% 100%; }\n        }\n\n        .details { padding: 30px; }\n        .title { margin: 0 0 12px 0; color: #4a443d; font-size: 1.5rem; text-transform: uppercase; letter-spacing: 1px; }\n        .description { color: #5a5a5a; line-height: 1.7; font-size: 0.95rem; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-card\"\u003e\n        \u003cdiv class=\"visual-area\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"details\"\u003e\n            \u003ch2 class=\"title\"\u003eProduct Title\u003c\/h2\u003e\n            \u003cp class=\"description\"\u003e\n                Yahan aap apne product ki details likh sakte hain. \n                Ye template waisa hi hai jaisa humne pehle banaya tha.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"shirt","offers":[{"title":"Beige","offer_id":44341017542744,"sku":null,"price":677.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/9_4ec919b7-4310-409a-87af-750a88cace63.webp?v=1783408558"},{"product_id":"rustic-maroon-mariner-knitted-polo","title":"Rustic Maroon Mariner Knitted POLO","description":"\u003cbody\u003e\n\n\n    \u003cstyle\u003e\n        :root { --maroon: #4A0404; --sand: #F4EBD9; }\n        body { font-family: 'Segoe UI', sans-serif; background: var(--sand); color: var(--maroon); display: flex; justify-content: center; padding: 50px; }\n        \n        .product-card { background: white; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); max-width: 500px; text-align: center; position: relative; overflow: hidden; }\n        \n        \/* The Wave Animation *\/\n        .wave-container { position: absolute; bottom: 0; left: 0; width: 100%; height: 10px; background: var(--maroon); overflow: hidden; }\n        .wave { position: absolute; width: 200%; height: 100%; background: linear-gradient(90deg, var(--maroon), transparent); animation: drift 5s linear infinite; }\n        @keyframes drift { from { transform: translateX(-50%); } to { transform: translateX(0); } }\n\n        h1 { margin-bottom: 10px; letter-spacing: 2px; }\n        .price { font-weight: bold; font-size: 1.5rem; margin: 20px 0; }\n        .features { text-align: left; margin: 20px 0; line-height: 1.6; }\n    \u003c\/style\u003e\n\n\n\n\u003cdiv class=\"product-card\"\u003e\n    \u003ch1\u003eRUSTIC MAROON\u003c\/h1\u003e\n    \u003ch3\u003eMariner Knitted Polo\u003c\/h3\u003e\n    \u003cp\u003eA sophisticated blend of maritime tradition and modern luxury. Crafted for those who appreciate the finer texture of life.\u003c\/p\u003e\n    \n    \u003cdiv class=\"price\"\u003e$129.00\u003c\/div\u003e\n    \n    \u003cul class=\"features\"\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFabric:\u003c\/strong\u003e Premium Breathable Cotton-Blend Knit\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eDesign:\u003c\/strong\u003e Nautical-inspired ribbed collar \u0026amp; cuffs\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eTexture:\u003c\/strong\u003e Rustic, marled maroon finish\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eFit:\u003c\/strong\u003e Tailored, structured silhouette\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cbutton style=\"background: var(--maroon); color: white; padding: 10px 30px; border: none; cursor: pointer;\"\u003eAdd to Cart\u003c\/button\u003e\n\n    \u003cdiv class=\"wave-container\"\u003e\n        \u003cdiv class=\"wave\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"shirt","offers":[{"title":"Red \/ M","offer_id":44341248589912,"sku":null,"price":6000.0,"currency_code":"EUR","in_stock":true},{"title":"Red \/ S","offer_id":44341248622680,"sku":null,"price":6000.0,"currency_code":"EUR","in_stock":false},{"title":"Red \/ L","offer_id":44341248655448,"sku":null,"price":6000.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/4_09d026ac-d619-4a88-8f94-e48ea7382c6d.webp?v=1783415688"},{"product_id":"dean-brown-leather-biker-jacket","title":"Dean Brown Leather Biker Jacket","description":"\u003cbody\u003e\n\n\n\u003cstyle\u003e\n  .product-card {\n    width: 300px;\n    padding: 20px;\n    border: 1px solid #ddd;\n    border-radius: 12px;\n    background: #fff;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    font-family: sans-serif;\n    cursor: pointer;\n  }\n\n  .product-card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 15px 30px rgba(0,0,0,0.2);\n  }\n\n  .product-title { font-size: 1.5rem; font-weight: bold; color: #4e342e; }\n  .price { color: #8d6e63; font-weight: bold; margin: 10px 0; }\n  .description { color: #666; font-size: 0.9rem; line-height: 1.5; }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"product-card\"\u003e\n  \u003ch2 class=\"product-title\"\u003eDean Brown Biker Jacket\u003c\/h2\u003e\n  \u003cp class=\"price\"\u003e$149.40\u003c\/p\u003e\n  \u003cp class=\"description\"\u003e\n    Crafted from genuine cowhide leather with a pull-up finish. \n    Features a quilted viscose lining, asymmetrical zip closure, \n    and snap-button lapels for a rugged, timeless aesthetic.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c\/body\u003e","brand":"shirt","offers":[{"title":"Default Title","offer_id":44341262549080,"sku":null,"price":7475.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/files\/Dean_Brown_Leather_Biker_Jacket_With_Cowhide_Oil_Pull_Leather_Finish_1_dbba41e8-a89b-40bd-95b2-981a56af1e2f.webp?v=1783416251"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/7029\/5640\/collections\/8_210fe23a-1c6a-4f0f-bbbe-50e257b2af52.webp?v=1783867129","url":"https:\/\/tazio.store\/collections\/shirts.oembed","provider":"TAISH AMIR","version":"1.0","type":"link"}