/** Shopify CDN: Minification failed

Line 227:1 Expected "}" to go with "{"

**/

.grid-box{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}

.grid-item {
  position: relative;
}

.text_block {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.text_block h4 {
   margin: 15px;
    color: #fff;
    font-size: 18px;
}

.img_block img {
  width: 100%;
}

.icon--Xlarge .icon__column__icon {
  width: 57px;
  height: 57px;
}

.section-icons .float-grid {
  background-color: #D6CFC8;
  padding: 2.5rem 0rem;
}

.icon__column__heading {
  font-size: 18px;
}

.rte.icon__column__paragraph {
    color: #121212;
    font-size: 16px;
}

.section-icons .float-grid .grid__item:not(:last-child) {
  border-right: 1px solid #e1e1e3;
}

.product__block__variants .form__selectors{
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
}
.radio__inputs--equal{
  grid-template-columns: repeat(6,1fr) !important;
}
.radio__fieldset .radio__button label{
  min-width: 50px !important;
  padding:12px !important;
}
.new-footer-logo{
 padding-bottom: 15px;
}
.new-footer-logo img{
  /*width:100%;*/
  width:65%;
  height:auto;
}
  .footer__container{
        align-items: flex-start!important;
}
#wishlisthero-product-page-button-container{
    display: flex;
    justify-content: center;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding:20px 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 65%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
#myBtn{
   text-decoration:underline;
   text-underline-offset:2px;
}
#myBtn:hover{
  cursor: pointer;

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

.size-flex{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.size-flex .radio__legend{
  width:auto !important;
}
.custom-flex.flex{
  display:block !important;
}
.custom-container .stain-button-canvas{
     display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    flex-direction: column;
    gap: 1rem;
    overflow: auto;
    height: 100%;
    max-height: 95%;
    padding: 1rem;
    padding-inline-start: 0.5rem;
    padding-inline-end:0.5rem;
     scrollbar-width: none;
    width:2.5rem;
   top:4%!important;
 
}

 .custom-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .custom-container .transition.transform{
   transform:none!important;
} */
 
.product-grid-item:hover .custom-container .stain-button-canvas{
  display:flex !important;
  /* width:2rem !important; */
}

.stain-button-canvas{
  display:none !important;
}
.product-grid-item__container .left-\[calc\(var\(--inner\)\/2\)\]{
  left:8px !important;
}
[data-toggle-grid="2"]{
      display: none!important;
}
@media only screen and (min-width: 768px){
  .product-grid-item:hover .custom-container, .transition.transform,.custom-container .stain-button-canvas {
    opacity:1 !important;
    display:block !important;
    left:0%  !important;
}
}
@media only screen and (min-width: 480px){
  .js-grid[data-grid-large="2"]{
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  }
}
@media only screen and (max-width: 479px)  {

.section-icons .float-grid .grid__item:not(:last-child) {
  border-bottom: 1px solid #e1e1e3;
  border-right: none;
}

.grid__item .icon__column {
    padding-bottom: 30px;
}
  
  
}


@media only screen and (max-width: 767px)  {
  .modal-content{
    width:100%;
  }

.grid-box{
  grid-template-columns: repeat(2,1fr);
  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

.grid-box{
  grid-template-columns: repeat(2,1fr);
}
  
}