.elementor-3816 .elementor-element.elementor-element-2ebc17e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3816 .elementor-element.elementor-element-1c67067 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3816 .elementor-element.elementor-element-1c67067.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-3816 .elementor-element.elementor-element-1c67067 .woocommerce-loop-category__title .count{color:#FFFFFF;}.elementor-3816 .elementor-element.elementor-element-972def0{--spacer-size:50px;}/* Start custom CSS *//* ==============================================================
   ۱. استایل‌دهی شبکه محصولات و دسته‌بندی‌ها (کلاسیک، تاریک و شیشه‌ای)
   ============================================================== */

/* استایل کلی باکس محصولات و دسته‌بندی‌ها + تنظیم ارتفاع یکسان (Flexbox) */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: rgba(25, 25, 25, 0.6) !important; /* پس‌زمینه تیره نیمه‌شفاف */
    backdrop-filter: blur(12px) !important; /* افکت شیشه‌ای */
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important; /* حاشیه طلایی محو */
    border-radius: 16px !important; /* لبه‌های گرد مدرن */
    padding: 15px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    text-align: center !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
    
    /* جادوی فلکس‌باکس برای تراز کردن دکمه‌ها و ارتفاع یکسان */
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important; 
}

/* لینک دربرگیرنده عکس و عنوان (برای هل دادن قیمت و دکمه به پایین) */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

/* افکت هاور (رفتن موس روی باکس) */
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
    transform: translateY(-8px) !important; /* حرکت به بالا */
    border-color: rgba(212, 175, 55, 0.6) !important; /* پررنگ شدن حاشیه طلایی */
    box-shadow: 0 15px 35px 0 rgba(212, 175, 55, 0.15) !important; /* درخشش طلایی */
}

/* استایل تصاویر (محصولات و دسته‌بندی‌ها) */
.woocommerce ul.products li.product img {
    border-radius: 12px !important;
    margin-bottom: 15px !important;
    transition: transform 0.5s ease !important;
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important; /* جلوگیری از دفرمه شدن عکس */
}

.woocommerce ul.products li.product:hover img {
    transform: scale(1.05) !important; /* زوم ملایم عکس */
}

/* عنوان محصول و دسته‌بندی */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 16px !important;
    color: #ffffff !important;
    margin-top: 10px !important;
    margin-bottom: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

/* استایل قیمت محصولات */
.woocommerce ul.products li.product .price {
    color: #d4af37 !important; /* طلایی کلاسیک */
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.woocommerce ul.products li.product .price del {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 13px !important;
    margin-left: 5px !important;
}

/* دکمه افزودن به سبد خرید / انتخاب گزینه‌ها */
.woocommerce ul.products li.product .button {
    background: transparent !important;
    color: #d4af37 !important;
    border: 1px solid #d4af37 !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    width: 80% !important;
    margin: auto auto 0 auto !important; /* چسباندن دقیق دکمه به پایین باکس */
    align-self: center !important;
}

/* هاور دکمه سبد خرید */
.woocommerce ul.products li.product .button:hover {
    background: #d4af37 !important;
    color: #111111 !important;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4) !important;
}

/* استایل نشان حراج (Badge) */
.woocommerce span.onsale {
    background: linear-gradient(45deg, #d4af37, #f3e5ab) !important;
    color: #111 !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    padding: 4px 10px !important;
    min-height: auto !important;
    min-width: auto !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5) !important;
}


/* ==============================================================
   ۲. استایل‌دهی فیلتر مرتب‌سازی ووکامرس (دراپ‌داون سفارشی طلایی)
   ============================================================== */

.woocommerce .woocommerce-ordering select {
    background-color: rgba(25, 25, 25, 0.6) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: #e5e5e5 !important;
    border: 1px solid rgba(212, 175, 55, 0.3) !important;
    border-radius: 12px !important;
    padding: 10px 15px 10px 40px !important;
    font-family: inherit !important;
    font-size: 13px !important;
    outline: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23d4af37%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: left 15px top 50% !important;
    background-size: 12px auto !important;
}

.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
    border-color: rgba(212, 175, 55, 0.8) !important;
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.15) !important;
    background-color: rgba(25, 25, 25, 0.8) !important;
}

.woocommerce .woocommerce-ordering select option {
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    padding: 12px !important;
    font-size: 13px !important;
}

.woocommerce .woocommerce-ordering select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #fff !important;
}/* End custom CSS */