/** Shopify CDN: Minification failed

Line 89:23 Unexpected "{"

**/
/*

Table of contents:
  
  1. BASICS
    1.1. Global
    1.2. Homepage
	1.2.2. Sidebar
	1.2.3. Footer
    1.3. Collections
    1.4. Product single
	1.5. Blog pages
	1.6. Blog single
	1.7. Misc.
	1.8. Assets


============================================================================*/



/* Global */


h1 {
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 32px;
}	

h3 {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}


body,
p,
h6 {
	font-size: 12px;
	font-weight: 300;
	text-transform: normal;
}



/* Announcement Bar */

	.announcement__text {
		font-size: 11px;
	}


	.sidebar__menu a, 
	.sidebar__menu.sidebar--primary a .underline-animation, 
	.sidebar__submenu.sidebar--primary a .underline-animation, 
	.underline-animation,
	.sidebar__menu a .underline-animation {
		font-size: 11px;
		text-transform: uppercase;
	}



/* Homepage */


	.slide__title span,
	#slide-1628781966b6fb8bab-0 .slide__title span {
		font-size: 2em;
		text-transform: uppercase;
	}




/* Collection pages */

	.product-item__title, {
		font-size: 12px;
	}


	.product-item__badge.product-item__badge--preorder, 
	.product-item__badge.product-item__badge--sold {
		color: rgb(6, 67, 104); 
	}


	.css-slider-navigation-container .next .long-arrow, .pagination .next .long-arrow,
	.pagination li.arrow:last-child {
		display: none;
	}




/* Assets: Buttons and CTAs */


	#shopify-product-reviews .spr-summary-actions-newreview, 
	#spr-form .spr-button-primary, .button, 
	.delete-address a, .shopify-challenge__button, 
	.shopify-payment-button__button--unbranded,
	#shopify-product-reviews .template-cart .cart-actions .spr-summary-actions-newreview, 
	#shopify-product-reviews .template-cart .cart-continue .spr-summary-actions-newreview, 
	#spr-form .template-cart .cart-actions .spr-button-primary, #spr-form .template-cart .cart-continue .spr-button-primary, 
	.delete-address .template-cart .cart-actions a, .delete-address .template-cart .cart-continue a, 
	.template-cart .cart-actions #shopify-product-reviews .spr-summary-actions-newreview, 
	.template-cart .cart-actions #spr-form .spr-button-primary, 
	.template-cart .cart-actions .button, .template-cart .cart-actions .delete-address a, 
	.template-cart .cart-actions .shopify-challenge__button, 
	.template-cart .cart-actions .shopify-payment-button__button--unbranded, .template-cart .cart-continue #shopify-product-reviews .spr-summary-actions-newreview, 
	.template-cart .cart-continue #spr-form .spr-button-primary, 
	.template-cart .cart-continue .button, 
	.template-cart .cart-continue .delete-address a, 
	.template-cart .cart-continue .shopify-challenge__button, 
	.template-cart .cart-continue .shopify-payment-button__button--unbranded
{
		cursor: pointer;
		display: block;
		font-family: "ABC Diatype Regular", sans-serif !important;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
}

