/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
#g-navigation {
  border-bottom: 1px solid #d0d0d0;
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.18), 0 3px 6px -3px rgba(0, 0, 0, 0.08);
}
#g-intro {
  background-image: url('../../../../uploads/2026/01/intro_5.jpg');
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#logo-1404-particle {
  display: none;
}
.entry-title {
  display: none;
}
/* Wymuszenie normalnej wagi fontu w menu Gantry */
.g-menu-item-title {
  font-weight: 400 !important;
  font-variation-settings: "wght" 400 !important;
  /* dla variable fontów */
}
#g-navigation h3 {
  display: none !important;
}
/* nie używane na razie */
.shop-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* wyrównanie pionowe */
  gap: 8px;
  /* odstęp między ikonami */
}
.shop-icons > * {
  display: inline-flex;
  align-items: center;
}
/* linki w footer */
#g-footer a {
  color: #fb575e !important;
}
#g-footer a:hover {
  color: #fff !important;
}
/* Wyśrodkowanie głównego menu w header */
/* Ustaw flex w g-grid zawierającym logo i menu */
#g-navigation .g-container > .g-grid {
  display: flex;
  align-items: center;
  /* pionowe wyśrodkowanie */
}
/* Wyśrodkuj menu w kolumnie size-75 */
#g-navigation .g-block.size-75 {
  display: flex;
  align-items: center;
}
/* Wewnątrz menu – linki również wyśrodkowane */
#g-navigation .g-main-nav {
  display: flex;
  align-items: center;
  width: 100%;
}
/* Usuń marginesy/padding ul */
#g-navigation .g-main-nav ul.g-toplevel {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
/* Wyśrodkuj pojedyncze linki */
#g-navigation .g-main-nav li a.g-menu-item-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.woocommerce div.product div.images img {
  max-width: 80%;
  /* zmniejszenie do 80% domyślnej szerokości */
  height: auto;
  /* zachowanie proporcji */
  display: block;
  margin: 0 auto;
  /* wyśrodkowanie */
}
.woocommerce-info {
  border-top-color: #ae0e1d;
}
/* Styl linków menu */
#g-navigation .g-main-nav li a.g-menu-item-container {
  position: relative;
  display: flex;
  align-items: center;
  color: #222;
  transition: color 0.3s ease;
}
/* Animowana linia pod linkiem */
#g-navigation .g-main-nav li a.g-menu-item-container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  /* grubość 1px */
  background-color: #ae0e1d;
  /* nowy kolor */
  transition: width 0.3s ease;
}
/* Hover – animacja linii i zmiana koloru linku */
#g-navigation .g-main-nav li a.g-menu-item-container:hover {
  color: #ae0e1d;
}
#g-navigation .g-main-nav li a.g-menu-item-container:hover::after {
  width: 100%;
}
.woocommerce-page h1 {
  font-size: 34px;
  /* popularna, czytelna wielkość */
  line-height: 1.2;
  /* lekko zwarty */
  font-weight: 600;
  /* subtelnie pogrubione */
  color: #222;
  /* ciemny, neutralny kolor */
  margin-bottom: 20px;
  /* przestrzeń poniżej nagłówka */
}
.woocommerce .woocommerce-ordering select {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 8px 34px 8px 12px;
  font-size: 14px;
  color: #333;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-result-count {
  display: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  margin: 0 0 5px;
}
.woocommerce ul.products li.product a:hover .woocommerce-loop-product__title {
  color: #7aa84f;
}
.woocommerce-loop-product__title {
  font-weight: 500;
  text-transform: uppercase;
  /* opcjonalnie */
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 3.7em;
  /* wyrównanie wysokości kart */
}
.woocommerce ul.products li.product {
  border: 1px solid #e6e6e6;
  padding: 14px;
  border-radius: 6px;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.woocommerce ul.products li.product:hover {
  border-color: #d0d0d0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}
/* Tytuły produktów na liście */
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
  color: #ae0e1d !important;
  /* Twój kolor brandu */
  transition: color 0.3s ease;
  /* delikatna animacja */
}
.woocommerce-message {
  border-top-color: #ae0e1d !important;
}
/* Przycisk „Przejdź do kasy” */
.woocommerce a.checkout-button.button.alt.wc-forward {
  background-color: #ae0e1d !important;
  color: #ffffff !important;
  border: none;
}
.woocommerce a.checkout-button.button.alt.wc-forward:hover, .woocommerce a.checkout-button.button.alt.wc-forward:focus {
  background-color: #8f0b17 !important;
  /* ciemniejszy odcień */
  color: #ffffff !important;
}
.woocommerce-breadcrumb {
  display: none;
}
/* ==================================================
   Animate BUTTON – WOOCOMMERCE
   ================================================== */
/* TARGET ONLY REAL BUTTONS (NOT QUANTITY INPUT) */
.woocommerce a.button, .woocommerce button.button, .woocommerce button.single_add_to_cart_button {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 15px 5px;
  min-height: 52px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #111;
  background: transparent;
  border: 1px solid #a2a2a2;
  border-radius: 6;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
  transition: color 0.55s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
/* SLIDE BACKGROUND */
.woocommerce a.button::before, .woocommerce button.button::before, .woocommerce button.single_add_to_cart_button::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #ae0e1d;
  z-index: -1;
  transition: height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
/* HOVER */
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce button.single_add_to_cart_button:hover {
  color: #fff;
  border-color: #ae0e1d;
}
/* SLIDE UP EFFECT */
.woocommerce a.button:hover::before, .woocommerce button.button:hover::before, .woocommerce button.single_add_to_cart_button:hover::before {
  height: 100%;
}
/* REMOVE WC DEFAULTS */
.woocommerce a.button, .woocommerce button.button, .woocommerce button.single_add_to_cart_button {
  box-shadow: none;
  text-shadow: none;
  background-image: none;
}
/* FOCUS */
.woocommerce a.button:focus-visible, .woocommerce button.button:focus-visible, .woocommerce button.single_add_to_cart_button:focus-visible {
  outline: none;
}
/* DISABLED */
.woocommerce a.button.disabled, .woocommerce button.button.disabled, .woocommerce button.single_add_to_cart_button.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
/* ===============================================
   SINGLE PRODUCT – KEEP QUANTITY SAFE
   =============================================== */
.woocommerce .quantity input.qty {
  all: unset;
  box-sizing: border-box;
  width: 70px;
  height: 52px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  appearance: textfield;
}
/* remove arrows chrome */
.woocommerce .quantity input.qty::-webkit-inner-spin-button, .woocommerce .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* ===============================================
   OPTIONAL: MICRO TEXT MOVE (VINETA FEEL)
   =============================================== */
.woocommerce a.button span, .woocommerce button.button span {
  display: inline-block;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce a.button:hover span, .woocommerce button.button:hover span {
  transform: translateY(-1px);
}
/* =====================================
   SINGLE PRODUCT – PRICE STYLE
   ===================================== */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #ae0e1d;
  margin-bottom: 24px;
}
/* =====================================
   PRODUCT ARCHIVE – PRICE STYLE
   ===================================== */
.woocommerce ul.products li.product .price {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #ae0e1d;
  margin: 10px 0 14px;
}
/* ================================
   FOOTER – MENU MOJE KONTO (FA4)
   FINAL ALIGN + BRAND HOVER
   ================================ */
/* Pionowy układ menu */
#g-footer .g-main-nav .g-toplevel {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
}
/* Link */
#g-footer .g-main-nav .g-menu-item-container {
  position: relative;
  display: block;
  padding-left: 34px;
  /* miejsce na ikonę */
  margin-bottom: 6px;
  color: #ffffff !important;
  line-height: 1.6;
  min-height: 24px;
  /* stabilna linia */
  text-decoration: none;
}
/* Ikona – idealnie w linii tekstu */
#g-footer .g-main-nav .g-menu-item-container::before {
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  text-align: center;
}
/* Hover – brand */
#g-footer .g-main-nav .g-menu-item-container:hover {
  color: #eb3844 !important;
}
#g-footer .g-main-nav .g-menu-item-container:hover::before {
  color: #eb3844;
}
/* ===== IKONY ===== */
/* Zamówienia */
#g-footer a[href*="orders"]::before {
  content: "";
}
/* Szczegóły konta */
#g-footer a[href*="edit-account"]::before {
  content: "";
}
/* Adresy */
#g-footer a[href*="edit-address"]::before {
  content: "";
}
/* Zapomniane hasło */
#g-footer a[href*="lost-password"]::before {
  content: "";
}
/* Wyloguj */
#g-footer a[href*="customer-logout"]::before {
  content: "";
}
/* ===== IKONY MENU – FA4 dla dodatkowych pozycji ===== */
/* Regulamin */
#g-footer a[href*="regulamin"]::before {
  content: "";
}
/* Nasze sklepy */
#g-footer a[href*="sklepy-dla-ceramikow"]::before {
  content: "";
}
/* O nas */
#g-footer a[href*="o-nas"]::before {
  content: "";
}
/* Kursy ceramiki */
#g-footer a[href*="kursy-ceramiki"]::before {
  content: "";
}
/* Kontakt */
#g-footer a[href*="kontakt"]::before {
  content: "";
}
#g-footer .g-content {
  margin: 0;
}
#g-footer hr {
  border: 0;
  border-top: 1px solid #eb3844;
  margin: 0;
}
/*# sourceMappingURL=custom_home.css.map */