/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.18.1766387670
Updated: 2025-12-22 07:14:30

*/

/*
  ======================================
   ANGORI SHOES – SINGLE PRODUCT DESIGN
   Brand Colors:
   Red: #C43B3B
   Black: #000000
   White: #FFFFFF
====================================== */

/* کارت کلی محصول */
.single-product .product {
    margin-top: 40px !important;
    margin-bottom: 150px !important;
    border-radius: 18px;
    padding: 28px;
}

/* ---------- گالری تصویر کفش ---------- */
.woocommerce-product-gallery {
    max-height: 520px;
    overflow: hidden;
    margin-right: 18px !important;
}

.woocommerce-product-gallery img {
    width: 100%;
    height: 520px !important;
    object-fit: cover !important;
    border-radius: 16px;
}

.woocommerce div.product div.images {
    margin-right: 25px !important;
}

/*  دسته بندی  */
.single-product-category a,
.product_meta .posted_in a {
    color: #c43b3b;
}

/* ---------- عنوان محصول ---------- */
.single-product h1.product_title {
    font-family: "noto nask";
    font-size: 26px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 8px;
}

/* ---------- قیمت ---------- */
.single-product .price {
    font-family: "noto nask";
    font-size: 24px;
    font-weight: 800;
    color: #C43B3B;
    margin-bottom: 20px;
}

/* ---------- جدول ویژگی ---------- */
.variations {
    font-family: "noto nask";
    margin-bottom: 10px;
}

.variations th.label {
    font-size: 15px;
    padding-bottom: 8px;
    color: #000000;
}

/* ---------- select ---------- */
.variations select {
    width: 100%;
    height: 48px;
    border-radius: 30px;
    border: 2px solid #000000;
    padding: 0 12px;
    font-size: 15px;
    margin-bottom: 15px;
    background: transparent;
    color: #000000;
}

/* ---------- دکمه‌های سایز ---------- */
.size-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.size-button {
    min-width: 60px;
    padding: 11px 0;
    border-radius: 30px;
    border: 2px solid #000000;
    font-weight: 700;
    color: #000000;
    transition: all 0.25s ease;
}

.size-button:hover {
    border-color: #C43B3B;
    color: #C43B3B;
}

.size-button.active {
    background: #C43B3B;
    color: #FFFFFF;
}

/* ---------- تعداد ---------- */
.quantity input.qty {
    width: 100%;
    height: 15px !important;
    border-radius: 30px;
    border: 2px solid #000000;
    font-size: 16px;
    margin-bottom: 15px;
}

/* ---------- افزودن به سبد ---------- */
.single_add_to_cart_button {
    width: 100%;
    padding: 16px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 20px;
    background: #C43B3B !important;
    color: #FFFFFF;
    transition: all 0.3s ease;
}

.single_add_to_cart_button:hover {
    background: #000000;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(0,0,0,0.25);
}

/* ---------- تب‌ها ---------- */
.woocommerce-tabs {
    margin-top: 35px;
}

.woocommerce-tabs .tabs li a {
    font-size: 15px;
    font-weight: 700;
}

.woocommerce-tabs .tabs li.active a {
    color: #C43B3B;
}

/* ---------- موبایل ---------- */
@media (max-width: 768px) {
    .woocommerce-product-gallery img {
        height: 380px;
        width: 100% !important;
        object-fit: contain !important;
    }

    .single-product h1.product_title {
        font-size: 22px;
    }
}

/* ===============================
   فاصله محتوای دسته‌بندی
================================ */
body.tax-product_cat main#main.site-main {
    margin-top: 100px !important;
}

.content-area {
    margin-top: 60px !important;
}
