{"title":"2024 Dakine Snowboard bags","description":"","products":[{"product_id":"tour-snowboard-bag","title":"Tour Snowboard Bag W23","description":"\u003cp\u003e DAKINE TOUR SNOWBOARD BAG When weight (and cash) is your highest concern, ditch the wheels but keep the features with the Tour Snowboard Bag. Load up the main compartment with a board, pair of boots, and extra outerwear, then throw essential items like tuning kits in the exterior zippered pocket. 360-degree padding keeps hardgoods protected, while the removable padded shoulder strap and dual end handles make for easy transportation. And the Tour is impressively lightweight   less than 4 pounds. So even when toting a full kit, you won't rack up extra baggage fees. Plus, it packs down tight for easy storage when not in use.      Limited Lifetime Warranty     Holds 1 board, 1pr boots, and outerwear     360   padded board protection     Removable padded shoulder strap     Two carry handles      10 YKK lockable main zipper     Exterior zippered pocket     Packs down tight for easy storage\u003c\/p\u003e","brand":"Dakine","offers":[{"title":"157 \/ Black","offer_id":42569603842236,"sku":"DAK31N151157","price":49.95,"currency_code":"CAD","in_stock":false},{"title":"157 \/ Cascade Camo","offer_id":42626192965820,"sku":"DAK31N152157","price":49.95,"currency_code":"CAD","in_stock":false},{"title":"165 \/ Grapevine","offer_id":42626192998588,"sku":"DAK31N155165","price":49.95,"currency_code":"CAD","in_stock":false},{"title":"157 \/ Steel Grey","offer_id":42626193031356,"sku":"DAK31N156157","price":49.95,"currency_code":"CAD","in_stock":false},{"title":"157 \/ Woodland Floral","offer_id":42626193064124,"sku":"DAK31N157157","price":49.95,"currency_code":"CAD","in_stock":false},{"title":"175 \/ Cascade Camo","offer_id":42626198667452,"sku":"DAK31N152175","price":49.95,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/DAK31N152.jpg?v=1742423949"},{"product_id":"rome-unisex-gripper-board-sleeve-snowboard-bag-black-winter-2023","title":"Gripper Board Sleeve","description":"\u003cstyle\u003e\n.product-description {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;\n    color: #1a1a1a;\n    line-height: 1.7;\n    max-width: 800px;\n    margin: 0;\n    padding: 0;\n}\n\n.intro-text {\n    font-size: clamp(15px, 3.5vw, 16px);\n    font-weight: 300;\n    margin-bottom: 32px;\n    color: #2c2c2c;\n    line-height: 1.8;\n    padding-left: 16px;\n    border-left: 3px solid #f87171;\n}\n\n.accordion-item {\n    border-bottom: 1px solid #e0e0e0;\n    transition: border-color 0.2s ease;\n}\n\n.accordion-item:hover {\n    border-bottom-color: #f87171;\n}\n\n.accordion-item:last-child {\n    border-bottom: none;\n}\n\n.accordion-summary {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: clamp(16px, 4vw, 20px) 0;\n    cursor: pointer;\n    list-style: none;\n    font-size: clamp(12px, 2.8vw, 13px);\n    font-weight: 500;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #1a1a1a;\n    transition: all 0.3s ease;\n    position: relative;\n    min-height: 44px;\n}\n\n.accordion-summary::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 0;\n    height: 2px;\n    background: linear-gradient(90deg, #f87171, #fca5a5);\n    transition: width 0.3s ease;\n}\n\n@media (hover: hover) {\n    .accordion-summary:hover::before {\n        width: 60px;\n    }\n    .accordion-summary:hover {\n        color: #f87171;\n        padding-left: 8px;\n    }\n}\n\n.accordion-summary::-webkit-details-marker {\n    display: none;\n}\n\n.accordion-icon {\n    font-size: 20px;\n    font-weight: 300;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    color: #999;\n    min-width: 20px;\n    text-align: center;\n}\n\n.accordion-item[open] .accordion-icon {\n    transform: rotate(45deg);\n    color: #f87171;\n}\n\n.accordion-content {\n    padding: 0 0 24px 0;\n    animation: slideDown 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n@keyframes slideDown {\n    from {\n        opacity: 0;\n        transform: translateY(-12px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n.features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));\n    gap: clamp(16px, 4vw, 20px);\n    margin-top: 8px;\n}\n\n.feature-item {\n    padding: 16px;\n    background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\n    border-radius: 8px;\n    border: 1px solid #f0f0f0;\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n}\n\n.feature-item::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 4px;\n    height: 0;\n    background: linear-gradient(180deg, #f87171, #fca5a5);\n    transition: height 0.3s ease;\n}\n\n@media (hover: hover) {\n    .feature-item:hover {\n        transform: translateY(-2px);\n        box-shadow: 0 4px 12px rgba(248, 113, 113, 0.1);\n        border-color: #fecaca;\n    }\n    .feature-item:hover::before {\n        height: 100%;\n    }\n}\n\n.feature-item h3 {\n    font-size: clamp(13px, 3vw, 14px);\n    font-weight: 600;\n    color: #1a1a1a;\n    margin-bottom: 6px;\n}\n\n.feature-item p {\n    font-size: clamp(13px, 3vw, 14px);\n    font-weight: 300;\n    color: #666;\n    margin: 0;\n    line-height: 1.6;\n}\n\n.size-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    margin: 16px 0;\n    border-radius: 8px;\n    border: 1px solid #f0f0f0;\n    -webkit-overflow-scrolling: touch;\n}\n\n.size-table {\n    width: 100%;\n    min-width: min(100%, 700px);\n    border-collapse: collapse;\n    font-size: clamp(10px, 2.5vw, 14px);\n}\n\n.size-table th {\n    text-align: center;\n    font-weight: 600;\n    color: white;\n    padding: clamp(8px, 2vw, 16px);\n    background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);\n    font-size: clamp(10px, 2.5vw, 14px);\n    letter-spacing: 0.5px;\n    white-space: nowrap;\n    line-height: 1.4;\n    vertical-align: middle;\n    border: 1px solid #fca5a5;\n}\n\n.size-table td {\n    padding: clamp(8px, 2vw, 16px);\n    border: 1px solid #f0f0f0;\n    color: #4a4a4a;\n    font-weight: 400;\n    text-align: center;\n    white-space: nowrap;\n    line-height: 1.5;\n    vertical-align: middle;\n    background: white;\n}\n\n.size-table tbody tr {\n    transition: background 0.2s ease;\n}\n\n@media (hover: hover) {\n    .size-table tbody tr:hover {\n        background: #fef2f2;\n    }\n}\n\n@media (max-width: 1024px) {\n    .size-table {\n        font-size: 13px;\n    }\n    .size-table th {\n        font-size: 13px;\n        padding: 14px;\n    }\n    .size-table td {\n        padding: 14px;\n    }\n}\n\n@media (max-width: 768px) {\n    .size-table {\n        font-size: 12px;\n    }\n    .size-table th {\n        font-size: 12px;\n        padding: 12px;\n    }\n    .size-table td {\n        padding: 12px;\n    }\n}\n\n@media (max-width: 480px) {\n    .size-table {\n        font-size: 11px;\n    }\n    .size-table th {\n        font-size: 11px;\n        padding: 10px;\n    }\n    .size-table td {\n        padding: 10px;\n    }\n}\n\n@media (max-width: 360px) {\n    .size-table {\n        font-size: 10px;\n    }\n    .size-table th {\n        font-size: 10px;\n        padding: 8px;\n    }\n    .size-table td {\n        padding: 8px;\n    }\n}\n\n.detail-text {\n    font-size: clamp(14px, 3.2vw, 15px);\n    font-weight: 300;\n    color: #4a4a4a;\n    line-height: 1.8;\n    margin-bottom: 16px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp class=\"intro-text\"\u003e\u003cstrong\u003eEssential protection for your board.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eThe Rome Gripper Board Sleeve is a neoprene board sleeve designed to protect your snowboard's edges and base from scratches and dings during transport and storage. Lightweight and form-fitting, this sleeve provides a protective barrier without the bulk of a full bag, making it perfect for quick trips, car storage, or as an extra layer of protection inside your travel bag.\u003c\/p\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eFeatures\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eNeoprene Construction\u003c\/h3\u003e\n\u003cp\u003eSoft, flexible neoprene material protects edges and base from damage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eEdge Protection\u003c\/h3\u003e\n\u003cp\u003eShields sharp edges from scratching other gear or surfaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eBase Protection\u003c\/h3\u003e\n\u003cp\u003ePrevents scratches and dings to your board's base during transport.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eLightweight Design\u003c\/h3\u003e\n\u003cp\u003eMinimal bulk makes it easy to pack and carry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eForm-Fitting\u003c\/h3\u003e\n\u003cp\u003eContours to your board's shape for a snug, secure fit.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eVersatile Use\u003c\/h3\u003e\n\u003cp\u003ePerfect for car storage, quick trips, or as an inner layer in travel bags.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003e\u003cspan\u003eSizing\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cdiv class=\"size-table-wrapper\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eBoard Length (cm)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eSmall\u003c\/td\u003e\n\u003ctd\u003e143-150cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMedium\u003c\/td\u003e\n\u003ctd\u003e150-157cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLarge\u003c\/td\u003e\n\u003ctd\u003e157-164cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Rome","offers":[{"title":"Black \/ L \/ Unisex","offer_id":53381645173102,"sku":"ROM31N070005","price":41.95,"currency_code":"CAD","in_stock":false},{"title":"Black \/ M \/ Unisex","offer_id":53381645205870,"sku":"ROM31N070004","price":41.95,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/GripperBoardSleeve-Black_11e181e3-220a-4704-af8d-a24cfe754eee.png?v=1773069266"}],"url":"https:\/\/boardroomshop.com\/collections\/2024-dakine-snowboard-bags.oembed","provider":"The Boardroom","version":"1.0","type":"link"}