/** Shopify CDN: Minification failed

Line 390:10 Expected identifier but found whitespace
Line 390: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 {
  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{
  width:100%;
}

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

.page-contact-2024 .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;
}