/** Shopify CDN: Minification failed

Line 392:10 Expected identifier but found whitespace
Line 392:11 Unexpected "18%"

**/
.product-status-badge {
  display: none;
  width: fit-content;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: white;
  padding: 6px 10px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  border: 0.5px solid white;
  margin-left: auto;
  margin-bottom: 5px;
  max-width: 240px;
  line-height: 1.25;
  background-color: #093;
}

.icon-white {
  fill: white !important;
  margin-left: 0.5rem;
}

.checkout-button {
  margin-left: auto;
  padding-bottom: 20px;
  padding-left: 12px;
}

.hide-dropdown {
  display: none !important;
}

.boost-pfs-filter-product-item-price {
  margin-top: 5px;
  margin-bottom: 5px;
}

#variant-selector {
  display: none !important;
}

.selector-wrapper {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}



.selector-wrapper select {
  margin: 10px;
}

@media (max-width: 767px) {
  .selector-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

/* Back to top button */
#back-to-top svg {
  height: 30px;
  width: 30px;
  fill: #eb1b21;
}
#back-to-top {
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  position: fixed;
  z-index: 200;
  bottom: 10px;
  right: 10px;
}
#back-to-top:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  #back-to-top span {
    display: none;
  }
  #back-to-top {
    background: none;
    z-index: 499;
  }
  #back-to-top svg {
    fill: #b9162b;
  }
}

.mobile-image {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-image {
    display: block !important;
  }
  .desktop-image {
    display: none !important;
  }
}

/* Wechat Model */

.modal-wechat {
  display: none;
  position: fixed;
  z-index: 5000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.modal-content-wechat {
  position: relative;
  background-color: #fff;
  max-width: 550px;
  padding: 50px;
  margin: auto;
  border: 1px solid #ddd;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 42px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.collection-description a {
  color: #eb1b21 !important;
}

.accessibility-colour {
  color: white;
}

.accessibility-colour-hover {
  color: white;
}

.accessibility-colour-hover:hover {
  color: grey;
}

@media (max-width: 1020px) {
  .accessibility-colour {
    color: #333333;
  }

  .accessibility-colour-hover {
    color: #333333;
  }
}

/* .gallery-link{
  background-color:#eb1b21!important;
} */

.main-header-wrapper {
  background: white;
}

.bc-sf-filter-tree-mobile-full-width
  .bc-sf-filter-option-block
  .bc-sf-filter-block-title
  h3 {
  color: black !important;
}
@media only screen and (max-width: 768px) {
  .bc-sf-filter-option-multiple-list li {
    color: black;
  }
}
/* Hides Line in Search */
.bc-sf-search-suggestion-item.bc-sf-search-suggestion-dym:before {
  display: none !important;
}

.commisions-form {
  width: 100%;
  margin: auto;
  color: black;
}

.form-spacing {
  padding: 10px 0;
}

.commisions-form {
  text-align: left;
}

.form-title {
  color: black;
}

/* Wechat Model */

.modal-form {
  display: none;
  position: fixed;
  z-index: 5000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

.modal-content-form {
  position: relative;
  background-color: #fff;
  max-width: 550px;
  padding: 50px;
  margin: auto;
  border: 1px solid #ddd;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 42px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.contact-button:hover {
  cursor: pointer;
}

.page-fine-art .collection-description {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.page-fine-art .page-header, .page-bespoke-tailor-made-models .page-header {
  display: none;
}

.page-fine-art .main-content {
  width: 100%;
}

/* Image Grid Section */

.image_grid_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.image_grid_item {
  margin: 10px;
  position: relative;
}

.image_grid_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_grid_text {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.image_grid_text h3 {
  text-transform: math-auto;
  margin: 0 25px;
  font-size: 35px;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .image_grid_container {
    flex-direction: column;
  }
  .image_grid_container a,
  .image_grid_img {
    max-width: 100%;
  }
  .image_grid_text h3 {
    font-size: 25px;
  }
  .image_grid_img {
    width: 100% !important;
  }
}
.collection_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.boost-pfs-filter-tree {
  width: 20%;
}

.collection_wrapper .collection-products {
  width: 80%;
}

.home-featured-collection-list .product-list-item {
  width: 32.33%;
}

@media only screen and (max-width: 768px) {
  .collection_wrapper {
    flex-direction: column;
  }
  .boost-pfs-filter-tree {
    width: 100%;
  }
  .collection-products {
    width: 100%;
  }
  .collection-description {
    margin-bottom: 10px;
  }
  body.from-our-archive .section-collection h1,
  body.from-our-archive .section-collection h2,
  body.from-our-archive .section-collection h3,
  body.from-our-archive .section-collection h4,
  body.from-our-archive .section-collection h5,
  body.from-our-archive .section-collection h6,
  body.from-our-archive .section-collection .product-list-item-title a {
    color: black;
  }
  .home-featured-collection-list .product-list-item {
    width: 95%;
  }
}

.home-featured-collection-list {
  text-align: center;
}

.image-caption {
  display: none;
}
/* .archive .gallery-link{
  display:none;
} */

.loadmore-centre {
  margin-left: 20%;
  width: 100%;
}
rgin-left: 18% !important;
}

.ja-load-more {
  margin-left: 19% !important;
}

.cn-load-more {
  margin-left: 17% !important;
}

@media only screen and (max-width: 768px) {
  .loadmore-centre {
    width: 100%;
    margin-left: 0;
  }
}

body.from-our-archive body.from-our-archive .section-collection h2,
body.from-our-archive .section-collection h3,
body.from-our-archive .section-collection h4,
body.from-our-archive .section-collection h5,
body.from-our-archive .section-collection h6,
body.from-our-archive .section-collection .product-list-item-title a {
  color: black;
}

.product-list-item-title{
  text-transform:none;
}

body.from-our-archive .section-collection .product-list-item-title a {
  color: #000 !important;
}
@media screen and (min-width: 720px) {
  .archive-gallery-link {
    top: 0;
  }
}
.pxs-announcement-bar{
  z-index: 20;
  position: relative;
}


/* NEW IMAGE GRID*/

.image-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  grid-gap: 20px;
  justify-content: center;
}

.image-grid-item {
  position: relative;
  text-align: center;
}

.image-grid-img {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%; 
}

.image-grid-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:white;
}


.image-grid-text h3{
  color:#ffffff;
  font-size:30px;
}
.image-grid-text {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .image-grid-container {
    grid-template-columns: repeat(1, 1fr); 
  }

  .image-grid-img{
    width:100%!important;
    height:auto;
    margin:auto;
  }
}


.image-grid-img {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Adjust the opacity as needed */
}

.page-contact-2024 .main-content, .page-faqs .main-content {
  width:100%;
}

.page-contact-2024 .main-content-wrapper, .page-faqs .main-content-wrapper{
  padding:0px;
  margin:0px;
  max-width:100%;
}

.page-contact-2024 .page-title, .page-faqs .full-width-banner .page-title {
  display:none;
}

.page-faqs .full-width-banner .banner-title {
    text-align: center;
    color:black !important;
    margin:30px auto 0
  }

 .page-faqs .full-width-banner {
      position: relative;
      width: 100%;
  }

@media screen and (min-width: 541px) {
  .page-faqs .full-width-banner .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    margin:0;
    color: white !important
  }
}

 .page-faqs .faq-section {
   max-width:900px;
   margin:0 auto;
   padding:0 1rem;
 }
 
 .page-faqs .full-width-banner .banner-title {
   line-height: 1.3;
   font-weight: 600;
   letter-spacing: .1em;
   font-size: calc(20px + 1.5vw);
   max-width:600px;
    margin:0 auto;
 }
 
 .page-faqs .page-title {
   display: none;
 }

.rich-text-padding {
  padding:0px;
  margin-bottom:50px;
}

.contact-title-border{
  border-bottom:1px solid #e5e5e5;
}

.product-tab-panels ul {
  list-style: outside;
}

.fine-art-prints .collection-description{
  border-bottom:none;
}


.page-bespoke-team-livery .page-header{
  display:none;
}

/* ENQUIRY MODALS */

    #enquiry-form-modal{
      display:none;
  position: fixed;
      z-index: 5000;
      padding-top: 20px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: #0006;
      text-align: center;
    }
    #open-enquiry{
      border:none;
      text-transform: uppercase;
      color: #fff;
      padding: 0.5em 2em;
      background-color: #eb1b21;
      display: inline-block;
      font-weight: 600;
    }
    #close-enquiry{
      border:none;
      text-transform: uppercase;
      color: #fff;
      padding: 0.5em 2em;
      background-color: #eb1b21;
      display: inline-block;
      font-weight: 600;
      /* position:absolute;
      top:8%;
      right:35%; */
    }

  #shopify-section-hulk-form{
    display:flex;
    align-items:center;
    justify-content:center;
  }

@media only screen and (max-width:767px){
  #enquiry-form-modal{
    padding-top:0;
  }
      /* #close-enquiry{
      position:relative;
      top:0;
      right:0;
    } */

}

.hulk-form-button{
  text-align:center;
}

.form-close{
  margin-top:-65px;
}

.pxs-rich-text-width-full-width{ 
  width:100% !important;
}

.pxs-rich-text {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

.reduce-padding{
  padding:10px 0!important;
}

.page-bespoke-team-livery .main-content{
  width:100%;
}

#open-enquiry{
  padding:15px 25px;
}

#open-enquiry:hover{
  background-color:#930d11;
}

@media only screen and (max-width: 768px) {
  .hulk-form-button{
    margin-bottom:30px;
  }
}

.hulk-form-button{
  padding:20px 0;
}

.page-bespoke-tailor-made-models .page-title{
  display:none;
}

.page-bespoke-tailor-made-models .main-content{
  width:100%;
}

.pxs-rich-text-content a{
  color:#ff0000;
}

/* UNIQUE COMMISIONS PAGE */

.sidebar-disabled .home-module{
  padding:0px;
}

.single-image-container{
  text-align: center;
  padding-top:40px;
}

.image-contents{
  padding : 20px 0;
}

.image-contents img{
  padding-bottom: 20px;
}

.ly-custom-dropdown-switcher.ly-is-open .ly-custom-dropdown-list {
	bottom: 30px;
}

/* New Product Labels */
.archive-label {
    background-color: grey !important;
}
.back-catalogue-label {
    background-color: #eb1b21;
    padding: 4px 10px;
}
.button-outline {
  background: none;
  border: 1px solid currentcolor;
  color: #eb1b21;
}
.flex-container .button {
  text-align: center !important;
}
@media (min-width: 1024px) {
  .flex-container {
    display: flex;
    gap: 16px; /* Adjust the spacing between the elements */
    align-items: center; /* Adjust alignment if necessary */
    flex-direction: row;
  }
  html[lang="es"] .flex-container, html[lang="de"] .flex-container, .zh-CN .flex-container, .ja .flex-container {
    flex-direction: column;
    align-items: flex-end;
  }
  .flex-container.bespoke-buttons {
    float:right;
  }
  
}
@media (min-width: 1024px) {
  #shopify-section-page-product-bespoke-new .product-title,
  #shopify-section-page-product-bespoke-new .product-price-wrapper
     {
      padding-top: 1rem;
  }
}

.Dark-Background, .Dark-Background #shopify-section-footer  {
  background: #25262a !important;
}

.Dark-Background .rte,
.Dark-Background .rte p,
.Dark-Background .rte h1,
.Dark-Background .rte h2,
.Dark-Background .rte h3,
.Dark-Background .rte h4,
.Dark-Background .rte h5,
.Dark-Background .rte h6,
.Dark-Background .rte li,
.Dark-Background .rte strong,
.Dark-Background .rte em,
.Dark-Background ul.bespoke-gallery-navigation a,
.Dark-Background #shopify-section-footer,
.Dark-Background #shopify-section-footer p,
.Dark-Background #shopify-section-footer h1,
.Dark-Background #shopify-section-footer h2,
.Dark-Background #shopify-section-footer h3,
.Dark-Background #shopify-section-footer h4,
.Dark-Background #shopify-section-footer h5,
.Dark-Background #shopify-section-footer h6,
.Dark-Background #shopify-section-footer li,
.Dark-Background #shopify-section-footer strong,
.Dark-Background #shopify-section-footer em,
.Dark-Background #shopify-section-footer a,
.Dark-Background .collection-header h1,
#mySidenav a:hover  {
  color: white !important;
}

.Dark-Background ul.bespoke-gallery-navigation a.active {
  color: #eb1b21 !important;
}

.Dark-Background .bespoke-gallery figure {
  border-color: #25262a !important;
}

.Dark-Background .collection-description {
  border-color: #7b7d7f;
}
 