/** Shopify CDN: Minification failed

Line 233:19 Unexpected "*"

**/
/* ═══════════════════════════════════════════════════════════════════════════
   Onshore Roasters — Global Design Override
   Apple-inspired refinement layered on the Sitar base theme.
   Brand tokens: ink #121212 · paper #FFFFFF · cream #E8D8C1 · sage #C2C69D
                  taupe #BA9C8C · muted #757575 · line #E5E5E5
   Font: DM Sans
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── 1. Foundation ─────────────────────────────────────────────────────── */

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #121212;
  letter-spacing: -0.011em;
  line-height: 1.6;
}

::selection {
  background: #C2C69D;
  color: #121212;
}

/* ── 2. Typography ─────────────────────────────────────────────────────── */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.rte h1, .rte h2, .rte h3 {
  letter-spacing: -0.025em;
  line-height: 1.12;
  font-weight: 700;
}

h1, .h1 {
  font-weight: 700;
}

h2, .h2 {
  font-weight: 600;
}

h3, .h3 {
  font-weight: 600;
}

p, .rte p {
  line-height: 1.65;
  color: #121212;
}

.caption,
.caption-with-letter-spacing {
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8125rem;
  color: #757575;
}

/* Subheadings / eyebrow text */
.subtitle,
.card__heading a,
.blog-articles__article-title a,
.collapsible-content__heading {
  letter-spacing: -0.01em;
}

/* ── 3. Links & Interactions ───────────────────────────────────────────── */

a {
  transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

/* ── 4. Buttons — Apple-inspired ───────────────────────────────────────── */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 14px 32px;
  border-radius: 980px; /* pill shape — Apple signature */
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-transform: none;
  font-size: 1rem;
  min-height: 3.2rem;
  border: none;
  position: relative;
  overflow: hidden;
}

.button:hover:not([disabled]),
.shopify-challenge__button:hover,
.customer button:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.button:active:not([disabled]) {
  transform: scale(0.98);
}

.button.button--secondary {
  border: 1.5px solid currentColor;
  background: transparent;
  border-radius: 980px;
}

.button.button--secondary:hover:not([disabled]) {
  background: #121212;
  color: #FFFFFF;
  border-color: #121212;
}

/* ── 5. Cards & Surfaces ──────────────────────────────────────────────── */

.card,
.card--card,
.card--standard,
.blog-articles__article,
.collection-card-wrapper {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card:hover,
.card--card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.card__media,
.card__media img,
.media img {
  border-radius: 12px;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.card:hover .card__media img,
.card:hover .media img {
  transform: scale(1.03);
}

.card__content {
  padding: 1.25rem;
}

.card__heading {
  font-weight: 600;
  letter-spacing: -0.015em;
}

/* ── 6. Product Grid ──────────────────────────────────────────────────── */

.product-grid .grid__item {
  transition: transform 0.3s ease;
}

.price {
  font-weight: 600;
  letter-spacing: -0.01em;
}

.price--on-sale .price-item--regular {
  opacity: 0.5;
}

/* ── 7. Product Page ──────────────────────────────────────────────────── */

.product__title h1 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.product__description .rte {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #757575;
}

.product__info-wrapper {
  padding-top: 2rem;
}

/* ── 8. Image Banner / Hero ───────────────────────────────────────────── */

.banner,
.image-with-text {
  border-radius: 16px;
  overflow: hidden;
}

.banner__content {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.banner__heading {
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

/* ── 9. Section Spacing ───────────────────────────────────────────────── */

.section-template--*,
.shopify-section {
  margin-top: 0;
}

.shopify-section + .shopify-section {
  margin-top: 0;
}

/* ── 10. Header Refinement ────────────────────────────────────────────── */

.header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.header.scrolled-past-header,
.header.shopify-section-header-sticky {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header__heading-logo-image {
  transition: transform 0.3s ease;
}

.header__menu-item {
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.9375rem;
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}

.header__menu-item::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 1.5px;
  background: #C2C69D;
  transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.header__menu-item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* ── 11. Footer ───────────────────────────────────────────────────────── */

.footer {
  letter-spacing: -0.005em;
}

.footer__content-top {
  border-top: none;
}

.footer-block__heading {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1.25rem;
}

.footer-block a {
  transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-block a:hover {
  opacity: 0.7;
}

/* ── 12. Cart Drawer ──────────────────────────────────────────────────── */

.drawer {
  border-radius: 16px 0 0 16px;
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.1);
}

.drawer__header {
  border-bottom: 1px solid #E5E5E5;
  padding: 1.5rem 2rem;
}

.cart-item {
  border-radius: 12px;
  transition: background 0.2s ease;
}

/* ── 13. Testimonials ─────────────────────────────────────────────────── */

.testimonial-card,
.testimonials .card {
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover,
.testimonials .card:hover {
  border-color: #C2C69D;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

/* ── 14. Newsletter / Email Signup ────────────────────────────────────── */

.newsletter-form__field-wrapper input {
  border-radius: 980px;
  border: 1.5px solid #E5E5E5;
  padding: 14px 24px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-form__field-wrapper input:focus {
  border-color: #C2C69D;
  box-shadow: 0 0 0 3px rgba(194, 198, 157, 0.2);
  outline: none;
}

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

/* ── 15. Form Inputs ──────────────────────────────────────────────────── */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea,
select {
  border: 1.5px solid #E5E5E5;
  border-radius: 12px;
  padding: 12px 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-size: 1rem;
  background: #FFFFFF;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #C2C69D;
  box-shadow: 0 0 0 3px rgba(194, 198, 157, 0.15);
  outline: none;
}

/* ── 16. Collapsible / Accordion ──────────────────────────────────────── */

.accordion summary {
  transition: background 0.2s ease;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
}

.accordion summary:hover {
  background: rgba(0, 0, 0, 0.02);
}

.accordion .accordion__content {
  padding: 0 1.5rem 1.5rem;
  line-height: 1.7;
}

/* ── 17. Badge ────────────────────────────────────────────────────────── */

.badge {
  border-radius: 980px;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  padding: 4px 12px;
}

/* ── 18. Loading / Skeleton ───────────────────────────────────────────── */

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.loading-overlay {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
}

/* ── 19. Announcement Bar ─────────────────────────────────────────────── */

.announcement-bar {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ── 20. Scrolling Marquee ────────────────────────────────────────────── */

.scrollbar_marquee,
.marquee-section {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

/* ── 21. Multicolumn ──────────────────────────────────────────────────── */

.multicolumn-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.multicolumn-card:hover {
  transform: translateY(-3px);
}

.multicolumn-card__image-wrapper img {
  border-radius: 12px;
}

/* ── 22. Image With Text ──────────────────────────────────────────────── */

.image-with-text__media img {
  border-radius: 16px;
}

.image-with-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ── 23. Smooth Scrollbar ─────────────────────────────────────────────── */

::-webkit-scrollbar {
  width: 8px;
}

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

::-webkit-scrollbar-thumb {
  background: #E5E5E5;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #BA9C8C;
}

/* ── 24. Focus States (accessibility) ─────────────────────────────────── */

:focus-visible {
  outline: 2px solid #C2C69D;
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── 25. Icon With Text (product page) ────────────────────────────────── */

.icon-with-text {
  border-radius: 12px;
  padding: 1rem 1.25rem;
}

/* ── 26. Blog Cards ───────────────────────────────────────────────────── */

.article-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
              box-shadow 0.4s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.article-card__image img {
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.article-card:hover .article-card__image img {
  transform: scale(1.03);
}

/* ── 27. Rating Stars ─────────────────────────────────────────────────── */

.rating-star {
  color: #C2C69D;
}

/* ── 28. Mobile Refinement ────────────────────────────────────────────── */

@media screen and (max-width: 749px) {
  .button,
  .shopify-challenge__button,
  .customer button {
    padding: 12px 24px;
    font-size: 0.9375rem;
    width: 100%;
  }

  h1, .h1 {
    letter-spacing: -0.02em;
  }

  .product__title h1 {
    font-size: 1.75rem;
  }

  .card,
  .card--card {
    border-radius: 12px;
  }

  .banner,
  .image-with-text {
    border-radius: 12px;
  }
}

/* ── 29. Reduced Motion ───────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ── 30. Print ────────────────────────────────────────────────────────── */

@media print {
  .header,
  .footer,
  .announcement-bar,
  .cart-drawer {
    display: none;
  }
}
