/** Shopify CDN: Minification failed

Line 399:176 Unexpected ";"

**/
@font-face{
  font-family:Circular;
  src:url(https://cdn.shopify.com/s/files/1/0115/0985/8404/files/CircularXX-Book-subset.woff2?v=1624591088) format("woff2");
  font-weight:300;
  font-display:swap
}

@font-face{
  font-family:Circular;
  src:url(https://cdn.shopify.com/s/files/1/0115/0985/8404/files/CircularXX-Regular-subset.woff2?v=1624591088) format("woff2");
  font-weight:400;
  font-display:swap
}
@font-face{
  font-family:Circular;
  src:url(https://cdn.shopify.com/s/files/1/0115/0985/8404/files/CircularXX-Medium-subset.woff2?v=1624591088) format("woff2");
  font-weight:500;
  font-display:swap
}
@font-face{
  font-family:Pulp;
  src:url(https://cdn.shopify.com/s/files/1/0115/0985/8404/files/PulpDisplay-Medium.woff?v=1602473441) format("woff");
  font-weight:500;
  font-display:swap
}
@font-face{
  font-family:Roboto Mono;
  src:url(https://cdn.shopify.com/s/files/1/0916/4078/files/roboto-mono-v12-latin-regular.woff2?v=1616474632) format("woff2");
  font-weight:400;
  font-display:fallback
}
@font-face{
  font-family:PP Right Grotesk;
  src:url(https://cdn.shopify.com/s/files/1/0916/4078/files/PPRightGrotesk-TallBlack.woff2?v=1665452221) format("woff2");
  font-weight:400;
  font-display:fallback
}
@font-face{
  font-family:Newsreader;
  src:url(https://fonts.gstatic.com/s/newsreader/v2/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_wC-ZDHDWwgUii.woff) format("woff");
  font-weight:400;
  font-display:fallback
}
.marquee-container p {
	color: white !important;
	font-weight: 400 !important;
}
.subfooter.inherit {
	width: 100% !important;
	max-width: 100% !important;
}

.custom-container {
  max-width: var(--maxwidth);
  margin: 0 auto;
}

:root {
  --heading-color: #1c1c1e;
  --text-color: #636366;
  --white: #ffffff;
  --btn-bg: #007AFF;
}

h2 {
	color: var(--heading-color) !important;
	font-family: Circular !important;
	font-size: 36px !important;
	font-weight: 300 !important;
	line-height: 45px !important;
}
p {
	color: var(--text-color) !important;
	font-family: Circular !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}

a span {
	font-family: Circular !important;
}
#shopify-section-header--logo-top {
	background: white;
}
.product__atc .button {
	font-family: circular !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
#shopify-section-template--15858936217750__breadcrumbs {
	background: #FF33CC;
}
.product__title {
	color: var(--heading-color);
	font-size: 24px;
	line-height: 36px;
}
.faq-accordion-container {
	background: rgb(255,255,255);
	border: 1px solid rgb(242,242,247);
	padding: 1.5rem;
	margin-bottom: 4rem;
	margin-top: 4rem;
	border-radius: .25rem;
}

.body-head {
	color: #000;
	line-height: 1.5;
	font-weight: 400 !important;
	font-size: 16px;
	margin-bottom: .5rem;
	font-family: Circular;
}

.component-accordion-head .open {
	display: none;
}
details[open=""] .open {
	display: inline-block;
}

details[open=""] .close {
	display: none;
}
.component-accordion-body {
	transition: all .3s ease-in-out;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}

details[open=""] .component-accordion-body {
	transition: all .3s ease-in-out;
	height: 100%;
	overflow: visible;
	opacity: 1;
}

.faq-accordion .close, .faq-accordion .open {
	font-size: 1.5rem;
	line-height: 1;
	padding-left: .6rem;
  color: black;
}
.component-catalog__title {
	font-weight: 300 !important;
	line-height: 1.25 !important;
	letter-spacing: -.03em;
	font-size: 1.5rem !important;
	margin-bottom: 1rem;
	font-family: Circular !important;
}


.component-catalog__blurb {
	color: var(--text-color) !important;
	margin: 0 !important;
	line-height: 1.5 !important;
	font-weight: 400 !important;
	font-size: 1rem !important;
	font-family: Circular !important;
	margin-bottom: 20px !important;
}
.component-catalog__content-container {
	margin-bottom: 30px;
}
.component-catalog__product-image-container {
	display: block;
	position: relative;
	margin-top: 0;
	margin-bottom: 1.5rem;
	border-radius: .5rem .5rem 0 0;
	overflow: hidden;
	text-decoration: none;
	background: transparent;
}
 .component-image {
	width: 100%;
	height: auto;
}
.component-catalog__product-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1 0 auto;
	padding: 0 1rem;
	margin-bottom: 1.5rem;
}
.component-catalog__product-title {
	display: block;
	line-height: 1.5 !important;
	font-weight: 300 !important;
	font-size: 1.1rem !important;
	color: black;
	margin-bottom: .75rem !important;
	text-decoration: none !important;
}
.component-catalog__product-description {
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5 !important;
	font-weight: 400 !important;
  margin-top:0px;
	font-size: .9rem !important;
	margin-bottom: 1.5rem !important;
	color: var(--text-color) !important;
}
.component-catalog__product-button-container {
	width: 100%;
}
.component-catalog__product .component-atc-button {
	width: 100%;
	padding: 0;
} 

.component-atc-button span {
  color: white;
  font-family: Circular !important;
}
.component-atc-button {
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Circular,Helvetica Neue,Helvetica,Arial,sans-serif;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 0 50px;
	cursor: pointer;
	border: none;
	outline: 0;
	text-decoration: none;
	text-align: center;
	transition: background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out,border .2s ease-in-out,transform .2s ease-in-out;
	font-weight: 500;
	line-height: 1;
	font-size: 1rem;
	background-color: black;
	color: white;
}
.component-catalog__product-title:hover {
	color: black !important;
}
a , span, p, h1, h2, h3, h4, h5, h6, div {
  font-family: Circular !important;
}
.custom-product-grid {
	display: grid;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	position: relative;
	grid-auto-flow: column;
	grid-auto-columns: 1fr;
	grid-gap: 1.25rem;
	padding-top: 1.5rem;
}
.component-catalog__product {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 262px;
	opacity: 1;
	transition: opacity .5s ease-in-out;
	background-color: var(--white);
	border-radius: .5rem;
	height: 100%;
}
.component-number-update {
	margin-right: .2rem;
	font-weight: 500;
	font-family: Circular !important;
	color: var(--text-color);
  font-size: .75rem;
}
 .product-people__circle {
	border-radius: 50%;
	display: inline-block;
	padding: 0;
	width: 11px;
	height: 11px;
	margin-right: .5rem;
	box-shadow: 0 0 #ec008c;
	transform: scale(1);
	animation: 2.5s infinite pulsegentle;
	transition: opacity .35s ease-in-out;
	background-color: #FF33CC;
}
.product__price--sale {
	font-family: Circular !important;
	font-weight: 300 !important;
	font-size: 24px !important;
	color: var(--heading-color) !important;
}
.product__price--holder {
	margin-top: 15px;
	margin-bottom: 15px !important;
}
.product-people {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.product__atc .quantity--input {
	background: white !important;
	border: 1px solid rgb(242,242,247);
}
.quantity--input__button {
	color: black;
	font-size: ;
}

.product__title {
	display: flex;
	align-items: center;
	gap: 10px;
}
.limited-stock {
	background: white;
	padding: 5px;
	font-size: 13px;
	width: 165px;
	height: 100%;
	border-radius: 5px;
	border: 1px solid;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}

.free-shipping {
  text-align: center;
}
.free-shipping p {
  margin-bottom: 0;
  padding-top: 5px;
}
.component-cross-sell {
	position: relative;
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 3rem;
	border-radius: .5rem;
	cursor: pointer;
	transition: opacity .25s ease-in-out;
}
.component-cross-sell .component-image {
	height: auto;
	width: 100%;
}
.component-cross-sell .component-image-container {
	position: relative;
	z-index: 2;
}
.component-cross-sell__discount {
	position: absolute;
	padding: .5rem 1rem;
	top: -5px;
	margin-top: -.25rem;
	left: 0;
	width: 10.7rem;
	height: 3rem;
	border-radius: .5rem .5rem 0 0;
	text-align: center;
	color: var(--white);
	background-color: #EC008C;
	z-index: 1;
	overflow: hidden;
	font-weight: 500;
	line-height: 1;
	font-size: 1rem;
}

@keyframes pulsegentle{0%{transform:scale(.95);box-shadow:0 0 #ec008c99}70%{transform:scale(1);box-shadow:0 0 0 3px #ec008c00}to{transform:scale(.95);box-shadow:0 0 #ec008c00}};

 .product-people {
	order: -1;
	background-color: var(--white);
	display: flex;
	align-items: center;
	padding: 0 .75rem;
	font-weight: 400;
	font-size: .75rem;
	color: var(--text-color);
	line-height: 1;
}
.product-people__description {
	color: var(--text-color);
	font-weight: 300;
}

  @media (min-width: 1248px) {
.text-margin-right > div {
	margin-left: 0;
	padding-right: 4rem !important;
	padding-left: 0px !important;
}
    .text-margin-left > div {
    margin-right: 0;
    margin-left: 4rem;
  }
}

.faq-accordion-head {
	margin-top: 0;
	line-height: 1.5;
	font-weight: 300 !important;
	font-size: 18px;
	color: var(--heading-color);
	font-family: Circular !important;
    margin-bottom: 2rem;
}
.component-accordion summary {
	list-style: none;
}
summary {
	display: list-item;
}

.faq-accordion-item {
	border-top: 1px solid rgb(242,242,247);
	border-bottom: 1px solid rgb(242,242,247);
}
.component-accordion {
	display: block;
}

.component-accordion .component-accordion-head {
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}


 .faq-accordion .faq-accordion-title {
	cursor: pointer;
	padding: 1.2rem 0;
	margin: 0;
}

  @media (min-width: 998px) {
    .faq-accordion-head {
	font-size: 24px;
   }
 .faq-accordion .faq-accordion-title {
	padding: 1.5rem 0;
}

    .component-cross-sell {
	margin-bottom: 4rem;
}
  }

 

.text-margin-right > div {
	padding: 0px 15px;
}

.text-margin-left > div {
	padding: 0px 15px;
}
@media only screen and ( max-width: 1120px ) {


.padding-on-mobile {
  padding: 0 20px;
}
}
  
@media only screen and ( min-width: 768px ) {
.product-media-container {
	display: none;
}
  .gallery__default {
	position: sticky !important;
	top: 2rem !important;
	height: 100% !important;
}
  
}



@media only screen and ( max-width: 767px ) {
  .padding-on-mobile {
  padding: 0 15px;
}
  
.gallery__thumbnails {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.slider--product__holder {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
  .media-insert-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
 .product-media {
	display: flex;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	position: relative;
}
 .product-media__media-container {
	min-width: 80vw;
}
  .media-insert-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
  .product-media__media-container img {
	width: 100%;
	height: auto;
}
.product-media__media-container video {
	object-fit: cover;
	object-position: center center;
	height: 100%;
	width: 100%;
}
  #shopify-section-template--15858936217750__39f41da3-4a1c-4231-ad3a-5c7d9f3650dd {
	display: none;
}
  .product__title {
	color: var(--heading-color);
	font-size: 24px !important;
}
  .limited-stock {
	font-size: 13px;
	width: 165px;
	font-weight: 500;
}
}

@media(max-width:767px){
  .component-accordion summary:before{
    display:none;
  }
  .component-accordion .component-accordion-head:before{
    display:none;
  }
}

details summary::-webkit-details-marker {
  display:none !important;
}

details > summary {
  list-style: none !important;
}
details > summary::-webkit-details-marker {
  display: none !important;
}