/* Product Image Hover */

.image-hover-effect {
    position: relative;
    overflow: hidden;
}
.product-hover-image {
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.image-hover-effect:hover .product-hover-image {
    opacity: 1;
}

.live-circle-icon {
    animation: blink-1p5 1.5s infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes blink-1p5 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
    .blink {
        animation: none;
    }
}

.product-details-page .add-to-cart {
    transition: transform 0.3s ease-in-out;
}

.product-details-page .add-to-cart:hover {
    transform: scale(1.02, 1.1);
}

/* Image Gallery Viewer */

.img-zoom {
    cursor: grab;
}

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    overflow: auto;
}
.lightbox-content {
    max-width: 90%;
    max-height: 80%;
    top: 50%;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}

.lightbox-toolbar button {
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    border-radius: 5px;
}
.lightbox-close {
    font-size: 22px;
    background: rgba(0, 0, 0, 0.7);
}

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    background: rgb(0 0 0 / 25%);
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1100;
    transition: background 0.3s ease;
}
.lightbox-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}
.lightbox-arrow.prev {
    left: 20px;
}
.lightbox-arrow.next {
    right: 20px;
}

.lightbox-toolbar {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between; /* left + right */
    align-items: center;
    padding: 0 15px;
    z-index: 1100;
}

.toolbar-left {
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.toolbar-right button {
    margin-left: 4px;
    font-size: 18px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.toolbar-right button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.lightbox-modal img {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;

    max-width: 90% !important;
    max-height: 80% !important;
    margin: 0 !important;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease !important;
}

/* Expand Icon */
.carousel-box {
    position: relative;
    overflow: visible;
}

.wd-show-product-gallery-wrap {
    position: absolute;
    bottom: 40px;
    left: 10px;
    z-index: 999;
}

.wd-show-product-gallery-wrap a {
    display: flex;
    align-items: center;
    padding: 6px;
    background: rgba(0, 0, 0, 0);
    color: #666666;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    width: 35px;
    transition: width 0.3s ease;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.wd-show-product-gallery-wrap a .text {
    margin-left: 8px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wd-show-product-gallery-wrap a:hover {
    width: 145px;
    color: #000;
}

.wd-show-product-gallery-wrap a:hover .text {
    opacity: 1;
}

/* Custom hober effect on btn */
.custom-hov-btn:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}
.custom-hov-btn:active {
    transform: translateY(1px);
}

.pb-26px {
    padding-bottom: 1.625rem;
}
.py-19px {
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
}
.py-32px {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pt-32px {
    padding-top: 2rem;
}
.pb-32px {
    padding-bottom: 2rem;
}
.mb-32px {
    margin-bottom: 2rem;
}

.my-32px {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
/* Extra small devices (xs) <576px */
@media (max-width: 575.98px) {
    .pb-26px {
        padding-bottom: 1rem !important;
    }
    .py-19px {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
    .py-32px {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .pt-32px {
        padding-top: 1rem !important;
    }
    .pb-32px {
        padding-bottom: 1rem !important;
    }
    .mb-32px {
        margin-bottom: 1rem !important;
    }
    .my-32px {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

/* Small devices (sm) ≥576px */
@media (min-width: 576px) and (max-width: 767.98px) {
    .pb-26px {
        padding-bottom: 1.25rem !important;
    }
    .py-19px {
        padding-top: 0.875rem !important;
        padding-bottom: 0.875rem !important;
    }
    .py-32px {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .pt-32px {
        padding-top: 1.25rem !important;
    }
    .pb-32px {
        padding-bottom: 1.25rem !important;
    }
    .mb-32px {
        margin-bottom: 1.25rem !important;
    }
    .my-32px {
        margin-top: 1.25rem !important;
        margin-bottom: 1.25rem !important;
    }
}

/* Medium devices (md) ≥768px */
@media (min-width: 768px) and (max-width: 991.98px) {
    .pb-26px {
        padding-bottom: 1.5rem !important;
    }
    .py-19px {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-32px {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .pt-32px {
        padding-top: 1.5rem !important;
    }
    .pb-32px {
        padding-bottom: 1.5rem !important;
    }
    .mb-32px {
        margin-bottom: 1.5rem !important;
    }
    .my-32px {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

/* Large devices (lg) ≥992px */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .pb-26px {
        padding-bottom: 1.625rem !important;
    }
    .py-19px {
        padding-top: 1.1875rem !important;
        padding-bottom: 1.1875rem !important;
    }
    .py-32px {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
    .pt-32px {
        padding-top: 1.75rem !important;
    }
    .pb-32px {
        padding-bottom: 1.75rem !important;
    }
    .mb-32px {
        margin-bottom: 1.75rem !important;
    }
    .my-32px {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }
}

/* Extra large devices (xl) ≥1200px */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .pb-26px {
        padding-bottom: 1.75rem !important;
    }
    .py-19px {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    .py-32px {
        padding-top: 1.875rem !important;
        padding-bottom: 1.875rem !important;
    }
    .pt-32px {
        padding-top: 1.875rem !important;
    }
    .pb-32px {
        padding-bottom: 1.875rem !important;
    }
    .mb-32px {
        margin-bottom: 1.875rem !important;
    }
    .my-32px {
        margin-top: 1.875rem !important;
        margin-bottom: 1.875rem !important;
    }
}

/* Extra extra large devices (xxl) ≥1400px */
@media (min-width: 1400px) {
    .pb-26px {
        padding-bottom: 1.625rem !important;
    }
    .py-19px {
        padding-top: 1.1875rem !important;
        padding-bottom: 1.1875rem !important;
    }
    .py-32px {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    } /* max 2rem */
    .pt-32px {
        padding-top: 2rem !important;
    }
    .pb-32px {
        padding-bottom: 2rem !important;
    }
    .mb-32px {
        margin-bottom: 2rem !important;
    }
    .my-32px {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }
}

/*---All Product Card,Table Start---*/
.table-tabs-container {
    padding-top: 10px;
}

.add-new-btn {
    padding: 13px 40px 13px 32px;
}

.label-text {
    transition: color 0.4s ease;
    white-space: nowrap;
}

.plus-icon-container {
    transition: width 0.6s ease;
}

.add-new-btn:hover .plus-icon-container {
    width: 100%;
}

.add-new-btn:hover .label-text {
    color: var(--white) !important;
}
.add-new-btn:hover #plus-icon {
    right: 30px;
}
#plus-icon {
    position: absolute;
    right: 13px;
    transition: all 0.6s ease;
}

.table-nav-tabs {
    gap: 15px;
}
.table-tabs-container .nav-tabs .nav-item {
    margin-bottom: 0 !important;
}
.table-tabs-container .nav-tabs .nav-link {
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: var(--gray);
    margin-right: 32px;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
    transition: all 0.4s ease;
}

.table-tabs-container .nav-tabs .nav-link:hover {
    color: var(--blue);
}

.table-tabs-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.table-tabs-container .nav-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
}
.table-tabs-container::-webkit-scrollbar {
    height: 2px;
}

.table-tabs-container::-webkit-scrollbar-thumb {
    background-color: var(--light);
    border-radius: 10px;
}

.table-tabs-container .nav-tabs .nav-link.active {
    color: var(--blue);
    border: none !important;
    border-bottom: 2px solid var(--blue) !important;
    background-color: transparent;
    outline: none !important;
    box-shadow: none !important;
}

.tab-filter-bar .input-group {
    transition: all 0.4s ease;
}

.tab-filter-bar .input-group:hover {
    border: 1px solid color-mix(in srgb, var(--blue), transparent 70%) !important;
    background-color: var(--white) !important;
}

.tab-filter-bar .input-group:focus-within {
    border: 1px solid var(--blue) !important;
    background-color: var(--white) !important;
}

.tab-filter-bar .dropdown button {
    background-color: var(--light);
}

.tab-filter-bar .dropdown button:focus {
    border: 1px solid var(--blue);
}

.tab-filter-bar .dropdown-menu {
    border-radius: 4px;
}

/* .filter-filter-tab-content .dropdown-menu .dropdown-item{
    border-bottom: 1px solid var(--light);
}
.filter-filter-tab-content .dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
} */
.tab-filter-bar .dropdown-menu .dropdown-item:hover {
    color: var(--blue) !important;
}

.tab-filter-bar.dropdown-menu .form-check {
    cursor: pointer;
    /* border-bottom: 1px solid var(--light); */
    transition: all 0.4s ease;
}

.tab-filter-bar .dropdown-menu .form-check .form-check-label {
    color: var(--gray);
    cursor: pointer;
}

.tab-filter-bar .dropdown-menu .form-check .input-check {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--soft-white);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.tab-filter-bar .dropdown-menu .form-check:last-child {
    border-bottom: none;
}

.tab-filter-bar .dropdown-menu .form-check .input-check:checked {
    background-color: var(--dark);
    border-color: var(--dark);
}

.tab-filter-bar .dropdown-menu .form-check .input-check:checked::after {
    content: url("../img/dropdown-input-checkmark.svg");
    color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    line-height: 13px;
}

.tab-filter-bar .dropdown-menu .input-check:checked[type="checkbox"] + label {
    color: var(--blue) !important;
}

.filter-filter-tab-content table tr td .rattings {
    gap: 6px;
}

.filter-filter-tab-content table tr td .stock-text:hover {
    color: var(--white);
}

.filter-filter-tab-content .table-options .hov-text-blue:hover span {
    transition: all 0.4s ease;
}

.filter-filter-tab-content .table-options .hov-text-blue:hover span {
    color: var(--blue) !important;
}

.filter-tab-content .table-options .hov-text-blue:hover span svg path {
    fill: var(--blue);
}

/* .filter-tab-content .table-options a{
    border-bottom: 1px solid var(--light);
}
.filter-tab-content .table-options a:last-child{
    border-bottom: none;
} */
.inner-select button {
    border: 1px solid var(--light) !important;
}

.inner-select .form-control:focus {
    background-color: transparent !important;
}

.filter-tab-content .table th {
    padding-right: 0;
    padding-left: 0;
}

.filter-tab-content .table td {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px dashed #dee2e6;
}

.filter-tab-content .table td .td-see-more {
    transition: all 0.4s ease;
}

/* .filter-tab-content .table td .td-see-more:hover {
    text-decoration: underline;
} */

.filter-tab-content .table td .td-see-more {
    transition: all 2s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.filter-tab-content .table td .td-see-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 98%;
    height: 2px;
    background-color: var(--blue);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

.filter-tab-content .table td .td-see-more:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/*---All Product Card,Table End---*/

/* Right Offcanvas wrapper Start */
#rightOffcanvas {
    box-shadow: rgba(50, 50, 93, 0.4) 0px 50px 100px -20px;
    transition: right 0.4s ease;
    min-height: 100vh;
}

.right-offcanvas-sm {
    width: 240px;
    right: -240px;
}

.right-offcanvas-md {
    width: 450px;
    right: -450px;
}

.right-offcanvas-lg {
    width: 648px;
    right: -648px;
}

.body-no-scroll {
    overflow: hidden;
}

@media (min-width: 320px) and (max-width: 575px) {
    #rightOffcanvas {
        right: -90%;
        width: 90% !important;
    }
}

#closeRightOffcanvas:hover svg path {
    fill: var(--hov-primary);
}

#rightOffcanvas .right-offcanvas-body {
    padding-right: 12px;
    padding-bottom: 120px;
    width: 100%;
    overflow-y: scroll;
}

#rightOffcanvas.active {
    right: 0;
}

#rightOffcanvasOverlay {
    /* background: rgba(0, 0, 0, 0.6); */
    background: color-mix(in srgb, var(--dark) 60%, transparent);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1040;
    cursor:
        url("../img/cursor-cross.svg") 16 16,
        crosshair;
}

#rightOffcanvasOverlay.active {
    opacity: 1;
    visibility: visible;
}

#rightOffcanvas .right-offcanvas-body .brand-categories {
    border-width: 3px !important;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table thead tr th {
    border-top: 0;
    border-bottom: 1px solid var(--soft-secondary);
    border-left: 0;
    border-right: 0;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table {
    margin-bottom: 150px;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table tbody tr td {
    border-top: 1px dashed var(--soft-secondary);
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
}

#rightOffcanvas .right-offcanvas-body .right-offcanvas-table tbody {
    border-bottom: 1px solid var(--soft-secondary);
}

.stock-input {
    border: 1px solid var(--soft-secondary);
    max-width: 100px;
}

.stock-input:focus {
    border: 1px solid var(--hov-primary);
}

.right-offcavas-footer {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.right-offcavas-footer .footer-btn button {
    width: 100%;
    border-radius: 8px;
    border: 2px solid var(--soft-secondary);
    background-color: var(--white);
    transition: all 0.6s ease;
}

.right-offcavas-footer .footer-btn button.cancel {
    color: var(--red);
}

.right-offcavas-footer .footer-btn button.cancel:hover {
    background-color: var(--red);
    border-color: var(--red);
    color: white;
}

.right-offcavas-footer .footer-btn button.save {
    color: var(--teal);
}

.right-offcavas-footer .footer-btn button.save:hover {
    background-color: var(--green);
    border-color: var(--green);
    color: white;
}

/* Right Offcanvas wrapper End */

/* Delete Popup Modal Start */
#back-btn:hover {
    border-color: var(--green) !important;
    background-color: var(--green) !important;
    color: var(--white) !important;
}

#proceed-btn:hover {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    color: var(--white) !important;
}

#conform-yes-btn:hover {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    color: var(--white) !important;
}

#delete-link:hover {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    color: var(--white) !important;
}

.deleteModal {
    cursor:
        url("../img/cursor-cross.svg") 16 16,
        crosshair;
}

.deleteModal .modal-content {
    cursor: default;
}

.deleteModal .form-check .input-check {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--soft-light);
    border: 1px solid var(--soft-light);
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.deleteModal .form-check .input-check:checked {
    background-color: var(--dark);
    border-color: var(--dark);
}

.deleteModal .form-check .input-check:checked::after {
    content: url("../img/dropdown-input-checkmark.svg");
    color: var(--white);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 3px;
    margin: auto;
    line-height: 13px;
}

.deleteModal .input-check:checked[type="checkbox"] + label {
    color: var(--blue) !important;
}

.deleteModal .input-check:checked[type="checkbox"] + label span {
    color: var(--green) !important;
}

.confirmDeleteModal .modal-content .modal-body p a {
    text-decoration: underline;
}

.confirmDeleteModal {
    cursor:
        url("../img/cursor-cross.svg") 16 16,
        crosshair;
}

.confirmDeleteModal .modal-content {
    cursor: default;
}

/* Delete Popup Modal End */

/* auction-bit_btn */
.custom-bit-btn {
    padding: 0.416rem 1rem;
    font-size: 0.8125rem;
}

@media (max-width: 575px) {
    .custom-bit-btn {
        padding: 0.25rem !important;
        font-size: 0.75rem;
    }
}
/* auction-bit_btn end */

.toggle-btn {
    color: var(--primary-color);
    font-size: var(--fs-12);
}
.footer-text-control {
    height: auto;
}

@media (min-width: 320px) and (max-width: 1199.98px) {
    .footer-text-control {
        max-height: 80px;
        overflow: hidden;
        transition: max-height 0.7s ease;
    }
}

/*======  MY TABLE START =====*/
#aiz-data-table .toggle-plus-minus-btn {
    display: none !important;
    user-select: none;
    line-height: 17px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
}

/*Extra Small*/
@media (max-width: 575px) {
    #aiz-data-table .toggle-plus-minus-btn {
        display: inline-block !important;
    }

    .hide-xs {
        display: none !important;
    }
}

/*Small*/
@media (max-width: 767px) {
    #aiz-data-table .toggle-plus-minus-btn {
        display: inline-block !important;
    }

    .hide-sm {
        display: none !important;
    }
}

/*Medium*/
@media (max-width: 991px) {
    #aiz-data-table .toggle-plus-minus-btn {
        display: inline-block !important;
    }

    .hide-md {
        display: none !important;
    }
}

/*Large*/
@media (max-width: 1199px) {
    .hide-lg {
        display: none !important;
    }

    #aiz-data-table .toggle-plus-minus-btn {
        display: inline-block !important;
    }
}

/*Extra Large*/
@media (max-width: 1399px) {
    .hide-xl {
        display: none !important;
    }

    #aiz-data-table .toggle-plus-minus-btn {
        display: inline-block !important;
    }
}

/*XXL*/
@media (max-width: 1500px) {
    .hide-xxl {
        display: none !important;
    }

    #aiz-data-table .toggle-plus-minus-btn {
        display: inline-block !important;
    }
}

#aiz-data-table .data-row {
    border-top: 1px dashed var(--soft-light);
    border-bottom: 0 !important;
}

#aiz-data-table .data-row:last-of-type {
    border-bottom: 0 !important;
}

/* #aiz-data-table .data-row:first-of-type {
    border-bottom: 0 !important;
} */

#aiz-data-table .data-row td {
    border: 0 !important;
}

/* Details row */
#aiz-data-table .details-row {
    display: none;
}

#aiz-data-table .details-row td {
    background-color: var(--white);
    padding: 15px 0px !important;
}

#aiz-data-table .detail-item {
    border-bottom: 1px dashed var(--soft-light);
}
#aiz-data-table .detail-item:last-of-type {
    border-bottom: none !important;
}

#aiz-data-table thead th {
    border-bottom: 1px solid var(--soft-light);
    border-top: 0 !important;
}

/*======  MY TABLE END =====*/

/* --------------- Brand Palette --------------- */
:root {
    --pc-primary: #599967; /* main green */
    --pc-mid: #acc5b2; /* soft sage */
    --pc-light: #d9d9d7; /* neutral light */
    --pc-dark: #2d4a33; /* deep forest green */
}

/* --------------- Base Card --------------- */
.pc-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    transition:
        transform 0.35s cubic-bezier(0.22, 0.68, 0, 1.2),
        box-shadow 0.35s ease;
    font-family: "DM Sans", sans-serif;
}

.pc-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 48px rgba(89, 153, 103, 0.18);
}

/* --------------- Image Wrap --------------- */
.pc-img-wrap {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f4f7f4;
}

@media (min-width: 768px) {
    .pc-img-wrap {
        height: 260px;
    }
}

.pc-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* No zoom — images stay at natural size on hover */
.pc-img-main,
.pc-img-hover {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pc-img-hover {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pc-card:hover .pc-img-hover {
    opacity: 1;
}

/* Thin separator between image and body */
.pc-divider {
    height: 1px;
    background: var(--pc-light);
}

/* --------------- Badges --------------- */
.pc-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
}

.pc-badge {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 1.6;
}

.pc-badge-disc {
    background: var(--pc-primary);
    color: #fff;
}

.pc-badge-wholesale {
    background: var(--pc-dark);
    color: #fff;
}

/* Custom labels keep their own bg/color from the DB,
   but default fallback uses the neutral tone */
.pc-badge-custom-default {
    background: var(--pc-light);
    color: #4a5e4e;
}

/* --------------- Wishlist / Compare Buttons --------------- */
.pc-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
    opacity: 0;
    transform: translateX(8px);
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

.pc-card:hover .pc-actions {
    opacity: 1;
    transform: translateX(0);
}

.pc-icon-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.2s ease,
        transform 0.15s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pc-icon-btn:hover {
    background: var(--pc-primary);
    transform: scale(1.1);
}

.pc-icon-btn:hover svg path,
.pc-icon-btn:hover svg g * {
    fill: #fff;
}

/* --------------- Cart / Bid Overlay --------------- */
.pc-cart-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 36px 14px 14px;
    background: linear-gradient(
        to top,
        rgba(35, 60, 38, 0.78) 0%,
        transparent 100%
    );
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.22, 0.68, 0, 1.2);
    z-index: 3;
}

.pc-card:hover .pc-cart-overlay {
    transform: translateY(0);
}

/* Always-visible variant (auction active) */
.pc-cart-overlay--visible {
    transform: translateY(0);
}

.pc-cart-btn {
    width: 100%;
    background: #fff;
    color: var(--pc-dark);
    border: none;
    border-radius: 12px;
    padding: 10px 14px;
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        transform 0.15s ease;
}

.pc-cart-btn i {
    font-size: 1.2rem;
}

.pc-cart-btn:hover {
    background: var(--pc-primary);
    color: #fff;
}

.pc-cart-btn:active {
    transform: scale(0.97);
}

/* Select Option variant */
.pc-cart-btn--option {
    background: var(--pc-light);
    color: var(--pc-dark);
}

.pc-cart-btn--option:hover {
    background: var(--pc-primary);
    color: #fff;
}

/* Bid / Auction variant */
.pc-cart-btn--bid {
    background: var(--pc-primary);
    color: #fff;
}

.pc-cart-btn--bid:hover {
    background: var(--pc-dark);
    color: #fff;
}

/* --------------- Card Body --------------- */
.pc-body {
    padding: 14px 16px 18px;
}

.pc-name {
    font-family: "DM Sans", sans-serif;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0 0 10px;
    height: 39px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pc-name a {
    display: block;
    color: #3a3a3a;
    text-decoration: none;
    transition: color 0.2s;
}

.pc-name a:hover {
    color: var(--pc-primary);
}

/* --------------- Pricing --------------- */
.pc-price-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pc-price-current {
    font-size: 17px;
    font-weight: 600;
    color: var(--pc-primary);
    letter-spacing: -0.3px;
}

.pc-price-old {
    font-size: 13px;
    color: #bbb;
    text-decoration: line-through;
    font-weight: 400;
}

/* Auction pricing */
.pc-bid-label {
    font-size: 11px;
    color: #888;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.pc-bid-amount {
    font-size: 16px;
    font-weight: 600;
    color: var(--pc-primary);
}

/* --------------- Carousel compat --------------- */
.carousel-box .pc-card {
    margin-top: 3px;
    margin-bottom: 3px;
}

.fcs-strip {
    background: #fff;
    border-radius: 16px;
    padding: 12px 10px;
    box-shadow: 0 2px 16px rgba(89, 153, 103, 0.07);
}

.fcs-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    padding: 4px 4px;
    border-radius: 12px;
    transition: transform 0.25s cubic-bezier(0.22, 0.68, 0, 1.2);
}

.fcs-item:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.fcs-img-wrap {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #eef2ee;
    border: 2px solid #d9d9d7;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
    flex-shrink: 0;
}

.fcs-item:hover .fcs-img-wrap {
    border-color: #599967;
    box-shadow: 0 0 0 3px rgba(89, 153, 103, 0.12);
}

.fcs-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fcs-name {
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3a;
    text-align: center;
    line-height: 1.3;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    transition: color 0.2s ease;
}

.fcs-item:hover .fcs-name {
    color: #599967;
}

.hcs-section {
    padding: 10px 0;
}

/* --------------- Main Wrap --------------- */
.hcs-wrap {
    display: flex;
    min-height: 320px;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 20px rgba(89, 153, 103, 0.07);
}

/* --------------- Sidebar --------------- */
.hcs-sidebar {
    width: 200px;
    flex-shrink: 0;
    position: relative;
    background: linear-gradient(160deg, #2d4a33 0%, #3d6645 60%, #599967 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px 20px;
    overflow: hidden;
}

.hcs-sidebar::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.hcs-sidebar::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.hcs-sidebar-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.18;
    mix-blend-mode: luminosity;
}

.hcs-sidebar-content {
    position: relative;
    z-index: 2;
}

.hcs-sidebar-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 6px;
}

.hcs-sidebar-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: Georgia, "Times New Roman", serif;
}

.hcs-sidebar-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    padding: 5px 14px;
    transition: all 0.2s ease;
}

.hcs-sidebar-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

/* --------------- Products Area --------------- */
.hcs-products {
    flex: 1;
    padding: 18px 16px 18px 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hcs-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.hcs-count {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
}

.hcs-arrows {
    display: flex;
    gap: 6px;
}

.hcs-arr-btn {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid #d9d9d7;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: #599967;
    font-size: 13px;
    line-height: 1;
}

.hcs-arr-btn:hover {
    background: #599967;
    border-color: #599967;
    color: #fff;
}

/* --------------- Mini Product Card --------------- */
.hcs-mini-card {
    background: #f8faf8;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    transition:
        transform 0.25s cubic-bezier(0.22, 0.68, 0, 1.2),
        box-shadow 0.25s ease;
}

.hcs-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(89, 153, 103, 0.14);
}

.hcs-mini-img-wrap {
    display: block;
    height: 130px;
    background: #eef2ee;
    position: relative;
    overflow: hidden;
}

.hcs-mini-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
    transition: transform 0.3s ease;
}

.hcs-mini-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #599967;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    letter-spacing: 0.3px;
}

.hcs-mini-body {
    padding: 9px 10px 12px;
}

.hcs-mini-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 11.5px;
    color: #3a3a3a;
    line-height: 1.4;
    height: 32px;
    text-decoration: none;
    margin-bottom: 6px;
    display: block;
}

.hcs-mini-name:hover {
    color: #599967;
}

.hcs-mini-price-row {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.hcs-mini-price {
    font-size: 13.5px;
    font-weight: 600;
    color: #599967;
}

.hcs-mini-old {
    font-size: 11px;
    color: #bbb;
    font-weight: 400;
}

/* --------------- Responsive --------------- */
@media (max-width: 767px) {
    .hcs-wrap {
        flex-direction: column;
    }

    .hcs-sidebar {
        width: 100%;
        min-height: 140px;
        padding: 20px;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .hcs-sidebar-title {
        font-size: 18px;
        margin-bottom: 0;
    }

    .hcs-sidebar-label {
        display: none;
    }

    .hcs-products {
        padding: 14px;
    }
}
.wcu-section {
    margin: 0;
    padding: 0;
}
.wcu-dark-wrap {
    background: #1a2e1d;
    padding: 64px 0 52px;
    position: relative;
    overflow: hidden;
}
.wcu-dot-grid {
    position: absolute;
    top: 36px;
    right: 36px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    opacity: 0.12;
    pointer-events: none;
}
.wcu-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #acc5b2;
}
.wcu-geo {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 400px;
    opacity: 0.06;
    pointer-events: none;
}
.wcu-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
    position: relative;
    z-index: 2;
}
.wcu-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #599967;
    margin-bottom: 18px;
}
.wcu-eyebrow-line {
    display: inline-block;
    width: 32px;
    height: 1.5px;
    background: #599967;
}
.wcu-heading {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
    font-family: Georgia, "Times New Roman", serif;
}
.wcu-heading em {
    font-style: italic;
    color: #acc5b2;
}
.wcu-subtext {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.42);
    line-height: 1.8;
    max-width: 360px;
}
.wcu-feat-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.wcu-feat {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: all 0.25s ease;
}
.wcu-feat:first-child {
    padding-top: 0;
}
.wcu-feat:last-child {
    border-bottom: none;
}
.wcu-feat:hover .wcu-feat-icon-wrap {
    background: #599967;
    border-color: #599967;
}
.wcu-feat:hover .wcu-feat-icon-wrap i {
    color: #fff;
}
.wcu-feat-icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1.5px solid rgba(89, 153, 103, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.wcu-feat-icon-wrap i {
    font-size: 18px;
    color: #599967;
    transition: color 0.25s;
}
.wcu-feat-title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}
.wcu-feat-text {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.38);
    line-height: 1.65;
}
.wcu-stats-bar {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.wcu-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.wcu-stat {
    padding: 28px 24px;
    position: relative;
    border-right: 1px solid #f0f2ee;
}
.wcu-stat:last-child {
    border-right: none;
}
.wcu-stat-fill {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #599967, #acc5b2);
}
.wcu-stat-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #acc5b2;
    margin-bottom: 8px;
}
.wcu-stat-num {
    font-size: 36px;
    font-weight: 700;
    color: #1a2e1d;
    line-height: 1;
    margin-bottom: 5px;
    font-family: Georgia, serif;
}
.wcu-stat-num span {
    font-size: 18px;
    color: #599967;
    font-family: "DM Sans", sans-serif;
}
.wcu-stat-desc {
    font-size: 12px;
    color: #7a8f7e;
    line-height: 1.4;
}
@media (max-width: 991px) {
    .wcu-top-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .wcu-heading {
        font-size: 30px;
    }
    .wcu-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .wcu-stat {
        border-bottom: 1px solid #f0f2ee;
    }
}
@media (max-width: 575px) {
    .wcu-dark-wrap {
        padding: 40px 0 36px;
    }
    .wcu-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    .wcu-stat-num {
        font-size: 28px;
    }
}

/* ================= SECTION ================= */
.industries-section {
    padding: 90px 0;
    background: linear-gradient(to bottom, #f8faf8, #eef4ef);
}

/* ================= HEADER ================= */
.ind-head h2 {
    font-size: 38px;
    font-weight: 700;
    font-family: Georgia, serif;
    color: #1a2e1d;
    margin-bottom: 12px;
}

.ind-head p {
    font-size: 14px;
    color: #6f8575;
    max-width: 560px;
    margin: 0 auto 50px;
}

/* ================= GRID ================= */
.ind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* ================= CARD ================= */
.ind-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 280px;
    cursor: pointer;
    transition: all 0.4s ease;
    background: #000;
}

/* Image */
.ind-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.7s ease,
        filter 0.4s ease;
    filter: brightness(0.85);
}

/* Overlay */
.ind-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0.2),
        transparent
    );
    transition: 0.4s ease;
}

/* Content */
.ind-content {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 20px;
    color: #fff;
    z-index: 2;
}

.ind-content h3 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
}

.ind-content p {
    font-size: 12.5px;
    opacity: 0.8;
    line-height: 1.5;
}

/* ================= HOVER ================= */
.ind-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.ind-card:hover img {
    transform: scale(1.08);
    filter: brightness(1);
}

.ind-card:hover .ind-overlay {
    background: linear-gradient(
        to top,
        rgba(26, 46, 29, 0.85),
        rgba(0, 0, 0, 0.3),
        transparent
    );
}

/* subtle border */
.ind-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    pointer-events: none;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .ind-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .ind-grid {
        grid-template-columns: 1fr;
    }

    .ind-card {
        height: 240px;
    }
}

.cat-showcase {
    padding: 70px 0;
    background: #f8faf8;
} /* ================= HEADER ================= */
.cat-head h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Georgia, serif;
    color: #1a2e1d;
}
.cat-head p {
    font-size: 14px;
    color: #6f8575;
    max-width: 520px;
    margin: 0 auto 40px;
} /* ================= GRID ================= */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
} /* ================= CARD ================= */
.cat-card {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    height: 260px;
    transition: all 0.4s ease;
} /* Image */
.cat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
} /* Overlay */
.cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent 60%);
    transition: 0.3s;
} /* Content */
.cat-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 2;
}
.cat-content h3 {
    font-size: 18px;
    margin-bottom: 6px;
}
.cat-content span {
    font-size: 12px;
    opacity: 0.8;
} /* ================= HOVER ================= */
.cat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.cat-card:hover img {
    transform: scale(1.1);
}
.cat-card:hover .cat-overlay {
    background: linear-gradient(
        to top,
        rgba(26, 46, 29, 0.85),
        transparent 70%
    );
} /* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .cat-grid {
        grid-template-columns: 1fr;
    }
    .cat-card {
        height: 220px;
    }
}

/* CTA Button */
.cat-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(6px);
    color: #fff;
    transition: all 0.3s ease;
}

/* Arrow */
.cat-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

/* Hover effect */
.cat-card:hover .cat-btn {
    background: #599967;
    color: #fff;
    box-shadow: 0 6px 18px rgba(89, 153, 103, 0.35);
}

.cat-card:hover .cat-btn i {
    transform: translateX(4px);
}

.fcs-strip .slick-prev {
    left: 4px;
}

.fcs-strip .slick-next {
    right: 4px;
}

@media (max-width: 767px) {
    .fcs-strip {
        padding: 12px 28px;
    }

    .fcs-strip .slick-prev {
        left: -27px;
    }

    .fcs-strip .slick-next {
        right: -27px;
    }
}

/* Mobile price fix */
@media (max-width: 575px) {
    .pc-price-row {
        flex-wrap: wrap;
        gap: 2px;
    }

    .pc-price-current {
        font-size: 14px;
    }

    .pc-price-old {
        font-size: 11px;
    }

    .pc-body {
        padding: 10px 10px 12px;
    }

    .pc-name {
        font-size: 12px;
        height: auto;
        margin-bottom: 6px;
    }
}

@media (max-width: 575px) {
    .pc-cart-overlay {
        transform: translateY(0);
        padding: 20px 10px 10px;
    }

    .pc-cart-btn {
        display: flex !important;
        font-size: 11px;
        padding: 8px 10px;
        border-radius: 10px;
        gap: 5px;
    }

    .pc-cart-btn i {
        font-size: 1rem;
    }

    .pc-img-wrap {
        height: 160px;
    }
}

.wcu-stats-grid {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
    .wcu-stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .wcu-stats-grid {
        grid-template-columns: 1fr;
    }
}
