/** Shopify CDN: Minification failed

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

**/
/* Available Colours Option */
.available_colours {
    display:flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}
.available_colours li {
    list-style: none;
}
.available_colours a {
    display: inline-block;
    box-shadow: 0 0 0 1px var(--colorBorder);
}

.available_colours a.active {
    box-shadow: 0 0 0 2px var(--colorTextBody);
}
.available_colours img {
    width: 30px;
    height: auto;
}
.available_colours + .variant-wrapper {
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .available_colours {
        justify-content: center;
    }


/* Back In Stock Klaviyo Button */
.klaviyo-bis-trigger {
    width: 100% !important;
}

/* Product Description Tables */
.product-block .table-wrapper td {
  width: auto !important;
  min-width: 65px;
}
.product-block .table-wrapper td:first-child {
  width: auto !important;
  min-width: 160px;
}
.product-block .table-wrapper table {
  width: auto !important;
}