/*@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --font-main: "Figtree";
    /*--font-secondary: "Instrument Sans";*/
    --font-secondary: "Juana";
    /*--font-secondary: "Michroma";*/
    /*--font-secondary: "Sonita";*/
    --olive: #636B2F;
    --olive-bright: #BAC095;
    --olive-dark: #3D4127;
}

body {
    font-family: var(--font-main), sans-serif;
    color: #383838;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-secondary), sans-serif;
    font-weight: 700;
}


/*HEADER*/

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
}

header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--olive-dark);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    animation: slideDown 0.3s ease;
    height: 120px;
}


@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.navbar {
    padding: 1rem 2.5rem;
}

.navbar .logo {
    width: 170px;
}

.navbar-menu ul {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.navbar-menu {
    font-size: 14px;
    font-weight: 500;
}

.navbar-menu li a {
    color: #fff;
}

.navbar-toggler {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.toggler-line {
    height: 2px;
    background-color: #fff;
    width: 12px;
}

.toggler-line.long {
    width: 20px;
}

/* CTA container */
.nav-cta {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

/* Button style */
.cta-btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1.5px solid #d6d2b0;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #f5f5f5;
    background: transparent;
    transition: all 0.35s ease;
    letter-spacing: 0.5px;
}

/* Hover effect */
.cta-btn:hover {
    background: #d6d2b0;
    color: #3e4422;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* Active press effect */
.cta-btn:active {
    transform: translateY(0);
    box-shadow: none;
}


/*FOOTER*/

footer {
    padding: 120px 60px 40px 60px;
    background-color: var(--olive);
    color: #fff;
}

.footer-logo img {
    width: 180px;
    margin: 0 auto;
}

footer h4 {
    margin-bottom: .75rem;
    letter-spacing: 1px;
}

.footer-social {
    display: flex;
    gap: 1.15rem;
    justify-content: flex-end;
}

.footer-social li a {
    width: 35px;
    height: 35px;
    background-color: var(--olive-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .4s ease-in-out;
}

.footer-social li:hover a {
    background-color: var(--olive-bright);
}


.copyright {
    padding-top: 60px;
}

.copyright a {
    color: #dedf24;
}

/*GENERAL*/

.section-padding {
    padding: 100px 0;
}

.bg-olive {
    background-color: var(--olive);
}

/*HERO*/
.hero-swiper .swiper-slide {
    height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 0;
}

.hero-swiper .swiper-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-swiper .overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.4; /* fallback */
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.hero-meta {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
}

.hero-meta h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 36px;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;

    color: #ffffff;
    text-decoration: none;

    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);

    transition: all 0.3s ease;
}

.hero-btn:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}


/*HOMEPAGE*/

/* BRAND STORY */

.brand-story-bg {
    position: relative;
    padding: 140px 0;
    background: url('/static/img/olive-bg.jpg') center/cover no-repeat;
    color: #f4f1ea;
}

/* Dark olive overlay */
.story-overlay {
    position: absolute;
    inset: 0;
    background: rgba(24, 32, 22, 0.65);
}

/* Content wrapper */
.story-inner {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;

    max-width: 1100px;
    margin: 0 auto;
}

/* Columns */
.story-col h1 {
    font-size: 46px;
    margin-bottom: 30px;
}

.story-col h2 {
    font-size: 34px;
    margin-bottom: 25px;
}

.story-col p {
    line-height: 1.9;
    margin-bottom: 20px;
    color: #e6e2d8;
}

.brand-story-bg p {
    color: #fff;
    text-align: justify;
    margin-bottom: .8rem;
    position: relative;
    z-index: 2;
    width: 60%;
}

.brand-story-bg h1 {
    position: relative;
    margin-bottom: 1rem;
    font-size: 30px;
}

/* Responsive */
@media (max-width: 1024px) {
    .brand-story-bg {
        padding: 90px 0;
    }

    .story-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.intro {
    background-position: center;
    background-size: cover;
    background-image: url("/static/img/bg.png");
}

.intro p {
    margin-bottom: 1rem;
    text-align: center;
    /*text-align: justify;*/
}

.intro h1 {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.intro h4 {
    margin-bottom: 1rem;
    font-size: 20px;
}

.gallery .gallery-item {
    overflow: hidden;
}

.gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}

.gallery .gallery-item:hover img {
    transform: scale(1.05);
}

.absolute.inset-0.hero-overlay {
    background-color: #000;
    opacity: .3;
}

.shop-section {
    padding: 100px 8%;
    background: #f7f6f2;
}

.shop-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

.shop-image {
    flex: 1;
    min-width: 300px;
}

.shop-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.shop-content {
    flex: 1;
    min-width: 300px;
}

.shop-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #3e4422;
}

.shop-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    text-align: justify;
}

/* Button */
.shop-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #4c5526;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.shop-btn:hover {
    background: #69743a;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.brand-features {
    background: #f4f1ea;
}

.features-header {
    text-align: center;
    margin-bottom: 80px;
}

.features-header h2 {
    font-size: 42px;
    margin-bottom: 10px;
}

.features-header p {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--olive);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
}

.feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-icon img {
    width: 140px;
    height: auto;
}

.feature-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feature-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.feature-content {
    width: 80%;
}

.feature-icon {
    width: 20%;
}


/*PAGE BANNER*/
.page-banner {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.page-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .4;
    pointer-events: none;
}

.page-banner-meta {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    color: #fff;
    transform: translate(-50%, -50%);
}

.page-banner-meta h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
}

/*PRODUCT LIST*/
.product-item {
    padding: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product-cover {
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

.product-cover img {
    width: 100%;
    transition: .5s ease-in-out;
}

.product-item:hover .product-cover img {
    transform: scale(1.05);
}

.product-item h2 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 15px;
}

.product-item .tag {
    position: absolute;
    top: 0;
    z-index: 2;
    padding: 8px 10px;
    color: #fff;
    background-color: var(--olive);
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    pointer-events: none;
}

.product-item .tag.left {
    left: 0;
}

.product-item .tag.right {
    right: 0;
    background-color: #000;
}

/* Hover overlay */
.product-hover {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(32, 38, 28, 0.35); /* soft olive overlay */
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Button style */
.hover-btn {
    background: #f4f1ea;
    color: var(--olive);
    padding: 12px 28px;
    border-radius: 40px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.4s ease;
}

/* Hover states */
.product-item:hover .product-hover {
    opacity: 1;
}

.product-item:hover .hover-btn {
    transform: translateY(0);
    opacity: 1;
}

.product-cover .premium {
    width: 80px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}


.product-cover .award {
    width: 70px;
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.product-list-bottom button {
    padding: 8px 30px;
    background-color: var(--olive);
    color: #fff;
    width: 100%;
    cursor: pointer;
}

/*PRODUCT DETAIL*/
/* Gallery */
.product-gallery img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

.gallery-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-snap-type: x mandatory;
}

.gallery-item {
    min-width: 100%;
    scroll-snap-align: center;
}

/* Content */
.product-title {
    font-size: 26px;
    margin-bottom: 24px;
    font-weight: 800;
}

.product-body {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
}

/* Button */
.product-btn {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 999px;
    background: #2f5d3a;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.product-btn:hover {
    background: #24492d;
    transform: translateY(-2px);
}

.product-gallery img {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.mainSwiper {
    margin-bottom: 20px;
}

/* Thumbs container */
.thumbSwiper {
    margin-top: 20px;
}

/* Each thumb slide */
.thumbSwiper .swiper-slide {
    padding: 6px;
    border-radius: 12px;
    cursor: pointer;
    opacity: 0.55;
    transition: all 0.25s ease;
}

/* Image itself */
.thumbSwiper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transform: scale(0.92);
    transition: transform 0.25s ease;
}

/* Hover */
.thumbSwiper .swiper-slide:hover {
    opacity: 0.8;
}

/* Active thumb */
.thumbSwiper .swiper-slide-thumb-active {
    opacity: 1;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.thumbSwiper .swiper-slide-thumb-active img {
    transform: scale(1);
}


.admin-link {
    color: #fff;
    background-color: var(--olive);
    border-radius: 999px;
    padding: 14px 36px;
}

.product-body p, .product-body h3 {
    margin-bottom: .75rem;
}

.product-separator {
    width: 64px;
    height: 2px;
    margin: 24px 0 32px;
    background: rgba(0, 0, 0, 0.12);
}


/*ABOUT US*/
.scroll-dot {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    margin-top: 6px;
    animation: scrollDown 1.8s infinite;
}

@keyframes scrollDown {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(18px);
    }
}

.circle-images p {
    padding-inline: 2rem;
    margin-bottom: 1rem;
    color: #000;
    text-align: center;
}

.circle-images h1 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 25px;
}

.circle-images {
    background-position: center;
    background-size: cover;
}

.about .reel-wrapper {
    max-width: 100%;
}

/*CONTACT*/
#map {
    height: 500px;
    border-radius: 1.25rem;
}

.custom-marker {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 3px solid white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
}

/*LEGAL*/

.kvkk {
    padding: 100px 0;
}

.kvkk p, .kvkk ul, .kvkk ol,
.kvkk h1, .kvkk h2, .kvkk h3 {
    margin-bottom: 1rem;
}

.kvkk ul, .kvkk ol {
    padding-left: 2.25rem;
}

.kvkk ol li {
    list-style: decimal;
}

.kvkk ul li {
    list-style: disc;
}


.kvkk h1 {
    font-size: 28px;
}

.kvkk h2 {
    font-size: 24px;
}

.kvkk h3 {
    font-size: 20px;
}

[type="submit"] {
    cursor: pointer;
}

.message-box {
    padding: 1rem;
    background-color: #d9eabb;
    margin-bottom: 2rem;
    border-radius: 10px;
}

/*CERTIFICATES*/
/* Awards Swiper navigation */

.awardsSwiper .swiper-wrapper {
    padding-top: 2rem;
    padding-bottom: 4.5rem;
}

.awardsSwiper .awards-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: flex;
    gap: 12px;
    pointer-events: auto;
    z-index: 10;
    transform: translateX(-50%);
}

.awardsSwiper .awards-prev,
.awardsSwiper .awards-next {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transition: all 0.25s ease;
}

.awardsSwiper .awards-prev:hover,
.awardsSwiper .awards-next:hover {
    background: var(--olive);
    color: #fff;
    transform: scale(1.1);
}


.awardsSwiper i {
    font-size: 14px;
}

.awardsSwiper .swiper-slide h2 {
    text-align: center;
    padding-inline: .5rem;
}

/*COOKIE NOTICE*/
/* ==========================
   COOKIE BANNER
========================== */

.cookie-banner {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    width: 92%;
    max-width: 720px;

    background: #556B2F; /* Olive */
    color: #ffffff;

    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);

    padding: 20px 28px;
    z-index: 9999;

    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.cookie-banner.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.cookie-content p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.cookie-actions {
    display: flex;
    gap: 12px;
}

.cookie-btn {
    padding: 9px 18px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Primary button */
.cookie-btn-primary {
    background: #ffffff;
    color: #556B2F;
    border: none;
}

.cookie-btn-primary:hover {
    opacity: 0.9;
}

/* Outline button */
.cookie-btn-outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.cookie-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.cookie-content a {
    font-weight: 600;
    text-decoration: underline;
}

.reel-section {
    padding: 100px 20px;
    display: flex;
    justify-content: center;
}

.reel-wrapper {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.3);
    max-height: 700px;
}

.reel-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plyr--full-ui {
    height: 100%;
}

.plyr audio, .plyr iframe, .plyr video {
    object-fit: contain;
}

/*BLOG LIST*/
/* BLOG SECTION */

.blog-section {
    padding: 80px 0;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.blog-card {
    display: block;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: 0.3s ease;
    padding: 10px;
    border: 1px solid #e4e4e4;
}

.blog-card:hover {
    transform: translateY(-6px);
}

/* Image */

.blog-card-image {
    position: relative;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.03);
}

/* Tag */

.blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #6f7c38; /* olive tone */
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Body */

.blog-card-body {
    padding: 20px 5px 0 5px;
}

.blog-card-body h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.blog-date {
    font-size: 13px;
    color: #777;
}

.blog-card-body h2 {
    min-height: 60px;
}

.post-img img {
    width: 75%;
}

.post-detail h2 {
    font-size: 24px;
}

/*BLOG DETAIL*/

.blog-detail {
    background: #f6f7f4; /* soft warm gray */
    padding: 100px 0;
}

.blog-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 70px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
    border: 1px solid #e9ece5;
}

.blog-hero {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.blog-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-hero-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0)
    );
    color: #fff;
}

.blog-hero h1 {
    font-size: 42px;
    font-weight: 700;
    max-width: 800px;
}

.blog-hero .blog-date {
    font-size: 14px;
    opacity: 0.8;
}

.blog-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    margin-top: 0;
}

.blog-content {
    font-size: 16px;
    line-height: 1.9;
    color: #2f2f2f;
}

.blog-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.blog-content h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.blog-content p {
    margin-bottom: 22px;
}

.blog-content img {
    width: 100%;
    margin: 40px 0;
    border-radius: 10px;
}

.blog-sidebar {
    position: sticky;
    top: 120px;
    background: #fafaf8;
    padding: 30px;
    border-radius: 14px;
    border: 1px solid #eceee8;
}

.blog-sidebar h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.sidebar-post {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

.sidebar-post img {
    width: 80px;
    /*height: 70px;*/
    object-fit: cover;
    border-radius: 8px;
}

.sidebar-post span {
    font-size: 14px;
    line-height: 1.4;
}

.sidebar-post:hover {
    transform: translateX(5px);
}

.post-cover {
    margin-bottom: 30px;
}

.post-cover img {
    width: 50%;
}

.reel-wrapper {
    position: relative;
}

.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.play-btn img {
    width: 150px;
}

.product-carousel-wrapper {
    position: relative;
}

.productSwiper {
    padding: 10px 0 40px;
}

.swiper-slide {
    height: auto;
}

.product-item {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
    border: 1px solid #f0f0f0;
}

.product-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.product-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    z-index: 20;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

.product-nav i {
    font-size: 18px;
}

.product-nav-prev {
    left: -24px;
}

.product-nav-next {
    right: -24px;
}

.product-nav:hover {
    background: #6f7c38;
    color: #fff;
    border-color: #6f7c38;
}

.product-pagination {
    display: none;
}