/** Shopify CDN: Minification failed

Line 15:34 Unexpected "{"

**/
/* Header */
h2 {
  font-size: 24px !important;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 38px !important;
  }
  [data-section-id],
  .header--root[data-section-id], {
    padding-right: 80px;
    padding-left: 80px;
  }
  .stacked-text--wrapper {
    padding-left: 80px;
    padding-bottom: 32px;
    padding-top: 0;
  }
  .navigation--root {
    padding:0 40px!important;
  }
  .navigation--container{
    padding-top:40px!important;
  }

  
/* Header align-left */
  .featured-collection--header {
    align-items: start !important;
    max-width: none !important;
  }
  .featured-grid--heading, .featured-blog--header, .contact--header, [data-item~=section-heading] {
    text-align: left !important;
  }
  .stacked-text--root {
    margin-right: auto;
  }
}



/* Header collection */
.collection--body--root .stacked-text--wrapper {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .collection--body--root .stacked-text--wrapper {
    padding: 0;
    padding-top: 40px;
  }
}



/* Hover border */
.product--root:hover {
  border: 1px solid #283882;
  border-radius: 20px;
}
.product--root:hover {
  padding:calc(var(--spacing--block)/ 2)!important;
}
.carousel--y-container{
  height:auto!important;
  padding-bottom: 1px;
}



/* Sale label */
.product--label {
  border-radius: 100px !important;
  width: 50px !important;
  height: 50px !important;
  color: white;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 12px;
  display: flex;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  transform: rotate(-10deg);
  line-height: 1;
}
.product--labels {
  top: -10px !important;
  left: -10px !important;
}
@media only screen and (min-width: 768px) {
  .product--labels {
    top: -15px !important;
    left: -15px !important;
  }
  .product--label {
    width: 70px !important;
    height: 70px !important;
    font-size: 14px;
  }
}
[data-light-text=true] [data-item=button], [data-light-text=true] [data-item=button]:focus-visible, [data-light-text=true] [data-item=button]:hover, [data-light-text=true] [data-item=button]:link, [data-light-text=true] [data-item=button]:visited{
    color: var(--color--alternative);
    background-color: var(--color--accent-2);
    font-weight: bold;
    border-radius: 10px;
    letter-spacing: 1px;
}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, textarea[data-item]{
    border-radius: 5px;
    border: 1px solid var(--color--accent-1);
}



/* Contact */
.contact--form-submit {
    text-align: right!important;
}



/* Editorial */
[data-aspect-ratio=square] img {
    aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 768px) {
.featured-blog--grid{
  display: flex;
  align-items: stretch;
}
.article--item {
    flex: 1;
}
}
.article--item--image img{
  --aspect-ratio: 1.333;
  --mobile-aspect-ratio: 1.333;
  aspect-ratio: 4 / 3;
}
.article--item--heading {
  font-weight: 800;
}

.article--navigation-wrapper, .article--recents-wrapper{
max-width:875px!important;  
}
.article--navigation-wrapper{
padding-top: 20px;
    border-top: 1px solid #ccc;
}