:root {
  --ciq-blue: #3b66ad;

  --ciq-green: #8cc63f;

  --ciq-dark: #1e293b;

  --ciq-light-bg: #f8fafc;

  --ciq-border: #e2e8f0;

  --ciq-white: #ffffff;

  --ciq-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  --font-serif: "Lora", serif;

  --font-sans: "Figtree", sans-serif;
}

body {
  font-family: var(--font-sans);

  background-color: var(--ciq-white);

  color: #475569;

  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-font {
  font-family: var(--font-serif);

  font-weight: 700;

  color: var(--ciq-blue);
}

/* Branding */

.ciq-logo {
  text-decoration: none !important;
}

.ciq-logo img {
  height: 55px;

  width: auto;

  display: block;
}

/* Top Bar */

.top-bar {
  background-color: var(--ciq-white);

  border-bottom: 1px solid var(--ciq-border);

  font-size: 0.75rem;

  padding: 10px 0;

  font-weight: 600;

  letter-spacing: 0.3px;
}

/* Header */
#block-cropcommerce-page-title h1 {
  text-align: center;
  margin: 40px auto;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--ciq-green);
  width: 350px;
  max-width: 90%;
}
.main-header {
  background: rgba(255, 255, 255, 0.98);

  padding: 12px 0;

  border-bottom: 1px solid var(--ciq-border);

  z-index: 99;
}

.search-input {
  border-radius: 8px;

  border: 1px solid var(--ciq-border);

  padding: 10px 18px;

  font-size: 0.85rem;

  background: #f1f5f9;

  transition: var(--ciq-transition);

  font-family: var(--font-sans);
}

.search-input:focus {
  border-color: var(--ciq-green);

  background: white;

  box-shadow: 0 0 0 3px rgba(140, 198, 63, 0.1);

  outline: none;
}

.nav-link-custom {
  color: var(--ciq-dark);

  text-decoration: none;

  font-weight: 600;

  font-size: 0.85rem;

  padding: 8px 15px;

  border-radius: 6px;

  transition: var(--ciq-transition);
}

.nav-link-custom:hover {
  color: var(--ciq-blue);
  background: var(--ciq-light-bg);
}
.cart-block--summary a {
  text-decoration: none;
  color: var(--ciq-white);
}
body .cart-offcanvas {
  padding-top: 0px !important;
  padding: 10px !important;
}
.cart--cart-offcanvas__close {
  direction: rtl;
}
.cart--cart-offcanvas__close .button {
  font-size: xx-large;
}
.cart-block--offcanvas-contents::before {
  content: "Selection Center";
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  margin-top: -50px;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 2rem;
  color: var(--ciq-blue);
  display: block;
}
.cart-block--offcanvas-contents__links {
  margin-top: -55px;
}
.cart-block--offcanvas-contents__links a {
  background-color: #6c757d;
  text-decoration: none;
  border-color: #6c757d;
  color: #fff;
  padding: 10px 18px;
  font-weight: 500;
  border-radius: 6px;
}

.cart-block--offcanvas-contents__links a:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #fff;
}

.cart-block--offcanvas-contents__links a:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
/* Hero */

.hero {
  padding: 120px 0;
}

.hero h1 {
  font-size: 4.5rem;

  line-height: 1.1;

  margin-bottom: 25px;
}
.hero .hero_img {
  box-shadow: 0px 0rem 1rem 0px rgb(109 107 107 / 26%);
}

.btn-brand {
  padding: 18px 38px;

  border-radius: 10px;

  font-weight: 700;

  text-decoration: none;

  display: inline-flex;

  align-items: center;

  gap: 12px;

  transition: var(--ciq-transition);

  font-size: 0.95rem;

  font-family: var(--font-sans);
}

.btn-brand-primary {
  background: var(--ciq-blue);

  color: white;

  border: none;
}

.btn-brand-primary:hover {
  background: #2d518d;
  box-shadow: 0 12px 28px rgba(59, 102, 173, 0.3);
  color: white;
}

.btn-brand-outline {
  background: transparent;
  color: var(--ciq-green);
  border: 2px solid var(--ciq-green);
}

.btn-brand-outline:hover {
  background: var(--ciq-green);
  color: white;
}
.view-home-slider .owl-carousel .owl-item img {
  width: 97% !important;
}
/*cart-form*/
.cart-form .field--name-product-id a {
  text-decoration: none;
  color: var(--ciq-blue);
}
/* Stats */

.stat-box {
  border-right: 1px solid var(--ciq-border);

  padding: 40px;
}

.stat-box:last-child {
  border-right: none;
}

.stat-box .counter {
  font-family: var(--font-serif);
  font-size: 3rem;
  color: var(--ciq-blue);
  font-weight: 700;
  line-height: 1;
}

.stat-box .field--name-body {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 1.5px;
  margin-top: 12px;
}

/* Products */

.product-card {
  background: white;

  border: 1px solid var(--ciq-border);

  border-radius: 20px;

  overflow: hidden;

  transition: var(--ciq-transition);

  height: 100%;
}

.product-card:hover {
  border-color: var(--ciq-green);

  transform: translateY(-10px);

  box-shadow: -1px 1px 20px rgba(0, 0, 0, 0.08);
}

.product-img {
  height: 300px;

  background: #f8fafc;

  display: flex;

  align-items: center;

  justify-content: center;

  overflow: hidden;
}

.product-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.product-body {
  padding: 30px;
}

.product-cat {
  color: var(--ciq-green);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

.product-card .product-title a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--ciq-dark);
  margin-bottom: 15px;
  text-decoration: none;
  text-transform: capitalize;
}

.product-card .form-actions .button--primary {
  color: var(--ciq-green);
  border: 1px solid var(--ciq-green);
}
.product-card .form-actions .button--primary:hover {
  background: var(--ciq-green);
  box-shadow: 0 12px 28px rgba(59, 102, 173, 0.3);
  color: white;
}
.commerce-product .group-left .owl-carousel .owl-item img {
  max-width: 100%;
  width: 60%;
  margin: auto;
  border: 10px solid var(--bs-border-color);
  box-shadow: 0px 0rem 1rem 0px rgba(0, 0, 0, 0.15);
}
.commerce-product .group-left .field--name-field-youtube {
  text-align: center;
  margin-top: 20px;
}
.commerce-product .group-left .field--name-field-youtube iframe {
  border: 10px solid var(--bs-border-color);
  box-shadow: 0px 0rem 1rem 0px rgba(0, 0, 0, 0.15);
}
.commerce-product .field--name-field-package::after {
  content: " | ";
  font-family: var(--font-serif);
  font-weight: 700;
  color: var(--ciq-green);
}
.commerce-product .field--name-field-package,
.commerce-product .field--name-field-category {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--ciq-green);
}
#block-cropcommerce-content .view-content {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
#block-cropcommerce-content .view-commerce-cart-form .view-content {
  display: block;
  width: 100%;
}
.commerce-product .group-right .field--name-body {
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid var(--ciq-border);
  padding: 10px;
  margin-bottom: 10px;
}
.commerce-product .group-right .field--name-body::before {
  content: "TECHNICAL SPECIFICATIONS";
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 2rem;
  color: var(--ciq-blue);
  display: block;
}
.commerce-product .group-right .button--primary {
  background: var(--ciq-blue);
  color: white;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  width: 100%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 0.95rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  padding-left: 3rem;
  flex-grow: 1;
  font-family: var(--font-sans);
  transition: var(--ciq-transition);
  -webkit-transition: var(--ciq-transition);
  -moz-transition: var(--ciq-transition);
  -ms-transition: var(--ciq-transition);
  -o-transition: var(--ciq-transition);
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  text-align: center;
  user-select: none;
  vertical-align: middle;
}
.commerce-product .group-right .button--primary:hover {
  background: #2d518d;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(59, 102, 173, 0.3);
  color: white;
}
.commerce-product .group-right .field--name-body strong {
  color: var(--ciq-blue);
}
.commerce-product .group-right .field--name-field-price {
  font-size: 2rem;
  color: inherit;
}
.commerce-product
  .group-right
  .field--name-field-price
  .commerce-product
  .group-right
  .field--name-body
  thead,
.commerce-product .group-right .field--name-body tbody,
.commerce-product .group-right .field--name-body tfoot,
.commerce-product .group-right .field--name-body tr,
.commerce-product .group-right .field--name-body td,
.commerce-product .group-right .field--name-body th {
  border-width: 2px;
  padding: 10px;
  border-color: #475569;
}
.commerce-product .group-right .field--name-body table,
#views-form-commerce-cart-form-default-4 table {
  border-collapse: collapse;
}
.block-views-blockproducts-block-1 .owl-nav .owl-next {
  width: 60px;
  padding: 0;
  margin: 0;
  background-position: center !important;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
}
.block-views-blockproducts-block-1 .owl-nav .owl-prev {
  width: 60px;
  padding: 0;
  margin: 0;
  background-position: center !important;
  background-color: transparent;
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
}
.block-views-blockproducts-block-1 .owl-nav .owl-prev span,
.block-views-blockproducts-block-1 .owl-nav .owl-next span {
  font-size: 64px;
}
.block-views-blockproducts-block-1 .owl-carousel .owl-stage-outer,
.hero .owl-carousel .owl-stage-outer {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (max-width: 768px) {
  .cart-offcanvas--right {
    width: 100% !important;
  }
  .commerce-product .group-right .field--name-body table,
  #views-form-commerce-cart-form-default-4 table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media screen and (min-width: 500px) and (max-width: 1024px) {
  .block-views-blockproducts-block-1 .owl-carousel .owl-item {
    width: 500px !important;
  }
  .block-views-blockproducts-block-1
    .owl-carousel
    .owl-item
    div:has(.product-card) {
    width: 100% !important;
  }
}
/* Footer */

footer {
  background: #0f172a;
  color: #94a3b8;
  padding: 100px 0 50px;
}

.footer-heading {
  color: white;
  font-weight: 800;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
  font-family: var(--font-sans);
}
.view-footer-blocks .img-fluid {
  width: 60%;
  text-align: center;
}
.footer-link {
  color: #94a3b8;
  text-decoration: none;
  transition: var(--ciq-transition);
  display: block;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: var(--ciq-green);
  padding-left: 8px;
}
@media screen and (min-width: 500px) and (max-width: 900px) {
  .commerce-product .group-left {
    width: 100%;
    height: auto;
  }
  .view-footer-blocks {
    text-align: center;
  }
}
@media screen and (min-width: 300px) and (max-width: 500px) {
  .block-views-blockfooter-blocks-block-2,
  .view-footer-blocks {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .field--name-field-youtube iframe {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  footer {
    text-align: center;
  }
  .row.commerce-product,
  .node--type-article {
    width: 100%;
    margin: auto;
  }
  .commerce-product .group-right,
  .node--type-article .group-right {
    padding: 0px;
    padding-top: 20px;
  }
  .commerce-product .group-right .field--name-body::before {
    font-size: 1.5rem;
  }
  .view-our-focus h6 {
    padding-top: 20px;
  }
  .hero {
    padding: 30px 0;
  }
  .hero img {
    margin-bottom: 20px;
  }
  .page-route-commerce-cart-page .block-system-main-block {
    padding: 10px;
  }
  .hero h1 {
    font-size: 3rem;
  }

  .stat-box {
    border-right: none;
    border-bottom: 1px solid var(--ciq-border);
    padding: 30px;
  }

  .ciq-logo img {
    height: 45px;
  }
}

/*commerce Product Page */

/* ==========================================================================
   CropIQ — Product Page Styling
   Scoped entirely under body.path-product so nothing here touches other
   pages on the site (which already have their own stylesheet).
   Design concept: "field to formula" — the warmth of soil and the precision
   of an agronomy lab sheet. A growth-stem underline is the signature motif;
   everything else stays quiet so it can land.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');

body.path-product{
  /* --- Palette ------------------------------------------------------- */
  --cq-bg:        #F6F4EC;   /* parchment / soil-paper */
  --cq-surface:   #FFFFFF;
  --cq-ink:       #202A1E;   /* near-black, green-tinted */
  --cq-muted:     #667065;
  --cq-forest:    #2B4A33;   /* deep leaf green — primary */
  --cq-leaf:      #6E9B37;   /* live leaf green — accent / actions */
  --cq-amber:     #B9843C;   /* soil amber — price / highlights */
  --cq-line:      #E4DFCF;   /* hairline borders */

  /* --- Type ------------------------------------------------------------ */
  --cq-font-display: 'Fraunces', Georgia, serif;
  --cq-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* --- Rhythm ------------------------------------------------------------ */
  --cq-radius: 10px;
  --cq-gap: 1.75rem;
  --cq-ease: cubic-bezier(.4,0,.2,1);

  background: var(--cq-bg);
  color: var(--cq-ink);
  font-family: var(--cq-font-body);
}

@media (prefers-reduced-motion: reduce){
  .path-product *{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
}

/* ==========================================================================
   Page shell
   ========================================================================== */

.path-product #block-cropcommerce-content{
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.25rem 4rem;
}

/* Load sequence — the whole block eases up into place once, kept simple */
.path-product #block-cropcommerce-content article{
  opacity: 0;
  animation: cq-rise .5s var(--cq-ease) forwards;
}

@keyframes cq-rise{
  from{ opacity: 0; transform: translateY(14px); }
  to{ opacity: 1; transform: translateY(0); }
}

/* ==========================================================================
   Tabs (View / Edit / Manage display / Variations)
   ========================================================================== */

.path-product .tabs-wrapper.tabs-primary{
  border-bottom: 1px solid var(--cq-line);
  margin: 1.5rem 0 2rem;
}
.path-product .nav-tabs.primary{
  gap: .25rem;
  border: none;
}
.path-product .nav-tabs.primary .nav-link{
  font-family: var(--cq-font-body);
  font-weight: 600;
  font-size: .85rem;
  letter-spacing: .02em;
  color: var(--cq-muted);
  border: none;
  border-radius: 0;
  padding: .65rem 1rem;
  position: relative;
  transition: color .2s var(--cq-ease);
}
.path-product .nav-tabs.primary .nav-link::after{
  content: '';
  position: absolute;
  left: 1rem; right: 1rem; bottom: -1px;
  height: 2px;
  background: var(--cq-leaf);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s var(--cq-ease);
}
.path-product .nav-tabs.primary .nav-link:hover{ color: var(--cq-forest); }
.path-product .nav-tabs.primary .nav-link.is-active,
.path-product .nav-tabs.primary .nav-link.active{
  color: var(--cq-forest);
  background: transparent;
}
.path-product .nav-tabs.primary .nav-link.is-active::after,
.path-product .nav-tabs.primary .nav-link.active::after{ transform: scaleX(1); }

/* ==========================================================================
   Page title
   ========================================================================== */

.path-product #block-cropcommerce-pagetitle h1{
  font-family: var(--cq-font-display);
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 3rem);
  color: var(--cq-forest);
  letter-spacing: -.01em;
  margin: 0 0 .25rem;
  position: relative;
  display: inline-block;
}

/* Signature growth-stem underline beneath the product name */
.path-product #block-cropcommerce-pagetitle h1::after{
  content: '';
  display: block;
  width: 64px;
  height: 3px;
  margin-top: .55rem;
  background: var(--cq-leaf);
  border-radius: 2px;
  animation: cq-stem-grow 1s .3s var(--cq-ease) both;
}
@keyframes cq-stem-grow{
  from{ width: 0; opacity: 0; }
  to{ width: 64px; opacity: 1; }
}

/* ==========================================================================
   Main content layout — image left, details right on desktop
   ========================================================================== */

.path-product #block-cropcommerce-content article{
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  grid-template-areas:
    "gallery sku"
    "gallery price"
    "gallery variations"
    "gallery package"
    "gallery category"
    "gallery vartitle"
    "gallery breef"
    "body body";
  gap: 0 var(--cq-gap);
  align-items: start;
}

.path-product .owl-slider-wrapper{ grid-area: gallery; position: sticky; top: 1.5rem; }
.path-product .field--name-sku{ grid-area: sku; }
.path-product .field--name-field-price{ grid-area: price; }
.path-product .field--name-variations{ grid-area: variations; }
.path-product .field--name-field-package{ grid-area: package; }
.path-product .field--name-field-category{ grid-area: category; }
.path-product .product--variation-field--variation_title__8{ grid-area: vartitle; }
.path-product .field--name-field-breef{ grid-area: breef; }
.path-product .field--name-body{ grid-area: body; margin-top: 2.5rem; }
.path-product .field--type-commerce-price{ display: block; grid-area: variations; z-index: 9; text-align: right; margin-right: 30px;} /* superseded by variation price shown near Add to cart */

@media (max-width: 860px){
  .path-product #block-cropcommerce-content article{
    grid-template-columns: 1fr;
    grid-template-areas:
      "gallery" "sku" "price" "variations" "package" "category" "vartitle" "breef" "body";
  }
  .path-product .owl-slider-wrapper{ position: static; }
}

/* ==========================================================================
   Gallery / carousel
   ========================================================================== */

.path-product .owl-slider-wrapper{
  border-radius: var(--cq-radius);
  overflow: hidden;
  background: var(--cq-surface);
  box-shadow: 0 1px 2px rgba(32,42,30,.06), 0 8px 24px rgba(32,42,30,.06);
}
.path-product .owl-slider-wrapper img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform .5s var(--cq-ease);
}
.path-product .owl-slider-wrapper:hover img{ transform: scale(1.03); }

.path-product .owl-nav button{
  background: rgba(255,255,255,.92) !important;
  color: var(--cq-forest) !important;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 6px rgba(32,42,30,.15);
  transition: background .2s var(--cq-ease), transform .2s var(--cq-ease);
}
.path-product .owl-nav button:hover{
  background: var(--cq-leaf) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* ==========================================================================
   SKU / meta line
   ========================================================================== */

.path-product .field--name-sku{
  margin-top: 1.75rem;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--cq-muted);
  display: flex;
  gap: .4rem;
}
.path-product .field--name-sku .field__label{ font-weight: 600; }

/* ==========================================================================
   Price
   ========================================================================== */

.path-product .field--name-field-price{
  font-family: var(--cq-font-display);
  font-size: 2rem;
  font-weight: 600;
  color: var(--cq-amber);
  margin: .4rem 0 1.25rem;
}
.path-product .product--variation-field--variation_price__8 .field__item{
  font-family: var(--cq-font-display);
  font-size: 1.5rem;
  color: var(--cq-amber);
  font-weight: 600;
}

/* ==========================================================================
   Variation selector + Add to cart
   ========================================================================== */

.path-product .field--name-variations{
  background: var(--cq-surface);
  border: 1px solid var(--cq-line);
  border-radius: var(--cq-radius);
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}
.path-product .attribute-widgets label{
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .02em;
  color: var(--cq-forest);
  margin-bottom: .35rem;
  display: block;
}
.path-product .attribute-widgets .form-select{
  width: 100%;
  border: 1px solid var(--cq-line);
  border-radius: 6px;
  padding: .6rem .75rem;
  font-family: var(--cq-font-body);
  font-size: .95rem;
  background-color: #fff;
  transition: border-color .2s var(--cq-ease), box-shadow .2s var(--cq-ease);
}
.path-product .attribute-widgets .form-select:focus{
  outline: none;
  border-color: var(--cq-leaf);
  box-shadow: 0 0 0 3px rgba(110,155,55,.18);
}

.path-product .form-actions .button.button--primary{
  margin-top: 1rem;
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: .85rem 1.5rem;
  background: var(--cq-forest);
  color: #fff;
  font-family: var(--cq-font-body);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background .25s var(--cq-ease), transform .15s var(--cq-ease);
}
.path-product .form-actions .button.button--primary:hover{
  background: var(--cq-leaf);
  transform: translateY(-1px);
}
.path-product .form-actions .button.button--primary:active{ transform: translateY(0); }

/* subtle sprouting shimmer sweep on hover — kept to one accent moment */
.path-product .form-actions .button.button--primary::after{
  content: '';
  position: absolute;
  top: 0; left: -60%;
  width: 40%; height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-20deg);
  transition: left .6s var(--cq-ease);
}
.path-product .form-actions .button.button--primary:hover::after{ left: 130%; }

/* ==========================================================================
   Package / Category chips
   ========================================================================== */

.path-product .field--name-field-package,
.path-product .field--name-field-category{
  display: inline-block;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .02em;
  padding: .35rem .75rem;
  border-radius: 999px;
  margin: 0 .5rem .5rem 0;
}
.path-product .field--name-field-package{
  background: rgba(110,155,55,.12);
  color: var(--cq-forest);
}
.path-product .field--name-field-category{
  background: rgba(185,132,60,.14);
  color: var(--cq-amber);
}

/* ==========================================================================
   Variation title + summary blurb
   ========================================================================== */

.path-product .product--variation-field--variation_title__8{
  margin-top: 1.25rem;
}
.path-product .product--variation-field--variation_title__8 .field__label{ display: none; }
.path-product .product--variation-field--variation_title__8 .field__item{
  font-family: var(--cq-font-display);
  font-size: 1.15rem;
  color: var(--cq-ink);
}

.path-product .field--name-field-breef{
  margin-top: .5rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--cq-muted);
}

/* ==========================================================================
   Body copy — description, composition, dose table
   ========================================================================== */

.path-product .field--name-body{
  border-top: 1px solid var(--cq-line);
  padding-top: 2rem;
  line-height: 1.7;
  font-size: 1rem;
}

.path-product .field--name-body h3{
  font-family: var(--cq-font-display);
  font-size: 1.3rem;
  color: var(--cq-forest);
  margin: 2rem 0 .75rem;
  position: relative;
  padding-left: .9rem;
}
.path-product .field--name-body h3::before{
  content: '';
  position: absolute;
  left: 0; top: .2em; bottom: .2em;
  width: 3px;
  background: var(--cq-leaf);
  border-radius: 2px;
}
.path-product .field--name-body h3:first-of-type{ margin-top: 0; }

.path-product .field--name-body ul{
  padding-left: 1.1rem;
  margin: 0 0 1rem;
}
.path-product .field--name-body ul li{
  margin-bottom: .5rem;
}
.path-product .field--name-body ul li::marker{ color: var(--cq-leaf); }

/* dose / crop table → card-style rows */
.path-product .field--name-body table{
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  background: var(--cq-surface);
  border: 1px solid var(--cq-line);
  border-radius: var(--cq-radius);
  overflow: hidden;
}
.path-product .field--name-body table tr{
  border-bottom: 1px solid var(--cq-line);
  transition: background .15s var(--cq-ease);
}
.path-product .field--name-body table tr:last-child{ border-bottom: none; }
.path-product .field--name-body table tr:hover{ background: rgba(110,155,55,.06); }
.path-product .field--name-body table td{
  padding: .8rem 1rem;
  vertical-align: top;
  font-size: .92rem;
}
.path-product .field--name-body table tr:first-child{
  background: var(--cq-forest);
}
.path-product .field--name-body table tr:first-child td{
  color: #fff;
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.path-product .field--name-body table td:first-child{
  font-weight: 600;
  color: var(--cq-forest);
  white-space: nowrap;
}
.path-product .field--name-body table tr:first-child td:first-child{ color: #fff; }
