@charset "UTF-8";
/*
Theme Name: Cobalt 60
Theme URI: https://yourwebsite.com
Author: Me
Author URI: https://yourwebsite.com
Description: A custom theme built from my HTML templates.
Version: 1.0
Text Domain: cobalt-60
*/
/**
 * VARIABLES & THEME CONFIG
 * Color palette, typography, spacing, and breakpoints
 */
/**
 * MIXINS & UTILITY FUNCTIONS
 * Reusable patterns and helpers
 */
/**
 * GLOBAL RESETS & BASE STYLES
 * Foundation-level element defaults
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #0a0e0a;
  color: hsl(120, 8%, 74%);
  position: relative;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible {
  outline: 2px solid #e6ff1d;
  outline-offset: 2px;
}

button {
  font-size: inherit;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

summary:hover {
  cursor: pointer;
}

p {
  line-height: 1.5;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0;
}

ul,
ol {
  list-style: none;
}

blockquote {
  margin: 0;
}

/**
 * TYPOGRAPHY
 * Heading, text, and text-related styles
 */
h1,
h2,
h3 {
  font-family: "Archivo Black", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 700;
  line-height: 1.15;
  color: hsl(120, 25%, 92%);
  margin-bottom: 32px;
}

h1 {
  font-size: 35px;
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 63px;
  }
}

h2 {
  font-size: 35px;
}
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 50px;
    margin-bottom: 64px;
  }
}

h3 {
  font-size: 28px;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-muted {
  color: hsl(120, 3%, 39%);
}

.text-light {
  color: hsl(120, 25%, 92%);
}

.text-primary {
  color: #e6ff1d;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

/**
 * WYSIWYG Editor Content Formatting
 * Used for standard and advanced pages content
 */
.wysiwyg-content h2 {
  font-size: 35px;
}
.wysiwyg-content h3 {
  font-size: 25px;
}
.wysiwyg-content p {
  margin-bottom: 24px;
}
.wysiwyg-content p:last-child {
  margin-bottom: 0;
}
.wysiwyg-content a {
  color: #e6ff1d;
}
.wysiwyg-content a:hover, .wysiwyg-content a:focus {
  text-decoration: none;
}
.wysiwyg-content ul,
.wysiwyg-content ol {
  margin-bottom: 24px;
  padding-left: 32px;
}
.wysiwyg-content ul {
  list-style-type: disc;
}
.wysiwyg-content ul ul {
  margin-top: 8px;
  margin-bottom: 0;
}
.wysiwyg-content ol {
  list-style-type: decimal;
}
.wysiwyg-content ol ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.wysiwyg-content li {
  margin-bottom: 8px;
}
.wysiwyg-content li:last-child {
  margin-bottom: 0;
}
.wysiwyg-content blockquote {
  border-left: 2px solid #e6ff1d;
  padding-left: 16px;
  margin: 32px 0;
  font-style: italic;
  color: hsl(120, 15%, 82%);
}
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
  margin-top: 48px;
}
.wysiwyg-content h1:first-child,
.wysiwyg-content h2:first-child,
.wysiwyg-content h3:first-child,
.wysiwyg-content h4:first-child,
.wysiwyg-content h5:first-child,
.wysiwyg-content h6:first-child {
  margin-top: 0;
}
.wysiwyg-content figure {
  margin-top: 128px;
  margin-bottom: 128px;
  width: 100%;
}
.wysiwyg-content figure img {
  margin-top: 0;
  margin-bottom: 0;
}
.wysiwyg-content figcaption,
.wysiwyg-content .wp-caption-text {
  font-size: 12px;
  color: hsl(120, 3%, 39%);
  text-align: center;
  margin-top: 8px;
}
.wysiwyg-content img {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  height: auto;
  margin-top: 128px;
  margin-bottom: 128px;
}

/**
 * CTA BUTTON COMPONENT
 * Primary call-to-action button styles
 */
.cta-button, #place_order,
body.woocommerce .product-actions button.single_add_to_cart_button.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.wc-block-cart__submit-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 12px;
  text-align: center;
  text-transform: uppercase;
  background-color: #e6ff1d;
  border: 1px solid #e6ff1d;
  color: #0a0e0a;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.cta-button:hover, #place_order:hover,
body.woocommerce .product-actions button.single_add_to_cart_button.button.alt:hover, .woocommerce-cart .wc-proceed-to-checkout a.wc-block-cart__submit-button:hover {
  background-color: #0a0e0a;
  color: #e6ff1d;
}
.cta-button:active, #place_order:active,
body.woocommerce .product-actions button.single_add_to_cart_button.button.alt:active, .woocommerce-cart .wc-proceed-to-checkout a.wc-block-cart__submit-button:active {
  transform: scale(0.98);
}
.cta-button.inverted, .inverted#place_order,
body.woocommerce .product-actions button.inverted.single_add_to_cart_button.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.inverted.wc-block-cart__submit-button {
  background-color: #0a0e0a;
  border: 1px solid #0a0e0a;
  color: #e6ff1d;
}
.cta-button.inverted:hover, .inverted#place_order:hover,
body.woocommerce .product-actions button.inverted.single_add_to_cart_button.button.alt:hover, .woocommerce-cart .wc-proceed-to-checkout a.inverted.wc-block-cart__submit-button:hover {
  background-color: #e6ff1d;
  color: #0a0e0a;
}
.cta-button.cta-secondary, .cta-secondary#place_order,
body.woocommerce .product-actions button.cta-secondary.single_add_to_cart_button.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.cta-secondary.wc-block-cart__submit-button {
  background-color: transparent;
  border: 1px solid #e6ff1d;
  color: #e6ff1d;
}
.cta-button.cta-secondary:hover, .cta-secondary#place_order:hover,
body.woocommerce .product-actions button.cta-secondary.single_add_to_cart_button.button.alt:hover, .woocommerce-cart .wc-proceed-to-checkout a.cta-secondary.wc-block-cart__submit-button:hover {
  background-color: rgba(230, 255, 29, 0.1);
  border-color: #e6ff1d;
}
@media screen and (min-width: 640px) {
  .cta-button, #place_order,
  body.woocommerce .product-actions button.single_add_to_cart_button.button.alt, .woocommerce-cart .wc-proceed-to-checkout a.wc-block-cart__submit-button {
    font-size: 20px;
    padding: 16px 64px;
  }
}

.cta-button--block {
  width: 100%;
  display: block;
}

/**
 * BADGE COMPONENT
 * Featured/highlight badge for cards
 */
.featured-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #e6ff1d;
  color: #0a0e0a;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 99px;
  z-index: 2;
}

/**
 * SEPARATOR LINE COMPONENT
 * Diagonal striped separator
 */
.separator-line {
  height: 12px;
  background: repeating-linear-gradient(-45deg, #e6ff1d 0 20px, #0a0e0a 20px 40px);
}

/**
 * SITE HEADER
 * Responsive navigation with hamburger menu
 */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(10, 14, 10, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease-in-out;
}

body.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
body.admin-bar .site-header__nav {
  top: 32px;
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  body.admin-bar .site-header__nav {
    top: 46px;
    height: calc(100vh - 46px);
  }
}
@media screen and (min-width: 1024px) {
  body.admin-bar .site-header__nav {
    top: auto;
    height: auto;
  }
}

.site-header__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 16px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .site-header__container {
    padding: 16px 32px;
  }
}

.site-header__logo {
  z-index: 101;
}
.site-header__logo a {
  display: flex;
  align-items: center;
}
.site-header__logo img {
  max-height: 40px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .site-header__logo img {
    max-height: 80px;
  }
}
.site-header__logo .site-header__title {
  font-family: "Archivo Black", Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-size: 25px;
  color: #e6ff1d;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}

.site-header__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  z-index: 101;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .site-header__hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: hsl(120, 25%, 92%);
  position: absolute;
  transition: transform 0.15s ease, background-color 0.15s ease;
  border-radius: 99px;
}
.hamburger-inner::before {
  content: "";
  top: -8px;
}
.hamburger-inner::after {
  content: "";
  bottom: -8px;
}

.site-header__hamburger.is-active .hamburger-inner {
  background-color: transparent;
}
.site-header__hamburger.is-active .hamburger-inner::before {
  transform: translateY(8px) rotate(45deg);
  background-color: #e6ff1d;
}
.site-header__hamburger.is-active .hamburger-inner::after {
  transform: translateY(-8px) rotate(-45deg);
  background-color: #e6ff1d;
}

.site-header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #0a0e0a;
  padding-top: 100px;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 100;
}
.site-header__nav.active {
  right: 0;
}
@media screen and (min-width: 1024px) {
  .site-header__nav {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    padding-top: 0;
    flex-direction: row;
    transition: none;
    right: 0;
  }
}

.primary-menu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .primary-menu-list {
    flex-direction: row;
    gap: 32px;
  }
}
.primary-menu-list li a {
  font-size: 25px;
  font-weight: 700;
  color: hsl(120, 25%, 92%);
  text-transform: uppercase;
  transition: color 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .primary-menu-list li a {
    font-size: 16px;
  }
}
.primary-menu-list li a:hover {
  color: #e6ff1d;
}
.primary-menu-list li.current-menu-item > a, .primary-menu-list li.current_page_item > a {
  color: #e6ff1d;
}

/**
 * FOOTER STYLES
 */
.site-footer {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 64px 0 32px;
  color: hsl(120, 3%, 39%);
  margin-top: auto;
}

.site-footer__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding-top: 0;
  padding-bottom: 32px;
}
@media screen and (min-width: 600px) {
  .site-footer__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .site-footer__container {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 64px;
  }
}

.site-footer__col {
  display: flex;
  flex-direction: column;
}

.site-footer__logo {
  width: 150px !important;
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 16px;
  display: block;
}

.site-footer__desc {
  font-size: 14px;
  line-height: 1.6;
  max-width: 300px;
}

.site-footer__title {
  color: hsl(120, 25%, 92%);
  font-size: 18px;
  font-family: "Archivo Black", Impact, Haettenschweiler, "Arial Black", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer__menu li {
  margin-bottom: 12px;
}
.site-footer__menu li:last-child {
  margin-bottom: 0;
}
.site-footer__menu a {
  color: hsl(120, 3%, 39%);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}
.site-footer__menu a:hover, .site-footer__menu a:focus {
  color: #e6ff1d;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  padding-top: 24px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
  padding-bottom: 0;
}

/**
 * FIXED CTA CONTAINER
 * Sticky floating call-to-action widget
 */
.fixed-cta-cont {
  width: 100%;
  position: fixed;
  z-index: 3;
  bottom: -200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: bottom 0.3s ease-in-out;
}
.fixed-cta-cont.active {
  bottom: 12px;
}
.fixed-cta-cont .cta-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  border-radius: 12px;
  background-color: rgba(10, 14, 10, 0.1);
  backdrop-filter: blur(4px);
  padding: 16px;
}
.fixed-cta-cont .cta-wrapper .cta-button {
  border: 1px solid #0a0e0a;
}
.fixed-cta-cont .cta-wrapper .cta-button:hover {
  border: 1px solid #e6ff1d;
}
.fixed-cta-cont .ticket-price {
  font-weight: 700;
  color: hsl(120, 25%, 92%);
}
.fixed-cta-cont .ticket-price span {
  font-weight: 400;
  color: hsl(120, 3%, 39%);
  text-decoration: line-through;
  margin-left: 4px;
}

/**
 * GENERAL PAGES
 * Layout and container styling for standard and advanced pages (e.g. text pages, terms)
 */
.default-page,
.advanced-page {
  padding-bottom: 64px;
}

.page-content {
  padding-top: 32px;
  max-width: 1000px;
  margin: 0 auto;
}
body.woocommerce-page .page-content, body.woocommerce .page-content {
  max-width: 1300px;
}
.page-content {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 600px) {
  .page-content {
    padding-top: 48px;
  }
}

/**
 * HERO SECTION
 * Large banner with background image and main CTA
 */
.hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(rgba(10, 14, 10, 0.7), rgba(10, 14, 10, 0.8));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.hero h1 {
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.9);
}

.hero-content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .hero-content {
    padding: 64px;
  }
}

.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-text .event-name {
  font-size: 20px;
  font-weight: 700;
  color: hsl(120, 15%, 82%);
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 640px) {
  .hero-text .event-name {
    font-size: 25px;
  }
}

.hero-text .date,
.hero-text .location {
  color: hsl(120, 15%, 82%);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.9);
}
.hero-text .date svg,
.hero-text .location svg {
  width: 20px;
  height: auto;
}
.hero-text .date a,
.hero-text .location a {
  text-decoration: underline;
}

.hero-cta {
  margin-top: 32px;
}
@media screen and (min-width: 1024px) {
  .hero-cta {
    margin-top: 64px;
  }
}

.hero-cta-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}
.hero-cta-cont .ticket-price {
  font-size: 16px;
  font-weight: 700;
  color: hsl(120, 25%, 92%);
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 640px) {
  .hero-cta-cont .ticket-price {
    font-size: 20px;
  }
}
.hero-cta-cont .ticket-price span {
  font-size: inherit;
  font-weight: 400;
  color: hsl(120, 3%, 39%);
  text-decoration: line-through;
  margin-left: 8px;
}
@media screen and (min-width: 640px) {
  .hero-cta-cont .ticket-price span {
    margin-left: 16px;
  }
}

/**
 * QUALITIES SECTION
 * Features/benefits grid showcase
 */
.qualities-gradient {
  background-image: radial-gradient(circle farthest-side at right bottom, rgba(14, 232, 14, 0.02) 0%, rgba(14, 232, 14, 0) 50%);
}

.qualities {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
}
.qualities h2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 630px) {
  .qualities h2 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .first-qualities .quality-item {
    flex-basis: calc(33.3% - 10.67px);
  }
}
@media screen and (min-width: 1280px) {
  .first-qualities .quality-item {
    flex-basis: calc(25% - 12px);
  }
}

.qualities-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 630px) {
  .qualities-cont {
    justify-content: start;
  }
}

.quality-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-basis: 100%;
  max-width: 500px;
  gap: 12px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 16px;
  padding: 12px;
}
@media screen and (min-width: 630px) {
  .quality-item {
    flex-basis: calc(50% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  .quality-item {
    flex-basis: calc(50% - 16px);
  }
}

.quality-item .quality-title {
  font-size: 20px;
  font-weight: 700;
  color: hsl(120, 25%, 92%);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.quality-item .quality-title svg {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}

.quality-item .quality-desc {
  color: inherit;
  font-size: 16px;
}

/**
 * GALLERY SECTION
 * Image grid with masonry layout and expand/collapse functionality
 */
.gallery-gradient {
  background-image: radial-gradient(circle farthest-side at right top, rgba(14, 232, 14, 0.02) 0%, rgba(14, 232, 14, 0) 50%);
}

.gallery {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
}

.gallery-mask {
  max-height: 100vh;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.gallery-mask.collapsed {
  max-height: 6300px;
}
@media screen and (min-width: 600px) {
  .gallery-mask {
    max-height: unset;
  }
}

.gallery-cont {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-flow: dense;
  gap: 24px;
}
.gallery-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-cont img.img-hz {
  grid-row: span 1;
  aspect-ratio: 1.7777777778;
}
.gallery-cont img.img-vt {
  grid-row: span 2;
  aspect-ratio: 0.8;
}
.gallery-cont img:nth-of-type(5) {
  order: 1;
}
.gallery-cont img:nth-of-type(6) {
  order: 2;
}
.gallery-cont img:nth-of-type(10) {
  order: 3;
}
@media screen and (min-width: 600px) {
  .gallery-cont {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-cont img:nth-of-type(3) {
    order: 1;
  }
  .gallery-cont img:nth-of-type(7) {
    order: 2;
  }
  .gallery-cont img:nth-of-type(5), .gallery-cont img:nth-of-type(6), .gallery-cont img:nth-of-type(10) {
    order: unset;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-cont {
    grid-template-columns: repeat(3, 1fr);
  }
  .gallery-cont img:nth-of-type(3), .gallery-cont img:nth-of-type(7) {
    order: unset;
  }
}

.gallery-button {
  color: hsl(120, 25%, 92%);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  width: fit-content;
  margin: 12px auto 0;
  transition: all 0.3s ease-in-out;
}
.gallery-button span:last-of-type {
  display: none;
}
.gallery-button.active span:first-of-type {
  display: none;
}
.gallery-button.active span:last-of-type {
  display: inline;
}
.gallery-button.active svg {
  transform: rotate(180deg);
}
@media screen and (min-width: 600px) {
  .gallery-button {
    display: none;
  }
}

/**
 * TESTIMONIALS SECTION
 * Customer testimonial cards with quotes
 */
.testimonials-gradient {
  background-image: radial-gradient(circle farthest-side at left top, rgba(14, 232, 14, 0.02) 0%, rgba(14, 232, 14, 0) 50%);
}

.testimonials {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
  display: flex;
  flex-direction: column;
}

.testimonials-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 730px) {
  .testimonials-cont {
    justify-content: start;
  }
}

.testimonial {
  min-width: 300px;
  max-width: 500px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 16px;
  padding: 48px;
}
@media screen and (min-width: 730px) {
  .testimonial {
    flex-basis: calc(50% - 8px);
  }
}
@media screen and (min-width: 1024px) {
  .testimonial {
    flex-basis: calc(33% - 10.67px);
  }
}
.testimonial p {
  position: relative;
  color: hsl(120, 25%, 92%);
}
.testimonial p::before, .testimonial p::after {
  position: absolute;
  font-size: 45px;
  color: hsl(120, 3%, 39%);
  font-family: "Oswald", system-ui, -apple-system, sans-serif;
}
.testimonial p::before {
  content: "“";
  top: -24px;
  left: -24px;
}
.testimonial p::after {
  content: "”";
  bottom: -48px;
  right: -16px;
}

.testimonial-info {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .testimonial-info {
    flex-direction: row;
    align-items: center;
  }
}

/**
 * FAQ SECTION
 * Frequently asked questions with accordion
 */
.faq {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media screen and (min-width: 1024px) {
  .faq {
    padding: 64px 24px;
  }
}
.faq {
  display: flex;
  flex-direction: column;
}

.faq-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.faq-item {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 16px;
}
.faq-item summary {
  color: hsl(120, 25%, 92%);
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease-in-out;
}
.faq-item summary:hover {
  color: #e6ff1d;
}
.faq-item p,
.faq-item ul {
  margin-top: 16px;
  transition: all 0.3s ease-in-out;
}
.faq-item ul {
  margin-left: 20px;
}
.faq-item ul li {
  line-height: 1.5;
}

/**
 * CTA SECTION & TIMER
 * Bottom call-to-action with countdown timer
 */
.cta-section-wrapper {
  background-color: #e6ff1d;
}

.cta-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media screen and (min-width: 1024px) {
  .cta-section {
    padding: 64px 24px;
  }
}
.cta-section {
  display: flex;
  flex-direction: column;
  color: #0a0e0a;
}

.cta-section-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.timer-caption {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .timer-caption {
    font-size: 30px;
  }
}

.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
  text-transform: uppercase;
  margin: 48px 0 64px;
  font-weight: 500;
}
.timer div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 120px;
}
@media screen and (min-width: 500px) {
  .timer div {
    flex-basis: auto;
  }
}
.timer span {
  display: block;
  min-width: 80px;
  font-size: 60px;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .timer span {
    min-width: 100px;
    font-size: 80px;
  }
}

.event-info-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 48px;
}
.event-info-cont h2 {
  margin: 0;
  color: inherit;
}

.event-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 500px) {
  .event-info {
    flex-direction: row;
    gap: 16px;
  }
}
.event-info div,
.event-info a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.event-info div svg,
.event-info a svg {
  width: 20px;
  height: auto;
  flex-shrink: 0;
}
.event-info a {
  text-decoration: underline;
}

.cta-section-cta-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.cta-section-cta-cont .ticket-price {
  font-size: 16px;
  font-weight: 700;
}
.cta-section-cta-cont .ticket-price span {
  font-size: inherit;
  font-weight: 400;
  color: hsl(120, 3%, 39%);
  text-decoration: line-through;
  margin-left: 16px;
}

/**
 * PAGE HEADER
 * Global page header for subpages
 */
.page-header {
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px 16px 28px;
  background-image: radial-gradient(circle farthest-side at top, rgba(14, 232, 14, 0.05) 0%, rgb(10, 14, 10) 100%);
}
@media screen and (min-width: 1024px) {
  .page-header {
    padding: 40px 24px 36px;
  }
}

.page-header-content {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page-header-content h1 {
    font-size: 63px;
    margin-bottom: 16px;
  }
}

.page-header p {
  font-size: 18px;
  color: hsl(120, 8%, 74%);
}

/**
 * PACKAGES GRID & CARDS
 * Product packages showcase with WooCommerce integration
 */
.packages-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
}
@media screen and (min-width: 1024px) {
  .packages-section {
    padding: 64px 24px;
  }
}

.packages-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}
@media screen and (min-width: 730px) {
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .packages-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.package-card {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease-in-out;
}
.package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(230, 255, 29, 0.3);
}
.package-card {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}
.package-card.featured {
  border: 1px solid #e6ff1d;
  box-shadow: 0 0 30px rgba(230, 255, 29, 0.05);
}

.package-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7777777778;
  background-color: #1a1e1a;
}
.package-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  gap: 24px;
}

.package-title {
  margin: 0;
  font-size: 28px;
}

.package-price {
  font-family: "Oswald", system-ui, -apple-system, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #e6ff1d;
  display: flex;
  align-items: center;
  gap: 12px;
}
.package-price .old-price {
  font-size: 20px;
  font-weight: 400;
  color: hsl(120, 3%, 39%);
  text-decoration: line-through;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}

.package-features {
  flex-grow: 1;
}
.package-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.package-features ul li {
  position: relative;
  padding-left: 24px;
  line-height: 1.5;
  color: hsl(120, 25%, 92%);
}
.package-features ul li::before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0;
  color: #e6ff1d;
  font-weight: 900;
  font-family: "Oswald", system-ui, -apple-system, sans-serif;
}

.package-cta {
  width: 100%;
  padding: 12px;
}

.package-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
}
.package-actions .cta-secondary {
  background-color: transparent;
  border-color: #e6ff1d;
  color: #e6ff1d;
}
.package-actions .cta-secondary:hover {
  background-color: rgba(230, 255, 29, 0.08);
}

/**
 * PRODUCT DETAIL PAGE
 * Single package detail view with full description
 */
.product-detail-page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 64px 16px;
}

.product-breadcrumb {
  padding: 64px 0 48px;
}
.product-breadcrumb .breadcrumb-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: hsl(120, 25%, 92%);
  text-decoration: none;
  font-size: 16px;
  transition: all 0.25s ease;
}
.product-breadcrumb .breadcrumb-link:hover {
  color: #e6ff1d;
}

.product-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 64px;
}
@media screen and (min-width: 1024px) {
  .product-hero {
    grid-template-columns: 1.2fr 1fr;
    gap: 64px;
  }
}

.product-hero-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  background-color: #1a1e1a;
  border-radius: 12px;
  overflow: hidden;
}
.product-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-hero-image .product-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background-color: #e6ff1d;
  color: #0a0e0a;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
  font-family: "Oswald", system-ui, -apple-system, sans-serif;
  z-index: 10;
}

.product-hero-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.product-title {
  margin: 0;
  font-size: clamp(35px, 5vw, 45px);
  line-height: 1.15;
}

.product-price-section {
  padding: 24px;
  background-color: rgba(230, 255, 29, 0.05);
  border-left: 4px solid #e6ff1d;
  border-radius: 12px;
}

.product-price {
  font-family: "Oswald", system-ui, -apple-system, sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: #e6ff1d;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-price .old-price {
  font-size: 28px;
  font-weight: 400;
  color: hsl(120, 3%, 39%);
  text-decoration: line-through;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
}
.product-price span {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
}

.product-description {
  line-height: 1.6;
  color: hsl(120, 25%, 92%);
}
.product-description p {
  margin: 0 0 24px 0;
  font-size: 16px;
}
.product-description p:last-child {
  margin-bottom: 0;
}
.product-description ul,
.product-description ol {
  margin: 0 0 24px 0;
  padding-left: 48px;
}
.product-description ul li,
.product-description ol li {
  margin-bottom: 12px;
  line-height: 1.5;
}
.product-description strong {
  color: hsl(120, 8%, 74%);
}

.product-actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 630px) {
  .product-actions {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.product-actions {
  /* 1. Formularz WooCommerce (zawiera Licznik i button Dodaj do koszyka) */
}
.product-actions form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
  flex: 1 1 auto;
}
.product-actions {
  /* 2. Globalne stylowanie przycisków w tej sekcji */
}
.product-actions .cta-button,
.product-actions button.single_add_to_cart_button {
  flex: 1 1 auto;
  text-align: center;
  white-space: nowrap;
  min-width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-actions {
  /* 3. Stylowanie licznika ilości (WooCommerce .quantity) */
}
.product-actions .quantity {
  display: flex;
  align-items: stretch;
  border: 2px solid hsl(120, 25%, 92%);
  border-radius: 12px;
  overflow: hidden;
  min-height: 52px;
  transition: border-color 0.3s ease;
}
.product-actions .quantity:hover {
  border-color: #e6ff1d;
}
.product-actions .quantity:hover input.qty,
.product-actions .quantity:hover .plus,
.product-actions .quantity:hover .minus {
  color: #e6ff1d;
}
.product-actions .quantity:hover .minus {
  border-right-color: rgba(230, 255, 29, 0.3);
}
.product-actions .quantity:hover .plus {
  border-left-color: rgba(230, 255, 29, 0.3);
}
.product-actions .quantity input.qty {
  width: 50px;
  background-color: transparent;
  border: none;
  color: hsl(120, 25%, 92%);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.product-actions .quantity input.qty::-webkit-outer-spin-button, .product-actions .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-actions .quantity input.qty:focus {
  outline: none;
  background-color: rgba(229.5, 239.7, 229.5, 0.05);
}
.product-actions .quantity .plus,
.product-actions .quantity .minus {
  background-color: transparent;
  border: none;
  color: hsl(120, 25%, 92%);
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.product-actions .quantity .plus:hover,
.product-actions .quantity .minus:hover {
  background-color: rgba(230, 255, 29, 0.1);
}
.product-actions .quantity .minus {
  border-right: 1px solid rgba(229.5, 239.7, 229.5, 0.3);
}
.product-actions .quantity .plus {
  border-left: 1px solid rgba(229.5, 239.7, 229.5, 0.3);
}

.product-specs {
  padding: 48px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin-top: 48px;
}
.product-specs h3 {
  margin: 0 0 24px 0;
  font-size: 25px;
}
.product-specs .specs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-specs .spec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(230, 255, 29, 0.1);
}
.product-specs .spec-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.product-specs .spec-item strong {
  color: #e6ff1d;
  min-width: 40%;
}
.product-specs .spec-item span {
  text-align: right;
  color: hsl(120, 25%, 92%);
}

.related-packages-section {
  padding: 64px 0;
}
.related-packages-section h2 {
  margin: 0 0 48px 0;
  font-size: 35px;
}
@media screen and (min-width: 730px) {
  .related-packages-section .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .related-packages-section .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.package-actions-small {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.package-actions-small .package-cta {
  width: 100%;
}
.package-actions-small .cta-button-link {
  display: block;
  text-align: center;
  padding: 12px 0;
  color: #e6ff1d;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.25s ease;
}
.package-actions-small .cta-button-link:hover {
  text-decoration: underline;
}

.product-error {
  text-align: center;
  padding: 64px 0;
}
.product-error p {
  font-size: 25px;
  color: hsl(120, 3%, 39%);
}

/**
 * WOOCOMMERCE OVERRIDES
 * Custom styling for WooCommerce elements
 */
.woo-custom-price del {
  font-size: 20px;
  font-weight: 400;
  color: hsl(120, 3%, 39%);
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-left: 16px;
  text-decoration: line-through;
}
.woo-custom-price ins {
  text-decoration: none;
}

/* WOOCOMMERCE SINGLE PRODUCT PRICE OVERRIDES */
/* Stylowanie starej (przekreślonej) ceny na podstronie produktu */
.product-price del {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: hsl(120, 3%, 39%) !important;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif !important;
  text-decoration: line-through !important;
}

/* Usunięcie podkreślenia z nowej ceny, które dodaje WooCommerce domyślnie */
.product-price ins {
  text-decoration: none !important;
}

/* * KRYTYCZNE: 
 * Zablokowanie agresywnej reguły ".product-price span", która psuła rozmiar 
 * i formatowanie wewnątrz tagów WooCommerce 
 */
.product-price del *,
.product-price ins * {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
}

.faction-collapser {
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  border-radius: 8px;
  margin: 24px 0;
  background: #071009;
}
.faction-collapser .collapser-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faction-collapser .collapser-body {
  margin-top: 12px;
}

.faction-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .faction-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .faction-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.faction-item {
  background: #0b0f0b;
  padding: 12px;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.25s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.faction-item:hover {
  background: #111712;
  border-color: rgba(230, 255, 29, 0.3);
}
.faction-item:hover .video-overlay {
  opacity: 1;
}
.faction-item.active-faction-box {
  border-color: #e6ff1d;
  background: #111712;
  box-shadow: 0 0 12px rgba(230, 255, 29, 0.2);
}
.faction-item h3 {
  margin: 0 0 12px;
  text-align: left;
}
.faction-item p {
  margin: 0;
  text-align: left;
  line-height: 1.5;
  font-size: 0.95rem;
}
.faction-item video,
.faction-item img {
  width: 100%;
  display: block;
  border-radius: 6px;
}
.faction-item .video-wrapper {
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.faction-item .video-wrapper:hover .video-overlay.is-playing {
  opacity: 1;
}
.faction-item .video-wrapper:hover .video-controls {
  opacity: 1;
}
.faction-item .video-overlay {
  position: absolute;
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  padding: 14px;
  border-radius: 999px;
  border: 2px solid #0a0e0a;
  background-color: #e6ff1d;
  display: block;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.faction-item .video-overlay svg {
  width: 24px;
  height: 24px;
  color: #0a0e0a;
  display: block;
}
.faction-item .video-overlay.is-playing {
  opacity: 0;
}
.faction-item .video-overlay.is-playing .pause-icon {
  display: block;
}
.faction-item .video-overlay.is-playing .play-icon {
  display: none;
}
.faction-item .video-overlay:not(.is-playing) .play-icon {
  display: block;
}
.faction-item .video-overlay:not(.is-playing) .pause-icon {
  display: none;
}
.faction-item .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(10, 14, 10, 0.9);
  padding: 8px 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}
@media (max-width: 767px) {
  .faction-item .video-controls {
    opacity: 1;
  }
}
.faction-item .progress {
  flex: 1;
  min-width: 0;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #e6ff1d 0%, #e6ff1d 0%, #2f322f 0%, #2f322f 100%);
  cursor: pointer;
}
.faction-item .progress::-webkit-slider-thumb {
  appearance: none;
  width: 0;
  height: 0;
  pointer-events: none;
}
.faction-item .mute-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: hsl(120, 3%, 39%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  margin: 0;
}
.faction-item .mute-btn.active {
  color: hsl(120, 25%, 92%);
}
.faction-item .mute-btn.active .icon-volume-mute {
  display: none;
}
.faction-item .mute-btn.active .icon-volume-up {
  display: block;
}
.faction-item .mute-btn .icon-volume-mute {
  display: block;
}
.faction-item .mute-btn .icon-volume-up {
  display: none;
}
.faction-item .mute-btn svg {
  width: 22px;
  height: 22px;
  display: block;
}
.faction-item .volume {
  width: 70px;
  flex-shrink: 0;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(to right, #e6f0e6 100%, #2f322f 0%);
  cursor: pointer;
}
.faction-item .volume::-webkit-slider-thumb {
  appearance: none;
  width: 0;
  height: 0;
  pointer-events: none;
}
@media (max-width: 480px) {
  .faction-item .volume {
    width: 50px;
  }
}

.woocommerce-checkout .page-content,
.woocommerce-cart .page-content {
  padding-top: 24px;
}
@media screen and (min-width: 600px) {
  .woocommerce-checkout .page-content,
  .woocommerce-cart .page-content {
    padding-top: 32px;
  }
}
.woocommerce-checkout .woocommerce,
.woocommerce-cart .woocommerce {
  max-width: 1300px;
  margin: 0 auto;
  padding: 24px 16px;
}
@media (min-width: 600px) {
  .woocommerce-checkout .woocommerce,
  .woocommerce-cart .woocommerce {
    padding: 32px 24px;
  }
}

.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #shipping_first_name_field,
.woocommerce-checkout #shipping_last_name_field,
.woocommerce-checkout #shipping_company_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field,
.woocommerce-checkout #shipping_city_field,
.woocommerce-checkout #shipping_postcode_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #shipping_state_field {
  display: none !important;
}
.woocommerce-checkout form.checkout {
  max-width: 1000px;
  margin: 0 auto;
}
.woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  float: none;
  max-width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper {
  display: flex;
}
.woocommerce-checkout .woocommerce-input-wrapper label.radio {
  margin-right: 24px;
  margin-left: 4px;
}

/* WOOCOMMERCE PAYMENT SECTION OVERRIDES */
/* Główny kontener płatności - usuwamy jasne tło */
.woocommerce-checkout #payment {
  background-color: rgba(255, 255, 255, 0.02) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 24px !important;
  color: hsl(120, 8%, 74%) !important;
}

/* Lista metod płatności */
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding: 0 0 24px 0 !important;
  margin: 0 !important;
}

/* Pojedyncze wiersze metod płatności (BLIK, Karta itp.) */
.woocommerce-checkout #payment ul.payment_methods li {
  background-color: #0b0f0b !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-bottom: none !important;
  padding: 16px !important;
  margin: 0 !important;
  color: hsl(120, 25%, 92%) !important;
  transition: background-color 0.2s ease;
}

/* Zaokrąglenia i ramki na dole/górze listy */
.woocommerce-checkout #payment ul.payment_methods li:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* Efekt najechania na opcję płatności */
.woocommerce-checkout #payment ul.payment_methods li:hover {
  background-color: #111712 !important;
}

/* Box z opisem po wybraniu metody (np. "Test mode: use any...") */
.woocommerce-checkout #payment div.payment_box {
  background-color: #071009 !important;
  color: hsl(120, 8%, 74%) !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 16px !important;
  margin-top: 16px !important;
}

/* Ukrycie brzydkiego trójkąta (strzałki), którą WooCommerce dodaje do opisu */
.woocommerce-checkout #payment div.payment_box::before {
  display: none !important;
}

/* Wyrównanie ikonek (logo BLIK, karty) i tekstów (label) */
.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: hsl(120, 25%, 92%) !important;
  font-weight: 700;
  margin: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li label img {
  margin: 0 !important;
  float: none !important;
  max-height: 24px;
  border-radius: 4px;
  background-color: transparent !important; /* Na wypadek białych teł obrazków */
}

/* Kontener przycisku "Kupuję i płacę" - reset tła */
.woocommerce-checkout #payment .place-order {
  padding: 24px 0 0 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* WOOCOMMERCE LOADER OVERRIDES */
/* 1. Całkowite ukrycie domyślnej, szarej nakładki blokującej formularz */
.woocommerce-checkout .blockUI.blockOverlay {
  display: none !important;
  opacity: 0 !important;
}

/* 2. Zablokowanie przycisku podczas ładowania (formularz otrzymuje klasę .processing) */
form.checkout.processing #place_order {
  opacity: 0.8 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: transparent !important; /* Ukrywamy tekst "Kupuję i płacę", zachowując wymiary przycisku */
  position: relative !important;
}

/* 3. Dodanie kręcącego się kółka na środku przycisku */
form.checkout.processing #place_order::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  /* Domyślny przycisk jest neonowy (#e6ff1d), więc robimy ciemny spinner (#0a0e0a) */
  border: 3px solid rgba(10, 14, 10, 0.2) !important;
  border-top-color: #0a0e0a !important;
  border-radius: 50% !important;
  animation: woo-btn-spinner 0.8s linear infinite;
  display: block !important;
}

/* Obsługa kręcącego się kółka dla przycisku w wersji "inverted" (czarne tło, neonowy tekst) */
form.checkout.processing #place_order.inverted::after {
  border: 3px solid rgba(230, 255, 29, 0.2) !important;
  border-top-color: #e6ff1d !important;
}

/* Animacja obrotu o 360 stopni */
@keyframes woo-btn-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* WOOCOMMERCE CART OVERRIDES */
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 1.125rem;
  line-height: 1.4;
}
.woocommerce-cart .wc-block-components-product-metadata__description > p,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices,
.woocommerce-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 1rem;
  line-height: 1.4;
}

/*# sourceMappingURL=style.css.map */
