/** Shopify CDN: Minification failed

Line 48:3 Unexpected "#"

**/
/* FOOTER */
.section-footer__row {justify-content: space-around;}
.section-footer .section-footer__title {font-weight: 500;}
.section-footer__menu-block__menu a:hover {color: #00BADB; text-decoration-color: #00BADB;}

/* COLLECTION PAGES */
.product-block .image-cont .btn.quickbuy-toggle:hover {background-color: #00BADB; border: 1px solid white;}
.product-block__title {font-size: 1.2vw; font-weight: 500; text-wrap: balance;}
.product-price {font-size: 1.2vw;}
.cc-rating-custom-caption {font-size: 1vw;}
.cc-rating-stars__svg {height: 1.5vw; width: 1.5vw;}
.quickbuy-container .inner {padding-bottom: 1vw;}

/* PRODUCT PAGES */
.breadcrumbs-list__item:hover {color: #00BADB; text-decoration: underline; text-decoration-color:  #00BADB;}
.product-title {text-wrap: pretty; font-size: 1.8vw;}
.buy-buttons-row {margin-top: 0px;}
.price-container {margin-bottom: 5px;}
.product-form .quantity-submit-row {margin-top: 10px;}
.product-form .quantity-submit-row .quantity-submit-row__submit {margin-top: 20px;}

/* SEARCH */
input[type=text].main-search__input {background-color: white; border: 1.5px solid #00badb;}
input[type=text].main-search__input:active, input[type=text].main-search__input:focus {border: 2px solid #00badb;}

.main-search__results-all-link.btn.btn--secondary {font-family: var(--base-font-family);
  font-size: var(--button-text-size);
  font-style: var(--base-font-style);
  font-weight: var(--base-font-weight);
  letter-spacing: var(--btn-letter-spacing);
  line-height: 1em;}

.main-search__results-all-link.btn.btn--secondary:hover {
  color: white;
  background-color: #00BADB;
  border-color: white;
}

/* ACCOUNT  */
.account-form .note {text-align: center;}

/* HOMEPAGE */
div# collection_blocks_homepage.fully-spaced-row--medium {margin-top: 2vw;}

/* GENERAL */
.page-section-spacing {margin-bottom: 0px;}


/* about us svg icons */
 .svg-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.svg-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1vw;
}

.svg-icon-mobile {display: none;}
.svg-row-mobile {display: none;}
   
@media screen and (max-width: 768px) {
  .svg-icon-mobile {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 2vw;
  }
  .svg-row-mobile {
      display: flex;
      flex-wrap: wrap;
      text-align: center;
      align-items: center;
      justify-content: center;
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .svg-row {display: none;}
  .svg-icon {display: none;}
  .product-block__title {font-size: 4vw;}
  .product-price {font-size: 4vw;}
}



/* BANNERS */
.subheading--over {margin-bottom: 0rem;}
.text-overlay__title.h1 {text-shadow: 5px 5px black;}


@media screen and (max-width: 768px) {
  .text-overlay__subheading.subheading.subheading--over {text-shadow: 1px 1px black; font-size: 10px; }
  .text-overlay__title.h1 {text-shadow: 2px 2px black;}
}

/* RESPONSIVENESS */
/* footer */
@media screen and (max-width:768px){
  .section-footer__row {text-align: center;}
  .section-footer__row--blocks {padding-top: 15px; display: row;}
  .section-footer__row--blocks .section-footer__row__col:not(:last-child) {margin-bottom: 20px;} 
  .section-footer__row__col {flex: 0 1 70%;}
  .section-footer__row__col.section-footer__newsletter-block {order: 1;}
  .section-footer__row__col.section-footer__text-block {order: 1;} 
}

/* collections & products */
@media screen and (min-width: 1441px) {
  .product-block__title {font-size: 1vw;}
  .product-price {font-size: 1vw;}
  .product-grid {column-gap: calc(var(--gutter) + 1vw);}
}

@media screen and (max-width: 768px) {
  .cc-rating-stars__svg {height: 3vw; width: 3vw;}
  .product-title {font-size: 4vw; text-wrap: wrap;}
  .product-price--large .price__default {font-size: 4vw;}
   p.line-item-property__field {font-size: 3.5vw; padding-top: 1vw; margin-bottom: 1vw;}
  .pjn-text p {font-size: 3.5vw;}
  .product-form .label {font-size: 3.5vw;}
  .product-form .quantity-submit-row {margin-top: -2vw;}
  .media-gallery .media-gallery__inner {width: 75%; margin: auto;}
   btn .pplr-c-button .pplr-btn .button .Button--secondary .ptc_button{margin-top: 1vw; margin-bottom: 1vw;}
  .price-container {display: flex; flex-direction: row; justify-content: space-between;}
  .cc-rating {line-height: 0;}
  #mobile-cta {display: flex; justify-content: center; padding-bottom: 8vw;}
  #aspect-ratio-product-block .img-ar.img-ar--cover {--aspect-ratio: 1.5;}
  #mobile-cta .btn.btn--secondary.quickbuy-toggle{font-size: 3vw;}
  .product-media.product-media--image {padding-top: 2vw;}
}
@media screen and (max-width: 769px) {
   .cc-rating-custom-caption {font-size: 16px;}
}
/* @media screen and (max-width: 990px) {
  .btn {padding: 3.8vw 3.5vw;}
} */
.pjn-new-logo svg{
    width: 100px !important;
    height: auto;
}
.pjn-logo-container{
      display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.product-label.product-label--meta {
  font-weight: bold;
}
