/** Shopify CDN: Minification failed

Line 11:25 Comments in CSS use "/* ... */" instead of "//"
Line 64:3 Unexpected "/"

**/
/* Maps section */

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    padding-bottom: 400px !important;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
}

/* sticker */

.stickerstextfields {
  display: flex;
  flex-direction: column;
}

#custom-field-stickers {
  width: 50%;
}

/* cart */

.cart__footer .cart__note {
  width: 60% !important;
}

/* product page dropdown */

.product-form__input .select {
    max-width: inherit !important;
}

.product-form__input .select .select__select {
  font-weight: 900;
  font-size: 1.5rem;
}

.cart_note_please {
  width: -webkit-fill-available !important;
}

.pleas_note_p_cart {
  margin-bottom: 80px;
  color: red;
  font-weight: bold;
  font-size: 18px;
} */


/* Product Card */

.metafield_sale_product {
  width: 50%;
  display: flex;
  justify-content: center;
}
