/** Shopify CDN: Minification failed

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

**/
::selection{
  background: transparent !important;
  color: #000 !important;
}
/* .product__atc span {
    color: #fff !important;
} */
.logolist__holder {
  display:grid;
  grid-template-columns:repeat(6,1fr);
}

.logolist__holder  .logolist__logo  {
  width:100% !important;
}
.logolist__holder  .logolist__logo p {
  color:#fff;
  font-size:12px;
  font-weight:bold;
  margin-top:0;
}
.product-list__empty {
    margin-top: 30px;
}
span.product__price.jsPrice {
    font-size: 18px;
    font-weight: 700;
}
.product__price--ppPrice {
    margin-bottom: 12px;
    margin-top: 12px;
}
ul.colorlist {
    display: flex;
    list-style: none;
    list-style-position: unset;
    flex-wrap: wrap;
}
ul.colorlist li {
    width: 55px;
    height: auto;
    margin: 8px;
    border: 1px solid darkgrey;
}
ul.colorlist li:hover {
    border: 1px solid #000;
}
.row.max-width.top-mar.last-banners.second-cols.video_sc {
    padding: 0 20px;
}
@media screen and (min-width:768px){
.product__title {
    font-size: 30px;
    font-weight: 700;
}
.mobileinfo {
    display: none;
}
}
@media screen and (max-width:767px){
.section__heading--heading h2 {
    font-size: 21px;
    margin-top: 30px;
    font-weight: 700;
}
.product__title {
    font-size: 18px;
    font-weight: 700;
}
.shopify-product-form .product__title {
    display: none;
}
.shopify-product-form .areviews_main_header_container {
    display: none;
}
.shopify-product-form .product__price--holder{
  display: none;
}
.mobileinfo h2 {
    font-size: 16px;
    font-weight: bold;
}
.mobileinfo .product__price--holder {
    margin-bottom: 0px;
}
}



/* modal css */
.trigger{
    text-align: center;
    color: #3e3e3e;
    font-size: 20px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
    margin-bottom: 10px;
    display: inline-flex;
    font-weight: 600;
    font-family: inherit;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: translateY(50vh);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index:9999;
    display:flex;
    flex-direction:column;
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 60px;
    max-width:1380px;
    height:90%;
    width:90%;
    margin: 0 auto;
    border-radius: 0.5rem;
    z-index:9999;
    overflow-y:auto;
}
.close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: .25rem;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 50px;
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.shopify-product-form .product__swatches {
  margin-bottom:25px;
}

body.active #shopify-section-header--default,
body.active .gdpr__holder,
body.active .row.max-width.top-mar.last-banners
{
  z-index:-1 !important;
} 

body.active {
  overflow:hidden;
}
.stylegraffiti a {
    display: inline-flex;
    cursor: pointer;
    margin: 0.25rem;
    min-height: 45px;
    min-width: 45px;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1.25em;
    padding: 0.25rem 0.5rem;
    border: 2px solid transparent;
    background-color: var(--inputFill);
    color: var(--inputContent);
    transition: all 0.25s;
    border-radius: var(--borderRadiusSmall);
    font-size: 0.95em;
    margin-bottom: 20px;
    text-decoration: none;
    margin-top: 10px;
}
.stylegraffiti .active {
    background-color: #000;
    color: #fff;
}
.row.center.layout__content.s__content.iframe-w {
    margin-top: 50px;
    margin-bottom: 50px;

.row.max-width.top-mar.last-banners.first-cols video {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 37px;
}
@media screen and (max-width:767px){
.modal-content {
 padding:42px 18px;
}
  .iframe-w iframe {
    max-width: 470px !important;
}
}
@media screen and (max-width:767px){
  .gallery__thumbnail img {
    display: none;
}
  .gallery__thumbnail {
    height: 12px;
    width: 12px;
    background-color: rgb(211, 212, 213);
    cursor: pointer;
    padding: 8px;
    border: none;
    border-radius: 50%;
}
.bstrSlider__thumb--active{
    height: 12px;
    width: 12px; 
    background-color: #000;
  }
  .gallery__thumbnails.hidden-scroll {
    justify-content: center;
    gap: 15px;
    align-items:center;
}
  .gallery__thumbnails{
    display: none;
  }
  .slide--product img {
    width: 80%;
}
  .slide--product {
    text-align: center;
}
}
@media screen and (max-width:500px){
.iframe-w iframe {
    max-width: 390px!important;
}
}
  @media screen and (max-width: 375px){
.iframe-w iframe {
    max-width: 291px!important;
}
}