/**
* Theme Name: Nutreko Child
* Description: This is a child theme of Nutreko, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: nutreko
* Version: 1.1.0
*/

.czar-rvp-heading span {
    color: #A8A8A8;
}

ul.products li.product .product-block:before, 
ul.products .wc-block-grid__product .product-block:before, 
.wc-block-grid__products li.product .product-block:before, 
.wc-block-grid__products .wc-block-grid__product .product-block:before {
    opacity: 0.07;
}

body .product-transition .product-image {
    background-color: unset;
}

ul.products li.product .product-caption-bottom, 
ul.products .wc-block-grid__product .product-caption-bottom,
.wc-block-grid__products li.product .product-caption-bottom, 
.wc-block-grid__products .wc-block-grid__product .product-caption-bottom {
    transform: translateY(0);
    opacity: 1;
}

ul.products li.product .product-caption, 
ul.products .wc-block-grid__product .product-caption, 
.wc-block-grid__products li.product .product-caption, 
.wc-block-grid__products .wc-block-grid__product .product-caption {
    transform: translateY(-49px);
}

ul.products li.product .product-transition, 
ul.products .wc-block-grid__product .product-transition, 
.wc-block-grid__products li.product .product-transition, 
.wc-block-grid__products .wc-block-grid__product .product-transition {
    transform: translateY(-35px);
}

.woocommerce-widget-layered-nav li.chosen:before, 
.woocommerce-widget-layered-nav li.current-cat:before, 
.widget_layered_nav li.chosen:before, 
.widget_layered_nav li.current-cat:before, 
.widget_rating_filter li.chosen:before, 
.widget_rating_filter li.current-cat:before, 
.widget_product_brands li.chosen:before, 
.widget_product_brands li.current-cat:before, 
.widget_product_categories li.chosen:before, 
.widget_product_categories li.current-cat:before {
    content: "✓";
    font-size: 28px;
    line-height: 11px;
    color: #a4b691;
}

body .elementor-header-group-wrapper .header-group-action > div {
    margin-right: 5px;
    margin-left: 5px;
}

.woocommerce-info, 
.woocommerce-noreviews, 
p.no-comments {
    background-color: #0f834d;
}


body .swiper-pagination-bullets .swiper-pagination-bullet-active{
  border: 2px solid #266278 ;
}

.single-product div.product .product_title {
    text-transform: capitalize;
}

.research .categories-link {
    margin-bottom: 15px;
}

.site-header-cart-side .widget_shopping_cart .buttons a.checkout{
    background-color: #000;
    color: #fff;
}

.widget_shopping_cart .buttons a:not(.checkout){
    background-color: transparent;
    color: #000;
}

/* .nutreko-icon-angle-right:before{
    color: #fff !important;
} */

/* body main#main {
    background-color: #F0EEE9;
} */
/* .page-template-template-homepage .site-main{
  background-color: #F0EEE9;
} */
.shop_by_categories_home .elementor-cta--skin-classic .elementor-cta__bg-wrapper {
    aspect-ratio: 1 / 1;
}
.nutreko-cart-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.7);
  z-index: 999999;
  display: none;
}

.nutreko-dotted-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  animation: nutreko-rotate 1s linear infinite;
}

/* each dot */
.nutreko-dotted-loader span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #444;
  border-radius: 50%;
}

/* place dots in circle with space */
.nutreko-dotted-loader span:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); }
.nutreko-dotted-loader span:nth-child(2) { top: 15%; right: 10%; }
.nutreko-dotted-loader span:nth-child(3) { top: 50%; right: 0; transform: translateY(-50%); }
.nutreko-dotted-loader span:nth-child(4) { bottom: 15%; right: 10%; }
.nutreko-dotted-loader span:nth-child(5) { bottom: 0; left: 50%; transform: translateX(-50%); }
.nutreko-dotted-loader span:nth-child(6) { bottom: 15%; left: 10%; }
.nutreko-dotted-loader span:nth-child(7) { top: 50%; left: 0; transform: translateY(-50%); }

/* NOTE: 7 dots = 1 gap automatically */

/* rotation animation */
@keyframes nutreko-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



body ul.products li.product , .related.products .swiper , .cross-sells .swiper{
  overflow: visible;
}

/* .featured_research_compounds_section li.new_productcard{
    padding: 10px;
}
.featured_research_compounds_section ul.nutreko-products.products:not(.products-list){
    gap: 20px !important;
} */

/* .featured_research_compounds_section ul.products.swiper-wrapper{
    grid-gap: 30px !important;
} */

.woocommerce-shop .col-full {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}


.search-results .breadcrumb-wrap , .search-no-results .breadcrumb-wrap , .search-results .gopepti-hero__desc , .search-no-results .gopepti-hero__desc {
    display: none;
}


/* Button base (softer premium look) */

.shop-action{
    display: flex;
    gap: 5px;
    flex-direction: column;
}
.shop-action button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding:0px;

    background: rgba(255, 255, 255, 0.9); /* softer white */
    border: 1px solid rgba(0,0,0,0.05);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0;
    position: relative;
    cursor: pointer;

    /* softer shadow */
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);

    backdrop-filter: blur(6px); /* premium glass effect */
    transition: all 0.25s ease;
}

.gopepti-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.gopepti-view-product-btn::before,
.gopepti-view-product-btn::after {
    display: none !important;
    content: none !important;
}

.gopepti-view-product-btn svg,
.gopepti-add-btn svg {
    flex: 0 0 auto;
}

.gopepti-out-stock-text {
    color: #e53935 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    white-space: nowrap;
}

/* Icons */
.woosw-btn::before {
    content: "❤"; /* filled heart */
    font-size: 16px;
    /* color: #000; */
}

.woosq-btn::before {
    content: "⤢";
    font-size: 15px;
    color: #000;
}

/* HOVER (light grey, not black) */
.shop-action button:hover {
    background: #f2f2f2;   /* light grey */
    border-color: #e5e5e5;
}

/* IMPORTANT: keep icon same (no white color) */
.shop-action button:hover::before {
    color: #000;
}


.mc4wp-form-style .mc4wp-form .mc4wp-form-fields button:before, .mc4wp-form-style .mc4wp-form .mc4wp-form-fields input[type=submit]:before{
  background-color:#266278;
}



/* Card must be a positioning context */
.gopepti-product-card {
    position: relative;
}
 
/* ── Button column — TOP RIGHT of card ─────────────────────── */
.gopepti-hover-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 30;
 
    display: flex;
    flex-direction: column;
    gap: 8px;
 
    /* ★ HIDDEN BY DEFAULT — this is the key fix ★ */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(6px);
 
    transition: opacity 0.2s ease,
                visibility 0.2s ease,
                transform 0.2s ease;
}
 
/* ── ONLY reveal on card hover ─────────────────────────────── */
.gopepti-product-card:hover .gopepti-hover-actions {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
}
 
/* ── Individual circular button ────────────────────────────── */
.gopepti-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #444444;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
    transition: background-color 0.18s ease,
                color 0.18s ease,
                box-shadow 0.18s ease,
                transform 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
}
 
/* Stagger: quick-view button trails wishlist */
.gopepti-action-btn:nth-child(2) {
    transition-delay: 0.03s;
}
 
/* ── SVG sizing ────────────────────────────────────────────── */
.gopepti-action-btn svg {
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
    pointer-events: none;
    transition: fill 0.18s ease, stroke 0.18s ease;
}
 
/* ── Wishlist hover state ───────────────────────────────────── */
.gopepti-wishlist-btn:hover {
    background-color: #e74c3c;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(231, 76, 60, 0.38);
    transform: scale(1.08);
    outline: none;
}
 
/* Wishlisted (toggled via JS) */
.gopepti-wishlist-btn.is-wishlisted {
    background-color: #e74c3c;
    color: #ffffff;
}
.gopepti-wishlist-btn.is-wishlisted svg {
    fill: #ffffff;
    stroke: #ffffff;
}
 
/* ── Quick-view hover state ─────────────────────────────────── */
.gopepti-quickview-btn:hover {
    background-color: #333333;
    color: #ffffff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.08);
    outline: none;
}
 
/* ── Touch/mobile: always show (no hover support) ───────────── */
@media (hover: none) {
    .gopepti-hover-actions {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: translateX(0) !important;
    }
}




@media only screen and (max-width: 440px) {
    ul.nutreko-products.products:not(.products-list) {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }
}

@media only screen and (max-width:480px) {
    ul.products li.product .product-caption-bottom a[class*=product_type_], 
    ul.products .wc-block-grid__product .product-caption-bottom a[class*=product_type_], 
    .wc-block-grid__products li.product .product-caption-bottom a[class*=product_type_], 
    .wc-block-grid__products .wc-block-grid__product .product-caption-bottom a[class*=product_type_] {
        padding: 14px 15px;
    }
    ul.products li.product .product-top, 
    ul.products .wc-block-grid__product .product-top, 
    .wc-block-grid__products li.product .product-top, 
    .wc-block-grid__products .wc-block-grid__product .product-top {
        padding: 4px 0px 8px;
        min-height: 90px;
    }
    ul.products li.product .product-caption, 
    ul.products .wc-block-grid__product .product-caption, 
    .wc-block-grid__products li.product .product-caption, 
    .wc-block-grid__products .wc-block-grid__product .product-caption {
        padding: 15px 0px 0px;
        flex-direction: column;
        align-items: baseline;
        gap: 7px;
    }
    ul.products li.product h2, 
    ul.products li.product h3, 
    ul.products li.product .woocommerce-loop-product__title, 
    ul.products li.product .wc-block-grid__product-title, 
    ul.products .wc-block-grid__product h2, 
    ul.products .wc-block-grid__product h3, 
    ul.products .wc-block-grid__product .woocommerce-loop-product__title, 
    ul.products .wc-block-grid__product .wc-block-grid__product-title, 
    .wc-block-grid__products li.product h2, 
    .wc-block-grid__products li.product h3, 
    .wc-block-grid__products li.product .woocommerce-loop-product__title, 
    .wc-block-grid__products li.product .wc-block-grid__product-title, 
    .wc-block-grid__products .wc-block-grid__product h2, 
    .wc-block-grid__products .wc-block-grid__product h3, 
    .wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, 
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
        font-size: clamp(18px, 3.5vmax, 18px);
    }
    ul.products li.product .posted-in a, 
    ul.products .wc-block-grid__product .posted-in a, 
    .wc-block-grid__products li.product .posted-in a, 
    .wc-block-grid__products .wc-block-grid__product .posted-in a {
        font-weight: 400;
    }
    ul.products li.product .product-labels, 
    ul.products .wc-block-grid__product .product-labels, 
    .wc-block-grid__products li.product .product-labels, 
    .wc-block-grid__products .wc-block-grid__product .product-labels {
        flex-wrap: nowrap;
    }
    .wc-block-grid__product-onsale, 
    .onsale, 
    .product-label {
        padding: 3px 6px;
        font-size: 11px;
    }
    ul.products li.product .price, 
    ul.products .wc-block-grid__product .price, 
    .wc-block-grid__products li.product .price, 
    .wc-block-grid__products .wc-block-grid__product .price {
        flex-direction: unset;
        gap: 10px;
    }
    .price {
        font-size: 16px;
    }
    ul.products li.product.product-type-grouped .price, 
    ul.products li.product.product-type-variable .price {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: unset;
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    body h2.czar-rvp-heading {
        font-size: 48px !important;
    }
    .single-product #page .site-content {
        margin-top: 20px;
    }
    .single-product div.product .entry-summary .price {
        padding-bottom: 15px;
        margin-bottom: 12px;
    }
    .single-product div.product .woocommerce-product-details__short-description {
        margin-bottom: 10px;
    }
    .single-product div.product .stock.in-stock {
        margin-bottom: 15px;
    }
    .single-product div.product form.cart {
        margin-top: 15px;
    }
    .single-product .woocommerce-tabs {
        margin-top: 20px;
        margin-bottom: 32px;
    }
    .single-product .woocommerce-tabs h2.resp-accordion {
        font-size: 26px;
        margin-top: 15px;
    }
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
        padding-top: 0;
        padding-bottom: 0;
    }
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
        margin-bottom: 12px;
    }
    .single-product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
        margin-bottom: 0;
    }
    section.related.products {
        margin-top: 15px;
    }
    section.related.products .related-heading {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    #lab-test .gallery.gallery-columns-4 .gallery-item {
        width: 100%;
    }  
    .latest_release_section img{
        height: auto;
        width: auto;
    }
    body ul.products li.product , .related.products .swiper , .cross-sells .swiper{
      overflow: hidden;
    }
    body.page-id-12 ul.nutreko-products.products:not(.products-list){
      gap: 5px;
    }
    .page-id-12 .site-content .col-full{
      padding: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    h2.czar-rvp-heading {
        font-size: 62px !important;
    } 
    
    .woocommerce-shop .gopepti-shop-wrapper{
        padding: 0 20px 0 20px;
    }

    .hight_demand_section ul.products.nutreko-products li:last-child {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .czar-rvp-heading {
        font-size: 68px !important;
    }  

}

/* @media only screen and (max-width: 1400px){
   body .gopepti-products-grid{
        grid-template-columns: repeat(4, 1fr);
    }
} */



@media only screen and (min-width: 1650px) {
    body ul.nutreko-products.products:not(.products-list) {
        grid-template-columns: repeat(5, 1fr);
    }
}

/* Related products: 5 (1360+), 4 (1024–1359), 4 (880–1023), 3 (768–879), 2 (<768) */
/* @media only screen and (min-width: 1360px) {
    .nutreko-related-products .related .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 120px) / 5);
        width: calc((100% - 120px) / 5);
    }
} */
/* @media only screen and (min-width: 1024px) and (max-width: 1359px) {
    .nutreko-related-products .related .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 90px) / 4);
        width: calc((100% - 90px) / 4);
    }
}
@media only screen and (min-width: 880px) and (max-width: 1023px) {
    .nutreko-related-products .related .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 90px) / 4);
        width: calc((100% - 90px) / 4);
    }
}
@media only screen and (min-width: 768px) and (max-width: 879px) {
    .nutreko-related-products .related .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
    }
} */


@media only screen and (max-width: 880px){
    .hight_demand_section li:nth-of-type(3) {
        display: none;
    }
}



@media only screen and (max-width: 767px) {
    /* .nutreko-related-products .related .products-carousel .swiper-slide {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px);
    } */

    body .gopepti-card-image-wrap , body .gopepti-card-image-wrap img{
        height: auto;
    }

    #order_review{
          padding: 20px;
    }
    body table.cart td.actions .coupon{
      padding: 20px;
    }
    .products-carousel .products-cross-sells ul li{
        margin-right: 5px;
    }
    .cross-sells .products-carousel{
      overflow: hidden;
    }
}

/* Cart page cross-sells: same as related (5 @ 1360+, 4 @ 1024–1359, 4 @ 880–1023, 3 @ 768–879, 2 @ <768) */
/* .woocommerce-cart .cross-sells .products-carousel .swiper-slide { box-sizing: border-box; }
@media only screen and (min-width: 1360px) {
    .woocommerce-cart .cross-sells .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 120px) / 5);
        width: calc((100% - 120px) / 5);
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
    .woocommerce-cart .cross-sells .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 90px) / 4);
        width: calc((100% - 90px) / 4);
    }
} */

@media (min-width: 1024px) {
    .hight_demand_section ul.products.nutreko-products li:last-child {
        display: none;
    }

    .single-product div.product .summary{
        padding: 0 0px 0 30px;
    }
}


/* @media only screen and (min-width: 880px) and (max-width: 1023px) {
    .woocommerce-cart .cross-sells .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 90px) / 4);
        width: calc((100% - 90px) / 4);
    }
}
@media only screen and (min-width: 768px) and (max-width: 879px) {
    .woocommerce-cart .cross-sells .products-carousel .swiper-slide {
        flex: 0 0 calc((100% - 60px) / 3);
        width: calc((100% - 60px) / 3);
    }
}
@media only screen and (max-width: 767px) {
    .woocommerce-cart .cross-sells .products-carousel .swiper-slide {
        flex: 0 0 calc(50% - 8px);
        width: calc(50% - 8px);
    }
} */






/*
 * GoPepti — Custom Shop Archive Styles
 * FILE PATH: wp-content/themes/nutrecko-child/assets/css/shop-archive.css
 *
 * Loaded on: is_shop() | is_product_category() | is_product_tag()
 * via functions.php enqueue.
 */

/* ── Google Fonts import (also enqueued via PHP, this is fallback) ─────── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=DM+Serif+Display:ital@0;1&display=swap');

/* ── Variables ──────────────────────────────────────────────────────────── */
:root {
   --gp-olive:          #266278;
  --gp-olive-light:    #5f737b;
  --gp-olive-dark:     #3d5057;
  --gp-olive-muted:    #7b9098;
  --gp-cream:          #fff;
  --gp-cream-dark:     #ede9e1;
  --gp-cream-mid:      #f0ece4;
  --gp-text-primary:   #1a1f16;
  --gp-text-secondary: #5a6455;
  --gp-text-muted:     #266278;
  --gp-card-bg:        #ffffff;
  --gp-border:         rgba(74, 92, 63, 0.12);
  --gp-border-hover:   rgba(74, 92, 63, 0.30);
  --gp-radius-card:    20px;
  --gp-radius-pill:    100px;
}

/* ── Body base ──────────────────────────────────────────────────────────── */
body.woocommerce,
body.woocommerce-page {
  font-family: 'Instrument Sans';
  color: var(--gp-text-primary);
}


.checkout_coupon button[type=submit]{
  margin-left: 0px;
}
.woocommerce-form__label-for-checkbox{
  font-weight: 900;
}

/* ─────────────────────────────────────────────────────────────────────────
   HERO
───────────────────────────────────────────────────────────────────────── */
.gopepti-hero {
    background: linear-gradient(135deg, var(--gp-olive-dark) 0%, var(--gp-olive) 60%, var(--gp-olive-light) 100%);
    border-radius: 0 0 32px 32px;
    padding: 56px 30px 52px;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}
.gopepti-hero::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
  pointer-events: none;
}
.gopepti-hero::after {
  content: '';
  position: absolute; bottom: -80px; left: 40%;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(255,255,255,.03);
  pointer-events: none;
}
.gopepti-hero__inner {
  max-width: 1640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.gopepti-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--gp-radius-pill);
  padding: 5px 14px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.8);
  margin-bottom: 16px;
}
.gopepti-hero__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #a8d5a2;
  display: inline-block;
  flex-shrink: 0;
}
.gopepti-hero__title {
  font-family: 'Sofia Sans Condensed';
  font-size: 48px;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: -.5px;
}
.gopepti-hero__title em {
  font-style: italic;
  color: rgba(255,255,255,.7);
}
.gopepti-hero__desc {
  font-size: 15px;
  color: rgba(255,255,255,.65);
  max-width: 760px;
  line-height: 1.65;
  margin: 0;
}

/* Stats */
.gopepti-hero__stats {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}
.gopepti-stat { text-align: center; }
.gopepti-stat__num {
  font-family: "Instrument Sans";
  font-size: 32px;
  color: #fff;
  display: block;
  line-height: 1;
}
.gopepti-stat__label {
  font-size: 11px;
  color: rgba(255,255,255,.5);
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-top: 4px;
  display: block;
}
.gopepti-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,.15);
  flex-shrink: 0;
}

/* ─────────────────────────────────────────────────────────────────────────
   SHOP WRAPPER
───────────────────────────────────────────────────────────────────────── */
.gopepti-shop-wrapper {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 20px 0px;
}

/* ─────────────────────────────────────────────────────────────────────────
   TRUST STRIP
───────────────────────────────────────────────────────────────────────── */
.gopepti-trust-strip {
  display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid var(--gp-border);
    border-radius: 16px;
    padding: 18px 32px;
    margin-bottom: 36px;
}
.gopepti-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gopepti-trust-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(74,92,63,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.gopepti-trust-item strong {
  display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--gp-text-primary);
    margin-bottom: -5px;
}
.gopepti-trust-item span {
  font-size: 14px;
    color: var(--gp-text-muted);
}

/* ─────────────────────────────────────────────────────────────────────────
   TOOLBAR
───────────────────────────────────────────────────────────────────────── */
.gopepti-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 22px;
  flex-wrap: wrap;
}
.gopepti-toolbar__left {
  display: flex;
  gap: 8px;
  align-items: center;
  /* flex-wrap: wrap; */
  width: calc(71% - 22px);
    overflow: auto;
    padding-bottom: 7px;
    padding-top: 7px;
}
.gopepti-toolbar__right {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-shrink: 0;
  width: 29%;
  justify-content: flex-end;
}

select:not([size]):not([multiple])select:not([size]):not([multiple]) {
    max-width: 145px;
    min-width: unset;
}

/* Count tag */
.gopepti-count-tag {
  font-size: 13px;
  color: var(--gp-text-muted);
  background: var(--gp-cream-dark);
  border-radius: var(--gp-radius-pill);
  padding: 5px 14px;
  white-space: nowrap;
  display: none;
}

/* Filter pills */
.gopepti-filter-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 16px;
  border-radius: var(--gp-radius-pill);
  border: 1px solid var(--gp-border);
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--gp-text-secondary);
  cursor: pointer;
  transition: background .18s, border-color .18s, color .18s;
  white-space: nowrap;
  line-height: 1;
}
.gopepti-filter-pill:hover {
  border-color: var(--gp-border-hover);
  color: var(--gp-olive);
}
.gopepti-filter-pill.active,
.gopepti-filter-pill:focus-visible {
  background: var(--gp-olive);
  color: #fff;
  border-color: var(--gp-olive);
  outline: none;
}

/* ─────────────────────────────────────────────────────────────────────────
   SEARCH BAR
───────────────────────────────────────────────────────────────────────── */
.gopepti-search-bar {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border: 1px solid var(--gp-border);
  border-radius: var(--gp-radius-pill);
  padding: 8px 16px 8px 14px;
  width: 210px;
  transition: border-color .18s, box-shadow .18s;
}
.gopepti-search-bar:focus-within {
  border-color: var(--gp-olive);
  box-shadow: 0 0 0 3px rgba(74,92,63,.10);
}
.gopepti-search-icon {
  color: var(--gp-text-muted);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  pointer-events: none;
}
.gopepti-search-bar input[type="search"] {
  border: none;
  outline: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--gp-text-primary);
  background: transparent;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  /* Remove browser default search cancel button styling */
  -webkit-appearance: none;
  appearance: none;
}
.gopepti-search-bar input[type="search"]::placeholder {
  color: var(--gp-text-muted);
}
.gopepti-search-bar input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

/* ─────────────────────────────────────────────────────────────────────────
   SORT DROPDOWN
───────────────────────────────────────────────────────────────────────── */
.gopepti-sort-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.gopepti-sort-select {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--gp-text-secondary);
  background: #fff;
  border: 1px solid var(--gp-border);
  border-radius: var(--gp-radius-pill);
  padding: 8px 36px 8px 16px;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .18s, box-shadow .18s;
  white-space: nowrap;
  min-width: 150px;
}
.gopepti-sort-select:focus {
  border-color: var(--gp-olive);
  box-shadow: 0 0 0 3px rgba(74,92,63,.10);
}
.gopepti-sort-chevron {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gp-text-muted);
  pointer-events: none;
  display: flex;
  align-items: center;
  display: none;
}

/* ─────────────────────────────────────────────────────────────────────────
   PRODUCTS GRID
───────────────────────────────────────────────────────────────────────── */
.gopepti-products-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
body.page-id-12  ul.nutreko-products.products:not(.products-list){
          grid-template-columns: repeat(4, 1fr);
}

body.page-id-12 #page .site-content{
  padding: 0px 30px;
}

.page-id-12 .woocommerce-MyAccount-navigation{
  width: 15%;
}
.page-id-12 .woocommerce-MyAccount-content {
  width: 80%;
  float: left;
        
}

/* Responsive columns */

@media (max-width: 1366px){
  body .gopepti-products-grid , body ul.nutreko-products.products:not(.products-list){
    grid-template-columns: repeat(4, 1fr);
  }
   body.page-id-12  ul.nutreko-products.products:not(.products-list){
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-id-12 #page .site-content{
    padding: 0px 20px;
  }

 
}

@media (max-width: 1200px){
  body .gopepti-products-grid , body ul.nutreko-products.products:not(.products-list){
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px){
  body.page-id-12  ul.nutreko-products.products:not(.products-list){
      grid-template-columns: repeat(2, 1fr);
  }
  .page-id-12 .woocommerce-MyAccount-navigation{
    width: 30%;
  }
  .page-id-12 .woocommerce-MyAccount-content{
    width: 65%;
  }
}

@media (max-width: 880px){
  body .gopepti-products-grid , body ul.nutreko-products.products:not(.products-list){
        grid-template-columns: repeat(2, 1fr);
    }
    body.page-id-12 .woocommerce{
      display: flex;
      flex-direction: column;
    }
    .page-id-12 .woocommerce-MyAccount-navigation{
      width: 100%;
    }
    .page-id-12 .woocommerce-MyAccount-content{
      width: 100%;
    }

}

@media (max-width: 767px){
  
}


/* @media only screen and (max-width: 1100px) {
 body .gopepti-products-grid { grid-template-columns: repeat(3, 1fr); }
} */
@media (max-width: 767px) {
  body .gopepti-products-grid { grid-template-columns: repeat(2, 1fr); gap: 5px; }
  body .gopepti-price-original{
    justify-self: center;
  }
  .gopepti-toolbar__left{
    width: 100%;
  }
}

@media (max-width: 550px) {
    .gopepti-card-footer{
        flex-direction: column;
        gap: 8px;
    }
}


@media (max-width: 420px) {
  .gopepti-products-grid { grid-template-columns: 1fr; }
}

/* ─────────────────────────────────────────────────────────────────────────
   PRODUCT CARD
   Applied on ALL archive pages (shop + category archives)
───────────────────────────────────────────────────────────────────────── */
.gopepti-product-card {
  background: var(--gp-card-bg);
  border-radius: var(--gp-radius-card);
  border: 1px solid var(--gp-border);
  overflow: hidden;
  position: relative;
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease, border-color .2s;
  display: flex;
  flex-direction: column;
}
.gopepti-product-card:hover {
  border-color: var(--gp-border-hover);
}
.gopepti-product-card:hover .gopepti-card-body {
  background-color: #f2f1f175;
}

/* Badge */
.gopepti-card-badge {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 2;
  display: flex;
  gap: 6px;
}
.gopepti-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: var(--gp-radius-pill);
  display: inline-block;
}
.gopepti-badge--sale    { background: #fef2d6; color: #b85c00; }
.gopepti-badge--new     { background: rgba(74,92,63,.10); color: var(--gp-olive); }
.gopepti-badge--popular { background: #f0eafa; color: #6e3fb3; }

/* Image area */
.gopepti-card-image-wrap {
  background: var(--gp-cream-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 310px; */
  position: relative;
  overflow: hidden;
  text-decoration: none;
  flex-shrink: 0;  
}
/* .gopepti-card-image-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(240,236,228,.5));
  pointer-events: none;
} */
.gopepti-card-image-wrap img,
.gopepti-card-image-wrap .wp-post-image {
  /* height: 310px; */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform .4s ease;
  /* filter: drop-shadow(0 8px 16px rgba(0,0,0,.12)); */
  display: block;
  
}
.gopepti-product-card:hover .gopepti-card-image-wrap img,
.gopepti-product-card:hover .gopepti-card-image-wrap .wp-post-image {
  transform: scale(1.06) translateY(-4px);
}

/* Card body */
.gopepti-card-body {
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
}
.gopepti-card-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--gp-text-muted);
  margin-bottom: 5px;
}
.gopepti-card-name {
  font-family: 'Sofia Sans Condensed';
  font-size: 20px;
  font-weight: 600;
  color: var(--gp-text-primary);
  line-height: 1.2;
  margin-bottom: 8px;
  text-decoration: none;
  display: block;
}
a .gopepti-card-name,
a:hover .gopepti-card-name {
  text-decoration: none;
  color: var(--gp-text-primary);
}
.gopepti-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.gopepti-purity-tag {
  font-size: 11px;
  background: rgba(74,92,63,.08);
  color: var(--gp-olive);
  border-radius: var(--gp-radius-pill);
  padding: 3px 10px;
  white-space: nowrap;
}
.gopepti-verified-tag {
  font-size: 11px;
  color: var(--gp-text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.gopepti-verified-tag::before {
  content: '\2713';
  font-size: 10px;
  color: #266278;
  font-weight: 700;
}

/* Card footer */
.gopepti-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--gp-border);
  margin-top: auto;
  /* gap: 8px; */
}

/* Price */
.gopepti-price-block { min-width: 0; }
.gopepti-price-current {
  font-size: 20px;
  font-weight: 600;
  color: var(--gp-text-primary);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  line-height: 1.1;
}
/* Normalise WooCommerce price output inside our block */
.gopepti-price-current .woocommerce-Price-amount,
.gopepti-price-current .woocommerce-Price-amount bdi {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.gopepti-price-original {
  font-size: 12px;
  color: var(--gp-text-muted);
  text-decoration: line-through;
  margin-top: 2px;
  display: block;
}
.gopepti-price-original .woocommerce-Price-amount,
.gopepti-price-original .woocommerce-Price-amount bdi {
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
}
.gopepti-discount-pct {
  font-size: 11px;
  display: none;
  font-weight: 600;
  color: #b85c00;
  background: #fef2d6;
  border-radius: var(--gp-radius-pill);
  padding: 2px 8px;
  white-space: nowrap;
}

/* Add to cart button */
.gopepti-add-btn,
a.gopepti-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: var(--gp-olive);
  color: #fff !important;
  border: none;
  border-radius: var(--gp-radius-pill);
  padding: 10px 18px;
  font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
  cursor: pointer;
  transition: background .18s, transform .15s, opacity .15s;
  white-space: nowrap;
  text-decoration: none !important;
  line-height: 1;
  flex-shrink: 0;
}
.gopepti-add-btn:hover,
a.gopepti-add-btn:hover {
  background: var(--gp-olive-dark);
  transform: scale(1.04);
  color: #fff !important;
}
.gopepti-add-btn.loading { opacity: .65; pointer-events: none; }
.gopepti-add-btn.added   { background: var(--gp-olive-dark); margin-left: auto; }
.gopepti-add-btn svg     { flex-shrink: 0; }

/* "No products" message */
.gopepti-no-products {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 24px;
  color: var(--gp-text-muted);
  font-size: 15px;
}

/* ─────────────────────────────────────────────────────────────────────────
   LOADING SPINNER  (infinite scroll)
───────────────────────────────────────────────────────────────────────── */
.gopepti-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 32px 0;
}
.gopepti-spinner span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gp-olive);
  animation: gopepti-bounce .7s ease-in-out infinite;
}
.gopepti-spinner span:nth-child(2) { animation-delay: .15s; }
.gopepti-spinner span:nth-child(3) { animation-delay: .30s; }

@keyframes gopepti-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: .4; }
  40%           { transform: scale(1);   opacity: 1;  }
}

/* ─────────────────────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .gopepti-hero { padding: 40px 28px 36px; }
  .gopepti-hero__title { font-size: 36px; }
  .gopepti-hero__stats { gap: 20px; }
  .gopepti-stat__num { font-size: 26px; }
  .progress-wrap { bottom: 3rem; }
}
@media (max-width: 680px) {
  .gopepti-hero__inner { flex-direction: column; align-items: flex-start; }
  .gopepti-hero__stats { align-self: stretch; justify-content: flex-start; }
  .gopepti-toolbar { flex-direction: column; align-items: flex-start; }
  .gopepti-toolbar__right { width: 100%; }
  .gopepti-search-bar { flex: 1; width: auto; }
  .gopepti-sort-select { flex: 1; min-width: 0; }
  .gopepti-trust-strip { gap: 16px; padding: 16px 20px; }
}
@media (max-width: 480px) {
  .gopepti-hero { padding: 28px 20px; }
  .gopepti-hero__title { font-size: 28px; }
  .gopepti-shop-wrapper { padding: 0 0px 0px; }
  .gopepti-card-name { font-size: 17px; }
  .gopepti-add-btn { padding: 9px 14px; font-size: 12px; }
  .woocommerce-page #page .site-content{margin-bottom: 50px;}
}
@media (max-width: 1367px) {
  body.tax-product_cat .gopepti-shop-wrapper {
    padding: 0 0px;
  }
}
@media (min-width: 1368px) {
  body.tax-product_cat .gopepti-shop-wrapper {
    padding: 0 0px;
  }
}
/* ─────────────────────────────────────────────────────────────────────────
   Custom
───────────────────────────────────────────────────────────────────────── */
.site-header-cart-side .widget_shopping_cart .buttons a:hover {
  color: #fff;
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout:hover {
  color: #fff;
}
button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover{
  color: #fff;
}
.single-product div.product .summary.entry-summary .woosw-btn:hover, .single-product div.product .summary.entry-summary .woosc-btn:hover{
  color: #fff;
}
.swiper-direction-vertical .elementor-swiper-button:hover i{
  color: #fff;
}
#comments .comment-form .form-submit .submit:hover{
  color: #fff;
}
#comments .comment-list .reply a {
  color: #fff;
}
.post-thumbnail .categories-link a:hover {
  color: #fff;
}
.widget.widget_tag_cloud .tagcloud a:hover, .widget.widget_tag_cloud .wp-block-tag-cloud a:hover, .elementor-widget-wp-widget-tag_cloud .tagcloud a:hover, .elementor-widget-wp-widget-tag_cloud .wp-block-tag-cloud a:hover{
  color: #fff;
}
.categories-link a:hover {
  color: #fff;
}
#reviews .comment-form-comment textarea {
  color: #5b5b5b;
}