/** Shopify CDN: Minification failed

Line 335:27 Unexpected "{"

**/
@media screen and (min-width: 768px) {
  .gallery-make-slider .gallery.slider{
      flex-wrap:nowrap;
    overflow: auto;
  }

/* .original-gallery-section .grid__item.gallery__item.slider__slide{
   width: 28% !important;
} */
.gallery-make-slider .collection-gallery-main-grid .grid__item.gallery__item.slider__slide{
   width: 100% !important;
}  
.original-gallery-section .grid__item{
   width: 100% !important;  
}
}
.gallery-make-slider .gallery .grid__item{
  cursor:pointer;
}
.gallery-make-slider .collection-gallery-main-grid .grid__item.gallery__item.slider__slide img{
    width:100%;
    -o-object-fit:contain;
       object-fit:contain;
}
@media screen and (max-width: 767px) {
  .gallery-section-default p{
    font-size: 12px !important;
  }
  
.custom-dev-collection-gallery .gallery-make-slider .grid__item.gallery__item.slider__slide{
   width: 40% !important;
}
.gallery-make-slider .collection-gallery-main-grid .grid__item.gallery__item.slider__slide{
   width: 100% !important;
} 
 /* .original-gallery-section .grid__item.gallery__item.slider__slide{
   width: 82% !important;
}  */
.skininspired-logo-section .whyskin .product__description {
    font-size: 12px !important;
  /* word-break: break-all; */
}
}

.skintabs img.imagdiv{
      margin-left: auto;
    margin-right: auto;
}

/* code for hide view cart button */

.view-cart-button{
    display:none !important;
}
.direct-checkput-button{
  width:100% !important;
}
/* .mini-cart__footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}   */



.product-grid .card-information{
   display:block !important;
      padding-top: 12px !important;
 }
.product-grid .card-information__button{    
    position: relative;
    width: 100%;
  transform: unset;
      margin-top: 10px;
}    
.product-grid .card-information__button .button{
  opacity:1 !important;
      transform: unset;
      transition: unset;
  will-change: unset;
      width: 100% !important;
    border-radius: unset;
    padding: 0;
    text-indent: unset;
}
   .product-grid .card-information__button .icon.icon-cart{
      display:none
    }
   .product-grid .card-wrapper:hover .card-information__text{
      background-size: 0;
    background-position: unset;
}    
.product-grid .card-information__wrapper{
  margin-bottom:10px;
}

.product-form__submit.button{
    background-color: #000;
    color: #fff;
    border: var(--button-border-width) solid rgb(var(--color-button-border)) !important;
    transition-property: color, background-color, box-shadow !important;
    transition-duration: var(--duration-long) !important;
    transition-timing-function: ease !important;
    box-shadow: var(--button-shadow-horizontal-offset) var(--button-shadow-vertical-offset) rgba(var(--color-shadow), var(--shadow-opacity)) !important;
}  
.shopify-payment-button__button{
    background: #fff !important;
    color: #000 !important;
}

.thumbnail-slider .thumbnail-list__item{
    overflow-x:hidden;
  height: unset !important; 
} 
.thumbnail-slider ul{
flex-wrap: nowrap !important;
  display:flex !important;
}

.videothumbnail {
    position: absolute;
}
.skininspired-logo-section .whyskin .product__description{
  font-size:16px;
}

.btn--scroll-top{
position: fixed;
    right: 20px;
    bottom: 55px;
    margin: calc(var(--gutter) / 2);
    z-index: 999999 !important;
    overflow: hidden;
    box-shadow: 0 0 10px #0003;
    transition: opacity .3s ease, transform .3s ease, visibility 0s linear .3s;
    min-width: 0;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    padding: 0;
    background: #000;
      opacity: 0;
    visibility: hidden;
  cursor:pointer;
border:0;
  border-radius: 50px;
}
div#quinn-floating-widget{
  bottom: 180px !important;
}
.btn--scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
}
.btn--scroll-top .icon.icon-select {
  width: 35px;
  height: 35px;
}
.btn--scroll-top svg{
    transform: rotate(270deg);
    overflow: hidden;
    fill: none;
    stroke: #000;
    stroke-width: 12px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.btn--scroll-top .icon.icon-select path {
    color: #fff;
}


/* product grid variant selector css start here */

variant-selects{
  pointer-events: visible;
}
 .card-wrapper .price__default {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    /* margin-bottom: 10px; */
    margin-top: 5px;
    justify-content: flex-start;
}
.card-wrapper .full-unstyled-link{
  position:relative;
}
.custom-varian-layout input{
  position:absolute;
  visibility:hidden;
}

.custom-varian-layout fieldset{
    border: 0;
    padding: 0;
}
.custom-varian-layout input[type=radio]:checked+label{
 background: #000;
    color: #fff;
    border-color: #000 !important;
    opacity: 1;
    margin-bottom: 0 !important;
    font-size: 12px;
    line-height: 1.3;
    padding: 4px 8px;
    border-radius: 0px;
    cursor: pointer;
    opacity: .8;
    border: 1px solid #000; 
}
.custom-varian-layout label{
    margin-bottom: 0 !important;
    font-size: 10px;
    line-height: 1.3;
    padding: 4px 8px;
    border-radius: 0px;
    cursor: pointer;
    opacity: .8;
    border: 1px solid #1A1B18;
    margin-left: 2px;
    margin-right: 2px;
    background: none;
    color: #1A1B18;
    box-shadow: none !important;
      text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-variant-option .percentage-off-product{
    order: 1;
    background: linear-gradient(0deg, #fff, #EFDFF6);
    color: #1A1B18;
    font-size: 12px;
    line-height: 1;
    position: relative;
    padding: 5px;
    border-radius: 7px;
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 64px; */
    font-weight: 600;
}
.custom-variant-option-selector{
    flex-wrap: wrap;
    display: flex;
    row-gap: 10px;
    column-gap: 5px;
      align-items: flex-start;
      
}



.product-variant-option {
    flex-direction: column-reverse;
    display: flex;
    width: calc(50% - 5px);
}
.custom-varian-layout input:checked+label+.percentage-off-product{
  box-shadow: 0 -2px #AD94C1;
}
.price.product-grid-price {
    font-size: 14px;
    font-weight: 600;
}
.discount-percentage{
color: #ad94c1;
    font-size: 12px;
    margin-left: 3px;
    font-weight: 600;
  margin:0;
}
.price__default span{
  margin-right:3px;
  font-size: 18px;
    font-family: 'FS Kim';
}
.price.product-grid-price .price__was{
    /* text-decoration: line-through; */
      font-size: 14px;
    color: #212326b3;
  position:relative;
}
.price.product-grid-price .price__was:before{
content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: .1rem solid var(--color-sale-price);
    opacity: .7;
    transform: rotate(-15deg);
}

@media screen and (max-width: 1024px) {
  .product-variant-option {
    width: calc(50% - 5px);
}
  .price__default span{
  font-size: 16px;
}
  .price.product-grid-price .price__was {
    font-size: 12px;
}
}
/* product grid variant selector css end here */
@media screen and (max-width: 767px) {
  .footer__content-bottom {
    padding-bottom: 8rem !important;
}
  .price__default span{
  font-size: 16px;
}
.price.product-grid-price .price__was{
      font-size: 12px;
}
.custom-variant-option-selector{
    flex-wrap: nowrap;
    display: flex;
    row-gap: 4px;
    column-gap: 2px;
      align-items: flex-start;
}
  .percentage-off-product, {
  font-size:9px;
}
  .custom-varian-layout label{
    padding: 3px 6px;
    font-size:9px;
  }
  .custom-varian-layout input[type=radio]:checked+label{
 background: #000;
    color: #fff;
    border-color: #000 !important;
    opacity: 1;
    margin-bottom: 0 !important;
    font-size: 9px;
    line-height: 1.3;
    padding: 3px 6px;
    border-radius: 0px;
    cursor: pointer;
    opacity: .8;
    border: 1px solid #000; 
}
}

.price__default .discount-percentage{
  display:none;
}
.price__default .price__current{
  order: 1;
}
.custom-varian-layout{
  margin-top:10px !imortant;
}