/*
Theme Name: ووپاندا | woopanda
Theme URI: https://atomdev.ir
Author: Ali Dehani
Author URI: https://atomdev.ir
Description: قالب ووکامرسی مینیمال، سریع و امن. آرامش خرید، قدرت فروش
Version: 1.0.0
License: Private License – All rights reserved.
License URI: https://atomdev.ir/license
Text Domain: woopanda
Tags: ووکامرس, ریسپانسیو, مینیمال, سریع
*/
:root {
    --container-max-width: 1300px;
    --space-xs: 6px;
    --space-sm: 12px;
    --space-md: 20px;
    --space-lg: 36px;
    --radius-sm: 6px;
    --radius-md: 12px;
    --color-bg: #ffffff;
    --color-muted: #6b7280;
    --color-text: #0f172a;
    --color-primary: #0ea5a4;
    --color-primary-dark: #0b8f8e;
    --color-accent: #f59e0b;
    --color-border: #e6e9ee;
    --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.06);
    --shadow-md: 0 6px 18px rgba(15, 23, 42, 0.08);
    --shadow-hover: 0 6px 18px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* فونت یکان‌بخش */
@font-face {
    font-family: 'YekanBakh';
    src: url('./fonts/font/YekanBakh.woff2') format('woff2'),
         url('./fonts/font/YekanBakh.woff') format('woff');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

/* پایه */
html, body, button, input, textarea , div {
    font-family: 'YekanBakh';
    font-weight: 400;
    color: var(--color-text);
}

body {
    margin: 0;
}

a {
    text-decoration: none !important;
    color: var(--color-text);
}

img:focus-visible {
    outline: none !important;
}

/* کانتینر اصلی */
.site-main {
    max-width: var(--container-max-width);
    margin: 0px auto;
    padding-top: 0;
    padding: 15px;
}

.page-template-page-home .site-main {
    padding: 0px;
}





/* home.php */
.view-all-btn i {
    line-height: 2px;
	    font-size: 16px;
}
.view-all-btn {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.view-all-btn:hover {
    color: #de1e2c; /* رنگ هاور */
}
	
 .panda-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    font-size: 0.9rem;
    color: #6b7280;
}
	.panda-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    margin:10px 8px
}	
.panda-meta i {
    font-size: 12px;
    color: #666;
}
	.panda-meta span:not(:last-child)::after {
    content: "";
    position: absolute;
    left: -10px;
    width: 1px;
    height: 14px;
    background: #d1d5db;
}
.panda-meta span:not(:last-child)::after {
    content: "";
    position: absolute;
    left: -10px;
    width: 1px;
    height: 14px;
    background: #d1d5db;
}
.panda-author .author-link {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
}
.panda-author .author-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}
img.author-avatar {
    display: flex;
    flex-direction: row;
    width: 22px;
    height: 22px;
}
	


.category-slider-container {
    margin: 30px 0;
}
.cat-slide-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cat-slide-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 10px;
}
.cat-slide-item h3 {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
}
.category-slider-section .swiper-button-next, .category-slider-section .swiper-button-prev {
    color: #e13441;
    width: 30px;
    height: 30px;
    top: 55%;
    font-weight: 900;
}
.swiper-button-next,.swiper-button-prev {
    color: #cd6165 !important;
}
.category-slider-section .swiper-button-next::after, .swiper-button-prev::after {
  /*  font-size: 20px; */
}
.category-slider-section .swiper-slide {
    padding: 0 5px; 
}
/* home.php */




/* اسلایدر اصلی */
.my-swiper-pc,
.my-swiper-mobile,
.fullwidth-slider {
    width: 100%;
    margin: 0 auto;
}

.my-swiper-pc {
    height: 400px;
    display: block;
}

.my-swiper-mobile {
    height: 200px;
    display: none;
}

.fullwidth-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-slide img,
.fullwidth-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* پیجینیشن اسلایدر */
.swiper-pagination {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    gap: 5px;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 999px;
    z-index: 10;
    backdrop-filter: blur(6px);
    width: fit-content !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    opacity: 0.8;
    transition: all 0.3s ease;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: var(--color-primary);
    opacity: 1;
    transform: scale(1.2);
}

/* دسته‌بندی سریع */
.category-fast-home {
    width: 100%;
    position: relative;
}

.category-fast-home img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    text-align: center;
    margin: auto;
}

/* برندها */
.brand-wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.brand-wrapper .swiper-wrapper {
    height: fit-content !important;
}

.brand-card {
    width: 100%;
    border: 1.4px solid #e5e7eb;
    border-radius: 12px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
    padding: 10px 0;
}

.brand-card legend {
    font-weight: 600;
    font-size: 13px;
    color: #0f172a;
    padding: 0 8px;
    text-transform: capitalize;
}

.brand-card img {
    width: 80px;
    height: 80px;
    margin: 8px auto;
    display: block;
    border: 1.4px solid #e5e7eb;
    border-radius: 100px;
}

.brand-card p {
    font-size: 10px;
    color: #64748b;
    margin: 0;
    font-weight: 700;
    line-height: 1.5;
}

.brand-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
    border-color: var(--color-primary);
}

.brand-card:hover img {
    border-color: var(--color-primary);
}

/* کارت محصول */
.product-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
	padding:10px;
}
.product-card a {
    display: block;
    position: relative;
    z-index: 2;
}
.product-card img {
    border-radius: 10px !important;
}
.product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    justify-content: space-between;
    text-align: right;
	margin-top:10px;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}

.product-tag {
    min-height: 24px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 5px;
    background: #f0f0f0;
    color: #555;
    width: fit-content;
}

.product-tag i {
    font-size: 14px;
    line-height: 0;
}

.product-tag-null {
    min-height: 24px;
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 15px;
}
.about-breadcrumb {
    margin-bottom: 40px;
}
/* قیمت */
.price-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    height: 50px;
    justify-content: flex-end;
}
.old-price,
.price-old {
    text-decoration: line-through;
    font-size: 0.85em;
    color: #888;
}

.current-price {
    font-size: 1em;
    font-weight: 600;
    color: #000;
}

.price-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 40px;
    justify-content: flex-end;
}

.discount-percent {
    background: #222;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 5px;
    line-height: 1.5;
}

/* دکمه افزودن به سبد خرید */
.add-to-cart {
    margin-top: auto;
    padding: 12px 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.add-to-cart:hover {
    background: #444;
    transform: translateY(-2px);
}

/* گرید محصولات */
.products-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.products-swiper-container {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

/* بریدکرامب */
ul.panda-breadcrumbs__list {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

li.panda-breadcrumbs__item {
    margin: 0 5px;
}

h1.panda-breadcrumbs__title {
    margin: 10px 5px;
    font-size: 24px;
}
li.panda-breadcrumbs__separator i
 {
    font-size: 12px;
}
/* ریسپانسیو */
@media (max-width: 767px) {
.site-main {
    padding: 15px !important;
}
    .my-swiper-pc { display: none; }
    .my-swiper-mobile { display: block; }

    /* در موبایل معمولاً ۲ یا حداکثر ۳ آیتم در هر ردیف */
    .category-fast-home .swiper-slide,
    .brand-wrapper .swiper-slide,
    .products-swiper-container .swiper-slide {
        width: calc(50% - 10px) !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .category-fast-home .swiper-slide,
    .brand-wrapper .swiper-slide {
        width: calc(33.333% - 15px) !important;
    }
}

@media (min-width: 1025px) {
    .category-fast-home .swiper-slide,
    .brand-wrapper .swiper-slide {
        width: calc(20% - 16px) !important;
    }
}


/*پیشنهاد ویژه*/
.special-offer-section {
    background: #f8f9fb;
    padding: 10px 15px 30px;
    position: relative;
    border-radius: 10px;
background-color: #2a3554;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23e6ddf5' fill-opacity='0.09' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");}
.special-offer-title {
    font-size: 22px;
    font-weight: 800;
    text-align: right;
    margin: 0px;
    padding-right: 5px;
    color: #fff;
    position: relative;
}
.latest-products-title {
    font-size: 22px;
    font-weight: 800;
    text-align: right;
    margin: 0px;
    padding-right: 5px;
    color: #0f3052;
    position: relative;
}
/* کارت مشاهده بیشتر */
.special-more {
    background: #fff8e6;
    border: 2px dashed #ffae00;
    border-radius: 15px;
    transition: .3s;
}

.special-more:hover {
    background: #fff0c9;
}
.section-title a {
    color: #fff;
}
.section-title .section-icon {
    font-size: 22px;
    line-height: 0px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px 0;
    color: #ff3b3b;
    margin-left: 10px;
}
	section {margin:15px 0px;}
.section-title {
    display: flex;
    align-items: center;
    margin:20px 0 30px;
    justify-content: space-between;
    align-content: center;
}

.more-link {
    display: inline-flex;     
    align-items: center;    
    gap: 5px;            
    font-size: 16px;          
    color: #fff;              
    text-decoration: none;      
}

.more-link i {
    font-size: 18px;           
    line-height: 1;             
}



.panel-woocommerce {
    max-width: var(--container-max-width);
    margin: 20px auto;
    padding-top: var(--space-sm);
    width: 100%;
}














/*content-product.php*/
.panda-product-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 8px;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s;
	background:#fff;
}
.product-image {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 8px;
}
.product-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    height: 40px;
    overflow: hidden;
}
.price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.product-thumbnail {
    position: relative;
}
.product-rating {
    font-size: 12px;
    color: #333;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    line-height: 11px;
    gap: 2px;
}
.old-price {
    text-decoration: line-through;
    font-size: 11px;
    color: #999;
}

.panda-product-card .feature-box {
    font-size: 11px;
}

.panda-product-card .feature-text {
    transition: opacity 0.5s 
ease;
    text-align: right !important;
    background: #fff;
    width: fit-content;
    padding: 0;
}

.panda-product-card .feature-text i {
    font-size: 14px;
}

.panda-product-card .feature-text.active {
    opacity: 1;
}

.panda-product-card .feature-text {
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s 
ease;
    white-space: nowrap;
    right: 0px;
    text-align: right !important;
    display: inline-flex;
    gap: 4px;
}

.panda-product-card .feature-text.active {
    opacity: 1;
}


.product-meta {
    display: flex;
    justify-content: space-between;
    height: 20px;
    width: -webkit-fill-available;
}
.new-price {
    font-size: 15px;
    font-weight: 700;
    color: #33394b;
}
.discount-badge {
    width: 38px;
    height: 16px;
    border-radius: 10px;
    background-color: #e14f4f;
    color: #fff;
    line-height: 19px;
    text-align: center;
}
.product-rating {
    font-size: 12px;
    color: #333;
    text-align: left;
}
.price-column { text-align: left; }

.sale-top-bar {
    width: 75%;
    color: #ff3b3b;
    border-radius: 8px;
    border-bottom: 3px solid #ff3b3b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 13px;
    position: absolute;
    font-weight: 700;
    padding: 1px 10px;
    z-index: 999;
    background: #fff !important;
    top: 3px;
    right: 18px;
}

.sale-top-title {
    letter-spacing: -0.3px;
}
.sale-top-timer {
    font-size: 14px;
}
/*content-product.php*/





.category-feature-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.category-feature-section .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.category-feature-section .section-title h2 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.category-rows {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.category-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* برای ریسپانسیو */
}

.category-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    flex: 1; /* هر باکس هم اندازه */
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
}

.category-box .category-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #222;
}

.category-box .category-tagline {
    font-size: 14px;
    color: #777;
    margin-bottom: 15px;
}

.category-box .category-products {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.category-box .category-products .product {
    flex: 1 1 calc(33.333% - 10px); /* 3 محصول کنار هم */
    box-sizing: border-box;
}

.category-box .btn-view-more {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #ff6f61;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.category-box .btn-view-more:hover {
    background-color: #ff4c3b;
}

/* ریسپانسیو */
@media (max-width: 1024px) {
    .category-row {
        flex-direction: column;
    }
    .category-box .category-products .product {
        flex: 1 1 48%;
    }
}

@media (max-width: 768px) {
    .category-box .category-products .product {
        flex: 1 1 100%;
    }
}




.related-products-section .more-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #0f3060;
    text-decoration: none;
}





/*************checkout**************/
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    background: #de1e2c;
    color: #fff;
    border: none;
    padding: 20px 15px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.woocommerce-input-wrapper input {
    padding: 14px 20px !important;
    border: 1px solid #d5d5d5 !important;
    outline: none;
    background: #f9fafb !important;
    font-size: 14px;
}
#select2-billing_state-container {
    padding: 14px 20px !important;
    border: 1px solid #d5d5d5 !important;
    background: #f9fafb !important;
    font-size: 14px;
	border-radius:10px;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
    border: 0;
}
/*************checkout**************/






















 .faq-accordion {
            width: 100%;
	 margin-bottom:150px;
	     margin-top: 50px;
        }
        .accordion-item {
            margin-bottom: 15px;
            border-radius: 5px;
            overflow: hidden;
			    border-bottom: 1px solid #e0e0e2;
        }
.accordion-title {
    padding: 15px;
    background-color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    transition: background-color 0.3s ease;
	margin-top: 20px;
}
        .accordion-content {
            padding: 15px;
            display: none;
            background-color: #f8f8f8;
        }
        .accordion-item.active .accordion-content {
            display: block;
        }
.accordion-title .accordion-icon {
    position: relative;
    top: 7px;
    right: -4px;
}


.atom_dev_ad-faq {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
	margin:5px
}
.atom_dev_ad-faq-item {
    flex: 1 1 calc(25% - 40px);
    background: #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align:center
}
.atom_dev_ad-faq-item i {
    font-size: 35px;
    color: #6e6e6e;
    margin-bottom: 0px;
}

/* عنوان بالای دسته پاسخ‌ها */
.faq-category-header {
     margin: 50px 0px 25px;
    background: #f0f0f0;
    border: 1px solid #eee;
    padding: 12px 20px;
    border-radius: 6px;
}

.faq-category-header h2 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.faq-category-header span {
    color: #de1e2c;
}

/* جداکننده بین سوالات و دسته‌بندی */
.faq-separator {
    margin: 40px 0 25px;
    border: none;
    height: 1px;
    background: #e0e0e2;
}

/* عنوان بخش دسته‌بندی‌ها */
.faq-cat-title {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px;
    color: #333;
}

/* فاصله بین پاسخ‌ها و دسته‌بندی‌ها */
.atom_dev_ad-faq {
    margin-top: 25px;
}

/* ظاهر بهتر با حالت فعال */
.atom_dev_ad-faq-item.active {
    background: #de1e2c;
    color: #fff;
}
.atom_dev_ad-faq-item.active i {
    color: #fff;
}
.faq-contact-box {
    background:#f0f0f0;
    border: 1px solid #f0f0f0;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin: 40px auto;
    max-width: 600px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.faq-contact-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #0f172a;
}

.faq-contact-box p {
    margin-bottom: 20px;
    color: #475569;
}

.faq-contact-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #de1e2c;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.faq-contact-btn:hover {
    background:#de1e2c;
}

/***/
.single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    font-weight: 300;
    font-size: 14px;
}
.order-images {
    display: flex;
    gap: 15px;
}
	.woocommerce-address-fields {
    padding: 10px;
}


.woocommerce-MyAccount-content h2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 9999;
    margin: auto 10px;
    border-radius: 7px;
font-size: 18px;
}


.woocommerce-account .woocommerce-Button.button , .woocommerce-account .woocommerce-Button.button:hover {
    margin-top: 10px;
    background: none;
    border: 1px solid #e02e3b;
    color: #e02e3b;
    padding: 20px 0px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    background: #ffff !important;
    width: 100%;
}

.woocommerce-Addresses {
    padding: 10px;
}





/*******************************/


/* === فوتر ژوپیتل دسکتاپ === */
.site-footer {
  background: #f7f7f7;
  padding: 20px 0 20px;
  direction: rtl;
  color: #333;
	margin-top:40px
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: var(--container-max-width);
  margin: 0 auto;
}

.footer-column {
  width: 32%;
}

/* --- تماس با ما --- */
.footer-contact {
  line-height: 2;
  font-size: 14px;
}
.footer-contact h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-contact a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.footer-contact a:hover {
  color: #ffffff;
}



/* --- درباره ما --- */
.footer-about {
      font-size: 14px;
    line-height: 2;
    text-align: justify;
    font-weight: 500;

}
.footer-about a {
  color: #ffffff !important;
  text-decoration: none;
}

/* --- منوها --- */
.footer-menus {
    display: flex;
    gap: 40px;
}
.footer-column .menu-box {
    width: 40%;
}
.footer-menus h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-menus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menus ul li {
  margin-bottom: 6px;
}
.footer-menus ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.footer-menus ul li a:hover {
  color: #0073aa;
}

/* --- مجوزها --- */
.footer-certificates {
  margin-top: 15px;
  gap: 10px;
}
.footer-certificates img {
  width: 70px;
  height: auto;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/* --- پایین فوتر --- */
.footer-bottom {
  border-top: 1px solid #ddd;
  text-align: center;
  padding-top: 15px;
  margin-top: 30px;
  font-size: 13px;
  color: #666;
}
	
	
 .site-footer-contact-call {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 22px;
}

.site-footer-contact-tel {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.site-footer-contact-tel span {
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
}

.site-footer-contact-tel em {
    font-size: 11px;
    font-style: normal !important;
}

.site-footer-contact-number {
    display: inline-grid !important;
    text-align: left !important;
}
.site-footer-contact-number span {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 4.68px;
}

.site-footer-contact-number span {
    color: #777;
}
.site-footer-contact-addres span {
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
}
em.site-footer-addres-text {
    font-size: 12px;
    font-style: normal !important;
    font-weight: 600;
    float: left;
    margin-top: 5px;
}
	.about-us-link{background: linear-gradient(to right, #ff5d69, #e8303e) !important;
    border-radius: 5px;
    box-shadow: 0 10px 10px -10px #f40 !important;
    color: #fff;
    padding: 00px 16px 0px 16px;
    line-height: 3;
}	
fieldset {
    margin-bottom: 20px;
    padding: 20px 40px;
    border: 2px solid #e6e6e6;
    width: 50%;
    margin: auto;
}
fieldset legend
Specificity: (0,0,2)
 {
    font-size: 12px !important;
}
	fieldset legend
Specificity: (0,0,2)
 {
    margin-bottom: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: auto;
}
.logo-namad {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.logo-namad a, .logo-namad img {
    width: 70px;
}
.site-footer .logo-namad a,.site-footer  .logo-namad img {
    width: 100%;
}
	.logo-namad img{
	    max-width: 100%;
    height: auto;
    border: 0;
		vertical-align: middle;}
.social-section {
       display: flex;
    
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
margin:10px 0px}
	
.social-icons i, .social-icons svg {
    display: block;
    color: #898c93 !important;
    height: 28px;
}
	
.social-icons {
       font-size: 26px;
	display: flex;
	    gap: 10px !important;
	line-height:0 !important
}
	.contact-us-link {
    background: linear-gradient(to right, #ff5d69, #e8303e) !important;
    border-radius: 5px;
    box-shadow: 0 10px 10px -10px #f40 !important;
    color: #fff !important;
    padding: 00px 16px 0px 16px;
    line-height: 3;
    display: block;
    text-align: center;
}
.social-icons a i,
.social-icons a svg {
    width: 26px !important;
    height: 26px !important;
}
.social-title {
  
    font-size: 16px !important;
    font-weight: 600;
	color: #333;}

/* ریسپانسیو برای تبلت */
@media (max-width: 768px) {
    .social-icons {
        grid-template-columns: repeat(4, 1fr) !important;
        font-size: 22px !important;
    }
}

/***********************************/

/* ۱. کاملاً ریست کردن استایل پیش‌فرض Swiper */
.products-swiper-container .swiper-pagination-products {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    text-align: center !important;
    margin: 20px auto 0 !important;
    padding: 0 15px !important;
    box-sizing: border-box;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 10px;
    z-index: 10;
}

/* ۲. حذف هرگونه transform و position مطلق که Swiper اضافه می‌کنه */
.products-swiper-container .swiper-pagination-products.swiper-pagination-bullets,
.products-swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    position: static !important;
    transform: none !important;
    float: none !important;
    display: inline-block !important;
}

/* ۳. استایل خود نقاط */
.products-swiper-container .swiper-pagination-products .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    background: #ccc !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    margin: 3px !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
}

.products-swiper-container .swiper-pagination-products .swiper-pagination-bullet-active {
    background: #e74c3c !important;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding: .5em;
    line-height: normal;
    box-sizing: border-box;
    color: var(--wc-form-color-text, #444);
    font-weight: 400;
    padding: 14px 20px !important;
    border: 1px solid #d5d5d5 !important;
    background: #f9fafb !important;
    font-size: 14px;
    border-radius: 10px;
}




.woocommerce-checkout-review-order img{
    height: auto;
    max-width: 30px !important;
}