/** Shopify CDN: Minification failed

Line 41:30 Expected identifier but found whitespace
Line 41:31 Unexpected "#00"
Line 71:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
/* Fix swatch shape to circles */
.swatch__list_pr .nt-swatch {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  min-width: 32px !important;
  max-width: 32px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Hide text inside swatch */
.swatch__list_pr .nt-swatch .swatch__value_pr {
  display: none !important;
}

/* Selected swatch ring */
.swatch__list_pr .nt-swatch.is-selected-nt {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333 !important;
}

/* Single word colors - capitalized variant names */
.bg_css_gold { background-color: #CFB53B !important; }
.bg_css_green { background-color: #2E8B57 !important; }
.bg_css_pink { background-color: #FFC0CB !important; }
.bg_css_orange { background-color: #FF8C00 !important; }
.bg_css_bright-violet { background-color: #8F00FF !important; }
.bg_css_rani-pink { background-color: #E75480 !important; }
.bg_css_black { background-color: #1a1a1a !important; }
.bg_css_bl { background-color: #00...[the rest of the value has been truncated to save space] 

/* Increase Heritage image size in Shipping section */
.shipping_7DfXTX__shipping_3GayXh img,
.shipping-block img[alt*="heritage"],
.shipping-block img[alt*="Heritage"] {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
  object-fit: contain !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  
}