/** Shopify CDN: Minification failed

Line 10:0 Comments in CSS use "/* ... */" instead of "//"
Line 12:65 Comments in CSS use "/* ... */" instead of "//"
Line 15:57 Comments in CSS use "/* ... */" instead of "//"
Line 52:0 Unexpected "}"

**/

// Hide the date in Loox product reviews
document.addEventListener('DOMContentLoaded', function() {
    var looxReviews = document.querySelectorAll('.loox-review'); // Replace '.loox-review' with the actual class or identifier of the review container.
    
    looxReviews.forEach(function(review) {
        var dateElement = review.querySelector('.time'); // Replace '.loox-review-date' with the actual class or identifier of the date element.
        if (dateElement) {
            dateElement.style.display = 'none';
        }
    });
});
#quickview .main .review-details .time {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    display: none;
}

@media only screen and (max-width: 768px) {
  .container-fluid .section-my {
    display: flex;
    justify-content: space-between;
  }
  .sf-custom__block--video {
    order: 1;
  }
  .sf-custom__block--text {
    order: 2;
  }
}

@media only screen and (min-width: 768px) {
  .sf-custom  {
  margin-bottom: -120px;
  display: flex;
  justify-content: space-between;
}
    .sf-custom__block--text {
      padding-left: 100px;
      padding-right: 100px;
    }
  }
}

.sf-menu-item[data-index="4"] .sf__parent-item {
  color: #a07b5d !important; 
}

m-menu-mobile__item[data-url="/collections/republic-collection"] .m-menu-mobile__link {
    color: #C40502 !important; 
  font-weight: bold !important;
  font-size: 16px !important;
}