/** Shopify CDN: Minification failed

Line 24:12 Expected identifier but found whitespace
Line 24:14 Unexpected "{"
Line 24:24 Expected ":"
Line 25:12 Expected identifier but found whitespace
Line 25:14 Unexpected "{"
Line 25:24 Expected ":"
Line 26:13 Expected identifier but found whitespace
Line 26:15 Unexpected "{"
Line 26:25 Expected ":"
Line 27:11 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');
:root{
  --cr-blue:#71899B;
  --cr-sage:#EEF1EB;
  --cr-navy:#1F2F3A;
}

:root{
  --cr-blue: {{ settings.dusty_blue | default: '#7F96A8' }};
  --cr-sage: {{ settings.sage | default: '#9EAA98' }};
  --cr-cream: {{ settings.cream | default: '#FAF8F3' }};
  --cr-ink: {{ settings.ink | default: '#38434A' }};
  --cr-white:#fff;
  --cr-border:rgba(56,67,74,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cr-cream);color:var(--cr-ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{color:inherit}
img{max-width:100%;display:block}
.cr-serif{font-family:Georgia,"Times New Roman",serif}
.cr-announcement{padding:10px 18px;text-align:center;font-size:13px;letter-spacing:.08em;background:var(--cr-blue);color:#fff}
.cr-header{background:#fff;border-bottom:1px solid var(--cr-border);position:relative;z-index:5}
.cr-header-inner{max-width:1280px;margin:auto;padding:18px 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}
.cr-logo{width:min(230px,38vw);height:auto;margin:auto}
.cr-nav{display:flex;gap:22px;align-items:center;justify-content:flex-start;font-size:14px}
.cr-nav a{text-decoration:none}
.cr-nav a:hover{color:var(--cr-blue)}
.cr-actions{display:flex;justify-content:flex-end;gap:16px}
.cr-icon{border:0;background:none;padding:4px;font-size:20px;text-decoration:none}
.cr-section{padding:72px 5%}
.cr-narrow{max-width:1180px;margin:auto}
.cr-center{text-align:center}
.cr-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--cr-sage);font-weight:700}
.cr-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,5vw,68px);line-height:1.02;margin:10px 0 18px;font-weight:400}
.cr-h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,48px);font-weight:400;margin:0 0 14px}
.cr-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 28px;border-radius:999px;background:var(--cr-blue);color:#fff;text-decoration:none;border:1px solid var(--cr-blue);font-size:14px;letter-spacing:.04em}
.cr-button:hover{background:var(--cr-sage);border-color:var(--cr-sage)}
.cr-button--light{background:#fff;color:var(--cr-ink);border-color:#fff}
.cr-hero{position:relative;overflow:hidden;background:#e9e7df}
.cr-slides{position:relative;min-height:clamp(560px,72vh,820px)}
.cr-slide{position:absolute;inset:0;opacity:0;animation:crFade 32s infinite;display:flex;align-items:flex-end}
.cr-slide:nth-child(1){animation-delay:0s}.cr-slide:nth-child(2){animation-delay:4s}.cr-slide:nth-child(3){animation-delay:8s}.cr-slide:nth-child(4){animation-delay:12s}
.cr-slide:nth-child(5){animation-delay:16s}.cr-slide:nth-child(6){animation-delay:20s}.cr-slide:nth-child(7){animation-delay:24s}.cr-slide:nth-child(8){animation-delay:28s}
.cr-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cr-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02) 35%,rgba(0,0,0,.48) 100%)}
.cr-slide-content{position:relative;z-index:2;color:#fff;max-width:760px;margin:0 auto;padding:60px 25px 72px;text-align:center}
.cr-slide-content .cr-title{color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.18)}
@keyframes crFade{0%,12%{opacity:1}15%,100%{opacity:0}}
@media(prefers-reduced-motion:reduce){.cr-slide{animation:none;opacity:0}.cr-slide:first-child{opacity:1}}
.cr-collections{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cr-collection{position:relative;overflow:hidden;min-height:310px;background:#dfe4df;border-radius:2px;text-decoration:none}
.cr-collection img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.cr-collection:hover img{transform:scale(1.03)}
.cr-collection span{position:absolute;left:18px;bottom:18px;background:rgba(255,255,255,.94);padding:10px 14px;font-family:Georgia,serif;font-size:20px}
.cr-feature{display:grid;grid-template-columns:1.1fr .9fr;min-height:520px}
.cr-feature img{width:100%;height:100%;object-fit:cover}
.cr-feature-copy{display:flex;align-items:center;background:#e5ebe1;padding:clamp(30px,6vw,80px)}
.cr-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.cr-product-card{text-decoration:none}
.cr-product-image{aspect-ratio:4/5;background:#eee;overflow:hidden;position:relative}
.cr-product-image img{width:100%;height:100%;object-fit:cover}
.cr-product-name{font-family:Georgia,serif;font-size:18px;margin:12px 0 3px}
.cr-product-price{font-size:14px}
.cr-badge{position:absolute;left:12px;top:12px;background:#fff;padding:7px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.08em}
.cr-reviews{background:#edf0e9}
.cr-stars{color:var(--cr-blue);letter-spacing:.18em;font-size:22px}
.cr-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}
.cr-review{background:#fff;padding:30px;text-align:center}
.cr-review p{font-family:Georgia,serif;font-size:19px}
.cr-newsletter{background:#dfe7e0}
.cr-newsletter form{max-width:520px;margin:28px auto 0;display:flex}
.cr-newsletter input{flex:1;border:1px solid var(--cr-border);padding:14px 16px;background:#fff}
.cr-newsletter button{border:0;padding:0 24px;background:var(--cr-blue);color:#fff}
.cr-footer{background:#fff;border-top:1px solid var(--cr-border)}
.cr-footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}
.cr-footer a{text-decoration:none;display:block;margin:7px 0}
@media(max-width:900px){
 .cr-header-inner{grid-template-columns:auto 1fr auto;gap:12px;padding:18px 18px}
 .cr-nav{gap:12px;font-size:13px;white-space:nowrap}
 .cr-logo{width:220px}
 .cr-actions{gap:8px}
 .cr-collections,.cr-product-grid{grid-template-columns:repeat(2,1fr)}
 .cr-feature{grid-template-columns:1fr}.cr-feature img{min-height:380px}
 .cr-review-grid{grid-template-columns:1fr}.cr-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
 .cr-header-inner{grid-template-columns:1fr auto}
 .cr-nav{grid-column:1 / -1;grid-row:2;justify-content:center;padding-top:4px}
 .cr-logo-link{grid-column:1;grid-row:1;justify-self:start}
 .cr-actions{grid-column:2;grid-row:1}
 .cr-logo{width:220px}
}
@media(max-width:560px){
 .cr-section{padding:52px 18px}.cr-slides{min-height:620px}
 .cr-slide img{object-position:center}.cr-collections{gap:10px}.cr-collection{min-height:220px}
 .cr-product-grid{gap:14px}.cr-footer-grid{grid-template-columns:1fr}.cr-newsletter form{display:block}
 .cr-newsletter button{width:100%;height:46px;margin-top:8px}
 .cr-nav{gap:10px;font-size:12px}.cr-logo{width:200px}
}
.cr-logo-link{display:flex;align-items:center;justify-content:center;overflow:visible;text-decoration:none}
.cr-logo{width:280px !important;height:auto !important;max-width:none !important;max-height:none !important;object-fit:contain !important;margin:auto}
.cr-actions{align-items:center}
.cr-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:4px;border:0;background:none}
.cr-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.cr-cart-count{position:absolute;top:-2px;right:-3px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--cr-blue);color:#fff;font-size:10px;line-height:16px;text-align:center}
.cr-header,.cr-header-inner{overflow:visible !important}
@media(max-width:900px){.cr-logo{width:220px !important}}
@media(max-width:560px){.cr-logo{width:200px !important}}

/* CRYSTAL REMADE COMPLETE STOREFRONT */
.cr-store-heading{text-align:center;max-width:760px;margin:0 auto 34px}
.cr-store-eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;color:#9EAA98;font-weight:700}
.cr-store-title{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#71899B;font-size:clamp(30px,4vw,48px);margin:8px 0 12px}
.cr-store-copy{max-width:650px;margin:0 auto}
.cr-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.cr-product-card{text-decoration:none;color:#38434A}
.cr-product-image{aspect-ratio:4/5;background:#ECEAE4;overflow:hidden;position:relative;border-radius:18px}
.cr-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.cr-product-card:hover .cr-product-image img{transform:scale(1.025)}
.cr-product-name{font-family:Georgia,"Times New Roman",serif;font-size:18px;margin-top:12px}
.cr-product-price{font-size:14px;margin-top:3px}
.cr-store-badge{position:absolute;left:12px;top:12px;background:#fff;padding:7px 10px;font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.cr-store-feature{display:grid;grid-template-columns:1fr 1fr;min-height:540px}
.cr-store-feature img{width:100%;height:100%;object-fit:cover}
.cr-store-feature-copy{background:#E6ECE4;display:flex;align-items:center;padding:clamp(35px,6vw,80px)}
.cr-store-feature-copy h2{font-family:Georgia,"Times New Roman",serif;color:#71899B;font-size:clamp(32px,4vw,50px);font-weight:400}
.cr-store-review-wrap{background:#EEF1EB}
.cr-store-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.cr-store-review{background:#fff;padding:30px;text-align:center}
.cr-store-stars{color:#7F96A8;letter-spacing:.15em}
.cr-store-review blockquote{font-family:Georgia,"Times New Roman",serif;font-size:19px;margin:15px 0}
.cr-store-newsletter{background:#DDE6DF;text-align:center}
.cr-store-newsletter form{max-width:560px;margin:24px auto 0;display:flex}
.cr-store-newsletter input{flex:1;border:1px solid rgba(56,67,74,.16);padding:15px;background:#fff}
.cr-store-newsletter button{border:0;background:#7F96A8;color:#fff;padding:0 26px}
.cr-store-quicklinks{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:25px}
@media(max-width:900px){.cr-product-grid{grid-template-columns:repeat(2,1fr)}.cr-store-feature{grid-template-columns:1fr}.cr-store-feature img{min-height:380px}.cr-store-review-grid{grid-template-columns:1fr}}
@media(max-width:560px){.cr-product-grid{gap:14px}.cr-product-name{font-size:16px}.cr-store-newsletter form{display:block}.cr-store-newsletter button{width:100%;height:48px;margin-top:8px}}


/* =========================================================
   CRYSTAL REMADE — FINAL BRAND COLOR SYSTEM
   Dusty blue: #71899B
   Soft sage background: #EEF1EB
   Very dark navy: #1F2F3A
   ========================================================= */

/* Global text */
html, body {
  color: #1F2F3A !important;
}

body, p, li, span, label, small, input, textarea, select, option,
button, a {
  color: #1F2F3A;
}

/* All headings and other bold/strong text use Crystal ReMade dusty blue */
h1, h2, h3, h4, h5, h6,
strong, b, th,
.cr-eyebrow, .cr-store-eyebrow,
.cr-section-heading,
.cr-store-heading {
  color: #71899B !important;
}

/* Keep headings that are intentionally white on dark buttons */
.cr-button,
.cr-button-light,
button.cr-button,
button.cr-button-light,
.cr-store-newsletter button {
  color: #FFFFFF !important;
}

/* Navigation and general links */
a, a:visited {
  color: #1F2F3A;
}
.cr-nav a:hover,
.cr-icon:hover {
  color: #71899B !important;
}

/* Every soft green/sage storefront section uses the SAME green */
.cr-store-review-wrap,
.cr-store-newsletter,
.cr-store-feature-copy,
.cr-collection-section,
.cr-custom-order,
.cr-email-signup {
  background: #EEF1EB !important;
}

/* Any existing custom green/sage background declarations */
.cr-store-review-wrap,
.cr-store-newsletter {
  background-color: #EEF1EB !important;
}

/* Feature/collection text remains navy unless it is bold/heading */
.cr-store-feature-copy p,
.cr-store-feature-copy li,
.cr-store-copy,
.cr-store-review blockquote,
.cr-store-review small {
  color: #1F2F3A !important;
}

/* Review stars use dusty blue */
.cr-store-stars {
  color: #71899B !important;
}

/* Footer: navy body text, dusty-blue headings */
.cr-footer,
.cr-footer p,
.cr-footer li,
.cr-footer a {
  color: #1F2F3A !important;
}
.cr-footer h1,
.cr-footer h2,
.cr-footer h3,
.cr-footer h4,
.cr-footer h5,
.cr-footer h6,
.cr-footer strong,
.cr-footer b {
  color: #71899B !important;
}

/* Product cards */
.cr-product-name {
  color: #71899B !important;
}
.cr-product-price {
  color: #1F2F3A !important;
}

/* Header */
.cr-header,
.cr-header-inner,
.cr-nav a,
.cr-actions a {
  color: #1F2F3A;
}
.cr-nav a:hover,
.cr-actions a:hover {
  color: #71899B !important;
}

/* Form fields */
input, textarea, select {
  color: #1F2F3A !important;
}
input::placeholder,
textarea::placeholder {
  color: #1F2F3A !important;
  opacity: .65;
}

/* Remove stray green text colors from theme components */
.cr-section,
.cr-narrow,
.cr-center,
.cr-card {
  color: #1F2F3A;
}


/* =========================================================
   CRYSTAL REMADE — HEADER MENU / DROP LIST / FINAL DETAILS
   ========================================================= */

/* Mobile hamburger */
.cr-menu-toggle{
  display:none;
  width:34px;
  height:34px;
  padding:5px 3px;
  border:0;
  background:transparent;
  cursor:pointer;
  flex-direction:column;
  justify-content:center;
  gap:5px;
}
.cr-menu-toggle span{
  display:block;
  width:25px;
  height:1.5px;
  background:#1F2F3A;
}

/* Mobile menu drawer — simple layout matching the reference */
.cr-mobile-menu{
  position:fixed;
  inset:0;
  z-index:100;
  background:rgba(255,255,255,.98);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, visibility .2s ease;
}
.cr-mobile-menu.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.cr-mobile-menu-inner{
  min-height:100%;
  padding:42px 42px 60px;
  position:relative;
  background:#fff;
}
.cr-mobile-menu-close{
  position:absolute;
  top:26px;
  left:42px;
  border:0;
  background:none;
  color:#1F2F3A !important;
  font-size:30px;
  line-height:1;
  font-weight:400;
  padding:0;
  cursor:pointer;
}
.cr-mobile-menu nav{
  display:flex;
  flex-direction:column;
  gap:34px;
  padding-top:88px;
}
.cr-mobile-menu nav a{
  font-family:Arial,Helvetica,sans-serif;
  font-size:34px;
  line-height:1.05;
  color:#1F2F3A !important;
  text-decoration:none;
  font-weight:400;
}
.cr-mobile-menu nav a:hover{color:#71899B !important}
body.cr-menu-open{overflow:hidden}

/* Keep the desktop navigation. On mobile the three-line menu replaces it. */
@media(max-width:700px){
  .cr-header-inner{
    grid-template-columns:38px 1fr auto;
    padding:16px 18px;
    gap:8px;
  }
  .cr-menu-toggle{display:flex;grid-column:1;grid-row:1;align-self:center}
  .cr-logo-link{grid-column:2;grid-row:1;justify-self:center}
  .cr-actions{grid-column:3;grid-row:1;gap:6px}
  .cr-nav{display:none}
  .cr-search-icon{display:none}
  .cr-logo{width:140px !important}
  .cr-mobile-menu-inner{padding-left:40px;padding-right:40px}
}

/* Drop-list signup: soft green section + white rounded email bubble */
.cr-drop-list{
  background:#EEF1EB !important;
  text-align:center;
  border-top:1px solid rgba(31,47,58,.18);
}
.cr-drop-list .cr-store-eyebrow{
  color:#71899B !important;
}
.cr-drop-list .cr-store-title{
  color:#71899B !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:clamp(36px,5vw,58px);
  font-weight:400;
  margin:10px 0 10px;
}
.cr-drop-list-text{
  max-width:620px;
  margin:0 auto;
  color:#1F2F3A !important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(19px,2.3vw,28px);
  line-height:1.35;
}
.cr-drop-list-form{
  max-width:680px;
  margin:28px auto 0;
}
.cr-drop-list-field{
  display:flex;
  align-items:center;
  width:100%;
  min-height:82px;
  padding:8px 10px 8px 28px;
  background:#fff !important;
  border-radius:28px;
  border:1px solid rgba(113,137,155,.18);
}
.cr-drop-list-field input{
  flex:1;
  min-width:0;
  border:0 !important;
  outline:0;
  background:transparent !important;
  color:#71899B !important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  font-weight:600;
  padding:12px 8px;
}
.cr-drop-list-field input::placeholder{
  color:#71899B !important;
  opacity:1;
}
.cr-drop-list-field button{
  flex:0 0 64px;
  width:64px;
  height:64px;
  border:0 !important;
  border-radius:50%;
  background:#71899B !important;
  color:#fff !important;
  font-size:30px;
  line-height:1;
  padding:0 0 4px;
  cursor:pointer;
}
.cr-drop-list-field button:hover{background:#71899B !important}

/* Hero: dusty blue text must remain readable over every slide */
.cr-slide-content .cr-eyebrow,
.cr-slide-content .cr-title{
  color:#71899B !important;
  text-shadow:0 2px 14px rgba(255,255,255,.75), 0 2px 22px rgba(0,0,0,.25);
}
.cr-slide-content .cr-eyebrow{
  font-weight:700;
}
.cr-slide-content .cr-title{
  font-weight:400;
}
.cr-slide-content .cr-button--light{
  color:#71899B !important;
  background:#fff !important;
  border-color:#fff !important;
  box-shadow:0 2px 12px rgba(0,0,0,.08);
}
.cr-slide-content .cr-button--light:hover{
  color:#71899B !important;
  background:#EEF1EB !important;
  border-color:#EEF1EB !important;
}

/* Product prices always show USD */
.cr-product-price{color:#1F2F3A !important}

@media(max-width:560px){
  .cr-mobile-menu nav a{font-size:32px}
  .cr-drop-list{padding:58px 18px}
  .cr-drop-list .cr-store-title{font-size:40px}
  .cr-drop-list-text{font-size:20px}
  .cr-drop-list-field{min-height:72px;padding-left:20px;border-radius:24px}
  .cr-drop-list-field input{font-size:20px}
  .cr-drop-list-field button{flex-basis:56px;width:56px;height:56px;font-size:27px}
}


/* =========================================================
   FINAL UI FIXES — HERO, CART & CUSTOMER ACCOUNTS
   ========================================================= */
.cr-slide-content .cr-title {
  color: #71899B !important;
  -webkit-text-stroke: 1.15px #FFFFFF;
  text-shadow: 0 2px 10px rgba(255,255,255,.72), 0 3px 14px rgba(31,47,58,.18);
}
.cr-button--light {
  color: #71899B !important;
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
.cr-button--light:hover {
  color: #71899B !important;
  background: #FFFFFF !important;
  border-color: #FFFFFF !important;
}

/* Customer account pages */
.cr-customer-page {
  min-height: 60vh;
  display: flex;
  align-items: center;
}
.cr-customer-card {
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 42px 34px;
  background: #FFFFFF;
  border: 1px solid var(--cr-border);
  border-radius: 18px;
}
.cr-customer-title {
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(36px,5vw,54px);
  line-height: 1.05;
  font-weight: 400;
  color: #71899B !important;
  margin: 8px 0 12px;
}
.cr-customer-form {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}
.cr-customer-form label {
  color: #71899B !important;
  font-weight: 700;
  margin-top: 8px;
}
.cr-customer-form input {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid rgba(31,47,58,.18);
  border-radius: 12px;
  background: #fff;
  color: #1F2F3A !important;
  font-size: 16px;
}
.cr-customer-form input:focus {
  outline: 2px solid rgba(113,137,155,.28);
  border-color: #71899B;
}
.cr-customer-form .cr-button {
  margin-top: 10px;
}
.cr-customer-link {
  color: #71899B !important;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 5px;
}
.cr-account-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 28px 0 40px;
}
.cr-button--outline {
  background: #FFFFFF !important;
  color: #71899B !important;
  border-color: #71899B !important;
}
.cr-account-heading {
  color: #71899B !important;
  font-family: Georgia,"Times New Roman",serif;
  font-weight: 400;
}
.cr-order-list {
  border-top: 1px solid var(--cr-border);
}
.cr-order-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--cr-border);
  text-decoration: none;
}
.cr-order-row strong {
  color: #71899B !important;
}

/* Cart page */
.cr-cart-wrap { max-width: 1000px; }
.cr-cart-items { margin-top: 35px; }
.cr-cart-item {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--cr-border);
  align-items: start;
}
.cr-cart-item-image {
  display: block;
  aspect-ratio: 4/5;
  background: #ECEAE4;
  overflow: hidden;
}
.cr-cart-item-image img { width:100%; height:100%; object-fit:cover; }
.cr-cart-item-title {
  display: inline-block;
  color: #71899B !important;
  font-family: Georgia,"Times New Roman",serif;
  font-size: 21px;
  text-decoration: none;
}
.cr-cart-variant,.cr-cart-price,.cr-cart-note { color:#1F2F3A !important; }
.cr-cart-price { margin-top: 4px; }
.cr-cart-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: #71899B !important;
  font-weight: 700;
}
.cr-cart-quantity input {
  width: 70px;
  padding: 9px;
  border: 1px solid var(--cr-border);
  border-radius: 8px;
}
.cr-cart-remove {
  display:inline-block;
  margin-top:10px;
  color:#1F2F3A !important;
  text-decoration:underline;
  text-underline-offset:3px;
}
.cr-cart-line-total { color:#1F2F3A !important; font-weight:700; }
.cr-cart-summary {
  border-top: 1px solid var(--cr-border);
  margin-top: 10px;
  padding-top: 24px;
  margin-left: auto;
  max-width: 430px;
}
.cr-cart-summary > div:first-child {
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:18px;
}
.cr-cart-summary strong { color:#71899B !important; }
.cr-cart-actions { display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap; }
.cr-cart-empty { padding: 50px 0; }

@media(max-width:560px){
  .cr-customer-card { padding: 32px 20px; }
  .cr-cart-item { grid-template-columns: 92px 1fr; gap: 14px; }
  .cr-cart-line-total { grid-column: 2; }
  .cr-cart-actions { justify-content:stretch; }
  .cr-cart-actions .cr-button { flex:1; }
  .cr-order-row { grid-template-columns:1fr; gap:3px; }
}

/* =========================================================
   PRODUCT PAGE — REFERENCE LAYOUT, CRYSTAL REMADE COLORS
   ========================================================= */
.cr-product-page{padding-top:48px;padding-bottom:72px}
.cr-product-detail{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:54px;align-items:start}
.cr-product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.cr-product-gallery-item{display:block;width:100%;padding:0;border:0;background:#ECEAE4;overflow:hidden;cursor:pointer;border-radius:18px}
.cr-product-gallery-item img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.cr-product-gallery-item:first-child{grid-column:1 / -1}
.cr-product-gallery-item.is-selected{outline:2px solid var(--cr-blue);outline-offset:-2px}
.cr-product-info{position:sticky;top:24px;padding:6px 0 0}
.cr-product-title{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#71899B !important;font-size:clamp(38px,5vw,62px);line-height:1.04;margin:8px 0 12px}
.cr-product-price-large{font-size:22px;font-weight:700;color:#71899B !important;margin-bottom:24px}
.cr-product-description{font-size:17px;line-height:1.6;color:#1F2F3A !important;margin-bottom:28px}
.cr-product-description p{margin:0 0 18px}
.cr-product-form{display:grid;gap:10px;margin:0 0 32px}
.cr-product-form label{font-weight:700;color:#71899B !important;margin-top:6px}
.cr-product-form select{width:100%;min-height:50px;padding:11px 14px;border:1px solid var(--cr-border);border-radius:8px;background:#fff;color:#1F2F3A !important}
.cr-product-add{width:100%;min-height:52px;margin-top:8px;font-weight:700;text-transform:lowercase}
.cr-product-details,.cr-product-reviews-block{border-top:1px solid var(--cr-border);padding-top:24px;margin-top:26px}
.cr-product-details h2,.cr-product-reviews-block h2{font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:400;color:#71899B !important;margin:0 0 12px}
.cr-product-details p,.cr-product-reviews-block p{color:#1F2F3A !important}
.cr-product-review-stars{color:#71899B !important;letter-spacing:.12em;font-size:22px;font-weight:700}

/* Footer links remain horizontal rather than stacked */
.cr-footer-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:30px 48px;max-width:1180px}
.cr-footer-brand{flex:1 1 100%;max-width:620px}
.cr-footer-group{display:flex;align-items:baseline;gap:18px;flex:0 1 auto;min-width:0}
.cr-footer-group strong{white-space:nowrap;color:#71899B !important}
.cr-footer-links{display:flex;flex-wrap:wrap;gap:8px 20px}
.cr-footer a{display:inline-block;margin:0;color:#1F2F3A !important}
.cr-footer a:hover{color:#71899B !important}

@media(max-width:900px){
  .cr-product-detail{grid-template-columns:1fr;gap:34px}
  .cr-product-info{position:static}
  .cr-product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cr-product-gallery-item:first-child{grid-column:1 / -1}
}
@media(max-width:560px){
  .cr-product-page{padding:30px 16px 52px}
  .cr-product-detail{gap:28px}
  .cr-product-gallery{gap:8px}
  .cr-product-gallery-item img{aspect-ratio:1/1.08}
  .cr-product-gallery-item:first-child img{aspect-ratio:4/5}
  .cr-product-title{font-size:42px}
  .cr-product-price-large{font-size:20px}
  .cr-product-description{font-size:16px}
  .cr-footer-grid{gap:24px 20px}
  .cr-footer-brand{flex-basis:100%}
  .cr-footer-group{flex:1 1 100%;align-items:flex-start;gap:14px}
  .cr-footer-links{gap:8px 16px}
}

/* Latest drop: same soft green used across the storefront */
.cr-latest-drop{
  background:#EEF1EB !important;
}
.cr-latest-drop .cr-store-eyebrow{color:#71899B !important;}
.cr-latest-drop .cr-store-title{color:#71899B !important;}
.cr-latest-drop .cr-store-copy{color:#1F2F3A !important;}
.cr-latest-drop-button-wrap{margin-top:24px; margin-bottom:30px;}
.cr-latest-drop-button-top{margin-top:24px;}

/* White pill buttons with Crystal ReMade dusty-blue text */
.cr-button--white-blue{
  background:#fff !important;
  color:#71899B !important;
  border:1px solid #fff !important;
  box-shadow:0 2px 10px rgba(31,47,58,.06);
}
.cr-button--white-blue:hover{
  background:#fff !important;
  color:#71899B !important;
  border-color:#fff !important;
  transform:translateY(-1px);
}
.cr-custom-order-section .cr-button--white-blue{
  color:#71899B !important;
}


/* =========================================================
   CRYSTAL REMADE — FOOTER + PRODUCT PURCHASE EXPERIENCE
   ========================================================= */
.cr-footer{padding:58px 5% 34px;background:#EEF1EB !important;border-top:1px solid rgba(31,47,58,.14);text-align:center}
.cr-footer-inner{max-width:1180px;margin:0 auto}
.cr-footer-social{display:flex;justify-content:center;align-items:center;gap:34px;margin-bottom:52px}
.cr-footer-social a,.cr-footer-social span{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#71899B !important;text-decoration:none}
.cr-footer-social svg{width:30px;height:30px;fill:currentColor;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.cr-footer-social a:hover{color:#71899B !important}
.cr-footer-country{padding:42px 0;border-top:1px solid rgba(31,47,58,.12);border-bottom:1px solid rgba(31,47,58,.12)}
.cr-footer-country label{display:block;text-align:left;max-width:590px;margin:0 auto 12px;color:#1F2F3A !important;font-size:16px}
.cr-footer-country select{display:block;width:min(100%,590px);margin:0 auto;min-height:58px;padding:12px 18px;border:1px solid rgba(31,47,58,.38);border-radius:0;background:#fff;color:#1F2F3A !important;font-size:17px}
.cr-footer-bottom{padding-top:28px}
.cr-footer-copyright{margin:0 0 20px;color:#1F2F3A !important;font-size:15px;letter-spacing:.04em}
.cr-footer-policy-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px 18px}
.cr-footer-policy-links a{display:inline-block;margin:0;color:#1F2F3A !important;text-decoration:none;font-size:15px}
.cr-footer-policy-links a:hover{color:#71899B !important}
.cr-footer-policy-links .cr-footer-dot{color:#1F2F3A !important}
.cr-footer-brand,.cr-footer-grid{display:none !important}

.cr-product-shipping{margin:-12px 0 22px;color:#1F2F3A !important;font-size:15px;text-decoration:underline;text-underline-offset:3px}
.cr-product-quantity{display:flex;flex-direction:column;gap:8px;margin:0 0 14px}
.cr-product-quantity label{font-weight:400 !important;color:#1F2F3A !important;margin:0 !important}
.cr-product-quantity input{width:120px;min-height:50px;padding:10px 14px;border:1px solid rgba(31,47,58,.32);border-radius:0;background:#fff;color:#1F2F3A !important;font-size:18px}
.cr-product-payment{margin:10px 0 28px}
.cr-product-payment .shopify-payment-button{margin-top:10px}
.cr-product-payment .shopify-payment-button__button{min-height:52px;border-radius:0 !important}
.cr-product-purchase-note{margin:4px 0 30px;padding:24px 0;border-top:1px solid var(--cr-border);border-bottom:1px solid var(--cr-border);font-size:17px;line-height:1.65;color:#1F2F3A !important}
.cr-product-description.cr-clean-description{margin-top:0}
.cr-product-description.cr-clean-description > p:first-child:empty{display:none}

/* Keep all product-page bold labels dusty blue while body copy stays navy. */
.cr-product-page strong,.cr-product-page b{color:#71899B !important}

@media(max-width:560px){
  .cr-footer{padding:48px 18px 28px}
  .cr-footer-social{gap:24px;margin-bottom:38px}
  .cr-footer-country{padding:32px 0}
  .cr-footer-country select{font-size:16px}
  .cr-footer-policy-links{gap:8px 12px}
  .cr-footer-policy-links a,.cr-footer-copyright{font-size:14px}
  .cr-product-shipping{font-size:14px}
  .cr-product-purchase-note{font-size:16px}
}


/* =========================================================
   FINAL BRAND TYPOGRAPHY + GREEN BORDER PASS
   ========================================================= */
:root{--cr-logo-font:"Cormorant Garamond",Georgia,"Times New Roman",serif;}

/* Visible brand name uses the same elegant serif treatment as the logo. */
.cr-brand-name,
.cr-brand-name *{
  font-family:var(--cr-logo-font) !important;
  font-weight:500 !important;
  letter-spacing:.01em;
}
.cr-brand-name{color:#71899B !important;}
.cr-brand-remade{
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72em;
  white-space:nowrap;
}

/* The hero phrase follows the Crystal logo's serif character. */
.cr-slide-content .cr-title,
.cr-customer-title,
.cr-store-title,
.cr-h2,
.cr-product-title,
.cr-product-details h2,
.cr-product-reviews-block h2{
  font-family:var(--cr-logo-font) !important;
}

/* Contact is now a soft-green bordered card, matching the custom-order treatment. */
.cr-contact-page .cr-customer-card{
  background:#EEF1EB !important;
  border:1px solid rgba(31,47,58,.16) !important;
  border-radius:18px;
}

/* Every green/sage area gets the same subtle border treatment. */
.cr-latest-drop,
.cr-drop-list,
.cr-store-review-wrap,
.cr-store-newsletter,
.cr-custom-order-section,
.cr-custom-order,
.cr-email-signup,
.cr-contact-page,
.cr-green-section{
  border:1px solid rgba(31,47,58,.16) !important;
}
.cr-latest-drop,
.cr-drop-list,
.cr-store-review-wrap,
.cr-store-newsletter,
.cr-custom-order-section,
.cr-custom-order,
.cr-email-signup,
.cr-green-section{
  border-radius:18px;
  margin:18px 5%;
}
.cr-footer{
  border-top:1px solid rgba(31,47,58,.16) !important;
  border-bottom:1px solid rgba(31,47,58,.16) !important;
}

/* The one-click account gateway keeps the same white pill/dusty-blue treatment. */
.cr-account-gateway-actions .cr-button{min-width:150px;}

@media(max-width:560px){
  .cr-latest-drop,
  .cr-drop-list,
  .cr-store-review-wrap,
  .cr-store-newsletter,
  .cr-custom-order-section,
  .cr-custom-order,
  .cr-email-signup,
  .cr-contact-page,
  .cr-green-section{margin-left:12px;margin-right:12px;border-radius:16px;}
  .cr-account-gateway-actions{display:grid;grid-template-columns:1fr;}
  .cr-account-gateway-actions .cr-button{width:100%;}
}


/* =========================================================
   FINAL REQUESTED STOREFRONT PASS — GREEN CARDS / BRAND / PRODUCT UI
   ========================================================= */
:root{
  --cr-green:#EEF1EB;
  --cr-dusty:#71899B;
  --cr-dark:#1F2F3A;
}

/* Brand treatment: Crystal follows the logo's elegant serif; REMADE is uppercase. */
.cr-brand-name,
.cr-brand-name *{
  font-family:var(--cr-logo-font) !important;
  color:var(--cr-dusty) !important;
  font-weight:500 !important;
}
.cr-brand-remade{
  text-transform:uppercase !important;
  letter-spacing:.18em !important;
}

/* Hero typography uses the same logo-style serif. */
.cr-slide-content .cr-title{
  font-family:var(--cr-logo-font) !important;
  color:var(--cr-dusty) !important;
  -webkit-text-stroke:1.15px #fff;
  text-shadow:0 2px 10px rgba(255,255,255,.72),0 3px 14px rgba(31,47,58,.18);
}

/* All requested green areas use one consistent color, border and rounded edge. */
.cr-latest-drop,
.cr-contact-page,
.cr-store-review-wrap,
.cr-store-newsletter,
.cr-custom-order-section,
.cr-custom-order,
.cr-email-signup,
.cr-green-section,
.cr-footer{
  background:var(--cr-green) !important;
  border:1px solid rgba(31,47,58,.16) !important;
  border-radius:18px !important;
}

.cr-latest-drop,
.cr-contact-page,
.cr-store-review-wrap,
.cr-store-newsletter,
.cr-email-signup{
  margin:18px 5%;
}

/* Custom-order card should sit cleanly inside the same green container. */
.cr-custom-order-section{
  margin:18px 5%;
  padding:18px !important;
  overflow:hidden;
}
.cr-custom-order-section .cr-store-feature{
  border:0 !important;
  border-radius:12px !important;
  overflow:hidden;
}
.cr-custom-order-section .cr-store-feature-copy{
  background:var(--cr-green) !important;
}

/* Contact page: heading is simply Get in touch. */
.cr-contact-page .cr-customer-card{
  background:var(--cr-green) !important;
  border:0 !important;
  box-shadow:none !important;
}
.cr-contact-page .cr-customer-title{
  color:var(--cr-dusty) !important;
  text-transform:none !important;
}

/* Product purchase button: white pill with dusty-blue text. */
.cr-product-add{
  background:#fff !important;
  color:var(--cr-dusty) !important;
  border:1px solid #fff !important;
  border-radius:999px !important;
  box-shadow:0 2px 10px rgba(31,47,58,.06);
  text-transform:none !important;
}
.cr-product-add:hover:not(:disabled){
  background:#fff !important;
  color:var(--cr-dusty) !important;
  border-color:#fff !important;
}

/* Payment options remain available below Add to cart. */
.cr-product-payment{margin:10px 0 28px;}
.cr-product-payment .shopify-payment-button__button{
  border-radius:999px !important;
  min-height:52px;
}

/* Sizing warning, Details and Reviews become matching green cards. */
.cr-product-purchase-note,
.cr-product-details,
.cr-product-reviews-block{
  background:var(--cr-green) !important;
  border:1px solid rgba(31,47,58,.16) !important;
  border-radius:18px !important;
  padding:26px !important;
  margin:18px 0 !important;
}
.cr-product-details,
.cr-product-reviews-block{
  border-top:1px solid rgba(31,47,58,.16) !important;
}
.cr-product-details h2,
.cr-product-reviews-block h2{
  color:var(--cr-dusty) !important;
}

/* Footer is one green rounded container; links remain horizontal and wrap naturally. */
.cr-footer{
  margin:18px 5% !important;
  padding:48px 5% 32px !important;
  overflow:hidden;
}
.cr-footer-inner{max-width:1180px;margin:0 auto;}
.cr-footer-policy-links{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:7px 18px !important;
}
.cr-footer-policy-links a{display:inline-block !important;margin:0 !important;}

/* Keep multiple product images visible in the gallery. */
.cr-product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.cr-product-gallery-item{display:block;width:100%;}
.cr-product-gallery-item:first-child{grid-column:1 / -1;}

@media(max-width:560px){
  .cr-latest-drop,
  .cr-contact-page,
  .cr-store-review-wrap,
  .cr-store-newsletter,
  .cr-email-signup,
  .cr-footer{margin-left:12px !important;margin-right:12px !important;border-radius:16px !important;}
  .cr-custom-order-section{margin-left:12px !important;margin-right:12px !important;padding:12px !important;border-radius:16px !important;}
  .cr-product-purchase-note,
  .cr-product-details,
  .cr-product-reviews-block{border-radius:16px !important;padding:22px !important;}
  .cr-footer{padding:40px 18px 28px !important;}
  .cr-footer-policy-links{gap:8px 12px !important;}
}

.cr-product-add,.cr-button--white-blue{color:#7d98aa!important;} .cr-product-purchase-note,.cr-product-details,.cr-product-reviews-block{background:#dfe4df;border-radius:22px;padding:24px;} .cr-you-may-like{margin-top:40px;}

/* Custom order feature: center the copy and button like the other green sections. */
.cr-custom-order-section .cr-store-feature-copy{
  justify-content:center !important;
  text-align:center !important;
}
.cr-custom-order-section .cr-custom-order-copy{
  width:100%;
  max-width:680px;
  margin:0 auto;
}
.cr-custom-order-section .cr-custom-order-copy p{
  max-width:620px;
  margin:0 auto 24px;
}
.cr-custom-order-section .cr-custom-order-copy .cr-button{
  margin-left:auto;
  margin-right:auto;
}

/* Product purchase buttons use the same white pill treatment with dusty-blue text. */
.cr-product-add{
  background:#fff !important;
  color:#71899B !important;
  border-color:#fff !important;
}


/* FINAL REQUESTED FIXES — LATEST DROP / ANNOUNCEMENT / PRODUCT UI */
.cr-announcement{
  background:var(--cr-cream) !important;
  color:var(--cr-dusty) !important;
  border-bottom:1px solid rgba(31,47,58,.10);
}
.cr-latest-drop .cr-store-heading{
  padding-top:12px;
}
.cr-latest-drop .cr-store-eyebrow{
  margin-bottom:18px !important;
}
.cr-latest-drop .cr-store-title{
  margin-top:0 !important;
}
/* Thin white frame around the hero image. */
.cr-hero{
  border:3px solid #fff !important;
}
/* Product price uses the site's dark navy. */
.cr-product-price-large{
  color:#1F2F3A !important;
}
/* Add-to-cart keeps the white pill with dusty-blue lettering. */
.cr-product-add{
  color:#71899B !important;
  background:#fff !important;
  border:1px solid #fff !important;
  border-radius:999px !important;
}
/* Quantity field matches the site's rounded bubbles. */
.cr-product-quantity input{
  border-radius:999px !important;
  border:1px solid rgba(31,47,58,.20) !important;
  background:#fff !important;
}


/* PASS 4 — requested final product/custom-page adjustments */
.cr-announcement{
  color:var(--cr-dusty) !important;
}

/* Custom copy exactly as requested. */
.cr-custom-order-copy p,
.cr-feature-copy p{
  color:#1F2F3A !important;
}

/* Shorter Add to cart pill, slightly larger dusty-blue text. */
.cr-product-add{
  width:auto !important;
  min-width:190px !important;
  max-width:220px !important;
  min-height:48px !important;
  padding:11px 24px !important;
  margin-top:8px !important;
  justify-self:start !important;
  font-size:16px !important;
  line-height:1.2 !important;
  color:var(--cr-dusty) !important;
  background:#fff !important;
  border:1px solid #fff !important;
  border-radius:999px !important;
}

/* Center Details and Reviews content inside their matching green cards. */
.cr-product-details,
.cr-product-reviews-block{
  text-align:center !important;
}
.cr-product-details h2,
.cr-product-reviews-block h2{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.cr-product-details p,
.cr-product-reviews-block p,
.cr-product-review-stars{
  text-align:center !important;
}

/* Omit the entire product-description paragraph/content in the white area. */
.cr-product-description.cr-clean-description{
  display:block !important;
}


/* FINAL PRODUCT PAGE PASS — ONE-OF-A-KIND LABEL / CENTERED ADD TO CART / SHARE ICON */
.cr-product-info > .cr-eyebrow{
  color:#1F2F3A !important;
}
.cr-product-add{
  margin-left:auto !important;
  margin-right:auto !important;
  justify-self:center !important;
}
.cr-product-share-top{
  width:100%;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin:0 0 8px;
}
.cr-product-share-icon{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  background:transparent;
  color:var(--cr-dusty) !important;
  cursor:pointer;
}
.cr-product-share-icon svg{
  width:22px;
  height:22px;
  display:block;
}
@media (max-width: 749px){
  .cr-product-share-top{
    margin-top:-2px;
    margin-bottom:10px;
  }
}


/* FINAL PASS — remove the duplicate share bubble between product sections. */
.cr-product-share{display:none !important;}

/* Product add-to-cart: centered white pill with dusty-blue text. */
.cr-product-add{
  color:#71899B !important;
  background:#fff !important;
  border:2px solid #71899B !important;
  border-radius:999px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  justify-self:center !important;
}

/* Shop heading sits higher so the collection title is visually centered. */
.cr-section > .cr-narrow > .cr-center:has(.cr-title){
  margin-top:-28px !important;
}

/* Sold-out labels stay on the product photo with Crystal ReMade dusty-blue fill and white text. */
.cr-badge,
.cr-store-badge{
  position:absolute !important;
  left:12px !important;
  top:12px !important;
  z-index:2 !important;
  background:#71899B !important;
  color:#fff !important;
  border:1px solid #71899B !important;
  border-radius:999px !important;
  padding:8px 14px !important;
  font-size:11px !important;
  line-height:1 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  box-shadow:0 2px 8px rgba(31,47,58,.08);
}

/* FINAL PASS — sold-out add-to-cart text + share icon colors. */
.cr-product-add,
.cr-product-add:disabled,
.cr-product-add[disabled]{
  color:#71899B !important;
}
.cr-product-share-icon,
.cr-product-share-icon:visited{
  color:#1F2F3A !important;
}
.cr-product-share-icon svg{
  color:#1F2F3A !important;
  stroke:currentColor !important;
}

/* FINAL PASS — Add to cart outline matches the quantity bubble. */
.cr-product-add{
  border:1px solid rgba(31,47,58,.20) !important;
}

/* FINAL PASS — Search and currency controls match the site's rounded bubbles. */
form[action*="/search"] input[type="search"],
form[action="/search"] input[type="text"],
form[action*="/search"] input[name="q"]{
  min-height:48px !important;
  padding:10px 18px !important;
  border:1px solid rgba(31,47,58,.20) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#1F2F3A !important;
  font-size:16px !important;
  outline:none !important;
}
form[action*="/search"] input[type="search"]:focus,
form[action="/search"] input[type="text"]:focus,
form[action*="/search"] input[name="q"]:focus{
  border-color:rgba(31,47,58,.30) !important;
  box-shadow:0 0 0 2px rgba(113,137,155,.10) !important;
}
form[action*="/search"] button,
form[action="/search"] button,
form[action*="/search"] input[type="submit"]{
  min-height:48px !important;
  padding:10px 24px !important;
  border:1px solid rgba(31,47,58,.20) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#71899B !important;
  font-size:16px !important;
  cursor:pointer;
}
form[action*="/search"] button:hover,
form[action="/search"] button:hover,
form[action*="/search"] input[type="submit"]:hover{
  background:#fff !important;
  color:#71899B !important;
  border-color:rgba(31,47,58,.30) !important;
}
.cr-footer-country select{
  min-height:58px !important;
  padding:12px 18px !important;
  border:1px solid rgba(31,47,58,.20) !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#1F2F3A !important;
  font-size:17px !important;
  outline:none !important;
}
.cr-footer-country select:focus{
  border-color:rgba(31,47,58,.30) !important;
  box-shadow:0 0 0 2px rgba(113,137,155,.10) !important;
}

/* FINAL PASS — rounded hero frame + homepage About Me section */
.cr-hero{
  border-radius:18px !important;
  overflow:hidden !important;
}
.cr-about-me{
  background:var(--cr-green, #EEF1EB) !important;
  border-radius:18px !important;
  text-align:center !important;
}
.cr-about-me .cr-eyebrow{
  color:#1F2F3A !important;
}
.cr-about-me .cr-h2{
  color:#71899B !important;
}
.cr-about-me-copy{
  max-width:700px;
  margin:0 auto;
  color:#1F2F3A !important;
  font-size:17px;
}
@media(max-width:560px){
  .cr-hero{border-radius:16px !important;}
  .cr-about-me{margin-left:12px !important;margin-right:12px !important;border-radius:16px !important;}
}


/* FINAL PASS 11 — homepage content cleanup and hero sizing */
/* Hero frame matches the width and rounded-card treatment of the green sections. */
.cr-hero{
  margin:18px 5% !important;
  border:1px solid rgba(255,255,255,.95) !important;
  border-radius:18px !important;
  overflow:hidden !important;
}
.cr-slide-content .cr-title{
  color:#fff !important;
  -webkit-text-stroke:1px #1F2F3A !important;
  text-shadow:none !important;
}
/* The requested text is a single phrase; keep it readable on every slide. */
.cr-slide-content .cr-title br{display:none !important;}

/* Reviews heading is centered with five stars directly underneath. */
.cr-store-review-wrap .cr-store-heading{text-align:center !important;}
.cr-reviews-heading-stars{
  color:#71899B !important;
  letter-spacing:.16em !important;
  font-size:20px !important;
  margin-top:2px !important;
}

/* About Me uses only the requested heading and copy; no small eyebrow. */
.cr-about-me .cr-h2{margin-top:0 !important;}
/* About Me portrait */
.cr-about-me-photo-wrap{
  display:flex;
  justify-content:center;
  margin-top:24px;
}
.cr-about-me-photo{
  display:block;
  width:120px;
  height:150px;
  object-fit:cover;
  border-radius:14px;
  border:1px solid rgba(31,47,58,.16);
}
@media(max-width:560px){
  .cr-about-me-photo{
    width:105px;
    height:138px;
  }
}


@media(max-width:560px){
  .cr-hero{margin:12px !important;border-radius:16px !important;}
}

/* FINAL PASS 18 — hero title layout matches the provided reference */
.cr-slide-content .cr-title{
  font-family:var(--cr-logo-font) !important;
  font-weight:500 !important;
  letter-spacing:-.025em !important;
  line-height:.9 !important;
  color:#fff !important;
  -webkit-text-stroke:1px #1F2F3A !important;
  text-shadow:none !important;
  margin-bottom:22px !important;
}
.cr-slide-content .cr-title span{
  display:block;
}
.cr-hero-divider{
  width:min(520px,68%);
  margin:0 auto 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}
.cr-hero-divider span{
  height:1px;
  background:rgba(255,255,255,.9);
  flex:1;
}
.cr-hero-divider i{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#fff;
  flex:0 0 10px;
}
@media(max-width:560px){
  .cr-slide-content .cr-title{font-size:clamp(48px,14vw,76px) !important;}
  .cr-hero-divider{width:68%;margin-bottom:24px;}
}

/* Hero styling to match the supplied reference */
.cr-slide-content {
  max-width: 980px;
  padding: 70px 25px 72px;
}
.cr-slide-content .cr-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 92px);
  line-height: .98;
  margin: 0 auto;
  color: #fff !important;
  -webkit-text-stroke: 1px #1F2F3A;
  text-shadow: none;
  font-weight: 400;
  max-width: 900px;
}
.cr-hero-divider {
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 760px;
  margin: 42px auto 28px;
}
.cr-hero-divider::before,
.cr-hero-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255,255,255,.9);
}
.cr-hero-divider span {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(31,47,58,.45);
}
.cr-hero-subtitle {
  margin: 0 auto 44px;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(15px, 2vw, 22px);
  line-height: 1.2;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 400;
}
.cr-slide-content .cr-button--light {
  min-height: 64px;
  min-width: min(90%, 720px);
  padding: 16px 42px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #fff;
  color: #38434A !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.8vw, 20px);
  letter-spacing: .14em;
  text-transform: uppercase;
}
@media(max-width:560px){
  .cr-slide-content { padding: 55px 18px 58px; }
  .cr-slide-content .cr-title { font-size: clamp(44px, 13vw, 66px); }
  .cr-hero-divider { margin: 30px auto 22px; gap: 12px; }
  .cr-hero-divider span { width: 10px; height: 10px; flex-basis: 10px; }
  .cr-hero-subtitle { font-size: 13px; letter-spacing: .16em; margin-bottom: 32px; }
  .cr-slide-content .cr-button--light { min-height: 56px; padding: 14px 28px; font-size: 13px; letter-spacing: .11em; }
}

/* FINAL PASS 20 — hero colors + misty text backdrop */
.cr-slide-content{
  position:relative;
  isolation:isolate;
}
.cr-slide-content::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:18%;
  transform:translateX(-50%);
  width:min(92%, 900px);
  height:54%;
  background:radial-gradient(ellipse at center,
    rgba(255,255,255,.72) 0%,
    rgba(255,255,255,.58) 34%,
    rgba(255,255,255,.34) 55%,
    rgba(255,255,255,0) 78%);
  filter:blur(10px);
  pointer-events:none;
}
.cr-slide-content .cr-title{
  -webkit-text-stroke:0 !important;
  text-shadow:none !important;
  color:#71899B !important;
}
.cr-hero-divider{
  width:min(520px,62%) !important;
}
.cr-hero-divider::before,
.cr-hero-divider::after{
  background:#71899B !important;
}
.cr-hero-divider span,
.cr-hero-divider i{
  display:none !important;
}
.cr-hero-subtitle{
  color:#71899B !important;
}
.cr-slide-content .cr-button--light{
  color:#71899B !important;
}

/* FINAL PASS 21 — hero title sizing, logo-style lines, and expanded mist */
.cr-slide-content .cr-title{
  font-family:var(--cr-logo-font) !important;
  font-size:clamp(42px,6.6vw,72px) !important;
  line-height:.96 !important;
  margin:0 auto !important;
  color:#71899B !important;
  -webkit-text-stroke:0 !important;
  text-shadow:none !important;
  max-width:900px !important;
}
.cr-slide-content .cr-title-top,
.cr-slide-content .cr-title-designs{
  display:block !important;
}
.cr-slide-content .cr-title-designs{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:18px !important;
  margin-top:2px !important;
}
.cr-slide-content .cr-title-designs b{
  font:inherit !important;
  font-weight:400 !important;
  color:#71899B !important;
  white-space:nowrap !important;
}
.cr-slide-content .cr-title-designs i{
  display:block !important;
  width:clamp(70px,14vw,150px) !important;
  height:1px !important;
  background:#71899B !important;
  flex:0 1 auto !important;
}
/* The old divider is no longer needed; the lines now sit beside “designs”. */
.cr-slide-content .cr-hero-divider{
  display:none !important;
}
.cr-slide-content::before{
  left:50% !important;
  top:8% !important;
  width:min(110%,1100px) !important;
  height:72% !important;
  background:radial-gradient(ellipse at center,
    rgba(255,255,255,.88) 0%,
    rgba(255,255,255,.78) 30%,
    rgba(255,255,255,.58) 52%,
    rgba(255,255,255,.30) 68%,
    rgba(255,255,255,0) 88%) !important;
  filter:blur(14px) !important;
}
@media(max-width:560px){
  .cr-slide-content .cr-title{font-size:clamp(38px,11.5vw,58px) !important;}
  .cr-slide-content .cr-title-designs{gap:10px !important;}
  .cr-slide-content .cr-title-designs i{width:clamp(42px,12vw,80px) !important;}
  .cr-slide-content::before{width:120% !important;height:76% !important;top:6% !important;}
}

/* FINAL PASS 23 — hero title/subtitle spacing, dusty-blue text, and readable mist */
.cr-slide-content{
  position:relative !important;
  isolation:isolate !important;
}
.cr-slide-content .cr-title{
  color:#71899B !important;
  font-family:var(--cr-logo-font) !important;
  font-size:clamp(40px,5.4vw,62px) !important;
  line-height:.96 !important;
  font-weight:400 !important;
  letter-spacing:-.02em !important;
  margin:0 auto !important;
  -webkit-text-stroke:0 !important;
  text-shadow:none !important;
}
.cr-slide-content .cr-title-top,
.cr-slide-content .cr-title-designs{
  display:block !important;
}
.cr-slide-content .cr-title-designs{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  margin-top:2px !important;
}
.cr-slide-content .cr-title-designs b{
  color:#71899B !important;
  font:inherit !important;
  font-weight:400 !important;
  white-space:nowrap !important;
}
.cr-slide-content .cr-title-designs i{
  display:block !important;
  width:clamp(55px,10vw,110px) !important;
  height:1px !important;
  background:#71899B !important;
  flex:0 1 auto !important;
}
.cr-slide-content .cr-hero-divider{
  display:none !important;
}
.cr-slide-content .cr-hero-subtitle{
  color:#71899B !important;
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:clamp(13px,1.8vw,20px) !important;
  line-height:1.2 !important;
  letter-spacing:.18em !important;
  margin:22px auto 34px !important;
  position:relative !important;
  z-index:1 !important;
}
.cr-slide-content::before{
  content:"" !important;
  position:absolute !important;
  z-index:-1 !important;
  left:50% !important;
  top:5% !important;
  transform:translateX(-50%) !important;
  width:min(120%,1100px) !important;
  height:82% !important;
  background:radial-gradient(ellipse at center,
    rgba(255,255,255,.94) 0%,
    rgba(255,255,255,.86) 30%,
    rgba(255,255,255,.68) 52%,
    rgba(255,255,255,.38) 70%,
    rgba(255,255,255,0) 90%) !important;
  filter:blur(14px) !important;
  pointer-events:none !important;
}
@media(max-width:560px){
  .cr-slide-content{
    padding:50px 18px 64px !important;
  }
  .cr-slide-content .cr-title{
    font-size:clamp(34px,10.5vw,52px) !important;
    line-height:.95 !important;
  }
  .cr-slide-content .cr-title-designs{
    gap:9px !important;
    margin-top:3px !important;
  }
  .cr-slide-content .cr-title-designs i{
    width:clamp(38px,11vw,72px) !important;
  }
  .cr-slide-content .cr-hero-subtitle{
    font-size:12px !important;
    letter-spacing:.14em !important;
    margin:24px auto 32px !important;
  }
  .cr-slide-content::before{
    top:2% !important;
    width:125% !important;
    height:86% !important;
  }
}

/* FINAL PASS 24 — hero text dusty-blue color */
.cr-slide-content .cr-title,
.cr-slide-content .cr-title-top,
.cr-slide-content .cr-title-designs,
.cr-slide-content .cr-title-designs b,
.cr-slide-content .cr-hero-subtitle{
  color:#71899B !important;
}
.cr-slide-content .cr-title-designs i{
  background:#71899B !important;
}


/* FINAL PASS 25 — extend the mist beyond all hero text */
.cr-slide-content::before{
  top:-2% !important;
  width:min(132%,1200px) !important;
  height:98% !important;
  background:radial-gradient(ellipse at center,
    rgba(255,255,255,.97) 0%,
    rgba(255,255,255,.91) 34%,
    rgba(255,255,255,.76) 56%,
    rgba(255,255,255,.46) 76%,
    rgba(255,255,255,0) 98%) !important;
}
@media(max-width:560px){
  .cr-slide-content::before{
    top:-4% !important;
    width:142% !important;
    height:104% !important;
  }
}


/* Shipping Policy page — centered, standalone layout */
.cr-shipping-policy-page {
  text-align: center !important;
  padding-top: 60px;
  padding-bottom: 70px;
}
.cr-shipping-policy-content {
  max-width: 780px;
  margin: 0 auto;
  padding: 42px 34px;
  background: #FFFFFF;
  border: 1px solid var(--cr-border);
  border-radius: 18px;
  text-align: center !important;
}
.cr-shipping-policy-content .cr-store-title,
.cr-shipping-policy-content .cr-shipping-policy-body,
.cr-shipping-policy-content .cr-shipping-policy-body p {
  text-align: center !important;
}
.cr-shipping-policy-text-section {
  margin-top: 28px;
  padding: 30px 32px;
  background: rgba(255,255,255,.82);
  border: 1px solid var(--cr-border);
  border-radius: 14px;
}
.cr-shipping-policy-body {
  margin-top: 0;
  color: #1F2F3A;
  font-size: 16px;
  line-height: 1.75;
}
.cr-shipping-policy-body p {
  margin: 0 0 22px;
  color: #1F2F3A !important;
}
.cr-shipping-policy-body p:last-child { margin-bottom: 0; }

/* Keep the Shipping Policy page standalone; no custom-order feature/button appears here. */
body:has(.cr-shipping-policy-page) .cr-custom-order-section,
body:has(.cr-shipping-policy-page) .cr-custom-order,
body:has(.cr-shipping-policy-page) .cr-custom-order-copy {
  display: none !important;
}

@media (max-width: 560px) {
  .cr-shipping-policy-page {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .cr-shipping-policy-content {
    padding: 30px 22px;
  }
  .cr-shipping-policy-text-section {
    margin-top: 22px;
    padding: 24px 20px;
  }
  .cr-shipping-policy-body {
    font-size: 15px;
    line-height: 1.7;
  }
}


/* PASS 32 — SHIPPING POLICY + FOOTER SOCIAL ICONS */
.cr-shipping-policy-page {
  background: #EEF1EB !important;
  border-radius: 18px !important;
  max-width: 1180px;
  margin: 60px auto 70px !important;
  padding: 58px 5% 70px !important;
  text-align: center !important;
}
.cr-shipping-policy-content {
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center !important;
}
.cr-shipping-policy-text-section {
  margin-top: 28px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: center !important;
}
.cr-shipping-policy-body,
.cr-shipping-policy-body p {
  text-align: center !important;
  color: #1F2F3A !important;
}
.cr-footer-social {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: nowrap;
  gap: 28px !important;
  margin: 0 0 42px !important;
}
.cr-footer-social a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  height: 34px !important;
}
.cr-footer-social svg {
  width: 28px !important;
  height: 28px !important;
}
@media(max-width:560px){
  .cr-shipping-policy-page {
    margin: 35px 18px 45px !important;
    padding: 42px 22px 48px !important;
    border-radius: 18px !important;
  }
  .cr-footer-social { gap: 18px !important; margin-bottom: 32px !important; }
  .cr-footer-social a { width: 30px !important; height: 30px !important; }
  .cr-footer-social svg { width: 25px !important; height: 25px !important; }
}

/* PASS 34 — Collection page: matching rounded soft-green content area */
.cr-collection-page {
  background: var(--cr-green, #EEF1EB) !important;
  border-radius: 18px !important;
  max-width: 1180px;
  margin: 60px auto 70px !important;
  padding: 58px 5% 70px !important;
  text-align: center !important;
}
.cr-collection-content {
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}
.cr-collection-content .cr-store-eyebrow,
.cr-collection-content .cr-store-title,
.cr-collection-text,
.cr-collection-text p {
  text-align: center !important;
}
.cr-collection-text {
  margin-top: 28px !important;
  color: #1F2F3A !important;
  font-size: 16px;
  line-height: 1.75;
}
.cr-collection-text p {
  margin: 0 0 22px;
  color: #1F2F3A !important;
}
.cr-collection-text p:last-child { margin-bottom: 0; }
@media(max-width:560px){
  .cr-collection-page {
    margin: 35px 18px 45px !important;
    padding: 42px 22px 48px !important;
    border-radius: 18px !important;
  }
  .cr-collection-text {
    margin-top: 22px !important;
    font-size: 15px;
    line-height: 1.7;
  }
}


/* PASS 35 — SHIPPING / ACCOUNT / SOCIAL POLISH */

/* Shipping Policy: match the site's rounded sage cards.
   The green container is the only surrounding surface; no white inner bubble. */
.cr-shipping-policy-page{
  background:#EEF1EB !important;
  border:1px solid rgba(31,47,58,.16) !important;
  border-radius:18px !important;
  margin:18px 5% 40px !important;
  padding:58px 5% 68px !important;
  min-height:0 !important;
  display:block !important;
  text-align:center !important;
}
.cr-shipping-policy-content{
  max-width:820px !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  text-align:center !important;
}
.cr-shipping-policy-content .cr-store-title,
.cr-shipping-policy-text-section,
.cr-shipping-policy-body,
.cr-shipping-policy-body p{
  text-align:center !important;
}
.cr-shipping-policy-content .cr-store-title{
  color:#71899B !important;
}
.cr-shipping-policy-text-section{
  margin:28px auto 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
}
.cr-shipping-policy-body{
  max-width:700px;
  margin:0 auto !important;
  color:#1F2F3A !important;
  font-size:16px;
  line-height:1.75;
}
.cr-shipping-policy-body p{
  margin:0 auto 22px !important;
  color:#1F2F3A !important;
}
.cr-shipping-policy-body p:last-child{margin-bottom:0 !important;}

/* Sign in / Sign up: soft-green rounded area with the text directly on the green surface. */
.cr-account-gateway{
  min-height:0 !important;
  display:block !important;
  background:#EEF1EB !important;
  border:1px solid rgba(31,47,58,.16) !important;
  border-radius:18px !important;
  margin:18px 5% 40px !important;
  padding:58px 5% 70px !important;
  text-align:center !important;
}
.cr-account-gateway .cr-customer-card{
  width:min(100%,560px) !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  text-align:center !important;
}
.cr-account-gateway .cr-customer-title{
  margin:8px 0 12px !important;
  color:#71899B !important;
}
.cr-account-gateway .cr-center p{
  margin:0 auto !important;
  max-width:430px;
  text-align:center !important;
}
.cr-account-gateway-actions{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:22px !important;
  margin:30px 0 4px !important;
}
.cr-account-text-link{
  display:inline-block !important;
  color:#71899B !important;
  text-decoration:none !important;
  font-size:16px !important;
  line-height:1.4 !important;
  border:0 !important;
  background:transparent !important;
  padding:4px 8px !important;
}
.cr-account-text-link:hover{
  color:#1F2F3A !important;
  text-decoration:underline !important;
  text-underline-offset:3px;
}

/* Social icons: larger, cleaner, higher-contrast outlines for readability. */
.cr-footer-social{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  gap:20px !important;
  margin:0 auto 42px !important;
}
.cr-footer-social a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:42px !important;
  height:42px !important;
  border:1px solid rgba(31,47,58,.28) !important;
  border-radius:50% !important;
  color:#1F2F3A !important;
  background:#FFFFFF !important;
  text-decoration:none !important;
  transition:color .2s ease,border-color .2s ease,transform .2s ease;
}
.cr-footer-social a:hover{
  color:#71899B !important;
  border-color:#71899B !important;
  transform:translateY(-1px);
}
.cr-footer-social svg{
  width:23px !important;
  height:23px !important;
  fill:none;
  stroke:currentColor !important;
  stroke-width:1.9 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.cr-footer-social a:nth-child(3) svg{
  stroke-width:1.8 !important;
}
.cr-footer-social a:nth-child(3) svg path[fill]{
  fill:currentColor !important;
}
@media(max-width:560px){
  .cr-shipping-policy-page,
  .cr-account-gateway{
    margin-left:12px !important;
    margin-right:12px !important;
    border-radius:16px !important;
    padding:40px 18px 48px !important;
  }
  .cr-shipping-policy-body{
    font-size:15px;
    line-height:1.7;
  }
  .cr-account-gateway .cr-customer-card{
    padding:32px 20px !important;
    border-radius:16px !important;
  }
  .cr-footer-social{
    gap:14px !important;
    margin-bottom:34px !important;
  }
  .cr-footer-social a{
    width:40px !important;
    height:40px !important;
  }
}

/* PASS 38 — SIGN IN / SIGN UP GATEWAY
   The account gateway remains a rounded sage-green card. The large heading is
   omitted and each Sign in / Sign up option sits inside its own white bubble. */
.cr-account-gateway.cr-green-section,
section.cr-account-gateway {
  background: var(--cr-green, #EEF1EB) !important;
  border: 1px solid rgba(31,47,58,.16) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  margin: 18px 5% 40px !important;
  padding: 58px 5% 68px !important;
  min-height: 0 !important;
  display: block !important;
  text-align: center !important;
}

.cr-account-gateway.cr-green-section > .cr-customer-card,
.cr-account-gateway > .cr-customer-card {
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.cr-account-gateway .cr-center,
.cr-account-gateway .cr-center * {
  background: transparent !important;
  box-shadow: none !important;
}

.cr-account-gateway .cr-eyebrow {
  color: #526978 !important;
  margin-bottom: 8px !important;
}

/* The gateway no longer uses the large Sign in / Sign up heading. */
.cr-account-gateway .cr-customer-title {
  display: none !important;
}

.cr-account-gateway .cr-center p {
  color: #1F2F3A !important;
  max-width: 430px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.cr-account-gateway .cr-account-gateway-actions {
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  margin: 30px 0 4px !important;
}

.cr-account-gateway .cr-account-text-link {
  display: block !important;
  width: min(100%, 300px) !important;
  box-sizing: border-box !important;
  color: #71899B !important;
  background: #FFFFFF !important;
  border: 1px solid rgba(31,47,58,.10) !important;
  border-radius: 18px !important;
  box-shadow: 0 2px 8px rgba(31,47,58,.06) !important;
  padding: 15px 24px !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  text-decoration: none !important;
}

.cr-account-gateway .cr-account-text-link:hover {
  color: #71899B !important;
  background: #FFFFFF !important;
  text-decoration: none !important;
}

@media (max-width: 560px) {
  .cr-account-gateway.cr-green-section,
  section.cr-account-gateway {
    margin: 18px 12px 40px !important;
    padding: 40px 22px 48px !important;
    border-radius: 18px !important;
  }

  .cr-account-gateway.cr-green-section > .cr-customer-card,
  .cr-account-gateway > .cr-customer-card {
    padding: 0 !important;
    margin: 0 auto !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}

/* PASS 44 — Product Add to cart text */
.cr-product-page .cr-product-add,
.cr-product-page .cr-product-add:disabled,
.cr-product-page .cr-product-add[disabled]{
  color:#71899B !important;
}


/* Cart actions — dusty blue text */
.cr-cart-actions .cr-button { color: #71899B !important; }
.cr-cart-actions .cr-button * { color: #71899B !important; }


/* Cart action bubbles — subtle outline */
.cr-cart-actions .cr-button {
  border: 1px solid rgba(113,137,155,.35) !important;
}


/* Collection links: match Crystal ReMade typography and card styling. */
.cr-page-body h1,
.cr-page-body h2,
.cr-page-body h3{
  font-family:var(--cr-logo-font, Georgia, serif) !important;
  font-weight:400 !important;
  color:#71899B !important;
}
.cr-page-body ul{
  list-style:none;
  padding:0;
  margin:24px 0;
  display:grid;
  gap:12px;
}
.cr-page-body li{
  margin:0;
}
.cr-page-body li::before{content:none !important;}
.cr-page-body li a{
  display:block;
  padding:16px 20px;
  background:#EEF1EB;
  border:1px solid rgba(31,47,58,.16);
  border-radius:18px;
  color:#71899B !important;
  font-family:var(--cr-logo-font, Georgia, serif) !important;
  font-size:20px;
  font-weight:400;
  text-decoration:none !important;
  transition:transform .2s ease, background .2s ease;
}
.cr-page-body li a:hover{
  background:#F7F8F5;
  transform:translateY(-1px);
}
.cr-page-body li a::after{
  content:'View collection →';
  display:block;
  margin-top:5px;
  font-family:inherit;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#1F2F3A;
}
@media(max-width:560px){
  .cr-page-body li a{font-size:18px;padding:15px 18px;}
}

/* Sold-out product page button — match the dusty-blue sold-out bubble used on product photos. */
.cr-product-page .cr-product-add:disabled,
.cr-product-page .cr-product-add[disabled]{
  background:#71899B !important;
  color:#fff !important;
  border:1px solid #71899B !important;
  border-radius:999px !important;
  opacity:1 !important;
}

/* Per-product measurements metafield */
.cr-product-measurements{background:#dfe4df;border-radius:22px;padding:24px;margin:4px 0 26px;color:#1F2F3A!important;}
.cr-product-measurements h2{font-family:Georgia,"Times New Roman",serif;font-size:32px;font-weight:400;color:#71899B!important;margin:0 0 12px;}
.cr-product-measurements-content,.cr-product-measurements-content p,.cr-product-measurements-content li{font-size:17px;line-height:1.65;color:#1F2F3A!important;}
.cr-product-measurements-content p{margin:0 0 8px;}
.cr-product-measurements-content p:last-child{margin-bottom:0;}
@media(max-width:700px){.cr-product-measurements{padding:24px;}.cr-product-measurements h2{font-size:28px;}.cr-product-measurements-content,.cr-product-measurements-content p,.cr-product-measurements-content li{font-size:16px;}}

/* Product description — match the soft green rounded cards used throughout the product page */
.cr-product-description.cr-clean-description{
  background:#dfe4df !important;
  border-radius:22px !important;
  padding:24px !important;
  margin:4px 0 26px !important;
  color:#1F2F3A !important;
}
.cr-product-description.cr-clean-description p:last-child{
  margin-bottom:0 !important;
}

/* Product description heading */
.cr-product-description.cr-clean-description .cr-sizing-note-heading{
  font-family:Georgia,"Times New Roman",serif;
  font-size:32px;
  font-weight:400;
  line-height:1.2;
  color:#71899B !important;
  text-align:center;
  margin:0 0 18px;
}
@media(max-width:700px){
  .cr-product-description.cr-clean-description .cr-sizing-note-heading{font-size:28px;}
}


/* Product sizing card headings — match the Details heading throughout the product page. */
.cr-product-purchase-note .cr-sizing-note-heading,
.cr-product-description.cr-clean-description .cr-sizing-note-heading{
  font-family:Georgia,"Times New Roman",serif !important;
  font-size:32px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
  color:#71899B !important;
  text-align:center !important;
  margin:0 0 18px !important;
}
@media(max-width:700px){
  .cr-product-purchase-note .cr-sizing-note-heading,
  .cr-product-description.cr-clean-description .cr-sizing-note-heading{
    font-size:28px !important;
  }
}

/* FINAL SIZING CARD MATCH — use the exact Details heading scale and site green. */
.cr-product-purchase-note .cr-sizing-note-heading,
.cr-product-description.cr-clean-description .cr-sizing-note-heading{
  font-family:var(--cr-logo-font) !important;
  font-size:32px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
  color:#71899B !important;
  text-align:center !important;
  margin:0 0 12px !important;
}
.cr-product-description.cr-clean-description{
  background:var(--cr-green, #EEF1EB) !important;
  border:1px solid rgba(31,47,58,.16) !important;
}
@media(max-width:700px){
  .cr-product-purchase-note .cr-sizing-note-heading,
  .cr-product-description.cr-clean-description .cr-sizing-note-heading{
    font-size:28px !important;
  }
}

/* Slightly reduce the body copy in About This Piece to match the other product text. */
.cr-product-details p{
  font-size:17px !important;
  line-height:1.6 !important;
}

/* Smaller product image in You may also like */
.cr-you-may-like .cr-product-image{
  width:33.333%;
  max-width:180px;
  min-width:110px;
}

/* Customs cart quantity — quick update beside the quantity control */
.cr-cart-custom-controls {
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:14px;
  flex-wrap:wrap;
}
.cr-cart-custom-controls .cr-cart-quantity {
  margin-top:0;
}
.cr-cart-quick-update {
  padding:9px 16px;
  border:1px solid rgba(113,137,155,.35);
  border-radius:999px;
  background:transparent;
  color:#71899B !important;
  font:inherit;
  cursor:pointer;
}
.cr-cart-quick-update:hover {
  background:rgba(113,137,155,.08);
}
@media(max-width:560px){
  .cr-cart-custom-controls { gap:8px; }
  .cr-cart-quick-update { padding:8px 14px; }
}

/* Footer social icons — dusty blue by default, darker on hover. */
.cr-footer-social a{
  color:#71899B !important;
  border-color:rgba(113,137,155,.45) !important;
}
.cr-footer-social a:hover{
  color:#1F2F3A !important;
  border-color:#1F2F3A !important;
}


/* Latest Drop collection cards — use the same product-card Add to cart control. */
.cr-collection-add-form{margin:14px 0 0;text-align:center;}
.cr-collection-add-form .cr-product-add{margin-top:0;}
@media(max-width:560px){.cr-collection-add-form{margin-top:12px;}}

/* Latest Drop product add-to-cart pills */
.cr-latest-drop-product-link{display:block;color:#38434A;text-decoration:none;}
.cr-latest-drop-add-form{margin:14px 0 0;text-align:center;}
.cr-latest-drop-add{width:auto;min-height:44px;padding:10px 24px;cursor:pointer;font:inherit;font-size:14px;display:inline-flex;align-items:center;justify-content:center;}
.cr-latest-drop-add:disabled{opacity:.65;cursor:not-allowed;transform:none !important;}
@media(max-width:560px){.cr-latest-drop-add-form{margin-top:12px}.cr-latest-drop-add{min-height:42px;padding:9px 22px;font-size:13px;}}

/* Latest Drop bubbles: force Crystal ReMade dusty-blue text to match the rest of the site. */
.cr-latest-drop .cr-button--white-blue,
.cr-latest-drop .cr-latest-drop-add{
  color:#71899B !important;
}
.cr-latest-drop .cr-button--white-blue:hover,
.cr-latest-drop .cr-latest-drop-add:hover{
  color:#71899B !important;
}


/* Homepage drop schedule banner — shorter, centered, and matched to Crystal ReMade typography. */
.cr-drop-banner{
  width:65% !important;
  max-width:920px;
  margin:18px auto 12px !important;
  padding:14px 18px !important;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--cr-green, #EEF1EB) !important;
  color:var(--cr-dusty, #71899B) !important;
  border-radius:18px !important;
  font-family:var(--cr-logo-font, "Cormorant Garamond", Georgia, serif) !important;
  font-size:22px !important;
  font-weight:600 !important;
  letter-spacing:.02em;
  line-height:1.2;
}
.cr-drop-banner + .cr-hero{
  margin-top:0 !important;
}
@media(max-width:560px){
  .cr-drop-banner{
    width:82% !important;
    margin:12px auto 10px !important;
    min-height:48px;
    padding:12px 14px !important;
    border-radius:16px !important;
    font-size:19px !important;
  }
}

/* =========================================================
   CRYSTAL REMADE — CLICKABLE BUBBLE HOVER MOTION (SITEWIDE)
   Give all storefront pill/bubble actions the same subtle lift
   used by Shop the latest drop, Add to cart, and Order a custom.
   ========================================================= */
.cr-button,
.cr-button--white-blue,
.cr-button--light,
.cr-button--outline,
.cr-product-add,
.cr-latest-drop-add,
.cr-cart-quick-update,
.cr-product-payment .shopify-payment-button__button,
.cr-drop-list-field button,
.cr-newsletter button,
.cr-store-newsletter button,
.cr-customer-form .cr-button,
form[action*="/search"] button,
form[action="/search"] button,
form[action*="/search"] input[type="submit"]{
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.cr-button:hover,
.cr-button--white-blue:hover,
.cr-button--light:hover,
.cr-button--outline:hover,
.cr-product-add:hover:not(:disabled),
.cr-latest-drop-add:hover:not(:disabled),
.cr-cart-quick-update:hover:not(:disabled),
.cr-product-payment .shopify-payment-button__button:hover:not(:disabled),
.cr-drop-list-field button:hover:not(:disabled),
.cr-newsletter button:hover:not(:disabled),
.cr-store-newsletter button:hover:not(:disabled),
.cr-customer-form .cr-button:hover:not(:disabled),
form[action*="/search"] button:hover:not(:disabled),
form[action="/search"] button:hover:not(:disabled),
form[action*="/search"] input[type="submit"]:hover:not(:disabled){
  transform:translateY(-1px);
}

@media (prefers-reduced-motion: reduce){
  .cr-button,
  .cr-button--white-blue,
  .cr-button--light,
  .cr-button--outline,
  .cr-product-add,
  .cr-latest-drop-add,
  .cr-cart-quick-update,
  .cr-product-payment .shopify-payment-button__button,
  .cr-drop-list-field button,
  .cr-newsletter button,
  .cr-store-newsletter button,
  .cr-customer-form .cr-button,
  form[action*="/search"] button,
  form[action="/search"] button,
  form[action*="/search"] input[type="submit"]{
    transition:none !important;
  }
  .cr-button:hover,
  .cr-button--white-blue:hover,
  .cr-button--light:hover,
  .cr-button--outline:hover,
  .cr-product-add:hover:not(:disabled),
  .cr-latest-drop-add:hover:not(:disabled),
  .cr-cart-quick-update:hover:not(:disabled),
  .cr-product-payment .shopify-payment-button__button:hover:not(:disabled),
  .cr-drop-list-field button:hover:not(:disabled),
  .cr-newsletter button:hover:not(:disabled),
  .cr-store-newsletter button:hover:not(:disabled),
  .cr-customer-form .cr-button:hover:not(:disabled),
  form[action*="/search"] button:hover:not(:disabled),
  form[action="/search"] button:hover:not(:disabled),
  form[action*="/search"] input[type="submit"]:hover:not(:disabled){
    transform:none !important;
  }
}

/* FINAL — Homepage hero Shop All bubble: match homepage bubble sizing and hover motion. */
.cr-hero .cr-slide-content .cr-button--light{
  min-height:48px !important;
  min-width:auto !important;
  width:auto !important;
  padding:12px 28px !important;
  font-size:14px !important;
  letter-spacing:.04em !important;
  line-height:1.2;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease !important;
}
.cr-hero .cr-slide-content .cr-button--light:hover{
  transform:translateY(-1px) !important;
}
@media(max-width:560px){
  .cr-hero .cr-slide-content .cr-button--light{
    min-height:44px !important;
    padding:10px 24px !important;
    font-size:13px !important;
    letter-spacing:.04em !important;
  }
}
@media(prefers-reduced-motion:reduce){
  .cr-hero .cr-slide-content .cr-button--light:hover{transform:none !important;}
}

/* FINAL — Hero Shop All bubble: slightly smaller text to match Shop the latest drop, with the same subtle hover lift. */
.cr-hero .cr-slide-content .cr-button--light{
  font-size:13px !important;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease !important;
}
.cr-hero .cr-slide-content .cr-button--light:hover{
  transform:translateY(-1px) !important;
}
@media(max-width:560px){
  .cr-hero .cr-slide-content .cr-button--light{
    font-size:12px !important;
  }
}
@media(prefers-reduced-motion:reduce){
  .cr-hero .cr-slide-content .cr-button--light:hover{transform:none !important;}
}
/* FINAL — Hero Shop all bubble consistency */
.cr-slide-content .cr-button--light{
  text-transform:none !important;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease !important;
}
.cr-slide-content .cr-button--light:hover{
  transform:translateY(-1px) !important;
}


/* Quantity controls — always-visible arrows for product and cart quantities. */
.cr-quantity-control{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border:1px solid rgba(31,47,58,.20);
  border-radius:999px;
  overflow:hidden;
  background:#fff;
}
.cr-quantity-control input[type="number"]{
  width:72px !important;
  min-height:48px;
  margin:0;
  padding:8px 6px !important;
  border:0 !important;
  border-radius:0 !important;
  text-align:center;
  background:#fff !important;
  color:#1F2F3A !important;
  appearance:textfield;
  -moz-appearance:textfield;
}
.cr-quantity-control input[type="number"]::-webkit-outer-spin-button,
.cr-quantity-control input[type="number"]::-webkit-inner-spin-button{
  appearance:none;
  -webkit-appearance:none;
  margin:0;
}
.cr-quantity-arrow{
  width:44px;
  min-height:48px;
  padding:0;
  border:0;
  background:#fff;
  color:#71899B !important;
  font:inherit;
  font-size:22px;
  line-height:1;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.cr-quantity-arrow:first-child{border-right:1px solid rgba(31,47,58,.12);}
.cr-quantity-arrow:last-child{border-left:1px solid rgba(31,47,58,.12);}
.cr-quantity-arrow:hover{background:rgba(113,137,155,.08);}
.cr-product-quantity .cr-quantity-control{margin-top:0;}
.cr-cart-quantity{align-items:center !important; flex-wrap:wrap;}
.cr-cart-quantity .cr-quantity-control{margin-left:0;}
@media(max-width:560px){
  .cr-quantity-control input[type="number"]{width:62px !important;}
  .cr-quantity-arrow{width:40px;min-height:46px;}
}


/* Cart count — small quantity badge on the cart icon. */
.cr-cart-count.is-empty{display:none !important;}

/* Pressed/processing state — Add to cart and cart Update actions fill dusty blue. */
.cr-product-add.cr-button--processing,
.cr-latest-drop-add.cr-button--processing,
.cr-cart-quick-update.cr-button--processing,
.cr-cart-actions [data-cart-update-all].cr-button--processing{
  background:#71899B !important;
  color:#fff !important;
  border-color:#71899B !important;
  opacity:1 !important;
}
.cr-product-add.cr-button--processing *,
.cr-latest-drop-add.cr-button--processing *,
.cr-cart-quick-update.cr-button--processing *,
.cr-cart-actions [data-cart-update-all].cr-button--processing *{
  color:#fff !important;
}

/* FINAL — Product purchase area: soft green rounded card around product details, share, cart and payment options. */
.cr-product-purchase-card{
  background:#EEF1EB !important;
  border-radius:22px !important;
  padding:24px !important;
  margin:0 0 30px !important;
  color:#1F2F3A !important;
}
.cr-product-purchase-card .cr-product-share-top{
  margin:0 0 8px !important;
}
.cr-product-purchase-card .cr-product-share-icon{
  color:#71899B !important;
}
.cr-product-purchase-card .cr-product-add{
  background:#fff !important;
  border-color:rgba(113,137,155,.35) !important;
}
.cr-product-purchase-card .cr-product-add.cr-button--processing{
  background:#71899B !important;
  border-color:#71899B !important;
  color:#fff !important;
}
.cr-product-purchase-card .cr-product-payment{
  margin:10px 0 0 !important;
}
@media(max-width:560px){
  .cr-product-purchase-card{
    border-radius:18px !important;
    padding:20px !important;
  }
}

/* Cart checkout is a direct checkout link while retaining the site bubble styling. */
.cr-cart-checkout{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
}



/* FINAL FIX — Latest Drop add button uses the same white text as product-page added state and never shows a prohibited cursor. */
.cr-latest-drop .cr-latest-drop-add.cr-button--processing{
  color:#fff !important;
  background:#71899B !important;
  border-color:#71899B !important;
  cursor:pointer !important;
}
.cr-latest-drop-add:disabled,
.cr-latest-drop-add.cr-button--processing:disabled{
  cursor:pointer !important;
}

/* Product-page Share label — small text directly beneath the share icon. */
.cr-product-share-control{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1px;
  color:#71899B;
}
.cr-product-share-label{
  display:block;
  font-size:11px;
  line-height:1.1;
  color:#71899B !important;
  font-family:inherit;
}
.cr-product-share-control .cr-product-share-icon{
  width:32px;
  height:32px;
}
.cr-product-share-control .cr-product-share-icon svg{
  width:20px;
  height:20px;
}

/* Keep Checkout an active direct link on the cart page. */
.cr-cart-checkout{
  pointer-events:auto !important;
  cursor:pointer !important;
}


/* FINAL FIX — Cart count is always visible as a small badge on the cart icon. */
.cr-header .cr-cart-icon{position:relative !important;overflow:visible !important;}
.cr-header .cr-cart-count,
.cr-cart-icon [data-cart-count]{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  position:absolute !important;
  top:-4px !important;
  right:-5px !important;
  z-index:20 !important;
  min-width:15px !important;
  height:15px !important;
  padding:0 3px !important;
  border-radius:999px !important;
  background:#71899B !important;
  color:#fff !important;
  font-size:9px !important;
  font-weight:700 !important;
  line-height:15px !important;
  text-align:center !important;
  pointer-events:none !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* FINAL FIX — Hero Shop all uses the same visible hover lift as the other homepage bubbles. */
.cr-hero .cr-slide-content a.cr-button.cr-button--light{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease !important;
  will-change:transform;
}
@media (hover:hover){
  .cr-hero .cr-slide-content a.cr-button.cr-button--light:hover{
    transform:translateY(-2px) !important;
  }
}

/* FINAL FIX — Native Shopify cart checkout submit button remains fully clickable and styled as a bubble. */
.cr-cart-form .cr-cart-checkout{
  appearance:none !important;
  -webkit-appearance:none !important;
  pointer-events:auto !important;
  cursor:pointer !important;
}


/* FINAL — Homepage hero button hover motion (kept after all earlier overrides). */
.cr-hero .cr-slide-content a.cr-button--light{
  transition: transform .18s ease, box-shadow .18s ease !important;
  will-change: transform;
}
.cr-hero .cr-slide-content a.cr-button--light:hover{
  transform: translateY(-2px) scale(1.015) !important;
}
@media (prefers-reduced-motion: reduce){
  .cr-hero .cr-slide-content a.cr-button--light:hover{
    transform:none !important;
  }
}


/* PRODUCT PAGE UPDATE — one-image carousel gallery */
.cr-product-gallery{
  display:flex !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  gap:0 !important;
  width:100%;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.cr-product-gallery::-webkit-scrollbar{display:none;}
.cr-product-gallery-item,
.cr-product-gallery-item:first-child{
  flex:0 0 100% !important;
  width:100% !important;
  max-width:100% !important;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  grid-column:auto !important;
  border-radius:18px;
}
.cr-product-gallery-item img,
.cr-product-gallery-item:first-child img{
  width:100% !important;
  aspect-ratio:4/5 !important;
  object-fit:cover;
}

/* Keep Size & Fit directly beneath price and shipping in the purchase area. */
.cr-product-purchase-card .cr-size-fit-integrated{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  padding:18px 0 8px !important;
  margin:0 !important;
}
.cr-product-purchase-card .cr-size-fit-integrated .cr-sizing-note-heading{
  text-align:left !important;
  margin:0 0 12px !important;
}
.cr-product-purchase-card .cr-size-fit-integrated p{
  margin:0 0 8px !important;
}
.cr-product-purchase-card .cr-size-fit-integrated p:last-child{
  margin-bottom:0 !important;
}
@media(max-width:700px){
  .cr-product-purchase-card .cr-size-fit-integrated{padding:16px 0 6px !important;}
}

/* Visible product gallery controls */
.cr-product-gallery-wrap{position:relative;width:100%;}
.cr-product-gallery-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:5;
  width:44px;height:44px;border-radius:50%;border:1px solid rgba(31,47,58,.18);
  background:rgba(255,255,255,.94);color:#1F2F3A;display:flex;align-items:center;justify-content:center;
  padding:0;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.12);
}
.cr-product-gallery-arrow svg{width:22px;height:22px;}
.cr-product-gallery-prev{left:12px;}
.cr-product-gallery-next{right:12px;}
.cr-product-gallery-arrow:disabled{opacity:.35;cursor:default;}
.cr-product-gallery-count{
  position:absolute;right:14px;bottom:14px;z-index:5;padding:7px 11px;border-radius:999px;
  background:rgba(255,255,255,.9);color:#1F2F3A;font-size:13px;line-height:1;
}
@media(max-width:700px){
  .cr-product-gallery-arrow{width:40px;height:40px;}
  .cr-product-gallery-prev{left:10px;}
  .cr-product-gallery-next{right:10px;}
}


/* Product review summary and Custom Order badges */
.cr-product-review-summary{display:flex;align-items:center;margin:0 0 10px;font-size:13px;letter-spacing:.01em;color:var(--cr-blue)}
.cr-product-review-text{font-size:13px;color:inherit;white-space:nowrap}
.cr-custom-order-badge{position:absolute;left:12px;top:12px;z-index:3;background:var(--cr-blue);color:#fff;padding:7px 11px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:700;border-radius:999px}
.cr-custom-order-badge-product{position:static;display:inline-block;margin:0 0 10px;background:var(--cr-blue)}
@media(max-width:700px){.cr-product-review-summary{margin-bottom:8px}.cr-custom-order-badge{left:9px;top:9px;padding:6px 9px;font-size:9px}}


/* CUSTOM BADGE + PRODUCT TOP ROW — final placement */
.cr-product-top-row{
  display:flex !important;
  align-items:flex-start !important;
  justify-content:space-between !important;
  gap:16px;
  margin:0 0 18px !important;
}
.cr-product-purchase-card .cr-product-share-top{
  margin:0 !important;
  flex:0 0 auto;
}
.cr-product-top-row .cr-product-review-summary{
  margin:8px 0 0 !important;
  min-height:32px;
}
.cr-product-top-row .cr-product-share-control{
  min-width:40px;
}

/* Center the Size & Fit area within the purchase card. */
.cr-product-purchase-card .cr-size-fit-integrated{
  text-align:center !important;
  width:100% !important;
}
.cr-product-purchase-card .cr-size-fit-integrated .cr-sizing-note-heading{
  text-align:center !important;
}
.cr-product-purchase-card .cr-size-fit-integrated p{
  text-align:center !important;
}

/* Custom Order badge uses the exact Crystal ReMade logo flower. */
.cr-product-gallery-wrap{position:relative !important;}
.cr-product-image{position:relative !important;}
.cr-custom-order-badge-photo{
  position:absolute !important;
  top:10px !important;
  left:10px !important;
  z-index:8 !important;
  width:86px !important;
  height:82px !important;
  padding:0 !important;
  background:transparent !important;
  color:#1F2F3A !important;
  display:block !important;
  text-align:center !important;
  text-transform:none !important;
  letter-spacing:0 !important;
  font-family:inherit !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.02 !important;
  filter:drop-shadow(0 2px 4px rgba(31,47,58,.14)) !important;
}
.cr-custom-order-badge-photo img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
}
.cr-custom-order-badge-photo span{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  z-index:2 !important;
  width:100% !important;
  color:#1F2F3A !important;
  text-shadow:
    -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     0 0 2px #fff !important;
  white-space:nowrap !important;
}
/* Never show the Custom Order badge as text inside the green product-info area. */
.cr-custom-order-badge-product{display:none !important;}
@media(max-width:700px){
  .cr-product-top-row{margin-bottom:14px !important;}
  .cr-product-top-row .cr-product-review-summary{margin-top:7px !important;}
  .cr-custom-order-badge-photo{top:8px !important;left:8px !important;width:64px !important;height:60px !important;font-size:9px !important;}
}


/* FINAL — simple review count + restore Share control */
.cr-product-top-row .cr-product-review-summary{margin:8px 0 0 !important;}
.cr-product-top-row .cr-product-share-top{display:block !important;visibility:visible !important;opacity:1 !important;}
.cr-product-top-row .cr-product-share-control{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:flex-start !important;}
.cr-product-top-row .cr-product-share-icon{display:flex !important;visibility:visible !important;opacity:1 !important;}
.cr-product-top-row .cr-product-share-label{display:block !important;visibility:visible !important;opacity:1 !important;}

/* FINAL — return Share control to the far-right position used previously. */
.cr-product-top-row .cr-product-share-top{
  width:auto !important;
  margin-left:auto !important;
  margin-right:0 !important;
  flex:0 0 auto !important;
  justify-content:flex-end !important;
  align-self:flex-start !important;
}




/* FINAL — All Sales Are Final card */
.cr-product-sales-final{
  background:var(--cr-green, #dfe4df) !important;
  border:1px solid rgba(31,47,58,.16) !important;
  border-radius:18px !important;
  padding:26px !important;
  margin:18px 0 !important;
  color:#1F2F3A !important;
  font-size:17px !important;
  line-height:1.65 !important;
  text-align:center !important;
}
.cr-product-sales-final h2{
  font-family:var(--cr-logo-font) !important;
  font-size:32px !important;
  font-weight:400 !important;
  line-height:1.2 !important;
  color:#B47A7A !important;
  text-align:center !important;
  margin:0 0 12px !important;
}
.cr-product-sales-final p{
  margin:0 !important;
  color:#1F2F3A !important;
}
@media(max-width:700px){
  .cr-product-sales-final{
    border-radius:16px !important;
    padding:22px !important;
    font-size:16px !important;
  }
  .cr-product-sales-final h2{font-size:28px !important;}
}

/* FINAL — Custom Order icon: match the Custom Collections page scale/ratio.
   Artwork is unchanged; only rendered size and aspect ratio are controlled here. */
.cr-product-gallery-wrap > .cr-custom-order-badge-photo{
  width:31% !important;
  height:auto !important;
  aspect-ratio:444 / 451 !important;
}
.cr-product-gallery-wrap > .cr-custom-order-badge-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

.cr-you-may-like .cr-custom-order-badge-photo{
  width:31% !important;
  height:auto !important;
  aspect-ratio:444 / 451 !important;
}
.cr-you-may-like .cr-custom-order-badge-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

@media(max-width:700px){
  .cr-product-gallery-wrap > .cr-custom-order-badge-photo,
  .cr-you-may-like .cr-custom-order-badge-photo{
    width:31% !important;
    height:auto !important;
    aspect-ratio:444 / 451 !important;
  }
}

/* LATEST DROP COLLECTION — match the standard product Add to cart control exactly. */
.cr-collection-add-form{
  margin:14px 0 0;
  text-align:center;
}
.cr-collection-add-form .cr-product-add{
  width:auto !important;
  min-width:190px !important;
  max-width:220px !important;
  min-height:48px !important;
  padding:11px 24px !important;
  margin-top:8px !important;
  font-size:16px !important;
  line-height:1.2 !important;
  border-radius:999px !important;
  background:#fff !important;
  color:#71899B !important;
  border:1px solid #fff !important;
  box-shadow:0 2px 10px rgba(31,47,58,.06);
}
.cr-collection-add-form .cr-product-add:hover:not(:disabled){
  transform:translateY(-1px);
  background:#fff !important;
  color:#71899B !important;
  border-color:#fff !important;
}
.cr-collection-add-form .cr-product-add.cr-button--processing{
  background:#71899B !important;
  color:#fff !important;
  border-color:#71899B !important;
}
@media(max-width:560px){
  .cr-collection-add-form{margin-top:12px;}
  .cr-collection-add-form .cr-product-add{
    min-height:48px !important;
    min-width:190px !important;
    max-width:220px !important;
    padding:11px 24px !important;
    font-size:16px !important;
  }
}

/* FINAL — Latest Drop Add to cart bubble: match the blue added/processing state used elsewhere. */
.cr-collection-add-form .cr-product-add.cr-button--processing,
.cr-collection-add-form .cr-product-add.cr-button--processing:hover,
.cr-collection-add-form .cr-product-add.cr-button--processing:focus,
.cr-collection-add-form .cr-product-add.cr-button--processing:focus-visible,
.cr-collection-add-form .cr-product-add.cr-button--processing:active {
  background:#71899B !important;
  color:#fff !important;
  border-color:#71899B !important;
}

/* Remove product-name and price underlines on Shop All, Latest Drop, and Customs cards. */
.cr-product-card-link,
.cr-product-card-link .cr-product-name,
.cr-product-card-link .cr-product-price,
.cr-latest-drop-product-link,
.cr-latest-drop-product-link .cr-product-name,
.cr-latest-drop-product-link .cr-product-price,
.cr-custom-products-section .cr-product-card,
.cr-custom-products-section .cr-product-card .cr-product-name,
.cr-custom-products-section .cr-product-card .cr-product-price{
  text-decoration:none !important;
}


/* COLLECTION PRODUCT CARDS — individual soft-green product areas */
.cr-product-grid > .cr-product-card-wrap,
.cr-custom-products-section .cr-product-grid > .cr-product-card,
.cr-latest-drop .cr-product-grid > .cr-latest-drop-card{
  background:var(--cr-green, #EEF1EB) !important;
  border:1px solid rgba(31,47,58,.16) !important;
  border-radius:18px !important;
  padding:14px !important;
  overflow:hidden;
  box-sizing:border-box;
  box-shadow:none !important;
}
.cr-product-card-wrap .cr-product-card,
.cr-custom-products-section .cr-product-card,
.cr-latest-drop .cr-latest-drop-card{
  display:block;
}
.cr-product-card-wrap .cr-product-image,
.cr-custom-products-section .cr-product-image,
.cr-latest-drop .cr-product-image{
  border-radius:14px;
}
.cr-product-card-wrap .cr-product-name,
.cr-custom-products-section .cr-product-name,
.cr-latest-drop .cr-product-name{
  margin-top:12px;
}
.cr-product-card-wrap .cr-product-price,
.cr-custom-products-section .cr-product-price,
.cr-latest-drop .cr-product-price{
  margin-bottom:2px;
}
@media(max-width:560px){
  .cr-product-grid > .cr-product-card-wrap,
  .cr-custom-products-section .cr-product-grid > .cr-product-card,
  .cr-latest-drop .cr-product-grid > .cr-latest-drop-card{
    padding:10px !important;
    border-radius:16px !important;
  }
  .cr-product-card-wrap .cr-product-image,
  .cr-custom-products-section .cr-product-image,
  .cr-latest-drop .cr-product-image{
    border-radius:12px;
  }
}

/* FINAL — Small white border around collection product images only */
.cr-product-grid .cr-product-image{
  border:5px solid #fff !important;
  box-sizing:border-box;
}

/* FINAL — 8px white border around the green product area; never on the product image */
.cr-product-grid > .cr-product-card-wrap,
.cr-custom-products-section .cr-product-grid > .cr-product-card,
.cr-latest-drop .cr-product-grid > .cr-latest-drop-card{
  border:8px solid #fff !important;
  border-radius:18px !important;
  padding:14px !important;
}
.cr-product-grid .cr-product-image{
  border:0 !important;
}
@media(max-width:560px){
  .cr-product-grid > .cr-product-card-wrap,
  .cr-custom-products-section .cr-product-grid > .cr-product-card,
  .cr-latest-drop .cr-product-grid > .cr-latest-drop-card{
    border:8px solid #fff !important;
    border-radius:16px !important;
    padding:10px !important;
  }
  .cr-product-grid .cr-product-image{
    border:0 !important;
  }
}

/* FINAL FIX — 8px white frame BETWEEN product image and green product card area.
   The green card itself stays green; the white frame never overlays the image. */
.cr-product-grid > .cr-product-card-wrap,
.cr-custom-products-section .cr-product-grid > .cr-product-card,
.cr-latest-drop .cr-product-grid > .cr-latest-drop-card{
  border:0 !important;
  background:var(--cr-green, #EEF1EB) !important;
}

.cr-product-grid .cr-product-image{
  border:0 !important;
  padding:8px !important;
  background:#fff !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}

.cr-product-grid .cr-product-image img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:10px !important;
}

@media(max-width:560px){
  .cr-product-grid .cr-product-image{
    padding:8px !important;
    border-radius:16px !important;
  }
  .cr-product-grid .cr-product-image img{
    border-radius:8px !important;
  }
}
