/** Shopify CDN: Minification failed

Line 164:24 Unexpected "{"
Line 164:35 Expected ":"
Line 164:39 Unexpected "{"

**/
p {
    line-height: 1.3 !important;
}

p.product-card--title
{
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
}

span.product--price
 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
}

.product-card--image-wrapper {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
}

/* First image stays visible and above */
.product-card--image {
  position: relative !important;
  z-index: 2 !important;
  opacity: 1 !important;   /* force it to stay visible */
  display: block !important;
}

/* Hover image goes underneath */
.product-card--hover-image {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  opacity: 0 !important;   /* hidden until hover */
  transition: opacity 0.4s ease !important;
  z-index: 1 !important;
}

/* On hover: show 2nd image */
.product-card--image-wrapper:hover .product-card--hover-image {
  opacity: 1 !important;
}

.announcement--text {
    text-transform: none;
    font-family: 'Arimo' !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
}

.x-menu--level-1--link>:is(a,modal-trigger){
      font-family: 'Arimo';
    font-size: 14px;
    color: #000;
    letter-spacing: 0 !important;
}

h2.stacked-text--title {
    font-size: 40px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}

[data-item~=section-heading] {
    letter-spacing: 0 !important;
    line-height: 1.3 !important;
}

.announcement--left .social-icons--items {
    visibility: hidden;
}

label.collapsible-row--heading {
    font-family: 'Arimo'!important;
    font-size: 18px !important;
    letter-spacing: 0 !important;
}

.breadcrumbs--root>* a, .breadcrumbs--root>*[data-item]{
    font-style: normal;
    font-family: 'Arimo'!important;
    font-size: 14px !important;
    color: rgb(0 0 0 / 50%) !important;
    letter-spacing: 0 !important;
}

.breadcrumbs--root li a:after{
  display: none !important;
}

.product-price--original
 {
    display: inline-block;
    letter-spacing: 0 !important;
    font-size: 22px !important;
}

button.product-buy-buttons--primary, .product-buy-buttons--smart[data-transition-button] .shopify-payment-button__button {
    font-family: 'Arimo' !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
}

label.radios--value-button {
    text-transform: none !important;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    padding: 0 50px !important;
}


.radios--value-button[data-unavailable=true] {
    color: rgb(0 0 0 / 50%);
    background: linear-gradient(to left top, transparent calc(50% - 1px), var(--color--gray), transparent calc(50% + 1px));
    border-color: rgb(0 0 0 / 50%);
}

h1.coll-bann-txt {
    font-family: 'Bricolage Grotesque';
    font-weight: 400;
    font-size: 40px;
    line-height: 1.3;
}

[data-item=overline] {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400 !important;
}

p.ai-image-slider-description-ak3bnzlvbwgo4s0hrzaigenblock700cc74kfgat3
 {
    font-weight: 400;
    font-family: 'Bricolage Grotesque';
    /* position: relative;
    top: 165px; */
}

div#shopify-block-AK3BnZlVBWGo4S0hrZ__ai_gen_block_700cc74_KFGAt3 {
    margin: 40px 0;
}

.ai-image-slider-nav-ak3bnzlvbwgo4s0hrzaigenblock700cc74kfgat3 {
    background-color: #ffffff7a;
}

.ai-image-slider-slide-{{ ai_gen_id }} {
    position: relative; /* ensure overlay and content are positioned correctly */
}

[data-item=overline]{
    letter-spacing: 0 !important;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: 0 !important;
}

p{
    letter-spacing: 0 !important;
}

a.stacked-text--button {
    margin-top: -13px;
}

.product-size-chart--root {
    display: none;
}

a:hover {
    color: rgb(135, 159, 154);
}

.product--label {
    background-color: #879F9A !important;
}

input:checked+.filter--label:not([data-item=swatch]) {
    background-color: #879F9A !important;
}

.cart--shipping-bar {
    background-color: #879F9A !important;
}

.cart--header {
    font-family: 'Bricolage Grotesque';
}


h3.article-card--heading {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

.article-card--excerpt {
    font-family: 'Arimo';
    font-size: 16px;
    color: rgba(122, 113, 113, 1);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: -10px;
}


.article-card--date, span.article-card--dot, .article-card--author {
    font-size: 14px !important;
    font-family: 'Arimo' !important;
    color: rgba(0, 0, 0, 0.5) !important;
    letter-spacing: 0 !important;
    font-style: unset !important;
}

a.article-card--read-more {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

._1m6j2n3z{
    background-color: #879F9A !important;
}

@media only screen and (min-width: 768px) {
    .footer--sub--block:last-of-type:nth-of-type(1) {
        justify-content: flex-start !important;
    }
}

.cart--total [data-item="block-heading"] {
    font-family: 'Arimo';
    font-size: 16px !important;
    font-weight: 300 !important;
}

.cart--total-price {
    font-size: 18px;
    font-family: 'Arimo';
    font-weight: 400;
}

.cart--tax-info {
    font-family: 'Arimo';
    font-weight: 400;
    font-size: 14px;
}

.cart--totals strong{
    font-weight: 400 !important;
}

h2.cart--title {
    font-size: 30px;
}


.cart--item--title [data-item="block-heading"] {
    font-size: 18px;
    font-weight: 400;
}

.cart--shipping-message {
    font-size: 14px;
    letter-spacing: 0;
}


#shopify-section-template--25444266049858__16324732989269ca2c {
  scroll-behavior: smooth;
}


@media only screen and (max-width: 768px) {
    h2.stacked-text--title {
    font-size: 30px !important;
}
}

/* #shopify-section-template--24652647825730__slideshow_YErckU > slideshow-carousel > div > div.carousel--container > div:nth-child(1) > div > a > div > div.stacked-text--root > div > div:nth-child(1) > h2{
    color: #000 !important;
} */

@media only screen and (max-width: 768px) {
    h2.featured-collection--title {
        font-size: 30px !important;
        margin-bottom: 15px !important;

    }

    .featured-collection--root {
    margin: 0 20px !important;
    }
}

span.product--compare-price {
    font-size: 16px !important;
    color: #a7756b;
}

.product--labels {
    visibility: hidden !important;
}

@media only screen and (max-width: 767px) {
    [data-item~=section-heading] {
        --font--size: 30px !important;
        padding-bottom: 25px !important;
    }
}

@media only screen and (min-width: 767px) {
    .image-comparison--images {
        margin-left: auto;
        width: 50% !important;
        margin-right: auto;
    }
}

@media only screen and (max-width: 767px) {
    .featured-content--root[data-mobile-overlay=false]:not([data-overlap=true]) .featured-content--container[data-background-color=transparent] .stacked-text--wrapper[data-background-color=transparent] {
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
p.product-card--title {
    padding-right: 40px;
}
}