/** Shopify CDN: Minification failed

Line 536:0 Unexpected "}"

**/
/* Global */
.link,
a {
  color: inherit;
  font-size: inherit;
}

.breadcrumb a {
  text-decoration: none;
  opacity: 75%;
}

.seavees-link {
  position: relative;
  text-decoration: none;
  font-size: inherit;
  padding-bottom: 5px;
}

.seavees-link:hover,
.seavees-link-active {
  color: #dc4b28;
}

.seavees-link:after {
  transition: width 0.5s;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  content: '';
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: #dc4b28;
  z-index: 2;
}

.seavees-link:hover:after,
.seavees-link-active:after {
  width: 60%;
}

.seavees-link:hover {
  text-decoration: none;
}


/* Header */
.header-wrapper .header {
  padding: 10px 1.5rem;
}

.header__menu-item:hover,
details[open] .header__menu-item {
  color: #dc4b28;
}

.header .header__active-menu-item {
  text-decoration: none;
  color: #dc4b28;
}

.header__menu-item:after,
.header__active-menu-item:after {
  transition: width 0.5s;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0.75rem;
  content: '';
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: #dc4b28;
  z-index: 2;
}

.header__menu-item:hover:after,
details[open] > .header__menu-item:after,
.header .header__active-menu-item:after {
  width: 60%;
}

.header__menu-item:hover span,
.header details[open] > .header__menu-item {
  text-decoration: none;
}

.header__menu-item .icon {
  display: none;
}

.header summary.list-menu__item {
  padding: 1.2rem;
}

/* Featured collection customizations */

tab-component .select {
  display: none !important;
}

.section--featured-collection tab-component button[aria-selected='true'].button--tertiary,
.section--featured-collection tab-component button[aria-selected='true'] span,
.section--featured-collection tab-component button:hover span {
  color: #dc4b28;
  text-underline-offset: 1rem;
  text-decoration: underline;
}

/* Product card */

.product-card-wrapper .card .card__content {
  padding-top: 0;
}

.product-card-wrapper .card--media .card__inner .card__content {
  padding-bottom: 0;
}

.product-card-wrapper .card__media {
  mix-blend-mode: multiply;
}

.product-card-wrapper .card__heading.h5 {
  margin-bottom: 0;
}

.product-card-wrapper .card__content .card__badge .badge {
  background: none;
  padding: 0;
  border: none;
  box-shadow: none;
  text-align: left;
}

@media screen and (min-width: 750px) {
  .product-card-wrapper .card__content .card__badge .badge {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 749px) {
  .product-card-wrapper .card .card-product-custom-field {
    display: none;
  }
}

.product-card-wrapper .card .card-product-custom-field {
  opacity: 0.7;
}

.product-card-wrapper .card .card__media .media img {
  object-fit: contain;
}

.product-card-wrapper .card .card__information {
  gap: 0;
  padding: 0;
}

@media screen and (min-width: 750px) {
  .product-card-wrapper .card .card__information {
    gap: 0;
  }
}

@media screen and (min-width: 990px) {
    body .card:hover .media.media--hover-effect>img:first-child:only-child, body .card-wrapper:hover .media.media--hover-effect>img:first-child:only-child {
        transform: none;
    }
}

/* Product card quick add */
body .quick-add-modal {
  background: rgba(242, 242, 234, 0.9);
}

body .quick-add-modal[open] .quick-add-modal__content {
  transform: translateY(0);
}

body .quick-add-modal__content {
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  height: auto;
  max-height: 90%;
  overflow: scroll;
  transform: translateY(100%); /* Start off-screen */
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

@media screen and (min-width: 750px) {
  body .quick-add-modal__content {
    height: fit-content;
    max-height: 90%;
  }
}

@media screen and (min-width: 750px) {
  body .quick-add-modal__content .product__media-wrapper {
    width: 30% !important;
    max-width: 30% !important;
  }

  @media screen and (min-width: 750px) {
    .card .card__content {
      padding: 2rem;
    }
  }

  body .quick-add-modal__content .product .product__info-wrapper {
    width: 70% !important;
    max-width: 70% !important;
    padding-top: 0;
  }
}

body .quick-add-modal__content .product__info-container > * {
  display: none;
}

body .quick-add-modal__content .product__info-container > *:first-child {
  display: block;
}

body .quick-add-modal__content .product__info-container .product-form {
  margin-top: 0;
}

body .quick-add-modal__content .section-block--variant_picker,
body .quick-add-modal__content .product__info-container .section-block--buy_buttons,
body .quick-add-modal__content .product__info-container .section-block--price {
  display: block;
}
body .quick-add-modal__content #shoe-size-scanner {
  display: none;
}

body .card:has(.quick-add__submit.link) .card__information {
  padding-bottom: 0.4rem;
}

body .card--card .quick-add {
  margin: 0;
}

.card .quick-add__submit {
  text-decoration: none;
  opacity: 70%;
}

@media screen and (min-width: 750px) {
  body .card--card .quick-add {
    margin: 0 0.5rem 0.5rem;
  }
}

/* End product card quick add */

/* Blog */
.main-blog .title--primary {
  display: none;
}

/* Article */

.article-template__title {
  text-align: center;
}

@media screen and (min-width: 750px) {
  .gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 5rem;
  }
  .gallery > * {
    width: 50%;
    padding: 1rem .25rem;
  }
  .article-template__content img {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 750px) {
  .article-template__content img, .gallery {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  
  .article-template__content .gallery > * {
    margin: 0;
  }

}

.article-template__content h2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* Product page */

.product .product__info-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product .product__info-container > * {
  grid-column: span 2 / span 2;
}

.product
  .product__info-container
  > .section-block:not(.section-block--collapsible_tab)
  + .section-block:not(.section-block--collapsible_tab) {
  margin-top: 0;
}

.product .product__media {
  mix-blend-mode: multiply;
  aspect-ratio: 1/1;
  padding-top: 0 !important;
}

.product .product__media img {
  object-fit: contain;
}

.product-media-container {
  background: #f2f2ea;
}

.product .product-form__buttons {
  max-width: none;
}

.product .product__info-container .product-form {
  margin-bottom: 0;
}

.product .product-popup-modal__button {
  min-height: 0;
}

.product .product__info-container .rating-star {
  letter-spacing: 0.2rem;
}

.product .product-form__input--pill input[type='radio'] + label {
  min-width: 60px;
  padding: 1.5rem 1rem;
  font-size: 1.2rem;
}

.product .price .badge {
  display: none;
}

.product .accordion details[open] .accordion__title,
.product .accordion details[open] .icon {
  color: #dc4b28;
}

@media screen and (max-width: 749px) {
  .product .slider-buttons {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .product .product__media-list .product__media-item {
    width: calc(90% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

.product .swatch-input__input + .swatch-input__label.swatch-input__label--square {
  --swatch-input--border-radius: 0;
}

.swatch--square {
  --swatch--border-radius: var(--swatch-input--border-radius, 0);
}

.product .product-form__input--swatch .swatch-input__input+.swatch-input__label {
    --swatch-input--size: 4.8rem;
    outline-offset: 0;
    margin: .7rem .7rem .2rem 0;
}

.product .swatch-input__input+.swatch-input__label:hover, .product .swatch-input__input:hover+.swatch-input__label {
    outline: .1rem solid rgba(var(--color-foreground), 1);
}

@media screen and (min-width: 750px) {
    .product .product-form__input--swatch .swatch-input__input+.swatch-input__label {
        --swatch-input--size: 5.2rem;
    }
}

.product .swatch {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #f2f2ea;
    background-blend-mode: multiply;
    border: none;
}


/* Collection page */
@media screen and (min-width: 750px) {
  .facets-container .facets__disclosure-vertical {
    border-top: none;
  }
}

@media screen and (max-width: 749px) {
  .product-grid-container .collection {
    padding: var(--grid-mobile-horizontal-spacing);
  }
}

/* Footer */

.footer .footer-block:only-child:last-child {
  max-width: none;
}

.footer .footer__content-bottom {
  border-top: 0;
}

@media screen and (max-width: 749px) {
  .footer .footer__content-top {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer .list-social__item .icon,
.footer .svg-wrapper {
  width: 40px;
  height: 40px;
}

.footer .list-social__link {
  padding: 0.5rem;
}

@media screen and (max-width: 749px) {
  .footer .list-social__item .icon,
  .footer .svg-wrapper {
    width: 30px;
    height: 30px;
  }
}

.footer .list-social__item:first-of-type .list-social__link {
  padding-left: 0;
}

@media screen and (max-width: 749px) {
  .footer .footer__content-bottom-wrapper {
    row-gap: 0;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .footer .footer__content-top .grid {
      row-gap: 0;
  }
}

.footer .accordion {
  border-bottom: 0;
  margin-top: 0;
}

.footer .accordion__content {
  padding-left: 0;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .footer-block--newsletter {
    border-top: .1rem solid rgba(var(--color-foreground),.08);
    padding-top: 36px;
  }
}

@media screen and (max-width: 989px) {
  .footer .list-menu__item--link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* Announcement Bar */
.announcement-bar__message {
  margin-bottom: 0;
  padding: 0.5rem 0 0.75rem;
  min-height: 0;
}

/* Side cart */

.drawer__header {
  border-bottom: 1px solid #D9D9D9;
}

.drawer__header .accordion {
  margin-bottom: 0;
}

.drawer .drawer__inner cart-drawer-items {
  border-top: none;
  padding: 0rem !important;
}

.cart-item__image {
  mix-blend-mode: multiply;
}

}
.free-shipping-threshold__message-wrapper .shipping-unlock-message p{
  text-transform: uppercase;
}