/*
Theme Name: Shoq-e-Mushq Luxury Perfumes
Theme URI: https://shoqemushq.pk
Author: Shoq-e-Mushq Haute Parfumerie
Author URI: https://shoqemushq.pk
Description: A bespoke, ultra-luxury WordPress and WooCommerce theme crafted for haute perfumery and fragrance houses. Features gold glassmorphism, 40% Extrait de Parfum indicators, scent layering studio, olfactory notes pyramids, and Cash on Delivery / WhatsApp checkout integration for Pakistan.
Version: 1.1.0
Tested up to: 6.7
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shoq-e-mushq
Tags: e-commerce, luxury, dark-mode, custom-colors, custom-menu, featured-images, full-width-template, translation-ready
*/

/* 
=============================================================================
  SHOQ-E-MUSHQ CORE LUXURY STYLESHEET
  Artisanal Haute Parfumerie • Lahore, Pakistan
============================================================================= 
*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800;900&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --color-gold: #d4af37;
  --color-gold-light: #f3e5ab;
  --color-gold-hover: #b89628;
  --color-gold-glow: rgba(212, 175, 55, 0.25);
  --color-bg-dark: #06070a;
  --color-bg-card: rgba(255, 255, 255, 0.03);
  --color-border: rgba(255, 255, 255, 0.1);
  --color-border-gold: rgba(212, 175, 55, 0.35);
  --font-serif: 'Cinzel', 'Playfair Display', Georgia, serif;
  --font-body: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  background-color: var(--color-bg-dark);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

/* Glassmorphism Containers */
.glass-panel {
  background: rgba(18, 20, 26, 0.65);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--color-border);
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-card:hover {
  border-color: var(--color-border-gold);
  transform: translateY(-4px);
  box-shadow: 0 16px 36px -10px rgba(0, 0, 0, 0.6), 0 0 24px -6px var(--color-gold-glow);
}

.glass-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--color-gold);
  border-radius: 9999px;
  padding: 0.35rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* Typography */
h1, h2, h3, h4, h5, h6, .font-serif {
  font-family: var(--font-serif);
  letter-spacing: -0.01em;
  color: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--color-gold);
}

/* Buttons */
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: var(--color-gold);
  color: #000000;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.85rem 1.75rem;
  border-radius: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

.btn-gold:hover {
  background-color: var(--color-gold-hover);
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.45);
}

.btn-glass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.85rem 1.75rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.btn-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #25d366;
}

.btn-whatsapp:hover {
  background: #25d366;
  color: #000000;
}

/* Layout Utilities */
.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-spacing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.grid-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .grid-products {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Floating ambient orbs */
.ambient-orb-1 {
  position: fixed;
  top: 5rem;
  left: 2rem;
  width: 24rem;
  height: 24rem;
  background: rgba(212, 175, 55, 0.08);
  border-radius: 9999px;
  filter: blur(140px);
  pointer-events: none;
  z-index: 0;
}

.ambient-orb-2 {
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  width: 28rem;
  height: 28rem;
  background: rgba(88, 43, 140, 0.12);
  border-radius: 9999px;
  filter: blur(160px);
  pointer-events: none;
  z-index: 0;
}

/* =============================================================================
   ELEMENTOR FULL WIDTH & CANVAS INTEGRATION
   ============================================================================= */
.shoq-elementor-fullwidth,
.shoq-elementor-page {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1280px;
}

.shoq-elementor-canvas {
  background-color: var(--color-bg-dark);
  color: #ffffff;
}

/* =============================================================================
   WOOCOMMERCE LUXURY GOLD STYLING & CHECKOUT
   ============================================================================= */
.woocommerce,
.shoq-woocommerce-container {
  color: #e2e8f0;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background-color: var(--color-gold) !important;
  color: #000000 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  border-radius: 0.75rem !important;
  padding: 0.85rem 1.75rem !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.25) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: var(--color-gold-hover) !important;
  box-shadow: 0 8px 25px rgba(212, 175, 55, 0.45) !important;
  transform: translateY(-2px);
}

/* Proceed to Checkout Button - Prominent Gold CTA */
.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: linear-gradient(135deg, #e5c358 0%, #d4af37 50%, #aa820a 100%) !important;
  color: #000000 !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  padding: 1.15rem 2rem !important;
  border-radius: 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.35) !important;
  border: none !important;
  margin-top: 1.5rem !important;
  text-decoration: none !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover {
  background: linear-gradient(135deg, #f3d26b 0%, #dfb83c 50%, #be9412 100%) !important;
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.55) !important;
  transform: translateY(-3px) scale(1.01) !important;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 1rem !important;
  background: rgba(10, 12, 18, 0.7) !important;
  backdrop-filter: blur(15px);
  color: #cbd5e1 !important;
  overflow: hidden;
  margin-bottom: 2rem !important;
}

.woocommerce table.shop_table th {
  color: var(--color-gold) !important;
  font-family: var(--font-serif) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 1rem 1.25rem !important;
  background: rgba(255, 255, 255, 0.03);
}

.woocommerce table.shop_table td {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 1rem 1.25rem !important;
  vertical-align: middle !important;
}

.woocommerce table.shop_table td.product-name a {
  color: #ffffff !important;
  font-weight: 700;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  text-decoration: none;
}
.woocommerce table.shop_table td.product-name a:hover {
  color: var(--color-gold) !important;
}

.woocommerce .quantity .qty {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  border-radius: 0.5rem !important;
  padding: 0.4rem 0.6rem !important;
  font-weight: 700;
  width: 65px !important;
}

.woocommerce table.shop_table .product-remove a.remove {
  color: #ef4444 !important;
  background: rgba(239, 68, 68, 0.1) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 24px;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
  background: #ef4444 !important;
  color: #ffffff !important;
}

.woocommerce .cart-collaterals .cart_totals {
  background: rgba(10, 12, 18, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 1.25rem;
  padding: 1.75rem;
  backdrop-filter: blur(15px);
}

.woocommerce .cart-collaterals .cart_totals h2 {
  font-family: var(--font-serif);
  color: #ffffff;
  font-size: 1.4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

/* Checkout Form Styling */
.woocommerce form.woocommerce-checkout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 960px) {
  .woocommerce form.woocommerce-checkout {
    grid-template-columns: 1.2fr 1fr;
  }
}

.woocommerce form.woocommerce-checkout #customer_details {
  background: rgba(10, 12, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 2rem;
  backdrop-filter: blur(15px);
}

.woocommerce form.woocommerce-checkout #order_review {
  background: rgba(10, 12, 18, 0.85);
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 1.25rem;
  padding: 2rem;
  backdrop-filter: blur(20px);
}

.woocommerce form .form-row {
  margin-bottom: 1.25rem !important;
}

.woocommerce form .form-row label {
  color: #cbd5e1 !important;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  display: block;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  border-radius: 0.75rem !important;
  padding: 0.85rem 1.15rem !important;
  width: 100% !important;
  font-size: 0.95rem !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--color-gold) !important;
  outline: none !important;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.35) !important;
  background: rgba(255, 255, 255, 0.09) !important;
}

/* COD Payment Method Highlight */
.woocommerce ul.wc_payment_methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 1.5rem 0 !important;
}

.woocommerce ul.wc_payment_methods li.wc_payment_method {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 0.85rem;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
}

.woocommerce ul.wc_payment_methods li.wc_payment_method label {
  color: #ffffff !important;
  font-weight: 700;
  cursor: pointer;
}

.woocommerce ul.wc_payment_methods li.wc_payment_method .payment_box {
  background: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #a0aec0 !important;
  border-radius: 0.6rem;
  padding: 0.85rem;
  font-size: 0.85rem;
  margin-top: 0.6rem;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info {
  background: rgba(212, 175, 55, 0.12) !important;
  border-top: 3px solid var(--color-gold) !important;
  color: #ffffff !important;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem !important;
}

.woocommerce .woocommerce-error {
  background: rgba(239, 68, 68, 0.15) !important;
  border-top: 3px solid #ef4444 !important;
  color: #ffffff !important;
  border-radius: 0.75rem;
  padding: 1rem 1.5rem !important;
}

.woocommerce-Price-amount {
  color: var(--color-gold) !important;
  font-weight: 700 !important;
}

/* =============================================================================
   LUXURY INTERACTIVE MAGNETIC CURSOR
   ============================================================================= */
.shoq-cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--color-gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, transform 0.05s linear;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.8);
}

.shoq-cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(212, 175, 55, 0.65);
  background: rgba(212, 175, 55, 0.02);
  border-radius: 50%;
  pointer-events: none;
  z-index: 99998;
  transform: translate(-50%, -50%);
  transition: width 0.28s cubic-bezier(0.25, 1, 0.5, 1),
              height 0.28s cubic-bezier(0.25, 1, 0.5, 1),
              border-color 0.25s ease,
              background-color 0.25s ease,
              box-shadow 0.25s ease;
}

.shoq-cursor-follower.is-hovering {
  width: 62px;
  height: 62px;
  border-color: #d4af37;
  background: rgba(212, 175, 55, 0.15);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

@media (hover: none), (pointer: coarse) {
  .shoq-cursor-dot,
  .shoq-cursor-follower {
    display: none !important;
  }
}

/* =============================================================================
   3D TILT PRODUCT CARD & INTERACTIVE CONTROLS
   ============================================================================= */
.shoq-product-card {
  position: relative;
  background: rgba(10, 12, 18, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform-style: preserve-3d;
  will-change: transform;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.shoq-product-card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 25px rgba(212, 175, 55, 0.15);
}

.shoq-card-spotlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.shoq-product-card:hover .shoq-card-spotlight {
  opacity: 1;
}

.shoq-flacon-img-box {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
  border-radius: 1rem;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.06) 0%, rgba(0, 0, 0, 0.4) 100%);
  overflow: hidden;
}

.shoq-flacon-img-box img {
  max-height: 190px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.7));
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.shoq-product-card:hover .shoq-flacon-img-box img {
  transform: translateY(-8px) scale(1.08);
  filter: drop-shadow(0 20px 35px rgba(212, 175, 55, 0.35));
}

/* Volume Size Switcher Pills */
.shoq-size-switch {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  padding: 3px;
  gap: 3px;
}

.shoq-size-pill {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.shoq-size-pill.active {
  background: var(--color-gold);
  color: #000000;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4);
}

/* Add to Bag Button */
.shoq-add-to-bag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(135deg, #e5c358 0%, #d4af37 100%);
  color: #000000 !important;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.6rem 1.15rem;
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  position: relative;
  z-index: 5;
}

.shoq-add-to-bag-btn:hover {
  background: linear-gradient(135deg, #f2d16a 0%, #e0ba3d 100%);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.5);
  transform: translateY(-2px);
}

.shoq-add-to-bag-btn.is-added {
  background: #10b981 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4) !important;
}

.shoq-card-wa-btn {
  width: 36px;
  height: 36px;
  border-radius: 0.75rem;
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #25d366;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.25s ease;
  position: relative;
  z-index: 5;
}

.shoq-card-wa-btn:hover {
  background: #25d366;
  color: #000000;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
}

/* =============================================================================
   LUXURY FLOATING CART NOTIFICATION TOAST
   ============================================================================= */
#shoq-cart-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999999;
  background: rgba(10, 12, 18, 0.94);
  border: 1.5px solid #d4af37;
  border-radius: 1.25rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8), 0 0 30px rgba(212, 175, 55, 0.35);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  max-width: 380px;
  width: calc(100vw - 4rem);
  transform: translateY(120px) scale(0.92);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
}

#shoq-cart-toast.is-visible {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.shoq-toast-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.shoq-toast-icon {
  font-size: 1.75rem;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 0.75rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.shoq-toast-body h5 {
  color: #ffffff;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin: 0 0 0.25rem 0;
}

.shoq-toast-body p {
  color: #94a3b8;
  font-size: 0.8rem;
  margin: 0 0 0.85rem 0;
  line-height: 1.4;
}

.shoq-toast-actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.shoq-toast-btn-primary {
  background: var(--color-gold);
  color: #000000 !important;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0.55rem 1rem;
  border-radius: 0.6rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
  transition: transform 0.2s ease;
}
.shoq-toast-btn-primary:hover {
  transform: translateY(-1px);
}

.shoq-toast-close {
  background: transparent;
  border: none;
  color: #718096;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease;
}
.shoq-toast-close:hover {
  color: #ffffff;
}

