/** Shopify CDN: Minification failed

Line 322:23 Expected "]" to go with "["
Line 322:28 Unexpected "]"

**/
/*
 * Extracted inline styles from sections/main-product.liquid
 * These styles were previously inline to improve caching and reduce HTTP requests
 */

/* Affirm modal trigger styling */
.affirm-modal-trigger {
  text-decoration: underline;
}

.__affirm-logo.__affirm-logo-primary.__ligature__affirm_full_logo__:after,
.__affirm-logo.__affirm-logo-primary.__ligature__affirm_short_logo__:after,
.__affirm-logo.__affirm-logo-blue.__ligature__affirm_full_logo__:after,
.__affirm-logo.__affirm-logo-blue.__ligature__affirm_short_logo__:after {
  color: #74B3D0;
}

/* Product description styling */
.product-description p {
  margin-bottom: 0.5rem;
  line-height: 1.625rem;
}

.product-description a {
  text-decoration: underline;
  color: #F27670;
}

fieldset.product-form__input + fieldset.product-form__input {
  margin-top: 1rem;
}

/* Product color swatch styling */
.product-color-swatch {
  width: 2.625rem;
  height: 2.625rem;
}

.product-form__input input[type='radio'] + label.product-color-swatch-black {
  background-color: #000000;
}

.product-form__input input[type='radio'] + label.product-color-swatch-blue {
  background-color: #0E78BE;
}

.product-form__input input[type='radio'] + label.product-color-swatch-green {
  background-color: #9BC43C;
}

.product-form__input input[type='radio'] + label.product-color-swatch-white {
  background-color: #E6E7F4;
}

.product-form__input input[type='radio'] + label.product-color-swatch-red {
  background-color: #9D3434;
}

.product-form__input input[type='radio'] + label.product-color-swatch-gold {
  background-color: #B59965;
}

.product-form__input input[type='radio'] + label.product-color-swatch-orange {
  background-color: #DC7023;
}

.product-form__input input[type='radio'] + label.product-color-swatch-pink {
  background-color: #DE5FA0;
}

.product-form__input input[type='radio'] + label.product-color-swatch-charcoal {
  background-color: #2F2F2F;
}

.product-form__input input[type='radio'] + label.product-color-swatch-grey {
  background-color: #818183;
}

.product-form__input input[type='radio'] + label.product-color-swatch-light-gray {
  background-color: #A09B98;
}

.product-form__input input[type='radio'] + label.product-color-swatch-cloud {
  background-color: #CECECE;
}

.product-form__input input[type='radio'] + label.product-color-swatch-sleepy-blue {
  background-color: #395A88;
}

.product-form__input input[type='radio'] + label.product-color-swatch-midnight-grey {
  background-color: #373737;
}

.product-form__input input[type='radio'] + label.product-color-swatch-blue-reef {
  background-color: #337272;
}

.product-form__input input[type='radio'] + label.product-color-swatch-moonlight-blue {
  background-color: #13213C;
}

.product-form__input input[type='radio'] + label.product-color-swatch-deep-blue {
  background-color: #13213C;
}

.product-form__input input[type='radio'] + label.product-color-swatch-candy-pink {
  background-color: #f78fb6;
}

.product-form__input input[type='radio'] + label.product-color-swatch-navy {
  background-color: #122945;
}

.product-form__input input[type='radio'] + label.product-color-swatch-midnight-blue {
  background-color: #1B2A4A;
}

.product-form__input input[type='radio'] + label.product-color-swatch-petal-pink {
  background-color: #F2C4CE;
}

.product-form__input input[type='radio'] + label.product-color-swatch-graphite-grey {
  background-color: #464646;
}

.product-form__input input[type='radio'] + label.product-color-swatch-birch-white {
  background-color: #EDECEA;
}

.product-form__input input[type='radio'] + label:after {
  content: '';
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: 2px solid #F17773;
  border-radius: 9999px;
  opacity: 0;
  transition: opacity .15s ease-out;
}

.product-form__input input[type='radio'] + label:hover:after {
  opacity: 50%;
}

.product-form__input input[type='radio']:checked + label:after {
  opacity: 100%;
}

@media only screen and (min-width: 1024px) {
  .product-split-bg {
    background: linear-gradient(to right, #EAF5F8 0%, #EAF5F8 50%, #ffffff 50%, #ffffff 100%);
  }
}

/* ReCharge subscription styling */
.rc-container-wrapper {
  margin-bottom: 1.5rem;
}

.rc-container-wrapper:before {
  content: 'Select Your Plan:';
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
  color: #122945;
}

.rc_popup {
  display: none !important;
}

.rc-radio.rc_widget__option {
  border-radius: 9999px !important;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0em;
  color: #122945;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
  position: relative;
}

.rc-radio.rc_widget__option:after {
  content: '';
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e5e5;
  border-radius: 9999px;
}

.rc-option__price.rc_widget__price.rc_widget__price--onetime {
  display: none;
}

.rc-option__price.rc_widget__price.rc_widget__price--subsave {
  display: none;
}

.rc-template__button-group .rc-radio {
  background-color: #fff;
  border-color: #e5e5e5;
  border-width: 2px;
  max-width: 280px;
  width: auto;
  margin-bottom: 1rem;
}

.rc-template__button-group .rc-radio:first-child {
  margin-right: 0.75rem;
}

.rc-template__button-group .rc-radio.rc-option--active {
  box-shadow: none;
  border-width: 2px;
  border-color: #f27670;
  background-color: #ffffff;
}

.rc-template__button-group .rc-radio.rc-option--active:after {
  background-color: rgba(242, 118, 112, 1);
  border-color: rgba(242, 118, 112, 1);
  background-image: url(/cdn/shop/files/form-add-checkmark.svg?v=1630454271);
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.rc-option__text[data-label-text-onetime],
.rc-option__text[data-label-text-subsave] {
  display: inline-block;
  padding-top: 0.25rem;
}

.rc-selling-plans__label {
  display: none;
}

.rc_widget__option__plans__dropdown.rc-selling-plans__dropdown {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #122945;
  padding: 0.75rem 3rem 0.5rem 1rem;
  border: 2px solid #122945;
  border-radius: 9999px;
  text-align: left;
  appearance: none;
}

.rc_widget__option__plans__dropdown.rc-selling-plans__dropdown {
  width: 100%;
}

.rc-selling-plans {
  position: relative;
}

.rc-selling-plans:after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('/cdn/shop/files/caret-down-dark-blue.svg?v=1636135317');
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}

.rc-radio-group__options {
  flex-wrap: wrap;
}

/* Options tooltip styling */
.options-tooltip[data-text] {
  cursor: help;
  position: relative;
}

.options-tooltip:after {
  display: none;
  content: attr(data-text);
  position: absolute;
  background: #fff;
  border-width: 1px;
  padding: 0.5rem 1rem;
  z-index: 999;
  font-weight: normal;
  bottom: 120%;
  right: 0;
  width: 260px;
  font-size: 16px;
  line-height: 1.5;
}

.options-tooltip[data-text]:hover:after {
  display: block;
}

.options-tooltip[data-text]:after {
  bottom: auto;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 750px) {
  .options-tooltip[data.text]:after {
    max-width: 100%;
  }
}

/* Selling plan type radio button styling */
[name='selling-plan-type'] + label::before {
  content: '';
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #e5e5e5;
  border-radius: 9999px;
}

[name='selling-plan-type']:checked + label::before {
  background-color: rgba(242, 118, 112, 1);
  border-color: rgba(242, 118, 112, 1);
  background-image: url(/cdn/shop/files/form-add-checkmark.svg?v=1630454271);
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}

[name='selling-plan-type']:checked + label {
  border-color: #f17773;
}

#selling-plan--subscribe[name='selling-plan-type']:checked ~ #product__selling-plan-options {
  display: block;
}

/* Product badges tooltip styling */
#product__badges li[data-text] {
  cursor: help;
}

#product__badges li:after {
  display: none;
  content: attr(data-text);
  position: absolute;
  background: #fff;
  border-width: 1px;
  padding: 0.5rem 1rem;
  z-index: 999;
  font-weight: normal;
  bottom: 120%;
  right: 0;
  width: 260px;
  font-size: 16px;
  line-height: 1.5;
}

#product__badges li[data-text]:hover:after {
  display: block;
}

#product__badges {
  position: relative;
}

#product__badges li[data-text]:after {
  bottom: auto;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 750px) {
  #product__badges li:after {
    max-width: 100%;
  }
}