/*
Theme Name: Apex Body Tools Theme
Theme URI: https://apexbodytools.com
Author: RETAGEX LTD
Author URI: https://apexbodytools.com
Description: Custom Industrial Night Mode theme for Apex Body Tools. Google Merchant Center compliant.
Version: 3.1
License: Proprietary
Text Domain: apex-body-theme
*/

/* Custom Styles for Industrial Vibe */
body { background-color: #111111; color: #E0E0E0; overflow-x: hidden; }

/* Chamfered Corners for Buttons */
.clip-chamfer { clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px); }

/* Gold Glow Effect */
.gold-glow { text-shadow: 0px 0px 15px rgba(212, 175, 55, 0.4); }

/* Cart Drawer Animation */
.drawer { transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.drawer-open { transform: translateX(0); }
.drawer-closed { transform: translateX(100%); }
.overlay { transition: opacity 0.3s ease; }
.overlay-open { opacity: 1; pointer-events: auto; }
.overlay-closed { opacity: 0; pointer-events: none; }

/* Custom Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #111; }
::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #D4AF37; }
