﻿:root {
  --text: #8c979e;
  --heading: #0e1015;
  --nav: #4c4c4c;
  --hover: #6b6b6b;
  --field: #f5f5f5;
  --container: 1170px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  min-height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: #6b6b6b;
  text-decoration: none;
}
a:hover,
a:focus-visible {
  color: var(--heading);
}
button,
input,
textarea {
  font: inherit;
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1,
h2,
h3,
h4 {
  color: var(--heading);
  font-weight: 300;
}
h2 {
  margin-bottom: 24px;
  font-size: 45px;
  line-height: 48px;
}
h3 {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 33px;
}
h4 {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 30px;
}
p {
  margin-bottom: 24px;
}
.content-container,
.nav-container {
  width: 100%;
  max-width: var(--container);
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.screen-reader-text,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  z-index: 1000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  padding: 8px 12px;
  clip: auto;
  color: #fff;
  background: #333;
}
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: 76px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.nav-container {
  display: flex;
  min-height: 75px;
  align-items: center;
  padding: 10px 74px 10px 44px;
}
.main-navigation {
  flex: 1 1 auto;
}
.nav-links,
.submenu,
.social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links {
  display: flex;
  align-items: center;
}
.nav-links > li {
  position: relative;
  margin-right: 26px;
}
.nav-links > li:first-child {
  margin-right: 32px;
}
.nav-links > li > a,
.nav-item-row > a {
  display: block;
  color: var(--nav);
  font-size: 13px;
  font-weight: 500;
  line-height: 53px;
  text-transform: uppercase;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--hover);
}
.nav-item-row {
  display: flex;
  align-items: center;
}
.nav-item-row::after {
  margin-left: 8px;
  color: var(--nav);
  content: "⌄";
  font-size: 10px;
}
.submenu-toggle {
  display: none;
}
.submenu {
  position: absolute;
  top: 100%;
  left: -18px;
  min-width: 210px;
  padding: 12px 0;
  border-top: 1px solid #eee;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition: opacity 150ms ease, transform 150ms ease;
}
.submenu li {
  margin: 0;
}
.submenu a {
  display: block;
  padding: 7px 18px;
  color: var(--nav);
  font-size: 13px;
  line-height: 22px;
}
.has-submenu:hover .submenu,
.has-submenu:focus-within .submenu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.social-links {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}
.social-links a {
  display: block;
  width: 20px;
  height: 20px;
  color: #8c979e;
}
.social-links svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.menu-toggle {
  display: none;
}
.page-logo {
  padding-top: 44px;
  text-align: center;
}
.page-logo img {
  width: 300px;
  height: 107px;
  margin: 0 auto;
}
.centred-copy {
  text-align: center;
}
.home-slider {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1130px;
  aspect-ratio: 1227 / 500;
  margin: 33px auto 72px;
  overflow: hidden;
  background: #f5f5f5;
}
.home-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 900ms ease;
}
.home-slider img.is-active {
  opacity: 1;
}
.home-copy h3 {
  margin-bottom: 24px;
}
.home-copy p:last-child {
  margin-bottom: 60px;
}
.wide-page-image {
  margin: 43px 15px 0;
}
.wide-page-image img {
  width: 100%;
}
.information-copy {
  padding-top: 20px;
  padding-bottom: 55px;
}
.history-copy {
  padding-top: 38px;
  padding-bottom: 55px;
}
.information-copy p,
.history-copy p {
  margin-bottom: 24px;
}
.simple-page-heading {
  padding-top: 80px;
  text-align: center;
}
.simple-page-heading h2 {
  margin-bottom: 24px;
}
.simple-page-heading p {
  margin-bottom: 0;
}
.product-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 29px;
  padding-bottom: 45px;
}
.product-card {
  padding: 0 26px 44px 14px;
  text-align: center;
}
.product-card img {
  width: 100%;
}
.product-card h3 {
  margin: 34px 0 22px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.product-card h3 a {
  color: var(--text);
}
.product-card p {
  margin: 0;
}
.product-heading {
  padding-top: 62px;
  text-align: center;
}
.product-heading h2,
.product-heading h3 {
  margin-bottom: 0;
}
.manufacturer-banner {
  margin-top: 29px;
}
.manufacturer-banner img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.runner-banner {
  margin-top: 44px;
}
.product-heading-after-banner {
  padding-top: 62px;
}
.product-heading-after-banner h3 {
  margin-bottom: 24px;
}
.product-heading-after-banner p {
  margin-bottom: 0;
}
.product-intro {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 12px;
}
.partner-card {
  padding: 0 30px;
  text-align: center;
}
.partner-card img {
  width: auto;
  height: 85px;
  margin: 0 auto -5px;
  object-fit: contain;
}
.partner-card h4 {
  margin-bottom: 24px;
}
.partner-card p {
  margin-bottom: 12px;
}
.partner-card p:first-of-type {
  margin-bottom: 56px;
}
.product-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px 28px;
  margin-top: 27px;
  padding-bottom: 60px;
}
.partner-grid + .product-gallery {
  margin-top: 16px;
}
.product-gallery-item {
  display: block;
  grid-column: span 4;
  overflow: hidden;
}
.product-gallery-item:nth-child(2) {
  grid-column: span 8;
}
.product-gallery-item:nth-child(4) {
  grid-column: span 3;
}
.product-gallery-item:nth-child(5) {
  grid-column: span 5;
}
.product-gallery-item:nth-child(6) {
  grid-column: span 12;
}
.product-gallery-item:nth-child(7) {
  grid-column: span 7;
}
.product-gallery-item:nth-child(8) {
  grid-column: span 5;
}
.product-gallery-item img {
  width: 100%;
  height: 100%;
}
.gallery-heading {
  padding-top: 62px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
  padding-bottom: 50px;
}
.gallery-item {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f5f5f5;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}
.gallery-item:hover img,
.gallery-item:focus-visible img {
  opacity: 0.9;
  transform: scale(1.015);
}
.lightbox {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 45px;
  background: rgba(0, 0, 0, 0.88);
}
.lightbox.is-open {
  display: flex;
}
.lightbox img {
  max-width: 94vw;
  max-height: 88vh;
}
.lightbox button {
  position: absolute;
  top: 12px;
  right: 18px;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font-size: 38px;
  font-weight: 300;
  cursor: pointer;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 29px;
  padding-bottom: 55px;
}
.work-card {
  position: relative;
  min-height: 420px;
  margin-bottom: 30px;
  outline: none;
  perspective: 1100px;
}
.work-column:nth-child(1) .work-card:nth-child(1) {
  height: 695px;
}
.work-column:nth-child(1) .work-card:nth-child(2) {
  height: 735px;
}
.work-column:nth-child(2) .work-card:nth-child(1) {
  height: 405px;
}
.work-column:nth-child(2) .work-card:nth-child(2) {
  height: 310px;
}
.work-column:nth-child(2) .work-card:nth-child(3) {
  height: 355px;
}
.work-column:nth-child(2) .work-card:nth-child(4) {
  height: 745px;
}
.work-column:nth-child(3) .work-card:nth-child(1) {
  height: 650px;
}
.work-column:nth-child(3) .work-card:nth-child(2) {
  height: 555px;
}
.work-column:nth-child(3) .work-card:nth-child(3) {
  height: 510px;
}
.work-card-front,
.work-card-back {
  position: absolute;
  inset: 0;
  overflow: auto;
  backface-visibility: hidden;
  transition: transform 450ms ease;
}
.work-card-front {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.work-card-front h2 {
  width: 100%;
  margin: 0;
  padding: 18px 14px;
  color: #fff;
  background: rgba(70, 70, 70, 0.62);
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.work-card-back {
  padding: 28px 25px;
  color: var(--text);
  background: #fff;
  transform: rotateY(180deg);
}
.work-card-back h2 {
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}
.work-card-back p {
  margin-bottom: 18px;
}
.work-card:hover .work-card-front,
.work-card:focus .work-card-front {
  transform: rotateY(180deg);
}
.work-card:hover .work-card-back,
.work-card:focus .work-card-back {
  transform: rotateY(0);
}
.contact-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 43px;
  padding-bottom: 55px;
}
.contact-details {
  padding: 0 14px;
}
.contact-map {
  width: 100%;
}
.contact-copy {
  padding-top: 25px;
}
.contact-copy a {
  color: inherit;
}
.contact-form {
  width: calc(100% - 8px);
  margin-left: 8px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  padding: 12px 16px;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #777;
  background: var(--field);
}
.contact-form input {
  height: 50px;
}
.contact-form textarea {
  height: 243px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  box-shadow: inset 0 0 0 1px #aaa;
}
.contact-form button {
  width: 248px;
  height: 50px;
  border: 0;
  color: #fff;
  background: #777;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form button:hover,
.contact-form button:focus-visible {
  background: #555;
}
.contact-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}
.form-status {
  margin-top: 12px;
}
.form-status-success {
  color: #35713e;
}
.form-status-error {
  color: #9a3434;
}
.rug-designer {
  padding-bottom: 55px;
}
.rug-designer iframe {
  width: 100%;
  min-height: 720px;
  border: 0;
}
@media (max-width: 767px) {
  .site-header {
    position: relative;
    min-height: 125px;
  }
  .nav-container {
    display: flex;
    min-height: 124px;
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 29px 24px;
  }
  .menu-toggle {
    display: block;
    width: 22px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .menu-toggle > span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 2px;
    margin-bottom: 4px;
    background: #777;
  }
  .main-navigation {
    display: none;
    width: 100%;
    margin-top: 40px;
    flex: none;
  }
  .nav-open .main-navigation {
    display: block;
  }
  .nav-links {
    display: block;
    padding-left: 14px;
  }
  .nav-links > li {
    min-height: 31px;
    margin: 0;
  }
  .nav-links > li:nth-child(5) > a {
    font-size: 13px;
  }
  .nav-item-row {
    height: 31px;
  }
  .nav-item-row::after {
    content: none;
  }
  .nav-links > li > a,
  .nav-item-row > a {
    font-size: 13px;
    line-height: 31px;
  }
  .nav-item-row {
    justify-content: space-between;
    max-width: 256px;
  }
  .submenu-toggle {
    display: block;
    width: 28px;
    height: 26px;
    padding: 0 0 4px;
    border: 1px solid #ddd;
    color: #777;
    background: #fff;
    line-height: 20px;
  }
  .submenu {
    position: static;
    display: none;
    min-width: 0;
    padding: 0 0 5px 14px;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .submenu-open .submenu {
    display: block;
  }
  .submenu a {
    padding: 3px 0;
    line-height: 24px;
  }
  .social-links {
    margin-top: 31px;
  }
  .nav-open .social-links {
    margin-top: 21px;
  }
  .page-logo {
    padding-top: 48px;
  }
  .home-slider {
    width: calc(100% - 44px);
    margin-top: 31px;
    margin-bottom: 70px;
  }
  .content-container {
    padding-right: 22px;
    padding-left: 22px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 33px;
  }
  .desktop-break {
    display: none;
  }
  .wide-page-image {
    margin: 43px 15px 0;
  }
  .information-copy,
  .history-copy {
    padding-top: 28px;
  }
  .simple-page-heading,
  .product-heading {
    padding-top: 76px;
  }
  .product-index,
  .partner-grid,
  .work-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .product-card {
    padding: 0 6px 40px;
  }
  .manufacturer-banner,
  .runner-banner {
    margin-top: 28px;
  }
  .partner-card {
    padding: 0 0 34px;
  }
  .product-gallery {
    display: block;
  }
  .product-gallery-item {
    margin-bottom: 18px;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .work-grid {
    gap: 0;
  }
  .work-card,
  .work-column:nth-child(1) .work-card:nth-child(1),
  .work-column:nth-child(1) .work-card:nth-child(2),
  .work-column:nth-child(2) .work-card:nth-child(1),
  .work-column:nth-child(2) .work-card:nth-child(2),
  .work-column:nth-child(2) .work-card:nth-child(3),
  .work-column:nth-child(2) .work-card:nth-child(4),
  .work-column:nth-child(3) .work-card:nth-child(1),
  .work-column:nth-child(3) .work-card:nth-child(2),
  .work-column:nth-child(3) .work-card:nth-child(3) {
    height: 520px;
  }
  .contact-details {
    padding: 0;
  }
  .contact-form {
    width: 100%;
    margin: 20px 0 0;
  }
  .contact-form button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
.whatsapp-link {
  position: fixed;
  top: 100%;
  transform: translateY(-100%);
  right: 50px;
  text-align: center;
  background: #13a349;
  padding: 8px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.whatsapp-link a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  height: 60px;
}
.whatsapp-link img {
  background-color: greenyellow;
  -webkit-mask: url("/Images/whatsapp.svg") no-repeat center / contain;
  mask: url("/Images/whatsapp.svg") no-repeat center / contain;
}