/** Shopify CDN: Minification failed

Line 948:19 Unexpected "*"

**/
/* ==========================================================================
   Crocs Theme Override — custom2.css
   Applied on top of Dawn 15.4.1
   ========================================================================== */

/* ---------- 1. Global Font & Base ---------- */
:root {
  --font-body-family: Arial, Helvetica, sans-serif !important;
  --font-heading-family: Arial, Helvetica, sans-serif !important;
  --page-width: 1440px;
}
body, button, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.02em;
}

/* ---------- 2. Full-Width Layout ---------- */
.page-width {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 749px) {
  .page-width {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ---------- 3. Announcement Bar — Hidden ---------- */
.announcement-bar-section,
.utility-bar-section,
.shopify-section--announcement-bar {
  display: none !important;
}

/* ---------- 4. Header ---------- */
.section-header,
.shopify-section-header {
  background-color: #fff !important;
  border-bottom: 1px solid #e5e5e5;
}
.header {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #fff !important;
}
.header__heading-logo {
  max-width: 100px;
  width: 100px;
  height: auto;
}
/* Nav links — match crocs.com: 14px, normal weight, wider spacing */
.header__menu-item,
.header__menu-item span,
.mega-menu__link,
.mega-menu__link span {
  color: #000 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0;
}
.header__inline-menu .list-menu {
  gap: 20px;
}
.header__menu-item:hover,
.mega-menu__link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
/* Hide account / login icon */
.header__icon--account,
a[href*="/account"],
.header__icons .icon-account,
.header__icon[aria-label*="Account"],
.header__icon[aria-label*="Log in"] {
  display: none !important;
}
/* Sticky header white bg */
.shopify-section-header-sticky {
  background: #fff !important;
}
.header-wrapper {
  background: #fff !important;
}

/* ---------- 5. Hero / Image Banner ---------- */
.banner {
  min-height: 75vh;
  max-height: 80vh;
  position: relative;
}
/* Hero image: set via Customizer/Liquid <img>, NOT css background-image */
/* Remove Dawn ::after overlay completely */
.banner::after,
.banner__media::after {
  display: none !important;
}
/* Ensure hero image is crisp full-res */
.banner__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: auto;
}
.banner__heading {
  font-size: 42px;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
  letter-spacing: -0.01em;
  color: #fff !important;
}
.banner__text,
.banner .banner__text {
  color: #fff !important;
}
@media (max-width: 749px) {
  .banner {
    min-height: 50vh;
    max-height: 60vh;
  }
  .banner__heading {
    font-size: 28px;
  }
}
/* (hero button styles consolidated below in section 6) */

/* ---------- 6. Buttons (component-level only) ---------- */
/* Hero banner button — crocs.com uses white text link with underline, not a button */
.banner__buttons .button {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  --alpha-button-background: 0 !important;
}
.banner__buttons .button:hover {
  background: transparent !important;
  text-decoration: underline;
}
/* PDP Add to Cart */
.product-form__submit {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 24px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.product-form__submit:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* ---------- 6b. Category Nav Bar (Men/Women/Kids/Sale strip) ---------- */
.section-category_nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.section-category_nav .rich-text__text a {
  color: #1a1a1a;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  text-transform: capitalize;
}
.section-category_nav .rich-text__text a:hover {
  text-decoration: underline;
}

/* ---------- 6c. Section Headings (Crocs style: big bold centered) ---------- */
.section-header__title,
h2.title,
.title-wrapper .title {
  font-weight: 900;
  font-size: 42px;
  letter-spacing: -0.02em;
  text-align: center;
}
/* Classic Icons section — centered title like crocs.com */
.collection-list-wrapper .title-wrapper-with-link {
  justify-content: center;
  text-align: center;
}
.collection-list-wrapper .title-wrapper-with-link .collection-list-title,
.collection-list-wrapper .title {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
  width: 100%;
}
/* Collection list on light gray bg */
.section-collection-list {
  background-color: #f7f7f7;
}
/* Classic Icons cards — colored backgrounds + title overlay */
.collection-list .collection-card-wrapper .card {
  border-radius: 12px;
  overflow: hidden;
}
.collection-list .collection-card-wrapper .card__inner {
  position: relative;
}
/* Title overlay on card */
.collection-list .collection-card-wrapper .card__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px;
}
.collection-list .collection-card-wrapper .card__heading {
  font-size: 36px !important;
  font-weight: 900 !important;
  text-transform: none !important;
  color: #000;
  letter-spacing: -0.02em;
}
.collection-list .collection-card-wrapper .card__heading a {
  color: #000 !important;
  text-decoration: none !important;
}
/* Hide arrow icon on collection cards */
.collection-list .collection-card-wrapper .icon-wrap {
  display: none;
}
/* Colored backgrounds via nth-child — on .media so product image floats on top */
.collection-list .collection-list__item:nth-child(1) .card__media .media { background-color: #f5c6b0; }
.collection-list .collection-list__item:nth-child(2) .card__media .media { background-color: #d4d87a; }
.collection-list .collection-list__item:nth-child(3) .card__media .media { background-color: #c4d6e4; }
.collection-list .collection-list__item:nth-child(4) .card__media .media { background-color: #d4c9b8; }
.collection-list .collection-list__item:nth-child(5) .card__media .media { background-color: #f5c6b0; }
/* Product image: show shoe at bottom of square card */
.collection-list .card__media .media img {
  object-fit: contain !important;
  object-position: center 80% !important;
  padding: 30% 10% 5% 10%;
}
/* "Shop All Classic Clogs" button — black pill centered, no border */
.collection-list-view-all {
  overflow: visible !important;
  padding: 16px 0;
}
.collection-list-view-all .button,
.collection-list-view-all a,
.collection-list-view-all .button--secondary,
.collection-list-view-all .button--primary {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 24px !important;
  padding: 14px 32px !important;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  text-decoration: none !important;
  display: inline-block;
  --alpha-button-background: 1 !important;
  --color-button: #000 !important;
  --color-button-text: #fff !important;
}
.collection-list-view-all .button:hover,
.collection-list-view-all a:hover {
  background-color: #333 !important;
  border: none !important;
  box-shadow: none !important;
}

/* ---------- 7. Product Cards ---------- */
.card-wrapper {
  position: relative;
  overflow: hidden;
}
.card__heading {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.card__heading a {
  color: #1a1a1a;
  text-decoration: none;
}
.card__heading a:hover {
  text-decoration: underline;
}
/* Product card images: contain inside square, uniform size */
.card__media img,
.card__media .media img {
  object-fit: contain !important;
  transition: transform 0.35s ease;
}
/* White bg only for product grid cards, NOT collection-list cards */
.product-grid .card__media img,
.product-grid .card__media .media img {
  background: #fff;
}
/* Collection-list cards: transparent bg so colored background shows through */
.collection-list .card__media img,
.collection-list .card__media .media img {
  background: transparent !important;
}
.card-wrapper:hover .card__media img,
.card-wrapper:hover .card__media .media img {
  transform: scale(1.05);
}
/* Color swatch dots (variant pills) */
.card__badge {
  top: 8px;
  right: 8px;
}
/* Card background clean */
.card--standard .card__inner {
  background: #fff;
  border: none;
  box-shadow: none;
}
.card--standard .card__content {
  padding: 8px 0 0;
}
.card-information__wrapper {
  padding: 0;
}
/* Remove card background scheme */
.card--card .card__inner,
.card--card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Color count on product cards */
.card__color-count {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}

/* ---------- 8. Price Styling ---------- */
.price {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.price--on-sale .price-item--regular {
  color: #999;
  text-decoration: line-through;
  font-weight: 400;
}
.price--on-sale .price-item--sale {
  color: #c00;
  font-weight: 700;
}
/* Hide "From" prefix */
.price__prefix {
  display: none !important;
}

/* ---------- 9. Collection Page — Grid ---------- */
.collection .grid--4-col-desktop {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 749px) {
  .collection .grid--2-col-tablet {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Section heading */
.collection-hero__title,
.collection .title {
  font-size: 32px;
  font-weight: 800;
  text-transform: none;
}

/* ---------- 9b. Collection Page — Card Style (Crocs match) ---------- */
/* Card: rounded border + subtle shadow like crocs.com */
.collection .product-grid .card-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.collection .product-grid .card-wrapper:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.collection .product-grid .card--standard .card__inner {
  border: none !important;
  box-shadow: none !important;
}
.collection .product-grid .card__content {
  padding: 10px 12px 14px;
}
/* Card image: contain inside square, no crop */
.collection .product-grid .card .media img {
  object-fit: contain !important;
  object-position: center !important;
  padding: 8px;
  background: #fff;
}
/* Card info: fixed layout so names and prices align across cards */
.collection .product-grid .card__information {
  display: flex;
  flex-direction: column;
  min-height: 90px;
}
.collection .product-grid .card__heading {
  flex: 1;
}
.collection .product-grid .card__heading a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.collection .product-grid .price {
  margin-top: auto;
}
/* Collection title — bigger bolder */
.collection .collection-hero__title,
.collection h1.title {
  font-size: 36px !important;
  font-weight: 900 !important;
  text-transform: none !important;
}
/* Facets — horizontal pill buttons like crocs.com */
.facets-container {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 12px;
}
.facets__disclosure > summary,
.facets__summary {
  border: 1px solid #ccc !important;
  border-radius: 20px !important;
  padding: 8px 38px 8px 18px !important;
  font-size: 13px;
  font-weight: 600;
  background: #fff !important;
  min-width: 100px;
}
.facets__disclosure > summary:hover,
.facets__summary:hover {
  border-color: #000 !important;
}
.facets__summary .icon-caret,
.facets__disclosure > summary .icon-caret {
  right: 14px !important;
}
/* Hide "Filter:" label */
.facets__heading {
  display: none;
}
/* Product count right-aligned */
.active-facets-mobile,
.product-count {
  font-size: 13px;
  color: #666;
}

/* ---------- 10. PDP (Product Detail Page) ---------- */
.product__title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.product__price .price-item {
  font-size: 22px;
  font-weight: 700;
}
.product__description {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}
.product-form__submit {
  background: #000 !important;
  color: #fff !important;
  border-radius: 24px !important;
  padding: 16px 40px !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  width: 100%;
  --alpha-button-background: 1 !important;
}
.product-form__submit:hover {
  background: #333 !important;
  border: none !important;
  box-shadow: none !important;
}
/* Buy it now button */
.shopify-payment-button .shopify-payment-button__button {
  border-radius: 24px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
/* Prevent product form buttons from being clipped */
.product-form,
.product-form__buttons {
  overflow: visible !important;
}
/* Kill Dawn's ::after box-shadow border on product buttons */
.product-form__submit::after,
.product-form__submit::before,
.product-form__buttons .button::after,
.product-form__buttons .button::before,
.shopify-payment-button .shopify-payment-button__button::after,
.shopify-payment-button .shopify-payment-button__button::before {
  box-shadow: none !important;
  border: none !important;
  content: none !important;
}
/* Variant picker */
.variant-input__label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

/* --- CROCS Color Picker (variant image thumbnails) --- */
.crocs-color-picker { border: none !important; padding: 0 !important; }
.crocs-color-picker input[type="radio"] { display: none; }
.crocs-color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.crocs-color-thumb {
  display: block !important;
  width: 68px !important;
  height: 68px !important;
  min-width: unset !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  cursor: pointer;
  padding: 3px !important;
  box-sizing: border-box;
  background: #fff !important;
  overflow: hidden;
}
.crocs-color-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.crocs-color-picker input[type="radio"]:checked + .crocs-color-thumb {
  border: 2px solid #000 !important;
}
.crocs-color-picker input[type="radio"]:disabled + .crocs-color-thumb {
  opacity: 0.25;
}
.crocs-color-text-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 10px;
  text-align: center;
  color: #333;
}

/* --- CROCS Size Picker (Women's / Men's tabs) --- */
.crocs-size-picker { border: none !important; padding: 0 !important; }
.crocs-size-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 14px;
  border-bottom: 2px solid #e5e5e5;
}
.crocs-tab {
  padding: 8px 24px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  background: none;
  cursor: pointer;
  color: #999;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}
.crocs-tab--active {
  color: #000;
  border-bottom-color: #000;
}
.crocs-size-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.crocs-size-grid input[type="radio"] { display: none; }
/* Hide labels until JS parses them (prevent M2W4 flash) */
.crocs-size-grid label:not(.crocs-parsed) { visibility: hidden; height: 0; margin: 0; padding: 0; overflow: hidden; }
.crocs-size-grid label.crocs-parsed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0 14px;
}
.crocs-size-grid label.crocs-parsed:hover { border-color: #000; }
.crocs-size-grid input[type="radio"]:checked + label.crocs-parsed {
  background: #000;
  color: #fff;
  border-color: #000;
}
.crocs-size-grid input[type="radio"]:disabled + label.crocs-parsed {
  opacity: 0.25;
  text-decoration: line-through;
  cursor: not-allowed;
}

/* PDP product images — single column, half size */
.product__media-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
  align-items: center;
}
.product__media-item {
  width: 50% !important;
  max-width: 50% !important;
}
/* PDP title — not all caps like crocs.com */
.product__title {
  text-transform: none !important;
  font-size: 24px;
  font-weight: 800;
}

/* ---------- 11. Footer ---------- */
.footer {
  background-color: #1a1a1a !important;
  color: #fff !important;
}
.footer .footer-block__heading,
.footer h2,
.footer h3 {
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}
.footer a,
.footer .footer-block__details-content a,
.footer .list-menu__item {
  color: #ccc !important;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer a:hover,
.footer .list-menu__item:hover {
  color: #fff !important;
  text-decoration: underline;
}
.footer .footer__content-bottom,
.footer .footer__content-bottom-wrapper {
  border-top: 1px solid #333;
  color: #999;
}
.footer .footer__copyright,
.footer .copyright__content {
  color: #999 !important;
  font-size: 12px;
}
/* Hide "Powered by Shopify" */
.footer .copyright__content a[href*="shopify.com"] {
  display: none !important;
}
/* Newsletter in footer */
.footer .newsletter-form__field-wrapper {
  border-color: #555;
}
.footer .newsletter-form__field-wrapper input {
  color: #fff;
  background: transparent;
}
/* Social icons in footer */
.footer .social-icons__link svg,
.footer .social-icons__link path {
  fill: #ccc;
}
.footer .social-icons__link:hover svg,
.footer .social-icons__link:hover path {
  fill: #fff;
}
/* Payment icons */
.footer .list-payment .payment-icon {
  opacity: 0.7;
}

/* ---------- 11b. Curated Looks — text overlay on image ---------- */
[id*="curated"] .multicolumn-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px;
  z-index: 2;
}
[id*="curated"] .multicolumn-card__info .inline-richtext,
[id*="curated"] .multicolumn-card__info h3 {
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
[id*="curated"] .multicolumn-card {
  position: relative;
  overflow: hidden;
}
/* Hide "Shop Now" link on curated cards */
[id*="curated"] .multicolumn-card__info .link {
  display: none !important;
}
/* Title centered */
[id*="curated"] .title-wrapper-with-link {
  justify-content: center;
}
[id*="curated"] .title {
  text-align: center !important;
  width: 100%;
}

/* ---------- 11b1. Collab Cards — horizontal card layout (image left, text right) ---------- */
[id*="collab_cards"] .multicolumn-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  min-height: 200px;
}
[id*="collab_cards"] .multicolumn-card__image-wrapper {
  flex: 0 0 45%;
  max-width: 45%;
}
[id*="collab_cards"] .multicolumn-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
[id*="collab_cards"] .multicolumn-card__info h3 {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-bottom: 4px;
}
[id*="collab_cards"] .multicolumn-card__info .rte strong {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  display: block;
  margin-bottom: 8px;
}
[id*="collab_cards"] .multicolumn-card__info .link {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
[id*="collab_cards"] .multicolumn-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  gap: 16px;
  scroll-snap-type: x mandatory;
}
[id*="collab_cards"] .multicolumn-list__item {
  flex: 0 0 calc(33.33% - 11px);
  scroll-snap-align: start;
}
@media (max-width: 749px) {
  [id*="collab_cards"] .multicolumn-list__item {
    flex: 0 0 85%;
  }
}

/* ---------- 11b2. Brand Collabs — horizontal scroll carousel ---------- */
[id*="brand_collabs"] .multicolumn-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 16px;
  padding-bottom: 16px;
}
[id*="brand_collabs"] .multicolumn-list__item {
  flex: 0 0 auto;
  width: 180px;
  scroll-snap-align: start;
}
[id*="brand_collabs"] .multicolumn-card__image-wrapper {
  background: #f5f5f5;
  border-radius: 8px;
}
/* Hide "Shop Now" on brand cards */
[id*="brand_collabs"] .multicolumn-card__info .link {
  display: none !important;
}
[id*="brand_collabs"] .multicolumn-card__info h3 {
  font-size: 14px;
  font-weight: 400;
}
/* Scrollbar styling */
[id*="brand_collabs"] .multicolumn-list::-webkit-scrollbar {
  height: 4px;
}
[id*="brand_collabs"] .multicolumn-list::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 2px;
}
[id*="brand_collabs"] .multicolumn-list::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 2px;
}

/* ---------- 11c. Section title color fix — pure black ---------- */
.section-header__title,
h2.title,
.title-wrapper .title,
.collection-list-title,
.featured-collection .title {
  color: #000 !important;
}

/* ---------- 11d. Featured collection slider alignment ---------- */
.featured-collection .slider.product-grid {
  scroll-padding-left: 0 !important;
  padding-left: 0 !important;
}
.featured-collection .slider.product-grid .slider__slide:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* ---------- 12. Sale Badge + Price Colors ---------- */
.badge {
  --color-badge-background: 0, 0, 0 !important;
  --color-badge-foreground: 255, 255, 255 !important;
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 2px;
}
.price--on-sale .price-item--sale,
.price--on-sale .price-item--last,
.price .price-item--sale {
  color: #2a8703 !important;
  font-weight: 700;
}
.price--on-sale .price-item--regular {
  color: #999 !important;
  text-decoration: line-through !important;
}
/* Colors count text */
.card__color-count {
  color: #666 !important;
}

/* ---------- 13. Search ---------- */
.search__input {
  border-radius: 24px;
  border: 1px solid #ddd;
}

/* ---------- 14. Mobile Responsive ---------- */
@media (max-width: 749px) {
  .header__heading-logo {
    max-width: 90px;
  }
  .header {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .product__title {
    font-size: 22px;
  }
  .product__price .price-item {
    font-size: 18px;
  }
  .product-form__submit {
    padding: 14px 24px;
    font-size: 14px;
  }
  .footer .grid {
    gap: 24px;
  }
  .banner__buttons .button {
    padding: 10px 24px;
    font-size: 13px;
  }
  .card__heading {
    font-size: 13px;
  }
  .price {
    font-size: 13px;
  }
}
@media (max-width: 389px) {
  .page-width {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ---------- 15. Misc Overrides ---------- */
/* Remove Dawn default section spacing borders */
.section-template--*:not(:first-child) {
  border-top: none;
}
/* Clean up rich text default section */
.rich-text__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
/* Featured collection title */
.featured-collection .title-wrapper-with-link .title {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
}
/* View all link */
.view-all {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
}


/* Hide Sale badge in cart notification popup */
.cart-notification .badge,
.cart-notification-product .badge,
#cart-notification .badge,
.cart-item .badge {
  display: none !important;
}


/* Cart notification popup — solid white background */
#cart-notification,
.cart-notification {
  background-color: #fff !important;
  background: #fff !important;
}
