@charset "utf-8";
/* +++++ Typography +++++ */
@import url('https://cdn.closetomyheart.com/lib/fonts/sacramento/sacramento.css');
@import url('https://cdn.closetomyheart.com/lib/fonts/roboto/roboto-condensed.css');

/* +++++ ancillary styles go here +++++ */
@media (min-width: 576px) {
	.mobile { display: none; }
}

@media (max-width: 575.98px) {
	.desktop { display: none; }
}

/* ====================================== */
/* ++++++++++ Home page styles ++++++++++ */
/* ====================================== */
.main-featured {
	padding-right: 1rem;
	padding-left: 1rem;
}

.main-featured .btn + .btn {
	margin-left: 0.5rem;
}

.backgrounder {
	border-radius: 0.375rem;
}

.backgrounder img {
  border-radius: 0.25rem;
}

.backgrounder.feat-promo img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.promo-secondary.font-smaller h3 {
	font-size: 1.5rem;
}

.bg-promo {
	padding-top: 1rem;
	padding-right: 1rem;
	padding-left: 1rem;
}

.feat-promo-new img {
	border-radius: 0.25rem;
}

@media (min-width: 992px) {
	.main-featured {
		padding-left: 0;
	}
	.backgrounder img {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: calc(0.375rem - 1px);
		border-top-left-radius: calc(0.375rem - 1px);
	}
	.bg-promo {
		padding-top: 0;
		padding-left: 0;
	}
	.bg-promo.copy-left {
		padding-top: 0;
		padding-right: 0;
		padding-left: 1rem;
	}
	.backgrounder.feat-promo {
		border-top-right-radius: 0 !important;
		border-top-left-radius: 0 !important;
	}
	.backgrounder.feat-promo img {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: calc(0.375rem - 1px);
	}
	.backgrounder.bg-promo img {
		border-radius: 0;
		border-bottom-left-radius: calc(0.375rem - 1px);
		border-top-left-radius: calc(0.375rem - 1px);
	}
	.backgrounder.bg-promo.copy-left img {
		border-radius: 0;
		border-bottom-right-radius: calc(0.375rem - 1px);
		border-top-right-radius: calc(0.375rem - 1px);
	}
	.backgrounder.bg-timer img {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.feat-promo-new img {
		border-radius: 0;
	}
}

.bg-timer {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.mission {
	/* background-color: #f5f5f5; */
	background-color: #edf6fc;
}

.mission h2,
.insp-gallery h2 {
	text-align: center;
	text-transform: uppercase;
}

.mission p {
	margin: 0;
	font-weight: 300;
	text-align: center;
}

.insp-gallery {
	background-color: #f5f5f5;
}

.insp-gallery img {
	margin-bottom: 2rem;
}

@media (min-width: 800px) {
	h1 {
		font-size: 2.5rem;
	}
	.mission h2,
	.insp-gallery h2 {
		font-size: 2.25rem;
		letter-spacing: 0.03em;
	}
	.mission p {
		font-size: 1.5rem;
		line-height: 1.33;
	}
}

.cricut-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1;
	content: "\00a0";
	font-size: 1rem;
	vertical-align: -0.125rem;
	background-image: url('//cdn.closetomyheart.com/global/oba/ui/cricut-icon-rev.svg');
	background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
	border-radius: 0.01rem;
}

/* special negative margin class */
@media (min-width: 992px) {
	.mt-neg {
		margin-top: calc(-4rem + 3px) !important;
	}
}

.text-semibold { font-weight: 600; }

/* CWH 1-2-3 style */
.fa-stack-1x { font-family: "Open Sans", sans-serif; font-weight: 600; }

.cwh-nav {
	width: 100%;
}

.cwh-nav .nav-item {
	font-size: 1.25rem;
}

@media (max-width: 767.98px) {
	.cwh-nav .nav-item {
		width: 100%;
	}
	.cwh-nav .nav-link {
		font-size: 1rem;
		text-align: center;
	}
}

/* +++++ Flash Sale Countdown Styles +++++ */
.countdown-banner {
	width: 100%;
	padding: 0.3rem;
	/* background-color: #b00000; */
	text-align: center;
	background-color: #4fbbbb;
	border: none;
	z-index: 99;
}

.countdown-banner .stitching {
	position: relative;
	border: 1px dashed rgba(255,255,255, 0.5);
	border-width: 1px 0;
}

.cntdn-bnr-inner {
	display: block;
	width: 100%;
	max-width: 24rem;
	margin: 0 auto;
	border: 1px solid transparent;
}

.cntdn-bnr-inner p {
	color: #fff;
}

.cntdn-bnr-inner p.intro {
	position: relative;
	float: left;
	width: 6rem;
	margin: 0.5rem;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: right;
	color: #fff;
}

.countdown-banner .shop-now {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	text-decoration: none !important;
	color: #b00000;
}

.countdown-banner.tot {
	background-color: #c46e99;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.bfs {
	background-color: #000;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.cyberm {
	background-color: #a5141b;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.mday {
	background-color: #374269;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.mayflash {
	background-color: #0b81c1;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.julyflash {
	background-color: #4b614a;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.septflash {
	background-color: #f38262;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.weekendws {
	background-color: #30bdbc;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.flash {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.boxing22 {
	background-color: #014568;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.boxing23 {
	background-color: #014568;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

.countdown-banner.c2c {
	background-color: #060;
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}

@media (min-width: 576px) {
	.countdown-banner .cntdn-bnr-inner p.intro {
		padding: 1.125rem 0 1.25rem 0;
	}
}

.arrow-right {
	float: left;
  width: 0;
  height: 0;
  margin: 0.75rem 0.5rem 0 0;
  vertical-align: middle;
  border-top: 28px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 14px solid rgba(255,255,255, 0.85);
}

.countdown-banner .next-sale {
	float: left;
	margin: 0;
	vertical-align: top;
}

ul.countdown-timer {
	list-style: none;
	display: table;
	width: 11.5rem;
	margin: 0.475rem 0 0.5rem 0;
	padding: 0;
	font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	border-left: 1px solid rgba(255,255,255, 0.2);
}

ul.countdown-timer li {
	display: table-cell;
	width: 25%;
	margin: 0;
	padding: 0.25rem 0 0 0;
	border-right: 1px solid rgba(255,255,255, 0.2);
}

ul.countdown-timer li span {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1;
	color: rgba(255,255,255, 0.9);
	text-shadow: 0 -1px 1px rgba(0,0,0, 0.35);
}

ul.countdown-timer li p {
	width: 100%;
	padding: 0.125rem 0;
	margin: 0.3rem 0 0 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: rgba(255,255,255, 0.9);
	background-color: rgba(0,0,0, 0.15);
}

.countdown-banner.cyberm ul.countdown-timer {
	border-left: 1px solid rgba(0,0,0, 0.2);
}

.countdown-banner.cyberm ul.countdown-timer li {
	border-right: 1px solid rgba(0,0,0, 0.2);
}

.countdown-banner.cyberm ul.countdown-timer li span,
.countdown-banner.cyberm ul.countdown-timer li p,
.countdown-banner.cyberm .cntdn-bnr-inner p.intro  {
	color: rgba(0,0,0, 0.9);
}

.countdown-banner.cyberm ul.countdown-timer li span {
	text-shadow: 0 2px 1px rgba(255,255,255, 0.5);
}

@media (max-width: 575.98px) {
	.cntdn-bnr-inner p.intro {
		float: none;
		width: 100%;
		margin: 0.375rem 0 0 0;
		text-align: center;
	}
	.arrow-right { display: none; }
	ul.countdown-timer {
		width: 100%;
	}
	ul.countdown-timer li span {
		font-size: 1.75rem;
	}
	ul.countdown-timer li p {
		font-size: 0.75rem;
	}
}

/* divider logic (Cricut® Collections) */
/* hide every 4th, beginning with the 2nd */
@media (min-width: 768px) {
  .d-md-none-sp:nth-child(4n+2) {
  	display: none !important;
  }
}

span.discounted, span.savings, a.savings {
	font-weight: 600 !important;
	color: #ff4136 !important;
}

.vip-seal {
	max-width: 10rem;
}

.vip-r-seal {
	max-width: 12rem;
}

@-webkit-keyframes color_change {
	from { color: #6c757d; }
	to { color: #f37969; }
}

@keyframes color_change {
	from { color: #6c757d; }
	to { color: #f37969; }
}

/* new content */
ul.site-tools li.privacy > a:before {
	padding-right: 0.25rem;
	font-family: "Font Awesome 5 Pro";
	font-size: inherit;
	font-weight: 900;
	content: "\f071";
	vertical-align: baseline;
	-webkit-animation: color_change 1s infinite alternate;
					animation: color_change 1s infinite alternate;
}

/* +++++++++++++++++++++++++++++++++++++++++++++ */
/* =========== Incentive Trip styles =========== */
/* +++++++++++++++++++++++++++++++++++++++++++++ */
#incentive-trip a {
	color: #ef456d;
	text-decoration: none;
}

#incentive-trip a:hover,
#incentive-trip a:focus {
	color: #f37387;
	text-decoration: underline;
}

.trip-banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
	height: 30rem;
	background-image: url('https://cdn.closetomyheart.com/2022/events/hawaii/maui-01.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

img.trip-logo {
	width: 100%;
	max-width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.text-peacock {
	color: #006373 !important;
}

.card-trip {
	position: relative;
}

.card-trip:after {
	position: absolute;
	content: "";
	top: -0.75rem;
	left: -1rem;
	width: 3rem;
	height: 3rem;
	background-image: url('https://cdn.closetomyheart.com/2022/events/hawaii/hawaii-icon-32.svg');
	background-position: center center;
	background-repeat: no-repeat;
}

.bg-avocado-tint {
	background-color: #f0f2df;
}

.dl-trip {
	width: 100%;
	margin: 0;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	background-color: #f0f2df;
}

.dl-trip dt {
	font-weight: 600;
	color: #006373;
}

.dl-trip > div {
	padding-top: 0.375rem;
	padding-bottom: 0;
	background: none;
}

.dl-trip dt > span,
.dl-trip dd > span {
	background-color: #f0f2df;
}

@media (min-width: 768px) {
	.dl-trip > div {
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAADAQMAAACKz+y4AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMAWWQkJGgAAAAMSURBVAjXY5jAAAQAAtYAkWR7FWYAAAAASUVORK5CYII='); /* PNG leader */
		background-repeat: repeat-x;
		background-position: bottom 0.25rem right 0;
		border: 0;
	}
	.dl-trip dt {
		float: left;
		width: 12rem;
		overflow: hidden;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.dl-trip dd {
		margin-left: 12rem;
		text-align: right;
	}
	.dl-trip dt > span {
		padding-right: 0.375rem;
	}
	.dl-trip dd > span {
		padding-left: 0.375rem;
	}
}

/* ================================= */
/* +++++ Preview Ribbon Styles +++++ */
/* ================================= */
.preview-ribbon {
	position: absolute !important;
	top: 1.5rem;
	left: -0.5rem;
	/* start a new stacking context */
	z-index: 1;
}

.ribbon.preview {
	background-color: #ff2bf8;
}

.ribbon.preview:before {
	background-color: #a1009b;
}

.ribbon.preview:after {
	border-color: #ff2bf8;
	border-right-color: transparent;
}

.ribbon.preview > div {
	letter-spacing: 0.03em;
	color: #fff;
	/* stitching */
	border-top-color: #ffa0fc;
	border-bottom-color: #ffa0fc;
	text-shadow: 0 -1px 1px rgba(0,0,0, 0.2);
}

/* ===============================================
styles to address swatches with empty title values,
which have proven to also have empty color values
================================================== */
div.swatches > ul.list-colors > li[title=""] {
	border: 1px solid rgba(0,0,0, 0.08);
}

div.swatches > ul.list-colors > li[title=""]:hover,
div.swatches > ul.list-colors > li[title=""]:focus {
	border: 0.125rem solid #9cccff !important;
	-webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0, 0.15);
					box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0, 0.15);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	z-index: 103;
}

ul.list-colors li[title="Ivory"],
ul.list-colors li[title="Linen"],
ul.list-colors li[title*="Vanilla"],
ul.list-colors li[title*="White"] {
	border: 1px solid rgba(0,0,0, 0.08);
}

ul.list-colors li[title="Ivory"]:hover,
ul.list-colors li[title="Linen"]:hover,
ul.list-colors li[title*="Vanilla"]:hover,
ul.list-colors li[title*="White"]:hover,
ul.list-colors li[title="Ivory"]:focus,
ul.list-colors li[title="Linen"]:focus,
ul.list-colors li[title*="Vanilla"]:focus,
ul.list-colors li[title*="White"]:focus {
	border: 0.125rem solid #9cccff !important;
	-webkit-box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0, 0.15);
					box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0, 0.15);
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	z-index: 103;
}

.guide-container {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding; 0;
}

.dl-controls, .dl-guides {
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid rgba(0,0,0, 0.08);
	border-width: 1px 0;
}

.dl-controls + .dl-guides,
.dl-guides + .dl-guides { margin-top: -1px; }

.dl-controls dt, .dl-guides dt { font-weight: 600; }

.dl-controls dt {
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	vertical-align: top;
}

.dl-guides dt, .dl-guides dd {
	padding: 0.5rem 1rem 0;
	font-size: 1rem;
	line-height: 1.5;
	vertical-align: top;
}

.guide-container .dl-guides:nth-child(even) {
	background-color: #f9f9f9;
}

.dl-guides a[href*=".pdf"]:before { display: inline-block; padding-right: 0.375rem; font-family: "Font Awesome 5 Pro"; content: "\f1c1"; font-weight: 300; }

@media (min-width: 992px) {
	.dl-controls dt:nth-child(3), .dl-guides dd:nth-child(3) { text-align: right; }
}

@media (max-width: 991.98px) {
	.dl-controls, .dl-guides { padding: 0.375rem 1rem; }
	.dl-controls dt, .dl-guides dt, .dl-guides dd { margin: 0; padding: 0; }
	.dl-controls dt:nth-child(3) { text-align: center; }
}

.dl-controls i[class*=fa] { color: #777; }

[role=button] {
	cursor: pointer;
}

.text-sacramento { font-family: "Sacramento", "Open Sans", sans-serif; font-weight: normal; }
h3.text-sacramento { font-family: "Sacramento", "Open Sans", sans-serif; font-weight: normal; font-size: 3rem; color: #212529; }