/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./webpack/styles/product/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
.product__section {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  padding-top: 4rem;
}

.product__section__details {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  padding-top: 4rem;
}

.product__container {
  margin: 0;
  width: 100%;
}

.product-col {
  display: flex;
  flex-direction: column;
}

.product-col__image {
  padding: 0;
  max-height: 500px;
  width: 100%;
}

.product-image {
  width: 100%;
  max-height: 500px;
}

.product-col__text {
  background-color: #A5B7C0;
  height: 520px;
  padding: 1rem;
  width: 100%;
}

.product-title {
  color: #000;
}

.product__swatch {
  position: relative;
}

.product__swatch__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.product__swatch__list__item {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

.product__swatch__text {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 0.5rem;
  font-weight: 600;
}

.product__image-holder {
  width: 100%;
}

.product__suggestion__container {
  margin-right: auto;
  margin-left: auto;
}

.product__text-holder {
  width: 100%;
}

.product__ml-header {
  padding-left: 3rem;
}

.product__ir-header {
  padding-left: 3rem;
}

.product__desc {
  padding: 1rem;
}

.product__desc-text {
  padding: 0.5rem;
  font-size: 18px;
  margin: 0;
}

.product-description__read-more:hover {
  cursor: pointer;
}

.product__benefits-text {
  padding: 0.5rem;
  font-size: 18px;
  line-height: 1.6em;
}

.product-page__brochure-card {
  position: relative;
  padding-top: 0.5rem;
  margin: 1rem;
}

.product-page__brochure-card > .pretitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
}

.product-page__brochure-card > .title {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 0;
  margin-top: 1rem;
  margin-bottom: 0;
}

.product-page__brochure-card > .links {
  padding-top: 2rem;
  position: relative;
  padding-bottom: 8rem;
}

.product-page__brochure-card > .links > a {
  text-decoration: none;
}

.product-page__brochure-card > .links > a > .link-item {
  background-color: red;
  width: 90px;
  height: 90px;
  margin-right: 3rem;
  float: left;
  position: relative;
}

.product-page__brochure-card > .links > a > .link-item:hover {
  cursor: pointer;
}

.product-page__brochure-card > .links > a > .link-item-download {
  background-image: url(https://media.stonemarket.co.uk/d_no-image_bucaqf.jpg,w_80,h_80,c_fill,f_auto,q_auto,fl_lossy,c_fill,f_auto,q_auto,fl_lossy/stonemarket-icons-download.svg);
  background-position: center center;
  background-color: #A5B7C0;
  color: #000;
}

.product-page__brochure-card > .links > a > .link-item-postal {
  background-image: url(https://media.stonemarket.co.uk/d_no-image_bucaqf.jpg,w_80,h_80,c_fill,f_auto,q_auto,fl_lossy,c_fill,f_auto,q_auto,fl_lossy/stonemarket-icons-postal.svg);
  background-position: center center;
  background-color: #A5B7C0;
  color: #000;
}

.product-page__brochure-card > .links > a > .link-item-download > p {
  position: absolute;
  bottom: -25px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}

.product-page__brochure-card > .links > a > .link-item-postal > p {
  position: absolute;
  bottom: -25px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}

.carousel-container {
  position: relative;
  width: auto;
  max-width: 700px;
  margin: 1rem;
  overflow: hidden;
}

.carousel {
  display: flex;
  position: relative;
  height: 440px;
}

.carousel-item {
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
  display: none;
}

.carousel-item.active {
  display: block;
  opacity: 1;
  z-index: 2;
}

.carousel-item.slide-left {
  transform: translateX(-100%);
}

.carousel-item.slide-right {
  transform: translateX(100%);
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 3;
}

.carousel-control.prev {
  left: 0;
}

.carousel-control.next {
  right: 0;
}

.product-specs__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  text-decoration: underline;
}
.product-specs__title__text {
  font-size: 1.5rem;
  cursor: pointer;
  font-weight: 600;
}
.product-specs__list {
  display: inline-flex;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 0;
}
.product-specs__item {
  position: relative;
  z-index: 1;
  margin-right: 10px;
}
.product-specs__item.no-touch:hover .product-colour__text-holder {
  display: inline-block;
}
.product-specs__text-holder {
  position: absolute;
  z-index: 3;
  white-space: nowrap;
  margin-bottom: 8px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25em 0.75em;
  border: 1px solid #000;
  background: #ffffff;
  display: none;
  filter: drop-shadow(0 1px 2px rgba(56, 56, 56, 0.4));
}
.product-specs__text-holder:after, .product-specs__text-holder:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  transform: translateX(-50%);
}
.product-specs__text-holder:after {
  border-top-color: #ffffff;
  border-width: 5px;
}
.product-specs__text-holder:before {
  border-top-color: #fff;
  border-width: 6px;
}
.product-specs__image-holder {
  cursor: pointer;
}
.product-specs__table {
  width: 100%;
  padding-right: 0.5rem;
}
.product-specs__table-header {
  font-size: 1.2em;
  font-weight: 600;
}
.product-specs__table-disclaimer {
  background-color: #000;
  font-size: 1em;
}
.product-specs__table tr:nth-child(odd) {
  background-color: #eaeae6;
}
.product-specs__table th {
  padding: 0.6em;
  text-align: left;
  vertical-align: top;
  width: 50%;
  font-size: 0.9rem;
  font-weight: 600;
}
.product-specs__table td {
  padding: 0.6em;
  text-align: left;
  vertical-align: top;
  width: 50%;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
}
.product-specs__table-active {
  display: table;
}
.product-specs__table-inactive {
  display: none;
}
.product-specs__document-list {
  margin-top: 1rem;
}
.product-specs__document-list > a {
  text-decoration: none;
}
.product-specs__document-list-caption {
  margin: 0;
  font-weight: 600;
  font-size: 1.2rem;
}
.product-specs__table-compact {
  width: 95%;
  font-size: 0.9rem;
  border-spacing: 0.5rem;
  border-collapse: collapse;
}
.product-specs__table-compact > thead > tr > th {
  font-size: 0.8rem;
  font-weight: 600;
}
.product-specs__table-compact > tbody > tr > td {
  background-color: #fff;
  font-size: 0.7rem;
  border: 1px solid #000;
  padding: 0.1rem;
}
.product-specs__table-compact > tbody > tr > td.type-break {
  line-height: 1px;
  background: white;
  padding: unset;
  margin: unset;
}
.product-specs__disclaimer-compact {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.product-specs__colour-list {
  display: inline-flex;
  width: 90%;
}
.product-specs__colour-list-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.product-specs__colour-list-item {
  width: 15%;
  margin-right: 1.5rem;
}
.product-specs__colour-list-colour > span {
  font-size: 0.9rem;
  font-weight: 500;
}

.product-popup-drawer {
  position: fixed;
  background: white;
  opacity: 0;
  box-shadow: 4px 3px 8px 1px #969696;
  padding: 0.5rem;
  padding: 2rem 3rem 2rem 3rem;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
.product-popup-drawer__show {
  display: inline-block;
  z-index: 4;
  top: 0px;
  right: 0px;
}
.product-popup-drawer__hide {
  display: none;
  top: 0px;
  right: -400px;
}
.product-popup-drawer__header {
  padding: 0.5rem 0.5rem 0.5rem 0;
  font-weight: bolder;
  font-size: 1.8em;
  width: 100%;
}
.product-popup-drawer__header-title {
  padding: 0;
}
.product-popup-drawer__header-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
}
.product-popup-drawer__header-close:hover {
  cursor: pointer;
}
.product-popup-drawer__header-close:after {
  content: "X";
  padding: 0;
  margin: 0;
}
.product-popup-drawer__listbox {
  font-size: 1rem;
}
.product-popup-drawer__listbox__item {
  width: 100%;
  padding: 0.5em 0.5em 2em 0.5em;
}
.product-popup-drawer__listbox__item-image {
  display: inline-block;
  width: 15%;
  left: 0px;
}
.product-popup-drawer__listbox__item-text {
  display: inline-block;
  width: 80%;
  right: 0px;
  vertical-align: top;
}
.product-popup-drawer__listbox__item-selected {
  border: solid 2px #000;
}
.product-popup-drawer__listbox-sizeselector {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
  font-size: 1em;
  border: none;
}
.product-popup-drawer__item {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.2rem 0 1.2rem 0;
  margin: 0.5rem 0 0.5rem 0;
  border: solid 1px #000;
}
.product-popup-drawer__item-logo {
  font-size: 2.5rem;
}
.product-popup-drawer__item-hours {
  width: 100%;
}
.product-popup-drawer__item-hours-entry {
  display: inline-block;
  width: 50%;
  padding: 0.2rem;
}
.product-popup-drawer__item-hours-entry > span {
  font-weight: 600;
}
.product-popup-drawer__item-link-button {
  background-color: #435570;
  color: #fff;
  padding: 1em 2em 1em 2em;
  margin-left: 1em;
  border: solid 1px #000;
  cursor: pointer;
  text-decoration: none;
}
.product-popup-drawer__item-link-button:hover {
  background-color: #a6b8c1;
  color: #211E16;
  border: solid 1px #fff;
}

.product-attributes {
  width: 100%;
  align-content: baseline;
  align-items: baseline;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.product-attributes-1 {
  width: 25%;
}

.product-attributes-2 {
  width: 50%;
}

.product-attributes-3 {
  width: 67%;
}

.product-attributes-4 {
  width: 100%;
}

.product-attributes__entry {
  padding: 1rem;
  align-content: center;
  align-items: center;
  width: 50%;
  margin-left: 0rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
}

.product-attributes__entry > img {
  margin: 0 auto;
}

.product-attributes__entry-2 {
  width: 50%;
}

.product-attributes__entry-3 {
  width: 33.33%;
}

.product-attributes__entry-4 {
  width: 25%;
}

.product-attributes__entry-5 {
  width: 20%;
}

.product-attributes__entry-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  display: table;
  margin: 0 auto;
  padding-top: 1rem;
}

.product-attributes__entry-value {
  font-size: 1.5rem;
  font-weight: 600;
  display: table;
  margin: 0 auto;
  padding-top: 0.5rem;
}

.product-attributes__entry-value:after {
  content: "\a";
  white-space: pre;
}

@media screen and (min-width: 1023px) {
  .product__section__details {
    flex-direction: row;
  }
  .product-col {
    flex-direction: row;
  }
  .product-col__image {
    width: 50%;
  }
  .product-col__text {
    width: 50%;
    height: 500px;
    padding: 2.5rem 7.5rem;
  }
  .product__image-holder {
    width: 50%;
  }
  .product__suggestion__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1220px;
  }
  .product__text-holder {
    width: 50%;
  }
  .carousel-container {
    width: 100%;
  }
  .product-popup-drawer {
    width: 50%;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./webpack/Styles/Navigation/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.footer--section {
  background-color: #435570;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}
.footer-holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer-holder__items {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #fff;
}
.footer-holder__columns {
  flex: 0 0 auto;
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
}
.footer-holder--bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.footer-holder--bottom-container {
  width: 100%;
  margin-bottom: 1rem;
}
.footer-holder--bottom-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.footer-holder--bottom-list--item {
  padding: 0 1rem;
}
.footer-holder--bottom-copyright {
  margin-bottom: 0;
}
.footer-heading {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0 0.875rem;
  margin-bottom: 1.25rem;
  text-align: left;
}
.footer-list {
  list-style: none;
  padding: 0;
}
.footer-list__item {
  text-align: left;
}
.footer-list__item-link {
  color: #fff;
  text-decoration: none;
}
.footer-social-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
}
.footer-social-list__item {
  padding-right: 1rem;
}
.footer-social-list__item-link {
  color: #fff;
  text-decoration: none;
}
.footer-social-list__item-link--instagram {
  background: url(https://media.stonemarket.co.uk/image/upload/instagram-monochrome-square.svg);
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.footer-social-list__item-link--youtube {
  background: url(https://media.stonemarket.co.uk/image/upload/youtube_2x.png);
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.footer-address__section {
  text-align: left;
}
@media screen and (min-width: 800px) {
  .footer-holder__items {
    flex-direction: row;
    justify-content: space-around;
  }
  .footer-holder__columns {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1023px) {
  .footer-holder {
    padding: 0 8rem;
  }
  .footer-holder__items {
    flex-direction: row;
    justify-content: space-around;
  }
}
