@charset "UTF-8";
.container {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1550px) {
  .container {
    width: 95%;
  }
}
h1 {
  font-size: 3rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  color: #212529;
  font-weight: 700;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 4rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}

h2 {
  font-size: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #212529;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.75rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

h3 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #212529;
  font-weight: 600;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.375rem;
    margin-top: 1.75rem;
    margin-bottom: 0.875rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}

h4 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: #212529;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 1.125rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}

h5 {
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  color: #212529;
}
@media (max-width: 1200px) {
  h5 {
    font-size: 0.9375rem;
    margin-top: 1rem;
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 0.875rem;
    margin-top: 0.875rem;
    margin-bottom: 0.375rem;
  }
}

h6 {
  font-size: 0.875rem;
  margin-top: 1rem;
  margin-bottom: 0.375rem;
  color: #212529;
}
@media (max-width: 1200px) {
  h6 {
    font-size: 0.8125rem;
    margin-top: 0.875rem;
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 768px) {
  h6 {
    font-size: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
  }
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

@media (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
.modern-footer {
  background: #f5f5f5;
  margin-top: 4rem;
  border-top: 3px solid #a79268;
}
.modern-footer .footer-main {
  padding: 3rem 0 2rem;
}
@media (max-width: 768px) {
  .modern-footer .footer-main {
    padding: 2rem 0 1.5rem;
  }
}
.modern-footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 1200px) {
  .modern-footer .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .modern-footer .footer-content .footer-contact {
    grid-column: 1;
  }
  .modern-footer .footer-content .footer-map {
    grid-column: 2;
  }
  .modern-footer .footer-content .footer-links:nth-of-type(1) {
    grid-column: 1;
  }
  .modern-footer .footer-content .footer-links:nth-of-type(2) {
    grid-column: 2;
  }
}
@media (max-width: 768px) {
  .modern-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    text-align: center;
  }
  .modern-footer .footer-content .footer-contact,
  .modern-footer .footer-content .footer-map,
  .modern-footer .footer-content .footer-links {
    grid-column: 1;
  }
}
.modern-footer .footer-column h4 {
  color: #a79268;
  margin-bottom: 1.5rem;
  font-weight: 600;
  position: relative;
}
.modern-footer .footer-column h4:after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 30px;
  height: 2px;
  background: #a79268;
}
@media (max-width: 768px) {
  .modern-footer .footer-column h4:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.modern-footer .footer-contact .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .modern-footer .footer-contact .contact-item {
    justify-content: center;
  }
}
.modern-footer .footer-contact .contact-item .contact-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
  min-width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modern-footer .footer-contact .contact-item span {
  color: #212529;
}
.modern-footer .footer-contact .contact-item span a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
}
.modern-footer .footer-contact .contact-item span a:hover {
  color: #a79268;
}
.modern-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modern-footer .footer-links ul li {
  margin-bottom: 0.5rem;
}
.modern-footer .footer-links ul li a {
  color: #212529;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}
.modern-footer .footer-links ul li a:hover {
  color: #a79268;
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .modern-footer .footer-links ul li a:hover {
    transform: none;
  }
}
.modern-footer .footer-links ul li a:before {
  content: "→";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #a79268;
}
@media (max-width: 768px) {
  .modern-footer .footer-links ul li a:before {
    display: none;
  }
}
.modern-footer .footer-links ul li a:hover:before {
  opacity: 1;
}
.modern-footer .footer-map .map-container {
  border-radius: 6px;
  overflow: hidden;
}
.modern-footer .footer-map .map-container iframe {
  width: 100%;
  height: 200px;
  border: none;
  filter: grayscale(20%);
  transition: filter 0.3s ease;
}
.modern-footer .footer-map .map-container iframe:hover {
  filter: grayscale(0%);
}
.modern-footer .footer-bottom {
  background: #212529;
  color: #fff;
  padding: 1.5rem 0;
}
.modern-footer .footer-bottom .footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .modern-footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}
.modern-footer .footer-bottom .footer-copyright p {
  margin: 0;
  font-size: 0.9rem;
}
.modern-footer .footer-bottom .footer-logo-small img {
  max-height: 30px;
  width: auto;
  filter: brightness(0) invert(1);
}
.modern-footer .footer-bottom .footer-logo-small span {
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
}
.modern-footer .footer-bottom .footer-social {
  display: flex;
  gap: 1rem;
}
.modern-footer .footer-bottom .footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
}
.modern-footer .footer-bottom .footer-social a span {
  font-size: 1.2rem;
}
.modern-footer .footer-bottom .footer-social a:hover {
  background: #a79268;
  transform: translateY(-2px);
}

.recently-viewed-section {
  padding: 4rem 0;
  position: relative;
}
@media (max-width: 1200px) {
  .recently-viewed-section {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .recently-viewed-section {
    padding: 2.5rem 0;
  }
}

.recently-viewed-title {
  text-align: center;
  margin-bottom: 3.5rem;
  position: relative;
}
@media (max-width: 1200px) {
  .recently-viewed-title {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .recently-viewed-title {
    margin-bottom: 2.5rem;
  }
}

.recently-viewed-slider {
  position: relative;
}
.recently-viewed-slider .recently-viewed-swiper {
  overflow: hidden;
  padding: 0 0px 3.5rem 0px;
}
@media (max-width: 1200px) {
  .recently-viewed-slider .recently-viewed-swiper {
    padding: 0 50px 3rem 50px;
  }
}
@media (max-width: 768px) {
  .recently-viewed-slider .recently-viewed-swiper {
    padding: 0 45px 2.5rem 45px;
  }
}

.recently-viewed-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100% !important;
}
.recently-viewed-item:hover {
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.recently-viewed-item:hover .attachment-woocommerce_thumbnail,
.recently-viewed-item:hover .product-image img {
  transform: scale(1.05);
}
.recently-viewed-item .product-link,
.recently-viewed-item .woocommerce-loop-product__link {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recently-viewed-item .product-link .attachment-medium,
.recently-viewed-item .product-link .attachment-woocommerce_thumbnail,
.recently-viewed-item .woocommerce-loop-product__link .attachment-medium,
.recently-viewed-item .woocommerce-loop-product__link .attachment-woocommerce_thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  height: 350px;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
  margin-bottom: 0;
  background: #fff;
}
.recently-viewed-item .product-link .attachment-medium[src=""], .recently-viewed-item .product-link .attachment-medium:not([src]),
.recently-viewed-item .product-link .attachment-woocommerce_thumbnail[src=""],
.recently-viewed-item .product-link .attachment-woocommerce_thumbnail:not([src]),
.recently-viewed-item .woocommerce-loop-product__link .attachment-medium[src=""],
.recently-viewed-item .woocommerce-loop-product__link .attachment-medium:not([src]),
.recently-viewed-item .woocommerce-loop-product__link .attachment-woocommerce_thumbnail[src=""],
.recently-viewed-item .woocommerce-loop-product__link .attachment-woocommerce_thumbnail:not([src]) {
  display: none;
}
.recently-viewed-item .product-link .woocommerce-loop-product__title,
.recently-viewed-item .product-link .product-title,
.recently-viewed-item .woocommerce-loop-product__link .woocommerce-loop-product__title,
.recently-viewed-item .woocommerce-loop-product__link .product-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin: 0.5rem 1rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
@media (max-width: 768px) {
  .recently-viewed-item .product-link .woocommerce-loop-product__title,
  .recently-viewed-item .product-link .product-title,
  .recently-viewed-item .woocommerce-loop-product__link .woocommerce-loop-product__title,
  .recently-viewed-item .woocommerce-loop-product__link .product-title {
    font-size: 1rem;
  }
}
.recently-viewed-item .product-link .woocommerce-loop-product__title:hover,
.recently-viewed-item .product-link .product-title:hover,
.recently-viewed-item .woocommerce-loop-product__link .woocommerce-loop-product__title:hover,
.recently-viewed-item .woocommerce-loop-product__link .product-title:hover {
  color: #a79268;
}
.recently-viewed-item .product-link .price,
.recently-viewed-item .product-link .product-price,
.recently-viewed-item .woocommerce-loop-product__link .price,
.recently-viewed-item .woocommerce-loop-product__link .product-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
  margin: 0.5rem 1rem;
  display: block;
}
.recently-viewed-item .product-link .price.price-on-sale ins span,
.recently-viewed-item .product-link .product-price.price-on-sale ins span,
.recently-viewed-item .woocommerce-loop-product__link .price.price-on-sale ins span,
.recently-viewed-item .woocommerce-loop-product__link .product-price.price-on-sale ins span {
  color: #d43d37 !important;
}
@media (max-width: 768px) {
  .recently-viewed-item .product-link .price,
  .recently-viewed-item .product-link .product-price,
  .recently-viewed-item .woocommerce-loop-product__link .price,
  .recently-viewed-item .woocommerce-loop-product__link .product-price {
    font-size: 1.1rem;
  }
}
.recently-viewed-item .product-link .price del,
.recently-viewed-item .product-link .product-price del,
.recently-viewed-item .woocommerce-loop-product__link .price del,
.recently-viewed-item .woocommerce-loop-product__link .product-price del {
  font-size: 0.9rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.5rem;
}
.recently-viewed-item .product-link .price del .woocommerce-Price-amount,
.recently-viewed-item .product-link .product-price del .woocommerce-Price-amount,
.recently-viewed-item .woocommerce-loop-product__link .price del .woocommerce-Price-amount,
.recently-viewed-item .woocommerce-loop-product__link .product-price del .woocommerce-Price-amount {
  color: inherit;
}
.recently-viewed-item .product-link .price ins,
.recently-viewed-item .product-link .product-price ins,
.recently-viewed-item .woocommerce-loop-product__link .price ins,
.recently-viewed-item .woocommerce-loop-product__link .product-price ins {
  text-decoration: none;
}
.recently-viewed-item .product-link .price ins .woocommerce-Price-amount,
.recently-viewed-item .product-link .product-price ins .woocommerce-Price-amount,
.recently-viewed-item .woocommerce-loop-product__link .price ins .woocommerce-Price-amount,
.recently-viewed-item .woocommerce-loop-product__link .product-price ins .woocommerce-Price-amount {
  color: #a79268;
}
.recently-viewed-item .product-link .price .woocommerce-Price-amount,
.recently-viewed-item .product-link .product-price .woocommerce-Price-amount,
.recently-viewed-item .woocommerce-loop-product__link .price .woocommerce-Price-amount,
.recently-viewed-item .woocommerce-loop-product__link .product-price .woocommerce-Price-amount {
  color: #a79268;
}
.recently-viewed-item .product-labels {
  padding: 0 1rem;
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}
.recently-viewed-item .onsale,
.recently-viewed-item .sale-badge {
  position: static;
  background: #d43d37;
  color: white;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
  display: none !important;
}
.recently-viewed-item .darmowa-dostawa {
  border: solid #a79268 1px;
  position: static;
  color: #212529;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.recently-viewed-item .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title),
.recently-viewed-item .product-title:not(.woocommerce-loop-product__link .product-title) {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin: 1rem 1.5rem 0.75rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.recently-viewed-item .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title):hover,
.recently-viewed-item .product-title:not(.woocommerce-loop-product__link .product-title):hover {
  color: #a79268;
}
.recently-viewed-item .star-rating {
  margin: 0 1.5rem 0.75rem;
  font-size: 0.9rem;
  color: #ffd700;
}
.recently-viewed-item .star-rating::before {
  color: rgb(182.972972973, 190, 197.027027027);
}
.recently-viewed-item .price:not(.woocommerce-loop-product__link .price),
.recently-viewed-item .product-price:not(.woocommerce-loop-product__link .product-price) {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
  margin: 0 1.5rem auto;
  display: block;
}
@media (max-width: 768px) {
  .recently-viewed-item .price:not(.woocommerce-loop-product__link .price),
  .recently-viewed-item .product-price:not(.woocommerce-loop-product__link .product-price) {
    font-size: 1.1rem;
  }
}
.recently-viewed-item .price:not(.woocommerce-loop-product__link .price) del,
.recently-viewed-item .product-price:not(.woocommerce-loop-product__link .product-price) del {
  font-size: 0.9rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.5rem;
}
.recently-viewed-item .price:not(.woocommerce-loop-product__link .price) del .woocommerce-Price-amount,
.recently-viewed-item .product-price:not(.woocommerce-loop-product__link .product-price) del .woocommerce-Price-amount {
  color: inherit;
}
.recently-viewed-item .price:not(.woocommerce-loop-product__link .price) ins,
.recently-viewed-item .product-price:not(.woocommerce-loop-product__link .product-price) ins {
  text-decoration: none;
}
.recently-viewed-item .price:not(.woocommerce-loop-product__link .price) ins .woocommerce-Price-amount,
.recently-viewed-item .product-price:not(.woocommerce-loop-product__link .product-price) ins .woocommerce-Price-amount {
  color: #a79268;
}
.recently-viewed-item .price:not(.woocommerce-loop-product__link .price) .woocommerce-Price-amount,
.recently-viewed-item .product-price:not(.woocommerce-loop-product__link .product-price) .woocommerce-Price-amount {
  color: #a79268;
}
.recently-viewed-item .button {
  display: none;
}

.product-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}
.product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  height: 350px;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
  background: #fff;
}
.product-image img[src=""], .product-image img:not([src]) {
  display: none;
}
.product-image .no-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(135deg, #f5f5f5 0%, rgba(245, 245, 245, 0.8) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(33, 37, 41, 0.4);
  font-size: 0.875rem;
}
.product-image .no-image-placeholder::before {
  content: "📦";
  font-size: 3rem;
  opacity: 0.3;
  margin-bottom: 0.5rem;
}
.product-image .no-image-placeholder::after {
  content: "Brak obrazu";
  font-size: 0.75rem;
  opacity: 0.6;
}
.product-image .image-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 3px solid rgba(167, 146, 104, 0.2);
  border-top: 3px solid #a79268;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 2;
}

.product-info {
  padding: 1rem 1.5rem 1.5rem;
  position: relative;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .product-info {
    padding: 1rem 1.5rem 1.5rem;
  }
}

.recently-viewed-next,
.recently-viewed-prev {
  display: none !important;
}

.recently-viewed-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem;
}
.recently-viewed-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(167, 146, 104, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}
.recently-viewed-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #a79268;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.recently-viewed-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a79268;
  transform: scale(1.2);
}
.recently-viewed-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 6px;
  height: 6px;
  background: #fff;
}
.recently-viewed-pagination .swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
  background: rgba(167, 146, 104, 0.8);
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .recently-viewed-pagination {
    gap: 0.5rem;
  }
  .recently-viewed-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .recently-viewed-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 4px;
    height: 4px;
  }
}

.recently-viewed-loading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  color: #a79268;
}
.recently-viewed-loading .loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(167, 146, 104, 0.1);
  border-top: 4px solid #a79268;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}
.recently-viewed-loading .loading-text {
  font-size: 0.9rem;
  opacity: 0.7;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes promoPulse {
  0% {
    box-shadow: 0 2px 8px rgba(255, 71, 87, 0.3);
  }
  100% {
    box-shadow: 0 4px 16px rgba(255, 71, 87, 0.6);
  }
}
@media (max-width: 1550px) {
  .recently-viewed-slider {
    margin: 0 2rem;
  }
  .recently-viewed-slider .recently-viewed-swiper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .recently-viewed-slider {
    margin: 0 1rem;
  }
  .recently-viewed-slider .recently-viewed-swiper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.recently-viewed-section .amg-favorite-btn {
  display: none;
}
.recently-viewed-section .recently-viewed-item:hover .amg-favorite-btn {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.top-notification-bar {
  background-color: #a79268;
  color: white;
  padding: 10px 0;
  font-size: 0.875rem;
  text-align: center;
}
.top-notification-bar .notification-text {
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .top-notification-bar {
    padding: 8px 0;
    font-size: 0.8rem;
  }
}

.main-header {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
  padding: 15px 0;
}
.main-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 768px) {
  .main-header {
    padding: 15px 0;
  }
  .main-header .header-content {
    gap: 15px;
  }
}

body.mobile-menu-open {
  overflow: hidden !important;
}

.header-icon.loading {
  opacity: 0.6;
  pointer-events: none;
}

.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-top: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  max-height: 300px;
  overflow-y: auto;
  z-index: 999;
  display: none;
}
.search-suggestions.active {
  display: block;
}
.search-suggestions .suggestion-item {
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f8f9fa;
  transition: background-color 0.2s ease;
}
.search-suggestions .suggestion-item:hover, .search-suggestions .suggestion-item.highlighted {
  background-color: #f5f5f5;
}
.search-suggestions .suggestion-item:last-child {
  border-bottom: none;
}
.search-suggestions .suggestion-item .suggestion-title {
  font-weight: 500;
  color: #212529;
}
.search-suggestions .suggestion-item .suggestion-category {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 2px;
}

.site-branding {
  flex-shrink: 0;
}
.site-branding .custom-logo-link {
  display: block;
  line-height: 0;
}
.site-branding .custom-logo {
  height: 50px;
  width: auto;
}
.site-branding .site-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}
.site-branding .site-title a {
  color: #212529;
  text-decoration: none;
}
.site-branding .site-title a:hover {
  color: #a79268;
}
@media (max-width: 768px) {
  .site-branding .custom-logo {
    height: 40px;
  }
  .site-branding .site-title {
    font-size: 1.25rem;
  }
}

.header-search {
  flex: 1;
  max-width: 500px;
  margin: 0 30px;
}
.header-search .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.header-search .search-field {
  width: 100%;
  padding: 8px 50px 8px 20px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  transition: border-color 0.3s ease;
}
.header-search .search-field:focus {
  outline: none;
  border-color: #a79268;
}
.header-search .search-field::placeholder {
  color: #6c757d;
}
.header-search .search-submit {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: #6c757d;
  transition: color 0.3s ease;
  padding: 5px;
}
.header-search .search-submit:hover {
  color: #a79268;
}
.header-search .search-submit svg {
  display: block;
}
@media (max-width: 1200px) {
  .header-search {
    margin: 0 20px;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .header-search {
    display: none;
  }
}

.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.header-icons .header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
  padding: 8px;
}
.header-icons .header-icon:hover {
  color: #a79268;
}
.header-icons .header-icon svg {
  display: block;
}
.header-icons .cart-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d43d37;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 1200px) {
  .header-icons {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .header-icons {
    display: none;
  }
}

.header-cart-wrapper {
  position: relative;
}
.header-cart-wrapper:hover .mini-cart-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mini-cart-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 380px;
  max-height: 600px;
  background-color: #fff;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}
.mini-cart-dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}
@media (max-width: 480px) {
  .mini-cart-dropdown {
    width: 320px;
    right: -20px;
  }
}

.mini-cart-header {
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
}
.mini-cart-header .mini-cart-count {
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 500;
}

.mini-cart-items {
  flex: 1;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.mini-cart-items::-webkit-scrollbar {
  width: 6px;
}
.mini-cart-items::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.mini-cart-items::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 3px;
}
.mini-cart-items::-webkit-scrollbar-thumb:hover {
  background: #ced4da;
}

.mini-cart-empty {
  text-align: center;
  padding: 40px 20px;
  color: #6c757d;
}
.mini-cart-empty i {
  font-size: 3rem;
  margin-bottom: 15px;
  opacity: 0.3;
}
.mini-cart-empty p {
  margin: 0;
  font-size: 1rem;
}

.mini-cart-item {
  display: flex;
  gap: 15px;
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #f8f9fa;
}
.mini-cart-item:hover {
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border-color: #e9ecef;
}
.mini-cart-item:last-child {
  margin-bottom: 0;
}
.mini-cart-item.removing {
  opacity: 0.5;
  pointer-events: none;
  transform: translateX(20px);
}

.mini-cart-item-image {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f8f9fa;
}
.mini-cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mini-cart-item-image a {
  display: block;
  line-height: 0;
}

.mini-cart-item-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.mini-cart-item-name {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
  color: #212529;
}
.mini-cart-item-name a {
  color: #212529;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mini-cart-item-name a:hover {
  color: #a79268;
}

.mini-cart-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.mini-cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 4px;
}
.mini-cart-item-quantity .quantity-btn {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  cursor: pointer;
  color: #212529;
  transition: all 0.2s ease;
  font-size: 0.75rem;
}
.mini-cart-item-quantity .quantity-btn:hover:not(:disabled) {
  background-color: #a79268;
  border-color: #a79268;
  color: white;
}
.mini-cart-item-quantity .quantity-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.mini-cart-item-quantity .quantity-value {
  min-width: 20px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  color: #212529;
}

.mini-cart-item-price {
  font-weight: 600;
  color: #a79268;
  font-size: 0.95rem;
  white-space: nowrap;
}

.mini-cart-item-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #e9ecef;
  border-radius: 50%;
  cursor: pointer;
  color: #6c757d;
  transition: all 0.2s ease;
  font-size: 0.75rem;
}
.mini-cart-item-remove:hover {
  background-color: #d43d37;
  border-color: #d43d37;
  color: white;
  transform: rotate(90deg);
}

.mini-cart-footer {
  padding: 20px;
  border-top: 1px solid #e9ecef;
  background-color: #f8f9fa;
  border-radius: 0 0 6px 6px;
}

.mini-cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1rem;
}
.mini-cart-subtotal span:first-child {
  color: #6c757d;
  font-weight: 500;
}
.mini-cart-subtotal .mini-cart-total {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
}

.mini-cart-actions {
  display: flex;
  gap: 10px;
}
.mini-cart-actions .button {
  flex: 1;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}
.mini-cart-actions .button.btn-block {
  width: 100%;
}
.mini-cart-actions .mini-cart-checkout {
  background-color: #a79268;
  color: white;
}
.mini-cart-actions .mini-cart-checkout:hover {
  background-color: rgb(138.9958158996, 119.6652719665, 81.0041841004);
  transform: translateY(-2px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.cart-count.pulse {
  animation: pulse 0.5s ease-in-out;
}

.quantity-btn.loading {
  pointer-events: none;
  opacity: 0.6;
}
.quantity-btn.loading::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #212529;
  margin: 3px 0;
  transition: 0.3s;
  border-radius: 2px;
}
.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
}

.main-navigation {
  background-color: #fff;
  border-bottom: 1px solid #e9ecef;
}
.main-navigation .nav-menu {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation .menu-item {
  position: relative;
}
.main-navigation .menu-item > a {
  display: block;
  padding: 10px 15px;
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
.main-navigation .menu-item > a:hover {
  color: #a79268;
}
.main-navigation .menu-item.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .main-navigation {
    display: none;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 999;
  min-width: 500px;
  padding: 30px;
}
.dropdown-menu.products-dropdown {
  min-width: 600px;
}
.dropdown-menu .dropdown-content {
  display: flex;
  gap: 40px;
}
.dropdown-menu .categories-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dropdown-menu .category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  color: #212529;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
  border-bottom: 1px solid #f8f9fa;
}
.dropdown-menu .category-link:hover {
  color: #a79268;
}
.dropdown-menu .category-link:last-child {
  border-bottom: none;
}
.dropdown-menu .product-count {
  color: #6c757d;
  font-size: 0.875rem;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 350px;
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  padding: 0;
}

.mobile-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.mobile-menu-header h3 {
  margin: 0;
  font-size: 1.25rem;
  color: #212529;
}
.mobile-menu-header .mobile-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #212529;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-search {
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}
.mobile-search .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-search .search-field {
  width: 100%;
  padding: 12px 50px 12px 20px;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
}
.mobile-search .search-field:focus {
  outline: none;
  border-color: #a79268;
}
.mobile-search .search-submit {
  position: absolute;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  color: #6c757d;
  padding: 5px;
}

.mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav-menu .mobile-menu-item {
  border-bottom: 1px solid #e9ecef;
  position: relative;
}
.mobile-nav-menu .mobile-menu-item:last-child {
  border-bottom: none;
}
.mobile-nav-menu .mobile-menu-item:has(.mobile-submenu-toggle) .mobile-menu-link {
  padding-right: 70px;
}
.mobile-nav-menu .mobile-menu-item .mobile-submenu-toggle {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mobile-nav-menu .mobile-menu-link {
  display: block;
  padding: 20px 70px 20px 20px;
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  position: relative;
}
.mobile-nav-menu .mobile-menu-link:hover {
  color: #a79268;
  background-color: #f5f5f5;
}
.mobile-nav-menu .mobile-submenu-toggle {
  position: absolute;
  top: 12px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #212529;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.mobile-nav-menu .mobile-submenu-toggle:hover {
  background-color: #f5f5f5;
  color: #a79268;
}
.mobile-nav-menu .mobile-submenu-toggle.active {
  transform: rotate(45deg);
  color: #a79268;
}
.mobile-nav-menu .mobile-submenu-toggle.active i {
  transform: rotate(0deg);
}
.mobile-nav-menu .mobile-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mobile-nav-menu .mobile-submenu.active {
  max-height: 500px;
}
.mobile-nav-menu .mobile-submenu li {
  border-bottom: 1px solid #e9ecef;
}
.mobile-nav-menu .mobile-submenu li:last-child {
  border-bottom: none;
}
.mobile-nav-menu .mobile-submenu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 15px 40px;
  color: #212529;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}
.mobile-nav-menu .mobile-submenu a:hover {
  color: #a79268;
  background-color: #f8f9fa;
  padding-left: 45px;
}
.mobile-nav-menu .mobile-submenu .product-count {
  color: #6c757d;
  font-size: 0.8rem;
}
.mobile-nav-menu .acf-menu-item .mobile-menu-link:before {
  content: "→";
  margin-right: 8px;
  color: #a79268;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.mobile-nav-menu .acf-menu-item .mobile-menu-link:hover:before {
  opacity: 1;
}

.mobile-user-links {
  padding: 20px;
  border-top: 1px solid #e9ecef;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mobile-user-links .mobile-user-link {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  color: #212529;
  text-decoration: none;
  border-radius: 6px;
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
  position: relative;
}
.mobile-user-links .mobile-user-link:hover {
  background-color: #e9ecef;
  color: #a79268;
}
.mobile-user-links .mobile-user-link svg {
  flex-shrink: 0;
}
.mobile-user-links .mobile-user-link .cart-count {
  position: absolute;
  top: 8px;
  left: 18px;
  background-color: #d43d37;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.mobile-submenu.active li {
  animation: slideInFromRight 0.3s ease forwards;
}
.mobile-submenu.active li:nth-child(1) {
  animation-delay: 0.1s;
}
.mobile-submenu.active li:nth-child(2) {
  animation-delay: 0.15s;
}
.mobile-submenu.active li:nth-child(3) {
  animation-delay: 0.2s;
}
.mobile-submenu.active li:nth-child(4) {
  animation-delay: 0.25s;
}
.mobile-submenu.active li:nth-child(5) {
  animation-delay: 0.3s;
}

/* compatibility fixes 
from underscores theme */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

.home-categories-section {
  padding: 4rem 0;
  background-color: #fff;
}
.home-categories-section h2 {
  text-align: center;
  margin-bottom: 3rem;
  color: #212529;
}
.home-categories-section .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  row-gap: 1.5rem;
}
@media (max-width: 768px) {
  .home-categories-section .categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
  }
}
.home-categories-section .category-item {
  text-align: center;
  transition: transform 0.3s ease;
}
.home-categories-section .category-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.home-categories-section .category-item:hover .category-image {
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
  transform: translate(-3px, -3px);
}
.home-categories-section .category-item:hover .category-title {
  color: #a79268;
}
.home-categories-section .category-item .category-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 1rem;
  background: #f5f5f5;
  transition: 0.3s;
  padding: 0.25rem;
}
.home-categories-section .category-item .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.home-categories-section .category-item .category-title {
  color: #212529;
  font-weight: 600;
  margin: 0;
  font-size: 1.125rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .home-categories-section .category-item .category-title {
    font-size: 1rem;
  }
}

.sekcja-linki {
  padding: 4rem 0;
  background-color: #f5f5f5;
}
.sekcja-linki .links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1200px) {
  .sekcja-linki .links-grid {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .sekcja-linki .links-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.sekcja-linki .link-item .link-card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.sekcja-linki .link-item .link-image {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.sekcja-linki .link-item .link-image:hover {
  transform: translateY(-3px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.sekcja-linki .link-item .link-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.sekcja-linki .link-item .link-image:hover img {
  transform: scale(1.1);
}
.sekcja-linki .link-item .link-image .link-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  padding: 2rem 1.5rem 1.5rem;
}
.sekcja-linki .link-item .link-image .link-overlay h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .sekcja-linki .link-item .link-image .link-overlay h3 {
    font-size: 1.25rem;
  }
}
.sekcja-linki .link-item .link-image .link-overlay p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.9rem;
}

.fullwidth-banner {
  padding: 4rem 0;
}
.fullwidth-banner .banner-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 768px) {
  .fullwidth-banner .banner-container {
    height: 300px;
  }
}
.fullwidth-banner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fullwidth-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullwidth-banner .banner-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.fullwidth-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  color: #fff;
  max-width: 600px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .fullwidth-banner .banner-content {
    max-width: 90%;
  }
}
.fullwidth-banner .banner-content .banner-text h2 {
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}
@media (max-width: 1200px) {
  .fullwidth-banner .banner-content .banner-text h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .fullwidth-banner .banner-content .banner-text h2 {
    font-size: 2rem;
  }
}
.fullwidth-banner .banner-content .banner-text p {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  opacity: 0.95;
  line-height: 1.6;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .fullwidth-banner .banner-content .banner-text p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.fullwidth-banner .banner-content .banner-text .banner-btn {
  display: inline-block;
  background-color: #a79268;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.125rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
.fullwidth-banner .banner-content .banner-text .banner-btn:hover {
  background-color: #8B7851;
  transform: translateY(-2px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
@media (max-width: 768px) {
  .fullwidth-banner .banner-content .banner-text .banner-btn {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
  }
}

.page-default-main p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: #212529;
}
@media (max-width: 1200px) {
  .page-default-main p {
    font-size: 0.9375rem;
    margin-bottom: 1.125rem;
  }
}
@media (max-width: 768px) {
  .page-default-main p {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.page-default-main a {
  color: #a79268;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.page-default-main a:hover {
  color: #8B7851;
  text-decoration: none;
}
.page-default-main a:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
.page-default-main strong, .page-default-main b {
  font-weight: 700;
  color: #212529;
}
.page-default-main em, .page-default-main i {
  font-style: italic;
  color: #212529;
}
.page-default-main ul {
  margin: 1.25rem 0;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .page-default-main ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
  }
}
.page-default-main ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  list-style-type: disc;
}
@media (max-width: 1200px) {
  .page-default-main ul li {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .page-default-main ul li {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
}
.page-default-main ul li ul, .page-default-main ul li ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.page-default-main ul li ul li, .page-default-main ul li ol li {
  margin-bottom: 0.25rem;
}
.page-default-main ol {
  margin: 1.25rem 0;
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .page-default-main ol {
    padding-left: 1.5rem;
    margin: 1rem 0;
  }
}
.page-default-main ol li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  list-style-type: decimal;
}
@media (max-width: 1200px) {
  .page-default-main ol li {
    font-size: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .page-default-main ol li {
    font-size: 0.875rem;
    margin-bottom: 0.375rem;
  }
}
.page-default-main ol li ul, .page-default-main ol li ol {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.page-default-main ol li ul li, .page-default-main ol li ol li {
  margin-bottom: 0.25rem;
}
.page-default-main blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  background-color: #f5f5f5;
  border-left: 4px solid #a79268;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 768px) {
  .page-default-main blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
  }
}
.page-default-main blockquote p {
  font-style: italic;
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .page-default-main blockquote p {
    font-size: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .page-default-main blockquote p {
    font-size: 1rem;
  }
}
.page-default-main blockquote cite {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgb(78.4864864865, 88, 97.5135135135);
  font-style: normal;
}
.page-default-main blockquote cite:before {
  content: "— ";
}
.page-default-main img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  margin: 1.25rem 0;
}
.page-default-main img.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}
@media (max-width: 768px) {
  .page-default-main img.alignleft {
    float: none;
    margin: 1rem 0;
  }
}
.page-default-main img.alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
@media (max-width: 768px) {
  .page-default-main img.alignright {
    float: none;
    margin: 1rem 0;
  }
}
.page-default-main img.aligncenter {
  display: block;
  margin: 1.5rem auto;
}
.page-default-main figure {
  margin: 2rem 0;
  text-align: center;
}
.page-default-main figure img {
  margin: 0;
}
.page-default-main figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: rgb(78.4864864865, 88, 97.5135135135);
  font-style: italic;
}
@media (max-width: 768px) {
  .page-default-main figure figcaption {
    font-size: 0.8125rem;
  }
}
.page-default-main table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 768px) {
  .page-default-main table {
    font-size: 0.875rem;
    margin: 1.5rem 0;
  }
}
.page-default-main table th, .page-default-main table td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid rgb(211.2297297297, 215.5, 219.7702702703);
}
@media (max-width: 768px) {
  .page-default-main table th, .page-default-main table td {
    padding: 0.75rem 0.5rem;
  }
}
.page-default-main table th {
  background-color: #f5f5f5;
  color: #212529;
  font-weight: 600;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .page-default-main table th {
    font-size: 0.875rem;
  }
}
.page-default-main table td {
  color: #212529;
}
.page-default-main table td:hover {
  background-color: #fcfdff;
}
.page-default-main table tr:last-child th, .page-default-main table tr:last-child td {
  border-bottom: none;
}
.page-default-main code {
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.875rem;
  color: #212529;
}
@media (max-width: 768px) {
  .page-default-main code {
    font-size: 0.8125rem;
  }
}
.page-default-main pre {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-radius: 6px;
  overflow-x: auto;
  margin: 1.5rem 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 768px) {
  .page-default-main pre {
    padding: 1rem;
    margin: 1rem 0;
  }
}
.page-default-main pre code {
  background: none;
  padding: 0;
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .page-default-main pre code {
    font-size: 0.8125rem;
  }
}
.page-default-main hr {
  border: none;
  height: 1px;
  background-color: rgb(182.972972973, 190, 197.027027027);
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .page-default-main hr {
    margin: 2rem 0;
  }
}
.page-default-main > *:first-child {
  margin-top: 0;
}
.page-default-main > *:last-child {
  margin-bottom: 0;
}
.page-default-main:after {
  content: "";
  display: table;
  clear: both;
}

.galeria-wrap {
  padding: 3rem 0;
}
@media (max-width: 1200px) {
  .galeria-wrap {
    padding: 2.5rem 0;
  }
}
@media (max-width: 768px) {
  .galeria-wrap {
    padding: 2rem 0;
  }
}
.galeria-wrap .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .galeria-wrap .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .galeria-wrap .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 480px) {
  .galeria-wrap .gallery-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.galeria-wrap .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  background: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(167, 146, 104, 0.2);
}
.galeria-wrap .gallery-item .gallery-item-inner img {
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
@media (min-width: 769px) {
  .galeria-wrap .gallery-item:hover {
    transform: translateY(-8px);
    box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  }
  .galeria-wrap .gallery-item:hover .gallery-overlay {
    opacity: 1;
    visibility: visible;
  }
  .galeria-wrap .gallery-item:hover .gallery-item-inner img {
    transform: scale(1.05);
  }
  .galeria-wrap .gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .galeria-wrap .gallery-item:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }
}
.galeria-wrap .gallery-item-inner {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.galeria-wrap .gallery-item-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.galeria-wrap .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(33, 37, 41, 0.8));
  color: #fff;
  padding: 1.5rem 1rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 769px) {
  .galeria-wrap .gallery-caption {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  .galeria-wrap .gallery-caption {
    opacity: 1;
    transform: translateY(0);
    padding: 1rem 0.75rem 0.75rem;
    font-size: 0.8rem;
  }
}
.galeria-wrap .gallery-empty {
  text-align: center;
  padding: 4rem 2rem;
  color: rgb(78.4864864865, 88, 97.5135135135);
}
.galeria-wrap .gallery-empty h3 {
  color: #212529;
  margin-bottom: 1rem;
}
.galeria-wrap .gallery-empty p {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .galeria-wrap .gallery-empty {
    padding: 3rem 1rem;
  }
  .galeria-wrap .gallery-empty h3 {
    font-size: 1.25rem;
  }
  .galeria-wrap .gallery-empty p {
    font-size: 1rem;
  }
}

.gallery-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.gallery-lightbox.active {
  opacity: 1;
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .gallery-lightbox, .gallery-lightbox .lightbox-content img {
    transition: none;
    animation: none;
  }
}
.gallery-lightbox .lightbox-close:focus-visible,
.gallery-lightbox .lightbox-prev:focus-visible,
.gallery-lightbox .lightbox-next:focus-visible {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.95);
  backdrop-filter: blur(10px);
}

.lightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
@media (max-width: 768px) {
  .lightbox-container {
    padding: 1rem;
  }
}

.lightbox-content {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .lightbox-content {
    max-width: 100vw;
    max-height: 100vh;
    width: 100%;
    height: 100%;
    justify-content: center;
  }
}

.lightbox-image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.lightbox-image-container.dragging {
  transition: none;
}
.lightbox-image-container.dragging img {
  transition: opacity 0.1s ease;
}
.lightbox-image-container.slideLeft {
  animation: slideLeft 0.3s ease-out;
}
.lightbox-image-container.slideRight {
  animation: slideRight 0.3s ease-out;
}
.lightbox-image-container img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  transition: opacity 0.3s ease;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .lightbox-image-container img {
    max-height: 70vh;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 480px) {
  .lightbox-image-container img {
    max-height: 60vh;
  }
}

.swipe-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: none !important;
}
.swipe-indicator .swipe-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(245, 245, 245, 0.9);
  color: #212529;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
.swipe-indicator .swipe-icon.left {
  left: 2rem;
  animation: pulseLeft 2s infinite;
}
.swipe-indicator .swipe-icon.right {
  right: 2rem;
  animation: pulseRight 2s infinite;
}
.swipe-indicator .swipe-icon.show {
  opacity: 1;
}
@media (max-width: 480px) {
  .swipe-indicator .swipe-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
  .swipe-indicator .swipe-icon.left {
    left: 1rem;
  }
  .swipe-indicator .swipe-icon.right {
    right: 1rem;
  }
}

.lightbox-info {
  background: #fff;
  border-radius: 6px;
  padding: 1.5rem;
  margin-top: 1.5rem;
  max-width: 600px;
  text-align: center;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  display: none !important;
}
.lightbox-info h3 {
  color: #212529;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}
.lightbox-info p {
  color: rgb(67.1148648649, 75.25, 83.3851351351);
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .lightbox-info {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }
  .lightbox-info h3 {
    font-size: 1.25rem;
  }
  .lightbox-info p {
    font-size: 0.9rem;
  }
}

.lightbox-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: #fff;
  color: #212529;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  z-index: 10001;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0.2);
}
.lightbox-close:hover {
  background: #d43d37;
  color: #fff;
  transform: scale(1.1);
}
.lightbox-close:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .lightbox-close {
    top: 1rem;
    right: 1rem;
    width: 55px;
    height: 55px;
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .lightbox-close {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #a79268;
  border: 2px solid #a79268;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  z-index: 10001;
  -webkit-tap-highlight-color: rgba(167, 146, 104, 0.2);
}
.lightbox-prev:hover,
.lightbox-next:hover {
  background: #a79268;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}
.lightbox-prev:active,
.lightbox-next:active {
  transform: translateY(-50%) scale(0.95);
}
.lightbox-prev:disabled,
.lightbox-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.lightbox-prev:disabled:hover,
.lightbox-next:disabled:hover {
  background: #fff;
  color: #a79268;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .lightbox-prev,
  .lightbox-next {
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
    opacity: 0.7;
  }
  .lightbox-prev:active,
  .lightbox-next:active {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .lightbox-prev,
  .lightbox-next {
    display: none;
  }
}

.lightbox-prev {
  left: 2rem;
}
@media (max-width: 768px) {
  .lightbox-prev {
    left: 1rem;
  }
}

.lightbox-next {
  right: 2rem;
}
@media (max-width: 768px) {
  .lightbox-next {
    right: 1rem;
  }
}

.lightbox-counter {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(245, 245, 245, 0.95);
  color: #212529;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 768px) {
  .lightbox-counter {
    bottom: 1.5rem;
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .lightbox-counter {
    bottom: 1rem;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
}

@keyframes slideLeft {
  0% {
    transform: translateX(50px);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-50px);
    opacity: 0.7;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes pulseLeft {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-50%) translateX(-10px);
    opacity: 1;
  }
}
@keyframes pulseRight {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-50%) translateX(10px);
    opacity: 1;
  }
}
@keyframes galleryFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .galeria-wrap .gallery-item,
  .galeria-wrap .gallery-overlay,
  .galeria-wrap .gallery-zoom-btn,
  .galeria-wrap .gallery-caption,
  .galeria-wrap .lightbox-image-container,
  .galeria-wrap .swipe-icon {
    transition: none;
    animation: none;
  }
  .galeria-wrap .gallery-item:hover {
    transform: none;
  }
}
.galeria-wrap .gallery-zoom-btn:focus-visible {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}

.gallery-lightbox.active body {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.error-404 {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}
.error-404.not-found {
  background: #fff;
}

.error-404-content {
  text-align: center;
  max-width: 600px;
  padding: 2rem;
  background: #fcfdff;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 768px) {
  .error-404-content {
    margin: 0 1rem;
    padding: 1.5rem;
  }
}

.error-404-title {
  font-size: 8rem;
  font-weight: 700;
  color: #a79268;
  margin: 0 0 1rem 0;
  line-height: 1;
}
@media (max-width: 1200px) {
  .error-404-title {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  .error-404-title {
    font-size: 4rem;
  }
}

.error-404-subtitle {
  color: #212529;
  margin-bottom: 1rem;
}

.error-404-description {
  color: #212529;
  margin-bottom: 2rem;
  opacity: 0.8;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .error-404-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

.error-404-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #a79268;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
.error-404-button:hover {
  background-color: #8B7851;
  color: #fff;
  text-decoration: none;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  transform: translateY(-1px);
}
.error-404-button:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .error-404-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

.amg-favorite-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: #fff;
  border: 2px solid #a79268;
  border-radius: 6px;
  color: #a79268;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  position: relative;
  overflow: hidden;
}
.amg-favorite-btn:hover:not(.loading) {
  background-color: #a79268;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.amg-favorite-btn:hover:not(.loading) .heart-icon {
  transform: scale(1.1);
}
.amg-favorite-btn:active {
  transform: translateY(0);
}
.amg-favorite-btn.is-favorite {
  background-color: #a79268;
  color: #fff;
}
.amg-favorite-btn.is-favorite .heart-icon {
  fill: currentColor;
}
.amg-favorite-btn.is-favorite:hover:not(.loading) {
  background-color: #8B7851;
  border-color: #8B7851;
}
.amg-favorite-btn.loading {
  pointer-events: none;
  opacity: 0.7;
}
.amg-favorite-btn.loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 1.5s infinite;
}
.amg-favorite-btn .heart-icon {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}
.amg-favorite-btn .heart-icon.pulse {
  animation: heartPulse 0.6s ease;
}
@media (max-width: 768px) {
  .amg-favorite-btn .btn-text {
    display: none;
  }
}
.products .amg-favorite-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px;
  min-width: auto;
  z-index: 10;
}
.products .amg-favorite-btn .btn-text {
  display: none;
}

/* Animacje */
@keyframes heartPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shimmer {
  to {
    left: 100%;
  }
}
/* Notyfikacje */
.amg-notification {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 16px 24px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  font-size: 14px;
  font-weight: 500;
  z-index: 9999;
  transform: translateX(400px);
  transition: transform 0.3s ease;
  max-width: 350px;
}
.amg-notification.show {
  transform: translateX(0);
}
.amg-notification--success {
  border-left: 4px solid #3BC440;
  color: #3BC440;
}
.amg-notification--error {
  border-left: 4px solid #d43d37;
  color: #d43d37;
}
@media (max-width: 768px) {
  .amg-notification {
    right: 15px;
    left: 15px;
    bottom: 15px;
    max-width: none;
  }
}

/* Template ulubionych */
.ulubione-template {
  padding: 60px 0;
  min-height: 70vh;
}
@media (max-width: 1200px) {
  .ulubione-template {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .ulubione-template {
    padding: 30px 0;
  }
}
.ulubione-template .page-header {
  text-align: center;
  margin-bottom: 40px;
}
.ulubione-template .page-header .page-title {
  color: #212529;
  margin-bottom: 10px;
}
.ulubione-template .page-header .favorites-count {
  color: #a79268;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ulubione-template .page-header .favorites-count {
    font-size: 16px;
  }
}
.ulubione-template .favorites-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .ulubione-template .favorites-toolbar {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
}
.ulubione-template .favorites-toolbar .btn-clear-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #d43d37;
  border-radius: 6px;
  color: #d43d37;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ulubione-template .favorites-toolbar .btn-clear-all:hover {
  background-color: #d43d37;
  color: #fff;
}
.ulubione-template .favorites-toolbar .btn-clear-all svg {
  width: 16px;
  height: 16px;
}
.ulubione-template .favorites-toolbar .favorites-sort-select {
  padding: 10px 15px;
  border: 1px solid rgb(182.972972973, 190, 197.027027027);
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
  color: #212529;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.ulubione-template .favorites-toolbar .favorites-sort-select:focus {
  outline: none;
  border-color: #a79268;
}
.ulubione-template .favorites-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin: 0 0 3rem 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .ulubione-template .favorites-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ulubione-template .favorites-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .ulubione-template .favorites-grid {
    grid-template-columns: 1fr;
  }
}
.ulubione-template .favorites-grid .favorite-product-item {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100% !important;
}
.ulubione-template .favorites-grid .favorite-product-item:hover {
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.ulubione-template .favorites-grid .favorite-product-item:hover .product-thumbnail img {
  transform: scale(1.05);
}
.ulubione-template .favorites-grid .favorite-product-item .product-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ulubione-template .favorites-grid .favorite-product-item .product-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.ulubione-template .favorites-grid .favorite-product-item .product-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  height: 350px;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
  margin-bottom: 0;
}
.ulubione-template .favorites-grid .favorite-product-item .product-thumbnail .onsale {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #d43d37;
  color: white;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.ulubione-template .favorites-grid .favorite-product-item .product-thumbnail .btn-remove-favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #d43d37;
  border: 2px solid #d43d37;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}
.ulubione-template .favorites-grid .favorite-product-item .product-thumbnail .btn-remove-favorite:hover {
  background-color: #d43d37;
  color: white;
  transform: scale(1.1);
}
.ulubione-template .favorites-grid .favorite-product-item .product-thumbnail .btn-remove-favorite .icon-trash {
  width: 18px;
  height: 18px;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-labels {
  padding: 0 1rem;
  margin-top: 1rem;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-labels .darmowa-dostawa {
  position: static;
  background: none;
  color: #212529;
  border: solid #a79268 1px;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin: 1rem 1.5rem 0.75rem;
  line-height: 1.4;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-title a {
  color: #212529;
  text-decoration: none;
  display: block;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-title a:hover {
  color: #a79268;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-rating {
  margin: 0 1.5rem 0.75rem;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-rating .star-rating {
  font-size: 0.9rem;
  color: #ffd700;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-rating .star-rating::before {
  color: rgb(182.972972973, 190, 197.027027027);
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
  margin: 0 1.5rem auto;
  padding-bottom: 1.5rem;
  display: block;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-price del {
  font-size: 0.9rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.5rem;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-price del .woocommerce-Price-amount {
  color: inherit;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-price ins {
  text-decoration: none;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-price ins .woocommerce-Price-amount {
  color: #a79268;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-price .woocommerce-Price-amount {
  color: #a79268;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-actions {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  display: none;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-actions .button {
  flex: 1;
  padding: 10px 15px;
  background-color: #a79268;
  color: #fff;
  border: 2px solid #a79268;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ulubione-template .favorites-grid .favorite-product-item .product-details .product-actions .button:hover {
  background-color: #8B7851;
  border-color: #8B7851;
  transform: translateY(-2px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
.ulubione-template .favorites-grid .favorite-product-item:hover .product-actions {
  display: flex;
  opacity: 1;
}
.ulubione-template .favorites-empty {
  padding: 60px 20px;
  text-align: center;
}
.ulubione-template .favorites-empty .empty-state {
  max-width: 500px;
  margin: 0 auto;
}
.ulubione-template .favorites-empty .empty-state .empty-icon {
  width: 80px;
  height: 80px;
  color: rgb(182.972972973, 190, 197.027027027);
  margin-bottom: 20px;
}
.ulubione-template .favorites-empty .empty-state h2 {
  color: #212529;
  margin-bottom: 15px;
}
.ulubione-template .favorites-empty .empty-state p {
  color: rgb(78.4864864865, 88, 97.5135135135);
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.6;
}
.ulubione-template .favorites-empty .empty-state .btn-primary {
  display: inline-block;
  padding: 12px 30px;
  background-color: #a79268;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.ulubione-template .favorites-empty .empty-state .btn-primary:hover {
  background-color: #8B7851;
  transform: translateY(-2px);
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}

.amg-favorites-count {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 6px;
  background-color: #a79268;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.amg-favorites-count[data-count="0"] {
  display: none;
}
.amg-favorites-count.has-items {
  animation: countBounce 0.3s ease;
}

@keyframes countBounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.page-reklamacje-main {
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .page-reklamacje-main {
    padding: 30px 0 60px;
  }
}
.page-reklamacje-main .reklamacje-header {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-header {
    margin-bottom: 40px;
  }
}
.page-reklamacje-main .reklamacje-header h1 {
  margin-bottom: 20px;
}
.page-reklamacje-main .reklamacje-header .reklamacje-intro {
  max-width: 800px;
  margin: 0 auto;
}
.page-reklamacje-main .reklamacje-header .reklamacje-intro p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: rgba(33, 37, 41, 0.8);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-header .reklamacje-intro p {
    font-size: 1rem;
  }
}
.page-reklamacje-main .reklamacje-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 1200px) {
  .page-reklamacje-main .reklamacje-cards {
    gap: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
}
.page-reklamacje-main .reklamacje-cards .reklamacje-card {
  background: #fff;
  border: 1px solid rgba(33, 37, 41, 0.1);
  border-radius: 6px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-cards .reklamacje-card {
    padding: 30px 20px;
  }
}
.page-reklamacje-main .reklamacje-cards .reklamacje-card:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  border-color: rgba(167, 146, 104, 0.3);
}
.page-reklamacje-main .reklamacje-cards .reklamacje-card .card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(167, 146, 104, 0.1);
  border-radius: 50%;
  color: #a79268;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-cards .reklamacje-card .card-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
}
.page-reklamacje-main .reklamacje-cards .reklamacje-card .card-icon i {
  font-size: 48px;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-cards .reklamacje-card .card-icon i {
    font-size: 40px;
  }
}
.page-reklamacje-main .reklamacje-cards .reklamacje-card:hover .card-icon {
  background: #a79268;
  color: white;
  transform: scale(1.05);
}
.page-reklamacje-main .reklamacje-cards .reklamacje-card h3 {
  margin: 0 0 15px;
  font-size: 1.375rem;
  color: #212529;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-cards .reklamacje-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
.page-reklamacje-main .reklamacje-cards .reklamacje-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(33, 37, 41, 0.7);
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-cards .reklamacje-card p {
    font-size: 0.9375rem;
  }
}
.page-reklamacje-main .reklamacje-text-section {
  background: #f5f5f5;
  border-radius: 6px;
  padding: 60px;
  margin-top: 80px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 1200px) {
  .page-reklamacje-main .reklamacje-text-section {
    padding: 40px;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-text-section {
    padding: 30px 20px;
    margin-top: 50px;
  }
}
.page-reklamacje-main .reklamacje-text-section h2 {
  margin-top: 0;
  margin-bottom: 25px;
  color: #212529;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-text-section h2 {
    margin-bottom: 20px;
  }
}
.page-reklamacje-main .reklamacje-text-section h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #212529;
}
.page-reklamacje-main .reklamacje-text-section h3:first-of-type {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-text-section h3 {
    margin-top: 30px;
    margin-bottom: 12px;
  }
}
.page-reklamacje-main .reklamacje-text-section p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #212529;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-text-section p {
    font-size: 0.9375rem;
    margin-bottom: 18px;
  }
}
.page-reklamacje-main .reklamacje-text-section p:last-child {
  margin-bottom: 0;
}
.page-reklamacje-main .reklamacje-form-section {
  max-width: 900px;
  margin: 0 auto;
}
.page-reklamacje-main .reklamacje-form-section h2 {
  text-align: center;
  margin-bottom: 15px;
}
.page-reklamacje-main .reklamacje-form-section .form-description {
  text-align: center;
  font-size: 1.0625rem;
  color: rgba(33, 37, 41, 0.7);
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje {
  background: #fff;
  border: 1px solid rgba(33, 37, 41, 0.1);
  border-radius: 6px;
  padding: 50px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 1200px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje {
    padding: 30px 20px;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .col-12 {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .col-12:last-child {
  margin-bottom: 0;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .col-6 {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .col-6 {
    width: 100%;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form p {
  margin: 0;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #212529;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form label {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=text],
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=email],
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=tel],
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=date],
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=file],
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form select,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(33, 37, 41, 0.2);
  border-radius: 6px;
  background: #fff;
  color: #212529;
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=text]::placeholder,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=email]::placeholder,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=tel]::placeholder,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=date]::placeholder,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=file]::placeholder,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form select::placeholder,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form textarea::placeholder {
  color: rgba(33, 37, 41, 0.5);
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=text]:focus,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=email]:focus,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=tel]:focus,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=date]:focus,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=file]:focus,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form select:focus,
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form textarea:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=text],
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=email],
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=tel],
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=date],
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=file],
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form select,
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form textarea {
    padding: 10px 14px;
    font-size: 0.9375rem;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form textarea {
    min-height: 120px;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23212529' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=file] {
  padding: 10px;
  cursor: pointer;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=file]::file-selector-button {
  background: #a79268;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.875rem;
  margin-right: 12px;
  transition: background 0.3s ease;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form input[type=file]::file-selector-button:hover {
  background: #8B7851;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept {
  display: flex;
  align-items: flex-start;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept .wpcf7-form-control-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  margin: 3px 12px 0 0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #a79268;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(33, 37, 41, 0.8);
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
  color: #a79268;
  text-decoration: underline;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #8B7851;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .submit {
  margin-top: 10px;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .submit input[type=submit] {
  background: #a79268;
  color: white;
  border: none;
  padding: 16px 40px;
  font-size: 1.0625rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .submit input[type=submit]:hover {
  background: #8B7851;
  transform: translateY(-2px);
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .submit input[type=submit]:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .submit input[type=submit] {
    padding: 14px 32px;
    font-size: 1rem;
  }
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .wpcf7-not-valid-tip {
  color: #d43d37;
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.9375rem;
  text-align: center;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  background: rgba(212, 61, 55, 0.1);
  border: 1px solid #d43d37;
  color: #d43d37;
}
.page-reklamacje-main .reklamacje-form-section .form-reklamacje .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(59, 196, 64, 0.1);
  border: 1px solid #3BC440;
  color: #3BC440;
}

.woocommerce .woocommerce-breadcrumbs-section {
  background-color: #fff;
  padding: 1rem 0;
  border-bottom: 1px solid #a79268;
}
.woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb {
  font-size: 0.875rem;
  color: rgb(101.2297297297, 113.5, 125.7702702703);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb a {
  color: #212529;
  text-decoration: none;
  transition: color 0.2s ease;
  font-weight: 500;
}
.woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb a:hover {
  color: #a79268;
}
.woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb a:first-child {
  font-weight: 600;
  position: relative;
}
.woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb span {
  margin: 0;
  opacity: 0.5;
  font-weight: 400;
  color: rgb(126.4594594595, 139, 151.5405405405);
}
.woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb span:last-child {
  color: #a79268;
  font-weight: 600;
  opacity: 1;
}
.woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb span:last-child::before {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-breadcrumbs-section {
    padding: 0.75rem 0;
  }
  .woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb {
    font-size: 0.8rem;
    gap: 0.25rem;
  }
  .woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb a:first-child {
    padding-left: 1.1rem;
  }
  .woocommerce .woocommerce-breadcrumbs-section .yoast-breadcrumb a:first-child::before {
    width: 12px;
    height: 12px;
  }
}
.woocommerce .woocommerce-products-header {
  margin-bottom: 3rem;
  padding: 2.5rem 0;
  background: linear-gradient(135deg, #fcfdff, #f5f5f5);
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-products-header {
    margin-bottom: 1.5rem;
    padding: 1rem;
  }
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
  min-height: 200px;
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header-wrapper {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-content {
  flex: 1;
  text-align: left;
  order: 1;
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header-content {
    text-align: center;
    order: 2;
  }
}
.woocommerce .woocommerce-products-header .woocommerce-products-header__title {
  color: #212529;
  margin-bottom: 1.5rem;
  position: relative;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header__title {
    text-align: center;
    font-size: 2.25rem;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.woocommerce .woocommerce-products-header .woocommerce-products-header__title::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #a79268;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header__title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.woocommerce .woocommerce-products-header h1 {
  margin-bottom: 32px;
  margin-top: 0;
  font-size: 3rem;
}
@media (max-width: 986px) {
  .woocommerce .woocommerce-products-header h1 {
    font-size: 1.75rem;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
  }
}
.woocommerce .woocommerce-products-header .term-description {
  font-size: 1.125rem;
  color: rgb(78.4864864865, 88, 97.5135135135);
  line-height: 1.6;
  margin-top: 1.5rem;
  text-align: left;
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-products-header .term-description {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-products-header .term-description {
    font-size: 1rem;
  }
}
.woocommerce .woocommerce-products-header .term-description p {
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-products-header .term-description p:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-image {
  flex: 0 0 480px;
  width: 480px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  border: 2px solid rgba(167, 146, 104, 0.2);
  position: relative;
  overflow: hidden;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  align-self: stretch;
  order: 2;
}
@media (max-width: 992px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header-image {
    flex: none;
    width: 320px;
    height: 320px;
    margin: 0 auto;
    order: 1;
  }
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header-image {
    width: 240px;
    height: 240px;
  }
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(6px - 2px);
  transition: transform 0.3s ease;
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-image img:hover {
  transform: scale(1.05);
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-image:empty::before {
  content: "📦";
  font-size: 3rem;
  opacity: 0.3;
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header-image:empty::before {
    font-size: 2.5rem;
  }
}
.woocommerce .woocommerce-products-header .woocommerce-products-header-image:empty::after {
  content: "Zdjęcie kategorii";
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  color: rgb(154.7162162162, 164.5, 174.2837837838);
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-products-header .woocommerce-products-header-image:empty::after {
    font-size: 0.7rem;
    bottom: 0.75rem;
  }
}
.woocommerce .woocommerce-result-count {
  margin-bottom: 1.5rem;
  color: rgb(101.2297297297, 113.5, 125.7702702703);
  font-size: 0.9rem;
  font-weight: 500;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-ordering select {
  padding: 0.75rem 1rem;
  border: 2px solid rgb(223.3347280335, 215.7782426778, 200.6652719665);
  border-radius: 6px;
  background-color: #fff;
  color: #212529;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  min-width: 200px;
}
.woocommerce .woocommerce-ordering select:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
.woocommerce .woocommerce-ordering select:hover {
  border-color: #a79268;
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2rem;
  margin: 0 0 3rem 0;
  padding: 0;
  list-style: none;
}
.woocommerce ul.products::before {
  display: none;
}
@media (max-width: 1200px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
.woocommerce ul.products li.product {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100% !important;
}
@media (min-width: 1201px) {
  .woocommerce ul.products li.product {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product {
    margin: 0 !important;
  }
}
.woocommerce ul.products li.product:hover {
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.woocommerce ul.products li.product:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.05);
}
.woocommerce ul.products li.product.sale .price ins span {
  color: #d43d37 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  height: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .attachment-medium {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  height: 350px;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__link .attachment-medium {
    height: auto !important;
    margin-bottom: 20px;
    margin-top: 20px;
    aspect-ratio: none !important;
    max-height: 350px;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin: 0.5rem 1rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover {
  color: #a79268;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
  margin: 0.5rem 1rem;
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price del {
  font-size: 0.9rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.5rem;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price del .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce ul.products li.product .product-labels {
  padding: 0 1rem;
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 21.6px;
}
.woocommerce ul.products li.product .onsale {
  position: static;
  background: #d43d37;
  color: white;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.woocommerce ul.products li.product .darmowa-dostawa {
  border: solid #a79268 1px;
  position: static;
  color: #212529;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.woocommerce ul.products li.product .kod-info-loop {
  border: solid #d43d37 1px;
  position: static;
  color: #d43d37;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title) {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin: 1rem 1.5rem 0.75rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title):hover {
  color: #a79268;
}
.woocommerce ul.products li.product .star-rating {
  margin: 0 1.5rem 0.75rem;
  font-size: 0.9rem;
  color: #ffd700;
}
.woocommerce ul.products li.product .star-rating::before {
  color: rgb(182.972972973, 190, 197.027027027);
}
.woocommerce ul.products li.product .price:not(.woocommerce-loop-product__link .price) {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
  margin: 0 1.5rem auto;
  display: block;
}
.woocommerce ul.products li.product .price:not(.woocommerce-loop-product__link .price) del {
  font-size: 0.9rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.5rem;
}
.woocommerce ul.products li.product .price:not(.woocommerce-loop-product__link .price) del .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce ul.products li.product .price:not(.woocommerce-loop-product__link .price) .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce ul.products li.product .button {
  display: none;
}
.woocommerce .woocommerce-pagination {
  margin-top: 2rem;
  text-align: center;
}
.woocommerce .woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  border: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li {
  margin: 0;
  border-right: none;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
  min-width: 44px;
  min-height: 44px;
  background-color: #f8f9fa;
  border: none;
  border-radius: 8px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers:hover {
  background-color: rgba(167, 146, 104, 0.1);
  color: #a79268;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #a79268;
  color: white;
  font-weight: 600;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.dots {
  background: #f8f9fa !important;
  color: #212529;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  font-size: 14px;
  background-color: #f1f3f4;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev i, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next i {
  font-size: 13px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover {
  background-color: #e8eaed;
  color: #212529;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-pagination ul.page-numbers {
    gap: 6px;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
    padding: 10px 12px;
    min-width: 40px;
    min-height: 40px;
    font-size: 14px;
    border-radius: 6px;
  }
}
@media (max-width: 480px) {
  .woocommerce .woocommerce-pagination ul.page-numbers {
    gap: 4px;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers {
    padding: 8px 10px;
    min-width: 36px;
    min-height: 36px;
    font-size: 13px;
  }
  .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.prev i, .woocommerce .woocommerce-pagination ul.page-numbers li .page-numbers.next i {
    font-size: 11px;
  }
}
.woocommerce .woocommerce-info {
  text-align: center;
  padding: 4rem 2rem;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin: 2rem 0;
}
.woocommerce .woocommerce-info::before {
  content: "🛍️";
  display: none;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
  border-radius: 6px;
  border-left: 4px solid;
}
.woocommerce .woocommerce-message li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-error li {
  width: 100%;
}
.woocommerce .woocommerce-message.woocommerce-message,
.woocommerce .woocommerce-info.woocommerce-message,
.woocommerce .woocommerce-error.woocommerce-message {
  background-color: rgb(235.4, 249.1, 235.9);
  border-left-color: #3BC440;
  color: rgb(35.4, 117.6, 38.4);
}
.woocommerce .woocommerce-message.woocommerce-info,
.woocommerce .woocommerce-info.woocommerce-info,
.woocommerce .woocommerce-error.woocommerce-info {
  background-color: rgb(251.5020920502, 250.6673640167, 248.9979079498);
  border-left-color: #a79268;
  color: rgb(106.7740585774, 91.9246861925, 62.2259414226);
}
.woocommerce .woocommerce-message.woocommerce-error,
.woocommerce .woocommerce-info.woocommerce-error,
.woocommerce .woocommerce-error.woocommerce-error {
  background-color: rgb(252.6111111111, 244.2222222222, 243.8888888889);
  border-left-color: #d43d37;
  color: rgb(135.8024691358, 33.2716049383, 29.1975308642);
}

@keyframes promoPulse {
  0% {
    box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
    transform: scale(1);
  }
  50% {
    box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
    transform: scale(1);
  }
}
.woocommerce-notices-wrapper {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  background: #f5f5f5;
  margin-bottom: 1.5rem;
}
@media (max-width: 1550px) {
  .woocommerce-notices-wrapper {
    width: 95%;
  }
}
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  padding: 1rem 1.25rem 1rem 3rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border-left: 4px solid;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce-notices-wrapper .woocommerce-info li,
.woocommerce-notices-wrapper .woocommerce-error li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1;
}
.woocommerce-notices-wrapper .woocommerce-message::after,
.woocommerce-notices-wrapper .woocommerce-info::after,
.woocommerce-notices-wrapper .woocommerce-error::after {
  display: none !important;
}
.woocommerce-notices-wrapper .woocommerce-message.woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info.woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error.woocommerce-message {
  background-color: rgba(59, 196, 64, 0.1);
  border-left-color: #3BC440;
  color: rgb(35.4, 117.6, 38.4);
}
.woocommerce-notices-wrapper .woocommerce-message.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-info.woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error.woocommerce-error {
  background-color: rgba(196, 64, 59, 0.1);
  border-left-color: #d43d37;
  color: rgb(135.8024691358, 33.2716049383, 29.1975308642);
}
.woocommerce-notices-wrapper .woocommerce-message.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-info.woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error.woocommerce-info {
  background-color: rgba(167, 146, 104, 0.1);
  border-left-color: #a79268;
  color: rgb(106.7740585774, 91.9246861925, 62.2259414226);
}
@media (max-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-notices-wrapper .woocommerce-error {
    padding-left: 2.5rem;
  }
  .woocommerce-notices-wrapper .woocommerce-message::before,
  .woocommerce-notices-wrapper .woocommerce-info::before,
  .woocommerce-notices-wrapper .woocommerce-error::before {
    left: 0.75rem;
    font-size: 1rem;
  }
}

.woocommerce .product-subcategories-section {
  margin-bottom: 3rem;
}
.woocommerce .product-subcategories-section .product-subcategories .subcategories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .woocommerce .product-subcategories-section .product-subcategories .subcategories-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
  }
}
@media (max-width: 992px) {
  .woocommerce .product-subcategories-section .product-subcategories .subcategories-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .woocommerce .product-subcategories-section .product-subcategories .subcategories-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}
@media (max-width: 480px) {
  .woocommerce .product-subcategories-section .product-subcategories .subcategories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item {
  text-align: center;
  transition: transform 0.3s ease;
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item .subcategory-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item:hover .subcategory-image {
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
  transform: translate(-3px, -3px);
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item:hover .subcategory-info .subcategory-name {
  color: #a79268;
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item .subcategory-image {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 1rem;
  background: #f5f5f5;
  transition: 0.3s;
  padding: 0.25rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item .subcategory-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item .subcategory-image .no-image {
  font-size: 2.5rem;
  opacity: 0.3;
  color: #a79268;
}
@media (max-width: 480px) {
  .woocommerce .product-subcategories-section .product-subcategories .subcategory-item .subcategory-image .no-image {
    font-size: 2rem;
  }
}
.woocommerce .product-subcategories-section .product-subcategories .subcategory-item .subcategory-info .subcategory-name {
  color: #212529;
  font-weight: 600;
  margin: 0;
  font-size: 1.125rem;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .woocommerce .product-subcategories-section .product-subcategories .subcategory-item .subcategory-info .subcategory-name {
    font-size: 1rem;
  }
}

.archive .amg-favorite-btn {
  display: none;
}
.archive .product:hover .amg-favorite-btn {
  display: block;
}

.woo-archive-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.woo-archive-wrap .woo-sidebar {
  max-width: 250px;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .woo-archive-wrap .woo-sidebar {
    max-width: none;
    margin-right: 0;
  }
}
.woo-archive-wrap .woo-product-loop {
  flex: 1;
}

@media (max-width: 1550px) {
  .woo-archive-wrap {
    width: 95%;
  }
}
.woo-sidebar {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  padding: 1.5rem;
}
@media (max-width: 1200px) {
  .woo-sidebar {
    max-width: 220px;
    padding: 1.25rem;
  }
}

.wpc-filters-main-wrap .wpc-filter-link {
  color: #a79268;
}
.wpc-filters-main-wrap .wpc-filter-terms-count-0 {
  display: none !important;
}
.wpc-filters-main-wrap .wpc-filter-_price {
  display: block !important;
}
.wpc-filters-main-wrap .wpc-filters-open-button-container {
  display: none;
}
.wpc-filters-main-wrap .wpc-filters-open-button-container .wpc-open-close-filters-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #a79268;
  color: white;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  border: none;
}
.wpc-filters-main-wrap .wpc-filters-open-button-container .wpc-open-close-filters-button:hover {
  background: #8B7851;
}
.wpc-filters-main-wrap .wpc-filters-open-button-container .wpc-open-close-filters-button .wpc-icon-html-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 16px;
}
.wpc-filters-main-wrap .wpc-filters-open-button-container .wpc-open-close-filters-button .wpc-icon-html-wrapper span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: white;
}
.wpc-filters-main-wrap .wpc-spinner::after {
  border-color: #a79268 transparent #a79268 transparent;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-close-container .wpc-widget-close-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-close-container .wpc-widget-close-icon .wpc-icon-html-wrapper {
  position: relative;
  width: 18px;
  height: 18px;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-close-container .wpc-widget-close-icon .wpc-icon-html-wrapper span {
  position: absolute;
  width: 100%;
  height: 1.5px;
  background: #212529;
  top: 50%;
  left: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-close-container .wpc-widget-close-icon .wpc-icon-html-wrapper span:first-child {
  transform: rotate(45deg);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-close-container .wpc-widget-close-icon .wpc-icon-html-wrapper span:nth-child(2) {
  transform: rotate(-45deg);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-close-container .wpc-widget-close-icon .wpc-icon-html-wrapper span:nth-child(3) {
  display: none;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-close-container .wpc-widget-popup-title {
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-top-inside .wpc-filter-chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0 0 1rem 0;
  list-style: none;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-top-inside .wpc-filter-chips-list.wpc-empty-chips-container {
  display: none;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-top-inside .wpc-filter-chips-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #f5f5f5;
  color: #212529;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid transparent;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-top-inside .wpc-filter-chips-list li .wpc-chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-top-inside .wpc-filter-chips-list li .wpc-chip-remove::before {
  content: "×";
  font-size: 18px;
  line-height: 1;
  color: #212529;
  opacity: 0.6;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-widget-top-inside .wpc-filter-chips-list li .wpc-chip-remove:hover::before {
  opacity: 1;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-scroll-container {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding: 0 0.25rem;
}
@media (max-width: 992px) {
  .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-scroll-container {
    padding: 0rem;
  }
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-scroll-container::-webkit-scrollbar {
  width: 4px;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-scroll-container::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-scroll-container::-webkit-scrollbar-thumb {
  background: rgb(182.972972973, 190, 197.027027027);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-scroll-container::-webkit-scrollbar-thumb:hover {
  background: rgb(126.4594594595, 139, 151.5405405405);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section {
  margin-bottom: 0.5rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #f5f5f5;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section:last-child {
  border-bottom: none;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section .wpc-filter-header {
  margin-bottom: 1rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section .wpc-filter-header .wpc-filter-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-dropdown .wpc-filter-content select {
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  background-color: #fff;
  color: #212529;
  font-size: 0.875rem;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23999' d='M5 6L0 0h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-dropdown .wpc-filter-content select:focus {
  outline: none;
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-dropdown .wpc-filter-content select:hover {
  border-color: rgb(182.972972973, 190, 197.027027027);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-dropdown .wpc-filter-content select option {
  padding: 0.5rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-dropdown .wpc-filter-content select option.wpc-dropdown-default {
  color: rgb(154.7162162162, 164.5, 174.2837837838);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li {
  margin-bottom: 0.625rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li:last-child {
  margin-bottom: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: #212529;
  position: relative;
  padding-left: 1.75rem;
  line-height: 1.4;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label input[type=checkbox] + .wpc-filter-checkbox-wrapper::before, .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(182.972972973, 190, 197.027027027);
  border-radius: 3px;
  background: #fff;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label input[type=checkbox]:checked + .wpc-filter-checkbox-wrapper::before, .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label input[type=checkbox]:checked + span::before {
  background: #a79268;
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label input[type=checkbox]:checked + .wpc-filter-checkbox-wrapper::after, .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label:hover {
  color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label:hover input[type=checkbox] + .wpc-filter-checkbox-wrapper::before,
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label:hover input[type=checkbox] + span::before {
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-checkbox .wpc-filter-content .wpc-filter-checkboxes-list li label .wpc-term-count {
  margin-left: 0.25rem;
  opacity: 0.5;
  font-size: 0.813rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li {
  margin-bottom: 0.625rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li:last-child {
  margin-bottom: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  color: #212529;
  position: relative;
  padding-left: 1.75rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label input[type=radio] + .wpc-filter-radio-wrapper::before, .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid rgb(182.972972973, 190, 197.027027027);
  border-radius: 50%;
  background: #fff;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label input[type=radio]:checked + .wpc-filter-radio-wrapper::after, .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label:hover {
  color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label:hover input[type=radio] + .wpc-filter-radio-wrapper::before,
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-radio .wpc-filter-content .wpc-filter-radio-list li label:hover input[type=radio] + span::before {
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-list .wpc-filter-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-list .wpc-filter-content ul li {
  margin-bottom: 0.5rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-list .wpc-filter-content ul li:last-child {
  margin-bottom: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-list .wpc-filter-content ul li a {
  display: block;
  padding: 0.375rem 0;
  color: #212529;
  text-decoration: none;
  font-size: 0.875rem;
  border-bottom: 1px solid transparent;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-list .wpc-filter-content ul li a:hover {
  color: #a79268;
  border-bottom-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-list .wpc-filter-content ul li a.wpc-filter-active {
  color: #a79268;
  font-weight: 600;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-list .wpc-filter-content ul li a .wpc-term-count {
  margin-left: 0.25rem;
  opacity: 0.5;
  font-size: 0.813rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-color .wpc-filter-content .wpc-filter-colors-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-color .wpc-filter-content .wpc-filter-colors-list li .wpc-color-item {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  cursor: pointer;
  position: relative;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-color .wpc-filter-content .wpc-filter-colors-list li .wpc-color-item:hover {
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-color .wpc-filter-content .wpc-filter-colors-list li .wpc-color-item.wpc-active {
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-color .wpc-filter-content .wpc-filter-colors-list li .wpc-color-item.wpc-active::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column {
  flex: 1;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column input[type=number] {
  width: 100%;
  padding: 0.375rem 0.5rem;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  background: #fff;
  color: #212529;
  font-size: 0.875rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column input[type=number]:focus {
  outline: none;
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column input[type=number]::-webkit-inner-spin-button, .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-wrapper .wpc-filters-range-column input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper {
  padding: 0.5rem 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control {
  height: 2px;
  background: #f5f5f5;
  border: none;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control .ui-slider-range {
  background: #a79268;
  height: 2px;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #a79268;
  cursor: grab;
  top: -6px;
  margin-left: -7px;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control .ui-slider-handle:focus {
  outline: none;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-range .wpc-filters-range-inputs .wpc-filter-range-form .wpc-filters-range-slider-wrapper .wpc-filters-range-slider-control .ui-slider-handle:active {
  cursor: grabbing;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-button .wpc-filter-content .wpc-filter-buttons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-button .wpc-filter-content .wpc-filter-buttons-list li button,
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-button .wpc-filter-content .wpc-filter-buttons-list li a {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  color: #212529;
  font-size: 0.813rem;
  text-decoration: none;
  cursor: pointer;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-button .wpc-filter-content .wpc-filter-buttons-list li button:hover,
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-button .wpc-filter-content .wpc-filter-buttons-list li a:hover {
  border-color: #a79268;
  color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-button .wpc-filter-content .wpc-filter-buttons-list li button.wpc-active,
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-button .wpc-filter-content .wpc-filter-buttons-list li a.wpc-active {
  background: #a79268;
  border-color: #a79268;
  color: white;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-search .wpc-filter-content input[type=text],
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-search .wpc-filter-content input[type=search] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  background: #fff;
  color: #212529;
  font-size: 0.875rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-search .wpc-filter-content input[type=text]::placeholder,
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-search .wpc-filter-content input[type=search]::placeholder {
  color: rgb(154.7162162162, 164.5, 174.2837837838);
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-search .wpc-filter-content input[type=text]:focus,
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-section.wpc-filter-layout-search .wpc-filter-content input[type=search]:focus {
  outline: none;
  border-color: #a79268;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container {
  border-top: 1px solid #f5f5f5;
  padding-top: 1.25rem;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 1rem 1.5rem;
    border-top: 1px solid #f5f5f5;
  }
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper {
  display: flex;
  gap: 0.5rem;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item {
  flex: 1;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item a {
  display: block;
  text-align: center;
  padding: 0.625rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item.wpc-filters-widget-controls-one a {
  background: #a79268;
  color: white;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item.wpc-filters-widget-controls-one a:hover {
  background: #8B7851;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item.wpc-filters-widget-controls-one a .wpc-filters-found-posts-wrapper {
  font-weight: 400;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item.wpc-filters-widget-controls-two a {
  background: #fff;
  color: #212529;
  border: 1px solid #f5f5f5;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-filters-widget-controls-container .wpc-filters-widget-controls-wrapper .wpc-filters-widget-controls-item.wpc-filters-widget-controls-two a:hover {
  border-color: #212529;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-edit-filter-set {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #f5f5f5;
  font-size: 0.75rem;
  text-align: center;
  opacity: 0.5;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-edit-filter-set a {
  color: #212529;
  text-decoration: none;
}
.wpc-filters-main-wrap .wpc-filters-widget-content .wpc-edit-filter-set a:hover {
  text-decoration: underline;
}

.wpc-filters-widget-content * {
  box-shadow: none !important;
  text-shadow: none !important;
}

.wpc-loading {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 992px) {
  .woo-archive-wrap {
    flex-direction: column;
  }
  .woo-archive-wrap .woo-product-loop {
    width: 100%;
  }
  .woo-sidebar .select2-container {
    width: 100% !important;
  }
  .wpc-open-close-filters-button {
    width: 100%;
  }
}
.woocommerce-order-pay article .woocommerce {
  display: none !important;
}

.woocommerce.single-product .wcv-message {
  top: 10px;
  z-index: 99;
  position: absolute;
}
@media (max-width: 767px) {
  .woocommerce.single-product .wcv-message {
    top: -30px;
  }
}
.woocommerce.single-product .kod-info-single {
  color: #d43d37;
  border: solid 1px #d43d37;
  padding: 8px 16px;
  margin-top: 16px;
  display: inline-block;
}
.woocommerce.single-product .woocommerce-breadcrumbs-section {
  background-color: #fff;
  padding: 0.75rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid white;
}
.woocommerce.single-product .woocommerce-breadcrumbs-section .container .yoast-breadcrumb {
  font-size: 0.875rem;
  color: rgb(101.2297297297, 113.5, 125.7702702703);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.woocommerce.single-product .woocommerce-breadcrumbs-section .container .yoast-breadcrumb a {
  color: #212529;
  text-decoration: none;
  padding-left: 0;
}
.woocommerce.single-product .woocommerce-breadcrumbs-section .container .yoast-breadcrumb a:hover {
  color: #a79268;
}
.woocommerce.single-product .woocommerce-breadcrumbs-section .container .yoast-breadcrumb span {
  opacity: 0.6;
}
.woocommerce.single-product .woocommerce-breadcrumbs-section .container .yoast-breadcrumb span:last-child {
  color: #a79268;
  opacity: 1;
}
.woocommerce.single-product .product-main-section {
  padding: 0.5rem 0 0 0;
  margin-bottom: 0.5rem;
}
.woocommerce.single-product .product-main-section .onsale {
  display: none !important;
}
.woocommerce.single-product .product-main-section .container div.product {
  display: grid;
  grid-template-columns: calc(65% - 1.5rem) calc(35% - 1.5rem);
  gap: 3rem;
}
@media (max-width: 992px) {
  .woocommerce.single-product .product-main-section .container div.product {
    grid-template-columns: 100%;
    gap: 1.5rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product div.summary {
  width: 100%;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery {
  opacity: 0 !important;
  width: 100% !important;
  transition: opacity 0.4s ease-in-out;
  position: relative;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery.swiper-gallery {
  opacity: 1 !important;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .onsale {
  display: none !important;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .zoomImg {
  display: none !important;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 6px;
  overflow: hidden;
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper {
    margin-bottom: 0.75rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image {
  position: relative;
  margin: 0;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image {
    height: 300px;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image a {
  display: flex;
  position: relative;
  cursor: zoom-in;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image a:hover {
  transform: scale(1.02);
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image a:hover img {
  filter: brightness(1.05);
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image a::after {
  content: "🔍";
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(167, 146, 104, 0.9);
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image a::after {
    width: 35px;
    height: 35px;
    top: 0.75rem;
    right: 0.75rem;
    font-size: 0.875rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image a:hover::after {
  opacity: 1;
  transform: scale(1.1);
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-wrapper .swiper-slide .woocommerce-product-gallery__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  transition: all 0.3s ease;
  object-fit: contain;
  object-position: center;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-next,
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-prev {
  color: #a79268;
  background: rgba(255, 255, 255, 0.95);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-next:hover,
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-prev:hover {
  background: #a79268;
  color: white;
  transform: scale(1.05);
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-next::after,
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-prev::after {
  font-size: 1.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-next,
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-next::after,
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-prev::after {
    font-size: 1rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-next {
  right: 1rem;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-next {
    right: 0.75rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-prev {
  left: 1rem;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-button-prev {
    left: 0.75rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-pagination {
  bottom: 1rem;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-pagination {
    bottom: 0.75rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
  transition: all 0.3s ease;
  display: none;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a79268;
  transform: scale(1.2);
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid rgb(242.1129707113, 239.0376569038, 232.8870292887);
  border-top: 3px solid #a79268;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-main-swiper.loading::before {
  opacity: 1;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide:hover {
  opacity: 0.8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::after {
  border-color: #a79268;
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide img {
    height: 100px;
  }
}
@media (max-width: 480px) {
  .woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery .product-thumbs-swiper .swiper-wrapper .swiper-slide img {
    height: 80px;
  }
}
.woocommerce.single-product .product-main-section .container div.product .woocommerce-product-gallery.swiper-gallery {
  animation: fadeInUp 0.6s ease-out;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary {
  padding: 0;
  border-radius: 6px;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_title {
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #212529;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_title {
    font-size: 1.75rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid white;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .woocommerce-product-rating .star-rating {
  font-size: 0.9rem;
  color: #ffd700;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: rgb(78.4864864865, 88, 97.5135135135);
  text-decoration: none;
  font-size: 0.875rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #a79268;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary #omnibus-price-data {
  display: block;
  margin-bottom: 16px;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-size: 0.8rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .onsale-single-product {
  position: static;
  background: #d43d37;
  color: #fff;
  padding: 0.5rem 0.5rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .single-item-details {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .single-item-details .item-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .single-item-details .item-detail .dostawa-span {
  color: #a79268;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .single-item-details .item-detail .dostawa-span-free {
  color: #d43d37 !important;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .single-item-details .item-detail i {
  font-size: 16px;
  width: 22px;
  color: #a79268;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip {
  position: relative;
  display: inline-block;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip .tooltip-icon {
  cursor: pointer;
  color: #a79268;
  font-size: 21px;
  transition: color 0.2s ease;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip .tooltip-icon:hover {
  color: #8B7851;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #212529;
  color: #fff;
  text-align: center;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 1000;
  transition: 1s;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  max-width: 300px;
  min-width: 160px;
  white-space: normal;
}
@media (hover: hover) and (pointer: fine) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
  }
}
@media (hover: none) and (pointer: coarse) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip.active .tooltip-content {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip .tooltip-content {
    max-width: 180px;
    font-size: 13px;
    left: 0;
    transform: translateX(-100%);
    bottom: 130%;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .tooltip .tooltip-content::after {
    left: 20px;
    margin-left: 0;
  }
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .warianty-wrapper {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: solid 1px #a79268;
  border-radius: 4px;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .warianty-wrapper .warianty-text {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .warianty-wrapper .warianty-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 15px;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .warianty-wrapper .warianty-inner .wariant-product {
  outline: #a79268 1px solid;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .warianty-wrapper .warianty-inner .wariant-product img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .warianty-wrapper .warianty-inner .wariant-product:hover {
  outline: #a79268 3px solid;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .warianty-wrapper .warianty-inner .active-wariant-product {
  outline: #a79268 3px solid;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .price {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: flex;
  color: #a79268;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  margin-top: 0;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .price.price-is-on-sale {
  color: #d43d37;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .price del {
  font-size: 1.25rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .price ins {
  text-decoration: none;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .woocommerce-product-details__short-description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(67.1148648649, 75.25, 83.3851351351);
  margin-bottom: 1.5rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 0.75rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .stock {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .stock.in-stock {
  background-color: rgb(235.4, 249.1, 235.9);
  color: rgb(47.2, 156.8, 51.2);
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .stock.out-of-stock {
  background-color: rgb(252.6111111111, 244.2222222222, 243.8888888889);
  color: rgb(177.7777777778, 43.5555555556, 38.2222222222);
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form {
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 0 !important;
  margin-top: 0.5rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .amg-favorite-btn {
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
@media (max-width: 1366px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-around;
    height: 32px !important;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .custom-quantity-wrapper {
    height: 32px !important;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .quantity {
    align-self: baseline;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .quantity .custom-quantity-input {
    height: 32px;
    font-size: 0.8rem;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .single_add_to_cart_button {
    height: 32px;
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.8rem !important;
    padding: 0 8px !important;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .amg-favorite-btn {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}
@media (max-width: 992px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form {
    justify-content: flex-start;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .custom-quantity-wrapper button {
    width: 24px;
    height: 32px;
    max-height: 32px;
  }
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .simple-add-to-cart-form .custom-quantity-wrapper input {
    width: 24px !important;
  }
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product-additional-info .contact-details {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid #a79268 1px;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product-additional-info .contact-details .contact-item {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: 0.7;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product-additional-info .contact-details .contact-item:hover {
  opacity: 1;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product-additional-info .contact-details .contact-item:first-child {
  margin-bottom: 1rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product-additional-info .contact-details .contact-item i {
  font-size: 0.9rem;
  width: 18px;
  color: #a79268;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product-additional-info .contact-details .contact-item a {
  color: #212529;
  opacity: 0.8;
  text-decoration: none;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart {
  margin-bottom: 1.5rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .variations {
  margin-bottom: 1rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .variations .label {
  font-weight: 500;
  color: #212529;
  margin-bottom: 0.5rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .variations select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid rgb(242.1129707113, 239.0376569038, 232.8870292887);
  border-radius: 4px;
  background-color: #fff;
  color: #212529;
  font-size: 0.9rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .variations select:focus {
  outline: none;
  border-color: #a79268;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .custom-quantity-wrapper {
  display: flex;
  flex-direction: row;
  border: solid #212529 1px;
  border-radius: 6px;
  height: 100%;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .quantity-btn {
  background-color: transparent;
  border: none;
  min-width: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
  cursor: pointer;
  transition: all 0.3s ease;
  line-height: 1;
  user-select: none;
  position: relative;
  pointer-events: auto !important;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .quantity-btn:hover:not(:disabled) {
  background-color: #f5f5f5;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .quantity-btn:active:not(:disabled) {
  background-color: #f5f5f5;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .quantity-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .quantity-btn:disabled:hover {
  transform: none;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .quantity-btn {
    width: 36px;
    height: 40px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .quantity-btn {
    width: 32px;
    height: 36px;
    font-size: 0.9rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .minus-btn {
  border-right: 1px solid rgb(242.1129707113, 239.0376569038, 232.8870292887);
  font-size: 1.3rem;
  line-height: 1;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .plus-btn {
  border-left: 1px solid rgb(242.1129707113, 239.0376569038, 232.8870292887);
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .custom-quantity-input {
  border: none;
  background: transparent;
  width: 32px;
  height: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  color: #212529;
  padding: 0;
  outline: none;
  position: relative;
  z-index: 1;
  -moz-appearance: textfield;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .custom-quantity-input:focus {
  color: #212529;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .custom-quantity-input {
    width: 55px;
    height: 40px;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .custom-quantity-input {
    width: 45px;
    height: 36px;
    font-size: 0.85rem;
  }
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .custom-quantity-input::-webkit-outer-spin-button, .woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .custom-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .single_add_to_cart_button {
  background-color: #a79268;
  color: white;
  border: none;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .single_add_to_cart_button .fa {
  margin-right: 6px;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .single_add_to_cart_button:hover {
  background-color: #8B7851;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .single_add_to_cart_button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary form.cart .single_add_to_cart_button.disabled:hover {
  background-color: #a79268;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_meta {
  border-top: 1px solid white;
  padding-top: 1rem;
  margin-top: 1rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_meta > span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: rgb(89.8581081081, 100.75, 111.6418918919);
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_meta > span .sku_wrapper,
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_meta > span .posted_in,
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_meta > span .tagged_as {
  font-weight: 500;
  color: #212529;
  margin-right: 0.5rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_meta > span a {
  color: #a79268;
  text-decoration: none;
  margin: 0 0.25rem;
}
.woocommerce.single-product .product-main-section .container div.product .summary.entry-summary .product_meta > span a:hover {
  text-decoration: underline;
}
.woocommerce.single-product .product-description-section {
  padding: 1rem 0 0rem 0;
}
.woocommerce.single-product .product-description-section .container {
  border-top: #a79268 solid 1px;
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: #a79268 solid 1px;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper {
  background-color: #fff;
  border-radius: 6px;
  padding: 0rem;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-description-section .container .product-description-wrapper {
    padding: 0rem;
  }
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .description-title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #212529;
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-description-section .container .product-description-wrapper .description-title {
    font-size: 1.25rem;
  }
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content {
  margin-bottom: 2rem;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(67.1148648649, 75.25, 83.3851351351);
  margin-bottom: 1rem;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h2,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h3,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h4,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h5,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h6 {
  color: #212529;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  font-weight: 500;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h2:first-child,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h3:first-child,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h4:first-child,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h5:first-child,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content h6:first-child {
  margin-top: 0;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content ul,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content ul li,
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-description-content ol li {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(67.1148648649, 75.25, 83.3851351351);
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .attributes-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #212529;
  font-weight: 500;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes {
  border: 1px solid white;
  border-radius: 4px;
  overflow: hidden;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item {
  display: flex;
  border-bottom: 1px solid white;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item {
    flex-direction: column;
  }
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__label {
  background-color: #f5f5f5;
  padding: 0.75rem;
  font-weight: 500;
  color: #212529;
  font-size: 0.9rem;
  border-right: 1px solid white;
  min-width: 190px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__label {
    border-right: none;
    border-bottom: 1px solid white;
    min-width: auto;
  }
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__value {
  background-color: #fff;
  padding: 0.75rem;
  color: rgb(67.1148648649, 75.25, 83.3851351351);
  font-size: 0.9rem;
  flex: 1;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__value p {
  margin: 0;
  font-size: 0.9rem;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes tr {
  display: flex;
  border-bottom: 1px solid white;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes tr:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes tr {
    flex-direction: column;
  }
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes th {
  background-color: #f5f5f5;
  padding: 0.75rem;
  font-weight: 500;
  color: #212529;
  font-size: 0.9rem;
  border: none;
  border-right: 1px solid white;
  min-width: 150px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes th {
    border-right: none;
    border-bottom: 1px solid white;
    min-width: auto;
  }
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes td {
  background-color: #fff;
  padding: 0.75rem;
  color: rgb(67.1148648649, 75.25, 83.3851351351);
  font-size: 0.9rem;
  border: none;
  flex: 1;
}
.woocommerce.single-product .product-description-section .container .product-description-wrapper .product-attributes-section .woocommerce-product-attributes.shop_attributes td p {
  margin: 0;
  font-size: 0.9rem;
}
.woocommerce.single-product .product-reviews-section {
  padding: 2rem 0 0 0;
  margin-bottom: 2rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper {
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 2rem;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-reviews-section .container .reviews-wrapper {
    padding: 1.5rem;
  }
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .reviews-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #212529;
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .reviews-title {
    font-size: 1.25rem;
  }
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment {
  margin-bottom: 1rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 4px;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container {
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container {
    flex-direction: column;
  }
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container img.avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text {
  flex: 1;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text .star-rating {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text .meta {
  margin-bottom: 0.75rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text .meta .woocommerce-review__author {
  color: #212529;
  font-weight: 500;
  margin-right: 0.5rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text .meta .woocommerce-review__published-date {
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-size: 0.8rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text .description {
  color: rgb(67.1148648649, 75.25, 83.3851351351);
  line-height: 1.5;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text .description p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews .commentlist li.comment .comment_container .comment-text .description p:last-child {
  margin-bottom: 0;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 4px;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form #reply-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #212529;
  font-weight: 500;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-rating {
  margin-bottom: 1rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-rating label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-rating .stars {
  display: flex;
  gap: 0.25rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-rating .stars a {
  color: rgb(182.972972973, 190, 197.027027027);
  font-size: 1rem;
  text-decoration: none;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-rating .stars a:hover, .woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-rating .stars a.active {
  color: #ffd700;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-comment {
  margin-bottom: 1rem;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #212529;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-comment textarea {
  width: 100%;
  min-height: 100px;
  padding: 0.75rem;
  border: 1px solid rgb(242.1129707113, 239.0376569038, 232.8870292887);
  border-radius: 4px;
  background-color: #fff;
  color: #212529;
  font-size: 0.9rem;
  resize: vertical;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .comment-form-comment textarea:focus {
  outline: none;
  border-color: #a79268;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .form-submit .submit {
  background-color: #a79268;
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
}
.woocommerce.single-product .product-reviews-section .container .reviews-wrapper #reviews #review_form .form-submit .submit:hover {
  background-color: #8B7851;
}
.woocommerce.single-product .related-products-section,
.woocommerce.single-product .upsell-products-section {
  padding: 0rem 0;
  margin-bottom: 1rem;
}
.woocommerce.single-product .related-products-section .container .container,
.woocommerce.single-product .upsell-products-section .container .container {
  padding: 0;
}
.woocommerce.single-product .related-products-section .container .related.products,
.woocommerce.single-product .related-products-section .container .up-sells.products,
.woocommerce.single-product .upsell-products-section .container .related.products,
.woocommerce.single-product .upsell-products-section .container .up-sells.products {
  margin: 0;
}
.woocommerce.single-product .related-products-section .container .related.products > h2,
.woocommerce.single-product .related-products-section .container .up-sells.products > h2,
.woocommerce.single-product .upsell-products-section .container .related.products > h2,
.woocommerce.single-product .upsell-products-section .container .up-sells.products > h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #212529;
  font-weight: 500;
}
@media (max-width: 768px) {
  .woocommerce.single-product .related-products-section .container .related.products > h2,
  .woocommerce.single-product .related-products-section .container .up-sells.products > h2,
  .woocommerce.single-product .upsell-products-section .container .related.products > h2,
  .woocommerce.single-product .upsell-products-section .container .up-sells.products > h2 {
    font-size: 1.25rem;
  }
}
.woocommerce.single-product .related-products-section .container .related.products h2:first-child,
.woocommerce.single-product .related-products-section .container .up-sells.products h2:first-child,
.woocommerce.single-product .upsell-products-section .container .related.products h2:first-child,
.woocommerce.single-product .upsell-products-section .container .up-sells.products h2:first-child {
  margin-top: 0 !important;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 2rem;
  margin: 0 0 3rem 0;
  padding: 0;
  list-style: none;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products::before,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products::before,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products::before,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products::before {
  display: none;
}
@media (max-width: 1200px) {
  .woocommerce.single-product .related-products-section .container .related.products ul.products,
  .woocommerce.single-product .related-products-section .container .up-sells.products ul.products,
  .woocommerce.single-product .upsell-products-section .container .related.products ul.products,
  .woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .woocommerce.single-product .related-products-section .container .related.products ul.products,
  .woocommerce.single-product .related-products-section .container .up-sells.products ul.products,
  .woocommerce.single-product .upsell-products-section .container .related.products ul.products,
  .woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
  }
}
@media (max-width: 480px) {
  .woocommerce.single-product .related-products-section .container .related.products ul.products,
  .woocommerce.single-product .related-products-section .container .up-sells.products ul.products,
  .woocommerce.single-product .upsell-products-section .container .related.products ul.products,
  .woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products {
    grid-template-columns: 1fr;
  }
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100% !important;
}
@media (min-width: 1201px) {
  .woocommerce.single-product .related-products-section .container .related.products ul.products li.product,
  .woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product,
  .woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product,
  .woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product {
    max-width: 400px;
  }
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product:hover,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product:hover,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product:hover,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product:hover {
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product:hover .attachment-woocommerce_thumbnail,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product:hover .attachment-woocommerce_thumbnail,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product:hover .attachment-woocommerce_thumbnail,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.05);
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link {
  display: block;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .attachment-medium,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .attachment-medium,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .attachment-medium,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .attachment-medium {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  height: 350px;
  object-fit: contain;
  transition: transform 0.3s ease;
  display: block;
  margin-bottom: 0;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin: 0.5rem 1rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title:hover {
  color: #a79268;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
  margin: 0.5rem 1rem;
  display: block;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price del,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price del,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price del,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price del {
  font-size: 0.9rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.5rem;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price del .woocommerce-Price-amount,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price del .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price del .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price del .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price ins,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price ins,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price ins,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price ins {
  text-decoration: none;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price ins .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__link .price .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .product-labels,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .product-labels,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .product-labels,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .product-labels {
  padding: 0 1rem;
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .onsale,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .onsale,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .onsale,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .onsale {
  position: static;
  background: #d43d37;
  color: white;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: 2px solid white;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .darmowa-dostawa,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .darmowa-dostawa,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .darmowa-dostawa,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .darmowa-dostawa {
  border: solid #a79268 1px;
  position: static;
  color: #212529;
  padding: 0.25rem 0.25rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  z-index: 3;
  margin: 0;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  line-height: 0.75rem;
  min-height: 0 !important;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title),
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title),
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title),
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title) {
  font-size: 1.125rem;
  font-weight: 600;
  color: #212529;
  margin: 1rem 1.5rem 0.75rem;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title):hover,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title):hover,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title):hover,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .woocommerce-loop-product__title:not(.woocommerce-loop-product__link .woocommerce-loop-product__title):hover {
  color: #a79268;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .star-rating,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .star-rating,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .star-rating,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .star-rating {
  margin: 0 1.5rem 0.75rem;
  font-size: 0.9rem;
  color: #ffd700;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .star-rating::before,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .star-rating::before,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .star-rating::before,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .star-rating::before {
  color: rgb(182.972972973, 190, 197.027027027);
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price),
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price),
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price),
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) {
  font-size: 1.25rem;
  font-weight: 700;
  color: #a79268;
  margin: 0 1.5rem auto;
  display: block;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del {
  font-size: 0.9rem;
  color: rgb(126.4594594595, 139, 151.5405405405);
  font-weight: 400;
  margin-right: 0.5rem;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del .woocommerce-Price-amount,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) del .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins {
  text-decoration: none;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins .woocommerce-Price-amount,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) ins .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) .woocommerce-Price-amount,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) .woocommerce-Price-amount,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .price:not(.woocommerce-loop-product__link .price) .woocommerce-Price-amount {
  color: #a79268;
}
.woocommerce.single-product .related-products-section .container .related.products ul.products li.product .button,
.woocommerce.single-product .related-products-section .container .up-sells.products ul.products li.product .button,
.woocommerce.single-product .upsell-products-section .container .related.products ul.products li.product .button,
.woocommerce.single-product .upsell-products-section .container .up-sells.products ul.products li.product .button {
  display: none;
}
.woocommerce.single-product .woocommerce-tabs-wrapper,
.woocommerce.single-product .woocommerce-tabs {
  display: none !important;
}

.single-product .lightbox-prev,
.single-product .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #a79268;
  border: 2px solid #a79268;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  z-index: 10001;
  -webkit-tap-highlight-color: rgba(167, 146, 104, 0.2);
}
.single-product .lightbox-prev:hover,
.single-product .lightbox-next:hover {
  background: #a79268;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}
.single-product .lightbox-prev:active,
.single-product .lightbox-next:active {
  transform: translateY(-50%) scale(0.95);
}
.single-product .lightbox-prev:disabled,
.single-product .lightbox-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.single-product .lightbox-prev:disabled:hover,
.single-product .lightbox-next:disabled:hover {
  background: #fff;
  color: #a79268;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .single-product .lightbox-prev,
  .single-product .lightbox-next {
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
    opacity: 0.7;
  }
  .single-product .lightbox-prev:active,
  .single-product .lightbox-next:active {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .single-product .lightbox-prev,
  .single-product .lightbox-next {
    display: none;
  }
}
.single-product .lightbox-prev {
  left: 2rem;
}
@media (max-width: 768px) {
  .single-product .lightbox-prev {
    left: 1rem;
  }
}
.single-product .lightbox-next {
  right: 2rem;
}
@media (max-width: 768px) {
  .single-product .lightbox-next {
    right: 1rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 480px) {
  .product-thumbs-swiper .swiper-wrapper .swiper-slide {
    margin-bottom: 0.5rem;
  }
}
.single-product .single_form {
  cursor: pointer;
  transition: all 0.3s ease;
}
.single-product .single_form:hover {
  color: #a79268;
}
.single-product .single_form:hover .icon {
  color: #a79268;
}
.single-product body.modal-open {
  overflow: hidden;
}
.single-product .product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.single-product .product-modal.active {
  display: block;
}
.single-product .product-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 37, 41, 0.7);
  backdrop-filter: blur(5px);
}
.single-product .product-modal .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .single-product .product-modal .modal-content {
    width: 95%;
    max-height: 85vh;
  }
}
.single-product .product-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #212529;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10;
}
.single-product .product-modal .modal-close:hover {
  background: #f5f5f5;
  color: #a79268;
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .single-product .product-modal .modal-close {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 1.25rem;
  }
}
.single-product .product-modal .modal-header {
  padding: 40px 40px 20px;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
}
@media (max-width: 768px) {
  .single-product .product-modal .modal-header {
    padding: 30px 25px 15px;
  }
}
.single-product .product-modal .modal-header h3 {
  margin: 0 0 10px 0;
  color: #212529;
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-product .product-modal .modal-header h3 {
    font-size: 1.5rem;
  }
}
.single-product .product-modal .modal-header .modal-product-title {
  margin: 0;
  color: #a79268;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-product .product-modal .modal-header .modal-product-title {
    font-size: 1rem;
  }
}
.single-product .product-modal .modal-body {
  padding: 30px 40px 40px;
}
@media (max-width: 768px) {
  .single-product .product-modal .modal-body {
    padding: 20px 25px 30px;
  }
}
.single-product .form-product .cf_7 .wpcf7-form .row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.single-product .form-product .cf_7 .wpcf7-form .col-12 {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 20px;
}
.single-product .form-product .cf_7 .wpcf7-form .col-12:last-child {
  margin-bottom: 0;
}
.single-product .form-product .cf_7 .wpcf7-form p {
  margin: 0;
}
.single-product .form-product .cf_7 .wpcf7-form input[type=text],
.single-product .form-product .cf_7 .wpcf7-form input[type=email],
.single-product .form-product .cf_7 .wpcf7-form input[type=tel],
.single-product .form-product .cf_7 .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(33, 37, 41, 0.2);
  border-radius: 6px;
  background: #fff;
  color: #212529;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.single-product .form-product .cf_7 .wpcf7-form input[type=text]::placeholder,
.single-product .form-product .cf_7 .wpcf7-form input[type=email]::placeholder,
.single-product .form-product .cf_7 .wpcf7-form input[type=tel]::placeholder,
.single-product .form-product .cf_7 .wpcf7-form textarea::placeholder {
  color: rgba(33, 37, 41, 0.5);
}
.single-product .form-product .cf_7 .wpcf7-form input[type=text]:focus,
.single-product .form-product .cf_7 .wpcf7-form input[type=email]:focus,
.single-product .form-product .cf_7 .wpcf7-form input[type=tel]:focus,
.single-product .form-product .cf_7 .wpcf7-form textarea:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
@media (max-width: 768px) {
  .single-product .form-product .cf_7 .wpcf7-form input[type=text],
  .single-product .form-product .cf_7 .wpcf7-form input[type=email],
  .single-product .form-product .cf_7 .wpcf7-form input[type=tel],
  .single-product .form-product .cf_7 .wpcf7-form textarea {
    padding: 10px 14px;
    font-size: 0.9375rem;
  }
}
.single-product .form-product .cf_7 .wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}
.single-product .form-product .cf_7 .wpcf7-form .accept {
  display: flex;
  align-items: flex-start;
}
.single-product .form-product .cf_7 .wpcf7-form .accept .wpcf7-form-control-wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.single-product .form-product .cf_7 .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.single-product .form-product .cf_7 .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  margin: 3px 12px 0 0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #a79268;
}
.single-product .form-product .cf_7 .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(33, 37, 41, 0.8);
}
@media (max-width: 768px) {
  .single-product .form-product .cf_7 .wpcf7-form .accept .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 0.8125rem;
  }
}
.single-product .form-product .cf_7 .wpcf7-form .accept p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(33, 37, 41, 0.8);
}
@media (max-width: 768px) {
  .single-product .form-product .cf_7 .wpcf7-form .accept p {
    font-size: 0.8125rem;
  }
}
.single-product .form-product .cf_7 .wpcf7-form .submit {
  margin-top: 10px;
}
.single-product .form-product .cf_7 .wpcf7-form .submit input[type=submit] {
  background: #a79268;
  color: white;
  border: none;
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.single-product .form-product .cf_7 .wpcf7-form .submit input[type=submit]:hover {
  background: #8B7851;
  transform: translateY(-2px);
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
.single-product .form-product .cf_7 .wpcf7-form .submit input[type=submit]:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .single-product .form-product .cf_7 .wpcf7-form .submit input[type=submit] {
    padding: 12px 28px;
    font-size: 0.9375rem;
  }
}
.single-product .form-product .cf_7 .wpcf7-form .wpcf7-not-valid-tip {
  color: #d43d37;
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}
.single-product .form-product .cf_7 .wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.9375rem;
  text-align: center;
}
.single-product .form-product .cf_7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .single-product .form-product .cf_7 .wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  background: rgba(212, 61, 55, 0.1);
  border: 1px solid #d43d37;
  color: #d43d37;
}
.single-product .form-product .cf_7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: rgba(59, 196, 64, 0.1);
  border: 1px solid #3BC440;
  color: #3BC440;
}
.single-product .product__title.hidden,
.single-product .get_product_title.hidden {
  display: none !important;
}
@media (max-width: 1200px) {
  .single-product .product-modal .modal-content {
    max-width: 550px;
  }
}
.single-product .product-modal .modal-content::-webkit-scrollbar {
  width: 8px;
}
.single-product .product-modal .modal-content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 6px;
}
.single-product .product-modal .modal-content::-webkit-scrollbar-thumb {
  background: #a79268;
  border-radius: 6px;
}
.single-product .product-modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: #8B7851;
}

.single-product .sale-countdown {
  margin-top: 16px;
}

.single-product .sale-countdown {
  margin-top: 24px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(167, 146, 104, 0.08) 0%, rgba(167, 146, 104, 0.03) 100%);
  border: 2px solid rgba(167, 146, 104, 0.2);
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .single-product .sale-countdown {
    padding: 16px;
    margin-top: 16px;
  }
}
.single-product .sale-countdown .countdown-header {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #a79268;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .single-product .sale-countdown .countdown-header {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}
.single-product .sale-countdown .countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .single-product .sale-countdown .countdown-timer {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .single-product .sale-countdown .countdown-timer {
    gap: 6px;
  }
}
.single-product .sale-countdown .countdown-timer .countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
  padding: 12px 8px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(167, 146, 104, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .single-product .sale-countdown .countdown-timer .countdown-item {
    min-width: 60px;
    padding: 10px 6px;
  }
}
@media (max-width: 480px) {
  .single-product .sale-countdown .countdown-timer .countdown-item {
    min-width: 50px;
    padding: 8px 4px;
  }
}
.single-product .sale-countdown .countdown-timer .countdown-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(167, 146, 104, 0.2);
}
.single-product .sale-countdown .countdown-timer .countdown-item .countdown-value {
  font-size: 2rem;
  font-weight: 700;
  color: #a79268;
  line-height: 1;
  margin-bottom: 6px;
  font-family: "Courier New", monospace;
}
@media (max-width: 768px) {
  .single-product .sale-countdown .countdown-timer .countdown-item .countdown-value {
    font-size: 1.5rem;
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  .single-product .sale-countdown .countdown-timer .countdown-item .countdown-value {
    font-size: 1.25rem;
  }
}
.single-product .sale-countdown .countdown-timer .countdown-item .countdown-label {
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(33, 37, 41, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
@media (max-width: 768px) {
  .single-product .sale-countdown .countdown-timer .countdown-item .countdown-label {
    font-size: 0.6875rem;
  }
}
@media (max-width: 480px) {
  .single-product .sale-countdown .countdown-timer .countdown-item .countdown-label {
    font-size: 0.625rem;
  }
}
.single-product .sale-countdown .countdown-timer .countdown-separator {
  font-size: 1.75rem;
  font-weight: 700;
  color: #a79268;
  line-height: 1;
  margin: 0 4px;
  opacity: 0.5;
  animation: blink 2s infinite;
}
@media (max-width: 768px) {
  .single-product .sale-countdown .countdown-timer .countdown-separator {
    font-size: 1.5rem;
    margin: 0 2px;
  }
}
@media (max-width: 480px) {
  .single-product .sale-countdown .countdown-timer .countdown-separator {
    font-size: 1.25rem;
    margin: 0;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  float: none !important;
  width: auto !important;
  clear: none !important;
}
.woocommerce .shop_table_responsive {
  border-collapse: collapse !important;
}
.woocommerce .woocommerce-cart-form__contents {
  border: none !important;
}
.woocommerce .woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce input[type=submit],
.woocommerce input[type=button],
.woocommerce button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce ul.wc_payment_methods,
.woocommerce ul.woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.woocommerce table.cart td.actions .input-text {
  width: 160px;
}
.woocommerce table.shop_table {
  margin: 0;
  border-spacing: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border: none !important;
}
.woocommerce .form-row {
  float: none !important;
  clear: both !important;
}
.woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last {
  float: none !important;
  clear: none !important;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
  display: none !important;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border: none !important;
  background: none !important;
  color: inherit !important;
}
.woocommerce .shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce .shop_table thead {
  background: #f5f5f5;
}
.woocommerce .shop_table thead th {
  padding: 1rem;
  font-weight: 600;
  color: #212529;
  border-bottom: 2px solid #a79268;
  text-align: left;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce .shop_table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
}
.woocommerce .shop_table tbody tr:hover {
  background: #fcfdff;
}
.woocommerce .shop_table tbody tr:last-child {
  border-bottom: none;
}
.woocommerce .shop_table tbody td,
.woocommerce .shop_table tbody th {
  padding: 1.25rem 1rem;
  vertical-align: middle;
}
.woocommerce .shop_table tfoot {
  background: #f5f5f5;
}
.woocommerce .shop_table tfoot th,
.woocommerce .shop_table tfoot td {
  padding: 1rem;
  font-weight: 600;
  border-top: 2px solid #a79268;
}
.woocommerce .shop_table tfoot th.order-total,
.woocommerce .shop_table tfoot td.order-total {
  font-size: 1.1rem;
  color: #a79268;
}
.woocommerce .shop_table .product-thumbnail {
  width: 80px;
  text-align: center;
}
.woocommerce .shop_table .product-thumbnail img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
.woocommerce .shop_table .product-name {
  font-weight: 600;
}
.woocommerce .shop_table .product-name a {
  color: #212529;
  text-decoration: none;
  transition: color 0.3s ease;
}
.woocommerce .shop_table .product-name a:hover {
  color: #a79268;
}
.woocommerce .shop_table .woocommerce-Price-amount {
  font-weight: 600;
  color: #a79268;
  font-size: 1.1rem;
}
.woocommerce .shop_table .product-remove {
  text-align: center;
}
.woocommerce .shop_table .product-remove .remove {
  color: #d43d37;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s ease;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .shop_table .product-remove .remove:hover {
  background: #d43d37;
  color: white;
  transform: scale(1.1);
}
.woocommerce .shop_table .quantity .qty {
  width: 60px;
  padding: 0.5rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  transition: border-color 0.3s ease;
}
.woocommerce .shop_table .quantity .qty:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
@media (max-width: 768px) {
  .woocommerce .shop_table {
    font-size: 0.8rem;
  }
  .woocommerce .shop_table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
  }
  .woocommerce .shop_table tbody td,
  .woocommerce .shop_table tbody th {
    padding: 1rem 0.5rem;
  }
  .woocommerce .shop_table .product-thumbnail {
    width: 60px;
  }
  .woocommerce .shop_table .product-thumbnail img {
    width: 40px;
    height: 40px;
  }
}
.woocommerce .actions {
  background: #fcfdff !important;
  padding: 1.5rem !important;
}
.woocommerce .actions .coupon {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.woocommerce .actions .coupon input[type=text] {
  flex: 1;
  max-width: 200px;
  padding: 0.75rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  transition: border-color 0.3s ease;
}
.woocommerce .actions .coupon input[type=text]:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
@media (max-width: 768px) {
  .woocommerce .actions .coupon {
    flex-direction: column;
    align-items: stretch;
  }
  .woocommerce .actions .coupon input[type=text] {
    max-width: none;
  }
}
.woocommerce .button {
  background: #a79268 !important;
  color: white !important;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
}
.woocommerce .button:hover {
  background: #8B7851 !important;
  transform: translateY(-2px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.woocommerce .button.alt {
  background: #a79268 !important;
  font-size: 1rem;
  padding: 1rem 2rem;
}
.woocommerce .button.alt:hover {
  background: #8B7851 !important;
}
.woocommerce .woocommerce-form-coupon-toggle {
  margin: 2rem 0;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info {
  background: #fcfdff;
  padding: 1rem;
  border-left: 4px solid #a79268;
  border-radius: 6px;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #a79268;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce .checkout {
  margin-top: 2rem;
}
.woocommerce .col2-set {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
.woocommerce .col2-set::before {
  display: none;
}
@media (max-width: 1200px) {
  .woocommerce .col2-set {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields {
  background: #fff;
  border-radius: 6px;
}
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3 {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #a79268;
  color: #a79268;
}
.woocommerce .shipping-fiels {
  margin-top: 2rem;
}
.woocommerce .form-row {
  margin-bottom: 1.5rem;
}
.woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last {
  width: 48%;
  display: inline-block;
}
@media (max-width: 768px) {
  .woocommerce .form-row.form-row-first, .woocommerce .form-row.form-row-last {
    width: 100%;
    display: block;
  }
}
.woocommerce .form-row.form-row-first {
  margin-right: 4%;
}
@media (max-width: 768px) {
  .woocommerce .form-row.form-row-first {
    margin-right: 0;
  }
}
.woocommerce .form-row label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #212529;
}
.woocommerce .form-row label .required {
  color: #d43d37;
}
.woocommerce .form-row input[type=text],
.woocommerce .form-row input[type=email],
.woocommerce .form-row input[type=tel],
.woocommerce .form-row select,
.woocommerce .form-row textarea {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fff;
}
.woocommerce .form-row input[type=text]:focus,
.woocommerce .form-row input[type=email]:focus,
.woocommerce .form-row input[type=tel]:focus,
.woocommerce .form-row select:focus,
.woocommerce .form-row textarea:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
.woocommerce .form-row input[type=text]::placeholder,
.woocommerce .form-row input[type=email]::placeholder,
.woocommerce .form-row input[type=tel]::placeholder,
.woocommerce .form-row select::placeholder,
.woocommerce .form-row textarea::placeholder {
  color: #6c757d;
}
.woocommerce .form-row textarea {
  resize: vertical;
  min-height: 100px;
}
.woocommerce #order_review_heading {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #a79268;
  color: #a79268;
}
.woocommerce #order_review {
  background: #fff;
  border-radius: 6px;
}
.woocommerce #order_review h3 {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #a79268;
  color: #a79268;
}
@media (max-width: 1200px) {
  .woocommerce #order_review {
    position: static;
  }
}
@media (max-width: 768px) {
  .woocommerce #order_review {
    padding: 1.5rem;
  }
}
.woocommerce .wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  display: grid;
  gap: 0.75rem;
}
.woocommerce .wc_payment_methods .wc_payment_method {
  background: #fff;
  border: 1px solid rgba(233, 236, 239, 0.8);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.woocommerce .wc_payment_methods .wc_payment_method::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(167, 146, 104, 0.02), rgba(167, 146, 104, 0.08));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.woocommerce .wc_payment_methods .wc_payment_method:hover {
  border-color: rgba(167, 146, 104, 0.3);
  box-shadow: 0 4px 12px rgba(167, 146, 104, 0.08), 0 2px 4px rgba(0, 0, 0, 0.02);
  transform: translateY(-1px);
}
.woocommerce .wc_payment_methods .wc_payment_method:hover::before {
  opacity: 1;
}
.woocommerce .wc_payment_methods .wc_payment_method input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.woocommerce .wc_payment_methods .wc_payment_method label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  background: transparent;
  margin: 0;
  transition: all 0.3s ease;
  position: relative;
  color: #212529;
}
.woocommerce .wc_payment_methods .wc_payment_method label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s ease;
  flex-shrink: 0;
  background: #fff;
}
.woocommerce .wc_payment_methods .wc_payment_method label .payment-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.woocommerce .wc_payment_methods .wc_payment_method label .payment-icons img {
  height: 24px;
  width: auto;
  max-width: 40px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.3s ease;
  border-radius: 3px;
}
.woocommerce .wc_payment_methods .wc_payment_method label .gpay-logo,
.woocommerce .wc_payment_methods .wc_payment_method label .paypal-logo {
  height: 28px;
  width: auto;
  opacity: 1;
}
.woocommerce .wc_payment_methods .wc_payment_method label .przelewy24-logo {
  height: 20px;
  font-size: 0.85rem;
  color: #d4213a;
  font-weight: 700;
}
.woocommerce .wc_payment_methods .wc_payment_method input[type=radio]:checked + label {
  color: #a79268;
}
.woocommerce .wc_payment_methods .wc_payment_method input[type=radio]:checked + label::before {
  border-color: #a79268;
  background: #a79268;
  box-shadow: inset 0 0 0 3px #fff;
}
.woocommerce .wc_payment_methods .wc_payment_method input[type=radio]:checked + label .payment-icons img {
  opacity: 1;
}
.woocommerce .wc_payment_methods .wc_payment_method .payment_box {
  padding: 1rem 1.5rem 1.5rem;
  background: rgba(252, 253, 255, 0.3);
  border-top: 1px solid rgba(233, 236, 239, 0.5);
}
.woocommerce .wc_payment_methods .wc_payment_method .payment_box p {
  margin: 0;
  color: #6c757d;
  font-size: 0.9rem;
  line-height: 1.5;
}
.woocommerce .wc_payment_methods .wc_payment_method[id*=blik] label .payment-method-name::after {
  content: " 🏦";
  opacity: 0.6;
}
.woocommerce .wc_payment_methods .wc_payment_method[id*=przelewy24] label {
  background: linear-gradient(135deg, #fafafa, #f8f9fa);
}
.woocommerce .wc_payment_methods .wc_payment_method[id*=cod] label {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}
.woocommerce .wc_payment_methods .wc_payment_method[id*=cod] label::after {
  content: "💰";
  font-size: 1.2rem;
  margin-left: auto;
}
.woocommerce .wc_payment_method label .payment-icons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}
.woocommerce .wc_payment_method label .payment-icons img {
  height: 22px;
  width: auto;
  min-width: 32px;
  max-width: 38px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 2px;
}
.woocommerce .wc_payment_method label .payment-icons img[alt*=Visa] {
  border: 1px solid #1a1f71;
}
.woocommerce .wc_payment_method label .payment-icons img[alt*=Mastercard] {
  border: 1px solid #eb001b;
}
.woocommerce .wc_payment_method label .payment-icons img[alt*="American Express"] {
  border: 1px solid #006fcf;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1rem !important;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper,
.woocommerce .woocommerce-privacy-policy-text {
  margin: 0rem 0;
  padding: 0.5rem;
  background: #fcfdff;
  border-radius: 6px;
  font-size: 0.9rem;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper a,
.woocommerce .woocommerce-privacy-policy-text a {
  color: #a79268;
  text-decoration: none;
}
.woocommerce .woocommerce-terms-and-conditions-wrapper a:hover,
.woocommerce .woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}
.woocommerce .woocommerce-NoticeGroup {
  margin: 2rem 0;
}
.woocommerce .woocommerce-NoticeGroup [role=alert] {
  background: rgba(212, 61, 55, 0.1);
  border: 2px solid #d43d37;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  animation: slideDown 0.3s ease-out;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error {
  margin: 0;
  padding: 0;
  background: none !important;
  border: none !important;
  list-style: none;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error::before {
  display: none;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li {
  border-bottom: 1px solid rgba(212, 61, 55, 0.2);
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li:last-child {
  border-bottom: none;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li a {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  text-decoration: none;
  color: #d43d37;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li a::before {
  content: "⚠️";
  margin-right: 0.75rem;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li a:hover {
  background: rgba(212, 61, 55, 0.05);
  padding-left: 1.5rem;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li a:hover::after {
  content: "→";
  position: absolute;
  right: 1rem;
  font-weight: bold;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-error li a strong {
  color: rgb(156.7901234568, 38.4135802469, 33.7098765432);
  margin-right: 0.25rem;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-message {
  background: rgba(59, 196, 64, 0.1) !important;
  border: 2px solid #3BC440 !important;
  border-radius: 6px;
  padding: 1rem 1.25rem !important;
  color: #3BC440 !important;
  margin: 1rem 0;
  position: relative;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-message::before {
  content: "✅";
  margin-right: 0.75rem;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-info {
  background: rgba(167, 146, 104, 0.1) !important;
  border: 2px solid #a79268 !important;
  border-radius: 6px;
  padding: 1rem 1.25rem !important;
  color: #a79268 !important;
  margin: 1rem 0;
}
.woocommerce .woocommerce-NoticeGroup .woocommerce-info::before {
  content: "ℹ️";
  margin-right: 0.75rem;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.woocommerce .place-order {
  text-align: center;
  margin-top: 2.5rem;
}
.woocommerce .place-order #place_order {
  width: 100%;
  font-size: 1.1rem;
  padding: 1.25rem 2rem;
  border-radius: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.woocommerce .place-order #place_order:hover {
  transform: translateY(-2px);
}
.woocommerce .woocommerce-additional-fields {
  margin-top: 2rem;
}
.woocommerce .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  background: #fff;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
.woocommerce .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
}
.woocommerce .woocommerce-shipping-methods li {
  padding: 0.75rem;
  background: #fcfdff;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
.woocommerce .woocommerce-shipping-methods li label {
  margin: 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .woocommerce .shop_table .product-remove,
  .woocommerce .shop_table .product-thumbnail {
    display: none;
  }
  .woocommerce .shop_table .product-name {
    font-size: 0.9rem;
  }
  .woocommerce .shop_table .product-quantity,
  .woocommerce .shop_table .product-price,
  .woocommerce .shop_table .product-subtotal {
    text-align: right;
  }
  .woocommerce .actions .coupon input[type=text] {
    margin-bottom: 0.5rem;
  }
  .woocommerce .wc_payment_methods .wc_payment_method label {
    padding: 1rem;
  }
  .woocommerce .wc_payment_methods .wc_payment_method label .payment-icons img {
    height: 20px;
    max-width: 32px;
  }
}

.place-order .woocommerce-terms-and-conditions-wrapper:has(.woocommerce-privacy-policy-text:empty) {
  display: none;
}

.woocommerce-order .woocommerce-notice--success {
  background: linear-gradient(135deg, #3BC440, rgb(98.2, 207.8, 102.2));
  color: white;
  padding: 2rem;
  border-radius: 6px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 3rem;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
  position: relative;
  overflow: hidden;
}
.woocommerce-order .woocommerce-notice--success::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  display: block;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  animation: bounce 2s infinite;
}
.woocommerce-order .woocommerce-notice--success::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  animation: shine 3s infinite;
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-notice--success {
    padding: 1.5rem;
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}
.woocommerce-order .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-order-overview {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem 0;
  }
}
.woocommerce-order .woocommerce-order-overview::before {
  display: none !important;
}
.woocommerce-order .woocommerce-order-overview::after {
  display: none !important;
}
.woocommerce-order .woocommerce-order-overview li {
  background: #fff;
  padding: 1.5rem;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.woocommerce-order .woocommerce-order-overview li:hover {
  border-color: #a79268;
  transform: translateY(-3px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
.woocommerce-order .woocommerce-order-overview li.order::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f46d";
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-order-overview li.date::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-order-overview li.total::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f51e";
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-order-overview li.method::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f09d";
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-order-overview li.email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-order-overview li strong {
  color: #a79268;
  font-weight: 700;
  display: block;
  margin-top: 0.5rem;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-order-overview li {
    padding: 1rem;
  }
  .woocommerce-order .woocommerce-order-overview li::before {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }
  .woocommerce-order .woocommerce-order-overview li strong {
    font-size: 1rem;
  }
}
.woocommerce-order p {
  text-align: center;
  color: #212529;
  font-size: 1.1rem;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .woocommerce-order p {
    font-size: 1rem;
    margin: 1.5rem 0;
  }
}
.woocommerce-order .woocommerce-order-details {
  background: #fff;
  padding: 2rem;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  margin: 3rem 0;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 3px solid #a79268;
  color: #a79268;
  position: relative;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f466";
  margin-right: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
.woocommerce-order .woocommerce-order-details .woocommerce-table thead {
  background: #f5f5f5;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table thead th {
  padding: 1rem;
  font-weight: 600;
  color: #212529;
  text-align: left;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #a79268;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody tr:hover {
  background: #fcfdff;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody td {
  padding: 1rem;
  vertical-align: middle;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody td a {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody td a:hover {
  color: #a79268;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tbody td .product-quantity {
  color: #a79268;
  margin-left: 0.5rem;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot {
  background: #f5f5f5;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr:last-child th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot tr:last-child td {
  font-size: 1.1rem;
  font-weight: 700;
  color: #a79268;
  border-top: 3px solid #a79268;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot th,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot td {
  padding: 1rem;
  font-weight: 600;
  border-top: 1px solid #e9ecef;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot th .includes_tax,
.woocommerce-order .woocommerce-order-details .woocommerce-table tfoot td .includes_tax {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 400;
  display: block;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-order-details .woocommerce-table {
    font-size: 0.9rem;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }
  .woocommerce-order .woocommerce-order-details .woocommerce-table tbody td,
  .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot th,
  .woocommerce-order .woocommerce-order-details .woocommerce-table tfoot td {
    padding: 0.75rem 0.5rem;
  }
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-order-details {
    padding: 1.5rem;
    margin: 2rem 0;
  }
}
.woocommerce-order .woocommerce-customer-details {
  margin: 3rem 0;
}
.woocommerce-order .woocommerce-customer-details .addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.woocommerce-order .woocommerce-customer-details .addresses::before {
  display: none;
}
.woocommerce-order .woocommerce-customer-details .addresses .col-1,
.woocommerce-order .woocommerce-customer-details .addresses .col-2 {
  float: none !important;
  width: auto !important;
  clear: none !important;
}
@media (max-width: 1200px) {
  .woocommerce-order .woocommerce-customer-details .addresses {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column {
  background: #fff;
  padding: 2rem;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column:hover {
  border-color: #a79268;
  transform: translateY(-2px);
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column .woocommerce-column__title {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 2px solid #a79268;
  color: #a79268;
  position: relative;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column--billing-address .woocommerce-column__title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1ad";
  margin-right: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column--shipping-address .woocommerce-column__title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d1";
  margin-right: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  font-style: normal;
  line-height: 1.6;
  color: #212529;
  margin: 1rem 0 0 0;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column address p {
  margin: 0.5rem 0;
  text-align: left;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column address p.woocommerce-customer-details--phone::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  margin-right: 0.5rem;
  color: #a79268;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column address p.woocommerce-customer-details--email::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  margin-right: 0.5rem;
  color: #a79268;
}
@media (max-width: 768px) {
  .woocommerce-order .woocommerce-customer-details .woocommerce-column {
    padding: 1.5rem;
  }
}
.woocommerce-order .woocommerce-Price-amount {
  font-weight: 600;
  color: #a79268;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes shine {
  0% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  100% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}
.entry-header {
  text-align: center;
  margin-bottom: 2rem;
}
.entry-header .entry-title {
  color: #a79268;
  position: relative;
  display: inline-block;
}
.entry-header .entry-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #a79268, transparent);
}
@media (max-width: 768px) {
  .entry-header .entry-title::before {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .entry-header .entry-title::after {
    width: 80px;
    height: 2px;
    bottom: -5px;
  }
}

.woocommerce ul.order_details li {
  margin-right: 0;
  padding: 2em;
}

.return-to-shop {
  text-align: center;
}

body.woocommerce-account {
  color: #212529;
}
body.woocommerce-account .site-main {
  padding: 2rem 0;
  min-height: 80vh;
}
@media (max-width: 768px) {
  body.woocommerce-account .site-main {
    padding: 1rem 0;
  }
}
body.woocommerce-account .entry-header {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header {
    margin-bottom: 1rem;
  }
}
body.woocommerce-account .entry-header .entry-title {
  position: relative;
}
body.woocommerce-account .entry-header .entry-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #a79268;
  margin: 1rem auto 0;
  border-radius: 6px;
}
body.woocommerce-account .woocommerce h2 {
  text-align: center;
  color: #a79268;
  margin-bottom: 1rem;
  position: relative;
  margin-top: 0;
}
body.woocommerce-account .woocommerce h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #a79268;
  margin: 0.75rem auto 0;
  border-radius: 6px;
}
body.woocommerce-account .woocommerce .woocommerce-form-login {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 6px;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-form-login {
    padding: 1.5rem;
  }
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
  font-size: 0.9rem;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row label .required {
  color: #d43d37;
  margin-left: 2px;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row label .screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .woocommerce-Input {
  padding: 0.75rem 1rem;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fff;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .woocommerce-Input:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .woocommerce-Input:hover {
  border-color: #8B7851;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .password-input {
  position: relative;
  display: flex;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .password-input .woocommerce-Input {
  flex: 1;
  padding-right: 3rem;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .password-input .show-password-input {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #a79268;
  padding: 0.25rem;
  border-radius: 3px;
  transition: color 0.3s ease;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .password-input .show-password-input:hover {
  color: #8B7851;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-row .password-input .show-password-input:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .form-row:last-of-type {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  cursor: pointer;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
  margin: 0;
  accent-color: #a79268;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-button {
  background-color: #a79268;
  color: #fff;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-button:hover {
  background-color: #8B7851;
  transform: translateY(-1px);
}
body.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-button:active {
  transform: translateY(0);
}
body.woocommerce-account .woocommerce .woocommerce-form-login .form-row .woocommerce-button:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword {
  text-align: center;
  margin-top: 1.5rem;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
  color: #a79268;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover {
  color: #8B7851;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword a:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
  border-radius: 2px;
}
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 1550px) {
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper {
    width: 95%;
  }
}
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  padding: 1rem 1.25rem 1rem 3rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border-left: 4px solid;
  position: relative;
}
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info::before,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1;
}
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message.woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info.woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error.woocommerce-message {
  background-color: rgba(59, 196, 64, 0.1);
  border-left-color: #3BC440;
  color: rgb(35.4, 117.6, 38.4);
}
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info.woocommerce-error,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error.woocommerce-error {
  background-color: rgba(196, 64, 59, 0.1);
  border-left-color: #d43d37;
  color: rgb(135.8024691358, 33.2716049383, 29.1975308642);
}
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message.woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info.woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error.woocommerce-info {
  background-color: rgba(167, 146, 104, 0.1);
  border-left-color: #a79268;
  color: rgb(106.7740585774, 91.9246861925, 62.2259414226);
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
    padding-left: 2.5rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before,
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-info::before,
  body.woocommerce-account .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
    left: 0.75rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-form-login {
    max-width: 100%;
    padding: 1.25rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-form-login .form-row:last-of-type {
    margin-top: 1.5rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}
body.woocommerce-account *:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.woocommerce-account .woocommerce-form-login .form-row {
  position: relative;
}
body.woocommerce-account .woocommerce-form-login .form-row.processing .woocommerce-Input {
  opacity: 0.7;
  cursor: wait;
}

body.woocommerce-account .woocommerce .woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  border: solid 1px #cfc8d8;
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 6px;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword {
    padding: 1.5rem;
    max-width: 100%;
  }
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword > p:first-child {
  text-align: center;
  color: #212529;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  width: 100% !important;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row.form-row-first {
  margin-bottom: 1.5rem;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
  font-size: 0.9rem;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row label .required {
  color: #d43d37;
  margin-left: 2px;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row label .screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row .woocommerce-Input {
  padding: 0.75rem 1rem;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fff;
  width: 100%;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row .woocommerce-Input:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row .woocommerce-Input:hover {
  border-color: #8B7851;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row .woocommerce-Input[type=password] {
  font-family: caption;
  letter-spacing: 0.1em;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.form-row:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last) {
  margin-top: 2rem;
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.form-row:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last) .woocommerce-Button {
  background-color: #a79268;
  color: #fff;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.form-row:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last) .woocommerce-Button:hover {
  background-color: #8B7851;
  transform: translateY(-1px);
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.form-row:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last) .woocommerce-Button:active {
  transform: translateY(0);
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.form-row:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last) .woocommerce-Button:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword .clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword {
    padding: 1.25rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword > p:first-child {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.form-row:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last) {
    margin-top: 1.5rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.form-row:not(.woocommerce-form-row--first):not(.woocommerce-form-row--last) .woocommerce-Button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row {
    margin-bottom: 1.25rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row.form-row-first {
    margin-bottom: 1.25rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row .woocommerce-Input {
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-ResetPassword p.woocommerce-form-row label {
    font-size: 0.85rem;
  }
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword.processing {
  position: relative;
  pointer-events: none;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword.processing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  z-index: 10;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword.processing .woocommerce-Input,
body.woocommerce-account .woocommerce .woocommerce-ResetPassword.processing .woocommerce-Button {
  opacity: 0.6;
  cursor: wait;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword *:focus-visible {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.woocommerce-account .woocommerce .woocommerce-ResetPassword *:focus:not(:focus-visible) {
  outline: none;
}

body.woocommerce-account .site-main {
  padding: 2rem 0;
  min-height: 80vh;
}
@media (max-width: 768px) {
  body.woocommerce-account .site-main {
    padding: 1rem 0;
  }
}
body.woocommerce-account .entry-header {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header {
    margin-bottom: 1rem;
  }
}
body.woocommerce-account .entry-header .entry-title {
  position: relative;
}
body.woocommerce-account .entry-header .entry-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #a79268;
  margin: 1rem auto 0;
  border-radius: 6px;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm {
  margin-top: 1rem;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media (min-width: 769px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first, body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
    width: calc(50% - 0.75rem);
    float: left;
  }
}
@media (min-width: 769px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first {
    margin-right: 1.5rem;
  }
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row.form-row-wide {
  width: 100%;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
  font-size: 0.9rem;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row label .required {
  color: #d43d37;
  margin-left: 2px;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input {
  padding: 0.75rem 1rem;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fff;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input:hover {
  border-color: #8B7851;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .password-input {
  position: relative;
  display: flex;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .password-input .woocommerce-Input {
  flex: 1;
  padding-right: 3rem;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .password-input .show-password-input {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #a79268;
  padding: 0.25rem;
  border-radius: 3px;
  transition: color 0.3s ease;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .password-input .show-password-input:hover {
  color: #8B7851;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row .password-input .show-password-input:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row span:not(.required):not(.password-input) {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: rgba(33, 37, 41, 0.7);
  font-style: italic;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row span:not(.required):not(.password-input) em {
  font-style: normal;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .clear {
  clear: both;
  height: 0;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm fieldset {
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  padding: 1.5rem;
  margin: 2rem 0;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm fieldset {
    padding: 1rem;
    margin: 1.5rem 0;
  }
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm fieldset legend {
  font-weight: 600;
  color: #a79268;
  padding: 0 0.75rem;
  font-size: 1.1rem;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
  margin-bottom: 1.25rem;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm fieldset .woocommerce-form-row:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-Button {
  background-color: #a79268;
  color: #fff;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
  margin-top: 1.5rem;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-Button:hover {
  background-color: #8B7851;
  transform: translateY(-1px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-Button:active {
  transform: translateY(0);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-Button:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-Button {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row {
    margin-bottom: 1.25rem;
  }
  body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row.form-row-first, body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm .woocommerce-form-row.form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  body.woocommerce-account .entry-header .entry-title .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
    margin-bottom: 1rem;
  }
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  margin-top: 1rem;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table thead tr {
  background-color: #a79268;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table thead tr th {
  padding: 1rem 0.75rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 0.9rem;
  border: none;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table thead tr th {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table thead tr th .nobr {
  white-space: nowrap;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #e1e5e9;
  transition: background-color 0.3s ease;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr:hover {
  background-color: #fcfdff;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr:last-child {
  border-bottom: none;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr th,
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr td {
  padding: 1rem 0.75rem;
  vertical-align: middle;
  border: none;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr th,
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number {
  font-weight: 600;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number a {
  color: #a79268;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number a:hover {
  color: #8B7851;
  text-decoration: underline;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-number a:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
  border-radius: 2px;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-status .status-processing {
  color: #f39c12;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-status .status-completed {
  color: #3BC440;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-status .status-pending {
  color: #e67e22;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-status .status-cancelled {
  color: #d43d37;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total {
  font-weight: 600;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  color: #a79268;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button {
  background-color: #a79268;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
  background-color: #8B7851;
  transform: translateY(-1px);
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table thead {
    display: none;
  }
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr {
    display: block;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
    border: none;
  }
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr th,
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr td {
    display: block;
    text-align: left;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e1e5e9;
  }
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr th:last-child,
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr td:last-child {
    border-bottom: none;
  }
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr th::before,
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr td::before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #a79268;
    margin-right: 0.5rem;
  }
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr th.woocommerce-orders-table__cell-order-number::before,
  body.woocommerce-account .entry-header .entry-title .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-number::before {
    content: "Zamówienie: ";
  }
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 1.5rem;
  }
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address {
  background-color: #fff;
  border-radius: 6px;
  padding: 1.5rem;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
  border: 2px solid #e1e5e9;
  transition: all 0.3s ease;
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address:hover {
  border-color: #a79268;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address {
    padding: 1.25rem;
  }
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  margin: 0;
  font-size: 1.25rem;
  color: #a79268;
  font-weight: 600;
}
@media (max-width: 1200px) {
  body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
    font-size: 1rem;
  }
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit {
  background-color: #a79268;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit:hover {
  background-color: #8B7851;
  transform: translateY(-1px);
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.16);
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit {
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    align-self: flex-start;
  }
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address address {
  font-style: normal;
  color: #212529;
  margin: 0;
}
body.woocommerce-account .entry-header .entry-title .u-columns.woocommerce-Addresses .woocommerce-Address address br {
  margin-bottom: 0.25rem;
}
body.woocommerce-account .entry-header .entry-title p:first-child {
  background-color: rgba(167, 146, 104, 0.1);
  padding: 1rem;
  border-radius: 6px;
  border-left: 4px solid #a79268;
  margin-top: 0;
  font-size: 0.95rem;
  color: rgb(106.7740585774, 91.9246861925, 62.2259414226);
}
body.woocommerce-account .woocommerce .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1200px) {
  body.woocommerce-account .woocommerce .container {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .container {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex: 0 0 280px;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 1.5rem;
  height: fit-content;
  box-shadow: 5px 5px 19px -2px rgba(33, 37, 41, 0.08);
}
@media (max-width: 1200px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex: 0 0 250px;
    padding: 1.25rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex: none;
    padding: 1rem;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0.5rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.875rem 1.25rem;
  color: #212529;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
  border: 2px solid transparent;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #fff;
  color: #a79268;
  transform: translateX(4px);
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:focus {
  outline: none;
  border-color: #a79268;
  background-color: #fff;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #a79268;
  color: #fff;
  font-weight: 600;
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:hover {
  background-color: #8B7851;
  transform: translateX(2px);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(33, 37, 41, 0.1);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #d43d37;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-color: rgba(212, 61, 55, 0.1);
  color: rgb(177.7777777778, 43.5555555556, 38.2222222222);
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    background-color: #fcfdff;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    overflow-x: auto;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
    white-space: nowrap;
    padding: 0.75rem 1rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex: 1;
  padding: 1rem;
  border-radius: 6px;
  min-height: 300px;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding: 0.75rem;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 1.5rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
  padding: 1rem 1.25rem 1rem 3rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border-left: 4px solid;
  position: relative;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message::before,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info::before,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message.woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info.woocommerce-message,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error.woocommerce-message {
  background-color: rgba(59, 196, 64, 0.1);
  border-left-color: #3BC440;
  color: rgb(35.4, 117.6, 38.4);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info.woocommerce-error,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error.woocommerce-error {
  background-color: rgba(196, 64, 59, 0.1);
  border-left-color: #d43d37;
  color: rgb(135.8024691358, 33.2716049383, 29.1975308642);
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message.woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info.woocommerce-info,
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error.woocommerce-info {
  background-color: rgba(167, 146, 104, 0.1);
  border-left-color: #a79268;
  color: rgb(106.7740585774, 91.9246861925, 62.2259414226);
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error {
    padding-left: 2.5rem;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message::before,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-info::before,
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-error::before {
    left: 0.75rem;
    font-size: 1rem;
  }
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #212529;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p strong {
  color: #a79268;
  font-weight: 600;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a {
  color: #a79268;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 1px solid transparent;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:hover {
  color: #8B7851;
  border-bottom-color: #8B7851;
}
body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p a:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
  border-radius: 2px;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }
}
body.woocommerce-account .entry-footer {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(33, 37, 41, 0.1);
}
@media (max-width: 768px) {
  body.woocommerce-account .entry-footer {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}
body.woocommerce-account .entry-footer .edit-link a {
  color: #a79268;
  text-decoration: none;
  font-size: 0.875rem;
  opacity: 0.7;
  transition: all 0.3s ease;
}
body.woocommerce-account .entry-footer .edit-link a:hover {
  opacity: 1;
  color: #8B7851;
}
body.woocommerce-account .entry-footer .edit-link a:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
  border-radius: 2px;
}
body.woocommerce-account .entry-footer .edit-link a .screen-reader-text {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.woocommerce-account *:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    scroll-behavior: smooth;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    height: 4px;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-track {
    background: rgba(167, 146, 104, 0.1);
    border-radius: 6px;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb {
    background: #a79268;
    border-radius: 6px;
  }
  body.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar-thumb:hover {
    background: #8B7851;
  }
}
body.woocommerce-account .processing {
  opacity: 0.7;
  pointer-events: none;
  position: relative;
}
body.woocommerce-account .processing::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #a79268;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

body.woocommerce-dashboard .woocommerce .container, body.woocommerce-orders .woocommerce .container, body.woocommerce-downloads .woocommerce .container, body.woocommerce-edit-address .woocommerce .container, body.woocommerce-payment-methods .woocommerce .container, body.woocommerce-edit-account body.woocommerce-view-order .woocommerce .container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
@media (max-width: 1200px) {
  body.woocommerce-dashboard .woocommerce .container, body.woocommerce-orders .woocommerce .container, body.woocommerce-downloads .woocommerce .container, body.woocommerce-edit-address .woocommerce .container, body.woocommerce-payment-methods .woocommerce .container, body.woocommerce-edit-account body.woocommerce-view-order .woocommerce .container {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  body.woocommerce-dashboard .woocommerce .container, body.woocommerce-orders .woocommerce .container, body.woocommerce-downloads .woocommerce .container, body.woocommerce-edit-address .woocommerce .container, body.woocommerce-payment-methods .woocommerce .container, body.woocommerce-edit-account body.woocommerce-view-order .woocommerce .container {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

body.page-template-template-tracking .tracking-wrap {
  padding: 2rem 0;
  min-height: 80vh;
}
@media (max-width: 768px) {
  body.page-template-template-tracking .tracking-wrap {
    padding: 1rem 0;
  }
}
body.page-template-template-tracking .entry-header {
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  body.page-template-template-tracking .entry-header {
    margin-bottom: 1rem;
  }
}
body.page-template-template-tracking .entry-header .entry-title {
  position: relative;
  color: #212529;
}
body.page-template-template-tracking .entry-header .entry-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #a79268;
  margin: 1rem auto 0;
  border-radius: 6px;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 2rem;
  border-radius: 6px;
  border: solid 1px #e1e5e9;
}
@media (max-width: 768px) {
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order {
    padding: 1.5rem;
    max-width: 100%;
  }
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order > p:first-child {
  text-align: center;
  color: #212529;
  margin-bottom: 2rem;
  font-size: 0.95rem;
  line-height: 1.6;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order > p:first-child {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row.form-row-first, body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row.form-row-last {
  width: 100%;
  float: none;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #212529;
  font-size: 0.9rem;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row label .required {
  color: #d43d37;
  margin-left: 2px;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row .input-text {
  padding: 0.75rem 1rem;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: #fff;
  width: 100%;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row .input-text::placeholder {
  color: #999;
  font-size: 0.9rem;
  opacity: 0.7;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row .input-text:focus {
  outline: none;
  border-color: #a79268;
  box-shadow: 0 0 0 3px rgba(167, 146, 104, 0.1);
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row .input-text:hover {
  border-color: #8B7851;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row:last-child {
  margin-top: 2rem;
  margin-bottom: 0;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row:last-child .button {
  background-color: #a79268;
  color: #fff;
  border: none;
  padding: 0.875rem 2rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row:last-child .button:hover {
  background-color: #8B7851;
  transform: translateY(-1px);
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row:last-child .button:active {
  transform: translateY(0);
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row:last-child .button:focus {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
}
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper {
  max-width: 1500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 1550px) {
  body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper {
    width: 95%;
  }
}
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  padding: 1rem 1.25rem 1rem 3rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  border-left: 4px solid;
  position: relative;
}
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-info::before,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  line-height: 1;
}
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-message.woocommerce-message,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-info.woocommerce-message,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-error.woocommerce-message {
  background-color: rgba(59, 196, 64, 0.1);
  border-left-color: #3BC440;
  color: rgb(35.4, 117.6, 38.4);
}
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-info.woocommerce-error,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-error.woocommerce-error {
  background-color: rgba(196, 64, 59, 0.1);
  border-left-color: #d43d37;
  color: rgb(135.8024691358, 33.2716049383, 29.1975308642);
}
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-message.woocommerce-info,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-info.woocommerce-info,
body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-error.woocommerce-info {
  background-color: rgba(167, 146, 104, 0.1);
  border-left-color: #a79268;
  color: rgb(106.7740585774, 91.9246861925, 62.2259414226);
}
@media (max-width: 768px) {
  body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-message,
  body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-info,
  body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
    padding-left: 2.5rem;
  }
  body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before,
  body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-info::before,
  body.page-template-template-tracking .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
    left: 0.75rem;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order {
    padding: 1.25rem;
  }
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row {
    margin-bottom: 1.25rem;
  }
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row:last-child {
    margin-top: 1.5rem;
  }
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row .input-text {
    padding: 0.625rem 0.875rem;
    font-size: 0.95rem;
  }
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row label {
    font-size: 0.85rem;
  }
  body.page-template-template-tracking .woocommerce .woocommerce-form-track-order .form-row .button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}
body.page-template-template-tracking *:focus-visible {
  outline: 2px solid #a79268;
  outline-offset: 2px;
}
body.page-template-template-tracking *:focus:not(:focus-visible) {
  outline: none;
}
body.page-template-template-tracking .woocommerce-form-track-order.processing {
  position: relative;
  pointer-events: none;
}
body.page-template-template-tracking .woocommerce-form-track-order.processing::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  z-index: 10;
}
body.page-template-template-tracking .woocommerce-form-track-order.processing .input-text,
body.page-template-template-tracking .woocommerce-form-track-order.processing .button {
  opacity: 0.6;
  cursor: wait;
}
body.page-template-template-tracking .tracking-results {
  max-width: 600px;
  margin: 2rem auto 0;
  padding: 2rem;
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #e1e5e9;
}
@media (max-width: 768px) {
  body.page-template-template-tracking .tracking-results {
    padding: 1.5rem;
    margin: 1.5rem auto 0;
  }
}
body.page-template-template-tracking .tracking-results h2 {
  text-align: center;
  color: #a79268;
  margin-bottom: 1.5rem;
  position: relative;
  font-size: 1.25rem;
}
body.page-template-template-tracking .tracking-results h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #a79268;
  margin: 0.75rem auto 0;
  border-radius: 6px;
}
body.page-template-template-tracking .tracking-results .order-info {
  border-top: 1px solid #e1e5e9;
  padding-top: 1rem;
  margin-top: 1rem;
}
body.page-template-template-tracking .tracking-results .order-info p {
  margin-bottom: 0.75rem;
  color: #212529;
}
body.page-template-template-tracking .tracking-results .order-info p strong {
  color: #a79268;
  font-weight: 600;
}
body.page-template-template-tracking .tracking-results .order-status {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body.page-template-template-tracking .tracking-results .order-status.status-completed {
  background-color: rgba(59, 196, 64, 0.1);
  color: #3BC440;
}
body.page-template-template-tracking .tracking-results .order-status.status-processing {
  background-color: rgba(167, 146, 104, 0.1);
  color: #a79268;
}
body.page-template-template-tracking .tracking-results .order-status.status-pending {
  background-color: rgba(255, 193, 7, 0.1);
  color: #f39c12;
}
body.page-template-template-tracking .tracking-results .order-status.status-cancelled {
  background-color: rgba(196, 64, 59, 0.1);
  color: #d43d37;
}
body.page-template-template-tracking .woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 6px 6px 2px 0px rgba(33, 37, 41, 0.08);
}
body.page-template-template-tracking .woocommerce-table thead {
  background: #f5f5f5;
}
body.page-template-template-tracking .woocommerce-table thead th {
  padding: 1rem;
  font-weight: 600;
  color: #212529;
  text-align: left;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #a79268;
}
body.page-template-template-tracking .woocommerce-table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.3s ease;
}
body.page-template-template-tracking .woocommerce-table tbody tr:hover {
  background: #fcfdff;
}
body.page-template-template-tracking .woocommerce-table tbody td {
  padding: 1rem;
  vertical-align: middle;
}
body.page-template-template-tracking .woocommerce-table tbody td a {
  color: #212529;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
body.page-template-template-tracking .woocommerce-table tbody td a:hover {
  color: #a79268;
}
body.page-template-template-tracking .woocommerce-table tbody td .product-quantity {
  color: #a79268;
  margin-left: 0.5rem;
}
body.page-template-template-tracking .woocommerce-table tfoot {
  background: #f5f5f5;
}
body.page-template-template-tracking .woocommerce-table tfoot tr:last-child th,
body.page-template-template-tracking .woocommerce-table tfoot tr:last-child td {
  font-size: 1.1rem;
  font-weight: 700;
  color: #a79268;
  border-top: 3px solid #a79268;
}
body.page-template-template-tracking .woocommerce-table tfoot th,
body.page-template-template-tracking .woocommerce-table tfoot td {
  padding: 1rem;
  font-weight: 600;
  border-top: 1px solid #e9ecef;
}
body.page-template-template-tracking .woocommerce-table tfoot th .includes_tax,
body.page-template-template-tracking .woocommerce-table tfoot td .includes_tax {
  font-size: 0.8rem;
  color: #6c757d;
  font-weight: 400;
  display: block;
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  body.page-template-template-tracking .woocommerce-table {
    font-size: 0.9rem;
  }
  body.page-template-template-tracking .woocommerce-table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }
  body.page-template-template-tracking .woocommerce-table tbody td,
  body.page-template-template-tracking .woocommerce-table tfoot th,
  body.page-template-template-tracking .woocommerce-table tfoot td {
    padding: 0.75rem 0.5rem;
  }
}