@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');


.tudor_second-banner.banner {
  background: #fff !important;
}
.tudor_second-banner .banner__box {
  width: 100% !important;
  max-width: 890px !important;
  @media (max-width: 767px) {
    padding: 40px 0 !important;
  }
}
.page-tudor .tudor-second-banner h2.heading {
  text-align: center !important;
}
.page-tudor .tudor-second-banner h2.heading span {
    color: #000 !important;
    text-transform: uppercase;
    font-family: Asap, sans-serif !important;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 20px;
    letter-spacing: 0 !important;
    text-align: center;
    @media (ma-width: 767px) {
      font-size: 28px !important;
    }
  }
.page-tudor .tudor-second-banner h2.sub-heading {
  font-size: 16px;
  color: #be0000;
  margin-top: 8px !important;
  font-weight: 700;
  line-height: 40px;
  display: block;
  text-align: center  !important;
  letter-spacing: 0 !important;
  font-family: Asap, sans-serif !important;
}
.page-tudor .tudor-second-banner .text p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 24px !important;
  letter-spacing: .5px;
  font-weight: 400 !important;
  font-family: Asap, sans-serif !important;
  margin-bottom: 1em;
  @media (max-width: 767px) {
    font-size: 14px;
  }
}
 /* new btn */
.turdorBtn-container {
  padding: 90px 20px;
  display: flex;
  justify-content: center;
  @media (max-width: 767px) {
    padding: 60px 20px;
  }
  .turdorBtn-border {
    padding: 11px 30px;
    display: flex;
    align-items: center;
    gap: 3px;
    border: 1px solid #e6e6e6;
    color: #be0000;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 700;
    font-family: 'Asap', sans-serif !important;
    width: fit-content;
    @media (max-width: 767px) {
      font-size: 12px;
    }
    img {
      width: 23px;
    }
    .white-icon {
      display: none
    }
    &:hover {
      background: #be0000;
      color: #fff;
      .white-icon {
        display: block;
      }
      .red-icon {
        display: none;
      }
    }
  }
}


/* Slider section CSS start */
.tudor-blog-container {
  padding: 0 72px;
  overflow: hidden;
  position: relative;
  @media (max-width: 820px) {
    padding: 0 40px;
  }
  @media (max-width: 767px) {
    padding: 0 20px;
  }
  .tudor-blog-lists {
    margin-left: -12px !important;
    margin-right: -12px !important;
    overflow: hidden !important;
    .flickity-slider {
      .tudor-blog-item-custom {
        list-style-type: none;
        width: 25%;
        text-align: center;
        padding: 0 12px;
        @media (max-width: 820px) {
          width: 70%;
        }
        .image-box {
          overflow: hidden;
          line-height: 0;
          img {
            width: 100%;
            object-fit: cover;
            transition: all 0.5s ease-in-out;
            &:hover {
              transform: scale(1.1);
            }
          }
        }
        .body-content {
          .slider-title {
            font-family: 'Asap', sans-serif !important;
            font-size: 20px;
            margin: 10px 0 6px;
            text-transform: uppercase;
            font-weight: 700;
            letter-spacing: 0.5px;
            line-height: 1.5;
            @media (max-width: 767px) {
              font-size: 16px;
            }
          }
          .slider-pragh {
            font-family: 'Asap', sans-serif !important;
            color: #000;
            font-size: 16px;
            line-height: 28px;
            margin-bottom: 16px;
            margin-top: 0;
            letter-spacing: 0.5px;
            @media (max-width: 767px) {
              font-size: 14px;
            }
          }
        }
      }
    }
  .flickity-button[disabled] {
    display: none;
  }
    .flickity-button {
      top: 26%;
      width: 20px;
      height: 20px;
      padding: 0;
      position: absolute;
      border: 0;
      @media (max-width: 1024px) {
        top: 18%;
      }
      @media (max-width: 820px) {
        top: 40%;
      }
      @media (max-width: 767px) {
        display: none;
      }
      .flickity-button-icon{
        width: 20px;
        height: 20px;
        position: relative;
        padding: 0;
        opacity: 1;
        right: 0;
        left: 0;
        path {
          fill: #be0000;
          opacity: 1;
        }
      }
    }
    .flickity-button.previous  {
      left: 30px;
      background: transparent;
      @media (max-width: 820px) {
        left: 2px;
      }
    }
    .flickity-button.next  {
      right: 30px;
      background: transparent;
      @media (max-width: 820px) {
        right: 8px;
      }
    }
    .flickity-page-dots {
      display: none;
    }
  }
}
.officalTudor-link {
  padding-top: 60px;
}
/* Slider section CSS End */

/* about tudor slider */
#about-tudor-slider {
  max-width: 1140px;
  margin: auto;
  padding: 90px 15px 0;
  @media (max-width: 820px) {
    padding: 90px 40px 0;
  }
  @media (max-width: 767px) {
    padding: 60px 15px 0;
  }
  .tudor-blog-lists {
    padding-top: 36px; 
    .flickity-slider {
      .tudor-blog-item-custom {
        width: 33.33%;
        @media (max-width: 820px) {
          width: 70%;
        }
      }
    }
    .flickity-button {
      display: none;
    }
  }
}


/* feature product section */
.page-tudor {
  .product-details {
    .brand {
      font-weight: 700;
    }
    .title {
      color: #000000 !important;
      letter-spacing: 0 !important;
      font-weight: 700 !important;
    }
  }
  .product-list .thumbnail {
    margin-bottom: 0px !important;
  }
}
.quick-add-wrapper {
  display: none !important;
}
.product-grid--vendor-font-body {
  font-weight: 600;
  font-size: 14px;
  font-family: "Helvetica", sans-serif;
  color: #000;
}
.product-grid--title-font-body {
  color: #000;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
  font-family: "Helvetica", sans-serif;
}
.money price--regular-price  {
  color: #000;
  font-size: 17px;
  font-family: "Helvetica", sans-serif;
}
.grid__image.grid__image__match img {
  transition: all 0.5s ease-in-out;
}
.grid__image.grid__image__match:hover img {
  transform: scale(1.1);
}
.shopify-section.featured-products-wrapper div[data-wetheme-section-type="collection--featured-collection"] {
      padding: 0 5% !important;
}