@font-face {
    font-family: 'Floyd Gothic';
    src: url(/assets/font/FloydGothic-Light_1be1a780.woff?v=92664034619552000721700080795) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Floyd Gothic';
    src: url(/assets/font/FloydGothic-Bold_dcb0f900.woff?v=140703117720942801901700080795) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Floyd Inktrap';
    src: url(/assets/font/FloydGothicInktrap-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'GT America Mono';
    src: url(/assets/font/GT-America-Mono-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'GT America Mono';
    src: url(/assets/font/GT-America-Mono-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Inter';
    src: url(/assets/font/Inter-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }

  :root {
    --color-primary: #231e1e;
    --color-secondary: #ff5436;
    --color-tertiary: #d8d4c4;
    --color-ink: #231e1e;
    --color-subdued: #7e7b71;
    --color-neutral: #9e998f;
    --color-light: #f8f6ed;
    --color-reverse: #f8f6ed;
    --color-brand-black: #231E1E;
    --color-brand-gray: #7E7B71;
    --color-brand-light-gray: #ACA899;
    --color-black: #000000;
    --color-white: #FFFFFF;
    --color-focus: #1351ee;
    --color-error: #ff5436;
    --color-success: #6cc847;
    --color-vintage: #F8F6ED;
    --color-gray: #B7B2B0;
    --color-floyd-dark-grey: #777574;
    --color-floyd-light-grey: #E8E8E8;
    --color-floyd-background: #f8f6ed;
    --color-floyd-red: #EF4123;
    --color-floyd-green: #386641;
    --color-floyd-black: #333333;
    --color-facet: #D8D4C4;
    --color-graphite: #1A1817;
    --color-button-ink: #020000;
    --color-bg: #FBF6F1;
    --color-medium-creme: #EFEAE8;
    --color-subdued: #605F5E;
    --color-membership-green: #D5FA44;
  }
 :root
{
  --shogun-share: none
  ;
  --shogun-tag: none
  ;
  --shogun-widget: none
  ;
  --shogun_related_post: none
  ;
  --shogun_duplicated_images: none
  ;
}

  [v-cloak] {
    visibility: hidden !important;
  }
  [v-cloak][v-show],
  [v-cloak][v-if] {
    display: none !important;
  }

        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      
        @media all and (max-width: 768px){
          .kl-teaser-XyvKjp {
            display: none !important;
          }
        }
      
  .inveterate__popup {
    display: none;
  }
 #shopify-section-announcement-bar p {text-transform: uppercase;} 
  .dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-ink);
    color: var(--color-ink);
    animation: dot-flashing 0.75s infinite linear alternate;
    animation-delay: 0.75s;
  }
  .dot-flashing::before,
  .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
  }
  .dot-flashing::before {
    left: -30px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-ink);
    color: var(--color-ink);
    animation: dot-flashing 0.75s infinite alternate;
    animation-delay: 0.25s;
  }
  .dot-flashing::after {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-ink);
    color: var(--color-ink);
    animation: dot-flashing 0.75s infinite alternate;
    animation-delay: 0.5s;
  }

  @keyframes dot-flashing {
    0% {
      background-color: var(--color-ink);
    }
    50%,
    100% {
      background-color: var(--color-ink-light);
    }
  }

  .floyd-membership-card-container {
    display: flex;
    align-items: flex-start;
    padding: 0 17px;
    gap: 25px;
  }

  .floyd-membership-card-text {
    max-width: 180px;
  }

  .floyd-membership-card-title {
    font-size: 16px;
    font-weight: 400;
  }

  .floyd-membership-card-plan {
    font-family: var(--america-mono-font);
    color: var(--color-floyd-dark-grey);
    font-size: 12px;
  }

  .floyd-membership-card-description {
    font-size: 12px;
    color: var(--color-ink);
    margin-bottom: 0;
  }

  .floyd-membership-card-price {
    font-size: 16px;
    font-weight: 400;
    margin-left: auto;
    margin-right: 16px;
    width: fit-content;
  }

  .floyd-membership-product-tile {
    margin-bottom: 30px;
    padding: 16px;
  }
  .floyd-cart-divider {
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid #BFBAB7;
  }

  .floyd-toggle-button-container {
    display: inline-block;
    margin-left: auto;
  }

  .floyd-toggle-checkbox {
    display: none;
  }

  .floyd-toggle-label {
    display: inline-block;
    width: 30px;
    height: 16px;
    background-color: #B7B2B0;
    border-radius: 24px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .floyd-toggle-label::before {
    content: "" !important;
    position: absolute !important;
    top: 0.8px !important;
    left: 1px !important;
    width: 14px !important;
    height: 14px !important;
    background-color: #F8F6ED !important;
    border-radius: 50% !important;
    transition: all 0.3s ease !important;
  }

  .floyd-toggle-checkbox:checked + .floyd-toggle-label {
    background-color: var(--color-membership-green);
    border: 1px solid var(--color-ink) !important;
  }

  .floyd-toggle-checkbox:checked + .floyd-toggle-label::before {
    transform: translateX(13px);
    background-color: var(--color-ink) !important;
  }

	.membership-banner-container {
		max-width: 320px; margin: 0 22px 0 18px; color: #F8F6ED; font-size: 1.4rem;
	}
	
	.membership-promo-description {
		font-family: 'GT America'; font-size: 1.4rem; line-height: 1.6rem; margin-top: 10px;
	}
	
	.membership-promo-description a {
		color: inherit; font-size: inherit; margin-bottom: 12px; margin-top: 8px;
	}
	
	.membership-bg-wrapper {
		padding: 12px; background-color: #231E1E;
	}
	
	.membership-banner-image {
		width: 100%; height: auto; margin-bottom: 15px;
	}
	
	.membership-banner-title {
		font-family: 'GT America Mono', 'Roboto'; font-size: 1.24rem; font-weight: 400; margin-bottom: 4px; text-transform: uppercase;
	}
	
	.membership-banner-subtitle {
		font-size: 1.5rem; line-height: 1.6rem; font-weight: 400; margin-bottom: 12px; color: inherit; margin-top: 2px; font-family: 'GT America';
	}
	
	.membership-already-member p,
	.membership-already-member a {
		font-size: 1.4rem; line-height: 1.6rem; font-weight: 400; margin-bottom: 10px; color: inherit; font-family: 'GT America';
	}
	
	.membership-banner-subtitle {
		font-weight: bold;
	}
	
	.membership-already-member p,
	.membership-already-member a {
		font-size: 1.4rem; line-height: 1.6rem; margin-top: 10px; margin-bottom: 0;
	}
	
	.membership-banner-list {
		list-style: none; padding: 0; margin: 0;
	}
	
	.membership-banner-list li {
		font-size: 12px; margin: 0;
	}
	
	.membership-terms {
		margin-top: 10px;
	}
	
	.membership-terms p {
		font-family: 'GT America Mono'; font-size: 10px; text-transform: uppercase; letter-spacing: -0.4px;
	}
	
	.membership-terms a {
		color: var(--color-ink); font-size: 10px;
	}


  .dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-ink);
    color: var(--color-ink);
    animation: dot-flashing 0.75s infinite linear alternate;
    animation-delay: 0.75s;
  }
  .dot-flashing::before,
  .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
  }
  .dot-flashing::before {
    left: -30px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-ink);
    color: var(--color-ink);
    animation: dot-flashing 0.75s infinite alternate;
    animation-delay: 0.25s;
  }
  .dot-flashing::after {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: var(--color-ink);
    color: var(--color-ink);
    animation: dot-flashing 0.75s infinite alternate;
    animation-delay: 0.5s;
  }

  @keyframes dot-flashing {
    0% {
      background-color: var(--color-ink);
    }
    50%,
    100% {
      background-color: var(--color-ink-light);
    }
  }

  .product-price {
    
  font-size: 18px;

}
.members-price {
  
  font-size: 18px;

margin: 0;
color: #333;
}

  .product-subtotal-price {
    display: flex;
    margin-bottom: 20px;
  }


  .product-subtotal-price h3 {
    font-size: 20px;
    margin: 0;
  }

  .product-member-price {
    flex: 1;
    text-align: right;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .product-regular-price {
    flex: 1 100%;
    text-align: right;
    font-size: 20px;
    color: #7E7B71;
    );
  }

  .flickity-prev-next-button.previous {
    background: url('/assets/img/arrow-left-prev_66c109fa.svg?v=90201794734701834701700080795') no-repeat center center;
  }
  .flickity-prev-next-button.next {
    background: url('/assets/img/arrow-right-next_9483209d.svg?v=66608631681056917091700080795') no-repeat center center;
  }

  @media screen and (max-width: 990px) {
    .product-gallery-modal__flkty .flickity-prev-next-button.previous {
      background: url('/assets/img/arrow-left-mobile.svg') no-repeat center center;
    }
    .product-gallery-modal__flkty .flickity-prev-next-button.next {
      background: url('/assets/img/arrow-right-mobile.svg') no-repeat center center;
    }
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
.section-template--16366040219810__featured_full_bleed_8hAx6b-margin {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-template--16366040219810__featured_full_bleed_8hAx6b-margin {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    }
  }
  #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c.text-block-50-50 {
    background-color: ;
    color: var(--color-ink);
  }

  .text-block-50-50__box {
    display: flex;
    flex-flow: row wrap;
    padding: 10rem 3rem;
    gap: 4rem;
    background-color: transparent;
  }

  .text-block-50-50__column--first > * {
    margin-bottom: 1rem;
  }

  @media only screen and (min-width: 425px) {
    .text-block-50-50__box {
      flex-flow: row nowrap;
      justify-content: space-between;
      padding: 10rem 6rem;
    }

    .text-block-50-50__column {
      max-width: 40%;
    }
  }
 #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c h2 {font-size: 4rem; line-height: 120%; font-family: "Floyd Gothic", "Helvetica", "Arial";} #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c .h4 {font-size: 2.4rem; line-height: 120%;} #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c .h6 {font-family: "GT America Mono", "Roboto"; font-weight: 200; letter-spacing: -0.35px;} #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c p {font-size: 1.8rem; line-height: 2.4rem; font-family: "Floyd Gothic", "Helvetica", "Arial";} #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c a {font-size: 20px; font-family: "Floyd Gothic", "Helvetica", "Arial"; letter-spacing: -0.5px; text-decoration: underline 1px;} #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c a:hover {text-decoration: none;} #shopify-section-template--16366040219810__b7492326-1cd3-4168-b5cd-9f47393f866c .icon-arrow {display: none;} 
      #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d.links-bar {
        background-color: #7e7b71
        ;
      }
      #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d.links-bar .links-bar__link {
        color: #f8f6ed
        ;
      }
      #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d.links-bar .links-bar__link:hover {
        color: #f8f6ed
        ;
      }
      #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d.links-bar .links-bar__link-wrapper svg > path {
        stroke: #f8f6ed
        ;
      }
      
        @media only screen and (max-width: 425px) {
          #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d.links-bar {
            display: none;
          }
        }
      

      .links-bar {
        padding: 1rem;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: 1.5rem 3rem;
      }

      @media only screen and (min-width: 425px) {
        .links-bar {
          gap: 1.5rem 5%;
        }
      }

      @media only screen and (min-width: 990px) {
        .links-bar {
          gap: 1.5rem 10rem;
        }
      }

      .links-bar__link {
        text-decoration: none;
        white-space: nowrap;
      }

      .links-bar__link-wrapper svg {
        margin-left: 0.8rem;
      }
     #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d a {font-weight: 200; line-height: 25px; letter-spacing: -0.5px; text-decoration: underline 0.5px solid;} #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d a:hover {text-decoration: none;} #shopify-section-template--16366040219810__7b539e85-f048-482f-a69e-a6153459ee6d path {stroke-width: 1.5px;} 
  .product-price {
    
  font-size: 18px;

}
.members-price {
  
  font-size: 18px;

margin: 0;
color: #333;
}

  .product-price {
    
  font-size: 18px;

}
.members-price {
  
  font-size: 18px;

margin: 0;
color: #333;
}
 .header__heading-logo {height: auto; width: 100px !important;} h2 {font-size: 28px;} @font-face {font-family: GTAmericaRegular; src: url(https://cdn.shopify.com/s/files/1/0462/1706/8706/files/GT-America-Standard-Regular.woff);} body {background-color: #f8f6ed;} @font-face {font-family: Instrument; src: url(https://cdn.shopify.com/s/files/1/0462/1706/8706/files/InstrumentSerif-Regular.woff2);} 
  .essential-countdown-timer-img-reset {
    /* wipe common globals */
    box-sizing: content-box;
    display: inline;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    object-fit: fill;
    object-position: 50% 50%;
    filter: none;
    opacity: 1;
    position: static;
    float: none;
    clear: none;
    vertical-align: baseline;
    transform: none;
    transition: none;
    animation: none;
    /* typography sometimes leaks via universal selectors */
    font: inherit;
    line-height: normal;
    letter-spacing: normal;
    text-align: start;
  }
