/** Shopify CDN: Minification failed

Line 395: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;
}

.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;
}

@media screen and (max-width: 1140px) {
  .mega-menu {
    --mega-menu-gap: 1rem;
    --mega-menu-linklist-gap: 1rem;
}
}
.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--sale {
  background: #C9FA73; 
  color: #1c1c1c;
}
.badge--pre-order-15-off{
  background:  #F94C43;
}
.badge--last-chance {
  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 a[href*="/collections/outlet"] {
  color: #d10025 !important;
  font-weight: 700;
}

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

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

.header-sidebar a[href*="/collections/australia-warehouse-sale"] {
  color: #d10025;
  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;
}

/* Videowise */
.vw-parent img{
  height: 0;
  opacity: 0;
}

/* Materials Fabric Selector section */
/* ============================================================
   Fabric Selector — add to custom.css
   Mobile-first: header → image → tabs → content
   Desktop: side-by-side grid
   ============================================================ */

/* ── Section root — flex column on mobile for ordering ── */
.shopify-section--fabric-selector {
  overflow: hidden;
}

/* Outer wrapper: full-bleed on mobile, contained on desktop */
.fabric-selector__outer {
  padding-block: 0 !important; /* section-spacing adds vertical, we override to 0 — margins come from desktop only */
}

.fabric-selector__section {
  display: flex;
  flex-direction: column;
}

/* ── Header: order 1 on mobile (above image) ── */
.fabric-selector__header {
  order: 1;
  padding: 24px 24px 0;
  margin-block-end: 0;
  text-align: center;
}

.fabric-selector__header .h2 {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fabric-selector__fabric-desc {
  margin-block-start: 8px;
}

/* ── Image wrap: order 2 on mobile, full-bleed ── */
.fabric-selector__image-wrap {
  order: 2;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-block-start: 20px;
}

.fabric-selector__img,
.fabric-selector__img-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.fabric-selector__img.is-selected,
.fabric-selector__img-placeholder.is-selected {
  opacity: 1;
  pointer-events: auto;
}

/* ── Body: order 3 on mobile (tabs + swatches below image) ── */
.fabric-selector__body {
  order: 3;
  padding: 20px 24px 0;
}

/* ── Selector panel ── */
.fabric-selector__selector-panel {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ── Tab nav wrapper — provides the fade mask hint ── */
.fabric-selector__type-nav-wrap {
  position: relative;
}

/* Fade on the right edge to hint more tabs are scrollable */
.fabric-selector__type-nav-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(to right, transparent, rgb(var(--color-background, 245 245 245)));
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* Hide fade once user has scrolled to the end */
.fabric-selector__type-nav-wrap.is-end::after {
  opacity: 0;
}

/* ── Breakpoint visibility helpers ── */
/* Start both as hidden */
.fs-hide-mobile,
.fs-hide-desktop {
  display: none !important;
}

/* On desktop: hide fs-hide-desktop, reveal fs-hide-mobile */
@media screen and (min-width: 700px) {
  .fs-hide-desktop { display: none !important; }
  .fs-hide-mobile  { display: block !important; }
}

/* On mobile: hide fs-hide-mobile, reveal fs-hide-desktop */
@media screen and (max-width: 699px) {
  .fs-hide-mobile  { display: none !important; }
  .fs-hide-desktop { display: block !important; }
}

/* ── Tab nav — horizontal scroll on mobile ── */
.fabric-selector__type-nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 2px;
  /* pad-right so last tab doesn't hide behind the fade */
  padding-inline-end: 40px;
}

.fabric-selector__type-nav::-webkit-scrollbar {
  display: none;
}

.fabric-selector__type-tab {
  appearance: none;
  background: none;
  border: none;
  border-radius: 2px;
  padding: 4px 10px;
  margin: 0;
  cursor: pointer;
  color: currentColor;
  opacity: 0.35;
  font-family: inherit;
  font-size: 1.1rem;
  position: relative;
  transition: opacity 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ── Dropdown ── */
.fabric-selector__type-dropdown-wrap {
  position: relative;
}

.fabric-selector__type-dropdown {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  border: 1px solid rgba(var(--color-foreground), 0.2);
  border-radius: 2px;
  padding: 8px 36px 8px 12px;
  font-family: inherit;
  font-size: 1.3rem;
  color: currentColor;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='currentColor' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.fabric-selector__type-tab::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2px;
  background: currentColor;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.fabric-selector__type-tab:hover { opacity: 0.6; }
.fabric-selector__type-tab[aria-selected="true"] { opacity: 1; }
.fabric-selector__type-tab[aria-selected="true"]::after { opacity: 0.08; }

.fabric-selector__tab-indicator { display: none; }

/* ── Per-type description ── */
.fabric-selector__type-desc-panel { min-height: 0; }

.fabric-selector__type-desc {
  margin: 0;
  animation: fs-fadein 0.2s ease;
}

/* ── Swatches ── */
.fabric-selector__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fabric-selector__swatch-btn {
  appearance: none;
  background: none;
  border: 2px solid transparent;
  border-radius: var(--media-radius, 0px);
  padding: 2px;
  cursor: pointer;
  display: block;
  transition: border-color 0.15s, transform 0.1s;
}

.fabric-selector__swatch-btn.is-hidden { display: none; }
.fabric-selector__swatch-btn:hover { transform: scale(1.06); }

.fabric-selector__swatch-btn.is-selected,
.fabric-selector__swatch-btn[aria-pressed="true"] {
  border-color: currentColor;
}

.fabric-selector__swatch-btn img,
.fabric-selector__swatch-fill {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: calc(var(--media-radius, 0px) - 2px);
  object-fit: cover;
}

/* ── AVAILABLE IN label ── */
.fabric-selector__available-label {
  margin: 0;
  min-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── Desktop (700px+) ── */
@media screen and (min-width: 700px) {

  /* Outer: restore vertical spacing and add side margins like container--md */
  .fabric-selector__outer {
    padding-block: var(--section-spacing, 60px) !important;
    padding-inline: var(--container-gutter, 40px);
    max-width: var(--page-width, 1400px);
    margin-inline: auto;
  }

  /* Inner section: rounded corners look good inside the contained layout */
  .fabric-selector__section {
    overflow: hidden;
    border-radius: var(--media-radius, 0px);
  }

  /* Section itself becomes the grid — match image-with-text proportions */
  .fabric-selector__section {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    align-items: stretch;
    min-height: 360px;
    padding: 0 !important;
  }

  /* Image: column 1, spans both rows, flush all edges, no fixed aspect ratio */
  .fabric-selector__image-wrap {
    order: unset;
    grid-column: 1;
    grid-row: 1 / -1;
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
    min-height: 360px;
    margin-block-start: 0;
  }

  /* Header: column 2, row 1, generous padding matching image-with-text */
  .fabric-selector__header {
    order: unset;
    grid-column: 2;
    grid-row: 1;
    padding: 64px 72px 0 64px;
    text-align: left;
    margin-block-end: 0;
  }

  .fabric-selector__header .h2 {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  /* Body: column 2, row 2 — flex so content sits naturally below header */
  .fabric-selector__body {
    order: unset;
    grid-column: 2;
    grid-row: 2;
    padding: 28px 72px 64px 64px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Tabs wrap on desktop — no fade needed */
  .fabric-selector__type-nav-wrap::after {
    display: none;
  }

  /* Dropdown on desktop — constrain width */
  .fabric-selector__type-dropdown {
    font-size: 1.4rem;
  }

  .fabric-selector__type-nav {
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 4px;
    padding-inline-end: 0;
  }

  .fabric-selector__type-tab {
    font-size: inherit;
    padding: 6px 14px;
    flex-shrink: unset;
  }

  .fabric-selector__swatch-btn img,
  .fabric-selector__swatch-fill {
    width: 28px;
    height: 28px;
  }

  .fabric-selector__selector-panel {
    gap: 24px;
  }
}

@keyframes fs-fadein {
  from { opacity: 0; transform: translateY(3px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Mobile tab size overrides ── */
@media screen and (max-width: 699px) {
  .fabric-selector__type-tab {
    font-size: 0.9rem;
    padding: 3px 8px;
  }
}
/* Materials Fabric Selector section ends */