/** Shopify CDN: Minification failed

Line 119:0 Unexpected "}"

**/
:root {
    --color-primary-gray: #71706f;
    --gutter: 6px;
    @media (min-width: 768px) {
        --gutter: 6px;
    }
}

* {
    /* letter-spacing: 1px; */
}
/* Header Navigation */
.navigation .navigation__tier-1 > .navigation__item > .navigation__link:before {
    background-color: #dd8797;
}

#section-id-template--23486435524884__16359276425da8ce46 {
    img {
        filter: grayscale(100%);
    }
}
#shopify-section-template--23486435426580__main {
    background-color: #f8f6f0;
}
/* Product description table */
.product-description.rte td {
    border-left: 1px solid rgb(var(--text-color) / var(--divider-opacity));
}
.product-description.rte td:first-child {
    border-left: none;
}

/* Product Card */
.product-block__title {
    font-weight: 600;
    color: #000;
}
.price__current > .hidePrice {
    color: var(--color-primary-gray);
}
.price__ws {
    font-size: 9px;
    padding-right: 2px;
    color: var(--color-primary-gray);
}
.price__range {
    padding-left: 3px;
}
.price__rrp {
    font-size: 9px;
    padding-right: 3px;
    color: #c4c4c4;
}
.price__rrp_no {
    font-size: 14px;
    color: #c4c4c4;
}
.price__default:has(.notAuthorizedBox) .price__ws,
.price__default:has(.notAuthorizedBox) .price__rrp,
.price__default:has(.notAuthorizedBox) .price__from,
.product-price:has(.notAuthorizedBox) .price-label--sale {
    display: none;
}
.notAuthorizedBoxText,
.notAuthorizedBoxText strong a {
    color: #c4c4c4 !important;
}
.notAuthorizedBoxText strong a:hover {
    color: #000000 !important;
}

.nest-level-2 {
    margin-left: 20px !important;
}
/* Product Page */
.product-form {
    .price__default {
        display: flex;
    }
    .price__was {
        color: #c4c4c4;
    }
}

/* View All Bttn */
.view-all a {
    color: var(--color-primary-gray);
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.view-all a:hover {
    color: #000;
}
/* Footer */
.section-footer__row.section-footer__row-lower {
    position: relative;
    padding-bottom: 20px;
}
.section-footer__row__col {
    padding-bottom: 0;
}

    &::after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url("https://cdn.shopify.com/s/files/1/0668/8525/5444/t/18/assets/coast.png?v=1741218719");
        background-size: contain;
        display: inline-block;
        transform: translate(1px, 4px);
    }
}
.slideshow__text .image-banner__text p {
  font-size: 12px;
}
.send-a-hint {
  margin-top: 20px;
}

.hint-button {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 8px 15px;
  background-color: #e5e5e5;
  color: #333;
  text-decoration: none;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
}

.hint-button:hover {
  background-color: #d4d4d4;
}