/** Shopify CDN: Minification failed

Line 185:3 Unexpected "`"

**/
.exs-variant_selected_option_name {
  font-size: 1.4rem !important;
  font-weight: 700;
  margin-bottom: 10px !important;
  margin-top: 0;
  display: block;
  float: none !important;
}

.exs-option-label {
  background-color: unset !important;
  padding: 0 !important;
}

.product-form__input input[type=radio]:checked+label .exs-option-images {
  border: 1px solid #b4b4b4;
}

.display-none {
  display: none;
}

fieldset.product-form__input .form__label {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.product-form__input input[type=radio]:checked+label {
  border-radius: 2rem;
}

.exs-footer-trademarks {
  text-align: center;
}

.exs-footer-trademarks .copyright__content {
  margin: 10px;
  line-height: 20px;
  display: inline-block;
}

.footer__copyright {
  text-align: center !important;
}

.copyright__content {
  font-size: 12px;
}

small.copyright__content.policy a {
  padding: 0 10px !important;
}

.footer__copyright.caption .copyright__content {
  letter-spacing: .03rem;
}

.exs-sale-badge {
  color: white !important;
  background-color: #12284B !important;
  padding: 2px 4px !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}

.button--full-width {
  max-width: 44rem;
}

.mega-menu {
  position: static;
  padding-right: 2rem;
}

.mega-menu__content {
  background-color: rgb(var(--color-background));
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  left: 0;
  overflow-y: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
  position: absolute;
  right: 0;
  top: 100%;
  font-family: 'Montserrat', 'sans-serif';
}

.shopify-section-header-sticky .mega-menu__content {
  max-height: calc(100vh - var(--header-bottom-position-desktop, 20rem) - 4rem);
}

.header-wrapper--border-bottom .mega-menu__content {
  border-top: 0;
}

.js .mega-menu__content {
  opacity: 0;
  transform: translateY(-1.5rem);
}

.mega-menu[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
  overflow-x: hidden;
}

.mega-menu__list {
  display: grid;
  gap: 1.8rem 4rem;
  grid-template-columns: repeat(auto-fit,minmax(0, max-content));
  list-style: none;
  padding: 2rem;
  position: relative;
  left: calc(180px + 4rem); /*This works on large screens, or if you have fewer sub-menu's */
  /* left(4rem); */ /* This is a better space on smaller screens or with more sub-menu's */
}

.mega-menu__list > li {
  padding: 2rem;
}

.mega-menu__list > li:last-child {
  border-left: 1px solid darkgray;
}

.mega-menu__link {
  color: rgba(var(--color-foreground), 0.75);
  display: block;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding-bottom: 0.6rem;
  padding-top: 0.6rem;
  text-decoration: none !important;
  transition: text-decoration var(--duration-short) ease;
  word-wrap: break-word;
}

.mega-menu__link--level-2 {
  font-weight: bold;
}

.header--top-center .mega-menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 0;
}

.header--top-center .mega-menu__list > li {
  width: 16%;
  padding-right: 2.4rem;
}

.mega-menu__link:hover {
  color: rgb(var(--color-foreground)) !important;
  text-decoration: underline !important;
}

.mega-menu__link--active:hover {
  text-decoration-thickness: 0.2rem;
}

.mega-menu .mega-menu__list--condensed {
  display: block;
  width: max-content;
}

.mega-menu__list--condensed .mega-menu__link {
  font-weight: normal;
}

@media screen and (min-width: 1130px) {
  .header--top-left, .header--middle-left:not(.header--has-menu) {
    grid-template-areas: "heading navigation icons" !important;
    grid-template-columns: max-content auto auto !important;
    grid-gap: 5rem;
  }`
}

sticky-header {
  position: relative;
  z-index: 999;
}

header {
  position: static;
  z-index: 998;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 3; 
}

.header__menu-item .icon-caret {
  right: -0.3rem !important;
}

.list-menu--inline {
  grid-gap: 0rem;
  height: 100%;
}

details[open] > .header__menu-item {
  text-decoration: none !important;
}

.details[open] > .header__menu-item:hover.link:hover span {
  /* text-decoration: underline 0.3rem; */
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.header__menu-item:hover span {
  text-decoration: none !important;
}

details.mega-menu {
  height: 100%;
}

a:not([href]),
a:not([href]).mega-menu__link:hover {
  cursor: pointer !important;
  text-decoration: none !important;
}

.search.search-modal__form .field:hover.field:after,
.search-modal__form .field__input:focus,
.search-modal__form .field__input:hover,
.search-modal__form .field__input:focus-visible {
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  outline: 0;
  border-radius: var(--inputs-radius);
}

.footer__newsletter.newsletter-form {
  margin: 0 !important;
}


.header__inline-menu {
  margin-top: 0 !important;
  height: 100%;
  align-items: center;
  display: grid !important;
}

@media screen and (max-width: 1130px){
  .header__inline-menu {
    display: none !important;
  }
}

/*
.list-menu__item {
  line-height: 0;
}
*/
.header__menu-item {
  padding-bottom: 10px !important;
  bottom: -5px;
}

.header__inline-menu .list-menu--inline {
  height: unset;
}

@media screen and (min-width: 750px) {
    .blog-articles {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media screen and (min-width: 750px) {
    .blog-articles>*:nth-child(3n+1){
        grid-column: unset !important;
    }

    .blog-articles>*:nth-child(4n+1){
        grid-column: span 3 !important;
    }
}

summary .icon-caret {
  top: unset  !important;
}

.product__info-container .product__title {
  font-size: 20px;
}

.product__info-container .product__description {
  font-size: 14px; 
}

.product__info-container .product__accordion .accordion__content > * {
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  slider-component .slider-buttons {
    display: flex;
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    width: calc(100% + 75px);
    margin-left: -30px;
    justify-content: space-between;
  }

  slider-component .slider-buttons .slider-button {
    height: 20%;
  }
}


.video-with-text.video-container {
  margin-top: 100%;
}

.video-with-text.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
}


.card--standard>.card__content {
    padding: 0;
    text-align: center;
}

.article-template header{
  text-align: center;
}

.collection-hero__description {
  max-width: 100% !important;
}

.share-button__button {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale)* 1.5rem);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale)* .06rem);
  line-height: calc(1 + .3 / max(1, var(--font-heading-scale)));
}

.share-button__button .icon-share {
  align-self: center;
  height: calc(var(--font-heading-scale)* 2rem);
  margin-right: calc(var(--font-heading-scale)* 1rem);
  width: calc(var(--font-heading-scale)* 2rem) !important;
}

.slider-button[disabled] .icon {
  display: none;
}

