/*
Theme Name:   Abadat Jewellery Child
Theme URI:    https://example.com/abadat-jewellery-child/
Description:  Abadat Jewellery Child Theme - Child of Astra
Author:       Qamar Gondal
Template:     astra
Version:      1.0.2
License:      GNU General Public License v2 or later
Text Domain:  abadat-jewellery-child
*/

/* ==========================================================================
   Global Button Styles
   ========================================================================== */

:root {
    --abadat-primary: #d39e2d;
    --abadat-primary-hover: #b8871f;
    --abadat-primary-active: #9c7218;
    --abadat-btn-text: #ffffff;
    --abadat-btn-radius: 4px;
    --abadat-btn-padding: 12px 30px;
    --abadat-btn-font-size: 16px;
    --abadat-btn-font-weight: 600;
    --abadat-btn-transition: all 0.3s ease;
}

/* Elementor Buttons */
.elementor-button,
.elementor-element .elementor-button {
    background-color: var(--abadat-primary) !important;
    color: var(--abadat-btn-text) !important;
    border-radius: var(--abadat-btn-radius) !important;
    padding: var(--abadat-btn-padding) !important;
    font-size: var(--abadat-btn-font-size) !important;
    font-weight: var(--abadat-btn-font-weight) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: var(--abadat-btn-transition) !important;
    border: none !important;
    text-decoration: none !important;
}

.elementor-button:hover,
.elementor-element .elementor-button:hover,
.elementor-button:focus,
.elementor-element .elementor-button:focus {
    background-color: var(--abadat-primary-hover) !important;
    color: var(--abadat-btn-text) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(211, 158, 45, 0.4) !important;
}

.elementor-button:active,
.elementor-element .elementor-button:active {
    background-color: var(--abadat-primary-active) !important;
    transform: translateY(0) !important;
    box-shadow: 0 2px 6px rgba(211, 158, 45, 0.3) !important;
}

/* Elementor Button outline variations */
.elementor-button-outline .elementor-button,
.elementor-element .elementor-button-outline .elementor-button {
    background-color: transparent !important;
    border: 2px solid var(--abadat-primary) !important;
    color: var(--abadat-primary) !important;
}

.elementor-button-outline .elementor-button:hover,
.elementor-element .elementor-button-outline .elementor-button:hover {
    background-color: var(--abadat-primary) !important;
    color: var(--abadat-btn-text) !important;
}

/* WP Button / Link Buttons */
.wp-block-button__link,
.abadat-btn,
.abadat-slide-btn {
    background-color: var(--abadat-primary);
    color: var(--abadat-btn-text);
    border-radius: var(--abadat-btn-radius);
    padding: var(--abadat-btn-padding);
    font-size: var(--abadat-btn-font-size);
    font-weight: var(--abadat-btn-font-weight);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--abadat-btn-transition);
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.wp-block-button__link:hover,
.abadat-btn:hover,
.abadat-slide-btn:hover {
    background-color: var(--abadat-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 158, 45, 0.4);
}

.wp-block-button__link:active,
.abadat-btn:active,
.abadat-slide-btn:active {
    background-color: var(--abadat-primary-active);
    transform: translateY(0);
}

/* ==========================================================================
   Astra Theme Button Overrides
   ========================================================================== */

.ast-custom-button,
.ast-button,
.ast-btn,
.entry-content .wp-block-button .wp-block-button__link,
.ast-header-button-1,
.elementor-button,
.elementor-element .elementor-button,
a.button,
a.button:hover,
.abadat-btn,
.abadat-btn-wishlist,
.abadat-slide-btn,
.abadat-mobile-toggle,
.abadat-tab-btn {
    background-color: var(--abadat-primary) !important;
    color: var(--abadat-btn-text) !important;
    border: none !important;
    border-radius: var(--abadat-btn-radius) !important;
    padding: var(--abadat-btn-padding) !important;
    font-size: var(--abadat-btn-font-size) !important;
    font-weight: var(--abadat-btn-font-weight) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: var(--abadat-btn-transition) !important;
    text-decoration: none !important;
    display: inline-block !important;
    line-height: 1.4 !important;
}

a.button:hover,
.abadat-btn:hover,
.abadat-btn-wishlist:hover,
.abadat-slide-btn:hover,
.abadat-mobile-toggle:hover,
.abadat-tab-btn:hover,
.elementor-button:hover,
.elementor-element .elementor-button:hover,
a.button:focus,
.abadat-btn:focus,
.abadat-btn-wishlist:focus,
.abadat-slide-btn:focus,
.abadat-mobile-toggle:focus,
.abadat-tab-btn:focus {
    background-color: var(--abadat-primary-hover) !important;
    color: var(--abadat-btn-text) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(211, 158, 45, 0.4) !important;
}

/* Disable Astra default button colors */
.ast-theme-buttons .button,
.ast-theme-buttons .button:hover,
.ast-header-custom-item a.ast-button {
    background-color: var(--abadat-primary) !important;
    color: var(--abadat-btn-text) !important;
}

/* ==========================================================================
   Single Product Page
   ========================================================================== */

.abadat-single-product {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Product Top Section */
.abadat-product-top {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
}

.abadat-product-gallery {
    flex: 1;
    max-width: 55%;
}

.abadat-product-info {
    flex: 1;
    max-width: 45%;
}

/* Gallery Slider */
.abadat-slider-main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f8f8;
    aspect-ratio: 1 / 1;
}

.abadat-slide {
    display: none;
    width: 100%;
    height: 100%;
}

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

.abadat-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.abadat-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: var(--abadat-btn-transition);
    color: #333;
    padding: 0;
}

.abadat-slider-arrow:hover {
    background: var(--abadat-primary);
    color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.abadat-prev {
    left: 12px;
}

.abadat-next {
    right: 12px;
}

/* Thumbnails */
.abadat-slider-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.abadat-thumb {
    flex: 0 0 70px;
    height: 70px;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
    opacity: 0.6;
}

.abadat-thumb.active {
    border-color: var(--abadat-primary);
    opacity: 1;
}

.abadat-thumb:hover {
    opacity: 1;
}

.abadat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abadat-no-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
}

/* Product Info */
.abadat-product-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #1a1a1a;
    line-height: 1.2;
}

.abadat-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.abadat-stars {
    display: flex;
    gap: 2px;
}

.abadat-star {
    font-size: 20px;
    color: #ddd;
    line-height: 1;
}

.abadat-star.filled {
    color: var(--abadat-primary);
}

.abadat-rating-count {
    font-size: 14px;
    color: #777;
}

.abadat-short-description {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.abadat-btn-whatsapp {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #25D366 !important;
    color: #fff !important;
    padding: 14px 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: var(--abadat-btn-radius) !important;
    text-decoration: none !important;
    transition: var(--abadat-btn-transition) !important;
    border: none !important;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}

.abadat-btn-whatsapp:hover {
    background-color: #1da851 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4) !important;
}

.abadat-product-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
}

.abadat-product-actions .abadat-btn {
    width: 100%;
    margin-bottom: 0;
}

.abadat-btn-wishlist {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    color: #d39e2d !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    border-radius: var(--abadat-btn-radius) !important;
    text-decoration: none !important;
    transition: var(--abadat-btn-transition) !important;
    border: 2px solid #d39e2d !important;
    cursor: pointer;
    white-space: nowrap;
}

.abadat-btn-wishlist:hover {
    background-color: #d39e2d !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(211, 158, 45, 0.4) !important;
}

.abadat-btn-wishlist.in-wishlist {
    background-color: #d39e2d !important;
    color: #fff !important;
}

.abadat-btn-wishlist svg {
    fill: none;
}

.abadat-btn-wishlist.in-wishlist svg {
    fill: #fff;
}

.abadat-product-category {
    font-size: 14px;
    color: #777;
    margin-top: 15px;
}

.abadat-product-category a {
    color: var(--abadat-primary);
    text-decoration: none;
}

.abadat-product-category a:hover {
    text-decoration: underline;
}

/* ==========================================================================
   Tabs
   ========================================================================== */

.abadat-product-tabs {
    margin-bottom: 60px;
}

.abadat-tab-nav {
    display: flex;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
}

.abadat-tab-btn {
    padding: 14px 28px;
    background: none !important;
    border: none;
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #000 !important;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-radius: 0;
    text-transform: none;
    letter-spacing: normal;
    margin-right: 10px;
}

.abadat-tab-btn.active {
    color: var(--abadat-primary) !important;
    border-bottom: 3px solid var(--abadat-primary);
}

.abadat-tab-btn:hover {
    color: #ffffff !important;
}

.abadat-tab-pane {
    display: none;
    line-height: 1.8;
    color: #444;
}

.abadat-tab-pane.active {
    display: block;
}

.abadat-tab-pane h1,
.abadat-tab-pane h2,
.abadat-tab-pane h3,
.abadat-tab-pane h4 {
    color: #1a1a1a;
    margin-top: 20px;
}

/* Jewellery Details Table - Zebra Stripe */
.abadat-details-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.abadat-details-table thead th {
    background-color: var(--abadat-primary);
    color: #fff;
    padding: 14px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.abadat-details-table tbody td {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
}

.abadat-details-table tbody tr:nth-child(even) {
    background-color: #f9f7f2;
}

.abadat-details-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.abadat-details-table tbody tr:hover {
    background-color: #f5f0e4;
}

.abadat-details-table td:first-child {
    font-weight: 600;
    color: #333;
    width: 35%;
}

.abadat-details-table td:last-child {
    color: #555;
}

/* ==========================================================================
   Reviews
   ========================================================================== */

.abadat-product-reviews {
    margin-bottom: 20px;
}

.abadat-section-title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.abadat-reviews-summary {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    padding: 24px 30px;
    background: #f9f7f2;
    border-radius: 8px;
}

.abadat-summary-average {
    text-align: center;
    min-width: 120px;
}

.abadat-big-rating {
    font-size: 48px;
    font-weight: 700;
    color: var(--abadat-primary);
    display: block;
    line-height: 1;
}

.abadat-summary-stars {
    margin: 8px 0 4px;
}

.abadat-summary-count {
    font-size: 14px;
    color: #777;
}

/* Two Column Layout */
.abadat-reviews-layout {
    display: flex;
    gap: 40px;
}

.abadat-reviews-left {
    flex: 1;
}

.abadat-reviews-right {
    flex: 0 0 380px;
}

.abadat-reviews-list {
    margin-bottom: 0;
}

.abadat-no-reviews {
    text-align: center;
    padding: 40px 20px;
    color: #999;
    font-size: 15px;
    background: #f9f7f2;
    border-radius: 8px;
}

.abadat-review-item {
    padding: 24px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.abadat-review-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.abadat-review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.abadat-review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--abadat-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.abadat-review-meta {
    flex: 1;
}

.abadat-review-name {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    display: block;
    margin-bottom: 2px;
}

.abadat-review-stars .abadat-star {
    font-size: 14px;
}

.abadat-review-date {
    font-size: 12px;
    color: #999;
    margin-left: auto;
    flex-shrink: 0;
}

.abadat-review-content {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    padding-left: 52px;
}

/* Review Form */
.abadat-review-form-wrapper {
    background: #f9f7f2;
    padding: 28px;
    border-radius: 8px;
    position: sticky;
    top: 20px;
}

.abadat-review-form-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--abadat-primary);
}

.abadat-form-group {
    margin-bottom: 18px;
}

.abadat-form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.abadat-form-group label .required {
    color: #dc3232;
}

.abadat-form-group input[type="text"],
.abadat-form-group input[type="email"],
.abadat-form-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.abadat-form-group input[type="text"]:focus,
.abadat-form-group input[type="email"]:focus,
.abadat-form-group textarea:focus {
    outline: none;
    border-color: var(--abadat-primary);
    box-shadow: 0 0 0 3px rgba(211, 158, 45, 0.1);
}

.abadat-rating-input {
    display: flex;
    gap: 4px;
}

.abadat-rating-star {
    font-size: 26px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s ease;
}

.abadat-rating-star.filled,
.abadat-rating-star.hover {
    color: var(--abadat-primary);
}

.abadat-form-submit {
    margin-top: 10px;
}

.abadat-form-submit .abadat-btn {
    width: 100%;
}

.abadat-review-message {
    margin-top: 16px;
    padding: 12px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.abadat-review-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.abadat-review-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ==========================================================================
   Related Products Grid
   ========================================================================== */

.abadat-related-products {
    margin-top: 20px;
}

.abadat-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.abadat-product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: var(--abadat-btn-transition);
}

.abadat-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.abadat-card-image-wrap {
    position: relative;
}

.abadat-card-image {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f8f8f8;
}

.abadat-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Mobile overlay wishlist */
.abadat-card-wishlist-overlay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: var(--abadat-primary) !important;
    border: none !important;
    cursor: pointer;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    z-index: 2;
    padding: 0 !important;
    line-height: 1 !important;
    min-height: unset !important;
}

.abadat-card-wishlist-overlay:hover {
    transform: scale(1.1);
    background: #b8871f !important;
}

.abadat-card-wishlist-overlay svg {
    transition: all 0.3s ease;
    stroke: #fff;
}

.abadat-card-wishlist-overlay.in-wishlist svg {
    fill: #fff;
    stroke: #fff;
}

.abadat-card-wishlist-overlay.in-wishlist:hover svg {
    fill: #fff;
    stroke: #fff;
}

/* Inline wishlist (desktop, next to Get Price) */
.abadat-card-wishlist-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    background: #fff;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    min-height: 42px;
}

.abadat-card-wishlist-inline:hover {
    color: #e74c3c;
}

.abadat-card-actions .abadat-card-wishlist-inline.in-wishlist svg {
    fill: #fff;
}
.abadat-card-actions .abadat-card-wishlist-inline.in-wishlist {
    background: none;
    border: none;
}

.abadat-card-wishlist-inline svg {
    flex-shrink: 0;
    transition: all 0.3s ease;
}

/* Actions bar */
.abadat-card-actions {
    display: flex;
    gap: 8px;
    padding: 0 16px 16px;
}

.abadat-card-actions .abadat-card-whatsapp {
    flex: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    margin: 0;
}

.abadat-card-actions .abadat-card-whatsapp:hover {
    background-color: #1da851;
    transform: translateY(-1px);
    color: #fff !important;
}

.abadat-card-actions .abadat-card-wishlist-inline {
    flex: 1;
    border: none;
    background: none;
    box-shadow: none;
    min-height: unset;
    padding: 0;
}
.abadat-card-actions .abadat-card-wishlist-inline:hover {
    border: none;
    background: none;
}
.abadat-card-actions .abadat-card-wishlist-inline svg {
    width: 20px;
    height: 20px;
}
.abadat-card-actions .abadat-card-wishlist-inline.in-wishlist {
    background: none;
    border: none;
}

@media (min-width: 769px) {
    .abadat-card-wishlist-overlay {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .abadat-card-wishlist-inline {
        display: none !important;
    }

    .abadat-card-actions .abadat-card-whatsapp {
        flex: 1;
        margin: 0;
    }

    .abadat-card-actions {
        padding: 0 16px 16px;
    }
}

.abadat-product-card:hover .abadat-card-image img {
    transform: scale(1.05);
}

.abadat-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.abadat-card-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

.abadat-card-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.abadat-card-title a:hover {
    color: var(--abadat-primary);
}

.abadat-card-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366;
    color: #fff;
    padding: 10px 20px;
    margin: 0 16px 16px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.abadat-card-whatsapp:hover {
    background-color: #1da851;
    transform: translateY(-1px);
    color: #fff !important;
}

/* ==========================================================================
   Header
   ========================================================================== */

.abadat-site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1000;
}

/* Sticky header removed — header scrolls with page */

html {
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

/* Row 1: Top Bar */
.abadat-header-top {
    border-bottom: 1px solid #eee;
}

.abadat-header-top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 70px;
}

.abadat-header-left {
    flex: 0 0 auto;
}

.abadat-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.abadat-logo img,
.abadat-logo .abadat-logo-img {
    height: 45px !important;
    width: auto !important;
    max-height: 45px !important;
    object-fit: contain;
}

.abadat-header-left > div {
    height: 45px !important;
    max-height: 45px !important;
    display: flex;
    align-items: center;
}

.abadat-logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.abadat-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Search */
.abadat-header-search {
    flex: 1;
    max-width: 500px;
    margin: 0 auto;
}

.abadat-search-form {
    display: flex;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    overflow: hidden;
    transition: border-color 0.3s ease;
    background: #fff;
}

.abadat-search-form:focus-within {
    border-color: var(--abadat-primary);
}

.abadat-search-input {
    flex: 1;
    border: none !important;
    padding: 10px 18px;
    font-size: 14px;
    outline: none;
    font-family: inherit;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: auto;
    line-height: 1.4;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

.abadat-search-input:focus {
    outline: none;
    box-shadow: none !important;
}

.abadat-search-input::-webkit-search-decoration,
.abadat-search-input::-webkit-search-cancel-button,
.abadat-search-input::-webkit-search-results-button,
.abadat-search-input::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.abadat-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--abadat-primary);
    border: none;
    padding: 0 16px;
    cursor: pointer;
    color: #fff;
    transition: background 0.3s ease;
}

.abadat-search-btn:hover {
    background: var(--abadat-primary-hover);
}

.abadat-header-right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 4px;
}

.abadat-header-top-nav {
    display: none;
}

.abadat-top-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.abadat-top-nav-menu li {
    position: relative;
}

.abadat-top-nav-menu li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.abadat-top-nav-menu li a:hover {
    color: var(--abadat-primary);
}

.abadat-top-nav-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    min-width: 180px;
    z-index: 999;
}

.abadat-top-nav-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.abadat-top-nav-menu .sub-menu li a {
    padding: 8px 16px;
    font-size: 13px;
}

.abadat-top-nav-menu .sub-menu li a:hover {
    background: #f9f7f2;
}

@media (min-width: 993px) {
    .abadat-header-top-nav {
        display: block;
    }
}

/* Wishlist Button */
.abadat-wishlist-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    transition: background 0.3s ease;
    text-decoration: none;
}

.abadat-wishlist-button:hover {
    background: #f5f5f5;
}

.abadat-wishlist-count {
    position: absolute;
    top: 4px;
    right: 4px;
    background: var(--abadat-primary);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.abadat-wishlist-count:empty {
    display: none;
}

/* Hide search button appearing from theme */
input.adminbar-button,
.adminbar-button {
    display: none !important;
}

/* Row 2: Category Navigation */
.abadat-header-bottom {
    background: #f9f7f2;
}

.abadat-header-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.abadat-cat-nav {
    display: flex;
    justify-content: center;
}

.abadat-cat-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
}

.abadat-cat-menu li {
    position: relative;
}

.abadat-cat-menu li a {
    display: block;
    padding: 14px 18px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease, background-color 0.3s ease;
    white-space: nowrap;
}

.abadat-cat-menu li a:hover {
    color: var(--abadat-primary);
}

/* Dropdown */
.abadat-cat-menu li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.abadat-cat-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.abadat-cat-menu li .sub-menu li a {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
}

.abadat-cat-menu li .sub-menu li a:hover {
    background-color: #f9f7f2;
    color: var(--abadat-primary);
}

/* Mobile Toggle */
.abadat-mobile-toggle {
    display: none;
    background: none !important;
    border: none !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0;
    z-index: 1001;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    transition: background 0.3s ease;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: inherit !important;
    line-height: normal !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
}

.abadat-mobile-toggle:hover {
    background: #f5f5f5 !important;
    transform: none !important;
    box-shadow: none !important;
}

@media (min-width: 993px) {
    .abadat-mobile-toggle {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .abadat-mobile-toggle {
        display: flex !important;
    }
}

.abadat-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 22px;
    height: 16px;
}

.abadat-hamburger span {
    display: block;
    width: 22px;
    height: 2.5px;
    background: #1a1a1a;
    border-radius: 3px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.abadat-mobile-toggle[aria-expanded="true"] .abadat-hamburger span:nth-child(1) {
    transform: translateY(6.75px) rotate(45deg);
}

.abadat-mobile-toggle[aria-expanded="true"] .abadat-hamburger span:nth-child(2) {
    opacity: 0;
}

.abadat-mobile-toggle[aria-expanded="true"] .abadat-hamburger span:nth-child(3) {
    transform: translateY(-6.75px) rotate(-45deg);
}

/* Mobile Menu */
.abadat-mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    padding: 120px 20px 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    visibility: hidden;
    pointer-events: none;
    box-sizing: border-box;
}

.abadat-mobile-menu.open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
}

.abadat-mobile-search {
    margin-bottom: 20px;
}

.abadat-mobile-search .abadat-search-form {
    border-radius: 8px;
    border: 2px solid #e0e0e0;
}

.abadat-mobile-search .abadat-search-input {
    padding: 12px 16px;
    font-size: 15px;
}

.abadat-mobile-search .abadat-search-btn {
    padding: 0 16px;
}

.abadat-mobile-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    margin-bottom: 24px;
    background: #f9f7f2;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s ease;
}

.abadat-mobile-wishlist:hover {
    background: #f0ead8;
}

.abadat-mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.abadat-mobile-nav-menu li {
    border-bottom: 1px solid #eee;
}

.abadat-mobile-nav-menu li a {
    display: block;
    padding: 16px 0;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
}

.abadat-mobile-nav-menu li a:hover {
    color: var(--abadat-primary);
}

.abadat-mobile-nav-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.abadat-mobile-nav-menu li.dropdown-open .sub-menu {
    display: block;
}

.abadat-mobile-nav-menu .sub-menu li a {
    padding: 12px 0 12px 20px;
    font-size: 14px;
}

.abadat-mobile-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.abadat-mobile-tab {
    flex: 1;
    padding: 12px 16px;
    background: none !important;
    border: none !important;
    font-size: 15px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease, border-color 0.3s ease;
    border-bottom: 2px solid transparent !important;
    margin-bottom: -2px;
    box-shadow: none !important;
    outline: none;
    border-radius: 0;
}

.abadat-mobile-tab:hover,
.abadat-mobile-tab:focus,
.abadat-mobile-tab:active {
    background: none !important;
    box-shadow: none !important;
    outline: none;
}

.abadat-mobile-tab.active {
    color: var(--abadat-primary);
    border-bottom-color: var(--abadat-primary);
}

.abadat-mobile-tab-content {
    display: none;
}

.abadat-mobile-tab-content.active {
    display: block;
}

.abadat-mobile-cat-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.abadat-mobile-cat-menu li {
    border-bottom: 1px solid #eee;
}

.abadat-mobile-cat-menu li a {
    display: block;
    padding: 14px 0;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    word-break: break-word;
}

.abadat-mobile-cat-menu li a:hover {
    color: var(--abadat-primary);
}

.abadat-mobile-cat-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.abadat-mobile-cat-menu li.dropdown-open .sub-menu {
    display: block;
}

.abadat-mobile-cat-menu .sub-menu li a {
    padding: 10px 0 10px 20px;
    font-size: 14px;
}

.abadat-mobile-cat-menu .menu-item-has-children > a::after,
.abadat-mobile-nav-menu .menu-item-has-children > a::after {
    content: '+';
    float: right;
    font-size: 18px;
    font-weight: 300;
    color: #999;
    transition: transform 0.3s ease;
    line-height: 1;
}

.abadat-mobile-cat-menu .menu-item-has-children.dropdown-open > a::after,
.abadat-mobile-nav-menu .menu-item-has-children.dropdown-open > a::after {
    content: '\2212';
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Tablet (768px - 992px) */
@media (max-width: 992px) {
    .abadat-single-product {
        padding: 30px 20px;
    }

    .abadat-product-top {
        flex-direction: column;
        gap: 30px;
    }

    .abadat-product-gallery,
    .abadat-product-info {
        max-width: 100%;
    }

    .abadat-products-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .abadat-related-products {
        margin-top: 40px;
    }
}

/* Mobile & Tablet (up to 992px) */
@media (max-width: 992px) {
    /* Header Mobile */
    .abadat-header-top-inner {
        height: 60px;
        padding: 8px 15px;
        justify-content: space-between;
    }

    .abadat-header-search {
        display: none;
    }

    .abadat-header-bottom {
        display: none;
    }

    .abadat-header-right .abadat-wishlist-button {
        display: none;
    }

    .abadat-logo img,
    .abadat-logo .abadat-logo-img {
        height: 35px !important;
        max-height: 35px !important;
    }

    .abadat-single-product {
        padding: 20px 15px;
    }

    /* Product Top */
    .abadat-product-top {
        gap: 25px;
        margin-bottom: 40px;
    }

    .abadat-product-title {
        font-size: 24px;
    }

    .abadat-product-rating {
        margin-bottom: 15px;
    }

    .abadat-short-description {
        font-size: 15px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .abadat-btn-whatsapp {
        padding: 12px 24px !important;
        font-size: 15px !important;
    }

    .abadat-product-actions {
        flex-direction: column;
        gap: 10px;
    }

    .abadat-btn-wishlist {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    .abadat-product-category {
        font-size: 13px;
    }

    /* Gallery */
    .abadat-slider-main {
        border-radius: 6px;
    }

    .abadat-slider-arrow {
        display: none !important;
    }

    .abadat-prev {
        left: 8px;
    }

    .abadat-next {
        right: 8px;
    }

    .abadat-slider-thumbs {
        gap: 8px;
    }

    .abadat-thumb {
        flex: 0 0 60px;
        height: 60px;
    }

    /* Tabs */
    .abadat-tab-nav {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .abadat-tab-nav::-webkit-scrollbar {
        display: none;
    }

    .abadat-tab-btn {
        padding: 12px 18px !important;
        font-size: 13px !important;
        white-space: nowrap;
        flex-shrink: 0;
        margin-right: 8px !important;
    }

    .abadat-tab-pane {
        font-size: 15px;
    }

    /* Jewellery Details Table */
    .abadat-details-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border: 1px solid #eee;
        border-radius: 0;
        font-size: 14px;
        overflow: hidden;
    }

    .abadat-details-table thead {
        display: none;
    }

    .abadat-details-table tbody td {
        padding: 0;
        display: block;
        width: 100%;
    box-sizing: border-box;
    max-width: 100vw;
}

    .abadat-details-table tbody td:first-child {
        display: none;
    }

    .abadat-details-table tbody td:last-child {
        padding: 14px 16px;
        font-size: 15px;
        color: #333;
        border-top: 1px solid #eee;
    }

    .abadat-details-table tbody tr:first-child td:last-child {
        border-top: none;
    }

    .abadat-details-table tbody td:last-child::before {
        content: attr(data-title) ': ';
        font-weight: 600;
        color: #1a1a1a;
    }

    .abadat-details-table tbody tr {
        display: block;
        margin-bottom: 0;
    }

    /* Reviews */
    .abadat-section-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .abadat-reviews-summary {
        flex-direction: column;
        text-align: center;
        padding: 20px 15px;
    }

    .abadat-big-rating {
        font-size: 40px;
    }

    .abadat-reviews-layout {
        flex-direction: column;
        gap: 30px;
    }

    .abadat-reviews-right {
        flex: 1;
    }

    .abadat-review-header {
        flex-wrap: wrap;
    }

    .abadat-review-content {
        padding-left: 0;
        margin-top: 10px;
    }

    .abadat-review-form-wrapper {
        padding: 20px 15px;
    }

    .abadat-rating-star {
        font-size: 24px;
    }

    /* Related Products */
    .abadat-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .abadat-card-body {
        padding: 12px;
        gap: 10px;
    }

    .abadat-card-title {
        font-size: 14px;
    }

    .abadat-card-whatsapp {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
    .abadat-single-product {
        padding: 15px 12px;
    }

    .abadat-product-title {
        font-size: 20px;
    }

    .abadat-slider-thumbs .abadat-thumb {
        flex: 0 0 50px;
        height: 50px;
    }

    .abadat-tab-btn {
        padding: 10px 14px !important;
        font-size: 12px !important;
        margin-right: 6px !important;
    }

    .abadat-products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .abadat-card-body {
        padding: 10px;
    }

    .abadat-card-title {
        font-size: 13px;
    }

    .abadat-details-table {
        font-size: 13px;
    }

    .abadat-details-table thead th {
        padding: 10px 12px;
        font-size: 12px;
    }

    .abadat-details-table tbody td {
        padding: 10px 12px;
    }
}

/* ==========================================================================
   Page Hero
   ========================================================================== */

.abadat-page-hero {
    background: linear-gradient(135deg, var(--abadat-primary) 0%, #b8871f 100%);
    padding: 60px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.abadat-page-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 50%, rgba(255,255,255,0.05) 0%, transparent 40%);
    pointer-events: none;
}

.abadat-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.abadat-hero-breadcrumbs {
    margin-bottom: 12px;
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}

.abadat-hero-breadcrumbs a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.abadat-hero-breadcrumbs a:hover {
    color: #fff;
}

.abadat-hero-breadcrumbs .separator {
    margin: 0 8px;
    opacity: 0.6;
}

.abadat-hero-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}

.abadat-hero-description {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    margin-top: 12px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .abadat-page-hero {
        padding: 40px 20px;
    }

    .abadat-hero-title {
        font-size: 26px;
    }
}

/* ==========================================================================
   Gloock Font for Headings
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Gloock&display=swap');

h1, h2, h3, h4, h5, h6,
.abadat-hero-title,
.abadat-section-title,
.abadat-product-title,
.abadat-card-title,
.abadat-logo-text {
    font-family: 'Gloock', serif;
}

/* ==========================================================================
   Search & Wishlist Pages
   ========================================================================== */

.abadat-search-page,
.abadat-wishlist-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.abadat-no-results,
.abadat-wishlist-empty,
.abadat-wishlist-loading,
.abadat-wishlist-error {
    text-align: center;
    font-size: 16px;
    color: #666;
    padding: 40px 0;
}

.abadat-suggestions-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px;
}

#abadat-wishlist-suggestions {
    padding-top: 20px;
}

.abadat-pagination {
    text-align: center;
    margin-top: 40px;
}

.abadat-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.abadat-pagination .page-numbers.current {
    background: var(--abadat-primary);
    color: #fff;
    border-color: var(--abadat-primary);
}

.abadat-pagination .page-numbers:hover {
    border-color: var(--abadat-primary);
    color: var(--abadat-primary);
}

@media (max-width: 768px) {
    .abadat-search-title,
    .abadat-wishlist-title {
        font-size: 22px;
    }

    .abadat-search-page,
    .abadat-wishlist-page {
        padding: 20px 15px 40px;
    }
}

/* ==========================================================================
   Contact Form 7 Styles
   ========================================================================== */

.wpcf7 {
    max-width: 700px;
    margin: 0 auto;
}

.wpcf7 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wpcf7 .wpcf7-form p {
    margin: 0;
}

.wpcf7 label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: var(--abadat-primary);
    box-shadow: 0 0 0 3px rgba(211, 158, 45, 0.1);
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-submit {
    display: inline-block;
    background: var(--abadat-primary);
    color: var(--abadat-btn-text);
    padding: var(--abadat-btn-padding);
    font-size: var(--abadat-btn-font-size);
    font-weight: var(--abadat-btn-font-weight);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: var(--abadat-btn-radius);
    cursor: pointer;
    transition: var(--abadat-btn-transition);
    width: auto;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover {
    background: var(--abadat-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(211, 158, 45, 0.4);
}

.wpcf7 input[type="submit"]:active,
.wpcf7 .wpcf7-submit:active {
    background: var(--abadat-primary-active);
    transform: translateY(0);
}

.wpcf7 .wpcf7-not-valid-tip {
    color: #DC2626;
    font-size: 13px;
    font-weight: 500;
    margin-top: 6px;
    line-height: 1.4;
}

.wpcf7 .wpcf7-response-output {
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    border: none;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-response-output.wpcf7-aborted {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    margin: 0 0 8px 0;
}

.wpcf7 .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    cursor: pointer;
    margin-bottom: 0;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"],
.wpcf7 .wpcf7-list-item input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: var(--abadat-primary);
    margin: 0;
    flex-shrink: 0;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
    color: #666;
}

.wpcf7 .wpcf7-form-control.wpcf7-checkbox,
.wpcf7 .wpcf7-form-control.wpcf7-radio {
    padding: 4px 0;
}

.wpcf7 br {
    display: none;
}

@media (max-width: 480px) {
    .wpcf7 {
        max-width: 100%;
    }
    .wpcf7 input[type="submit"],
    .wpcf7 .wpcf7-submit {
        width: 100%;
    }
}

/* ==========================================================================
   Sec Button
   ========================================================================== */

#sec-button,
a#sec-button,
.elementor-element #sec-button.elementor-button,
#sec-button.elementor-button {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}
#sec-button:hover,
a#sec-button:hover,
.elementor-element #sec-button.elementor-button:hover,
#sec-button.elementor-button:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.abadat-site-footer {
    background: #1a1a1a;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.7;
}

.abadat-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
}

.abadat-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.abadat-footer-logo-img {
    height: 45px;
    width: auto;
    object-fit: contain;
}

.abadat-footer-logo-text {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}

.abadat-footer-desc {
    margin: 14px 0 0;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}

.abadat-footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.abadat-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.abadat-footer-menu li {
    margin-bottom: 10px;
}

.abadat-footer-menu li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.abadat-footer-menu li a:hover {
    color: var(--abadat-primary);
}

.abadat-footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.abadat-footer-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}

.abadat-footer-contact li svg {
    flex-shrink: 0;
    color: var(--abadat-primary);
}

.abadat-footer-contact li a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.abadat-footer-contact li a:hover {
    color: var(--abadat-primary);
}

.abadat-footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #fff;
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-bottom: 20px;
}

.abadat-footer-whatsapp:hover {
    background: #1da851;
    color: #fff;
    transform: translateY(-2px);
}

.abadat-footer-social {
    display: flex;
    gap: 12px;
}

.abadat-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.7);
    transition: background 0.3s ease, color 0.3s ease;
    text-decoration: none;
}

.abadat-footer-social a:hover {
    background: var(--abadat-primary);
    color: #fff;
}

.abadat-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.abadat-footer-bottom-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.abadat-footer-copy,
.abadat-footer-credit {
    margin: 0;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.abadat-footer-credit a {
    color: var(--abadat-primary);
    text-decoration: none;
}

.abadat-footer-credit a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .abadat-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .abadat-footer-inner {
        padding: 40px 20px 30px;
    }

    .abadat-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .abadat-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================================================
   Shop Archive
   ========================================================================== */

.abadat-shop-filter-bar {
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.abadat-shop-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.abadat-shop-cat-link {
    display: inline-block;
    padding: 6px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .abadat-shop-cat-link:hover,
    .abadat-shop-cat-link.active {
        background: var(--abadat-primary);
        color: #fff;
        border-color: var(--abadat-primary);
    }
}
