/** Shopify CDN: Minification failed

Line 34:0 Unexpected "}"
Line 611:0 Expected "}" to go with "{"

**/
/* ========================================
   TEMPLATE-PRODUCT.CSS
   Consolidated: 2026-03-05
   Source files merged in load order
   ======================================== */


/* BEGIN cinema-product-consolidated.css */

/* ============================================================================
   AGRIKO PRODUCT PAGE — EDITORIAL HERITAGE CONSOLIDATED
   A 10/10 Premium experience for single products
   ============================================================================ */

/* Template-specific tokens - scoped to body.template-product */
body.template-product {
  --ag-product-bg: #faf9f6;
  --ag-product-surface: rgba(255, 255, 255, 0.6);
  --ag-product-forest: #0e3e29;
  --ag-product-gold: #f6b900;
  --ag-product-gold-dark: #d4941a;
  --ag-product-text: #1a1a1a;
  --ag-product-text-muted: #525252;
  --ag-product-border: rgba(14, 62, 41, 0.1);
  --ag-product-radius: 20px;
  --ag-product-shadow: 0 8px 32px rgba(14, 62, 41, 0.05);
}
}

/* 1. BASE LAYOUT — Scoped to body.template-product */
body.template-product{
background-color: var(--ag-product-bg);
min-height: 100vh;
}
body.template-product .ag-product-hero{
display: grid;
grid-template-columns: 1fr;
gap: clamp(2rem, 5vw, 4rem);
padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 4rem);
max-width: 1440px;
margin: 0 auto;
position: relative;
}
@media (min-width: 1024px) {

body.template-product .ag-product-hero{
        grid-template-columns: 52% 1fr;
        align-items: start;
        gap: clamp(3rem, 7vw, 6rem);
    }



/* 2. GALLERY — Single Surface Media */
body.template-product .ag-product__media{
position: relative;
z-index: 1;
}
body.template-product .ag-product__media-frame{
    position: relative;
    aspect-ratio: 1 / 1;
background: transparent;
border-radius: var(--ag-product-radius);
overflow: hidden;
box-shadow: none;
border: none;
transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
body.template-product .ag-product__media-frame:hover{
transform: translateY(-4px);
box-shadow: 0 32px 64px rgba(14, 62, 41, 0.12);
}
body.template-product .ag-product__image{
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
body.template-product .ag-product__media-frame:hover .ag-product__image{
    transform: scale(1.05);
}

/* Navigation & Overlays */
body.template-product .ag-product__media-nav{
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 48px;
height: 48px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid var(--ag-product-border);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
color: var(--ag-product-forest);
cursor: pointer;
transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
backdrop-filter: blur(8px);
z-index: 5;
opacity: 0;
}
body.template-product .ag-product__media-frame:hover .ag-product__media-nav{
opacity: 1;
}
body.template-product .ag-product__media-nav:hover{
background: var(--ag-product-gold);
border-color: var(--ag-product-gold);
transform: translateY(-50%) scale(1.1);
}
body.template-product .ag-product__media-nav--prev{
left: 16px;
}
body.template-product .ag-product__media-nav--next{
right: 16px;
}
body.template-product .ag-product__media-counter{
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(14, 62, 41, 0.9);
    color: var(--ag-product-gold);
    padding: 6px 14px;
    border-radius: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    backdrop-filter: blur(8px);
}

/* Organic Stamp — Moved to Gallery Corner */
body.template-product .ag-product__organic-stamp{
    position: absolute;
    top: 16px;
    right: 16px;
    bottom: auto !important;
    /* Override base.css */
    background: linear-gradient(135deg, var(--ag-product-gold) 0%, var(--ag-product-gold-dark) 100%);
    color: var(--ag-product-forest);
    font-family: 'Work Sans', sans-serif;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 8px 16px;
    border-radius: 999px;
    border: 1px solid var(--ag-product-forest);
    box-shadow: 0 8px 20px rgba(212, 148, 26, 0.3);
    z-index: 10;
}

/* Thumbnails */
body.template-product .ag-product__thumbs{
display: flex;
gap: 12px;
margin-top: 20px;
overflow-x: auto;
padding: 4px;
scrollbar-width: none;
}
body.template-product .ag-product__thumb{
width: 70px;
height: 70px;
flex-shrink: 0;
border-radius: 12px;
border: 1px solid var(--ag-product-border);
overflow: hidden;
cursor: pointer;
background: white;
transition: all 0.3s ease;
}
body.template-product .ag-product__thumb.is-active{
border-color: var(--ag-product-gold);
box-shadow: 0 0 0 2px var(--ag-product-gold);
}
body.template-product .ag-product__thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 3. CONTENT PANEL — Editorial Heritage Typography */
body.template-product .ag-product__content{
    display: flex;
    flex-direction: column;
    gap: clamp(1.25rem, 3vw, 2rem);
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Category Badge */
body.template-product .ag-product__category-badge{
    font-family: 'Crimson Text', serif;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0.02em;
    color: var(--ag-product-gold-dark);
    margin-bottom: -15px;
    background: transparent !important;
    padding: 0 !important;
}

/* Title — The Star of the Show */
body.template-product .ag-product-hero h1{
    font-family: 'Fraunces', serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
    color: var(--ag-product-forest);
    margin: 0;
}

/* Price */
body.template-product .ag-product__price{
font-family: 'Fraunces', serif;
font-size: clamp(2rem, 5vw, 3rem);
font-weight: 600;
color: var(--ag-product-forest);
display: flex;
align-items: baseline;
gap: 12px;
}
body.template-product .ag-product__price-compare{
font-size: 0.5em;
color: var(--ag-product-text-muted);
text-decoration: line-through;
font-weight: 400;
}
body.template-product .ag-product__price-variant{
    font-size: 0.4em;
    font-weight: 400;
    color: var(--ag-product-text-muted);
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Stock Status */
body.template-product .ag-product__stock-chip{
display: inline-flex;
align-items: center;
gap: 8px;
color: #047857;
font-family: 'Crimson Text', serif;
font-size: 14px;
font-weight: 600;
font-style: italic;
text-transform: none;
background: transparent !important;
padding: 0 !important;
}
body.template-product .ag-product__stock-chip::before{
content: '';
width: 8px;
height: 8px;
background: #10b981;
border-radius: 50%;
box-shadow: 0 0 8px rgba(16, 185, 129, 0.4);
}
body.template-product .ag-product__stock-chip.is-sold-out{
color: #dc2626;
}
body.template-product .ag-product__stock-chip.is-sold-out::before{
background: #dc2626;
}
body.template-product .ag-product__meta strong{
    font-weight: 700;
    color: #dc2626;
}

/* Tagline */
body.template-product .ag-product__tagline{
    font-family: 'Crimson Text', serif;
    font-style: italic;
    font-size: 1.25rem;
    color: var(--ag-product-text-muted);
    margin: 0;
    max-width: 45ch;
}

/* Description */
body.template-product .ag-product__description{
font-family: 'Crimson Text', serif;
font-size: 1.15rem;
line-height: 1.7;
color: var(--ag-product-text-muted);
border-top: 1px solid var(--ag-product-border);
padding-top: 24px;
margin-top: 24px;
}
body.template-product .ag-product__description-title{
font-family: 'Fraunces', serif;
font-size: 1.5rem;
font-weight: 500;
color: var(--ag-product-forest);
margin: 0 0 16px 0;
letter-spacing: -0.02em;
}
body.template-product .ag-product__description-content{
display: flex;
flex-direction: column;
gap: 16px;
}
body.template-product .ag-product__description-content p{
margin: 0;
}
body.template-product .ag-product__description-content strong{
font-family: 'Fraunces', serif;
color: var(--ag-product-forest);
font-size: 1.05em;
font-weight: 500;
}
.ag-product__description-content ul,
body.template-product .ag-product__description-content ol{
margin: 8px 0;
padding-left: 24px;
}
body.template-product .ag-product__description-content li{
    margin: 8px 0;
}

/* 4. ACTIONS — Luxury Controls */
body.template-product .ag-product__form{
display: flex;
flex-direction: column;
gap: 24px;
border-top: 1px solid var(--ag-product-border);
padding-top: 24px;
}
body.template-product .ag-product__option{
display: flex;
flex-direction: column;
gap: 8px;
}
body.template-product .ag-product__option-label{
font-family: 'Work Sans', sans-serif;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--ag-product-forest);
}
body.template-product .ag-product__option-wrapper{
position: relative;
display: flex;
align-items: center;
}
body.template-product .ag-product__option-select{
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 100%;
background-color: rgba(255, 255, 255, 0.6);
border: 1px solid var(--ag-product-border);
border-radius: 8px;
padding: 12px 40px 12px 16px;
font-family: 'Work Sans', sans-serif;
font-size: 14px;
color: var(--ag-product-forest);
cursor: pointer;
transition: all 0.3s ease;
}
body.template-product .ag-product__option-select:hover{
background-color: rgba(255, 255, 255, 0.8);
border-color: rgba(246, 185, 0, 0.4);
}
body.template-product .ag-product__option-select:focus{
outline: none;
border-color: var(--ag-product-gold);
box-shadow: 0 0 0 3px rgba(246, 185, 0, 0.15);
}
body.template-product .ag-product__option-arrow{
position: absolute;
right: 16px;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
color: var(--ag-product-text-muted);
pointer-events: none;
transition: transform 0.3s ease;
}
body.template-product .ag-product__option-select:focus + .ag-product__option-arrow{
transform: translateY(-50%) rotate(180deg);
color: var(--ag-product-gold);
}
body.template-product .ag-product__actions{
display: flex;
align-items: flex-end;
gap: 16px;
}
body.template-product .ag-product__qty{
display: flex;
flex-direction: column;
gap: 8px;
}
body.template-product .ag-product__qty span{
font-family: 'Work Sans', sans-serif;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
}
body.template-product .ag-product__qty-field{
display: flex;
align-items: center;
border: 1px solid var(--ag-product-border);
border-radius: 50px;
padding: 4px;
background: rgba(255, 255, 255, 0.5);
}
body.template-product .ag-product__qty-button{
width: 32px;
height: 32px;
border-radius: 50%;
border: none;
background: transparent;
font-weight: 700;
cursor: pointer;
color: var(--ag-product-forest);
}
body.template-product .ag-product__qty-button:hover{
background: var(--ag-product-gold);
}
body.template-product .ag-product__qty-input{
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
}

/* Add to Cart */
body.template-product .ag-product__add{
flex-grow: 1;
background: var(--ag-product-forest);
color: var(--ag-product-gold);
border: none;
border-radius: 50px;
padding: 16px 32px;
font-family: 'Work Sans', sans-serif;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.1em;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 4px 12px rgba(14, 62, 41, 0.2);
}
body.template-product .ag-product__add:hover:not(:disabled){
    transform: translateY(-2px);
    background: #0a2f1d;
    box-shadow: 0 8px 24px rgba(14, 62, 41, 0.3);
}

/* Trust Badges */
body.template-product .ag-product__trust-row{
display: flex;
gap: 12px;
flex-wrap: wrap;
}
body.template-product .ag-product__trust-pill{
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
border-radius: 50px;
background: rgba(14, 62, 41, 0.04);
border: 1px solid rgba(14, 62, 41, 0.1);
font-family: 'Work Sans', sans-serif;
font-size: 11px;
font-weight: 600;
text-transform: none;
letter-spacing: 0.02em;
color: var(--ag-product-forest);
transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.template-product .ag-product__trust-pill:hover{
background: rgba(14, 62, 41, 0.08);
border-color: rgba(246, 185, 0, 0.3);
transform: translateY(-2px);
}
body.template-product .ag-product__trust-pill-icon{
font-size: 14px;
line-height: 1;
filter: grayscale(0.3);
transition: filter 0.3s ease;
}
body.template-product .ag-product__trust-pill:hover .ag-product__trust-pill-icon{
filter: grayscale(0);
}
body.template-product .ag-product__trust-pill-text{
    font-weight: 600;
}

/* MOBILE REFINEMENTS */
@media (max-width: 767px) {

body.template-product .ag-product-hero{
padding: 32px 20px;
}
body.template-product .ag-product-hero h1{
font-size: 3rem;
}
body.template-product .ag-product__form{
gap: 32px;
}
body.template-product .ag-product__actions{
flex-direction: column;
align-items: stretch;
gap: 24px;
margin-bottom: 8px;
}
body.template-product .ag-product__qty{
width: 100%;
}
body.template-product .ag-product__add{
width: 100%;
margin-bottom: 8px;
}
body.template-product .ag-product__trust-row{
        margin-top: 16px;
    }


/* END cinema-product-consolidated.css */


/* ========================================
   MIGRATED FROM base.css
   Product page rules
   2026-03-05
   ======================================== */

/* Ensure stars are horizontal in all contexts - NUCLEAR OPTION */
.template-product .ag-stars {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  white-space: nowrap !important;
  font-size: 0 !important;
  width: auto !important;
}

/* Force all SVGs within star containers to be inline and horizontal */
.template-product .ag-stars svg {
  display: inline-block !important;
  vertical-align: middle !important;
  float: left !important;
  clear: none !important;
}

/* Product Page H1 Override - Fixed 2026-03-04 */
.template-product h1,
.template-product .h1,
.template-product .ag-product__title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

/* Related Products Typography - Added 2026-03-04 */
.ag-related-products__header {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.ag-related-products__title {
  font-family: var(--ag-font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--ag-color-forest-900);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.ag-related-products__subheading {
  font-family: var(--ag-font-body);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
  color: var(--ag-text-secondary);
  max-width: 48ch;
  margin-inline: auto;
}

/* Responsive adjustments for related products */
@media (max-width: 768px) {
  .ag-related-products__title {
    font-size: clamp(1.5rem, 5vw, 2rem);
  }

  .ag-related-products__subheading {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
