/** Shopify CDN: Minification failed

Line 62:59 Unexpected "{"
Line 73:0 Expected "}" to go with "{"

**/

/*Custom Stylesheet
Also see theme.css for additional custom styling*/

.embedsocial-stories {
    position: relative;
    
}

@media only screen and (max-width: 400px) {
  

.embedsocial-stories {
    display:none;
}
}

/*Fixes the size of the collections - so that the image overlay same size
.grid__image-ratio{background-size:cover; background-position:top;}*/

.grid-product__secondary-image {
    top: ;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-color: white;
}

/*Fixes jumping pagination*/
.pagination .next:hover, .pagination .prev:hover,.pagination .next:active, .pagination .prev:active{
  
  transform:none;
    

}
/*Dropdown 2 column
  .site-nav__dropdown.text-left{width: 300px;}
  .site-nav__dropdown > li {float: left;width: 50%;}
.site-nav__dropdown > li > a{font-size:13px;}*/

/*--IG App tweaks--*/
.tagged_product {
    width: 100% !important;
}
.popup_description .view-on-instagram-text {
    color: black;
    text-decoration: underline;
}
.popup_description .popup_caption,.popup_description .popup_caption .username,.popup_description .view-on-instagram-text {
    letter-spacing: 0!important;
    color: black!important;
}

#af_slider .af-slider-dots li button::before,
#af_slider .af-slider-dots li.slick-active button::before {{

    color: transparent!important;
}.slick-dots.af-slider-dots li {
    margin: 0 2px !important;
}
  .tagged_product .p_price {
    color: #A2A2A2;
    display: block!important;
}

