/*
Theme Name: Nazaaqat WooCommerce
Theme URI: https://example.com/nazaaqat-woocommerce
Author: Codex
Author URI: https://openai.com
Description: WordPress and WooCommerce theme converted from the supplied Nazaaqat luxury fashion HTML design.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nazaaqat
Tags: e-commerce, woocommerce, fashion, custom-logo, featured-images
*/

body { color: #2B2B2B; }

.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

.carousel-snap { scroll-snap-type: x mandatory; }
.carousel-item { scroll-snap-align: start; }

.glass {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.glass-dark {
    background: rgba(86, 59, 48, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(188, 149, 106, 0.2);
}

.hover-trigger .hover-target { transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
.hover-trigger:hover .hover-target { transform: scale(1.07); }

.reveal-wrapper .img-primary { transition: opacity 0.5s ease; }
.reveal-wrapper .img-secondary { opacity: 0; transition: opacity 0.5s ease; transform: scale(1.05); }
.reveal-wrapper:hover .img-primary { opacity: 0; }
.reveal-wrapper:hover .img-secondary { opacity: 1; transform: scale(1); }

.marquee-content {
    display: flex;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes subtlePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

.anim-pulse-slow { animation: subtlePulse 4s ease-in-out infinite; }

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal;
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px 2px rgba(86, 59, 48, 0.2);
    clip: auto;
    clip-path: none;
    color: #563b30;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 16px;
    line-height: normal;
    padding: 12px 16px;
    text-decoration: none;
    top: 16px;
    width: auto;
    z-index: 100000;
}

.nazaaqat-entry-content > * + * { margin-top: 1.25rem; }
.nazaaqat-entry-content a { color: #563b30; text-decoration: underline; text-underline-offset: 4px; }
.nazaaqat-entry-content img { border-radius: 12px; }
.nazaaqat-entry-content h1,
.nazaaqat-entry-content h2,
.nazaaqat-entry-content h3 { color: #563b30; font-family: "Playfair Display", serif; }
.nazaaqat-entry-content ul { list-style: disc; padding-left: 1.25rem; }
.nazaaqat-entry-content ol { list-style: decimal; padding-left: 1.25rem; }

.woocommerce .woocommerce-breadcrumb {
    color: rgba(86, 59, 48, 0.6);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-breadcrumb a { color: #563b30; }

.woocommerce ul.products {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

@media (min-width: 1024px) {
    .woocommerce ul.products {
        gap: 2rem;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.woocommerce ul.products li.product {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    color: rgba(43, 43, 43, 0.7);
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .quantity .qty {
    background: #fff;
    border: 1px solid rgba(86, 59, 48, 0.2);
    border-radius: 12px;
    color: #563b30;
    min-height: 46px;
    padding: 0.75rem 1rem;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .cart input.button {
    background: #563b30;
    border-radius: 12px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
    background: #bc956a;
    color: #fff;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #563b30;
    font-size: 1.125rem;
    font-weight: 700;
}

.woocommerce span.onsale {
    background: #dc2626;
    border-radius: 999px;
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    min-height: 0;
    min-width: 0;
    padding: 0.3rem 0.75rem;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid rgba(86, 59, 48, 0.12);
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
    border-radius: 0;
    margin: 0 1.5rem 0 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: rgba(86, 59, 48, 0.7);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    padding: 1rem 0;
    text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #563b30; }

.woocommerce table.shop_table {
    background: #fff;
    border: 1px solid rgba(86, 59, 48, 0.12);
    border-radius: 12px;
    overflow: hidden;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fff;
    border-top-color: #bc956a;
    border-radius: 12px;
    box-shadow: 0 10px 40px -10px rgba(86, 59, 48, 0.08);
    color: #2B2B2B;
}

.woocommerce-message::before,
.woocommerce-info::before { color: #bc956a; }
.woocommerce-error::before { color: #dc2626; }

.woocommerce div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images img {
    border-radius: 12px;
}
