@charset "UTF-8";
.acfb-grid-container {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, .site-title {
  font-family: "Poppins", sans-serif !important;
}

h1 {
  margin-bottom: 0px;
}

body {
  font-family: "Poppins", sans-serif;
}
body .container {
  max-width: var(--container-width);
}
body .content-,
body .single-post .content-wrapper {
  margin-top: 20px;
  margin-bottom: 40px;
}
body img {
  border-radius: 0;
}

button {
  font-family: Poppins, sans-serif;
}

.acfb-grid-container {
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog .page-header {
  padding-top: 30px;
}

.button-secondary {
  border: 2px solid #774d32;
  padding: 1rem 2rem;
  border-radius: 10px;
  text-align: center;
}
.button-secondary.icon {
  width: fit-content;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
.button-secondary.icon svg {
  transition: 0.2s;
  margin-right: 0.5rem;
  fill: #212121;
}
.button-secondary.icon:hover {
  background-color: #774d32;
  color: white;
}
.button-secondary.icon:hover svg {
  fill: white;
}

.product-field__template-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0.5rem 0;
}
.product-field__template-container .product-field__template-desc {
  font-size: 0.9rem;
  font-weight: 500;
  color: #4b5563;
}

.download-button {
  border: 1px solid #774d32;
  padding: 0.4rem 1.2rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none !important;
  display: flex;
  width: fit-content;
  transition: 0.2s;
  align-items: center;
  gap: 0.4rem;
}
.download-button:hover {
  background-color: #774d32;
  color: white;
}

.video-embed {
  margin: 1rem 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-embed::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.toggle-display,
.toggle-display-easter,
.toggle-display-company {
  display: none;
}

.toggle-content,
.toggle-content-easter,
.toggle-content-company {
  transition: height 0.5s ease-in-out;
  overflow: hidden;
  height: 0;
}

.display-none {
  display: none !important;
}

.display-none-10 {
  display: none !important;
}

.term-description h3 {
  margin-bottom: 12px;
  font-size: 18px !important;
  font-weight: normal !important;
}

.product-template-default .woocommerce-tabs h3 {
  margin-bottom: 12px;
  font-size: 18px !important;
  font-weight: normal !important;
}

.acfb-module-products .woocommerce-loop-product__link {
  overflow: hidden;
  border-radius: 15px;
}

.acfb-module-banner {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  height: 260px;
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (max-width: 992px) {
  .acfb-module-banner {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 400px) {
  .acfb-module-banner {
    height: 280px;
    width: 280px;
  }
}

.module-banner__image {
  border-radius: 15px;
}

.acfb-module-banner__content {
  background-color: white;
  opacity: 0.85;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1.6rem 1rem 1.3rem 1rem;
  width: 85%;
  height: 78%;
  border-radius: 10px;
}

.acfb-module-banner__text {
  height: 100%;
  text-align: center;
}
.acfb-module-banner__text h1,
.acfb-module-banner__text h2,
.acfb-module-banner__text h3,
.acfb-module-banner__text h4,
.acfb-module-banner__text h5,
.acfb-module-banner__text h6 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.acfb-module-banner__text p {
  margin-bottom: 0;
  font-size: 13px;
}

.acfb-module-banner__button {
  display: inline-block;
  border-radius: 5px;
  min-width: 80px;
  padding: 5px 10px;
  background-color: #774d32;
  font-size: 12px;
  font-weight: 300;
  color: white !important;
  text-align: center;
  margin: 0 auto;
}

.acfb-module-banner__button-container {
  display: flex;
}

.acfb-module-banner__button:hover {
  transition: 0.3s;
  background-color: #916b46;
}

.acfb-module-text-block {
  text-align: justify;
}

.sbi_photo_wrap {
  overflow: hidden;
  border-radius: 15px;
}

.header {
  width: 100%;
  z-index: 2;
  box-shadow: 0px 1px 13px -3px rgb(216, 216, 216);
  position: relative;
}
.header__upper {
  background-color: white;
  width: 100%;
  padding: 15px 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1220px;
}
.header__logo-container {
  width: 20%;
}
.header__logo {
  margin: 0px 50px;
}
.header__contact-container {
  max-width: 60%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 340px;
  margin-left: 20px;
}
.header__contact-text {
  font-size: 0.9rem;
  margin-bottom: 0px;
}
.header__mail-container {
  display: flex;
  margin: 5px 15px;
}
.header__phone-container {
  display: flex;
  margin: 5px 15px;
}
.header__search {
  display: flex;
  align-items: center;
  margin-right: 0.8rem !important;
}
.header__search-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #f8f8f8;
  padding: 30px 0px 35px;
  z-index: 999999;
  width: 100%;
  left: 0px;
  top: 120px;
  transition: 0.2s 0s ease-in;
  box-shadow: 0px 22px 20px -29px rgb(159, 159, 159);
}
.header__search-dropdown form {
  justify-content: center;
}
.header__container--search-cart {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
  justify-self: flex-end;
}
.header__wishlist {
  margin-right: 1.1rem;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.header__line-divider {
  background-color: #774d32;
  height: 1px;
  width: 100%;
}
.header__categories {
  z-index: 9999;
  background-color: #f8f8f8;
  width: 100%;
}
.header__categories-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 270px;
  margin-bottom: 0px;
}
.header__category-item {
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0px;
  transition: 0.2s;
}
.header__category-item:hover .category-dropdown-toggle {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.header__category-item:hover .header__link {
  color: #774d32;
}
.header__category-item:hover .header__link svg {
  fill: #774d32;
}
.header__category-item--small:last-of-type .category-dropdown {
  right: 0px !important;
  left: unset !important;
}
.header__category-item--small .category-dropdown {
  left: -18px !important;
  width: max-content;
  padding: 15px 25px;
}
.header__category-item--small .category-dropdown__column:only-of-type {
  padding: 0px 0px 0px 0px;
  opacity: 0.8;
}
.header__link {
  padding: 7px 16px;
  display: flex;
  align-items: center;
}
.header__link svg {
  transition: 0.2s;
  margin-right: 5px;
  margin-bottom: 2px;
  height: auto;
  width: 17px;
}
.header__link .communion-icon {
  width: 14px;
}
.header__sticky {
  position: fixed;
  top: 0;
  padding-top: 0px;
  z-index: 9999;
  transition: ease 500ms;
  box-shadow: 0px 1px 13px -3px rgb(216, 216, 216);
}

.category-dropdown-toggle {
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.25s;
}

.page-template-default-template-php .category-dropdown,
.blog .category-dropdown {
  left: -290px;
}

.category-dropdown {
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: -360px;
  width: 1030px;
  padding: 15px 15px;
  z-index: 999;
  border-radius: 15px;
  box-shadow: 0px 22px 20px -29px rgb(159, 159, 159);
  transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.25s;
}
.category-dropdown__all {
  background-color: unset;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 35px;
  left: -5px !important;
  width: auto !important;
  padding: unset;
  z-index: 999;
  border-radius: unset;
  box-shadow: unset;
}
.category-dropdown__content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: max-content;
  background-color: #f8f8f8;
  padding: 10px 0px 10px 5px;
  border-radius: 0px 0px 0px 15px;
}
.category-dropdown__item-container:hover > .category-dropdown__column-container {
  display: flex;
}
.category-dropdown__column-container {
  display: none;
  position: absolute;
  flex-direction: column;
  width: max-content;
  left: 100%;
  top: 0;
  padding: 10px 0px 10px 5px;
  background-color: #f8f8f8;
  border-left: 1px solid #eee;
  height: 404.72px;
}
.category-dropdown__column-container.last {
  border-radius: 0px 0px 15px 0px;
}
.category-dropdown__item-container:hover {
  color: #774d32;
}
.category-dropdown__item-container:hover > .category-dropdown__item--menu {
  color: #774d32;
}
.category-dropdown__item-container:hover svg {
  fill: #774d32;
}
.category-dropdown__item--menu {
  height: 35px;
  margin-right: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}
.category-dropdown__item--menu:hover {
  color: #774d32;
}
.category-dropdown__item--menu:hover svg {
  fill: #774d32;
}
.category-dropdown__item--menu .menu-icon {
  font-size: 0.6rem;
  margin-right: 10px;
}
.category-dropdown__item--icon {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.category-dropdown__item--icon svg {
  height: auto;
  width: 15px;
  margin-right: 5px;
  margin-bottom: 2px;
}
.category-dropdown__container {
  display: flex;
  justify-content: center;
  overflow: auto;
  width: 100%;
}
.category-dropdown__column {
  border-right: 1px solid rgb(238, 238, 238);
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}
.category-dropdown__column:first-child {
  padding: 0px 20px 0px 0px;
}
.category-dropdown__column:last-child {
  padding: 0px 0px 0px 20px;
  border-right: none;
}
.category-dropdown__subitem-subrow {
  padding: 4px 0px;
}
.category-dropdown__subitem-subrow--minor {
  margin-left: 20px;
  display: flex;
}
.category-dropdown__subitem-subrow--major {
  margin-left: 10px;
  display: flex;
}
.category-dropdown__item {
  width: max-content;
  padding: 3px 0px;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  font-size: 0.9rem;
}
.category-dropdown__item:hover {
  color: #774d32;
  border-bottom: 1px solid #774d32;
  border-top: 1px solid transparent;
}
.category-dropdown__item--subitem {
  width: max-content;
  padding: 3px 0px;
  margin-left: 10px;
  opacity: 0.8;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.category-dropdown__item--subitem:hover {
  color: #774d32;
  border-bottom: 1px solid #774d32;
  border-top: 1px solid transparent;
}
.category-dropdown__item--subitem-in-row {
  width: max-content;
  padding: 3px 4px;
  opacity: 0.8;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.category-dropdown__item--subitem-in-row:hover {
  color: #774d32;
  border-bottom: 1px solid #774d32;
  border-top: 1px solid transparent;
}

.header__category-item--small .category-dropdown__column:last-child .category-dropdown__subitem-subrow {
  margin-left: 0px;
}

.tab {
  margin-left: 20px;
}

.fa-envelope {
  position: relative;
  top: 3px;
  font-size: 1rem;
  color: #774d32;
  margin-right: 8px;
}

.fa-phone {
  position: relative;
  top: 3px;
  font-size: 0.8rem;
  color: #774d32;
  margin-right: 7px;
  margin-left: 0px;
}

.page-template-default-template-php .header__categories-container,
.blog .header__categories-container,
.post-template-default .header__categories-container {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.page-template-default-template-php .header-banner__container,
.blog .header-banner__container,
.post-template-default .header-banner__container {
  margin-left: 0px !important;
}

.page-template-default-template-php .header__category-item.category-dropdown {
  left: -270px !important;
}

.category-dropdown__item.cenniki + .category-dropdown__subitem-subrow--major {
  flex-direction: column;
  display: none;
}

@media (min-width: 1051px) {
  .category-dropdown {
    width: 1050px;
  }
}
@media (min-width: 1151px) {
  .category-dropdown {
    width: 1030px;
  }
}
@media (min-width: 1351px) {
  .category-dropdown {
    width: 1030px;
  }
  .category-dropdown .category-dropdown__container {
    justify-content: center;
  }
}
.cenniki::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: relative;
  bottom: -1px;
}

.header-banner {
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.05);
  background-color: #f8f8f8;
  width: 100%;
  overflow: auto;
}
.header-banner__container {
  margin-left: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0;
}
.header-banner__separator {
  height: 19px;
  background-color: #774d32;
  width: 1px;
}
.header-banner__title {
  width: max-content;
  margin-left: 8px;
  font-weight: 400;
  font-size: 0.9rem;
  color: #774d32;
  margin-right: 8px;
  display: flex;
  align-items: center;
  line-height: 0;
}
.header-banner__title svg {
  fill: #774d32;
  height: auto;
  width: 15px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.header-banner__item {
  width: max-content;
  font-weight: 400;
  font-size: 0.9rem;
  transition: 0.2s;
  padding: 8px;
  line-height: 0;
}
.header-banner__item:hover {
  color: #774d32;
}
.header-banner__main-link {
  color: #774d32 !important;
  display: flex;
  align-items: center;
}
.header-banner__main-link svg {
  transition: 0.2s;
}
.header-banner__main-link:hover {
  color: #505050 !important;
}
.header-banner__main-link:hover svg {
  fill: #505050;
}

.footer-widgets {
  -webkit-box-shadow: 0px -6px 9px -11px rgb(66, 68, 90);
  -moz-box-shadow: 0px -6px 9px -11px rgb(66, 68, 90);
  box-shadow: 0px -6px 9px -11px rgb(66, 68, 90);
}

.widget-column {
  margin-right: auto;
  margin-left: auto;
}

.page_item {
  padding: 0 !important;
}

.widget-title {
  margin-bottom: 5px !important;
}

.footer-widgets-grid.col3.align-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-info {
  padding-bottom: 30px !important;
}

#text-2 {
  margin-bottom: 0px;
}

.socialmedia-container {
  display: flex;
  margin-top: 0.5rem;
}
.socialmedia-container a {
  margin-right: 0.5rem;
  width: 25px;
  height: 25px;
}
.socialmedia-container svg {
  transition: 0.2s;
  fill: #505050;
}
.socialmedia-container svg:hover {
  fill: #916b46;
}

@media (max-width: 1050px) {
  .header__categories {
    display: none;
  }
  .header-banner__container {
    margin-left: 1rem;
    justify-content: start;
    width: max-content;
  }
}
@media (max-width: 767px) {
  .category-item {
    margin: 5px;
  }
  .header-container {
    display: none;
  }
  .topnav {
    display: none;
  }
  .botiga-quick-view-popup {
    display: none !important;
  }
  .back-to-top {
    display: none;
  }
  .acfb-grid-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .woocommerce-page-header .container .woocommerce-breadcrumb {
    margin: 0px 0px 0px 0px !important;
    font-size: 0.9rem !important;
  }
  .related {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .site-main > .acfb-grid-container:first-child {
    margin-top: 2rem !important;
    padding-top: 0;
  }
  .botiga-wc-loop-product__title {
    font-size: 0.85rem !important;
  }
  .container.content-wrapper {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .woocommerce-breadcrumb {
    font-size: 0.9rem !important;
  }
  .product-gallery-summary .price {
    font-size: 1.5rem;
  }
  .product-grid .acfb-grid-container {
    padding: 0px !important;
  }
  .acfb-grid-container .acfb-column .products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .woocommerce-sorting-wrapper {
    font-size: 0.9rem !important;
  }
  .product_title.entry-title {
    font-size: 1.5rem !important;
  }
  .woocommerce-products-header__title {
    font-size: 1.5rem !important;
    padding: 2rem 0rem 1rem 0rem !important;
  }
  .site-main.no-sidebar.botiga-tabs-style1.botiga-tabs-align-left {
    padding: 0px !important;
  }
  .woocommerce-page-header .container .woocommerce-breadcrumb {
    margin-left: -10px !important;
    margin-top: -10px !important;
  }
  .content-wrapper .main-row .woocommerce-breadcrumb {
    margin-left: 20px !important;
    margin-top: 20px !important;
  }
  .acfb-module-button--brown {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1050px) {
  .topnav {
    display: none;
  }
  #primary.site-main {
    padding: 0px !important;
  }
  .header-mobile {
    display: none;
  }
  .dropdown-display {
    display: none;
  }
}
@media (max-width: 1050px) {
  .header {
    margin: auto;
  }
  .header__upper {
    justify-content: space-between;
    padding: 1rem 1.5rem;
  }
  .header__contact-container {
    flex-direction: column;
    position: absolute;
    top: 10px !important;
    left: 30% !important;
    margin: 0px;
    width: auto;
  }
  .header__logo {
    margin: 0px;
  }
  .header__logo-container {
    width: auto;
  }
  .header__container--search-cart {
    display: none;
  }
}
@media (max-width: 1350px) {
  .header {
    margin: auto;
  }
  .header__upper {
    justify-content: space-between;
    padding: 1rem 1.5rem;
  }
  .header__contact-container {
    position: absolute;
    top: 25px;
    left: 15.5%;
    margin: 0px;
    width: auto;
  }
  .header__logo {
    margin: 0px;
  }
  .header__logo-container {
    width: auto;
  }
  .widget-area {
    display: none !important;
  }
  .category-dropdown {
    left: -75px !important;
  }
  .header__categories-container {
    margin-left: 0px !important;
  }
  .header-banner__container {
    margin-left: 1rem;
  }
}
.header-mobile {
  width: auto;
  justify-content: center;
}
.header-mobile__hamburger {
  color: #774d32;
  cursor: pointer;
  padding: 8px 20px;
  right: 10px;
  font-size: 2rem;
}

.mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  margin: 0;
  z-index: 99999;
  width: 100%;
  height: auto;
  overflow: auto;
  background-color: #f8f8f8;
  box-shadow: 0px 22px 20px -29px rgb(159, 159, 159);
}
.mobile-menu__upper-container {
  height: 86px;
  width: 100%;
  border-bottom: 1px solid #774d32;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background-color: white;
  position: relative;
}
.mobile-menu__container--search-cart {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  margin-right: 15px;
  position: static !important;
}
.mobile-menu__container--search-cart .header__search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #2b2b2b;
  transition: color 0.25s ease, transform 0.25s ease;
}
.mobile-menu__container--search-cart .header__search .material-icons {
  font-size: 1.8rem;
  display: block;
}
.mobile-menu__container--search-cart .header__search:hover {
  color: #774d32;
  transform: scale(1.05);
}
.mobile-menu__container--search-cart .header__search-dropdown {
  position: absolute !important;
  top: 86px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: white !important;
  padding: 16px 24px !important;
  border-bottom: 1px solid #e8e8e8 !important;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05) !important;
  z-index: 100000 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.25s ease;
}
.mobile-menu__container--search-cart .header__search-dropdown form {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
}
.mobile-menu__container--search-cart .header__search-dropdown form .dgwt-wcas-search-wrapp {
  width: 100% !important;
}
.mobile-menu__container--search-cart #site-header-cart {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static !important;
}
.mobile-menu__container--search-cart #site-header-cart .cart-contents {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2b2b2b;
  transition: color 0.25s ease, transform 0.25s ease;
  position: relative;
}
.mobile-menu__container--search-cart #site-header-cart .cart-contents:hover {
  color: #774d32;
  transform: scale(1.05);
}
.mobile-menu__container--search-cart #site-header-cart .widget_shopping_cart {
  display: none !important;
}
.mobile-menu__close {
  color: #2b2b2b;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.25s ease, transform 0.25s ease;
}
.mobile-menu__close:hover {
  color: #774d32;
  transform: rotate(90deg);
}
.mobile-menu__items-container {
  width: 100%;
  height: auto;
  padding: 10px 24px 30px;
  display: flex;
  flex-direction: column;
}
.mobile-menu__items-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.mobile-menu__items-container li.menu-item {
  display: block !important;
  float: none !important;
  width: 100% !important;
  position: relative !important;
  border-bottom: 1px solid #f2f2f2 !important;
  margin-bottom: 0px !important;
}
.mobile-menu__items-container li.menu-item.menu-item-has-children > a {
  width: calc(100% - 48px) !important;
}
.mobile-menu__items-container li.menu-item > a {
  display: inline-flex !important;
  align-items: center !important;
  width: 100% !important;
  padding: 14px 0px !important;
  transition: color 0.25s ease;
  text-decoration: none;
  color: #2b2b2b;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.mobile-menu__items-container li.menu-item > a svg {
  height: 18px;
  width: 18px;
  margin-right: 12px;
  fill: #774d32;
  display: inline-block;
  vertical-align: middle;
  transition: fill 0.25s ease;
}
.mobile-menu__items-container li.menu-item > a:hover {
  color: #774d32 !important;
}
.mobile-menu__items-container li.menu-item > a:hover svg {
  fill: #916b46;
}
.mobile-menu__items-container li.menu-item .arrowBtn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.25s ease;
}
.mobile-menu__items-container li.menu-item .arrowBtn:hover {
  color: #774d32;
}
.mobile-menu__items-container li.menu-item.mobile-menu__active-dropdown {
  border-bottom-color: #e8e8e8;
}
.mobile-menu__items-container li.menu-item.mobile-menu__active-dropdown > a {
  color: #774d32;
  font-weight: 600;
}
.mobile-menu__items-container li.menu-item.mobile-menu__active-dropdown > a svg {
  fill: #774d32;
}
.mobile-menu__items-container li.menu-item.mobile-menu__active-dropdown > .arrowBtn {
  transform: rotate(180deg);
  color: #774d32;
}
.mobile-menu__items-container ul.sub-menu {
  display: none;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: none !important;
  background: none !important;
  padding-left: 20px !important;
  margin: 0 0 14px 6px !important;
  flex-direction: column !important;
  border-left: 1.5px solid #e8e8e8 !important;
  transform: none !important;
  pointer-events: auto !important;
}
@keyframes subMenuFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mobile-menu__items-container ul.sub-menu.active {
  display: flex !important;
  animation: subMenuFadeIn 0.28s cubic-bezier(0.25, 0.8, 0.25, 1) forwards !important;
}
.mobile-menu__items-container ul.sub-menu li.menu-item {
  border-bottom: none !important;
  margin-bottom: 0px !important;
  position: relative !important;
  display: block !important;
  float: none !important;
  width: 100% !important;
}
.mobile-menu__items-container ul.sub-menu li.menu-item.menu-item-has-children > a {
  width: calc(100% - 40px) !important;
}
.mobile-menu__items-container ul.sub-menu li.menu-item a {
  display: inline-flex !important;
  align-items: center !important;
  width: 100% !important;
  padding: 10px 0px !important;
  opacity: 0.85 !important;
  text-decoration: none !important;
  color: #4f4f4f !important;
  font-size: 0.85rem !important;
  font-weight: 400 !important;
  transition: color 0.2s ease, opacity 0.2s ease !important;
}
.mobile-menu__items-container ul.sub-menu li.menu-item a:hover {
  color: #774d32 !important;
  opacity: 1 !important;
}
.mobile-menu__items-container ul.sub-menu li.menu-item .arrowBtn {
  height: 40px !important;
  width: 40px !important;
  font-size: 0.95rem !important;
}
.mobile-menu__items-container--sub {
  display: none;
  width: 95%;
  height: auto;
  padding-left: 20px;
  flex-direction: column;
}
.mobile-menu__item {
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 3px 0px;
  transition: 0.2s;
}
.mobile-menu__item svg {
  height: auto;
  width: 15px;
  margin-right: 5px;
}
.mobile-menu__item:hover {
  color: #774d32 !important;
}
.mobile-menu__item:hover svg {
  fill: #774d32;
}
.mobile-menu__item--sub {
  width: fit-content;
  padding: 3px 0px;
  opacity: 0.8;
}
.mobile-menu__item--sub:hover {
  color: #774d32;
}
.mobile-menu__active-dropdown {
  color: #774d32;
}
.mobile-menu__active-dropdown svg {
  fill: #774d32;
}
.mobile-menu h2 {
  margin-top: 20px !important;
  margin-bottom: 15px;
  padding: 10px 24px 0;
  font-size: 1.15rem;
  color: #505050;
  font-weight: 600;
}
.mobile-menu .fa-angle-down {
  margin-left: 0px;
}
.mobile-menu li {
  list-style: none;
  cursor: pointer;
}

.fa-xmark {
  font-size: 2.5rem;
  cursor: pointer;
}

.toggled {
  display: block;
  opacity: 1;
  left: 0px;
}

.widget-area {
  width: 375px !important;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
}

.sidebarshop__dropdown-container {
  display: none;
  padding-bottom: 2px;
}

.sidebar {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  height: fit-content;
  box-shadow: 0px 1px 13px -3px rgb(216, 216, 216);
}
.sidebar ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.sidebar__title {
  padding: 6px 0px;
  width: 100%;
  margin: auto;
  border: 1px solid #774d32;
  border-radius: 10px;
  font-weight: normal;
  display: flex;
  justify-content: center;
}
.sidebar__title h3 {
  font-size: 1.3rem;
  margin: 0px;
}
.sidebar__content {
  padding: 15px 0px;
  margin: auto;
  width: 85%;
  font-size: 0.8rem;
}
.sidebar__item {
  transition: 0.2s;
  padding: 4px 0px;
  font-size: 0.9rem;
}
.sidebar__item:hover {
  color: #774d32;
  cursor: pointer;
}
.sidebar__item--sub {
  padding: 0px 0px;
  transition: 0.2s;
}
.sidebar__item--sub:hover .sidebar__subcategory-link {
  transition: 0.3s;
  width: fit-content;
  color: #774d32;
  border-bottom: 1px solid #774d32;
  border-top: 1px solid #f8f8f8;
}
.sidebar__dropdown-container {
  display: none;
  padding-bottom: 2px;
}
.sidebar__subcategory-link {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-left: 8px;
  border-bottom: 1px solid #f8f8f8;
  border-top: 1px solid #f8f8f8;
}
.sidebar__active-dropdown {
  color: #774d32;
}
.sidebar ul a li {
  padding: 4px 0px;
}
.sidebar .categories-custom-menu__items {
  padding: 15px 0px;
  margin: auto;
  width: 100%;
  font-size: 0.8rem;
}
.sidebar .categories-custom-menu__items ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.sidebar .categories-custom-menu__items li.menu-item {
  padding: 4px 0px;
  font-size: 0.9rem;
  position: relative;
}
.sidebar .categories-custom-menu__items li.menu-item > a {
  color: #2b2b2b;
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
  width: 100%;
}
.sidebar .categories-custom-menu__items li.menu-item > a:hover {
  color: #774d32;
}
.sidebar .categories-custom-menu__items li.menu-item.menu-item-has-children > a {
  width: calc(100% - 30px);
}
.sidebar .categories-custom-menu__items li.menu-item.sidebar__active-dropdown > a, .sidebar .categories-custom-menu__items li.menu-item.current-menu-item > a, .sidebar .categories-custom-menu__items li.menu-item.current_page_item > a, .sidebar .categories-custom-menu__items li.menu-item.current-product-cat-item > a {
  color: #774d32;
  font-weight: 600;
}
.sidebar .categories-custom-menu__items li.menu-item.whole-element-toggle > a {
  width: 100% !important;
  padding-right: 30px;
  cursor: pointer;
}
.sidebar .categories-custom-menu__items li.menu-item.whole-element-toggle .arrowBtnsSidebar {
  position: absolute;
  right: 0;
  top: 16px;
  transform: translateY(-50%);
  float: none;
  padding: 0;
}
.sidebar .categories-custom-menu__items li.menu-item.whole-element-toggle:hover > a {
  color: #774d32;
}
.sidebar .categories-custom-menu__items li.menu-item.whole-element-toggle:hover .arrowBtnsSidebar {
  color: #774d32;
  opacity: 1;
}
.sidebar .categories-custom-menu__items ul.sub-menu {
  display: none;
  padding-bottom: 2px;
  margin-top: 4px;
}
.sidebar .categories-custom-menu__items ul.sub-menu li.menu-item {
  padding: 0px;
  position: relative;
}
.sidebar .categories-custom-menu__items ul.sub-menu li.menu-item a {
  display: inline-block;
  width: 100%;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-left: 8px;
  padding: 4px 0px;
  border-bottom: 1px solid #f8f8f8;
  border-top: 1px solid #f8f8f8;
  transition: 0.3s;
  color: #2b2b2b;
  text-decoration: none;
}
.sidebar .categories-custom-menu__items ul.sub-menu li.menu-item a:hover {
  color: #774d32;
  opacity: 1;
}
.sidebar .categories-custom-menu__items ul.sub-menu li.menu-item.current-menu-item > a, .sidebar .categories-custom-menu__items ul.sub-menu li.menu-item.current_page_item > a, .sidebar .categories-custom-menu__items ul.sub-menu li.menu-item.current-product-cat-item > a {
  color: #774d32;
  opacity: 1;
  font-weight: 600;
}
.sidebar .categories-custom-menu__items ul.sub-menu li.menu-item.menu-item-has-children > a {
  width: calc(100% - 38px);
}

.fa-angle-down {
  display: block;
  opacity: 0.8;
  float: right;
  padding: 3px 0px 0px 15px;
}

.fa-angle-up {
  display: block;
  opacity: 0.8;
  float: right;
  padding: 3px 0px 0px 15px;
}

.post-template-default .widget-area {
  display: none;
}

.acfb-grid-container {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

body .container {
  max-width: 1366px !important;
  width: 100%;
  margin: auto;
  padding: 0px;
}

.content-wrapper .row {
  flex-wrap: nowrap !important;
  display: flex;
}

body .content-wrapper,
body .single-post .content-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
}

body img {
  border-radius: 0px;
}

.site-main {
  padding: 0px;
}

.site-main > .acfb-grid-container:first-child {
  margin-top: 0;
  padding-top: 0;
}

.acfb-module-products .woocommerce-loop-product__link {
  overflow: hidden;
  border-radius: 15px;
}

.acfb-module-banner__text h1,
.acfb-module-banner__text h2,
.acfb-module-banner__text h3,
.acfb-module-banner__text h4,
.acfb-module-banner__text h5,
.acfb-module-banner__text h6 {
  font-size: 1rem !important;
  line-height: 1.5;
  font-weight: 600 !important;
  color: #505050;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px !important;
  font-weight: normal !important;
  color: #505050;
}

.acfb-module-banner__text p {
  margin-bottom: 0;
  font-size: clamp(0.8rem, 1.25vw, 0.8rem);
}

.acfb-module-heading--decor-line:not(.site-title),
h1,
h2,
h3 {
  margin-bottom: 20px;
  font-size: 23px !important;
  font-weight: normal !important;
}

.acfb-module-heading--decor-line:not(.site-title)::after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 20%;
  height: 1px;
  background-color: #774d32;
}

.acfb-module-heading--decor-line.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

.acfb-module-heading--decor-line.text-right::after {
  margin-left: auto;
}

.acfb-module-text-block {
  text-align: justify;
}

.acfb-module-button--brown {
  margin: 2rem 0;
}

.acfb-module-button--brown .acfb-module-button__link {
  outline: 1px solid #774d32;
  border-radius: 8px;
  padding: 12px 16px;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  margin-top: 1rem;
  transition: 0.2s;
}
.acfb-module-button--brown .acfb-module-button__link:hover {
  background-color: #774d32;
  color: white !important;
}

.collection .acfb-column:hover img {
  opacity: 0.7;
}
.collection .acfb-column:hover .acfb-module-button__link {
  background-color: #916b46;
  color: white;
}
.collection .acfb-module-button--brown {
  display: flex;
  width: 100%;
  position: relative;
  margin: 0 0 -1.5rem 0 !important;
}
.collection .acfb-module-button--brown .acfb-module-button__link {
  width: 100%;
  padding: 10px 23px;
}
.collection img {
  transition: 0.2s;
}

.collection-header {
  padding-bottom: 0px;
}
.collection-header .acfb-module-heading {
  margin: 0px;
}
.collection-header p {
  margin-bottom: 0px;
}

.collection-title .acfb-module-heading {
  margin-top: 1rem !important;
}
.collection-title p {
  margin-bottom: 0px;
}
.collection-title hr {
  background-color: #eee;
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.collection-title .CategoriesComponent__list {
  justify-content: flex-start;
  padding: 0px;
  margin: 1rem 0;
}

.acfb-module-button--outline {
  outline: 1px solid #774d32;
  border-radius: 8px;
  padding: 10px 15px;
  width: fit-content;
  margin: auto;
  cursor: pointer;
  margin-top: 1rem;
  transition: 0.2s;
}
.acfb-module-button--outline:hover {
  background-color: #774d32;
}
.acfb-module-button--outline:hover a {
  color: white !important;
}

.sbi_photo_wrap {
  overflow: hidden;
  border-radius: 15px;
}

.footer-widgets {
  -webkit-box-shadow: 0 -6px 9px -11px #42445a;
  -moz-box-shadow: 0 -6px 9px -11px #42445a;
  box-shadow: 0 -6px 9px -11px #42445a;
}

.widget-column {
  margin-right: auto;
  margin-left: auto;
}

.page_item {
  padding: 0 !important;
}

.widget-title {
  margin-bottom: 5px !important;
}

.footer-widgets-grid .col3 .align-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.site-info {
  padding-bottom: 30px !important;
}

.acfb-module-image {
  margin: auto;
}
.acfb-module-image img {
  border-radius: 10px;
}

.acfb-grid-container {
  padding-left: 6rem;
  padding-right: 6rem;
}

@media (max-width: 577px) {
  section.acfb-grid-container.column-reverse {
    flex-direction: column-reverse;
    display: flex;
  }
}
.main-tiles {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 992px) {
  .main-tiles {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

.primary-link {
  color: #774d32 !important;
}
.primary-link:hover {
  color: #505050 !important;
}

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

.main-page .acfb-module-image {
  width: 80%;
}

.main-page.margin-top {
  margin-top: 2rem;
}

.main-page.margin-bottom {
  margin-bottom: 2rem;
}

.swiateczne-kartki-dla-firm ul.products {
  display: block !important;
}
.swiateczne-kartki-dla-firm h3 {
  line-height: 1.5;
  font-size: 24px;
}
.swiateczne-kartki-dla-firm h4 {
  font-size: 18px;
}
.swiateczne-kartki-dla-firm i {
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
  color: #774d32;
}
.swiateczne-kartki-dla-firm p {
  margin-bottom: 1rem;
}

.swiateczne-kartki-dla-firm.icons .acfb-module-image {
  display: flex;
}
.swiateczne-kartki-dla-firm.icons img {
  margin: auto;
  width: 100px;
}

.button-under-image {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.column-margin {
  margin: 3rem 0;
}
.column-margin h3 {
  margin-bottom: 2rem;
}

.page-id-1937 .content-wrapper,
.page-id-2867 .content-wrapper {
  margin-top: 3rem;
}

.koperta-jaka-wybrac img {
  display: flex;
  margin: auto;
}

.koperta-jaka-wybrac.grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}
.koperta-jaka-wybrac.grid img {
  display: flex;
  margin: auto;
}

.contact-page .acfb-column:last-child {
  display: flex;
  align-items: center;
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce-product-gallery__image {
  border-radius: 15px !important;
}

@media (min-width: 992px) {
  .woocommerce-product-gallery {
    position: sticky !important;
    top: 140px;
    align-self: flex-start;
    z-index: 10;
  }
}
.attachment-woocommerce_thumbnail {
  border-radius: 15px !important;
}

.wp-post-image {
  border-radius: 15px !important;
}

.product-gallery-summary .flex-active {
  transition: 0.3s;
  border-radius: 10px !important;
}

.woocommerce-page-header + .content-wrapper {
  margin: 0px !important;
}

.woocommerce-page-header {
  margin: 0px !important;
  margin: 30px !important;
  padding: 0px !important;
}

.woocommerce-page-header .woocommerce-products-header__title {
  display: none;
}

.woocommerce-loop-product__title .botiga-wc-loop-product__title:hover {
  color: #916b46 !important;
}

.woocommerce-products-header__title {
  text-align: center;
  margin-bottom: 2rem !important;
}

.widget_shopping_cart {
  border-radius: 10px !important;
  top: 20px !important;
}

.wc-forward {
  border-radius: 10px !important;
  background-color: #774d32 !important;
  border: 0px !important;
}

.wc-forward:hover {
  background-color: #916b46 !important;
}

.widget_shopping_cart_content {
  border-radius: 10px !important;
}

.acfb-grid-container .acfb-column .woocommerce-breadcrumb {
  display: none;
}

.woocommerce-page-header .container .woocommerce-breadcrumb {
  color: #774d32;
  margin-left: 0px;
}

.content-wrapper .main-row .woocommerce-breadcrumb {
  margin-left: 0px;
  margin-top: 5px;
  margin-bottom: 30px;
  color: #774d32;
}

.remove_from_cart_button {
  background-color: #774d32 !important;
}

.button {
  border-radius: 10px !important;
  background-color: #774d32 !important;
  border: 0px !important;
  transition: 0.2s;
}
.button:hover {
  background-color: #916b46 !important;
}

.button:hover {
  background-color: #916b46 !important;
}

.woocommerce-mini-cart__buttons.buttons {
  border-radius: 0px 0px 10px 10px;
}

.back-to-top {
  position: fixed;
  bottom: -70px;
  right: 30px;
  cursor: pointer;
  background-color: #774d32 !important;
  line-height: 1;
  padding: 10px !important;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 11;
  color: #774d32 !important;
}

.back-to-top:hover {
  background-color: #916b46 !important;
}

.footer-widgets .widget-title {
  color: #774d32 !important;
}

.footer-widgets .page_item:hover a {
  color: #774d32 !important;
}

.site-main {
  width: 100% !important;
}

.woocommerce-sorting-wrapper select {
  max-width: 215px;
}

.product-category-item-layout1.product-grid {
  padding: 0px 1rem;
}
.product-category-item-layout1.product-grid .products.columns-4 {
  grid-template-columns: repeat(3, 1fr);
}
.product-category-item-layout1.product-grid .products.columns-4 .woocommerce-loop-product__title {
  height: 55px;
  line-height: 1.2 !important;
}
.product-category-item-layout1.product-grid .products.columns-4 h3 {
  line-height: 1.2 !important;
}

.count-number {
  position: relative;
  left: 15px;
}

.search-field {
  padding: 5px 8px !important;
  color: rgb(90, 90, 90) !important;
  border: 2px solid #774d32 !important;
  border-radius: 5px 0px 0px 5px !important;
  min-height: 30px !important;
  max-width: 100%;
  width: 500px;
  font-size: 0.8rem;
}

.search-submit {
  padding: 5px 8px !important;
  background-color: #774d32 !important;
  min-height: auto !important;
  border: 1px solid #774d32 !important;
  border-radius: 0px 5px 5px 0px !important;
  margin-left: 0px !important;
  max-width: 100%;
}

.search-submit:hover {
  background-color: #916b46 !important;
  border: 1px solid #916b46 !important;
}

.material-icons {
  cursor: pointer;
  opacity: 0.8;
}

.woocommerce-product-search .material-icons {
  position: relative;
  top: 3px;
  left: 1px;
}

#place_order {
  font-size: 1rem;
  font-weight: 600;
}

.woocommerce-product-attributes-item__value p {
  margin-bottom: 0px;
}

.botiga-quantity-plus,
.botiga-quantity-minus {
  display: none !important;
}

.quantity {
  border: 1px solid #212121;
  border-radius: 5px;
}

.woopq-quantity-input-minus,
.woopq-quantity-input-plus {
  background: none !important;
  border: none !important;
  transition: 0.2s;
}

@media (min-width: 1025px) {
  td.product-quantity .quantity.woopq-quantity.woopq-quantity-overwrite.woopq-type-default {
    max-width: initial !important;
    width: fit-content !important;
  }
}
td.product-quantity .woopq-quantity-input-minus,
td.product-quantity .woopq-quantity-input-plus {
  width: 32px !important;
}

.input-text.qty.text {
  background: none !important;
  border: none !important;
}

.woocommerce-notices-wrapper {
  margin-top: 0px !important;
  margin-bottom: 25px !important;
}

.woocommerce-message {
  background-color: #fdf6f0 !important;
  border: 2px solid #774d32 !important;
  border-radius: 10px !important;
  padding: 15px 20px !important;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #505050 !important;
}
.woocommerce-message .button.wc-forward {
  min-width: fit-content;
  background-color: #774d32 !important;
  color: white !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-size: 13px !important;
  padding: 8px 18px !important;
}
.woocommerce-message .button.wc-forward:hover {
  background-color: #916b46 !important;
}

.return-to-shop a.button.wc-backward {
  color: white !important;
}

.woocommerce-notices-wrapper.fade-out {
  animation-name: fadeOut;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
ul.woocommerce-error {
  background-color: #fff8f7 !important;
  border: 2px solid #c94040 !important;
  border-radius: 10px !important;
  padding: 15px 20px !important;
  margin: 0 !important;
  color: #505050 !important;
}
ul.woocommerce-error li::before {
  display: none !important;
}

.woocommerce-info {
  background-color: #f0f6fd !important;
  border-top: none !important;
  border-left: 4px solid #4a7fc1 !important;
  border-radius: 0 10px 10px 0 !important;
  padding: 15px 20px !important;
  color: #505050 !important;
}

.term-description {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(33, 33, 33, 0.1);
}
.term-description p {
  text-align: justify;
  opacity: 0.8;
  font-size: 13px;
  color: #8c8c8c;
}
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4 {
  font-size: 1.3rem !important;
  opacity: 0.8;
  color: #8c8c8c;
}

.product-gallery-summary .product_meta > * {
  text-transform: capitalize;
}

.product_meta .posted_in a {
  color: #774d32;
}

.woocommerce-product-attributes,
.shop_attributes {
  color: #505050;
}

.products .product-category {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8 !important;
}

@media (max-width: 575px) {
  .footer-widgets-grid .widget-column {
    margin: 0px 0px 0px 1rem;
  }
}
.woocommerce-loop-category__title .count {
  display: none !important;
}

.product-category a h2.woocommerce-loop-category__title {
  font-weight: 500 !important;
}

.product-category a:hover h2.woocommerce-loop-category__title {
  color: #774d32 !important;
}

.product.type-product {
  padding-bottom: 0;
}
.product.type-product .price {
  margin-bottom: 20px;
  margin-right: 12px;
}

.content-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.woocommerce-pagination {
  margin-bottom: 40px;
}

.submit {
  border-radius: 5px !important;
  background-color: #774d32 !important;
  border: 0px solid white !important;
}
.submit:hover {
  background-color: #916b46 !important;
}

@media (max-width: 767px) {
  .tabs.wc-tabs {
    display: flex !important;
  }
  .tabs.wc-tabs a {
    font-size: 14px !important;
  }
}

.wc-tabs-wrapper {
  margin-bottom: 0px !important;
}
.wc-tabs-wrapper .wc-tabs {
  margin-bottom: 20px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel p {
  margin-bottom: 20px;
  color: #545454 !important;
  text-align: justify;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel h4 {
  margin-bottom: 20px;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel .loop-button-wrap {
  display: none;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel .view-all-link-wrapper {
  border-radius: 16px;
  border: 2px solid #774d32;
  justify-content: center;
  display: flex;
  padding: 1rem;
  margin-top: 10px !important;
  height: 200px;
  align-items: center;
  text-decoration: none;
  color: #774d32 !important;
  transition: 0.2s;
}
.wc-tabs-wrapper .related-product__button {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.product-info-sections-wrapper {
  margin-top: 6rem !important;
  margin-bottom: 3.5rem !important;
}
.product-info-sections-wrapper .product-info-anchors-container {
  margin-bottom: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 1.5rem;
}
.product-info-sections-wrapper .product-info-anchors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: 767px) {
  .product-info-sections-wrapper .product-info-anchors {
    gap: 8px;
  }
}
.product-info-sections-wrapper .product-info-anchors li {
  margin: 0;
  padding: 0;
}
.product-info-sections-wrapper .product-info-anchors li.active .product-info-anchor-link {
  color: white;
  background-color: #774d32;
  border-color: #774d32;
  box-shadow: 0 4px 12px rgba(119, 77, 50, 0.15);
}
.product-info-sections-wrapper .product-info-anchors .product-info-anchor-link {
  display: inline-block;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  color: #505050;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-info-sections-wrapper .product-info-anchors .product-info-anchor-link:hover {
  color: #774d32;
  border-color: #774d32;
  background-color: rgba(119, 77, 50, 0.04);
}
@media (max-width: 767px) {
  .product-info-sections-wrapper .product-info-anchors .product-info-anchor-link {
    font-size: 13px;
    padding: 6px 12px;
  }
}
.product-info-sections-wrapper .product-info-panels-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.product-info-sections-wrapper .product-info-section-panel.panel {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  scroll-margin-top: 140px;
  box-shadow: none !important;
}
.product-info-sections-wrapper .product-info-section-panel.panel:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding-bottom: 3.5rem !important;
}
@media (max-width: 767px) {
  .product-info-sections-wrapper .product-info-section-panel.panel:not(:last-child) {
    padding-bottom: 2.5rem !important;
  }
}
.product-info-sections-wrapper .product-info-section-title {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #212121;
  margin-top: 0 !important;
  margin-bottom: 1.8rem !important;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.product-info-sections-wrapper .product-info-section-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #774d32;
}
@media (max-width: 767px) {
  .product-info-sections-wrapper .product-info-section-title {
    font-size: 18px !important;
    margin-bottom: 1.2rem !important;
  }
}
.product-info-sections-wrapper .product-info-section-content {
  color: #505050;
  line-height: 1.7;
}
.product-info-sections-wrapper .product-info-section-content p {
  margin-bottom: 1.5rem;
  color: #505050 !important;
  font-size: 15px;
  text-align: justify;
}
.product-info-sections-wrapper .product-info-section-content p:last-child {
  margin-bottom: 0;
}

.collection__wrapper .loop-button-wrap {
  display: none;
}

.related.products {
  margin-top: 40px !important;
}

.woocommerce-tabs ul.tabs li.active a {
  border-color: #774d32 !important;
}

.sidebar-wrapper {
  display: none;
}

.woocommerce-loop-product__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  font-weight: 400 !important;
}

.botiga-wc-loop-product__title {
  line-height: 1.6;
  font-size: 15px;
}
.botiga-wc-loop-product__title:hover {
  color: black !important;
}

.woocommerce-tabs {
  margin-top: 6rem !important;
}

.botiga-quantity-minus.show,
.botiga-quantity-plus.show {
  display: none !important;
}

.cart {
  margin-bottom: 1rem !important;
}

.search-results .CategoriesComponent__list,
.search-no-results .CategoriesComponent__list {
  display: none;
}

.post-template-default .content-wrapper,
.single-post .content-wrapper {
  margin-top: 3rem;
}

.select2-selection--single {
  height: initial !important;
}

.blog .posts-archive .row {
  flex-wrap: wrap !important;
}

.wpcsn-notification-item {
  border-radius: 8px !important;
}

.wpcsn-notification-thumbnail {
  margin: 1rem !important;
}

.wpcbm-badges-top-right {
  top: 6px;
  right: 6px;
}

.wpcbm-badge-inner {
  width: 18px !important;
}

.badge-new .wpcbm-badge-inner {
  width: 110px !important;
  margin: -6px -6px 0;
}

.related-product .badge-new .wpcbm-badge-inner {
  width: 60px !important;
  margin: -6px -6px 0;
}

.wpcbm-badges {
  z-index: 1 !important;
}

.wpcbm-badges-top-left {
  top: 5x;
  left: 5px;
}

.custom-sale {
  margin-right: 0px !important;
  opacity: 0.8;
}
.custom-sale .wpcbm-badge-inner {
  width: 45px !important;
}

.post-2708 .customize-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.onsale {
  display: none;
}

ins {
  background: none;
}
ins .woocommerce-Price-amount.amount {
  font-weight: 600;
}

.archive del {
  margin-right: 0px !important;
}
.archive del bdi {
  font-size: 13px;
}

.page-template-default-template p a {
  color: #916b46;
}
.page-template-default-template p a:hover {
  color: #505050 !important;
}

.term-koperty-z-wlasnym-nadrukiem .products.columns-4,
.term-koperty-z-logo-firmy .products.columns-4,
.term-adresowanie-kopert .products.columns-4 {
  grid-template-columns: repeat(3, 1fr);
}
.term-koperty-z-wlasnym-nadrukiem .products.columns-4 .woocommerce-loop-product__title,
.term-koperty-z-logo-firmy .products.columns-4 .woocommerce-loop-product__title,
.term-adresowanie-kopert .products.columns-4 .woocommerce-loop-product__title {
  height: 55px;
}

.blog h2.entry-title {
  font-size: 16px !important;
}

.gallery-item {
  margin: 0;
}
.gallery-item .gallery-caption {
  margin-top: 0.5rem;
  color: #505050;
}
.gallery-item img {
  border-radius: 10px !important;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 1rem !important;
  text-align: justify;
  color: #545454 !important;
}

.product_title.entry-title {
  line-height: 1.5;
  margin-bottom: 0;
}

.product-type-zakeke .woocommerce-product-details__short-description form.cart {
  display: none;
}

.product-template-default .wpcbm-badge-inner {
  display: none;
}

@media (max-width: 500px) {
  .badge-new .wpcbm-badge-inner {
    width: 80px !important;
  }
}
.wpcbm-badges-bottom-left {
  bottom: 6px !important;
  left: 6px !important;
}

.badge-variant-single .wpcbm-badge-inner {
  width: 30px !important;
}

.badge-variant-logo {
  margin-right: 4px !important;
}

.badge-variant-logo .wpcbm-badge-inner {
  width: 100% !important;
  max-width: 75px;
}

.badge-variant-logo-address {
  margin-right: 4px !important;
}

.badge-variant-logo-address .wpcbm-badge-inner {
  width: 100% !important;
  max-width: 132px;
}

.post-1279 .badge-variant-logo-address,
.post-1171 .badge-variant-logo-address,
.post-1273 .badge-variant-logo-address {
  display: none;
}

.badge-variant-color {
  margin-right: 4px !important;
  margin-top: 2px !important;
}

.badge-variant-color .wpcbm-badge-inner {
  width: 100% !important;
  max-width: 150px;
}

.product-template-default .wpcbm-badge-inner {
  display: none;
}

@media (max-width: 500px) {
  .badge-new .wpcbm-badge-inner {
    width: 80px !important;
  }
}
.badge-variant .wpcbm-badge-inner {
  width: 70px !important;
}

.CategoriesComponent__list {
  margin: 0 0 3rem 0;
  padding: 0 0 1rem 0 !important;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  display: flex;
}
.CategoriesComponent__category-container {
  max-width: 15%;
  margin: 0 2.5%;
  padding: 0;
  opacity: 1;
}
@media (max-width: 758px) {
  .CategoriesComponent__category-container {
    max-width: 45%;
  }
}
.CategoriesComponent__category-item {
  opacity: 1;
  transition: 0.3s;
}
.CategoriesComponent__category-item:hover {
  opacity: 0.7;
}
.CategoriesComponent__category-item:hover .CategoriesComponent__category-title {
  color: #774d32;
}
.CategoriesComponent__category-title {
  font-size: 14px !important;
  text-align: center;
  transition: 0.3s;
  line-height: 1.6;
}

.term-koperty-ozdobne .CategoriesComponent__category-container {
  max-width: 15%;
}

.term-54 .woocommerce-notices-wrapper,
.term-54 .woocommerce-sorting-wrapper,
.term-54 .products.columns-4 {
  display: none !important;
}

.term-125 .CategoriesComponent__list {
  display: none;
}

.term-174 .CategoriesComponent__category-container,
.term-211 .CategoriesComponent__category-container,
.term-63 .CategoriesComponent__category-container {
  max-width: 25% !important;
}

.term-zaproszenia-firmowe-niepersonalizowane .woocommerce-loop-product__title,
.term-zaproszenia-firmowe-personalizowane .woocommerce-loop-product__title {
  height: auto !important;
  -webkit-line-clamp: 3 !important;
}

.related-product__container {
  display: flex;
  flex-direction: column;
}

.related-product .price {
  font-size: 13px !important;
  margin-right: 0px !important;
}
.related-product .related.products {
  margin: 0 !important;
  padding: 0;
}
.related-product .related.products > .products {
  border-top: 0px !important;
}
.related-product .related.products h2 {
  margin-top: 2.5rem !important;
  font-size: 18px;
  text-align: center;
}
.related-product .loop-button-wrap,
.related-product .add_to_cart_button {
  display: none !important;
}

.related-product .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 1rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.related-product__header {
  margin-top: 2.5rem !important;
  text-align: center;
}

.related-product__button {
  border: 2px solid #774d32;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-align: center;
  transition: 0.2s;
}
.related-product__button:hover {
  background-color: #774d32;
  color: white;
}

.related-product .products.columns-3,
.related-product .products.columns-4,
.related.products .products.columns-3,
.related.products .products.columns-4,
.up-sells.products .products.columns-3,
.up-sells.products .products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 1rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.related-product .products.columns-3 li.product,
.related-product .products.columns-4 li.product,
.related.products .products.columns-3 li.product,
.related.products .products.columns-4 li.product,
.up-sells.products .products.columns-3 li.product,
.up-sells.products .products.columns-4 li.product {
  width: 100% !important;
  margin: 0 !important;
}
.related-product .products.columns-3 li.product:first-child,
.related-product .products.columns-3 .product:first-child,
.related-product .products.columns-4 li.product:first-child,
.related-product .products.columns-4 .product:first-child,
.related.products .products.columns-3 li.product:first-child,
.related.products .products.columns-3 .product:first-child,
.related.products .products.columns-4 li.product:first-child,
.related.products .products.columns-4 .product:first-child,
.up-sells.products .products.columns-3 li.product:first-child,
.up-sells.products .products.columns-3 .product:first-child,
.up-sells.products .products.columns-4 li.product:first-child,
.up-sells.products .products.columns-4 .product:first-child {
  grid-column: auto !important;
}

body:not(.home) aside .related-product .products.columns-3,
body:not(.home) aside .related-product .products.columns-4,
body:not(.home) aside .related.products .products.columns-3,
body:not(.home) aside .related.products .products.columns-4,
body:not(.home) aside .up-sells.products .products.columns-3,
body:not(.home) aside .up-sells.products .products.columns-4 {
  grid-template-columns: repeat(2, 1fr) !important;
}
body:not(.home) aside .related-product .products.columns-3 li.product:first-child,
body:not(.home) aside .related-product .products.columns-3 .product:first-child,
body:not(.home) aside .related-product .products.columns-4 li.product:first-child,
body:not(.home) aside .related-product .products.columns-4 .product:first-child,
body:not(.home) aside .related.products .products.columns-3 li.product:first-child,
body:not(.home) aside .related.products .products.columns-3 .product:first-child,
body:not(.home) aside .related.products .products.columns-4 li.product:first-child,
body:not(.home) aside .related.products .products.columns-4 .product:first-child,
body:not(.home) aside .up-sells.products .products.columns-3 li.product:first-child,
body:not(.home) aside .up-sells.products .products.columns-3 .product:first-child,
body:not(.home) aside .up-sells.products .products.columns-4 li.product:first-child,
body:not(.home) aside .up-sells.products .products.columns-4 .product:first-child {
  grid-column: span 2 !important;
}

body.single-product .related.products:not(aside *) .products.columns-3,
body.single-product .related.products:not(aside *) .products.columns-4,
body.single-product .up-sells.products:not(aside *) .products.columns-3,
body.single-product .up-sells.products:not(aside *) .products.columns-4 {
  grid-template-columns: repeat(3, 1fr) !important;
}
body.single-product .related.products:not(aside *) .products.columns-3 li.product:first-child,
body.single-product .related.products:not(aside *) .products.columns-3 .product:first-child,
body.single-product .related.products:not(aside *) .products.columns-4 li.product:first-child,
body.single-product .related.products:not(aside *) .products.columns-4 .product:first-child,
body.single-product .up-sells.products:not(aside *) .products.columns-3 li.product:first-child,
body.single-product .up-sells.products:not(aside *) .products.columns-3 .product:first-child,
body.single-product .up-sells.products:not(aside *) .products.columns-4 li.product:first-child,
body.single-product .up-sells.products:not(aside *) .products.columns-4 .product:first-child {
  grid-column: auto !important;
}

body:not(.single-product) .add_to_cart_button {
  display: none !important;
}

.customizable-product__container {
  margin: 1rem 0;
}

.customizable-product__title {
  text-align: center;
  margin-bottom: 3rem;
}

.badge-legend__icon {
  width: 23px;
  margin-right: 8px;
}

.badge-legend__title {
  float: right;
}

table.badge-legend__container {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: fit-content;
  border: none !important;
  margin: auto 0;
}
table.badge-legend__container tr,
table.badge-legend__container th {
  border: none !important;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}
table.badge-legend__container th {
  padding: 5px;
}

.dataTables_wrapper label {
  display: flex;
  align-items: center;
}
.dataTables_wrapper label select {
  margin: 0 0.5rem;
  width: 60px;
}
.dataTables_wrapper label input {
  margin-left: 1rem !important;
}

.wpc_product_table_container {
  overflow-x: visible;
}

.wpc_product_table {
  border-radius: 10px;
}

@media (max-width: 600px) {
  .wpc_product_table_container {
    overflow-x: auto !important;
  }
  .wpcpt_product_name {
    width: max-content;
  }
}
.woosw-popup-content-top {
  background-color: #774d32 !important;
}
.woosw-popup-content-top span {
  color: white !important;
}

.loop-button-wrap.button-layout1 {
  position: absolute;
  right: 59px;
  bottom: -2px;
}
@media (max-width: 450px) {
  .loop-button-wrap.button-layout1 {
    right: 0px !important;
    bottom: -2px;
  }
}
@media (max-width: 1024px) {
  .loop-button-wrap.button-layout1 {
    right: 20px;
    bottom: -2px;
  }
}
.loop-button-wrap.button-layout1 .woosw-btn-icon {
  color: #505050;
  transition: 0.2s;
}
.loop-button-wrap.button-layout1 .woosw-btn-icon:hover {
  color: #774d32;
}

.page .loop-button-wrap.button-layout1 {
  right: 15px !important;
  bottom: -2px !important;
}
@media (max-width: 450px) {
  .page .loop-button-wrap.button-layout1 {
    right: -7px !important;
    bottom: -2px !important;
  }
}
@media (max-width: 1024px) {
  .page .loop-button-wrap.button-layout1 {
    right: 0px !important;
    bottom: -2px !important;
  }
}
.page .product.sale .loop-button-wrap.button-layout1 {
  right: -3px !important;
  bottom: -2px !important;
}
@media (max-width: 450px) {
  .page .product.sale .loop-button-wrap.button-layout1 {
    right: -7px !important;
    bottom: -2px !important;
  }
}

.product.sale .loop-button-wrap.button-layout1 {
  position: absolute;
  right: 40px;
  bottom: -2px;
}
@media (max-width: 450px) {
  .product.sale .loop-button-wrap.button-layout1 {
    right: -7px;
    bottom: -2px;
  }
}
.product.sale .loop-button-wrap.button-layout1 .woosw-btn-icon {
  color: #505050;
  transition: 0.2s;
}
.product.sale .loop-button-wrap.button-layout1 .woosw-btn-icon:hover {
  color: #774d32;
}

.term-naklejki-swiateczne .loop-button-wrap.button-layout1,
.term-naklejki-swiateczne-z-logo .loop-button-wrap.button-layout1 {
  right: 54px;
}

.term-47 .loop-button-wrap.button-layout1 {
  right: 45px;
}

.term-42 .loop-button-wrap.button-layout1 {
  right: 45px;
}

.postid-2215 .loop-button-wrap.button-layout1 {
  right: 45px;
}

.term-206 .loop-button-wrap.button-layout1 {
  right: 52px;
}

.related-product__container .loop-button-wrap.button-layout1 {
  display: none;
}

.related.products .woosw-btn-text {
  display: none;
}
.related.products .loop-button-wrap.button-layout1 {
  position: absolute;
  right: 35px;
  bottom: -1px;
}

.post-template-default .woosw-btn-text,
.page-template .woosw-btn-text,
.page-template-default .woosw-btn-text,
.archive .woosw-btn-text {
  display: none;
}

.woosw-item--note-add .woosw_add_note {
  background-color: #774d32;
  border-color: #774d32;
}
.woosw-item--note-add .woosw_add_note:hover {
  background-color: #916b46;
  border-color: #916b46;
}

.woosw-popup-content {
  max-width: 680px !important;
}
.woosw-popup-content .woosw-items {
  overflow-y: visible;
}
.woosw-popup-content .woosw-items .add_to_cart_button {
  text-align: center;
}

.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist {
  border: 2px solid #774d32;
  padding: 0.7rem 1rem;
  border-radius: 9px;
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.2s;
}
.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist:hover {
  background-color: #774d32;
}
.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist:hover .woosw-btn-text {
  color: white;
}
.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist:hover .woosw-btn-icon {
  color: white;
}
.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist {
  background-color: white;
}
.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist:hover {
  background-color: #774d32;
}
.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist .woosw-btn-text {
  color: #774d32;
}
.product-template-default:has(.woosw-btn-text-icon) .summary.entry-summary .wishlist .woosw-btn-icon {
  color: #774d32;
}
.product-template-default:has(.woosw-btn-text-icon) .wpcbm-badges {
  display: none;
}

.post-1171 .loop-button-wrap.button-layout1,
.post-1279 .loop-button-wrap.button-layout1,
.post-1273 .loop-button-wrap.button-layout1 {
  right: 31px;
}

.wishlist-configurator .product-type-zakeke .loop-button-wrap.button-layout1 {
  margin-bottom: 25px !important;
  margin-left: 10px !important;
}

.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 25px !important;
}

.checkbox__container .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
}
.checkbox__container .woocommerce-input-wrapper input:checked + label {
  color: #774d32;
}
.checkbox__container .woocommerce-input-wrapper input[type=checkbox],
.checkbox__container .woocommerce-input-wrapper input[type=radio] {
  margin: 0px 7px 0px 0px;
  position: relative;
  width: 20px !important;
  height: 20px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  transition: 0.2s;
}
.checkbox__container .woocommerce-input-wrapper input[type=checkbox]:hover,
.checkbox__container .woocommerce-input-wrapper input[type=radio]:hover {
  border: 1px solid #774d32;
}
.checkbox__container .woocommerce-input-wrapper input[type=checkbox]::before,
.checkbox__container .woocommerce-input-wrapper input[type=radio]::before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.checkbox__container .woocommerce-input-wrapper input[type=checkbox]:checked,
.checkbox__container .woocommerce-input-wrapper input[type=radio]:checked {
  color: #fff;
  border-color: #774d32;
  background: #774d32;
}
.checkbox__container .woocommerce-input-wrapper input[type=checkbox]:checked::before,
.checkbox__container .woocommerce-input-wrapper input[type=radio]:checked::before {
  opacity: 1;
}
.checkbox__container .woocommerce-input-wrapper input[type=checkbox]:checked ~ label::before,
.checkbox__container .woocommerce-input-wrapper input[type=radio]:checked ~ label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.checkbox__container .woocommerce-input-wrapper label {
  width: fit-content !important;
  margin-bottom: 0 !important;
  margin-top: 2px;
  font-size: 1rem;
  transition: 0.2s;
  cursor: pointer;
}
.checkbox__container .woocommerce-input-wrapper label:hover {
  color: #774d32;
}

#billing_company_field label::after,
#billing_nip_field label::after {
  content: "*";
  color: red;
}
#billing_company_field .optional,
#billing_nip_field .optional {
  display: none;
}

.company-toggle {
  display: none;
}

.company-toggle.display {
  display: block;
}

.woocommerce-form-login-toggle {
  margin-bottom: 15px;
}

.cart-suggested .related-product__button {
  width: fit-content;
  display: flex;
  margin-top: 1rem;
}
.cart-suggested .product-type-zakeke .loop-button-wrap.button-layout1 {
  right: -3px !important;
}

.cart-continue {
  margin-top: 1.5rem;
}

.cart-button-continue {
  border: 2px solid #774d32;
  color: #505050 !important;
  padding: 13px;
  display: flex;
  border-radius: 10px;
  text-align: center;
  transition: 0.2s;
  justify-content: center;
  letter-spacing: 2px;
  font-size: 0.875rem;
}
.cart-button-continue:hover {
  background-color: #774d32;
  color: white !important;
}

.cart-envelope-recommendation {
  background-color: #fff9f9;
  border: 1px solid rgba(184, 58, 58, 0.25);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 2rem 0;
}
.cart-envelope-recommendation__header {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 1.25rem;
}
.cart-envelope-recommendation__header svg.recommendation-icon {
  width: 24px;
  height: 24px;
  stroke: #b83a3a;
  flex-shrink: 0;
  margin-top: 2px;
}
.cart-envelope-recommendation__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cart-envelope-recommendation__title {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #212121;
  margin: 0 !important;
}
.cart-envelope-recommendation__desc {
  font-size: 13.5px;
  color: #555;
  margin: 0 !important;
}
.cart-envelope-recommendation__desc strong {
  color: #774d32;
}
.cart-envelope-recommendation__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 1rem;
  width: 100%;
}
@media (min-width: 576px) {
  .cart-envelope-recommendation__actions {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.cart-envelope-recommendation__button {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 1px solid #774d32;
  background-color: white;
  color: #505050 !important;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.cart-envelope-recommendation__button .btn-icon-left {
  margin-right: 8px;
  width: 16px;
  height: 16px;
  stroke: #774d32;
  transition: transform 0.2s ease, stroke 0.2s ease;
  flex-shrink: 0;
}
.cart-envelope-recommendation__button .btn-text {
  flex-grow: 0;
}
.cart-envelope-recommendation__button .btn-icon-right {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  stroke: #774d32;
  opacity: 0.6;
  transition: transform 0.2s ease, stroke 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}
.cart-envelope-recommendation__button:hover {
  background-color: #774d32;
  color: white !important;
}
.cart-envelope-recommendation__button:hover .btn-icon-left {
  transform: scale(1.1);
  stroke: white;
}
.cart-envelope-recommendation__button:hover .btn-icon-right {
  opacity: 1;
  transform: scale(1.15);
  stroke: white;
}

.archive-info__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: -15px;
}

.custom-card-button {
  border-radius: 8px;
  border: 1px solid #774d32;
  padding: 1rem 1.5rem;
  text-align: center;
  display: flex;
  background-color: white;
  opacity: 0.85;
  transition: 0.2s;
}
.custom-card-button:hover {
  background-color: #774d32;
  color: white;
  opacity: 0.9;
}

.custom-card-button__background-image {
  background-image: url("https://letica.pl/wp-content/uploads/2022/10/wlasny-nadruk-na-kartce-kopercie-letica.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

li.product.type-product.has-hover-image .loop-image-wrap {
  position: relative;
  overflow: hidden;
}
li.product.type-product.has-hover-image .loop-image-wrap img:not(.secondary-imageAttachment) {
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1), transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale(1);
  will-change: transform, opacity;
}
li.product.type-product.has-hover-image .secondary-imageAttachment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0) scale(1);
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.5, 1), transform 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, opacity;
}
@media (hover: hover) {
  li.product.type-product.has-hover-image:hover .loop-image-wrap img:not(.secondary-imageAttachment) {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.04);
  }
  li.product.type-product.has-hover-image:hover .secondary-imageAttachment {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1.04);
  }
}

/** --------------------------------------------------------------------------
 *	Styles for Product Page Configurator
 * -------------------------------------------------------------------------- */
.product-fields {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
  clear: both;
}
.product-fields__title {
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #333 !important;
  letter-spacing: 1px !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  padding-bottom: 8px !important;
  display: block !important;
}
.product-fields__title-variant {
  font-size: 14px;
  font-weight: 600 !important;
  color: #666;
  margin-bottom: 8px;
}
.product-fields__title-variant.toggle {
  display: none !important;
}

.product-field {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.3s ease, padding 0.3s ease;
}
.product-field--has-error {
  border-left: 3px solid #e2401c;
  padding-left: 10px;
}
.product-field--has-error input[type=text],
.product-field--has-error textarea,
.product-field--has-error select {
  border-color: #e2401c !important;
}
.product-field--has-error .product-field__input-label--select {
  border-color: #e2401c !important;
  background-color: rgba(226, 64, 28, 0.05) !important;
}
.product-field__title {
  font-size: 14px;
  font-weight: 600 !important;
  color: #333;
  margin-bottom: 8px;
  margin-top: 0;
  display: block;
}
.product-field__span {
  width: max-content;
  margin-bottom: 0;
}
.product-field__tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #774d32;
  border-radius: 100%;
  margin-left: 5px;
  height: 17px;
  width: 17px;
  font-size: 13px;
}
.product-field__tooltip::before {
  content: "i";
}
.product-field__tooltip:hover .product-field__tooltip-content {
  display: block;
}
.product-field__tooltip-content {
  position: absolute;
  bottom: 150%;
  display: none;
  border-radius: 10px;
  width: 280px;
  padding: 5px 10px;
  background-color: #774d32;
  text-align: center;
  color: #fff;
}
.product-field__tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #774d32 transparent transparent transparent;
}
.product-field__input-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2px 0 2px 15px;
}
.product-field__input-label a {
  color: #774d32;
}
@media (max-width: 992px) {
  .product-field__input-label--mobile {
    display: block;
  }
}
.product-field__input-label--small {
  width: fit-content;
  font-size: 13px;
}
.product-field__input-label--select {
  display: block;
}
.product-field__input-label--select input.product-field__input {
  margin: 0 0 -4px;
}
.product-field__input-label--envelope {
  display: block;
}
.product-field__input[type=checkbox], .product-field__input[type=radio] {
  margin: 0 7px 0 0;
  position: relative;
  width: 20px;
  height: 20px;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.product-field__input[type=checkbox]::before, .product-field__input[type=radio]::before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.product-field__input[type=checkbox]:checked, .product-field__input[type=radio]:checked {
  color: #fff;
  border-color: #774d32;
  background: #774d32;
}
.product-field__input[type=checkbox]:checked::before, .product-field__input[type=radio]:checked::before {
  opacity: 1;
}
.product-field__input[type=checkbox]:checked ~ label::before, .product-field__input[type=radio]:checked ~ label::before {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.product-field__input--file {
  display: block;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  padding: 6px 10px !important;
  font-size: 14px !important;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s, background-color 0.2s;
}
.product-field__input--file::-webkit-file-upload-button {
  background-color: #774d32;
  border: none;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  margin-right: 12px;
  transition: background-color 0.2s;
}
.product-field__input--file::-webkit-file-upload-button:hover {
  background-color: #916b46;
}
.product-field__input--file:hover {
  border-color: #774d32 !important;
  background-color: #fafafa;
}
.product-field__input--text {
  border: 1px solid #505050 !important;
  border-radius: 5px !important;
  max-width: 100% !important;
  min-height: auto !important;
  padding: 8px 12px !important;
  background-position: calc(100% - 10px) center !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  height: 40px !important;
  box-sizing: border-box !important;
}
.product-field__input--text-full-width {
  width: 100%;
}
.product-field__input--textarea {
  border: 1px solid #505050 !important;
  border-radius: 5px !important;
  width: 100% !important;
  min-height: 100px !important;
  max-height: 500px !important;
  padding: 8px 12px !important;
  background-position: calc(100% - 10px) center !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  box-sizing: border-box !important;
}
.product-field__input--price {
  border: 1px solid #505050 !important;
  border-radius: 5px !important;
  max-width: 100% !important;
  width: 140px;
  min-height: auto !important;
  padding: 8px 12px !important;
  background-position: calc(100% - 10px) center !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  height: 40px !important;
  box-sizing: border-box !important;
}
.product-field__input-link {
  margin: 0 5px;
  height: auto;
  text-decoration: underline !important;
}
.product-field__template-container {
  margin: 4px 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #505050;
}
.product-field__template-desc {
  font-size: 13px;
  color: #505050;
}
.product-field__button {
  transition: 0.2s;
  border: 1px solid #774d32;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  text-align: center;
  margin: 0.2rem 0 1rem;
}
.product-field__button:hover {
  background-color: #774d32;
  color: white;
}
.product-field__margin-bottom {
  margin-bottom: 5px;
}
.product-field--logo-edit .product-field__input-label {
  display: block;
}
.product-field--logo-edit .product-field__input-label .product-field__input {
  margin: 0 7px -4px 0;
}
.product-field--logo-edit-visible .product-field__input-label {
  display: block !important;
}
.product-field--logo-edit-visible .product-field__input-label .product-field__input {
  margin: 0 2px -4px 0;
}
.product-field--required .product-field__title::after {
  content: "*";
  margin-left: 3px;
  color: #774d32;
}
.product-field .related-product__button {
  margin: 8px 0 0 15px;
}

.letica-custom-field-group {
  margin-bottom: 20px;
}
.letica-custom-field-group .product-field__input--text,
.letica-custom-field-group .select-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #505050;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  height: 40px;
  background-color: #ffffff;
  line-height: 1.4;
  margin: 0;
}
.letica-custom-field-group .product-field__input--textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #505050;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 14px;
  background-color: #ffffff;
  line-height: 1.5;
}
.letica-custom-field-group .product-field__input--file {
  width: fit-content;
  max-width: 100%;
}
.letica-custom-field-group .product-field__input-label {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333;
}
.letica-custom-field-group .product-field__input[type=checkbox] {
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
.letica-custom-field-group .product-field__title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}
.letica-custom-field-group .product-field__template-container {
  margin: 4px 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #505050;
}

#card-greetings-file,
#pendant-greetings-file {
  display: none;
}

#envelope-color-choice {
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 100%;
  width: 125px;
  min-height: auto;
  padding: 5px 10px;
  background-position: calc(100% - 10px) center;
  font-size: 13px;
}

.variations select,
.select-input {
  margin-left: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 100%;
  width: 125px;
  min-height: auto;
  padding: 5px 10px;
  background-position: calc(100% - 10px) center;
  font-size: 13px;
}
@media (max-width: 992px) {
  .variations select,
  .select-input {
    margin-left: 0;
  }
}

/** --------------------------------------------------------------------------
 *	Styles for Product Fields in cart
 * -------------------------------------------------------------------------- */
.woocommerce-cart-form__cart-item {
  vertical-align: top;
}
.woocommerce-cart-form__cart-item dd {
  margin-bottom: 10px;
}
.woocommerce-cart-form__cart-item dd p {
  margin-bottom: 0;
}

.wc-item-meta {
  margin-top: 10px;
}
.wc-item-meta li {
  display: inline-flex;
  width: 100%;
}
.wc-item-meta p {
  margin-bottom: 0;
}

.wc-item-meta-label {
  margin-right: 5px;
}

.pointer {
  cursor: pointer;
}
.pointer::-webkit-file-upload-button {
  cursor: pointer;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.personalization__container {
  display: flex;
  flex-direction: column;
}
.personalization__button {
  letter-spacing: 2px;
  transition: 0.2s;
}
.personalization__button:hover {
  background-color: #774d32;
  color: white;
}
.personalization__info {
  margin-bottom: 0.5rem;
}
.personalization__link {
  color: #774d32 !important;
  text-decoration: underline !important;
}
.personalization__link:hover {
  color: #505050 !important;
}
.personalization__description {
  margin-bottom: 1rem;
}

.variations_form.cart {
  --wvs-selected-item-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #774d32;
}
.variations_form.cart .variations tbody > tr + tr > td {
  padding: 0;
}

table.variations {
  display: block;
  margin: 0 0 12px;
}
table.variations.has-variation-selected {
  margin-bottom: 20px;
}
table.variations tbody,
table.variations tr {
  padding: 0;
  display: block;
}
table.variations th.label,
table.variations td.value {
  display: block;
  padding: 0;
}
table.variations th.label {
  padding-top: 12px;
  padding-bottom: 4px;
  font-weight: 600;
}

.reset_variations {
  bottom: auto !important;
  display: inline-block;
  margin-top: 8px;
  font-size: 12px;
  color: #774d32;
  text-decoration: underline;
}
.reset_variations:hover {
  color: #505050;
}

table.variations.has-variation-selected + .reset_variations {
  margin-top: -10px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.variations .label {
  font-weight: 600;
}

.variations.label {
  margin-bottom: -3px;
}

.variable-items-wrapper.button-variable-items-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0;
}
.variable-items-wrapper.button-variable-items-wrapper::before {
  content: "(kliknij w wybrany kolor poniżej):";
  margin-bottom: 8px !important;
  display: block;
  flex: 100%;
  font-size: 14px;
}

.variable-item.button-variable-item {
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #d5d5d5 !important;
  padding: 5px 12px;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.variable-item.button-variable-item .variable-item-span.variable-item-span-button {
  font-size: 14px;
}
.variable-item.button-variable-item:hover:not(.selected):not(.disabled) {
  border-color: #774d32 !important;
  color: #774d32;
}
.variable-item.button-variable-item.selected {
  border: 2px solid #774d32 !important;
  background-color: #774d32;
  color: white;
  box-shadow: none;
}
.variable-item.button-variable-item.disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.variable-item[class*=button-variable-item-] {
  width: calc((100% - 64px) / 8) !important;
  height: auto !important;
  aspect-ratio: 1/1;
  padding: 0 !important;
  border: none !important;
  border-radius: 6px !important;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
.variable-item[class*=button-variable-item-]:hover:not(.selected):not(.disabled) {
  transform: scale(1.08);
  box-shadow: 0 0 0 2px #774d32 !important;
  border: none !important;
  background-color: transparent;
  color: inherit;
}
.variable-item[class*=button-variable-item-].selected {
  transform: scale(1.05);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #774d32 !important;
  border: none !important;
  background-color: transparent !important;
  color: inherit !important;
}
.variable-item[class*=button-variable-item-].disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.variable-item[class*=button-variable-item-].disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, transparent calc(50% - 1px), rgba(0, 0, 0, 0.5) calc(50% - 1px), rgba(0, 0, 0, 0.5) calc(50% + 1px), transparent calc(50% + 1px));
}

.value.woo-variation-items-wrapper::before {
  content: none;
}

.woo-selected-variation-item-name {
  display: inline-block;
  margin-left: 0 !important;
  margin-top: 6px;
  font-size: 13px;
  color: #505050;
  font-style: italic;
}

.variation-logo.toggle,
.variation-address.toggle {
  display: none !important;
}

.additional-info__container p {
  margin: 0;
}

.summary.entry-summary .woocommerce-product-details__short-description p {
  margin-top: 1rem;
}

.woocommerce-Tabs-panel--dedicated_envelopes .envelope-category-title,
.woocommerce-Tabs-panel--dedicated_envelopes h3.envelope-category-title {
  font-size: 22px !important;
}
.woocommerce-Tabs-panel--dedicated_envelopes .loop-button-wrap {
  display: none;
}
.woocommerce-Tabs-panel--dedicated_envelopes .woocommerce-loop-product__title {
  margin-bottom: 0 !important;
}
.woocommerce-Tabs-panel--dedicated_envelopes .view-all-link-wrapper {
  border-radius: 16px;
  border: 2px solid #774d32;
  justify-content: center;
  display: flex;
  padding: 1rem;
  margin-top: 10px !important;
  height: 200px;
  align-items: center;
  text-decoration: none;
  color: #774d32 !important;
  transition: 0.2s;
}
.woocommerce-Tabs-panel--dedicated_envelopes .view-all-link-wrapper:hover {
  color: white !important;
  background-color: #774d32;
}

.woocommerce-tabs .collection__wrapper {
  border: 1px solid #774d32;
  border-radius: 20px;
  padding: 1.2rem 1rem;
}
.woocommerce-tabs .collection__wrapper h3 {
  font-size: 22px !important;
}
.woocommerce-tabs .collection__wrapper .woosw-btn-text {
  display: none !important;
}
.woocommerce-tabs ul.tabs li.dedicated_envelopes_tab a::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data: image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M11.283 0.716999V11.283H0.71703V0.716999H11.283ZM11.5587 0.199677H0.4414C0.307931 0.199677 0.199707 0.3079 0.199707 0.44137V11.5586C0.199707 11.6921 0.307931 11.8003 0.4414 11.8003H11.5587C11.6921 11.8003 11.8004 11.6921 11.8004 11.5586V0.44137C11.8004 0.3079 11.6921 0.199677 11.5587 0.199677Z' %3E%3C/path%3E%3Cpath d='M6.06134 7.52414C5.82524 7.52414 5.60486 7.41944 5.45566 7.2361C4.56856 6.14662 3.72429 5.0592 2.90795 4.0078C2.09369 2.95929 1.25169 1.87477 0.369141 0.79088L0.850458 0.398956C1.73756 1.48844 2.58183 2.57585 3.39817 3.62726C4.21243 4.67597 5.05443 5.76028 5.93698 6.84438C5.97919 6.89632 6.03362 6.90377 6.06259 6.90356C6.09135 6.90336 6.14577 6.89508 6.18716 6.84252C7.04922 5.75014 7.87011 4.67473 8.6641 3.6347C9.45933 2.59282 10.2819 1.51555 11.1468 0.419442L11.6342 0.803916C10.7723 1.89609 9.9514 2.9715 9.15762 4.01132C8.36219 5.0532 7.53965 6.13068 6.67468 7.22699C6.52714 7.41406 6.30573 7.52228 6.06735 7.52414C6.06528 7.52414 6.06321 7.52414 6.06134 7.52414Z' %3E%3C/path%3E%3C/svg%3E");
}

.button-variable-item-biala .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
.button-variable-item-biala span.variable-item-span-button {
  display: none;
}

.button-variable-item-ecru .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #efead5;
}
.button-variable-item-ecru span.variable-item-span-button {
  display: none;
}

.button-variable-item-zolta .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #fef01e;
}
.button-variable-item-zolta span.variable-item-span-button {
  display: none;
}

.button-variable-item-zielony .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #94ae4b;
}
.button-variable-item-zielony span.variable-item-span-button {
  display: none;
}

.button-variable-item-jasnozielona .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #9ab644;
}
.button-variable-item-jasnozielona span.variable-item-span-button {
  display: none;
}

.button-variable-item-ciemnozielona .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #2d533b;
}
.button-variable-item-ciemnozielona span.variable-item-span-button {
  display: none;
}

.button-variable-item-matcha-zielony .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #8ca48a;
}
.button-variable-item-matcha-zielony span.variable-item-span-button {
  display: none;
}

.button-variable-item-blekitna .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #a5cbd0;
}
.button-variable-item-blekitna span.variable-item-span-button {
  display: none;
}

.button-variable-item-jasnoniebieski .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #97c2c6;
}
.button-variable-item-jasnoniebieski span.variable-item-span-button {
  display: none;
}

.button-variable-item-blekit-lupkowy .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #96a7b9;
}
.button-variable-item-blekit-lupkowy span.variable-item-span-button {
  display: none;
}

.button-variable-item-granatowa .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #2c5776;
}
.button-variable-item-granatowa span.variable-item-span-button {
  display: none;
}

.button-variable-item-ciemnogranatowa .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #112e42;
}
.button-variable-item-ciemnogranatowa span.variable-item-span-button {
  display: none;
}

.button-variable-item-czerwony .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #b22b22;
}
.button-variable-item-czerwony span.variable-item-span-button {
  display: none;
}

.button-variable-item-czarna .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #1f2422;
}
.button-variable-item-czarna span.variable-item-span-button {
  display: none;
}

.button-variable-item-rozowa-pudrowa .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #fbb6b2;
}
.button-variable-item-rozowa-pudrowa span.variable-item-span-button {
  display: none;
}

.button-variable-item-szary .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #898781;
}
.button-variable-item-szary span.variable-item-span-button {
  display: none;
}

.button-variable-item-taupe .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #a7998a;
}
.button-variable-item-taupe span.variable-item-span-button {
  display: none;
}

.button-variable-item-eko-naturalna .variable-item-contents {
  width: 100%;
  height: 100%;
  background-color: #997851;
}
.button-variable-item-eko-naturalna span.variable-item-span-button {
  display: none;
}

.button-variable-item-zlota-perlowa-aurum .variable-item-contents {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #ffd700, #f8d800, #f0c200, #e0b000, #cca200);
}
.button-variable-item-zlota-perlowa-aurum span.variable-item-span-button {
  display: none;
}

.button-variable-item-srebrna-perlowa .variable-item-contents {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #e6e6e6, #cccccc, #b3b3b3, #999999, #808080);
}
.button-variable-item-srebrna-perlowa span.variable-item-span-button {
  display: none;
}

.button-variable-item-biala-perlowa .variable-item-contents {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom right, #e6e6e6, #cccccc, #d0d0d0, #c9c9c9, #b6b6b6);
}
.button-variable-item-biala-perlowa span.variable-item-span-button {
  display: none;
}

.letica-envelope-anchor-wrapper {
  display: flex;
  width: 100% !important;
  flex-basis: 100% !important;
  margin-left: 0 !important;
  margin-top: 18px !important;
  margin-bottom: 12px;
}
.letica-envelope-anchor-wrapper .letica-envelope-anchor {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  gap: 10px;
  color: #774d32 !important;
  background-color: rgba(119, 77, 50, 0.06);
  border: 1px solid rgba(119, 77, 50, 0.15);
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(119, 77, 50, 0.03);
}
.letica-envelope-anchor-wrapper .letica-envelope-anchor svg.letica-envelope-icon {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  transition: transform 0.25s ease;
}
.letica-envelope-anchor-wrapper .letica-envelope-anchor:hover {
  color: #916b46 !important;
  background-color: rgba(119, 77, 50, 0.12);
  border-color: rgba(119, 77, 50, 0.35);
  box-shadow: 0 4px 12px rgba(119, 77, 50, 0.07);
}
.letica-envelope-anchor-wrapper .letica-envelope-anchor:hover svg.letica-envelope-icon {
  transform: scale(1.1) translateY(-1px);
}
@media (max-width: 768px) {
  .letica-envelope-anchor-wrapper {
    justify-content: center;
  }
}

.botiga-single-addtocart-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 15px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  width: 100% !important;
}
.botiga-single-addtocart-wrapper::before {
  content: "Ilość sztuk:" !important;
  display: block !important;
  width: 100% !important;
  flex: 1 1 100% !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  margin-bottom: -5px !important;
  text-align: left !important;
}
.botiga-single-addtocart-wrapper .quantity {
  margin: 0 !important;
  width: 100% !important;
  flex: 0 0 48px !important;
  height: 48px !important;
  border-radius: 10px !important;
  border: 2px solid rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  position: relative !important;
}
.botiga-single-addtocart-wrapper .quantity .botiga-quantity-minus,
.botiga-single-addtocart-wrapper .quantity .botiga-quantity-plus,
.botiga-single-addtocart-wrapper .quantity button.minus,
.botiga-single-addtocart-wrapper .quantity button.plus {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 100% !important;
  flex: 0 0 48px !important;
  background: #f7f7f7 !important;
  border: none !important;
  color: #212121 !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  transition: background-color 0.2s ease, color 0.2s ease !important;
  line-height: 1 !important;
}
.botiga-single-addtocart-wrapper .quantity .botiga-quantity-minus:hover,
.botiga-single-addtocart-wrapper .quantity .botiga-quantity-plus:hover,
.botiga-single-addtocart-wrapper .quantity button.minus:hover,
.botiga-single-addtocart-wrapper .quantity button.plus:hover {
  background-color: rgba(119, 77, 50, 0.1) !important;
  color: #774d32 !important;
}
.botiga-single-addtocart-wrapper .quantity .botiga-quantity-minus,
.botiga-single-addtocart-wrapper .quantity button.minus {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.botiga-single-addtocart-wrapper .quantity .botiga-quantity-plus,
.botiga-single-addtocart-wrapper .quantity button.plus {
  border-left: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.botiga-single-addtocart-wrapper .quantity input.qty {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  font-family: "Poppins", sans-serif !important;
  color: #212121 !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}
.botiga-single-addtocart-wrapper .quantity input.qty::-webkit-outer-spin-button, .botiga-single-addtocart-wrapper .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.botiga-single-addtocart-wrapper .single_add_to_cart_button.button {
  width: 100% !important;
  height: 48px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  border-radius: 10px !important;
}
@media (min-width: 769px) {
  .botiga-single-addtocart-wrapper {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
  }
  .botiga-single-addtocart-wrapper .quantity {
    flex: 0 0 130px !important;
    width: 130px !important;
  }
  .botiga-single-addtocart-wrapper .quantity .botiga-quantity-minus,
  .botiga-single-addtocart-wrapper .quantity .botiga-quantity-plus,
  .botiga-single-addtocart-wrapper .quantity button.minus,
  .botiga-single-addtocart-wrapper .quantity button.plus {
    width: 38px !important;
    flex: 0 0 38px !important;
  }
  .botiga-single-addtocart-wrapper .single_add_to_cart_button.button {
    flex: 1 1 auto !important;
    width: auto !important;
  }
}

.single-product .product_title.entry-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #212121 !important;
  line-height: 1.25 !important;
  margin-bottom: 8px !important;
  letter-spacing: -0.5px !important;
}
@media (max-width: 768px) {
  .single-product .product_title.entry-title {
    font-size: 24px !important;
  }
}
.single-product .price {
  font-family: "Poppins", sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #774d32 !important;
  margin-top: 5px !important;
  margin-bottom: 25px !important;
  display: block !important;
  line-height: 1.2 !important;
}
.single-product .price del {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #999 !important;
  margin-right: 8px !important;
}
.single-product .price ins {
  text-decoration: none !important;
}
@media (max-width: 768px) {
  .single-product .price {
    font-size: 18px !important;
  }
}

.product_cat-adresowanie-kopert .price {
  display: none;
}
.product_cat-adresowanie-kopert .variations {
  display: none;
}
.product_cat-adresowanie-kopert .variations_form.cart {
  display: none;
}
.product_cat-adresowanie-kopert .woosw-btn.wishlist {
  display: none !important;
}
.product_cat-adresowanie-kopert .additional_information_tab {
  display: none !important;
}

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