{"product_id":"patagonia-mens-baggies-5-short-95-oval-logo-gem-green-spring-2026","title":"Baggies 5\" Short","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, 12px);\n    border: 1px solid #f5f5f5;\n    color: #4a4a4a;\n    font-weight: 400;\n    text-align: center;\n    white-space: nowrap;\n    line-height: 1.4;\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.size-note {\n    font-size: clamp(12px, 2.8vw, 13px);\n    color: #666;\n    font-style: italic;\n    margin-top: 16px;\n    padding: clamp(10px, 2.5vw, 12px) clamp(12px, 3vw, 16px);\n    background: #fef2f2;\n    border-left: 3px solid #f87171;\n    border-radius: 4px;\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\n@media screen and (max-width: 768px) {\n    .size-table {\n        font-size: clamp(9px, 2.2vw, 12px);\n    }\n    .size-table th {\n        padding: clamp(6px, 1.5vw, 14px);\n        font-size: clamp(9px, 2.2vw, 12px);\n    }\n    .size-table td {\n        padding: clamp(6px, 1.5vw, 12px);\n    }\n}\n\n@media screen and (max-width: 480px) {\n    .size-table {\n        font-size: clamp(8px, 2vw, 11px);\n    }\n    .size-table th {\n        padding: clamp(5px, 1.2vw, 12px);\n        font-size: clamp(8px, 2vw, 11px);\n    }\n    .size-table td {\n        padding: clamp(5px, 1.2vw, 10px);\n    }\n}\n\n@media screen and (max-width: 360px) {\n    .size-table {\n        font-size: clamp(7px, 1.8vw, 10px);\n    }\n    .size-table th {\n        padding: clamp(4px, 1vw, 10px);\n        font-size: clamp(7px, 1.8vw, 10px);\n    }\n    .size-table td {\n        padding: clamp(4px, 1vw, 8px);\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp class=\"intro-text\"\u003e\u003cstrong\u003eThese rugged, multifunctional shorts have a mesh liner and are designed for use in and out of the water.\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003eThey're built of quick-drying NetPlus® 100% postconsumer recycled nylon faille made from recycled fishing nets to help reduce ocean plastic pollution; with a durable water repellent (DWR) finish made without intentionally added PFAS. Inseam is 5\". Made in a Fair Trade Certified™ factory. Relaxed fit.\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\u003eFabric Details\u003c\/h3\u003e\n\u003cp\u003eBody fabric is NetPlus® 100% postconsumer recycled nylon faille made from recycled fishing nets to help reduce ocean plastic pollution; with a durable water repellent (DWR) finish made without intentionally added PFAS to help shed light moisture\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eQuick-Dry Mesh Liner\u003c\/h3\u003e\n\u003cp\u003eMesh liner dries quickly and is made of 100% recycled polyester\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eElastic Waistband\u003c\/h3\u003e\n\u003cp\u003eElasticized waistband with an internal drawcord to customize the fit\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003ePocket Details\u003c\/h3\u003e\n\u003cp\u003eVertical side pockets reduce drag in the water and have drain-and-dry mesh corners in the pocket bags; one right-rear pocket has a mesh pocket bag and closes with a flap and a low-profile snap for security\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eInseam Length\u003c\/h3\u003e\n\u003cp\u003e5\" inseam\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eFair Trade Certified™\u003c\/h3\u003e\n\u003cp\u003eMade in a Fair Trade Certified™ factory, which means the people who made this product earned a premium for their labor\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\u003eFabric \u0026amp; Care\u003c\/span\u003e \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eBody:\u003c\/strong\u003e 4-ply, 4.9-oz NetPlus® 100% postconsumer recycled nylon faille made from recycled fishing nets to help reduce ocean plastic pollution; with a durable water repellent (DWR) finish made without intentionally added PFAS\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eLiner and pocket bags:\u003c\/strong\u003e 2.1-oz 100% recycled polyester tricot mesh\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003eFabrics are certified as bluesign® approved. Made in a Fair Trade Certified™ factory.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eWeight:\u003c\/strong\u003e 204 g (7.2 oz)\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eCountry of Origin:\u003c\/strong\u003e Made in Nicaragua.\u003c\/p\u003e\n\u003cp class=\"detail-text\"\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Machine Wash Cold, Do Not Bleach, Tumble Dry Low, Do Not Iron\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Patagonia","offers":[{"title":"95 Oval Logo\/Gem Green \/ S \/ Mens","offer_id":53265699733870,"sku":"PAT62M007003","price":84.99,"currency_code":"CAD","in_stock":false},{"title":"95 Oval Logo\/Gem Green \/ M \/ Mens","offer_id":53265699766638,"sku":"PAT62M007004","price":84.99,"currency_code":"CAD","in_stock":true},{"title":"95 Oval Logo\/Gem Green \/ L \/ Mens","offer_id":53265699799406,"sku":"PAT62M007005","price":84.99,"currency_code":"CAD","in_stock":true},{"title":"95 Oval Logo\/Gem Green \/ XL \/ Mens","offer_id":53265699832174,"sku":"PAT62M007006","price":84.99,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/Baggies5_Short-95Oval_GemGreen-4.png?v=1772216887","url":"https:\/\/boardroomshop.com\/products\/patagonia-mens-baggies-5-short-95-oval-logo-gem-green-spring-2026","provider":"The Boardroom","version":"1.0","type":"link"}