/* compiled by scssphp v1.0.6 on Sun, 01 Sep 2024 23:27:30 +0000 (0.1015s) */

/* Services SCSS Document */
.tyre-item.module .module-logo img {
  max-width: 170px;
  max-height: 100px;
  object-fit: contain;
  object-position: center left;
}
.tyres {
  display: block;
}
.tyres .tyre-item {
  transition: all 0.3s ease-in-out 0s;
}
.tyres .tyre-item a {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.tyres .tyre-item:hover {
  background-color: #FFE200;
  transition: all 0.1s ease-in-out 0s;
  border-color: #FFE200;
}
.tyres .tyre-item:hover .module-text .readmore {
  transition: all 0.1s ease-in-out 0s;
  background-color: #FFF;
}
.tyres .module-image {
  display: block;
}
.tyres .module-image img {
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 10px;
  object-fit: contain;
  object-position: center left;
  aspect-ratio: 1;
  background-color: #FFF;
}
.tyres .tyre-item:hover .module-image img {
  opacity: 1;
}
.tyres.grid article .module-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 0px;
  height: 100%;
}
.tyres.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.tyres.grid .tyre-item {
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
}
.tyres .module-text h2 {
  text-transform: capitalize;
  padding: 0px;
}
.tyres .module-text p {
  display: block;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.tyres .module-text .readmore {
  background-color: #FFE200;
  color: #000000;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
  margin-top: auto;
}
.tyres .module-text .tyre-item-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  height: 100%;
}
.tyres + .backlink {
  padding-top: 0px;
}
article {
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 30px;
}
/* Grid of images next to text */
.tyres.imageside .tyre-item {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.tyres.imageside .module-image {
  float: left;
  width: 40%;
  display: block;
}
.tyres.imageside.grid.one-column .module-image {
  width: 20%;
}
.tyres.imageside.grid.seven-column .module-image, .tyres.imageside.grid.six-column .module-image, .tyres.imageside.grid.five-column .module-image {
  width: 100%;
  padding-bottom: 5px;
}
.tyres.imageside .module-text {
  float: left;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* If image shown */
.tyres.imageside .module-image + .module-text {
  width: 60%;
  padding-left: 20px;
}
.tyres.imageside.grid.one-column .module-image + .module-text {
  width: 80%;
}
.tyres.imageside.grid.seven-column .module-text, .tyres.imageside.grid.six-column .module-text, .tyres.imageside.grid.five-column .module-text {
  width: 100%;
  padding-left: 0px;
}
/* Grid of images with text under */
.tyres.textunder .tyre-item {
  display: inline-block;
  position: relative;
}
.tyres.textunder .module-image {
  width: 100%;
  display: block;
}
.tyres.textunder .module-text {
  width: 100%;
  display: block;
  padding-top: 5px;
}
/* Grid of images with text above */
.tyres.textabove .tyre-item {
  display: inline-block;
  position: relative;
}
.tyres.textabove .module-image {
  width: 100%;
  display: block;
  position: relative;
}
.tyres.textabove .module-image .view {
  color: #ffffff;
  opacity: 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 600;
}
.tyres.textabove .tyre-item:hover .module-image .view {
  opacity: 1;
}
.tyres.textabove .module-text {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
/* Grid of image with text over the image */
.tyres.textover .tyre-item {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.tyres.textover .module-image {
  float: none;
  width: 100%;
}
.tyres.textover .module-text {
  float: none;
  width: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tyres.textover .module-text, .tyres.textover .module-text .silent {
  color: #ffffff;
}
/* Image with rollover text popup */
.tyres.rollover .tyre-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.tyres.rollover .tyre-item:hover .module-image {
  opacity: 1;
}
.tyres.rollover .module-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.tyres.rollover .module-text, .tyres.rollover .module-text .silent {
  color: #ffffff;
}
.tyres.rollover .tyre-item:hover .module-text {
  opacity: 1;
}
/* Summary with smaller images */
.tyres.summary .tyre-item {
  display: block;
  position: relative;
  margin-bottom: 5px !important;
}
.tyres.summary .module-image {
  float: left;
  display: inline-block;
  max-width: 20%;
  margin-right: 10px;
  padding-top: 5px;
}
.tyres.summary .module-text {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* Media Queries */
@media screen and (max-width: 480px) {
  /* Services */
  .tyres {
    display: block;
    /* Grid - 1 column */
  }
  .tyres.imageside .tyre-item {
    width: 100% !important;
    margin-right: 0% !important;
    margin-bottom: 30px;
  }
  .tyres.imageside .module-image {
    float: none;
    width: 100% !important;
    padding-bottom: 5px;
  }
  .tyres.imageside .module-text {
    float: none;
    width: 100% !important;
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22edit%2Fmodules%2Ftyres%2Ftyres.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2C4BAAA%3BAAsBG%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAWF%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%2CsCAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAOE%3BAAAA%3ByBAAA%3BAAAA%3BAAQF%3BAAAA%2CiBAAA%3BAAAA%3BAAGC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeA%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BcAAA%3BAAAA%3BAAWA%3BAAAA%3BeAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAQA%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BgBAAA%3BAAAA%3BAA5IF%2CiCAAA%3BAAsJE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAOD%3BAAAA%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAA7KH%2CoBAAA%3BAAoLI%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAA7LJ%2CoCAAA%3BAAyME%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAlNH%2CoCAAA%3BAA6NE%3BAAAA%3BqBAAA%3BAAAA%3BAAIC%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAMC%3BAAAA%2CaAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAhPH%2C4CAAA%3BAA2PE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKC%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcC%3BAAAA%2CiBAAA%3BAAAA%3BAAnRJ%2CoCAAA%3BAA2RE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAQE%3BAAAA%2CaAAA%3BAAAA%3BAAID%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAeC%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAzTJ%2CiCAAA%3BAAkUE%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAMC%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3ByBAAA%3BAAAA%3BAAhVH%2CmBAAA%3BAA2VA%3BAAAA%2CgBAAA%3BAAGC%3BAAAA%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMC%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BkCAAA%3BAAAA%3BAAAA%22%7D */