/** Shopify CDN: Minification failed

Line 515:167 Unexpected ";"

**/
.custom-card-wrapper {
  color: #555b64;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  margin-inline: auto;
  transition: .4s ease;
    padding: 12px !important;
    border-radius: 15px;
}
.custom-card-variants span { color: #555b64;}

.custom-card-wrapper:hover{
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

.custom-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-card__inner {
  position: relative;
  box-sizing: border-box;
  border-radius: 15px;
  height: 320px;
  /* overflow: hidden; */
}

.custom-card__inner:not(.slick-initialized .custom-card__inner) {
  /* width: 320px; */
  width: 100%;
}

.custom-card__media {
  position: absolute;
  inset: 0;
}

.custom-card__media,
.custom-media,
.custom-media img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.custom-media img {
  object-fit: cover;
  object-position: center center;
}

.card-btn-badge_wrapper {
  position: relative;
  z-index: 0;
  padding: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.custom-quick-add {
  width: 100%;
}

.custom-addToCartBtn {
	width: 100%;
	--color-button-text: var(--color-base-accent-1);
	--color-button: var(--color-base-solid-button-labels);
	--alpha-button-background: .9;
	background: #ffffffe6;
	text-transform: uppercase;
	color: #efa693;
	border-radius: 25px;
	font-weight: 600;
  font-family:'Filson Pro',sans-serif;
}

.custom-card__badge:empty {
  display: block;
}

.custom-card__badge-wrapper .badge, .custom-card__badge .badge {
  color: #444950;
  background-color: #ffc658;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 7px;
  display: block;
  align-items: center;
  justify-content: center;
  width: fit-content;
  width: -moz-fit-content;
}

.custom-card__badge .badge:empty {
  background-color: transparent;
  border: transparent;
}

.custom-card__information {
  padding-top: 7px;
}

.custom-card__heading {
  /* margin-bottom: 6px; */
  margin: 0;
  font-size: 1.5rem;
  line-height: 27px;
      font-family: 'FilsonPro-Regular' !important;
}

.custom-card-link:after {
  content: "";
  position: absolute;
  inset: 0;
}

.price-rating-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.custom-rating-wrapper {
  gap: 6px;
}

.rating-stars {
  display: flex;
  height: fit-content;
}

.custom-rating_count {
  font-size: 14px;
  line-height: 19.6px;
}

.custom-card_price-wrapper {
  display: flex;
  gap: 8px;
}

.custom-compare_at_price {
  color: #939393;
  text-decoration: line-through;
}

.custom-compare_at_price:empty {
  display: none;
}

.custom-regular_price {
  font-weight: 600;
  color:#555b64;
}

/* HOVER CARD */

.custom-card_hover_wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 12px 12px 16px;
  position: absolute;
  background-color: #ffffff;
  /* min-height: 256px; */
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 15px 15px;
  z-index: 1;
  bottom: -5%;
  opacity: 0;
  visibility: hidden;
  /* bottom: 0;
  opacity: 1;
  visibility: visible; */
  transition: all 0.4s ease;
  top: 100%;
    width: calc(100% + 24px);
    left: -12px !important;
}

.custom-card-wrapper:hover .custom-card_hover_wrapper, .custom-card_hover_wrapper:hover {
  
  visibility: visible;
  opacity: 1;
    bottom: unset;
    box-shadow: 0 15px 12px rgba(0, 0, 0, 0.12);
}

.custom-card_product-form,
.custom-card_product-form > form {
  flex: 1;
}

.card-variant-option_name {
  font-size: 13px;
  margin: 0; font-weight:600;
}

.custom-card-variants {
  gap: 14px;
  margin-top: 12px;
  flex-wrap: wrap;
  display:flex;
}

.custom-card-variant {
}

.card-variant-name {
  font-size: 12px;
  cursor: pointer;
  gap: 8.5px;
  display:flex;
}



.card-variant-swatch {
  width: 28px;
  height: 28px;
  aspect-ratio: 1;
  display: flex;
  padding: 2px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 0 0px 0.5px #44495040;
}

.custom-card-variant.selected .card-variant-swatch,
.custom-card-variant input[type="radio"]:checked + label .card-variant-swatch {
  /* border: 1px solid #444950; */
  box-shadow: 0 0 0px 2px #fff, 0px 0px 0px 3px #444950;
}
/* .custom-card-variant input[type="radio"] {
    position: absolute;
    width: 28px;
    height: 28px;
    margin: 0;
    opacity: 0;
  cursor:pointer;
} */

.card-variant-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-card_variant-wrapper {
  margin-bottom: 15px;
}

.card-product-fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.card--subscribe-input-wrapper label {
  font-size: 14px;
}

.custom-card_product-form .card-subscribe-form input:checked + label {
  font-weight: 700;
}

.card-product-select_input {
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
  margin-top: 12px;
  margin-bottom: 10px;
  border: 2px solid #444950;
  border-radius: 100px;
  padding: 10px 16px 12px;
  display: block;
  width: 100%;
  font-size: 13px;
  font-family: 'Filson Pro',sans-serif;;
  text-transform: capitalize;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}
.card-product-select_input option[data-name="Every 1 Month (SEPA)"],
.card-product-select_input option[data-name="Every 2 Months (SEPA)"],
.card-product-select_input option[data-name="Every 3 Months (SEPA)"],
.card-product-select_input option[data-name="Every 4 Months (SEPA)"] { display:none;}

.for-sub.active + .card-product-select_input {
    pointer-events: auto;
  opacity:1;
}
.card--subscribe-input-wrapper select {
    opacity: 0.6;
  pointer-events: none;
    user-select: none;
    margin-top: 12px;
    margin-bottom: 10px;
    border: 2px solid #444950;
    border-radius: 100px;
    padding: 10px 16px 12px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-family: 'Filson Pro',sans-serif;
    text-transform: capitalize;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
.custom-card_product-form .card-subscribe-form input:checked+label+.card-product-select_input {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

.card--subscribe-input-wrapper input:checked+label+ select {
   opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}


.custom-card-wrapper *:focus-visible {
  box-shadow: none;
}

.margin_top-auto {
  margin-top: auto;
}

.hover-quick_add .button {
  width: 100%;
}

/* CUSTOM CHECKMARK */
/* Hide the browser's default checkbox */
.custom-card-label {
  /* padding-left: 26.5px; */
  cursor: pointer;
}

.custom-card-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #c4c4c4;
}

/* On mouse-over, add a grey background color */
.custom-card-input + .custom-card-label:hover .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-card-input:checked + .custom-card-label .checkmark {
  background-color: #75b3cb;
  border: 1px solid #444950;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-card-input:checked + .custom-card-label .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-card-label .checkmark:after {
  left: 5px;
  top: 2.5px;
  width: 5px;
  height: 8.5px;
  border: solid #ffffff;
  border-width: 0 2.2px 2.2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.no-full-link {
  position: relative;
}
.no-full-link::after {
  height: auto;
}

.custom-card__media.no-subs {
    position: relative;
}

.no-subs .custom-card__badge, .custom-card__badge.new{
    position: absolute;
    right: 12px;
    top: 12px;
}

.custom-card__badge-wrapper{
  display: flex;
  position: absolute;
    right: 12px;
    top: 12px;
    gap:3px;
}
.collection-products-grid .custom-card-wrapper .card__media product-form {
    position: absolute;
    z-index: 9;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.collection-products-grid .custom-card-wrapper .card__media product-form form.form {
    width: 100%;
}

span.bestseller_badge.badge{
  background-color: #d1f1ff;
  
}

span.bestseller_badge.badge.bestseller_badge_marg_right{
  margin-right: 8px;
}

.no-subs .custom-quick-add, button.button.custom-addToCartBtn.new,  a.button.custom-addToCartBtn.new{
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
  text-align: center;
}
a.button.custom-addToCartBtn.new:hover, a.button.custom-addToCartBtn.new:focus { border-color:#fff}

@media (max-width: 989px) {  
  .custom-card-wrapper:hover .custom-card_hover_wrapper {
    opacity: 0;
    visibility: hidden;
  }

  .custom-collection-wrapper a.button.custom-addToCartBtn.new{
    text-align: center;
    font-size: 12px;
    padding: 0 0.7rem;
  }
}

@media (max-width: 500px){
  .custom-card__badge-wrapper{
      flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  span.bestseller_badge.badge.bestseller_badge_marg_right{
    margin-right: 0;
    margin-top: 8px;
  }
}



/* Custom CSS */
product-form .custom-card_hover_wrapper .form .quick-add__submit {
	background: #efa693;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
}
product-form .custom-card_hover_wrapper .form .quick-add__submit:hover, product-form .custom-card_hover_wrapper .form .quick-add__submit:focus { border-color:#efa693;};
	color: #efa693; border-color:#fff;}
product-form .quick-add__submit:hover, product-form .quick-add__submit:focus {color: #fff;}
product-form .quick-add__submit:before, product-form .quick-add__submit:after, product-form .quick-add__submit:hover:before, product-form .quick-add__submit:hover:after { box-shadow:none;}
.button:not([disabled]):hover::after, .shopify-challenge__button:hover::after, .customer button:hover::after, .shopify-payment-button__button--unbranded:hover::after {
	--border-offset: 1.3px;
	box-shadow:none;
}
product-form .quick-add__submit:hover, product-form .quick-add__submit:focus { border:2px solid #efa693;}
.rel {
	position: relative;
}
.collection-products-grid .quick-add__submit:hover, .collection-products-grid .quick-add__submit:focus {background: #fff;color: #efa693;border:2px solid #efa693;} 
.custom-card_hover_wrapper .quick-add__submit {
	background: #efa693;
	color: #fff;
}
.card--subscribe-input-wrapper label {
    font-size: 14px; color:#333;
}
.selling_plan_theme_integration  fieldset {
    border: 0;
    padding: 0;
}
.selling_plan_theme_integration fieldset legend {
    font-weight: 600;
    font-size: 18px;
    color: #555b64;
}
/* .selling_plan_theme_integration .ppd-subscribe-input-label {
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    opacity: .8;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .4s ease;
    justify-content: space-between;
    align-items: center;
    position: relative;
} */
.selling_plan_theme_integration .text-wrap-small {
    font-size: 15px;
    font-weight: 600;
}
/* .selling_plan_theme_integration .ppd-subscribe-input-label label {
    width: 100%;
    display: flex;
    padding: 8px 18px;
    border-radius: 10px;
    margin: 0;
    border: 0;
}
.selling_plan_theme_integration .ppd-subscribe-input-label input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    opacity: 0;
}
.selling_plan_theme_integration .ppd-subscribe-input-label input[type="radio"]:checked + label {
      border: 2px solid #444950;
    background-color: #75b3cb;
    color: #fff;
}
.selling_plan_theme_integration .ppd-subscribe-input-label input[type="radio"]:checked + label span.checkmark-plan {visibility: visible;}
.price-per-item__container .quantity {
    border: 1px solid #444950;
    display: inline-flex;
    padding: 5px 15px;
    border-radius: 40px;
    margin-right: 8px;
    width: min-content;
    min-height: 46px;
} */
.quantity__input {
    font-size: 18px;
    font-weight: 600;
    min-width: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.quantity__button[name="minus"] {
    width: 14px;
    margin: 0 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.quantity__button svg {
    width: 14px;
}
.quantity__button[name="plus"] {
    width: 14px;
    margin: 0 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.quantity__button span.svg-wrapper {
    display: flex;
    justify-content: center;
}
.product-form__input .form__label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    border: 0;
    color: #555b64;
}
form#product-form-installment-template--24284811067766__eaabae74-d8d3-4653-bec8-0ba3eebfdb1b {
    border: 0;
}

.price-per-item__container .quantity__button:not(:focus-visible):not(.focused), 
.price-per-item__container .quantity__input:not(:focus-visible):not(.focused) {
    box-shadow: none;
    background-color: none;
}
.card--subscribe-input-wrapper label span.checkmark + span {
    padding: 0 0 0 22px;
}