/** Shopify CDN: Minification failed

Line 62:9 Expected identifier but found whitespace
Line 62:10 Unexpected "100%"

**/

/* Custom CSS - Storetasker 03/2025 */


/* Global */

body {
    min-width: 320px;
}

.media--portrait {
    padding-bottom: 127%;
  min-height: 69.2rem;
}

@media screen and (max-width: 749px) {
  .media--portrait {
    padding-bottom: 130%;
    min-height: 50rem;
  }
}


@media screen and (max-width: 749px) {
    .hide-mobile {
        display: none;
    }  
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }  
}

@media screen and (min-width: 750px) {
    .hide-desktop {
        display: none;
    }    
}

/* Header */

.list-menu--inline {
  height: 100%;
}
summary.list-menu__item {
  height: 100%;
  align-self: stretch;
}
header-menu {
  height: 100%;
  display: flex;
}
.header__inline-menu .list-menu li {
  height: 100%;
}
  height: 100%;
}
.header__menu-item {
  height: 100%;
}
.header__inline-menu {
  height: 100%;
}

.header__inline-menu .link,
.header__inline-menu .customer a {
    font-size: 2rem;
}

.header__menu-item {
    padding: 1rem 1.2rem;
}

.shopify-section-header-sticky.scrolled-past-header sticky-header {
    background-color: rgba(255,255,255,1);
    transition: background-color 0.8s;
}

.shopify-section-header-sticky {
    transition: background-color 0.8s;
}

@media screen and (max-width: 749px) {
    .shopify-section-header-sticky.scrolled-past-header sticky-header {
        background-color: rgba(255,255,255,0.75);
    }
  .header__icons {
      padding-right: 0;
  }  
}

/* Image Banner */

@media screen and (max-width: 749px) {
  .banner__content {
      height: 60vh;
  }  
.banner__content.banner__content--bottom-center {
    align-items: flex-end;
}  
}

@media screen and (min-width: 750px) {
  .banner--viewport:not(.banner--adapt) {
    min-height: 80vh;
  }  
  .banner.banner--medium:not(.banner--adapt) {
    min-height: 69.2rem;
  }    
}



/* Collection Slider */

.featured-collection-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.2s;
}

.featured-collection-content:hover {
    background: rgba(0,0,0,0.5);
}

.featured-collection-content:hover * {
    color: #fff;
}

.featured-collection-content p {
    font-weight: 400;
}





/* Footer */

.footer {
    border-top: .1rem solid rgba(var(--color-foreground), 0.4);
}

.footer-block.grid__item.footer-block--menu {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.footer-block.grid__item.footer-block--menu * {
    width: 15rem;
}
.footer__content-bottom {
    padding: 2rem 0 4rem;
    border-bottom: 4.8rem solid #CC1326;
    /* background: #CC1326;
    color: #fff; */
  
}

.footer__content-bottom-wrapper {
    justify-content: center;
}

.footer__content-bottom .copyright__content a:hover {
    /* color: rgba(var(--color-button-text),0.5); */
}

@media screen and (max-width: 749px) {
  .footer-block.grid__item.footer-block--menu * {
      width: 100%;
  }  

  .footer-block.grid__item:not(:last-child) {
      margin-top: 0;
      margin-bottom: 0;
  }

    .footer-block.grid__item h2 {
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #f3f3f3;
    }
}





/* Footer Mobile Menus */

.hidden {
  display: none;
}

/* Optional: add arrow icon to heading */
.footer-block__heading {
  position: relative;
}

.arrow-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}

.rotate-180 {
  transform: rotate(180deg);
}

/* Menu drawer overlay fix */
.js menu-drawer > details > summary::before,
.js menu-drawer > details[open]:not(.menu-opening) > summary::before,
menu-drawer > details[open] > summary::before {
  background: rgba(255, 255, 255, 0.5) !important;
}

/* Mega menu featured collections */
.menu-has-blocks-container {
    display: flex;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    gap: 20px;
}
.menu-has-blocks-container .mega-menu__list {
    width: 33%;
}
.menu-has-blocks-container .mega-menu__list>li {
     width: 100% !important;
     padding-right: 2.4rem;
    height: auto !important;
}
.menu-featured-collection-item {
    width: 300px;
    height: 300px;
    margin: 0;
    text-decoration: none !important;
    font-family: var(--font-body-family);
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    font-style: var(--font-body-style);
    color: rgb(204, 19, 38);
    word-break: break-word;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px;
}

@media screen and (max-width: 989px) {
    .menu-featured-collection-item {
        width: 48%;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 11px 21px;
        padding-bottom: 11px;
        align-items: center;
    }
}


.menu-featured-collection-item .button {
    background: #fff;
    color: rgb(204, 19, 38);
    border-color: rgb(204, 19, 38) !important;
}

.menu-featured-collection-item .button:after
{
    content: '';
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: var(--buttons-radius);
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset))
    rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(204, 19, 38, var(--alpha-button-background));
    transition: box-shadow var(--duration-short) ease;
}

.menu-featured-collection-item img {
    border-radius: 10px;
}

.menu-featured-collection-item-title {
    position: relative;
}

.menu-featured-collection-item a {
    text-decoration: none;
}


@media screen and (max-width: 989px) {
    .menu-featured-collection-item {
        width: 45%;
        height: auto;
    }
}

.menu-has-blocks-container--drawer {
    padding: 20px;
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
}

.menu-featured-collection-item--drawer {
    width: 48%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-featured-collection-item--drawer img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.menu-has-blocks-container--drawer .menu-featured-collection-item-title {
    bottom: 80px;
}

.view-all-link {
    text-decoration: none !important;
    font-size: 1.8rem;
    line-height: 2.4rem;
    vertical-align: top;
}

.color-scheme-2af42f10-3871-4163-835c-94b7ab65cae7 .view-all-link {
    color: black;
}

.product-count.light {
    display: none;
}

a.product__text.vendor-link.button {
    color: rgb(var(--color-button-text));
    display: flex;
    flex-direction: column;
}

.page-width-banner-media {
    width: calc(100% - 3rem) !important;
    margin-left: 1.5rem;
}
@media screen and (min-width: 990px) {
    .page-width-banner-media {
        width: calc(100% - 10rem);
        margin-left: 5rem;
    }
}
.header__inline-menu .list-menu--inline > li > a.header__menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}