/** Shopify CDN: Minification failed

Line 424:0 Unexpected "%"
Line 437:0 Unexpected "%"

**/
/**
 * Insert your styles with Liquid below.
 *
 * Import additional stylesheets into this sheet using CSS imports:
 * @import url('./global/form.scss');
 */



/*!normalize.css v3.0.1 | MIT License | git.io/normalize */

.item-grid-item-info-price.row h1, .item-grid-item-info-price.row h2, .item-grid-item-info-price.row h3, .item-grid-item-info-price.row p {
  margin: 0;
}
.junip-powered-by-footer {
  display: none !important;
}


html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}

.VSelect--DefaultDropdown.isBlank {
  display: none;
}

body{margin:0;}



article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}



audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}



audio:not([controls]){display:none;height:0;}



[hidden],template{display:none;}



a{background:transparent;}



a:active,a:hover{outline:0;}



abbr[title]{border-bottom:1px dotted;}



b,strong{font-weight:bold;}



dfn{font-style:italic;}



h1{font-size:2em;margin:.67em 0;}



mark{background:#ff0;color:#000;}



small{font-size:80%;}



sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}



sup{top:-0.5em;}



sub{bottom:-0.25em;}



img{border:0;}



svg:not(:root){overflow:hidden;}



figure{margin:1em 40px;}



hr{box-sizing:content-box;height:0;}



pre{overflow:auto;}



code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}



button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}



button{overflow:visible;}



button,select{text-transform:none;}



button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}



button[disabled],html input[disabled]{cursor:default;}



button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}



input{line-height:normal;}



input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}



input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}



input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}



input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}



fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}



legend{border:0;padding:0;}



textarea{overflow:auto;}



optgroup{font-weight:bold;}



table{border-collapse:collapse;border-spacing:0;}



td,th{padding:0;}

.TopbarContainer {
 position: sticky;
  top: 0px;
}


html {
  box-sizing: border-box;
}



html.mobile-menu-visible  {
    overflow: hidden;
  }
  html.mobile-menu-visible .TopbarContainer {
    position: fixed !important;
  }
  .TopbarContainer {
    transition: none !important;
}

*, *:before, *:after {
  box-sizing: inherit;
}



body {
  width:100vw;
  overflow-x: hidden;
  overflow-y: auto;
}



main {
  position: relative;
  background: white;
  z-index: calc(1 + 1);
}



@media (min-width: 768px) {



main {
    z-index: calc(1 - 1)
}
  }




@media (max-width: 767px) {


    }



main .content {
  padding: 20px 20px 100px 20px;
  width: 100%;
  margin-left: 0;
  width: calc(100% - 230px);
  margin-left: auto;
  }



@media (max-width: 767px) {

  main .content {
    padding: 20px 20px 100px 20px;
    width: 100%;
    margin-left: 0;
    }

main {
    /* // slide over for mobile nav */
    transition: transform 300ms ease-out;
    min-height: 100vh;
    box-shadow: -1px 0px black
}

    html.mobile-menu-visible main {
      /* transform: translate3d(calc(150px + 40px + 40px), 0,0);*/
    }
      html.mobile-menu-visible main .content * {
        pointer-events: none;

      }
  }



@media (min-width: 768px) {
.MobileNav--Main {
  padding-right: 25px !important;
  padding-left: 25px !important;
}


.mobile-only {
    display: none !important
}
  }



@media (max-width: 767px) {



.desktop-only {
    display: none !important
}
  }



body {
  line-height:1.5;
  font-size:14px;
  font-family: Courier, Arial, Helvetica, sans-serif;
  color:black;
}



body a {
    text-decoration:none;
    color: black;
  }



body li {
    list-style:none;
    padding:0;
    margin:0;
    line-height:1.5;
  }



body ul {
    margin:0;
    padding:0;
    padding-bottom:10px;
    list-style:none;
  }



.header-banner {
  color: var(--header-banner-text-color, white);
  background: var(--header-banner-bg-color, black);
  width: 100%;
  width: 100vw;
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  text-align: center;
  padding: 0.5em 3em;
  font-weight: bold;
  font-size: 14px;
  z-index: calc(1 + 2);
  -webkit-font-smoothing: antialiased;
}



.page-title {
  font-size: 1.75em !important;
  font-weight: normal !important;
  margin-top: 0;
  margin-bottom: 1em;
}



.page-content {
  max-width: 600px;
}



.mobile-header {
  grid-template-columns: 40px 1fr 40px;
  display: grid;
  border-bottom: 1px solid black;
  position: absolute;
  height: 48px;
  position: sticky;
  left: 0;
  top: 0;
  right: 0;
  z-index: 4;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(40px / 2);
  background: white;
}



.mobile-header h1 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
  }



.mobile-header .cart-link {
    background: black;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
  }



%button {
    width: auto;
    background: black;
    color: white;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: 1.5em;
    border-width: 0;
    height: 32px;
}



%baseTextInput {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: .5em;
  width: 100%;
}



input[type="text"],
input[type="email"],
input[type="password"] {
  @extend %baseTextInput;
  height: 32px
}



textarea {
  @extend %baseTextInput;
}



.standard-button {
  @extend %button;
}



.standard-button.secondary-button {
    background: #676767;
  }



.standard-button.small-button {
    height: 24px;
    padding: 0 1em;
  }



.form-wrap {
  max-width: 400px;
}



.form-wrap:not(:first-child) {
    margin-top: 2em;
  }



.form-wrap label, .form-wrap input, .form-wrap textarea {
    display: block;
    width:  100%;
    font-family: inherit;
    font-weight: inherit;
  }



.form-wrap label {
    margin-top: 1.5em;
    margin-bottom: 0.25em;
    font-weight: bold;
  }



.form-wrap input {
    height: 32px;
  }



.form-wrap input, .form-wrap textarea {

  }



.form-wrap input[type="submit"] {
    @extend %button;
  }



.customer-page .hide {
    display: none;
  }



.customer-page h1:not(.page-title), .customer-page h2:not(.page-title), .customer-page h3:not(.page-title), .customer-page h4:not(.page-title), .customer-page h5:not(.page-title) {
      font-weight: bold;
      font-size: 1em;
    }



.customer-page a {
    text-decoration: underline;
  }



.customer-page a:hover {
      text-decoration: none;
    }



.customer-page #forgot_password {
    margin-top: 1em;
  }



.customer-page .action_return {
    margin-top: 1em;
  }



.customer-page .action_bottom .standard-button {
      display: inline-block;
    }



.customer-page label {
    display: block;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
  }



.customer-page .note {
    color: #949494;
  }



.customer-page .button-row {
    display: flex;
    align-items: center;
  }



.customer-page .button-row .standard-button {
      margin-top: 0;
    }



.customer-page .button-row > * {
      margin-right: 1em;
    }



.customer-page .checkbox-wrap {
    display: flex;
    align-items: center;

  }



.customer-page .checkbox-wrap input {
      width: auto;
    }



.customer-page .checkbox-wrap label {
      margin: 0;
      margin-left: 1em;
    }



.account-page {

}



div[data-address] {
  margin-bottom: 3em;
}



#customer_orders table {
    width: 100%;
    text-align: left;
  }



#customer_detail {
  margin-top: 5em;
}



#customer_detail p {
    margin: 0;
  }



#customer_detail h5 {
    margin: 0;
  }



#customer_detail .page-title {

  }



.order-page .address p {
      margin: 0;
    }



.order-page table#order_details {
    width: 100%;
    text-align: left;
    margin-top: 2em;
  }



.item-grid {
	display: flex;
	flex-wrap: wrap;
	margin: calc(-1 * 15px);
	margin-bottom: 0;
}

.item-grid .item-grid-item   {
	  padding: 15px;
	  width:20%;
	}

/*
.item-grid .item-grid-item:hover {
			color: #e30000;
		}
*/

@media (max-width:1100px) {



.item-grid .item-grid-item   {
	  	width:25%
	}
	  }



@media (max-width:700px) {



.item-grid .item-grid-item   {
	  	width:50%;
	  	margin:0 auto
	}
	  }



.item-grid .item-grid-item .item-grid-item-image img {
				width: 100%;
				height: 100%;
        object-fit: cover;
			}



.item-grid .item-grid-item .item-grid-item-info {
			display:flex;
			flex-direction:column;
			align-items:center;
		}



.item-grid .item-grid-item .item-grid-item-info .item-grid-item-info-title-and-size {
				font-weight:bold;
				text-align:center;
			}



.pagination {
	text-align: center;
  padding-bottom: 100px;
}



.pagination .current {
		color: #8A0000;
	}



.main-nav {
  z-index: 1;
  width: calc(150px + 40px + 40px);
  padding: 40px;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  line-height: 1.75em;
  overflow-y: auto;
  transition: padding 0.2s linear;
  background:#fff;
}
@media(min-width: 768px) {
  .main-nav {
    
    --banner-height-2: 75px !important;
      padding-top: calc(var(--banner-height, 0px) + var(--banner-height-2, 0px) + 30px) !important;
  }
}



.main-nav ul {
    border-top:1px solid;
    padding-top:10px;
  }



.main-nav ul:last-child {
      border-bottom: 1px solid;
    }



.main-nav li {
    line-height: inherit;
  }



.main-nav li:not(.login-or-signup-row) a {
      display: block;
    }



.main-nav li.active a,
  .main-nav li a:hover {
    color: #8A0000;
  }



.main-nav img {
    max-width: 100%;
    display: block;
    margin-bottom: 35px;
  }



.main-nav .secondary-menu {
    font-weight: bold
  }



.main-nav li a.show-cart-link {
    display: flex;
  }



.main-nav li a.show-cart-link label {
      margin-right: auto;
      font-weight: bold;
    }



.main-nav li a.show-cart-link .cart-total,
    .main-nav li a.show-cart-link .cart-count {
      font-size: 0.9em;
    }



.main-nav li a.show-cart-link .cart-total {
      margin-left: .5em;
      padding-left: .5em;
      border-left: 1px solid black;
    }



.main-nav .product-menu li a[href="/"] {
			font-weight: bold;
		}



.main-nav {
    opacity: 0;
    transition: all 300ms linear;
    transform: translateX(-100%);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
    html.mobile-menu-visible .main-nav {
      opacity: 1;
      transform: translateX(0);
      z-index: 9;
    }

@media(min-width:801px) {
  .main-nav {
    opacity: 1;
    transform: translateX(0);
    box-shadow: none;
  }
}


ul.social-menu {
  padding: 14px 0;
}



ul.social-menu li {
    display: none;
    margin-right: 5px;
  }



ul.social-menu li.handle-facebook,
    ul.social-menu li.handle-pinterest,
    ul.social-menu li.handle-instagram,
    ul.social-menu li.handle-twitter,
	ul.social-menu li.handle-tiktok,
ul.social-menu li.handle-twitch{
      display: inline-block;
    }



ul.social-menu a {
    display: block;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999em;
  }



ul.social-menu a:hover {
      opacity: .75;
    }



ul.social-menu li.handle-facebook a {
    background-image: url('social-facebook.svg');
  }



ul.social-menu li.handle-pinterest a {
    background-image: url('social-pinterest.svg');
  }

ul.social-menu li.handle-tiktok a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='4 4 42 42' width='2500' height='2500'%3E%3Cpath d='M41 4H9C6.243 4 4 6.243 4 9v32c0 2.757 2.243 5 5 5h32c2.757 0 5-2.243 5-5V9c0-2.757-2.243-5-5-5m-3.994 18.323a7.482 7.482 0 0 1-.69.035 7.492 7.492 0 0 1-6.269-3.388v11.537a8.527 8.527 0 1 1-8.527-8.527c.178 0 .352.016.527.027v4.202c-.175-.021-.347-.053-.527-.053a4.351 4.351 0 1 0 0 8.704c2.404 0 4.527-1.894 4.527-4.298l.042-19.594h4.02a7.488 7.488 0 0 0 6.901 6.685v4.67'/%3E%3C/svg%3E");
  }

ul.social-menu li.handle-twitch a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-twitch' viewBox='0 0 16 16'%3E%3Cpath d='M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142v6.286z'/%3E%3Cpath d='M11.857 3.143h-1.143V6.57h1.143V3.143zm-3.143 0H7.571V6.57h1.143V3.143z'/%3E%3C/svg%3E");
  }


ul.social-menu li.handle-instagram a {
    background-image: url('social-instagram.svg');
  }
ul.social-menu li.handle-youtube {
  display: inline-block;
  margin:0;
}
  ul.social-menu li.handle-youtube a {
    background-image: url('https://cdn.shopify.com/s/files/1/0626/0418/1716/files/YouTube_dark_icon__2017.svg?v=1680118694');
  }



ul.social-menu li.handle-twitter a {
    background-image: url('social-twitter.svg');
  }



.product-inner {
  display:flex;
  flex-direction: column;
}



.product-inner h1{
    font-size:21px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: .5em;
    font-weight: lighter;
  }



.product-inner .product-price {
    font-weight:bold;
    font-size:16px;
  }



.product-inner #product-description p{
    font-size: 14px;
    line-height: 18px;
    max-width:80%;
  }



.product-inner .product-photo img {
      width:100%;
      height:100%;
    }



@media (min-width: 1024px) {
  .product-inner {
    flex-direction: row;
  }
  .product-photos {
    width: 65%;
    max-width: 640px;
  }

  .product-details {
    max-width: 390px;
    width: 30%;
    margin-left: 40px;
  }
}



.shopify-product-form {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 1em 0;
  padding: 1em 0;
}

@media (max-width: 767px) {
  #product-add {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    margin: 0;
    left: 0;
    right: 0;
    padding: 1em;
    border-top: 1px solid;
    display: flex;
      align-items: center;
        flex-direction: row-reverse;
    gap: 1em;
  }
  .swym-button-bar {
        margin: 0 !important;
            display: none !important;
    }
  .shopify-product-form  button {
    width: 100%;
  }
  #wishlist-button .swym-btn-container, #wishlist-button .swym-button-bar, #wishlist-button button.swym-button.swym-add-to-wishlist, #wishlist-button .swym-btn-container[data-position=default] {
    width: 50px !important;
        z-index: 1;
        position: absolute;
        right: 0;
  }
.swym-btn-container[data-position=default] .swym-button .swym-tooltip {
    left: -50px !important;
}

}

.swym-btn-container .swym-button:after {
  font-size: 22px !important;
}
.product-inner h1 {
      max-width: calc(100% - 70px);
}

.shopify-product-form select {
    display: block;
    margin-bottom: 1em;
  }



.product-details-main[data-variant-count="1"] form{
      padding: 0 !important;
      border: none !important;
    }



.shopify-product-form .button.add {
    display: inline-block;
    vertical-align: middle;
    background: black;
    border-width: 0;
    color: white;
    padding: 9px 20px;
    font-size:14px;
    border-radius: 3px;
    transition: background-color 0.2s ease;
  }



.shopify-product-form .button.add:hover {
      background-color: #e30000;
    }



.shop-more-link {

  margin-top: 1em;
}



.shop-more-link a {
    text-decoration: underline
  }



.cart-page-content {
    max-width: 720px
  }



.cart-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size:11px;
    border-bottom:1px solid;
    padding: 10px;
    align-items: center;
  }



.cart-row .cart-row-segment {
      display: flex;
      flex-direction: row;
      align-items: center;
    }



.cart-row:nth-of-type(1) {
      border-top:1px solid;
    }



.cart-row .cart-image {
      width: 50px;
      flex-shrink: 0;
       margin-right: 10px;
      }



.cart-row .cart-image img {
          width: 100%;
          display: block;
        }



.cart-row p,
      .cart-row h2 {
          margin:0;
          padding:0;
      }



.cart-row h2 {
        font-size:12px;
        width:auto;
      }



.cart-row h2 a {
          display:inline;
        }



.cart-row .quantity-input {
        display:flex;
        flex-direction: row;
        align-items:center;
        padding-right:50px;
      }



.cart-row .quantity-input input {
          border:1px solid lightgrey;
          width:50px;
          padding:10px;
          border-radius:3px;
          text-align:center;
          margin-right:15px;

      }



.cart-row input{
        background: transparent;

      }



.cart-row .remove-link {
        font-weight: bold;
        padding: 10px;
        font-size: 15px;
      }



.cart-row-price {
    text-align: right;
    min-width: 5em;
  }



.cart-footer {
       justify-content:flex-end;
       align-items:center;

  }



@media (max-width: 767px) {



.cart-footer {
        align-items: center;
        justify-content: space-between;
        border-bottom:0

  }
        }



.cart-footer .cart-section{
      padding:10px 0 !important;
      }



.submit {
    display: block;
    border-radius: 3px;
    border: none;
    color: #ffffff !important;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    zoom: 1;
    padding: 11px 20px;
    margin: 10px 0 0 35px;
    background-color:black;
    float:right;
  }



@media (max-width: 767px) {



.submit {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      float: none
  }
    }



.subtotal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 2vw;
    justify-content: flex-end;
    padding:10px;
  }



.subtotal h3 {
        margin:0;
    }



.subtotal span {
        font-style: italic;
    }



@media (max-width: 767px) {



.subtotal {
      flex-direction:row
  }
      .subtotal span {
        padding-left:5px;
      }
    }



.search input[type="search"] {
    border:0;
    outline:0;
    padding:0.25em;
    margin:-0.25em;
    width:100%;
  }



.search input[type="search"]::-moz-placeholder {
        color: black;
        -moz-transition: color 0.3s ease;
        transition: color 0.3s ease;
        opacity: 1 !important;
    }



.search input[type="search"]:-ms-input-placeholder {
        color: black;
        -ms-transition: color 0.3s ease;
        transition: color 0.3s ease;
        opacity: 1 !important;
    }



.search input[type="search"]::placeholder {
        color: black;
        transition: color 0.3s ease;
        opacity: 1 !important;
    }



.search input[type="search"]:focus::-moz-placeholder {
        color: #aaa;
      }



.search input[type="search"]:focus:-ms-input-placeholder {
        color: #aaa;
      }



.search input[type="search"]:focus::placeholder {
        color: #aaa;
      }



.search-title {
    text-transform:capitalize;
}
