/** Shopify CDN: Minification failed

Line 171:0 Unexpected "}"

**/
.product-block .quickbuy-toggle {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.add-to-cart-btn-mobile {
  display: none;
}
.vtl-su-main-widget {
    margin: 20px 0px;
}
@media (min-width: 768px) {
    .product-grid .quickbuy-toggle {
        display: block;
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 10px;
        border-color: #343a4026;
        font-size: 12px;
        visibility: hidden;
        opacity: 0;
        transition: all .1s ease-out;
        border: solid 1px;
        background: #fff;
        border-radius: 05px;
    }
    .product-block:hover .quickbuy-toggle {
        opacity: 1;
        visibility: visible;
        display: block;
    }
}

@media (max-width: 768px) {
  .section-announcement-bar {
      position: sticky;
      z-index: 80;
      top: 0;
  } 
  .section-header {
      top: 36px !important;
  }
  .section-header {
      background: #fff;
  }
  .vitals-currency-converter {
      margin-left: 10px !important;
      position: absolute;
      top: -35px !important;
  }
  .vitals-currency-converter .vitals-nice-select::after {
      border-bottom: 2px solid #fff !important;
      border-right: 2px solid #fff !important;
  }
  .vitals-currency-converter .vitals-nice-select {
    color: #fff !important;
  }
  .quickbuy_mob-content .media-gallery .main-image {
      display: none;
  }
  .quickbuy_mob-content .thumbnails .slider__item {
    width: 100%;
    max-width: 34%;
  }
  .quickbuy_mob-content .title-row {
    position: absolute;
    top: -40px;
  }
  .quickbuy_mob-content .media-gallery {
    margin-top: 50px;
  }
  .quickbuy_mob-content .product-info {
        position: relative;
  }
  .quickbuy_mob-content .thumbnails {
      margin-right: 0px;
  }
  .add-to-cart-btn-mobile {
      display: block;
      position: absolute;
      bottom: 3px;
      right: 3px;
      padding: 7px;
      transition: all .1s ease-out;
      border-radius: 25px;
      height: 35px;
      width: 35px;
      background: #b3b6ba26;
      box-shadow: 0 0 1px gray;
  }
  .product-block__image-dots {
      width: 100%;
  }
  .qview-button {
      border-radius: 25px !important;
      border: solid 1px #808080a3;
  }
  .quickbuy-container-mobile {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: #0006;
    z-index: 9999;
  }
  
  /* Modal Content */
  .quickbuy_mob-content {
    background-color: #fefefe;
    margin: auto;
    padding: 16px;
    border: none;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    height: fit-content;
  }
  
  .quickbuy-mob-close {
      width: 100%;
      display: block;
      text-align: right;
  }
}

/* === Currency Converter Styles for Symmetry Theme === */

/* Default (transparent header) */
.vitals-currency-converter .Vtl-Dropdown__Header {
  color: #ffffff !important;               /* White text */
  background-color: #00000000 !important;/* Transparent background */
  border: 0 !important;
  transition: color .25s ease-in-out, background-color .25s ease-in-out;
}

/* Sticky header (white background) */
.pageheader--sticky .vitals-currency-converter .Vtl-Dropdown__Header {
  color: #111111 !important;               /* Black text */
}

/* Ensure inner label/icon inherits text color */
.vitals-currency-converter .Vtl-Dropdown__Label,
.vitals-currency-converter .Vtl-Dropdown__Chevron {
  color: inherit !important;
}

/* Mobile: dropdown width should match trigger (text width) */
@media (max-width: 768px) {
  .vitals-currency-converter .Vtl-Dropdown__Header {
    width: auto !important;
    min-width: unset !important;
    display: inline-flex !important;
  }
}

/* Maintain selected currency on mobile */
.vitals-currency-converter .Vtl-Dropdown__Header .Vtl-Dropdown__Label {
  white-space: nowrap;
}

}/* ===== BODYBUILDER SECTION ===== */

.bodybuilder-section {
  padding: 60px 20px;
  background: #ffffff;
  color: #000000;
}

.bodybuilder-wrapper {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;

  flex-wrap: wrap; /* allows mobile stacking */
}

/* LEFT TEXT */
.bodybuilder-text {
  flex: 1 1 450px;
}

.bodybuilder-name {
  font-size: 42px;
  margin-bottom: 20px;
}

.bodybuilder-bio {
  font-size: 16px;
  line-height: 1.7;
  opacity: 0.9;
}

/* RIGHT MEDIA */
.bodybuilder-media {
  flex: 1 1 450px;
}

.bodybuilder-image,
.bodybuilder-video video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* GALLERY */
.bodybuilder-gallery {
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  max-width: 1200px;
  padding: 0 20px;
}

.bodybuilder-gallery img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  border-radius: 0;
}

.bodybuilder-name {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.bodybuilder-bio {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.8;
  color: #000000;
}

.bodybuilder-image,
.bodybuilder-video video {
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.bodybuilder-media:hover img,
.bodybuilder-media:hover video {
  transform: scale(1.02);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

@media (max-width: 768px) {
  .bodybuilder-wrapper {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .bodybuilder-name {
    font-size: 24px;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-top: 0,
  }

  .bodybuilder-section {
    padding: 20px;
  }
  .bodybuilder-media {
    margin-bottom: 0;
    flex: 1 1 auto;
    width: 100%;
  }

  .bodybuilder-media img,
  .bodybuilder-video {
    margin-bottom: 0;
  }
}