/** Shopify CDN: Minification failed

Line 374:11 Expected ":"

**/
/* Remove Custom Announcement Bar */
#fsb_container {
  display: none !important;
}

/* Stamped star colors */
.fa-star, .fa-star-half-o, .fa-star-o, .stamped-fa-star, .stamped-fa-star-half-o, .stamped-fa-star-o {
  color: black !important;
}

/* Global font adjustments (For Pages) */
.shopify-section--main-page .prose h1 {
  font-size: 20px;
  margin-block-start: 2.2em;
  margin-block-end: 0.8em;
  line-height: 1.65;
}

.shopify-section--main-article h1 {
  font-size: 14px;
  line-height: 1.65;
}

.shopify-section--main-page .prose h2, .shopify-section--main-article .prose h2 {
  font-size: 18px;
  margin-block-start: 2.2em !important;
  margin-block-end: 0.9em;
}

.shopify-section--main-page .prose h3, .shopify-section--main-article .prose h3 {
  font-size: 18px;
  margin-block-start: 2.2em !important;
  margin-block-end: 1.2em;
}

@media screen and (min-width: 700px) {
  .shopify-section--main-article .prose h3, .shopify-section--main-page .prose h3 {
    font-size: 16px;
  }

  .shopify-section--main-article h1 {
    font-size: 20px;
  }
}

/* Header Menu */
.header__primary-nav-item summary.h6, .block.h6 {
  font-weight: 500;
}

.mega-menu__linklist a.link-faded,ul.header__dropdown-menu.unstyled-list {
    font-size: 16px;
}

.header {
  padding-block-start: 10px;
  padding-block-end: 10px;
}

.header__primary-nav-item summary.h6 {
  letter-spacing: 0.1em;
}

.header__secondary-nav-item .block.h6, .header__secondary-nav .localization-toggle span {
  font-size: 0.5rem !important;
}

.header__secondary-nav-item .block.h6 {
  color: rgb(var(--text-color) / .65);
}

.mega-menu__promo img {
  aspect-ratio: 1;
  width: 250px;
}

.mega-menu {
    --mega-menu-gap: 7.5rem;
    --mega-menu-linklist-gap: 7.5rem;
}

.testimonial-list__thumbnail[aria-current=false] {
  opacity: 0.6;
}

@media screen and (min-width: 1150px) {
  .header__primary-nav {
    column-gap: 2rem;
  }
}

@media screen and (min-width: 700px) {
  .header__secondary-nav {
    column-gap: 0.75rem;
  }
}

/* Fast Simon CSS Changes */
.searchTerm {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

/* Mobile Sidebar Footer - Social Media */
.sidebar__footer-social-media {
    border-block-start-width: 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* Hide the currency top border */
.header-sidebar__footer .localization-selectors {
  border-block-start-width: 0;
}

/* Disable product sticky bar hover */
.features--button-transition
  :is(product-sticky-bar .button):not([disabled]):hover {
  color: #f15a24;
  border-color: #f15a24;
}

/* Blog post card image adjustment */
.blog-post-card img {
  height: 223px;
  object-fit: cover;
}

/* Blog tabs */
.blog-tags li a {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-tags li a.is-active {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Materials Page */
@media screen and (min-width: 700px) {
  .custom p, .custom li {
    font-size: 1rem;
  }
}

.custom.multi-column {
  padding: 20px;
}

.custom .multi-column__item {
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  align-content: space-between;
  min-width: 300px;
}

.custom-multi-column-item h4 {
  margin-top: 50px;
}

.material-colors {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
  gap: 5px;
}

.material-button {
  margin: 0 5px;
  width: 40px;
}

.custom-multi-column-item img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.material-description .h4, .custom .h5 {
  font-weight: 700;
}

.material-description {
  text-align: center;
}

.material-description .h4 {
  margin-bottom: 10px;
}

/* Product Card*/
.custom-product-short-desc {
  font-size: 13px;
}

.custom-product-container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.product-card__info .v-stack.justify-items-center.gap-2 {
  min-height: 72px;
}

/* Product page stock availability badge */
.badge {
  font-weight: bold;
}

.stock-availability .badge {
  background: #000000;
  color: #FFFFFF;
}

.badge--limited-edition {
  background: #F15A24;
}

.badge--free-gift {
  background: #6D7862;
}

.badge--memorial-day, .badge--presidents-day {
  background: #283D66;
}

.badge--cool-grey {
  background: #B1B4BD;
}

.badge--blood-orange {
  background: #F15A24;
}

.badge--flash-sale {
  background: rgb(var(--on-sale-badge-background));
  color: rgb(var(--on-sale-badge-text));
}

/* Wishlist button bar */
.swym-wishlist-button-bar {
  margin: 10px 0;
}

/* Custom Single Products Section */
.custom-single-product-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.custom-single-product-list button {
  font-size: 0.65rem;
  font-weight: 700;
}


/* SALE */
.header-sidebar__linklist li:nth-child(4) a.header-sidebar__linklist-button.h6 {
  color: #d10025;
  font-weight: 700;
}

.header__primary-nav li:nth-child(6) {
  color: #d10025;
  
}

.header__primary-nav li:nth-child(6) .block.h6 {
  font-weight: 700;
}

.hide-swatch {
  display: none;
}

.modal-product-card {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.modal-product-card .product-card__info .v-stack.justify-items-center.gap-2 {
  min-height: 0;
}

/* Hide variant lining option */
.hide-elem {
  display: none;
}

/* Custom Stamped CSS */
.prose :first-child:not(input.stamped-rewards-page-input, label.sr-only), .prose .sr-only:first-child + * {
  margin-block-start: 0 !important;
}

.link, .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, a.stamped-rewards-widget-btn.stamped-rewards-widget-btn-sign-up, a.stamped-rewards-widget-btn.stamped-rewards-widget-btn-secondary.stamped-rewards-widget-btn-sign-in, [data-widget-type="rewards-referral"] .stamped-rewards-widget-heading-main, [data-widget-type="rewards-referral"] .stamped-reward-referral-platforms a, .stamped-rewards-widget-btn   ) {
  text-underline: none;
  background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em) / 100% 1px no-repeat;
  transition: background-size .3s ease-in-out;
}

/* Custom Container - Desktop */
@media screen and (min-width: 700px) {
  .custom-container-desktop {
    margin-inline-start: 20%;
    margin-inline-end: 20%;
  }
}

/* Custom sales badge on main menu */
.sale-collection-li {
  display: flex;
  align-items: center
}

.sale-collection-li-mob {
  display: flex;
  align-items: center;
}


.sale-collection-li .badge--limited-edition, .sale-collection-li-mob .badge--limited-edition{
  margin-left: 10px;
  height: 20px; 
  background: rgb(var(--on-sale-badge-background));
  border-radius: 10px;
}

.subcategory-wrapper {
  display: flex;
  justify-content: center;
  align-items:center;
  margin: 15px 0;
}

.subcategory-wrapper .subcategory-block{
  margin: 0px 30px;
  padding: 5px 10px;
  border: 1.5px solid black;
  background-color: white;
  color: black;
  font-weight: bold;
  width: 200px;
}

.subcategory-wrapper .subcategory-block:hover{
  background-color: black;
  color: white;
  transition: all 0.4s
}

/* Custom styles for product gallery with disabled adaptive height */
.product-gallery__carousel:not([adaptive-height]) {
  align-items: center;
} 

.strap-hidden {
  display: none;
}
/* .swiper-slide {
  margin-right: 10px !important;
} */
.swiper {xr
  overflow
}

.announcement-bar .scrolling-content__text {
    margin-right: 80vw;
}

/* Global button custom styling. */
.button {
  font-weight: bold;
}

/* Gorgias help button z-index */
iframe#chat-button {
    z-index: 2;
}