/** Shopify CDN: Minification failed

Line 19:0 All "@import" rules must come first
Line 27:0 All "@import" rules must come first
Line 27:52 Expected ")" to end URL token

**/
@font-face {
  font-family: "Boorsok";
  src: url("//carolemon-nails.myshopify.com/cdn/shop/t/3/assets/boorsok.otf?v=115432102348086170781778887488") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Hero";
  src: url("//carolemon-nails.myshopify.com/cdn/shop/t/3/assets/Hero_Light.otf?v=82712159244105989461778887488") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap");

@font-face {
  font-family: "Caveat";
  src: url("//carolemon-nails.myshopify.com/cdn/shop/t/3/assets/Caveat-VariableFont_wght.ttf?v=58611370909473361221778887488") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@import url(https://fonts.google.com/specimen/Caveat")

:root {
  --pool-blue:#3DA7D5; --lemon:#F4E04D; --cream:#FBF6E9; --ink:#1A2B3A;
  --font-heading-family: "Boorsok", sans-serif !important;
  --font-body-family: "Nunito", sans-serif !important;
}

/* Headings — lowercase, bubble face */
h1, h2, h3, .h0, .h1, .h2 {
  font-family: "Boorsok", sans-serif !important;
  text-transform: lowercase;
  letter-spacing: -0.01em;
}

/* Eyebrows / captions */
.caption, .caption-with-letter-spacing, .subtitle {
  font-family: "Hero", sans-serif !important;
  font-weight: 300;
  letter-spacing: 0.18em;
}

/* Sticker-shadow buttons */
.button--primary {
  border-radius: 999px !important;
  box-shadow: 4px 4px 0 var(--ink) !important;
  transition: transform .18s, box-shadow .18s;
}
.button--primary:hover {
  transform: translate(-2px,-2px);
  box-shadow: 6px 6px 0 var(--ink) !important;
}
.button--primary:active {
  transform: translate(2px,2px);
  box-shadow: 0 0 0 var(--ink) !important;
}

/* Product cards — soft blue shadow */
.card-wrapper, .card {
  border-radius: 24px !important;
  box-shadow: 0 8px 24px -8px rgba(31,123,166,.25);
}

/* Kill pure white anywhere */
body { background: var(--cream); }

.section-header,
header.header {
  border-bottom: 2px dashed #1F7BA6 !important;
}

.section-scrapbook-hero { padding-bottom: 10px !important; }
.section-current-picks { padding-top: 20px !important; }

.header__menu-item, .header__active-menu-item {
  position: relative; transition: color .18s;
}
.header__menu-item:hover { color: #1F7BA6 !important; }
.header__menu-item::after {
  content: ""; position: absolute; left: 10%; right: 10%; bottom: -4px;
  height: 3px; background: #F4E04D; border-radius: 2px;
  transform: scaleX(0); transform-origin: center;
  transition: transform .22s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.header__menu-item:hover::after,
.header__active-menu-item::after { transform: scaleX(1); }

/* ============ FOOTER (Carolemon overrides for Sense) ============ */
.footer, footer.section-footer { 
  background: #1A2B3A !important; 
  color: #FBF6E9 !important;
  border-top: 4px solid #1A2B3A;
  padding-top: 56px; padding-bottom: 24px;
}
.footer h2, .footer .footer-block__heading {
  font-family: "Boorsok", sans-serif !important;
  color: #F4E04D !important;
  text-transform: lowercase !important;
  font-size: 24px !important;
  letter-spacing: -0.01em;
  margin-bottom: 14px !important;
}
.footer a, .footer__content-bottom a, .footer ul li a {
  font-family: "Hero", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px !important;
  color: #FBF6E9 !important;
  text-decoration: none !important;
}
.footer a:hover { color: #F4E04D !important; }
.footer .list-social__item a {
  width: 38px; height: 38px; border-radius: 50% !important;
  border: 1.5px solid #FBF6E9;
  display: inline-flex; align-items: center; justify-content: center;
  transition: background .18s;
}
.footer .list-social__item a:hover {
  background: #F4E04D !important; border-color: #F4E04D !important; color: #1A2B3A !important;
}
.footer .copyright__content, .footer__content-bottom * {
  border-top: 1px dashed rgba(251, 246, 233, 0.3);
  font-family: "Nunito", sans-serif !important;
  font-size: 12px !important;
  color: rgba(251, 246, 233, 0.6) !important;
  text-transform: none !important; letter-spacing: 0 !important;
}

/* ============ VARIANT PILL BUTTONS — brand overrides ============ */
/* Selected pill: pool-blue fill, cream text */
.product-form__input--pill input[type='radio']:checked + label,
input[type='radio']:checked + label.product-form__label--pill {
  background-color: var(--pool-blue) !important;
  border-color: var(--pool-blue) !important;
  color: var(--cream) !important;
  box-shadow: 2px 2px 0 var(--ink) !important;
}
/* Unselected pill: cream bg, ink border */
.product-form__input--pill input[type='radio'] + label,
input[type='radio'] + label.product-form__label--pill {
  background-color: var(--cream) !important;
  border-color: rgba(26,43,58,0.25) !important;
  color: var(--ink) !important;
  border-radius: 999px !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
  padding: 0.9rem 1.8rem !important;
  min-height: 44px !important;
  min-width: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.18s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}
.product-form__input--pill input[type='radio'] + label:hover,
input[type='radio'] + label.product-form__label--pill:hover {
  border-color: var(--pool-blue) !important;
  color: var(--pool-blue) !important;
  transform: translateY(-1px);
}
/* Unavailable pill */
.product-form__input--pill input[type='radio']:disabled + label,
.product-form__input--pill input[type='radio'].disabled + label,
input[type='radio']:disabled + label.product-form__label--pill,
input[type='radio'].disabled + label.product-form__label--pill {
  opacity: 0.4 !important;
  text-decoration: line-through !important;
  box-shadow: none !important;
}

/* ============ STICKY ADD-TO-CART — mobile only ============ */
#clm-sticky-atc {
  display: none;
  position: fixed;
  bottom: calc(16px + env(safe-area-inset-bottom));
  left: 16px;
  right: 16px;
  z-index: 300;
  background-color: #FBF6E9;
  border: 2px solid #1A2B3A;
  border-radius: 24px;
  padding: 10px 10px 10px 16px;
  box-shadow: 4px 4px 0 #1A2B3A;
  align-items: center;
  gap: 12px;
  transform: translateY(calc(100% + 32px));
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}
#clm-sticky-atc.is-visible {
  transform: translateY(0);
}
@media screen and (max-width: 749px) {
  #clm-sticky-atc { display: flex; }
}
.clm-sticky-atc__info {
  flex: 1;
  min-width: 0;
}
.clm-sticky-atc__title {
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #1A2B3A;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clm-sticky-atc__price {
  font-family: "Nunito", sans-serif;
  font-size: 15px;
  font-weight: 800;
  color: #3DA7D5;
}
.clm-sticky-atc__btn {
  flex-shrink: 0;
  background-color: #3DA7D5;
  color: #FBF6E9;
  font-family: "Hero", sans-serif;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 2px solid #1A2B3A;
  border-radius: 999px;
  padding: 0 24px;
  height: 48px;
  min-width: 140px;
  cursor: pointer;
  box-shadow: 3px 3px 0 #1A2B3A;
  transition: transform .18s, box-shadow .18s;
  white-space: nowrap;
}
.clm-sticky-atc__btn:hover {
  transform: translate(-1px,-1px);
  box-shadow: 4px 4px 0 #1A2B3A;
}
.clm-sticky-atc__btn:active {
  transform: translate(1px,1px);
  box-shadow: 0 0 0 #1A2B3A;
}
.clm-sticky-atc__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ============ GLOBAL MOBILE POLISH ============ */
@media screen and (max-width: 749px) {
  /* Pad product page content above sticky ATC bar */
  .main-page-content,
  main[id] { padding-bottom: 120px; }

  /* Ensure all interactive elements meet 44px touch target */
  .header__menu-item a,
  .header__icon--account,
  .header__icon--cart { min-height: 44px; min-width: 44px; }

  /* Tighter section spacing on phones */
  .section-scrapbook-hero { padding-bottom: 0 !important; }
  .section-current-picks { padding-top: 12px !important; }

  /* Price display — slightly larger on mobile for readability */
  .price__regular .price-item,
  .price__sale .price-item--sale {
    font-size: 1.8rem !important;
  }

  /* Cart drawer open from bottom on mobile */
  cart-drawer { bottom: 0 !important; }
}

/* ============ PRODUCT PAGE — ATC button ============ */
.product-form__submit {
  background: var(--lemon) !important;
  color: var(--ink) !important;
  border: 2px solid var(--ink) !important;
  border-radius: 999px !important;
  box-shadow: 4px 4px 0 var(--ink) !important;
  font-family: "Nunito", sans-serif !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  letter-spacing: 0.02em !important;
  min-height: 56px !important;
  transition: transform 150ms, box-shadow 150ms !important;
}
.product-form__submit:hover:not([disabled]) {
  background: var(--lemon) !important;
  transform: translate(-2px,-2px) !important;
  box-shadow: 6px 6px 0 var(--ink) !important;
}
.product-form__submit:active:not([disabled]) {
  transform: translate(2px,2px) !important;
  box-shadow: 0 0 0 var(--ink) !important;
}
.product-form__submit[disabled] {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Share button must not float above the sticky ATC bar */
share-button { position: relative !important; z-index: 1 !important; }