/** Shopify CDN: Minification failed

Line 537:50 Expected ")" to end URL token
Line 613:50 Expected ")" to end URL token

**/
/**/
  .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .modal-content {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: #fff;
            padding: 20px;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
/**/
.option-selector,
.decorator-option-selector {
  padding: 0;
  border: 0;
}

.decorator-button-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
button#decorate {
  overflow: hidden;
  border-radius: var(--btn-border-radius, 0);
  /*background: #88323b;*/
  background: #2B83C8;
  width: 100%;
  height: 42px;
  font-size: 14px;
  font-weight: bolder;
  color: #f0f8ff;
}
.option-selector:not(:last-child),
.decorator-option-selector:not(:last-child) {
  margin-bottom: 2rem;
}
.option-selector .label,
.decorator-option-selector .label{
  margin-bottom: 0.5em;
}

.option-selector.last-option-selector{
  margin-bottom: 1.2rem !important;
}

.option-selector__label-value {
  font-weight: normal;
}

.option-selector__btns {
  margin-top: -12px;
}

.opt-label {
  margin-top: 12px;
  margin-inline-end: 12px;
  border: var(--btn-border-width) solid rgba(var(--text-color)/0.2);
  border-radius: var(--btn-border-radius, 0);
  cursor: pointer;
}

.opt-label--btn {
  min-width: 50px;
  padding: var(--btn-padding-y, 12px) 16px;
  background-color: rgba(var(--bg-color));
  color: rgb(var(--text-color));
}
.opt-label--btn:hover {
  background-color: rgba(var(--text-color)/0.05);
}

.opt-btn:focus-visible + .opt-label {
  outline-offset: 3px;
}

/*.opt-btn:checked + .opt-label--btn {
  background-color: rgba(var(--bg-color));
  color: rgb(var(--text-color));
}
*/

/*pdp-option-selection*/
.opt-btn:checked + .opt-label--btn {
  background-color: #000000;
  color: #ffffff;
}

.opt-btn:checked + .opt-label:not(.opt-label--swatch)::after,
.is-unavailable + .opt-label .opt-label__media::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.opt-btn:checked + .opt-label:not(.opt-label--swatch)::after {
  border-radius: var(--btn-border-radius, 0);
  box-shadow: 0 0 0 2px rgba(var(--text-color)/0.6);
}

.is-unavailable + .opt-label:not(.opt-label--image),
.is-unavailable + .opt-label .opt-label__media::after {
  background: linear-gradient(to bottom left, transparent calc(50% - 1px), rgba(var(--text-color)/0.2) calc(50% - 1px), rgba(var(--text-color)/0.2) calc(50% + 1px), transparent calc(50% + 1px)) no-repeat;
}

.opt-label__media {
  width: 100%;
  border-radius: var(--btn-border-radius, 0);
}

.custom-select__btn[data-swatch]::before,
.custom-select__option[data-swatch]::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-inline-end: 8px;
  border-radius: 50%;
  background-size: cover;
}

.custom-select [data-swatch=white]::before {
  border: 1px solid #f2f2f2;
}

.opt-label {
  min-width: 64px;
  transition: opacity 0.6s, color 0.6s, border-color 0.6s;
  font-weight: bold;
}

.option-selector:not(:last-child),
.decorator-option-selector:not(:last-child){
  margin-bottom: 3rem;
}

.opt-label--image {
  --btn-border-radius: 50%;
  width: var(--swatch-variant-picker-size, 36px);
  min-width: 0;
  height: var(--swatch-variant-picker-size, 36px);
}
.is-unavailable + .opt-label--image img {
  opacity: 0.4;
}

.swatch-shape--not-circle {
  --btn-border-radius: 0;
}

.swatch-shape--natural.swatch--variant-image {
  height: auto;
}

.opt-label--swatch.swatch-shape--portrait {
  height: calc(var(--swatch-variant-picker-size, 36px) / 0.75);
}

.opt-label:not([data-swatch])::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--btn-border-radius, 0);
}

.opt-btn.is-unavailable:checked + .opt-label:not(.opt-label--swatch) {
  border-color: rgba(var(--text-color)/0.6);
}
.opt-btn.is-unavailable:checked + .opt-label:not(.opt-label--swatch)::after {
  box-shadow: none;
}

.opt-label:hover {
  background-color: transparent;
}

.opt-label:not([data-swatch]):hover::after {
  box-shadow: 0 1px 3px 0 rgba(var(--input-text-color)/0.4);
}

.option-selector__btns .is-unavailable + [data-swatch]::before {
  opacity: 0.4;
}

.is-unavailable + .opt-label:not([data-swatch]) {
  overflow: hidden;
}
.is-unavailable + .opt-label:not([data-swatch])::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--text-color)/0.05);
}

.option-selector .label,
.decorator-option-selector .label{
  margin-bottom: 0.8em;
}

:root {
  --product-details-block-margin: calc(8 * var(--space-unit));
  --product-details-block-margin-sm: calc(3 * var(--space-unit));
  --product-info-block-margin: calc(6 * var(--space-unit));
}

.product-info__block,
.product-info__block--sm,
.product-details__block {
  margin: var(--product-info-block-margin) 0;
}
.product-info__block:first-child,
.product-info__block--sm:first-child,
.product-details__block:first-child {
  margin-top: 0;
}
.product-info__block:last-child,
.product-info__block--sm:last-child,
.product-details__block:last-child {
  margin-bottom: 0;
}
.product-info__block:empty,
.product-info__block--sm:empty,
.product-details__block:empty {
  display: none;
}

.product-info__block--sm {
  margin: var(--product-details-block-margin-sm) 0;
}

.product-info__block--md {
  margin: calc(6 * var(--space-unit)) 0;
}

.product-details__block {
  margin: var(--product-details-block-margin) 0;
}

.product-vendor-sku + .product-info__title {
  margin-top: -4px;
}

.product-info__title + .product-info__rating,
.product-price + variant-label {
  margin-top: -8px;
}

.product-description {
  overflow: auto;
}

.product-info__price {
  font-size: var(--h4-font-size);
}

.product-info__add-to-cart .quantity-input-container {
  flex: 1 1 35%;
  margin-inline-end: calc(2 * var(--space-unit));
}

.product-info__add-to-cart quantity-input {
  width: 100%;
}

.product-info__add-button {
  flex: 0 0 100%;
}
.quantity-input-container + .product-info__add-button {
  flex: 1 1 65%;
  margin-inline-start: calc(2 * var(--space-unit));
}

.product-info__disclosure {
  font-size: calc(var(--body-font-size) * 0.1rem);
}

.shopify-payment-button__button {
  margin-top: calc(4 * var(--space-unit));
  overflow: hidden;
  border-radius: var(--btn-border-radius, 0);
}

.product-title .product-info__weight {
  opacity: 0.7;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  padding: var(--btn-padding-y, 12px) 26px;
  transition: opacity 0.6s ease, color 0.6s ease, background-position 0.4s ease-out;
  font-size: 0.88em;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: var(--btn-text-transform, none);
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: transparent;
}

.shopify-payment-button__button--hidden {
  display: none;
}

.shopify-payment-button__more-options {
  color: rgb(var(--text-color));
}

.product-policies {
  margin-top: var(--space-unit);
}

.pickup-icon {
  flex-shrink: 0;
  margin-inline-end: calc(2 * var(--space-unit));
}

.product-details .spr-header-title {
  display: none;
}

.product-details__text {
  font-size: calc(var(--body-font-size) * var(--fluid-1-25));
}

.product-inventory__status::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-inline-end: 0.5em;
  border-radius: 9px;
  background-color: currentColor;
}

[data-inventory-level=none] {
  color: rgb(var(--no-stock-text-color));
}

[data-inventory-level=low] {
  color: rgb(var(--low-stock-text-color));
}

[data-inventory-level=very_low] {
  color: rgb(var(--very-low-stock-text-color));
}

[data-inventory-level=normal],
[data-inventory-level=in_stock] {
  color: rgb(var(--in-stock-text-color));
}

[data-inventory-level=backordered] {
  color: rgb(var(--no-stock-backordered-text-color));
}

.product-spec {
  margin: 0;
}

.product-spec__item {
  border-bottom: 1px dashed rgba(var(--text-color)/0.15);
}

.product-spec__item:last-child {
  border: 0;
}

.product-spec__value p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768.98px) {
  .product-info.media-with-text__text {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  :root {
    --product-details-block-margin: calc(12 * var(--space-unit));
    --product-info-block-margin: calc(8 * var(--space-unit));
  }
  .product-details .disclosure > summary {
    padding-top: calc(5 * var(--space-unit));
    padding-bottom: calc(5 * var(--space-unit));
  }
  .product-details .disclosure__content {
    padding-bottom: calc(5 * var(--space-unit));
  }
  .product-spec__label {
    flex: 0 0 160px;
    margin-bottom: 0;
  }
  .product-spec__label--right {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .product-info__add-to-cart .quantity-input-container {
    flex-basis: 150px;
  }
  .product-details .disclosure > summary {
    padding-top: calc(8 * var(--space-unit));
    padding-bottom: calc(8 * var(--space-unit));
  }
  .product-details .disclosure__content {
    padding-bottom: calc(8 * var(--space-unit));
  }
}

.shipping-message-container,
.min-fee-message-container{
  padding: 8px 20px 8px 5px;
  /*margin-top: 12px;*/
  text-align: left;
  opacity: 1;
  min-height: 60px;
  transition: opacity 0.5s;
  border-radius: 6px;
  border: 2px solid rgba(122, 166, 217, 0.20);
  background: linear-gradient(0deg, rgba(122, 166, 217, 0.30) 0%, rgba(122, 166, 217, 0.30) 100%), #FFF;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
  letter-spacing: 0.28px;
  position: relative;
  cursor: pointer;
}
.shipping-message-container span{
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 16.1px */
  letter-spacing: 0.28px;
}
.shipping-message-container:hover,
.min-fee-message-container:hover{
  background: linear-gradient(0deg, rgba(122, 166, 217, 0.40) 0%, rgba(122, 166, 217, 0.40) 100%), #FFF;
}
.shipping-message-container:after,
.min-fee-message-container:after{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2857 9C17.2857 13.2999 13.7999 16.7857 9.5 16.7857C5.20007 16.7857 1.71429 13.2999 1.71429 9C1.71429 4.70007 5.20007 1.21429 9.5 1.21429C13.7999 1.21429 17.2857 4.70007 17.2857 9ZM18.5 9C18.5 13.9706 14.4706 18 9.5 18C4.52944 18 0.5 13.9706 0.5 9C0.5 4.02944 4.52944 0 9.5 0C14.4706 0 18.5 4.02944 18.5 9ZM10.5298 6.14458C10.5937 5.99665 10.6256 5.84003 10.6256 5.6747C10.6256 5.50937 10.5937 5.35709 10.5298 5.21787C10.474 5.06995 10.3942 4.94378 10.2905 4.83936C10.1947 4.73494 10.075 4.65228 9.93143 4.59137C9.79579 4.53046 9.65218 4.5 9.50058 4.5C9.34101 4.5 9.1934 4.53481 9.05776 4.60442C8.92212 4.66533 8.80244 4.74799 8.69872 4.85241C8.595 4.95683 8.51521 5.083 8.45936 5.23092C8.40351 5.37015 8.37558 5.51807 8.37558 5.6747C8.37558 5.99665 8.48329 6.2751 8.69872 6.51004C8.91415 6.73628 9.18143 6.8494 9.50058 6.8494C9.65218 6.8494 9.79579 6.81894 9.93143 6.75803C10.075 6.69712 10.1947 6.61446 10.2905 6.51004C10.3942 6.40562 10.474 6.2838 10.5298 6.14458ZM8.5192 7.75V14.25H10.482V7.75H8.5192Z' fill='%23242424'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.shipping-message-container .tooltip-info{
  position: absolute;
  top: 40px;
  left: 0;
  border-radius: 3px;
  border: 1px solid rgba(182, 182, 179, 0.25);
  background: #242424;
  box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.06);
  padding: 10px;
  display: none;
}
.shipping-message-container .tooltip-info.show{
  display: block;
}
.shipping-message-container .tooltip-info .details{
  color: #E2E2E1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.shipping-message-container{
  min-height: 36px;
  transition: opacity 0.5s;
  display: block;
}
.min-fee-message-container{
  min-height: 36px;
  margin-top: 10px;
}
.shipping-message-container:empty,
.min-fee-message-container:empty{
  opacity: 0;
  display: none;
}
.moq-message, .lead-time-message {
  background: none !important;
  border: none !important;
}

.min-fee-tooltip-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.min-fee-message-container:after {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2857 9C17.2857 13.2999 13.7999 16.7857 9.5 16.7857C5.20007 16.7857 1.71429 13.2999 1.71429 9C1.71429 4.70007 5.20007 1.21429 9.5 1.21429C13.7999 1.21429 17.2857 4.70007 17.2857 9ZM18.5 9C18.5 13.9706 14.4706 18 9.5 18C4.52944 18 0.5 13.9706 0.5 9C0.5 4.02944 4.52944 0 9.5 0C14.4706 0 18.5 4.02944 18.5 9ZM10.5298 6.14458C10.5937 5.99665 10.6256 5.84003 10.6256 5.6747C10.6256 5.50937 10.5937 5.35709 10.5298 5.21787C10.474 5.06995 10.3942 4.94378 10.2905 4.83936C10.1947 4.73494 10.075 4.65228 9.93143 4.59137C9.79579 4.53046 9.65218 4.5 9.50058 4.5C9.34101 4.5 9.1934 4.53481 9.05776 4.60442C8.92212 4.66533 8.80244 4.74799 8.69872 4.85241C8.595 4.95683 8.51521 5.083 8.45936 5.23092C8.40351 5.37015 8.37558 5.51807 8.37558 5.6747C8.37558 5.99665 8.48329 6.2751 8.69872 6.51004C8.91415 6.73628 9.18143 6.8494 9.50058 6.8494C9.65218 6.8494 9.79579 6.81894 9.93143 6.75803C10.075 6.69712 10.1947 6.61446 10.2905 6.51004C10.3942 6.40562 10.474 6.2838 10.5298 6.14458ZM8.5192 7.75V14.25H10.482V7.75H8.5192Z' fill='%23242424'/%3E%3C/svg%3E);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.min-fee-tooltip-content {
  position: absolute;
  top: 90%;
  left: 0;
  background: #333;
  color: white;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 5px;
  white-space: normal;
  width: max-content;
  max-width: 220px;
  display: none;
  z-index: 100;
}

.min-fee-tooltip-container:hover .min-fee-tooltip-content,
.min-fee-tooltip-container:focus-within .min-fee-tooltip-content {
  display: block;
}

.is-unavailable:not(.is-not-available) + .opt-label--image.opt-label:not([data-swatch])::before,
.is-unavailable:not(.is-not-available) + .opt-label.opt-label--image .opt-label__media::after {
  display:none;
}

.is-unavailable.opt-btn:checked + .opt-label--btn {
  color:rgb(var(--text-color));
}

.is-unavailable + .opt-label--image img {
  opacity:1;
}

.is-not-available + .opt-label--image img {
  opacity:.4;
}

  /* Tooltip base */
.shipping-message-container {
  display: inline-flex;
  align-items: centerl
}

.shipping-message-container .tooltip-info {
  display: none;
  position: absolute;
  top: 100%;        /* show below the message; change to 'bottom:100%' to show above */
  left: 0;
  background: #000;
  color: #111;
  border: 1px solid #000;
  padding: 10px;
  z-index: 100;
  width: max-content;
  max-width: 320px;
  box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.shipping-message-container:hover .tooltip-info,
.shipping-message-container .tooltip-info:hover {
  display: block;
}

.shipping-message-container:after {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2857 9C17.2857 13.2999 13.7999 16.7857 9.5 16.7857C5.20007 16.7857 1.71429 13.2999 1.71429 9C1.71429 4.70007 5.20007 1.21429 9.5 1.21429C13.7999 1.21429 17.2857 4.70007 17.2857 9ZM18.5 9C18.5 13.9706 14.4706 18 9.5 18C4.52944 18 0.5 13.9706 0.5 9C0.5 4.02944 4.52944 0 9.5 0C14.4706 0 18.5 4.02944 18.5 9ZM10.5298 6.14458C10.5937 5.99665 10.6256 5.84003 10.6256 5.6747C10.6256 5.50937 10.5937 5.35709 10.5298 5.21787C10.474 5.06995 10.3942 4.94378 10.2905 4.83936C10.1947 4.73494 10.075 4.65228 9.93143 4.59137C9.79579 4.53046 9.65218 4.5 9.50058 4.5C9.34101 4.5 9.1934 4.53481 9.05776 4.60442C8.92212 4.66533 8.80244 4.74799 8.69872 4.85241C8.595 4.95683 8.51521 5.083 8.45936 5.23092C8.40351 5.37015 8.37558 5.51807 8.37558 5.6747C8.37558 5.99665 8.48329 6.2751 8.69872 6.51004C8.91415 6.73628 9.18143 6.8494 9.50058 6.8494C9.65218 6.8494 9.79579 6.81894 9.93143 6.75803C10.075 6.69712 10.1947 6.61446 10.2905 6.51004C10.3942 6.40562 10.474 6.2838 10.5298 6.14458ZM8.5192 7.75V14.25H10.482V7.75H8.5192Z' fill='%23242424'/%3E%3C/svg%3E);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0px;
  right: -10px;
  position: absolute;
}

@media screen and (max-width:492px) and (min-width:382px) {
  .min-fee-no-variant-picker:after {
    top:75%;
  }
}

@media screen and (max-width:381px) {
  .min-fee-no-variant-picker:after{
    margin-left: 0px;
    right: -10px;
    position: absolute;
  }
}


@media screen and (max-width:1109px) and (min-width:769px) {
  .min-fee-no-variant-picker:after {
    top:75%;
  }  
}