/** Shopify CDN: Minification failed

Line 9:12 Unexpected "-->"

**/



<!-- custom -->


a.m-button.m-button--primary:hover {
    border: 1px solid black;
    outline: none;
}


.m-footer--block.m-footer--block-menu.m-accordion--item.m\:w-full.lg\:m\:w-1\/4 {
  padding-top: 30px;
}
.m-footer--block.m-footer--block-newsletter.m-accordion--item.open.order-first.m\:w-full.lg\:m\:w-1\/4 {
    padding-top: 30px;
}


h3.m-accordion--item-button.m-footer--block-title {
    font-size: 20px;
    font-weight: 600;
}

#shopify-section-sections--19875628515561__custom_content_FTjAQ8 a.social-media-links--item {
  background: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#shopify-section-sections--19875628515561__custom_content_FTjAQ8 a.social-media-links--item .m-svg-icon {
  width: 25px !important;
  height: 25px !important;
  color: black !important;
}

/* Hover the whole link */
#shopify-section-sections--19875628515561__custom_content_FTjAQ8 a.social-media-links--item:hover {
  background: black;
}

#shopify-section-sections--19875628515561__custom_content_FTjAQ8 a.social-media-links--item:hover .m-svg-icon {
  color: white !important;
}


h3.m-product-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
    max-height: calc(1.35em * 2);
    min-height: calc(1.35em * 2);
}



#shopify-section-sections--19875628482793__header a.m-menu__link.m-menu__link--main.m\:uppercase {
    color: white;
}

.m-header .ssw-link-fave-menu, .m-header__compare, .m-header__account, .m-header__wishlist {
    position: relative;
    padding: 0px 8px !important;
}
.m-cart-count {

    top: 19px !important;

}

input {
  width: 100%;
  max-width: 420px;
  font-family: sans-serif;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  background: #fff;
  transition: 0.2s ease;
  color: #444;
}


input::file-selector-button {
  background: linear-gradient(135deg,rgb(255, 173, 187),rgb(251, 135, 154));
  color: #fff;
  border: none;
  padding: 10px 18px;
  margin-right: 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s ease;
}

input::file-selector-button:hover {
  background: linear-gradient(135deg,rgb(251, 135, 154),rgb(253, 121, 143));
  transform: translateY(2px);
}

.form-field form-field--input:hover {
  border-color: #FF91A4;
  box-shadow: 0 6px 14px rgba(91,140,255,0.15);
}

input:focus {
   border-color: #FF91A4;
  box-shadow: 0 0 0 4px rgba(91,140,255,0.15);
}

input::placeholder {
  color: #999;
  font-size: 15px;
}
textarea::placeholder {
  color: #999;
  font-size: 15px;
}
.m-product-custom-field {
    display: inline-block;
}


select {
   width: 250px;
  padding: 10px;
  border: 2px solid #4a90e2;
  border-radius: 8px;
  background: white;
  font-size: 16px;
  color: #333;
  appearance: none;         /* remove default arrow */
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none;    /* Firefox */
  background-image: url('data:image/svg+xml;utf8,<svg fill="%234a90e2" height="20" viewBox="0 0 24 24" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}

/* Hover effect */
select:hover {
  background-color: #fff;
  box-shadow: 0 6px 14px rgba(91,140,255,0.15);
}

/* Focus effect */
select:focus {
  outline: none;
  background-color: #fff;
  border: 2px solid #5b8cff;
  box-shadow: 0 0 0 4px rgba(91,140,255,0.15);
}


#shopify-section-sections--19875628515561__custom_content_FTjAQ8 responsive-image.m-image.m-image-loaded {
    width: 120px !important;
}