/** Shopify CDN: Minification failed

Line 74:17 Expected identifier but found whitespace
Line 74:22 Unexpected ";"

**/
@media (min-width: 1025px){
  .header__inline-menu .list-menu+.list-menu .menu-lv-1:first-child .menu-lv-1__action:before{
      content: unset;
  }
  .header__inline-menu .list-menu+.list-menu {
      padding-left: 0px;
      margin-left: 0px;
  }
  body .header__inline-menu--wide-2 .list-menu--inline>.menu-lv-item{
      margin-right: 0px;
  }
  .header-5 .menu-sup .menu-lv-1__action{
      color: #ffffff;
  }
    .header-5 .menu-sup .menu-lv-item:nth-child(1) p.menu-lv-1__action{
      background: #D12442;
      color: #fff !important;
      padding-left: 10px !important;
  }
  .header-5 .menu-sup .menu-lv-item:nth-child(7) p.menu-lv-1__action{
      background: #008000;
      color: #fff !important;
      padding-left: 10px !important;
  }
  .header-5 .menu-sup .menu-lv-item:nth-child(8) p.menu-lv-1__action{
      background-color: 000;
      padding-right: 14px;
  }
  .header-5 .container .menu-sup{
      width: 100vw;
      margin-left: -15px;
      background-color: #000000;
  }
}

@media (min-width: 1200px){
  .header-5 .container .menu-sup{
      width: 100vw;
      margin-left: calc(0px - (100vw - 1170px)/2);
      background-color: #000000;
  }
}
@media (min-width: 1400px){
  .header-5 .container .menu-sup{
      width: 100vw;
      margin-left: calc(0px - (100vw - 1370px)/2);
      background-color: #000000;
  }
}
@media (min-width: 1600px){
  .header-5 .container .menu-sup{
      width: 100vw;
      margin-left: calc(0px - (100vw - 1570px)/2);
      background-color: #000000;
  }
}
@media (min-width: 1920px){
  .header-5 .container .menu-sup{
      width: 100vw;
      margin-left: calc(0px - (100vw - 1770px)/2);
      background-color: #000000;
  }
}
.card-media{
  padding-bottom: 100%
}

    border-color: #fff; /* Change border color on hover */
}

.top-strip-right a {
    margin-left: 20px; /* Add spacing between email and phone */
}

/* Hide the top strip on smaller screens */
@media (min-width: 992px) {
    .top-strip {
        display: block; /* Visible on larger screens */
    }
}

@media (max-width: 991px) {
    .top-strip {
        display: none; /* Hide on mobile and tablet */
    }
}


.header-top--wrapper {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}



/* General styles for product view */
.productView-info-item {
  margin-top: 7px;
}

.productView-info-name,
.productView-info-value {
  text-transform: uppercase;
}

.vtl-su-main-widget,
.productView-wishlist {
  display: none !important;
}

.productView-options,
.productView-action {
  border-top: 1px solid #ccc;
}

.form__label {
  display: none;
}

.halo-productView-right {
  font-size: 14px;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .productView-action {
    flex-direction: row !important;
    justify-content: flex-start;
    padding-top: 15px;
    margin-left: -10px;
  }
  
  .productView-price {
    font-size: 8px !important;
    text-align: left;
  }
  
  .compare-at-price {
    font-size: 5px !important;;
    text-align: left;
  }
  
  /* Optional: Add styles for button */
  .productView-action button {
    font-size: 1em;
    padding: 10px 20px;
  }
}


