.woocommerce .summary-wrapper p {
  margin: 0;
  line-height: 1.554;
  font-weight: 400;
  font-family: "Inter";
}

.my_custom_add_cart,
.woocommerce .summary-wrapper .single_add_to_cart_button {
  background-color: #1ec52f !important;
  border-radius: 88px;
  color: #fff;
  width: 100% !important;
  min-width: 100% !important;
  padding: 10px !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px !important;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.my_custom_add_cart:hover,
.my_custom_add_cart:focus-visible,
.my_custom_add_cart:active,
.woocommerce .summary-wrapper .single_add_to_cart_button:hover,
.woocommerce .summary-wrapper .single_add_to_cart_button:focus-visible,
.woocommerce .summary-wrapper .single_add_to_cart_button:active {
  background-color: #1bac29 !important;
}

.woocommerce-variation-add-to-cart-disabled .my_custom_add_cart,
.woocommerce .summary-wrapper .single_add_to_cart_button.disabled {
  background-color: #7a7a7a !important;
  cursor: not-allowed;
  pointer-events: none;
}

.summary-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  width: 100%;
}

.summary-wrapper .summary-gallery {
  display: flex;
  width: 43.3898305%;
}

.summary-wrapper .summary-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 54.57627118%;
  gap: 16px;
}

.summary-wrapper .summary-full {
  width: 100%;
}

.summary-wrapper .summary-col {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.summary-wrapper .summary-col-item {
  width: 100%;
  border-radius: 10px;
  padding: 16px;
  border: 1px solid #f1f3f3;
}

.summary-wrapper .deliveryData,
.summary-wrapper .summary-col .woocommerce-product-details__short-description {
  display: none;
}

.woocommerce div.product.layout-v6 .woocommerce-product-gallery {
  width: 100% !important;
  /* padding-left: 0; */
}

.woocommerce div.product .summary-wrapper .price {
  margin: 0 !important;
  text-align: right;
  flex: 1;
  font-size: 24px !important;
  font-family: "Montserrat";
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

@media (max-width: 479px) {
  .woocommerce div.product .summary-wrapper .price {
    font-size: 16px;
  }
}

.woocommerce .summary-wrapper .quantity {
  margin-right: 0;
  border-radius: 10px;
  border: 1px solid #e4e7e7;
  padding: 0;
  display: flex;
  align-items: center;
  height: 40px;
}

.woocommerce .summary-wrapper .quantity .qty-button {
  color: #dc8997;
  font-size: 22px;
  padding: 0;
  opacity: 0.3;
}

.woocommerce .summary-wrapper .quantity .qty-button.decrease {
  padding-left: 8px;
}

.woocommerce .summary-wrapper .quantity .qty-button.increase {
  padding-right: 8px;
}

.woocommerce .summary-wrapper .quantity .qty-button:hover {
  opacity: 1;
  color: #dc8997;
}

.woocommerce .summary-wrapper .quantity .qty {
  font-size: 16px;
  padding: 8px 4px;
  width: 30px !important;
}

@media (max-width: 768px) {
  .woocommerce .summary-wrapper .quantity .qty {
    width: 60px !important;
  }
}

.summary-wrapper .summary-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #f1f3f3;
}

.summary-wrapper .summary-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.summary-wrapper .summary-delivery-text {
  color: #485151;
  font-size: 10px;
  line-height: 2.18;
  padding-top: 8px;
}

/* temp ukrycie wishlisty i share buttonow */
.summary-wrapper .product-share.share,
.summary-wrapper .add-to-wishlist-button {
  display: none;
}

/* temp ukrycie wishlisty i share buttonow */

.summary-paypo-banner {
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.summary-paypo-banner a {
  display: flex;
  align-items: center;
}

.summary-paypo-banner img {
  width: 100%;
  border: 1px solid #f1f3f3;
  border-radius: 10px;
}

.woocommerce div.product .summary-wrapper .product_title {
  color: #161919;
  font-family: "Montserrat";
  font-size: 29px !important;
  font-weight: 600 !important;
  line-height: 1.37;
  margin-bottom: 0 !important;
}

.woocommerce div.product .summary-wrapper .woocommerce-product-details__short-description p {
  font-family: "Inter";
  font-size: 14px;
  color: #485151;
  line-height: 1.554;
  font-weight: 400;
}

.woocommerce div.product .summary-wrapper .quantity .qty-button {
  line-height: 1;
}

.summary-wrapper .summary-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.summary-wrapper .summary-item-wrapper a {
  color: #dc8997;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.554;
}

.summary-wrapper .configuratorAlert {
  font-weight: 400;
  font-family: "Inter";
  font-size: 11px;
  color: #f00;
  line-height: 1.98;
  padding: 7px 8px;
  border-radius: 130px;
  background: rgba(255, 0, 0, 0.05);
  margin-top: 16px !important;
  width: 100%;
}

.summary-wrapper .configurator-side-headings+.configuratorAlert {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}

.summary-wrapper .help-button {
  cursor: pointer;
  margin-left: auto;
}

.n-pseudo-tabs {
  width: 100%;
  border-top: 2px solid #f1f3f3;
}

.site {
  overflow-x: initial;
}

.n-headings-spy {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 12px 0;
  position: sticky;
  top: 80px;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

@media (min-width: 1200px) {
  .n-headings-spy {
    top: 120px;
  }
}

.n-headings-spy a {
  color: #161919;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.8px;
  transition: color 0.3s ease;
  margin: 0 10px;
  width: 100%;
  display: block;
}

.n-headings-spy a:hover,
.n-headings-spy a:focus-visible,
.n-headings-spy a.active {
  color: #dc8997;
}

.n-features {
  display: flex;
  padding: 48px;
  justify-content: center;
  align-items: center;
  gap: 88px;
  border-radius: 10px;
  border: 1px solid #f1f3f3;
  background: #fff;
}

.n-features .slick-list {
  width: 100%;
}

.s-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  color: #dc8997;
  text-align: center;
  font-family: Inter;
  font-weight: 600;
  line-height: 28px;
}

.s-feature h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.s-feature svg,
.s-feature img {
  transition: transform 0.3s ease;
}

.s-feature:hover svg,
.s-feature:hover img {
  transform: scale(0.94);
}

.n-description {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  padding: 52px 0 16px;
}

.s-desc {
  flex: 1 auto;
  width: 40%;
}

.s-desc-title {
  width: 10%;
}

.s-desc * {
  color: #485151;
  font-family: Inter !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 166.523%;
}

.s-desc h1 *,
.s-desc h2 *,
.s-desc h3 *,
.s-desc h4 *,
.s-desc h5 *,
.s-desc h6 *,
.s-desc h1,
.s-desc h2,
.s-desc h3,
.s-desc h4,
.s-desc h5,
.s-desc h6 {
  color: #485151;
  font-family: Inter !important;
  font-weight: 400;
  line-height: 166.523%;
}

.s-desc b,
.s-desc strong {
  font-weight: 600;
}

.s-desc>*:first-of-type {
  margin-top: 0;
}

.s-desc>*:last-of-type,
.s-desc>*:last-of-type>*:last-child,
.s-desc>*:last-of-type>*:last-child>*:last-child {
  margin-bottom: 0;
}

.s-other-wrapper.hide-mobile {
  padding-top: 32px;
}

.s-desc-title h3 {
  color: #161919;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
}

.s-desc-box {
  width: 25%;
  border-radius: 10px;
  padding: 16px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f3f3;
}

.s-desc-box .s-b-single {
  display: flex;
  align-items: center;
  gap: 8px;
}

.s-desc-box .s-b-single p {
  margin: 0;
}

.s-desc-box .s-b-single a {
  color: #dc8997;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  line-height: 21.8px;
  transition: color 0.3s ease;
}

.s-desc-box .s-b-single a:focus-visible,
.s-desc-box .s-b-single a:hover {
  color: #efc8ce;
}

.s-other-cats,
.s-other-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.s-other-wrapper.hide-desktop {
  display: none;
}

.s-other-wrapper p {
  color: #161919;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 21.8px;
  margin: 0;
}

.s-other-cats>a {
  display: flex;
  padding: 3px 12px;
  justify-content: center;
  align-items: center;
  color: #dc8997;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 21.8px;
  border-radius: 88px;
  border: 1px solid #efc8ce;
  transition: background 0.3s ease;
}

.s-other-cats>a:hover,
.s-other-cats>a:focus-visible {
  background-color: rgba(239, 200, 206, 0.15);
}

.n-boxes {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 52px 0;
  border-top: 2px solid #f1f3f3;
}

.n-boxes .s-box:nth-child(even) {
  flex-direction: row-reverse;
}

.s-box {
  display: flex;
  gap: 32px;
}

.s-box .box-image,
.s-box .box-text {
  width: 50%;
}

.s-box .box-image img {
  width: 100%;
  border-radius: 5px;
}

.s-box .box-text {
  padding: 32px 48px;
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
  border-radius: 10px;
  border: 1px solid #f1f3f3;
  background: #fdfcfc;
  height: auto;
  justify-content: space-between;
}

.s-box .box-text>* {
  margin: 0 0 10px;
}

.s-box .box-text h1,
.s-box .box-text h2,
.s-box .box-text h3,
.s-box .box-text h4,
.s-box .box-text h5,
.s-box .box-text h6 {
  color: #dc8997;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 16px;
}

.s-box .box-text ul,
.s-box .box-text ol,
.s-box .box-text li,
.s-box .box-text span,
.s-box .box-text p {
  color: #161919;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.8px;
}

.n-heading h2 {
  text-align: center;
  margin: 0;
  padding-bottom: 8px;
}

.woocommerce div.product.layout-v6 .flex-control-thumbs {
  display: flex;
  width: 100% !important;
  top: 100% !important;
  transform: translateY(-50%);
  height: auto !important;
}

.summary-wrapper .gallery-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
}

.woocommerce-product-gallery__image {
  width: 500px !important;
  height: 500px !important;
}

.panel-row img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.single_variation_wrap .woocommerce-variation.single_variation {
  display: none !important;
}

.summary-wrapper .select2-selection__rendered {
  color: rgba(29, 36, 51, 0.8);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid #e4e7e7;
  background: #fff;
  padding: 8px !important;
  height: 40px;
  transition: border 0.3s ease;
  font-size: 14px !important;
}

.summary-wrapper .select2-container--open .select2-selection__rendered,
.summary-wrapper .select2-selection__rendered:hover,
.summary-wrapper .select2-selection__rendered:focus-visible {
  border-color: #e8b2bb;
}

.summary-wrapper .variations label {
  color: #161919;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.28px;
  padding-bottom: 8px;
  display: flex;
}

.summary-wrapper .select2 .select2-selection--single,
.summary-wrapper .select2 .select2-selection--single:hover {
  border: 0 !important;
}

.summary-wrapper .select2 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  width: 16px;
  height: 16px;
  background-image: url(../assets/icons/angle-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}

.summary-wrapper .side-menu+.configuratorAlert {
  margin-bottom: 16px;
  display: none;
}

.summary-wrapper .configurator-main-wrapper.empty-fields .configuratorAlert {
  display: block;
}

.select2-dropdown.product-card {
  padding: 8px;
}

.select2-dropdown.product-card li {
  color: #161919;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px;
  transition: color 0.3s ease, background 0.3s ease;
}

.select2-dropdown.product-card .select2-results__options .select2-results__option:hover,
.select2-dropdown.product-card .select2-results__options .select2-results__option:focus-visible,
.select2-dropdown.product-card .select2-results__options .select2-results__option--highlighted {
  color: #dc8997;
  background: rgba(239, 200, 206, 0.1);
}

/* opinie produktow */

.woocommerce-noreviews {
  text-align: center;
}

.comment-text .meta {
  display: flex;
  align-items: center;
}

.n-reviews {
  padding: 52px 60px;
}

.n-heading .n-reviews-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.n-reviews .commentlist {
  padding: 52px 0;
}

#review_form_wrapper {
  border-radius: 10px;
  border: 1px solid #f1f3f3;
  background: #fdfcfc;
  padding: 32px 28px;
  margin: 52px 0;
}

.woocommerce-Reviews .comment,
.woocommerce-Reviews .review {
  padding: 24px 0;
  margin: 0;
  border-bottom: 1px solid #f1f3f3;
}

.woocommerce-Reviews .comment:last-child,
.woocommerce-Reviews .review:last-child {
  border-bottom: 0;
  padding: 24px 0;
}

.comment-respond {
  padding-top: 0;
}

.woocommerce-Reviews .comment-reply-title {
  text-align: center;
  color: #161919;
  font-family: Montserrat;
  font-size: 24px !important;
  font-weight: 500;
  line-height: normal;
  margin: 0 !important;
  padding-bottom: 8px;
}

.woocommerce-Reviews .review-subtitle {
  text-align: center;
  color: #485151;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.8px;
  margin: 0;
  padding-bottom: 28px;
}

.woocommerce-Reviews .comment-form {
  border-top: 2px solid #f1f3f3;
  padding-top: 28px;
}

.woocommerce-review__verified {
  color: #c5c5c5;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 21.8px;
  margin-left: 8px;
}

.woocommerce-review__author {
  color: #161919;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.8px;
}

.review-author-title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-icon-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.review-verified-icon {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0073fa;
  border-radius: 50%;
}

.woocommerce-Reviews .comment .woocommerce-review__published-date,
.woocommerce-Reviews .review .woocommerce-review__published-date {
  margin-left: auto !important;
  margin-right: 8px;
  color: #485151 !important;
  font-family: Inter !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 21.8px !important;
}

.woocommerce-review__verified.verified {
  position: relative;
  /* padding-left: 20px; */
}

/* .woocommerce-review__verified.verified::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #0073FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: url(../assets/icons/verified-icon.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 50% 50%;
} */

.n-reviews .woocommerce-Reviews .comment .star-rating,
.n-reviews .woocommerce-Reviews .review .star-rating {
  margin-top: 4px;
}

.comment_container {
  display: flex;
  gap: 24px;
}

.comment_container .user-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #faf3f4;
}

.comment_container .user-avatar img {
  border-radius: 50%;
  min-width: 40px;
}

.comment-text {
  flex: 1 auto;
}

.ck.ck-toolbar {
  background-color: #fff !important;
  padding-left: 0 !important;
}

.ck-rounded-corners .ck.ck-button {
  border-radius: 5px;
  border: 1px solid #e4e7e7;
  background: #fff;
  transition: border 0.3s ease, color 0.3s ease;
}

.ck.ck-button.ck-on,
a.ck.ck-button.ck-on,
.ck.ck-button:not(.ck-disabled):focus-visible,
a.ck.ck-button:not(.ck-disabled):focus-visible,
.ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover {
  border-color: #dc8997;
  background-color: #fff !important;
  color: #dc8997;
}

.summary-wrapper .large-image img.d-none-temp {
  display: none;
}

.color-label {
  position: relative;
}

.color-label svg {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.color-label .color-select {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  display: block;
  z-index: 99;
  border-radius: 3px;
}

.ck-placeholder {
  color: rgba(29, 36, 51, 0.8) !important;
  font-family: Inter !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.woocommerce-Reviews .comment-form .comment-notes {
  display: none;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 12px;
}

.comment-form>* {
  width: 100%;
}

.comment-form>.comment-form-cookies-consent {
  order: 4;
  width: 100%;
}

.comment-form>.form-submit {
  order: 5;
  width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
  width: 100% !important;
}

@media (min-width: 1199px) {
  .comment-form>.comment-form-cookies-consent {
    width: calc(75% - 6px);
    order: 4;
  }

  .comment-form>.form-submit {
    width: calc(25% - 6px);
    order: 5;
  }

  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: calc(50% - 12px) !important;
  }
}

.comment-form .comment-form-rating {
  order: 0;
}

.comment-form .comment-pre-title {
  order: 1;
}

.comment-form .comment-form-author {
  order: 2;
}

.comment-form .comment-form-email {
  order: 3;
}

.comment-form .comment-form-comment {
  order: 4;
}

.comment-form p label {
  color: #485151;
  font-family: Inter;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
}

.comment-form input[type="checkbox"] {
  display: none;
}

.comment-form input:not([type="submit"]),
.comment-form textarea {
  border-radius: 88px;
  border: 1px solid #f1f3f3 !important;
  background: #fdfcfc;
  font-family: Inter;
  color: #485151;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.8px;
  padding: 9px 16px !important;
}

.comment-form input:not([type="submit"]):hover,
.comment-form input:not([type="submit"]):focus-visible,
.comment-form textarea:hover,
.comment-form textarea:focus-visible {
  border-color: #dc8997 !important;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #92a0a0;
}

.comment-form textarea {
  border-radius: 24px;
  min-height: 40px;
}

.comment-form .form-submit {
  margin-top: 0 !important;
}

.comment-form .form-submit .submit {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  line-height: 21.8px;
  text-transform: capitalize;
  border-radius: 88px;
  background: #0073fa;
  padding: 12px 36px;
  transition: background 0.3s ease;
}

.comment-form .form-submit .submit:hover,
.comment-form .form-submit .submit:focus-visible {
  background-color: #3791fb;
}

.woocommerce-Reviews .comment-form .form-submit {
  text-align: right;
}

.woocommerce-Reviews .comment-form label {
  transform: translateY(0) !important;
}

.woocommerce-Reviews .comment-form .comment-form-rating {
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.comment-form .comment-pre-title,
.woocommerce-Reviews .comment-form .comment-form-rating label {
  color: #161919;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

/* opinie produktow */

.n-stars {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.n-reviews-heading .product_rating_average_number {
  color: #161919;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.n-stars>div {
  display: flex;
  align-items: center;
}

.n-stars .full-stars {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.n-stars .full-stars svg {
  height: 32px;
  width: 32px;
  min-width: 32px;
}

@media (max-width: 1260px) {

  .s-box,
  .n-boxes {
    gap: 16px;
  }

  .n-boxes {
    border-top: 0;
    padding: 16px 0;
  }

  .s-box {
    flex-wrap: wrap;
  }

  .s-box .box-text {
    padding: 20px 24px;
  }

  .s-box .box-image,
  .s-box .box-text {
    width: 100%;
  }

  .n-description {
    flex-wrap: wrap;
  }

  .n-description {
    padding: 24px 0 12px;
    gap: 24px;
  }

  .s-desc-title,
  .s-desc,
  .s-desc-box {
    width: 100%;
  }

  .s-other-wrapper.hide-mobile {
    display: none;
  }

  .s-other-wrapper.hide-desktop {
    display: flex;
    gap: 12px;
  }

  .n-reviews {
    padding: 16px 0;
  }

  .woocommerce div.product .quantity .qty-button.decrease {
    padding-left: 4px;
    padding-right: 2px;
  }

  .woocommerce .summary-wrapper .quantity .qty {
    padding: 8px 2px;
  }

  .woocommerce .summary-wrapper .quantity .qty-button.increase {
    padding-right: 4px;
    padding-left: 2px;
  }

  .summary-wrapper {
    flex-direction: column;
  }

  .summary-wrapper .summary-col,
  .summary-wrapper .summary-wrap,
  .summary-wrapper .summary-gallery {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .summary-col-item[mobile-order="1"] {
    order: 1;
  }

  .summary-col-item[mobile-order="0"] {
    order: 0;
  }

  .s-other-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .n-features {
    border: 0;
    gap: 48px;
    padding: 20px 16px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }

  .s-feature {
    padding: 0 10px;
    flex-direction: row;
  }

  .woocommerce-Reviews .comment .woocommerce-review__published-date,
  .woocommerce-Reviews .review .woocommerce-review__published-date {
    width: 100%;
    display: block;
    text-align: right;
  }

  .variations .select2-container {
    width: 100% !important;
  }
}

.pswp--open {
  z-index: 9999;
}

.product-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.large-image {
  margin-bottom: 40px;
  max-width: 100%;
  max-height: 520px;
  height: 520px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 479px) {
  .large-image {
    max-height: 400px;
    height: 400px;
  }
}

@media (max-width: 479px) {
  .large-image.large_image_3d {
    max-height: auto;
    height: auto;
  }
}

.large-image #krowka3d {
  width: 100%;
  height: 100%;
}

.large-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}

.thumbnails {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.thumbnails img {
  width: calc(20% - 10px);
  margin: 5px;
  cursor: pointer;
  transition: opacity 0.3s, border 0.3s ease;
  border-radius: 6px;
  border: 1px solid #e4e7e7;
  aspect-ratio: 1/1;
  object-fit: cover;
}

@media (max-width: 991px) {
  .thumbnails img {
    width: calc(25% - 8px);
    margin: 4px;
  }
}

.thumbnails img:hover {
  opacity: 0.7;
  border-color: #efc8ce;
}

/* KROWKA 3D */
#krowka3d-wrapper {
  position: relative;
  min-height: 400px;
  width: 100%;
  cursor: move;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#krowka3d-wrapper #krowka3d {
  max-height: 500px;
  min-height: 400px;
}

.krowka3d-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.krowka3d-loader:not(.show) {
  display: none;
}

.krowka3d-loader>svg {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
  height: 100%;
}

@media (max-width: 479px) {
  #krowka3d-wrapper {
    min-height: auto;
    height: auto;
  }

  #krowka3d-wrapper #krowka3d {
    min-height: auto;
    max-height: auto;
  }

  #krowka3d {
    position: relative;
    border: 1px solid #000;
  }

  #krowka3d::after {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    min-width: 24px;
    max-width: 24px;
    width: 24px;
    aspect-ratio: 1 / 1;
    background-image: url(../assets/icons/icon-touchmove.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
  }
}

#krowka3d>div {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 479px) {
  #krowka3d>div {
    height: auto;
    aspect-ratio: 1/1;
  }
}

#krowka3d canvas {
  -webkit-transform: scale(1.4) !important;
  transform: scale(1.4) !important;
}

@media (max-width: 768px) {
  #krowka3d canvas {
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }

  #krowka3d>div {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.summary-wrapper .icon-plus::before {
  display: none;
}

.reset_variations {
  display: block !important;
}

/* omnibus */

.summary-col .omnibus-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.summary-col #omnibus-price-data {
  color: #485151;
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  padding-top: 8px;
}

.summary-col .js-omnibus-price {
  color: #485151;
  font-weight: 600;
}

/* omnibus */

.custom-file-upload {
  border-radius: 5px;
  border: 1px dashed #e4e7e7 !important;
  background: #fff;
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 8px !important;
}

.panel.image-panel img {
  border-radius: 5px;
  border: 1px solid #e4e7e7;
  object-fit: contain;
}

.custom-file-upload p {
  color: #dc8997;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 21.8px;
  padding-top: 4px;
}

.configurator-pdf-label+img[src=""] {
  height: 0;
  display: none;
}

/* TEMP COMMENTED */
.fpf-fields-config-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .woocommerce div.product.layout-v6 .variations td {
    display: flex !important;
    flex-direction: column !important;
  }

  .woocommerce div.product.layout-v6 .variations td.value,
  .woocommerce div.product.layout-v6 .variations td.label {
    width: 100% !important;
  }

  .woocommerce div.product.layout-v6 .variations td.value {
    text-align: left !important;
  }
}

.summary-full.only-mobile {
  display: none;
}

@media (max-width: 1260px) {
  .summary-full.only-desktop {
    display: none;
  }

  .summary-full.only-mobile {
    display: block;
  }
}

.fpf-fields {
  display: none;
  width: 100%;
}

.fpf-radio-images .woocommerce-input-wrapper,
.fpf-radio-colors .woocommerce-input-wrapper {
  margin: 0;
  justify-content: space-between;
  gap: 10px 0;
}

.fpf-radio-images label,
.fpf-radio-colors label {
  width: 45% !important;
  margin: 5px !important;
}

.fpf-radio-images label img,
.fpf-radio-colors label img {
  border-radius: 5px;
  border: 2px solid #000 !important;
  transition: border 0.3s ease;
}

.fpf-radio-images input[type="radio"]:checked+label img,
.fpf-radio-colors input[type="radio"]:checked+label img {
  border: 2px solid #dc8997 !important;
}

.fpf-radio-images input[type="radio"]+label img {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.fpf-radio-images label span,
.fpf-radio-colors label span {
  color: #161919;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 21.8px;
}

.fpf-radio-images label span>span,
.fpf-radio-colors label span>span {
  font-weight: 400;
  display: flex;
  width: 100%;
}

.fpf-totals dl {
  display: flex;
  flex-wrap: wrap;
}

.fpf-totals dt {
  clear: none;
  float: none;
  width: 50%;
}

.fpf-totals dd {
  margin: 0;
  float: none;
  width: 50%;
  text-align: right;
}

.comment-form-rating .svg-icon.icon-star svg {
  display: none;
}

.product.type-product .breadcrumb-wrapper .woocommerce-breadcrumb {
  margin: 0;
}

.woocommerce div.product.layout-v6 .breadcrumb-wrapper .add-to-wishlist-button {
  margin: 0;
}

.woocommerce div.product.layout-v6 .breadcrumb-wrapper .product-share {
  float: none;
  line-height: 30px;
  margin: 0;
  position: relative;
}

/* tooltip */

.tooltip-outer {
  position: relative;
}

.tooltip-outer .text-color {
  color: #dc8997;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tooltip-outer .text-color:hover,
.tooltip-outer .text-color:focus-visible {
  color: #efc8ce;
}

.tooltip-outer .tooltip {
  position: absolute;
  top: -13px;
  left: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: column;
  min-width: 320px;
  background-color: #efc8ce;
  padding: 4px 10px;
  opacity: 0;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

@media (max-width: 390px) {
  .tooltip-outer .tooltip {
    min-width: 240px;
  }
}

.tooltip-outer .tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #efc8ce transparent transparent transparent;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tooltip-outer .tooltip>* {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}

.tooltip-outer:hover .tooltip,
.tooltip-outer:focus .tooltip {
  opacity: 1;
  pointer-events: all;
  z-index: 99;
}

/* tooltip */

.configurator-side-headings {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 16px;
}

.configurator-side-headings>div {
  color: #485151;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease, color 0.3s ease;
  padding-bottom: 6px;
  cursor: pointer;
}

.configurator-side-headings>div.active {
  border-color: #e8b2bb;
  color: #e8b2bb;
}

.woocommerce-product-details__short-description h5 {
  margin: 0;
}

.configuratorAlert {
  display: none;
}

@media (max-width: 991px) {
  .summary-wrapper .side-menu>p {
    color: #161919;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
  }

  .summary-wrapper .select2 .select2-selection--single .select2-selection__rendered {
    color: rgba(29, 36, 51, 0.8);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}

.fpf-checkbox .woocommerce-input-wrapper label {
  position: relative;
  padding-left: 26px;
}

/* Ukryj domyślny checkbox */
.input-checkbox.fpf-input-field {
  display: none;
}

.comment-form-cookies-consent label {
  padding-left: 24px;
}

/* Stylizacja pseudo-elementu ::before */
.woocommerce-Reviews .comment-form-cookies-consent .comment-form label::before,
.fpf-checkbox .woocommerce-input-wrapper label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #dc8997;
  background-color: white;
  border-radius: 3px;
}

/* Zmiana wyglądu po zaznaczeniu */
#wp-comment-cookies-consent+label::after,
.fpf-checkbox .woocommerce-input-wrapper label.checked::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../assets/icons/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#wp-comment-cookies-consent:checked+label::after,
.fpf-checkbox .woocommerce-input-wrapper label.checked::after {
  opacity: 1;
}

#reply-title {
  max-width: 600px;
  margin: 0 auto !important;
}

.input-col input::-webkit-outer-spin-button,
.input-col input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-col input[type="number"] {
  -moz-appearance: textfield;
}

.variations_form .select2-container {
  max-width: 100%;
}

/* @media (max-width:1199px) {
    .product-image-wrapper {
        transform: translateY(-50%) scale(0.75) !important;
    }
} */

@media (max-width: 768px) {
  .comment-text .meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce-Reviews .comment .woocommerce-review__published-date,
  .woocommerce-Reviews .review .woocommerce-review__published-date {
    text-align: left;
  }
}

/* @media (max-width:479px) {
    .product-image-wrapper {
        transform: translateY(-50%) scale(0.6) !important;
    }
} */

.woocommerce-Reviews .comment-form .form-submit {
  flex: 1;
}

.woocommerce div.product.layout-v6 .variations tr+tr {
  padding-top: 16px;
}

.woocommerce-product-details__short-description .summary-product-description-title {
  display: none;
}

.woocommerce-product-rating {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.woocommerce div.product .woocommerce-review-link {
  margin-left: 0;
}

.product_rating_average_number {
  color: #485151;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.8px;
}

.large-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.refresh-button {
  z-index: 9999;
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #e4e7e7;
  border-radius: 10px;
  margin-top: 14px;
  transition: border 0.3s ease, color 0.3s ease, background 0.3s ease;
}

.refresh-button.disabled {
  pointer-events: none;
}

.refresh-button:not(.disabled):hover,
.refresh-button:not(.disabled):focus-within {
  border-color: #f6aeb9;
}

#fudge-generator {
  display: none;
}

.new_product_card_loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  display: none;
  top: 0;
  left: 0;
  z-index: 999999999;
}

.new_product_card_loader:not(.show) {
  pointer-events: none;
}

.new_product_card_loader .loader-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.new_product_card_loader .loader-wrapper p {
  margin-bottom: 0;
}

.new_product_card_loader .loader-inner {
  width: 128px;
  height: 128px;
  border: 8px solid #f6aeb9;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  pointer-events: none;
}

/* myloader */
.new_loader {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new_loader.show {
  display: flex !important;
}

.new_loader-inner {
  width: 48px;
  height: 48px;
  border: 5px solid #f6aeb9;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  pointer-events: none;
}

.new_loader:not(.show) {
  opacity: 0;
  pointer-events: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* myloader */

/* .woocommerce-variation-add-to-cart .added_to_cart,
.single_add_to_cart_button+.added_to_cart {
    display: none !important;
}

.woocommerce .summary-wrapper button.single_add_to_cart_button,
.accordion.saveProject {
    display: none !important;
} */

.previewActions {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.previewActions button {
  display: flex;
  padding: 8px;
  gap: 10px;
  border-radius: 5px;
  border: 1px solid var(--Stroke-2, #e4e7e7);
  background: none;
}

.product.type-product .productExcerpt {
  display: none;
}

.summary-gallery {
  position: relative;
}

.woo-custom-badges {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.woo-custom-badges span.woocommerce-badge {
  width: auto;
  height: auto;
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.12px;
  padding: 4px 6px;
  border-radius: 36px;
  margin-bottom: 4px;
  text-transform: none;
  display: inline-flex;
  border: 2px solid transparent;
  transition: border .3s ease;
}

.woo-custom-badges span.woocommerce-badge.delivery {
  font-weight: 400;
}

.woo-custom-badges span.woocommerce-badge strong {
  padding-left: 4px;
}

.woo-custom-badges span.woocommerce-badge.onsale {
  background: #EC0000 !important;
}

.woo-custom-badges span.woocommerce-badge.delivery {
  background: #ff2371 !important;
}

.woo-custom-badges span.woocommerce-badge.new {
  background: #1EC52F !important;
}

.s-additional-weights {
  margin-top: 20px !important;
}

.s-additional-weights>p {
  width: 100%;
}

/*  */

.n-accordion-wrapper {
  margin: 0 auto;
  padding: 30px 60px;
}

.n-accordion {
  background: none;
  border-radius: 16px;
  border: none;
  width: auto;
  text-align: left;
  padding: 8px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  color: #000;
  position: relative;
  border: 1px solid #f6aeb9;
  display: flex;
  margin: 10px auto 0;
}

.n-accordion span {
  line-height: 1.6;
}

.n-accordion .show-less {
  display: none;
}

.n-accordion.active .show-less {
  display: flex;
}

.n-accordion.active .show-more {
  display: none;
}

/* 
.n-accordion::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 24px;
  height: 24px;
  background-image: url(../../inc/assets/icons/angle-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.n-accordion.active::before {
  transform: translateY(-50%) rotateZ(180deg);
} */

.n-accordion.active,
.n-accordion:hover {
  background-color: #f9f9f9;
}

.n-panel {
  /* display: none; */
  padding: 0 30px;
  font-size: 1rem;
  line-height: 1.5;
  height: 70px;
  overflow: hidden;
  position: relative;
}

/* Pseudo-element z cieniem */
.n-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 1;
}

/* Usunięcie cienia przy rozwinięciu */
.n-panel.expanded::after {
  opacity: 0;
}

@media (max-width:1199px) {
  .n-accordion-description {
    padding: 30px 15px;
  }

  .n-accordion::before {
    width: 16px;
    height: 16px;
  }
}