@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;
}

      
  .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);
    }
  }

  .section-two-column-text {
    background-color: var(--color-floyd-background);
  }
  @media all and (min-width: 768px) {
    .section-two-column-text {
      display: flex;
    }
  }
  .section-two-column-text .two-column-header {
    flex: 1 33.333%;
    padding: 40px;
  }

  @media all and (max-width: 767px) {
    .section-two-column-text .two-column-header {
      padding: 20px;
      margin-top: 10px;
    }
  }

  .section-two-column-text .two-column-header h2 {
    font-size: 36px;
    margin: 0;
  }

  @media all and (max-width: 767px) {
    .section-two-column-text .two-column-header h2 {
      font-size: 22px;
    }
  }

  .section-two-column-text .two-column-body {
    padding: 40px 40px 40px 0;
    max-width: 66.66%;
  }

  @media all and (max-width: 767px) {
    .section-two-column-text .two-column-body {
      padding: 0 20px;
      max-width: 100%;
    }
  }

  .section-two-column-text .two-column-body p {
    font-size: 20px;
  }

  @media all and (max-width: 767px) {
    .section-two-column-text .two-column-body p {
      font-size: 14px;
    }
  }

  .section-two-column-text .two-column-header .superscript {
    font-size: 11px;
    vertical-align: text-top;
    margin-left: 4px;
  }

  @media all and (max-width: 767px) {
    .section-two-column-text .two-column-header .superscript {
      display: none;
    }
  }

 #shopify-section-template--16366038843554__collection-featured-text div {background: #f8f6ed;} #shopify-section-template--16366038843554__collection-featured-text .superscript {letter-spacing: -0.03rem;} #shopify-section-template--16366038843554__collection-featured-text p {letter-spacing: -0.05rem;} #shopify-section-template--16366038843554__collection-featured-text .section-two-column-text {background: #f8f6ed;} #shopify-section-template--16366038843554__collection-featured-text .two-column-body {margin-right: 7rem; align-content: left; width: 65%;} 
  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

  .product-price {
    text-align: right;
  
  
}
.members-price {
  text-align: right;

  
margin: 0;
color: #333;
}

    #shopify-section-template--16366038843554__product_configuration_showcase_ktRyRQ { display: none; }
  
    #shopify-section-template--16366038843554__product_configuration_showcase_XbdEJf { display: none; }
  
    #shopify-section-template--16366038843554__product_configuration_showcase_nFywi9 { display: none; }
   .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;
  }
