/*
Theme Name: Gicleo
Theme URI: https://Gicleo.pl
Author: CODEDUCK
Description: Autorski szablon 2026 Gicleo
Author URI: https://codeduck.pl
Text Domain: gicleo
Version: 1.0
*/

:root {
    --fap-w-fluid-320-1200w-8-16px: clamp(0.5rem, 0.3182rem + 0.9091vw, 1rem);
    --fap-html-fs: var(--fap-w-fluid-320-1200w-8-16px);
}

html {
    font-size: var(--fap-html-fs);
    scroll-behavior: smooth;
}

body {
    color: #333;
    font: 1rem/1.25 Poppins, system-ui, sans-serif;
}

a {
    color: inherit;
}

/* WCAG: Focus visible dla linków */
a:focus-visible {
    outline: 2px solid #f10e74;
    outline-offset: 2px;
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    line-height: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
}

.container {
    margin-inline: auto;
}

.text-xxs {
    font-size: 0.625rem;
}

.fap-button {
    align-items: center;
    background-color: #fff;
    border: 0.0625rem solid #f10e74;
    border-radius: calc(infinity * 1px);
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    gap: 0.5rem;
    inline-size: fit-content;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    cursor: pointer;
}

/* WCAG: Focus visible dla przycisków */
.fap-button:focus-visible {
    outline: 2px solid #f10e74;
    outline-offset: 2px;
}

.fap-button--primary {
    background-color: #f10e74;
    border-color: #f10e74;
    color: #fff;
    cursor: pointer;
}

/* WCAG: Focus visible dla przycisku primary */
.fap-button--primary:focus-visible {
    outline: 2px solid #f10e74;
    outline-offset: 2px;
}

.gcl-product-button {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: calc(infinity * 1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    gap: 0.5rem;
    inline-size: fit-content;
    justify-content: flex-start;
    padding: 9px 18px;
    color: #333;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.gcl-product-button:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

/* WCAG: Focus visible dla przycisku produktu */
.gcl-product-button:focus-visible {
    outline: 2px solid #f10e74;
    outline-offset: 2px;
}

.size-16x16 {
    block-size: 1rem;
    inline-size: 1rem;
}

.size-16x20 {
    block-size: 1.25rem;
    inline-size: 1rem;
}

.size-24x24 {
    block-size: 1.5rem;
    inline-size: 1.5rem;
}

.dynamic-content {

    & h1,
    & h2,
    & h3,
    & h4,
    & h5,
    & h6 {
        font-weight: 700;
    }

    & ul {
        list-style: disc;
        padding-inline-start: 2rem;
    }

}

.swiper {

    & .swiper-picture {
        & img {
            inline-size: 100%;
        }
    }

    & .swiper-button-prev,
    & .swiper-button-next {
        background-color: #fff;
        border: 0.0625rem solid #f4f4f4;
        height: 2.75rem;
        margin-top: 0;
        position: static;
        width: 2.75rem;

        &::after {
            color: #777;
            font-size: 1.1875rem;
        }
    }

    & .swiper-pagination {
        display: flex;
        height: 0.125rem;
        position: static;
    }

    & .swiper-pagination-bullet {
        background-color: #f4f4f4;
        border-radius: 0;
        flex-basis: 100%;
        height: 100%;
        margin: 0;
    }

    & .swiper-pagination-bullet-active {
        background-color: #777;
    }

    &.swiper-light {

        & .swiper-pagination-bullet {
            background-color: #fff;
            opacity: 1;
        }

        & .swiper-pagination-bullet-active {
            background-color: #777;
        }
    }

}

.woocommerce-product-gallery__wrapper {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
}

/* Swiper hot-fix: wyczyść custom properties używane do liczenia szerokości */
.swiper,
.swiper * {
  --swiper-wrapper-size: initial !important;
  --swiper-slide-size: initial !important;
  --swiper-centered-offset-before: initial !important;
  --swiper-centered-offset-after: initial !important;
}

/* Twarde bezpieczniki układu (nieważne od Tailwinda/prefixu) */
.swiper { width: 100%; }
.swiper-wrapper { display: flex; width: auto !important; } /* nadpisuje inline width z JS */
.swiper-slide { flex-shrink: 0; }

/* (opcjonalnie) Jeżeli prefix Tailwinda wyłączył te utilsy – aliasy: */
.container { width:100%; margin-inline:auto; padding-inline:1rem; max-inline-size:1200px; }
.mx-auto { margin-left:auto; margin-right:auto; }
.px-4 { padding-left:1rem; padding-right:1rem; }

/* failsafe dla Swipera w układach flex/grid */
.artist-swiper,
.swiper { width: 100%; overflow: hidden; }

.swiper-wrapper { box-sizing: border-box; }

.swiper-slide { box-sizing: border-box; }

.breadcrumbs {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.625rem;
    gap: 0.75rem;

    & > li {
        align-items: center;
        display: flex;
        gap: 0.75rem;

        & + li {

            &::before {
                content: '/';
            }
        }
    }
}

.img-child-w-full {

    & > img {
        inline-size: 100%;
        block-size: auto;
    }
}

.primary-menu a .menu-pill{
  padding:.5rem 1rem;
  border-radius:9999px;
  color:#333; /* gray-800 */
  transition:all .15s ease;
  text-wrap: nowrap;
}
.primary-menu a:hover .menu-pill {
  background:#333; 
  color:#fff;
}
.primary-menu .current-menu-item > a .menu-pill,
.primary-menu .current_page_item > a .menu-pill{
  background:#333;
  color:#fff;
  /* text-wrap: nowrap; */
}

/* ============================================
   HEADER - Gicleo Custom Styles (2025)
   ============================================ */

/* Header Container */
.gcl-header {
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}

.gcl-header-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}

.gcl-header-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
}

/* Logo Section */
.gcl-header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.gcl-header-logo-link {
  display: block;
  line-height: 1;
  text-decoration: none;
}

.gcl-header-logo-img {
  height: 2rem;
  width: auto;
}

.gcl-header-logo-text {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}

/* Menu Section (Desktop) */
.gcl-header-menu {
  min-width: 0;
  display: block;
}

.gcl-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gcl-header-nav .primary-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.9375rem; /* 15px */
  font-weight: 500;
}

@media (min-width: 1024px) {
  .gcl-header-nav .primary-menu {
    gap: 8px;
  }
}

/* Icons Section */
.gcl-header-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.375rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .gcl-header-icons {
    gap: 0.5rem;
  }
}

/* Header Icon Buttons (Newsletter, Account, Cart, Burger) - Stała wielkość na mobile i desktop */
.gcl-header-icon-btn,
.gcl-header-burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem !important; /* 36px - stała wielkość */
  height: 2.25rem !important; /* 36px - stała wielkość */
  min-width: 2.25rem; /* Zapobiega zmniejszaniu */
  min-height: 2.25rem; /* Zapobiega zmniejszaniu */
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  color: #333;
  transition: background-color 0.15s ease;
  position: relative;
  flex-shrink: 0; /* Zapobiega zmniejszaniu w flexbox */
}

.gcl-header-icon-btn:hover,
.gcl-header-burger:hover {
  background-color: #f4f4f4;
}

/* WCAG: Focus visible dla przycisków w headerze */
.gcl-header-icon-btn:focus-visible,
.gcl-header-burger:focus-visible {
  outline: 2px solid #f10e74;
  outline-offset: 2px;
}

/* SVG wewnątrz ikon - wymuszenie jednakowego rozmiaru niezależnie od atrybutów width/height w SVG */
/* Wszystkie SVG w headerze muszą mieć jednakowy rozmiar, niezależnie od ich atrybutów width/height */
.gcl-header-icon-btn svg,
.gcl-header-icons svg,
.gcl-header-icons [data-fap-dropdown-root] svg,
.gcl-header-icons button svg {
  width: 1.25rem !important; /* 20px - stały rozmiar ikony */
  height: 1.25rem !important; /* 20px - stały rozmiar ikony */
  max-width: 1.25rem !important; /* Zapobiega nadpisywaniu przez atrybuty width w SVG */
  max-height: 1.25rem !important; /* Zapobiega nadpisywaniu przez atrybuty height w SVG */
  flex-shrink: 0;
  display: block;
  /* Zachowaj proporcje viewBox */
  object-fit: contain;
}

/* Override dla Tailwind classes w headerze - upewnij się że wszystkie ikony mają ten sam rozmiar */
.gcl-header-icons .h-9,
.gcl-header-icons .w-9,
.gcl-header-icons [data-fap-dropdown-root] button {
  width: 2.25rem !important;
  height: 2.25rem !important;
  min-width: 2.25rem !important;
  min-height: 2.25rem !important;
}

.gcl-header-cart {
  position: relative;
}

/* .gcl-header-cart-btn inherits from .gcl-header-icon-btn */

.gcl-cart-count {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.25rem;
  border-radius: 9999px;
  background-color: #f10e74;
  color: #fff;
  font-size: 0.6875rem; /* 11px */
  line-height: 1;
  font-weight: 600;
}

.gcl-mini-cart-panel {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.75rem;
  min-width: 420px;
  max-width: calc(100vw - 2rem);
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden; /* Zapobiega horizontal scroll */
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0!important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 998;
  /* Domyślnie ukryty - klasy invisible, opacity-0, pointer-events-none są dodawane przez JS */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  /* Better scrolling on iOS and Android */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

/* Mini-cart visible state (handled by header.js using HIDE array) */
/* Używamy !important aby upewnić się, że widoczność jest kontrolowana przez klasy JS */
.gcl-mini-cart-panel:not(.invisible):not([class*="opacity-0"]):not([class*="pointer-events-none"]) {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Mobile/Tablet - fixed positioning pod headerem, nie wpływa na layout body */
@media (max-width: 1023px) {
  .gcl-mini-cart-panel {
    position: fixed;
    /* Pozycjonowanie pod headerem - top = wysokość headera (padding 0.75rem * 2 + wysokość ikony 2.25rem + border 1px) */
    top: 8rem; /* padding top + padding bottom + wysokość ikony + border + margin */
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 1rem;
    /* max-height: calc(100vh - 120px); */ /* Zostaw miejsce na header i marginesy */
    /* Zapobiega horizontal scroll - użyj 100% zamiast 100vw */
    box-sizing: border-box;
    /* Upewnij się że nie powoduje overflow na body */
    transform: translateX(0);
  }
}

/* Mobile - bardzo małe ekrany */
@media (max-width: 480px) {
  .gcl-mini-cart-panel {
    top: calc(0.75rem * 2 + 2.25rem + 1px + 0.5rem); /* Mniejszy margin na małych ekranach */
    max-height: calc(100vh - 100px);
  }
}

.gcl-mini-cart-panel .widget_shopping_cart_content {
  padding: 1rem;
}

/* Burger Menu Button (Mobile/Tablet) - rozmiar dziedziczony z .gcl-header-icon-btn */
.gcl-header-burger {
  display: none; /* Hidden on desktop */
  flex-direction: column;
  gap: 0.25rem;
}

.gcl-burger-line {
  display: block;
  width: 1.25rem;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transition: all 0.2s ease;
}

.gcl-header-burger[aria-expanded="true"] .gcl-burger-line:nth-child(1) {
  transform: translateY(0.375rem) rotate(45deg);
}

.gcl-header-burger[aria-expanded="true"] .gcl-burger-line:nth-child(2) {
  opacity: 0;
}

.gcl-header-burger[aria-expanded="true"] .gcl-burger-line:nth-child(3) {
  transform: translateY(-0.375rem) rotate(-45deg);
}

/* Mobile Sidebar */
.gcl-mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  visibility: hidden;
  /* Prevent scrolling on body when sidebar is open */
  overflow: hidden;
}

.gcl-mobile-sidebar[aria-hidden="false"] {
  pointer-events: auto;
  visibility: visible;
}

.gcl-sidebar-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  /* Ensure overlay is behind panel */
  z-index: 1;
}

.gcl-mobile-sidebar[aria-hidden="false"] .gcl-sidebar-overlay {
  opacity: 1;
}

.gcl-sidebar-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 85%;
  max-width: 400px;
  min-width: 280px; /* Minimum width for usability */
  background-color: #fff;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth easing */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* Ensure panel is above overlay */
  z-index: 2;
  /* Better scrolling on iOS */
  -webkit-overflow-scrolling: touch;
}

.gcl-mobile-sidebar[aria-hidden="false"] .gcl-sidebar-panel {
  transform: translateX(0);
  /* Fallback for older browsers */
  -webkit-transform: translateX(0);
}

.gcl-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-bottom: 1px solid #f4f4f4;
  flex-shrink: 0;
}

.gcl-sidebar-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #333;
  transition: opacity 0.15s ease;
}

.gcl-sidebar-close:hover {
  opacity: 0.7;
}

.gcl-sidebar-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  /* Better scrolling on iOS and Android */
  -webkit-overflow-scrolling: touch;
  /* Smooth scrolling */
  scroll-behavior: smooth;
}

/* Sidebar Navigation */
.gcl-sidebar-nav {
  flex: 1;
  min-height: 0; /* Important for flex scrolling */
  width: 100%;
}

.gcl-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gcl-sidebar-menu li {
  margin: 0;
}

.gcl-sidebar-menu a {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 9999px;
  transition: all 0.15s ease;
}

.gcl-sidebar-menu a:hover .menu-pill,
.gcl-sidebar-menu .current-menu-item > a .menu-pill,
.gcl-sidebar-menu .current_page_item > a .menu-pill {
  background-color: #333;
  color: #fff;
  width: fit-content;
}

.gcl-sidebar-menu .menu-pill {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  color: #333;
  transition: all 0.15s ease;
}

/* Sidebar Actions - REMOVED (ikony są w headerze) */

/* ============================================
   HEADER DROPDOWNS - Desktop & Mobile/Tablet
   ============================================ */

/* Dropdown Wrapper */
.gcl-dropdown-wrapper {
  position: relative;
}

/* Dropdown Panel - Desktop & Mobile (absolute positioning, pod przyciskiem) */
.gcl-dropdown-panel {
  position: absolute;
  top: 100%;
  margin-top: 0.75rem;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0!important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 50;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  /* Better scrolling on iOS and Android */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  min-width: 24vw;
}

/* Dropdown Panel visible state - override Tailwind classes */
.gcl-dropdown-panel:not(.invisible) {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Dropdown Panel - Mobile/Tablet (100% width, pod przyciskiem) */
@media (max-width: 1023px) {
  .gcl-dropdown-panel {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-78%);
    margin-top: 0.75rem;
    max-height: calc(100vh - 120px); /* Zostaw miejsce na header */
    width: 280px;
  }
}

/* Dropdown Content */
.gcl-dropdown-content {
  padding: 1.25rem;
}

/* Dropdown Title */
.gcl-dropdown-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
}

/* Dropdown Lead (subtitle z ikoną) */
.gcl-dropdown-lead {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
  line-height: 1.5;
}

.gcl-dropdown-lead-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.gcl-dropdown-lead-text {
  flex: 1;
}

/* Dropdown Divider */
.gcl-dropdown-divider {
  border: 0;
  height: 1px;
  background-color: #e0e0e0;
  margin: 0 0 1rem 0;
}

/* Mobile/Tablet Responsive */
@media (max-width: 1023px) {
  .gcl-header-burger {
    display: flex;
  }
  
  .gcl-header-menu {
    display: none; /* Hide desktop menu on mobile */
  }
  
  /* Na mobile wszystkie ikony są widoczne obok burgera */
  .gcl-header-icons {
    gap: 0.375rem;
  }
}

@media (min-width: 1024px) {
  .gcl-mobile-sidebar {
    display: none !important; /* Hide sidebar on desktop */
  }
  
  .gcl-header-burger {
    display: none !important; /* Hide burger on desktop */
  }
}

body {
  margin: 0 !important;
  padding: 0 !important;
}
/* Reset dla głównego contentu WordPress */
.site-main,
.site-content,
#main,
#content,
.content-area {
  margin: 0 !important;
  padding: 0 !important;
}
/* Reset dla WooCommerce */
.woocommerce,
.woocommerce-page {
  margin: 0 !important;
}
/* Container WordPress - usuń domyślne paddingi */
.wp-site-blocks,
.wp-block-group,
.entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.is-root-container {
  padding: 0 !important;
}
body p {
    padding: 0;
    margin: 0;
}

body a {
    text-decoration: none;
}

body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body button {
    border: unset;
}

.woocommerce-notices-wrapper div {
    width: fit-content;
    margin: 2rem auto;
    padding: 1rem 2rem;
    border: 1px solid gray;
    border-radius: 24px;
}

.subpage-intro {
    margin-bottom: 6rem;
}
@media all and (max-width: 767px) {
    .subpage-intro {
        margin-bottom: 3rem;
    }
}

/* ============================================
   FOOTER - Custom CSS (RWD 2025)
   ============================================ */

/* Footer Base */
.gcl-footer {
  background-color: #000;
  color: #fff;
  padding: 3rem 0; /* py-12 = 48px */
}

/* Footer Container */
.gcl-footer-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem; /* px-6 = 24px */
  box-sizing: border-box;
}

/* Footer Top Section - Grid 2 kolumny */
.gcl-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 4rem; /* gap-y-12 = 48px, gap-x-16 = 64px */
}

/* Footer Left Column */
.gcl-footer-left {
  width: 100%;
}

/* Footer Address */
.gcl-footer-address {
  font-style: normal;
  margin: 0;
}

.gcl-footer-company-title {
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin: 0 0 0.5rem 0;
  line-height: 1.2;
  color: #fff;
}

.gcl-footer-company-desc {
  margin-top: 0.5rem;
  font-size: 0.8125rem; /* text-[13px] */
  line-height: 1.75; /* leading-relaxed */
  color: #d1d5db; /* text-gray-300 */
}

.gcl-footer-company-desc p {
  margin: 0.25rem 0;
}

.gcl-footer-company-desc p:first-child {
  margin-top: 0;
}

.gcl-footer-company-desc p:last-child {
  margin-bottom: 0;
}

/* Footer Newsletter */
.gcl-footer-newsletter {
  margin-top: 2rem; /* mt-8 */
  max-width: 520px;
  width: 100%;
}

.gcl-footer-newsletter-title {
  font-size: 1.125rem; /* text-lg */
  font-weight: 600; /* font-semibold */
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
  color: #fff;
}

.gcl-footer-newsletter-lead {
  margin-top: 0.25rem; /* mt-1 */
  font-size: 0.8125rem; /* text-[13px] */
  color: #d1d5db; /* text-gray-300 */
  line-height: 1.5;
  margin-bottom: 0;
}

/* Footer Newsletter Form */
.gcl-footer-newsletter-form {
  margin-top: 1rem; /* mt-4 */
  display: flex;
  width: 100%;
  gap: 0.75rem; /* gap-3 */
  flex-wrap: wrap; /* Zapobiega overflow na mobile */
}

.gcl-footer-newsletter-input {
  flex: 1;
  min-width: 0; /* Zapobiega overflow */
  height: 2.75rem; /* h-11 */
  border-radius: 9999px; /* rounded-full */
  background-color: #2A2A2A;
  padding: 0 1.25rem; /* px-5 */
  font-size: 0.875rem; /* text-sm */
  color: #fff;
  border: none;
  outline: none;
}

/* WCAG: Focus visible dla outline:none */
.gcl-footer-newsletter-input:focus-visible {
  outline: 2px solid #f10e74;
  outline-offset: 2px;
}

.gcl-footer-newsletter-input::placeholder {
  color: #9ca3af; /* placeholder-gray-400 */
}

.gcl-footer-newsletter-button {
  flex-shrink: 0;
  height: 2.75rem; /* h-11 */
  border-radius: 9999px; /* rounded-full */
  background-color: #fff;
  padding: 0 1.25rem; /* px-5 */
  font-size: 0.875rem; /* text-sm */
  font-weight: 600; /* font-semibold */
  color: #000;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.gcl-footer-newsletter-button:hover {
  background-color: #f3f4f6;
}

/* WCAG: Focus visible dla przycisku newslettera w stopce */
.gcl-footer-newsletter-button:focus-visible {
  outline: 2px solid #f10e74;
  outline-offset: 2px;
}

.gcl-footer-newsletter-policy {
  margin-top: 0.75rem; /* mt-3 */
  font-size: 0.6875rem; /* text-[11px] */
  line-height: 1.5; /* leading-snug */
  color: #9ca3af; /* text-gray-400 */
}

.gcl-footer-policy-link {
  text-decoration: underline;
  color: #9ca3af;
}

.gcl-footer-policy-link:hover {
  color: #fff;
}

/* Footer Right Column */
.gcl-footer-right {
  width: 100%;
  max-width: 760px;
}

/* Footer Navigation */
.gcl-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 kolumny na mobile */
  gap: 1rem 1.5rem; /* gap-x-4 gap-y-8 - mniejszy gap na mobile */
  justify-items: start; /* Wyrównanie do lewej na mobile */
}

/* Footer Menu Column */
.gcl-footer-menu-col {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem; /* space-y-1 */
}

.gcl-footer-menu-title {
  margin-bottom: 0.5rem; /* mb-2 */
  font-size: 1rem; /* text-base */
  font-weight: 600; /* font-semibold */
  color: #fff;
  line-height: 1.2;
}

.gcl-footer-menu-link {
  font-size: 0.875rem; /* text-sm */
  color: #d1d5db; /* text-gray-300 */
  text-decoration: none;
  transition: color 0.15s ease;
  display: inline-block;
}

.gcl-footer-menu-link:hover {
  color: #fff;
}

/* Footer Social */
.gcl-footer-social {
  margin-top: 2rem; /* mt-8 */
  display: inline-block;
  width: 100%;
  text-align: left; /* Na mobile do lewej */
}

.gcl-footer-social-title {
  font-size: 0.875rem; /* text-sm */
  font-weight: 600; /* font-semibold */
  margin: 0 0 0.75rem 0; /* mb-3 */
  color: #fff;
}

.gcl-footer-social-icons {
  display: flex;
  justify-content: flex-start; /* Na mobile do lewej */
  align-items: center;
  gap: 1rem; /* gap-4 */
  flex-wrap: wrap;
}

.gcl-footer-social-icon {
  display: inline-flex;
  opacity: 0.9;
  transition: opacity 0.15s ease;
  color: #fff;
}

.gcl-footer-social-icon:hover {
  opacity: 1;
}

.gcl-footer-social-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* Footer Bottom */
.gcl-footer-bottom {
  margin-top: 2.5rem; /* mt-10 */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem; /* text-xs */
  color: #9ca3af; /* text-gray-400 */
  flex-direction: column; /* Kolumna na mobile */
  gap: 1rem; /* gap-4 */
  text-align: center; /* Wyśrodkowane na mobile */
}

.gcl-footer-copyright {
  opacity: 0.8;
}

.gcl-footer-payments {
  flex-shrink: 0;
}

.gcl-footer-payments-img {
  display: inline-block;
  height: 1.5rem; /* h-6 */
  width: auto;
  max-width: 100%;
}

/* ============================================
   FOOTER - RESPONSIVE (Tablet & Desktop)
   ============================================ */

/* Tablet (768px - 1023px) */
@media (min-width: 768px) {
  .gcl-footer-container {
    padding: 0 1.5rem; /* Większy padding na tablet */
  }

  .gcl-footer-nav {
    grid-template-columns: repeat(4, 1fr); /* 4 kolumny na tablet */
    gap: 2rem 2.5rem; /* Większy gap na tablet */
    justify-items: start;
  }

  .gcl-footer-social {
    text-align: left;
  }

  .gcl-footer-social-icons {
    justify-content: flex-start;
  }

  .gcl-footer-bottom {
    flex-direction: row; /* Flex na tablet */
    text-align: left;
  }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
  .gcl-footer {
    padding: 3rem 0; /* py-12 */
  }

  .gcl-footer-container {
    padding: 0 1.5rem; /* px-6 */
  }

  .gcl-footer-top {
    grid-template-columns: 1fr 1fr; /* 2 kolumny na desktop */
    gap: 3rem 4rem; /* gap-y-12 gap-x-16 */
  }

  .gcl-footer-right {
    justify-self: end; /* Wyrównanie do prawej na desktop */
    max-width: 760px;
  }

  .gcl-footer-nav {
    justify-items: end; /* Wyrównanie do prawej na desktop */
  }

  .gcl-footer-social {
    text-align: right; /* Wyrównanie do prawej na desktop */
  }

  .gcl-footer-social-icons {
    justify-content: flex-end; /* Wyrównanie do prawej na desktop */
  }

  .gcl-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

/* Mobile - bardzo małe ekrany (< 480px) */
@media (max-width: 479px) {
  .gcl-footer {
    padding: 2rem 0; /* Mniejszy padding na bardzo małych ekranach */
  }

  .gcl-footer-container {
    padding: 0 1rem; /* Mniejszy padding */
  }

  .gcl-footer-top {
    gap: 2rem; /* Mniejszy gap */
  }

  .gcl-footer-newsletter-form {
    flex-direction: column; /* Kolumna na bardzo małych ekranach */
  }

  .gcl-footer-newsletter-button {
    width: 100%;
  }

  .gcl-footer-nav {
    gap: 1rem 1rem; /* Mniejszy gap */
  }
}


/* mini cart */

	/* REMOVE ALL ROUNDED CORNERS - OVERRIDE .rounded-2xl AND OTHERS */
	.widget_shopping_cart.rounded-2xl,
	.woocommerce-mini-cart.rounded-2xl,
	.widget_shopping_cart_content.rounded-2xl,
	.drawer__inner.rounded-2xl,
	.cart-drawer.rounded-2xl,
	.mini-cart.rounded-2xl,
	.header-minicart.rounded-2xl,
	.rounded-2xl .widget_shopping_cart,
	.rounded-2xl .woocommerce-mini-cart,
	.gcl-minicart-wrapper.rounded-2xl,
	.gcl-minicart-wrapper .rounded-2xl,
	.gcl-minicart-wrapper *[class*="rounded"] {
		border-radius: 0 !important;
	}

	/* WRAPPER - Wider and shorter */
	.gcl-minicart-wrapper {
		font-family: 'Poppins', sans-serif !important;
		background: #FFFFFF !important;
		/* max-width: 520px !important; */
		/* width: 520px !important; */
		/* min-width: 520px !important; */
		display: flex !important;
		flex-direction: column !important;
		max-height: 65vh !important;
		box-sizing: border-box !important;
	}

	/* HEADER - Fixed at top */
	.gcl-minicart-header {
		padding: 20px 20px 16px !important;
		flex-shrink: 0 !important;
	}

	.gcl-minicart-header h3 {
		font-weight: 700 !important;
		font-size: 20px !important;
		line-height: 28px !important;
		color: #333333 !important;
		margin: 0 !important;
	}

	/* ITEMS - Scrollable area */
	.gcl-minicart-items {
		padding: 16px !important;
		overflow-y: auto !important;
		flex: 1 !important;
		min-height: 0 !important;
	}

	/* PRODUCT CARD - NO ROUNDED CORNERS */
	.gcl-minicart-item {
		background: #FFFFFF !important;
		border: 1px solid #E0E0E0 !important;
		border-radius: 0 !important;
		padding: 16px !important;
		margin-bottom: 12px !important;
		position: relative !important;
	}

	.gcl-minicart-item:last-child {
		margin-bottom: 0 !important;
	}

	.gcl-minicart-product-main {
		display: flex !important;
		gap: 12px !important;
		align-items: flex-start !important;
	}

	/* DELETE ICON - Top right corner */
	.gcl-minicart-remove {
		position: absolute !important;
		top: 12px !important;
		right: 12px !important;
		width: 24px !important;
		height: 24px !important;
		cursor: pointer !important;
		background: transparent !important;
		border: none !important;
		padding: 0 !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		transition: opacity 0.2s !important;
		z-index: 10 !important;
	}

	.gcl-minicart-remove:hover {
		opacity: 0.7 !important;
	}

	.gcl-minicart-remove svg {
		width: 20px !important;
		height: 20px !important;
		fill: #77777B !important;
	}

	.gcl-minicart-remove:hover svg {
		fill: #F10E74 !important;
	}

	/* PRODUCT IMAGE - NO ROUNDED CORNERS */
	.gcl-minicart-thumb {
		flex-shrink: 0 !important;
		width: 100px !important;
		height: 100px !important;
		border-radius: 0 !important;
		overflow: hidden !important;
		background: #F3F4F6 !important;
	}

	.gcl-minicart-thumb img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block !important;
	}

	.gcl-minicart-details {
		flex: 1 !important;
		min-width: 0 !important;
		padding-right: 30px !important;
	}

	.gcl-minicart-name {
		font-weight: 600 !important;
		font-size: 14px !important;
		line-height: 20px !important;
		color: #333333 !important;
		margin-bottom: 4px !important;
		word-wrap: break-word !important;
	}

	.gcl-minicart-name a {
		color: #333333 !important;
		text-decoration: none !important;
	}

	.gcl-minicart-name a:hover {
		text-decoration: underline !important;
	}

	.gcl-minicart-meta {
		font-weight: 400 !important;
		font-size: 12px !important;
		line-height: 18px !important;
		color: #77777B !important;
		margin-bottom: 2px !important;
	}

	.gcl-minicart-price {
		font-weight: 700 !important;
		font-size: 16px !important;
		line-height: 24px !important;
		color: #F10E74 !important;
		margin-top: 8px !important;
		width: fit-content !important;
	}

	/* Ceny produktów personalizowanych */
	.gcl-minicart-price .gcl-price-print,
	.gcl-minicart-price .gcl-price-total {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		gap: 12px !important;
		font-size: 13px !important;
		font-weight: 500 !important;
		color: #374151 !important;
		line-height: 1.4 !important;
	}
	
	.gcl-minicart-price .gcl-price-print {
		margin-bottom: 2px !important;
	}
	
	.gcl-minicart-price .gcl-price-label {
		color: #6b7280 !important;
		font-weight: 400 !important;
	}
	
	.gcl-minicart-price .gcl-price-value {
		font-weight: 600 !important;
	}
	
	.gcl-minicart-price .gcl-price-highlight {
		color: #F10E74 !important;
		font-size: 14px !important;
		font-weight: 700 !important;
	}

	/* SEPARATOR */
	.gcl-minicart-separator {
		display: flex !important;
		align-items: center !important;
		gap: 16px !important;
		margin: 16px 0 !important;
	}

	.gcl-separator-line {
		flex: 1 !important;
		height: 1px !important;
		background: #E0E0E0 !important;
	}

	.gcl-separator-plus {
		font-size: 20px !important;
		font-weight: 300 !important;
		color: #77777B !important;
		line-height: 1 !important;
	}

	/* OPTIONS */
	.gcl-minicart-options {
		display: flex !important;
		flex-direction: column !important;
		gap: 12px !important;
	}

	.gcl-minicart-option {
		display: flex !important;
		gap: 12px !important;
		align-items: flex-start !important;
	}

	/* OPTION IMAGE - NO ROUNDED CORNERS */
	.gcl-minicart-option-thumb {
		flex-shrink: 0 !important;
		width: 80px !important;
		height: 80px !important;
		border-radius: 0 !important;
		overflow: hidden !important;
		background: #F3F4F6 !important;
	}

	.gcl-minicart-thumb.personalized img {object-fit: contain!important;}

	.gcl-minicart-option-thumb img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		display: block !important;
	}

	.gcl-minicart-option-details {
		flex: 1 !important;
		min-width: 0 !important;
	}

	.gcl-minicart-option-name {
		font-weight: 600 !important;
		font-size: 13px !important;
		line-height: 18px !important;
		color: #333333 !important;
		margin-bottom: 4px !important;
	}

	.gcl-minicart-option-desc {
		font-weight: 400 !important;
		font-size: 12px !important;
		line-height: 16px !important;
		color: #77777B !important;
		margin-bottom: 4px !important;
	}

	.gcl-minicart-option-price {
		font-weight: 700 !important;
		font-size: 14px !important;
		line-height: 20px !important;
		color: #F10E74 !important;
	}

	/* FOOTER - Fixed at bottom */
	.gcl-minicart-footer {
		padding: 16px !important;
		background: #FFFFFF !important;
		flex-shrink: 0 !important;
	}

	/* SUMMARY - NO ROUNDED CORNERS */
	.gcl-minicart-summary {
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 16px !important;
		border-radius: 0 !important;
		margin-bottom: 12px !important;
	}

	.gcl-summary-label {
		font-weight: 600 !important;
		font-size: 14px !important;
		line-height: 20px !important;
		color: #333333 !important;
	}

	.gcl-summary-value {
		font-weight: 700 !important;
		font-size: 16px !important;
		line-height: 24px !important;
		color: #333333 !important;
	}

	/* BUTTON - ONLY ROUNDED ELEMENT */
	.gcl-minicart-button {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
		height: 48px !important;
		background: #F10E74 !important;
		border-radius: 30px !important;
		font-weight: 600 !important;
		font-size: 16px !important;
		line-height: 24px !important;
		text-align: center !important;
		color: #FFFFFF !important;
		text-decoration: none !important;
		transition: background 0.2s !important;
	}

	.gcl-minicart-button:hover {
		background: #b90355ff !important;
	}

	/* WCAG: Focus visible dla przycisku w mini-cart */
	.gcl-minicart-button:focus-visible {
		outline: 2px solid #f10e74;
		outline-offset: 2px;
	}

	/* EMPTY STATE */
	.gcl-minicart-empty {
		padding: 40px 20px !important;
		text-align: center !important;
		font-size: 14px !important;
		color: #77777B !important;
	}

	/* SCROLLBAR STYLING - SQUARE */
	.gcl-minicart-items::-webkit-scrollbar {
		width: 8px !important;
	}

	.gcl-minicart-items::-webkit-scrollbar-track {
		background: #f1f1f1 !important;
		border-radius: 0 !important;
	}

	.gcl-minicart-items::-webkit-scrollbar-thumb {
		background: #C0C0C0 !important;
		border-radius: 0 !important;
	}

	.gcl-minicart-items::-webkit-scrollbar-thumb:hover {
		background: #A0A0A0 !important;
	}

  .woocommerce-notices-wrapper {
    max-width: 1540px;
    margin: 2rem auto;
}