/*
Theme Name: Agron
Theme URI: https://agron.casethemes.net/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/portfolio
Description: Agron is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Version: 1.0.2
Tested up to: 6.0
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: agron
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Case-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

.custom-product-rating-wrap {
    margin-bottom: 20px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.5px;
    display: none !important;
    padding: 5px 0;
}

.custom-product-rating-wrap .rating-stars {
    color: #ffb400;
    margin-right: 5px;
}

.custom-stock-scarcity {
    background: #fff4f4;
    color: #e44343;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px dashed #e44343;
    animation: pxl_pulse 2s infinite;
}

@keyframes pxl_pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.pxl-trust-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
    padding: 20px;
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 12px;
}

.pxl-trust-badges .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.pxl-trust-badges .trust-item:hover {
    transform: translateX(5px);
}

.pxl-trust-badges .trust-icon {
    font-size: 20px;
    min-width: 24px;
}

.pxl-trust-badges .trust-text {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    line-height: 1.3;
}

@media (max-width: 480px) {
    .pxl-trust-badges {
        grid-template-columns: 1fr;
        padding: 15px;
    }
}

/* Sticky Add to Cart Bar */
.pxl-sticky-add-to-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    transform: translateY(110%);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.pxl-sticky-add-to-cart.active {
    transform: translateY(0);
}

.pxl-sticky-add-to-cart .sticky-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pxl-sticky-add-to-cart .sticky-product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.pxl-sticky-add-to-cart .sticky-thumb img {
    max-width: 54px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.pxl-sticky-add-to-cart .sticky-title {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #111;
}

.pxl-sticky-add-to-cart .sticky-price {
    font-size: 15px;
    color: #e44343;
    font-weight: 700;
}

.pxl-sticky-add-to-cart .sticky-add-btn {
    padding: 14px 35px;
    font-size: 15px;
    border-radius: 50px !important;
    /* Pill shape */
    background-color: #92753b !important;
    /* Match brown color from screenshot */
    border: none !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.pxl-sticky-add-to-cart .sticky-add-btn:hover {
    background-color: #7a6130 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(146, 117, 59, 0.3);
}

@media (max-width: 767px) {
    .pxl-sticky-add-to-cart {
        padding: 10px 0;
    }

    .pxl-sticky-add-to-cart .sticky-inner {
        flex-direction: row;
        gap: 10px;
    }

    .pxl-sticky-add-to-cart .sticky-thumb {
        display: none;
    }

    .pxl-sticky-add-to-cart .sticky-title {
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 140px;
    }

    .pxl-sticky-add-to-cart .sticky-add-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Award Winning FAQ Section - Split Layout */
.pxl-faq-section {
    padding: 100px 0;
    background-color: #fdfbf7;
    position: relative;
    overflow: hidden;
}

.pxl-faq-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 30px;
}

.faq-split-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    align-items: flex-start;
}

.faq-header-side {
    flex: 1 1 400px;
    position: sticky;
    top: 120px;
}

.faq-content-side {
    flex: 2 1 600px;
}

.faq-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(146, 117, 59, 0.1);
    color: #92753b;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.faq-main-title {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    color: #26411d;
    /* Theme Green */
    margin-bottom: 30px;
}

.faq-main-title span {
    display: block;
    color: #92753b;
    font-style: italic;
    font-weight: 400;
    font-family: serif;
}

.faq-description {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    max-width: 400px;
}

.faq-decorative-element {
    margin-top: 50px;
    color: rgba(146, 117, 59, 0.15);
    width: 120px;
    animation: rotateHoney 20s linear infinite;
}

@keyframes rotateHoney {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Accordion V2 Styles */
.faq-accordion-v2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item-v2 {
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item-v2:hover {
    box-shadow: 0 10px 40px rgba(146, 117, 59, 0.08);
    border-color: rgba(146, 117, 59, 0.15);
}

.faq-item-v2.active {
    border-color: #92753b;
    box-shadow: 0 20px 60px rgba(146, 117, 59, 0.12);
}

.faq-trigger {
    padding: 35px 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 25px;
}

.faq-number {
    font-size: 14px;
    font-weight: 800;
    color: #92753b;
    background: rgba(146, 117, 59, 0.06);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.faq-item-v2.active .faq-number {
    background: #92753b;
    color: #fff;
}

.faq-q-text {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 0;
    flex: 1;
    transition: all 0.3s ease;
}

.faq-item-v2.active .faq-q-text {
    color: #92753b;
}

.faq-plus-icon {
    width: 24px;
    height: 24px;
    color: #92753b;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item-v2.active .faq-plus-icon {
    transform: rotate(45deg);
    color: #26411d;
}

.faq-content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item-v2.active .faq-content-wrapper {
    grid-template-rows: 1fr;
}

.faq-a-text {
    overflow: hidden;
    padding: 0 40px 40px 105px;
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.faq-item-v2.active .faq-a-text {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .faq-split-layout {
        gap: 50px;
    }

    .faq-main-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .pxl-faq-section {
        padding: 60px 0;
    }

    .faq-header-side {
        flex: 1 1 100%;
        position: relative;
        top: 0;
        text-align: center;
    }

    .faq-description {
        margin: 0 auto;
    }

    .faq-decorative-element {
        display: none;
    }

    .faq-trigger {
        padding: 25px 20px;
        gap: 15px;
    }

    .faq-q-text {
        font-size: 18px;
    }

    .faq-a-text {
        padding: 0 20px 25px 60px;
        font-size: 15px;
    }

    .faq-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

/* Premium Comparison Section - Split View */
.pxl-comparison-section {
    padding: 100px 0 60px;
    background-color: #fdfbf7;
    overflow: hidden;
}

.comparison-header {
    margin-bottom: 60px;
    text-align: center;
}

.comparison-title {
    font-size: 48px;
    font-weight: 900;
    color: #26411d;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.comparison-title span {
    color: #92753b;
    font-family: serif;
    font-style: italic;
    font-weight: 400;
}

.comparison-subtitle {
    font-size: 20px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.comparison-split-view {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: stretch;
}

.comparison-table-side {
    flex: 1 1 650px;
}

.brand-promise-side {
    flex: 1 1 300px;
    display: flex;
}

.comparison-table-wrapper {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(38, 65, 29, 0.05);
    border: 1px solid rgba(146, 117, 59, 0.1);
    height: 100%;
}

.brand-promise-card {
    background: #26411d;
    border-radius: 30px;
    padding: 40px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.brand-promise-card::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(146, 117, 59, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.promise-icon-wrap {
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    position: relative;
}

.promise-seal-svg {
    width: 100%;
    height: 100%;
    animation: sealPulse 3s ease-in-out infinite;
}

@keyframes sealPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.promise-title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.promise-text {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 35px;
}

.promise-features {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.p-feature {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.05);
    padding: 12px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.p-icon {
    font-size: 20px;
}

.p-label {
    font-size: 14px;
    font-weight: 600;
}

.comparison-table {
    display: flex;
    flex-direction: column;
}

.comparison-row {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: background 0.3s ease;
}

.comparison-row:last-child {
    border-bottom: none;
}

.comparison-row:not(.header-row):hover {
    background: #fdfbf7;
}

.comparison-cell {
    padding: 25px 30px;
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #444;
}

.header-row {
    background: #26411d;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.header-row .comparison-cell {
    color: #fff;
}

.feature-cell {
    font-weight: 700;
    color: #26411d;
    background: rgba(38, 65, 29, 0.02);
}

.ours-cell.highlight {
    background: rgba(146, 117, 59, 0.04);
    font-weight: 800;
    color: #26411d;
    position: relative;
}

.header-row .ours-cell.highlight {
    background: #92753b;
}

.status-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 14px;
    flex-shrink: 0;
}

.status-icon.success {
    background: #26411d;
    color: #fff;
}

.status-icon.fail {
    background: #f1f1f1;
    color: #999;
}

@media (max-width: 1024px) {
    .comparison-split-view {
        flex-direction: column;
    }

    .brand-promise-side {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .pxl-comparison-section {
        padding: 60px 0 30px;
    }

    .comparison-title {
        font-size: 32px;
    }

    .comparison-cell {
        padding: 15px 10px;
        font-size: 14px;
    }

    .status-icon {
        width: 18px;
        height: 18px;
        font-size: 10px;
        margin-right: 8px;
    }

    .brand-promise-card {
        padding: 30px 20px;
    }
}

/* Vertical Button Styled Tabs */
.woocommerce-tabs ul.wc-tabs {
    display: flex;
    flex-direction: column !important;
    gap: 12px;
    border-bottom: none !important;
    padding: 20px 0 !important;
    margin: 0 auto 30px !important;
    max-width: 500px;
    list-style: none !important;
}

.woocommerce-tabs ul.wc-tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border: 1px solid rgba(38, 65, 29, 0.1) !important;
    border-radius: 100px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
    position: relative;
    overflow: hidden;
}

.woocommerce-tabs ul.wc-tabs li::before {
    display: none !important;
}

.woocommerce-tabs ul.wc-tabs li a {
    display: block !important;
    padding: 15px 40px !important;
    color: #26411d !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.woocommerce-tabs ul.wc-tabs li:hover {
    border-color: #92753b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(146, 117, 59, 0.12) !important;
}

.woocommerce-tabs ul.wc-tabs li.active {
    background: #26411d !important;
    border-color: #26411d !important;
    transform: none !important;
}

.woocommerce-tabs ul.wc-tabs li.active a {
    color: #fff !important;
}

/* Ensure Panels are closed by default but show when active */
.woocommerce-tabs .woocommerce-Tabs-panel {
    display: none !important;
    background: #fff;
    padding: 40px !important;
    border-radius: 20px;
    border: 1px solid rgba(146, 117, 59, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02);
}

.woocommerce-tabs .woocommerce-Tabs-panel.active,
.woocommerce-tabs .woocommerce-Tabs-panel[style*="display: block"] {
    display: block !important;
    animation: pxl_fade_up 0.5s ease-out;
}

@keyframes pxl_fade_up {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom Product Banner Section - Premium Gallery */
.pxl-custom-product-banner {
    padding: 100px 0;
    background-color: #f8f9f5;
    overflow: hidden;
}

.pxl-custom-product-banner .pxl-full-width {
    padding-left: 30px;
    padding-right: 30px;
}

.pxl-custom-product-banner .banner-header {
    margin-bottom: 60px;
}

.pxl-custom-product-banner .banner-title {
    font-size: 42px;
    font-weight: 900;
    color: #1a2e14;
    position: relative;
    letter-spacing: -0.01em;
    display: inline-block;
}

.pxl-custom-product-banner .banner-title::before {
    content: "GALLERY";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    font-weight: 700;
    color: #92753b;
    letter-spacing: 4px;
    opacity: 0.7;
}

.pxl-custom-product-banner .gallery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
}

.pxl-custom-product-banner .gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.pxl-custom-product-banner .gallery-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(38, 65, 29, 0.12);
    z-index: 10;
}

.pxl-custom-product-banner .gallery-item a {
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    cursor: zoom-in;
}

.pxl-custom-product-banner .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.pxl-custom-product-banner .gallery-item:hover img {
    transform: scale(1.15);
}

.pxl-custom-product-banner .banner-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #92753b;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
    box-shadow: 0 10px 20px rgba(146, 117, 59, 0.4);
}

.pxl-custom-product-banner .gallery-item:hover .banner-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.pxl-custom-product-banner .banner-overlay i {
    font-size: 18px;
}

@media (max-width: 1400px) {
    .pxl-custom-product-banner .gallery-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1199px) {
    .pxl-custom-product-banner .gallery-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .pxl-custom-product-banner {
        padding: 60px 0;
    }
    .pxl-custom-product-banner .pxl-full-width {
        padding-left: 15px;
        padding-right: 15px;
    }
    .pxl-custom-product-banner .banner-header {
        margin-bottom: 30px;
    }
    .pxl-custom-product-banner .banner-title {
        font-size: 28px;
    }
    .pxl-custom-product-banner .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .pxl-custom-product-banner .gallery-item {
        border-radius: 8px;
    }
    .pxl-custom-product-banner .banner-overlay {
        width: 40px;
        height: 40px;
    }
    .pxl-custom-product-banner .banner-overlay i {
        font-size: 14px;
    }
}

/* Lightbox Close Button Customization */
.mfp-bg.pxl-gallery-popup {
    background: rgba(26, 46, 20, 0.95);
}

.pxl-gallery-popup .mfp-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #92753b;
    color: #fff !important;
    opacity: 1;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    font-size: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    z-index: 1046;
}

.pxl-gallery-popup .mfp-close:hover {
    background: #1a2e14;
    transform: rotate(90deg);
}

.pxl-gallery-popup .mfp-arrow {
    opacity: 1;
}

.pxl-gallery-popup .mfp-arrow::before {
    border-top-width: 25px;
    border-bottom-width: 25px;
    border-left-width: 20px;
    border-right-width: 20px;
}

.pxl-gallery-popup .mfp-counter {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    background: rgba(146, 117, 59, 0.8);
    padding: 4px 12px;
    border-radius: 20px;
}