﻿/*$fontSerif: "Source Sans Pro", sans-serif;
$fontSerifCaps: "Source Sans Pro", sans-serif;
$fontSans: "Source Sans Pro", sans-serif;*/
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: black;
  background-color: #fff;
  font-weight: 300;
  padding-bottom: 71px;
}
@media screen and (min-width: 768px) {
  body {
    padding-bottom: 0;
  }
}

.btn {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1.6rem;
  }
}

.btn-default {
  border: 1px solid black;
  background-color: transparent;
  color: black !important;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  background-color: black !important;
  border: 1px solid black !important;
  color: white !important;
}

.btn-primary {
  border: 1px solid transparent;
  background-color: black;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700;
  color: white !important;
  border-radius: 2em;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: transparent !important;
  border: 1px solid black;
  color: black !important;
}

.btn-add-to-cart {
  border: 1px solid transparent;
  background-color: black;
  font-weight: 700;
  color: white;
  border-radius: 2em;
  text-transform: uppercase;
}
.btn-add-to-cart:hover, .btn-add-to-cart:active, .btn-add-to-cart:focus {
  background-color: black;
  border: 1px solid transparent;
  color: white;
}

.btn-success {
  background-color: #5fb84e;
}

.btn-info {
  border-radius: 2em;
  margin-top: 3.2rem;
  background-color: white;
  border: 1px solid black;
  color: black;
  text-transform: uppercase;
}
.btn-info .fa {
  margin-right: 4px;
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: black;
  color: white;
  border-color: black;
}

.trustpilot-widget:first-of-type {
  margin-top: 8.4rem;
}

.more-about p {
  font-size: 1.6rem;
}

.text-link {
  border-bottom: 1px solid;
  cursor: pointer;
}

.img-link-wrap {
  display: block;
  margin-top: 0.875em;
}
.img-link-wrap:hover, .img-link-wrap:active, .img-link-wrap:focus {
  text-decoration: none;
}

/* Mini Nav */
.miniNav-wrapper {
  position: fixed;
  display: flex;
  z-index: 10;
  justify-content: center;
  width: 100%;
  bottom: 0;
  padding: 1.6rem;
  border-top: 1px solid black;
  background: white;
  display: none;
}

.miniNav {
  display: inline-flex;
  margin: 0 auto;
  background-color: black;
  color: white;
  color: #95abb8;
  border-radius: 2em;
  z-index: 10;
}

.miniNav p {
  margin: 9px 10px 10px;
  padding: 0;
}

.miniNav a {
  color: white;
  text-decoration: none !important;
}

.miniNav a i {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .miniNav-wrapper {
    background: transparent;
    padding: 0;
    right: 16px;
    bottom: 16px;
    width: auto;
    border-top: none;
  }
}
@media screen and (min-width: 992px) {
  .miniNav-wrapper {
    display: none;
  }
}
h2 {
  font-weight: 700;
}

.heading-sans {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #1d1d1d;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

.subheading-sans {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .subheading-sans {
    font-size: 1.8rem;
  }
}

.subheading-serif {
  color: #1d1d1d;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}

.heading-brand-first {
  margin-top: 6rem;
  margin-bottom: 4rem;
}

.heading-brand-h1 h1 {
  font-family: "Playfair Display", serif;
  font-size: 4.8rem;
  font-weight: 700;
  color: #20c0f1;
  line-height: 0.85;
  text-transform: lowercase;
  margin-bottom: 0;
  z-index: 0;
  position: relative;
  text-align: center;
}
.heading-brand-h1 h1 span {
  position: relative;
  z-index: -1;
}
.heading-brand-h1 h1 span, .heading-brand-h1 h1 small {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.heading-brand-h1 h2 {
  font-size: 1.6rem;
  max-width: 21em;
  margin: 0.25em auto 0 auto;
  text-align: center;
  line-height: 1.2;
}

.heading-brand-h2 h2 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #20c0f1;
  line-height: 0.85;
  text-transform: lowercase;
  margin-bottom: 0;
  z-index: 0;
  position: relative;
  text-align: center;
}
.heading-brand-h2 h2 span {
  position: relative;
  z-index: -1;
}
.heading-brand-h2 h2 span, .heading-brand-h2 h2 small {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.heading-brand-h2 h3 {
  font-size: 1.6rem;
  max-width: 21em;
  margin: 0.25em auto 0 auto;
  text-align: center;
  line-height: 1.2;
}

.heading-brand-h3 h3 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #20c0f1;
  line-height: 0.85;
  text-transform: lowercase;
  margin-bottom: 0;
  z-index: 0;
  position: relative;
  text-align: center;
}
.heading-brand-h3 h3 span {
  position: relative;
  z-index: -1;
}
.heading-brand-h3 h3 span, .heading-brand-h3 h3 small {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.heading-brand-h3 h4 {
  font-size: 1.6rem;
  max-width: 21em;
  margin: 0.25em auto 0 auto;
  text-align: center;
  line-height: 1.2;
}

.heading-brand-h4 h4 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #20c0f1;
  line-height: 0.85;
  text-transform: lowercase;
  margin-bottom: 0;
  z-index: 0;
  position: relative;
  text-align: center;
}
.heading-brand-h4 h4 span {
  position: relative;
  z-index: -1;
}
.heading-brand-h4 h4 span, .heading-brand-h4 h4 small {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.heading-brand-h4 h5 {
  font-size: 1.6rem;
  max-width: 21em;
  margin: 0.25em auto 0 auto;
  text-align: center;
  line-height: 1.2;
}

.heading-brand-h5 h5 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #20c0f1;
  line-height: 0.85;
  text-transform: lowercase;
  margin-bottom: 0;
  z-index: 0;
  position: relative;
  text-align: center;
}
.heading-brand-h5 h5 span {
  position: relative;
  z-index: -1;
}
.heading-brand-h5 h5 span, .heading-brand-h5 h5 small {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.heading-brand-h5 h6 {
  font-size: 1.6rem;
  max-width: 21em;
  margin: 0.25em auto 0 auto;
  text-align: center;
  line-height: 1.2;
}

.heading-brand-h6 h6 {
  font-size: 4.8rem;
  font-weight: 700;
  color: #20c0f1;
  line-height: 0.85;
  text-transform: lowercase;
  margin-bottom: 0;
  z-index: 0;
  position: relative;
  text-align: center;
}
.heading-brand-h6 h6 span {
  position: relative;
  z-index: -1;
}
.heading-brand-h6 h6 span, .heading-brand-h6 h6 small {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
.heading-brand-h6 p {
  font-size: 1.6rem;
  max-width: 21em;
  margin: 0.25em auto 0 auto;
  text-align: center;
  line-height: 1.2;
}

h1.heading-fancy,
h2.heading-fancy,
h3.heading-fancy,
h4.heading-fancy,
h5.heading-fancy,
h6.heading-fancy {
  font-size: 4.8rem;
  font-weight: 700;
  color: #20c0f1;
  line-height: 0.85;
  text-transform: none;
  margin-bottom: 0;
  z-index: 0;
  position: relative;
}
h1.heading-fancy span,
h2.heading-fancy span,
h3.heading-fancy span,
h4.heading-fancy span,
h5.heading-fancy span,
h6.heading-fancy span {
  position: relative;
  z-index: -1;
}
h1.heading-fancy span, h1.heading-fancy small,
h2.heading-fancy span,
h2.heading-fancy small,
h3.heading-fancy span,
h3.heading-fancy small,
h4.heading-fancy span,
h4.heading-fancy small,
h5.heading-fancy span,
h5.heading-fancy small,
h6.heading-fancy span,
h6.heading-fancy small {
  display: block;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
h1.heading-fancy--center,
h2.heading-fancy--center,
h3.heading-fancy--center,
h4.heading-fancy--center,
h5.heading-fancy--center,
h6.heading-fancy--center {
  text-align: center;
}
h1.heading-fancy--center span,
h2.heading-fancy--center span,
h3.heading-fancy--center span,
h4.heading-fancy--center span,
h5.heading-fancy--center span,
h6.heading-fancy--center span {
  margin-left: auto;
  margin-right: auto;
}
h1.heading-fancy--small,
h2.heading-fancy--small,
h3.heading-fancy--small,
h4.heading-fancy--small,
h5.heading-fancy--small,
h6.heading-fancy--small {
  font-size: 2.5rem;
}
h1.heading-fancy--black,
h2.heading-fancy--black,
h3.heading-fancy--black,
h4.heading-fancy--black,
h5.heading-fancy--black,
h6.heading-fancy--black {
  color: #1d1d1d;
}
h1.heading-fancy--reverse-serif,
h2.heading-fancy--reverse-serif,
h3.heading-fancy--reverse-serif,
h4.heading-fancy--reverse-serif,
h5.heading-fancy--reverse-serif,
h6.heading-fancy--reverse-serif {
  font-style: normal;
  text-transform: uppercase;
}
h1.heading-fancy--reverse-serif span, h1.heading-fancy--reverse-serif small,
h2.heading-fancy--reverse-serif span,
h2.heading-fancy--reverse-serif small,
h3.heading-fancy--reverse-serif span,
h3.heading-fancy--reverse-serif small,
h4.heading-fancy--reverse-serif span,
h4.heading-fancy--reverse-serif small,
h5.heading-fancy--reverse-serif span,
h5.heading-fancy--reverse-serif small,
h6.heading-fancy--reverse-serif span,
h6.heading-fancy--reverse-serif small {
  text-transform: none;
}
@media screen and (min-width: 992px) {
  h1.heading-fancy,
  h2.heading-fancy,
  h3.heading-fancy,
  h4.heading-fancy,
  h5.heading-fancy,
  h6.heading-fancy {
    font-size: 7.2rem;
  }
  h1.heading-fancy--small,
  h2.heading-fancy--small,
  h3.heading-fancy--small,
  h4.heading-fancy--small,
  h5.heading-fancy--small,
  h6.heading-fancy--small {
    font-size: 5rem;
  }
}

.fa-quote-left, .fa-quote-right {
  color: #1d1d1d;
}

.product-area {
  margin-top: 50px;
  max-width: 568px;
}
.product-area .row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.product-area .row::before, .product-area .row::after {
  display: none;
}

.product-area__inner {
  display: flex;
  flex-direction: column;
  transition: opacity 400ms;
}

.product-area__col-nav {
  order: 1;
}

.product-area__col-main {
  display: flex;
  flex-direction: column;
  order: 0;
}
.product-area__col-main .add-wrapper {
  display: none;
  max-width: none;
  width: 100%;
}

.product-area__col-options {
  order: 1;
}

.product-area__col-slider {
  margin-bottom: 1.6rem;
  transition: background-color 500ms ease;
  /*background-image: url("/Images/spinner-svg.svg");*/
  background-size: 50px;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-area__col-slider.slider-initialized {
  background-color: white;
}
@media screen and (min-width: 768px) {
  .product-area__col-slider {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px) {
  .product-area__col-slider {
    background-color: white;
  }
}

.product-area__col-slider-desk,
.product-area__col-slider-mob {
  overflow: hidden;
}

.product-area__col-slider-desk {
  display: none;
}

@media screen and (min-width: 768px) {
  .product-area__col-slider-mob {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .product-area__col-slider-desk {
    display: block;
    min-height: 188px;
  }
}

.product-area__main-image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.product-area__main-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
}
.product-area__main-image--picture-board {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/scene-art-board.jpg");
  background-size: cover;
  height: 77vw;
  position: relative;
  padding-bottom: 0 !important;
}
.product-area__main-image--picture-board .product-area__main-image-inner {
  position: absolute;
  width: 56%;
  bottom: 22.8028503563%;
  left: 20%;
  border-bottom: 1px solid #838383;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #cdcdcd;
}
.product-area__main-image--picture-board .product-area__main-image-inner::before {
  content: "";
  display: block;
  padding-bottom: 70.7142857143%;
}
.product-area__main-image--picture-board img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shape-portrait .product-area__main-image--picture-board .product-area__main-image-inner {
  width: 39.7431395174%;
  left: 27%;
}
.shape-portrait .product-area__main-image--picture-board .product-area__main-image-inner::before {
  padding-bottom: 141.4141414141%;
}

@media screen and (min-width: 576px) {
  .product-area__main-image--picture-board {
    background-size: 130%;
    height: 462px;
  }
}
@media only screen and (max-width: 767px) { /* or whatever max-width you consider for mobile */
  .product-area {
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .product-area {
    margin-top: 25px; /* explicitly setting the margin-top for tablets */
    max-width: none;
  }
  .product-area .row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product-area__inner {
    flex-direction: column;
    margin-top: 0;
  }
  .product-area__col-main {
    transition: opacity 300ms ease-in;
  }
  .product-area__col-main .add-wrapper {
    display: block;
  }
  .product-area__col-nav {
    order: 0;
  }
  .product-area__inner .shop-product-titles {
    opacity: 0;
    transition: opacity 150ms ease;
  }
  .product-spot--main {
    display: flex;
    flex-direction: column;
  }
  .product-spot--main .shop-product-titles {
    opacity: 1;
  }
  .product-area__main-image {
    opacity: 0;
    transition: opacity 250ms ease;
  }
  .product-area__main-image--picture-board {
    height: 295px;
  }
  @supports (position: sticky) {
    .content-area {
      overflow: visible;
    }
    .product-area__col-main {
      position: sticky;
      top: 15px;
      align-self: flex-start;
    }
  }
}
@media screen and (min-width: 992px) {
  .product-spots {
    display: flex;
    flex-direction: column;
    order: 1;
    padding-left: 30px;
    width: 80%;
  }
  .product-area__inner {
    flex-direction: row;
  }
  @supports (position: sticky) {
    .product-area__col-main {
      top: 162px;
    }
  }
  .product-area__main-image--picture-board {
    height: 341px;
  }
}
@media screen and (min-width: 1200px) {
  .product-area__main-image--picture-board {
    height: 421px;
  }
  .shape-portrait .product-area__main-image--picture-board .product-area__main-image-inner {
    width: 39.7431395174%;
    left: 27%;
  }
  .shape-portrait .product-area__main-image--picture-board .product-area__main-image-inner::before {
    padding-bottom: 141.4141414141%;
  }
}
.product-area-deal {
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px;
}
.product-area-deal h2 {
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
}
.product-area-deal h2 small {
  color: black;
}
.product-area-deal .fa-tag {
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .product-area-deal {
    margin-top: 0;
    margin-bottom: 3.2rem;
  }
}

.product-area-deal__time {
  display: flex;
  color: #ef2060;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.product-area-deal__time .fa-clock-o {
  margin-right: 1.6rem;
}
.product-area-deal__time span {
  color: #5fb84e;
  background-color: transparent;
}

.shop-product-titles {
  margin: 0;
  text-align: center;
  order: 5;
  /*    margin-top: 3.2rem;*/
}
.shop-product-titles h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 700;
  color: #20c0f1;
  font-size: 2.8rem;
  line-height: 0.9;
  text-transform: capitalize;
  z-index: 0;
  position: relative;
  margin: 0;
}
.shop-product-titles h1 small, .shop-product-titles h1 span {
  position: relative;
  font-size: 0.6125em;
  z-index: -1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .shop-product-titles h1 {
    font-size: 4.2rem;
  }
}
.shop-product-titles small {
  display: block;
  font-family: "Playfair Display SC", serif;
  color: black;
  font-weight: 700;
  font-style: normal;
}
.shop-product-titles hr {
  max-width: 40px;
  border-top-color: #20c0f1;
  border-top-width: 5px;
}

/*.shop-product-titles__title {
    font-family: $fontSerif;
    font-style: italic;
    font-weight: 700;
    color: $lightBlue;
    font-size: 2.8rem;
    line-height: 0.9;
    text-transform: capitalize;
    z-index: 0;
    position: relative;
    margin: 0;

    small, span {
        display: block;
        color: black;
        position: relative;
        font-size: 0.6125em;
        z-index: -1;
        font-style: normal;
        text-transform: uppercase;
    }

    @include tablet {
        font-size: 4.2rem;
    }

}

.shop-product-titles__desc {
    margin-top: 1.6rem;
    font-style: italic;
    font-size: 1.6rem;
}

.shop-product-titles__author-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.6rem;
}

.shop-product-titles__author {
    text-transform: uppercase;
    margin: 0;
    text-align: center;

    a {
        font-size: 1.4rem;
        font-weight: 700;
        color: $lightBlue;
        font-weight: 700;

        @include haf {
            text-decoration: none;
        }
    }
}

.shop-product-titles__author-image {
    width: 32px;
    margin-right: 0.8rem;

    img {
        max-width: 100%;
    }
}
*/
/*new product description holder*/
.aboutInfo-wrap {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 1.6rem;
}

.aboutInfo__author {
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
.aboutInfo__author a {
  font-size: 1.4rem;
  font-weight: 700;
  color: black;
  font-weight: 700;
}
.aboutInfo__author a:hover, .aboutInfo__author a:active, .aboutInfo__author a:focus {
  text-decoration: none;
}

.aboutInfo-author {
  margin: 0;
  text-align: left;
}
.aboutInfo-author a {
  font-size: 1.4rem;
  font-weight: 700;
  color: black !important;
  font-weight: 700;
}
.aboutInfo-author a:hover, .aboutInfo-author a:active, .aboutInfo-author a:focus {
  text-decoration: none;
}

.aboutInfo-image {
  width: 32px;
  margin-right: 0.8rem;
}
.aboutInfo-image img {
  max-width: 100%;
}

.pictureId {
  margin-top: 0.5em;
  color: grey;
}

/*@include tablet {

    .shop-product-titles {
        //text-align: left;
        //margin-top: 0;
        margin-top: 1.6rem;

        h1 {
            font-size: 3rem;
        }
    }

    .shop-product-titles__author-wrap {
        //justify-content: flex-start;
    }

    .shop-product-titles__author {
        //text-align: left;
    }
}

@include desktop {

    .shop-product-titles {
        margin-top: 3.2rem;
    }
}
*/
.productPictureHolder {
  margin-left: 12px;
  margin-right: 12px;
}

.OptionPictureHolder {
  margin-top: 12px;
  margin-bottom: 15px;
  text-align: center;
  padding-bottom: 15px;
  text-align: center;
  display: block;
  width: 100%;
  /*    background-color: #f2f2f2;*/
  /*    border: 1px solid #e6e6e6;*/
}
.OptionPictureHolder span {
  display: block;
}

.OptionPicture {
  max-height: 300px;
  margin-bottom: 15px;
}
.OptionPicture img {
  max-height: 300px;
}

.OptionPicture-hdn {
  display: none;
}

.step-title {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 0;
  color: black;
}
@media screen and (min-width: 768px) {
  .step-title {
    /*        text-align: left;*/
  }
}

.step-title__number {
  font-family: "Source Sans Pro", sans-serif;
  color: #ef2060;
  overflow: hidden;
  font-weight: 700;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.812em;
  margin-right: 0.5em;
  letter-spacing: 0;
  flex-shrink: 0;
}

.selection-block {
  padding-top: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*    border-top: 1px solid darken($lightBorder, 10);*/
}
.selection-block--first {
  margin-top: 0;
  margin-bottom: 0rem;
  padding-top: 0;
  border-top: none;
}
.selection-block--first::before {
  display: none;
}
.selection-block--first .selection-block__inner {
  background-image: url(/Images/loading.gif);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .selection-block--first {
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .selection-block {
    max-width: none;
  }
  .selection-block--first {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
}
.selection-block--sizes .selection-block__inner {
  margin-top: 0;
}
.selection-block::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 5px;
  background-color: #ef2060;
}

.selection-block__inner {
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .selections:not(:first-of-type) {
    margin-top: 0;
  }
}

.sizes-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .sizes-wrap {
    flex-direction: row;
  }
}

.container-sizes {
  order: 2;
}
.pyz {
  display: flex;
  flex-direction: row; /* Change from column to row */
  align-items: center;
  justify-content: flex-start; /* Added to ensure content starts from the left */
  gap: 10px; /* Space between flex items */
}

.pyz__header {
  font-size: 16px;
  white-space: nowrap;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .pyz__header {
    align-items: flex-start;
  }
}

.pyz__switch {
  position: relative;
}

.pyz-options {
  width: 60%;
  margin: 0 auto;
}

/*.pyz {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    order: 1;

    @include tablet {
        align-items: flex-start;
        //order: 2;
        //margin-bottom: 0;
    }
}

.pyz__header {
    font-size: 16px;
    margin-bottom: 10px;
    white-space: nowrap;
    margin-top: 1.6rem;
}

.pyz__switch {
    position: relative;
    left: 0px;
}

.pyz-options {
    width: 60%;
    margin: 0 auto;
}*/
.choose-options-cptn {
  font-size: 17px;
  color: #333;
}

.info-icon {
  width: 20px;
  height: 20px;
  background: black;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
  cursor: default;
  position: relative;
  overflow: visible;
}
.info-icon:hover, .info-icon:active, .info-icon:focus {
  background: #444;
}

.info-icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-choose-col-header {
  position: relative;
}

.product-popup {
  width: 220px;
  background-color: black;
  color: #fff;
  font-size: 15px;
  padding: 15px;
  position: absolute;
  z-index: 1000;
  display: none;
  bottom: calc(100% + 17px);
  left: calc(100% - 10px);
  text-align: left;
}

.product-popup p {
  margin-bottom: 0;
}

.product-popup p + p {
  margin-top: 5px;
}

.product-popup.right {
  left: auto;
  right: 10px;
}

.product-popup__close {
  position: absolute;
  top: 9px;
  right: 7px;
  cursor: pointer;
  font-size: 15px;
  line-height: 0;
}

.product-popup:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #2c3658 transparent transparent transparent;
}

.product-popup.right:before {
  left: auto;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #2c3658 transparent transparent;
}

@media (max-width: 991px) {
  .product-popup {
    width: 150px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .product-popup {
    font-size: 13px;
  }
}
.arts {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 768px) {
  .arts {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .arts {
    flex-wrap: wrap;
  }
}
.arts-slider {
  flex-wrap: nowrap;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0;
  transition: opacity 150ms ease;
}
.arts-slider.slick-initialized {
  opacity: 1;
  background: white;
}
@media screen and (min-width: 400px) {
  .arts .slick-list {
    padding: 0 10% 0 20px !important;
  }
}
@media screen and (min-width: 450px) {
  .arts .slick-list {
    padding: 0 12% 0 20px !important;
  }
}
@media screen and (min-width: 500px) {
  .arts .slick-list {
    padding: 0 14% 0 20px !important;
  }
}
@media screen and (min-width: 550px) {
  .arts .slick-list {
    padding: 0 15% 0 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .arts .slick-list {
    padding: 0 10% 0 60px !important;
  }
}
.arts .slick-track {
  display: flex !important;
  flex-wrap: wrap;
}
.arts .slick-slide {
  display: flex !important;
  height: inherit !important;
  opacity: 0.9;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}
.arts .slick-current {
  opacity: 1;
}
.arts .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 50%;
  box-shadow: black 0 0 2px;
  border: 1px solid #f2f2f2;
  z-index: 1;
}
.arts .slick-arrow::before {
  color: black;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
}
.arts .slick-arrow:hover {
  background: #f2f2f2;
}
.arts .slick-arrow.slick-disabled::before {
  opacity: 0.3;
}
.arts .slick-prev {
  left: -20px;
}
.arts .slick-prev::before {
  content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M8.122 24l-4.122-4 8-8-8-8 4.122-4 11.878 12z'/%3E%3C/svg%3E");
  transform: scaleX(-1);
}
.arts .slick-next {
  right: -20px;
}
.arts .slick-next::before {
  content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath d='M8.122 24l-4.122-4 8-8-8-8 4.122-4 11.878 12z'/%3E%3C/svg%3E");
}

.arts__cptn {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  min-height: 0;
  padding: 0 3px;
  flex-grow: 1;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 1rem;
  padding-top: 1rem;
  transition: background-color 200ms ease-in-out;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.arts__cptn .arts__cptn__Name {
  font-weight: 700;
  text-transform: uppercase;
}
.arts__cptn .arts__cptn__Description {
  color: #1d1d1d;
}
@media screen and (min-width: 768px) {
  .arts__cptn {
    font-size: 1.3rem;
  }
}

.arts__checkbox-wrap {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem 0 1rem;
  border-bottom: none;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.arts__checkbox-wrap:hover .shop-checkbox {
  border-color: #20c0f1;
}

.arts__item-wrap {
  display: flex;
  flex-direction: column;
  padding: 4px;
  width: auto;
  margin-top: 0;
  flex: 1;
  cursor: pointer;
}
.arts__item-wrap--metal-print {
  display: none;
}
@media screen and (min-width: 1200px) {
  .arts__item-wrap {
    padding: 5px;
  }
}

.arts__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  background: white;
  transition: border-color 300ms ease;
  border-radius: 3px;
  padding-top: 1rem;
  border: 2px solid #f2f2f2;
}
.arts__item:hover, .arts__item:active, .arts__item:focus {
  opacity: 0.75;
}

.arts__item.checked {
  border: 2px solid;
  border-color: #20c0f1;
}
.arts__item.checked .arts__checkbox-wrap {
  border-bottom: none;
}
.arts__item.checked:hover, .arts__item.checked:active, .arts__item.checked:focus {
  opacity: 1;
}

.arts__item-wrap .shop-checkbox {
  margin-top: 1rem;
  display: none;
}

.arts__item.non-active {
  cursor: default;
  opacity: 0.4;
}

.arts__item.non-active * {
  cursor: default;
}

.arts__item.non-active .shop-checkbox {
  display: none;
}

.arts__item.checked .shop-checkbox {
  border-color: #20c0f1;
  background-color: #20c0f1;
}

.arts__item.checked .shop-checkbox:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("/images/check-symbol.svg?v=4") no-repeat center top/contain;
}

.arts__img {
  background-image: url("/images/sprites-new-3.png");
}

.arts__item.checked .arts__img--canvas {
  background-position: 0 0;
  width: 53px;
  height: 72px;
}

.arts__item.checked .arts__img--framed-with-white-mount {
  background-position: -213px 0;
  width: 47px;
  height: 72px;
}

.arts__item.checked .arts__img--framed {
  background-position: -163px 0;
  width: 47px;
  height: 72px;
}

.arts__item.checked .arts__img--acrylic {
  background-position: -112px 0;
  width: 48px;
  height: 71px;
}

.arts__item.checked .arts__img--photographic {
  background-position: -213px -75px;
  width: 46px;
  height: 67px;
}

.arts__item.checked .arts__img--picture-board {
  background-position: -112px -75px;
  width: 48px;
  height: 71px;
}

.arts__img-wrap {
  min-height: 0;
}
.arts__img-wrap img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

.arts__img--canvas {
  background-position: -56px 0;
  width: 53px;
  height: 72px;
}

.arts__img--framed-with-white-mount {
  background-position: 1px -149px;
  width: 47px;
  height: 72px;
}

.arts__img--framed {
  background-position: -50px -149px;
  width: 47px;
  height: 72px;
}

.arts__img--acrylic {
  background-position: 0 -75px;
  width: 48px;
  height: 71px;
}

.arts__img--photographic {
  background-position: -163px -75px;
  width: 46px;
  height: 67px;
}

.arts__img--picture-board {
  background-position: -56px -75px;
  width: 48px;
  height: 71px;
}

/*end of arts slider section*/
.shop-checkbox-colour {
  display: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  margin-right: 6px;
}

.shop-options__item[data-value="White Frame|P4M|0"] .shop-checkbox-colour {
  display: block;
  background-color: white;
  border: 1px solid #999;
}

.shop-options__item[data-value="Black Frame|P4M|0"] .shop-checkbox-colour {
  display: block;
  background-color: #000;
}

.shop-options__item[data-value="Oak Frame|P4M|0"] .shop-checkbox-colour {
  display: block;
  background-color: #EDB67B;
}

.shop-options__item[data-value="Teak Frame|P4M|0"] .shop-checkbox-colour {
  display: block;
  background-color: #472b18;
}

.shop-options__item[data-value="Grey Frame|P4M|0"] .shop-checkbox-colour {
  display: block;
  background-color: #A8ADA9;
}

.shop-options__item[data-value="Gold Frame|P4M|0"] .shop-checkbox-colour {
  display: block;
  background-color: #CDB97A;
}

.shop-options__item[data-value="Silver Frame|P4M|0"] .shop-checkbox-colour {
  display: block;
  background-color: #DFD8C6;
  border: 1px solid #999;
}

.shop-checkbox {
  width: 26px;
  height: 26px;
  border: solid 2px black;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: 0.1s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
}

.shop-checkbox input {
  display: none;
}

.shop-checkbox:hover {
  border-color: #ef2060;
}

.shop-options {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.shop-options--size {
  margin-left: -15px;
  margin-right: -15px;
}
.shop-options--sizes {
  margin-left: auto;
  margin-right: auto;
}

.shop-options__item {
  padding: 6px 12px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
.shop-options__item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.shop-options__item:hover, .shop-options__item:active, .shop-options__item:focus {
  background-color: #f2f2f2;
}

.card-item {
  display: inline-block;
  /*width: calc(10% - 0px);*/
  width: 142px;
  margin: 2px;
  padding: 7px;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  background-color: white;
}
.card-item .card-content {
  display: flex;
  align-items: center;
}
.card-item:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}
.card-item.checked {
  border-color: #20c0f1;
}
.card-item.checked .size-label {
  font-weight: bold;
}
.card-item.checked .card-checkbox {
  border-color: blue;
}
.card-item.checked .shop-checkbox__discount-price {
  display: block;
  width: 100%;
  color: #ef2060;
}
.card-item.checked .shop-checkbox__normal-price {
  display: block;
  width: 100%;
  color: #20c0f1;
}

.shop-options__item:hover .shop-checkbox {
  border-color: #20c0f1;
}

.shop-options__item.checked {
  background: #999;
  color: white;
  border: none;
}

.shop-options__item.checked .shop-checkbox {
  border-color: #20c0f1;
  background-color: #20c0f1;
}

.shop-options__item.checked .shop-checkbox:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("/images/check-symbol.svg?v=2") no-repeat center top/contain;
}

.shop-checkbox-label {
  position: relative;
  padding-left: 38px;
  min-height: 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}

.shop-checkbox-label .shop-checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.shop-switcher {
  width: 50px;
  height: 25px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: 0.1s;
  background: #1d1d1d;
}

.shop-switcher:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  transition: 0.15s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.shop-switcher.inches:before {
  left: calc(100% - 23px);
}

.total-dimensions {
  margin-top: 1.6rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.total-dimensions .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  border-radius: 0;
  border: none;
  border-top: 0;
  text-align: center;
  font-size: 15px;
}
.total-dimensions .list-group-item::first-child {
  border-radius: 0;
}
.total-dimensions .list-group-item small {
  display: block;
}

.total-dimensions__title {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-weight: bold;
}

/*Showing button content mobile form one week content UX test*/
.btn-add-to-cart-wrapper {
  /*    position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 53px;
  left: 0;
  width: 100%;
  background: white;
  z-index: 99;*/
  padding: 1.8rem 1.6rem 0 1.8rem;
  /*    margin-bottom: -5px;
  box-shadow: 0px -2px 3px 0 rgba(black, 0.2);*/
}
.btn-add-to-cart-wrapper .price {
  color: white;
  margin-bottom: 0;
}
.btn-add-to-cart-wrapper .price span {
  margin-right: 0.8rem;
}
@media screen and (min-width: 768px) {
  .btn-add-to-cart-wrapper {
    position: static;
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin-bottom: 0;
  }
}

.add-wrapper {
  background-color: #f2f2f2;
  text-align: left;
  padding: 1.6rem;
  /* margin-top: 1.6rem;*/
  /*margin: 2rem auto 0 auto;*/
}
.add-wrapper .btn-add-to-cart {
  font-size: 1.5rem;
  margin-top: 0;
  width: 100%;
  border-radius: 0.25em;
}
@media screen and (min-width: 768px) {
  .add-wrapper .btn-add-to-cart {
    max-width: 300px;
    /*margin-top: 1.6rem;*/
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .add-wrapper .btn-add-to-cart {
    font-size: 2rem;
  }
}
.add-wrapper .small {
  font-size: 1.2rem;
}
.add-wrapper #leadTimeConditions {
  margin-bottom: 1.6rem;
}

.lead-time-note {
  color: black;
  font-weight: bold;
  max-width: 23em;
  margin: 0.8rem auto 0 auto;
}
.lead-time-note strong {
  color: #4cae4c;
  font-size: 1.8rem;
}

.lead-time-std-exp h6 {
  font-size: 16px !important;
  text-transform: uppercase;
  color: black;
  max-width: 23em;
  margin: 0.8rem auto 0 auto;
}
.lead-time-std-exp strong {
  color: #4cae4c;
  font-size: 16px;
}
.lead-time-std-exp .ship-type {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
.lead-time-std-exp .ship-bus-dys {
  color: black;
}
.lead-time-std-exp .ship-r-by {
  color: black;
}
.lead-time-std-exp hr {
  border: none;
  border-top: 1px solid black;
  margin: 0.5rem 0;
  padding: 2;
}

.cart-note {
  display: block;
  margin-top: 1.6rem;
}

.add-features {
  margin: 1.6rem auto 0 auto;
  border: 1px solid #e6e6e6;
  background: white;
  padding: 1.6rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .add-features {
    font-size: 1.8rem;
  }
}

.add-features__inner {
  display: flex;
  justify-content: center;
}

.add-features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 50%;
}
.add-features__item span {
  margin-top: 1em;
  line-height: 1;
}
.add-features__item + .add-features__item {
  margin-left: 1.6rem;
}

.add-features__icon {
  width: 40px;
  height: 30px;
  flex-grow: 1;
}
.add-features__icon img {
  max-width: 100%;
  height: auto;
}

.add-features__conditions {
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
.add-features__conditions .text-muted {
  text-transform: none;
  font-size: 1.6rem;
}
.add-features__conditions:first-child {
  border-bottom: 1px solid;
}
.add-features__conditions a {
  color: #ef2060;
}

/* --- frame stylings/'SiteHacks' --- */
.fshHdrSr {
  text-align: center;
  padding-top: 15px;
}

.moreAboutButton {
  text-align: center;
  padding-top: 5px;
}

.mockUp {
  background-image: url("/images/blue-sofa-2.png");
  background-size: 100%;
  background-position: 0px bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.mockUp.long-landscape img {
  transform: translate(-50%, -50%) scale(0.75);
}

.mockUp img {
  top: 32%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.unitHolder {
  padding: 5px;
}

.ui-autocomplete {
  border: 1px solid #CCCCCC;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  top: 25px;
  position: relative;
  max-width: 280px;
  background-color: #FFFFFF;
}

.ui-menu-item {
  border-style: none none solid none;
  border-width: 1px;
  border-color: #CCCCCC;
  list-style-type: none;
  padding: 15px;
  cursor: pointer;
  cursor: hand;
}

#isPhoneAvailable {
  padding: 25px;
}

.jon-5px-Pad {
  padding: 5px;
  margin: 5px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jon-pop-frame {
  background-color: #000000;
  padding: 15px;
}

.product .img-responsive {
  margin: 0 auto;
}

.p4m-cap-title {
  font-weight: 700;
  color: black;
  text-align: center;
}

.p4m-cap-title hr {
  padding: 0px;
  width: 40px;
  margin-bottom: 25px;
  margin-top: 25px;
  border-style: solid none none none;
  border-width: 2px;
  border-color: #000;
}

.p4m-cap-title small {
  text-transform: lowercase;
  letter-spacing: 1.5px;
}

.mnt-explained {
  padding: 25px;
  border-width: 2px;
  border-color: #000;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}
/* jQuery Countdown styles 2.0.0. */
.is-countdown {
  border: 1px solid #ccc;
  background-color: #eee;
}

.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}

.countdown-amount {
  font-size: 200%;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

.sup-holder {
  max-width: 125px;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  margin: 0 auto;
}

.product-description {
  margin-top: 4.8rem;
}
.product-description hr {
  padding: 10px 0;
  max-width: 40px;
  margin-bottom: 0;
  margin-top: 15px;
  border-style: solid none none none;
  border-width: 5px;
  border-color: #20c0f1;
}
.product-description h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
  margin-bottom: 1em;
}
.product-description ul {
  padding-left: 1.25em;
}
.product-description .video-container {
  margin: 1.6rem 0;
  padding-top: 0;
}
.product-description .alert-warning {
  color: #000;
  /* background-color: #ffffd8; */
  border-color: #000;
  border-radius: 0;
  border-left: 6px solid;
  border: none;
  border-left: 6px solid #ef2060;
  /* border-top: 6px solid #ef2060 */
}
@media screen and (min-width: 768px) {
  .product-description .col-md-6 .video-container {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .product-description .row {
    display: flex;
    align-items: center;
  }
}
.product-description [data-finish-name="framed prints"] img {
  margin-bottom: 3.2rem;
}
.product-description [data-finish-name=acrylics] img {
  max-width: 250px;
  margin: 0 auto;
}
.product-description [data-finish-name=acrylics] .row + .row {
  margin-top: 3.2rem;
}
.product-description [data-finish-name="standard prints"] img {
  margin: 0 auto;
}

.product-description__desc {
  max-width: 45em;
  margin: 2rem auto 0 auto;
  font-size: 1.6rem;
  text-align: center;
}

.product-description__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  margin-left: auto;
  margin-right: auto;
}

.product-description__img-wrap {
  padding: 15px;
  width: 50%;
}
.product-description__img-wrap img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 576px) {
  .product-description__img-wrap {
    padding: 0 15px;
    width: 25%;
  }
}

.fa-quote-left {
  color: black;
}

.product-nav {
  display: flex;
  flex-direction: row;
  margin-top: 3.2rem;
  position: relative;
  z-index: 1;
  list-style-type: none;
  padding-left: 0;
}

.product-nav__box {
  width: 100%;
  max-width: 25%;
  background: #e6e6e6;
  position: relative;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.product-nav__box:hover, .product-nav__box:active, .product-nav__box:focus {
  opacity: 0.8;
}
.product-nav__box--hidden {
  display: none;
}
.product-nav__box--active {
  border: 2px solid #20c0f1;
  border-radius: 2px;
  opacity: 1;
}
.product-nav__box--active:hover, .product-nav__box--active:active, .product-nav__box--active:focus {
  opacity: 1;
}
.product-nav__box:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-nav__box img, .product-nav__box svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  object-fit: cover;
  max-width: 75%;
  max-height: 75%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-nav__box .jonOntheWallNoDrop, .product-nav__box .jonOntheWall {
  box-shadow: none;
}
.product-nav__box--bg {
  background-image: url("../../../Images/blue-sofa-preview.jpg");
  background-size: 136%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.product-nav__box--bg img {
  top: 29%;
  max-width: 50%;
  max-height: 38%;
}
.product-nav__box--bg .jonOntheWallNoDrop, .product-nav__box--bg .jonOntheWall {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.product-nav__box--close img {
  max-width: 80%;
  max-height: 80%;
}
.product-nav__box--vid img {
  opacity: 0.3;
}
.product-nav__box--vid svg {
  width: 40%;
  fill: #383535;
}
.product-nav__box + .product-nav__box {
  margin-left: 1.6rem;
}
.product-nav__box:active, .product-nav__box:focus {
  opacity: 1;
}

.js-prod-spot--hidden {
  display: none;
}

.img-closeup-wrap {
  padding: 1.6rem;
  border: 1px solid #e6e6e6;
}

.img-closeup {
  display: none;
  max-width: 100%;
  height: auto;
}

.img-closeup--active {
  display: block;
}

.img-closeup-caption {
  margin-top: 1.6rem;
}
.img-closeup-caption span {
  text-transform: capitalize;
}

.underpic-cptn {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .product-nav {
    margin-top: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .product-nav {
    order: 0;
    flex-direction: column;
    width: 20%;
    flex-shrink: 0;
    margin-top: 0;
  }
  .product-nav__box {
    max-width: 100%;
  }
  .product-nav__box + .product-nav__box {
    margin-top: 1.6rem;
    margin-left: 0;
  }
}
.pb-video-pad {
  margin-top: 20px;
}

.pb-product-pad {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-blurb {
  background: white;
  color: black;
  margin-top: 1.6rem;
  position: relative;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}
.product-blurb .video-wrap {
  max-width: 500px;
  margin: 4.8rem 0 0 0;
}

.trustpilot-widget--shop-carousel {
  display: none;
}

.trustpilot-widget--shop-slider {
  margin-top: 4.8rem;
}

.trustpilot-widget--shop-carousel {
  margin-top: 8.2rem;
  margin-bottom: 5.2rem;
}

.product-blurb__flex-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.product-blurb__flex-wrap::before, .product-blurb__flex-wrap::after {
  display: none;
}

.product-blurb__col-bg {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 596px;
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-fm-crop.png");
  background-size: 300px;
  background-position: center top;
  background-repeat: no-repeat;
  margin-top: 3.2rem;
}

.product-blurb__about {
  display: none;
}

@media screen and (min-width: 992px) {
  .product-blurb.canvas .product-blurb__col-body--about {
    width: 100%;
  }
}
.product-blurb.canvas.product-blurb__showing-about .product-blurb__col-bg {
  display: none !important;
}
.product-blurb.canvas .product-blurb__col-bg {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-c-crop.png");
  height: 570px;
}
@media screen and (min-width: 576px) {
  .product-blurb.canvas .product-blurb__col-bg {
    height: 285px;
    background-size: 270px;
  }
}
@media screen and (min-width: 768px) {
  .product-blurb.canvas .product-blurb__col-bg {
    height: 340px;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .product-blurb.canvas .product-blurb__col-bg {
    height: 600px;
  }
}
.product-blurb.canvas .product-blurb__about--c {
  display: block;
}
.product-blurb.canvas .product-blurb__about--c .shop-product-titles__title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .product-blurb.canvas .product-blurb__about--c .shop-product-titles__title {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .product-blurb.framed-mounted-print .product-blurb__col-body--about {
    width: 100%;
  }
}
.product-blurb.framed-mounted-print.product-blurb__showing-about .product-blurb__col-bg {
  display: none !important;
}
.product-blurb.framed-mounted-print .product-blurb__col-bg {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-fm-crop.png");
}
.product-blurb.framed-mounted-print .product-blurb__about--fm {
  display: block;
}
@media screen and (min-width: 992px) {
  .product-blurb.framed-print .product-blurb__col-body--about {
    width: 100%;
  }
}
.product-blurb.framed-print.product-blurb__showing-about .product-blurb__col-bg {
  display: none !important;
}
.product-blurb.framed-print .product-blurb__col-bg {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-fm-crop.png");
}
.product-blurb.framed-print .product-blurb__about--f {
  display: block;
}
@media screen and (min-width: 992px) {
  .product-blurb.acrylic .product-blurb__col-body--about {
    width: 100%;
  }
}
.product-blurb.acrylic.product-blurb__showing-about .product-blurb__col-bg {
  display: none !important;
}
.product-blurb.acrylic .product-blurb__col-bg {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-a-crop.png");
  height: 576px;
}
@media screen and (min-width: 576px) {
  .product-blurb.acrylic .product-blurb__col-bg {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .product-blurb.acrylic .product-blurb__col-bg {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .product-blurb.acrylic .product-blurb__col-bg {
    height: 600px;
  }
}
.product-blurb.acrylic .product-blurb__about--a {
  display: block;
}
.product-blurb.print .product-blurb__col-bg {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-p-crop-2.png");
  height: 596px;
}
@media screen and (min-width: 576px) {
  .product-blurb.print .product-blurb__col-bg {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .product-blurb.print .product-blurb__col-bg {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .product-blurb.print .product-blurb__col-bg {
    height: 600px;
  }
}
.product-blurb.print .product-blurb__about--p {
  display: block;
}
.product-blurb.picture-board .product-blurb__col-bg {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/picture-board-holding.png");
  height: 596px;
}
@media screen and (min-width: 576px) {
  .product-blurb.picture-board .product-blurb__col-bg {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .product-blurb.picture-board .product-blurb__col-bg {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  .product-blurb.picture-board .product-blurb__col-bg {
    height: 600px;
  }
}
.product-blurb.picture-board .product-blurb__about--pb {
  display: block;
}
.product-blurb.picture-board .product-blurb__product-image-wrapper {
  position: relative;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  perspective: 600px;
}
.product-blurb.picture-board .product-blurb__product-image-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 70.7142857143%;
}
.product-blurb.picture-board .product-blurb__product-image-wrapper img {
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transform: rotateY(5deg);
  box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.75);
  border-left: 2px solid white;
}
@media screen and (min-width: 992px) {
  .product-blurb.picture-board .product-blurb__product-image-wrapper {
    margin-left: 0;
    width: 300px;
  }
}

.shape-portrait .picture-board .product-blurb__product-image-wrapper {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.shape-portrait .picture-board .product-blurb__product-image-wrapper::before {
  padding-bottom: 141.4141414141%;
}
@media screen and (min-width: 992px) {
  .shape-portrait .picture-board .product-blurb__product-image-wrapper {
    margin-left: 0;
    width: 220px;
  }
}

.product-blurb__nav {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 1.8rem;
  padding: 0 15px;
  margin: 0;
  flex-direction: column;
  padding: 0;
  text-align: center;
}

.product-blurb__nav-item {
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: #20c0f1;
  width: 100%;
  cursor: pointer;
}
.product-blurb__nav-item span {
  text-transform: capitalize;
}
.product-blurb__nav-item:hover, .product-blurb__nav-item:active, .product-blurb__nav-item:focus {
  text-decoration: none;
  border-bottom: 0.125em solid;
  border-bottom: 1px solid;
}
.product-blurb__nav-item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.product-blurb__nav-item--active {
  font-weight: 700;
  border: 1px solid;
}
.product-blurb__nav-item--active:last-child {
  border-bottom: 1px solid #20c0f1;
}

.js-blurb-tab {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.js-blurb-tab.js-blurb-tab--hidden {
  display: none;
}

.product-blurb-titles {
  order: 0;
  margin-top: 4.8rem;
  margin-top: 0;
}
.product-blurb-titles .shop-product-titles__desc {
  font-size: 1.4rem;
}
.product-blurb-titles .shop-product-titles__author {
  text-align: left;
}

.product-blurb__content {
  /*  margin-top: 4.2rem;*/
}
.product-blurb__content .shop-product-titles__title {
  text-transform: none;
}
.product-blurb__content .video-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.2rem;
}

.product-blurb__keywords {
  margin-top: 3.2rem;
}
.product-blurb__keywords p {
  margin-bottom: 0;
}
.product-blurb__keywords a {
  display: inline-flex;
  background: #f2f2f2;
  padding: 0.5em 1em;
  margin-left: 0.8rem;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  border-radius: 2em;
}
.product-blurb__keywords a:hover, .product-blurb__keywords a:active, .product-blurb__keywords a:focus {
  text-decoration: none;
  background: #e6e6e6;
}

.tags p {
  margin-bottom: 50px;
}
.tags a {
  display: inline-flex;
  background: #f2f2f2;
  padding: 0.5em 1em;
  margin-left: 0.8rem;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  border-radius: 2em;
}
.tags a:hover, .tags a:active, .tags a:focus {
  text-decoration: none;
  background: #e6e6e6;
}

.product-blurb__keywords-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -0.8rem;
}

.product-blurb__product {
  margin-top: 4.8rem;
}

.product-blurb-about {
  margin-top: 4.8rem;
}

.product-features {
  width: 100%;
  position: relative;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.product-features__title {
  color: #1d1d1d;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}

.product-features__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-features__item {
  display: flex;
  align-items: center;
  padding: 0;
  flex-direction: column;
  text-align: center;
  width: 50%;
  margin-top: 1.6rem;
}
.product-features__item span {
  margin-left: 1.6rem;
  margin-left: 0;
  margin-top: 1.6rem;
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}

.product-features__icon {
  width: 33px;
  height: 33px;
  width: 40px;
  height: 40px;
}
.product-features__icon img {
  max-width: 100%;
  height: auto;
}
.product-blurb__product-image {
  height: auto;
  width: auto;
  max-width: 280px;
  max-height: 240px;
  margin-top: 3.2rem;
}

.product-blurb__about-body {
  font-size: 1.5rem;
}
.product-blurb__about-body h3 {
  font-weight: bold;
}
.product-blurb__about-body ul {
  display: block;
  padding-left: 1.125em;
  text-align: left;
  margin: 3.2rem auto;
  max-width: 30em;
}

.product-blurb__collapse {
  display: none;
}

.product-blurb__readmore {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: black;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid;
  font-size: 1.6rem;
}
.product-blurb__readmore .fa {
  margin-left: 5px;
}

.product-blurb__video-wrap {
  max-width: 100%;
  margin: 1.6rem auto 1.6rem auto;
}

@media screen and (min-width: 576px) {
  .trustpilot-widget--shop-carousel {
    display: block;
  }
  .trustpilot-widget--shop-slider {
    display: none;
  }
  .product-features {
    right: 4%;
    bottom: 4%;
    width: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
    border-bottom: 0;
  }
  .product-features__inner {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .product-blurb__col-bg {
    height: 300px;
    justify-content: center;
    background-size: contain;
    background-position: left center;
    border-bottom: 1px solid #e6e6e6;
  }
  .product-features__icon {
    width: 44px;
    height: 44px;
  }
  .product-features__item {
    padding-top: 1rem;
    width: 100%;
    text-align: left;
    flex-direction: row;
  }
  .product-features__item span {
    max-width: none;
    margin-left: 1.6rem;
    margin-top: 0;
  }
  .product-features__item + .product-features__item {
    margin-top: 1rem;
    border-top: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 768px) {
  .product-blurb {
    max-width: none;
    margin-top: 3.2rem;
    border-top: 1px solid #e6e6e6;
  }
  .product-blurb__flex-wrap {
    margin-top: 6.4rem;
    margin-top: 3.2rem;
  }
  .product-blurb-titles {
    text-align: center;
  }
  .product-blurb-titles .shop-product-titles__title {
    font-size: 3.8rem;
  }
  .product-blurb-titles .shop-product-titles__desc {
    font-size: 1.6rem;
  }
  .product-blurb-titles .shop-product-titles__author-wrap {
    justify-content: center;
  }
  .product-blurb__col-bg {
    height: 450px;
    margin-top: 5.2rem;
    background-position: left center;
  }
  .product-features {
    position: relative;
    right: 6%;
  }
  .product-features__item {
    height: auto;
  }
  .product-features__icon {
    width: 64px;
    height: 64px;
  }
  .product-blurb__nav {
    flex-direction: row;
    justify-content: center;
    margin-top: 6.4rem;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.6rem;
  }
  .product-blurb__nav-item {
    border: none;
    width: auto;
    text-align: center;
  }
  .product-blurb__nav-item + li {
    margin-left: 3.2rem;
  }
  .product-blurb__nav-item:last-child {
    border-bottom: 1px solid transparent;
  }
  .product-blurb__nav-item:hover, .product-blurb__nav-item:active, .product-blurb__nav-item:focus {
    border-bottom: 1px solid;
  }
  .product-blurb__nav-item:hover:last-child, .product-blurb__nav-item:active:last-child, .product-blurb__nav-item:focus:last-child {
    border-bottom: 1px solid;
  }
  .product-blurb__nav-item:hover--active, .product-blurb__nav-item:active--active, .product-blurb__nav-item:focus--active {
    border-bottom: 1px solid;
  }
  .product-blurb__nav-item--active {
    border-bottom: 2px solid;
  }
  .product-blurb__nav-item--active:last-child {
    border-bottom: 2px solid;
  }
  .product-blurb__nav-item--active:last-child:hover, .product-blurb__nav-item--active:last-child:active, .product-blurb__nav-item--active:last-child:focus {
    border-bottom: 2px solid;
  }
  .product-blurb__nav-item--active:hover, .product-blurb__nav-item--active:active, .product-blurb__nav-item--active:focus {
    border-bottom: 2px solid;
  }
  .product-blurb__video-wrap {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .product-blurb {
    margin-top: 4.8rem;
  }
  .product-blurb__col-bg {
    height: 600px;
    justify-content: flex-end;
    align-self: flex-end;
    background-position: right bottom;
    margin-top: 3.2rem;
  }
  .product-blurb__content {
    text-align: left;
  }
  .product-blurb__content .video-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .product-blurb__flex-wrap {
    display: flex;
    align-items: center;
  }
  .product-blurb__keywords {
    padding-top: 1.6rem;
    margin-top: 1.6rem;
    border-top: 1px solid #e6e6e6;
  }
  .product-blurb__keywords-inner {
    justify-content: flex-start;
  }
  .product-blurb-titles {
    text-align: left;
  }
  .product-blurb-titles .shop-product-titles__title {
    text-align: left;
  }
  .product-blurb-titles .shop-product-titles__title.text-center {
    text-align: center;
  }
  .product-blurb-titles .shop-product-titles__desc {
    text-align: left;
    max-width: 35em;
  }
  .product-blurb-titles .shop-product-titles__author-wrap {
    justify-content: flex-start;
  }
  .product-features {
    right: -15px;
    bottom: 30px;
  }
  .product-features__item {
    background-color: white;
    border-radius: 3rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    padding: 0.4rem 0 0.4rem 1.6rem;
  }
  .product-features__item + .product-features__item {
    border-top: 0;
  }
  .product-features__icon {
    width: 44px;
    height: 44px;
  }
  .product-blurb__nav {
    font-size: 2rem;
    justify-content: flex-start;
  }
  .trustpilot-widget--shop-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-blurb__product-image {
    max-width: 350px;
    max-height: 300px;
  }
  .product-blurb__video-wrap {
    max-width: 460px;
    margin: 1.6rem 0 1.6rem 0;
  }
  .product-blurb__about-body ul {
    margin: 1.6rem 0 1.6rem 0;
  }
}
.blurb-bubbles {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  margin-left: 0;
  margin-right: -5.17px;
  overflow-x: auto;
}
.blurb-bubbles::before, .blurb-bubbles::after {
  display: none;
}

.blurb-bubbles__col {
  display: flex;
  padding-left: 0;
  padding-right: 5.17px;
}

.blurb-bubble__text-wrap {
  position: absolute;
  left: 2rem;
  bottom: 4rem;
  text-align: left;
}
.blurb-bubble__text-wrap strong {
  font-weight: 600;
}

.blurb-bubble__heading {
  display: inline-block;
  font-size: 2rem;
  color: black;
  font-weight: 700;
  margin: 0;
}

.blurb-bubble__desc {
  color: black;
  font-size: 1.8rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  border-radius: 1rem;
  font-weight: 500;
}

.blurb-bubble__btn {
  display: flex;
  text-align: center;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-bottom: none;
  border-right: none;
  border-top-left-radius: 1rem;
  cursor: pointer;
}
.blurb-bubble__btn-plus {
  display: block;
  font-size: 2.3rem;
  transition: transform 200ms ease;
  height: 1em;
  line-height: 1;
  margin-right: 3px;
  transition: transform 250ms ease;
}

.blurb-bubble__more-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 300ms ease;
  color: white;
  opacity: 0;
  visibility: hidden;
  font-size: 1.8rem;
}
.blurb-bubble__more-info .blurb-bubble__heading {
  color: #20c0f1;
  text-align: center;
}

.blurb-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background: #f2f2f2;
  background-size: cover;
  overflow: hidden;
  position: relative;
  min-height: 350px;
  width: 282px;
  flex-shrink: 0;
  border-radius: 1.5rem;
  transition: transform 200ms ease;
}
.blurb-bubble.show-more {
  transform: scale(0.97);
}
.blurb-bubble.show-more .blurb-bubble__more-info {
  opacity: 1;
  visibility: visible;
}
.blurb-bubble.show-more .blurb-bubble__more-info * {
  transform: scale(1.03);
}
.blurb-bubble.show-more .blurb-bubble__btn {
  z-index: 1;
  color: white;
  border-color: white;
}
.blurb-bubble.show-more .blurb-bubble__btn-plus {
  transform: rotate(45deg);
}
.blurb-bubble--video {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blurb-bubble--video .video-wrapper {
  width: 100%;
  max-width: 75%;
  margin: auto;
}
.blurb-bubble--printer {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/uvgel-printer.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.blurb-bubble--printer .blurb-bubble__text-wrap {
  bottom: 22rem;
  left: 3rem;
  text-align: left;
}
.blurb-bubble--printer .blurb-bubble__desc {
  max-width: 13em;
}
.blurb-bubble--strongcanvas {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/strong-canvas3.png");
  background-size: 136%;
  background-repeat: no-repeat;
  background-position: 0 top;
}
.blurb-bubble--strongcanvas .blurb-bubble__text-wrap {
  bottom: 5rem;
  left: 3rem;
}
.blurb-bubble--strongcanvas .blurb-bubble__heading {
  max-width: 8em;
}
.blurb-bubble--strongcanvas .blurb-bubble__desc {
  max-width: 12em;
}
.blurb-bubble--canvasdepth {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-c-crop.png");
  background-repeat: no-repeat;
  background-size: 74%;
  background-position: center bottom;
}
.blurb-bubble--canvasdepth .blurb-bubble__text-wrap {
  bottom: 24rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  right: 0;
  text-align: center;
}
.blurb-bubble--readytohang {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/ready-to-hang.png");
  background-size: 143%;
  background-repeat: no-repeat;
  background-position: 27% top;
}
.blurb-bubble--readytohang .blurb-bubble__text-wrap {
  left: 2rem;
  bottom: 4rem;
}
.blurb-bubble--readytohang .blurb-bubble__desc {
  max-width: 14em;
}
.blurb-bubble--seamlessfinish {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/seamless-finish.png");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right -30px;
}
.blurb-bubble--seamlessfinish .blurb-bubble__text-wrap {
  bottom: 3rem;
  left: 2rem;
}
.blurb-bubble--seamlessfinish .blurb-bubble__desc {
  max-width: 14em;
}
.blurb-bubble--fm-artprint {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/fm-artprint-2.png");
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: right 123%;
}
.blurb-bubble--fm-artprint .blurb-bubble__text-wrap {
  bottom: 10rem;
  left: 2rem;
}
.blurb-bubble--fm-artprint .blurb-bubble__desc {
  max-width: 14em;
}
.blurb-bubble--fm-drymount {
  width: 500px;
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/fm-dry-mounting2.png");
  background-size: 97%;
  background-repeat: no-repeat;
  background-position: 140px bottom;
}
.blurb-bubble--fm-drymount .blurb-bubble__text-wrap {
  bottom: 4rem;
  left: 3rem;
}
.blurb-bubble--fm-drymount .blurb-bubble__desc {
  max-width: 12em;
}
.blurb-bubble--a-readytohang {
  width: 500px;
  background-image: url("https://imgs2.photo4me.com/images/graphics/acrylic-side-on-400-439-4.png");
  background-size: 64%;
  background-repeat: no-repeat;
  background-position: -42% bottom;
}
.blurb-bubble--a-readytohang .blurb-bubble__text-wrap {
  bottom: 6rem;
  left: 27rem;
  text-align: right;
}
.blurb-bubble--a-readytohang .blurb-bubble__desc {
  max-width: 11em;
}
.blurb-bubble--fm-mount {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/fm-mount.png");
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: left top;
}
.blurb-bubble--fm-mount .blurb-bubble__text-wrap {
  bottom: 5rem;
  left: auto;
  right: 3rem;
  text-align: right;
}
.blurb-bubble--fm-mount .blurb-bubble__desc {
  max-width: 12em;
}
.blurb-bubble--f-framing {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/f-frame.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left -109px;
}
.blurb-bubble--f-framing .blurb-bubble__text-wrap {
  bottom: 3rem;
  left: auto;
  right: 4rem;
  text-align: left;
}
.blurb-bubble--f-framing .blurb-bubble__desc {
  max-width: 12em;
}
.blurb-bubble--fm-perspex {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-fm-crop.png");
  background-repeat: no-repeat;
  background-size: 58%;
  background-position: center 134%;
}
.blurb-bubble--fm-perspex .blurb-bubble__text-wrap {
  bottom: 14.5rem;
  left: 50%;
  width: 94%;
  transform: translateX(-50%);
  right: 0;
  text-align: center;
}
.blurb-bubble--f-perspex {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/jon-fm-crop.png");
  background-repeat: no-repeat;
  background-size: 58%;
  background-position: center 134%;
}
.blurb-bubble--f-perspex .blurb-bubble__text-wrap {
  bottom: 14.5rem;
  left: 50%;
  width: 94%;
  transform: translateX(-50%);
  right: 0;
  text-align: center;
}
.blurb-bubble--fm-readytohang {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/fm-ready-to-hang.png");
  background-size: 143%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.blurb-bubble--fm-readytohang .blurb-bubble__text-wrap {
  left: 2rem;
  bottom: 15rem;
}
.blurb-bubble--fm-readytohang .blurb-bubble__desc {
  max-width: 14em;
}
.blurb-bubble--f-readytohang {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/fm-ready-to-hang.png");
  background-size: 143%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.blurb-bubble--f-readytohang .blurb-bubble__text-wrap {
  left: 2rem;
  bottom: 15rem;
}
.blurb-bubble--f-readytohang .blurb-bubble__desc {
  max-width: 14em;
}
.blurb-bubble--fm-framing {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/fm-framing.png");
  background-size: 74%;
  background-repeat: no-repeat;
  background-position: 117% -20px;
}
.blurb-bubble--fm-framing .blurb-bubble__text-wrap {
  bottom: 3rem;
  left: 2rem;
  text-align: left;
}
.blurb-bubble--fm-framing .blurb-bubble__desc {
  max-width: 13em;
}
.blurb-bubble--f-artprint {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/f-printing.png");
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: right 203%;
}
.blurb-bubble--f-artprint .blurb-bubble__text-wrap {
  bottom: 10rem;
  left: 2rem;
}
.blurb-bubble--f-artprint .blurb-bubble__desc {
  max-width: 14em;
}
.blurb-bubble--a-print {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/a-trotiscliffe.png");
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: left 116%;
}
.blurb-bubble--a-print .blurb-bubble__text-wrap {
  bottom: 12rem;
  left: 2rem;
  text-align: left;
}
.blurb-bubble--a-print .blurb-bubble__desc {
  max-width: 13em;
}
.blurb-bubble--a-clarity {
  background-image: url("https://imgs2.photo4me.com/images/blurb-bubbles/a-clarity.png");
  background-size: 63%;
  background-repeat: no-repeat;
  background-position: right 124%;
}
.blurb-bubble--a-clarity .blurb-bubble__text-wrap {
  bottom: 11rem;
  left: auto;
  right: 2rem;
  text-align: left;
}
.blurb-bubble--a-clarity .blurb-bubble__desc {
  max-width: 13em;
}

@media screen and (min-width: 768px) {
  .blurb-bubbles {
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
  }
  .blurb-bubbles__col {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .blurb-bubble__heading {
    font-size: 2rem;
  }
  .blurb-bubble {
    width: auto;
    flex-shrink: 1;
  }
  .blurb-bubble--printer {
    background-size: 64%;
    background-position: 135% 46px;
  }
  .blurb-bubble--printer .blurb-bubble__text-wrap {
    bottom: 5rem;
    left: 4rem;
  }
  .blurb-bubble--printer .blurb-bubble__desc {
    max-width: 8em;
  }
  .blurb-bubble--strongcanvas {
    background-size: contain;
    background-position: 57px top;
  }
  .blurb-bubble--strongcanvas .blurb-bubble__text-wrap {
    bottom: 5rem;
    left: 5rem;
  }
  .blurb-bubble--strongcanvas .blurb-bubble__desc {
    max-width: 13em;
  }
  .blurb-bubble--canvasdepth {
    background-size: 85%;
  }
  .blurb-bubble--readytohang {
    background-size: 149%;
    background-position: 30% 0%;
  }
  .blurb-bubble--readytohang .blurb-bubble__text-wrap {
    left: 2rem;
    bottom: 4rem;
  }
  .blurb-bubble--readytohang .blurb-bubble__desc {
    max-width: 18em;
  }
  .blurb-bubble--seamlessfinish {
    background-size: 41%;
    background-position: right 0;
  }
  .blurb-bubble--seamlessfinish .blurb-bubble__text-wrap {
    bottom: 4rem;
    left: 4rem;
  }
  .blurb-bubble--seamlessfinish .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--fm-artprint {
    background-size: 72%;
    background-position: 203% 151%;
  }
  .blurb-bubble--fm-artprint .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 3rem;
  }
  .blurb-bubble--fm-artprint .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--f-artprint {
    background-size: 72%;
    background-position: 211% -687%;
  }
  .blurb-bubble--f-artprint .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 3rem;
  }
  .blurb-bubble--f-artprint .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--a-print {
    background-size: 77%;
    background-position: 288% 55%;
  }
  .blurb-bubble--a-print .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 3rem;
  }
  .blurb-bubble--a-print .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--fm-drymount {
    background-size: 68%;
    background-repeat: no-repeat;
    background-position: 148% bottom;
  }
  .blurb-bubble--fm-drymount .blurb-bubble__text-wrap {
    bottom: 6rem;
    left: 4rem;
  }
  .blurb-bubble--fm-drymount .blurb-bubble__desc {
    max-width: 14em;
  }
  .blurb-bubble--fm-mount {
    background-size: 83%;
    background-position: left top;
  }
  .blurb-bubble--fm-mount .blurb-bubble__text-wrap {
    bottom: 4rem;
    left: auto;
    right: 3rem;
    text-align: right;
  }
  .blurb-bubble--fm-mount .blurb-bubble__desc {
    max-width: 23em;
  }
  .blurb-bubble--f-framing {
    background-size: 100%;
    background-position: left -186px;
  }
  .blurb-bubble--f-framing .blurb-bubble__text-wrap {
    bottom: 3rem;
    right: 7rem;
  }
  .blurb-bubble--f-framing .blurb-bubble__desc {
    max-width: 17em;
  }
  .blurb-bubble--fm-perspex {
    background-position: center 145%;
  }
  .blurb-bubble--f-perspex {
    background-position: center 145%;
  }
  .blurb-bubble--fm-framing {
    background-size: 68%;
    background-position: 117% -20px;
  }
  .blurb-bubble--fm-framing .blurb-bubble__text-wrap {
    bottom: 3rem;
    left: 2rem;
  }
  .blurb-bubble--f-readytohang {
    background-size: 100%;
    background-position: 206px 113%;
  }
  .blurb-bubble--f-readytohang .blurb-bubble__text-wrap {
    left: 5rem;
    bottom: 12rem;
  }
  .blurb-bubble--f-readytohang .blurb-bubble__desc {
    max-width: 17em;
  }
  .blurb-bubble--a-readytohang {
    background-size: 89%;
    background-position: -171px 108%;
  }
  .blurb-bubble--a-readytohang .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 14rem;
    text-align: right;
  }
  .blurb-bubble--a-readytohang .blurb-bubble__desc {
    max-width: 11em;
  }
  .blurb-bubble--a-clarity {
    background-size: 63%;
    background-position: 192% 50%;
  }
  .blurb-bubble--a-clarity .blurb-bubble__text-wrap {
    bottom: 5rem;
    left: auto;
    right: 12rem;
    text-align: left;
  }
  .blurb-bubble--a-clarity .blurb-bubble__desc {
    max-width: 11em;
  }
}
@media screen and (min-width: 992px) {
  .blurb-bubble__heading {
    font-size: 2.5rem;
  }
  .blurb-bubble--printer {
    background-position: right bottom;
    background-size: 52%;
  }
  .blurb-bubble--printer .blurb-bubble__text-wrap {
    bottom: 6rem;
    left: 3.5rem;
  }
  .blurb-bubble--printer .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--strongcanvas {
    background-position: 128px top;
  }
  .blurb-bubble--strongcanvas .blurb-bubble__text-wrap {
    bottom: 5rem;
    left: 5rem;
  }
  .blurb-bubble--canvasdepth {
    background-size: 69%;
  }
  .blurb-bubble--fm-perspex {
    background-size: 69%;
  }
  .blurb-bubble--f-perspex {
    background-size: 69%;
  }
  .blurb-bubble--readytohang {
    background-size: 126%;
  }
  .blurb-bubble--readytohang .blurb-bubble__text-wrap {
    left: 3rem;
  }
  .blurb-bubble--seamlessfinish .blurb-bubble__text-wrap {
    bottom: 6rem;
  }
  .blurb-bubble--seamlessfinish .blurb-bubble__desc {
    max-width: 13em;
  }
  .blurb-bubble--fm-artprint {
    background-size: 77%;
    background-position: 242% 106px;
  }
  .blurb-bubble--fm-artprint .blurb-bubble__text-wrap {
    bottom: 6rem;
    left: 4rem;
  }
  .blurb-bubble--fm-artprint .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--f-artprint {
    background-size: 46%;
    background-position: 111% 106px;
  }
  .blurb-bubble--f-artprint .blurb-bubble__text-wrap {
    bottom: 6rem;
    left: 4rem;
  }
  .blurb-bubble--f-artprint .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--a-print {
    background-size: 56%;
    background-position: 121% 81px;
  }
  .blurb-bubble--a-print .blurb-bubble__text-wrap {
    bottom: 6rem;
    left: 4rem;
  }
  .blurb-bubble--a-print .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--fm-drymount {
    background-size: 52%;
    background-position: right bottom;
  }
  .blurb-bubble--fm-drymount .blurb-bubble__text-wrap {
    bottom: 8rem;
    left: 4rem;
  }
  .blurb-bubble--fm-drymount .blurb-bubble__desc {
    max-width: 21em;
  }
  .blurb-bubble--fm-mount {
    background-size: 70%;
  }
  .blurb-bubble--fm-mount .blurb-bubble__text-wrap {
    bottom: 5rem;
    right: 4rem;
  }
  .blurb-bubble--fm-mount .blurb-bubble__desc {
    max-width: 19em;
  }
  .blurb-bubble--f-framing {
    background-size: 100%;
    background-position: left -176px;
  }
  .blurb-bubble--f-framing .blurb-bubble__text-wrap {
    bottom: 4rem;
    right: 4rem;
  }
  .blurb-bubble--f-framing .blurb-bubble__desc {
    max-width: 17em;
  }
  .blurb-bubble--fm-perspex {
    background-size: 62%;
    background-position: center 231%;
  }
  .blurb-bubble--fm-perspex .blurb-bubble__text-wrap {
    bottom: 18.5rem;
  }
  .blurb-bubble--f-perspex {
    background-size: 61%;
  }
  .blurb-bubble--f-perspex .blurb-bubble__text-wrap {
    bottom: 16.5rem;
  }
  .blurb-bubble--fm-readytohang {
    background-size: 143%;
    background-position: -17% 106%;
  }
  .blurb-bubble--fm-readytohang .blurb-bubble__text-wrap {
    left: 3rem;
    bottom: 14rem;
  }
  .blurb-bubble--fm-readytohang .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--f-readytohang {
    background-size: 143%;
    background-position: -17% 106%;
  }
  .blurb-bubble--f-readytohang .blurb-bubble__text-wrap {
    left: 3rem;
    bottom: 10rem;
  }
  .blurb-bubble--f-readytohang .blurb-bubble__desc {
    max-width: 10em;
  }
  .blurb-bubble--fm-framing {
    background-size: 62%;
    background-position: 117% -20px;
  }
  .blurb-bubble--fm-framing .blurb-bubble__text-wrap {
    bottom: 3rem;
    left: 3rem;
  }
  .blurb-bubble--fm-framing .blurb-bubble__desc {
    max-width: 17em;
  }
  .blurb-bubble--a-readytohang {
    background-size: 71%;
    background-position: -113px bottom;
  }
  .blurb-bubble--a-readytohang .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 24rem;
    text-align: right;
  }
  .blurb-bubble--a-readytohang .blurb-bubble__desc {
    max-width: 11em;
  }
  .blurb-bubble--a-clarity {
    background-size: 69%;
    background-position: 192% 64%;
  }
  .blurb-bubble--a-clarity .blurb-bubble__text-wrap {
    bottom: 7rem;
    right: 21rem;
  }
  .blurb-bubble--a-clarity .blurb-bubble__desc {
    max-width: 12em;
  }
}
@media screen and (min-width: 1200px) {
  .blurb-bubble--printer .blurb-bubble__text-wrap {
    bottom: 12rem;
    left: 5rem;
  }
  .blurb-bubble--strongcanvas .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 6rem;
  }
  .blurb-bubble--canvasdepth {
    background-size: 85%;
  }
  .blurb-bubble--canvasdepth .blurb-bubble__text-wrap {
    bottom: 4rem;
    left: auto;
    right: 2rem;
    text-align: right;
    transform: none;
  }
  .blurb-bubble--readytohang {
    background-size: 110%;
  }
  .blurb-bubble--readytohang .blurb-bubble__text-wrap {
    left: 4rem;
  }
  .blurb-bubble--f-readytohang {
    background-size: 153%;
    background-position: 22% 106%;
  }
  .blurb-bubble--f-readytohang .blurb-bubble__text-wrap {
    left: 4rem;
    bottom: 12.5rem;
  }
  .blurb-bubble--f-readytohang .blurb-bubble__desc {
    max-width: 11em;
  }
  .blurb-bubble--seamlessfinish {
    background-size: 50%;
    background-position: right -30px;
  }
  .blurb-bubble--seamlessfinish .blurb-bubble__text-wrap {
    bottom: 8rem;
    left: 4rem;
  }
  .blurb-bubble--seamlessfinish .blurb-bubble__desc {
    max-width: 14em;
  }
  .blurb-bubble--fm-artprint {
    background-size: 77%;
    background-position: 242% 52px;
  }
  .blurb-bubble--fm-artprint .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 5rem;
  }
  .blurb-bubble--fm-artprint .blurb-bubble__desc {
    max-width: 17em;
  }
  .blurb-bubble--f-artprint {
    background-size: 45%;
    background-position: 112% 52px;
  }
  .blurb-bubble--f-artprint .blurb-bubble__text-wrap {
    bottom: 7rem;
    left: 5rem;
  }
  .blurb-bubble--f-artprint .blurb-bubble__desc {
    max-width: 17em;
  }
  .blurb-bubble--a-print {
    background-size: 49%;
    background-position: 112% 68px;
  }
  .blurb-bubble--a-print .blurb-bubble__text-wrap {
    bottom: 8rem;
    left: 5rem;
  }
  .blurb-bubble--a-print .blurb-bubble__desc {
    max-width: 14em;
  }
  .blurb-bubble--fm-drymount .blurb-bubble__text-wrap {
    left: 7rem;
  }
  .blurb-bubble--a-readytohang .blurb-bubble__text-wrap {
    left: 32rem;
  }
  .blurb-bubble--a-readytohang .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--fm-perspex {
    background-size: 49%;
    background-position: 10% bottom;
  }
  .blurb-bubble--fm-perspex .blurb-bubble__text-wrap {
    bottom: 7.5rem;
    text-align: right;
    transform: none;
    left: auto;
    right: 2rem;
    width: auto;
  }
  .blurb-bubble--fm-perspex .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--f-perspex {
    background-size: 50%;
  }
  .blurb-bubble--fm-readytohang {
    background-size: 119%;
    background-position: -77% 106%;
  }
  .blurb-bubble--fm-readytohang .blurb-bubble__text-wrap {
    left: 4rem;
    bottom: 13rem;
  }
  .blurb-bubble--fm-readytohang .blurb-bubble__desc {
    max-width: 12em;
  }
  .blurb-bubble--fm-framing {
    background-size: 58%;
    background-position: 109% bottom;
  }
  .blurb-bubble--fm-framing .blurb-bubble__text-wrap {
    bottom: 5rem;
    left: 4rem;
  }
  .blurb-bubble--f-framing {
    background-position: left -231px;
  }
  .blurb-bubble--f-framing .blurb-bubble__text-wrap {
    bottom: 2rem;
    right: 7rem;
  }
  .blurb-bubble--f-framing .blurb-bubble__desc {
    max-width: 20em;
  }
  .blurb-bubble--a-clarity .blurb-bubble__text-wrap {
    bottom: 7rem;
    right: 28rem;
  }
  .blurb-bubble--a-clarity .blurb-bubble__desc {
    max-width: 13em;
  }
}
.assistant {
  background-color: #9f9f9f;
  margin-top: 4rem;
}
.assistant ul {
  text-align: left;
}
.assistant .assistant-h1 h1, .assistant .assistant-h1 h2, .assistant .assistant-h1 h3, .assistant .assistant-h1 h4, .assistant .assistant-h1 h5, .assistant .assistant-h1 h6, .assistant .assistant-h2 h1, .assistant .assistant-h2 h2, .assistant .assistant-h2 h3, .assistant .assistant-h2 h4, .assistant .assistant-h2 h5, .assistant .assistant-h2 h6, .assistant .assistant-h3 h1, .assistant .assistant-h3 h2, .assistant .assistant-h3 h3, .assistant .assistant-h3 h4, .assistant .assistant-h3 h5, .assistant .assistant-h3 h6, .assistant .assistant-h4 h1, .assistant .assistant-h4 h2, .assistant .assistant-h4 h3, .assistant .assistant-h4 h4, .assistant .assistant-h4 h5, .assistant .assistant-h4 h6, .assistant .assistant-h5 h1, .assistant .assistant-h5 h2, .assistant .assistant-h5 h3, .assistant .assistant-h5 h4, .assistant .assistant-h5 h5, .assistant .assistant-h5 h6, .assistant .assistant-h6 h1, .assistant .assistant-h6 h2, .assistant .assistant-h6 h3, .assistant .assistant-h6 h4, .assistant .assistant-h6 h5, .assistant .assistant-h6 h6 {
  font-size: 2.25rem;
  color: white;
}
.assistant .assistant-h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.assistant-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 1% 0;
  align-items: center;
}

.assistant-lady {
  height: 45vw;
  max-height: 375px;
  background-size: cover;
  background-position: 0px center;
  background-repeat: no-repeat;
  background-image: url(https://imgs2.photo4me.com/images/graphics/P4M-art-expert-2.jpg);
}

.assistant-btn {
  background: transparent;
  border: 1px solid white;
  color: white !important;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 600;
  border-width: 0.125em;
  padding: 0.375em 1.5em;
  font-size: 16px;
}
.assistant-btn span {
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  max-width: none;
  color: white;
  font-size: 1.5em;
  line-height: 0;
}
.assistant-btn:hover, .assistant-btn:active, .assistant-btn:focus {
  background-color: transparent !important;
  border-width: 0.125em !important;
  border-color: white !important;
  color: white;
}

/* Recently viewed styling */
.recently-viewed-jon {
  margin-bottom: 10px;
}

.recently-wrap-jon {
  padding-bottom: 10px;
  display: block;
  width: 100%;
}

.f_recently {
  position: relative;
  z-index: 10;
  width: 100%;
}

.f_recently_images {
  padding-bottom: 10px;
  visibility: hidden; /* Hide carousel until initialized */
}
.f_recently_images.slick-initialized {
  visibility: visible; /* Show only when fully initialized */
}

/* Custom arrows styling for slick carousel */
.f_recently_images .slick-prev,
.f_recently_images .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block !important;
  width: 35px;
  height: 35px;
  padding: 10px;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 1px solid black;
  border-radius: 50%;
  outline: none;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><path d="M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z"/></svg>');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  transition: background-color 0.3s ease;
  /* Reset focus state to match normal state */
}
.f_recently_images .slick-prev::before,
.f_recently_images .slick-next::before {
  display: none !important;
  content: "" !important;
}
.f_recently_images .slick-prev:hover, .f_recently_images .slick-prev:active,
.f_recently_images .slick-next:hover,
.f_recently_images .slick-next:active {
  color: transparent;
  outline: none;
  background-color: black;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><path d="M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z"/></svg>');
}
.f_recently_images .slick-prev:focus,
.f_recently_images .slick-next:focus {
  color: transparent;
  outline: none;
  background-color: white;
  background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><path d="M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z"/></svg>');
}

.f_recently_images .slick-prev {
  left: -16px;
  transform: translate(0, -50%) rotate(180deg);
}

.f_recently_images .slick-next {
  right: -16px;
}

.f_recently_images .slick-arrow.slick-disabled {
  display: none !important;
}

/* Thumbnail styling */
.f_recently_image_col {
  border: solid 5px whitesmoke;
  font-size: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .f_recently_image_col {
    border-width: 3px;
  }
}
.f_recently_image_col a {
  position: relative;
  display: block;
}
.f_recently_image_col a img {
  width: 100%;
  height: auto;
  display: block;
}
.f_recently_image_col:hover a:before {
  opacity: 1;
}
.f_recently_image_col a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.6);
}

/* Upload box styling - Base styles */
.upload-box {
  background-color: #20c0f1;
  border-color: whitesmoke;
  position: relative;
  background-image: linear-gradient(145deg, #20c0f1 0%, #1c9ecd 100%);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: background-color 0.3s ease, background-image 0.3s ease;
}
.upload-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.upload-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.upload-box .upload-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.upload-box .upload-icon-container i.fa {
  font-size: 3.2rem;
  margin-bottom: 12px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, color 0.3s ease;
  color: white;
}
.upload-box .upload-icon-container span {
  font-size: 1.1rem;
  display: block;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
  color: white;
}
.upload-box:hover {
  background-color: #4dcff5;
  background-image: linear-gradient(145deg, #4dcff5 0%, #20c0f1 100%);
}
.upload-box:hover .upload-icon-container i.fa {
  transform: translateY(-3px);
  color: white;
}
.upload-box:hover .upload-icon-container span {
  color: white;
}
@media (max-width: 767px) {
  .upload-box .upload-icon-container {
    padding: 10px 0;
  }
  .upload-box .upload-icon-container i.fa {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .upload-box .upload-icon-container span {
    font-size: 0.9rem;
  }
}

/* Green upload box */
.upload-box-green {
  background-color: #4cd35f;
  border-color: whitesmoke;
  position: relative;
  background-image: linear-gradient(145deg, #4cd35f 0%, #45bd56 100%);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: background-color 0.3s ease, background-image 0.3s ease;
}
.upload-box-green a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.upload-box-green:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.upload-box-green .upload-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.upload-box-green .upload-icon-container i.fa {
  font-size: 3.2rem;
  margin-bottom: 12px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, color 0.3s ease;
  color: white;
}
.upload-box-green .upload-icon-container span {
  font-size: 1.1rem;
  display: block;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
  color: white;
}
.upload-box-green:hover {
  background-color: #5de56f;
  background-image: linear-gradient(145deg, #5de56f 0%, #4cd35f 100%);
}
.upload-box-green:hover .upload-icon-container i.fa {
  transform: translateY(-3px);
  color: white;
}
.upload-box-green:hover .upload-icon-container span {
  color: white;
}
@media (max-width: 767px) {
  .upload-box-green .upload-icon-container {
    padding: 10px 0;
  }
  .upload-box-green .upload-icon-container i.fa {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .upload-box-green .upload-icon-container span {
    font-size: 0.9rem;
  }
}

/* Outlined upload box - Inverse of the regular upload box */
.upload-box-outlined {
  background-color: white;
  border: solid 5px whitesmoke;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* Create inner border with box-shadow */
  box-shadow: inset 0 0 0 1px #20c0f1;
}
.upload-box-outlined a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.upload-box-outlined:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.upload-box-outlined .upload-icon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.upload-box-outlined .upload-icon-container i.fa {
  font-size: 3.2rem;
  margin-bottom: 12px;
  transition: transform 0.3s ease, color 0.3s ease;
  color: #20c0f1;
}
.upload-box-outlined .upload-icon-container span {
  font-size: 1.1rem;
  display: block;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
  color: #20c0f1;
}
.upload-box-outlined:hover {
  background-color: #20c0f1;
  box-shadow: none;
}
.upload-box-outlined:hover .upload-icon-container i.fa {
  transform: translateY(-3px);
  color: white;
}
.upload-box-outlined:hover .upload-icon-container span {
  color: white;
}
@media (max-width: 767px) {
  .upload-box-outlined .upload-icon-container {
    padding: 10px 0;
  }
  .upload-box-outlined .upload-icon-container i.fa {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .upload-box-outlined .upload-icon-container span {
    font-size: 0.9rem;
  }
}

.cart-guarantee-box {
  display: flex;
  align-items: center;
  margin-top: 15px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.guarantee-icon {
  flex-shrink: 0;
  margin-right: 12px;
  padding: 6px;
  background-color: rgba(38, 122, 191, 0.08);
  border-radius: 50%;
}
.guarantee-icon svg {
  display: block;
  fill: #20c0f1;
}

.guarantee-text {
  flex: 1;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.guarantee-text strong {
  color: #20c0f1;
  font-weight: 600;
  font-size: 14px;
}

.trust-foundation-section {
  background-color: #f7f9fb;
  padding: 2rem 1rem;
  margin-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
.trust-foundation-section .container {
  padding: 0 15px;
}

.trust-badges-wrapper {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .trust-badges-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

.trust-badge {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}

.trust-badge-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 192, 241, 0.1);
  border-radius: 50%;
}
.trust-badge-icon svg {
  width: 24px;
  height: 24px;
  fill: #20c0f1;
}

.trust-badge-content {
  flex: 1;
}
.trust-badge-content h4 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #20c0f1;
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
}
.trust-badge-content p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.4;
  margin: 0;
}

.cart-offer-pink {
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  background-color: #ef2060;
}
.cart-offer-pink h5 {
  font-size: 14px !important;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.3;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .cart-offer-pink h5 {
    font-size: 16px !important;
    line-height: 1;
  }
}
.cart-offer-pink h5 strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-offer-pink h5 em {
  text-transform: lowercase;
}
.cart-offer-pink h5 .banner-primary {
  display: block;
  font-size: 1.1em;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .cart-offer-pink h5 .banner-primary {
    display: inline;
    font-size: 1em;
  }
}
.cart-offer-pink h5 .banner-separator {
  display: none;
}
@media screen and (min-width: 768px) {
  .cart-offer-pink h5 .banner-separator {
    display: inline;
    opacity: 0.7;
    margin: 0 0.25em;
  }
}
.cart-offer-pink h5 .banner-secondary {
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .cart-offer-pink h5 .banner-secondary {
    display: inline;
  }
}
.cart-offer-pink h5 .banner-tertiary {
  display: block;
  font-size: 0.9em;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .cart-offer-pink h5 .banner-tertiary {
    display: inline;
    font-size: 1em;
  }
}

.cart-offer-black {
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  background-color: black;
}
.cart-offer-black h5 {
  font-size: 16px !important;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}
.cart-offer-black h5 strong {
  color: #f1df38;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-offer-black h5 em {
  text-transform: lowercase;
}

.banner_main {
  font-size: calc(1.8rem * 1);
}

.banner-promo {
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/P4M_BlackFridayWallpaper_Snippet.jpg");
  background-size: 6px;
  background-repeat: repeat;
  height: 88px;
  align-items: center;
  position: relative;
  z-index: 11;
  color: white;
  padding-top: calc(0.75rem * 1);
}
.banner-promo.banner_main .container {
  padding-top: 0;
  padding-bottom: 0;
}
.banner-promo .container {
  height: 100%;
  position: relative;
}
.banner-promo img {
  max-width: 100%;
}
.banner-promo--advent {
  background-image: radial-gradient(circle, #ef2060 30%, black 120%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner-promo--xmas {
  height: 130px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #ef2060;
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/bg-snowflakes-wide.png");
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/bg-snowflakes-wide.png"), radial-gradient(circle, #ef2060 60%, black 120%);
  background-size: 120%, 100%;
  background-position: center -73px, center;
  background-repeat: repeat-x;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif !important;
}
.banner-promo--easter {
  margin-top: -20px;
  color: black;
  height: 100px;
  padding-top: 20px;
  background-color: white;
  background-image: url("https://imgs2.photo4me.com/images/graphics/easter-banner-6.jpg");
  background-size: auto;
  background-position: center -70px, center;
  background-repeat: repeat-x;
  cursor: pointer;
}
.banner-promo--mayday {
  margin-top: -20px;
  color: #1A237E;
  height: 100px;
  padding-top: 20px;
  background-color: #B1F3B3;
  background-image: url("");
  background-size: auto;
  background-position: center -70px, center;
  background-repeat: repeat-x;
  cursor: pointer;
}
.banner-promo--coronation {
  margin-top: -20px;
  color: #FFFFFF;
  height: 100px;
  padding-top: 20px;
  background-color: #002F6C;
  background-image: url("");
  background-size: auto;
  background-position: center -70px, center;
  background-repeat: repeat-x;
  cursor: pointer;
}
.banner-promo--boxing {
  background-color: #4db6e4;
  background-image: none;
  color: #f4e454;
  height: 65px;
  padding-top: 0;
}
.banner-promo--valentines {
  background-color: #ef2060;
  background-image: none;
  color: white;
  height: 65px;
  padding-top: 0;
}

.banner-promo__mixed-text {
  color: white;
  font-size: calc(2rem * 1);
  line-height: 1;
  margin-bottom: 0;
}

.banner-promo--boxing .banner-promo__offer-wrap, .banner-promo--valentines .banner-promo__offer-wrap {
  margin-bottom: 0;
}

.banner-promo__serif {
  color: #1d1d1d;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  max-width: none;
  color: #f4e454;
}

.banner-promo__serifcaps {
  color: #1d1d1d;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  color: #f4e454;
}

.btn-banner {
  background: #ef2060;
  font-size: calc(1.4rem * 1);
  color: white;
  text-transform: uppercase;
  border-radius: 2em;
}
.btn-banner:hover, .btn-banner:active, .btn-banner:focus {
  color: white;
  outline: none;
}
.btn-banner:active:focus {
  outline: none;
}

.banner-promo__bottom {
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}
.banner-promo__bottom .container {
  position: relative;
}
.banner-promo__bottom .xmas-leads--banner {
  margin-top: 0;
}

.banner-promo--xmas .banner-promo__badge {
  max-width: 126px;
}

.banner-promo__inner {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.banner-promo__inner--justify-between {
  justify-content: space-between;
  padding-right: calc(6rem * 1);
}

.banner-promo__bow {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  top: 0;
  max-width: 126px;
  z-index: 13;
}
.banner-promo__bow img {
  max-width: 100%;
}

.banner-promo__title-image {
  max-width: 300px;
}
.banner-promo__title-image img {
  width: 100%;
}

.banner-promo--advent .banner-promo__title-image {
  transform: translateY(-8px);
}

.banner-promo__time-wrap {
  vertical-align: middle;
  font-size: calc(2rem * 1);
  margin-left: calc(3rem * 1);
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 0;
}
.banner-promo__time-wrap > * {
  margin: 0;
}
.banner-promo__time-wrap--end {
  color: #f1df38;
}

.banner-promo__time-wrap-blue {
  vertical-align: middle;
  font-size: calc(2rem * 1);
  margin-left: calc(3rem * 1);
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 0;
}
.banner-promo__time-wrap-blue > * {
  margin: 0;
}
.banner-promo__time-wrap-blue--end {
  color: #11394c;
}

.banner-promo--advent .banner-promo__time-wrap {
  margin-left: calc(2rem * 1);
}

.banner-promo__flex-wrapper {
  display: flex;
  align-items: center;
  margin-left: calc(6rem * 1);
}

.banner-promo__time {
  text-transform: uppercase;
  color: #f1df38;
  font-weight: bold;
  line-height: 0;
}
.banner-promo__time--mother {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
  font-size: 2em;
  line-height: 0;
}
.banner-promo__time--easter {
  text-transform: uppercase;
  color: #f1df38;
  font-weight: bold;
  font-size: 2em;
  line-height: 0;
}
.banner-promo__time--mayday {
  text-transform: uppercase;
  color: #20C0F1;
  font-weight: bold;
  font-size: 2em;
  line-height: 0;
}
.banner-promo__time--coronation {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  font-size: 2em;
  line-height: 0;
}

.banner-promo__offer-wrap {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: calc(3rem * 1);
  font-size: calc(2.05rem * 1);
  white-space: nowrap;
}
.banner-promo__offer-wrap > * {
  margin: 0;
}

@media (max-width: 768px) {
  .banner-promo__offer-wrap {
    display: none;
  }
}
.banner-promo--advent .banner-promo__offer-wrap {
  margin-left: calc(2rem * 1);
}

.banner-promo__offer {
  transform: translateY(-5%);
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 0;
  margin-right: 0.125em;
}
.banner-promo__offer sup {
  font-size: 0.5em;
}
.banner-promo__offer small {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.5em;
}

.banner-promo__code {
  margin-left: 0.125em;
  color: #f1df38;
  font-weight: 700;
}
.banner-promo__code--easter {
  margin-left: 0.125em;
  color: darkblue;
  font-weight: 700;
}
.banner-promo__code--mayday {
  margin-left: 0.125em;
  color: #20C0F1;
  font-weight: 700;
}
.banner-promo__code--coronation {
  margin-left: 0.125em;
  color: #ffffff;
  font-weight: 700;
}

.banner-promo__offer-text {
  transform: translateY(5px);
}

.banner-promo--boxing .banner-promo__offer-text {
  color: white;
}

.banner-promo__badge {
  background: none;
  border: none;
  padding: 0;
  max-width: 100px;
  position: absolute;
  right: 1.25%;
  top: 5px;
  transform: translateX(50%) rotate(0deg);
  z-index: 13;
}
.banner-promo__badge:hover, .banner-promo__badge:active, .banner-promo__badge:focus {
  outline: none;
}

.banner-promo__text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 14;
}

.banner-promo__text {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-size: calc(3rem * 1);
  line-height: 1;
}
.banner-promo__text span {
  font-size: 1.25em;
  font-weight: 700;
}

.banner-promo__link {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  border-bottom: 1px solid white;
  font-size: calc(1.5rem * 1);
  margin-top: 0.75em;
}

.banner-promo--xmas .banner-promo__badge {
  right: 5.25%;
}
.banner-promo--xmas .banner-promo__bow {
  left: 5.25%;
}

.banner-promo--valentines {
  background: #ef2060;
  color: white;
}
.banner-promo--valentines .banner-promo__serif, .banner-promo--valentines .banner-promo__serifcaps {
  color: white;
}
.banner-promo--valentines .banner-promo__code {
  color: white;
}

.banner-promo__ends {
  margin-left: calc(5rem * 1);
  margin-bottom: 0;
  margin-top: 10px;
  font-size: calc(1.2rem * 1);
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .banner-promo--xmas {
    height: 120px;
  }
  .banner-promo__mixed-text {
    max-width: 13em;
  }
  .banner-promo__flex-wrapper {
    margin-left: calc(4rem * 1);
  }
  .banner-promo__title-image {
    width: 225px;
  }
  .banner-promo__bow {
    max-width: 90px;
  }
  .banner-promo__badge {
    max-width: 80px;
  }
  .banner-promo__time-wrap {
    font-size: calc(1.75rem * 1);
  }
  .banner-promo__offer-wrap {
    font-size: calc(1.75rem * 1);
  }
  .banner-promo--xmas {
    background-size: 180%, 100%;
  }
  .banner-promo--xmas .banner-promo__text {
    font-size: calc(2.5rem * 1);
  }
  .banner-promo--xmas .banner-promo__bow {
    top: 14%;
  }
  .banner-promo--xmas .banner-promo__badge {
    top: 14%;
    max-width: 80px;
  }
  .banner-promo--boxing .banner-promo__offer-wrap, .banner-promo--valentines .banner-promo__offer-wrap {
    margin-left: calc(6rem * 1);
  }
  .banner-promo--boxing .banner-promo__badge, .banner-promo--valentines .banner-promo__badge {
    right: 6.25%;
  }
}
@media screen and (max-width: 991px) {
  .banner-promo__flex-wrapper {
    flex-direction: column;
    margin-left: 0;
  }
  .banner-promo__time-wrap {
    margin-left: 0;
  }
  .banner-promo--advent .banner-promo__time-wrap {
    margin-left: 0;
  }
  .banner-promo__bow {
    display: none;
    width: 60px;
  }
  .banner-promo__badge {
    width: 70px;
    transform: translateX(0) rotate(0deg);
  }
  .banner-promo--xmas {
    background-position: center 10%, center;
    background-size: 200%, 100%;
  }
  .banner-promo--xmas .banner-promo__bow {
    display: block;
    width: 70px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .banner-promo--xmas .banner-promo__badge {
    top: 50%;
    transform: translate(0, -50%) rotate(0deg);
  }
  .banner-promo--xmas .banner-promo__text {
    font-size: calc(2rem * 1);
  }
  .banner-promo--boxing .banner-promo__mixed-text, .banner-promo--valentines .banner-promo__mixed-text {
    font-size: calc(1.7rem * 1);
  }
  .banner-promo--boxing .banner-promo__offer-wrap, .banner-promo--valentines .banner-promo__offer-wrap {
    margin-left: 0;
    font-size: calc(1.5rem * 1);
  }
  .banner-promo--boxing .banner-promo__badge, .banner-promo--valentines .banner-promo__badge {
    right: 0;
  }
  .banner-promo--valentines .banner-promo__offer-wrap {
    margin-left: calc(1.6rem * 1);
  }
  .banner-promo__ends {
    margin-left: calc(2rem * 1);
  }
}
@media (max-width: 767px) {
  .custom-banner-ends {
    display: block;
    font-size: 12px;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  .banner-promo {
    height: auto;
    padding-top: calc(1.25rem * 1);
    padding-bottom: calc(1rem * 1);
  }
  .banner-promo__inner {
    justify-content: center;
    padding-right: 0;
  }
  .banner-promo__offer-wrap {
    margin-left: calc(2rem * 1);
    max-width: 17em;
    white-space: normal;
    text-align: left;
    margin-bottom: calc(0.25rem * 1);
  }
  .banner-promo__offer {
    margin-right: 0;
    line-height: 1;
  }
  .banner-promo__offer small {
    font-size: 85%;
  }
  .banner-promo--advent .banner-promo__offer {
    font-size: 2em;
  }
  .banner-promo__title-image {
    margin-top: 5px;
    margin-bottom: -5px;
    max-width: 250px;
  }
  .banner-promo__time-wrap {
    font-size: calc(1.5rem * 1);
  }
  .banner-promo__offer-text {
    transform: none;
    line-height: 1;
    margin-left: 0.5em;
  }
  .banner-promo--advent .banner-promo__offer-text {
    margin-left: 1em;
  }
  .banner-promo__badge {
    right: 5px;
  }
  .banner-promo__bow {
    display: block;
    left: 0;
    transform: none;
    width: 65px;
  }
  .banner-promo--xmas {
    background-position: center 10%, center;
    background-size: 200%, 100%;
  }
  .banner-promo--xmas .banner-promo__bow {
    transform: translate(0, -50%);
  }
  .banner-promo--xmas .banner-promo__text {
    font-size: calc(1.6rem * 1);
  }
  .banner-promo--boxing .banner-promo__inner, .banner-promo--valentines .banner-promo__inner {
    flex-direction: column;
    text-align: center;
  }
  .banner-promo--boxing .banner-promo__offer-wrap, .banner-promo--valentines .banner-promo__offer-wrap {
    flex-direction: column;
    text-align: center;
    margin-left: 0;
  }
  .banner-promo--boxing .banner-promo__offer-text, .banner-promo--boxing .banner-promo__code, .banner-promo--boxing .banner-promo__ends, .banner-promo--valentines .banner-promo__offer-text, .banner-promo--valentines .banner-promo__code, .banner-promo--valentines .banner-promo__ends {
    margin-left: 0;
  }
  .banner-promo--boxing .banner-promo__badge, .banner-promo--valentines .banner-promo__badge {
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
  .banner-promo--boxing .banner-promo__badge--two, .banner-promo--valentines .banner-promo__badge--two {
    display: block;
    right: auto;
    left: 10px;
    transform: translateY(-50%) rotate(0deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .banner-promo__title-image {
    margin-top: 0;
    max-width: 200px;
  }
}
@media screen and (max-width: 575px) {
  .banner-promo__offer-wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: normal;
    max-width: 15em;
    margin-bottom: 0;
    padding-top: 0;
    margin-left: 0;
  }
  .banner-promo__mixed-text {
    text-align: center;
  }
  .banner-promo--advent .banner-promo__offer-wrap {
    margin-left: 0;
  }
  .banner-promo {
    height: auto;
  }
  .banner-promo__inner {
    flex-direction: column;
  }
  .banner-promo__badge {
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    right: 5%;
    width: 66px;
  }
  .banner-promo__bow {
    display: block;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 66px;
  }
  .banner-promo__offer-text {
    margin-left: 0;
  }
  .banner-promo--advent .banner-promo__offer-text {
    margin-left: 0;
  }
  .banner-promo--xmas {
    background-position: center 10%, center;
    background-size: 300%, 100%;
  }
  .banner-promo--xmas .banner-promo__badge, .banner-promo--xmas .banner-promo__bow {
    top: 50%;
  }
  .banner-promo__text {
    font-size: calc(1.5rem * 1);
  }
  .banner-promo__text span {
    display: block;
  }
  .banner-promo--boxing .banner-promo__badge {
    right: 10px;
  }
}
.banner-promo--xmastemp {
  background: #9b0000;
  color: white;
  text-align: center;
  font-size: calc(1.25rem * 1);
  padding: calc(1rem * 1) 0;
}
.banner-promo--xmastemp > * {
  color: white;
}
.banner-promo--xmastemp a {
  color: white;
  border-bottom: 1px solid white;
}
.banner-promo--xmastemp a:hover, .banner-promo--xmastemp a:active, .banner-promo--xmastemp a:focus {
  color: white;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .banner-promo--xmastemp {
    display: none;
  }
}

.xmaswraptemp {
  padding-top: calc(9rem * 1);
  padding-bottom: calc(6rem * 1);
  background: #9b0000;
  color: white;
}
@media screen and (min-width: 768px) {
  .xmaswraptemp {
    padding-top: calc(11rem * 1);
  }
}
.xmaswraptemp .table-std th {
  color: white;
  border-top-color: white;
  border-left-color: white;
  border-right-color: white;
}
.xmaswraptemp .table-std td {
  border-top-color: white;
  border-left-color: white;
  border-right-color: white;
}
.xmaswraptemp .table-std tr:last-child td {
  border-bottom-color: white;
}

.xmas-leads {
  color: white;
  text-align: center;
  overflow: hidden;
  margin-top: calc(3rem * 1);
}
.xmas-leads .row {
  display: flex;
  flex-wrap: wrap;
}
.xmas-leads .row:before, .xmas-leads .row:after {
  display: none;
}
.xmas-leads--banner {
  margin-top: calc(1rem * 1);
  position: absolute;
  left: 0;
  z-index: 11;
  top: 100%;
}
@media screen and (min-width: 768px) {
  .xmas-leads--banner {
    margin-top: 0;
  }
}
.xmas-leads .small {
  font-size: calc(1.5rem * 1);
  max-width: 22em;
  margin-top: 0.25em;
}

.xmas-leads__intro-text {
  color: black;
  font-size: calc(1.8rem * 1);
}
@media screen and (min-width: 992px) {
  .xmas-leads__intro-text {
    font-size: calc(2.2rem * 1);
  }
}

.xmas-leads__inner {
  padding: calc(3rem * 1) calc(2rem * 1);
  background: radial-gradient(#ef2060, black);
  background-image: url("https://imgs2.photo4me.com/images/backgrounds/bg-snowflakes-wide.png"), radial-gradient(#ef2060, black);
  background-position: center bottom;
  background-size: 2000px;
  background-repeat: repeat-x;
  overflow: hidden;
  position: relative;
  margin-top: calc(5rem * 1);
}
.xmas-leads__inner::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.25;
  top: 0;
  left: 10%;
  height: 347px;
  width: 200px;
  background-image: url("https://imgs2.photo4me.com/images/graphics/Bauble.svg?2");
  background-size: contain;
  background-repeat: no-repeat;
}
.xmas-leads__inner::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.25;
  top: 0;
  left: 75%;
  height: 147px;
  width: 200px;
  background-image: url("https://imgs2.photo4me.com/images/graphics/Bauble.svg?2");
  background-size: contain;
  background-repeat: no-repeat;
}
.xmas-leads__inner--dropdown {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .xmas-leads__inner::before {
    left: 7%;
    top: -50px;
    height: 317px;
  }
}
@media screen and (min-width: 1200px) {
  .xmas-leads__inner::before {
    opacity: 1;
    left: 41%;
    top: 0px;
    height: 527px;
    width: 570px;
  }
  .xmas-leads__inner::after {
    opacity: 1;
    left: 40%;
    top: 0;
    height: 200px;
  }
}

.xmas-leads-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: calc(2rem * 1);
  font-weight: 300;
}
.xmas-leads-left > * {
  margin-bottom: 0;
}

.xmas-leads__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.xmas-leads-dates {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.xmas-leads-item {
  font-size: calc(1.8rem * 1);
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 2em;
}
.xmas-leads-item > * {
  margin-bottom: 0;
}

.xmas-leads__frame {
  font-weight: 700;
  font-size: 1em;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0.75em;
}

.xmas-leads__desc {
  margin-top: 0;
}

.xmas-leads__frame {
  font-weight: 600;
}

.xmas-leads__logo-mob, .xmas-leads__logo-desk {
  margin-top: calc(4rem * 1);
}

.xmas-leads__logo-desk {
  display: none;
}

.xmas-leads-intro .heading-fancy {
  display: block;
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: white;
  font-size: calc(4rem * 1);
  margin: calc(2rem * 1) 0;
  line-height: 0.85;
  text-transform: none;
  z-index: 0;
  position: relative;
  font-weight: 700;
}
.xmas-leads-intro .heading-fancy span {
  color: white;
  position: relative;
  z-index: -1;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.675em;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 576px) {
  .xmas-leads-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xmas-leads-intro .heading-fancy {
    font-size: calc(5rem * 1);
  }
}
@media screen and (min-width: 1200px) {
  .xmas-leads-left {
    font-size: calc(2.5rem * 1);
  }
  .xmas-leads-intro .heading-fancy {
    font-size: calc(6rem * 1);
    margin: calc(3rem * 1) 0;
  }
  .xmas-leads__logo-desk {
    display: block;
  }
  .xmas-leads__logo-mob {
    display: none;
  }
}
.banner-campaign {
  background: #ef2060;
  color: white;
  padding: calc(0.75rem * 1) 0;
  position: relative;
}
.banner-campaign .container {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-campaign-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-campaign-body {
  z-index: 2;
}

.banner-campaign-badge {
  position: absolute;
  z-index: 2;
}
.banner-campaign-badge img {
  width: 14vw;
}
@media screen and (min-width: 380px) {
  .banner-campaign-badge img {
    width: 60px;
  }
}
.banner-campaign-badge--one {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.banner-campaign-badge--two {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.banner-campaign-promo__text {
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.banner-campaign-promo__text span {
  font-style: italic;
  text-transform: none;
}
.banner-campaign-promo__text--reverse-serif {
  font-style: italic;
  text-transform: none;
}
.banner-campaign-promo__text--reverse-serif span {
  text-transform: uppercase;
  font-style: normal;
}

.banner-campaign-offer {
  margin-top: 0.25em;
}

.banner-campaign-offer__offer {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: calc(3rem * 1);
  font-family: "Playfair Display", serif;
}
.banner-campaign-offer__offer small {
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 0.125em;
}
.banner-campaign-offer__offer sup {
  top: -0.25em;
}

.banner-campaign-offer__text {
  line-height: 1;
  font-size: calc(2rem * 1);
}

.banner-campaign-offer__code {
  display: block;
  font-weight: 700;
  line-height: 1;
  font-size: calc(2rem * 1);
}

.banner-campaign-ends {
  font-size: calc(1.1rem * 1);
  text-transform: uppercase;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px) {
  .banner-campaign .container {
    position: relative;
  }
  .banner-campaign-inner {
    justify-content: space-between;
  }
  .banner-campaign-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
  }
  .banner-campaign-badge {
    position: static;
    transform: none;
    margin-left: calc(3.2rem * 1);
  }
  .banner-campaign-badge img {
    width: 80px;
  }
  .banner-campaign-badge--one {
    display: none;
  }
  .banner-campaign-offer, .banner-campaign-ends {
    margin-top: 0;
  }
  .banner-campaign-ends {
    position: absolute;
    bottom: 26px;
    left: 16px;
  }
  .banner-campaign-offer__offer, .banner-campaign-offer__code {
    display: inline;
  }
  .banner-campaign {
    height: 70px;
  }
  .banner-campaign-body {
    margin-top: -25px;
  }
}
@media screen and (min-width: 992px) {
  .banner-campaign-ends {
    display: block;
    position: static;
    font-weight: 600;
    font-size: calc(1.4rem * 1);
    margin-top: 7px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-campaign-body {
    align-items: baseline;
    margin-top: -48px;
  }
  .banner-campaign-badge img {
    width: 100px;
  }
  .banner-campaign-promo {
    font-size: calc(2.8rem * 1);
  }
  .banner-campaign-offer__offer {
    font-size: calc(5rem * 1);
  }
  .banner-campaign-offer__text {
    font-size: calc(3rem * 1);
  }
}
.banner-campaign--yellow-black {
  color: black;
  background: url("https://imgs2.photo4me.com/images/backgrounds/bg-yellow-white-rips.png");
  background-size: cover;
  background-position: center center;
}
.banner-campaign--yellow-black::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f0df3a;
  opacity: 0.75;
  z-index: 0;
}

.banner-campaign--pastel {
  color: #1A237E;
  background-size: cover;
  background-position: center center;
}
.banner-campaign--pastel::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F8BBD0;
  opacity: 1;
  z-index: 0;
}

.banner-campaign--blue-yellow {
  background: #20c0f1;
  color: #f1df38;
}

.banner-campaign--blue-white {
  background: #20c0f1;
  color: white;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  font-weight: 300;
  padding-bottom: 71px;
}

.spinner-container {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fa-spinner {
  opacity: 0.5;
}

.cart-offer-container {
  width: 100%;
  background-color: whitesmoke;
}
.cart-offer-container .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cart-offer-container .cart-offer-pink-3 {
  padding: 4px;
  background: #ef2060;
  color: white;
}
.cart-offer-container .cart-offer-pink-3 h5 {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1;
}
.cart-offer-container .cart-offer-blue-3 {
  background: #20c0f1;
  color: white;
  padding: 4px;
}
.cart-offer-container .cart-offer-blue-3 h5 {
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 1;
}

.btn-white {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff !important;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.btn-white:hover {
  background-color: #ffffff !important;
  color: #ef2060 !important;
}

.somepadding.pad_top_60 {
  padding-top: 60px;
}
.somepadding.pad_top_100 {
  padding-top: 50px;
}
.somepadding.pad_top_30 {
  padding-top: 30px;
}
.somepadding + .somepadding {
  padding-top: 0 !important;
}

.shopHeadings {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
}

.shopHeadingsH1 {
  margin-top: 0px;
  font-size: 28px;
  font-weight: 700;
  color: #1d1d1d;
}
@media (max-width: 767px) {
  .shopHeadingsH1 {
    margin-top: 1rem;
  }
}

.content-area {
  overflow: visible;
}
.content-area.recently-hidden {
  padding-top: 0px;
}

.orderWithin {
  color: #5fb84e;
}

.created-ai {
  background-color: lightblue;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-transform: initial !important;
}

.addCartMain {
  /*    margin-top: 5rem !important;
  padding-bottom: 1rem !important;*/
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-5 {
  margin-top: 20px;
}

.pdh-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdh {
  margin-top: 5px;
  margin-bottom: 15px;
  max-width: 300px;
}
.pdh a {
  color: #808080;
  text-decoration: none;
}
.pdh a:hover {
  color: black;
  border-bottom: 1px solid black;
}
.pdh a:visited {
  color: black;
  border-color: black;
}

.picture-title {
  margin-top: 10px;
  text-align: left;
  font-size: 1.6rem;
}

.copyrightPrinting {
  font-size: 12px;
  margin-top: 20px;
  /*border: solid;
  border-color: $darkGrey;
  border-width: 1px;
  padding: 5px;*/
  text-align: center;
  color: #1d1d1d;
}
@media (max-width: 767px) {
  .copyrightPrinting {
    margin-top: 10px;
    margin-bottom: -20px;
  }
}

.personalise-holder {
  padding-bottom: 1rem !important;
  /*    border: 1px solid #e6e6e6;*/
  background-color: white;
  /*    padding: 5px;
  margin-bottom: -10px;*/
}
.personalise-holder .cta strong {
  color: #20c0f1 !important;
}
@media screen and (min-width: 768px) {
  .personalise-holder {
    margin-top: 0;
  }
}
.personalise-holder h5 {
  font-size: 20px;
  color: black;
  margin-bottom: 0px;
}
.personalise-holder p strong {
  color: black;
}
.personalise-holder--black {
  background-color: black;
}
.personalise-holder--black h5 {
  color: #f1df38;
}
.personalise-holder--black h5 strong {
  color: #f1df38;
}
.personalise-holder--black p strong {
  color: #f1df38;
}

.font-preview-box {
  border: 1px solid #ccc;
  color: black;
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
  background-color: white;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-holder-inverse {
  margin-top: 1.6rem;
  border: 1px solid #ef2060;
  background-color: white;
  color: white;
  text-align: center;
  padding: 5px;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .offer-holder-inverse {
    margin-top: 0;
  }
}
.offer-holder-inverse h5 {
  font-size: 20px;
  color: #ef2060;
  font-family: "Source Sans Pro", sans-serif;
  /*        text-transform: lowercase;*/
  margin-bottom: 0px;
  text-transform: uppercase;
}
.offer-holder-inverse h5 strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.offer-holder-inverse h5 em {
  text-transform: lowercase;
}
.offer-holder-inverse p {
  color: #ef2060;
}
.offer-holder-inverse p strong {
  color: #ef2060;
}
.offer-holder-inverse--black {
  background-color: black;
}
.offer-holder-inverse--black h5 {
  color: #f1df38;
}
.offer-holder-inverse--black h5 strong {
  color: #f1df38;
}
.offer-holder-inverse--black p strong {
  color: #f1df38;
}

.shipping-holder {
  margin-top: 10px;
  border: 1px solid darkgrey;
  background-color: white;
  color: white;
  text-align: center;
  padding: 5px;
  margin-bottom: -10px;
}
.shipping-holder .soldOver {
  color: #ef2060;
}
@media screen and (min-width: 768px) {
  .shipping-holder {
    margin-top: 0;
  }
}
.shipping-holder h5 {
  font-size: 20px;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.shipping-holder h5 strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.shipping-holder h5 em {
  text-transform: lowercase;
}
.shipping-holder p {
  color: black;
}
.shipping-holder p strong {
  color: black;
}
.shipping-holder p a {
  color: #ef2060;
  font-weight: bold;
}
.shipping-holder--black {
  background-color: black;
}
.shipping-holder--black h5 {
  color: #ef2060;
}
.shipping-holder--black h5 strong {
  color: #ef2060;
}
.shipping-holder--black p strong {
  color: #ef2060;
}
.shipping-holder--black p a {
  color: #ef2060;
  font-weight: bold;
}

.offer-holder {
  margin-top: 1.6rem;
  background-color: #ef2060;
  color: white;
  text-align: center;
  padding: 5px;
  margin-bottom: -10px;
}
@media screen and (min-width: 768px) {
  .offer-holder {
    margin-top: 0;
  }
}
.offer-holder h5 {
  font-size: 20px;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  /*        text-transform: lowercase;*/
  margin-bottom: 0px;
  text-transform: uppercase;
}
.offer-holder h5 strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.offer-holder h5 em {
  text-transform: lowercase;
}
.offer-holder p strong {
  color: white;
}
.offer-holder--black {
  background-color: black;
}
.offer-holder--black h5 {
  color: #f1df38;
}
.offer-holder--black h5 strong {
  color: #f1df38;
}
.offer-holder--black p strong {
  color: #f1df38;
}

.cart-offer-pink {
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  background-color: #ef2060;
}
.cart-offer-pink h5 {
  font-size: 16px !important;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}
.cart-offer-pink h5 strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-offer-pink h5 em {
  text-transform: lowercase;
}
.cart-offer-pink h5 .banner-primary {
  font-weight: 700;
}
@media (max-width: 768px) {
  .cart-offer-pink h5 .banner-primary {
    display: block;
    margin-bottom: 5px;
  }
}
.cart-offer-pink h5 .banner-separator {
  margin: 0 8px;
}
@media (max-width: 768px) {
  .cart-offer-pink h5 .banner-separator {
    display: none;
  }
}
.cart-offer-pink h5 .banner-secondary {
  font-weight: 400;
}
@media (max-width: 768px) {
  .cart-offer-pink h5 .banner-secondary {
    display: block;
  }
}
.cart-offer-pink h5 .banner-tertiary {
  font-size: 0.875em;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .cart-offer-pink h5 .banner-tertiary {
    display: block;
    margin-top: 5px;
  }
}

.cart-offer-black {
  padding: 10px 16px;
  width: 100%;
  text-align: center;
  background-color: black;
}
.cart-offer-black h5 {
  font-size: 16px !important;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: uppercase;
}
.cart-offer-black h5 strong {
  color: #f1df38;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.cart-offer-black h5 em {
  text-transform: lowercase;
}

.text-red {
  color: #ef2060;
  font-size: 20px;
}

.text-red-muted {
  color: #ef2060;
}

.pad-btm-0 {
  padding-bottom: 0;
}

h2.heading-fancy--alt {
  color: #20c0f1;
}

.video-wrap {
  max-width: 650px;
  margin: 6rem auto 2rem auto;
}

.social-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .social-holder {
    margin: 1.8rem auto;
  }
}
@media screen and (min-width: 992px) {
  .social-holder {
    margin: 1.6rem 0 0 0;
  }
}

.social-icon {
  width: 32px;
  height: 32px;
}
.social-icon .stButton {
  margin: 0;
}
.social-icon:hover, .social-icon:active, .social-icon:focus {
  opacity: 0.8;
}

.social-icon--fb {
  background-image: url("https://ws.sharethis.com/images/2017/facebook_32.png");
}

.social-icon--twitter {
  background-image: url("https://ws.sharethis.com/images/2017/twitter_32.png");
}

.social-icon + .social-icon {
  margin-left: 0.8rem;
}

.btn--share {
  background: white;
  color: #ef2060;
  border: 1px solid #ef2060;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.4rem;
}
.btn--share:hover {
  color: white;
  background: #ef2060;
}
.btn--share:hover:focus {
  outline: none;
  color: white;
}
.btn--share:focus {
  outline: none;
  color: #ef2060;
}

.btn--artist-share {
  max-width: 12em;
  margin-right: 0.8rem;
}

@media screen and (min-width: 768px) {
  .cookies-bar {
    bottom: 0;
  }
}

.video-embed--square {
  padding-bottom: 100%;
}

.back-to-top {
  bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    bottom: 3.2rem;
  }
}

.banner-promo--xmas {
  z-index: 98;
}

.miniNav-wrapper {
  z-index: 98;
}

.scene a.btn-info {
  font-size: 1.6rem;
  color: black;
}
.scene a.btn-info:hover, .scene a.btn-info:active, .scene a.btn-info:focus {
  color: white;
}

.img-link-wrap {
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.video-promo-area {
  margin-top: 1.6rem;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 1.6rem;
}
.video-promo-area h3 {
  font-size: 3.2rem;
  font-weight: bold;
}
.video-promo-area p {
  margin-top: 1.6rem;
}
.video-promo-area .video-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.6rem;
}

.scene__title .img-link-wrap {
  font-size: 1.6rem;
  font-style: normal;
}

.price {
  font-size: 3rem !important;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #000;
  margin-top: 0 small;
  margin-top-font-size: 1.2rem;
}

.price_red {
  font-size: 3rem !important;
  color: #ef2060 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #000;
  /*
  margin-top: 0 small {
      font-size: 1rem !important;
  }*/
}
.price_red small {
  font-size: 1.5rem !important;
  margin-top: 0;
}

.btn-add-to-cart {
  background-color: #5fb84e !important;
  border-radius: 2em;
  color: white;
  font-size: 2rem !important;
}
.btn-add-to-cart:hover, .btn-add-to-cart:active, .btn-add-to-cart:focus {
  background-color: #5fb84e !important;
}

.btn-add-to-cart-price-wrap {
  display: inline-block;
  margin-top: 2px;
  /*    @include tablet {
      display: none;
  }*/
}

.add-wrapper .btn-add-to-cart {
  background-color: #5fb84e !important;
}
.add-wrapper .btn-add-to-cart:hover, .add-wrapper .btn-add-to-cart:active, .add-wrapper .btn-add-to-cart:focus {
  background-color: #5fb84e !important;
}

@media screen and (max-width: 767px) {
  .add-wrapper .btn-add-to-cart {
    font-size: 1.8rem !important;
  }
  .add-wrapper .btn-add-to-cart .price {
    font-size: 2rem !important;
  }
}
.back-to-top.show {
  display: none !important;
}

.cookies-popup-hidden .zsiq_floatmain {
  bottom: 10px !important;
}
@media screen and (min-width: 410px) {
  .cookies-popup-hidden .zsiq_floatmain {
    bottom: 121px !important;
  }
}
@media screen and (min-width: 768px) {
  .cookies-popup-hidden .zsiq_floatmain {
    bottom: 10px !important;
  }
}
@media screen and (min-width: 900px) {
  .cookies-popup-hidden .zsiq_floatmain {
    bottom: 10px !important;
  }
}
@media screen and (min-width: 1397px) {
  .cookies-popup-hidden .zsiq_floatmain {
    bottom: 10px !important;
  }
}

.finishTitle {
  text-transform: uppercase;
  font-family: Playfair Display, serif;
  font-weight: 700;
  font-size: 1.15em;
}

@media (max-width: 767px) {
  .productDescriptionDesktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .productDescriptionMobile {
    display: none;
  }
}

.slider-pictures-category--picture-board .js-product-link {
  perspective: 600px;
}
.slider-pictures-category--picture-board .image-box {
  padding: 3px;
  transform: rotateY(5deg);
}
.slider-pictures-category--picture-board .image-box img {
  border-left: 2px solid white;
  box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 0;
  }
}

.sticky-add-to-cart {
  color: black !important;
  display: none;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: white;
  padding: 1.6rem 1.5rem;
  padding-top: 1.5rem;
  z-index: 11;
  box-shadow: 0, 3px, 4px, rgb(0, 0, 0.8);
}
.sticky-add-to-cart .btn {
  background: #5fb84e;
  font-size: 1.6rem !important;
  padding: 0.5em 0.875em;
}
.sticky-add-to-cart__price {
  color: black !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.sticky-add-to-cart__price_red {
  color: #ef2060 !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.sticky-add-to-cart__price_red small {
  font-size: 1.5rem;
  font-weight: 500;
}
.sticky-add-to-cart__savings {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
.sticky-add-to-cart__black {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sticky-add-to-cart {
    display: none;
  }
}

.banner-multi-wrap {
  overflow: hidden;
}
.banner-multi-wrap .container {
  overflow: hidden;
}

.banner-multi {
  display: flex;
  text-align: center;
  color: black;
  transition: transform 300ms ease;
  margin-left: -16px;
  margin-right: -16px;
}
.banner-multi * {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}

.banner-multi__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  padding: 11px 15px 8px 15px;
  background: #f2f2f2;
  /*&:nth-child(3) {
      background: lighten($bannerMultiBaseColour, 20);
  }*/
}
.banner-multi__item:nth-child(2) {
  border-left: 1px solid rgb(224.15, 224.15, 224.15);
  border-right: 1px solid rgb(224.15, 224.15, 224.15);
}
.banner-multi__item:hover, .banner-multi__item:active, .banner-multi__item:focus {
  text-decoration: none;
}

.banner-multi__highlight {
  background: #20c0f1;
  color: white;
  padding: 1px 4px;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
}
.banner-multi__highlight--black {
  background: black;
}
.banner-multi__highlight--pink {
  background: #ef2060;
}

.banner-multi__text-pink {
  color: #ef2060;
}

.banner-multi__text-blue {
  color: #20c0f1;
}

.banner-multi__text-yellow {
  color: #f1df38;
}

.banner-multi__text-green {
  color: #5fb84e;
}

@media screen and (min-width: 768px) {
  .banner-multi-wrap .container {
    width: 720px;
    padding: 0;
  }
}
@media screen and (min-width: 992px) {
  .banner-multi-wrap .container {
    width: 940px;
  }
  .banner-multi {
    transform: translateX(0) !important;
  }
  .banner-multi__item {
    width: auto;
    flex: 1;
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-multi-wrap .container {
    width: 1140px;
  }
}
.header {
  position: relative;
  box-shadow: none;
}
@media screen and (min-width: 992px) {
  .header {
    position: fixed;
  }
  .header.scrolled {
    box-shadow: 0, 0, 4px, rgb(0, 0, 0);
  }
}

.trustpilot-container {
  margin-top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.trustpilot-widget {
  margin: 0 auto;
}

.customer-rating-link {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.customer-rating-link:hover {
  opacity: 0.8;
}

.customer-rating {
  padding-left: 10px;
}

.customer-rating .star-icon, .customer-rating-m .star-icon {
  color: #5fb84e;
}
.customer-rating span, .customer-rating-m span {
  margin-left: 5px;
  color: #333;
}

.customer-rating-m {
  display: none;
}

@media (max-width: 768px) {
  .customer-rating {
    display: none;
  }
  .customer-rating-m {
    text-align: center !important;
    display: block;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-left: 100px;
  }
}
.customer-rating-wrapper-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
.customer-rating-wrapper-2 .star-icon {
  color: #5fb84e;
}
.customer-rating-wrapper-2 span {
  margin-left: 5px;
  color: #333;
}

#TpIntro {
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/*Personalsation area*/
.pFree {
  color: #f58a20 !important;
}

.pAlteredBorder {
  padding: 10px;
  margin-top: 10px;
  border: 2px solid #20c0f1;
  border-radius: 5px;
}

.pNotAlteredBorder {
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.personalFormHolders .pHeadings {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.personalFormHolders .mt-4 {
  margin-top: 20px;
}
.personalFormHolders .mt-4 h5 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
}
.personalFormHolders .mt-4 p {
  font-size: 1em;
  line-height: 1.5;
}
.personalFormHolders .mt-4 ul {
  padding-left: 20px;
}
.personalFormHolders .mt-4 ul li {
  margin-bottom: 5px;
  font-size: 1em;
}
.personalFormHolders .mb2-5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.personalFormHolders h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.personalFormHolders h5 {
  font-size: 20px;
  color: black;
  font-family: "Source Sans Pro", sans-serif;
  /*        text-transform: lowercase;*/
  margin-bottom: 20px;
  text-transform: uppercase;
}
.personalFormHolders h5 strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.personalFormHolders h5 em {
  text-transform: lowercase;
}
.personalFormHolders p strong {
  color: black;
}
.personalFormHolders--black {
  background-color: black;
}
.personalFormHolders--black h5 {
  color: #f1df38;
}
.personalFormHolders--black h5 strong {
  color: #f1df38;
}
.personalFormHolders--black p strong {
  color: #f1df38;
}
.personalFormHolders textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.personalFormHolders .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.personalFormHolders .form-row > div {
  flex: 1;
  min-width: calc(50% - 10px);
}
@media (max-width: 768px) {
  .personalFormHolders .form-row {
    flex-direction: column;
  }
}
.personalFormHolders button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  color: black !important;
}

.captionEditStyle {
  /* Add a solid border */
  border: 1px solid #20c0f1 !important; /* Light blue border */
  /* Other styling for better appearance */
  padding: 10px;
  font-size: 16px;
  color: black;
  font-weight: bold;
  border-radius: 5px; /* Rounded corners */
  width: 100%; /* Full width */
  resize: none; /* Disable manual resizing (optional) */
  line-height: 1.5; /* Adjust line spacing */
  margin-top: 10px; /* Add spacing above */
}

.pBorder {
  border: 1px solid #20c0f1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

textarea.form-control.captionEditStyle {
  border: 1px solid #20c0f1; /* Add your desired border */
}

.pHr {
  border: none; /* Remove default borders */
  height: 2px; /* Set thickness */
  background-color: rgb(204, 204, 204); /* Set colour (orange in this case) */
  margin: 20px 0; /* Add spacing above and below */
  margin-left: auto; /* Center horizontally */
  margin-right: auto;
}

.font-style-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.font-style-container select {
  flex: 1;
}
.font-style-container .font-style-button {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 5px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.2s, transform 0.2s;
}
.font-style-container .font-style-button:hover {
  background: #e0e0e0;
  transform: scale(1.05);
}
.font-style-container .font-style-button.active {
  background: #007bff;
  color: white;
}
.font-style-container .font-style-button i {
  font-size: 16px;
  line-height: 1;
}

.personalisation-modal .modal-body {
  background-color: #f2f2f2;
  color: black; /* Set text color to white */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.personalisation-modal .modal-body img {
  max-width: 100%;
  height: auto;
  border: 1px solid #999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#pInPageDisplay {
  padding: 25px;
  cursor: pointer; /* Indicate clickability */
  transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
}
#pInPageDisplay img {
  max-width: 100%;
  height: auto;
  border: 1px solid #999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-height: 300px;
}
#pInPageDisplay:hover {
  opacity: 0.8; /* Slight dimming to indicate interaction */
  transform: scale(1.05); /* Slight zoom effect */
}

.personalisation-modal .modal-footer {
  text-align: left !important;
}

.personalisation-modal .modal-header {
  /*    border-bottom: 0;
  color: white;
  background-color: black;*/
}
.personalisation-modal .modal-header .close {
  padding: 0;
  margin: 0;
  opacity: 1;
  color: #ef2060;
  font-size: 2rem;
}
.personalisation-modal .modal-header .close .fa-times-circle {
  color: #ef2060;
}
.personalisation-modal .modal-header .close .fa-times-circle:hover {
  color: rgb(245.8284518828, 127.1715481172, 163.8577405858);
}

.ptext-danger {
  color: #ef2060;
  font-weight: 700;
}

.btn-pPreview {
  border: 1px solid #20c0f1;
  background-color: #20c0f1;
  color: white !important;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.btn-pPreview:hover {
  background-color: white;
  color: #20c0f1 !important;
}

.btn-pPreview {
  border: 1px solid #20c0f1;
  background-color: #20c0f1;
  color: white !important;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.btn-pPreview:hover {
  background-color: white;
  color: #20c0f1 !important;
}

.btn-pPreview-outline {
  border: 1px solid #20c0f1;
  background-color: transparent;
  color: #20c0f1 !important;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.btn-pPreview-outline:hover {
  background-color: #20c0f1;
  color: white !important;
}

.btn-pReset-outline {
  border: 1px solid #f58a20;
  background-color: transparent;
  color: #f58a20 !important;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.btn-pReset-outline:hover {
  background-color: #f58a20;
  color: white !important;
}

.btn-pNeutral-outline {
  border: 1px solid #999;
  background-color: transparent;
  color: #999 !important;
  border-radius: 2em;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.btn-pNeutral-outline:hover {
  background-color: #999;
  color: white !important;
}

.text-pink {
  color: #ef2060;
}

.rainbow-background {
  /* Static rainbow gradient */
  background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
  /* Optionally, adjust text colour for readability */
  color: #fff;
  /* Increase padding for a nicer look */
  padding: 0.5rem;
  border: none;
}

/* If you want an animated rainbow effect */
@keyframes rainbowAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.rainbow-animated {
  background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
  background-size: 400% 400%;
  animation: rainbowAnimation 25s ease infinite;
  color: #fff;
  padding: 0.5rem;
  border: none;
}

/* Styling the container to match the custom control look */
.custom-dropdown {
  border-radius: 4px;
  overflow: hidden;
}

.pTonedSQThumbs {
  display: flex;
  justify-content: center; /* Horizontally centre child elements */
  align-items: center; /* Vertically centre child elements (optional) */
  padding-bottom: 25px;
  padding-top: 10px;
}
.pTonedSQThumbs p {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0px;
  text-transform: uppercase;
}

.pTonedSQThumb {
  border: 2px solid #e6e6e6;
  background-color: white;
  padding: 5px 5px 5px 5px;
  max-width: 75px;
  margin-right: 5px;
  margin-left: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pTonedSQThumb:hover {
  transform: scale(1.05);
  border-color: rgb(204.5, 204.5, 204.5);
}
.pTonedSQThumb .img-sepia {
  filter: sepia(100%);
}
.pTonedSQThumb .img-blackWhite {
  filter: grayscale(100%);
}

.pTonedSQThumbSelected {
  border: 2px solid #20c0f1;
  padding: 5px 5px 5px 5px;
  max-width: 75px;
  margin-right: 5px;
  margin-left: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.pTonedSQThumbSelected:hover {
  transform: scale(1.05);
  border-color: rgb(79.9873417722, 205.5569620253, 244.0126582278);
}
.pTonedSQThumbSelected .img-sepia {
  filter: sepia(100%);
}
.pTonedSQThumbSelected .img-blackWhite {
  filter: grayscale(100%);
}

.finishing-touches-wrapper {
  position: relative;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: white; /* ensures fade blends correctly */
  margin-bottom: 1rem;
  cursor: pointer;
}

.fade-overlay-touches {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10; /* make sure it's on top */
}

.finishing-touches-wrapper.expanded {
  max-height: 1500px; /* Or use 'none' if you prefer to remove the height limit entirely */
}

.finishing-touches-wrapper.expanded .fade-overlay-touches {
  opacity: 0;
}

.fade-overlay-touches {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10; /* make sure it's on top */
}

.personalisation-wrapper {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: white; /* ensures fade blends correctly */
  margin-bottom: 1rem;
  cursor: pointer;
}

#personalisation-form {
  padding-bottom: 5rem;
  position: relative;
}

.personalisation-wrapper.expanded {
  max-height: 1500px; /* Or use 'none' if you prefer to remove the height limit entirely */
}

.fade-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10; /* make sure it's on top */
}

.personalisation-wrapper.expanded .fade-overlay {
  opacity: 0;
}

.show-more {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  z-index: 2;
}

.personalisation-cta-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f8f8f8;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.personalisation-cta-box:hover {
  background-color: #efefef;
}

.personalisation-cta-box .cta-text {
  font-size: 1.5rem;
  font-weight: 600;
}

.personalisation-cta-box .cta-icon {
  font-size: 1.25rem;
  color: #888;
}

.required-badge {
  position: absolute;
  top: -1rem;
  right: 1rem;
  background-color: black;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  z-index: 20;
  pointer-events: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.required-badge2 {
  position: absolute;
  top: 0rem;
  right: 1rem;
  background-color: black;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  z-index: 50;
  pointer-events: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
