/** Shopify CDN: Minification failed

Line 2893:27 Unterminated string token

**/
@charset "UTF-8";
.font-regular {
	font-weight: 400
}

.font-bold,
.font-regular {
	font-family: LL Circular Book Web;
	font-style: normal;
}

.font-bold {
	font-weight: 700
}

*,
:after,
:before {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

html {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-family: LL Circular Book Web, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
	scroll-behavior: smooth
}

body {
	background-color: var(--background);
	overflow-x: hidden;
	padding-top: calc(var(--nav-height))
}

main {
	min-height: calc(100vh - 4rem);
	-webkit-transition: all 1s ease;
  	padding-top: 10px;
}


button,
input {
	font-family: LL Circular Book Web
}

h2 {
	font-size: 3rem
}

p {
	font-size: 1rem
}

a {
	color: #1f0aff
}

.brand-color {
	color: var(--brand-color)
}

.img-responsive {
	width: 100%;
	height: auto;
	display: block
}

@media (max-width:767px) {
	.hide-mobile {
		display: none!important
	}
}

.hide,
.visually-hidden {
	display: none
}

.smalltext {
	font-size: .875rem;
	color: #999
}

.template-404 footer,
.template-blog footer,
.template-collection footer,
.template-list-collections footer,
.template-search footer {
	display: none
}

.template-404 main,
.template-blog main,
.template-collection main,
.template-list-collections main,
.template-search main {
	text-align: center;
	margin: 0 auto
}

.template-404 .wrapper-404,
.template-blog .wrapper-404,
.template-collection .wrapper-404,
.template-list-collections .wrapper-404,
.template-search .wrapper-404 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	min-height: 75vh;
	padding: 4rem 1rem
}

.template-404 .wrapper-404 h1,
.template-blog .wrapper-404 h1,
.template-collection .wrapper-404 h1,
.template-list-collections .wrapper-404 h1,
.template-search .wrapper-404 h1 {
	font-size: 3.5rem;
	margin-bottom: 2rem
}

.template-404 .wrapper-404 p,
.template-blog .wrapper-404 p,
.template-collection .wrapper-404 p,
.template-list-collections .wrapper-404 p,
.template-search .wrapper-404 p {
	font-size: 1.25rem
}

.template-404 .wrapper-404 a,
.template-blog .wrapper-404 a,
.template-collection .wrapper-404 a,
.template-list-collections .wrapper-404 a,
.template-search .wrapper-404 a {
	font-weight: 700;
	color: var(--brand-color)
}

@media (max-width: 500px) {
    .template-product .global-footer {
        padding-bottom: 80px;
    }
}

@media (pointer:coarse) {
	body.template-login,
	body.template-product,
	body.template-register {
		padding-top: calc(var(--nav-height) + 5px)!important
	}
}

.progressive img.preview {
	filter: blur(1vw);
	transform: scale(1)!important
}

.progressive img.reveal {
	animation: progressiveReveal2 1s ease-out forwards!important
}

@keyframes progressiveReveal2 {
	0% {
		transform: scale(1);
		opacity: 0
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}

form {
	margin: 0
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

input,
select,
textarea {
	font-size: 1.6rem;
	max-width: 100%;
	border: 1px solid #c8c1c1;
	border-radius: 0
}

input[disabled],
select[disabled],
textarea[disabled] {
	border-color: #000;
	background-color: #000;
	cursor: default
}

button,
input[type=submit],
label[for] {
	cursor: pointer
}

textarea {
	min-height: 100px
}

select::-ms-expand {
	display: none
}

.input-error,
option {
	background-color: #fff;
	color: #000
}

.input-error {
	border-color: #ff6d6d
}

input[type="radio"] + label {
    background-size: 110%;
}

input[type="radio"]:checked + label {
    background-image: url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/checkmark-svg-white-3.png');
    background-size: 1.5rem;
}

@media only screen and (max-width:45.85em) {
	.responsive-table {
		width: 100%
	}
	.responsive-table thead {
		display: none
	}
	.responsive-table tr {
		display: block
	}
	.responsive-table td,
	.responsive-table tr {
		float: left;
		clear: both;
		width: 100%
	}
	.responsive-table td,
	.responsive-table th {
		display: block;
		margin: 0;
		padding: 15px;
		text-align: right
	}
	.responsive-table td:before {
		content: attr(data-label);
		float: left;
		padding-right: 10px;
		text-align: center
	}
	.responsive-table-row+.responsive-table-row,
	tfoot>.responsive-table-row:first-child {
		position: relative;
		margin-top: 10px;
		padding-top: 15px
	}
	.responsive-table-row+.responsive-table-row:after,
	tfoot>.responsive-table-row:first-child:after {
		content: "";
		position: absolute;
		top: 0;
		right: 15px;
		left: 15px;
		display: block;
		border-bottom: 1px solid #c8c1c1
	}
}

.rte {
	margin: 0
}

.rte img {
	height: auto
}

.rte table {
	table-layout: fixed
}

.rte ol,
.rte ul {
	margin: 0 0 15px 30px
}

.rte strong {
	font-weight: 700
}

.rte-table {
	overflow: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch
}

.rte__video-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	height: auto;
	padding-bottom: 56.25%
}

.rte__video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.rte__table-wrapper {
	overflow: auto;
	max-width: 100%;
	-webkit-overflow-scrolling: touch
}

.address-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.address-form [data-aria-hidden=true] {
	display: none
}

.address-form [data-line-count="1"] {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.address-form [data-line-count="2"] {
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%
}

.address-form [data-line-count="3"] {
	-ms-flex-preferred-size: 32%;
	flex-basis: 32%
}

html:not([data-scroll="0"]) nav {
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15)
}

.nav-blur {
    opacity: 0.6;
    filter: blur(4px);
}

nav {
	padding: 0.8rem 2rem 0.6rem;
	background-color: var(--background);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	overflow: hidden;
	transition: all 1s ease
}

nav.with-shadow {
    box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

nav .nav-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

nav .nav-inner-hover {
    position: relative;
    top: -15px;
    z-index: -1;
    display: none;
}

.nav-inner-container {
    display: grid;
    grid-template-columns: 1fr 2.5fr 3fr;
    align-items: center;
}

.nav-product-list ul {
    font-size: 1.25rem;
    font-weight: 600;
    margin-left: 10px;
}

.nav-product-list ul li {
    margin: 1rem 0;
}

.nav-product-list ul li a {
    color: #7a7a7a;
    text-decoration: none;
}

.nav-product-list ul li a:hover {
    color: black;
}

.nav-product-list ul li a.active {
    color: black;
}

.nav-product-photo.brief,
.nav-product-photo.cheeky,
.nav-product-photo.boyshort {
    display: none;
}

.nav-product-photo-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin-bottom: 1rem;
}

.nav-product-photo .product-photo {
    width: 160px;
    overflow: hidden;
    display: inline-block;
    margin: 0 1.5rem;
    text-align: center;
    margin-top: 50px;
}

.nav-product-photo .product-photo a,
.nav-product-photo .product-photo a:hover,
.nav-product-photo .product-photo a:visited {
    color: black;
    text-decoration: none;
}

.nav-product-photo .product-photo img,
.nav-product-photo-mobile .product-photo img{
    width: 100%;
}

.product-photo-title {
    font-weight: 700;
    margin: 5px 0;
    font-size: 0.9rem;
}

.product-photo-description {
    font-style: italic;
    font-size: 0.7rem;
}

.product-description p {
    font-size: 1.25rem;
    font-weight: 600;
}

.product-description.brief,
.product-description.cheeky,
.product-description.boyshort {
    display: none;
}

@media (max-width: 1200px) {
    .nav-product-photo .product-photo {
        width: 150px;
    }
}

@media (max-width: 1110px) {
    .nav-inner-container {
        grid-template-columns: 1fr 3fr 3fr;
        align-items: center;
    }
}

@media (max-width: 1000px) {
    .nav-product-photo .product-photo {
        width: 100px;
    }
}

nav ul {
	list-style: none
}

.nav-logo-area {
	width: 100px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-2px)
}

.nav-side {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.nav-side a {
	color: var(--nav-color);
	font-size: 1.25rem;
	text-decoration: none;
	font-weight: 600;
	padding: .25rem 0;
	border-bottom: .125em solid transparent;
	transition: all .15s ease
}

.nav-side a:focus,
.nav-side a:hover {
	border-bottom: .125em solid currentColor
}

.nav-side--left a {
	margin-right: 1.9rem;
	display: inline-block
}

.nav-side--right a {
	margin-left: 1.9rem;
	display: inline-block
}

.nav-mobile-menu-button {
	display: block;
	border: none;
	background: transparent
}

@media (min-width:768px) {
	.nav-mobile-menu-button {
		display: none
	}
}

.nav-cart-button {
	font-size: 1.25rem;
	display: inline-block
}

.nav-cart-button svg {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.cart-icon-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.cart-item-count-badge {
	display: inline-block;
	margin-left: .25em;
	color: #ef1010;
}

.customer-icon {
	display: none!important
}

@media (min-width:500px) {
	.customer-icon {
		display: inline-block!important
	}
}

.customer-icon svg {
	position: relative;
	top: 2px;
}

#mobile-nav-close {
	position: relative;
	left: -.25rem;
	top: .15rem;
	background: transparent;
	border: none;
	color: #ef1010;
}

.mobile-nav-menu {
	display: block;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 102;
	padding: .75rem 2rem;
	font-weight: 700;
	pointer-events: none;
	visibility: hidden;
	transform: translateX(-100%);
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

@media (min-width:768px) {
	.mobile-nav-menu {
		display: none
	}
}

.mobile-nav-menu.menu-open {
	visibility: visible;
	pointer-events: all;
	transform: translateX(0);
	transition: transform .25s ease, visibility .25s ease
}

.mobile-nav-menu.menu-closed {
	visibility: hidden;
	pointer-events: none;
	transform: translateX(-100%)!important;
	transition: transform .25s ease, visibility .25s ease
}

.mobile-nav-menu h2 {
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(0,0,0,0.5);
	margin-top: 1rem;
}

.mobile-nav-icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px 0 20px;
}

.mobile-nav-icons .nav-cart-button {
	text-decoration: none
}

.mobile-nav-icons a,
.mobile-nav-icons button {
	color: #fff
}

.mobile-nav-logo {
    position: absolute;
    left: 50%;
    top: 15px;
    transform: scale(0.9);
    margin-left: -55px;
}

.mobile-nav-links {
	list-style: none
}

.mobile-nav-links a {
	display: block;
	padding: .5rem 0;
	font-size: 1.25rem;
	text-decoration: none;
	color: #000;
}

footer {
	background-color: #fff;
	position: relative;
}

footer p {
	font-weight: 700;
	font-size: 3rem;
	padding: 1rem 0
}

footer a,
footer p {
	color: #ef1210;
	pointer-events: none;
	text-decoration: none;
}

.marquee {
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: 100px;
	overflow-x: hidden
}

.track {
	position: absolute;
	white-space: nowrap;
	will-change: transform;
	animation: marquee 30s linear infinite
}

.track:hover {
	animation-play-state: paused
}

@keyframes marquee {
	0% {
		transform: translateX(0)
	}
	to {
		transform: translateX(-50%)
	}
}

#your-shopping-cart footer,
.template-login footer,
.template-register footer {
	display: none
}

.subfooter-signup-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 6rem 2rem;
	color: #fff;
	background-color: #ee1c24;
    background-image:
        url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/tongue.png?6743'),
        url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/rainbow2.png?6743'),
        url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/rainbow.png?6743'),
        url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/stars-bg.png?6738');
    background-size:
        150px,
        100px,
        250px,
        90%;
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat,
        no-repeat;
    background-position:
        bottom 50px right 80px,
        bottom 20px right 300px,
        bottom 40px left 40px,
        bottom center;
}

@media (max-width: 800px) {
    .subfooter-signup-form {
        background-image:
            url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/rainbow.png?6743'),
            url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/stars-bg.png?6738');
        background-size:
            200px,
            100%;
        background-repeat:
            no-repeat,
            no-repeat;
        background-position:
            bottom 20px center,
            bottom center;
    }
}

@media (max-width: 500px) {
    .subfooter-signup-form {
        background-image:
            url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/rainbow.png?6743'),
            url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/stars-bg.png?6738');
        background-size:
            200px,
            150%;
        background-repeat:
            no-repeat,
            repeat;
        background-position:
            bottom 20px center,
            bottom center;
    }

    .subfooter-signup-form h2 {
        font-size: 1.5rem;
    }
}


.subfooter-signup-form h2 {
	margin-bottom: 2rem;
	transition: all .25s ease;
	font-size: 2rem;
}

.klaviyo-forms-custom input {
	background: rgba(0, 0, 0, .25) !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2) !important;
	font-weight: 700 !important;
	border: 2px solid rgba(0, 0, 0, .5) !important;
	border-radius: 5px !important;
	padding: 1rem !important;
	outline: none !important;
	transition: all .15s ease !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1) !important;
	width: 100% !important;
	font-family: LL Circular Book Web !important;
	font-size: 1.6rem !important;
	height: 70px !important;
}

.klaviyo-forms-custom input:active,
.klaviyo-forms-custom input:focus {
    background: #fff !important;
}

.klaviyo-forms-custom ::placeholder {
	color: rgba(0, 0, 0, .5) !important;
	font-family: LL Circular Book Web !important;
	font-size: 1.6rem !important;
	font-weight: 700 !important;
}

.klaviyo-forms-custom button {
    display: block !important;
    height: 48px !important;
	font-family: LL Circular Book Web !important;
	font-size: 1.6rem !important;
	border-radius: 5px !important;
	color: #000 !important;
	background: #fff !important;
	transition: all .2s ease !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.klaviyo-forms-custom button:hover {
    background: #edeaea !important;
}

.klaviyo-forms-custom button:active {
    transform: scale(0.97) !important;
}

.klaviyo-forms-custom p {
    color: #fff !important;
	font-family: LL Circular Book Web !important;
}

@media (max-width: 600px) {
    .klaviyo-forms-custom div {
        display: block !important;
    }

    .klaviyo-forms-custom button,
    .klaviyo-forms-custom input,
    .klaviyo-forms-custom ::placeholder {
        font-size: 1.2rem !important;
    }

    .klaviyo-forms-custom button,
    .klaviyo-forms-custom input {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box !important;
    }

    .klaviyo-forms-custom button {
        height: 70px !important;
    }
}

.subfooter-signup-form input {
	background: rgba(0, 0, 0, .25);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	font-weight: 700;
	border: 2px solid rgba(0, 0, 0, .5);
	border-radius: 5px;
	padding: 1rem;
	outline: none;
	transition: all .15s ease;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	margin-bottom: 1rem;
	width: 100%
}

@media (pointer:fine) {
	.subfooter-signup-form input:focus {
		background-color: #fff;
		color: #000
	}
	.subfooter-signup-form input:focus:-ms-input-placeholder {
		color: rgba(0, 0, 0, .5)
	}
	.subfooter-signup-form input:focus::placeholder {
		color: rgba(0, 0, 0, .5)
	}
}

.subfooter-signup-form :-ms-input-placeholder {
	color: rgba(0, 0, 0, .5)
}

.subfooter-signup-form ::placeholder {
	color: rgba(0, 0, 0, .5)
}

.subfooter-signup-form .label-hidden {
	display: none
}

.subfooter-signup-form input[type=submit] {
	border-radius: 100rem;
	background: #fff;
	color: #000;
	border-color: #fff;
	transition: all .15s ease
}

@media (pointer:fine) {
	.subfooter-signup-form input[type=submit]:focus,
	.subfooter-signup-form input[type=submit]:hover {
		background-color: #edeaea;
	}
}

.subfooter-signup-form input[type=submit]:active {
	transform: scale(.98)
}

.email-cap,
.rest-of-the-form-cap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 480px;
	margin: 0 auto
}

.rest-of-the-form-cap {
	opacity: 0;
	transition: all .5s ease;
	max-height: 0;
	overflow: hidden
}

.visible-form {
	overflow: auto;
	max-height: 100%!important;
	opacity: 1!important
}

.global-footer {
	background-color: #fff;
}

.global-footer ul {
	list-style: none;
	padding: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.global-footer a {
	display: inline-block;
	color: var(--brand-color);
	font-size: 1.25rem;
	text-decoration: none;
	font-weight: 600;
	padding: .25rem 0;
	border-bottom: .125em solid transparent;
	transition: all .15s ease;
	margin: 1rem
}

.global-footer a:focus,
.global-footer a:hover {
	border-bottom: .125em solid currentColor
}

.global-footer,
footer {
	position: relative;
	z-index: 3
}

button,
input[type=submit] {
	-webkit-appearance: none
}

a:disabled,
button:disabled,
button[disabled],
input[type=submit][disabled] {
	pointer-events: none!important;
	background-color: #c8c1c1!important
}

.button-light {
	background-color: #fff;
	color: #000;
	font-size: 1.5rem;
	padding: 1rem 2rem;
	font-weight: 600;
	border-radius: 40rem;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25), inset 0 0 0 0 rgba(0, 0, 0, .25);
	transition: all .15s ease
}

@media (min-width:480px) {
	.button-light {
		font-size: 1.75rem;
		padding: 1rem 2.5rem
	}
}

@media (min-width:900px) and (max-width:1023px) {
	.button-light {
		font-size: 1.25rem;
		padding: 1rem 2rem
	}
}

@media (pointer:fine) {
	.button-light:focus,
	.button-light:hover {
		box-shadow: 0 1px 4px rgba(0, 0, 0, .25), inset 0 0 0 4px #000
	}
}

.button-remove,
button[type=button] {
	border: none;
	background-color: transparent;
	font-weight: 700;
	color: #ef1111;
	font-size: 1rem;
	cursor: pointer;
	text-decoration: none
}

.quantity-stepper {
	background: #fff;
	border: 3px solid #c4c4c4;
	border-radius: 100rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .2rem .6rem;
    font-size: 1.2rem;
    transform: scale(0.8) translateX(-1rem) translateY(-0.6rem);
}

@media (min-width: 700px) {
    .quantity-stepper {
        transform: none;
    }
}

.quantity-stepper input {
	background: none;
	border: none;
	text-align: center;
	font-weight: 700;
	outline: none;
	transition: all .15s ease
}


@media (pointer:fine) {
	.quantity-stepper input:focus,
	.quantity-stepper input:hover {
		color: var(--brand-color)
	}
}

.quantity-stepper input[type=number]::-webkit-inner-spin-button,
.quantity-stepper input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.quantity-stepper button {
	background: none;
	border: none;
	color: #c4c4c4;
	outline: none;
	transition: all .15s ease;
	cursor: pointer;
	height: 1.5rem
}

.quantity-stepper button svg {
	pointer-events: none
}

@media (pointer:fine) {
	.quantity-stepper button:focus,
	.quantity-stepper button:hover {
		color: var(--brand-color)
	}
}

.quantity-stepper button:active {
	transform: scale(.92)
}

.quantity-stepper svg {
	pointer-events: none
}

.button-brand {
	background-color: var(--brand-color);
	color: #fff;
	border: none;
	font-weight: 700;
	font-size: 2.5rem;
	padding: .75rem 2rem;
	text-align: center;
	text-decoration: none;
	border-radius: 100rem;
	transition: all .15s ease
}

@media (pointer:fine) {
	.button-brand:focus,
	.button-brand:hover {
		outline: none;
		box-shadow: 0 0 0 5px #fff, 0 0 0 10px var(--brand-color)
	}
}

.button-brand:active {
	transform: scale(.98)
}

.button-brand.small {
	font-size: 1.5rem
}

.button-sold-out {
	background-color: #969696!important;
	color: #fff!important;
	pointer-events: none!important;
	cursor: not-allowed!important
}

.option-radio {
	position: relative;
	margin-right: .5rem;
	margin-bottom: .5rem
}

.option-radio input[type=radio] {
	display: none
}

.option-radio label {
	border-radius: 100%;
	width: 2.5rem;
	height: 2.5rem;
	display: block;
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: 50% 55%;
	background-color: gray;
	border: 5px solid #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
}

@media screen and (max-width: 1010px) {
    .option-radio label {
        width: 2.1rem;
        height: 2.1rem;
    }
}

@media (pointer:fine) {
	.option-radio label:focus,
	.option-radio label:hover {
		border: 5px solid #000;
		outline: none
	}
}

.option-radio label:active {
	transform: scale(.92)
}

.option-radio input[type=radio]:checked+label {
	border: 5px solid #fff
}

@media (pointer:fine) {
	.option-radio input[type=radio]:checked+label:focus,
	.option-radio input[type=radio]:checked+label:hover {
		border: 5px solid #fff;
		outline: none
	}
}

.option-radio .label-hidden {
	visibility: hidden;
	position: absolute
}

.option-radio .label-size {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #000;
	font-size: 1.25rem;
	font-weight: 700;
	pointer-events: none
}

@media (max-width: 1160px) {
    .option-radio .label-size {
        font-size: 1rem;
    }
}

.size-option-radio label {
	background-color: #fff
}

.size-option-radio input[type=radio]:checked+label {
	border: 5px solid var(--brand-color)
}

@media (pointer:fine) {
	.size-option-radio input[type=radio]:checked+label:focus,
	.size-option-radio input[type=radio]:checked+label:hover {
		border: 5px solid var(--brand-color);
		outline: none
	}
}

.button-inline {
	background: var(--brand-color)!important;
	color: #fff!important;
	border: none;
	font-size: 1.25rem;
	padding: .75rem 2rem;
	border-radius: 100rem
}

.button-gradient,
.button-inline {
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: all .15s ease
}

.button-gradient {
	display: inline-block;
	color: #fff;
	font-size: 1.5rem;
	padding: 1rem 1.25rem;
	background: linear-gradient(90deg, #ff3235, #d884ff);
	border-radius: 100rem
}

@media (pointer:fine) {
	.button-gradient:focus,
	.button-gradient:hover {
		transform: scale(1.025)
	}
}

.button-gradient:active {
	transform: scale(.98)
}

.button-form {
	background-color: var(--brand-color);
	color: #fff!important;
	border: none;
	box-shadow: none;
	margin: 2rem 0!important;
	font-weight: 700;
	font-size: 1.5rem!important;
	padding: .75rem 2rem!important;
	text-align: center;
	text-decoration: none;
	border-radius: 100rem;
	transition: all .15s ease;
	cursor: pointer;
	width: 100%
}

@media (pointer:fine) {
	.button-form:focus,
	.button-form:hover {
		outline: none;
		box-shadow: 0 0 0 5px #fff, 0 0 0 10px var(--brand-color)
	}
}

.button-form:active {
	transform: scale(.98)
}

.home-headline-area {
	min-height: 140px;
	margin: -4rem 0 -2rem
}

@media (min-width:768px) {
	.home-headline-area {
		min-height: 320px;
		margin: -2rem 0
	}
}

.homepage-hero-mobile {
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0 10px;
    height: 700px;
    display: block;
}

.homepage-hero-mobile-content {
    position: relative;
    top: 450px;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);

}

.homepage-hero-mobile-content p {
    margin: 15px 0;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);

}


.homepage-hero-desktop {
    width: 100%;
    height: 450px;
    background-size: 100% auto;
    background-position: center center;
    display: none;
}

.homepage-hero-desktop-content {
    text-align: center;
    position: relative;
    top: 150px;
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}

.homepage-hero-desktop-content h1 {
    font-size: 2.3rem;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

.homepage-button {
    color: #fff;
    background: #001AFF;
    font-size: 1.5rem;
    padding: 0.5rem 2rem;
    margin-top: 0.5rem;
}

.homepage-button:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25), inset 0 0 0 4px #fff;
}

.homepage-button:active {
    transform: scale(0.98);
}

@media (min-width: 600px) {
    .homepage-hero-mobile {
        display: none;
    }

    .homepage-hero-desktop {
        display: block;
    }
}

@media (min-width: 1000px) {
    .homepage-hero-desktop {
        height: 650px;
    }

    .homepage-hero-desktop-content {
        top: 250px;
    }
}

.purple-promo {
    width: 100%;
    padding: 1.5rem;
    background: #664C9F;
    color: #fff;
    font-weight: 700;
}

.purple-promo p {
    font-size: 1.2rem;
}

.purple-promo span {
    color: #42C6EB;
}

@media (min-width: 600px) {
    .purple-promo {
        padding: 2rem 4rem;
    }

    .purple-promo p {
        font-size: 1.6rem;
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
    }
}

.full-hero {
	display: -ms-grid;
	display: grid;
	min-height: 70vh;
	max-width: 1200px;
	margin: 0 auto
}


@media (min-width:768px) {
	.full-hero {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: end;
		align-items: end;
		min-height: 600px
	}
}

.full-hero h1 {
	width: 100%;
	max-width: 30rem
}

.full-hero p {
	font-size: 1.5rem;
	font-weight: 700
}

.full-hero .hero-text-area {
	position: relative;
	z-index: 2;
	max-width: 540px;
	margin: 0 auto;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	animation: fadeIn .25s .25s ease both
}

@media (min-width:768px) {
	.full-hero .hero-text-area {
		padding: 2rem 2rem 6rem
	}
}

.hero-button-group {
	display: -ms-grid;
	display: grid;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-gap: 1rem;
	margin-top: 1.5rem
}

@media (min-width:768px) {
	.hero-button-group {
		-ms-flex-pack: initial;
		justify-content: initial
	}
}

@media (min-width:920px) {
	.hero-button-group {
		-ms-grid-columns: 1fr 2fr;
		grid-template-columns: 1fr 2fr
	}
}

.hero-button-group p {
	color: var(--brand-color);
	font-size: 1.5rem;
	text-align: center;
	display: none
}

@media (min-width:768px) {
	.hero-button-group p {
		text-align: left;
		display: block
	}
}

@media (min-width:768px) {
	.hide-desktop {
		display: none
	}
}

.hero-max {
	max-width: 1000px;
	margin: 0 auto;
	opacity: 0;
	position: relative;
	z-index: 1;
	transform: translateY(10px) scale(.98);
	animation: fadeIn 1s .5s ease both
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(10px) scale(.98)
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1)
	}
}

.gradient-banner {
	background: #ff4a3d;
	padding: 6rem 1rem;
	text-align: center;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	z-index: 3
}

.gradient-banner.no-canvas {
    background-image: url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/no-canvas-bg.png?6104');
    background-position: cover;
}

.gradient-banner canvas {
	display: block;
	width: 100%;
	height: 100%;
	filter: blur(80px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}

.gradient-banner>h2,
.gradient-banner p {
	max-width: 860px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	position: relative;
	z-index: 3
}

.gradient-banner h2 {
	line-height: 1.125;
	font-size: 2rem
}

@media (min-width:768px) {
	.gradient-banner h2 {
		font-size: 3rem
	}
}

.gradient-banner p {
	font-size: 1.25rem;
	line-height: 1.35;
	margin-top: 2rem
}

@media (min-width:768px) {
	.gradient-banner p {
		font-size: 1.75rem
	}
}

.banner-stickers {
	padding: 10rem 2rem
}

.banner-stickers h2 {
	margin: 0
}

.homepage-product-grid {
	display: -ms-grid;
	display: grid
}

@media (min-width:900px) {
	.homepage-product-grid {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(2, 1fr)
	}
}

.product-color-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	transition: all .25s ease
}

.product-color-box>a {
	display: block;
	overflow: hidden;
	height: 100%;
	margin: 0;
	position: relative;
	color: #fff
}

.product-color-box>a:before {
	content: "\1F440\FE0F   see more";
	font-weight: 700;
	font-size: 1.25rem;
	background-color: #fff;
	color: #000;
	padding: 1rem;
	border-radius: 100rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.5);
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25), 0 0 0 0 hsla(0, 0%, 100%, .25);
	opacity: 0;
	z-index: 4;
	transition: all .25s cubic-bezier(.175, .885, .32, 1.275)
}

@media (pointer:fine) {
	.product-color-box>a:focus:before,
	.product-color-box>a:hover:before {
		opacity: 1;
		transition: all .25s cubic-bezier(.175, .885, .32, 1.275);
		transform: translateX(-50%) translateY(-50%) scale(1);
		animation: shadowPulse 1s ease both
	}
	.product-color-box>a:focus img,
	.product-color-box>a:hover img {
		transform: scale(1.05)
	}
}

.product-color-box>a:active:before {
	opacity: 1;
	transition: all .25s cubic-bezier(.175, .885, .32, 1.275);
	transform: translateX(-50%) translateY(-50%) scale(.94)
}

.product-color-box a img {
	display: block;
	height: 100%;
	margin: 0;
	min-height: 300px;
	transition: all .3s ease
}

@media (min-width: 900px) {
    .product-color-box a img {
        height: 50vw;
        width: 50vw;
        object-fit: cover;
    }
}

.product-color-box-info {
	padding: 2rem 1.5rem;
}

@media (max-width: 500px) {
    .product-color-box-info {
    	padding: 1.2rem 1.5rem;
    }
}

.product-color-box-info a {
	text-decoration: none
}

.product-color-box-info h3 {
	transition: all .25s ease;
	font-size: 5vmax;
	color: var(--productLabelColor);
	margin-bottom: 0.5rem;
}

@media (min-width:900px) {
	.product-color-box-info h3 {
		font-size: 1.8rem
		margin-bottom: 0;
	}
}

@media (min-width:1140px) {
	.product-color-box-info h3 {
		font-size: 3.75vmax
	}
}

.yotpo-home-container {
    margin: 0 0 1rem 0;
}

.yotpo-home-container .text-m {
    display: none;
}

.yotpo-home-container .yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo-home-container .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo-home-container .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    color: var(--productLabelColor) !important;
}

.yotpo-home-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.yotpo-home-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.yotpo-home-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo-home-container .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star,
.yotpo-home-container .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,
.yotpo-home-container .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo-home-container .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
.yotpo-home-container .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
.yotpo-home-container .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 1.6rem !important;
}

.yotpo-home-container .yotpo .standalone-bottomline.star-clickable,
.yotpo-home-container .yotpo .standalone-bottomline .star-clickable {
    cursor: auto;
}

.home-product-button {
    text-align: center;
    font-size: 1.2rem;
    padding: .7rem 1.2rem;
}

.product-color-box-info p {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: .5rem;
	transition: all .25s ease;
	color: var(--productLabelColor);
	height: 2ch
}

.product-color-box-info p,
.product-color-box-info h3 {
    text-shadow: var(--productTextShadow);
}

.name-and-button {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.name-and-button,
.product-color-chooser {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-color-chooser {
	margin-top: 2.2vmax;
	align-items: flex-start;
}

@media screen and (max-width: 1200px) {
    .product-color-chooser {
        margin-top: 5vmax
    }
}

@media screen and (max-width: 1000px) {
    .product-color-chooser {
        height: 100px;
    }
}

@media screen and (max-width: 900px) {
    .product-color-chooser {
        height: auto;
    }
}

.name-and-button,
.home-color-chooser {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home-color-chooser {
	height: 140px;
	align-items: flex-start;
	margin-top: 2.5rem;
}

@media (min-width: 501px) {
    .home-color-chooser {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 1000px) {
    .home-color-chooser {
        height: 100px;
    }
}

@media screen and (max-width: 900px) {
    .home-color-chooser {
        height: auto;
    }
}

.color-option {
	margin-right: .5rem;
	text-indent: -9999rem;
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	border: none;
	transition: all .15s ease;
	box-shadow: inset 0 0 0 5px #fff, 0 2px 4px 0 rgba(0, 0, 0, .25);
	background-size: 100%;
	background-position: 50%
}

@media (min-width:900px) {
	.color-option {
		width: 4vmax;
		height: 4vmax
	}
}

.color-option.chosen-color {
	background-image: url(/assets/icons/chosen-color.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	box-shadow: inset 0 0 0 5px #fff, 0 2px 4px 0 rgba(0, 0, 0, .25)
}

@keyframes shadowPulse {
	0% {
		box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25), 0 0 0 0 hsla(0, 0%, 100%, .35)
	}
	to {
		box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25), 0 0 0 35px hsla(0, 0%, 100%, 0)
	}
}

.pdp-header {
	display: -ms-grid;
	display: grid;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 0 0.5rem;
}

.template-product footer {
    display: none;
}

@media (min-width:700px) {
	.pdp-header {
		grid-template-columns: 1fr 1.3fr;
		grid-gap: 4rem 2rem
	}
}

@media (min-width:768px) {
	.pdp-header {
		padding: 0 0 4rem
	}
}

.pdp-product-pane {
	padding: 0 1rem
}

@media (min-width: 700px) {
    .pdp-product-pane {
        padding-top: 0.5rem;
    }
}

.pdp-product-pane .name-and-price h1 {
	color: var(--brand-color);
	font-size: 2.2rem;
	margin: 0;
	display: inline-block;
}

.pdp-product-pane .name-and-price .product-price {
    text-align: right;
    color: black;
    font-size: 2.2rem;
    float: right;
}

@media (min-width: 700px) {
    .pdp-product-pane .name-and-price .product-price {
        text-align: left;
    }
}

.pdp-product-pane .name-and-price p {
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 1rem;
	line-height: 1.45;
}

.pdp-product-pane h2 {
	color: black;
	font-size: 1.25rem
}

.pdp-product-pane hr {
	margin: 2rem 0;
	border: none;
	border-bottom: 1px solid #c8c1c1
}

.pdp-product-pane .product-color-chooser {
	margin-top: 1rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.pdp-product-photos {
	overflow: hidden;
	transform: translateY(-40px)
}

.pdp-product-photos .gallery-image-wrapper {
	padding: 50px 25px
}

@media (max-width: 500px) {
    .pdp-product-photos {
        height: 500px;
        transform: translateY(-7px);
    }

    .pdp-product-photos .gallery-image-wrapper {
        padding: 0;
    }
}

.pdp-product-photos a {
	height: 100%;
	width: 100%;
	cursor: grab;
	position: relative
}

.pdp-product-photos a:active {
	cursor: grabbing
}

.pdp-product-photos img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: grab
}

.pdp-product-photos img:active {
	cursor: grabbing
}

.pdp-gallery-control {
	position: absolute;
	top: calc(50% - 3rem);
	left: 2rem;
	transform: translateY(-50%);
	transform-origin: 50% 50%;
	background: transparent;
	border: none;
	outline: none;
	z-index: 10;
	color: #ababab;
	transition: all .15s ease
}

.pdp-gallery-control svg {
	pointer-events: none
}

.pdp-gallery-control.gallery-next {
	left: auto;
	right: 2rem
}

@media (pointer:fine) {
	.pdp-gallery-control:focus,
	.pdp-gallery-control:hover {
		color: var(--brand-color)
	}
}

.pdp-gallery-control:active {
	transform: scale(.92) translateY(-50%)
}

.pdp-gallery-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.pdp-gallery-button {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #ababab;
	border: none;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: .5rem;
	outline: none;
	cursor: pointer;
	transition: all .15s ease
}

.pdp-gallery-button:first-of-type {
	background-color: var(--brand-color)
}

.pdp-gallery-button.inactive {
	background-color: #ababab
}

.pdp-gallery-button.active {
	background-color: var(--brand-color)!important
}

.pdp-gallery-button:active {
	transform: scale(.88)
}

.product-size-chooser {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.product-size-chooser .size-option-radio {
	margin-top: .75rem;
	margin-right: .5rem
}

.product-quantity-price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1rem
}

.product-price {
	font-size: 3rem;
	font-weight: 700;
	color: var(--brand-color)
}

.button-bg {
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,0.4));
}

@media (min-width: 500px) {
    .button-bg {
        display: none;
    }
}

.product-cart-button {
	background-color: var(--brand-color);
	color: #fff;
	border-radius: 100rem;
	padding: .75rem 2rem;
	display: block;
	width: 95%;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	border: none;
	cursor: pointer;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	left: 2.5%;
	z-index: 100;
}

@media (min-width: 700px) {
    .product-cart-button {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-top: 10px;
    }
}

.solid-banner {
	background: #fff;
	text-align: center;
	padding: 2rem
}

.solid-banner h2 {
	font-size: 3rem
}

.product-description-desktop {
    display: none;
}

.product-description-mobile {
    display: block;
    padding: 20px;
    text-align: center;
}

.product-description-mobile p {
    font-weight: 700;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    line-height: 1.45;
}

@media (min-width: 700px) {
    .product-description-desktop {
        display: block;
        margin: 1rem 0;
        line-height: 1.45;
    }

    .product-description-desktop p {
         font-size: 1.2rem;
    }

    .product-description-mobile {
        display: none;
    }
}

.product-photo-with-badge {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.product-photo-with-badge img {
	width: 100%;
}

.product-details, .product-image {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

.product-photo-with-badge {
    background: #42C6EB;
    color: white;
}

.product-photo-with-badge:nth-child(odd) {
    flex-direction: row-reverse;
}

.product-photo-with-badge:nth-child(even) {
    background: #F37421;
}

.product-photo-with-badge:nth-child(even) .product-badge {
    background: #EE3F8F;
}

.product-details {
	height: 100%;
}

.product-details p {
	font-size: 2.5vw;
	line-height: 1.35;
	margin: 2rem 0 0 0;
	padding: 0 2rem;
	font-weight: 700;
}

@media (max-width: 800px) {
    .product-details p {
        font-size: 1.5rem;
    }

    .product-badge-header {
        font-size: 2rem;
    }
}

.product-badge {
    background: #664C9F;
    padding: 1rem 2rem;
    width: 100%;
}

.product-badge-sub {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 6px;
}

.product-badge-header {
    font-size: 7vw;
    padding: 0;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px;
}

@media screen and (max-width: 1000px) {
    .product-badge {
        font-size: 4rem;
    }
}

@media (max-width: 800px) {
    .product-photo-with-badge {
        display: block;
    }

    .product-badge {
        font-size: 3.5rem;
        padding-top: 2rem;
    }

    .product-details {
        padding-bottom: 2rem;
    }

    .product-details p {
        max-width: 100%;
    }
}

product-section {
    padding: 10px 0;
}

.product-ratings {
	position: relative;
	background: #00B37D;
	padding: 3rem 0
}

.product-ratings h2 {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #fff !important;
}

.review-slider {
	padding: 3rem 0
}

@media (max-width: 500px) {
    .review-slider {
        padding: 1.5rem 0;
    }
}

.button-review-nav {
	border: none;
	background: none;
	margin: 0 1rem;
	transition: all .15s ease;
	outline: none;
	position: absolute;
	top: 50%;
	left: 0
}

@media (pointer:fine) {
	.button-review-nav:focus,
	.button-review-nav:hover {
		color: var(--carter-color)
	}
}

.button-review-nav:active {
	transform: scale(.92)
}

.review-next {
	left: auto;
	right: 0
}

.review {
	background: #fff;
	padding: 1rem;
	margin: 0 2rem;
	display: none;
	border-radius: 10px
}

.review-hidden {
    display: none;
}

.review:first-child {
	display: block
}

.review .customer {
	font-size: 1.875rem;
	margin-bottom: .5rem;
	font-weight: 700
}

.review time {
	font-size: .75rem;
	color: gray
}

.customer-and-date {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.customer-and-date,
.review-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.review-details {
	color: gray;
	padding-bottom: 1rem;
	margin-bottom: 1rem
}

.review-details,
.review-details>div {
	-ms-flex-align: center;
	align-items: center
}

.review-details>div {
	display: -ms-flexbox;
	display: flex;
	margin-right: 2rem;
	padding-top: .25em
}

.review-details svg {
	margin-right: .25rem
}

.review-tag svg {
	position: relative;
	top: 1px
}

.review-body {
	overflow: hidden;
	position: relative
}

.review-rating-5:after {
    content: "\2605\2605\2605\2605\2605";
    font-size: 1.8rem;
}

.review-rating-4:after {
    content: "\2605\2605\2605\2605\2606";
    font-size: 1.8rem;
}

.review-rating-3:after {
    content: "\2605\2605\2605\2606\2606";
    font-size: 1.8rem;
}

.review-rating-2:after {
    content: "\2605\2605\2606\2606\2606";
    font-size: 1.8rem;
}

.review-rating-1:after {
    content: "\2605\2606\2606\2606\2606";
    font-size: 1.8rem;
}

.review-body:after {
	content: "";
	background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0
}

.review-body p {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 2.5rem;
	min-height: 120px;
	max-height: 120px
}

.review-nps {
    background: #00ba4a;
    color: white;
    font-size: 90%;
    display: inline-block;
    padding: 4px 10px;
    font-weight: bold;
    border-radius: 6px;
}

.product-section {
    padding: 10px 0;
}

.pdp-color-heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline
}

.limited-edition {
    display: none;
    display: var(--limitedEditionDisplay);
    font-size: .9rem;
    margin-left: 0.5rem;
    background: var(--brand-color);
    padding: 0 .4rem;
    border-radius: .5rem;
    color: white;
}

.selected-color,
.selected-size {
	font-size: 1.25rem;
	color: #797979;
	text-align: right;
	margin-left: .5rem
}

.selected-size {
    background: #eceded;
    border-radius: 4px;
    padding: 4px 8px;
    transition: background .2s ease;
}

.selected-size:hover {
    background: #dedede;
}

.discount-label {
  	margin-top: 20px;
	font-size: 1rem;
  	font-weight: 700;
	color: #fff;
	text-align: left;
	max-width: 100px;
	background: #1f0aff;
	border-radius: 4px;
	padding: 4px 8px;

}

.product-attributes {
    padding-top: 200px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    background-color: #f7f5f2;
}

.attribute-header {
    background-size: cover;
    position: relative;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.replay .attribute-header {
    background-image: url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/replay.png');
    background-color: #f7f5f2;
    background-position: center right;
}

.silkymesh .attribute-header {
    background-image: url('https://cdn.shopify.com/s/files/1/0158/6495/4928/files/silkymesh.png');
    background-color: #fbfbfb;
    background-position: center right -200px;
}

@media (min-width: 1100px) {
    .silkymesh .attribute-header {
        background-position: center right;
    }
}

.attribute-header-text {
    margin: 0 25px;
    position: absolute;
    bottom: 20px;
}

@media (min-width: 700px) {
    .product-attributes {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .attribute-header-text {
        position: static;
        padding: 50px 0 0 100px;
        width: 700px;
    }

    .attribute-header-text p {
        font-size: 1.15rem;
    }
}

.attribute-header-text h3 {
    font-size: 2rem;
}

.attribute-header-text p {
    margin-top: 5px;
    font-weight: 700;
    line-height: 1.3;
}

.attribute-benefits-desktop {
    display: none;
}

.attribute-benefits-mobile {
    padding: 10px 20px;
}

.benefit {
    display: grid;
    grid-template-columns: 1fr 7fr;
    grid-gap: 10px;
    align-items: center;
    margin: 20px 0;
}

.benefit-icon img {
    width: 100%;
    max-width: 50px;
}

.benefit-text h3 {
    font-size: 1.3rem;
}

@media (min-width: 700px) {
    .attribute-benefits-mobile {
        display: none;
    }

    .attribute-benefits-desktop {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        padding: 30px 0 30px 125px;
        width: 700px;
        max-width: 80%;
        box-sizing: content-box;
        grid-gap: 20px 30px;
    }

    .benefit {
        grid-gap: 20px;
        align-items: top;
        margin: 10px 0;
    }

    .benefit-icon img {
        width: 65px;
    }

}

.community-wears {
    padding: 10px 0;
}

@media (min-width: 700px) {
    .community-wears {
        padding: 60px 0;
    }
}

.community-wears h2 {
    font-size: 1.8rem;
    color: var(--brand-color);
    text-align: center;
    padding: 0 20px;
}

.instagram-slider-container {
    width: 100%;
    overflow: hidden;
}

.instagram-slider {
    margin: 30px 0;
    width: 130%;
    margin-left: -15%;
}

.instagram-slider .slick-track {
    display: flex;
}

.instagram-slider .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.slider-inner {
    margin: 0 10px;
    position: relative;
    text-align: center;
    flex-direction: column;
}

.slider-inner img {
    height: 180px;
    margin-bottom: 10px;
}

@media (min-width: 700px) {
    .slider-inner img {
        height: 300px;
    }
}

.product-reviews {
    height: 400px;
    background: #f6f6f6;
}

.doesnt-fit {
    background: #664c9f;
    color: white;
    padding: 30px 20px;
    text-align: center;
}

.doesnt-fit p, .doesnt-fit h2 {
    font-size: 1.1rem;
}

@media (min-width: 700px) {
    .doesnt-fit {
        padding: 60px;
    }

    .doesnt-fit h2 {
        font-size: 1.4rem;
    }
}

.press-testimonials {
    background: #42C6EB;
    text-align: center;
    padding: 30px 20px;
}

.press-item {
    margin: 40px 0;
}

.press-item .press-logo {
    width: 120px;
    margin-top: 1rem;
}

.press-item p {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
}

@media (min-width: 700px) {
    .press-testimonials {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px;
    }
}

.reviews {
    background: #6c48a4;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.reviews h2 {
    font-size: 2rem;
    margin: 2rem;
}

.stars-slider {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem;
}

.stars-slider .stars {
    color: #fae80b;
}

.stars-slider .stars-5:after {
    content: "\2605\2605\2605\2605\2605";
}

.stars-slider .stars-4:after {
    content: "\2605\2605\2605\2605";
}

.stars-slider .stars-3:after {
    content: "\2605\2605\2605";
}

.stars-slider .stars-2:after {
    content: "\2605\2605\";
}

.stars-slider .stars-1:after {
    content: "\2605";
}

.stars-slider .rating {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 5px;
}

.photos-slider {
    margin: 2rem 0;
}

.review-photo {
    width: 90%;
    padding-top: 50%;
    border-radius: 80px;
    background-position: center;
    background-size: 100% auto;
    margin: 0 auto;
}

.quotes-names-slider {
    margin: 2rem 0;
}

.quotes-names-slider .quote {
    font-size: 1.8rem;
    font-weight: bold;
}

.sustainability {
    background: #ff1d91;
    padding: 30px 0;
    color: #fff;
}

.sustainability-inner {
    width: 1240px;
    max-width: 90%;
    margin: 0 auto;
}

.sustainability h2 {
    font-size: 2rem;
    margin: 2rem 0;
}

.sustainability-grid {
    display: block;
    margin: 2rem 0;
}

.sustainability-item {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 1rem;
    margin: 2rem 0;
}

@media (min-width: 800px) {
    .sustainability-grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 3rem;
    }
    
    .sustainability-item {
        margin: 0;
    }
}

.sustainability-item h3 {
    margin-bottom: 4px;
}

.sustainability-item-image img {
    width: 100%;
}

.sustainability-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.3rem;
    padding-bottom: .2em;
    border-bottom: .125em solid transparent;
    transition: all .15s ease;
}

.sustainability-link:hover {
    border-bottom: .125em solid #fff;
}

.yotpo-pdp-container {
    margin: 1rem 0;
}

.yotpo-pdp-container .yotpo .text-m {
    display: none;
}

.yotpo-pdp-container .yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo-pdp-container .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo-pdp-container .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
    color: #5a666f !important;
}

.yotpo-pdp-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.yotpo-pdp-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.yotpo-pdp-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo-pdp-container .yotpo.bottomline .yotpo-bottomline .yotpo-icon-star,
.yotpo-pdp-container .yotpo.bottomline .yotpo-bottomline .yotpo-icon-half-star,
.yotpo-pdp-container .yotpo.bottomline .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo-pdp-container .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
.yotpo-pdp-container .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
.yotpo-pdp-container .yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
    font-size: 1.6rem !important;
}

.yotpo-pdp-container .yotpo .standalone-bottomline.star-clickable,
.yotpo-pdp-container .yotpo .standalone-bottomline .star-clickable {
    cursor: auto;
}


/* Manifesto */
.template-page .manifesto-bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1
}

.template-page .manifesto-bg:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(247, 54, 54, .5);
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2
}

.template-page .manifesto-content {
	position: relative;
	z-index: 5;
	padding: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.template-page .manifesto-content h1 {
	font-size: 3.5rem;
	margin-bottom: 2rem
}

.template-page .manifesto-content h2 {
	display: block;
	font-size: 3.5rem;
	margin-top: 6rem;
	margin-bottom: 2rem
}

.template-page .manifesto-content p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.65;
	margin-bottom: 2rem
}

.template-cart {
	background-color: #f3f3f3
}

.small-banner {
	width: 100%;
	padding: 1rem;
	background: #fafafa;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	z-index: 100;
	transition: 1s;
	top: 0;
	-webkit-transition: all 1s ease
}

.small-banner p {
	font-weight: 700;
	font-size: 1.25rem
}

.holiday-banner-permanent {
    display: block;
    background: #ef1210;
    color: white;
}

@media (max-width: 767px) {
    .holiday-banner-permanent p {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .holiday-banner-permanent {
        padding: 0.5rem 1rem;
    }
}

#friendcode {
	background-color: #00ba4a!important
}

nav {
	z-index: 101
}

.color-carter {
	background-color: var(--carter-color);
	color: #fff
}

.cart-layout {
	max-width: 1024px;
	padding: 1rem;
	margin: 0 auto;
	display: -ms-grid;
	display: grid
}

@media (min-width:750px) {
	.cart-layout {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		margin: 0 auto 4rem;
	}
}

.cart-header {
	grid-column: 1/-1;
	display: -ms-grid;
	display: grid;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #c8c1c1;
	padding-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 700
}

@media (min-width:750px) {
	.cart-header {
		-ms-grid-columns: 180px (1fr)[3];
		grid-template-columns: 180px repeat(3, 1fr)
	}
}

.cart-header>div:first-child {
	grid-column: 1/3
}

.cart-header>div:nth-child(2) {
	text-align: center;
	display: none
}

@media (min-width:750px) {
	.cart-header>div:nth-child(2) {
		display: block
	}
}

.cart-header>div:last-child {
	text-align: right;
	display: none
}

@media (min-width:750px) {
	.cart-header>div:last-child {
		display: block
	}
}

.cart-contents {
	grid-column: 1/-1;
	margin-bottom: 2rem;
	list-style: none
}

.cart-contents,
.new-cart-item {
	border-bottom: 1px solid #c8c1c1
}

.new-cart-item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 80px (1fr)[3];
	grid-template-columns: 80px repeat(3, 1fr);
	-ms-grid-rows: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	-ms-flex-align: center;
	align-items: center;
	padding: 1rem 0
}

@media (min-width:750px) {
	.new-cart-item {
		-ms-grid-columns: 180px (1fr)[3];
		grid-template-columns: 180px repeat(3, 1fr)
	}
}

.cart-item-photo-link {
	grid-row: 1/-1
}

.cart-item-photo-link img {
	width: 64px
}

@media (min-width:750px) {
	.cart-item-photo-link img {
		width: 100%
	}
}

.cart-product-info {
	grid-row: 1/2;
	grid-column: 2/4;
	margin-bottom: .5rem
}

@media (min-width:750px) {
	.cart-product-info {
		padding-left: 1rem;
		grid-column: 2/3;
		grid-row: 1/-1
	}
}

.cart-product-info h2 {
	font-size: 1.25rem;
	line-height: 1.25
}

@media (min-width:750px) {
	.cart-product-info h2 {
		font-size: 2rem
	}
}

.cart-item-quantity {
	grid-row: 2/-1;
	grid-column: 2/4
}

@media (min-width:750px) {
	.cart-item-quantity {
		grid-column: 3/4;
		grid-row: 1/-1;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.cart-item-total {
	grid-row: 1/-1;
	grid-column: 4/5;
	text-align: right
}

.total-price {
	font-size: 2.5rem;
	font-weight: 700
}

.cart-item-discounted .cart-item-quantity {
	font-size: 2rem;
	color: #000;
	font-weight: 700
}

.cart-item-discounted .total-price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	text-align: right;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: column;
	flex-direction: column
}

@media (min-width:750px) {
	.cart-item-discounted .total-price {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center
	}
}

.cart-item-discounted .total-price s {
	color: #000;
	font-size: 1.5rem
}

.cart-item-discounted .total-price .free {
	color: var(--carter-color);
	display: inline-block;
	margin-left: 1rem;
	font-size: 2rem
}

.cart-footnote {
	-ms-flex-order: 4;
	order: 4;
	padding-top: 2rem
}

@media (min-width:750px) {
	.cart-footnote {
		border-right: 1px solid #c4c4c4;
		padding-right: 2rem;
		-ms-flex-order: initial;
		order: 0;
		padding-top: 0
	}
}

.cart-footnote p {
	font-size: 1.15rem;
	line-height: 1.5;
	margin-bottom: 1.5rem
}

@media (min-width:750px) {
	.cart-checkout {
		padding-left: 2rem
	}

	.cart-footnote p {
	    font-size: 1.25rem;
	}
}

.cart-checkout .button-brand {
	display: block;
	width: 100%;
	border: none
}

.cart-checkout .smalltext {
	position: relative;
	margin-top: -2rem;
	margin-bottom: 2rem
}

.coupon-code-field {
	position: relative;
	margin-bottom: .25rem
}

.coupon-code-field input {
	background: #fff;
	color: #3b9832;
	box-shadow: inset 0 0 0 5px #6bd061;
	border: none;
	padding: 1rem;
	padding-right: 7rem;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: .3125rem;
	width: 100%;
	z-index: 1;
	transition: all .15s ease
}

@media (pointer:fine) {
	.coupon-code-field input:focus {
		outline: none;
		box-shadow: inset 0 0 0 5px #6bd061
	}
}

.coupon-code-field button {
	background: none;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
	font-weight: 700;
	color: var(--brand-color);
	border: none;
	padding: .5rem 0;
	transition: all .25s ease;
	z-index: 2;
	pointer-events: all;
	cursor: pointer
}

@media (pointer:fine) {
	.coupon-code-field button:focus {
		outline: none;
		box-shadow: 0 0 0 3px #000
	}
}

.coupon-code-field button:active {
	transform: scale(.94) translateY(-50%)
}

.coupon-code-field input:placeholder-shown+button {
	background-color: #b3b3b3;
	pointer-events: none
}

.coupon-code-field-text {
	font-weight: 700;
	font-size: 1.25rem;
	color: #3b9832;
	text-align: right;
	margin-bottom: 1rem
}

.subtotal {
	margin-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.discount {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.cart-empty-state {
	grid-column: 1/-1;
	padding: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 2rem;
	padding: 6rem 1rem
}

.cart-empty-state img {
	width: 100%;
	max-width: 620px
}

.lil-carter-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.lil-cater-message {
	background: var(--carter-color);
	border-radius: 100rem;
	color: #fff;
	font-size: 1.25rem;
	padding: 1rem 1.5rem;
	font-weight: 700;
	margin-left: 1rem;
	position: relative
}

@media (min-width:780px) {
	.lil-cater-message {
		padding: 1rem 2rem
	}
}

.lil-cater-message:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 2rem 1rem 0;
	border-color: transparent var(--carter-color) transparent transparent;
	position: absolute;
	left: -.75rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1
}

#account footer,
#create-account footer,
#reset-account footer {
	display: none
}

#account h2,
#create-account h2,
#reset-account h2 {
	line-height: 1.25
}

#account .errors,
#create-account .errors,
#reset-account .errors {
	background: red;
	border-radius: 5px;
	border: 1px solid #ff0500;
	padding: .25rem 1rem;
	margin-top: 1rem
}

#account .errors ul,
#create-account .errors ul,
#reset-account .errors ul {
	list-style: none
}

#account .errors li,
#create-account .errors li,
#reset-account .errors li {
	font-weight: 700;
	font-size: 1rem;
	margin: .5rem 0;
	color: #fff
}

#account .errors a,
#create-account .errors a,
#reset-account .errors a {
	color: #fff;
	text-decoration: underline
}

#account #MainContent,
#create-account #MainContent,
#reset-account #MainContent {
	max-width: 600px;
	margin: 2rem auto
}

#account .form-success,
#create-account .form-success,
#reset-account .form-success {
	margin: 1rem 0;
	font-weight: 700;
	color: #000;
	font-size: 1.25rem
}

#account .form-reset-password,
#account [data-login-form],
#account [data-recover-form],
#account [data-signup-form],
#create-account .form-reset-password,
#create-account [data-login-form],
#create-account [data-recover-form],
#create-account [data-signup-form],
#reset-account .form-reset-password,
#reset-account [data-login-form],
#reset-account [data-recover-form],
#reset-account [data-signup-form] {
	background-color: #f7f7f7;
	border-radius: 6px;
	box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, .12);
	padding: 2rem;
	width: 100%
}

#account .form-reset-password form,
#account [data-login-form] form,
#account [data-recover-form] form,
#account [data-signup-form] form,
#create-account .form-reset-password form,
#create-account [data-login-form] form,
#create-account [data-recover-form] form,
#create-account [data-signup-form] form,
#reset-account .form-reset-password form,
#reset-account [data-login-form] form,
#reset-account [data-recover-form] form,
#reset-account [data-signup-form] form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start
}

#account .form-reset-password label,
#account [data-login-form] label,
#account [data-recover-form] label,
#account [data-signup-form] label,
#create-account .form-reset-password label,
#create-account [data-login-form] label,
#create-account [data-recover-form] label,
#create-account [data-signup-form] label,
#reset-account .form-reset-password label,
#reset-account [data-login-form] label,
#reset-account [data-recover-form] label,
#reset-account [data-signup-form] label {
	margin-top: 1rem;
	font-weight: 700;
	font-size: 1.25rem;
	width: 100%
}

#account .form-reset-password input,
#account [data-login-form] input,
#account [data-recover-form] input,
#account [data-signup-form] input,
#create-account .form-reset-password input,
#create-account [data-login-form] input,
#create-account [data-recover-form] input,
#create-account [data-signup-form] input,
#reset-account .form-reset-password input,
#reset-account [data-login-form] input,
#reset-account [data-recover-form] input,
#reset-account [data-signup-form] input {
	margin-top: .5rem;
	background: #fff;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
	color: var(--carter-color);
	padding: .5rem;
	font-size: 1.5rem;
	font-weight: 700;
	outline: none;
	width: 100%;
	transition: all .15s ease
}

@media (pointer:fine) {
	#account .form-reset-password input:focus,
	#account [data-login-form] input:focus,
	#account [data-recover-form] input:focus,
	#account [data-signup-form] input:focus,
	#create-account .form-reset-password input:focus,
	#create-account [data-login-form] input:focus,
	#create-account [data-recover-form] input:focus,
	#create-account [data-signup-form] input:focus,
	#reset-account .form-reset-password input:focus,
	#reset-account [data-login-form] input:focus,
	#reset-account [data-recover-form] input:focus,
	#reset-account [data-signup-form] input:focus {
		box-shadow: 0 0 0 3px var(--carter-color)
	}
}

#account .form-reset-password input[type=submit],
#account [data-login-form] input[type=submit],
#account [data-recover-form] input[type=submit],
#account [data-signup-form] input[type=submit],
#create-account .form-reset-password input[type=submit],
#create-account [data-login-form] input[type=submit],
#create-account [data-recover-form] input[type=submit],
#create-account [data-signup-form] input[type=submit],
#reset-account .form-reset-password input[type=submit],
#reset-account [data-login-form] input[type=submit],
#reset-account [data-recover-form] input[type=submit],
#reset-account [data-signup-form] input[type=submit] {
	background-color: var(--brand-color);
	color: #fff;
	border: none;
	box-shadow: none;
	margin: 2rem 0;
	font-weight: 700;
	font-size: 1.5rem;
	padding: .75rem 2rem;
	text-align: center;
	text-decoration: none;
	border-radius: 100rem;
	transition: all .15s ease;
	cursor: pointer;
	width: 100%
}

@media (pointer:coarse) {
	#account .form-reset-password input[type=submit],
	#account [data-login-form] input[type=submit],
	#account [data-recover-form] input[type=submit],
	#account [data-signup-form] input[type=submit],
	#create-account .form-reset-password input[type=submit],
	#create-account [data-login-form] input[type=submit],
	#create-account [data-recover-form] input[type=submit],
	#create-account [data-signup-form] input[type=submit],
	#reset-account .form-reset-password input[type=submit],
	#reset-account [data-login-form] input[type=submit],
	#reset-account [data-recover-form] input[type=submit],
	#reset-account [data-signup-form] input[type=submit] {
		white-space: normal!important
	}
}

@media (pointer:fine) {
	#account .form-reset-password input[type=submit]:focus,
	#account .form-reset-password input[type=submit]:hover,
	#account [data-login-form] input[type=submit]:focus,
	#account [data-login-form] input[type=submit]:hover,
	#account [data-recover-form] input[type=submit]:focus,
	#account [data-recover-form] input[type=submit]:hover,
	#account [data-signup-form] input[type=submit]:focus,
	#account [data-signup-form] input[type=submit]:hover,
	#create-account .form-reset-password input[type=submit]:focus,
	#create-account .form-reset-password input[type=submit]:hover,
	#create-account [data-login-form] input[type=submit]:focus,
	#create-account [data-login-form] input[type=submit]:hover,
	#create-account [data-recover-form] input[type=submit]:focus,
	#create-account [data-recover-form] input[type=submit]:hover,
	#create-account [data-signup-form] input[type=submit]:focus,
	#create-account [data-signup-form] input[type=submit]:hover,
	#reset-account .form-reset-password input[type=submit]:focus,
	#reset-account .form-reset-password input[type=submit]:hover,
	#reset-account [data-login-form] input[type=submit]:focus,
	#reset-account [data-login-form] input[type=submit]:hover,
	#reset-account [data-recover-form] input[type=submit]:focus,
	#reset-account [data-recover-form] input[type=submit]:hover,
	#reset-account [data-signup-form] input[type=submit]:focus,
	#reset-account [data-signup-form] input[type=submit]:hover {
		outline: none;
		box-shadow: 0 0 0 5px #fff, 0 0 0 10px var(--brand-color)
	}
}

#account .form-reset-password input[type=submit]:active,
#account [data-login-form] input[type=submit]:active,
#account [data-recover-form] input[type=submit]:active,
#account [data-signup-form] input[type=submit]:active,
#create-account .form-reset-password input[type=submit]:active,
#create-account [data-login-form] input[type=submit]:active,
#create-account [data-recover-form] input[type=submit]:active,
#create-account [data-signup-form] input[type=submit]:active,
#reset-account .form-reset-password input[type=submit]:active,
#reset-account [data-login-form] input[type=submit]:active,
#reset-account [data-recover-form] input[type=submit]:active,
#reset-account [data-signup-form] input[type=submit]:active {
	transform: scale(.98)
}

#account .form-reset-password a,
#account [data-login-form] a,
#account [data-recover-form] a,
#account [data-signup-form] a,
#create-account .form-reset-password a,
#create-account [data-login-form] a,
#create-account [data-recover-form] a,
#create-account [data-signup-form] a,
#reset-account .form-reset-password a,
#reset-account [data-login-form] a,
#reset-account [data-recover-form] a,
#reset-account [data-signup-form] a {
	font-size: 1rem;
	font-weight: 700;
	color: var(--brand-color);
	margin: .25em 0;
	display: inline-block;
	text-decoration: none
}

#account .form-reset-password hr,
#account [data-login-form] hr,
#account [data-recover-form] hr,
#account [data-signup-form] hr,
#create-account .form-reset-password hr,
#create-account [data-login-form] hr,
#create-account [data-recover-form] hr,
#create-account [data-signup-form] hr,
#reset-account .form-reset-password hr,
#reset-account [data-login-form] hr,
#reset-account [data-recover-form] hr,
#reset-account [data-signup-form] hr {
	width: 100%;
	border-style: none;
	background-color: #c8c1c1;
	height: 1px
}

#account h1,
#account h2,
#create-account h1,
#create-account h2,
#reset-account h1,
#reset-account h2 {
	color: var(--brand-color);
	font-size: 2.25rem
}

#create-account input[type="date"] {
    color: grey;
}

#create-account input[type="date"]:focus {
    color: var(--carter-color);
}

#account .account-view {
	max-width: 800px;
	margin: 2rem auto;
	background-color: #f7f7f7;
	border-radius: 6px;
	box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, .12);
	padding: 2rem;
	width: 100%
}

#account .account-view h2 {
	font-size: 1.5rem;
	color: #000;
	margin-top: 2rem;
	margin-bottom: .5rem
}

#account .account-view a {
	color: var(--brand-color);
	font-weight: 700;
	transition: all .15s ease
}

@media (pointer:fine) {
	#account .account-view a:focus,
	#account .account-view a:hover {
		color: var(--carter-color)
	}
}

.order-history-item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin: 1rem 0;
	padding: 0 0 1rem;
	border-bottom: 1px solid #c8c1c1;
	line-height: 1.5
}

.order-history-item .order-number a {
	font-size: 1.5rem;
	font-weight: 700;
}

.order-history-item time {
	color: #666;
	text-transform: uppercase;
	font-size: .875rem
}

.order-history-item .order-payment-status {
	text-align: right
}

.order-history-item .order-total {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: right
}

#addresses footer,
.template-order footer {
	display: none
}

#addresses #MainContent,
.template-order #MainContent {
	max-width: 800px;
	margin: 2rem auto;
	background-color: #f7f7f7;
	border-radius: 6px;
	box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, .12);
	padding: 2rem;
	width: 100%
}

#addresses #MainContent h1,
.template-order #MainContent h1 {
	margin-top: 2rem
}

#addresses #MainContent a,
.template-order #MainContent a {
	color: var(--brand-color);
	font-weight: 700;
	transition: all .15s ease
}

@media (pointer:fine) {
	#addresses #MainContent a:focus,
	#addresses #MainContent a:hover,
	.template-order #MainContent a:focus,
	.template-order #MainContent a:hover {
		color: var(--carter-color)
	}
}

#addresses #MainContent time,
.template-order #MainContent time {
	font-size: .875rem;
	color: #666
}

#addresses #MainContent hr,
.template-order #MainContent hr {
	width: 100%;
	border-style: none;
	background-color: #c8c1c1;
	height: 1px;
	margin: 2rem 0
}

#addresses table,
.template-order table {
	width: 100%;
	margin-top: 2rem
}

#addresses th:first-child,
#addresses th:nth-child(2),
.template-order th:first-child,
.template-order th:nth-child(2) {
	text-align: left
}

#addresses tr,
.template-order tr {
	text-align: right
}

#addresses td,
.template-order td {
	border-bottom: 1px solid rgba(0, 0, 0, .12);
	padding: 1rem 0
}

#addresses td:first-child,
.template-order td:first-child {
	text-align: left;
	line-height: 1.5
}

[data-label=Quantity] {
	text-align: center
}

[data-label=Total] {
	font-weight: 700
}

[data-label=SKU] {
	color: #999;
	text-align: left
}

.order-product-title a {
	font-size: 1.5rem
}

.pagination {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid #c8c1c1
}

#addresses h2 {
	font-size: 2rem
}

[data-address-fields] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

[data-address-fields] label {
	display: block;
	margin-top: 1rem;
	font-weight: 700;
	font-size: 1.25rem;
	width: 100%
}

[data-address-fields] input,
[data-address-fields] select {
	margin-top: .5rem;
	background: #fff;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
	color: var(--carter-color);
	padding: .5rem;
	font-size: 1.5rem;
	font-weight: 700;
	outline: none;
	width: 100%;
	transition: all .15s ease
}

@media (pointer:fine) {
	[data-address-fields] input:focus,
	[data-address-fields] select:focus {
		box-shadow: 0 0 0 3px var(--carter-color)
	}
}

.address-checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 700;
	margin: 1rem 0
}

.address-checkbox input {
	margin-right: .5rem
}

.address-form-buttons {
	margin-top: 1rem;
	margin-bottom: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

[data-address] {
	margin: 1rem 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #c8c1c1
}

#challenge {
	padding: 2rem
}

#challenge footer {
	display: none
}

#challenge input[type=submit] {
	background: var(--brand-color)!important;
	color: #fff!important;
	border: none;
	font-weight: 700;
	font-size: 1.25rem;
	padding: .75rem 2rem;
	text-align: center;
	text-decoration: none;
	border-radius: 100rem;
	transition: all .15s ease
}

.phone-number-account-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 1.5rem
}

.phone-number-account-form label span {
	display: block;
	font-weight: 700;
	margin: .5rem 0
}

.phone-number-account-form input,
.phone-number-account-form select {
	margin-bottom: .5rem;
	background: #fff;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
	color: var(--carter-color);
	padding: .5rem;
	font-size: 1.25rem;
	font-weight: 700;
	outline: none;
	transition: all .15s ease;
	width: 100%
}

@media (pointer:fine) {
	.phone-number-account-form input:focus,
	.phone-number-account-form select:focus {
		box-shadow: 0 0 0 3px var(--carter-color)
	}
}

.phone-number-account-form input[type=submit] {
	border: none;
	box-shadow: none;
	border-radius: 100rem;
	margin-top: 1rem;
	padding: 1rem;
	max-width: 10ch
}

#account-error {
	background-color: var(--brand-color);
	color: #fff;
	border-radius: 5px
}

.create-account-link {
	font-size: 1.5rem!important;
	text-align: center!important;
	margin: -1rem 0 1rem!important;
	padding: .75rem 2rem!important;
	display: block!important;
	width: 100%
}

.signin-welcome-banner {
	background-color: var(--carter-color);
	color: #47ffe0!important;
	border-radius: 5px;
	padding: .5rem 1rem;
	margin: .5rem 0;
	text-decoration: underline
}

@media (pointer:fine) {
	.signin-welcome-banner:focus,
	.signin-welcome-banner:hover {
		background: var(--brand-color);
		color: #fff!important
	}
}

.button-login {
	background-color: #fff!important;
	border-radius: 40rem;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25), inset 0 0 0 0 rgba(0, 0, 0, .25)!important;
	color: #ef1210!important;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	margin: .25em 0;
	padding: 1rem 2.5rem;
	text-align: center;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transition-delay: 0s;
	transition-duration: .15s;
	transition-property: all;
	transition-timing-function: ease;
	width: 100%
}

.button-login:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, .25), inset 0 0 0 4px #000!important
}

.form-bottom-buttons {
	display: -ms-flexbox;
	display: flex
}

.form-bottom-buttons a:first-child {
	display: inline-block;
	margin-right: 3rem!important
}

.stickers-banner .stickers {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.stickers-banner .stickers .sticker {
	position: absolute;
	width: 50px;
	height: 50px
}

.stickers-banner .stickers .sticker div {
	background: #000;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	font: 700 25px Helvetica;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center
}

.stickers-banner .stickers .sticker div span {
	font-size: 16px;
	margin-bottom: 5px
}

.stickers-banner a {
	position: relative;
	margin-top: 2rem;
	z-index: 3
}

.name-container {
    margin-top: 1rem;
    width: 100%;
}

.name-container .first-name,
.name-container .last-name {
    width: 48%;
    display: inline-block;
}

.name-container .last-name {
    margin-left: 15px;
}

@media screen and (max-width: 550px) {
    .name-container .first-name,
    .name-container .last-name {
        display: block;
        width: 100%;
    }

    .name-container .last-name {
        margin-left: 0;
        margin-top: 1rem;
    }
}

.faq-content {
    max-width: 95%;
    margin: 0 auto;
}

.faq-content ul > h1 {
    height: auto !important;
    padding: 10px 0;
}

.faq-content .accordion {
    max-width: 100%;
}

.faq-content .accordion a {
    text-indent: 0;
    margin-left: 10px;
    line-height: 1.5;
    padding: 8px 0;
    width: 90%;
}

.faq-content .accordion p {
    line-height: 1.7;
}

@media (max-width: 500px) {
    .faq-content h1 {
        font-size: 1.6em;
    }

    .faq-content .accordion a {
        font-size: 1.3em;
    }

    .faq-content .accordion {
        margin: 0 auto 40px;
    }

    .faq-content .accordion li p {
        font-size: 1.1rem !important;
    }
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 5px solid;
  border-color: inherit;

  -webkit-transform:rotate(-25deg);
  -moz-transform:rotate(-25deg);
  -ms-transform:rotate(-25deg);
  -o-transform:rotate(-25deg);
  transform:rotate(-25deg);
}


/* Product Badges */
.home-product-badge:after {
    position: absolute;
    z-index: 10;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    transform: translate(20px, 20px);
}