/*
Theme Name: Otham — Ayurvedic D2C
Theme URI: https://otham.in
Author: Otham
Description: Premium, conversion-optimised WooCommerce theme for the Otham Ayurvedic skincare brand. Pixel-perfect reproduction of the Otham design system with Elementor support, a slide-out cart, hero carousel, AI skin assessment quiz and product gallery with zoom/lightbox.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPLv2 or later
Text Domain: otham
Tags: e-commerce, woocommerce, elementor, one-column, custom-colors, custom-menu, featured-images, translation-ready
*/

/* All visual styles ship in assets/css/otham.css (enqueued by functions.php). */

/* --- Cart drawer safety net (works even if utility classes are purged) --- */
[data-otham-cart-open]{cursor:pointer;pointer-events:auto}
.otham-drawer-root[hidden]{display:none}
.otham-drawer-root [data-otham-cart-overlay]{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.5)}
.otham-drawer-root [data-otham-cart-panel]{position:fixed;top:0;bottom:0;right:0;z-index:61;display:flex;flex-direction:column;width:100%;max-width:28rem;background:var(--background,#fff);transform:translateX(100%);transition:transform .3s ease}
.otham-drawer-root [data-otham-cart-panel].is-open{transform:translateX(0)}
