/** Shopify CDN: Minification failed

Line 29:4 Unexpected "}"

**/
.header__grid {
  min-height: 1.1rem !important;
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}

.header__logo {
  padding: 0.2rem 0 !important;
}
@media screen (min-width: 480px) {
  .product-breadcrumbs {
    background-color: #f9f9f9 !important;
    margin-left: 32px !important;
    margin-right: 30px !important;
    margin-bottom: 10px !important;
    font-size: 1.1rem !important;
  }
}

 @media screen(min-width: 768px) {}
        .round-style .shopify-section-group-main-header-group {
            margin: 1rem 0;
        }
    }
}

@media screen (max-width: 480px) {
  .product-breadcrumbs {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 1.1rem !important;
  }

  .product-general-info-block.block-title {
    width: 80% !important;
  }
}

.announcement-bar__carousel {
  padding: 0.2rem 0 !important;
}

#Quick-view .quick-view .quick-view-loading {
  position: absolute;
}

a.unstyled-link product-breadcrumbs-block__link {
  color: inherit;
  text-decoration: none;
  font-size: 1.1rem !important;
}

span.product-breadcrumbs-block__product-title {
  font-size: 1.1rem !important;
}
span.product-breadcrumbs-block__divider {
  font-size: 1.1rem !important;
}

#rebuy-cart {
  display: none !important;
}

body.rebuy-modal-visible {
  overflow: scroll !important;
}

.variant-colors-container .variant-color-options {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.variant-color-options .color-swatch .tooltip {
  text-align: center;
  background: #003057;
  border-radius: 3px;
  color: #fff;
  top: -50px;
  padding: 5px;
  display: block;
  position: absolute;
  width: 100px;
  text-wrap: nowrap;
  font-size: 12px;
  left: calc(50% - 50px + 2px);
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  z-index: 1;
  line-height: 1.5em;
}

.variant-color-options .color-swatch .tooltip::before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

.variant-color-options .color-swatch .tooltip::after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #003057 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.variant-color-options .color-swatch:hover .tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

span.searched-value {
  padding: 5px 0px;
  background-color: #ffff94;
}

.product .product-information-drawer {
  width: 100%;
}

.modal-custom {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-custom .modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
}

.modal-custom .close {
  color: #aaa;
  position: absolute;
  right: 20px;
  z-index: 10;
  font-size: 28px;
  font-weight: bold;
}

.modal-custom .close:hover,
.modal-custom .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modalTrigger {
  display: flex;
  column-gap: 5px;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  align-items: center;
}

.color-swatch__no-available-mark .color-swatch__line:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.color-swatch--circle .color-swatch__body,
.color-swatch--circle .color-swatch__body-inner,
.color-swatch:after {
  border-radius: 50%;
  cursor: pointer;
}

.filters__item .color-swatch:after {
  border-radius: inherit;
}

.color-swatch__body-inner {
  width: 2.8rem;
  height: 2.8rem;
}
.color-swatch--large {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  overflow: visible !important;
  --gsc-color-swatch-spacing: .4rem;
  --gsc-color-swatch-body-size: 2.8rem;
}
/* This is a single-line comment 


.new-temp-cls .color-swatch.color-swatch--large { width: 6rem; height: 6rem; }
.new-temp-cls .color-swatch .color-swatch__body-inner { width: 5.2rem; height: 5.2rem; }

*/

.new-temp-cls .product-variant-picker__option-label {
  font-size: 15px !important;
}

.product-variant-picker__option-label {
  text-decoration: none !important;
  font-size: 16px;
}

span#size-chart-link {
  text-decoration: underline !important;
}

span.pdp-opt-lbl {
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .product-card__title,
  .product-card__vendor {
    padding: 7px 0;
  }
}

@media screen and (min-width: 768px) {
  .search-sidebar,
  .search-sidebar__body {
    width: 100%;
  }

  .search-sidebar-section__card-grid {
    --gsc-columns: 4;
  }
}

@media (max-width: 480px) {
  .new-temp-cls
    .product__content
    .product__info
    .product-general-info-block.block-title {
    margin-bottom: 0;
  }
  /* This is a single-line comment  .product-mobile-media .product-media-carousel-mobile .product-media__image { max-height: 300px; object-fit: contain; } */
  .product-mobile-media .carousel__slide .shape--portrait {
    padding-bottom: 300px;
  }
  .new-temp-cls .product__content .product-content-tab__text {
    font-size: 16px;
    line-height: 22px;
  }
  .new-temp-cls .product__content .product-content-tab__btn {
    font-size: 18px;
    line-height: 22px;
  }
  .new-temp-cls .product__content .product-content-tab__rte li {
    font-size: 16px;
    line-height: 22px;
  }
  .new-temp-cls .feature_section ul.feature_ul span {
    font-size: 14px;
  }
  .new-temp-cls
    .product-related-products-block
    h6.product-related-products-block__title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
  .new-temp-cls .product-cstm-cls .div-cstm-text-cls p {
    font-size: 14px;
    line-height: 18px;
  }

  .template--new-template
    .product-media-carousel-mobile__dots-carousel-container {
    transform: unset;
    left: 25%;
    top: 92%;
  }
}

@media screen and (max-width: 768px) {
  .template--new-template
    .product-media-carousel-mobile__dots-carousel-container {
    transform: unset;
    left: 25% !important;
  }
  .quick-view__close-button-with-scale-hover:before, .quick-view__close-button-with-scale-hover:after {
    background:#000!important
  }
}
@media(max-width:480px){
  .product__content .carousel__slide .shape--portrait{
    padding-bottom:var(--gsc-portrait-image-ratio)!important
  }
}
