/** Shopify CDN: Minification failed

Line 69:32 Unexpected "{"
Line 69:39 Expected ":"
Line 69:46 Unexpected "{"

**/


/* CSS from section stylesheet tags */
.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-left {
    width: 25%;
    flex: 0 0 25%;
    padding-left: 20px;
    margin-top: 20px;
  }

  .footer-center {
    width: 50%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 60px;
  }

  .footer__item--sema {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .footer-sema-logo {
    max-width: 140px;
    height: auto;
    display: block;
    margin: 0 auto;
    transform: translate(3%) !important
  }

  .footer-right {
    width: 25%;
    flex: 0 0 25%;
    text-align: right;
    padding-right: 20px;
    margin-top: 20px;
    transform: translate(20%) !important;
  }

  .footer-right .footer__item--{{ block.id }} {
    text-align: right;
    padding-right: 0;
  }

  .footer-right h2,
  .footer-right p {
    text-align: right;
    padding-right: 0;
    margin-right: 0;
  }

  .footer__section {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .footer__small-text {
    clear: both;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    position: relative;
    z-index: 2;
  }

  .footer-bottom-text {
    margin-top: +10px;
  }

  @media screen and (max-width: 768px) {
    .site-footer {
      padding: 20px 15px;
      text-align: center;
      width: 100%;
      box-sizing: border-box;
    }

    .footer-grid {
      flex-direction: column;
      align-items: center;
      padding: 0;
      margin: 0;
    }

    .footer-left,
    .footer-center,
    .footer-right {
      width: 100%;
      flex: 0 0 100%;
      text-align: center;
      padding: 0;
      margin: 20px 0;
      transform: none !important;
    }

    .footer__item {
      margin-bottom: 20px;
      width: 100%;
      text-align: center;
    }

    .footer__item--sema {
      margin: 20px auto;
    }

    .footer-newsletter {
      max-width: 100%;
      margin: 0 auto;
    }

    .footer__menu {
      margin: 0 auto;
      text-align: center;
    }

    .footer__menu-items {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
    }

    .footer-right .footer__item[data-type="custom"],
    .footer-right .footer__item[data-type="custom"] .footer__item-padding,
    .footer-right .footer__item[data-type="custom"] .collapsible-content__inner,
    .footer-right .footer__item[data-type="custom"] .footer__collapsible {
      text-align: left !important;
    }

    .footer-right .footer__item[data-type="custom"] h2,
    .footer-right .footer__item[data-type="custom"] .h4,
    .footer-right .footer__item[data-type="custom"] p,
    .footer-right .footer__item[data-type="custom"] .rte p {
      text-align: left !important;
      padding: 0 20px !important;
      margin-right: 0 !important;
    }

    .footer-right .footer__item[data-type="custom"] .collapsible-trigger-btn {
      text-align: left !important;
      padding-left: 20px !important;
    }

    .footer-right .footer__item[data-type="custom"] {
      text-align: left;
      padding: 0;
    }

    .footer-right .footer__item[data-type="custom"] h2,
    .footer-right .footer__item[data-type="custom"] p {
      text-align: left;
      padding-right: 0;
      margin-right: 0;
    }

    .why-hrd-section,
    .why-hrd-section * {
      text-align: left !important;
    }

    .why-hrd-section .footer__item-padding {
      padding: 0 20px !important;
    }

    .why-hrd-section .footer__title,
    .why-hrd-section p {
      text-align: left !important;
      padding: 0 !important;
    }

    .footer-right {
      transform: none !important;
    }
  }
.recommended-products {
    margin: 30px 0;
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }

  .recommended-products__heading {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #000;
  }

  .recommended-products__container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .recommended-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex: 1;
  }

  .slider-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    padding: 0;
  }

  .slider-button:hover {
    background: #f5f5f5;
  }

  .slider-button:disabled {
    cursor: not-allowed;
  }

  .recommended-product {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .recommended-product__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    flex: 1;
  }

  .recommended-product__image {
    margin-bottom: 10px;
    aspect-ratio: 1;
    border: 1px solid #eee;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recommended-product__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .recommended-product__info {
    padding: 5px;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .recommended-product__title {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 1.4;
    /* Limit to 2 lines of text */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .recommended-product__price {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    margin-top: auto;
  }

  .recommended-product__form {
    margin-top: 10px;
  }

  .recommended-product__add-to-cart {
    width: 100%;
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
  }

  .recommended-product__add-to-cart:hover {
    background-color: #333;
  }

  .recommended-product__add-to-cart:disabled {
    opacity: 0.7;
    cursor: not-allowed;
  }

  @media screen and (max-width: 768px) {
    .recommended-products__grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .slider-button {
      width: 32px;
      height: 32px;
    }
  }

  @media screen and (max-width: 480px) {
    .recommended-products__grid {
      grid-template-columns: 1fr;
    }
  }
.rich-text-section {
    position: relative;
    padding: 60px 0;
  }

  .rich-text-section.has-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
  }

  .rich-text-section.has-background-image h2,
  .rich-text-section.has-background-image h3,
  .rich-text-section.has-background-image p {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  }

  .newsletter-wrapper {
    margin-top: 30px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter__heading {
    margin-bottom: 15px;
  }

  .newsletter__text {
    margin-bottom: 20px;
  }

  .newsletter__input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
  }

  .newsletter__input {
    flex: 1;
    min-width: 0;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.9);
  }

  .input-group-btn {
    flex-shrink: 0;
  }

  .note {
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
  }

  .note--success {
    background-color: rgba(232, 246, 232, 0.9);
    color: #155724;
  }

  .note--error {
    background-color: rgba(248, 215, 218, 0.9);
    color: #721c24;
  }