/** Shopify CDN: Minification failed

Line 11:0 Unexpected "{"

**/
.homepage-section h1,
.homepage-section h2,
.homepage-section h3,
.homepage-section h4,
.homepage-section p,
{
  margin: 0 !important;
  letter-spacing: normal;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
}

.hero-section {
  display: flex;
  flex-direction: column;
  letter-spacing: normal;
}

.hero-image {
  background-color: #fab6388c;
  border-bottom: 3px solid #000;
  padding: 28px 10px;
}

.hero-section :nth-of-type(2) {
  order: -1;
}

.hero-section .headings {
  padding: 26px 38px 50px;
  line-height: normal;
}

.hero-section .headings h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 26px;
  margin-top: 0;
  max-width: 290px;
}

.hero-section .headings .subheading {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 27px;
}

.hero-section .review-container {
  display: flex;
  margin-top: 16px;
}

.price-stars .review-container {
  display: flex;
  align-items: center;
}

.hero-section .review-container p {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: flex;
  margin: 0;
  margin-left: 12px;
  justify-content: center;
  align-items: center;
}

.hero-section .view-more {
  color: black;
  display: flex;
  margin-top: 24px;
  font-weight: 500;
  font-size: 17px;
  width: max-content;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}

.hero-section .view-more svg {
  width: 17px !important;
  stroke-width: 2px;
  margin-left: 10px;
}
.price-stars .stars {
  margin-right: 10px;
}

.price-stars .review-container p {
  font-size: 16px;
  color: black;
  margin: 0;
  letter-spacing: .4px;
}

.stars {
  display: flex;
}

.stars svg {
  width: 22px;
  height: 22px;
  fill: #fab638cc;
}

.price-stars {
  display: flex;
  flex-direction: column;
}

.feature-dropdown {
  margin-top: 30px;
  font-family: inherit;
  border-bottom: 1px solid #000;
  max-width: 400px;
}

#toggle-features {
  position: absolute;
  left: -9999px;
}

.dropdown-header {
  font-size: 15px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0;
  background: transparent;
}

.feature-dropdown li {
  font-size: 14px;
}

.plus-toggle {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
}

.plus-toggle::before,
.plus-toggle::after {
  content: '';
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.plus-toggle::after {
  transform: rotate(90deg);
}

#toggle-features:checked + .dropdown-header .plus-toggle::after {
  transform: rotate(0deg);
}

.feature-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  list-style-type: disc;
  padding-left: 20px;
  color: #000;
  margin: 0;
}

#toggle-features:checked ~ .feature-list {
  max-height: 300px;
}


.hero-section .headings .bt-medium {
  background-color: #000;
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  max-width: fit-content;
  cursor: pointer;
  height: 100%;
}

.hero-section .headings .bt-medium span {
  -webkit-font-smoothing: antialiased;
}

.bt-large span {
  -webkit-font-smoothing: antialiased;
}

.hero-section .headings a svg {
  order: 0;
}

.button-section {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.price-top {
  display: flex;
  border: 1px solid #000;
  padding: 0 19px;
  border-radius: 12px;
  align-items: center;
  background: #fab63840;
  height: 50px;
  width: max-content;
}

.price-top p {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  margin: 0;
}

.price-top svg {
  width: 18px;
  margin-left: 10px;
}

.price-top svg path {
  stroke-width: 3px;
  color: #000;
}

.divider-promo {
  display: flex;
  overflow: hidden;
  background-color: #000;
  white-space: nowrap;
}

.divider-promo p {
  margin: 0 36px 0 0;
  color: white;
  font-weight: 900;
  font-size: 18px;
  padding: 8px 0;
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(-220%);
  }
}

.benefits-strip {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px 20px;
  text-align: center;
  gap: 20px;
  border-top: 3px solid #000;
}

.benefit {
  flex: 1 1 200px;
  max-width: 240px;
  margin: 0 auto;
}

.benefit h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
  margin-top: 8px;
}

.benefit p {
  font-size: 14px;
  color: #444;
  margin: 0;
  font-weight: 500;
}

.benefit:hover svg {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
 
.main-image-container {
  position: relative;
  width: 100%;
  max-width: 600px;
}
  
.product-gallery-main {
  position: relative;
}

.gallery-arrow {
 position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  padding: 8px 12px;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}
  
.main-image-container:hover .gallery-arrow {
  opacity: 1;
}

.gallery-arrow.left { left: 10px; }
.gallery-arrow.right { right: 10px; }

.product-detail-container {
  display: flex;
  gap: 54px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
}
.gallery-left {
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-right {
  flex: 1 1 500px;
  padding: 20px 0;
  border-radius: 10px;
}
.product-gallery-main img {
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  cursor: pointer;
  background: #F5F0EB;
  object-fit: contain;
}
.product-gallery-thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 12px;
}
.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid transparent;
  transition: all 0.2s;
}
.thumbnail.active, .thumbnail:hover {
  opacity: 1;
  border-color: black;
}
/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}
.lightbox-content {
  max-width: 90vw;
  max-height: 80vh;
}
.close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}
.left { left: 20px; }
.right { right: 20px; }
@media (max-width: 768px) {
  .product-detail-container {
    align-items: center;
  }
  .gallery-right {
    width: 100%;
    margin-top: 20px;
  }
  .thumbnail {
    width: 60px;
    height: 60px;
  }
  .product-gallery-main img {
    height: 300px;
  }
  .product-detail-container {
    gap: 0;
  }
  .gallery-right .add-cart {
    margin-bottom: 0px;
  }
  .split-section .image-section {
    border-top: 3px solid black;
    border-bottom: 3px solid black;
  }
  .split-section:first-of-type {
    border-top: 0;
  }
  .third-image {
    height: 370px;
    object-fit: cover;
  }
}

.sales-section {
  background-color: #F5F0EB;
  display: flex;
  flex-direction: column;
}

.product-container {
  padding: 0 38px;
}

.sales-section .slider-preview img {
  padding: 80px 42px 36px;
}

.sales-section .logo-heading {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.sales-section .logo-heading .logo-heading-the {
  margin-right: 8px;
  -webkit-text-stroke: 3px #000;
  margin-bottom: 0;
}

.sales-section .logo-heading h2 {
  font-weight: 700;
  font-size: 38px;
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
}

.sales-section .logo-heading .logo-heading-hangboard {
  text-shadow: -2px -2px 0 #000, 0 -2px 0 #000, 2px -2px 0 #000, 2px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -2px 2px 0 #000, -2px 0 0 #000;
  color: #F5F0EB;
  letter-spacing: 1px;
}

.gallery-right .description-product {
  font-size: 16px;
  color: #000;
  margin: 0;
  line-height: 1.35;
  margin-top: 18px;
}


@media (min-width: 450px) {
  .button-section {
    flex-direction: row;
  }
  
  .bt-large {
    padding: 20px 36px;
  }

  .sales-section .logo-heading {
    flex-direction: row;
  }
}

.sales-section .price {
  padding: 8px 0;
  font-weight: 700;
  font-size: 20px;
  width: max-content;
  border-radius: 10px;
  margin-top: 0;
  height: max-content;
  display: flex;
  align-items: center;
}

.add-cart {
  display: grid;
  margin-bottom: 68px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.quantity__input {
  width: 30px;
  font-family: 'Inter';
  font-size: 20px;
}

.quantity__button {
  height: 100%;
  border-radius: 5px; 
  width: auto;
  padding: 15px 8px;
}

.cart-count .quantity__button svg {
  width: 14px;
}

.sales-section .cart-count {
  font-weight: 500;
  font-size: 24px;
  background-color: #fff;
  width: max-content;
  border-radius: 8px;
  border: 2px solid #00000054;
  color: #000000db;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 12px;
}

.trust-badge {
  font-size: 12px;
}

.bt-large {
  background-color: #000;
  border-radius: 12px;
  padding: 16px 16px;
  font-size: 17px;
  color: #fff;
  border: 0;
  -webkit-text-stroke: 1px #fff;
  cursor: pointer;
  align-items: center;
  width: auto;
  height: 100%;
  justify-content: center;
  letter-spacing: 1px;
}

.sales-features {
  background-color: #000;
  width: 100%;
  padding: 14px 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sales-features h4 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
}

.dot-divider {
  display: none;
}

.info-container {
  letter-spacing: normal;
}

.info-container h2 {
  margin: 0;
}

.the-facts .facts-content {
  padding: 42px 48px;
}

.the-facts h2 {
  margin-bottom: 28px;
}

.the-facts p {
  font-size: 18px;
  color: #000;
  margin: 0;
  line-height: 1.35;
}

.the-facts img {
  display: inherit;
}

.heading {
  font-weight: 700;
  letter-spacing: -.64px;
  color: #000;
}

.heading-lg {
  font-size: 44px;
}

.heading-md {
  font-size: 34px;
}

.img-container {
  position: relative;
  display: none;
}

.background-image-text {
  background-image: url('thehangboard-bg-text.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.foreground-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.foreground-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.features-container {
  background-color: #000;
  width: 100%;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.features-container h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 18px;
}

.features-container p {
  font-size: 20px;
  margin: 0;
}

.features-container .edge-sizes:first-child {
  background: green;
}

.features-container .edge-section {
  margin-bottom: 22px;
}

.split-section {
  display: flex;
  flex-direction: column;
  letter-spacing: normal;
}

.image-section {
  padding: 52px 32px;
  background-color: #ffb01e66;
}

.image-section.second-image {
  padding: 42px 32px 22px;
  padding-left: 0;
}

.split-section .split-description {
  max-width: 625px;
  padding: 42px 48px;
  background-color: #F5F0EB;
  color: #000;
}

.split-section:first-of-type {
  border-top: 3px solid black;
}

.split-description p {
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
  line-height: 1.4;
}

.split-description h2 {
  margin-bottom: 38px;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
}

.carousel {
  display: flex;
  transition: transform 1s ease-in-out;
}

.carousel .carousel-item:nth-of-type(2) {
  margin-top: 40px;
}

.carousel-item {
  flex: 0 0 80%;
  margin: 0 20px;
  transition: transform 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
}

.carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-item:nth-of-type(3) {
  margin-top: 40px;
}

.carousel-item:nth-of-type(4) {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .carousel-item {
    flex: 0 0 87%;
    margin: 0 -12px;
  }
}

 @media (max-width: 768px) {
    .hangboard-comparison {
      min-width: 600px; /* forces horizontal scroll if too small */
    }
  
    .hangboard-comparison th,
    .hangboard-comparison td {
      padding: 10px 16px; /* more horizontal padding */
    }
  
    .hangboard-comparison-wrapper {
      overflow-x: auto;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    }
  }
  .hangboard-comparison td:nth-child(2), .hangboard-comparison th:nth-child(2) {
      background-color: rgba(255, 215, 0, 0.05);
      border-left: 2px solid #FFD700;
      border-right: 2px solid #FFD700;
  }
  
  .hangboard-comparison th,
  .hangboard-comparison td {
    padding: 12px 16px;
  }
  
  td:first-child, th:first-child {
    background-color: rgba(255, 255, 255, 0.01); /* subtle */
    font-weight: 500;
    font-size: 15px;
    padding: 14px 16px;
}
.comparison-button {
    display: inline-block;
    padding: 10px 18px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.comparison-button:hover {
    background-color: #161616;
}

.faq-section-container {
  background-color: #191919;
}

.faq-section {
  padding: 48px 38px;
  color: #fff;
}

.faq-section h2 {
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.faq-section .logo-heading {
  display: flex;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.faq-section .logo-heading-the {
  margin-right: 10px;
  -webkit-text-stroke: 2px #fff;
}

.faq-section .logo-heading .logo-heading-hangboard {
  text-shadow: -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff;
  color: #191919;
  letter-spacing: 1px;
}

.logo-heading h2 {
  margin: 0;
}

details {
  border-top: 1px solid #FFFFFF;
  padding: 18px 0;
}

summary {
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary::after {
  content: '+';
  color: #fff;
}

details[open] summary::after {
  content: '-';
}

details p {
  margin: 14px 0 0;
  font-size: 16px;
}

@media (min-width: 700px) {
  
  .features-container {
    flex-direction: row;
    justify-content: space-around;
  }

  .img-container {
    display: inherit;
  }

  .opposite {
    order: -1;
  }
      
  .split-section {
      display: flex;
      flex-direction: row;
  }

  .split-section .split-description {
    padding: 32px;
    width: 50%;
  }
  
  .image-section {
    width: 50%;
    height: auto;
    object-fit: contain;
  }

  .carousel-item {
    height: 300px;
  }
}

@media (min-width: 900px) {

  .hero-section {
    flex-direction: row;
  }

  .hero-section .headings,
  .hero-section .hero-image {
    width: 50%;
  }

  .hero-section .headings {
    padding: 62px 48px;
  }

  .hero-section .hero-image {
    border: 0;
    border-left: 3px solid black;
  }

  .hero-section .hero-image img {
    object-fit: contain;
  }

  .hero-section :nth-of-type(2) {
    order: 0;
  }

  .the-facts {
    display: flex;
  }

  .foreground-content {
    align-items: normal;
  }

  .foreground-image {
    object-fit: cover;
  }

  .carousel-container {
    max-width: inherit;
  }

  .carousel-item {
    flex: 0 0 70%;
    margin: 0 0px;
    height: 340px;
  }

  .product-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 30px;
    align-items: center;
  }

  .add-cart {
    margin: 0;
  }

  .sales-section {
    position: relative;
  }

  .sales-features {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    flex-direction: row;
    border-top-left-radius: 20px;
    justify-content: space-between;
    padding: 14px 24px;
  }

  .sales-features h4 {
    font-size: 17px;
    margin: 0;
  }

  .dot-divider {
    display: inherit;
  }

  .edge-section .dot-divider {
    display: none;
  }

  .split-section .split-description {
    max-width: inherit;
  }

  .faq-section {
    max-width: 810px;
    margin: 0 auto;
  }
}

@media (min-width: 1124px) {

  .hero-section .headings {
    padding: 62px 72px;
  }

  .hero-section .headings h1 {
    max-width: 500px;
  }

  .product-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .bt-large {
    padding: 0px 8px;
    width: 100%;
    justify-content: center;
  }
  
  .sales-features {
    padding: 20px 38px;
    max-width: 800px;
    justify-content: flex-end;
  }

  .sales-features h4 {
    font-size: 20px;
    margin-left: 20px;
  }

  .the-facts .facts-content {
    padding: 82px 72px;
  }

  .split-section .split-description {
    padding: 60px;
  }
}

@media (min-width: 1400px) {
  .carousel-item {
    height: 400px;
  }
}