/** Shopify CDN: Minification failed

Line 552:21 Unexpected "*"

**/
/* ==========================================================================
   SEEBOrganics — Full Site Polish
   ========================================================================== */

/* ---------- 1. TYPOGRAPHY REFINEMENT ---------- */

h1, h2, h3, h4, h5, h6,
.h0, .h1, .h2, .h3, .h4, .h5,
.title,
.card__heading,
.banner__heading {
  letter-spacing: 0.02em;
  line-height: 1.15;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1, .h0 {
  letter-spacing: -0.015em;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  line-height: 1.7;
  max-width: 72ch;
}

.caption,
.price,
.card__information,
.product__text {
  letter-spacing: 0.04em;
}

.badge,
.card__badge,
.announcement-bar__message,
.header__menu-item span {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.85em;
}


/* ---------- 2. BUTTON SYSTEM ---------- */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button,
.shopify-payment-button__button--unbranded,
.cart__checkout-button,
.form__submit {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease,
    filter 0.3s ease;
  will-change: transform, box-shadow;
  isolation: isolate;
}

.button::after,
.cart__checkout-button::after,
.form__submit::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 100%
  );
  transition: left 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.button:hover::after,
.cart__checkout-button:hover::after,
.form__submit:hover::after {
  left: 100%;
}

.button:hover,
.shopify-challenge__button:hover,
.customer button:hover,
button.shopify-payment-button__button:hover,
.cart__checkout-button:hover,
.form__submit:hover {
  transform: translateY(-2px);
  box-shadow:
    0 4px 12px rgba(var(--color-button), 0.25),
    0 1px 3px rgba(var(--color-button), 0.1);
  filter: brightness(1.06);
}

.button:active,
.shopify-challenge__button:active,
.customer button:active,
button.shopify-payment-button__button:active,
.cart__checkout-button:active,
.form__submit:active {
  transform: translateY(0) scale(0.97);
  box-shadow: 0 1px 4px rgba(var(--color-button), 0.15);
  transition-duration: 0.1s;
}

.button--secondary:hover {
  box-shadow:
    0 4px 12px rgba(var(--color-foreground), 0.1),
    0 1px 3px rgba(var(--color-foreground), 0.06);
  border-color: rgba(var(--color-foreground), 0.3);
}

.button:focus-visible,
.shopify-payment-button__button:focus-visible {
  outline: 2px solid rgba(var(--color-button), 0.5);
  outline-offset: 3px;
  box-shadow: 0 0 0 4px rgba(var(--color-button), 0.15);
}

.quantity__button {
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.quantity__button:hover {
  background-color: rgba(var(--color-foreground), 0.08);
  transform: scale(1.1);
}


/* ---------- 3. PRODUCT CARDS ---------- */

.card-wrapper,
.card--standard,
.card--card {
  transition:
    transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.card-wrapper:hover {
  transform: translateY(-6px);
  box-shadow:
    0 12px 40px rgba(var(--color-shadow), 0.1),
    0 4px 12px rgba(var(--color-shadow), 0.06);
}

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

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

.card__media .media {
  overflow: hidden;
}

.card__heading a {
  position: relative;
  display: inline;
  background-image: linear-gradient(
    rgba(var(--color-foreground), 0.3),
    rgba(var(--color-foreground), 0.3)
  );
  background-size: 0% 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: background-size 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
}

.card-wrapper:hover .card__heading a {
  background-size: 100% 1px;
}

.price-item--regular,
.price-item--sale {
  font-weight: 600;
  letter-spacing: 0.02em;
}

.price-item--sale {
  color: rgb(var(--color-foreground));
}

.card__badge .badge {
  font-size: 0.7rem;
  padding: 0.4em 0.8em;
  letter-spacing: 0.12em;
  border-radius: 2px;
}


/* ---------- 4. NAVIGATION & HEADER ---------- */

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

.shopify-section-header-sticky .header {
  box-shadow: 0 1px 0 rgba(var(--color-foreground), 0.06);
}

.header__menu-item,
.list-menu__item--link {
  position: relative;
  transition: color 0.25s ease;
}

.header__menu-item > span::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1.5px;
  background: currentColor;
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header__menu-item:hover > span::after {
  width: 100%;
  left: 0%;
}

.header__icon,
.header__icon--cart {
  transition: transform 0.25s ease, color 0.25s ease;
}

.header__icon:hover,
.header__icon--cart:hover {
  transform: scale(1.08);
  color: rgba(var(--color-foreground), 1);
}

.cart-count-bubble {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header__icon--cart:hover .cart-count-bubble {
  transform: scale(1.15);
}

.header__submenu,
.mega-menu__content {
  animation: menuReveal 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes menuReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu__link {
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.mega-menu__link:hover {
  padding-left: 4px;
  color: rgba(var(--color-foreground), 1);
}


/* ---------- 5. ANNOUNCEMENT BAR ---------- */

.announcement-bar {
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  transition: background-color 0.3s ease;
}

.announcement-bar__link:hover {
  opacity: 0.85;
}


/* ---------- 6. HERO / BANNER SECTIONS ---------- */

.banner__content {
  animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner__buttons .button {
  backdrop-filter: blur(4px);
}

.banner__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.25) 0%,
    transparent 60%
  );
  pointer-events: none;
  z-index: 1;
}


/* ---------- 7. COLLECTION PAGE ---------- */

.collection-hero__title {
  animation: fadeUp 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.facets__wrapper {
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
  padding-bottom: 1.2rem;
}

.facet-checkbox input[type='checkbox'] {
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.collection .grid__item {
  animation: cardFadeIn 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.collection .grid__item:nth-child(1) { animation-delay: 0.05s; }
.collection .grid__item:nth-child(2) { animation-delay: 0.1s; }
.collection .grid__item:nth-child(3) { animation-delay: 0.15s; }
.collection .grid__item:nth-child(4) { animation-delay: 0.2s; }
.collection .grid__item:nth-child(5) { animation-delay: 0.25s; }
.collection .grid__item:nth-child(6) { animation-delay: 0.3s; }
.collection .grid__item:nth-child(7) { animation-delay: 0.35s; }
.collection .grid__item:nth-child(8) { animation-delay: 0.4s; }

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ---------- 8. PRODUCT PAGE ---------- */

.product__media-item .media img {
  transition: transform 0.5s ease;
}

.product__media-item:hover .media img {
  transform: scale(1.03);
}

.product-form__input .field__label,
variant-radios label {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

variant-radios label:hover {
  border-color: rgba(var(--color-foreground), 0.5);
  box-shadow: 0 2px 8px rgba(var(--color-foreground), 0.08);
}

.product__info-wrapper > * {
  animation: fadeUp 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.product__info-wrapper > *:nth-child(1) { animation-delay: 0.1s; }
.product__info-wrapper > *:nth-child(2) { animation-delay: 0.15s; }
.product__info-wrapper > *:nth-child(3) { animation-delay: 0.2s; }
.product__info-wrapper > *:nth-child(4) { animation-delay: 0.25s; }
.product__info-wrapper > *:nth-child(5) { animation-delay: 0.3s; }

.product__accordion .accordion__content {
  transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              opacity 0.3s ease;
}

details[open] summary .icon-caret {
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}


/* ---------- 9. CART DRAWER ---------- */

.cart-drawer {
  animation: drawerSlide 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@keyframes drawerSlide {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.cart-item {
  transition: background-color 0.2s ease;
  border-radius: 8px;
  padding: 0.8rem;
}

.cart-item:hover {
  background-color: rgba(var(--color-foreground), 0.02);
}

.cart-item__media img {
  transition: transform 0.3s ease;
  border-radius: 6px;
}

.cart-item:hover .cart-item__media img {
  transform: scale(1.04);
}

cart-remove-button a {
  transition: color 0.2s ease, transform 0.2s ease;
}

cart-remove-button a:hover {
  color: rgba(var(--color-foreground), 1);
  transform: scale(1.1);
}


/* ---------- 10. FORMS & INPUTS ---------- */

.field__input,
.select__select,
.customer .field input,
.customer .field textarea,
.form__comment textarea {
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer .field textarea:focus,
.form__comment textarea:focus {
  border-color: rgba(var(--color-foreground), 0.4);
  box-shadow: 0 0 0 3px rgba(var(--color-foreground), 0.06);
  outline: none;
}

.field__input:hover,
.select__select:hover {
  border-color: rgba(var(--color-foreground), 0.25);
}

.newsletter-form__field-wrapper .field__input {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}


/* ---------- 11. FOOTER ---------- */

.footer-block__details-content a {
  position: relative;
  transition: color 0.2s ease;
}

.footer-block__details-content a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.footer-block__details-content a:hover::after {
  width: 100%;
}

.footer-block__details-content a:hover {
  color: rgba(var(--color-foreground), 1);
}

.social-icons__link {
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.25s ease;
}

.social-icons__link:hover {
  transform: translateY(-3px) scale(1.1);
  opacity: 1;
}

.footer__payment .list--payment .list-payment__item {
  transition: opacity 0.2s ease;
  opacity: 0.6;
}

.footer__payment .list--payment .list-payment__item:hover {
  opacity: 1;
}


/* ---------- 12. GLOBAL SPACING & RHYTHM ---------- */

@media screen and (min-width: 750px) {
  .section-template--*:not(:first-child) {
    margin-top: calc(var(--spacing-sections-desktop) * 1.1);
  }
}


/* ---------- 13. SCROLL ANIMATIONS ---------- */

@media (prefers-reduced-motion: no-preference) {
  .scroll-trigger {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .scroll-trigger.scroll-trigger--active,
  .scroll-trigger.animate--slide-in {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ---------- 14. MICRO-INTERACTIONS ---------- */

.media img {
  transition: opacity 0.4s ease;
}

img[loading='lazy'] {
  opacity: 0;
}

img[loading='lazy'].loaded,
img[loading='lazy']:not([src='']) {
  opacity: 1;
}

::selection {
  background: rgba(var(--color-button), 0.15);
  color: rgb(var(--color-foreground));
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

*:focus-visible {
  outline: 2px solid rgba(var(--color-foreground), 0.4);
  outline-offset: 2px;
  border-radius: 2px;
}


/* ---------- 15. LOADING & SKELETON STATES ---------- */

.img-loaded {
  opacity: 1;
}


/* ---------- 16. RESPONSIVE POUCH SIGNMENTS ---------- */

@media (hover: none) and (pointer: coarse) {
  .card-wrapper:hover {
    transform: none;
    box-shadow: none;
  }

  .card-wrapper:hover .card__media .media img {
    transform: none;
  }

  .button {
    min-height: 48px;
    min-width: 48px;
  }

  .quantity__button {
    min-height: 44px;
    min-width: 44px;
  }

  .button::after,
  .cart__checkout-button::after {
    display: none;
  }
}

/* ---------- 17. REDUCED MOTION RESPECT ---------- */

@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;
  }

  .card-wrapper:hover {
    transform: none;
  }

  .button:hover {
    transform: none;
  }
}


/* ---------- 18. CART ITEM TITLE - WORD-BREAK FIX ---------- */
/* Ensures title wraps at word boundaries on any viewport. */
.cart-item__name,
.cart-item__name.break {
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
}


/* ---------- 18b. CART ITEM MOBILE LAYOUT FIX ---------- */
/* 2-column grid: fixed image column | flexible content column.
   The content column stacks: title (1 line, truncated) -> price -> quantity.
   The separate totals cell is hidden — price already lives inside .cart-item__details. */
@media screen and (max-width: 749px) {
  .cart-item {
    grid-template: repeat(2, auto) / 90px 1fr !important;
    padding: 0 !important;
  }
  .cart-item__media {
    grid-row: 1 / 3 !important;
    grid-column: 1 !important;
  }
  .cart-item__details {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0 !important;
  }
  /* Hide the separate totals price cell — price already shows inside .cart-item__details */
  .cart-item__totals {
    display: none !important;
  }
  .cart-item__quantity {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
  /* Image fills its fixed 90px column */
  .cart-item__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  /* Product name: single line with ellipsis for long titles */
  .cart-item__name {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    max-width: 100% !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
  }
}


/* ---------- 19. UPSELL.COM WIDGET - BRAND COLORS ---------- */
/* Override grey background on the product recommendations widget */
.shopify-app-block,
.shopify-section-apps {
  background-color: transparent !important;
}

[class*='reconvert'],
[id*='reconvert'],
reconvert-upsell,
.rc-upsell-widget,
.rc-widget,
.upsell-widget,
.upsell-offer {
  background-color: #F0E9DC !important;
  color: #1C1A17 !important;
}

[class*='reconvert'] button,
[class*='reconvert'] [class*='btn'],
[mass*='reconvert'] [class*='button'],
.rc-upsell-widget button,
.upsell-widget button,
.upsell-offer button {
  background-color: #C8882A !important;
  color: #ffffff !important;
  border-color: #C8882A !important;
}

[class*='reconvert'] button:hover,
[class*='reconvert'] [class*='btn']:hover,
.rc-upsell-widget button:hover {
  background-color: #1C1A17 !important;
  border-color: #1C1A17 !important;
}
