/** Shopify CDN: Minification failed

Line 623:0 Expected "}" to go with "{"

**/
:root {
  --green: #a3b339;
  --greenFont: #515932;
}

@media screen and (max-width: 768px) {
  .product-page span.product-title {
    color: #666 !important;
  }
  span.product-skus {
    display: inline !important;
  }
  .product-code-container {
    display: none;
  }
  /* .desktop-price {
    display: none !important;
  } */
  .mobile-price {
    display: block !important;
    margin-top: 4px;
  }
  .priceFromText {
    display: none;
  }
  .price {
    color: #666 !important;
    font-weight: 600;
    display: block;
  }
  .desktop-reviews {
    display: none !important;
  }
  .mobile-reviews {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .product-page .price-wrapper .call_us {
    display: none;
  }
  .addToCartWrapper button.button-solid, .button.button-solid {
    background: #000000;
    border-color: #000000;
    color: #fff;
  }
  .qty-mobile {
    justify-content: flex-start;
    /* width: 100%; */
  }
}

@media screen and (min-width: 769px) {
  .mobile-price {
    display: none !important;
  }
  .mobile-reviews {
    display: none !important;
  }
}

.mobile-price span.priceVatText {
  font-size: 12px;
  font-weight: 500;
  color: #666;
}

span.product-skus {
  color: #a3a3a3;
  /* font-weight: 400; */
  font-size: 16px;
  /* display: none; */
}

.two-col-price-reviews {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  align-items: baseline;
}

.vary-price {
    font-size: 16px;
    color: #666666;
}

.product-page {
  .addToCartWrapper {
    height: 100%;
    > form {
      height: 100%;
    }
  }
  .custom-breadcrumb {
    @media screen and (max-width: 1000px) {
      display: none;
    }
    > div {
      padding-bottom: 0;
      color: var(--greenFont);
      & * {
        font-weight: 500;
      }
    }
  }
  span.product-title {
    color: var(--greenFont);
    font-weight: 500 !important;
  }

  .product-header-horizontal {
    padding-bottom: 5px;
    border-color: #e7e7e7;
    margin-bottom: 20px;
    @media screen and (max-width: 1000px) {
      padding-top: 10px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px;
      padding-bottom: 10px;
      padding-right: 15px;
      margin-top: 0;

      .product-title-container {
        grid-area: 1 / 1 / 2 / 3;
      }
      .product-code-container {
        grid-area: 2 / 1 / 3 / 2;
        .product-code {
          flex-direction: row;
          gap: 10px;
        }
      }
      .product-reviews-container {
        margin-right: 0;
        > div {
          justify-content: end;
        }
      }
    }
    .product-reviews-container {
      @media screen and (min-width: 1000px) {
        position: relative;
        top: -13px;
        height: 100%;
        border-left: 1px solid #e7e7e7;
        padding-left: 60px;
        border-right: 1px solid #e7e7e7;
        padding-right: 60px;
        margin-right: 10px;
      }

      .rating svg {
        width: 1rem;
        height: auto;
      }
    }
    .product-code-container {
      @media screen and (min-width: 1000px) {
        position: relative;
        top: -13px;
      }
      .product-code {
        min-width: 217px;
        align-items: center;
        .font-medium {
          font-size: 16px !important;
          font-weight: 400 !important;
          color: var(--greenFont);
          margin-bottom: 0;
        }
      }
    }
  }

  .price-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;

    .inner-price-wrapper {
      display: flex;
      flex-direction: column;
      /* gap: 15px; */

      .x-badges-container {
        margin-bottom: 0;
      }
    }

    p.price {
      display: flex;
      align-items: baseline;
      gap: 5px;
      flex-wrap: nowrap;
      width: 130%;
      span.priceAmount {
        font-size: 24px;
        color: #515932;
        font-weight: 500;
        @media screen and (max-width: 900px) {
          font-size: 20px;
        }
      }
      span.priceVatText {
        font-size: 18px;
        color: #515932;
      }
      span.priceFromText {
        font-size: 20px;
        align-self: end;
        padding-bottom: 3px;
        margin-right: 7px;

        @media screen and (max-width: 767px) {
          font-size: 12px;
          padding-bottom: 0px;
          margin-right: 3px;
        }
      }
    }
    
  }

  .addToCartWrapper {
    .rfq-btn {
      width: 49%;
      float: right;
      border: 2px solid #000000;
      height: 46px;
      color: #000000;
      background-color: transparent;
      font-weight: 600;

      &:hover {
        color: #fff;
      }
    }

    .ask-question-btn {
      top: -54px;
      float: left;
      width: 49%;
      cursor: pointer;
      border: 2px solid #000000;
      height: 46px;
      font-weight: 500;
      color: #000000;
      background-color: transparent;
      font-weight: 600;

      &:hover {
        color: #fff;
      }
    }

    form:has(.payment-button-container) + .ask-question-btn {
      top: -146px;
      @media screen and (max-width: 767px) {
        top: -144px;
      }
    }
  }
}

.pricePerMetre {
  font-size: 20px;
  padding-bottom: 3px;
  margin-right: 7px;
}
.card-info .pricePerMetre {
  font-size: 14px;
  padding-bottom: 3px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .pricePerMetre {
    font-size: 16px;
    padding-bottom: 0px;
    margin-right: 3px;
  }
  .card-info .pricePerMetre {
    font-size: 12px;
    padding-bottom: 3px;
    margin-right: 7px;
  }
}

/* pdp ask model */
#customAskModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  overflow: auto;
  background: #e0e5c1d4;
  display: none;
  pointer-events: none;
  &.show {
    display: block;
  }

  .modal-dialog {
    max-width: 1000px;
    margin: 2rem auto;
    max-height: 600px;
    background-color: #fff;
    border-radius: 4px;
    overflow: auto;
    pointer-events: auto;
    color: #000;
    @media screen and (max-width: 1000px) {
      max-width: 94vw;
      max-height: 85vh;
    }

    .modal-header {
      display: flex;
      justify-content: space-between;
      padding: 15px;
      border-bottom: 1px solid #e7e7e7;
      > p {
        font-size: 22px;
        font-weight: 500;
      }
      .close {
        color: var(--greenFont);
        font-size: 24px;
        font-weight: 600;
        line-height: 20px;
      }
    }
    .modal-content {
      padding: 15px;
      .modal-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        @media screen and (max-width: 1000px) {
          grid-template-columns: 1fr;
        }

        .left-col {
          .askModalTitle {
            font-size: 22px;
            margin-bottom: 5px;
            font-weight: 500;
          }
          .askModalPrice {
            font-size: 16px;
          }
          img {
            max-height: 400px;
            width: auto;
            margin: 25px auto 0 auto;
          }

          @media screen and (max-width: 1000px) {
            display: flex;
            flex-direction: row-reverse;
            gap: 10px;
            margin-bottom: 25px;
            justify-content: start;

            img {
              max-height: 115px;
              margin: 0;
            }
          }
        }

        .form-group {
          display: flex;
          flex-direction: column;
          > label {
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 8px;
          }
          textarea {
            border: 1px solid #e7e7e7;
            padding: 10px;

            &:focus {
              outline: none;
              border: 1px solid var(--greenFont);
            }
          }
          > input {
            height: 40px;
            padding: 10px;
            border: 1px solid #e7e7e7;

            &:focus {
              outline: none;
              border: 1px solid var(--greenFont);
            }
          }
        }

        .askFormSubmitBtn {
          background-color: var(--green);
          color: #fff;
          width: 100%;
          padding: 10px;
          font-size: 18px;
          margin: 15px 0;
        }
      }
    }
  }
}

#modalBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: none;
  pointer-events: auto;

  &.show {
    display: block;
  }
}

/* eta*/
#cartDrawerEtaDisplay,
#cartEtaDisplay {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  & span:empty {
    & + div.hidden {
      display: inline-block;
    }
  }
}

#quickview-product-content {
  .call_us {
    display: none;
  }
  h2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .promotion {
      min-height: 100px !important;
  }
}

/* pdp tab accordian on mobile */
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .theme-template-product{
    .section.section-tabs-content{
      display:none;
    }
  }
  .acc-tech-specf{
  .product-specifications-container{
    padding:0;
  }
  .specification-row{
      display: grid;
      grid-template-columns: 1fr 1.5fr;

      &:last-child{
        border-bottom:none;
        margin-bottom:10px;
      }
      td{
        border:none;
      }
    }
  }

  .acc-faqs{
    .product-faqs-container{
      .faqs-grid{
        gap:10px;
        .faq-question{
          padding: 8px 10px;
          .faq-icon{
            min-width: 15px;
            height: 15px;
          }
        }
      }
    }
  }
  button.accordion-active{
    background-color:var(--green);
    p,span{
      color:#fff;
    }
  }
}

/* .dispatch-eta-display{
  display:none;
} */
/* .inventory-in-stock-status{
  margin-top:8px;
} */
@media (min-width: 1000px) {
   .top-menu-search-mobile {
      display: none; 
   }
}

.delivery-text {
  font-size: 12px; /* mobile */
}

@media (min-width: 768px) {
  .delivery-text {
    font-size: 14px; /* desktop */
  }
}

.top-menu-search-main{
      background-color: #f2f0f0;
    border-block: 2px solid #ddd;
    padding-block: 5px;
    /* margin-top: 1px; */
    z-index:9;
  .input-search{
        background: transparent!important;
    border: 0;
  }
  @media(min-width:1000px){
    display:none;
  }
}

.search-suggest-container ul,.predictive-result-item{
  list-style:none!important;
}
 * {
  -webkit-tap-highlight-color: transparent;
}


/* New PDP */
h1.product-title.h2.leading-tight.mb-2 {
    color: #666;
    font-weight: 500;
    font-size: 28px;
    padding-right: 10px;
}
@media (max-width: 768px) {
  h1.product-title.h2.leading-tight.mb-2 {

    font-size: 22px;
  }
}

.call_us {
      font-size: 13px;
      padding: 4px 8px;
      background-color: var(--green);
      color: #fff;
      text-align: center;
      height: fit-content;
      max-width: 260px;
      line-height: 1.2;

      a {
        font-weight: 700;
      }
      @media screen and (max-width: 767px) {
        max-width: 100%;
        font-size: 14px;
        padding: 4px 20px;
        margin: 10px 0;
      }
    }

.call_us_desktop {
  display: block;
}
.call_us_mobile {
  display: none;
}

@media screen and (max-width: 767px) {
.call_us_desktop {
  display: none;
}
.call_us_mobile {
  display: block;
}

/* @media (min-width: 1024px) {
.disabled\:opacity-30:disabled{opacity:0.6!important}
.group:hover .lg\:group-hover\:disabled\:opacity-30:disabled{opacity:0.6!important}
} */

button:disabled{
  opacity:.6!important
}

