/** Shopify CDN: Minification failed

Line 623:0 Unexpected "}"

**/
/* BASE */
@font-face {
  font-family: "AkiraExpanded-SuperBold";
  src: url("https://cdn.shopify.com/s/files/1/0676/8243/5346/files/AkiraExpanded-SuperBold.woff?v=1669330778") format("woff");
  src: url("https://cdn.shopify.com/s/files/1/0676/8243/5346/files/AkiraExpanded-SuperBold.woff?v=1669330778") format("woff2");
}

/* BASE */
:root{
  --ff-akira: "AkiraExpanded-SuperBold";
}


h1, h2, 
.header.header--top-left .header__menu-item {
  font-family: var(--ff-akira) !important;
}
@media only screen and (min-width: 750px){
  h1, .h1 {
      font-size: calc(var(--font-heading-scale) * 2.2rem);
  }
  h2, .h2 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
  body {
      font-size: 13px;
  }
}

.subtitle--small {
    font-size: 1.2rem;
    letter-spacing: .08rem;
}


/* ANNOUNCEMENT BAR */
.announcement-bar__message {
  font-size: 1.25rem;
  padding: 13px 0px;
  min-height: 1px;
}

/* HEADER */

.header.header--top-left .header__inline-menu{
  text-align: center;
}
.header.header--top-left .header__icon--cart{
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.header.header--top-left .header__icon--cart span.header__icon {
    padding: 1rem;
    position: relative;
}

.header .hatch-pro-search__form {
    grid-area: searchform;
    display: none;
}

.header .menu-drawer{
    height: 100vh !important;  
    top: 0%;
}
.header .menu-drawer__submenu, 
.header .menu-drawer__navigation{
    padding: 8rem 2rem 3rem;
}

.header .menu-drawer__close-button, 
.header .menu-drawer__menu-item {
    padding: 2rem 0.5rem;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
}
.header .header__icon span {
    z-index: 10;
    position: relative;
}
.header .menu-drawer__menu-item>.icon-arrow{
  right: 0.5rem;
}

@media screen and (min-width: 990px){
  .header.header--top-left .header__icon--cart{
    font-size: 1.6rem;  
  }
  .header.header--top-left .header__icon--cart span.header__icon {
      padding: 0.75rem;
  }
  .header--top-left, .header--middle-left:not(.header--has-menu) {
      grid-template-areas:
          "heading searchform icons"
          "navigation navigation navigation";
      grid-template-columns: auto 1fr auto;
  }
  .header .hatch-pro-search__form {
      max-width: 80%;
      margin: auto;
      width: 100%;
      display: block;
  }
  .header .list-menu--inline{
    column-gap: 40px;
  }
}

.header__active-menu-item,
.header.header--top-left .header__inline-menu .link{
  text-decoration: none;
  position: relative;
}
.header.header--top-left .header__inline-menu .link:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  background-color: rgba(var(--color-foreground),1);
  bottom: 0px;
  left: 0px;
  transition: all 0.3s ease-in-out;
}
.header.header--top-left .header__inline-menu .link:hover:before{
  width: 100%;
}
.header.header--top-left .header__inline-menu .link:hover span{
  text-decoration: none;
}

.header .link, .header.customer a{
  font-size: 1.2rem;
}
@media screen and (min-width: 990px) {
  .header{
    --page-width: 90%;
  }
  .header.header--top-left .header__menu-item {
    color: rgba(var(--color-foreground),1);
    font-weight: 700;
    text-transform: uppercase;
  }
  .header .header__icon--search{
    display: none;
  }
}
.header .menu-drawer__navigation .header__icon--cart {
    width: 100%;
    justify-content: space-between;
    margin-left: 0rem;
    color: rgb(var(--color-foreground));
    padding: 0.25rem 0;
    border: 1px solid rgba(var(--color-foreground),.1);
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    z-index: 1;
}


/* START SECTION: RELATED PRODUCTS */
.related-products .product-grid{
  justify-content: center;
}
/* END SECTION: RELATED PRODUCTS */

/* START SECTION: CONTACT US */
.contact-section.contact{
  padding-left: 10px;
  padding-right: 10px;
}
.contact-section.contact .contact-info-block__heading{
  margin-bottom: 1rem;
  margin-top: 0;
}
.contact-section.contact .contact-info{
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.contact-section-grid{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 15px;
}

@media screen and (min-width: 990px){
  .contact-section-grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 990px){
  .contact-section.contact{
    padding-left: 50px;
    padding-right: 50px;
  }  
  .contact-section-grid{
    grid-template-columns: 2fr 1fr;
  }  
}
@media screen and (min-width: 990px) and (max-width: 1199px){
  .header__heading-logo {
    height: 5rem;
  }
  .header .list-menu--inline {
    column-gap: 15px;
}
}

.input-group {
  margin-bottom: 2rem;
}
.input__label{
  font-size: 13px;
  font-family: var(--ff-akira);
  display: block;
  margin-bottom: 0.5rem;
}
.input__label span[aria-hidden=true]{
  color: #e32410;
}
.input__info{
  font-size: 13px;
  margin-bottom: 0.5rem;
}
.input__control {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid rgb(var(--color-link), 0.1);
  border-radius: var(--inputs-radius);
  display: block;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.3;
}
/* END SECTION: CONTACT US */

/* START SECTION: GALLERY */
.gallery-section .full-width{
  padding-left: 10px;
  padding-right: 10px;
}
.gallery__media-item{
  position: relative;
}
.gallery__media-item:not(.gallery__media--adapt) .gallery__media {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.fancybox-bg:empty{
  display: inherit;
}

.gallery__media--small:not(.gallery__media--adapt) {
    min-height: 18rem;
}
.gallery__media--medium:not(.gallery__media--adapt) {
    min-height: 25rem;
}
.gallery__media--large:not(.gallery__media--adapt) {
    min-height: 35rem;
}
@media screen and (min-width: 990px){
  .gallery__media--small:not(.gallery__media--adapt) {
      min-height: 20rem;
  }
  .gallery__media--medium:not(.gallery__media--adapt) {
      min-height: 35rem;
  }
  .gallery__media--large:not(.gallery__media--adapt) {
      min-height: 56rem;
  }
}
/* END SECTION: GALLERY */

/* START SPINNETS: BREADCRUMBS */
.hatch-pro-breadcrumbs ol{
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  column-gap: 0rem;
  row-gap: 0.5rem;
}
.hatch-pro-breadcrumbs ol li:not(:last-child){
  position: relative;
  padding-right: 1rem;
  margin-right: 1rem;
}
.hatch-pro-breadcrumbs ol li:not(:last-child):after{
  content: '';
  position: relative;
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: rgb(var(--color-link));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.hatch-pro-breadcrumbs ol li:last-child{
  text-transform: uppercase;
}
.hatch-pro-breadcrumbs ol li:last-child a{
  pointer-events: none;
}
.hatch-pro-breadcrumbs a{
  color: rgb(var(--color-link));
  text-decoration: none;
}
/* END SPINNETS: BREADCRUMBS */

/* START SPINNETS: SOCIAL SHARE */
.social-shares {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1rem;
  row-gap: 0.5rem;
}
.social-shares .social {
    display: inline-flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-link));
    cursor: pointer;
}
/* END SPINNETS: SOCIAL SHARE */

/* FOOTER */
.footer-block__newsletter .newsletter-form{
  margin-top: 1.5rem !important;
}
.footer-block__details-content p {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.footer .footer-block__newsletter{
  text-align: start;
}
.footer .newsletter-form{
  align-items: flex-start;
}
@media screen and (min-width: 990px){
  .footer .footer-block__heading {
      font-size: calc(var(--font-heading-scale) * 1.2rem);
  }
  .footer .footer__blocks-wrapper{
    --grid-desktop-horizontal-spacing: 40px;
  }
}

/* START PAGE: MAIN PRODUCT */
.product .product__info-wrapper .price__regular{
  font-family: var(--ff-akira);
  font-size: 1.4rem;
}

.mobile-facets__open-wrapper {
    border: var(--buttons-border-width) solid rgb(var(--color-link), 0.1);
    padding: 0.35rem 1.75rem;
    border-radius: var(--buttons-radius);
}

.quantity {
    width: calc(11rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
}
.quantity__button svg{
  width: 0.8rem;
}
/* END PAGE: MAIN PRODUCT */




/* SLIDESHOW */
slideshow-component .slideshow.banner{
scroll-snap-type: none !important;
scroll-behavior: auto !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(1.1); /* Start with larger size */
    opacity: 0.6; /* Start with opacity 0 */
  }
  100% {
    transform: scale(1); /* End with original size */
    opacity: 1; /* End with full opacity */
  }
}

@keyframes fadeOut {
  0% {
    transform: scale(1); /* Start with larger size */
    opacity: 1; /* Start with opacity 0 */
  }
  100% {
    transform: scale(1.1); /* End with original size */
    opacity: 0.6; /* End with full opacity */
  }
}

slideshow-component .slideshow.banner [aria-hidden="false"] {
animation: fadeIn 300ms, fadeOut 300ms 9000ms;
}


/* PLAY BUTTON */

@media screen and (min-width: 990px){
  .video-section .deferred-media__poster-button{
    width: 10rem;
    height: 10rem;
  }
  .video-section .deferred-media__poster-button .icon{
    width: 4rem;
    height: 4rem;
  }
}
.video-section .deferred-media__poster-button:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index: -1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: pulse 1.2s ease infinite;
}


@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}

.mobile-facets__open-wrapper {
    --buttons-border-width: 1px;
    padding: 2px 10px;
    --buttons-radius: 3px;
}
.mobile-facets__open-wrapper .button-label{
  font-size: 10px;
}

.contact-info .contact-info-block:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.product-grid .card__heading,
.product-grid .card-information,
.collection-list .card__heading {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 600;
}

h2.collection-list-title {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .title,
  .title--primary,
  h2.collection-list-title {
    font-size: 1.5rem;
  }
}

/* SLIDESHOW */
.hatch-pro-slideshow .slideshow__controls {
  position: initial;
}
.hatch-pro-slideshow .slider-button--next,
.hatch-pro-slideshow .slider-button--prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.hatch-pro-slideshow .slider-button--prev {
  left: 10px;
}
.hatch-pro-slideshow .slider-button--next {
  right: 10px;
}
.hatch-pro-slideshow .slider-button--next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.hatch-pro-slideshow .slider-counter--dots {
  display: none;
}

.hatch-pro-search__form input {
    width: 100%;
    height: 50px;
    background: transparent;
    box-shadow: none;
    border: 1px solid rgb(255 255 255 / 15%);
    outline: none;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}
@media screen and (min-width: 750px){
  .header predictive-search{
    position: inherit !important;
  } 
}

#predictive-search {
    line-height: initial;
    --ps-background-color: var(--gradient-background);
    --ps-border-color: rgba(var(--color-foreground), 0.1);
    --ps-color: rgba(var(--color-foreground), 0.75);
    --ps-transition: background-color 100ms ease-in-out;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 120;
    width: 100%;
    pointer-events: none;
}

#header-wrapper #predictive-search-results {
    transform: translateY(-71px);
    box-shadow: 0px 3px 3px -1px #999;
    border: 0;
}

#predictive-search-results {
    max-height: 60vh;
    overflow-y: auto;
    background: var(--ps-background-color);
    border: 1px solid var(--ps-border-color);
    color: var(--ps-color);
    pointer-events: all;
}

#predictive-search .predictive-search__result-group:first-child{
  display: none !important;
}

#predictive-search .predictive-search__heading {
    text-align: center;
}

#predictive-search ul#predictive-search-results-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 1200px){
  #predictive-search ul#predictive-search-results-products-list {
      grid-template-columns: repeat(6, 1fr);
  }  
}

#predictive-search ul#predictive-search-results-products-list .predictive-search__item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

#predictive-search ul#predictive-search-results-products-list .predictive-search__item img.predictive-search__image {
    width: 100%;
    height: 250px;
}

#predictive-search .predictive-search__item--term{
  justify-content: center;
}


.hatch-pro-slideshow .slider-buttons{
  z-index: 2;
}
}