/*
Theme Name: THE KHATOON SHOP
Theme URI: https://thekhatoonshop.com/
Author: THE KHATOON SHOP
Author URI: https://thekhatoonshop.com/
Description: Custom WooCommerce theme for The Khatoon Shop with dynamic catalogue data, pixel-matched reference storefront, app-style mobile navigation, WooCommerce account/cart/checkout integration and accessible commerce interfaces.
Version: 6.0.4
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: the-khatoon-shop
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --tks-pink: #ff0f68;
    --tks-pink-dark: #d90857;
    --tks-pink-soft: #fff1f6;
    --tks-pink-pale: #fff8fb;
    --tks-black: #050505;
    --tks-ink: #21191e;
    --tks-white: #fff;
    --tks-gold: #d4af37;
    --tks-border: #ece7e9;
    --tks-muted: #6f666b;
    --tks-success: #198754;
    --tks-warning: #b66500;
    --tks-error: #b42318;
    --tks-shadow-sm: 0 8px 24px rgba(30, 14, 22, .06);
    --tks-shadow-md: 0 18px 50px rgba(30, 14, 22, .10);
    --tks-radius-sm: 10px;
    --tks-radius: 18px;
    --tks-radius-lg: 28px;
    --tks-container: 1480px;
    --tks-gutter: clamp(16px, 2.4vw, 34px);
    --tks-serif: Georgia, "Times New Roman", serif;
    --tks-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: clip;
    background: var(--tks-white);
    color: var(--tks-ink);
    font-family: var(--tks-sans);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(255,15,104,.38); outline-offset: 3px; }
.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.skip-link:focus {
    position: fixed !important;
    z-index: 999999;
    top: 12px;
    left: 12px;
    width: auto !important;
    height: auto !important;
    clip: auto !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    background: #fff;
    color: #000;
    border-radius: 8px;
}
