/*
Theme Name: Capital Hot Tub Hire
Theme URI: https://capitalhottubhire.co.uk
Author: Capital Hot Tub Hire
Author URI: https://capitalhottubhire.co.uk
Description: A custom WordPress theme for Capital Hot Tub Hire - Premium hot tub hire across London with free delivery, professional setup, and collection.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trident-hottub
Tags: one-column, custom-menu, featured-images, theme-options, business

Premium Hot Tub Hire Theme for London Hot Tub Hire business.
*/

/* Helper for the custom rounded-button utility used in classes */
[class*="rounded-button"] { border-radius: 9999px !important; }
body { background-color: #ffffff; }

/* Sticky header styles - LIGHT */
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

/* Mobile menu styles */
.mobile-menu {
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-overlay {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Hamburger animation */
.hamburger-line {
  transition: all 0.3s ease;
}
.hamburger.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.hamburger.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Animation for elements */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* WordPress specific styles */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* WordPress alignment classes */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* WordPress gallery */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* WordPress image captions */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Admin bar fix for sticky header */
.admin-bar .header-sticky {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .header-sticky {
    top: 46px;
  }
}

/* ==========================================================================
   WooCommerce Styles
   ========================================================================== */

/* Mini Cart Dropdown Animation */
#mini-cart-dropdown {
  animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* WooCommerce Product Grid */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

.woocommerce ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #22d3ee;
}

.woocommerce ul.products li.product a img {
  margin: 0;
  border-radius: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 1rem 1rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
}

.woocommerce ul.products li.product .price {
  padding: 0 1rem;
  color: #0891b2;
  font-size: 1.25rem;
  font-weight: 700;
}

.woocommerce ul.products li.product .price del {
  color: #94a3b8;
  font-size: 0.875rem;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button {
  display: block;
  margin: 1rem;
  padding: 0.75rem 1.5rem;
  background: #06b6d4;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover {
  background: #0891b2;
}

/* Single Product Styles */
.woocommerce div.product div.images {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.woocommerce div.product .product_title {
  font-size: 2rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #06b6d4;
}

.woocommerce div.product .woocommerce-product-details__short-description {
  color: #64748b;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

/* Add to Cart Button */
.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button {
  background: #06b6d4;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #0891b2;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.button.alt {
  background: #06b6d4;
  color: #fff;
}

.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover {
  background: #0891b2;
}

/* Cart Page Styles */
.woocommerce-cart table.cart {
  border-collapse: collapse;
  width: 100%;
}

.woocommerce-cart table.cart td {
  padding: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

.woocommerce-cart table.cart th {
  padding: 1rem;
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
  text-align: left;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Checkout Page Styles */
.woocommerce-checkout .woocommerce-form-coupon,
.woocommerce-checkout .woocommerce-form-login {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  margin-bottom: 2rem;
}

.woocommerce form .form-row label {
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  outline: none;
  border-color: #06b6d4;
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

/* Order Review */
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
}

/* Messages */
.woocommerce-message,
.woocommerce-info {
  background: #ecfeff;
  border-left: 4px solid #06b6d4;
  padding: 1rem 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  margin-bottom: 1.5rem;
}

.woocommerce-error {
  background: #fef2f2;
  border-left: 4px solid #ef4444;
  padding: 1rem 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
  margin-bottom: 1.5rem;
  list-style: none;
}

/* Sale Badge */
.woocommerce span.onsale {
  background: #f59e0b;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  min-height: auto;
  min-width: auto;
  line-height: 1;
}

/* Star Rating */
.woocommerce .star-rating {
  color: #f59e0b;
}

/* Breadcrumbs */
.woocommerce .woocommerce-breadcrumb {
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #06b6d4;
  text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

/* Quantity Input */
.woocommerce .quantity .qty {
  width: 4rem;
  padding: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  text-align: center;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 2rem;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid #e2e8f0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 1rem 1.5rem;
  color: #64748b;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: all 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #06b6d4;
  border-bottom-color: #06b6d4;
}

/* ==========================================================================
   WooCommerce Bookings Styles
   ========================================================================== */

/* Booking Form Container */
.booking-form-wrapper .wc-bookings-booking-form {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

/* Date Picker Calendar */
.wc-bookings-date-picker .ui-datepicker {
  width: 100% !important;
  padding: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  font-family: inherit;
}

.wc-bookings-date-picker .ui-datepicker-header {
  background: transparent;
  border: none;
  padding: 0.5rem 0 1rem;
}

.wc-bookings-date-picker .ui-datepicker-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #1e293b;
}

.wc-bookings-date-picker .ui-datepicker-prev,
.wc-bookings-date-picker .ui-datepicker-next {
  top: 0.5rem;
  cursor: pointer;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.wc-bookings-date-picker .ui-datepicker-prev:hover,
.wc-bookings-date-picker .ui-datepicker-next:hover {
  background: #e2e8f0;
}

.wc-bookings-date-picker .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.wc-bookings-date-picker .ui-datepicker-calendar th {
  padding: 0.5rem;
  font-weight: 600;
  color: #64748b;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.wc-bookings-date-picker .ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
}

.wc-bookings-date-picker .ui-datepicker-calendar td a,
.wc-bookings-date-picker .ui-datepicker-calendar td span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}

.wc-bookings-date-picker .ui-datepicker-calendar td a {
  background: #fff;
  color: #1e293b;
  border: 1px solid #e2e8f0;
  cursor: pointer;
}

.wc-bookings-date-picker .ui-datepicker-calendar td a:hover {
  background: #06b6d4;
  color: #fff;
  border-color: #06b6d4;
}

.wc-bookings-date-picker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: #ecfeff;
  border-color: #06b6d4;
  color: #0891b2;
  font-weight: 600;
}

.wc-bookings-date-picker .ui-datepicker-calendar td.ui-datepicker-current-day a,
.wc-bookings-date-picker .ui-datepicker-calendar td.bookable-range a {
  background: #06b6d4;
  color: #fff;
  border-color: #06b6d4;
}

/* Unavailable dates */
.wc-bookings-date-picker .ui-datepicker-calendar td.ui-datepicker-unselectable span,
.wc-bookings-date-picker .ui-datepicker-calendar td.not-bookable span {
  background: #f1f5f9;
  color: #94a3b8;
  cursor: not-allowed;
  text-decoration: line-through;
}

/* Fully booked dates */
.wc-bookings-date-picker .ui-datepicker-calendar td.fully_booked span {
  background: #fee2e2;
  color: #dc2626;
  cursor: not-allowed;
}

/* Partially booked dates */
.wc-bookings-date-picker .ui-datepicker-calendar td.partial_booked a {
  background: #fef3c7;
  border-color: #f59e0b;
  color: #92400e;
}

/* Booking Duration/Persons Fields */
.wc-bookings-booking-form .form-field {
  margin-bottom: 1.25rem;
}

.wc-bookings-booking-form .form-field label {
  display: block;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.wc-bookings-booking-form .form-field input[type="number"],
.wc-bookings-booking-form .form-field input[type="text"],
.wc-bookings-booking-form .form-field select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: #fff;
}

.wc-bookings-booking-form .form-field input:focus,
.wc-bookings-booking-form .form-field select:focus {
  outline: none;
  border-color: #06b6d4;
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

/* Booking Cost Display */
.wc-bookings-booking-cost {
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}

.wc-bookings-booking-cost strong {
  color: #0891b2;
  font-size: 1.25rem;
}

/* Book Now Button */
.wc-bookings-booking-form .wc-bookings-booking-form-button,
.wc-bookings-booking-form .single_add_to_cart_button {
  width: 100%;
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 14px rgba(6, 182, 212, 0.4);
}

.wc-bookings-booking-form .wc-bookings-booking-form-button:hover,
.wc-bookings-booking-form .single_add_to_cart_button:hover {
  background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.5);
}

/* Legend/Key */
.wc-bookings-date-picker-date-fields .legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.75rem;
}

.wc-bookings-date-picker-date-fields .legend li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #64748b;
}

.wc-bookings-date-picker-date-fields .legend li span {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
}

/* Booking Add-ons (if using Product Add-ons plugin) */
.wc-pao-addon-container {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.wc-pao-addon-name {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.75rem;
  display: block;
}

.wc-pao-addon-wrap label {
  display: flex;
  align-items: center;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wc-pao-addon-wrap label:hover {
  border-color: #06b6d4;
  background: #ecfeff;
}

.wc-pao-addon-wrap input[type="checkbox"],
.wc-pao-addon-wrap input[type="radio"] {
  margin-right: 0.75rem;
  accent-color: #06b6d4;
}

.wc-pao-addon-wrap .price {
  margin-left: auto;
  font-weight: 600;
  color: #06b6d4;
}

/* Time Slots (if using time-based bookings) */
.wc-bookings-time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 1rem;
}

.wc-bookings-time-slots .block {
  padding: 0.75rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.wc-bookings-time-slots .block:hover {
  border-color: #06b6d4;
  background: #ecfeff;
}

.wc-bookings-time-slots .block.selected {
  background: #06b6d4;
  color: #fff;
  border-color: #06b6d4;
}

/* Responsive */
@media (max-width: 640px) {
  .wc-bookings-date-picker .ui-datepicker-calendar td a,
  .wc-bookings-date-picker .ui-datepicker-calendar td span {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }

  .wc-bookings-time-slots {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ==========================================================================
   Product Page Custom Styles
   ========================================================================== */

/* Line clamp utility */
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Prose styling for descriptions */
.prose p {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.prose strong {
  color: #0891b2;
}

/* Product tabs panel */
.woocommerce-tabs .panel {
  padding: 2rem;
}

.woocommerce-tabs .panel h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

/* WooCommerce result count and ordering */
.woocommerce-result-count {
  font-size: 0.875rem;
  color: #64748b;
}

.woocommerce-ordering select {
  padding: 0.5rem 2rem 0.5rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 0.875rem;
  cursor: pointer;
}

/* Pagination */
.woocommerce-pagination {
  text-align: center;
}

.woocommerce-pagination ul {
  display: inline-flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  color: #64748b;
  font-weight: 500;
  transition: all 0.2s ease;
}

.woocommerce-pagination ul li a:hover {
  background: #06b6d4;
  color: #fff;
  border-color: #06b6d4;
}

.woocommerce-pagination ul li span.current {
  background: #06b6d4;
  color: #fff;
  border-color: #06b6d4;
}

/* ==========================================================================
   Cart & Checkout Page Styles
   ========================================================================== */

/* WooCommerce page content wrapper */
.woocommerce-page-content {
  width: 100%;
}

.woocommerce-page-content .woocommerce {
  width: 100%;
}

/* Cart Page */
.woocommerce-cart .woocommerce-cart-form {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.woocommerce-cart table.shop_table {
  border: none;
  margin: 0;
}

.woocommerce-cart table.shop_table thead {
  background: #f8fafc;
}

.woocommerce-cart table.shop_table thead th {
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #1e293b;
  border: none;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.woocommerce-cart table.shop_table tbody td {
  padding: 1.5rem;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: middle;
}

.woocommerce-cart table.shop_table tbody tr:last-child td {
  border-bottom: none;
}

.woocommerce-cart table.shop_table .product-thumbnail img {
  border-radius: 0.75rem;
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.woocommerce-cart table.shop_table .product-name a {
  color: #1e293b;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.woocommerce-cart table.shop_table .product-name a:hover {
  color: #06b6d4;
}

.woocommerce-cart table.shop_table .product-price,
.woocommerce-cart table.shop_table .product-subtotal {
  font-weight: 600;
  color: #1e293b;
}

.woocommerce-cart table.shop_table .product-remove a {
  color: #ef4444 !important;
  font-size: 1.25rem;
  transition: transform 0.2s ease;
  display: inline-block;
}

.woocommerce-cart table.shop_table .product-remove a:hover {
  transform: scale(1.2);
}

/* Cart actions row */
.woocommerce-cart table.shop_table .actions {
  padding: 1.5rem;
  background: #f8fafc;
}

.woocommerce-cart .coupon {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.woocommerce-cart .coupon input[type="text"] {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  font-size: 0.875rem;
  min-width: 200px;
}

.woocommerce-cart .coupon input[type="text"]:focus {
  outline: none;
  border-color: #06b6d4;
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

/* All WooCommerce Buttons - Unified Style */
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce .button,
.woocommerce #respond input#submit,
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: #06b6d4 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.875rem 1.75rem !important;
  border-radius: 9999px !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  display: inline-block !important;
  text-align: center !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
}

.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #0891b2 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4) !important;
}

/* Alt buttons (checkout/place order) */
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt {
  background: #06b6d4 !important;
}

.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #0891b2 !important;
}

/* Disabled buttons */
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled {
  background: #94a3b8 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Update cart button */
.woocommerce-cart table.shop_table .actions button[name="update_cart"] {
  background: #1e293b !important;
}

.woocommerce-cart table.shop_table .actions button[name="update_cart"]:hover {
  background: #334155 !important;
}

/* Cart Totals */
.woocommerce-cart .cart-collaterals {
  margin-top: 2rem;
}

.woocommerce-cart .cart_totals {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 450px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .woocommerce-cart .cart_totals {
    max-width: 100%;
  }
}

.woocommerce-cart .cart_totals h2 {
  padding: 1.25rem 1.5rem;
  margin: 0;
  background: #f8fafc;
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  border-bottom: 1px solid #e2e8f0;
}

.woocommerce-cart .cart_totals table {
  margin: 0;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.woocommerce-cart .cart_totals table th {
  font-weight: 500;
  color: #64748b;
  background: transparent;
}

.woocommerce-cart .cart_totals table td {
  text-align: right;
  font-weight: 600;
  color: #1e293b;
}

.woocommerce-cart .cart_totals .order-total td {
  font-size: 1.25rem;
  color: #06b6d4;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1.5rem;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block !important;
  width: 100% !important;
  padding: 1rem 2rem !important;
  font-size: 1rem !important;
}

/* Checkout Page */
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e2e8f0;
}

/* Checkout form fields */
.woocommerce-checkout .form-row {
  margin-bottom: 1rem;
}

.woocommerce-checkout .form-row label {
  display: block;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.woocommerce-checkout .form-row label .required {
  color: #ef4444;
}

.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row textarea,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .select2-container .select2-selection--single {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  font-size: 1rem;
  transition: all 0.2s ease;
  background: #fff;
}

.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row textarea:focus,
.woocommerce-checkout .form-row select:focus {
  outline: none;
  border-color: #06b6d4;
  box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

/* Select2 dropdown styling */
.woocommerce-checkout .select2-container .select2-selection--single {
  height: auto;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.5;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 12px;
}

/* Order Review */
.woocommerce-checkout #order_review_heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.woocommerce-checkout #order_review {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.woocommerce-checkout #order_review table.shop_table {
  margin: 0;
  border: none;
}

.woocommerce-checkout #order_review table.shop_table thead {
  background: #f8fafc;
}

.woocommerce-checkout #order_review table.shop_table th,
.woocommerce-checkout #order_review table.shop_table td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.woocommerce-checkout #order_review table.shop_table tfoot th {
  font-weight: 500;
  color: #64748b;
}

.woocommerce-checkout #order_review table.shop_table tfoot td {
  font-weight: 600;
  color: #1e293b;
}

.woocommerce-checkout #order_review table.shop_table tfoot .order-total th,
.woocommerce-checkout #order_review table.shop_table tfoot .order-total td {
  font-size: 1.125rem;
  font-weight: 700;
}

.woocommerce-checkout #order_review table.shop_table tfoot .order-total td {
  color: #06b6d4;
}

/* Payment Methods */
.woocommerce-checkout #payment {
  background: #f8fafc;
  border-radius: 0 0 1rem 1rem;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 1.5rem;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #e2e8f0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 1rem;
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.woocommerce-checkout #payment ul.payment_methods li label:hover {
  border-color: #06b6d4;
}

.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
  accent-color: #06b6d4;
}

.woocommerce-checkout #payment ul.payment_methods li img {
  max-height: 24px;
  width: auto;
}

.woocommerce-checkout #payment .payment_box {
  background: #ecfeff;
  padding: 1rem;
  margin: 0.75rem 0 0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #0891b2;
}

.woocommerce-checkout #payment .place-order {
  padding: 1.5rem;
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  padding: 1rem 2rem !important;
  font-size: 1rem !important;
}

/* Checkout two-column layout */
.woocommerce-checkout .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce-checkout .woocommerce > .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce > .woocommerce-form-login-toggle {
  width: 100%;
}

.woocommerce-checkout .woocommerce > form.checkout_coupon,
.woocommerce-checkout .woocommerce > form.woocommerce-form-login {
  width: 100%;
}

.woocommerce-checkout .col2-set {
  flex: 1;
  min-width: 300px;
}

.woocommerce-checkout #order_review_heading {
  width: 100%;
  margin-top: 1rem;
}

.woocommerce-checkout #order_review {
  width: 100%;
}

@media (min-width: 992px) {
  .woocommerce-checkout .col2-set {
    flex: 1.5;
  }

  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review {
    flex: 1;
    min-width: 350px;
    max-width: 420px;
  }

  .woocommerce-checkout #order_review_heading {
    width: auto;
    margin-top: 0;
  }

  .woocommerce-checkout #order_review {
    width: auto;
  }
}

/* Coupon form on checkout */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  border-left-width: 4px;
  border-left-color: #06b6d4;
}

.woocommerce-checkout .checkout_coupon {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.woocommerce-checkout .checkout_coupon .form-row-first {
  width: 70%;
  float: left;
  padding-right: 1rem;
}

.woocommerce-checkout .checkout_coupon .form-row-last {
  width: 30%;
  float: left;
}

/* Empty cart */
.woocommerce-cart .cart-empty {
  text-align: center;
  padding: 4rem 2rem;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
}

.woocommerce-cart .cart-empty::before {
  content: "\f07a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 4rem;
  color: #e2e8f0;
  display: block;
  margin-bottom: 1.5rem;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
  margin-top: 1.5rem;
}

/* Thank you / Order received page */
.woocommerce-order-received .woocommerce-thankyou-order-received {
  background: #ecfeff;
  border: 1px solid #a5f3fc;
  padding: 1.5rem;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.125rem;
  color: #0891b2;
  margin-bottom: 2rem;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

/* Login/Register forms on checkout */
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid #e2e8f0;
  border-left-width: 4px;
  border-left-color: #06b6d4;
}

.woocommerce-checkout .woocommerce-form-login {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
