<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 484:26 Expected ")" to end URL token
Line 1905:26 Expected ")" to end URL token

**/
/* Fonts */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Made-Sunflower";
  font-display: "swap";
  src: url("MADESunflower.woff2");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "BasicSans-Regular";
  font-display: "swap";
  src: url("basicsansreg.ttf");
}

@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "BasicSans-Bold";
  font-display: "swap";
  src: url("basicsansbold.ttf");
}

:root {
  --pink: #eb816e;
  --black: #000000;
  --yellow: #fcce6a;
  --bs-red: #dc3545;
  --bs-blue: #0d6efd;
  --bs-pink: #d63384;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-gray: #6c757d;
  --bs-info: #0dcaf0;
  --bs-dark: #212529;
  --bs-white: #ffffff;
  --gunmetal: #57595a;
  --bs-green: #198754;
  --bs-light: #f8f9fa;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-danger: #dc3545;
  --navy-black: #0d0d0d;
  --swyft-blue: #6093ac;
  --state-link: #0700ff;
  --bs-primary: #0d6efd;
  --bs-success: #198754;
  --bs-warning: #ffc107;
  --state-error: #d80707;
  --bs-gray-dark: #343a40;
  --bs-secondary: #6c757d;
  --midnight-blue: #13375b;
  --state-success: #41b804;
  --state-warning: #ffdf00;
  --secondary-navy: #121d45;
  --tertiary-white: #ffffff;
  --tertiary-light-grey: #f5f6f7;
  --secondary-hover-blue: #aed0dc;
  --tertiary-divider-grey: #e4e6e7;
  --secondary-pastel-pink: #f8d0c9;
  --secondary-pastel-yellow: #feebc3;
}

*:focus {
  border: none !important;
  outline: none !important;
}

*:focus label {
  border: none !important;
  outline: none !important;
}

main {
  position: relative;
}

.h1 {
  font-size: 2.5rem;
  font-family: "Made-Sunflower" !important;
}

.h2-2 {
  font-size: 3rem;
}

.h3-2 {
  margin-bottom: 5px;
  color: var(--navy-black);
  font-size: 2rem;
  font-family: "Made-Sunflower" !important;
}

img {
  display: block;
}

/* Press logo section */

.press-logo-block {
  height: 120px;
  display: flex;
  display: -moz-box;
  align-items: center;
  margin-bottom: 40px;
  display: -webkit-flex;
  justify-content: center;
}

.press-logo-block-inner {
  width: 100%;
  height: 100%;
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: center;
  background-color: var(--tertiary-white);
}

.press-logo {
  width: 125px !important;
}

@media screen and (max-width: 992px) {
  .press-logo-block {
    margin-bottom: 0 !important;
  }
}

/* About page background */

.about-page-background {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 50%;
  position: absolute;
  background-color: #f5f6f7;
}

@media screen and (max-width: 992px) {
  .about-page-background {
    all: unset;
  }
}

/* Three column info block section */

.three-column-info-block-inner {
  width: 85%;
  height: 100%;
  margin: auto;
}

.three-column-info-block-inner svg {
  top: 0;
  right: 0;
  position: absolute;
}

.three-column-info-block-inner svg g,
.three-column-info-block-inner svg path {
  fill: var(--pink) !important;
}

.three-column-info-block-content {
  width: 75%;
  margin: auto;
  padding-top: 2%;
}

.three-column-info-block-heading {
  z-index: 99999;
  position: relative;
  color: var(--black);
  font-size: 1.625rem;
  margin-bottom: 1.5rem;
}

.three-column-info-block-text {
  font-size: 1rem;
  margin-bottom: 0 !important;
}

.three-column-info-block-label-container {
  left: 0;
  bottom: 0;
  position: absolute;
}

.three-column-info-block-label {
  font-size: 1rem;
  color: var(--pink);
  letter-spacing: 2px;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
}

@media screen and (max-width: 1200px) {
  .three-column-info-block {
    margin-bottom: 40px;
  }

  .three-column-info-block-heading {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }
}

@media screen and (max-width: 992px) {
  .three-column-info-block-inner svg {
    right: -10%;
  }

  .three-column-info-block-label {
    left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .three-column-info-block-inner {
    width: 100%;
  }

  .three-column-info-block-heading {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

/* Two column section */

.two-column-text-content-left-inner {
  width: 70%;
  margin: auto;
}

.two-column-text-content-right-inner {
  width: 75%;
}

.two-column-text-content-left-sub-heading {
  font-size: 1rem;
  letter-spacing: 5px;
  margin-bottom: 1rem;
  color: var(--gunmetal);
  font-family: "BasicSans-Regular" !important;
}

.two-column-text-content-left-heading {
  font-size: 2.25rem;
  color: var(--black);
  margin-bottom: 1.3rem;
}

@media screen and (max-width: 1200px) {
  .two-column-text-content-left-heading {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }

  .two-column-text-content-left-inner {
    width: 80%;
  }

  .two-column-text-content-right-inner {
    width: 85%;
  }
}

@media screen and (max-width: 992px) {
  .two-column-text-content-left-inner {
    width: 100%;
  }

  .two-column-text-content-right-inner {
    width: 100%;
  }

  .two-column-text-content-left-sub-heading {
    margin-bottom: 0.8rem;
  }

  .two-column-text-content-left-heading {
    font-size: 1.9rem;
    margin-bottom: 1.2rem;
  }

  .two-column-images-left-column {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .two-column-text-content-left-heading {
    font-size: 1.625rem;
  }

  .two-column-images-left-column {
    margin-bottom: 20px;
  }
}

/* Page heading section */

/* .page-heading {
  font-size: 36px;
  color: var(--black);
} */

.page-sub-heading {
  font-size: 1rem;
  line-height: 1.44;
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: "BasicSans-Regular";
}

.page-heading {
  font-size: 36px !important;
  color: var(--black);
}

@media screen and (max-width: 768px) {
  .page-heading {
    font-size: 2.5rem;
  }
}

/* Contact information section */

.contact-information-content-inner {
  width: 50%;
  margin: auto;
}

@media screen and (max-width: 1500px) {
  .contact-information-content-inner {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  .contact-information-content-inner {
    width: 70%;
  }
}

.contact-information-content-top {
  margin-bottom: 30px;
}

.contact-information-content-top-heading {
  font-size: 2.25rem;
  color: var(--black);
  margin-bottom: 30px;
}

.contact-information-content-bottom-sub-heading {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: var(--black);
  font-family: "BasicSans-Regular";
}

.contact-information-content-bottom-phone {
  margin-bottom: 10px;
}

.contact-information-content-bottom-phone,
.contact-information-content-bottom-email {
  display: block;
  font-size: 1rem;
  color: var(--black);
}

.contact-information-content-bottom-phone a,
.contact-information-content-bottom-email a {
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}

.contact-information-content-bottom-phone a:hover,
.contact-information-content-bottom-email a:hover {
  color: var(--swyft-blue);
}

/* Contact form section */

.contact-form-label {
  display: block;
  font-size: 1rem;
  margin-bottom: 5px;
  letter-spacing: 3px;
  color: var(--black);
  text-transform: uppercase;
}

.contact-form-input,
.contact-form-select,
.contact-form-textarea {
  width: 100%;
  border: none;
  font-size: 1rem;
  margin-bottom: 25px;
  border: none !important;
  color: var(--gunmetal) !important;
  background-color: var(--tertiary-light-grey);
  transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}

.contact-form-input::-webkit-input-placeholder,
.contact-form-textarea::-webkit-input-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.contact-form-input::-moz-placeholder,
.contact-form-textarea::-moz-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.contact-form-input:-ms-input-placeholder,
.contact-form-textarea:-ms-input-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.contact-form-input:-moz-placeholder,
.contact-form-textarea:-moz-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.contact-form-input:hover,
.contact-form-select:hover,
.contact-form-textarea:hover {
  background-color: #eff0f1;
}

.contact-form-input {
  padding: 10px 25px;
  border-radius: 20px;
}

.contact-form-select {
  cursor: pointer;
  appearance: none;
  padding: 10px 25px;
  border-radius: 20px;
  -ms-appearance: none;
  -moz-appearance: none;
  background-size: 10px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-image: url({{"chevron-down.svg"|asset_url}});
}

.contact-form-textarea {
  resize: none;
  padding: 15px 25px;
  border-radius: 20px;
}

.contact-form-button {
  width: 40%;
  border: none;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 20px;
  margin-bottom: 25px;
  background-color: var(--swyft-blue);
  transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
}

.contact-form-button:hover {
  background-color: #486d80;
}

.contact-form-button-inner {
  display: flex;
  line-height: 0;
  padding: 5px 0;
  font-size: 1rem;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  color: var(--tertiary-white);
  justify-content: space-between;
}

.contact-form-button-inner svg {
  width: 20px;
  height: 15px;
}

.contact-form-button-inner svg path {
  fill: var(--tertiary-white);
}

@media screen and (max-width: 992px) {
  .contact-information-content-inner {
    width: 100%;
    margin-bottom: 40px;
  }

  .contact-form-button {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .contact-form-button {
    width: 100%;
  }

  .contact-information-content-top-heading {
    font-size: 1.625rem;
  }

  .contact-information-content-bottom-sub-heading {
    font-size: 1.35rem;
  }
}

/* Colour Hero Section */

.colour-range-hero-content-container {
  bottom: 10%;
  width: 100%;
  position: absolute;
}

.colour-range-hero-image-container::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0000002e;
}

.colour-range-hero-image {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.colour-range-hero-heading {
  position: relative;
  padding-top: 1.5rem;
  font-size: 5.625rem;
  color: var(--tertiary-white) !important;
}

.colour-range-hero-heading::before {
  top: 0;
  left: 0;
  width: 90px;
  content: "";
  position: absolute;
  border-bottom: solid 2px var(--tertiary-white);
}

@media screen and (max-width: 1200px) {
  .colour-range-hero-image {
    height: 500px;
  }

  .colour-range-hero-heading {
    font-size: 4rem;
    padding-top: 1rem;
  }

  .colour-range-hero-heading::before {
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  .colour-range-hero-image {
    height: 350px;
  }

  .colour-range-hero-heading {
    margin-left: 5%;
    font-size: 2.5rem;
    padding-top: 0.5rem;
  }

  .colour-range-hero-heading::before {
    width: 50px;
  }
}

/* Heading Section */

.heading-column-content-heading {
  font-size: 3rem;
  color: var(--black);
}

@media screen and (max-width: 1200px) {
  .heading-column-content-heading {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .heading-column-content-heading {
    font-size: 2rem;
  }
}

/* Product Content Cta Section */

.product-content-cta-grid-column-content-container {
  margin: auto;
  margin-top: auto !important;
}

.product-content-cta-grid-column-image-inner {
  position: relative;
}

.product-content-cta-grid-column-image-swatch-container {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding-bottom: 5%;
  position: absolute;
  flex-direction: column;
  justify-content: flex-end;
}

.product-content-cta-grid-column-image-swatch {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  border: 6px solid #dedede87;
}

.product-content-cta-grid-column-image-swatch:not(:first-of-type) {
  margin-top: 3%;
}

.product-content-cta-grid-column-content-button {
  position: relative;
  overflow: hidden;
  padding: 5px 25px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  border: solid 1px var(--black);
  border-radius: 2px;
  background-color: transparent;
  color: var(--black);
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
}

.product-content-cta-grid-column-content-button:hover {
  border: solid 1px var(--swyft-blue);
  background-color: var(--secondary-hover-blue);
  color: var(--tertiary-white);
}

.product-content-cta-grid-column-content-text {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .product-content-cta-grid-column-content-heading {
    font-size: 2.3rem !important;
  }
}

@media screen and (max-width: 992px) {
  .product-content-cta-grid-column-content-container {
    order: 6 !important;
    margin-top: 10% !important;
  }

  .product-content-cta-grid-column-image-swatch-container {
    padding-bottom: 0;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .product-content-cta-grid-column-image-swatch {
    width: 60px;
    height: 60px;
    border: 5px solid #dedede87;
    transform: translate(-30%, 50%) !important;
  }

  .product-content-cta-grid-column-image-swatch:not(:first-of-type) {
    margin-top: 0 !important;
    margin-left: 2% !important;
  }
}

@media screen and (max-width: 768px) {
  .product-content-cta-grid-column-content-heading {
    font-size: 1.75rem !important;
  }
}

/* Content CTA img Section */

.content-cta-img-grid-column-content-sub-heading {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--black) !important;
  font-family: "BasicSans-Regular" !important;
}

.content-cta-img-grid-column-content-container {
  margin: auto;
  margin-top: auto !important;
}

.content-cta-img-grid-column-image-container {
  height: 100%;
}

.content-cta-img-grid-column-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* .content-cta-img-grid-column-image-inner::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  margin: 25px;
  position: absolute;
  border: 1px solid var(--tertiary-white);
} */

.content-cta-img-grid-column-image-text {
  position: absolute;
  margin: 20px 25px 25px 25px;
  color: var(--tertiary-white);
  text-transform: uppercase;
}

.content-cta-img-grid-column-content-button {
  overflow: hidden;
  padding: 5px 25px;
  position: relative;
  width: max-content;
  border-radius: 2px;
  color: var(--black);
  width: -moz-max-content;
  border: 1px solid #13375b;
  width: -webkit-max-content;
  background-color: var(--tertiary-white);
}

.content-cta-img-grid-column-content-button:focus {
  border: solid 1px var(--black) !important;
}

.content-cta-img-grid-column-content-button:hover {
  border: solid 1px var(--black);
}

.content-cta-img-grid-column-content-link {
  padding: 5px 25px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  color: var(--gunmetal);
  font-size: 16px;
}

.content-cta-img-grid-column-content-link-text {
  display: inline-block;
}

.content-cta-img-grid-column-content-link-text::after {
  display: block;
  width: 0;
  height: 2px;
  background-color: var(--secondary-hover-blue);
  content: "";
  transition: width 0.3s;
}

.content-cta-img-grid-column-content-link svg {
  margin-left: 5px;
  width: 25px;
  height: 12px;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;

  fill: var(--swyft-blue);
}

.content-cta-img-grid-column-content-link:hover {
  color: var(--gunmetal);
}

.content-cta-img-grid-column-content-link:hover .content-cta-img-grid-column-content-link-text::after {
  width: 90%;
}

.content-cta-img-grid-column-content-link:hover svg {
  width: 35px;
}

.content-cta-img-column-content-button {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.content-cta-img-column-content-button {
  position: relative;
  overflow: hidden;
  padding: 5px 25px;
  border: solid 1px var(--black);
  border-radius: 2px;
  background-color: transparent;
  color: var(--black);
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border 0.2s ease-in-out;
}

.content-cta-img-column-content-button:hover {
  border: solid 1px var(--swyft-blue);
  background-color: var(--secondary-hover-blue);
  color: var(--tertiary-white);
}

@media (max-width: 1500px) {

  .content-cta-img-grid-column-image-container,
  .content-cta-img-grid-column-content-container {
    width: 50% !important;
  }
}

@media (max-width: 1200px) {

  .content-cta-img-grid-column-image-container,
  .content-cta-img-grid-column-content-container {
    margin: 25px auto;
    width: 100% !important;
  }

  .content-cta-img-grid-column-content-container {
    order: 6 !important;
  }
}

@media (max-width: 768px) {

  .content-cta-img-grid-column-image-text,
  .content-cta-img-grid-column-image-inner:before {
    display: none;
  }

  .content-cta-img-outer {
    margin: 15px auto !important;
    transform: translateY(0) !important;
  }

  .content-cta-img-inner {
    padding: 15px 0 !important;
  }

  .content-cta-img-grid-column-content-button-and-link-container {
    flex-direction: column;
  }

  .content-cta-img-grid-column-content-link {
    margin-top: 15px;
  }
}

/* USP Block Section */

.usp-block-container .h1 {
  font-size: 2.5rem;
  line-height: 45px;
  color: var(--black) !important;
  font-family: "Made-Sunflower" !important;
}

.usps-background {
  width: 95%;
}

.usp-block-container-text svg {
  margin: 0 5px;
}

.usp-block-container-text {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .usps-background {
    width: 100%;
  }

  .usp-block-container:nth-child(2) {
    margin: 30px 0;
  }

  .usp-block-container-text {
    text-align: center;
    font-size: 2.25rem !important;
  }
}

@media screen and (max-width: 768px) {
  .usp-block-container-text {
    font-size: 2rem !important;
  }
}

/* Heading's Section */

.heading-text-cta-column-content-button,
.heading-text-cta-wide-background-column-content-button {
  overflow: hidden;
  padding: 5px 25px;
  position: relative;
  width: max-content;
  border-radius: 2px;
  color: var(--black);
  width: -moz-max-content;
  border: solid 1px #13375b;
  width: -webkit-max-content;
  background-color: transparent;
}

.heading-text-cta-column-content-button:hover,
.heading-text-cta-wide-background-column-content-button:hover {
  border: solid 1px var(--black);
}

.heading-text-cta-wide-background {
  width: 95%;
}

@media screen and (max-width: 1200px) {
  .heading-text-cta-wide-background {
    width: 100%;
  }
}

.heading-column-content-heading {
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .heading-column-content-heading {
    font-size: 2.3rem !important;
  }

  .heading-text-column-content-heading {
    font-size: 2.3rem !important;
  }
}

@media screen and (max-width: 768px) {
  .heading-text-cta-outer .container {
    padding: 0;
  }

  .heading-column-content-heading {
    font-size: 1.625rem !important;
  }

  .heading-text-column-content-heading {
    font-size: 1.625rem !important;
  }

  .heading-text-cta-column-content-container {
    padding: 0 20px;
  }
}

/* Model Hotspot Section */

.model-hotspot-side-card-outer {
  position: absolute;
  bottom: 0;
}

.model-hotspot-image-container {
  width: 80%;
}

.model-hotspot-side-card-container {
  margin-right: auto;
  width: 90%;
}

.model-hotspot-side-card-inner {
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
}

.model-hotspot-side-card-inner .slick-list {
  position: relative;
  z-index: 9999999;
  box-sizing: initial;
  margin-left: auto;
  width: 350px;
}

.model-hotspot-side-card-inner .slick-slide {
  -webkit-box-shadow: 10px 10px 10px -7px #b2b2b21f;
  box-shadow: 10px 10px 10px -7px #b2b2b21f;
}

.model-hotspot-side-card-nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  position: absolute !important;
}

.model-hotspot-side-card-nav .slick-list {
  width: 100%;
  height: 100%;
  padding: 0 !important;
}

.model-hotspot-side-card-nav .slick-track {
  height: 100%;
  width: 100% !important;
  transform: none !important;
}

.model-hotspot-side-card-nav .slick-cloned {
  /* height: 100%;
  pointer-events: none;
  width: 100% !important; */
}

.model-hotspot-side-card-nav .slick-slide .model-hotspot-dot {
  opacity: 0.5;
}

.model-hotspot-side-card-nav .slick-current .model-hotspot-dot {
  opacity: 1;
}

.model-hotspot-dot {
  padding: 5px;
  cursor: pointer;
  z-index: 40000000;
  position: absolute;
  border-radius: 50%;
  pointer-events: all;
  width: 30px !important;
  height: 30px !important;
  transition: opacity 0.2s ease-in-out;
  background-color: var(--tertiary-white);
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.model-hotspot-dot:after {
  top: -6px;
  left: -6px;
  right: -6px;
  content: "";
  bottom: -6px;
  padding: 5px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid var(--tertiary-white);
}

.model-hotspot-side-card-image {
  height: 250px;

  -o-object-fit: cover;
  object-fit: cover;
}

.model-hotspot-side-card-content {
  padding: 30px;
  background-color: var(--tertiary-white);
}

.model-hotspot-side-card-content-collection {
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 1.3rem;
  font-family: "BasicSans-Regular" !important;
  line-height: 2rem;
  color: var(--black);
  text-decoration-thickness: 2px;
}

.model-hotspot-side-card-content-title {
  display: block;
  letter-spacing: 0.05rem;
  font-size: 1.3rem;
  font-family: "BasicSans-Regular" !important;
  line-height: 2rem;
  color: var(--black);
}

.model-hotspot-side-card-content-price {
  display: block;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-family: "BasicSans-Regular" !important;
  line-height: 1.5rem;
  color: var(--black);
}

.model-hotspot-side-card-button {
  display: flex;
  display: block;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 20px;
  width: 100%;
  border: solid 1px #fcce6a;
  border-radius: 22px;
  background-color: #ffffffaa;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  font-size: 1rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.model-hotspot-side-card-button-middle {
  margin: 10px 0;
}

.model-hotspot-side-card-button:hover {
  background-color: #fcce6a;
}

.model-hotspot-side-card-button svg {
  margin-right: 15px;
}

.model-hotspot-side-card-button svg path {
  fill: #fcce6a;
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.model-hotspot-side-card-button:hover svg path {
  fill: var(--tertiary-white);
}

.model-hotspot-side-card-controls {
  position: absolute;
  right: 15px;
  bottom: 0;
}

.model-hotspot-side-card-controls .slick-controls .next svg,
.model-hotspot-side-card-controls .slick-controls .previous svg {
  width: 25px;
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;

  fill: #8d8d8d;
}

.model-hotspot-side-card-controls .slick-controls .next,
.model-hotspot-side-card-controls .slick-controls .previous {
  cursor: pointer;
}

.model-hotspot-side-card-controls .slick-controls .next:hover svg,
.model-hotspot-side-card-controls .slick-controls .previous:hover svg {
  fill: var(--swyft-blue);
}

.model-hotspot-side-card-controls .slick-controls .previous {
  margin-right: 10px;
}

.model-hotspot-side-card-content-mobile-buttons {
  display: none;
}

@media screen and (max-width: 1800px) and (min-width: 1601px) {
  .model-hotspot-image-container {
    width: 85%;
  }

  .model-hotspot-side-card-container {
    width: 95%;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1401px) {
  .model-hotspot-image-container {
    width: 90%;
  }

  .model-hotspot-side-card-container {
    width: 98%;
  }
}

@media screen and (max-width: 1400px) {
  .model-hotspot-image-container {
    width: 100%;
  }

  .model-hotspot-side-card-container {
    margin: auto;
    width: 100%;
  }

  .model-hotspot-side-card-inner .slick-list {
    width: 100%;
    margin-bottom: 1%;
  }

  .model-hotspot-side-card-inner .slick-slide {
    margin: 0 5px;
    margin-bottom: 1%;
    -webkit-box-shadow: 0px 5px 10px 0px #aaaaaa26;
    box-shadow: 0px 5px 10px 0px #aaaaaa26;
  }

  .model-hotspot-side-card-controls .slick-controls {
    display: flex;
    display: -webkit-flex;
  }

  .model-hotspot-side-card-controls .slick-arrow {
    display: block !important;
  }

  .model-hotspot-side-card-controls {
    bottom: -10%;
  }

  .model-hotspot-side-card-content {
    padding: 40px 10px 10px 10px;
    min-height: 200px;
  }

  .model-hotspot-side-card-content-title,
  .model-hotspot-side-card-content-collection {
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.5rem;
    color: var(--black) !important;
  }

  .model-hotspot-side-card-content-price {
    margin-bottom: 5px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .model-hotspot-side-card-outer {
    position: relative;
    transform: translateY(-15%);
  }

  .model-hotspot-side-card-content-mobile-buttons {
    position: absolute;
    top: 55%;
    left: 50%;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    justify-content: center;
    transform: translate(-50%, -50%);
  }

  .model-hotspot-side-card-content-desktop-buttons {
    display: none;
  }

  .model-hotspot-side-card-content-mobile-buttons .model-hotspot-side-card-button {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 10px !important;
  }

  .model-hotspot-side-card-content-mobile-buttons .model-hotspot-side-card-button svg {
    margin: 0 !important;
  }

  .model-hotspot-side-card-button-middle {
    margin: 0 15px !important;
  }

  .model-hotspot-side-card-button .fa {
    font-size: 19px !important;
  }
}

@media screen and (max-width: 768px) {
  .model-hotspot-side-card-content-mobile-buttons {
    top: 50%;
  }

  .model-hotspot-side-card-image {
    height: 200px;
  }

  .model-hotspot {
    padding-bottom: 20px;
  }

  .model-hotspot-dot {
    width: 20px !important;
    height: 20px !important;
  }

  .model-hotspot-dot:after {
    position: absolute;
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    padding: 6px;
    border: 1px solid var(--tertiary-white) !important;
  }

  .model-hotspot-side-card-outer {
    transform: translateY(-7%);
  }
}

/* Recommended Blogs Section */

.recommended-blogs-blog-link-inner {
  box-shadow: 0 2px 25px 0 #0000000d;
}

.recommended-blogs-blog-link-inner,
.recommended-blogs-guide-link-inner {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.recommended-blogs-blog-link-inner&gt;*,
.recommended-blogs-guide-link-inner&gt;* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-blogs-blog-image {
  height: 40%;
  -webkit-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
  -moz-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
  -ms-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
  -o-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
  transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;

  -o-object-fit: cover;
  object-fit: cover;
}

.recommended-blogs-blog-content {
  top: unset;
  bottom: 0 !important;
  height: 60%;
  background-color: var(--tertiary-white);
}

.recommended-blogs-blog-content-type {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3125rem;
  color: var(--black) !important;
  font-family: "BasicSans-Regular" !important;
}

.recommended-blogs-blog-content-heading {
  letter-spacing: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-decoration: underline;
  color: var(--black) !important;
  -webkit-transition: text-decoration-color 0.2s ease-in-out;
  -moz-transition: text-decoration-color 0.2s ease-in-out;
  -ms-transition: text-decoration-color 0.2s ease-in-out;
  -o-transition: text-decoration-color 0.2s ease-in-out;
  transition: -webkit-text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out;
  transition: text-decoration-color 0.2s ease-in-out,
    -webkit-text-decoration-color 0.2s ease-in-out;
  text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  font-family: "BasicSans-Regular" !important;
}

.recommended-blogs-blog-link,
.recommended-blogs-guide-link {
  display: block;
}

.recommended-blogs-blog-link:hover .recommended-blogs-blog-content-heading {
  text-decoration-color: var(--swyft-blue);
  -moz-text-decoration-color: var(--swyft-blue);
  -webkit-text-decoration-color: var(--swyft-blue);
}

.recommended-blogs-blog-content-date {
  color: var(--gunmetal);
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.375rem;
}

.recommended-blogs-guide-link-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #00000033;
  content: "";
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.recommended-blogs-guide-link-inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  margin: 25px;
  border: 1px solid var(--tertiary-white);
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 40%);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 40%);
}

.recommended-blogs-guide-link-inner:hover::before {
  background-color: #00000069;
}

.recommended-blogs-heading-link {
  width: 30px;
}

.recommended-blogs-guide-content {
  z-index: 4;
}

.recommended-blogs-guide-content-type {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3125rem;
  color: var(--tertiary-white);
  font-family: "BasicSans-Regular";
  font-family: "BasicSans-Regular" !important;
}

.recommended-blogs-guide-content-heading {
  margin: 0;
  color: var(--tertiary-white);
  font-size: 1.625rem;
  font-family: "Made-Sunflower";
}

.recommended-blogs-heading-link {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.recommended-blogs-blog-link-inner:hover {
  box-shadow: 0 2px 25px 0 #00000013;
}

.recommended-blogs-heading-link:hover svg {
  width: 40px;
}

.recommended-blogs-heading-link svg {
  margin-left: 20px;
  width: 25px;
  height: 25px;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.recommended-blogs-heading-link svg path {
  fill: var(--swyft-blue);
}

.recommended-blogs-background {
  width: 90%;
}

@media screen and (max-width: 1500px) {
  .recommended-blogs-blog-image {
    height: 30%;
  }

  .recommended-blogs-blog-content {
    height: 70%;
  }

  .recommended-blogs-blog-content-type,
  .recommended-blogs-guide-content-type {
    font-size: 1rem;
  }

  .recommended-blogs-blog-content-heading {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .recommended-blogs-guide-content-heading {
    font-size: 1.2rem;
  }

  .recommended-blogs-guide-link-inner::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 20%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 20%);
  }
}

@media screen and (max-width: 1200px) {
  .recommended-blogs-blog-image {
    height: 50%;
  }

  .recommended-blogs-blog-content {
    height: 50%;
  }

  .recommended-blogs-blog-content-type,
  .recommended-blogs-guide-content-type {
    font-size: 1.25rem;
  }

  .recommended-blogs-blog-content-heading {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .recommended-blogs-guide-content-heading {
    font-size: 1.5rem;
  }

  .recommended-blogs-guide-link-inner::after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 20%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 85% 100%, 0% 20%);
  }

  .recommended-blogs-blog-container,
  .recommended-blogs-guide-container {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .recommended-blogs-guide-link-inner::after {
    display: none;
  }

  .recommended-blogs-guide-content-mobile {
    display: block;
    margin-top: 15px;
    margin-bottom: 0;
    color: var(--tertiary-white);
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 1rem;
  }

  .recommended-blogs-guide-container:last-of-type,
  .recommended-blogs-blog-container:nth-last-of-type(2),
  .recommended-blogs-guide-content-mobile-tag-dot:last-of-type {
    display: none;
  }

  /** For show all the blogs on the collection page only */
  .template-collection .recommended-blogs-guide-container:last-of-type,
  .template-collection .recommended-blogs-blog-container:nth-last-of-type(2),
  .template-collection .recommended-blogs-guide-content-mobile-tag-dot:last-of-type {
    display: inline-block;
  }

  .recommended-blogs-blog-container,
  .recommended-blogs-guide-container {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .recommended-blogs-guide-content-mobile {
    display: none;
  }
}

@media (max-width: 1500px) {
  .recommended-blogs-background {
    width: 100% !important;
    height: 100% !important;
  }
}

@media (min-width: 1501px) {
  .recommended-blogs-background {
    height: 50% !important;
  }
}

/* Collection Grid Section */

.collection-grid-filter-outer {
  z-index: 999;
  margin-bottom: 50px;
}

.collection-grid-filter-inner {
  display: grid;
  align-items: center;
  grid-template-columns: 70% 30%;
}

.collection-grid-filter-left-side-outer,
.collection-grid-filter-right-side-outer {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.collection-grid-filter-left-side-outer {
  justify-content: flex-start;
}

.collection-grid-filter-right-side-outer {
  justify-content: flex-end;
}

.collection-grid-filter-drop-down-container {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.collection-grid-filter-search-container {
  width: 30%;
  display: flex;
  padding: 10px 0;
  display: -moz-box;
  margin-right: 10%;
  align-items: center;
  display: -webkit-flex;
  border-bottom: solid 1px var(--gunmetal);
}

.collection-grid-search {
  width: 100%;
  border: none;
  width: 300px;
  background: unset;
}

.collection-grid-search-button {
  border: none;
  line-height: 0;
  background: unset;
}

.collection-grid-search-button svg {
  height: 20px;
}

.collection-grid-filter-drop-down-material {
  margin: 0 60px;
}

.collection-grid-filter-drop-down {
  height: 100%;
}

.collection-grid-filter-drop-down:not(:last-child) {
  margin-right: 60px;
}

@media screen and (max-width: 992px) {
  .collection-grid-filter-drop-down:not(:last-child) {
    margin-right: 0px;
  }
}

.collection-grid-filter-drop-down-label-container {
  height: 100%;
}

.collection-grid-filter-drop-down-label {
  height: 100%;
  display: flex;
  padding: 10px 0;
  cursor: pointer;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  border-bottom: solid 1px transparent;
}

.collection-grid-filter-drop-down-label:hover {
  border-bottom: solid 1px var(--swyft-blue);
}

.collection-grid-filter-drop-down:hover .collection-grid-filter-drop-down-label {
  border-bottom: solid 1px var(--swyft-blue);
}

.collection-grid-filter-drop-down:hover .collection-grid-filter-drop-down-list {
  display: block;
}

.collection-grid-filter-drop-down-label svg {
  height: 5px;
  margin-left: 20px;
  color: var(--swyft-blue);
}

.collection-grid-filter-drop-down-list {
  margin: 0;
  width: 15%;
  z-index: 9999;
  padding: 20px;
  display: none;
  list-style: none;
  position: absolute;
  margin-bottom: 0 !important;
  transform: translateX(-20px);
  background-color: var(--tertiary-white);
  box-shadow: 0 12px 25px 0 rgba(134, 134, 134, 0.09);
  -webkit-box-shadow: 0 12px 25px 0 rgba(134, 134, 134, 0.09);
}

.collection-grid-filter-sort-drop-down-list {
  display: none;
}

.collection-grid-filter-results-number {
  margin-right: 10px;
}

.collection-grid-filter-results-and-sort-by-container {
  width: 100%;
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: space-between;
}

.collection-grid-filter-sort-container {
  width: 60%;
}

.collection-grid-filter-results-container {
  width: 40%;
  display: flex;
  display: -moz-box;
  margin-right: 40px;
  display: -webkit-flex;
  justify-content: flex-end;
}

.collection-grid-filter-sort {
  width: 100%;
  cursor: pointer;
  appearance: none;
  padding: 10px 15px;
  -moz-appearance: none;
  background-size: 10px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: right 15px center;
  border: solid 1px var(--tertiary-divider-grey);
  background-image: url({{"chevron-down-sort.svg"|asset_url}});
}

.collection-grid-filter-sort::-ms-expand {
  display: none;
}

.collection-grid-filter-sort-drop-down-label svg {
  height: 10px;
  margin-left: 20px;
  fill: var(--black);
}

.collection-grid-filter-results span {
  color: #b4b4b4;
}

.collection-grid-filter-results-total {
  margin-right: 5px;
}

.collection-grid-filter-drop-down-list-item-label {
  height: 25px;
  display: flex;
  cursor: pointer;
  margin-bottom: 0;
  user-select: none;
  display: -moz-box;
  position: relative;
  padding-left: 35px;
  align-items: center;
  -ms-user-select: none;
  display: -webkit-flex;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.collection-grid-filter-drop-down-list-item {
  margin: 0;
}

.collection-grid-filter-drop-down-list .collection-grid-filter-drop-down-list-item:not(:first-child) {
  margin-top: 15px;
}

.collection-grid-filter-drop-down-checkbox {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.collection-grid-filter-drop-down-list-item-checkmark {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  position: absolute;
  border-radius: 1px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background-color: var(--tertiary-white);
  border: solid 1px var(--tertiary-divider-grey);
}

.collection-grid-filter-drop-down-list-item-label:hover .collection-grid-filter-drop-down-checkbox~.collection-grid-filter-drop-down-list-item-checkmark {
  background-color: var(--tertiary-light-grey);
}

.collection-grid-filter-drop-down-list-item-label .collection-grid-filter-drop-down-checkbox:checked~.collection-grid-filter-drop-down-list-item-checkmark {
  background-color: var(--swyft-blue);
  border: solid 1px var(--swyft-blue);
}

.collection-grid-filter-drop-down-list-item-label .collection-grid-filter-drop-down-checkbox:disabled~.collection-grid-filter-drop-down-list-item-checkmark {
  background-color: var(--tertiary-light-grey);
  border: solid 1px var(--tertiary-light-grey);
}

.collection-grid-filter-drop-down-list-item-checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

.collection-grid-filter-drop-down-list-item-label .collection-grid-filter-drop-down-checkbox:checked~.collection-grid-filter-drop-down-list-item-checkmark:after {
  display: block;
}

.collection-grid-filter-drop-down-list-item-label .collection-grid-filter-drop-down-list-item-checkmark:after {
  top: 45%;
  left: 50%;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.collection-grid-container {
  display: flex;
}

/* Product Card */

.product-grid-card-new {
  margin-bottom: 30px;
}

.product-grid-card-new-container {
  position: relative;
  box-shadow: 0 12px 25px 0 rgba(134, 134, 134, 0.09);
}

.product-grid-card-new-image-container {
  position: relative;
}

.product-grid-card-new-content-container {
  position: relative;
  padding-bottom: 25px;
}

.product-grid-card-new-rop-tight-container {
  top: 20px;
  right: 30px;
  position: absolute;
}

.product-grid-card-new-notify-me-label,
.product-grid-card-new-arrival-new-label {
  font-size: 1.75rem;
  color: var(--tertiary-white);
  font-family: "Made-Sunflower" !important;
}

.product-grid-card-new-top-container {
  display: block;
}

.product-grid-card-new-bottom-container {
  z-index: 2;
  padding: 40px;
  display: block;
  position: relative;
  background-color: var(--tertiary-white);
}

.product-grid-card-new-content-model {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1.25rem;
}

.product-grid-card-new-content-model::after {
  left: 0;
  bottom: 7px;
  width: 100%;
  content: "";
  position: absolute;
  border-bottom: solid 2px var(--black);
}

.product-grid-card-new-content-title {
  height: 5rem;
  display: block;
  font-size: 1.25rem;
  position: relative;
  margin-bottom: 10px;
}

.product-grid-card-new-content-price {
  display: block;
  position: relative;
  font-size: 2rem;
}

.product-grid-card-new-options {
  top: -20px;
  right: 0;
  z-index: 100;
  width: 100%;
  padding-right: 10px;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  position: absolute;
  align-items: center;
  justify-content: flex-end;
  background-color: transparent;
}

.product-grid-card-new-container:hover .product-grid-card-new-options {
  top: 0;
  z-index: 1;
  padding: 20px;
  justify-content: space-between;
  background-color: var(--tertiary-white);
}

.product-grid-card-new-option {
  width: 50px;
  height: 50px;
  background-color: var(--tertiary-white);
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  min-width: 50px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  align-items: center;
  border-radius: 35px;
}

.product-grid-card-new-container:hover .product-grid-card-new-option {
  width: 100%;
  min-width: 50px;
  background-color: #fcce6a;
  border: 1px solid #fcce6a;
}

.product-grid-card-new-option svg {
  width: 28px;
  height: 23px;
}

.product-grid-card-new-option svg path {
  fill: #fcce6a;
}

.product-grid-card-new-option-label {
  display: none;
}

.product-grid-card-new-container:hover .product-grid-card-new-option-label {
  display: flex;
}

.product-grid-card-new-option:nth-child(2) {
  margin: 0 10px;
}

.product-grid-card-new-option:hover {
  width: 100%;
  background-color: #fcce6a;
}

.product-grid-card-new-container:hover .product-grid-card-new-option svg path {
  fill: var(--tertiary-white);
}

.product-grid-card-new-option-label {
  font-size: 16px;
  line-height: 1rem;
  margin-left: 45px;
  position: absolute;
  align-items: center;
  text-transform: uppercase;
  justify-content: flex-start;
}

.product-grid-card-new-container:hover .product-grid-card-new-options {
  transform: translateY(-70px);
  transition: transform 1s ease;
}

#product-recommendations img.product-grid-card-new-image {
  height: 242px;
}

@media screen and (min-width: 376px) {
  #product-recommendations img.product-grid-card-new-image {
    height: 278px;
  }
}

@media screen and (min-width: 426px) {
  #product-recommendations img.product-grid-card-new-image {
    height: 222px;
  }
}

@media screen and (min-width: 769px) {
  #product-recommendations img.product-grid-card-new-image {
    height: 302px;
  }
}

@media screen and (min-width: 1025px) {
  #product-recommendations img.product-grid-card-new-image {
    height: 164px;
  }
}

@media screen and (min-width: 1440px) {
  #product-recommendations img.product-grid-card-new-image {
    height: 178px;
  }
}

.product-grid-card-new-image-sold-out .product-grid-card-new-image {
  opacity: 0.6 !important;
  /* min-height: 210px; */
}

.filters-button-plus {
  font-size: 1.6rem;
  color: var(--swyft-blue);
}

@media screen and (max-width: 1500px) {
  .product-grid-card-new-option:hover {
    width: auto;
  }
}

@media screen and (max-width: 1500px) {
  .collection-grid-filter-drop-down-list {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 1200px) {

  .product-grid-card-new-options,
  .product-grid-card-new-container:hover .product-grid-card-new-options {
    top: -20px;
    z-index: 7;
    padding: 0 20px 0 0;
    justify-content: flex-end;
    background-color: transparent;
  }

  .product-grid-card-new-container:hover .product-grid-card-new-options {
    transform: translateY(0) !important;
  }

  .product-grid-card-new-option,
  .product-grid-card-new-container:hover .product-grid-card-new-option {
    width: 40px;
    height: 40px;
    min-width: 40px;
    /* background-color: #ffffffdb; */
  }

  .product-grid-card-new-option svg {
    width: 28px;
    height: 19px;
  }

  .product-grid-card-new-option svg path {
    fill: #fcce6a;
  }

  .product-grid-card-new-option:hover {
    max-width: 40px;
  }
}

@media screen and (max-width: 768px) {
  .product-grid-card-new-content-title {
    height: unset !important;
  }

  .collection-grid-filter-drop-down:not(:last-child) {
    margin-right: 0;
  }
}

/* Blog posts */

.article h3 {
  margin-bottom: 48px;
  font-size: 36px;
  font-family: "Made-Sunflower", serif;
}

.article h4 {
  margin: 48px 0 28px;
}

.article table {
  margin-top: 40px;
  margin-bottom: 22px;
  width: 100% !important;
}

.article table tr {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}

.article table td {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 15px;
  padding-top: 50%;
  width: 50% !important;
  height: 0;
}

.article table td img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
}

/* Article Make Comment Section */

.article-header-inner {
  padding: 50px 0;
}

.article-header-headings-container {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.article-header-sub-heading {
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--midnight-blue) !important;
  font-family: "BasicSans-Regular" !important;
}

.article-header-heading {
  color: #000000;
  font-size: 3.75rem;
}

.article-header-categories-list {
  margin: 0;
  display: flex;
  list-style: none;
  display: -moz-box;
  align-items: center;
  padding: 0 !important;
  display: -webkit-flex;
}

.article-header-categories-list-item {
  display: flex;
  font-size: 1rem;
  color: #676767;
  display: -moz-box;
  align-items: center;
  letter-spacing: 5px;
  display: -webkit-flex;
  text-transform: uppercase;
}

.article-header-categories-list-item:not(:last-child)::after {
  content: "â€¢";
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

.article-header-author-container {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: flex-end;
}

.article-header-author-name-and-date-container {
  display: flex;
  flex-direction: column;
}

.article-header-author-name {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 1.125rem;
}

.article-header-author-date {
  display: block;
  line-height: 1;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.article-author-image {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 45px;
  border-radius: 50%;
}

.article-author-no-image {
  width: 40px;
  height: 40px;
  display: flex;
  color: #ffffff;
  display: -moz-box;
  border-radius: 50%;
  margin-right: 45px;
  align-items: center;
  font-size: 1.125rem;
  display: -webkit-flex;
  justify-content: center;
  background-color: #a1a1a1;
}

.article-image-inner {
  width: 90%;
  margin: auto;
}

.article-image {
  height: 600px;
  object-fit: cover;
}

.share-link:not(:last-child) {
  margin-right: 15px;
}

.mobile-article-author-container .container {
  display: none;
}

.article-content-inner {
  padding: 50px 0;
}

.article-cta {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 0;
  margin-top: 30px;
  border-top: 1px solid var(--tertiary-divider-grey);
  text-align: center;
}

@media screen and (max-width: 770px) {
  .article-cta {
    flex-direction: column;
  }
}

.article-cta-button {
  background: #6093ac;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .article-cta-button {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .article-cta-button:first-child {
    margin-bottom: 25px;
  }
}

.article-cta-button svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.article-cta-button svg path {
  fill: #ffffff;
}

.article-cta-button:hover {
  color: #fff;
  opacity: 0.85;
}

@media screen and (min-width: 770px) and (max-width: 1500px) {
  .article-cta {
    flex-direction: column;
  }
}

.article-content-navigation {
  padding: 25px 0;
  margin-top: 30px;
  border-top: 1px solid var(--tertiary-divider-grey);
  border-bottom: 1px solid var(--tertiary-divider-grey);
}

.article-content-navigation-previous-button-container {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: flex-start;
}

.article-content-navigation-next-button-container {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: flex-end;
}

.article-content-navigation-previous-button {
  display: flex;
  color: #707070;
  text-align: left;
  display: -moz-box;
  align-items: center;
  font-size: 1.125rem;
  transition: all 0.4s;
  display: -webkit-flex;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.article-content-navigation-previous-button svg {
  width: 30px;
  height: 25px;
  margin-right: 10px;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  fill: var(--tertiary-divider-grey);
}

.article-content-navigation-next-button {
  display: flex;
  color: #707070;
  text-align: right;
  display: -moz-box;
  align-items: center;
  font-size: 1.125rem;
  transition: all 0.4s;
  display: -webkit-flex;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

.article-content-navigation-next-button svg {
  width: 30px;
  height: 25px;
  margin-left: 10px;
  transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  fill: var(--tertiary-divider-grey);
}

.article-content-navigation-next-button:hover,
.article-content-navigation-previous-button:hover {
  color: #4b4b4b;
}

.article-content-navigation-next-button:hover svg,
.article-content-navigation-previous-button:hover svg {
  fill: #a2a2a2;
}

.article-content-sidebar-top-share {
  margin-top: 25px;
}

.article-content-sidebar-tag-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.article-content-sidebar-tag-list-item {
  display: flex;
  line-height: 1;
  display: -moz-box;
  letter-spacing: 5px;
  margin-bottom: 20px;
  display: -webkit-flex;
  color: var(--gunmetal);
  text-transform: uppercase;
}

.article-content-sidebar-tag-list-item::before {
  content: "â€¢";
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-left: 10px;
  margin-right: 10px;
  color: var(--gunmetal);
}

.article-content-sidebar-bottom {
  margin-top: 20px;
}

.article-content-sidebar-top-tags-heading {
  font-size: 1.625rem;
  color: #000000 !important;
  margin: 50px 0 30px 0 !important;
  font-family: "BasicSans-Regular" !important;
}

.article-content-sidebar-bottom-recent-posts-heading {
  font-size: 1.625rem;
  margin-bottom: 30px;
  color: #000000 !important;
  font-family: "BasicSans-Regular" !important;
}

.article-content-sidebar-top-share-heading {
  text-transform: uppercase;
}

.article-image-container {
  height: 600px;
}

.article-content img {
  width: 100%;
}

.article-content h2 {
  font-size: 2.25rem;
  font-family: "Made-Sunflower" !important;
}

.article-content a {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .article-hero-container::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #00000052;
  }

  .article-header-container {
    bottom: 0;
    position: absolute;
  }

  .article-header-inner {
    padding: 25px 0;
  }

  .article-header-headings-container {
    order: 12;
    margin-left: 20px;
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 12;
  }

  .article-header-author-container {
    order: 1;
    -ms-flex-order: 1;
    margin-bottom: 20px;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
  }

  .article-header-author-name {
    font-size: 1rem;
  }

  .article-header-author-date {
    font-size: 1rem;
  }

  .article-author-image {
    margin-right: 15px;
  }

  .article-image-inner {
    width: 100%;
  }

  .article-header-author-container {
    display: none;
  }

  .article-header-sub-heading {
    letter-spacing: 0;
    font-size: 1rem;
    color: var(--tertiary-white) !important;
  }

  .article-header-heading {
    width: 70%;
    font-size: 3rem;
    color: var(--tertiary-white);
  }

  .article-header-categories-list-item {
    letter-spacing: 0;
    font-size: 1rem;
    color: var(--tertiary-white);
  }

  .article-header-categories-list-item:not(:last-child)::after {
    font-size: 1rem;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--tertiary-white);
  }

  .article-image-container {
    height: 500px;
  }

  .article-image {
    height: 500px;
  }

  .mobile-article-author-container {
    padding: 50px 0 0 0;
  }

  .mobile-article-author-container .container {
    display: flex;
    display: -moz-box;
    align-items: center;
    display: -webkit-flex;
  }

  .article-content-navigation {
    display: none;
  }

  .article-content-navigation-next-button-container {
    margin-top: 10px;
    justify-content: flex-start;
  }

  .article-content-navigation-previous-button {
    font-size: 1rem;
  }

  .article-content-navigation-next-button {
    font-size: 1rem;
    margin-left: 10px;
  }

  .article-content-navigation-previous-button svg {
    width: 20px;
    height: 20px;
  }

  .article-content-navigation-next-button svg {
    width: 20px;
    height: 20px;
  }

  .article-content-sidebar-top {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .article-comments-container {
    padding-top: 0 !important;
  }

  .article-author-no-image {
    margin-right: 15px;
  }

  .article-header-headings-container {
    margin-left: 0;
  }

  .article-header-sub-heading {
    letter-spacing: 0;
    font-size: 0.875rem;
  }

  .article-header-heading {
    width: 100%;
    font-size: 2.6875rem;
  }

  .article-header-categories-list-item {
    letter-spacing: 0;
    font-size: 0.6875rem;
  }

  .article-header-categories-list-item:not(:last-child)::after {
    font-size: 0.5rem;
  }

  .article-header-author-name {
    font-size: 0.8125rem;
  }

  .article-header-author-date {
    font-size: 0.8125rem;
  }

  .article-image {
    height: 400px;
  }

  .mobile-article-author-container {
    padding: 25px 0;
  }

  .article-content-inner {
    padding: 0 0 25px 0;
  }

  .article-image-container {
    height: 400px;
  }
}

/* Article Comments Section */

.article-comments-container {
  padding: 0 0 50px 0;
}

.article-comments-heading {
  padding: 20px 0;
  color: #000000 !important;
  margin-bottom: 0 !important;
  font-size: 1.25rem !important;
  border-bottom: 1px solid #e3e3e3;
  font-family: "Made-Sunflower" !important;
}

.article-comments-heading-amount {
  margin-right: 10px;
  color: #000000 !important;
  font-family: "Made-Sunflower" !important;
}

.article-single-comment-container {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.article-single-comment {
  margin-top: 10px;
}

.article-single-comment p {
  font-size: 1rem;
  margin-bottom: 0 !important;
}

.article-single-comment-author {
  font-size: 1.125rem;
}

.article-single-comment-author .time {
  font-size: 1rem;
  margin-left: 35px;
  display: inline-block;
  color: var(--gunmetal);
  text-transform: uppercase;
}

.article-comments-pagination-container {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
}

.article-comment-loader,
.article-comment-loader:after {
  width: 10em;
  height: 10em;
  border-radius: 50%;
}

.article-comment-loader {
  display: none;
  font-size: 8px;
  margin: 60px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  animation: load8 0.5s infinite linear;
  border-left: 1.1em solid var(--swyft-blue);
  -webkit-animation: load8 0.5s infinite linear;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1200px) {
  .article-comments-container {
    padding: 25px 0 0 0;
  }
}

/* Article Make Comment Section */

.article-make-comment-inner {
  width: 90%;
  margin: auto;
  padding: 50px 0;
  background-color: var(--tertiary-light-grey);
}

.article-make-comment-input-email,
.article-make-comment-input-author,
.article-make-comment-input-message {
  border: 0;
  width: 100%;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 40px;
  color: var(--gunmetal);
  background-color: var(--tertiary-white);
}

.article-make-comment-input-email::-webkit-input-placeholder,
.article-make-comment-input-author::-webkit-input-placeholder,
.article-make-comment-input-message::-webkit-input-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.article-make-comment-input-email::-moz-placeholder,
.article-make-comment-input-author::-moz-placeholder,
.article-make-comment-input-message::-moz-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.article-make-comment-input-email:-ms-input-placeholder,
.article-make-comment-input-author:-ms-input-placeholder,
.article-make-comment-input-message:-ms-input-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.article-make-comment-input-email:-moz-placeholder,
.article-make-comment-input-author:-moz-placeholder,
.article-make-comment-input-message:-moz-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.article-comments-pagination-list-item {
  padding: 10px;
  color: #b3b3b3;
  cursor: pointer;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.article-comments-pagination-list-item:hover {
  color: var(--black);
}

.article-comments-pagination-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  display: -moz-box;
  display: -webkit-flex;
}

.copy-to-clipboard {
  cursor: pointer;
}

.article-content-sidebar-bottom-recent-post-container:not(:last-child) {
  margin-bottom: 20px;
}

.article-content-sidebar-bottom-recent-post-link-inner {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
}

.article-content-sidebar-bottom-recent-post-image {
  width: 100px !important;
  height: 120px;
  object-fit: cover;
}

.article-content-sidebar-bottom-recent-post-content {
  padding: 5px 20px;
}

.article-content-sidebar-bottom-recent-post-content-heading {
  margin: 0;
  color: #0d0d0d;
  font-size: 1.25rem;
  text-decoration: underline;
  font-family: "BasicSans-Regular";
  text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  -webkit-text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in-out;
  -o-transition: text-decoration-color 0.2s ease-in-out;
  -ms-transition: text-decoration-color 0.2s ease-in-out;
  -moz-transition: text-decoration-color 0.2s ease-in-out;
  -webkit-transition: text-decoration-color 0.2s ease-in-out;
}

.article-content-sidebar-bottom-recent-post-link:hover .article-content-sidebar-bottom-recent-post-content-heading {
  text-decoration-color: var(--swyft-blue);
  -moz-text-decoration-color: var(--swyft-blue);
  -webkit-text-decoration-color: var(--swyft-blue);
}

.article-content-sidebar-bottom-recent-post-content-date {
  font-size: 1rem;
  color: var(--gunmetal);
  text-transform: uppercase;
  font-family: "BasicSans-Regular";
}

.selected-comment-page {
  color: var(--black);
}

.article-make-comment-input-message {
  height: 44px;
}

.article-make-comment-message-button {
  border: 0;
  right: 20px;
  bottom: 17px;
  line-height: 0;
  position: absolute;
  background-color: unset;
}

.article-make-comment-message-button svg {
  width: 20px;
  fill: var(--swyft-blue) !important;
}

.article-make-comment-message-container {
  margin-top: 15px;
}

.article-make-comment-heading {
  color: #000000;
  margin-bottom: 30px;
  font-size: 1.125rem;
  font-family: "Made-Sunflower";
}

.article-make-comment-form-success-or-error-container {
  margin-bottom: 20px;
}

.article-make-comment-form-success {
  font-size: 1rem;
  color: #46ad11;
}

.article-make-comment-form-error-container li {
  font-size: 1rem;
  color: #b50303;
}

@media screen and (max-width: 1200px) {
  .article-make-comment-inner {
    width: 100%;
    margin: auto;
    padding: 5px 0 25px 0;
    background-color: unset;
  }

  .article-make-comment-heading {
    font-size: 1.25rem;
  }

  .article-make-comment-input-email,
  .article-make-comment-input-author,
  .article-make-comment-input-message {
    border: 0;
    width: 100%;
    padding: 10px 25px;
    border-radius: 40px;
    background-color: #f5f6f7;
  }

  .article-make-comment-input-email {
    margin-top: 15px;
  }

  .article-make-comment-input-message {
    height: 100px;
    border-radius: 20px;
  }

  .article-content-sidebar-bottom-recent-posts-outer {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
  }

  .article-content-sidebar-container {
    padding-bottom: 20px;
    background-color: #f5f6f7;
  }

  .article-content-sidebar-bottom-recent-post-link-inner {
    flex-direction: column;
  }

  .article-content-sidebar-bottom-recent-post-link-inner {
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
  }

  .article-content-sidebar-bottom-recent-post-link-inner&gt;* {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    -o-object-fit: cover;
  }

  .article-content-sidebar-bottom-recent-post-image {
    height: 50%;
    width: 100% !important;
    object-fit: cover;
    -o-object-fit: cover;
    transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
    -o-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
    -ms-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
    -moz-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
    -webkit-transition: height 0.2s ease-in-out, transform 0.3s ease-in-out;
  }

  .article-content-sidebar-bottom-recent-post-content {
    top: unset;
    height: 50%;
    display: flex;
    display: -moz-box;
    bottom: 0 !important;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--tertiary-white);
  }

  .article-content-sidebar-bottom-recent-post-content-heading {
    text-decoration: underline;
    letter-spacing: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
    -webkit-transition: text-decoration-color 0.2s ease-in-out;
    -moz-transition: text-decoration-color 0.2s ease-in-out;
    -ms-transition: text-decoration-color 0.2s ease-in-out;
    -o-transition: text-decoration-color 0.2s ease-in-out;
    transition: -webkit-text-decoration-color 0.2s ease-in-out;
    transition: text-decoration-color 0.2s ease-in-out;
    transition: text-decoration-color 0.2s ease-in-out,
      -webkit-text-decoration-color 0.2s ease-in-out;
    text-decoration-color: transparent;
    -moz-text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
  }

  .article-content-sidebar-bottom-recent-post-content-date {
    font-size: 1rem;
    line-height: 1.375rem;
    color: var(--gunmetal);
    text-transform: uppercase;
  }

  .article-content-sidebar-bottom-recent-posts-heading {
    font-size: 1.25rem;
    color: var(--black);
  }
}

/*  Landing Page Banner */

.landing-page-banner-image-container {
  position: relative;
}

.landing-page-banner-image {
  height: 600px;
  object-fit: cover;
}

.landing-page-banner-content-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.landing-page-banner-content-container::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000080;
}

.landing-page-banner-content-container .container {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99;
  display: -moz-box;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.landing-page-banner-content-heading {
  font-size: 5.625rem;
  color: var(--tertiary-white);
  margin-bottom: 0 !important;
  font-family: "Made-Sunflower" !important;
}

.landing-page-banner-content-text {
  width: 70%;
  font-size: 1.625rem;
  color: var(--tertiary-white);
  margin-bottom: 0 !important;
  font-family: "BasicSans-Regular" !important;
}

@media screen and (max-width: 1500px) {
  .landing-page-banner-content-heading {
    font-size: 4rem;
  }

  .landing-page-banner-content-text {
    width: 75%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .landing-page-banner-content-heading {
    font-size: 3rem;
  }

  .landing-page-banner-content-text {
    width: 80%;
    font-size: 1.25rem;
  }

  .landing-page-banner-image {
    height: 500px;
    object-fit: cover;
  }
}

@media screen and (max-width: 768px) {
  .landing-page-banner-content-heading {
    font-size: 2rem;
  }

  .landing-page-banner-content-text {
    width: 100%;
    font-size: 1rem;
  }

  .landing-page-banner-image {
    height: 300px;
    object-fit: cover;
  }
}

/*  Two Column Products Section */

.two-column-products-background {
  height: 40%;
}

.two-column-products-left-title,
.two-column-products-right-title {
  display: flex;
  margin-top: 20px;
  display: -moz-box;
  font-size: 2.25rem;
  width: max-content;
  color: var(--black);
  align-items: center;
  display: -webkit-flex;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-family: "Made-Sunflower" !important;
}

.two-column-products-left-container:hover svg,
.two-column-products-right-container:hover svg {
  width: 40px;
}

.two-column-products-left-title svg,
.two-column-products-right-title svg {
  margin-left: 20px;
  width: 25px;
  height: 25px;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.two-column-products-left-title svg path,
.two-column-products-right-title svg path {
  fill: var(--swyft-blue);
}

/*  Sofa Sub Landing Page Banner */

.sofa-sub-landing-page-banner-image-container {
  position: relative;
}

.sofa-sub-landing-page-banner-image {
  height: 600px;
  object-fit: cover;
}

.sofa-sub-landing-page-banner-content-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sofa-sub-landing-page-banner-content-container::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000080;
}

.sofa-sub-landing-page-banner-content-container .container {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99999;
  display: -moz-box;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sofa-sub-landing-page-banner-content-heading {
  position: relative;
  padding-top: 1.5rem;
  font-size: 5.625rem;
  margin-bottom: 100px;
  color: var(--tertiary-white);
  font-family: "Made-Sunflower" !important;
}

.sofa-sub-landing-page-banner-content-heading::before {
  top: 0;
  left: 0;
  width: 90px;
  content: "";
  position: absolute;
  border-bottom: solid 2px var(--tertiary-white);
}

@media screen and (max-width: 1500px) {
  .sofa-sub-landing-page-banner-content-heading {
    font-size: 4rem;
    padding-top: 1rem;
    margin-bottom: 50px;
  }

  .sofa-sub-landing-page-banner-image {
    height: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .sofa-sub-landing-page-banner-content-heading {
    font-size: 3rem;
    padding-top: 0.6rem;
    margin-bottom: 30px;
  }

  .sofa-sub-landing-page-banner-image {
    height: 300px;
  }
}

@media screen and (max-width: 768px) {
  .sofa-sub-landing-page-banner-content-heading {
    font-size: 2rem;
    padding-top: 0.2rem;
    margin-bottom: 10px;
  }

  .sofa-sub-landing-page-banner-image {
    height: 250px;
  }
}

/*  Collection Page Banner */

.collection-page-banner-image-container {
  position: relative;
}

.collection-page-banner-image {
  height: 500px;
  object-fit: cover;
}

.collection-page-banner-content-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.collection-page-banner-content-container::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000080;
}

.collection-page-banner-content-container .container {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 99999;
  display: -moz-box;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.collection-page-banner-content-heading {
  font-size: 5.625rem;
  color: var(--tertiary-white);
  margin-bottom: 0 !important;
  font-family: "Made-Sunflower" !important;
}

.collection-page-banner-content-text {
  width: 60%;
  font-size: 1.625rem;
  color: var(--tertiary-white);
  margin-bottom: 0 !important;
  font-family: "BasicSans-Regular" !important;
}

.collection-page-banner-content-text a {
  color: var(--tertiary-white);
}

@media screen and (max-width: 1500px) {
  .collection-page-banner-content-heading {
    font-size: 4rem;
  }

  .collection-page-banner-content-text {
    width: 70%;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .collection-page-banner-content-heading {
    font-size: 3rem;
  }

  .collection-page-banner-content-text {
    width: 80%;
    font-size: 1.25rem;
  }

  .collection-page-banner-image {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .collection-page-banner-content-heading {
    font-size: 2rem;
  }

  .collection-page-banner-content-text {
    width: 100%;
    font-size: 1rem;
  }

  .collection-page-banner-image {
    height: 300px;
  }
}

/*  View it in your home section */

.view-it-in-your-home-grid-left-inner {
  padding: 15%;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.view-it-in-your-home-grid-left-heading {
  width: 80%;
  font-size: 2.625rem;
}

.view-it-in-your-home-grid-left-button {
  padding: 5px 15px;
  width: max-content;
  font-size: 1.125rem;
  width: -moz-max-content;
  width: -webkit-max-content;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .view-it-in-your-home-grid-left-heading {
    width: 100%;
    font-size: 2.2rem;
  }
}

.product-content-cta-grid-column-image {
  object-fit: cover;
}

/*  Footer */

.footer-container {
  background-color: var(--tertiary-white);
}

.footer-top-inner {
  z-index: 20;
  max-width: 100%;
  /* padding: 0 53px; */
  background: #fff;
}

.footer-top-left {
  padding: 50px 0;
}

.footer-top-left-inner {
  padding-left: 0 !important;
}

.footer-top-right {
  padding: 50px 0;
  background-color: #f5f6f7;
  width: 31.5% !important;
}

@media screen and (max-width: 768px) {
  .footer-top-right {
    width: 100% !important;
  }
}


.footer-top-left-sub-menu,
.footer-top-left-main-menu {
  font-size: 1.125rem;
}

.footer-background-container {
  width: 90%;
  z-index: 10;
}

.footer-bottom-container {
  padding: 0 60px 0 53px;
}

.footer-bottom-left-border {
  width: 80%;
  border-top: 1px solid #adadad;
}

.footer-background-left {
  background-color: #ffffff;
}

.footer-background-right {
  background-color: #f5f6f7;
}

.footer-logo-container {
  height: 100%;
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: flex-end;
}

.footer-logo {
  width: 175px !important;
}

.footer-bottom-left-menu-container {
  display: flex;
  padding: 45px 0;
  display: -moz-box;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.footer-top-left-sub-menu-heading,
.footer-top-left-main-menu-heading {
  font-size: 1.125rem;
  margin-bottom: 20px;
  display: inline-block;
}

.footer-top-left-main-menu-grid-list-left,
.footer-top-left-main-menu-grid-list-right {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}

.footer-top-left-sub-menu-grid-list {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
}

.footer-top-left-sub-menu-link:not(:first-child),
.footer-top-left-main-menu-link:not(:first-child) {
  margin-top: 10px;
}

.footer-bottom-left-menu-heading {
  margin-right: 60px;
  color: var(--gunmetal);
}

.footer-bottom-left-menu-heading-link {
  color: var(--gunmetal);
}

.footer-top-left-sub-menu-link,
.footer-top-left-main-menu-link {
  width: max-content;
  color: var(--black);
  display: inline-block;
  width: -moz-max-content;
  width: -webkit-max-content;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.footer-bottom-left-menu-link,
.footer-bottom-left-menu-heading-link {
  display: inline-block;
  color: var(--gunmetal);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.footer-bottom-left-menu-grid-list {
  display: flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.footer-bottom-left-menu-link::after,
.footer-top-left-sub-menu-link::after,
.footer-top-left-main-menu-link::after,
.footer-bottom-left-menu-heading-link::after {
  opacity: 0;
  width: 100%;
  content: "";
  height: 1px;
  display: block;
  transition: opacity 0.1s;
  background-color: var(--black);
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.footer-bottom-left-menu-link:hover,
.footer-top-left-sub-menu-link:hover,
.footer-top-left-main-menu-link:hover,
.footer-bottom-left-menu-heading-link:hover {
  color: var(--black);
}

.footer-bottom-left-menu-link:hover::after,
.footer-top-left-sub-menu-link:hover::after,
.footer-top-left-main-menu-link:hover::after,
.footer-bottom-left-menu-heading-link:hover::after {
  opacity: 1;
}

.footer-bottom-left-menu-link:not(:last-child) {
  margin-right: 30px;
}

.footer-top-right-heading {
  font-size: 1.25rem;
  color: var(--black);
  margin-bottom: 10px;
  font-family: "Made-Sunflower" !important;
}

.footer-top-right-sub-heading {
  font-size: 1rem;
  color: var(--black);
}

.footer-top-right-inner {
  padding: 0 20px;
  width: 100%;
  display: flex;
  display: -moz-box;
  margin-left: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.footer-newsletter {
  position: relative;
}

.footer-newsletter-email-container {
  margin-top: 10px;
  position: relative;
}

.note--success {
  border-color: transparent !important;
  background-color: transparent !important;
}

.footer-newsletter-input {
  width: 100%;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 25px;
  border: none !important;
  color: var(--gunmetal) !important;
  background-color: var(--tertiary-white);
}

.footer-newsletter-btn {
  top: 0;
  right: 10px;
  height: 100%;
  display: flex;
  display: -moz-box;
  position: absolute;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.footer-newsletter-btn svg {
  width: 20px;
}

.footer-newsletter-btn svg path {
  fill: var(--swyft-blue);
}

.footer-mobile-heading svg {
  display: none;
}

.footer-mobile-container {
  display: none;
}

.footer-desktop-container {
  display: block;
}

@media screen and (max-width: 1500px) {
  .footer-background-container {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .footer-top-right {
    padding-left: 40px;
  }

  .footer-top-right-inner {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .footer-top-left {
    order: 2;
    padding: 0 0 25px 0;
  }

  .footer-top-right {
    order: 1;
    padding: 30px 0 !important;
  }

  .footer-top-right-inner {
    width: 100%;
    margin-left: unset;
  }

  .footer-background-container {
    display: none;
  }

  .footer-inner {
    background-color: #f5f6f7;
  }

  .footer-bottom-left {
    order: 2;
  }

  .footer-bottom-right {
    order: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .footer-bottom-left-border {
    display: none;
  }

  .footer-logo-container {
    justify-content: flex-start;
  }

  .footer-top-left-sub-menu-container,
  .footer-top-left-main-menu-container {
    border: solid 1px #eaeaea;
    background-color: var(--tertiary-white);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  }

  .footer-top-left-sub-menu-container,
  .footer-top-left-main-menu-container {
    margin-bottom: 10px;
  }

  .footer-top-left-sub-menu-grid,
  .footer-top-left-main-menu-grid {
    display: none;
  }

  .footer-top-left-sub-menu-heading,
  .footer-top-left-main-menu-heading {
    margin: 0;
    width: 100%;
    display: flex;
    cursor: pointer;
    display: -moz-box;
    padding: 20px 30px;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
  }

  .footer-top-left-inner {
    padding-right: 0 !important;
  }

  .footer-mobile-heading svg {
    height: 10px;
    display: block;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .footer-mobile-heading svg {
    color: var(--swyft-blue);
  }

  .footer-top-left-sub-menu-link:not(:first-child),
  .footer-top-left-main-menu-link:not(:first-child) {
    margin-top: 0px !important;
  }

  .footer-top-left-main-menu-link {
    padding: 5px 30px;
    width: 100% !important;
    text-decoration: underline;
  }

  .footer-mobile-dropdown {
    padding-bottom: 15px;
  }

  .footer-bottom-left-menu-link::after,
  .footer-top-left-sub-menu-link::after,
  .footer-top-left-main-menu-link::after,
  .footer-bottom-left-menu-heading-link::after {
    display: none;
  }

  .footer-mobile-dropdown {
    display: none;
  }

  .footer-top-left-sub-menu-link {
    padding: 5px 30px;
    width: 100% !important;
    text-decoration: underline;
  }

  .footer-bottom-left-menu-container {
    padding: 10px 0 30px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom-left-menu-heading {
    width: 100%;
    margin-right: unset;
    padding-bottom: 20px;
    border-bottom: 1px solid #adadad;
  }

  .footer-bottom-left-menu-grid-list {
    padding-top: 20px;
  }

  .footer-mobile-container {
    display: block;
  }

  .footer-desktop-container {
    display: none;
  }

  .footer-bottom-left-menu-link:hover,
  .footer-bottom-left-menu-heading-link:hover {
    color: var(--gunmetal) !important;
  }
}

@media screen and (max-width: 576px) {
  .footer-bottom-left-menu-grid-list {
    display: grid;
    grid-row-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom-left-menu-link {
    text-decoration: underline;
  }

  .footer-logo {
    width: 140px !important;
  }
}

/*  Product */

.breadcrumb-container {
  background-color: var(--tertiary-white);
}

/*  Product */

.pt-outer-background {
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  position: absolute;
  background-color: #f5f6f7;
}

.pt-container {
  z-index: 9;
}

.pt-form-inner {
  width: 80%;
  margin: auto;
  height: 100%;
  display: flex;
  padding: 70px 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
}

.pt-collection-title {
  line-height: 0.9;
  font-size: 1.5rem;
  width: max-content;
  color: var(--black);
  margin-bottom: 10px;
  display: inline-block;
  width: -moz-max-content;
  text-transform: uppercase;
  width: -webkit-max-content;
  font-family: "BasicSans-Regular" !important;
}

.pt-collection-title::after {
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  background-color: var(--black);
}

.pt-product-title {
  font-size: 2.25rem;
  color: var(--black);
  font-family: "BasicSans-Regular" !important;
}

.color-swatch {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: unset !important;
}

.color-swatch::before {
  border: unset !important;
  border-radius: 50% !important;
}

.variant-input {
  margin-right: 15px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.variant-input .disabled {
  opacity: 0.7;
}

.variant-input-wrap label.disabled:after {
  border-color: var(--black);
}

.variant-input-selected {
  display: block;
}

.variant-input.on-sale::after {
  content: 'SALE';
  color: #B85310;
  position: relative;
  font-size: 0.5rem;
  background-color: #fff;
  border: 2px solid #B85310;
  display: block;
  text-align: center;
  top: -16px;
  font-weight: bold;
}

.modal-variant-input.on-sale::after {
  content: 'SALE';
  color: #C21807;
  position: relative;
  font-size: 0.5rem;
  background-color: #fff;
  border: 2px solid #C21807;
  display: block;
  text-align: center;
  top: -18px;
  font-weight: bold;
  width: 40px;
  padding: 2px 0;
}

.variant-input-wrap label {
  display: block;
}

.variant-radio-button:checked~.variant-input-selected {
  bottom: 0;
  left: 50%;
  width: 10px;
  content: "";
  position: absolute;
  border-bottom: solid 1.5px var(--black);
  transform: translate(-50%, -50%);
}

.variant-label-container {
  color: #828282;
  font-size: 1rem;
  margin: 0 !important;
  cursor: unset !important;
}

.variant__label-info span {
  font-size: 1rem;
  margin-left: 6px;
  color: var(--black);
}

.variant-input-wrap {
  margin-bottom: 10px;
}

.variant-wrapper {
  margin: 0 !important;
}

.pt-product-information-sizes-container {
  display: flex;
  padding: 5px 0;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.pt-product-information-depth-title,
.pt-product-information-width-title,
.pt-product-information-height-title,
.pt-product-information-material-title {
  color: #828282;
  font-size: 1rem;
}

.pt-product-information-depth,
.pt-product-information-height {
  margin-left: 20px;
}

.pt-product-information-depth-size,
.pt-product-information-width-size,
.pt-product-information-height-size,
.pt-product-information-material-type {
  font-size: 1rem;
  margin-left: 8px;
  color: var(--black);
}

.product-template-new-navigation-list {
  margin: auto;
  display: flex;
  list-style: none;
  display: -moz-box;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
}

.product-template-new-navigation-list-item {
  margin: 0;
}

.product-template-new-navigation-list {
  padding: 20px 0;
}

.product-template-new-navigation-list-item {
  cursor: pointer;
}

.product-template-new-navigation-list-item-text {
  display: block;
  padding: 20px 0;
}

.product-template-new-navigation-list-item::after {
  opacity: 0;
  width: 100%;
  content: "";
  height: 2px;
  display: block;
  transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-2px);
  background-color: var(--swyft-blue);
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.product-template-new-navigation-list-item:hover::after {
  opacity: 1;
}

.product-template-new-navigation-list-item-active::after {
  opacity: 1;
}

.product-description-order-container {
  display: block;
}

.product-reviews-container,
.product-spec-order-container,
.product-assembly-order-container {
  display: none;
}

.product-showcase-two-inner-top {
  width: 90%;
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
}

/*  Guide Header */

.article-guide-banner-outer {
  margin-top: 50px;
}

.article-guide-banner-content-container {
  margin-bottom: 50px;
}

.article-guide-banner-inner {
  width: 100%;
  height: 100%;
}

.article-guide-banner-content-sub-heading {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--midnight-blue);
  font-family: "BasicSans-Regular" !important;
}

.article-guide-banner-content-heading {
  margin: 0;
  font-size: 3.75rem;
  color: var(--black);
  font-family: "Made-Sunflower" !important;
}

.article-guide-banner-image-container {
  width: 90%;
  margin: auto;
}

.article-guide-banner-content {
  width: 100%;
  margin: auto;
  height: 100%;
}

@media (max-width: 1200px) {
  .article-guide-banner-outer {
    margin: 0;
  }

  .article-guide-banner-content-container {
    margin-bottom: 0px;
  }

  .article-guide-banner-image-container {
    width: 100%;
  }

  .article-guide-banner-content-container {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .article-guide-banner-content {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
  }

  .article-guide-banner-content-sub-heading {
    font-size: 1.15rem;
    color: var(--tertiary-white);
  }

  .article-guide-banner-content-heading {
    font-size: 3rem;
    color: var(--tertiary-white);
  }

  .article-guide-banner-container::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000004d;
  }
}

@media (max-width: 768px) {
  .article-guide-banner-content-sub-heading {
    font-size: 1rem;
    color: var(--tertiary-white);
  }

  .article-guide-banner-content-heading {
    font-size: 2.3rem;
    color: var(--tertiary-white);
  }

  .article-guide-banner-outer {
    margin-bottom: 20px;
  }

  .article-guide-banner-content {
    padding-left: 20px;
  }
}

/*  Three Column Linking Blocks */

.three-column-linking-blocks-grid-column-heading {
  display: flex;
}

.three-column-linking-blocks-grid-column-heading svg {
  height: 20px;
}

.three-column-linking-blocks-grid-column-image {
  margin-bottom: 20px;
}

.three-column-linking-blocks-grid-column-heading {
  display: flex;
  font-size: 2.25rem;
  margin-bottom: 20px;
  color: var(--black);
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-family: "Made-Sunflower" !important;
}

.three-column-linking-blocks-grid-column-link {
  display: block;
}

.three-column-linking-blocks-grid-column-link:hover svg {
  width: 40px;
}

.three-column-linking-blocks-grid-column-heading svg {
  width: 25px;
  height: 25px;
  margin-left: 20px;
  transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
}

.three-column-linking-blocks-grid-column-heading svg path {
  fill: var(--swyft-blue);
}

@media (max-width: 1600px) {
  .three-column-linking-blocks-grid-column-heading {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 1999px) {
  .three-column-linking-blocks-grid-column-heading {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

/*  Two Column Selected Products */

.two-column-selected-products-heading {
  font-size: 3rem;
  text-align: center;
  color: var(--black);
  margin-bottom: 50px;
  font-family: "Made-Sunflower" !important;
}

.two-column-selected-products-grid-column-background {
  height: 50%;
  width: 100%;
}

.two-column-selected-products-grid-column-link {
  display: block;
  box-shadow: 10px 10px 10px -7px #b2b2b21f;
  -webkit-box-shadow: 10px 10px 10px -7px #b2b2b21f;
}

.two-column-selected-products-grid-column-content-container {
  padding: 30px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: column;
  background-color: var(--tertiary-white);
}

.two-column-selected-products-grid-column-content-collection-title {
  font-size: 1.5rem;
  position: relative;
  width: max-content;
  margin-bottom: 10px;
  color: var(--black);
  display: inline-block;
  width: -moz-max-content;
  text-transform: uppercase;
  width: -webkit-max-content;
  font-family: "BasicSans-Regular" !important;
}

.two-column-selected-products-grid-column-content-collection-title::after {
  left: 0;
  bottom: 7px;
  width: 100%;
  content: "";
  position: absolute;
  border-bottom: solid 2px var(--black);
}

.two-column-selected-products-grid-column-content-product-title {
  font-size: 1.5rem;
  width: max-content;
  margin-bottom: 10px;
  color: var(--black);
  display: inline-block;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-family: "BasicSans-Regular" !important;
}

.two-column-selected-products-grid-column-content-product-price {
  width: max-content;
  font-size: 1.125rem;
  color: var(--black);
  display: inline-block;
  width: -moz-max-content;
  width: -webkit-max-content;
  font-family: "BasicSans-Regular" !important;
}

/*  Two Column Signposting */

.two-column-signposting-heading {
  display: flex;
  font-size: 3rem;
  color: var(--black);
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-family: "Made-Sunflower" !important;
}

.two-column-signposting-grid-column-heading {
  display: flex;
  font-size: 1.625rem;
  margin-bottom: 20px;
  color: var(--black);
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  font-family: "BasicSans-Regular" !important;
}

.two-column-signposting-grid-column-link {
  display: block;
}

.two-column-signposting-grid-column-link:hover svg {
  width: 30px;
}

.two-column-signposting-grid-column-heading svg {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
}

.two-column-signposting-grid-column-heading svg path {
  fill: var(--swyft-blue);
}

.two-column-signposting-grid-column-background {
  width: 95%;
  height: 60%;
}

.two-column-signposting-grid-column-image {
  margin-bottom: 25px;
}

@media screen and (max-width: 1500px) {
  .two-column-signposting-grid-column-background {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .two-column-signposting-heading {
    font-size: 2.5rem;
  }

  .two-column-signposting-grid-column-heading {
    font-size: 1.4rem;
  }

  .two-column-signposting-grid-column-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .two-column-signposting-heading {
    font-size: 2rem;
  }

  .two-column-signposting-grid-column-heading {
    font-size: 1.2rem;
  }

  .two-column-signposting-grid-column-image {
    margin-bottom: 15px;
  }
}

/* Featured Video Section */

.featured-video {
  display: block;
}

.featured-video-play-button {
  padding: 0;
  z-index: 999;
  border: none;
  opacity: 0.7;
  top: 50% !important;
  left: 50% !important;
  width: 100px !important;
  height: 100px !important;
  position: absolute !important;
  background-color: transparent;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}

.featured-video-play-button:hover {
  opacity: 1;
}

.featured-video-play-button svg {
  width: 100px;
  height: 100px;
  fill: #fcce6a;
}

.featured-video-overlay::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0000002e;
}

.featured-video-caption-container {
  margin-left: auto;
  padding: 20px 40px;
  width: 50%;
  background-color: var(--tertiary-light-grey);
}

@media screen and (max-width: 1300px) {
  .featured-video-caption-container {
    margin-right: auto;
    margin-left: 0;
    width: 70%;
  }

  .featured-video-play-button svg {
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 1000px) {
  .featured-video-caption-container {
    width: 90%;
  }

  .featured-video-play-button svg {
    width: 50px;
    height: 50px;
  }
}

/* As Seen In Section */

.as-seen-in-logo {
  padding: 40px 0;
}

.as-seen-in-heading-and-controls-container {
  display: flex;
}

.as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop .next svg,
.as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop .previous svg,
.as-seen-in-heading-and-controls-container-mobile .as-seen-slick-controls-mobile .next svg,
.as-seen-in-heading-and-controls-container-mobile .as-seen-slick-controls-mobile .previous svg {
  width: 30px;
  height: 30px;
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;

  fill: #8d8d8d;
}

.as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop .next,
.as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop .previous,
.as-seen-in-heading-and-controls-container-mobile .as-seen-slick-controls-mobile .next,
.as-seen-in-heading-and-controls-container-mobile .as-seen-slick-controls-mobile .previous {
  cursor: pointer;
  display: block !important;
}

.as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop .next:hover svg,
.as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop .previous:hover svg,
.as-seen-in-heading-and-controls-container-mobile .as-seen-slick-controls-mobile .next:hover svg,
.as-seen-in-heading-and-controls-container-mobile .as-seen-slick-controls-mobile .previous:hover svg {
  fill: var(--swyft-blue);
}

.as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop .previous,
.as-seen-in-heading-and-controls-container-mobile .as-seen-slick-controls-mobile .previous {
  margin-right: 10px;
}

.as-seen-slick-controls-mobile,
.as-seen-slick-controls-desktop {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.as-seen-in-heading-and-controls-container-mobile {
  display: none;
}

.as-seen-in-carousel .slick-track {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.as-seen-in-carousel .slick-slide div {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.as-seen-in-image-container {
  display: flex !important;
  display: -moz-box !important;
  align-items: center !important;
  display: -webkit-flex !important;
  justify-content: center !important;
}

@media (max-width: 768px) {
  .as-seen-in-heading-and-controls-container .as-seen-slick-controls-desktop {
    display: none;
  }

  .as-seen-in-heading-and-controls-container-mobile {
    display: flex;
    display: -moz-box;
    align-items: center;
    display: -webkit-flex;
  }
}

.product-template-new-navigation-inner {
  padding: 50px 0;
}

.pt-featured-images-inner,
.pt-thumbnail-images-inner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.pt-featured-images-inner.slick-initialized,
.pt-thumbnail-images-inner.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.pt-images-inner {
  height: 100%;
  display: flex;
  display: -moz-box;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
}

.pt-thumbnail-images-outer {
  margin-top: 15px;
  position: relative;
}

.pt-thumbnail-images-inner .slick-track {
  margin-left: 140px;
}

.pt-thumbnail-image-container {
  padding-right: 15px;
}

.pt-thumbnail-images-outer::before {
  top: 0;
  left: 0;
  width: 6%;
  content: "";
  z-index: 999;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right,
      rgb(255 255 255) -100%,
      rgba(255, 255, 255, 0) 100%);
}

.pt-thumbnail-images-outer::after {
  top: 0;
  right: 0;
  width: 6%;
  content: "";
  z-index: 999;
  height: 100%;
  position: absolute;
  background: linear-gradient(to left,
      rgb(255 255 255) -100%,
      rgba(255, 255, 255, 0) 100%);
}

.pt-featured-images-inner .slick-arrow {
  background-color: transparent;
}

.pt-featured-images-inner .slick-arrow svg {
  width: 10px !important;
  height: 20px !important;
}

.pt-featured-images-inner .slick-prev {
  left: 5%;
}

.slider-prev,
.slider-next {
  width: 30px;
  height: 30px;
  background-color: white;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 10px;
  position: absolute;
  top: 40%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.slider-next {
  right: -10px;
}

.slider-prev {
  left: -10px;
}

.slider-prev svg,
.slider-next svg {
  height: 18px;
  width: 18px;
  align-items: center;
}

.pt-featured-images-inner .slick-next {
  right: 5%;
}

.add-to-cart {
  margin: 0;
}

.pt-product-information-description-container {
  margin-top: 10px;
}

.pt-product-information-description-open-and-close {
  padding: 10px;
  line-height: 0;
  font-size: 20px;
  cursor: pointer;
}

.pt-product-information-description-sec {
  display: none;
}

.pt-product-information-description-close {
  display: none;
}

.pt-form-product-inventory {
  display: block;
  font-size: 1rem;
}

.pt-form-product-price {
  color: #828282;
  font-size: 30px;
  font-weight: bold;
}

.pt-form-product-price-compare {
  color: #979595;
}

.pt-form-add-to-cart-button-text {
  color: var(--black);
}

.pt-product-order-swatches,
.pt-form-add-to-cart-button,
.pt-product-notify-me-button,
.pt-product-view-in-home-link {
  width: 100%;
  display: flex;
  margin-top: 10px;
  display: -moz-box;
  padding: 10px 15px;
  border-radius: 35px;
  display: -webkit-flex;
  border: 1px solid #fcce6a;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.pt-product-order-swatches:hover,
.pt-form-add-to-cart-button:hover,
.pt-product-notify-me-button:hover,
.pt-product-view-in-home-link:hover {
  background-color: #fcce6a;
  border: 1px solid #fcce6a;
}

.pt-product-order-swatches:hover svg path,
.pt-form-add-to-cart-button:hover svg path,
.pt-product-notify-me-button:hover svg path,
.pt-product-view-in-home-link:hover svg path {
  fill: var(--tertiary-white) !important;
}

.pt-product-order-swatches svg,
.pt-form-add-to-cart-button svg,
.pt-product-notify-me-button svg,
.pt-product-view-in-home-link svg {
  width: 25px;
  height: 25px;
}

.pt-product-order-swatches svg path,
.pt-form-add-to-cart-button svg path,
.pt-product-notify-me-button svg path,
.pt-product-view-in-home-link svg path {
  height: 25px;
  fill: #fcce6a;
  transition-delay: -1s;
  transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -webkit-transition: fill 0.1s ease-in-out;
}

.pt-product-order-swatches:focus,
.pt-form-add-to-cart-button:focus,
.pt-product-notify-me-button:focus,
.pt-product-view-in-home-link:focus {
  border: 1px solid #fcce6a !important;
}

.pt-product-order-swatches-label,
.pt-form-add-to-cart-button-text,
.pt-product-notify-me-button-label,
.pt-product-view-in-home-link-label {
  font-size: 1rem;
  margin-left: 15px;
  text-transform: uppercase;
}

.pt-product-notify-me-container {
  margin-top: 10px;
}

.pt-product-notify-me-check-container {
  display: flex;
  padding: 10px;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: flex-start;
}

.pt-product-notify-me-email {
  width: 100%;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 35px;
  border: 1px solid #fcce6a;
}

.pt-product-notify-me-email:focus,
.pt-product-notify-me-email:active {
  border: 1px solid #fcce6a !important;
}

.pt-product-notify-me-email::-webkit-input-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.pt-product-notify-me-email::-moz-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.pt-product-notify-me-email:-ms-input-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.pt-product-notify-me-email:-moz-placeholder {
  opacity: 1;
  color: var(--gunmetal) !important;
}

.pt-form-content-container {
  margin-top: 20px;
}

.pt-product-notify-me-check-input {
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.pt-product-notify-me-checkmark {
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  position: relative;
  border-radius: 1px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border-radius: 50% !important;
  background-color: var(--tertiary-white);
  border: solid 1px var(--tertiary-divider-grey);
}

.pt-product-notify-me-check-container:hover .pt-product-notify-me-check-input~.pt-product-notify-me-checkmark {
  background-color: var(--tertiary-light-grey);
}

.pt-product-notify-me-check-container .pt-product-notify-me-check-input:checked~.pt-product-notify-me-checkmark {
  background-color: var(--swyft-blue);
  border: solid 1px var(--swyft-blue);
}

.pt-product-notify-me-check-container .pt-product-notify-me-check-input:disabled~.pt-product-notify-me-checkmark {
  background-color: var(--tertiary-light-grey);
  border: solid 1px var(--tertiary-light-grey);
}

.pt-product-notify-me-checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

.pt-product-notify-me-check-container .pt-product-notify-me-check-input:checked~.pt-product-notify-me-checkmark:after {
  display: block;
}

.pt-product-notify-me-check-container .pt-product-notify-me-checkmark:after {
  top: 45%;
  left: 50%;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.pt-product-notify-me-label {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.pt-product-notify-me-email-container {
  position: relative;
}

.pt-product-notify-me-message {
  display: none;
  padding: 10px;
  margin-top: 10px;
  font-size: 0.9rem;
}

.pt-form-product-price-mobile-container {
  display: none;
}

.pt-form-product-price-container {
  margin-top: 20px;
}

.product-template-new-navigation-inner {
  padding: 50px 0;
}

.slider-next,
.slider-prev {
  display: none !important;
}

@media (max-width: 1499px) {
  .pt-outer-background {
    height: 100%;
  }

  .pt-form-inner {
    width: 90%;
  }

  .product-template-new-navigation-inner {
    padding: 35px 0;
  }
}

@media (max-width: 1199px) {
  .pt-outer {
    padding: 20px 0;
  }

  .pt-form-inner {
    width: 100%;
  }

  .pt-thumbnail-images-inner .slick-track {
    margin-left: 230px;
  }
}

@media (max-width: 991px) {
  .pt-thumbnail-images-inner .slick-track {
    margin-left: 100px;
  }

  .pt-form-inner {
    padding: 0;
    padding-top: 20px;
  }

  .pt-featured-images-inner .slick-prev,
  .pt-featured-images-inner .slick-next {
    display: none !important
  }

  .pt-product-information-description-dots,
  .pt-product-information-description-open-and-close {
    /* display: none; */
  }

  /* .pt-product-information-description-second {
    display: block;
  } */

  .pt-product-information-description-container {
    order: 1;
    margin-top: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .pt-product-information-overall-content-container {
    display: flex;
    flex-wrap: wrap;
    display: -moz-box;
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
  }

  .pt-product-information-container {
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: column;
  }

  .pt-product-information-overall-content-container {
    order: 6;
  }

  .pt-product-information-sizes-container {
    padding: 10px 10px 10px 0;
    border-right: 1px solid #e1e1e1;
  }

  .pt-product-information-material-container {
    padding: 10px 0 10px 10px;
  }

  .variant-label-container {
    display: none;
  }

  .pt-collection-title {
    display: flex;
    display: -moz-box;
    align-self: start;
    display: -webkit-flex;
    flex-direction: column;
  }

  .pt-product-title {
    width: 100%;
    text-align: left;
    font-size: 1.625rem;
    margin: 10px 0 20px 0;
  }

  .variant-input-wrap {
    display: flex;
    flex-wrap: wrap;
    display: -moz-box;
    display: -webkit-flex;
    justify-content: center;
  }

  .pt-form-product-price {
    margin-right: 10px;
  }

  .variant-input-wrap {
    margin: 0;
  }

  .pt-form-product-price-container {
    order: -1;
    margin-top: 0;
    /* display: flex; */
    display: -moz-box;
    margin-bottom: 10px;
    /* display: -webkit-flex; */
    justify-content: center;
  }

  .pt-form-product-inventory {
    text-align: center;
  }

  .product-template-new-navigation-inner {
    padding: 5px 0;
  }
}

@media (max-width: 500px) {
  .pt-product-information-sizes-container {
    border: none;
  }
}

.two-column-list-and-text-grid-column-list {
  margin-left: 20px;
  margin-bottom: 20px;
}

.two-column-list-and-text-grid-column-image-inner {
  height: 100%;
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.two-column-list-and-text-grid-column-image-inner p:last-of-type {
  margin: 0;
}

/* Instagram Carousel Section */

.instagram-carousel-follow-link-inner {
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.instagram-carousel-follow-link-inner svg {
  height: 70px;
  width: 70px;
  margin-bottom: 30px;
}

.instagram-carousel-follow-text {
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 0;
  color: var(--black);
  font-family: "BasicSans" !important;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.instagram-carousel-follow-link-inner svg path {
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.instagram-carousel-image-link,
.instagram-carousel-follow-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.instagram-carousel-image-link&gt;*,
.instagram-carousel-follow-link&gt;* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -o-object-fit: cover;
  object-fit: cover;
}

.instagram-carousel-image-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000000;
  content: "";
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.instagram-carousel-follow-link-svg-container {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.instagram-carousel-follow-link-svg-container svg {
  z-index: 20;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 25px;
  height: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.instagram-carousel-image {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.instagram-carousel-follow-link-svg-container svg {
  color: var(--tertiary-white);
}

.instagram-carousel-image-link:hover::after {
  background-color: #00000059;
}

.instagram-carousel-follow-link:hover .instagram-carousel-follow-text {
  color: var(--swyft-blue);
}

.instagram-carousel-follow-link:hover .instagram-carousel-follow-link-inner svg path {
  fill: var(--swyft-blue);
}

.instagram-carousel-image-link:hover .instagram-carousel-follow-link-svg-container svg {
  opacity: 1;
}

.instagram-carousel-slick .slick-slide {
  padding: 0 20px;
}

/* Hero Home Section */

.hero-home-outer {
  padding-bottom: 200px;
}

.hero-home-slider {
  height: 750px;
}

.hero-home-image {
  height: 750px;
  object-fit: cover;
}

.hero-home-slider .slick-slide {
  border: none !important;
  line-height: 0 !important;
}

.hero-home-slider-inner-content-container {
  position: absolute;
}

.hero-home-slider-inner-content-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-home-slider-inner-content {
  height: 100%;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.hero-home-slider-inner-content-heading {
  margin: 0;
  font-size: 5.625rem;
  color: var(--tertiary-white);
}

.hero-home-slider-inner-content-heading svg {
  vertical-align: middle;
}

.hero-home-slider-inner-content-heading-button-container {
  margin-top: 50px;
  width: max-content;
  display: inline-flex;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.hero-home-slider-inner-content-heading-button-container:focus,
.hero-home-slider-inner-content-heading-button-container:active {
  border: 1px solid var(--tertiary-white) !important;
}

.hero-home-slider-inner-content-heading-button {
  padding: 5px 30px;
  width: max-content;
  font-size: 1.125rem;
  width: -moz-max-content;
  text-transform: uppercase;
  width: -webkit-max-content;
  color: var(--tertiary-white);
  border: 1px solid var(--tertiary-white);
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.hero-home-slider-inner-content-heading-button:hover {
  color: var(--black);
  background-color: var(--tertiary-white);
}

.hero-home-slider-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #0000009c 0%, #00000000 70%);
  background-image: linear-gradient(to bottom, #0000009c 0%, #00000000 70%);
  content: "";
}

.hero-home-slider-dots {
  top: 50%;
  width: auto;
  right: 100px;
  padding: 0 20px;
  position: absolute !important;
}

.hero-home-slider-dots .slick-track {
  display: flex;
  cursor: unset;
  display: -moz-box;
  display: -webkit-flex;
  align-items: flex-end;
  width: 100% !important;
  flex-direction: column;
  transform: translateX(0) !important;
}

.hero-home-slider-dots .slick-list {
  transform: none;
}

.hero-home-slider-dots .slick-slide {
  padding-bottom: 10px;
  width: max-content !important;
  width: -moz-max-content !important;
  width: -webkit-max-content !important;
}

.hero-home-slider-dot-container {
  height: 30px;
  cursor: pointer;
  align-items: center;
  display: flex !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
}

.hero-home-slider-dot-container:hover .hero-home-slider-dot {
  opacity: 1;
  width: auto;
  width: 30px;
}

.hero-home-slider-dot-container:hover .hero-home-slider-dot-line {
  border-bottom: 1px solid var(--tertiary-white);
}

.hero-home-slider-dot {
  width: 0;
  opacity: 0;
  margin-left: 10px;
  justify-content: flex-end;
  color: var(--tertiary-white);
  height: max-content !important;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  height: -moz-max-content !important;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  height: -webkit-max-content !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hero-home-slider-dot-line {
  width: 30px;
  display: block;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid #ffffff6b;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hero-home-slider-dots .slick-current .hero-home-slider-dot {
  opacity: 1;
  width: 30px;
}

.hero-home-slider-dots .slick-current .hero-home-slider-dot-line {
  border-bottom: 1px solid var(--tertiary-white);
}

.hero-home-slider-model-container {
  top: 30%;
  right: 20%;
  z-index: 9999;
  position: absolute;
  transform: translate(-50%, -50%);
}

.hero-home-slider-model {
  color: var(--tertiary-white);
  -ms-writing-mode: tb-rl;
  text-transform: uppercase;
  font-size: 0.8rem;
  transform: rotate(180deg);

  text-orientation: mixed;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
}

/* .hero-home-slider-model::before {
  position: absolute;
  right: -1px;
  bottom: 90px;
  height: 50px;
  border-right: solid 1px var(--tertiary-white);
  content: "";
} */

.hero-home-bottom-collections-container {
  bottom: 0;
  width: 100%;
  position: absolute;
  transform: translateY(70%);
}

.hero-home-bottom-collections-inner {
  margin: auto;
}

.hero-home-bottom-collections-block-inner {
  position: relative;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  padding: 80px 30px 30px 30px;
  -webkit-transition: all 0.5s;
  background-color: var(--tertiary-white);
  box-shadow: 0px 10px 20px 0px rgb(160, 160, 160, 0.15);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-box-shadow: 0px 10px 20px 0px rgb(160, 160, 160, 0.15);
}

.hero-home-bottom-collections-block-image {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hero-home-bottom-collections-block-inner-heading {
  display: flex;
  display: -moz-box;
  align-items: center;
  color: var(--black);
  font-size: 1.6875rem;
  display: -webkit-flex;
  font-family: "BasicSans-Regular" !important;
}

.hero-home-bottom-collections-block-inner-heading svg {
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.hero-home-bottom-collections-block-inner-heading svg path {
  fill: var(--swyft-blue);
}

.hero-home-bottom-collections-block-inner:hover .hero-home-bottom-collections-block-image {
  transform: translateY(-10px);
}

.hero-home-bottom-collections-block-inner:hover .hero-home-bottom-collections-block-inner-heading svg {
  width: 75px;
}

.hero-home-bottom-collections-block-inner:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgb(160, 160, 160, 0.35);
  box-shadow: 0px 10px 20px 0px rgb(160, 160, 160, 0.35);
}

.hero-home-bottom-collections-block-image-container {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.hero-home-bottom-collections-block-inner-heading {
  font-size: 1.6rem;
  font-family: "BasicSans-Regular";
}

.hero-home-bottom-collections-block-inner-heading svg {
  width: 60px;
  height: 25px;
}

@media screen and (max-width: 1500px) {
  .hero-home-slider-inner-content-heading {
    font-size: 4rem;
  }

  .hero-home-slider-inner-content-heading svg {
    width: 75px;
  }

  .hero-home-slider-dots {
    right: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .hero-home-outer {
    padding-bottom: 800px;
  }

  .hero-home-slider {
    height: 550px;
  }

  .hero-home-image {
    height: 550px;
  }

  .hero-home-slider-dots,
  .hero-home-slider-model-container {
    display: none;
  }

  .hero-home-slider-inner-content-heading {
    /* line-height: 0.3; */
    font-size: 2.5rem;
  }

  .heading-dot-mobile {
    display: none;
  }

  .hero-home-slider-inner-content-heading svg {
    width: 50px !important;
  }

  .hero-home-slider-inner-content-heading-button-container {
    /* width: 100%; */
    margin-top: 15px;
  }

  .hero-home-slider-inner-content-heading-button {
    text-align: center;
    width: 100% !important;
  }

  .hero-home-bottom-collections-block-image-container {
    right: 0 !important;
    left: auto !important;
    width: 40% !important;
  }

  .hero-home-bottom-collections-container {
    transform: translateY(95%) !important;
  }

  .hero-home-bottom-collections-block-inner {
    padding: 50px 30px 30px 30px !important;
    box-shadow: 0px 10px 20px 0px rgb(160, 160, 160, 0.35);
    -webkit-box-shadow: 0px 10px 20px 0px rgb(160, 160, 160, 0.35);
  }

  .hero-home-bottom-collections-block-inner:hover {
    box-shadow: 0px 10px 20px 0px rgba(160, 160, 160, 0.508);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(160, 160, 160, 0.508);
  }

  .hero-home-slider-inner-content-heading svg {
    width: 75px;
  }

  .hero-home-bottom-collections-block-outer {
    margin-bottom: 20%;
  }
}

@media screen and (max-width: 768px) {
  .hero-home-bottom-collections-block-image-container {
    width: 50% !important;
    transform: translateY(-50%) !important;
  }
}

.header-side-menu-icon-hamburger {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.header-side-menu-icon-hamburger svg {
  width: 22px;
  height: 20px;
}

.header-side-menu-icon-hamburger svg path {
  fill: var(--swyft-blue);
}

.mobile-nav__link{padding: 0px 20px !important;}
.mobile-nav__faux-link {
  padding: 10px 20px !important;
}

.mobile-nav__toggle .collapsible-trigger {
  background-color: #ffffff !important;
}

.mobile-nav__toggle .collapsible-trigger .icon-chevron-down {
  color: #000000 !important;
}

.mobile-nav__faux-link {
  color: #181719 !important;
}

/* Featured Carousel Section */

.featured-carousel-inner-top {
  width: 90%;
  margin: auto;
}

.featured-carousel-inner-top {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.featured-carousel-image-container {
  width: 70%;
}

.featured-carousel-side-card {
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.featured-carousel-side-card-collection {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 10px;
  color: var(--black);
  display: inline-block;
  text-transform: uppercase;
  font-family: "BasicSans-Regular" !important;
}

.featured-carousel-side-card-collection::after {
  left: 0;
  bottom: 7px;
  width: 100%;
  content: "";
  position: absolute;
  border-bottom: solid 2px var(--black);
}

.featured-carousel-side-card-title {
  display: block;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 10px;
}

.featured-carousel-side-card-price {
  display: block;
  position: relative;
  font-size: 1.125rem;
}

.featured-carousel-side-card-button {
  width: 100%;
  display: flex;
  margin-top: 10px;
  display: -moz-box;
  padding: 10px 15px;
  border-radius: 35px;
  display: -webkit-flex;
  border: 1px solid #fcce6a;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.featured-carousel-side-card-button:hover {
  background-color: #fcce6a;
  border: 1px solid #fcce6a;
}

.featured-carousel-side-card-button svg path {
  fill: #fcce6a;
}

.featured-carousel-side-card-button:hover svg path {
  fill: var(--tertiary-white) !important;
}

.featured-carousel-side-card-button svg {
  width: 25px;
  height: 25px;
}

.featured-carousel-side-card-button:focus {
  border: 1px solid #fcce6a !important;
}

.featured-carousel-side-card-button-text {
  font-size: 1rem;
  margin-left: 15px;
  margin-right: 5px;
  text-transform: uppercase;
}

.featured-carousel-inner-bottom {
  margin-left: auto;
  width: 80%;
}

.featured-carousel-inner-bottom-product-slider .slick-list {
  padding: 0 50px 0 0 !important;
}

.featured-carousel-inner-bottom-product-slider .slick-slide {
  padding: 0 15px;
}

@media screen and (max-width: 1600px) {
  .featured-carousel-inner-bottom {
    width: 85%;
  }
}

@media screen and (max-width: 1400px) {
  .featured-carousel-inner-top {
    width: 100%;
  }

  .featured-carousel-inner-bottom {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  .featured-carousel-inner-top {
    flex-direction: column;
    width: 100%;
  }

  .featured-carousel-image {
    width: 100%;
  }

  .featured-carousel-side-card {
    width: 70%;
    margin: 50px 0;
    text-align: center;
    align-items: center;
  }

  .featured-carousel-image {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .featured-carousel-side-card {
    width: 85%;
  }

  .featured-carousel-inner-bottom {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .featured-carousel-side-card {
    margin: 25px 0;
    width: 70%;
  }

  .featured-carousel-inner-bottom {
    width: 98%;
  }

  .featured-carousel-inner-bottom-product-slider .slick-slide {
    padding: 0 5px !important;
  }
}

@media (max-width: 1400px) {
  .sofa-landing-page-banner-bottom-grid {
    padding: 0 20px;
  }

  .sofa-landing-page-banner-bottom-box {
    padding: 0 5px !important;
  }

  .sofa-landing-page-banner-bottom-box-text {
    font-size: 1.4rem;
  }
}

.sofa-landing-page-banner-outer {
  padding-bottom: 100px;
}

.sofa-landing-page-banner-image-container {
  height: 500px;
}

.sofa-landing-page-banner-image-container {
  width: 90%;
  margin: auto;
  position: relative;
}

.sofa-landing-page-banner-image-container::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #0000004a;
}

.sofa-landing-page-banner-image {
  margin: auto;
  height: 500px;
  object-fit: cover;
}

.sofa-landing-page-banner-content-container {
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  position: absolute;
}

.sofa-landing-page-banner-content-container .container {
  height: 100%;
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.sofa-landing-page-banner-content-heading {
  font-size: 5.625rem;
  color: var(--tertiary-white);
}

.sofa-landing-page-banner-content-text {
  margin: 0;
  font-size: 1.625rem;
  color: var(--tertiary-white);
}

.sofa-landing-page-banner-bottom-box {
  margin-bottom: 10px;
}

.sofa-landing-page-banner-bottom-box-link {
  padding: 30px;
  display: flex;
  display: -moz-box;
  align-items: center;
  transition: all 0.5s;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background-color: var(--tertiary-white);
  box-shadow: 0 12px 25px 0 rgba(134, 134, 134, 0.09);
}

.sofa-landing-page-banner-bottom-box-link:hover {
  box-shadow: 0 12px 25px 0 rgb(134 134 134 / 20%);
}

.sofa-landing-page-banner-bottom-grid {
  padding-bottom: 50px;
}

.sofa-landing-page-banner-bottom-box-text {
  margin: 0;
  font-size: 1.75rem;
  color: var(--black);
  font-family: "BasicSans-Regular" !important;
}

.sofa-landing-page-banner-bottom-box-image {
  width: 100px;
  height: 60px;
  margin-bottom: 40px;
}

#shopify-section-slp-usp-one {
  left: 0;

  width: 100%;
  z-index: -1;
  position: absolute;
}

.sofa-landing-page-banner-bottom-container {
  width: 90%;
  margin-left: auto;
  transform: translateY(-50px);
}

.sofa-landing-page-banner-bottom-text {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sofa-landing-page-banner-bottom-text-sub-heading {
  margin: 0;
  font-size: 1.25rem;
  color: var(--black) !important;
}

.sofa-landing-page-banner-bottom-text-heading {
  margin: 0;
  font-size: 2rem;
  color: var(--black) !important;
}

@media (max-width: 1800px) {
  .sofa-landing-page-banner-image-container {
    width: 100%;
  }

  .sofa-landing-page-banner-bottom-container {
    width: 100%;
  }

  .sofa-landing-page-banner-content-container {
    left: 0;
    right: auto;
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .sofa-landing-page-banner-bottom-box-text {
    font-size: 1rem;
  }

  .sofa-landing-page-banner-outer {
    padding-bottom: 50px;
  }

  .sofa-landing-page-banner-bottom-text {
    padding-bottom: 20px;
  }

  .sofa-landing-page-banner-image {
    height: 400px;
  }

  .sofa-landing-page-banner-content-heading {
    font-size: 4rem;
  }

  .sofa-landing-page-banner-content-text {
    font-size: 1.4rem;
  }

  .sofa-landing-page-banner-image-container {
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .sofa-landing-page-banner-bottom-container {
    position: absolute;
  }

  .sofa-landing-page-banner-outer {
    padding-bottom: 140px;
  }

  .sofa-landing-page-banner-bottom-text {
    display: none !important;
  }

  .sofa-landing-page-banner-bottom-grid {
    justify-content: flex-end;
  }

  .sofa-landing-page-banner-bottom-box-text {
    display: none !important;
  }

  .sofa-landing-page-banner-bottom-box-image {
    margin: 0;
  }

  .sofa-landing-page-banner-bottom-text {
    padding-bottom: 20px;
  }

  .sofa-landing-page-banner-image {
    height: 300px;
  }

  .sofa-landing-page-banner-content-heading {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  .sofa-landing-page-banner-content-text {
    font-size: 1.2rem;
  }

  .sofa-landing-page-banner-image-container {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .sofa-landing-page-banner-bottom-box-link {
    padding: 15px;
  }

  .sofa-landing-page-banner-bottom-container {
    transform: translateY(-30px);
  }

  .sofa-landing-page-banner-outer {
    padding-bottom: 120px;
  }
}

@media (max-width: 768px) {
  .sofa-landing-page-banner-bottom-grid {
    padding: 0 20px;
  }

  .sofa-landing-page-banner-bottom-box {
    padding: 0 5px !important;
  }

  .sofa-landing-page-banner-bottom-box-text {
    font-size: 1.4rem;
  }

  .sofa-landing-page-banner-bottom-box-link {
    padding: 15px;
  }

  .sofa-landing-page-banner-bottom-box-link {
    box-shadow: 0 2px 15px 0 rgb(134 134 134 / 9%);
  }

  .sofa-landing-page-banner-bottom-box-link:hover {
    box-shadow: 0 2px 15px 0 rgb(134 134 134 / 20%);
  }

  .sofa-landing-page-banner-bottom-container {
    transform: translateY(-20px);
  }

  .sofa-landing-page-banner-outer {
    padding-bottom: 100px;
  }
}

body .pt-form-content-container {
  margin-top: 5px;
}

.pt-form-product-price-container {
  line-height: 1;
}

.blogs-header-outer {
  padding: 80px 0;
}

.blogs-header {
  font-size: 3.75rem;
  margin-bottom: 40px;
  color: var(--black) !important;
  font-family: "Made-Sunflower" !important;
}

.blogs-search-form-container {
  width: 50%;
  margin: auto;
}

.blogs-search-form {
  width: 100%;
  position: relative;
}

.blogs-search-input {
  width: 100%;
  border: none;
  padding: 15px 0;
  font-size: 1.375rem;
  border-bottom: 1px solid #57595a;
}

.blogs-search-input:focus {
  border-bottom: 1px solid #57595a !important;
}

.blogs-search-button {
  top: 0%;
  right: 0;
  padding: 0;
  height: 100%;
  position: absolute;
}

.blogs-search-button svg {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.blogs-filter-and-tags-container {
  display: flex;
  margin-top: 50px;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: center;
}

.blogs-filter-blog-button,
.blogs-filter-guide-button {
  padding: 5px;
  width: 170px;
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
  color: var(--black);
  font-size: 1.125rem;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: 1px solid var(--black);
}

.blogs-filter-blog-button:hover,
.blogs-filter-guide-button:hover {
  color: var(--tertiary-white);
  background-color: var(--black);
  border: 1px solid var(--black);
}

.blogs-filter-button-active {
  color: var(--tertiary-white);
  background-color: var(--black);
  border: 1px solid var(--black);
}

.blogs-template-background {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 870px;
  position: absolute;
  background-color: #f5f6f7;
}

.blogs-content-outer {
  margin-bottom: 100px;
}

.blog-posts-container,
.category-posts-container {
  margin-bottom: 50px;
}

.blog-posts-grid-inner {
  height: 100%;
  align-content: space-between;
}

.blog-posts-header,
.blog-guides-header,
.blog-category-header {
  font-size: 3.125rem;
  color: var(--black);
  margin-bottom: 50px;
  display: inline-block;
  font-family: "Made-Sunflower" !important;
}

.blog-search-posts-filter-inner {
  display: flex;
  padding: 20px 0;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: flex-end;
}

.blog-search-posts-filter {
  margin-left: 40px;
  padding: 10px 40px 10px 20px;
  border: solid 1px var(--tertiary-divider-grey) !important;
}

.blog-search-posts-filter:focus {
  border: solid 1px var(--tertiary-divider-grey) !important;
}

.collection-grid-filter-results,
.blog-search-posts-filter-results-total {
  color: #b4b4b4;
}

.collection-grid-filter-results {
  margin-left: 5px;
}

.blog-load-more-container {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  padding: 40px 0 80px 0;
  justify-content: center;
}

.blogLoadMore,
.blogShowLess,
.productLoadMore,
.productShowLess {
  margin: 0 15px;
  cursor: pointer;
  padding: 10px 50px;
  border: solid 1px var(--black);
}

.product-load-more-container {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  padding: 40px 0 80px 0;
  justify-content: center;
}

@media (max-width: 768px) {
  .blog-load-more-container {
    padding: 0 0 40px 0;
  }
}

.w-l-header-inner {
  padding: 80px 0;
}

.w-l-header-heading {
  font-size: 3.75rem;
  color: var(--black);
}

.w-l-header-sub-heading-logged-in,
.w-l-header-sub-heading-logged-out-top,
.w-l-header-sub-heading-logged-out-bottom {
  margin: 0;
  font-size: 1.5rem;
  color: var(--black);
  font-family: "BasicSans-Regular" !important;
}

.w-l-header-sub-heading-logged-out-bottom a {
  text-decoration: underline;
}

.w-l-background-container {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 750px;
  position: absolute;
  background-color: var(--tertiary-light-grey);
}

@media (max-width: 1200px) {
  .w-l-header-inner {
    padding: 60px 0;
  }

  .w-l-header-heading {
    font-size: 3rem;
  }

  .w-l-header-sub-heading-logged-in,
  .w-l-header-sub-heading-logged-out-top,
  .w-l-header-sub-heading-logged-out-bottom {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .w-l-header-inner {
    padding: 30px 0;
  }

  .w-l-header-heading {
    font-size: 2.5rem;
  }

  .w-l-header-sub-heading-logged-in,
  .w-l-header-sub-heading-logged-out-top,
  .w-l-header-sub-heading-logged-out-bottom {
    font-size: 1rem;
  }
}

.recently-viewed-header {
  font-size: 3rem;
  color: var(--black);
  margin-bottom: 50px;
}

.recently-viewed-background {
  height: 60%;
  z-index: -1;
}

.recently-viewed-column-content-container {
  padding-bottom: 80px;
}

.recently-viewed-column-content-button {
  overflow: hidden;
  padding: 5px 25px;
  position: relative;
  width: max-content;
  border-radius: 2px;
  color: var(--black);
  width: -moz-max-content;
  border: 1px solid #13375b;
  width: -webkit-max-content;
}

.recently-viewed-column-content-text {
  margin-top: 50px;
}

.recently-viewed-column-content-button:focus {
  border: solid 1px var(--black) !important;
}

.recently-viewed-column-content-button:hover {
  border: solid 1px var(--black);
}

.recently-viewed-content-container {
  padding: 30px;
  background-color: #ffffff;
}

.recently-viewed-image-link {
  display: block;
  box-shadow: 0 12px 25px 0 rgba(134, 134, 134, 0.09);
}

.recently-viewed-content-collection {
  display: block;
}

.recently-viewed-content-title {
  display: block;
}

.recently-viewed-content-price {
  display: block;
}

@media (max-width: 1200px) {
  .recently-viewed-header {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .recently-viewed-header {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .collection-grid-filter-results {
    margin-left: 0 !important;
  }
}

.collection-grid-filter-outer {
  background-color: #ffffff;
}

.product-grid-card-new-options .disabled svg path {
  fill: var(--pink) !important;
}

.w-l-product-grid-no-wishlist-items-container {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  justify-content: center;
}

.w-l-product-grid-no-wishlist-items-text {
  font-size: 18px;
  text-align: center;
}

.w-l-product-loading-container {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
  justify-content: center;
}

.w-l-product-loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  transform-origin: 40px 40px;
}

.w-l-product-loading div {
  top: 32px;
  left: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  background: var(--pink);
  animation: w-l-product-loading 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.w-l-product-loading div:after,
.w-l-product-loading div:before {
  content: " ";
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: var(--pink);
}

.w-l-product-loading div:before {
  left: -24px;
  border-radius: 50% 0 0 50%;
}

.w-l-product-loading div:after {
  top: -24px;
  border-radius: 50% 50% 0 0;
}

@keyframes w-l-product-loading {
  0% {
    transform: scale(0.95);
  }

  5% {
    transform: scale(1.1);
  }

  39% {
    transform: scale(0.85);
  }

  45% {
    transform: scale(1);
  }

  60% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(0.9);
  }
}

.content-page-banner-image {
  height: 300px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .content-page-banner-image {
    height: 275px;
  }
}

@media (max-width: 768px) {
  .content-page-banner-image {
    height: 250px;
  }
}

.content-page-banner-heading-content-sub-heading {
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.125rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--midnight-blue);
  font-family: "BasicSans-Regular" !important;
}

.content-page-banner-heading-content-heading {
  margin: 0;
  text-align: left;
  font-size: 3.75rem;
  color: var(--black);
  font-family: "Made-Sunflower";
}

@media (max-width: 1200px) {
  .content-page-banner-heading-content-sub-heading {
    font-size: 1rem;
  }

  .content-page-banner-heading-content-heading {
    font-size: 3.25rem;
  }

  .content-page-heading-column-content-heading {
    font-size: 2rem !important;
  }
}

@media (max-width: 768px) {
  .content-page-banner-heading-content-heading {
    font-size: 2.3rem;
  }

  .content-page-heading-column-content-heading {
    font-size: 1.8rem !important;
  }
}

.content-page-jobs-link {
  display: block;
}

.content-page-jobs-link:not(:last-child) {
  margin-bottom: 20px;
}

.content-page-jobs-link-inner {
  width: 100%;
  padding: 40px 30px;
  margin: auto !important;
  background-color: #f5f6f7;
}

.content-page-jobs-link-text {
  font-size: 1.125rem;
  color: var(--black);
}

@media (max-width: 991px) {
  .content-page-jobs-link-inner {
    padding: 20px;
  }

  .content-page-jobs-link-text {
    padding: 0 !important;
  }

  .content-page-jobs-link-text:not(:last-child) {
    margin-bottom: 5px;
    border-bottom: 1px solid #0000005d;
  }
}

.content-page-list-item-inner {
  display: flex;
  display: -moz-box;
  display: -webkit-flex;
}

.content-page-list-item-inner-icon-container {
  display: inline-block;
}

.content-page-list-item-inner-icon-container svg {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 15px;
  margin-top: 0.2rem;
}

.content-page-list-item-inner-icon-container svg path {
  fill: var(--swyft-blue);
}

.content-page-quotes-main-image-container {
  position: relative;
  margin-bottom: 50px;
}

.content-page-quotes-main-image {
  height: 340px;
  object-fit: cover;
}

.content-page-quotes-main-image-container::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #00000080;
}

.content-page-quotes-main-image-content-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-page-quotes-main-image-content-inner {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 4rem;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}

.content-page-quotes-main-image-content-quote {
  width: 60%;
  display: block;
  text-align: left;
  font-size: 1.25rem;
  margin-right: auto;
  margin-bottom: 15px;
  color: var(--tertiary-white);
}

.content-page-quotes-main-image-content-name {
  width: 100%;
  display: block;
  text-align: left;
  font-size: 1.125rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: var(--tertiary-white);
}

.content-page-quotes-list-item-item {
  display: flex;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
}

.content-page-quotes-list-item-text {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

.content-page-quotes-list-item-item-image {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 25px;
}

.content-page-quotes-list-item-item-name {
  font-size: 1.125rem;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .content-page-quotes-main-image {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .content-page-quotes-main-image-content-quote {
    width: 100%;
    font-size: 1rem;
  }

  .content-page-quotes-main-image-content-name {
    font-size: 1rem;
  }

  .content-page-quotes-main-image {
    height: 250px;
  }
}

.content-page-three-column-heading {
  font-size: 2.25rem;
  margin-bottom: 40px;
  color: var(--black) !important;
  font-family: "Made-Sunflower" !important;
}

.content-page-three-column-block-grid-heading {
  font-size: 1.375rem;
  color: var(--black) !important;
  font-family: "BasicSans-Regular" !important;
}

.content-page-three-column-block-grid-text {
  margin: 0;
  font-size: 1rem;
  color: var(--black) !important;
  font-family: "BasicSans-Regular" !important;
}

.content-page-three-column-block-grid-item {
  margin-bottom: 20px;
}

.content-page-general-content-heading {
  font-size: 2.25rem;
  margin-bottom: 40px;
  color: var(--black) !important;
  font-family: "Made-Sunflower" !important;
}

.content-page-general-content-top-container {
  margin-bottom: 50px;
}

.content-page-general-content-top-container p {
  font-size: 1rem;
  color: var(--black) !important;
}

.content-page-general-content-grid-item-heading {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--midnight-blue) !important;
}

.content-page-general-content-grid-item-text {
  font-size: 1.5rem;
  line-height: 1.42;
  color: var(--black) !important;
}

.content-page-two-column-heading-and-text-grid-item-heading {
  font-size: 2.25rem;
  margin-bottom: 30px;
  color: var(--black) !important;
  font-family: "Made-Sunflower" !important;
}

.content-page-two-column-heading-and-text-grid-item p {
  font-size: 1rem;
  color: var(--black) !important;
}

.content-page-two-column-heading-and-text-grid-item-link {
  display: block;
  font-size: 1rem;
  margin-top: 15px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  text-decoration: underline;
  color: var(--black) !important;
}

.content-page-two-column-image-and-text-grid-item-heading {
  font-size: 2.25rem;
  margin-bottom: 30px;
  color: var(--black) !important;
  font-family: "Made-Sunflower" !important;
}

.content-page-two-column-image-and-text-grid-item-image {
  height: 70%;
  object-fit: cover;
}

.content-page-two-column-image-and-text-right-top-sub-heading {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 10px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--midnight-blue) !important;
}

.content-page-two-column-image-and-text-right-top-heading {
  display: block;
  font-size: 1.75rem;
  margin-bottom: 20px;
  color: var(--black) !important;
  font-family: "BasicSans-Regular" !important;
}

.content-page-two-column-image-and-text-right-top-text {
  font-size: 1rem;
  color: var(--black) !important;
}

.content-page-two-column-image-and-text-right-bottom-left-heading,
.content-page-two-column-image-and-text-right-bottom-right-heading {
  display: block;
  font-size: 1.375rem;
  margin-bottom: 20px;
  color: var(--black) !important;
  font-family: "BasicSans-Regular" !important;
}

.content-page-two-column-image-and-text-right-bottom-left-sub-heading {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 5px;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  color: var(--midnight-blue) !important;
}

.content-page-two-column-image-and-text-right-bottom-left-text {
  font-size: 1rem;
  color: var(--black) !important;
}

.content-page-two-column-image-and-text-right-bottom-list {
  margin-left: 25px;
}

.content-page-two-column-image-and-text-right-bottom-list-item {
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--black) !important;
}

@media (max-width: 1200px) {
  .content-page-two-column-image-and-text-grid-item-image {
    height: 100%;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {}

.content-page-featured-images-inner,
.content-page-thumbnail-images-inner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.content-page-featured-images-inner.slick-initialized,
.content-page-thumbnail-images-inner.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.pt-images-inner {
  height: 100%;
  display: flex;
  display: -moz-box;
  position: relative;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .pt-images-inner {
    margin: 70px 0;
  }
}

.content-page-thumbnail-images-outer {
  margin-top: 15px;
  position: relative;
}

.content-page-thumbnail-images-inner .slick-track {
  margin-left: 140px;
}

.content-page-thumbnail-images-container {
  padding-right: 15px;
}

.content-page-thumbnail-images-outer::before {
  top: 0;
  left: 0;
  width: 6%;
  content: "";
  z-index: 999;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right,
      rgb(255 255 255) -100%,
      rgba(255, 255, 255, 0) 100%);
}

.content-page-thumbnail-images-outer::after {
  top: 0;
  right: 0;
  width: 6%;
  content: "";
  z-index: 999;
  height: 100%;
  position: absolute;
  background: linear-gradient(to left,
      rgb(255 255 255) -100%,
      rgba(255, 255, 255, 0) 100%);
}

.content-page-thumbnail-images-controls .slick-controls {
  display: flex;
  margin-top: 15px;
  display: -moz-box;
  align-items: center;
  display: -webkit-flex;
  justify-content: flex-end;
}

.content-page-thumbnail-images-controls .slick-controls .next svg,
.content-page-thumbnail-images-controls .slick-controls .previous svg {
  width: 35px;
  height: 45px;
}

.content-page-thumbnail-images-controls .slick-controls .next svg path,
.content-page-thumbnail-images-controls .slick-controls .previous svg path {
  fill: var(--swyft-blue) !important;
}

.content-page-thumbnail-images-controls .slick-controls .next,
.content-page-thumbnail-images-controls .slick-controls .previous {
  cursor: pointer;
}

.content-page-thumbnail-images-controls .slick-controls .previous {
  margin-right: 20px;
}

.content-page-two-column-signposting-heading {
  font-size: 2.25rem;
  margin-bottom: 30px;
  color: var(--black) !important;
  font-family: "Made-Sunflower" !important;
}

.content-page-two-column-signposting-text {
  display: block;
  font-size: 1rem;
  margin-bottom: 40px;
  color: var(--black) !important;
}

.content-page-two-column-signposting-grid-column-heading {
  display: flex;
  margin-top: 15px;
  display: -moz-box;
  font-size: 2.25rem;
  align-items: center;
  display: -webkit-flex;
  color: var(--black) !important;
}

.content-page-two-column-signposting-grid-column-heading svg {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  -ms-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -webkit-transition: width 0.2s ease-in-out;
}

.content-page-two-column-signposting-grid-column-heading svg path {
  fill: var(--swyft-blue);
}

.product-grid-card-new-option-wishlist .smartwishlist {
  width: 1100%;
  display: flex;
  margin-left: 2px;
  display: -moz-box;
  position: relative;
  align-items: center;
  z-index: 9 !important;
  justify-content: flex-start;
}

.product-grid-card-new-option-wishlist .fa-heart {
  font-size: 22px;
}

.product-grid-card-new-option-wishlist .fa-heart-o {
  color: #fcce6a;
  font-size: 22px;
}

.product-grid-card-new-option-wishlist:hover .fa-heart-o {
  color: var(--tertiary-white);
}

.w-l-product-grid-bottom-container {
  padding: 20px 30px;
  position: relative;
  margin-bottom: 30px;
  background-color: var(--tertiary-white);
  box-shadow: 0 12px 25px 0 rgba(134, 134, 134, 0.09);
}

.w-l-product-grid-bottom-button {
  width: 100%;
  width: 100%;
  display: flex;
  margin-top: 10px;
  display: -moz-box;
  padding: 10px 15px;
  border-radius: 35px;
  display: -webkit-flex;
  border: 1px solid #fcce6a;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.w-l-product-grid-bottom-button:hover {
  background-color: #fcce6a;
  border: 1px solid #fcce6a;
}

.w-l-product-grid-bottom-button svg path {
  fill: #fcce6a;
}

.w-l-product-grid-bottom-button:hover svg path {
  fill: var(--tertiary-white) !important;
}

.w-l-product-grid-bottom-button svg {
  width: 25px;
  height: 25px;
}

.w-l-product-grid-bottom-button:focus {
  border: 1px solid #fcce6a !important;
}

.w-l-product-grid-bottom-button-text {
  font-size: 1rem;
  margin-left: 15px;
  margin-right: 5px;
  text-transform: uppercase;
}

.w-l-product-grid-item-content-model {
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.w-l-product-grid-item-content-model::after {
  left: 0;
  bottom: 7px;
  width: 100%;
  content: "";
  position: absolute;
  border-bottom: solid 2px var(--black);
}

.w-l-product-grid-item-content-title {
  height: 4rem;
  display: block;
  font-size: 1.5rem;
  position: relative;
  margin-bottom: 10px;
}

.w-l-product-grid-bottom-information-container {
  margin-bottom: 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.w-l-product-grid-bottom-information-sizes {
  padding: 10px 0;
  padding-right: 10px;
  font-size: 0.8rem;
  display: inline-block;
}

.w-l-product-grid-bottom-information-material {
  padding: 10px 0;
  padding-left: 10px;
  font-size: 0.8rem;
  display: inline-block;
  border-left: 1px solid #e1e1e1;
}

.w-l-product-grid-item-link-bottom .smartwishlist {
  top: 0;
  margin: 0;
  right: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  display: -moz-box;
  position: absolute;
  align-items: center;
  border-radius: 50px;
  display: -webkit-flex;
  justify-content: center;
  border: 1px solid #e7677e;
  font-size: 18px !important;
  transform: translateY(-20px);
  background-color: rgba(255, 255, 255, 0.85);
}

.w-l-product-grid-item-link-bottom .smartwishlist:focus {
  border: 1px solid #e7677e !important;
}

.w-l-product-grid-bottom-information-sizes-title {
  color: #828282;
  margin-right: 5px;
}

.w-l-product-grid-bottom-price-container {
  margin-bottom: 10px;
}

.w-l-product-grid-bottom-price {
  color: #57595a;
}

.w-l-product-grid-bottom-quantity {
  margin-left: 10px;
  color: var(--black);
}

.w-l-product-grid-item-image-container {
  position: relative;
}

.w-l-product-grid-sold-out {
  top: 0;
  right: 0;
  position: absolute;
  font-size: 1.75rem;
  color: var(--tertiary-white);
  font-family: "Made-Sunflower" !important;
}

.product-grid-card-new-option-label-notify-label {
  width: auto !important;
  height: auto !important;
  margin-left: 15px !important;
  margin-right: 5px !important;
  line-height: unset !important;
  position: relative !important;
}

.landing-page-model-03-sofa-builder-inner {
  display: flex;
  display: -moz-box;
  align-items: center;
  padding-bottom: 40px;
  display: -webkit-flex;
  justify-content: center;
}

.landing-page-model-03-sofa-builder-button {
  display: block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: var(--tertiary-white);
  background-color: var(--swyft-blue);
  border: 1px solid var(--swyft-blue);
}

.landing-page-model-03-sofa-builder-button {
  display: flex;
  line-height: 1;
  display: -moz-box;
  padding: 10px 30px;
  align-items: center;
  display: -webkit-flex;
  text-transform: uppercase;
  color: var(--tertiary-white);
  justify-content: space-between;
  background-color: var(--swyft-blue);
  border: 1px solid var(--swyft-blue);
}

.landing-page-model-03-sofa-builder-button:focus {
  border: 1px solid var(--swyft-blue) !important;
}

.landing-page-model-03-sofa-builder-button:hover {
  color: var(--tertiary-white);
}

.landing-page-model-03-sofa-builder-button svg {
  stroke: #ffffff;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .landing-page-model-03-sofa-builder-inner {
    padding-bottom: 20px;
  }
}

.article-header-back-button {
  display: flex;
  margin-top: 10px;
  display: -moz-box;
  letter-spacing: 0;
  margin-bottom: 10px;
  align-items: center;
  color: var(--black);
  display: -webkit-flex;
  text-transform: uppercase;
}

.article-header-back-button:hover {
  color: var(--black) !important;
}

.article-header-back-button svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.article-header-back-button svg path {
  fill: var(--tertiary-white);
}

@media screen and (max-width: 1200px) {
  .article-header-back-button {
    color: var(--tertiary-white);
  }

  .article-header-back-button:hover {
    color: var(--tertiary-white) !important;
  }

  .article-header-back-button svg {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }

  .article-header-back-button svg path {
    fill: var(--tertiary-white);
  }
}

@media screen and (max-width: 768px) {
  .article-header-back-button {
    line-height: 1;
    font-size: 0.875rem;
  }
}

.pt-featured-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.pt-thumbnail-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .pt-featured-image {
    height: 400px;
  }

  .pt-thumbnail-image {
    height: 150px;
  }
}

@media screen and (max-width: 768px) {
  .pt-featured-image {
    height: 350px;
  }

  .pt-thumbnail-image {
    height: 150px;
  }
}

.featured-carousel-side-card-button .smartwishlist {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}

.featured-carousel-side-card-button .smartwishlist span {
  margin-left: 0;
  font-size: 20px !important;
}

.featured-carousel-side-card-button-wishlist {
  position: relative;
}

.featured-carousel-side-card-button-wishlist .smartwishlist {
  width: 100%;
  position: absolute;
}

.featured-carousel-side-card-button-wishlist .featured-carousel-side-card-button-text {
  margin-left: 40px;
}

.featured-carousel-side-card-button-wishlist span {
  margin-top: 2px;
}

#shopify-section-Build h1,
#shopify-section-Build h2,
#shopify-section-Build h3,
#shopify-section-Build h4,
#shopify-section-Build h5,
#shopify-section-Build h6,
#shopify-section-Build span,
#shopify-section-Build p {
  color: var(--black);
}

@media only screen and (max-width: 1499px) {
  .pt-featured-image-container.slick-slide .pt-featured-image {
    height: 332px;
  }
}

@media only screen and (max-width: 1199px) {
  .pt-featured-image-container.slick-slide .pt-featured-image {
    height: 275px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 769px) {
  .pt-featured-image-container.slick-slide .pt-featured-image {
    height: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .product-grid-card-new-option-wishlist .smartwishlist {
    margin-left: -2px !important;
  }
}

@media screen and (max-width: 768px) {
  .product-grid-card-new-option-wishlist .smartwishlist {
    margin-left: -2px;
  }
}

.unbookmarked .fa-heart-o {
  color: #fcce6a;
}

.unbookmarked,
.bookmarked {
  line-height: 1;
}

.featured-carousel-side-card-button-wishlist:hover .unbookmarked .fa-heart-o,
.model-hotspot-side-card-content-button-wish:hover .unbookmarked .fa-heart-o {
  color: #fff !important;
}

.hide-non-colours {
  display: none !important;
}

.show-colours {
  display: block !important;
}

#shopify-section-page-faq-template .collapsible-trigger {
  text-align: left;
}

.product-two-column-button {
  display: block;
  margin-top: 15px;
}

.product-two-column-button:focus,
.product-two-column-button:active {
  border: 1px solid #000 !important;
}

.wholesale-only {
  display: none !important;
}

/* PLP Sales Price Formatting */
.compare-price-wrapper,
.orig-price-wrapper {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.2;
  vertical-align: middle;
}

.compare-price-wrapper.margined-down {
  margin-top: 8px;
}

span.from-message {
  float: left;
  clear: left;
  color: #828282;
}

span.price-value {
  font-size: 2rem;
  float: left;
  clear: left;
}

.compare-price {
  display: block;
  font-size: 12px;
  color: #828282;
}

/* PDP Sales Price Formatting */
.save-message {
  display: block;
}

.pt-form-product-price-compare {
  display: block;
}

.sales-price-wrapper {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.sale-event-title {
  display: block;
  font-weight: bold;
  color: #e52621;
  line-height: 1.5rem;
}

.on-sale,
.save-message {
  color: #e52621;
}

.pt-form-product-price-container-mobile {
  display: none;
}

@media (max-width: 768px) {
  .pt-form-product-price-container-container,
  .pt-form-product-price-container {
    display: none !important;
  }

  .slider-next,
  .slider-prev {
    display: flex !important;
  }

  .pt-form-product-price-container-mobile-container{
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
  }

  .pt-form-product-price-container-mobile {
    display: block;
    line-height: 1;
  }

  .pt-product-title {
    margin: 10px 0 10px 0;
  }

  .pt-thumbnail-images-inner {
    display: none;
  }
}

@media (max-width: 390px) {

  span.sale-event-title,
  span.pt-form-product-price {
    display: block;
    clear: both;
    width: fit-content;
    float: left;
  }

  span.sales-price-wrapper {
    float: left;
    width: fit-content;
  }

  span.pt-form-product-price.full-width {
    width: 100%;
    text-align: center;
  }
}

/* new cart design */
.bold {
  font-weight: bold;
}

.red {
  color: #fa1f1f;
}

.green {
  color: #27a85b;
}

.availability-container {
  padding: 10px 0;
  position: relative;
}

.cart__image img {
  width: 30%;
  display: block;
  float: left;
}

.cart__row--table-large .grid__item {
  display: table-cell;
  vertical-align: top;
  float: none;
}

/* new product discount block */
.select-wrapper select {
  width: 100%;
}

.coupon-info-block-mobile,
.coupon-info-block {
  border: 1px dashed gray;
  padding: 15px;
  line-height: 1em;
  text-align: center;
}

.template-collection .coupon-info-block,
.template-collection .coupon-info-block-mobile {
  margin: 0 30px;
}
.coupon-info-block p,
.coupon-info-block-mobile p {
  margin: 0;
}

.coupon-info-block a,
.coupon-info-block-mobile a {
  text-decoration: underline;

}

.pt-form-product-price-container-container {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.coupon-info-block-mobile {
  display: none !important;
}

@media (max-width: 768px) {
  .coupon-info-block-mobile {
    display: block !important;
  }
}</pre></body></html>