/** Shopify CDN: Minification failed

Line 280:0 Expected "}" to go with "{"

**/
/* MARGIN */

.mb-27 {
    margin-bottom: 27px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-65 {
    margin-bottom: 65px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-65 {
    margin-top: 65px !important;
}

.mt-41 {
    margin-top: 41px !important;
}

.mb-13 {
    margin-bottom: 13px !important;
}

.mx-18 {
    margin-right: 18px;
    margin-left: 18px;
}

.mt-12 {
    margin-top: 12px;
}

.mb-9 {
    margin-bottom: 9px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-33 {
    margin-bottom: 33px!important;
}

.mb-12 {
    margin-bottom: 12px!important;
}

.mb-24 {
    margin-bottom: 24px!important;
}

.mb-18 {
    margin-bottom: 18px!important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}


/* PADDING */

.pt-10 {
    padding-top: 10px !important;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}

@media (min-width: 1450px) {
    /* PADDING */
    .px-xl-95 {
        padding-left: 95px!important;
        padding-right: 95px!important;
    }
    .mb-xl-60 {
        margin-bottom: 60px !important;
    }
    .mb-xl-15 {
        margin-bottom: 15px !important;
    }
}


/* LG */

@media (min-width: 992px) {
    /* PADDING */
}


/* SM */

@media (min-width: 577px) {
    .mb-sm-18 {
        margin-bottom: 18px !important;
    }
    .mb-sm-27 {
        margin-bottom: 27px !important;
    }
    .mb-sm-60 {
        margin-bottom: 60px !important;
    }
}


/* CUSTOM APP  */

.jdgm-widget.jdgm-widget {
    display: block;
    font-size: 12px;
    margin: 0 0 8px;
}

.jdgm-prev-badge__stars .jdgm-star {
    padding: 0 2px 0 0 !important;
}


/* Product video embeds */
.product-video-embed {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 16px;
}

.product-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* Videos tab grid layout */
.product-video-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

/* 2 columns on desktop */
@media (min-width: 992px) {
  .product-video-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* Optional: make titles tighter */
.product-video-title {
  margin: 0 0 8px;
}

.product-video-item {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 12px;
}

/* Size Guide For Product pages */
/* Container */
.size-guide-list{
  margin-top: 10px;
}

/* Each row */
.size-guide-row{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

/* Circle icon container */
.size-guide-icon{
  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  display: flex;
  align-items: center;
  justify-content: center;

.size-guide-icon{
  background: rgba(197,48,41,0.08);
  border: 1px solid rgba(197,48,41,0.15);
}

/* Icon image */
.size-guide-icon img{
  width: 22px;
  height: 22px;
  object-fit: contain;
}

/* Text styling */
.size-guide-text{
  font-size: 15px;
  font-weight: 500;
  color: #c53029;
  line-height: 1.35;
}

/* Notes section */
.size-guide-notes{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e6e6e6;

  font-size: 14px;
  color: #555;
}

/* 2-column layout on wider screens */
@media (min-width: 768px){
  .size-guide-list{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 28px !important;
    row-gap: 10px !important;
  }

  .size-guide-row{
    margin: 0 !important;
  }
}
