/*
Theme Name: Serusi Luxury
Theme URI: https://example.com/serusi
Author: Serusi Team
Author URI: https://example.com
Description: A premium, luxury eCommerce theme for leather goods, fully integrated with WooCommerce. Built with Tailwind CSS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: serusi
Tags: e-commerce, custom-colors, custom-menu, featured-images, flexible-header, full-width-template
*/

/* Note: Tailwind CSS is enqueued via CDN in functions.php for immediate styling.
For a production environment, it is highly recommended to compile Tailwind into this style.css file.
*/

/* STREAMING_CHUNK:Adding animation utilities... */
.reveal {
opacity: 0;
transform: translateY(40px);
transition: all 1s ease-out;
}

.reveal.visible {
opacity: 1;
transform: translateY(0);
}

.faq-content {
transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
max-height: 0;
opacity: 0;
overflow: hidden;
}

.faq-content.open {
max-height: 200px;
opacity: 1;
}

.testimonial-slide {
display: none;
animation: fadeIn 0.5s;
}

.testimonial-slide.active {
display: block;
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

/* STREAMING_CHUNK:Styling WooCommerce Product Grid... /
/ --- Premium WooCommerce Shop Grid & Layout --- /
.woocommerce-custom-wrapper { max-width: 100%; margin-top: 2rem; }
.woocommerce-custom-wrapper::after { content: ""; display: table; clear: both; } / Clearfix */

/* Sorting Dropdown & Results Count */
.woocommerce-custom-wrapper .woocommerce-result-count { float: left; margin-top: 0.5rem; color: #8A6A4B; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; }
.woocommerce-custom-wrapper .woocommerce-ordering { float: right; margin-bottom: 3rem; }
.woocommerce-custom-wrapper .woocommerce-ordering select { border: 1px solid #e5e7eb; padding: 0.75rem 2.5rem 0.75rem 1rem; background-color: transparent; font-family: 'Inter', sans-serif; font-size: 0.875rem; color: #1A1A1A; appearance: none; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 1em; cursor: pointer; border-radius: 0; transition: border-color 0.3s; }
.woocommerce-custom-wrapper .woocommerce-ordering select:focus { outline: none; border-color: #C5A059; }

/* Product Grid Layout */
.woocommerce-custom-wrapper ul.products { clear: both; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 4rem 2rem; padding: 0; list-style: none; }
.woocommerce-custom-wrapper ul.products li.product { text-align: center; display: flex; flex-direction: column; background: transparent; }
.woocommerce-custom-wrapper ul.products li.product > a.woocommerce-LoopProduct-link { flex-grow: 1; display: flex; flex-direction: column; text-decoration: none; }

/* Product Images - Strict Aspect Ratio */
.woocommerce-custom-wrapper ul.products li.product .woocommerce-loop-product__title { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: #1A1A1A; margin-bottom: 0.5rem; padding-top: 0.5rem; }
.woocommerce-custom-wrapper ul.products li.product img { width: 100%; aspect-ratio: 6/6; object-fit: cover; margin-bottom: 1.5rem; background: #F4F0EB; transition: transform 0.7s ease; mix-blend-mode: multiply; }
.woocommerce-custom-wrapper ul.products li.product:hover img { transform: scale(1.05); }

/* Price & Add to Cart */
.woocommerce-custom-wrapper ul.products li.product .price { margin-top: auto; color: #C5A059; font-weight: 500; font-size: 1rem; margin-bottom: 1.5rem; display: block; }
.woocommerce-custom-wrapper ul.products li.product .button { display: inline-block; background-color: #1A1A1A; color: white; padding: 1rem 1.5rem; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; transition: background-color 0.3s; width: 100%; text-align: center; border: none; }
.woocommerce-custom-wrapper ul.products li.product .button:hover { background-color: #C5A059; color: white; }

/* WooCommerce Notices */
.woocommerce-message, .woocommerce-info { background: #1A1A1A; color: white; padding: 1rem 1.5rem; border-top: 3px solid #C5A059; margin-bottom: 2rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.875rem; }
.woocommerce-message .button, .woocommerce-info .button { color: #C5A059; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.75rem; }
.woocommerce-message .button:hover, .woocommerce-info .button:hover { color: white; background: transparent; }

/* STREAMING_CHUNK:Styling Single Product Page... /
/ --- Single Product Page Layout Fixes --- */
.woocommerce div.product { display: flex; flex-wrap: wrap; gap: 4rem; }
.woocommerce div.product .woocommerce-product-gallery { width: 100%; position: relative; }
.woocommerce div.product .summary.entry-summary { width: 100%; }

/* Desktop 50/50 Split */
@media (min-width: 768px) {
.woocommerce div.product .woocommerce-product-gallery { width: calc(50% - 2rem); }
.woocommerce div.product .summary.entry-summary { width: calc(50% - 2rem); }
}

/* Product Typography & Pricing */
.woocommerce div.product .product_title { font-family: 'Playfair Display', serif; font-size: 2.5rem; color: #1A1A1A; margin-bottom: 1rem; line-height: 1.2; }
.woocommerce div.product .price { color: #C5A059; font-size: 1.5rem; font-weight: 500; margin-bottom: 2rem; display: block; }
.woocommerce div.product .woocommerce-product-details__short-description { color: #4b5563; line-height: 1.6; margin-bottom: 2rem; }

/* Product Gallery Images & Thumbnails */
.woocommerce div.product .woocommerce-product-gallery img { width: 100%; height: auto; display: block; background-color: #F4F0EB; }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; padding: 0; list-style: none; }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li { width: calc(25% - 7.5px); }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img { cursor: pointer; opacity: 0.6; transition: opacity 0.3s ease; }
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active { opacity: 1; border: 1px solid #C5A059; }

/* Product Page Add To Cart & Quantity */
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 1rem; align-items: stretch; margin-bottom: 2rem; margin-top: 1.5rem; }
.woocommerce div.product form.cart .quantity { display: flex; }
.woocommerce div.product form.cart .quantity input.qty { border: 1px solid #e5e7eb; padding: 0 1rem; width: 70px; text-align: center; height: 100%; min-height: 50px; background: transparent; }
.woocommerce div.product form.cart .button { background-color: #1A1A1A; color: white; padding: 1rem 2rem; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.875rem; transition: background-color 0.3s; border: none; cursor: pointer; flex: 1; height: 50px; }
.woocommerce div.product form.cart .button:hover { background-color: #C5A059; }

/* Product Meta Data (Categories, SKU) */
.woocommerce div.product .product_meta { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid #e5e7eb; font-size: 0.875rem; color: #4b5563; display: flex; flex-direction: column; gap: 0.5rem; }
.woocommerce div.product .product_meta a { color: #1A1A1A; transition: color 0.3s; }
.woocommerce div.product .product_meta a:hover { color: #C5A059; }

/* WooCommerce Product Tabs */
.woocommerce div.product .woocommerce-tabs { margin-top: 4rem; width: 100%; border-top: 1px solid #e5e7eb; padding-top: 2rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 2rem; padding: 0; list-style: none; margin-bottom: 2rem; border-bottom: 1px solid #e5e7eb; overflow-x: auto; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { padding-bottom: 1rem; cursor: pointer; font-family: 'Playfair Display', serif; font-size: 1.25rem; color: #4b5563; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 2px solid #C5A059; color: #1A1A1A; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: inherit; text-decoration: none; }
.woocommerce div.product .woocommerce-Tabs-panel { color: #4b5563; line-height: 1.8; }
.woocommerce div.product .woocommerce-Tabs-panel h2 { font-family: 'Playfair Display', serif; font-size: 1.75rem; color: #1A1A1A; margin-bottom: 1rem; }

/* STREAMING_CHUNK:Styling Cart and Checkout Forms... /
/ General Forms (Cart/Checkout) */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { border: 1px solid #e5e7eb; padding: 0.75rem; width: 100%; background: transparent; }
.woocommerce form .form-row input.input-text:focus { border-color: #C5A059; outline: none; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background-color: #1A1A1A; color: white; padding: 0.8rem 1.5rem; text-transform: uppercase; font-weight: normal; letter-spacing: 0.1em; font-size: 0.75rem; border-radius: 0; border: none; cursor: pointer; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background-color: #C5A059; color: white; }

/* --- Header Dynamic Colors --- */
#site-header { transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease; }
#site-header #site-logo,
#site-header .header-icon,
#site-header nav ul li a {
transition: color 0.3s ease;
}

/* Default (Transparent Header on Hero) - White on Desktop, Black on Mobile */
#site-header.bg-transparent #site-logo,
#site-header.bg-transparent .header-icon,
#site-header.bg-transparent nav ul li a {
color: #1A1A1A;
}
@media (min-width: 768px) {
#site-header.bg-transparent #site-logo,
#site-header.bg-transparent .header-icon,
#site-header.bg-transparent nav ul li a {
color: #ffffff;
}
}

/* Scrolled State (White Header) - Always Black */
#site-header.is-scrolled #site-logo,
#site-header.is-scrolled .header-icon,
#site-header.is-scrolled nav ul li a {
color: #1A1A1A !important;
}
#site-header.is-scrolled {
background-color: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(12px);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
header#site-header {
top: 0;
}

/* STREAMING_CHUNK:Styling Cart Layout... /
/ --- WooCommerce Cart Page Layout Fixes --- */
.woocommerce-cart .woocommerce {
display: flex;
flex-wrap: wrap;
gap: 3rem;
align-items: flex-start;
}

/* Cart Table Layout */
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
width: 100%;
}
@media (min-width: 1024px) {
.woocommerce-cart .woocommerce form.woocommerce-cart-form {
width: calc(65% - 1.5rem);
}
}

.woocommerce table.shop_table {
width: 100%;
border-collapse: collapse;
border: none;
border-radius: 0;
}

.woocommerce table.shop_table th {
padding: 1rem 0;
font-family: 'Playfair Display', serif;
font-weight: 500;
color: #1A1A1A;
border-bottom: 2px solid #e5e7eb;
text-transform: capitalize;
font-size: 1.1rem;
text-align: left;
}

.woocommerce table.shop_table td {
padding: 1.5rem 0;
border-bottom: 1px solid #e5e7eb;
vertical-align: middle;
}

/* Product Thumbnail Size Constraint */
.woocommerce table.cart td.product-thumbnail {
width: 100px;
}
.woocommerce table.cart td.product-thumbnail img {
width: 80px;
height: 100px;
object-fit: cover;
border-radius: 2px;
mix-blend-mode: multiply;
background: #F4F0EB;
}

/* Product Details Alignment */
.woocommerce table.cart td.product-name {
padding-left: 1.5rem;
}
.woocommerce table.cart td.product-name a {
color: #1A1A1A;
font-weight: 500;
font-size: 1.1rem;
transition: color 0.3s ease;
font-family: 'Playfair Display', serif;
}
.woocommerce table.cart td.product-name a:hover {
color: #C5A059;
}

/* Remove Icon (X) */
.woocommerce table.cart td.product-remove {
width: 30px;
}
.woocommerce table.cart td.product-remove a.remove {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
border-radius: 50%;
color: #9ca3af !important;
font-size: 1.2rem;
font-weight: 300;
transition: all 0.3s ease;
}
.woocommerce table.cart td.product-remove a.remove:hover {
color: white !important;
background-color: #ef4444;
}

/* Quantity Input */
.woocommerce table.cart td.product-quantity .quantity input.qty {
width: 60px;
padding: 0.5rem;
border: 1px solid #e5e7eb;
text-align: center;
background: transparent;
}

/* Coupon & Update Cart Section */
.woocommerce table.cart td.actions {
padding: 2rem 0 0 0;
border-bottom: none;
}
.woocommerce table.cart td.actions .coupon {
display: flex;
gap: 10px;
float: left;
}
.woocommerce table.cart td.actions .coupon input.input-text {
width: 200px;
padding: 0.8rem 1rem;
margin: 0;
}
.woocommerce table.cart td.actions button[name="update_cart"] {
float: right;
background: transparent;
color: #1A1A1A;
border: 1px solid #1A1A1A;
}
.woocommerce table.cart td.actions button[name="update_cart"]:hover {
background: #1A1A1A;
color: white;
}

/* STREAMING_CHUNK:Styling Cart Totals Box... /
/ Cart Totals Box Layout */
.woocommerce-cart .cart-collaterals {
width: 100%;
}
@media (min-width: 1024px) {
.woocommerce-cart .cart-collaterals {
width: calc(35% - 1.5rem);
margin-top: 2.8rem;
}
}
.woocommerce .cart-collaterals .cart_totals {
width: 100%;
background-color: #F9F8F6;
padding: 2rem;
border: 1px solid #e5e7eb;
border-radius: 4px;
float: none;
}
.woocommerce .cart-collaterals .cart_totals h2 {
font-family: 'Playfair Display', serif;
font-size: 1.5rem;
color: #1A1A1A;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 2px solid #e5e7eb;
}

/* Cart Totals Table inside Box */
.woocommerce .cart-collaterals .cart_totals table.shop_table {
margin-bottom: 1.5rem;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table th {
border: none;
font-family: 'Inter', sans-serif;
font-size: 0.9rem;
color: #4b5563;
padding: 1rem 0;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table td {
border: none;
text-align: right;
color: #1A1A1A;
font-weight: 500;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table.shop_table tr.order-total td {
border-top: 1px solid #e5e7eb;
padding-top: 1.5rem;
font-size: 1.25rem;
}

/* WhatsApp Button Adjustments */
.woocommerce-cart .wc-proceed-to-checkout {
padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
margin-top: 1rem;
border-radius: 4px;
box-shadow: 0 4px 6px -1px rgba(37, 211, 102, 0.2);
}

/* Responsive Table (Mobile View) */
@media (max-width: 768px) {
.woocommerce table.shop_table_responsive thead {
display: none;
}
.woocommerce table.shop_table_responsive tbody tr {
display: block;
padding: 1.5rem 0;
border-bottom: 1px solid #e5e7eb;
}
.woocommerce table.shop_table_responsive tbody td {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.5rem 0;
border: none;
text-align: right;
}
.woocommerce table.shop_table_responsive tbody td::before {
content: attr(data-title);
font-weight: 500;
color: #4b5563;
}
.woocommerce table.shop_table_responsive tbody td.product-remove,
.woocommerce table.shop_table_responsive tbody td.product-thumbnail {
display: block;
text-align: center;
margin-bottom: 1rem;
}
.woocommerce table.shop_table_responsive tbody td.product-remove::before,
.woocommerce table.shop_table_responsive tbody td.product-thumbnail::before {
display: none;
}
.woocommerce table.cart td.actions .coupon {
width: 100%;
margin-bottom: 1rem;
flex-direction: column;
}
.woocommerce table.cart td.actions .coupon input.input-text {
width: 100%;
}
.woocommerce table.cart td.actions button[name="update_cart"] {
width: 100%;
}
}

/* STREAMING_CHUNK:Styling My Account Page Layout... /
/ --- WooCommerce My Account Page Layout --- */
.woocommerce-account .woocommerce {
display: flex;
flex-direction: column;
gap: 3rem;
}

@media (min-width: 768px) {
.woocommerce-account .woocommerce {
flex-direction: row;
align-items: flex-start;
}
}

/* Sidebar Navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
background-color: #F9F8F6;
border: 1px solid #e5e7eb;
border-radius: 4px;
padding: 1.5rem 0;
}

@media (min-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 30%;
position: sticky;
top: 100px;
}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
list-style: none;
padding: 0;
margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid #e5e7eb;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 1rem 2rem;
color: #4b5563;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 0.1em;
font-weight: 500;
transition: all 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
color: #C5A059;
padding-left: 2.5rem;
background-color: #f3f0eb;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
color: #1A1A1A;
font-weight: 600;
border-left: 3px solid #C5A059;
padding-left: 2rem;
background-color: transparent;
}

/* Content Area */
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
color: #4b5563;
font-weight: 300;
line-height: 1.8;
}

@media (min-width: 768px) {
.woocommerce-account .woocommerce-MyAccount-content {
width: 70%;
}
}

.woocommerce-account .woocommerce-MyAccount-content p {
margin-bottom: 1.5rem;
}

.woocommerce-account .woocommerce-MyAccount-content a {
color: #C5A059;
font-weight: 500;
transition: color 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
color: #1A1A1A;
}

/* My Account Headings & Tables */
.woocommerce-account .woocommerce-MyAccount-content h3 {
font-family: 'Playfair Display', serif;
font-size: 1.8rem;
color: #1A1A1A;
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 2px solid #e5e7eb;
}

.woocommerce-account .woocommerce-MyAccount-content address {
font-style: normal;
background: #F9F8F6;
padding: 2rem;
border: 1px solid #e5e7eb;
border-radius: 4px;
margin-top: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
background-color: #f3f0eb;
color: #1A1A1A;
padding: 0 0.5rem;
font-weight: 500;
}
.relative.overflow-hidden.bg-\[\#F4F0EB\].aspect-\[4\/5\].mb-6.flex.items-center.justify-center {
    aspect-ratio: 6 / 6 !important;
}
.single-product main.pt-32.pb-24.bg-white.min-h-screen {
    padding-top: 0px !important;
}
/* --- WooCommerce Reviews & Comment Form Styling --- */
#reviews {
    margin-top: 2rem;
}

#reviews h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    color: #1A1A1A;
    margin-bottom: 1rem;
}

.woocommerce-Reviews .woocommerce-noreviews, 
.woocommerce-Reviews p.comment-notes {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.woocommerce-Reviews label {
    display: block;
    font-size: 0.875rem;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}

/* Fix Star Rating Text */
.woocommerce p.stars {
    display: inline-block;
    margin-bottom: 1.5rem;
}
.woocommerce p.stars a {
    display: inline-block;
    position: relative;
    width: 1.5em;
    text-indent: -9999px; /* Hides the ugly text */
    text-decoration: none;
}
.woocommerce p.stars a::before {
    content: "☆"; /* Empty star */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    font-size: 1.5rem;
    color: #C5A059;
    line-height: 1;
}
.woocommerce p.stars a:hover::before,
.woocommerce p.stars a.active::before {
    content: "★"; /* Filled star */
}

/* Form Fields (Textarea, Name, Email) */
.woocommerce-Reviews .comment-form-comment textarea,
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input {
    width: 100%;
    border: 1px solid #e5e7eb;
    padding: 1rem;
    background: transparent;
    font-family: 'Inter', sans-serif;
    color: #1A1A1A;
    margin-bottom: 1.5rem;
    transition: border-color 0.3s ease;
}

.woocommerce-Reviews .comment-form-comment textarea {
    min-height: 150px;
    resize: vertical;
}

.woocommerce-Reviews .comment-form-comment textarea:focus,
.woocommerce-Reviews .comment-form-author input:focus,
.woocommerce-Reviews .comment-form-email input:focus {
    border-color: #C5A059;
    outline: none;
}

/* Submit Button */
.woocommerce-Reviews .form-submit input.submit {
    background-color: #1A1A1A;
    color: white;
    padding: 1rem 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-Reviews .form-submit input.submit:hover {
    background-color: #C5A059;
}
section.relative.h-screen.flex.items-center.justify-center.overflow-hidden.bg-\[\#2A2118\].-mt-\[100px\] {
    height: 110vh !important;
}
.max-w-4xl.mt-20.px-6.relative.text-center.z-10 {
    margin-top: 8rem !important;
}
@media(max-width:767px){
	ul#menu-right-menu-1 {
    margin: 0 !important;
}
td.actions {
    flex-direction: column !important;
}	
}