/** Shopify CDN: Minification failed

Line 86:0 Unexpected "}"

**/
.variations .swatch {
  flex: 1 1 0px;
}
@media (max-width: 768px) {
/* for variant selectors - primarily for sticker bundle */
.variations {
  flex-direction: column;
}
}

@media all and (max-width: 767px) {
  table {
    width: unset !important;
  }
}

/* remove arrows on pdp on mobile in img slider */
.flickity-button {
  display: none;
}
/* bf 23 customizations */
.swatches-select.swatch__list_pr {
  width: 100%;
  text-align: center;
}
.swatch__list_pr.swatch__list_pr {
  margin: 0px -5px;
  margin-top: 20px;
}
.custom-stock-message.custom-stock-message {
  margin-top: 0;
}
.lbc_nav.lbc_nav {
  top: 40%;
  right: 8px;
}
.footer__top .widget-title {
  font-weight: 600;
  margin-bottom: 15px;
}
.tab-heading .nav_link_icon.nav_link_icon, .tab-heading.tab-heading {
  background-color: white;
}
.tab-heading .nav_link_icon.nav_link_icon {
  color: black;
}
@media only screen and (max-width: 700px) {
  .weglot-container.weglot-container {
    margin-bottom: 5px;
  }
  .wg-flags a img.wg-flag {
    display: none;
  }
  .wg-drop.country-selector .wgcurrent.wgcurrent a {
    padding-right: 25px;
  }
  .wg-drop.country-selector.open .wgcurrent::after,
  .wg-drop.country-selector.closed .wgcurrent::after {
    margin-right: -7px !important;
    background-size: 8px;
  }
  .footer_collapse_true .widget-title.widget-title {
    padding-bottom: 0;
  }
}

.lookbook {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.lookbook img {
  margin: 0;
  width: calc(50% - 3px);
}

.products .col-6, .products .col-lg-15,.products .col-md-3 {
    padding-right: 1px;
    padding-left: 1px;
  }
}