.template-product-hammock {
  --font-color: #0D0D0D;
  --highlight-color: #FEB41A;
  .tr-review-stars--link {
    display: none;
  }
  .product__title {
    width: 100%;
    flex: none !important;
    word-break: normal;
    h1 {
      font-size: 23px;
      @media screen and (min-width: 768px) {
        font-size: 32px;
      }
    }
  }
  .review-details {
    .review-stars {
      svg {
        path {
          stroke: var(--font-color);
        }
      }
    }
    .review-count {
      font-size: 15px;
      color: gray;
    }
  }
  .flash-sale-callout {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px inset rgba(75, 74, 74, 0.2);
    margin-bottom: 10px;
    span {
      display: block;
      width: fit-content;
      color: var(--font-color);
      padding: 2px 10px;
      font-weight: 700;
      font-size: 12px;
      line-height: normal;
      background-color: var(--highlight-color);
      border-radius: 6px;
      .label {
        display: inline;
        padding: 0;
      }
    }
  }
  .description-list ul,
  .product-info-list ul,
  .bundle-picker-options ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      position: relative;
    }
  }
  .description-list {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 14px;
    ul>li {
      display: flex;
      gap: 5px;
      flex-direction: row;
      .icon {
        display: flex;
        align-items: center;
        justify-content: space-around;
        position: relative;
        width: 40px;
        height: 42.667px;
        padding: 0;
        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
      .label {
        color: var(--font-color);
        font-size: 16px;
        line-height: 2.2em;
        padding: 8px 0;
        @media screen and (min-width: 768px) {
          line-height: 2em;
          font-size: 18px;
        }
      }
    }
  }
  .product-info-list {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    ul>li {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
      .info-header {
        color: var(--font-color);
        font-size: 22px;
        font-weight: 500;
      }
      .info-value {
        width: 100%;
        color: white;
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 0.32px;
        line-height: 3.4rem;
        border-radius: 20px;
        background-color: #062D3E;
      }
      &:last-child {
        .info-value {
          width: fit-content;
          padding: 0 30px;
        }
      }
    }
  }
  .bundle-picker-box {
    .bundle-picker-title {
      display: flex;
      gap: 3px;
      position: relative;
      width: 100%;
      margin-bottom: 8px;
      .title {
        color: var(--font-color);
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 18px 0 0;
      }
      .icon {
        position: relative;
        width: 40px;
        height: 42.667px;
        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
    .bundle-picker-options {
      display: block;
      position: relative;
      width: 100%;
      margin-bottom: 20px;
      bundle-picker-option {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 8px;
        border: 1px solid #DDDDDD;
        border-radius: 8px;
        label {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          line-height: 3rem;
          width: 100%;
          padding: 10px;
          gap: 10px;
          cursor: pointer;
          @media screen and (min-width: 768px) {
            gap: 12px;
          }
          .option-name {
            display: flex;
            color: var(--font-color);
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            @media screen and (min-width: 768px) {
              font-size: 22px;
            }
          }
          .option-price {
            color: var(--font-color);
            font-size: 18px;
            margin-left: auto;
            display: flex;
            flex-direction: row;
            gap: 4px;
            @media screen and (min-width: 768px) {
              font-size: 22px;
            }
            /*.option-sale-price {*/
            /*  font-size: 17px;*/
            /*  @media screen and (min-width: 768px) {*/
            /*    font-size: 22px;*/
            /*  }*/
            /*}*/
            .option-compare-price {
              color: #818181;
              font-size: 19px;
              text-decoration: line-through;
              font-weight: 700;
              opacity: 0.8;
              @media screen and (min-width: 768px) {
                font-size: 22px;
              }
            }
          }
          .bundle-handle {
            display: none;
            &:checked + .icon-tick {
              opacity: 1;
              border-color: #4B4A4A;
              background-color: var(--highlight-color);
              svg {
                path {
                  stroke: #4B4A4A;
                }
              }
            }
          }
          .icon-tick {
            display: flex;
            align-items: center;
            justify-content: space-around;
            width: 24px;
            height: 24px;
            border: 1px solid #0D0D0D;
            border-radius: 100%;
            background-color: transparent;
            transition: all 0.3s;
            opacity: 0.5;
            svg {
              width: 12px;
              height: 12px;
              path {
                stroke: #0D0D0D;
              }
            }
          }
        }
      }
    }
  }
  .multicolumn-card__info,
  .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding: 0!important;
  }
  .multicolumn-card__image-wrapper {
    margin-bottom: 20px;
    .media {
      img {
        border-radius: 20px;
      }
    }
  }
  .multicolumn-list,
  .multicolumn-card__info {
    h3 {
      font-size: 36px;
      line-height: 3.5rem;
    }
    .rte {
      p {
        font-size: 16px;
        line-height: 28.8px!important;
        letter-spacing: 0.6px;
      }
      ul {
        margin: 0;
        padding: 0;
        list-style: none;
        li {
          font-size: 16px;
          line-height: 28.8px!important;
          letter-spacing: 0.6px;
        }
      }
    }
  }
  .multicolumn-list__item {
    margin-bottom: 10px;
  }
  .multicolumn {
    .multicolumn__title {
      margin: 0;
      h2 {
        font-size: 34px;
        line-height: 1.8em;
      }
    }
  }
  li {
    &:nth-child(odd) {
      .multicolumn-card {
        @media screen and (min-width: 768px) {
          margin-right: 30px;
        }
      }
    }
    &:nth-child(even) {
      .multicolumn-card {
        @media screen and (min-width: 768px) {
          margin-left: 30px;
        }
      }
    }
    .multicolumn-list__item {
      .multicolumn-card__image-wrapper {
        padding: 0;
        margin: 0;
      }
    }
  }
  .global-media-settings img {
    border-radius: 20px;
  }
  .callout-text {
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    line-height: 36px !important;
    letter-spacing: 0.6px;
  }
  .accordion__content {
    p {
      font-size: 16px;
      line-height: 28.8px!important;
      letter-spacing: 0.6px;
    }
  }
  #shopify-section-template--16899085008973__collapsible_content_jCzkRA {
    .accordion {
      margin-top: 1rem;
      details {
        border-bottom:1px inset rgba(0, 0, 0, 0.30);
      }
      summary {
        padding: 1rem 0;
        .icon-accordion {
          width: 28px;
          height: 28px;
        }
        .accordion__title {
          font-size: 16px;
          line-height: 28.8px!important;
          letter-spacing: 0.6px;
        }
        .icon-container {
          background-color: transparent;
          svg {
            display: none;
            &.icon-caret {
              display: block;
            }
          }
        }
      }
    }
  }
  #shopify-section-template--16899085008973__multicolumn_gmEB8b {
    .page-width {
      @media screen and (min-width: 768px) {
        width: 60%;
      }
    }
    .multicolumn-list {
      gap: 4px;
    }
    .title {
      width: 100%;
    }
    .collection__description {
      display: none;
    }
    .multicolumn-card__image-wrapper {
      margin: 0;
      padding: 0;
      .media {
        img {
          border-radius: 0;
          margin-left: -10px;
        }
      }
    }
    .multicolumn-card__info {
      .rte {
        ul {
          li {
            &::before {
              content: '';
              display: inline-block;
              width: 30px;
              height: 30px;
              margin-right: 5px;
              margin-bottom: -13px;
              background-image: url('yellow-tick.svg');
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
            }
          }
        }
      }
    }
    li {
      &:nth-child(2n) {
        .multicolumn-card {
          @media screen and (min-width: 768px) {
            margin-left: 0;
          }
        }
      }
    }
  }
  #shopify-section-template--16899085008973__collapsible_content_jCzkRA,
  #shopify-section-template--16899085008973__collapsible_content_ftVVDi {
    .grid__item {
      &:nth-child(2n) {
        @media screen and (min-width: 768px) {
          padding-left: 30px;
        }
      }
    }
  }
  .product {
    .product__info-wrapper {
      &.grid__item {
        &:nth-child(2n) {
          @media screen and (min-width: 768px) {
            padding-left: 0.5rem;
          }
        }
      }
    }
  }
}
