/** Shopify CDN: Minification failed

Line 215:4 Unexpected "{"
Line 215:5 Expected identifier but found "%"
Line 215:45 Unexpected "{"
Line 215:46 Expected identifier but found "%"
Line 301:2 Unexpected "{"
Line 301:3 Expected identifier but found "%"
Line 301:37 Unexpected "{"
Line 301:38 Expected identifier but found "%"

**/
.product-main .product-media {
  margin-top: calc(5 * var(--space-unit));
  margin-bottom: calc(5 * var(--space-unit));
}

.product-details__calc .h4 {
  margin-bottom: 1.1em;
}

@media (min-width: 769px) {
  :root {
    --product-column-padding: calc(8 * var(--space-unit));
    --product-info-width: max(47%, 440px);
  }
  .shopify-section:not(.product-details) {
    clear: both;
  }
  .product-breadcrumbs .breadcrumbs {
    width: calc(100% - var(--product-info-width));
    padding-inline-end: var(--product-column-padding);
    overflow: hidden;
  }
  .product-breadcrumbs + .product-main .product-media,
.product-breadcrumbs + .product-main .product-info {
    padding-top: 0;
  }
  .product-breadcrumbs + .product-main .product-info::before,
.product-breadcrumbs + .product-main .product-info::after {
    top: calc(-10 * var(--space-unit) - 1em - 2px);
  }
  .product-main .product-media,
.product-main + .product-details > .container {
    width: calc(100% - var(--product-info-width));
    float: left;
    clear: left;
  }
  .product-main .product-media {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: calc(10 * var(--space-unit));
    padding-bottom: calc(var(--section-gap) * var(--fluid-1-5) - 5px);
    padding-inline-end: var(--product-column-padding);
  }
  .product-main .product-info {
    position: relative;
    width: var(--product-info-width);
    padding: calc(10 * var(--space-unit)) 0 calc(var(--section-gap) * var(--fluid-1-5));
    padding-inline-start: var(--product-column-padding);
    float: right;
    background-color: rgba(var(--bg-color));
  }
  .product-main .sticky__scroll {
    min-height: var(--sticky-height, 0);
  }
  .sticky-scroll {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-end-padded, 48px);
    padding-bottom: 0;
  }
  .product-main + .product-details {
    max-width: calc(var(--page-width, 1320px) + var(--gutter) * 2);
    margin: 0 auto;
    padding: 0 var(--gutter);
  }
  .product-main + .product-details > .container {
    max-width: none;
    margin: 0;
    padding-top: calc(2 * var(--space-unit));
    padding-bottom: calc(10 * var(--space-unit));
    padding-inline-start: 0;
    padding-inline-end: var(--product-column-padding);
  }
  .product-main + .product-details + .shopify-section::before {
    top: 1px;
  }
  [dir=rtl] .product-main .product-media,
[dir=rtl] .product-main + .product-details > .container {
    float: right;
    clear: right;
  }
  [dir=rtl] .product-main .product-info {
    float: left;
  }
  [dir=rtl] .product-main .product-info::before, [dir=rtl] .product-main .product-info::after {
    right: -1px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .product-main .product-media,
.product-main .product-info {
    padding-top: calc(12 * var(--space-unit));
  }
}

/* PDP Back breadcrumb button */
.breadcrumbs {
  gap: 10px;
}

.breadcrumbs-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.14);
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;

    /* ✅ smooth hover */
  transition:
    transform 180ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
  will-change: transform;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
}

.breadcrumbs-back__icon {
  font-size: 18px;
  line-height: 1;
  margin-top: -1px;
}

.breadcrumbs-back:hover {
  border-color: rgba(0,0,0,0.28);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.breadcrumbs-back:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.breadcrumbs-back:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(213, 62, 141, 0.22);
  border-color: #D53E8D;
}

/* Optional: on very small screens keep it compact */
@media (max-width: 420px) {
  .breadcrumbs-back {
    padding: 7px 9px;
    border-radius: 9px;
  }
  .breadcrumbs-back__text {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce){
  .breadcrumbs-back{ transition:none; }
}

      .apao-box{ border:1px solid rgba(var(--text-color)/.15); border-radius:14px; overflow:hidden; background:#fff; margin-top:2rem; }
      .apao-header{ padding:12px 12px 10px; }
      .apao-header__title{ color:#D53E8D; font-weight:600; line-height:1.2; margin:0 0 2px 0; font-size:1.75rem; }
      .apao-header__subtitle{ color:#1a1a1a; font-size:1.25rem; line-height:1.3; margin:0; }
      @media (min-width:992px){ .apao-header{ padding:16px 20px 8px; } }

      .apao-card{ display:grid; grid-template-columns:72px 1fr auto; gap:12px; align-items:center; padding:12px; background:#fff; border-top:1px solid #eee; border-radius:0; }
      .apao-media{ display:block; border-radius:12px; overflow:hidden; align-self:center; }
      .apao-img{ width:100%; height:100%; object-fit:cover; display:block; aspect-ratio:1/1; }
      .apao-img--ph{ background:#fafafa; }
      .apao-info{ display:flex; flex-direction:column; gap:6px; align-self:center; }
      .apao-title{ font-weight:500; line-height:1.25; margin:0; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; text-decoration:none; color:inherit; }
      .apao-price .price, .apao-price__text{ font-weight:700; margin:0; white-space:nowrap; }

      @media (min-width:992px){
        .apao-card{ gap:18px; padding:18px 20px; }
        .apao-title{ -webkit-line-clamp:1; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:1.5rem; }
      }

      .apao-sec .card--related{ margin:0 !important; }
      .apao-card product-form, .apao-card .js-product-form{ margin:0 !important; padding:0 !important; border:0 !important; }
      .apao-card .card__buttons{ margin:0 !important; padding:0 !important; }

      /* --- DESKTOP (≥992px) --- */
@media (min-width: 992px){
  /* 1) Freeze the three columns: image | info (can shrink) | button (fixed) */
  .apao-card{
    column-gap: 18px;
    align-items: center;
    padding: 18px 20px;

  }

  /* 2) Allow the middle column to actually shrink so ellipsis can work */
  .apao-info{ min-width: 0; display: flex; flex-direction: column; gap: 6px; }

  /* 3) Single-line title with ellipsis */
  .apao-title{
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset;   /* ensure single line on desktop */
    {% comment %} -webkit-box-orient: unset; {% endcomment %}
    font-size: 1.5rem;
  }

  /* 4) Keep the button in its own fixed column and prevent shrinking */
  .card__buttons{
    grid-column: 3;
    justify-self: end;
    align-self: center;
    min-width: 52px;
    display: flex;
    flex-shrink: 0;
    margin: 0 !important;
    padding: 0 !important;
  }

  .apao-add{
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 12px;
  }

  .apao-add__label{ display: none; }
  .apao-add svg{ width: 20px; height: 20px; }
}

    button[name="add"][data-ap-force-preorder="true"] {
      position: relative;
      /* hide existing text from theme JS swaps */
      color: transparent !important;
    }
    button[name="add"][data-ap-force-preorder="true"] * {
      visibility: hidden !important;
    }
    button[name="add"][data-ap-force-preorder="true"]::before {
      content: "Pre-order Now";
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      /* inherit your button typography/colors */
      color: #fff;            /* adjust if your primary button has dark text */
      font-weight: 600;
      letter-spacing: .01em;
    }

        button[name="add"][data-button-state="preorder"] {
      display: flex !important;
      flex-direction: column !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0.75rem 1.5rem !important;
      line-height: 1.2 !important;
      min-height: 3.5rem !important;
    }
    button[name="add"][data-button-state="preorder"] .preorder-main-text {
      font-size: 1.5rem !important;
      font-weight: 600 !important;
      margin-bottom: 0.125rem !important;
      color: white !important;
    }
    button[name="add"][data-button-state="preorder"] .preorder-sub-text {
      font-size: 1.25rem !important;
      font-weight: 400 !important;
      color: rgba(255,255,255,0.9) !important;
      opacity: 0.9 !important;
    }
    button[name="add"] {
      transition: all 0.2s ease !important;
    }
    @media (max-width: 768px) {
      button[name="add"][data-button-state="preorder"] {
        min-height: 3.25rem !important;
        padding: 0.6rem 1.25rem !important;
      }
      .preorder-main-text { font-size: 0.95rem !important; }
      .preorder-sub-text  { font-size: 0.85rem !important; }
    }

        .product-diet-badges{
  display:inline-flex;
  gap:.375rem;
  flex-wrap:wrap;
  vertical-align:middle;
  {% comment %} margin-bottom: 1rem; {% endcomment %}
}

.diet-badge{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:2px 8px;
  border-radius:9999px;
  font-size:1.25rem;
  line-height:1.25;
  font-weight:600;
  border:1px solid currentColor;
  user-select:none;
  white-space:nowrap;
}

.diet--halal{ color:#0ea5e9; background:rgba(14,165,233,.08); border-color:rgba(14,165,233,.35); }
.diet--vegan{ color:#16a34a; background:rgba(22,163,74,.08);  border-color:rgba(22,163,74,.35); }
.diet--gf   { color:#a855f7; background:rgba(168,85,247,.10); border-color:rgba(168,85,247,.35); }

.product-vendor-sku{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:.25rem;
}
.product-vendor-sku > *{ margin-right:.125rem; }

.product-diet-badges{
  display:inline-flex;
  gap:.375rem;
  flex-wrap:wrap;
  vertical-align:middle;
}
.diet-badge{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:2px 8px;
  border-radius:9999px;
  font-size:.88em;
  line-height:1.25;
  font-weight:600;
  border:1px solid currentColor;
  user-select:none;
  white-space:nowrap;
}
/* Brandable colours */
.diet--halal{ color:#0ea5e9; background:rgba(14,165,233,.08); border-color:rgba(14,165,233,.35); }
.diet--vegan{ color:#16a34a; background:rgba(22,163,74,.08);  border-color:rgba(22,163,74,.35); }
.diet--vegetarian{ color:#10b981; background:rgba(16,185,129,.10); border-color:rgba(16,185,129,.35); }
.diet--gf   { color:#a855f7; background:rgba(168,85,247,.10); border-color:rgba(168,85,247,.35); }
.diet--sf{ color:#D53E8D; background:rgba(245, 11, 89, 0.1); border-color:rgba(245, 11, 109, 0.35); }


.product-vendor-sku{
  display:flex; align-items:center; flex-wrap:wrap; gap:.25rem;
}
.product-vendor-sku > *{ margin-right:.125rem; }
