/** Shopify CDN: Minification failed

Line 239:17 Unexpected "-->"
Line 269:21 Unexpected "-->"

**/
flipbook-product-popup .flip-book-title {
  display: inline;
}
flipbook-product-popup .flip-book-close,
flipbook-product-popup .flip-book-close:visited {
  display: inline;
  float: right;
  background: #03a196;
  color: #fff;
  border: 1px solid #03a196;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-height: 44px;
  height: 40px;
  line-height: 1.2;
  vertical-align: top;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transition: all 0.2s linear;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  border-radius: 0;
}
@media only screen and (max-width: 1030px) {
  flipbook-product-popup .flip-book-title {
    display: block;
  }
  flipbook-product-popup .flip-book-close {
    float: none;
  }
}
flipbook-product-popup .images-wrap .product-image-selector {
  width: 60px;
}
@media only screen and (max-width: 1030px) {
  flipbook-product-popup .images-wrap .product-image-selector {
    width: 50px;
  }
}
@media only screen and (max-width: 508px) {
  flipbook-product-popup .images-wrap .product-image-selector {
    width: 40px;
  }
}
flipbook-product-popup .modal {
  display: block;
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  /*background-color: rgb(0,0,0);*/
  background-color: rgba(0, 0, 0, 0.4);
  align-content: center;
  margin: 0;
}
flipbook-product-popup .modal.open {
  display: flex;
}
flipbook-product-popup .modal-content {
  background-color: #fefefe;
  margin: auto auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 1430px;
  width: 100%;
}
@media only screen and (max-width: 508px) {
  flipbook-product-popup .modal-content {
    width: 95%;
    padding: 10px;
    margin-bottom: 100px;
  }
  flipbook-product-popup .modal {
    height: 100vh;
    z-index: 999999;
  }
}
flipbook-product-popup .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
flipbook-product-popup .close:hover,
flipbook-product-popup .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
flipbook-product-popup .product-wrapper {
  display: none;
}
flipbook-product-popup .product-wrapper.hydrated,
flipbook-product-popup .images-wrap {
  display: flex;
}
flipbook-product-popup .product-wrapper {
  flex-wrap: wrap;
}
flipbook-product-popup .images-wrap .active-image {
  flex-grow: 1;
}
flipbook-product-popup .selected-image {
  opacity: 0.4;
}
flipbook-product-popup .product-image-selector {
  border: 1px solid #c9c9c9;
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  border-radius: 8px;
}
flipbook-product-popup .product-image-selector:hover {
  border: 1px solid #3a3a3a;
}
flipbook-product-popup .images-wrap {
  width: 30%;
}
flipbook-product-popup .images-wrap .active-image {
  width: 100%;
  border: .1rem solid rgba(var(--color-foreground), .1);
  border-radius: 8px;
}
flipbook-product-popup .images-wrap .active-image img {
  width: inherit;
  border-radius: 8px;
}
flipbook-product-popup .product-content-wrap {
  flex-grow: 1;
  padding: 0 0 0 20px;
  width: 60%;
}
@media only screen and (max-width: 912px) {
  flipbook-product-popup .product-content-wrap {
    width: 100%;
  }
  flipbook-product-popup .images-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1451px) {
  flipbook-product-popup .product-content-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 1451px) {
  flipbook-product-popup .product-content-wrap {
    padding: 0;
  }
}
flipbook-product-popup .product-name {
  text-align: center;
  max-width: 700px;
}
flipbook-product-popup .product-price {
  font-size: 20px;
  margin-bottom: 10px;
}
flipbook-product-popup .description {
  margin-bottom: 15px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
flipbook-product-popup .add_to_cart_all {
  display: flex;
  justify-content: flex-end;
}
flipbook-product-popup .product-quantity-box.purchase-details__quantity input.quantity,
flipbook-product-popup .product-quantity-box.purchase-details__quantity input.qty {
  min-width: 44px;
}
@media only screen and (max-width: 508px) {
  flipbook-product-popup .product-duedate {
    display: none;
  }
}
flipbook-product-popup .item-status-indicator {
  display: flex;
  line-height: 1;
  margin: 1rem 0;
}
flipbook-product-popup .item-status-indicator--item {
  display: flex;
  padding: 2px 3px;
}
flipbook-product-popup .item-status-indicator--item .in-stock {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), #00bd2c);
  width: 20px;
  margin-left: 0;
}
flipbook-product-popup .item-status-indicator--item .due-date {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), #f49c2c);
  width: 20px;
  margin-left: 0;
}
flipbook-product-popup .item-status-indicator--item .out-stock {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0), #fb050a);
  width: 20px;
  margin-left: 0;
}

.body-noscroll-class {
  overflow: hidden;
}


<!-- Accessories -->

.accessories-wrapper {
    width: 100%;
    border: .1rem solid rgba(var(--color-foreground), .1);
    border-radius: 8px;
}
 
.accessory-wrap {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 15px;
}

.accessory-wrap h2 {
    font-size: 1.8rem;
}

.accessory-wrap smiffys-spark-pdp {
    --spark-pdp-image: table-cell;
}


@media only screen and (max-width: 1639px) {
    .accessory-wrap {
        width: 100%;
        float: left;
    }
}

<!-- END Accessories -->