/** Shopify CDN: Minification failed

Line 303:14 Expected identifier but found whitespace
Line 303:15 Unexpected "100%"
Line 521:0 Expected "}" to go with "{"

**/
/* Modified by ian.fajardo@ampereconsulting.co.nz */

/* homepage - first section NUN */
@media (max-width: 768px) {
  .ai-hero-heading-ammz2ajvvowrrsxzgcaigenblockc186dbauymdg4 {
    font-size: 2rem !important;
    line-height: 1.1 !important;
    margin-bottom: 0.5rem !important;
  }

  .ai-hero-subheading-ammz2ajvvowrrsxzgcaigenblockc186dbauymdg4 {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
  }

  .ai-hero-bottom-text-ammz2ajvvowrrsxzgcaigenblockc186dbauymdg4 {
    font-size: 0.9rem !important;
    line-height: 1.3 !important;
    padding: 0 1rem !important;
  }
}

/* Homepage - LE LOGO with paragraph*/
@media (max-width: 768px) {
  .ai-main-text-avnfarfvbtk1avkztuaigenblockfd3d05fk7t47r {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    text-align: left !important;
  }
}

/* Homepage - breakfree part*/
@media (max-width: 768px) {
  .ai-feature-text-block-avmtoz3dhbutxedhnbaigenblockc1b870f68kwmc {
    padding: 20px !important;
  }

  .ai-feature-text-container-avmtoz3dhbutxedhnbaigenblockc1b870f68kwmc {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 40px !important;
  }

  .ai-feature-text-line-avmtoz3dhbutxedhnbaigenblockc1b870f68kwmc {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100% !important;
  }

  .ai-feature-text-main-avmtoz3dhbutxedhnbaigenblockc1b870f68kwmc {
    font-size: 30px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    word-break: break-word !important;
  }

  .ai-feature-text-caption-avmtoz3dhbutxedhnbaigenblockc1b870f68kwmc {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #555 !important;
    text-align: left !important;
    max-width: 100% !important;
  }
}

/* shop page first section */
/* Ensure the main image is the same size */
.ai-modern-product-main-image-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
  width: 700px !important; /* Set your desired width */
  height: 700px !important; /* Set your desired height */
  object-fit: cover !important; /* Ensures the image scales correctly while preserving aspect ratio */
}

/* Thumbnails should remain the same size */
.ai-modern-product-thumbnail-image-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
  width: 80px !important; /* Thumbnail width */
  height: 80px !important; /* Thumbnail height */
  object-fit: cover !important; /* Ensures the image scales properly */
}

@media only screen and (max-width: 768px) {
  /* Overall layout */
  .ai-modern-product-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding: 20px 16px !important;
    text-align: center !important;
  }

  /* Container */
  .ai-modern-product-container-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
  }

  /* Main product image */
  .ai-modern-product-main-image-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    width: 100% !important;
    max-width: 300px !important;
    height: auto !important;
    object-fit: contain !important;
    margin-bottom: 10px !important;
  }

  /* Text content */
  .ai-modern-product-text-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding: 0 8px !important;
  }

  .ai-modern-product-title-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    font-size: 22px !important;
    margin-bottom: 8px !important;
  }

  .ai-modern-product-subtitle-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }

  .ai-modern-product-description-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    font-size: 14px !important;
    color: #555 !important;
  }

  /* Quantity controls */
  .ai-modern-product-quantity-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 16px auto !important;
    gap: 8px !important;
  }

  .ai-modern-product-quantity-input-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    width: 60px !important;
    text-align: center !important;
    font-size: 16px !important;
    padding: 6px !important;
  }

  .ai-modern-product-quantity-button-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    font-size: 18px !important;
    padding: 6px 10px !important;
    background: transparent !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
  }

  /* Add to Cart Button */
  .ai-modern-product-button-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    width: 100% !important;
    max-width: 300px !important;
    margin-top: 10px !important;
    padding: 12px !important;
    font-size: 16px !important;
  }

  /* Thumbnail adjustments if any */
  .ai-modern-product-thumbnails-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
  }

  .ai-modern-product-thumbnail-auudstmornkpmnwpjsaigenblockc4093e5tdxjht {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
  }
}

/* shop page 2 image */
@media only screen and (max-width: 749px) {
  .ai-left-image-block-aqzhrb3bed01um0zntaigenblock82c19b3rjxmg9,
  .ai-left-image-block-au0zrquttuvvwdenfnaigenblock82c19b3egy686 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    padding: 20px 12px !important;
    background-color: #f6f5f1 !important;
  }

  .ai-left-image-container-aqzhrb3bed01um0zntaigenblock82c19b3rjxmg9,
  .ai-left-image-container-au0zrquttuvvwdenfnaigenblock82c19b3egy686 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
  }

  .ai-left-image-wrapper-aqzhrb3bed01um0zntaigenblock82c19b3rjxmg9,
  .ai-left-image-wrapper-au0zrquttuvvwdenfnaigenblock82c19b3egy686 {
    max-width: 95% !important;
    margin: 0 auto !important;
  }

  .ai-left-image-aqzhrb3bed01um0zntaigenblock82c19b3rjxmg9,
  .ai-left-image-au0zrquttuvvwdenfnaigenblock82c19b3egy686 {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

/* shop page - MOBILE VIEW FIX — "Our Flavour" Section */
@media only screen and (max-width: 749px) {
  /* Reset theme padding but keep slight readable space */
  .ai-flavour-section-az1jdl3pruhqvy005waigenblockd9bd8faixkcpf,
  .ai-flavour-container-az1jdl3pruhqvy005waigenblockd9bd8faixkcpf,
  .ai-flavour-text-wrapper-az1jdl3pruhqvy005waigenblockd9bd8faixkcpf {
    margin: 0 !important;
    padding: 0 15px !important; /* 10px per side = slight breathing room */
    max-width: 100% !important;
    width: 100% !important;
  }

  .ai-flavour-title-az1jdl3pruhqvy005waigenblockd9bd8faixkcpf {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
    text-align: center !important;
    color: #002405 !important;
  }

  .ai-flavour-text-az1jdl3pruhqvy005waigenblockd9bd8faixkcpf {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    color: #222 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
}

/* Blog page */
/* Make the image containers have a consistent size */
.article__image-wrap .image-wrap {
    height: 500px !important; /* Set a fixed height for desktop */
    padding-bottom: 0 !important; /* Remove padding-bottom for consistency */
    overflow: hidden !important; /* Ensure any overflow is clipped */
    border-radius: 15px !important; /* Rounded corners for a modern look */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important; /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important; /* Smooth transition */
}

/* Apply the same styling to the images */
.article__image-wrap img {
    width: 100% !important; /* Ensure the image spans the full width of its container */
    height: 100% !important; /* Maintain the fixed height */
    object-fit: cover !important; /* Crop and cover the container without distorting */
    border-radius: 15px !important; /* Rounded corners to match container */
}

/* Hover effect for a modern, interactive feel */
.article__image-wrap:hover {
    transform: scale(1.05) !important; /* Slightly zoom in when hovering */
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15) !important; /* Increase shadow for emphasis */
}

/* Mobile view adjustments */
@media (max-width: 768px) {
    /* Remove fixed height from container on mobile */
    .article__image-wrap .image-wrap {
        position: relative !important; /* Allow flexible resizing */
        height: 0 !important; /* Remove height constraint */
        padding-bottom: 66.71875% !important; /* This creates a flexible aspect ratio */
        border-radius: 10px !important; /* Slightly smaller rounded corners */
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important; /* Smaller shadow on mobile */
    }

    /* Adjust images for mobile */
    .article__image-wrap img {
        width: 100%

@media only screen and (max-width: 749px) {
    .ai-blog-heading__title-aq1plemrvcmw0wtj1baigenblock7da04d2kgah4c{
    padding-top: 15%;
    }
    .article {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    width: 100% !important;
    margin-bottom: 40px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
  }

  .article__image-wrap,
  .article__image-wrap--right {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    order: 1 !important;
  }

  .article__content {
    width: 100% !important;
    order: 2 !important;
    padding: 16px 14px !important;
    box-sizing: border-box !important;
  }

  .article__content-meta {
    text-align: left !important;
  }

  .article__date {
    font-size: 13px !important;
    color: #777 !important;
    margin-bottom: 5px !important;
  }

  .article__h3 a {
    font-size: 17px !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    color: #111 !important;
  }

  .rte--block {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    margin-top: 8px !important;
  }

  .article__image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
  }

  /* Keep page padding small but not gone */
  .page-width.page-content {
    padding: 0 10px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  /* Pagination styling */
  .pagination {
    text-align: center !important;
    margin: 25px 0 !important;
  }
}

/* Fix for disappearing blog image on mobile */
@media (max-width: 750px) {
  #shopify-section-template--25678646182182__main .image-wrap {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
  }

  #shopify-section-template--25678646182182__main .image-wrap img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }

  .section-header{
    padding-top: 10%;
  }
}


/* about page 1st section */
@media (max-width: 768px) {
  .ai-editorial-text-avw50k01ul0drceo5maigenblock6b28579jkxwfy {
    padding: 30px 30px !important;
    text-align: justify !important;
  }

  .ai-editorial-text__heading-avw50k01ul0drceo5maigenblock6b28579jkxwfy {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 6px !important;
    text-align: center !important;
  }

  .ai-editorial-text__subtitle-avw50k01ul0drceo5maigenblock6b28579jkxwfy {
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-align: center !important;
    margin-bottom: 12px !important;
  }

  .ai-editorial-text__content-avw50k01ul0drceo5maigenblock6b28579jkxwfy h2 {
    font-size: 15px !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    margin: 0 !important;
    padding: 0 4px !important;
  }

  .ai-editorial-text__container-avw50k01ul0drceo5maigenblock6b28579jkxwfy {
    border-radius: 8px !important;
  }
}

/* About page - Mobile Fix for All Museum Timeline Sections */
@media screen and (max-width: 768px) {
  /* Match any class that starts with ai-museum-timeline */
  [class^="ai-museum-timeline-container"],
  [class*=" ai-museum-timeline-container"] {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    padding: 20px 16px !important;
  }

  [class^="ai-museum-timeline-image-wrapper"],
  [class*=" ai-museum-timeline-image-wrapper"] {
    width: 100% !important;
  }

  [class^="ai-museum-timeline-image"],
  [class*=" ai-museum-timeline-image"] {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    display: block !important;
  }

  [class^="ai-museum-timeline-caption"],
  [class*=" ai-museum-timeline-caption"] {
    font-size: 13px !important;
    color: #666 !important;
    text-align: center !important;
    margin-top: 6px !important;
    word-wrap: break-word !important;
    max-width: 100% !important;
  }

  [class^="ai-museum-timeline-content-section"],
  [class*=" ai-museum-timeline-content-section"] {
    text-align: left !important;
    width: 100% !important;
  }

  [class^="ai-museum-timeline-title"],
  [class*=" ai-museum-timeline-title"] {
    font-size: 18px !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
  }

  [class^="ai-museum-timeline-description"],
  [class*=" ai-museum-timeline-description"] p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    text-align: justify !important;
    margin-bottom: 0 !important;
  }
}

/* About page - Mobile fix - widen Our Backstory paragraph */
@media (max-width: 768px) {
  .ai-flavour-text-atezks3lhcwzweurlyaigenblockd9bd8fajdymme {
    max-width: 95% !important;      /* use most of the screen width */
    width: 95% !important;
    margin: 0 auto !important;      /* center horizontally */
    padding: 0 2.5% !important;     /* just small side spacing */
    text-align: left !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    word-break: normal !important;
  }
}

@media (max-width: 768px) {
  .shopify-policy__title {
  padding-top: 20% !important;
  }
}



