/** Shopify CDN: Minification failed

Line 181:1 Expected identifier but found "*"
Line 185:1 Expected identifier but found "*"
Line 210:1 Expected identifier but found "*"
Line 212:1 Expected identifier but found "*"
Line 214:14 Unexpected "="

**/
html,body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ffffff;
}
html {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:100%;
	background-color: #F7F7F7;
    scroll-padding-top: 145px;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
	line-height: 18px;
	font-size: 12px;
	color: #666666;
	font-family: nimbus-sans, 'Trebuchet MS', sans-serif;
	font-weight: 400;
	background-color: #fff;
}
html {
	min-width: 320px;
	padding-bottom: 0px !important;
}

/* Global Styling - Buttons */

button, input[type="button"], input[type="reset"], input[type="submit"], .btn {
	cursor: pointer;
	-webkit-appearance: button;
}

.btn {
  display:inline-block;
  font-family: nimbus-sans,'Trebuchet MS',sans-serif!important;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  margin-top: 20px;
  letter-spacing: 2px;
  text-align:center;
  text-transform: uppercase;  
  padding: 14px 50px 14px;
  font-weight:700;
  width:auto;
  color: #333333;
  background-color: white;
  border: 1px solid #333333;
  -webkit-appearance: none;
  border-radius: 25px;
	transition: all 300ms ease-out;
}

.btn:hover {
	background-color: #333 !important;
	color: white !important;
}

.btn-light:hover {
	background-color: #edeae8 !important;
	color: #333 !important;
}

.btn-dark {
	background-color: #333;
	color: #fff;
}

.btn-dark:hover {
	background-color: black !important;
}

/* needed this for centering sticky mobile cta buttons */
.btn-center {
  display: block;
  margin: 0 auto;
}
.btn-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;  
}
@media (min-width: 641px) {
  .btn-full--medium-and-up {
    width: 100%;
    padding-left: 0;
    padding-right: 0;  
  }
}
@media (max-width: 640px){
  .btn-full--small {
    width: 100%;
    padding-left: 0;
    padding-right: 0;      
  }
}
.btn-secondary {
  background-color:#ffffff;
  color:#333333;
}
.btn-secondary:hover {
  color:#333333;
}
.btn-accent {
  background-color: #F4FF9C;
}
.btn-clear {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  box-shadow: 5px 7px 0px #ffffff !important;
}
.btn-clear:hover {
  color: #ffffff;  
}

.btn.disabled:hover {
	background-color:#2d1563;
	color:#ffffff;
}

.btn-animate,
.btn-animate-js
{
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.btn-animate:active,
.btn-animate-js.pressed,
#footer [data-testid="form-row"]:nth-of-type(5) button:active {
  box-shadow: none !important;
  transform: none !important;    
}

#customer-login .btn, #customer-register .btn {
    padding-left: 78px;
    padding-right: 78px;
    margin-top: 10px;
}


#content{
	margin-bottom: -18px;
}
*:focus {
	outline: none;
}


article, aside, details, figcaption, figure, dialog, header, hgroup, menu, nav, section {
	display:block;
}
.form {
	margin:0;
	padding:0;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
	*overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
select, input[type=file] {
	height: 27px;
	*height: auto;
	line-height: 27px;
	*margin-top: 4px;
}
input:not(type=button), textarea {
	-webkit-appearance: none;
	vertical-align:top;
	height:27px;
	line-height: 27px;
	font-size:13px;
	padding: 5px 15px 5px 10px;
	border:1px solid #eeeeee;
	display:inline-block;
}
input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, textarea:focus {
	outline:none;
}
input[type=checkbox],input[type=radio] {
	height:17px;
	line-height:17px;
	vertical-align:middle;
}
input[type=checkbox] {
	-webkit-appearance:checkbox;
}
input[type=file] {
	cursor:pointer;
	border:none;
	box-shadow:none;
	padding:0;
	margin:0;
}
input[type=submit] {
	cursor:pointer;
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
input::-moz-placeholder {
	color: #999;
}
input:-ms-input-placeholder {
	color: #999;
}
select {
	font-size:13px;
	display:inline-block;
	color:#222;
	font-family:Helvetica,Arial,sans-serif;
	vertical-align:top;
	height:22px;
	line-height:22px;
	padding:2px;
	padding:initial;
	border:1px solid #ccc;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
}
@-moz-document url-prefix() {
	select {
		padding:6px;
	}
}
select:focus, select.focus {
	outline:none;
}
textarea:focus, input:focus{
	outline: none;
}
textarea {
	min-height:72px;
}
img {
	max-width:100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.popimg img{
	max-width: none;
}
ul, ol {
	margin: 0 0 20px 20px;
	padding: 0;
}
ul li {
	margin-bottom: 5px;
}
ul {
	list-style:none outside none;
	list-style-type: disc;
}
.documentation-header {
	margin-bottom: 30px !important;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:400;
	color:#333333;
	margin:0 0 13px 0;
	font-family: nimbus-sans, sans-serif;
}
h4 {
	font-size: 13px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	text-transform:uppercase;
}
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note {
	margin-left: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #555555;
}
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a {
	color: #2d1563;
}
p {
	margin: 0 0 20px 0;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000;
}

input{
	border-radius: 0px;
}
.disabled {
	-moz-opacity:0.50;
	opacity:.50;
	filter:alpha(opacity=50);
	cursor:default;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#333333;
}
a.back-to-top {
	font-size: 12px !important;
	color: #2d1563 !important;
}
a:hover.back-to-top {
	color: #180b38 !important;
}
.accent-color {
	color: #BA7361 !important;
}
.button-clear{
	display: inline-block;
	text-align: left;
	font-size: 15px;
	padding: 10px 13px;
	border: 1px solid #666666;
	width: auto;
	color: #666666;
	text-transform: uppercase;
    border-radius: 27px !important;
}
table {
	width: 100%;
	border-spacing: 0;
}
table tr td {
	border-top: 1px solid #8f8f8f;
}
table tr td, table tr th {
	padding: 10px;
	text-align: left;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}

.row:before, .row:after, .clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	visibility:hidden
}
.clearfix:after, .row:after {
	clear:both;
}
.clearfix, .row {
	zoom:1;
}

.border-top {
	border-top: 1px solid #8f8f8f;
}
.border-right {
	border-right: 1px solid #8f8f8f;
}
.border-bottom {
	border-bottom: 1px solid #8f8f8f;
}
.border-left {
	border-left: 1px solid #8f8f8f;
}
.display-table {
	display: table;
	height: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle;
	display:inline-block;
}
.table {
	display: table;
	margin: 0 auto;
}
.fixed {
	position: fixed;
}
hr.divider {
	margin: 15px 0;
	background: #8f8f8f;
	height: 1px;
	border: 0;
}
.wrapper {
	margin: 0 auto;
	background: #ffffff;
}
.wrapper {
	background: transparent;
}
.toolbar-wrapper {
	width: 100%;
	background: none;
}
.toolbar-wrapper {
	border: none;
}
#transparency > .row:before, #transparency > .row:after {
	content: "";
	display: table;
}
#transparency > .row:after {
	clear: both;
}
#transparency > .row {
	zoom: 1;
}
.toolbar {
	width: 996px;
	margin: 0 auto;
}
.row {
	margin: 0;
}
.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	display: block;
	float: left;
	margin: 0 15px;
}
.inner-left {
	margin-left: 0px !important;
}
.inner-right {
	margin-right: 0px !important;
}
.span1 {
	width: 53px;
}
.span2 {
	width: 135px;
}
.span3 {
	width: 219px;
}
.span4 {
	width: 302px;
}
.span5 {
	width: 384px;
}
.span6 {
	width: 468px;
}
.span7 {
	width: 551px;
}
.span8 {
	width: 634px;
}
.span9 {
	width: 717px;
}
.span10 {
	width: 800px;
}
.span11 {
	width: 883px;
}
.span12 {
	width: 966px;
}
.hide{
	display: none;
}
#footer_container{
	background-color:#f5f5f5;
	width: 100%;
	margin-bottom: -18px;
	text-align: center;
	letter-spacing: 2px;
}
#footer{
	width: auto;
	max-width: 1220px;
	padding: 32px 50px;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}
#footer-lists{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0px;
	gap: 23px;
	flex-wrap: wrap;
}
#footer-list-one{
	order: 1;
	flex-basis: 145px;
}
#footer-list-two{
	order: 2;
	flex-basis: 142px;
}
#footer-social{
	order: 3;
	flex-basis: 110px;
}
#footer-currency{
	order: 4;
	flex-basis: 166px;
}
#footer-list-three{
	order: 5;
	flex-basis: 350px;
	text-align: right;
}
#currency-arrow{
	padding-left: 5px;
	vertical-align: middle;
	margin-top: -2px;
}
#currency-trigger{
	white-space: nowrap;
}
#currency-trigger:hover{
	text-decoration: none;
}
@media (max-width: 1100px) and (min-width: 740.1px){
	#footer-list-three{
		flex-basis: 100%;
		text-align: center;
	}
	#footer-list-three #footer-klaviyo-form{
		max-width: 350px;
		margin: 0 auto;
	}
	#footer [data-testid="form-row"]:nth-of-type(5) [data-testid="form-component"]{
		margin: 0 auto !important;
	}
}
@media (max-width: 740px) and (min-width: 640.1px){
	#footer-list-three{
		flex-basis: 100%;
		text-align: center;
		order: 5;
	}
	#footer-list-three #footer-klaviyo-form{
		max-width: 350px;
		margin: 0 auto;
	}
	#footer [data-testid="form-row"]:nth-of-type(5) [data-testid="form-component"]{
		margin: 0 auto !important;
	}
	#footer-currency{
		flex-basis: 300px;
		order: 4;
	}

}
@media (max-width: 640px){
	#footer-list-three #footer-klaviyo-form{
		max-width: 350px;
		margin: 0 auto;
	}
	#footer [data-testid="form-row"]:nth-of-type(5) [data-testid="form-component"]{
		margin: 0 auto !important;
	}
	#footer-lists{
    	flex-direction: column;
		text-align: center;
	}
	#footer-list-one,#footer-list-two,#footer-list-three,#footer-social, #footer-currency{
		margin: 0 auto;
	}
	#footer-list-three{
		order: 1;
		flex-basis: 100%;
		text-align: center;
	}
	#footer-list-one{
		order: 2;
		flex-basis: 100%;
	}
	#footer-list-two{
		order: 3;
		flex-basis: 100%;
	}
	#footer-social{
		order: 4;
		flex-basis: 100%;
	}
	#footer-currency{
		order: 5;
		flex-basis: 100%;
	}

}
.footer-headline{  
  	font-size: 16px; letter-spacing: 1.19px; 
	font-family: nimbus-sans-condensed, sans-serif;
	font-weight: 900;
	color: #333333;
	text-transform: uppercase;
	padding: 4px 0px 12px 0px;
}
@media (max-width: 640px) {
  #footer-join-message{
    text-align: center;
	margin-left: auto;
    margin-right: auto;
  }
  #footer-list-three{
  	text-align: center;
  }
  #footer [data-testid="form-row"]:nth-of-type(5) button{
  	margin: 0 auto !important;
  }
}

.footer-item{  
	font-weight: 100;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #5C5C5C;
	letter-spacing: 0;
	line-height: 30px;
}
.footer-item a{
	color:#666;
}
#footer-join-message{
	max-width: 350px;
	font-size: 13px;
	padding-bottom: 10px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	color: #5C5C5C;
	text-transform: none;
	clear: both;
	letter-spacing: 0.3px;
	line-height: 21px;
}
.footer-item a:hover{
	text-decoration: underline;
	color:#666;
}
#footer-copyright{
	clear: both;
	float: left;
}
#footer_container .klaviyo-form a {
	color: #333;
}
#footer_container #footer .klaviyo-form button { /* yay specificity */
	background-color: #fff !important;
}
.footer-copyright-item{
	float: left;
	padding: 0px 5px 0px 0px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 11px;
	color: #333;
	letter-spacing: 0.28px;
	line-height: 37px;  
}
.footer-copyright-item a{
}

.fQyscN.fQyscN.fQyscN.fQyscN.fQyscN.fQyscN#description{
	padding-bottom: 10px;
}
.collection_diamond{
	margin: 10px auto 5px auto;
	width: 12px;
	height: 12px;
	display: block;
	background-color: #e5e2e2;
	cursor: pointer;
	font-size: 0px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.collection_diamond_container{
	margin: 0px auto;
	padding-left: 8px;
}
#collection .collection_row{
	padding-bottom: 40px;
}
#collection .collection_data{
	margin-left: 0px;
	padding-left: 0px;
	padding: 25px 0px 0px 0px;
}
#collection .collection_title{
	clear: both;
	letter-spacing: 1px;
	font-size: 35px;
	text-align: left;
	font-weight: 100;
	padding: 10px 0px;
	line-height: 35px;
}
#collection .collection_variant{
	clear: both;
	letter-spacing: 1px;
	font-size: 35px;
	text-align: left;
	font-style: italic;
	clear: both;
	padding: 10px 0px;
}
#collection .collection_price_and_material{
	font-size: 17px;
	padding: 10px 0px;
}
#collection .collection_description{
	font-size: 13px;
	float: left;
	clear: both;
	text-align: left;
	padding: 10px 0px;
	color: #454545;
}
#collection .collection_swatches{
	margin-top: 25px;
	margin-right: 0px;
	padding-right: 0px;
}
#collection .collection_title_title{
	background-color: #FFF;
}
#collection_products{
	margin-bottom: 20px;
}
.collection-footer-description{
    display: block;
    clear: both;
	text-align: left;
	background: #F7F7F7;
	padding: 30px 50px;
	margin-bottom: 60px;
	margin-top: 20px;
}
.collection-footer-description h2, .collection-footer-description h4{
	font-family: 'nimbus-sans', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #333333;
	letter-spacing: 0;
	line-height: 24px;
	text-align: left;
}
.collection-footer-description p{
	font-family: 'nimbus-sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #5C5C5C;
	letter-spacing: 0;
	line-height: 20px;
	text-align: left;
}
.collection-read-more{
	display: none;
}
.collection-read-more a{
	color: #BA7361 !important;  
}

.product-read-more-button{
	padding-top: 0px;
	text-align: left;
	display: block;
	clear: both;
	cursor: pointer;
	letter-spacing: 0.6px;
	font-family: 'nimbus-sans', sans-serif;
	font-weight: 600;
	color: #999999 !important;
	font-size: 13px;
	margin-top: -5px;
}
@media (max-width: 640px){
	.collection-footer-description{
		text-align: left;
		background: #F7F7F7;
		padding: 20px 10px;
		margin-bottom: 25px;
	}
}
.product_loop_headline{
	font-weight: 700;
	color: #999;
	clear: both;
	letter-spacing: 1px;
	font-size: 10px;
	min-height: 17px;
}
.product_loop_title{
	letter-spacing: 2px;
	clear: both;
	font-weight: 100;
	font-size: 12px;
	line-height: 20px;
}
.product_loop_color{
	clear: both;
	font-weight: 700;
	letter-spacing: 0px;
	font-size: 10px;
	line-height: 14px;
}
.product_loop_sale{
	position: absolute;
	line-height: 14px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	color:#B97361;
	letter-spacing: 0.5px;
	line-height: 20px;
	font-size: 13px;
	z-index: 2;
	top: 10px;
	left: 20px;
}
.product_loop_sticker{
  position: absolute;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  color:#FAFFE2;
  letter-spacing: .453px;
  line-height: 1.4px;
  font-size: 14.3;
  z-index: 2;
  left: 29px;
  top: 17px;
  background-color: #D0CFCF;
  border-radius: 59px;
  padding: 14px 15px;
}
@media (min-width: 1550px) {
  .product_loop_sticker{
    left: 7.1%;
  }
}
@media (min-width: 1750px) {
  .product_loop_sticker{
    left: 10%;
  }
}

@media (max-width: 640px) {
  
  .product_loop_sticker{
    font-size: 12px;
    padding: 11.5px 9.5px;
    letter-spacing: .38px;
    left: 0;
  }
}

@media (max-width: 900px) {
  .product-loop .product_loop_sticker {
      opacity: 0;
  }
  .product-loop.is-selected .product_loop_sticker {
      -webkit-transition: opacity 1.0s ease-in;
         -moz-transition: opacity 1.0s ease-in;
           -o-transition: opacity 1.0s ease-in;
              transition: opacity 1.0s ease-in;
      opacity: 1;
  }
}
.product-loop-icon-organic{
	position: absolute;
	z-index: 1;
	pointer-events: none;
	right: 37px;
	top: 10px;
    width: 40px;
	-webkit-filter: none;
	filter: none;
}
.product-loop-icon-new{
	position: absolute;
	z-index: 1;
	pointer-events: none;
	width: 28%;
    left: -12%;
    top: -8%;
	-webkit-filter: none;
	filter: none;
}
.product-loop-badge{
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 16px;
  top: 16px;
  /*

  padding: 2px 8px;

  background: #faffe2;
  border: 1px solid #333333;
  border-radius: 5px;
  display: block !important;
  */
}
.product-loop-badge.hide{
  display: none !important;
}
.product-loop-badge-text{
  /*
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  */
  leading-trim: both;
  text-edge: cap;
  text-transform: uppercase;
  color: #333333;
  display: block !important;

}

@media (max-width: 640px) {
	.product-loop-icon-recycled{
		display: none !important;
	}
	.product-loop-icon-organic{
		display: none !important;
	}
    .product-loop-icon-new{
        left: 0px;
        top: -9%;
        width: 29%;
    }
}
.search-results .product-loop-icon-recycled, .search-results .product-loop-icon-organic, .collection-categories .product-loop-icon-recycled, .collection-categories .product-loop-icon-organic, .collection-grid .product-loop-icon-recycled, .collection-grid .product-loop-icon-organic, .slideout-container .product-loop-icon-recycled, .slideout-container .product-loop-icon-organic, #home .product-loop-icon-organic{
	display: none
}
.page-title{
	text-align: center;
	letter-spacing: 0px;
	font-family: nimbus-sans-condensed, sans-serif;
	font-weight: 900;
	font-size: 25px;
	color: rgba(0,0,0,0.85);
	line-height: 40px;
	text-transform: uppercase;
	padding: 40px 0px;
}
.page{
	padding: 0px 40px;
	letter-spacing: 1px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@-moz-document url-prefix() {
	.product-options select {
		height: 30px;
		line-height: 30px;
	}
}
.product-options{
	overflow: auto;
}
#collection .browse-tags {
	float: right;
	padding-top: 10px;
}
#collection .browse-tags label {
	float: left;
	display: block;
	margin: 1px 8px 0 0;
}
@-moz-document url-prefix() {
	#collection .browse-tags label {
		margin: 7px 8px 0 0;
	}
	#collection .browse-tags select {
		float: right;
		height: 30px !important;
		line-height: 30px !important;
	}
}
.pagination {
	text-align: center;
	margin: 0 0 30px 0;
	padding: 0;
}
.pagination li {
	display: inline;
	padding: 0 12px;
	font-size: 14px;
}
.pagination li span {
	color: #555555;
}
.pagination li a {
	line-height: 16px;
	font-weight: normal;
	padding: 10px 14px;
	background: #2d1563;
	color: #ffffff;
	-webkit-border-radius:none;
	-moz-border-radius:none;
	border-radius:none;
}
.pagination li a:hover {
	color: ;
	background: ;
	text-decoration: none;
}
#continue-shopping{
	padding-top: 30px;
	padding-bottom: 37px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0.7px;
	line-height: 18px;
	text-align: left;
}
#cart{
	margin-bottom: 0px;
}
#cart .page-title{
	text-align: left;
	text-transform: none;
	padding: 20px 0px;
	font-size: 27px;
	color: #333333;
	letter-spacing: 0;
}
#cart #cart_title{
	clear: both;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 50px;
	text-align: left;
	margin-top: 30px;
}
#cartform{
	display: flex;
	justify-content: center;
}
#cart #cart_items{
	clear: left;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 20px;
	width: 650px;
}
#cart #cart_options_container{
	display: inline-block;
	vertical-align: top;
	width: 433px;
	background-color: #FAFAFA;
  margin-bottom: 18px;
}
#cart #cart_options{
	margin: 0 auto;
	padding-left: 35px;
	padding-right: 35px;
}
#shipping-and-subtotal{
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	letter-spacing: 0.75px;
	line-height: 34px;
	border-bottom: 1px solid #D4D4D4;
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.shipping-and-subtotal-left{
	float: left;
	text-align: left;
	clear: both;
}
.shipping-and-subtotal-right{
	float: right;
	text-align: right;
}
@media (min-width: 641px) and (max-width: 925px){
	.shipping-and-subtotal-right{
		text-align: left;
		width: 50%;
		line-height: 16px;
		margin-bottom: 10px;
	}
	.shipping-and-subtotal-left{
		line-height: 16px;
		margin-bottom: 10px;
	}
}
#cart #cart-item-title-mobile{
	display: none;
}
@media (max-width: 640px){
	#cart #cart-item-title-mobile{
		display: block;
	}
	#cart #cart-item-title-mobile .item_title{
		padding-top: 10px;
		line-height: 18px;
	}
}
#cart #free-shipping{
	text-align: center;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.65px;
	line-height: 24px;
	border-bottom: 1px solid #D4D4D4;
	padding-top: 30px;
	padding-bottom: 30px;
  
}
#cart table{
	border-collapse:collapse;
	width: 100%;
}

#cart th.price,
#cart td.price {
  text-align: right;
  padding-right: 30px;
    min-width: 75px;
}

@media (max-width: 740px) {
  #cart th.price,
  #cart td.price {
    padding-right: 0;
  }
}

#cart td{
	border: none;
	margin: 0px;
	padding: 15px;
	vertical-align: top;
}
#cart tr{
	border-top: 1px solid #E9E9E9;
}
#cart thead tr{
	border: none;
}
#cart thead th{
	padding-bottom: 10px !important;
	padding-top: 20px !important;
}
#cart .image {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-filter: contrast(94%);
	filter: contrast(94%);
}
#cart #cart_items .image{
    width: 1%;
}
#cart .image a, #cart .image img {
	margin: 0;
}
#cart .image img {
  border-radius: 5px;
}
#cart .item_title{
	padding-top: 20px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #333333;
	letter-spacing: 0.58px;
	line-height: 24px;
	clear: both;
}
#cart .variant_title{
	clear: both;
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #8A8A8A;
	letter-spacing: 0.4px;
	line-height: 18px;
	padding-top: 3px;
}
#cart .qty {
	padding-top: 35px;
	text-align: center;
}
@media (max-width: 475px) {
  #cart .qty {
    padding-left: 0;
    padding-right: 0;
  }
}
#cart #qty_num{
	clear: both;
	font-size: 14px;
	line-height: 24px;
	min-width: 60px;
}
#cart #qty_num input{
	border: none;
	padding: 0px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	width: 20px;
  	text-align: center;
}
#cart .qtydiv .btnqty{
	display: inline-block;
	cursor: pointer;
	user-select: none;
    padding: 0 5px;
}
#cart .qtydiv .btnqty.qtyminus{
  margin-left: -5px
}
#cart .qtydiv .btnqty.qtyplus{
}
#cart .qtydiv .quantity-input{
	border: none;
	border: none;
}
#cart .qtydiv {
}
#cart #qty_delete{
	padding-top: 10px;
	text-transform: none;
}
#cart #qty_delete a{
	text-decoration: underline;
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #8A8A8A;
	letter-spacing: 0.37px;
	line-height: 24px;
}
#cart #qty_delete a:hover {
  opacity: .8;
}

#cart .price{
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
#cart .price .price__container {
  padding-top: 20px;
  font-size: 15px;
  line-height: 24px;
}
#cart .price .price-message__container {
    font-size: 13px;
    padding-top: 3px;
  letter-spacing: .4px;
}
#cart .price .kit-callout {
  color: #BA7361;
}
#cart .price .kit-callout a {
  color: #BA7361;
  text-decoration: underline;
}
#cart .price .kit-callout a:hover {
  opacity: .8;
}

#cart #gift_details {
	display: none;
}
#cart .buttons {
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 150px;
}

@media (max-width: 740px){
  #cart .buttons {
    margin-bottom: 35px;
  }
}

#cart .buttons input{
	border-radius: 29px;
}
#cart #gift-note #gift_message{
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	letter-spacing: 0.65px;
	height: 57px;
	line-height: 13px;
	width: 100%;
	box-sizing: border-box;
	border-color: #D4D4D4;
}
#cart .item {
	max-width: 280px;
}
#cart .item-description {
	font-size: 12px;
}
.subtext.success {
	font-weight: 700;
	color: #40954a;
}
div.errors, .subtext.error {
	font-weight: 700;
	color: #000;
}
div.errors {
	margin-bottom: 15px;
}
.featured-cart-title {
	margin-left: 13px;
}
#cart th{
	font-weight: normal;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 13px !important;
	color: #333333;
	letter-spacing: 0.65px;
	line-height: 24px !important;
}
.cart-bundle{
	display: none;
}
#choose-your-charity-select{
	width: 100%;
	text-align: center;
  background-color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-position: 89% 50%;
	background-repeat: no-repeat;
    background-image: url("/cdn/shop/files/down-arrow.svg?v=1585669272"); 
	padding-left: 2em;
	padding-right: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
      margin-bottom: 15px;
}

@media (min-width: 740px) and (max-width: 1200px){
	#choose-your-charity-select{
		padding-right: 3em;
	}
}
#choose-your-charity-image{
	margin: 0 auto;
	text-align: center;
	width: 59px;
	padding-top: 26px;
	padding-bottom: 15px;
}
#choose-your-charity p{
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	margin: 0 auto;
	letter-spacing: 0.5px;
}
#choose-your-charity p:last-of-type {
	padding-bottom: 0px;
}
#choose-your-charity p b{
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
}
#choose-your-charity a{
	color: #000;
	text-decoration: underline;
}
#cart #gift-note-buttons-checkbox{
	text-align: left;
	width: 100%;

    text-align: left;
    clear: both;
    padding: 10px 0px 10px 0px;
    overflow: auto;
  
}
#cart .checkbox input[type="checkbox"] {
  float:left; vertical-align: middle; width: 48px; text-align: left; margin: 2px 0px; background-color: #fff !important; border: 1px solid #C1C1C1 !important;
}
#cart .checkbox label {
  display:block; float:left; width: calc(100% - 48px);
}
#cart .cart-login {
  font-size: 13px;color: #333333;
}

#cart .cart-login a {
  text-decoration: underline;font-weight: 700;
}

.errors ul{
	list-style: none;
	margin-left: 0px;
}
#account_title{
	clear: both;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 15px;
	text-align: left;
	margin-top: 30px;
	line-height: 30px;
}
#customer-account{
	max-width: 1000px;
	margin: 0 auto;
}
#customer-activate .create-password {
	margin-bottom: 30px;
}
#customer-activate .label, #customer-login .label, #customer-reset-password .label, #customer-register .label {
	display: block;
}
#customer-activate .text, #customer-login .text, #customer-reset-password .text, #customer-register .text {
	display: block;
	margin-bottom: 15px;
}

#order_cancelled {
	margin-bottom: 30px;
}
.order_section_title{
	clear: both;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	padding-bottom: 10px;
}
#customer-addresses .add-new-address {
	display: block;
}
.action_bottom span {
	line-height: 30px;
	margin-left: 5px;
}

/* NEW POPUP */
#force_signup_content .white-popup-block{
	max-width: 356px;
	text-align: center;
    background: #D8D8D8;
  	padding: 60px 65px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: rgba(51,51,51,0.84);
    letter-spacing: 0;
	border-radius: 20px;
}
#force_signup_content #force_signin{
  overflow: auto;
}
#force_signup_content .white-popup-block .page-title{
  padding-top: 0px;
  line-height: 29px;
}

#force_signup_content #recover-password, #force_signup_content #customer-register{
	display: none;
  	width: 100%;
}

#force_signup_content input.text{
  background: #CBC7C4;
  color: #333;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 47px;
  line-height: 47px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: left;
  border-radius: 5px;

}

#force_signup_content .action_bottom{
  margin-bottom: 16px;
}

#force_signup_content .form-two-columns{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 16px;
}
#force_signup_content .form-two-columns div{
}


#force_signup_content input::placeholder{
  color: #919191 !important;
  text-transform: capitalize;
}
#force_signup_content input:-ms-input-placeholder{
  color: #919191 !important;
  text-transform: capitalize;
}
#force_signup_content input::-ms-input-placeholder {
  color: #919191 !important;
  text-transform: capitalize;
}
#force_signup_content .mfp-container{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -10px;
}
#force_signup_content .forgot-password-link, #force_signup_content .join-now-link, #force_signup_content .cancel-link{
  font-size: 11px;
  color: #4A4A49;
  letter-spacing: 0;
  text-transform: none;
}
#force_signup_content .forgot-password-link a, #force_signup_content .join-now-link a, #force_signup_content .cancel-link a{
  text-decoration: underline;
  color: #4A4A49;
}
#force_signup_content .forgot-password-link{
  text-align: left;
  float: left;
}
#force_signup_content .join-now-link{
  text-align: right;
  float: right;  
}
#force_signup_content .cancel-link{
  text-align: right;
  float: right;  
}
@media (max-width: 640px) {
  #force_signup_content .mfp-container{
  	padding-left: 20px;
    padding-right: 20px;
  }
  #force_signup_content .white-popup-block{
  	padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 35px;
  }
  #force_signup_content .form-two-columns{
    display: block;
  }
  #force_signup_content .forgot-password-link, #force_signup_content .join-now-link, #force_signup_content .cancel-link{
  	float: none;
    text-align: center;
  }
  #force_signup_content #customer-login .join-now-link{
  	padding-top: 10px;
  }
  #force_signup_content .white-popup-block .page-title{
  	padding-bottom: 20px;
  }
}

/* STANDALONG SIGNUP/REGISTER PAGE */
#main_content #force_signup_content .white-popup-block{
	max-width: none;
	text-align: center;
}
#main_content #force_signup_content #main_content-title{
	width: 100%;
	padding: 30px 0px;
}

#main_content #force_signup_content .mfp-container{
	padding: 0px;
}
#main_content input.btn.clear-submit{
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	font-weight: 100;
	width: 100%;
	height: 40px;
	line-height: 39px;
	font-size: 13px;
	font-weight: 500;
  	margin-top: 0px;
}
#main_content #customer-login input.text {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	clear: both;
	box-shadow: none;
  
  background: #CBC7C4;
  color: #333;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 47px;
  line-height: 47px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: left;
  border-radius: 5px;

}

#main_content #register{
	vertical-align: top;
	display: inline-block;
	width: 250px;
	padding: 0px 10vw;
	border-left: 1px solid #ccc;
}
#main_content #signin{
	vertical-align: top;
	display: inline-block;
	width: 250px;
	padding: 0px 10vw;
}
@media (min-width: 1500px) {
	#main_content #signin{
		padding: 0px 100px;
	}
	#main_content #register{
		padding: 0px 100px;
	}
}

#main_content #customer-login a{
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 10px;
}
#main_content #register{
	padding-bottom: 20px;
	overflow: auto;
}
@media (max-width: 950px) {
	#main_content #register{
		width: 30%;
		padding: 0px 9%;
		padding-bottom: 40px;
	}
	#main_content #signin{
		width: 30%;
		padding: 0px 9%;
	}
}
@media (max-width: 550px) {
	#main_content #register{
		width: 100%;
		padding: 0px;
		clear: both;
		border-left: none;
		border-top: 1px solid #ccc;
	}
	#main_content #register{
		margin-top: 30px;
		padding-bottom: 40px;
		overflow: visible;
	}
	#main_content  #signin{
		width: 100%;
		padding: 0px;
		clear: both;
	}
	#main_content #recover-password-two{
		width: 100%;
		padding-bottom: 20px;
	}
}


#gift_form{
	margin-left: 50px;
	margin-right: 50px;
}
.mobile-hide{
	display: none;
}
@media (max-width: 740px) {
	.mobile-hide{
		display: block;
	}
	.main-hide{
		display: none;
	}
	#cartform{
		display: block;
	}
	#cart{
		padding: 0px;
	}
	#cart .remove{
		display: none;
	}
	#cart #cart_items{
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
	#cart #cart_options{
		padding: 0px;
	}
	#cart #cart_items .page-title{
		padding-bottom: 0px;
	}
	#cart .page-title{
		font-size: 25px;
	}
	#cart tr:first-of-type{
		border: none;
	}
	#cart #cart_options_container{
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
	#cart #cart_options_container .page-title{
      text-align: center;
    }

	#cart #cart_options{
		max-width: 360px;
	}
	#continue-shopping{
		padding: 5px 0px;
	}
	#cart #free-shipping{
    	padding: 20px 60px;
	}
}
@media (max-width: 640px) {
	.page-title{
		padding: 25px;
	}
	.page{
		padding: 0px 10px;
	}
}
@media (max-width: 500px) {
	#cart .item{
		display: none;
	}
}
@media (max-width: 390px) {
	#cart #free-shipping{
    	padding: 20px 50px;
	}
}
@media (max-width: 362px) {
	#cart #free-shipping{
    	padding: 20px 40px;
	}
}
@media (max-width: 342px) {
	#cart #free-shipping{
    	padding: 20px 20px;
	}
}
@media (min-width: 510px) and (max-width: 640px) {
	.zopim{
		display: none;
	}
	#gift_form{
		margin:0px 30px;
		width: auto;
	}
}
@media (max-width: 510px){
	#page{
		clear: both;
	}
	#gift_card_callout{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#gift_form{
		margin:0px 15px;
	}
}
input{
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	font-weight: 100;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}
textarea{
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	background-color: transparent;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}
select{
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	background-color: transparent;
	overflow: hidden;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
}
input[type="checkbox"]{
	border: none;
	box-shadow: none;
	-webkit-appearance: checkbox;
}
input[type="checkbox"]:focus{
	border: none;
	box-shadow: none;
}
input[type="radio"]{
	-webkit-appearance: radio;
}
input[type="radio"] {
	border: 0px;
}
button:focus {
	outline: none;
}
.fade-in{
	opacity: 0;
}
.swatch {
	font-size: 12px;
	line-height:12px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	overflow: visible;
}
.swatch .header {
	margin: 0.5em 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #bababa;
	letter-spacing: 1px;
}
.swatch input {
	display:none;
}
.swatch label:not([new-pdp-swatch]) {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
	float:left;
	min-width:17px !important;
	height: 17px;
	font-size:12px;
	text-align:center;
	white-space:nowrap;
	padding: 1px !important;
	background-position: center center !important;
}
.swatch-color-border{
	margin: 5px;
	border: 1px solid transparent;
}
.swatch-color-border:hover {
  border: 1px solid #979797 !important;
}
.swatch-element label:not([new-pdp-swatch]) {
	padding:0 10px;
	cursor:pointer;
}
.color.swatch-element label {
	padding:0;
}
.swatch input:checked + .swatch-color-border {
	border: 1px solid #979797;
}
.swatch .color input:checked + .swatch-color-border {
	border: 1px solid #979797 !important;
}
.swatch .swatch-element:not([new-pdp-swatch]) {
	float:left;
	-webkit-transform:translateZ(0);
	-webkit-font-smoothing:antialiased;
	margin:0px 3px 0px 0px;
	position:relative;
}
.crossed-out {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.swatch .swatch-element .crossed-out {
	display:none;
}
.swatch .swatch-element.soldout .crossed-out {
	display:block;
}
.swatch .swatch-element.soldout label {
}
.product-options label {
	/*
	height: 0px;
	*/
	overflow: auto;
}
.swatch-material{
	clear: both;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 6px;
	padding-top: 13px;
	width: 100%;
	float: left;
	color: 545353;
}
.swatch_container{
	z-index: 200;
	background-color: #fff;
	overflow: visible;
}
.swatch label.swatch-size{
	background-color: #F4F4F4 !important;
	line-height: 36px !important;
	height: 36px !important;
	min-width: 18px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	border-radius: 7px;
	font-size: 14px;
	letter-spacing: 0.7px;
	border: #fff 1px solid !important;
	margin-right: 4px !important;
}
.swatch label.swatch-size{
	color: #999999 !important;
}
.swatch input:checked + label.swatch-size {
	border: #999999 1px solid !important;
	color: #333333 !important;
}
.swatch label.swatch-size:hover {
	color: #333333 !important;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
#footer [data-testid="form-row"]:nth-of-type(5) button{
  display:inline-block !important;
  font-family: nimbus-sans,sans-serif !important;
  font-size: 14px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  letter-spacing: 2px !important;
  text-align:center !important;
  text-transform: uppercase !important;
  padding: 17px 40px 13px !important;
  min-width: 100px !important;
  font-weight:700 !important;
  width:auto !important;
  color: #333 !important;
	background-color: transparent !important;
  border: 1px solid #333 !important;
  border-radius: 25px !important;
	transition: all 300ms ease-out;
}
#footer_container #footer [data-testid="form-row"]:nth-of-type(5) button:hover {
  background-color: #333 !important;
	color: white !important;
}
#footer [data-testid="form-row"]:nth-of-type(5) [data-testid="form-component"]{
    justify-content: flex-end !important;
}
#footer input{
	background-color: transparent !important;
	padding-left: 0px !important;
  	border: none !important;
  	text-transform: lowercase !important;
  	padding-left: 10px !important;
}
#footer #footer-klaviyo-form span{
  color: #333 !important;
}
#footer [data-testid="form-row"], #footer [data-testid="form-component"], #footer [data-testid="form-component"] div{
	background-color: transparent !important;
	border: none!important;
  	box-shadow: none !important;
}
#footer [data-testid="form-row"]:nth-of-type(2), #footer [data-testid="form-row"]:nth-of-type(3){
	border-bottom: 1px solid #333 !important;
}
#footer [data-testid="form-component"] .needsclick .needsclick .needsclick{
	display: none !important;
}
#footer [data-testid="form-component"] .needsclick .needsclick input.needsclick{
	display: block !important;
}
#footer [data-testid="form-row"]:nth-of-type(4){
	padding: 10px 0px;
}

#footer [data-testid="form-row"]:nth-of-type(4) [data-testid="form-component"]{
  padding-left: 0px !important;
}

#footer .ql-editor p, #footer .ql-editor p a{
	color:#4B4B4B !important;
  	font-weight: 400 !important;
	font-size: 9.5px !important;
  	text-align: right !important;
	letter-spacing: 0.12px !important;
	line-height: 15px !important;
  	padding-top: 5px;
  	padding-bottom: 5px;  
}
#footer #footer-klaviyo-confirmation{
	display: none;
	margin-top: 10px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	background-color: #fff;
	font-size: 14px;
	color: #5C5C5C;
	letter-spacing: 0.32px;
	text-align: center;
	line-height: 21px;
	padding: 25px;
}
#footer-klaviyo-confirmation-text{
	margin-bottom: 0px;
}
#footer-klaviyo-form input#email_30843751 {
    box-shadow: none !important;
}

@media (max-width: 1130px) {
	#nav-link-our-story{
		display: none;
	}
}
@media (max-width: 860px) {
	#nav-link-gift-guide{
		display: none;
	}
}
@media (max-width: 760px) {

}
@media (max-width: 740px) {
	#footer{
		padding: 25px;
		display:flex;
		flex-flow: column;
	}
  	body #footer .ql-editor p, body #footer .ql-editor p a{
    	text-align: center !important;
    }
	#footer-join-message{
		max-width: 308px;
		float: none;
		display: inline-block;
	}
	#footer .fQyscN.fQyscN.fQyscN.fQyscN.fQyscN.fQyscN{
		float: none;
		margin: 0 auto;
	}
	#footer-copyright{
		margin-top: 60px;
		text-align: right;
		order: 4;
		width: 100%;
	}
	#footer-copyright-header{
		width: 100%;
		text-align: right;
	}
	.footer-copyright-item{
		padding: 0px;
		line-height: 26px;
		float: none;
		display: inline-block;
	}
	#footer .main-hide{
		display: none !important;
	}
}
@media (max-width: 740px) {
	.nav-a #nav-bag{
		padding-top: 10x;
	}
}
@media (max-width: 450px) {
	.nav-a #nav-bag{
		padding-top: 9x;
	}
}
.main_content {
	padding-top: 72px;
	max-width: 2732px;
	margin-left: auto;
	margin-right: auto;
}
*:focus {
	outline: 0 !important;
}
input:focus {
	outline:0 !important;
}
#search-container{
	background-color: #fff;
	text-align: center;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
	width: 100%;
	z-index: 999;
  padding-bottom: 40px;
}
.search-container-hidden{
	display: none;
}
.search-container-absolute{
	position: absolute;
}
#search-content{
	position: relative;
	max-width:1105px;
	margin: 0 auto;
}
#search-field{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px auto 0px auto;
}
.search-field{
	z-index: 0;
}
.search_box{
	width: 100%;
	text-align: center;
	padding: 15px 0px;
	border: none;
	letter-spacing: 1px;
	font-size: 21px;
	color: #333333;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	background-color: transparent;
}
.search_box:focus{
	border: none;
	outline: none;
	box-shadow: none;
}
#search-close{
	position: absolute;
	right: 0px;
	padding: 30px 35px;
	cursor: pointer;
	z-index: 10000;
}
#nav-search #search-link{
	cursor: pointer;
}
.nav-icon{
	padding-left: 28px;
}
#search h2{
	padding-bottom: 5px;
}
.search-grey{
	background-color: #F7F7F7 !important;
}
#search-container .spinnercontainer{
	display: none;
    top: 100px;
	padding-bottom: 30px;
	background-color: transparent;
}
#search-container .spinnerbox{
	margin-top: 0px;
	top: 0px;
	position: relative;
}
#search-container #search-line{
	margin-top: -2px;
	height:1px;
	border-bottom: 1px solid #e6e6e6;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 10000000;
}
#search-top-searches{
	text-align: center;
	padding-bottom: 30px;
}
#search-top-searches-header{
	font-family: nimbus-sans, sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 11px;
	padding-bottom: 15px;
	font-size: 11px;
	color: #333333;
	text-align: center;
	clear: both;
	margin: 0 auto;
}
.search-top-search{
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.51px;
	color: #5C5C5C;
	line-height: 22px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	cursor: pointer;
}
@media (max-width: 1040px) {
	#search #collection{
		max-width: 900px;
	}
	#search #collection-content{
		padding-top: 15px;
	}
}
@media (max-width: 960px){
}
@media (max-width: 640px) {
	#search-container{
		z-index: 1001;
		position: fixed;
		top: 0px;
	}
	.search-container-absolute{
		position: absolute !important;
	}
	#search-container #search-line{
		max-width: 80%;
	}
	#search-top-searches-header{
		font-size: 13px;
		letter-spacing: 2.36px;
		line-height: 13px;
		padding-bottom: 15px;
	}
	.search-top-search{
		line-height: 35px;
		font-size: 15px;
		letter-spacing: 0.58px;
	}
}
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 2;
	cursor: pointer;
}
.spinner {
	height:30px;
	width:30px;
	margin:0px auto;
	position:relative;
	-webkit-animation: rotation .6s infinite linear;
	-moz-animation: rotation .6s infinite linear;
	-o-animation: rotation .6s infinite linear;
	animation: rotation .6s infinite linear;
	border-left:3px solid rgba(0,0,0,.15);
	border-right:3px solid rgba(0,0,0,.15);
	border-bottom:3px solid rgba(0,0,0,.15);
	border-top:3px solid rgba(0,0,0,.8);
	border-radius:100%;
	z-index: 10002;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}
@-moz-keyframes rotation {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
	}
}
@-o-keyframes rotation {
	from {
		-o-transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
	}
}
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(359deg);
	}
}
.spinnerbox{
	margin-top: -60px;
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10001;
}
.spinnercontainer{
	position: relative;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  
	z-index: 10000;
	background:rgba(255,255,255,0.5);
}
img {
	opacity: 1;
	transition: opacity 0.3s;
}
img.lazy{
	opacity: 0;
}
p.afterpay-paragraph {
	margin-bottom: 0px;
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 18px;
	letter-spacing: 0.4px;
    text-align: center;
    color: #999999;
}
.product-news{
  padding-top: 7px; text-transform: none; color: #BA7361; display: block; font-size: 14px; clear: both;
}
img.afterpay-logo {
	width: 75px !important;
	height: auto !important;
}
body .acsb-trigger{
	z-index: -5;
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
#privacy_policy_text, #terms_of_service_text, #accessibility_text{
	border: none;
}
#careers_application{
	overflow: auto;
}
.shopify-challenge__container .shopify-challenge__button{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.white-popup-block {
	background-color: #fff;
	background:rgba(255,255,255,0.92);
	padding: 40px 30px;
	text-align: left;
	max-width: 650px;
	margin: 0 auto;
	position: relative;
	letter-spacing: 1px;
}
.white-popup-block .page-title{
	padding: 20px;
}
.white-popup-block b{
	color: #000;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10420;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.05;
	filter: alpha(opacity=5);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:10000001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
	background: rgba(0,0,0,0.60);
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 10450;
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 10440;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close,button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 10460;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 15px;
	top: 15px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 14px;
}
.mfp-close-btn-in .mfp-close {
	background-image:url('/cdn/shop/files/close_e33fb27b-1385-48b3-85e6-69c7130ac02c.svg?v=1647971923');
	background-position: center center;
	background-repeat: no-repeat;
	color: #ccc;
	font-size: 0px;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover,.mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure {
	line-height: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}
.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* NAV */

#nav{
	z-index: 8;
}
.nav-b{
	display: none !important;
}
.nav-announce{
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.65px;
	padding-top: 6px;
	padding-bottom: 4px;
	height: 25px;
	line-height: 25px;
}
.nav-announce img{
	padding-right: 5px;
	width: 14px;
	vertical-align: middle;
	padding-bottom: 2px;
}
#nav-announce-top{
	position: relative;
	text-align: center;
	background-color: #F5F5F5;
	width: 100%;
	overflow: auto;
}
#nav-announce{
	line-height: 72px;
	float: left;
}
#nav{
	position: fixed;
	background-color: #fff;
	width: 100%;
	overflow: visible;
	z-index: 1000;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}
#nav a{
	color: #333;
}
#nav-content{
	margin: 0 auto;
}
.nav-link{
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 14px;
	color: #333333;
	float: left;
	cursor: pointer;
}
.nav-link.active{
}
.nav-link.active .dropdown a::after{
	display: none;
}
.nav-link.active a::after{
	display: block;
	position: absolute;
	content: '';
	height: 1px;
	bottom: -4px;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 100%;
	background: #333333;
	-o-transition:2s;
	-ms-transition:2s;
	-moz-transition:2s;
	-webkit-transition:2s;
	transition:2s;
}
#nav.nav-a .dropdown .nav-item a:hover{
	font-weight: bold;
}
#nav.nav-a .nav-item a:hover{
	color: #333 !important;
}
#nav-logo.active a::after{
	display: none !important;
}
.nav-heading{
	position: relative;
	padding-left: 35px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 75px;
	height: 75px;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
}
.nav-item{
	color: #333333;
	text-align: left;
	text-transform: none;
	font-family: nimbus-sans, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 35px;
	padding-left: 35px;
}
.nav-item:first-of-type{
	margin-top: -10px;
}
#nav-right{
	float: right;
    z-index: 101;
    position: relative;
}
.nav-icon{
	float: right;
	line-height: 60px;
	padding-left: 30px;
}

.new-svg, .sale-svg{
  position: relative;
  display: inline-block;
  margin-left: -10px;
  vertical-align: top;
  width: 20px;
  margin-top: -3px;
}

.nav-bag-count.active {
	position: absolute;
	right: -3px;
	bottom: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FAFFE2;
	font-family: nimbus-sans, sans-serif;
	font-size: 8px;
	font-weight: 400;
	color: #333 !important;
}
.dropdown{
	position: fixed;
	top: 42px;
	left: 0px;
	right: 0px;
	width: 100vw;
	margin: 0;
	z-index: 7;
	text-align: center;
}
.dropdown-content{
	margin-top: 30px;
	background-color: #F7F7F7;
	margin-left: -35px;
}
.nav-a .dropdown-categories{
	max-width: 1075px;
	margin: 0 auto;
	display: flex;
	flex: 1;
}
.nav-a .dropdown-category-content{
	display: none;
	margin-bottom: 20px;
}
.nav-a .dropdown-category-content.active{
}
.nav-a .nav-heading.active .dropdown-category-content{
	display: block;
}
.nav-a .nav-heading.active .dropdown-category-content{
}
.nav-a .nav-heading.active .nav_toggle{
	transform: rotateX(180deg);
}
.nav_toggle{
	position: absolute;
	top: -1px;
	right: 30px;
}
.dropdown-category{
	padding: 0px;
	margin: 0 auto;
	border-bottom: 1px solid #E3E3E3;
}
#nav .dropdown a:hover{
	color: #BA7361;
}
#nav .dropdown-category a:hover{
	color: #BA7361;
}
.dropdown-category #dropdown-category-title{
	padding-top: 4px;
	letter-spacing: 2.51px;
	line-height: 18px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 600;
	padding-top: 10px;
}
.dropdown-category.footer{
	margin-bottom: 60px;
}
.dropdown-links{
	overflow: auto;
	margin: 0 auto;
	max-width: 860px;
	padding:30px 20px 50px 50px;
	border-top: 1px solid #cecece;
}
.dropdown-links-section{
	width: 25%;
	float: left;
	text-align: left;
	display: block;
}
.dropdown-links-section a, .dropdown-links-header{
	display: block;
	clear: both;
	line-height: 29px;
	letter-spacing: 2.51px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 600;
}
.dropdown-links-section-collections a{
	font-size: 11px;
	letter-spacing: 2.3px;
	line-height: 27px;
}
.dropdown-links-header{
	font-size: 11px;
	letter-spacing: 2px;
	line-height:37px;
	margin-top: -4px;
}
.dropdown-accent{
	color: #999999;
}
.dropdown-links-section a:hover{
	color: #BA7361;
}
.dropdown-links-section-right{
	margin-top: 4px;
}
.dropdown-links-section-right a{
	text-align: right;
	font-size: 10px;
	line-height: 22px;
	letter-spacing: 2px;
}


/* START NAV C */
.nav-a{
  display: none !important;
}
#nav.nav-c{
  z-index:10000; 
  background-color: #FFF;
}
#nav.nav-c.scrolling{
  background-color: #FFF;
}
#nav.nav-c.scrolling:hover, #nav.nav-c:hover{
  background-color: #F5F5F5;
}
.nav-c .nav-link{
  float: none;
  font-family: nimbus-sans-condensed,sans-serif !important;  
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nav-c .nav-link .child{
  display: none;
  position: absolute;
  width: 100%;
  background-color: #F9F2EC;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 45px;
  padding-top: 45px;
  padding-bottom: 10px;
  margin-left: -25px;
  color: #333333;
  list-style: none;
  text-align: center;
  text-decoration: none;
  background: #F5F5F5;
  box-shadow: 0px 22px 36px -24px rgba(0, 0, 0, 0.25);
}
.nav-c .nav-link.active{
  text-decoration: underline;
}
.nav-c .nav-link.active a::after{
  display: none;
}
.nav-c .nav-link ul, .nav-c .nav-link li{
  padding: 0px;
  margin: 0px;
}
.nav-c .nav-link .child li{
  list-style: none;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #333333;
  padding: 0px 30px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
}

/* DROPDOWN SPECIFIC */
.nav-c .nav-link.best-sellers .child li{
  text-align: center;
}

.nav-c .nav-link.link-everything .child li{
  text-align: left;
}
.nav-c .nav-link.link-everything .child li .grandchild li{
  padding-left:0px;
}
@media (max-width: 1000px) {
  .nav-c .nav-link.link-new-arrivals:not(.\!tw-mt-0){
	display: none;
  }
}
@media (max-width: 900px) {
  .nav-c .nav-link.link-best-sellers:not(.\!tw-mt-0) , .nav-c .nav-link.link-summer-sale:not(.\!tw-mt-0) {
	display: none;
  }
}

/* END DROPDOWN SPECIFIC */

.nav-c .nav-link .child li a:hover{
  text-decoration: underline;  
}
.nav-c .nav-link .child li .grandchild{
  padding-top: 20px;
}
.nav-c .nav-link .child li a.inactive, .nav-c .nav-link .child li a.inactive:hover{
  cursor: default;
  text-decoration: none;
}


.nav-c .nav-link .child li .grandchild li{
  font-family: nimbus-sans,sans-serif !important;  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  text-transform: none;
  display: block;
  float: none;
  clear: both;
  margin-bottom: 0px;
}
.nav-c .nav-link.active .child{
  display: block;
}

.nav-c .nav-link .child li.child-stack  {
  padding: 0;
}
.nav-c .nav-link .child li.child-stack ul {
  display: flex;
  flex-direction: column;
}

.nav-c .nav-image-promo {
  display: flex;
  flex-direction: column;
  max-width: 184px;
  text-align: center;
}
.nav-image-promo:hover {
  text-decoration: none !important;
}
.nav-image-promo .title {
    font-family: nimbus-sans-condensed,sans-serif !important;
    font-weight: 900;
}
.nav-image-promo .btn {
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 1.353px;
  width: max-content;
  padding: 8px 18px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 3px 0px #333333;
}
.nav-c .nav-image-promo .btn:hover {
  text-decoration:none !important;
}
.nav-c .nav-link li:has(.nav-image-promo) {
  border-radius: 20px;
  background-color: #d6c7b8;
  padding: 20px 14px ;
  
}

/* NAV C MOBILE */
/* GOING TO HAVE TO COPY THESE TO GOOGLE OPTIMIZE ? */
body #mm-1 .nav-c, body #mm-1:first-child{
  background-color: #F9F2EC !important;
}
@media (max-width: 440px) {
  .mm-menu.mm-offcanvas{
    width: 100% !important;
  }
  html.mm-opening .mm-slideout{
	webkit-transform: translate(100%,0) !important;
    -ms-transform: translate(100%,0) !important;
    transform: translate(100%,0) !important;
    -webkit-transform: translate3d(100%,0,0) !important;
    transform: translate3d(100%,0,0) !important;
  }
}
/* END OPTIMIZE */

@media (min-width: 1200px) {
}
@media (max-width: 1125px) {
	.dropdown-content{
		margin-left: 0px;
	}
}
@media (max-height: 730px){
	.nav-item{
		line-height: 30px;
	}
}
@media (max-height: 680px){
	.nav-heading{
		line-height: 60px;
		height: 60px;
	}
}
@media (max-height: 630px){
	.nav-item{
		padding-top: 0px !important;
	}
}
@media (max-width: 640px) {
	#nav{
		top: 38px;
		position: absolute;
	}
}
@media (max-width: 1150px) {
	.nav-a .hide-1{
		display: none;
	}
}
@media (max-width: 1025px) {
	.nav-a .hide-2{
		display: none;
	}
}
@media (max-width: 940px) {
	.nav-a .hide-3{
		display: none;
	}
}
@media (max-width: 860px) {
	.nav-a .hide-4{
		display: none;
	}
}
@media (max-width: 800px) {
	.nav-a .hide-5{
		display: none;
	}
}

@media (max-width: 888px) {
	.nav-b #nav-link-our-story{
		display: none;
	}
}
@media (max-width: 680px) {
	.nav-b .nav-link{
		padding-left: 12px;
		padding-right: 12px;
	}
}
.nav-a .dropdown{
	display: none;
	float: left;
	overflow-x: hidden;
	cursor: default;
	padding-top: 113px;
	top: 0px;
	width: 299px;
}
.nav-a .nav-link a{
	position: relative;
	z-index: 8;
}
.nav-a .dropdown-content{
	height: 100vh;
	margin-left: 0px;
	float: left;
	background-color: #fff;
	width: 299px;
	margin-top: 0px;
}
.nav-a .slideout-content{
	height: 100vh;
	width: 0px;
	border-top: 1px solid #E8E8E8;
	float: left;
	background-color: #F7F7F7;
	overflow-y: scroll !important;
}
.nav-a .slideout-container{
	width: 404px;
	padding-bottom: 130px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
	display: none;
}
.nav-a .slideout-container.show{
	display: block;
}
.nav-a .slideout-title{
	font-family: nimbus-sans, sans-serif;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: 0;
	line-height: 27px;
	float: left;
	text-transform: none;
	padding-left: 20px;
}
.nav-a .slideout-view-all{
	float: right;
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	letter-spacing: 0.56px;
	line-height: 27px;
	font-size: 12px;
	padding-top: 2px;
	text-transform: none;
	padding-right: 10px;
}
.nav-a .dropdown-categories{
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
.nav-a .dropdown-category{
	width: 100%;
	display: block;
	float: left;
	clear: both;
}
.nav-a .slideout-products{
	clear: both;
	padding-top: 10px;
  	padding-bottom: 20px;
	overflow: auto;
}
.nav-a .collection-row{
	display: block;
	clear: both;
	border-top: 1px solid #D3D3D3;
	padding-top: 5px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.nav-a #slideout-duffles .collection-row{
	border-bottom: 1px solid #D3D3D3;
	overflow: auto;
}
.nav-a .collection-products{
	display: block;
	clear: both;
}
.nav-a .product{
	float: left;
	max-width: 33.3%;
}
.nav-a .collection-title h2{
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	letter-spacing: 0.61px;
	font-size: 13px;
	float: left;
	max-width: 50%;
	text-transform: none;
	text-align: left;
	line-height: 20px;
	padding: 8px;
}
.nav-a .collection-title p{
	float: right;
	padding: 0px;
	margin: 0px;
	line-height: 36px;
	font-size: 12px;
	max-width: 100px;
}
.nav-a .collection-title p.kit-discount{
	display: block;
	float: left;
	clear: both;
	font-weight: 500;
	font-size: 10px;
	color: #BA7361;
	letter-spacing: 0.39px;
	max-width: 100%;
	margin-top: -32px;
	margin-left: 8px;
	text-transform: none;
}
.nav-a .sizecount{
	font-weight: normal;
	letter-spacing: 0.5px;
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	text-transform: none;
}
.nav-a .sizecount:hover{
	color: #BA7361;
}
.nav-a .product_loop_title{
	font-family: nimbus-sans, sans-serif;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.56px;
	line-height: 1.3;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 13px;
	text-transform: none;
}
.nav-a .collection-products img{
	-webkit-filter: contrast(94%);
	filter: contrast(94%);
}
.nav-a .product_loop_price,.nav-a .product_loop_color,.nav-a .collection-footer-text{
	display: none;
}
.nav-a .product_loop_title, .nav-a .sizecount{
	visibility: hidden;
}
#nav.nav-a .slideout-products a:hover{
	color: #333 !important;
}
@media (max-width: 900px) {
	.nav-a #nav-link-our-story{
		display: none;
	}
}
@media (max-width: 683px) {
	.nav-a #nav-link-gift-guide{
		display: none;
	}
}
#nav .category-sale{
	display: none;
}

#nav-styles-totes{
  margin-bottom: -4px !important;
  padding-right: 7px !important;
}
#nav-styles-backpacks{
  margin-bottom: -7px !important;
}
#nav-styles-duffles{
  margin-bottom: -4px !important;
  max-width: 70%;
}
#nav-styles-crossbody{
  margin-bottom: -9px !important;
  width: 80% !important;
}
#nav-styles-wallets{
  max-width: 55%;
  margin-bottom: -7px !important;
}

#nav-styles-laptop{
  margin-bottom: -5px !important;
  margin-top: 5px !important;
}
#nav-styles-minibags,#nav-styles-organizers,#nav-styles-clutches{
  margin-bottom: -5px !important;
  padding-top: 10px !important;
  width: 80% !important;
}
#nav-styles-organizers{
  width: 65% !important;
  margin-bottom: -5px !important;
}
.nav-a .nav-a-bottom-link-left{
	border-bottom: none;
	border-right: none;
}
.nav-a .nav-a-bottom-link-right, .nav-a-bottom-link-left, .nav-a-no-bottom-border{
	border-bottom: none !important;
}
.clear-both{
	clear: both;
}
.nav-a #slideout-featured{
	padding: 0px;
}
.nav-a #slideout-featured img{
	width: 434px;
	max-width: 434px;
}
.nav-transparent #nav{
	position: absolute;
}
@media (min-width: 767px) {
	.nav-transparent #nav:not(:hover):not(.scrolling) .nav-announce{
		color: #fff ;
	}
	.nav-transparent #nav:not(:hover):not(.scrolling) .nav-announce a{
		color: #fff ;
	}
	.nav-transparent #nav:not(:hover):not(.scrolling){
		background-color: transparent;
	}
	.nav-transparent #nav:not(:hover):not(.scrolling) .nav-link a, .nav-transparent #nav:not(:hover):not(.scrolling) .nav-bag-count{
		color: #fff ;
	}
	.nav-transparent #nav:not(:hover):not(.scrolling) .nav-link .dropdown a{
		color: #333333 ;
	}
	.nav-transparent #nav:not(:hover):not(.scrolling) #nav-logo img, .nav-transparent #nav:not(.scrolling) #nav-logo-mobile img, .nav-transparent #nav:not(:hover):not(.scrolling) #nav-search img,.nav-transparent #nav:not(:hover):not(.scrolling) #nav-account img,.nav-transparent #nav:not(:hover):not(.scrolling) #nav-bag img, .nav-transparent #nav:not(:hover):not(.scrolling) #nav-wishlist{
		filter: brightness(0) invert(1);
	}
	.nav-transparent #nav:not(:hover):not(.scrolling) #mobile-button{
		filter: brightness(0) invert(1);
	}
  .nav-transparent #nav:not(:hover):not(.scrolling) .nav-link svg path{
		fill: #fff ;
	}
}
@media (max-width: 1023px) {
	.nav-transparent #nav:not(.scrolling){
		background-color: transparent;
	}
	.nav-transparent #nav:not(.scrolling) .nav-link a, .nav-transparent #nav:not(.scrolling) .nav-bag-count{
		color: #fff ;
	}
	.nav-transparent #nav:not(.scrolling) .nav-link .dropdown a{
		color: #333333 ;
	}
	.nav-transparent #nav:not(.scrolling) #nav-logo img, .nav-transparent #nav:not(.scrolling) #nav-logo-mobile img, .nav-transparent #nav:not(.scrolling) #nav-search img,.nav-transparent #nav:not(.scrolling) #nav-account img,.nav-transparent #nav:not(.scrolling) #nav-bag img, .nav-transparent #nav:not(.scrolling) #nav-wishlist span{
		filter: brightness(0) invert(1);
	}
	.nav-transparent #nav:not(.scrolling) #mobile-button,
	.nav-transparent #nav:not(.scrolling) #new-mobile-button{
		filter: brightness(0) invert(1);
	}
  	.nav-transparent #nav:not(.scrolling) svg path {
    	fill: #fff;
	}
}

.nav-a #slideout-kits .product_loop_title{
	font-size: 10px;
	letter-spacing: 0.47px;
	line-height: 12px;
}
#add-item-form{
	display: block;
	clear: both;
}
#shopify-section-collection #collection .collection-row-content .product-loop .details{
	height: 120px !important
}
#collection .collection-title p{
	margin-bottom: 1px;
}
#collection .collection-title{
	overflow: auto;
	margin-bottom: 20px;
}
#shopify-section-collection #collection .collection-title h2, #shopify-section-collection #collection .collection-title p{
	line-height: 19px;
}
.slideout-content .materials-message{
	display: none !important;
}
@media (min-width: 960px){
	#search #collection .product .details {
		height: 120px;
	}
}
@media (max-width: 960px){
	#shopify-section-collection #collection .category-sale{
		top: 0px;
	}
	.collection-title .materials-message{
		margin-bottom: 10px;
	}
}
@media (max-width: 640px){
	#product_description .materials-message{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.materials-message-desktop{
		display: none;
	}
	.materials-message-mobile{
		display: block;
	}
}
.grecaptcha-badge { visibility: hidden; }

/* MAX WIDTH */
#content,
#nav,
#promo-container {
  margin: 0 auto;
  max-width: 2400px;
}

/* WISTHLIST */
#nav-wishlist i.icon-swym-wishlist{
  font-size: 16px;
}
.swym-button{
  visibility: hidden !important;
}
.swym-buttons-loaded .swym-button{
  visibility: visible !important;
}

i.icon-swym-wishlist, button.smartwishlist{
  font-family: 'swym-font';
  font-style: normal;
  vertical-align: middle;
}
i.icon-swym-wishlist+span {
  vertical-align: middle;
}
i.icon-swym-wishlist:after {
  content: '';
  font-size: 130%;
  line-height: 18px;
  text-align: center;
  display: inline;
}
.swym-ready i.icon-swym-wishlist:after {
  content: '';
  color: #323232;
  opacity: 0.85;
}
#main_content .swym-ui-component.swym-wishlist-page{
  margin-bottom: 50px;
}

#main_content .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title, #main_content .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-main-title{
    text-transform: uppercase;
    font-family: nimbus-sans-condensed,sans-serif !important;
    font-weight: 900;
    color: #333;      
    font-size: 27px;
    color: #333333;
    letter-spacing: 0;
}
@media (min-width: 640px) {
  #main_content .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title, #main_content .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-main-title{
	margin-left: 0px;
  }
}

.swym-ui-component *, .swym-ui-component .swym-is-button, .swym-ui-component .swym-is-anchor, .swym-ui-component .swym-title, .swym-ui-component .swym-heading, .swym-ui-component .swym-label{
	font-family: nimbus-sans,sans-serif !important;

}

@media (min-width: 900px) {
  #main_content .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-container-title-bar .swym-user-login-status {
      padding-right: 10px;
  }
  #main_content .swym-ui-component.swym-wishlist-page .swym-wishlist-detail .swym-wishlist-detail-header, #main_content .swym-ui-component.swym-wishlist-page .swym-simple-wishlist-¸ .swym-wishlist-detail-header{
    position: absolute;
    width: 20px;
    right: 20px;
    top: -72px;
  }
}

@media only screen and (max-width: 900px){
  #main_content .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-context-menu{
    right: 20px;
  }
  #main_content .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-container-title-bar .swym-user-login-status {
    right: 30px;
  }
}
  
#main_content .swym-ui-component .swym-wishlist-detail-separator, #main_content .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar, #main_content .swym-ui-component.swym-wishlist-page .swym-wishlist-detail .swym-wishlist-detail-header{
  border: none;
	background: none;
}

#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item{
	border: none;
}
#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title, #main_content .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-title{
	font-family: nimbus-sans,sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .58px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    overflow: visible;
  margin-left: 0px;
  margin-right: 0px;
margin-bottom: 0px;
}

#main_content .swym-ui-component .swym-product-price .swym-product-final-price{
    font-family: nimbus-sans,sans-serif;
    top: 12px;
    font-size: 13px;
    color: #5c5c5c;
    letter-spacing: .5px;
    line-height: 13px;
    font-weight: 400;
}
#main_content .swym-ui-component .swym-product-price.swym-has-sale .swym-product-final-price{
    color: #BA7361;
    font-weight: 400;  
    font-size: 13px;

}
#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price{
  padding-left: 0px;
  padding-right: 0px;
}
#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price .swym-product-original-price, #main_content .swym-ui-component .swym-product-price .swym-product-original-price{
    color: #999;
    font-weight: 400;
      font-size: 13px;

}
#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn, #main_content .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn{
    border-radius: 27px;
    line-height: 40px;
  	padding: 0px;
    height: 40px;
    background-color: #333333;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
}
#main_content .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn{
	min-width: 228px;
}
#main_content .swym-ui-component .swym-wishlist-grid{
  max-width: 100%;
}
#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn:hover, #main_content .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn:hover{
  color: #333333;
  background-color: #FAFFE2 !important;
}

#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper{
  height: auto !important;
  max-height: 100% !important;
}
#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item img{
    -webkit-filter: contrast(94%);
    filter: contrast(94%);
}

#main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn.swym-disabled{

}
#main_content .swym-ui-component .swym-user-login-status .swym-user-text{
	display: none !important;
}
#main_content .swym-ui-component .swym-wishlist-product-detail-tab-bar{
  box-shadow: none;
  background: none;
}
#main_content .swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-detail-image-container .swym-image-thumbnails .swym-image-thumb.swym-selected{
  border: 1px solid #333;
}

#main_content .swym-ui-component .swym-wishlist-product-detail-content .swym-more-details-btn{
    display: block;
    clear: both;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px;
    margin-top: 20px;
    text-decoration: underline;
  font-weight: 400;
}
.swym-notification-wishlist .swym-details{
  color: #333 !important;
  line-height: 1 !important;
  font-family: nimbus-sans,sans-serif !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 900px){
  #main_content .swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
    margin-bottom: 40px;
  }
}

/* ACCESSIBILITY FIX */
.visuallyhidden, .visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
  width: 2px;
  height: 2px;
  margin: -2px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

.flex-box-column {
  display: flex;
  flex-direction: column;
}

/* SWELL POPUP */
#swell-popup .swell-popup-item-wrapper .swell-text-item{    
  font-family: nimbus-sans-condensed !important;
  letter-spacing: 0.5px!important;
  text-transform: uppercase!important;
  font-weight: 900!important;
}

.text-center {
  text-align: center;
}

#product-sticky-button {
    margin: 0 12px;
    width: calc(100% - 24px);
}

/* SHRINK MOBILE NAV as per Alex V's PDP edit request */
@media (max-width: 640px) {
  #section-pdp{
    margin-top: -10px !important;
  }
  #pdp-slider-container{
    margin-top: -10px !important;
  }
  #mobile-button-container{
    top: 16px !important;
  }
  #nav-bag{
    padding-top: 7px;
  }
  .nav-icon{
    line-height: 52px;
  }
}

/* SHOPPING GIVES */
.sg-widget{
  padding-top: 15px;
}

/* POLICIES */
.shopify-policy__container{
  padding: 50px;
}
.shopify-policy__container h1{
  text-align: center;
  letter-spacing: 0px;
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 900;
  font-size: 25px;
  color: rgba(0,0,0,0.85);
  line-height: 40px;
  text-transform: uppercase;
}
.shopify-policy__container .rte div{
  margin: 0 0 10px 0;
  font-size: 13px;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  color: #5C5C5C;
  clear: both;
  letter-spacing: 0.3px;
  line-height: 21px;
}

/* GOOGLE SYMBOLS */
/* https://fonts.google.com/icons */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v107/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1n-q_4MrImHCIJIZrDCvHOej.woff2) format('woff2');
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* CART DELAY MESSAGE */
#below-gift-note{
  display: flex; 
  flex-wrap: wrap;
}
#below-gift-note #checkout{
  order: 1;
}
#below-gift-note #cart-delay{
  margin-bottom: 0px;
  margin-top: 20px;
  order: 2;
  letter-spacing: 0.5px;
}
#below-gift-note .sg-widget{
  order: 3;
  padding-top: 10px;
}
.product_loop_compare-specific-price{
	color:#999;
	text-decoration: line-through;
}
/* FIXES WHITE EXTEND PRODUCT BACKGROUND IN CART */
#headlessui-portal-root ol.cart__items li .tw-bg-smoke img[src*="extend"] {
	mix-blend-mode: multiply;
}
