* {
  font-family: "Montserrat", sans-serif !important;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.container.narrow {
  max-width: 700px;
}

.woocommerce-result-count {
  order: 1;
  top: unset;
}

body.woocommerce-account .entry-content .woocommerce-Message .button {
  padding: 0 1em;
}

.products-slider ul.products li.product {
  padding-bottom: 80px !important;
}
@media (max-width: 536px) {
  .products-slider ul.products li.product {
    padding-bottom: 0px !important;
  }
  .products-slider ul.products li.product img {
    height: 500px;
    object-fit: cover;
  }
}

.commercekit-wishlist-table a.commercekit-remove-wishlist2 {
  line-height: 23px;
}

/* .woocommerce-card__header details{
    display: none;
} */
.cgkit-as-wrap-plp .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-button button.cgkit-swatch-selected {
  color: #fff !important;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

.wp-block-image img {
  width: 100%;
}

select.pwb-dropdown-widget option:disabled {
  display: none;
}

@media (max-width: 992px) {
  .mobile-filter {
    display: flex;
    align-items: center;
  }
  .mobile-filter .filter-number {
    width: 20px;
    height: 20px;
    display: flex;
    margin: 0 0 0 10px;
    background: #000;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    justify-content: center;
    align-items: center;
  }

  body.theme-shoptimizer ul.products li.product .button {
    margin: 0 0 15px;
  }
}
.site.overlay .site-content:after,
body.drawer-open:before {
  visibility: visible;
  opacity: 1;
  height: 100vh;
  position: fixed;
}

.woocommerce-products-header {
  background-color: transparent !important;
}
.woocommerce-products-header .woocommerce-products-header__title.page-title {
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .site-header {
    z-index: 101 !important;
  }
}

.cat-checker {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

@media (min-width: 992px) {
  .site-header .main-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .site-header .main-header .site-branding {
    position: absolute;
    top: 50%;
    left: 50%;
    order: 2;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .site-header .main-header .site-search {
    max-width: 25%;
  }
}
form.cgkit-swatch-form .single_variation_wrap {
  display: none !important;
}

ul.products li.product .cgkit-swatch-form table.variations {
  padding: 0 0 36px;
}

.site-main ul.products li.product:hover::before {
  visibility: hidden;
}

.cgkit-as-wrap-plp .cgkit-attribute-swatches .cgkit-attribute-swatch.cgkit-image img {
  height: auto;
  min-height: unset;
}

.disable-error-text .parsley-required {
  display: none;
}

.listing-articles .title {
  margin: 0 0 30px;
}
.listing-articles .listing {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
}
.listing-articles .listing .bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0 0;
}
.listing-articles .listing .item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
}
.listing-articles .listing .item .image {
  width: 100%;
  height: 300px;
  position: relative;
}
.listing-articles .listing .item .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  transition: 0.15s ease-in-out;
  z-index: 2;
}
.listing-articles .listing .item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url(images/cursor.svg);
  background-size: contain;
  transition: 0.15s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.listing-articles .listing .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listing-articles .listing .item .content {
  margin: 10px 0 0;
}
.listing-articles .listing .item .content h4 {
  font-size: 15px;
  font-weight: 600;
}
.listing-articles .listing .item .content h4 a {
  color: #222;
}
.listing-articles .listing .item .content .top {
  display: flex;
  margin: 0 0 5px;
}
.listing-articles .listing .item .content .top p {
  margin: 0;
  color: #555;
  font-size: 11px;
  text-transform: uppercase;
}
.listing-articles .listing .item .content .top p:first-child {
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #555;
}
.listing-articles .listing .item:hover .image::before {
  background-color: rgba(0, 0, 0, 0.45);
}
.listing-articles .listing .item:hover .image::after {
  opacity: 1;
}

.banner-hero {
  display: flex;
  justify-content: center;
}
.banner-hero .content {
  width: 100%;
  max-width: 1600px;
  height: 735px;
  position: relative;
  margin: 30px 0 0;
}
@media (max-width: 1600px) {
  .banner-hero .content {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .banner-hero .content {
    height: 460px;
  }
}
@media (max-width: 576px) {
  .banner-hero .content {
    height: 576px;
  }
}
.banner-hero .content.full {
  max-width: 100%;
}
.banner-hero .content .images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-hero .content .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .banner-hero .content .images img {
    display: none;
  }
}
.banner-hero .content .images img.mobile {
  display: none;
}
@media (max-width: 992px) {
  .banner-hero .content .images img.mobile {
    display: block;
  }
}
.banner-hero .content .movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-hero .content .movie iframe {
  max-height: 100%;
}
.banner-hero .content .text {
  z-index: 9;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1240px;
  padding: 0 50px;
  margin: auto;
  height: 100%;
}
.banner-hero .content .text h1 {
  font-size: 40px;
  margin: 0 0 20px;
}
.banner-hero .content .text h2 {
  font-size: 18px;
  margin: 0 0 30px;
}
.banner-hero .content .text h1, .banner-hero .content .text h2 {
  color: #fff !important;
}
.banner-hero .content .text a:not(.other) {
  text-decoration: none !important;
  display: block;
}
.banner-hero .content .text a:not(.other):hover {
  color: #fff;
}

.link-panel .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .link-panel .content {
    flex-direction: column;
  }
}
.link-panel .content .item {
  width: 100%;
  position: relative;
  max-height: 42vw;
}
@media (max-width: 768px) {
  .link-panel .content .item {
    max-height: unset;
  }
}
.link-panel .content .item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.link-panel .content .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.link-panel .content .item .text {
  z-index: 9;
  position: relative;
  height: 100%;
  color: #fff;
  padding: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.link-panel .content .item .text p {
  margin: 0 0 15px;
}
.link-panel .content .item .text p:last-child {
  margin: 0;
}
.link-panel .content .item .text .custom-button {
  padding: 13px 40px 14px 40px;
}
.link-panel .content.image-with-shadow .item .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  content: "";
  transition: 0.15s ease-in-out;
  z-index: 2;
}
.link-panel .content.image-with-shadow .item:hover .image::before {
  background-color: rgba(0, 0, 0, 0.65);
}
.link-panel .container .content .item {
  margin: 0 20px 20px 0;
}
.link-panel .container .content .item:nth-child(3n) {
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .link-panel .container .content .item {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 992px) {
  .link-panel.mobile-slider .container {
    padding: 0 0 0 15px;
  }
  .link-panel.mobile-slider .container .content .item {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 576px) {
  .link-panel.logotypes-carousel .container .content .item {
    max-width: 35vw;
    margin: 0 20px 20px 0;
  }
}
.link-panel.logotypes-carousel .container .content .item:nth-child(3n) {
  margin: 0 20px 20px 0;
}
.link-panel.logotypes-carousel .container .content .item:last-child {
  margin: 0 0 20px 0;
}

.shortcode-box h2 {
  text-align: center;
  margin: 0 0 35px;
}
@media (max-width: 992px) {
  .shortcode-box ul.products {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 20px;
  }
}

.gallery {
  margin: 0 !important;
}
.gallery .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.gallery .content .image {
  width: calc(33.33% - 20px);
  height: 500px;
  display: block;
  margin: 0 0 30px;
  position: relative;
}
.gallery .content .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.15s ease-in-out;
  z-index: 2;
}
@media (max-width: 992px) {
  .gallery .content .image {
    width: calc(50% - 15px);
  }
}
@media (max-width: 576px) {
  .gallery .content .image {
    width: 100%;
  }
}
.gallery .content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .content .image:hover::before {
  background-color: rgba(0, 0, 0, 0.45);
}
.gallery .content.gallery-slider .image {
  margin: 0 10px;
}
@media (max-width: 576px) {
  .gallery .content.col_mobile .image {
    width: calc(50% - 15px);
    height: 250px;
  }
}

.button.wc-forward, .button.wc-forward:hover {
  color: #000;
}

.link-no-style a {
  color: #000;
  text-decoration: none;
}

body:not(.elementor-page):not(.woocommerce-account) .entry-content p.link-no-style a:not(.button) {
  color: #000;
  text-decoration: none;
}

.custom-button,
.wpforms-submit {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #000;
  border-radius: 0px 0px 0px 0px;
  padding: 22px 35px 22px 35px;
  transition: all 300ms;
}
.custom-button:hover,
.wpforms-submit:hover {
  color: #fff;
  background-color: #111;
}
.custom-button.white,
.wpforms-submit.white {
  color: #000;
  background-color: #fff;
}
.custom-button.white:hover,
.wpforms-submit.white:hover {
  color: #fff;
  background-color: #111;
}
.custom-button.other,
.wpforms-submit.other {
  background: transparent;
  padding: 0;
}
.custom-button.other::after,
.wpforms-submit.other::after {
  content: "";
  background-image: url(images/chevron-right-white.svg);
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0 0 0 15px;
}
.custom-button.other:hover,
.wpforms-submit.other:hover {
  text-decoration: underline;
}

.woocommerce-message .button {
  background-color: transparent !important;
  color: #fff !important;
}

#secondary.widget-area .widget li.chosen a {
  font-weight: 600;
}
#secondary.widget-area .widget li.chosen a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 7px;
  background-image: url(images/checkbox.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}

#secondary .widget ul li a:hover {
  font-weight: 600;
}
#secondary.widget-area .widget a:hover {
  font-weight: 600;
}

.wp-block-columns.flex-with-icon {
  align-items: center !important;
  justify-content: flex-start;
  gap: 15px;
}
.wp-block-columns.flex-with-icon .wp-block-column {
  flex-basis: unset !important;
}
.wp-block-columns.flex-with-icon .wp-block-column h3 {
  margin: 0 !important;
}
.wp-block-columns.flex-with-icon .wp-block-column:first-child {
  max-width: 25px;
}

footer.copyright .widget:last-of-type p {
  display: flex;
  justify-content: flex-end;
}

#rank-math-faq {
  width: 100%;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-question {
  display: flex;
  justify-content: space-between;
  transition: 400ms;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-question::after {
  content: "";
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(images/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: unset;
  transition: 400ms;
  margin-left: 10px;
  transform: rotate(90deg);
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer {
  margin: 0 0 30px;
  display: none;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer p {
  margin-bottom: 18px;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer p:nth-last-child(1) {
  margin-bottom: 0;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ul,
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ol {
  margin: 12px 0;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ul:nth-last-child(1),
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ol:nth-last-child(1) {
  margin-bottom: 0;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ul li,
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ol li {
  margin-bottom: 10px;
}
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ul li:nth-last-child(1),
#rank-math-faq .rank-math-list .rank-math-list-item .rank-math-answer ol li:nth-last-child(1) {
  margin-bottom: 0;
}
#rank-math-faq .rank-math-list .rank-math-list-item.active .rank-math-question {
  border-bottom: 1px solid #000;
  padding: 0 0 20px;
}
#rank-math-faq .rank-math-list .rank-math-list-item.active .rank-math-question::after {
  transform: rotate(270deg);
}

.select2-container--default {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #d2d6dc;
  padding: 0.5180469716em;
  height: 41.8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41.8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: unset;
}

.shoptimizer-sorting {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.shoptimizer-sorting .woocommerce-notices-wrapper {
  width: 100%;
}
.shoptimizer-sorting .woocommerce-ordering {
  order: 2;
  top: unset;
  float: unset;
  margin: 0;
}

.pwb-single-product-brands {
  padding: 0;
  gap: 0;
  margin: 0 0 20px;
}
.pwb-single-product-brands a {
  width: 100%;
}
.pwb-single-product-brands img {
  width: 100%;
  max-width: 90px;
  border: 1px solid #f3f3e5;
}

.pwb-all-brands .pwb-brands-cols-outer {
  display: flex;
  flex-wrap: wrap;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
  width: 16.66%;
  margin: 0 0 20px;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 a {
  display: flex;
  justify-content: center;
  border: 1px solid #f3f3e5;
  padding: 15px;
  font-size: 13px;
  white-space: nowrap;
  color: #000;
  text-decoration: underline;
}

.products .slick-prev,
.products .slick-next {
  top: calc(50% - 60px);
  background-image: url(images/chevron-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.products .slick-prev::before,
.products .slick-next::before {
  display: none;
}
.products .slick-prev {
  transform: rotate(180deg);
  top: calc(50% - 50px);
}
.products .slick-dots {
  margin: 0;
  bottom: 7.5px;
  height: 15px;
  display: flex;
  justify-content: space-between;
}
.products .slick-dots li {
  width: 100%;
  height: 15px;
  display: block;
  margin: 0;
}
.products .slick-dots li button {
  padding: 0;
  width: 100%;
  height: 15px;
}
.products .slick-dots li button::before {
  color: transparent;
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 0;
  transition: all 500ms;
  opacity: 0;
}
.products .slick-dots li.slick-active button::before {
  background: #eaeaea;
  opacity: 1;
}

.gallery .gallery-slider .slick-prev,
.gallery .gallery-slider .slick-next {
  top: 50%;
  background-image: url(images/chevron-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.gallery .gallery-slider .slick-prev::before,
.gallery .gallery-slider .slick-next::before {
  display: none;
}
.gallery .gallery-slider .slick-prev {
  transform: rotate(180deg);
  top: calc(50% - 10px);
}

table.cart td.actions .coupon button,
table.cart td.actions .coupon button:disabled {
  color: #fff;
}

h1.wp-block-themeisle-blocks-advanced-heading, h2.wp-block-themeisle-blocks-advanced-heading {
  color: #fff !important;
  font-weight: 600 !important;
}

.woocommerce-error li, .woocommerce-error p, .woocommerce-error span {
  color: #fff;
  font-weight: 700;
}

.woocommerce-message {
  font-weight: 700;
}

.woocommerce-remove-coupon {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 3px;
  position: relative;
}
.woocommerce-remove-coupon::before {
  width: 20px;
  height: 20px;
  content: "";
  background-color: #999;
  display: inline-block;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  transition: opacity 0.2s ease;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M5 20a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V8h2V6h-4V4a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v2H3v2h2zM9 4h6v2H9zM8 8h9v12H7V8z'/%3E%3Cpath d='M9 10h2v8H9zm4 0h2v8h-2z'/%3E%3C/svg%3E");
}

.wp-block-columns.space-between {
  justify-content: space-between;
}

.salons .wp-block-image a {
  display: block;
  position: relative;
}
.salons .wp-block-image a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  transition: 0.15s ease-in-out;
  z-index: 2;
}
.salons .wp-block-image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background-image: url(images/cursor.svg);
  background-size: contain;
  transition: 0.15s ease-in-out;
  z-index: 2;
  opacity: 0;
}
.salons .wp-block-image:hover a::before {
  background-color: rgba(0, 0, 0, 0.45);
}
.salons .wp-block-image:hover a::after {
  opacity: 1;
}

.wp-block-cover .wp-block-cover__inner-container h1 {
  font-size: 40px !important;
  margin: 0 0 20px;
}
.wp-block-cover .wp-block-cover__inner-container a {
  max-width: max-content;
  color: #fff;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #000;
  border-radius: 0px 0px 0px 0px;
  padding: 22px 35px 22px 35px;
  display: inline-block;
}

.newsletter-card {
  max-width: 1600px;
  margin: auto;
  padding: 30px 50px;
  background: #020202;
  display: flex;
  justify-content: flex-start;
}
.newsletter-card .wp-block-cover__inner-container {
  max-width: calc(100% - 310px);
  color: #fff;
}
@media (max-width: 768px) {
  .newsletter-card .wp-block-cover__inner-container {
    max-width: 100%;
  }
}
.newsletter-card .wp-block-cover__image-background {
  object-fit: contain;
}
@media (max-width: 768px) {
  .newsletter-card .wp-block-cover__image-background {
    display: none;
  }
}
.newsletter-card p {
  color: #fff;
  font-weight: 500;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form {
  padding: 0;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form input.mailpoet_text {
  background: transparent;
  color: #fff;
  border: none;
  border-bottom: 2px solid #fff !important;
  border-radius: 0;
  height: 57px;
  padding: 0 !important;
  font-size: 15px;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form input.mailpoet_text::placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form input.mailpoet_submit {
  height: 57px;
  background-color: #fff !important;
  color: #000;
  font-size: 15px;
}
@media (max-width: 810px) {
  .newsletter-card #mailpoet_form_1 form.mailpoet_form input.mailpoet_submit {
    margin: 20px auto 0 0 !important;
  }
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_checkbox_label {
  display: flex;
  font-size: 10px;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form input.mailpoet_checkbox {
  width: 12px;
  height: 12px;
  margin: 4px 10px 0 0;
  border: none;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_form_paragraph {
  font-size: 10px;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph {
  max-width: 55%;
}
@media (max-width: 810px) {
  .newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph {
    max-width: 100%;
  }
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_form_paragraph.last {
  max-width: 55%;
  padding: 0 0 0 22px;
}
@media (max-width: 810px) {
  .newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_form_paragraph.last {
    max-width: 100%;
  }
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form p, .newsletter-card #mailpoet_form_1 form.mailpoet_form label {
  color: #fff;
  font-weight: 400;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_form_columns {
  max-width: 100%;
}
.newsletter-card #mailpoet_form_1 form.mailpoet_form .mailpoet_form_columns .mailpoet_paragraph {
  margin: 0;
  max-width: 100%;
}

.widget-area .mailpoet_form {
  padding: 0 !important;
}
.widget-area #mailpoet_form_1 .mailpoet_paragraph {
  margin: 0 !important;
}
.widget-area #mailpoet_form_1 .mailpoet_form_paragraph.last {
  margin: 20px 0 0 !important;
}
.widget-area #mailpoet_form_1 .mailpoet_form_columns {
  margin: 0 0 20px !important;
}

.widget_mailpoet_form .newsletter-popup-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 201;
  display: none;
}
.widget_mailpoet_form .newsletter-popup {
  z-index: 202;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto !important;
  left: 0;
  right: 0;
  max-width: 800px !important;
  width: 100%;
  height: max-content;
  padding: 50px;
  background: #fff;
  display: none;
}
@media (max-width: 860px) {
  .widget_mailpoet_form .newsletter-popup {
    margin: auto 30px;
    width: calc(100% - 60px);
    padding: 30px;
  }
}
.widget_mailpoet_form .newsletter-popup .mailpoet_form_columns {
  justify-content: space-between;
}
.widget_mailpoet_form .newsletter-popup .mailpoet_form_column .mailpoet_form_column {
  flex-basis: calc(50% - 10px) !important;
}
@media (max-width: 576px) {
  .widget_mailpoet_form .newsletter-popup .mailpoet_form_column .mailpoet_form_column {
    flex-basis: 100% !important;
  }
}
.widget_mailpoet_form .newsletter-popup .mailpoet_paragraph .mailpoet_checkbox_label {
  font-size: 13px;
  line-height: 20px;
  display: flex !important;
}
.widget_mailpoet_form .newsletter-popup .mailpoet_paragraph .mailpoet_checkbox_label .mailpoet_checkbox {
  width: 14px;
  height: 14px;
  margin: 3px 10px 0 0;
}
.widget_mailpoet_form .newsletter-popup-text input[type=email] {
  font-size: 13px !important;
  border-radius: 0px !important;
  border: 1px solid #000 !important;
  box-shadow: none !important;
}
.widget_mailpoet_form .newsletter-popup-text button[data-newsletter-button] {
  color: #fff;
  width: 100%;
  height: 33.33px;
  text-align: center;
  padding: 0;
  background: #000;
  font-size: 14px;
}

.woocommerce-tabs table.woocommerce-product-attributes .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_material {
  display: none;
}

.product-details-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .product-details-wrapper {
    flex-direction: column;
  }
}

.sirv-woo-wrapper {
  width: 64% !important;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .sirv-woo-wrapper {
    width: 100% !important;
    padding-right: 0;
  }
}

ul.products .product img {
  height: calc((24.97vw - 30px) * 1.5);
  object-fit: cover;
}
@media (max-width: 992px) {
  ul.products .product img {
    height: calc((50vw - 15px) * 1.5);
  }
}
@media (max-width: 768px) {
  ul.products .product img {
    height: 150vw;
  }
}
ul.products .product .cgkit-as-swatches-original img {
  height: auto;
}
ul.products .product .woocommerce-card__header {
  display: flex;
  flex-direction: column;
}
ul.products .product .woocommerce-card__header .product__categories {
  display: none;
}
ul.products .product .woocommerce-card__header .woocommerce-loop-product__title {
  order: 2;
}
ul.products .product .woocommerce-card__header .pwb-brands-in-loop {
  order: 1;
}
ul.products .product .woocommerce-card__header .pwb-brands-in-loop a {
  color: #555;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.7px;
  display: block;
  margin: 0 0 2px;
}
ul.products .product .woocommerce-card__header .price {
  order: 3;
}
ul.products .product .woocommerce-card__header .variations_form {
  order: 4;
}

ul.products.columns-3 li.product img {
  height: calc((50vw - 30px) * 1.5);
}
@media (max-width: 992px) {
  ul.products.columns-3 li.product img {
    height: calc((50vw - 30px) * 1.5);
  }
}
@media (max-width: 768px) {
  ul.products.columns-3 li.product img {
    height: calc((100vw - 30px) * 1.5);
  }
}

.container ul.products.columns-4 li.product img {
  /*height: 393px;*/
}
@media (max-width: 992px) {
  .container ul.products.columns-4 li.product img {
    height: calc((50vw - 30px) * 1.5);
  }
}
@media (max-width: 768px) {
  .container ul.products.columns-4 li.product img {
    height: calc((100vw - 30px) * 1.5);
  }
}
.container .products-slider ul.products li.product img {
  height: 393px;
}
@media (max-width: 992px) {
  .container .products-slider ul.products li.product img {
    height: calc((33.33vw - 30px) * 1.5);
  }
}
@media (max-width: 768px) {
  .container .products-slider ul.products li.product img {
    height: calc((50vw - 30px) * 1.5);
  }
}
@media (max-width: 576px) {
  .container .products-slider ul.products li.product img {
    height: calc((100vw - 30px) * 1.5);
  }
}
.container .cross-sells ul.products li.product img {
  /*height: 393px;*/
}
@media (max-width: 992px) {
  .container .cross-sells ul.products li.product img {
    height: 435px;
  }
}

.products-slider ul.products li.product img {
  height: calc((25vw - 20px) * 1.5);
}
@media (max-width: 768px) {
  .products-slider ul.products li.product img {
    height: calc((50vw - 15px) * 1.5);
  }
}
@media (max-width: 576px) {
  .products-slider ul.products li.product img {
    height: 150vw;
  }
}

.cross-sells ul.products li.product img {
  height: calc((33.33vw - 20px) * 1.5);
}
@media (max-width: 992px) {
  .cross-sells ul.products li.product img {
    height: 435px;
  }
}

.shoptimizer-archive ul.products li.product img {
  height: auto;
  min-height: 393px;
}

.wcpf-color-list {
  display: flex;
  flex-direction: column;
}
.wcpf-color-list .wcpf-color-item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  font-size: 13px !important;
  color: #000;
  white-space: nowrap;
  height: 13px;
}
.wcpf-color-list .wcpf-color-item[data-value=bialy],
.wcpf-color-list .wcpf-color-item[data-value=blyszczacy] {
  border: 1px solid #eaeaea;
}

.wcpf-checkbox-list {
  display: flex;
  flex-direction: column;
}
.wcpf-checkbox-list .wcpf-item {
  order: 2;
}
.wcpf-checkbox-list .wcpf-item.checked {
  order: 1;
}

.promo-element {
  display: flex;
  align-items: center;
  position: relative;
}
.promo-element .mark {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.promo-element a {
  font-size: 13px !important;
  padding-left: 28px;
  transition: all 300ms ease;
  z-index: 1;
}
.promo-element a:hover {
  color: #8d8d8d !important;
  font-weight: 400 !important;
}
.promo-element.active .mark::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  height: 3px;
  width: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: solid #111 3px;
  border-width: 0 0 2px 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.custom-radio .woocommerce-radio-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.custom-radio .woocommerce-radio-wrapper .input-checkbox {
  position: absolute;
  opacity: 0;
}
.custom-radio .woocommerce-radio-wrapper .input-checkbox[value="Osoba prywatna"]:checked + label.checkbox {
  background-color: #000;
  color: #fff !important;
  font-weight: 700 !important;
}
.custom-radio .woocommerce-radio-wrapper .input-checkbox[value=Firma]:checked + label.checkbox {
  background-color: #000;
  color: #fff !important;
  font-weight: 700 !important;
}
.custom-radio .woocommerce-radio-wrapper label.checkbox {
  border: 1px solid #000 !important;
  height: 52px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: calc(50% - 13px);
  margin: 0;
  cursor: pointer;
}
.custom-radio .woocommerce-radio-wrapper br {
  display: none;
}

/* ============================================================
   [VENA] Fix widoczności checkboxów: regulamin + newsletter.
   Po aktualizacji WooCommerce/motywu natywne checkboxy mają
   appearance:none bez widocznego zastępnika (znikają wizualnie).
   Poniżej niezależny, samowystarczalny styl (nie rusza
   przełącznika "inny adres dostawy" ani metod płatności).
   ============================================================ */
#terms,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"],
.woocommerce-terms-and-conditions-wrapper input.input-checkbox,
#mailpoet_woocommerce_checkout_optin,
.woocommerce-checkout input.mailpoet_checkbox {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border: 2px solid #1a1a1a !important;
  border-radius: 3px !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 62% 62% !important;
  vertical-align: -3px !important;
  opacity: 1 !important;
  cursor: pointer !important;
  position: relative !important;
  top: 0 !important;
}

#terms:checked,
.woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked,
.woocommerce-terms-and-conditions-wrapper input.input-checkbox:checked,
#mailpoet_woocommerce_checkout_optin:checked,
.woocommerce-checkout input.mailpoet_checkbox:checked {
  background-color: #1a1a1a !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") !important;
}

#terms:focus-visible,
#mailpoet_woocommerce_checkout_optin:focus-visible,
.woocommerce-checkout input.mailpoet_checkbox:focus-visible {
  outline: 2px solid #1a1a1a !important;
  outline-offset: 2px !important;
}

/* ============================================================
   [VENA] Fix przycisków koszyka po aktualizacji WooCommerce/motywu.
   - "Przejdź do płatności" (.button.alt / .checkout-button) miał
     biały tekst na białym tle (pusta ramka).
   - "Zaktualizuj koszyk" (update_cart, stan disabled) miał
     nieczytelny biały tekst na szarym tle.
   Dopasowane do czarnych przycisków sklepu (jak "Wykorzystaj kupon").
   ============================================================ */
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  opacity: 1 !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #009245 !important; /* akcent hover motywu */
  color: #fff !important;
  border-color: #009245 !important;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.woocommerce button[name="update_cart"]:disabled,
.woocommerce button[name="update_cart"][disabled],
.woocommerce input[name="update_cart"]:disabled,
.woocommerce input[name="update_cart"][disabled] {
  background-color: #e0e0e0 !important;
  color: #666 !important; /* czytelny tekst w stanie nieaktywnym */
  border-color: #e0e0e0 !important;
  cursor: not-allowed;
}

/*# sourceMappingURL=catdesign-fix-kk.css.map */
