.entry-content,
.entry-content * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header-logo img {
  height: 85px;
  width: 85px;
}
 body.home .header-logo {
  display: none !important;
}

@media (max-width: 768px) {
  .header-logo {
    display: flex;
    justify-content: center;
  }

 
}

.guitar-article {
  width: 1240px;
  height: auto;
  background-color: #fff;
  padding: 60px 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  color: #222;
  margin: 0 auto !important;
}

.guitar-title {
  font-family: 'Inter', sans-serif;
  font-size: 30px !important;
  font-weight: bold !important;
  line-height: 36px;
  margin: 0 0 5px 0;
}

.guitar-date {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #BDBDBD;
  margin: 20px 0 30px 0;
}

.guitar-image {
  width: 967.25px;
  height: 744px;
  object-fit: cover;
  margin-bottom: 30px;
  display: block;
}

.guitar-content > p {
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  width: 967.25px;
}

.breadcrumb-wrapper {
  width: 100%;
  background: url('/wp-content/uploads/2025/05/Group-159.png') center center / cover no-repeat;
  padding: 30px 0;
  box-sizing: border-box;
}

.breadcrumb-container {
  max-width: 1240px;
  margin: 0 auto;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  font-size: 18px;
}

.breadcrumb-container a {
  color: #ffffff;
  text-decoration: none;
}

.breadcrumb-container a:hover {
  color: #ffc107;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #ffffff;
}

.breadcrumb-container span {
  color: white;
  font-weight: 300;
}




@media (max-width: 1240px) {
  .guitar-article,
  .breadcrumb-container {
    width: 100%;
    padding: 0 20px;
  }

  .guitar-image,
  .guitar-content > p {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .guitar-title {
    font-size: 24px !important;
    line-height: 30px;
  }

  .guitar-date {
    font-size: 16px;
    line-height: 20px;
  }

  .guitar-content > p {
    font-size: 16px;
    line-height: 20px;
  }

  .breadcrumb-wrapper {
    padding: 20px 0;
  }

  .breadcrumb-container {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .guitar-title {
    font-size: 20px !important;
    line-height: 26px;
  }

  .guitar-date {
    font-size: 14px;
    line-height: 18px;
  }

  .guitar-content > p {
    font-size: 15px;
    line-height: 20px;
  }

  .breadcrumb-container {
    font-size: 14px;
    text-align: center;
  }

  .breadcrumb-separator {
    margin: 0 5px;
  }
}

.single-product .posted_in {
  display: none !important;
}

.woocommerce.archive .ast-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px;
  flex-direction: column;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.catalog-card {
  width: 283px;
  height: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  text-align: center;
  transition: 0.3s ease;
}

.catalog-card:hover {
  transform: translateY(-5px);
}

.catalog-card img {
  max-width: 100%;
  height: 50%;
  width: auto;
  margin-bottom: 20px;
}

.catalog-card .title {
  font-weight: 600;
  font-size: 14px;
  color: black;
}

.catalog-card .cat a {
  font-size: 13px;
  color: black !important;
}

.catalog-card .sku {
  font-size: 13px;
  color: #aaa;
  margin-top: 3px;
}

.catalog-pagination {
  text-align: center;
  margin-top: 40px;
}

.catalog-pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #f2f2f2;
  border-radius: 4px;
  text-decoration: none;
  color: #111;
}

.catalog-pagination .current {
  background: #111;
  color: #fff;
}

@media (max-width: 569px) {
  .catalog-card{
    justify-self: center;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .catalog-grid {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .catalog-card {
    max-width: 100%;
    width: 90%;
    margin-bottom: 40px;
  }
.catalog-card img {
    height: 60%;
  }

}
.product-detail__wrapper {
  display: flex;
  gap: 60px;
  margin: 40px auto;
  max-width: 1240px;
  align-items: flex-start;
}

.product-detail__gallery {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-detail__image img {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  object-fit: contain;
}

.product-detail__content {
  flex: 1;
  font-family: 'Inter', sans-serif;
}

.product-detail__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product-detail__sku {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.woocommerce-js div.product {
  max-width: 1240px;
  width: 100%;
}

.product-detail__short {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-detail__features {
  list-style: none;
  padding-left: 0;
}

.product-detail__features li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}

.product-detail__features li::before {
  content: "✔";
  color: #FFB800;
  position: absolute;
  left: 0;
}

/* Główna sekcja produktu – ustawiamy flex */
.single-product .ast-article-single {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

/* Galeria produktu */
.woocommerce-product-gallery {
  flex: 1 1 400px;
  max-width: 600px;
}

/* Podsumowanie produktu */
.summary.entry-summary {
  flex: 1 1 300px;
  max-width: 600px;
}

/* Na wszelki wypadek – reset floatów */
.woocommerce-page div.product .woocommerce-product-gallery,
.woocommerce-page div.product .summary {
  float: none !important;
  width: auto !important;
  clear: none !important;
}

/* Responsywność – zawijanie do kolumny */
@media (max-width: 900px) {
  #product-3983 {
    flex-direction: column;
  }

  .woocommerce-product-gallery,
  .summary.entry-summary {
    max-width: 100%;
  }
}



.custom-gallery__wrapper {
  position: relative;
  width: 600px;
  height: 600px;
  margin: 0 auto;
}

.custom-gallery__main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.custom-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Możesz dać 'contain' jeśli nie chcesz przycięć */
  display: block;
  border-radius: 8px;
}

.custom-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  color: black;
  border: none;
  padding: 12px;
  cursor: pointer;
  transition: background 0.3s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px 0px, rgba(0, 0, 0, 0.3) 0px 0px 2px 1px;
  border-radius: 24px;
}

.custom-gallery__nav:hover {
  background: rgba(0,0,0,0.8);
  color: black;
}

.custom-gallery__nav--prev {
  left: 0;
  
}

.custom-gallery__nav:focus {
    background: rgba(0, 0, 0, 0.3);
}

.custom-gallery__nav--next {
  right: 0;
}

.custom-gallery__thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 5px;
}

.custom-gallery__thumbnails .thumbnail {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.custom-gallery__thumbnails .thumbnail:hover {
  border-color: #333;
}

.custom-gallery__thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .custom-gallery__wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .custom-gallery__main {
    height: auto;
  }

  .custom-gallery__main img {
    height: auto;
    max-height: 70vh;
    object-fit: contain;
  }

  .custom-gallery__nav {
    font-size: 22px;
    padding: 8px;
    top: 45%;
  }

  .custom-gallery__thumbnails {
    justify-content: flex-start;
    gap: 6px;
    padding: 0 8px 8px 8px;
  }

  .custom-gallery__thumbnails .thumbnail {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 480px) {
  .custom-gallery__nav {
    font-size: 18px;
    padding: 6px;
  }

  .custom-gallery__thumbnails .thumbnail {
    width: 44px;
    height: 44px;
  }
}


.sticky-menu-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
  transition: all 0.3s ease;
  background: url('/wp-content/uploads/2025/05/Group-159.png') center center / cover no-repeat ;

}

.sticky-menu-container.transparent {
  transition: opacity 0.3s ease;
}


.sticky-menu-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.15);
}

.sticky-logo img {
  height: 100px;
  transition: height 0.3s ease;
}

.sticky-menu-container.sticky .sticky-logo img {
  height: 85px;
  width: 85px;
}

.sticky-menu-container.sticky .sticky-menu {
  padding: 0;
}



.sticky-menu-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sticky-menu {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  margin: 0;
}

.sticky-menu-list {
  position: relative;
  cursor: pointer;
  font-family: 'Itim', 'Inter';
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

.sticky-menu-list:hover,
.sticky-menu a:hover {
  color: #FFB800;
}

.sticky-menu a {
  color: white;
  text-decoration: none;
}

.sticky-dropdown {
  position: relative;
  cursor: pointer;
}

.sticky-dropdown-arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin: 0 0 3px 1rem;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.sticky-dropdown:hover .sticky-dropdown-arrow {
  transform: rotate(-135deg);
  border-color: #FFB800;
  margin: 0 0 0 1rem;
}

.sticky-submenu {
  position: absolute;
  top: 300%;
  transform: translateX(-50%);
  display: none;
  background-color: #ffffff;
  color: #000;
  padding: 2.5rem;
  z-index: 100;
  width: 100vw;
  height: auto;
}

.sticky-dropdown:hover .sticky-submenu {
  display: block;
}

.sticky-dropdown:hover::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3rem;
    height: 3rem;
    background: transparent;
    pointer-events: auto;
}

.sticky-submenu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.sticky-all-products a {
  margin: 0 11.5rem 0 0;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.sticky-all-products a:hover,
.sticky-submenu-category:hover,
.sticky-submenu-content:hover {
  color: #FFB800;
  text-decoration: underline;
}

.sticky-submenu-grid {
  display: flex;
  flex-direction: row;
  gap: 9rem;
}

.sticky-submenu-column {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sticky-submenu-column a {
  color: #000;
}

.sticky-submenu-category {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
}

.sticky-submenu-content {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.sticky-submenu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sticky-submenu-column li {
  font-size: 1.125rem;
  margin: 0 0 1.188rem 0;
}

.sticky-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1000;
  margin-left: 1rem;
}

.sticky-burger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.sticky-search-button {
  display: none;
  font-size: 1.5rem;
  color: white;
  cursor: pointer;
  margin-left: auto;
}

.product-features {
    margin-top: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFD700; /* Żółte tło */
    border-radius: 50%;         /* Kółko */
    flex-shrink: 0;
}

.feature-icon img {
    display: block;
    width: 36px;
    height: auto;
}


.feature-text span {
    display: block;
    line-height: 1.4;
}

.woocommerce-product-details__short-description {
    display: none;
}



@media (max-width: 768px) {
  .sticky-menu-container {
    padding: 10px 20px;
    height: auto;
  }

  .sticky-search-button {
    display: block;
  }

  .sticky-burger {
    display: flex;
  }

  .sticky-menu {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    background-color: black;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    gap: 1rem;
    padding: 1rem 2rem;
    z-index: 999;
    transition: opacity 0.3s ease;
  }

  .sticky-menu.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    background-color: white;
    padding: 1rem 2rem !important;
  }

  .sticky-dropdown .sticky-submenu {
    display: none;
    position: static;
    transform: none;
    width: 100%;
    margin-top: 0;
    padding: 1rem 0;
  }

  .sticky-dropdown.open .sticky-submenu {
    display: block;
  }

  .sticky-submenu-grid {
    flex-direction: column;
    gap: 2rem;
  }

  .sticky-menu a {
    color: #000;
  }

  .sticky-dropdown {
    color: #000;
  }

  .sticky-submenu {
    color: #000;
  }

  .sticky-submenu-column a {
    color: #000;
  }

  .sticky-all-products a {
    color: #000;
  }

  .sticky-dropdown-arrow {
    float: right;
    margin-left: 1rem;
  }
}

