{"product_id":"the-show-pack","title":"The Show Pack","description":"\u003cstyle\u003e\n:root{\n    --astride-navy:#14213D;\n    --astride-gold:#C8A96B;\n    --astride-ivory:#FAF8F4;\n    --astride-charcoal:#2D3748;\n}\n\n.show-pack {\n    padding: 20px;\n    background: var(--astride-ivory);\n    overflow:hidden;\n}\n\n.show-pack-hero{\n    position:relative;\n    padding:40px 24px;\n    border-radius:24px;\n    background:#fff;\n    box-shadow:0 15px 40px rgba(0,0,0,.08);\n}\n\n.show-pack-hero::before{\n    content:'';\n    position:absolute;\n    width:250px;\n    height:250px;\n    background:radial-gradient(\n        circle,\n        rgba(200,169,107,.18),\n        transparent 70%\n    );\n    top:-100px;\n    right:-100px;\n    animation:floatGlow 8s infinite ease-in-out;\n}\n\n@keyframes floatGlow{\n    0%,100%{transform:translateY(0);}\n    50%{transform:translateY(25px);}\n}\n\n.brand-label{\n    color:var(--astride-gold);\n    text-transform:uppercase;\n    letter-spacing:3px;\n    font-size:12px;\n    font-weight:600;\n    margin-bottom:10px;\n}\n\n.product-title{\n    font-size:42px;\n    line-height:1;\n    margin:0 0 16px;\n    color:var(--astride-navy);\n    font-weight:700;\n}\n\n.product-copy{\n    font-size:16px;\n    line-height:1.8;\n    color:#555;\n}\n\n.feature-stack{\n    margin-top:32px;\n    display:flex;\n    flex-direction:column;\n    gap:16px;\n}\n\n.feature-card{\n    background:#fff;\n    border:1px solid rgba(200,169,107,.15);\n    border-radius:20px;\n    padding:20px;\n    transition:.3s ease;\n}\n\n.feature-card:active{\n    transform:scale(.98);\n}\n\n.feature-header{\n    display:flex;\n    align-items:center;\n    gap:12px;\n    margin-bottom:8px;\n}\n\n.feature-icon{\n    width:42px;\n    height:42px;\n    border-radius:12px;\n    background:rgba(200,169,107,.12);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:20px;\n}\n\n.feature-title{\n    font-size:18px;\n    font-weight:600;\n    color:var(--astride-navy);\n}\n\n.feature-text{\n    font-size:15px;\n    color:#666;\n    line-height:1.6;\n}\n\n.premium-banner{\n    margin-top:32px;\n    padding:32px 24px;\n    border-radius:24px;\n    background:linear-gradient(\n        135deg,\n        var(--astride-navy),\n        #22345e\n    );\n    color:white;\n    text-align:center;\n}\n\n.premium-banner h2{\n    margin:0 0 12px;\n    font-size:28px;\n}\n\n.premium-banner p{\n    margin:0;\n    opacity:.9;\n    line-height:1.7;\n}\n\n@media (min-width:768px){\n\n    .show-pack{\n        max-width:1200px;\n        margin:auto;\n        padding:40px;\n    }\n\n    .show-pack-hero{\n        padding:60px;\n    }\n\n    .feature-stack{\n        display:grid;\n        grid-template-columns:repeat(2,1fr);\n        gap:24px;\n    }\n\n    .product-title{\n        font-size:64px;\n    }\n}\n\n.reveal{\n    opacity:0;\n    transform:translateY(20px);\n    animation:reveal .8s forwards;\n}\n\n.reveal:nth-child(2){animation-delay:.15s;}\n.reveal:nth-child(3){animation-delay:.3s;}\n.reveal:nth-child(4){animation-delay:.45s;}\n\n@keyframes reveal{\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\u003c\/style\u003e\n\n\u003csection class=\"show-pack\"\u003e\n\n    \u003cdiv class=\"show-pack-hero\"\u003e\n\n        \u003cdiv class=\"brand-label\"\u003e\n            ASTRIDE COLLECTION\n        \u003c\/div\u003e\n\n        \u003ch1 class=\"product-title\"\u003e\n            The Show Pack\n        \u003c\/h1\u003e\n\n        \u003cp class=\"product-copy\"\u003e\n            Your complete equestrian companion. Thoughtfully designed to keep every show-day essential organised, protected and instantly accessible — from your helmet and riding crop to gloves, accessories and footwear.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"feature-stack\"\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-header\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🎩\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eHelmet Storage\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-text\"\u003e\n                    Dedicated protection for your most important piece of equipment.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-header\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e👢\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eSeparate Boot Compartment\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-text\"\u003e\n                    Keeps dirt and dust away from your clean riding gear.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-header\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e🏇\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003eCompetition Ready\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-text\"\u003e\n                    Organised storage for crops, gloves and essential accessories.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"feature-card reveal\"\u003e\n                \u003cdiv class=\"feature-header\"\u003e\n                    \u003cdiv class=\"feature-icon\"\u003e✨\u003c\/div\u003e\n                    \u003cdiv class=\"feature-title\"\u003ePremium Design\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"feature-text\"\u003e\n                    Elegant styling created specifically for modern equestrians.\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"premium-banner\"\u003e\n            \u003ch2\u003eEverything In Its Place\u003c\/h2\u003e\n            \u003cp\u003e\n                Arrive organised. Stay focused. Ride with confidence.\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\u003c\/section\u003e\n","brand":"Astride","offers":[{"title":"Default Title","offer_id":43329788411993,"sku":null,"price":1799.0,"currency_code":"ZAR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0736\/2782\/8313\/files\/IMG_9991.heic?v=1779135030","url":"https:\/\/www.astride.co.za\/products\/the-show-pack","provider":"Astride","version":"1.0","type":"link"}