/** Shopify CDN: Minification failed

Line 475:18 Expected identifier but found whitespace
Line 475:31 Unexpected ";"

**/
/* Paper Parade Style Override for Dawn Theme */

:root {
  --paper-accent: #6B4FE8;
  --paper-accent-hover: #5A3DD4;
  --paper-text-muted: rgba(26, 26, 46, 0.55);
  --paper-border-light: rgba(107, 79, 232, 0.12);
  --paper-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Typography refinements */
body {
  letter-spacing: 0.02rem;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5 {
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

/* Announcement bar styling */
.announcement-bar {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Header refinements */
.header {
  border-bottom: 1px solid var(--paper-border-light);
  transition: box-shadow var(--paper-transition), background-color var(--paper-transition);
}

.section-header.shopify-section-header-sticky {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header__heading-link {
  transition: opacity var(--paper-transition);
}

.header__heading-link:hover {
  opacity: 0.7;
}

/* Navigation links */
.header__menu-item {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: none;
  position: relative;
  padding: 0.8rem 1.5rem;
}

.header__menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--paper-accent);
  transition: width var(--paper-transition), left var(--paper-transition);
}

.header__menu-item:hover::after {
  width: 60%;
  left: 20%;
}

/* Buttons */
.button,
.shopify-challenge__button,
.customer button {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1.2rem 3rem;
  transition: all var(--paper-transition);
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.button--secondary:hover {
  background-color: rgba(var(--color-button), 0.05);
}

/* Product cards - Paper style */
.card-wrapper {
  transition: transform var(--paper-transition);
}

.card-wrapper:hover {
  transform: translateY(-4px);
}

.card {
  border-radius: 8px;
  overflow: hidden;
}

.card__inner {
  border-radius: 8px;
}

.card__media {
  overflow: hidden;
  border-radius: 8px;
}

.card__media .media img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-wrapper:hover .card__media .media img {
  transform: scale(1.05);
}

.card__content {
  padding: 1.2rem 0.4rem;
}

.card__heading {
  font-family: var(--font-body-family);
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.card-information .price {
  font-size: 1.4rem;
  font-weight: 600;
}

/* Quick add button */
.quick-add__submit {
  border-radius: 40px;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: all var(--paper-transition);
}

.quick-add__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}

/* Image banner / Hero */
.banner {
  border-radius: 0;
}

.banner__content {
  max-width: 60rem;
}

.banner__heading {
  font-size: calc(var(--font-heading-scale) * 4.5rem);
  line-height: 1.1;
}

@media screen and (min-width: 750px) {
  .banner__heading {
    font-size: calc(var(--font-heading-scale) * 6rem);
  }
}

.banner__text {
  font-size: 1.6rem;
  max-width: 48rem;
  margin: 0 auto;
}

/* Section titles */
.section-header__title,
.title {
  font-size: calc(var(--font-heading-scale) * 2.8rem);
  position: relative;
}

/* Rich text section */
.rich-text__wrapper {
  max-width: 72rem;
  margin: 0 auto;
}

.rich-text__text p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--paper-text-muted);
}

/* Collection list */
.collection-list__item .card__media {
  border-radius: 8px;
  overflow: hidden;
}

.collection-list__item .card__content {
  text-align: center;
}

/* Newsletter section */
.newsletter__wrapper {
  max-width: 50rem;
  margin: 0 auto;
  text-align: center;
}

.newsletter__subheading {
  font-size: 1.5rem;
  color: var(--paper-text-muted);
}

.newsletter-form__field-wrapper {
  max-width: 40rem;
  margin: 0 auto;
}

.newsletter-form__field-wrapper .field__input {
  border-radius: 40px;
  padding: 1.2rem 2rem;
}

.newsletter-form__button {
  border-radius: 40px;
}

/* Footer */
.footer {
  border-top: 1px solid var(--paper-border-light);
  padding-top: 6rem;
}

.footer__content-top {
  padding-bottom: 4rem;
}

.footer-block__heading {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.6rem;
}

.footer-block__details-content a {
  font-size: 1.4rem;
  transition: color var(--paper-transition);
}

.footer-block__details-content a:hover {
  color: var(--paper-accent);
}

.footer__copyright {
  font-size: 1.2rem;
  color: var(--paper-text-muted);
}

/* Cart drawer styling */
.cart-drawer {
  border-radius: 0;
}

.cart-drawer__head {
  padding: 2rem 2.5rem;
  border-bottom: 1px solid var(--paper-border-light);
}

.cart-drawer__close {
  transition: transform var(--paper-transition);
}

.cart-drawer__close:hover {
  transform: rotate(90deg);
}

.drawer__cart-items-wrapper {
  padding: 2rem 2.5rem;
}

/* Featured collection section */
.featured-collection .slider {
  scroll-padding-left: 0;
}

/* Image with text */
.image-with-text {
  overflow: hidden;
}

.image-with-text .media {
  border-radius: 8px;
  overflow: hidden;
}

.image-with-text__content {
  padding: 4rem;
}

/* Multicolumn section */
.multicolumn .multicolumn-list__item {
  text-align: center;
}

.multicolumn .media {
  border-radius: 8px;
  overflow: hidden;
}

/* Collapsible content / FAQ */
.collapsible-content__wrapper {
  max-width: 80rem;
  margin: 0 auto;
}

/* Slideshow */
.slideshow .banner {
  border-radius: 0;
}

/* Product page */
.product__title {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

.product__text {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--paper-text-muted);
}

/* Collection page */
.collection-hero__title {
  font-size: calc(var(--font-heading-scale) * 3.5rem);
}

/* Scrollbar styling */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(44, 44, 44, 0.2);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(44, 44, 44, 0.35);
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Focus styles */
*:focus-visible {
  outline: 2px solid var(--paper-accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* Selection color */
::selection {
  background-color: rgba(107, 79, 232, 0.18);
  color: #1A1A2E;
}

/* Loading animation override */
@keyframes paperFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate--slide-in {
  animation: paperFadeIn 0.6s ease forwards;
}

/* Announcement bar - Paper dark style */
.announcement-bar-section {
  position: relative;
  z-index: 10;
}

.utility-bar {
  font-size: 1.1rem;
  letter-spacing: 0.12em;
}

/* View all / Link styles */
.collection-product-card .view-all a,
.link--text {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  transition: color var(--paper-transition);
}

.link--text:hover {
  color: var(--paper-accent);
}

/* Badge improvements */
.badge {
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
}

/* Mega menu Paper style */
.mega-menu__content {
  padding: 3rem 0;
  border-top: 1px solid var(--paper-border-light);
}

.mega-menu__link {
  font-size: 1.4rem;
  padding: 0.6rem 0;
  transition: color var(--paper-transition);
}

.mega-menu__link:hover {
  color: var(--paper-accent);
}

/* Drawer / Cart overlay */
.cart-drawer__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.drawer__inner {
  max-width: 42rem;
}

/* Price styling */
.price-item--sale {
  color: var(--paper-accent);
}
  text-decoration: line-through;
  opacity: 0.6;
}

/* Pagination */
.pagination__item {
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--paper-transition);
}

.pagination__item:hover,
.pagination__item--current {
  background-color: rgba(var(--color-foreground), 0.08);
}

/* Search overlay */
.search-modal__content {
  border-radius: 0 0 12px 12px;
}

.search-modal .field__input {
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
}

/* Image with text - Paper style spacing */
.image-with-text .image-with-text__media-item {
  border-radius: 8px;
  overflow: hidden;
}

/* Predictive search */
.predictive-search__item {
  padding: 1rem 1.5rem;
  transition: background-color var(--paper-transition);
}

.predictive-search__item:hover {
  background-color: rgba(var(--color-foreground), 0.03);
}

/* Responsive adjustments */
@media screen and (max-width: 749px) {
  .banner__heading {
    font-size: calc(var(--font-heading-scale) * 3rem);
  }

  .card__content {
    padding: 1rem 0.2rem;
  }

  .button {
    padding: 1rem 2rem;
  }

  .footer {
    padding-top: 4rem;
  }

  .header__menu-item {
    font-size: 1.5rem;
    padding: 1.2rem 0;
  }

  .announcement-bar {
    font-size: 1.1rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .card__heading {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 990px) {
  .header__menu-item {
    font-size: 1.3rem;
  }

  .footer__content-top {
    gap: 4rem;
  }
}
