{"product_id":"hurley-mens-seclusion-s-s-t-shirt-bone-spring-2026","title":"Seclusion S\/S T-Shirt","description":"\u003cstyle\u003e\n.product-description {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n  line-height: 1.6;\n  color: #333;\n}\n\n.intro-text {\n  font-size: 16px;\n  font-weight: 300;\n  border-left: 3px solid #f87171;\n  padding-left: 16px;\n  margin-bottom: 24px;\n}\n\n.accordion-item {\n  border-bottom: 1px solid #e0e0e0;\n  transition: border-color 0.3s ease;\n}\n\n.accordion-item:hover {\n  border-bottom-color: #f87171;\n}\n\n.accordion-summary {\n  cursor: pointer;\n  padding: 16px 0;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  text-transform: uppercase;\n  font-size: 13px;\n  letter-spacing: 1.5px;\n  font-weight: 500;\n  position: relative;\n  transition: padding-left 0.3s ease;\n}\n\n.accordion-summary::before {\n  content: '';\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  width: 0;\n  height: 2px;\n  background: #f87171;\n  transition: width 0.3s ease;\n}\n\n.accordion-summary:hover::before {\n  width: 60px;\n}\n\n.accordion-summary:hover {\n  padding-left: 8px;\n}\n\n.accordion-icon {\n  font-size: 20px;\n  transition: transform 0.3s ease, color 0.3s ease;\n}\n\n.accordion-item[open] .accordion-icon {\n  transform: rotate(45deg);\n  color: #f87171;\n}\n\n.accordion-content {\n  padding: 0 0 20px 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(2, 1fr);\n  gap: 16px;\n  margin-top: 12px;\n}\n\n.feature-item {\n  background: linear-gradient(135deg, #fafafa 0%, #ffffff 100%);\n  padding: 16px;\n  border-radius: 8px;\n  border: 1px solid #f0f0f0;\n  position: relative;\n  overflow: hidden;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.feature-item::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 0;\n  width: 4px;\n  height: 0;\n  background: linear-gradient(180deg, #f87171 0%, #fca5a5 100%);\n  transition: height 0.3s ease;\n}\n\n.feature-item:hover::before {\n  height: 100%;\n}\n\n.feature-item:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 4px 12px rgba(248, 113, 113, 0.15);\n}\n\n.feature-item h3 {\n  font-size: 14px;\n  font-weight: 600;\n  margin: 0 0 6px 0;\n  color: #333;\n}\n\n.feature-item p {\n  font-size: 14px;\n  font-weight: 300;\n  margin: 0;\n  color: #666;\n  line-height: 1.5;\n}\n\n.size-table-wrapper {\n  width: 100%;\n  overflow-x: auto;\n  border-radius: 8px;\n  border: 1px solid #f0f0f0;\n  margin-top: 12px;\n  -webkit-overflow-scrolling: touch;\n}\n\n.size-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: white;\n}\n\n.size-table th {\n  background: linear-gradient(135deg, #f87171 0%, #fca5a5 100%);\n  color: white;\n  text-align: center;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  white-space: nowrap;\n}\n\n.size-table td {\n  text-align: center;\n  border: 1px solid #e5e7eb;\n  white-space: nowrap;\n  background: white;\n  color: #4a4a4a;\n  font-weight: 400;\n}\n\n.size-table tbody tr:hover {\n  background: #fef2f2;\n}\n\n\/* Desktop (1024px+) *\/\n@media (min-width: 1024px) {\n  .size-table th,\n  .size-table td {\n    padding: 16px;\n    font-size: 14px;\n  }\n}\n\n\/* Tablet (768px-1024px) *\/\n@media (min-width: 768px) and (max-width: 1023px) {\n  .size-table th,\n  .size-table td {\n    padding: 14px;\n    font-size: 13px;\n  }\n}\n\n\/* Mobile (480px-768px) *\/\n@media (min-width: 480px) and (max-width: 767px) {\n  .size-table th,\n  .size-table td {\n    padding: 12px;\n    font-size: 12px;\n  }\n}\n\n\/* Small mobile (360px-480px) *\/\n@media (min-width: 360px) and (max-width: 479px) {\n  .size-table th,\n  .size-table td {\n    padding: 10px;\n    font-size: 11px;\n  }\n}\n\n\/* Extra small (under 360px) *\/\n@media (max-width: 359px) {\n  .size-table th,\n  .size-table td {\n    padding: 8px;\n    font-size: 10px;\n  }\n}\n\n.size-note {\n  font-size: 13px;\n  font-style: italic;\n  color: #666;\n  margin-top: 12px;\n  padding: 12px;\n  background: #fef2f2;\n  border-left: 3px solid #f87171;\n  border-radius: 4px;\n}\n\n@media (max-width: 768px) {\n  .features-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .feature-item:hover {\n    transform: none;\n  }\n  \n  .accordion-summary::before {\n    display: none;\n  }\n  \n  .accordion-summary:hover {\n    padding-left: 0;\n  }\n  \n  .accordion-summary {\n    font-size: 12px;\n    padding: 14px 0;\n  }\n  \n  .feature-item {\n    padding: 14px;\n  }\n  \n  .feature-item h3 {\n    font-size: 13px;\n  }\n  \n  .feature-item p {\n    font-size: 13px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp class=\"intro-text\"\u003eThe Skeletor short sleeve brings bones-deep style to your everyday lineup. Made from 100% midweight cotton jersey in a regular fit, it's soft, durable, and easy to wear. Finished with a soft-hand screen print, side-seam construction, and a One \u0026amp; Only clip label for that classic Hurley touch.\u003c\/p\u003e\n\u003cdetails class=\"accordion-item\"\u003e\n\u003csummary class=\"accordion-summary\"\u003eFeatures \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\u003eMidweight Cotton Jersey\u003c\/h3\u003e\n\u003cp\u003e150gsm fabric that's soft, breathable, and built to last.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eRegular Fit\u003c\/h3\u003e\n\u003cp\u003eClassic comfortable fit that works for any occasion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eSide Seam Construction\u003c\/h3\u003e\n\u003cp\u003ePremium construction for better shape retention and durability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eCustom Back Neck Artwork\u003c\/h3\u003e\n\u003cp\u003eUnique Hurley branding detail at the back neck.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eSoft Hand Screenprint\u003c\/h3\u003e\n\u003cp\u003eHigh-quality print that feels smooth and won't crack or fade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003ch3\u003eOne and Only Clip Label\u003c\/h3\u003e\n\u003cp\u003eSignature Hurley branding for authentic style.\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\"\u003eMaterials \u0026amp; Care \u003cspan class=\"accordion-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"accordion-content\"\u003e\n\u003cp style=\"margin: 0 0 12px 0; font-size: 14px; font-weight: 300; color: #666;\"\u003e\u003cstrong\u003eFabric:\u003c\/strong\u003e 100% cotton solids\u003c\/p\u003e\n\u003cp style=\"margin: 0; font-size: 14px; font-weight: 300; color: #666;\"\u003e\u003cstrong\u003eCare Instructions:\u003c\/strong\u003e Do not iron design. Wash inside out. Wash with like colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e","brand":"Hurley","offers":[{"title":"Bone \/ S \/ Mens","offer_id":53372880126318,"sku":"HUR62M010003","price":44.99,"currency_code":"CAD","in_stock":false},{"title":"Bone \/ M \/ Mens","offer_id":53372880159086,"sku":"HUR62M010004","price":44.99,"currency_code":"CAD","in_stock":true},{"title":"Bone \/ L \/ Mens","offer_id":53372880191854,"sku":"HUR62M010005","price":44.99,"currency_code":"CAD","in_stock":true},{"title":"Bone \/ XL \/ Mens","offer_id":53372880224622,"sku":"HUR62M010006","price":44.99,"currency_code":"CAD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0610\/9590\/3420\/files\/SeclusionS_ST-Shirt-Bone.png?v=1772666886","url":"https:\/\/boardroomshop.com\/products\/hurley-mens-seclusion-s-s-t-shirt-bone-spring-2026","provider":"The Boardroom","version":"1.0","type":"link"}