/** Shopify CDN: Minification failed

Line 51:0 Unexpected "{"
Line 53:0 Unexpected "{"
Line 55:0 Unexpected "{"
Line 57:0 Unexpected "{"

**/
@charset "UTF-8";
@media screen and (min-width: 1px) {
/* GLOBAL TOOLS ---------------------------------------------------------------------- */
  .clear-fix:after {clear: both;display:block;content:""}
  .center-list {list-style:none;text-align:center;margin: 0 0 30px 0 !important;}
  .center-list li {display:inline-block;vertical-align: top;}
  .center-list li:last-child {margin-right: 0;}
  .left-list {list-style:none;margin: 0;text-align:left;}
  .left-list li {float: left;}
  .flex-list {
list-style: none;
        margin: 0;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
  }
  .center-text {text-align:center;}
  .two-col li {max-width: 48%;margin-right: 2.5%;}
  .three-col li {max-width: 30%;margin-right: 2.5%;}
  .two-col li:nth-child(even),
  .three-col li:nth-child(3n) {margin-right: 0 !important;}
  .two-col li a {
    transition: all 200ms ease;
  }
  .two-col li a:hover,
  .two-col li a:focus {
      opacity: .85;
  }

  .left {float: left;}
  .right {float: left;}
  .custom-snippet {margin-bottom: 30px;}
  .button {}
  .button.white-text {color:#ffffff !important;text-decoration:none !important;}
  .center-center {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.blog-intro {font-size: 135%;}

/*  TYPOGRAPHY ---------------------------------------------------------------------- */
.template-article p {margin-bottom: 3em}
pre{font-family: monospace;line-height: 1.25em;}
/* FOR APRIL FOOLS */
{font-family: "zubilo-black", sans-serif;
font-weight: 400;}
{font-family: "zubilo-inline", sans-serif;
font-weight: 400;}
{font-family: "zubilo-lined", sans-serif;
font-weight: 400;}
{font-family: "zubilo-shadow", sans-serif;
font-weight: 400;}

h5 {color:#a0672c;}
  
/*  Navigation ---------------------------------------------------------------------- */
.mobile-navigation-drawer
  .navigation__column--promotion-carousel
  .menu-promotion:last-child {
 flex-basis: auto;
    max-width: 100%;
}
.mobile-navigation-drawer
  .navigation__column--promotion-carousel
  .menu-promotion {
    flex: none;
}
.page-header--with-background .text-overlay--v-center .btn {
background: none;
color: #fff;
padding: .6em 12px;
}

/*  Temp for ST Paddys Day ------------- 
#navigation__tier-1-item-5 a,
#navigation__tier-1-item-41 a,
#navigation__tier-1-item-23 a {
  color: #50b207;
}
#navigation__tier-1-item-5 a:after,
.mobile-navigation-drawer #navigation__tier-1-item-41 a:after,
#navigation__tier-1-item-23 a:after {
  content:" 🍀";
}  */

  /* COLLECTIONS ---------------------------------------------------------------------- */
.product-label-container .product-label {margin: 0;max-height: 18px;}
  .product-label-container .product-label>span {
font-size: 7px; 
}
  /* PRODUCT PAGES ---------------------------------------------------------------------- */
.hide-row {
  display: none;
}
  .hat-styles ul {
            list-style: none;
        margin: 0;
        gap: 15px;
        display: flex;
        align-items: center;
  }
  .hat-styles ul li {
      display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
    text-align: center;
        font-size: 10px;
  }
    .hat-styles ul li img {
        max-width: 60px;
      margin-bottom: 4px;
  }
.template-product shopify-payment-terms {
        display: none !important;
    }
    .custom-price-wrap {
  margin-top: 6px;
}

.price {
  margin-top: 6px;
}

.price__default {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price__current {
  font-size: 1.4rem;
  color: #111;
}

.price__current--sale {
  color: #c20000;
  font-weight: 700;
}

.price__was {
  font-size: 0.95rem;
  color: #777;
}

.price__badge {
  margin-top: 2px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #c20000;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}


/* BLOG ---------------------------------------------------------------------- */
.template-article .profile-icon-insert {
      max-width: 35px;
    margin-left: 10px;
    vertical-align: middle;
    top: -3px;
    position: relative;
}
.easter-social li {
          max-width: 25%;
        margin-right: 7.5%;
}
.easter-social li a:hover img {
}
.easter-hero {
    margin: 0px auto 60px;
    display: block;
    padding: 0px 30px;
}
.easter-hero img {
          width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
}
.coins li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.coins li a img {
  display: block;
}

/* Shine layer */
.coins li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.35) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

/* Trigger per item */
.coins li a:hover::after {
  animation: shine 0.8s ease forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.shine {
  position: relative;
  overflow: hidden;
}

.shine img {
  display: block;
}

/* Shine layer */
.shine::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.35) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  pointer-events: none;
}

.shine:hover::after {
  animation: shine 0.8s ease forwards;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.custom-html .button {
background: #a0672c;
        color: #fff;
        padding: 10px 15px;
        text-align: center;
        margin-bottom: 10px;
        display: inline-block;
}
.template-article .article--main .container .rte {
      border-bottom: 1px solid #eee;
    padding-bottom: 50px;
}
/* EXTRA HEADER MESSAGES ---------------------------------------------------------------------- */  
  #extra-header-wrap {
padding-right: var(--container-pad-x);
    padding-left: var(--container-pad-x);
   background: #221c1d; 
  }
  #extra-header {
    text-align: center;
    padding: 20px;
    color: #fff;
font-weight: normal;
        font-size: 14px;  
  }
  #extra-header a {
  text-decoration: underline;
  }
  #extra-header a.button {
       text-decoration: none;
        padding: 5px 10px;
        text-transform: uppercase;
        font-size: 11px;
        color: #fff;
        background: #a0672c;
        display: block;
        max-width: 175px;
        margin: 5px auto;
        border-radius: 3px;
        line-height: 18px;
  }
.message-title-img {
  max-width: 250px;
    display: block;
    margin: 0 auto 10px;
  width: 100%;
}
/* EASTER - APRIL ---------------------------------------------------------------------- */  
#section-id-template--17838993047774__custom_liquid_NrdwPz,
#section-id-template--17772000018654__custom_liquid_Q4JaME {
  position: relative;
      background: #000;
}
.april-hidden-box-wrap {}
.april-hidden-box {
color: #fff;
    text-align: center;
    align-content: center;
  
}
.april-hidden-box .hidden-content {display:none;padding: 60px 0px;}
.april-link {
background: #a36930;
        position: absolute;
        text-align: center;
        line-height: 10px;
        font-size: 7px;
        text-transform: uppercase;
        color: #fff;
        padding: 1px;
  z-index: 99999;
}
.april-link.one {
          top: 15px;
        right: 200px;
}
.april-link.two {
          top: 15px;
        right: 65px;
}
.april-link.three {
          top: 15px;
        left: 65px;
}


/* BLACK FRIDAY - CYBER MONDAY ---------------------------------------------------------------------- */  
  #extra-header.specials.black-friday {background-color: #221c1d;}
  #extra-header.specials.cyber-monday {background-color: #723298;}
  .black-friday .monthly-specials.plain-text {padding: 30px 10px;}
.black-friday .monthly-specials.plain-text {background: url("/cdn/shop/files/bf-landing-page-bg.jpg?v=1700683598") center top #221c1d no-repeat;background-size: 1000px;}
.black-friday .monthly-specials.plain-text p {color: #ffffff;}
.black-friday .monthly-specials.plain-text h1 {
  text-shadow: 2px 2px #dde162;
    font-size: 45px;
    line-height: 40px;
  color: #445a4b;
}
.black-friday .monthly-specials.plain-text img {max-width: 220px;}
.black-friday-custom-liquid p {color: #fff;text-align:center;}
.bf-header-wrap {background: url("/cdn/shop/files/bf-landing-page-bg.jpg?v=1700683598") center top #221c1d no-repeat;}
.bf-header {margin: 0 auto;padding: 50px 40px;}
.bf-header h1,
  .bf-header h2,
.bf-header h3 {
  color: #ffffff;
  text-align: center;
}
.bf-header h2 {
        line-height: 25px;
        font-size: 20px;
        color: #a1682d;
    }

.bf-header h3 {  
font-size: 25px;
    line-height: 25px;
    margin-bottom: 0px;
}
.bf-header h3 span {
text-transform: uppercase;
        font-size: 275%;
        color: #fff;
        border-bottom: 6px solid #a1682d;
        display: block;
        line-height: 80px;
          margin-bottom: 12px;
}
.bf-header .center-list {margin-top: 25px;}
.bf-header a.button {
        color: #fff;
        background: #a1672d;
        box-shadow: 5px 5px #221d1e;
        display: block;
        margin: 20px auto 30px;
        max-width: 180px;
        transition: all .2s ease;
        text-align: center;
        border-radius: 3px;
        line-height: 50px;
        font-size: 18px;
  }
.bf-header a.button:hover,
.bf-header a.button:focus { }
  .bf-header ul li {
        padding: 20px;
        max-width: 285px;
        margin-right: 2%;
        width: 100%;
        transition: all .2s ease;
        margin-bottom: 5px;

  }
.bf-header ul li:hover,
.bf-header ul li:focus  {
    /* box-shadow: 10px 10px #45594b; */
  }
.bf-header ul li p {
      color: #ee7623;
    text-transform: uppercase;
    font-family: 'Poppins';
  margin-bottom: 0;
}
.black-friday-custom-liquid .offer-details {
      font-style: italic;
    text-align: center;
    color: #999;
    font-size: 9px;
    max-width: 450px;
    line-height: 15px;
    display: block;
    margin: 0 auto;
  }
.bf-hero-image {
        margin: 20px auto 20px;
        max-width: 500px;
        width: 100%;
        display: block;
}  
/* ---------- BLACK FRIDAY - CYBER MONDAY END ---------- */

/* ---------- FOOTER ---------- */
.footer-banner-wrap {
display:none;
position: relative;
}
/* ---------- FOOTER END ---------- */


} /* MIN WIDTH 1PX END ---------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1024px) {
.product-label-container .product-label {max-height: 24px;}
.product-label-container .product-label>span {font-size: 10px; }
  
  /* ---------- FOOTER ---------- */
.footer-banner-wrap {
  display: block;
    background-image: url(/cdn/shop/files/chico-map-background.svg?v=1740078262);
    padding: 125px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* ---------- FOOTER END ---------- */
}
