/** Shopify CDN: Minification failed

Line 31:0 Unexpected "/"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS*/


html, body {
  overflow-x: hidden !important;

}


button.nav-button.button.button--icon.nav-button--prev.focus-inset.button--ethereal, .button.nav-button.button.button--icon.nav-button--next.focus-inset.button--ethereal {
    background: #d9a73d;
    border-radius: 44px;
    color: #fff;
 
}
.slider[data-slide-desktop].slider--installed .slider-controller .slider-nav-buttons .nav-button.nav-button--next:hover .icon {
        transform: translate(0) !important;
        color:#000;
    } 
.slider[data-slide-desktop].slider--installed .slider-controller 
.slider-nav-buttons .nav-button.nav-button--prev:hover .icon{ transform: translate(0) !important;
 color:#000;
}

/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/

.product-info .product-info-inner .product-image {
    overflow: visible !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .section-image-gallery.section-template--24661147648290__image_gallery_FH7ETJ-margin {
    display: none;
}
}