/** Shopify CDN: Minification failed

Line 417:1 Expected "}" to go with "{"

**/
/* Variant Selectors */

fieldset.product-form__input {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  max-width: none;
}

fieldset.product-form__input:after {
  /* content: "";
  flex: auto; */
}

[data-current-sku] {
  font-size: 1rem;
}

fieldset.product-form__input .product-form__options-container{
  display: grid;
  grid-template-columns: repeat(auto-fill, 86px);
  grid-gap: 1rem;
  justify-content: space-between;
  margin-top: .75rem
}

fieldset.product-form__input input[type=radio] + label {
    height: 46px;
    line-height: 24px;
    border-radius: 2px;
    bordeR: 1px solid #D3D6D9;
    font-family: var(--font-body-family);
    font-size: 11px;
    min-width: 85px;
    white-space: nowrap;
    padding: 1rem .5rem;
    text-align: center;
    margin: 0;
    letter-spacing: 0px;
}
 
fieldset.product-form__input input[type='radio'].disabled:checked + label {
    color: #ffffff;
}

legend.form__label {
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-size: 12px;
  line-height: 16px;
  padding: 0;
}

span.product-form__oos {
  font-size: 12px;
  line-height: 16px;
  color: rgb(var(--color-base-accent-2));
  margin-left: 5px;
}

span.product-form__oos > a {
  font-size: 12px;
  line-height: 16px;
  color: rgb(var(--color-base-accent-2));
  margin-left: 5px;
}

.product-form__legend {
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 1.2rem;
}

button.button:disabled[data-button-notify] {
  opacity: 1;
  cursor: pointer;
}

.button .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

.button.loading > span {
  display: none;
} 

/* Product Size Chart */
.product-popup-modal__opener--size-chart {
  margin-left: auto;
}

.product-popup-modal__opener--size-chart button {
  padding: 0;
}

.product-popup-modal--size-chart {
  text-align: center;
}

.product-popup-modal--size-chart table{
  margin: 0 auto 3rem;
}


/* Colour Swatches */
.colour-swatches__container input,
.colour-swatches__container img {
  max-width: var(--swatch-width);
  max-height: calc(var(--swatch-width) + 10px);
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 2px;
}
.colour-swatches__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, var(--swatch-width));
  grid-gap: 1rem;
  justify-content: space-between;
  margin-top: .75rem;
  margin-bottom: 1.5rem;
}

.colour-swatches__container a.selected,
.colour-swatches__container a:hover {
  border: 1px solid #353535;
  border-radius: 2px;
}
.colour-swatches__container a {
  position: relative;
  width:  var(--swatch-width);
  height:  var(--swatch-width);
  overflow: hidden;
}

.colour-swatches__container a[data-available="false"] img {
  filter: grayscale(0.5);
}

.colour-swatches__container a[data-available="false"]:before{
  position: absolute;
  content: "";
  left: -10px;
  top: 50%;
  width: calc(1.5 * 100%);
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 10;
}

.swatch-not-cropped .colour-swatches__container input,
.swatch-not-cropped .colour-swatches__container a {
  width: auto;
  height: auto;
}

.swatch-not-cropped .colour-swatches__container input,
.swatch-not-cropped .colour-swatches__container img {
  object-fit: fill;
}

colour-swatches.swatch-empty--hide {
  display: none;
}

.ajax-cart-open #launcher {
  visibility: hidden;
  opacity: 0;
}

.swym-wishlist-button {
  width: 15px;
}


/* Wishlist buttons */
.swym-button .wishlist-added {
  display: none;
}
.swym-added .wishlist-add{
  display: none;
}
.grid__item .wishlist-added, .grid__item .wishlist-add {
  position: absolute;
}

.wishlist-add:focus,
.wishlist-added:focus {
  transform: scale(1.2);
}

.swym-added .wishlist-added {
  display: block;
}
.swym-button::after {
  /* display: none !important; */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.swym-button {
  cursor: pointer;
}

.swym-button.swym-add-to-wishlist-view-product {
  width: 20px;
  height: 20px !important;
}

.swym-button.swym-add-to-wishlist-view-product.swym-added {
  opacity: 1 !important;
}

.product .swym-wishlist-button a svg {
  width: 20px;
}

.product .swym-wishlist-button {
  height: 100%;
}

.with-wishlist-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}

.card-wrapper .swym-wishlist-button {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}

.card-wrapper .swym-wishlist-button svg {
  width: 2rem;
  height: 2rem;
}

.header__icon--wishlist svg {
  width: 20px;
  height: 20px;
}

.header__icon--wishlist svg:focus {
  outline: 1px solid black !important;
}

.header__icons .search__input {
  border: none;
  /*max-width: 140px;*/
  padding: .75rem 0 0.25rem 5.2rem;
  font-size: 12px;
}

.card-wrapper .swym-wishlist-button {
  margin: 0;
}

@media screen and (max-width: 749px) {
  .featured-collection .title {
      display: flex;
      width: 100% !important;
      justify-content: center;
      /* text-align: center !important; */
      line-height: 1.15;
  }
}

.header__icon--search-right .search__input {
  border: none;
  padding: 0.75rem 0 .25rem 0;
  font-size: 12px;
}

.boost-pfs-filter-wrapper .grid__item {
  overflow: hidden;
}

#main-collection-product-grid .grid__item:not(.boost-pfs-action-list-enabled) .card__badge {
  /* display: none; */
}

.product-form__size-switcher{
  display: flex;
  margin-top: 1.8rem;
}

.product-form__size-switcher--buttons {
  border-bottom: 1px solid #E6EBEE;
  display: flex;
  gap: 1rem;
}

[data-switch-button].active {
  border-bottom: 2px solid #000;
}

.product-form__size-switcher--buttons button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
}

.size-value {
  display: none;
}
.size-value.visible {
  display: block;
}
.pinline {
  border-top: 1px solid #E6EBEE;
}

#PopupModal-afterPay-info {
  top: 0px;
}

.background-black {
  background-color: black;
}

.configurator__columns variant-radios {
  display: flex;
  flex-direction: column;
}

.configurator__columns variant-radios fieldset[data-option="2"] {
  order: -1;
}

/* 
.team .page-width {
  padding: 0;
  max-width: none;
} 

.team .multicolumn-card__info h3 {
  padding-top: 1.5rem;
}
.team .title-wrapper-with-link {
  margin-bottom: 0;
  padding-bottom: 0;
}

.team .multicolumn-card__info {
  padding: 0.5rem 0;
}

html:has(ajax-cart[open]) {
  overflow: hidden;
} */

.delivery-table-mobile {
  display:none;
}
.delivery-table-desktop td {
  padding: 1em;
}
.delivery-table-mobile td {
  padding: 0.4em !important;
}
.delivery-table-desktop td, .delivery-table-mobile td {
    border: 0.1rem solid black;
    border-collapse: collapse;
    font-size: 1.4rem;
}
.delivery-table-desktop, .delivery-table-mobile {
    border-collapse: collapse;
}
@media screen and (max-width: 800px) {
  .delivery-table-desktop {
    display:none;
  }
  .delivery-table-mobile {
    display:block;
    overflow: auto;
  }
  .return-button {
    padding: 10px 5px 10px 5px;
    font-size: 20px;
  }
  .sidenav {
    position: inherit !important;
    width: 100% !important;
    margin: auto;
    text-align: center;
    background: black;
    padding: 10px 0px !important;
  }
  .sidenav a {
    color:white !important;
  }
  .return-button {
    font-size:14px !important;
  }
   .multicolumn-list h3:nth-last-child(1) {
     font-size: 9px !important;
     line-height: 1.5
   }
  .multicolumn-card-spacing {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
}