.woocommerce div.product {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12rem;
}

.product-template-default .product h1 {
  font-size: 3.2rem;
  font-weight: 200;
}

#root.product-template-default {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#root.product-template-default #primary {
  margin-top: 6.4rem;
}

.product-template-default
  .product
  .summary
  span.woocommerce-Price-amount.amount {
  font-size: 2.4rem;
  color: #0d0807;
}

.product-template-default .woocommerce-product-details__short-description {
  font-size: 1.4rem;
  font-weight: 200;
  margin-top: 3rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}

#root.product-template-default button.accordion-header {
  background: #f5f7f8;
  border: 0;
  border-bottom: 1px solid #0d0807;
  font-size: 1.4rem;
  font-weight: 600;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}

.product-template-default .woocommerce-accordion {
  border: 0;
  width: 75%;
  margin-top: 7.2rem;
  margin-bottom: 5.6rem;
}

#root.product-template-default form.cart button {
  font-family: "IBM Plex Sans", sans-serif;
  background: black;
  border-radius: 0;
  padding: 1.4rem 2.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
}

#root.product-template-default form.cart input[type="number"] {
  display: flex;
  padding: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid black;
  font-size: 1.4rem;
}

#root.product-template-default form.cart button:after {
  content: url(https://collectiveq.pl/wp-content/uploads/2025/04/dodja-white.png);
}

#root.product-template-default .accordion-content {
  font-size: 1.4rem;
  line-height: 1.5;
  background: transparent;
  border: 0;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#root.product-template-default .accordion-content h2 {
  display: none;
}

#root.product-template-default .accordion-content h3 {
  font-size: 1.4rem;
  line-height: 1.5;
}

#root div#respond input#submit {
  background: #0d0807;
  color: white;
  font-family: "ivyepic-variable";
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.8rem 1rem 0.6rem 1rem;
}

#root #comments ol.commentlist {
  padding-inline-start: 0;
}

#root #comments p.meta {
  font-size: 1.2rem;
  font-weight: 400;
  color: black;
}

#root #comments ol.commentlist li .comment-text {
  background: #eef0f1;
}

#root.product-template-default textarea#comment {
  border: 1px solid black;
  font-size: 1.2rem;
  line-height: 1.2;
}

#root.product-template-default span#reply-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 800;
}

#root.product-template-default span.posted_in,
#root.product-template-default span.marketking_vendor_product_store,
#root.product-template-default span.marketking_vendor_product_text,
#root.product-template-default .marketking_report_abuse_container {
  display: none !important;
}

#root.product-template-default span.category-item {
  background: #ece9e7;
  padding: 1rem;
  height: fit-content;
}

#root.product-template-default span.category-item a {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #0d0807;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}

#root.product-template-default .product_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}

#root nav.woocommerce-breadcrumb {
  font-size: 1.4rem;
  text-transform: uppercase;
  width: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  color: #504c4b;
  margin-bottom: 4rem;
  max-width: 1500px;
}

#root nav.woocommerce-breadcrumb a {
  font-family: "IBM PLEX SANS";
  text-decoration: none;
}

section.vendor-products,
section.random-products.products {
  display: flex;
  width: 100%;
  flex-direction: column;
}

section.vendor-products .col-3,
section.random-products.products .col-3 {
  flex: 0 0 21%;
  width: 21%;
}

section.vendor-products .random-products-row,
section.random-products.products .random-products-row {
  justify-content: space-between;
  max-width: 1500px;
  width: 100%;
}

section.vendor-products,
section.random-products.products {
  width: 100%;
}

section.vendor-products.products h2,
section.random-products.products h2 {
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 1500px;
}

section.random-products.products {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #ece9e7;
  width: 99vw !important;
}

section.vendor-products,
section.random-products.products {
  width: 100%;
  display: flex;
  align-items: center;
}

.summary.entry-summary,
.woocommerce-product-gallery {
  max-width: 750px;
}

section.vendor-products .product-card img,
section.random-products.products .product-card img {
  height: 450px;
}

#root.product-template-default #main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-product-gallery__image {
  display: none;
}

.product-gallery-masonry {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}

/* Style dla zdj�cia wyr�niaj�cego */
.featured-image-container {
  width: 100%;
  margin-bottom: 10px;
}

.featured-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.featured-image:hover {
  opacity: 0.9;
}

/* Style dla pozosta�ych zdj�� w 2 kolumnach */
.gallery-columns-container {
  display: flex;
  width: 100%;
  gap: 10px;
}

.masonry-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.masonry-item {
  width: 100%;
  margin-bottom: 10px;
  break-inside: avoid;
}

.masonry-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.masonry-image:hover {
  opacity: 0.9;
}

#root .payment_box p,
#root .payment_box a {
  color: #0d0807;
  font-size: 1.2rem;
  font-family: "ivyepic-variable";
}

#root .updates {
  display: none;
}

div#marketking_vendor_store_page_banner,
div#marketking_vendor_store_page_header {
  border-left: 0;
  border: 0;
}

div#marketking_vendor_store_page_header {
  background: transparent;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

@media (max-width: 768px) {
  .gallery-columns-container {
    flex-direction: column;
  }
}

/* Podstawowe style lightbox */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
}

.lightbox-image {
  max-width: 100%;
  max-height: 90vh;
  display: block;
  margin: 0 auto;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 30px;
  cursor: pointer;
  padding: 15px;
  z-index: 10000;
}

.lightbox-prev {
  left: 20px;
}

.lightbox-next {
  right: 20px;
}

.shop-container aside.shop-sidebar {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.shop-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1500px;
  margin-top: 10rem;
  margin-bottom: 10rem;
  position: relative;
  width: 100%;
}

.shop-container .shop-main {
  display: flex;
  width: 75%;
  flex-direction: column;
}

.shop-page-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shop-page-wrapper .products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#root .shop-page-wrapper .products li.product img {
  height: 400px;
  object-fit: cover;
}

.shop-page-wrapper .products li.product h2.woocommerce-loop-product__title {
  color: #0d0807;
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 200;
  text-transform: uppercase;
}

#root .shop-page-wrapper .products span.woocommerce-Price-amount.amount,
#root .shop-page-wrapper .products span.woocommerce-Price-currencySymbol {
  color: #0d0807;
  font-size: 1.2rem;
  font-weight: 400;
}

#root .shop-page-wrapper .products .add_to_cart_button {
  display: none;
}

main.shop-main main#main nav.woocommerce-breadcrumb,
main.shop-main main#main header.woocommerce-products-header,
main.shop-main main#main p.woocommerce-result-count {
  display: none;
}

#root ul.wc-block-product-categories-list {
  list-style: none;
  padding-inline-start: 0;
  font-size: 1.4rem;
  line-height: 24px;
}

#root ul.wc-block-product-categories-list a {
  text-decoration: none;
  color: #0d0807;
}

.wc-block-product-categories-list--depth-1 {
  display: none;
  margin-left: 20px;
}

.cat-toggle {
  background: none;
  border: 0;
  padding: 0 5px 0 0;
  cursor: pointer;
  vertical-align: middle;
}

.wc-block-product-categories-list-item > a {
  vertical-align: middle;
}

span.wc-block-product-categories-list-item-count {
  display: none;
}

#root
  .wc-block-product-categories-list--depth-0
  .wc-block-product-categories-list-item__name {
  font-weight: 500;
}

#root
  .wc-block-product-categories-list--depth-1
  .wc-block-product-categories-list-item__name,
#root
  .wc-block-product-categories-list--depth-2
  .wc-block-product-categories-list-item__name {
  font-weight: 200;
}

p.kategorie-drzewko {
  font-size: 3.2rem;
  padding-top: 6rem;
}

.wc-block-product-categories {
  margin-top: 4.2rem;
}

h3.sidebar-title,
h1.entry-title,
.woocommerce-info::before,
tr.marketking_vendor_subtotals_cart_tr,
form.woocommerce-shipping-calculator {
  display: none;
}

.product h1.entry-title {
  display: flex;
}

form.woocommerce-ordering {
  margin-bottom: 6rem;
}

.woocommerce .woocommerce-ordering {
  width: 100%;
  font-family: "IBM Plex Sans";
  font-size: 1.2rem;
  text-transform: uppercase;
}

.woocommerce-cart .woocommerce {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1500px;
  column-gap: 6rem;
  justify-content: space-between;
  margin-bottom: 5rem;
}

form.woocommerce-cart-form.marketking_split_cart_form {
  width: 60%;
}

#root.woocommerce-cart .cart-collaterals {
  width: 30%;
  display: flex;
  margin-right: 6rem;
}

.page-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  width: 100%;
  border: 1px solid black;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 3rem;
  text-align: center;
}

a.button.wc-backward {
  width: 100%;
  border: 1px solid black;
  padding: 1.5rem 1rem 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 3rem;
  text-align: center;
  background: transparent;
  line-height: 1;
  text-transform: uppercase;
}

.woocommerce-message::before,
.woocommerce-error:before {
  display: none;
}

h3.marketking_sold_by_title {
  font-size: 2.4rem;
  font-weight: 200;
  line-height: 1.2;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  background: #ece9e7;
}

#root.woocommerce-page #content td.product-thumbnail img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

#root td.product-thumbnail {
  width: 20%;
  border: 0;
}

#root td.product-details {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
}

#root td.product-quantity {
  width: 15%;
  border: 0;
}

#root tr.woocommerce-cart-form__cart-item.cart_item {
  width: 100%;
  display: flex;
  padding: 1.2rem;
  border-top: 1px solid #0d0807;
}

#root.woocommerce-cart table.shop_table tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#root.woocommerce-cart .vendor-name {
  color: #8d8482;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

#root.woocommerce-cart .product-title a {
  color: #0d0807;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

#root.woocommerce-cart .product-price {
  color: #0d0807;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 1rem;
}

.woocommerce a.remove:after {
  content: "usuń";
  color: #8d8482;
  font-size: 1.2rem;
  margin-left: 12px;
}

#root .product-remove a {
  content: "";
  background: url(https://collectiveq.pl/wp-content/uploads/2025/04/plus.png);
  width: 16px;
  height: 16px;
  color: #ffffff00 !important;
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.quantity-buttons {
  display: flex;
  align-items: flex-end;
  border: 1px solid black;
  justify-content: center;
  background: white;
}

#root.woocommerce-cart button.minus,
#root.woocommerce-cart button.plus {
  background: #ffffff00;
  outline: 0;
  box-shadow: none;
  font-size: 2rem;
  padding: 0.5rem 1rem;
  font-weight: 300;
  line-height: 1;
  height: 38px;
  border: 0;
  padding-top: 10px;
}
.quantity-buttons input {
  font-size: 1.2rem;
  border: 0;
  line-height: 1;
  font-family: "ivyepic-variable";
  height: 24px;
  background: #ffffff00;
}

.quantity {
  height: 30px;
}

.quantity-buttons .qty {
  width: 4rem;
  line-height: 1;
  padding: 0;
}

#toggle-coupon-form {
  cursor: pointer;
}

#toggle-coupon-form span {
  transition: transform 0.2s;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.cart_totals.calculated_shipping {
  background: #c68879;
  padding: 3rem;
  height: fit-content;
}

#root a.checkout-button.button.alt.wc-forward,
button#place_order {
  background: #0d0807;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1rem;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 1px;
  border-radius: 0;
}

.cart-coupon-toggle:before {
  content: url(https://collectiveq.pl/wp-content/uploads/2025/04/coupon.png);
  width: 10%;
}

a#toggle-coupon-form {
  font-size: 1.4rem;
  color: black;
  text-decoration: none;
  font-weight: 300;
  line-height: 1;
  vertical-align: middle;
  width: 100%;
  justify-content: space-between;
  width: 90%;
}

.cart-coupon-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.cart_totals.calculated_shipping h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 4rem;
}

#root.woocommerce-cart .cart_totals.calculated_shipping table.shop_table {
  font-size: 1.4rem;
  font-family: "ivyepic-variable";
  background: transparent;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #0d0807;
  font-weight: 400;
}

#root.woocommerce-cart h3.marketking_sold_by_title {
  margin: 0;
  margin-bottom: 3rem;
}

#add_payment_method .cart-collaterals .cart_totals table small,
#root.woocommerce-cart .cart-collaterals .cart_totals table small,
#root.woocommerce-checkout .cart-collaterals .cart_totals table small,
#root.woocommerce-cart p.woocommerce-shipping-destination {
  line-height: 1;
  font-size: 1.2rem;
  color: #0d0807;
  font-weight: 400;
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  line-height: 1;
}

#root.woocommerce-cart tr.order-total,
#root.woocommerce-cart tr.order-total bdi,
#root.woocommerce-cart tr.cart-subtotal,
#root.woocommerce-cart tr.cart-subtotal bdi,
div#order_review bdi {
  display: flex;
  width: 100%;
  color: #0d0807;
  font-weight: 400;
  font-size: 1.2rem;
  justify-content: space-between;
}

#root.woocommerce-cart .cart-collaterals span.woocommerce-Price-amount.amount,
#root.woocommerce-cart .cart-collaterals span.woocommerce-Price-currencySymbol,
div#order_review span.woocommerce-Price-currencySymbol {
  color: #0d0807;
  font-weight: 400;
}

#root.woocommerce-cart tr.order-total td,
#root.woocommerce-cart tr.cart-subtotal td {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}

div#order_review bdi {
  justify-content: flex-start;
}

input#coupon_code_cart_totals {
  padding: 1rem;
  font-family: "ivyepic-variable";
  border: 1px solid black;
  width: 55%;
}

form#coupon-form {
  width: 100%;
  display: flex;
}

#root form#coupon-form .button {
  width: 45%;
  font-size: 1.2rem;
  background: black;
  font-family: "IBM Plex Sans";
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

form.checkout.woocommerce-checkout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1500px;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem;
  width: 80%;
}

div#customer_details {
  display: flex;
  flex-direction: column;
  width: 50%;
}

div#customer_details .col-1,
div#customer_details .col-2 {
  width: 100%;
}

h3#order_review_heading {
  display: none;
}

div#order_review {
  width: 45%;
}

#root .woocommerce-billing-fields {
  background: #ece9e7;
  padding: 4rem;
}

#root.woocommerce-checkout .woocommerce {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

#root .woocommerce-billing-fields input,
#root .woocommerce-billing-fields textarea {
  background: transparent;
  border: 1px solid #0d0807;
  border-radius: 0;
  font-size: 1.2rem;
}

#root .woocommerce-billing-fields label {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  color: #0d0807;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

div#order_review table {
  border-radius: 0;
  background: #f5f7f8;
  color: #0d0807;
  font-size: 1.2rem;
  border: 1px solid black;
  padding: 1rem;
}

div#order_review table th {
  width: 50%;
}

div#order_review table td {
  line-height: 1;
  padding: 2rem;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle,
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce-checkout #payment {
  background: #c68879;
  border-radius: 0;
  padding: 1rem;
  color: black;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#root #payment .payment_box {
  background: transparent;
}

#root #payment .payment_box p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.marketking_stripe_new_card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 1px solid #0d0807;
  background: #f5f7f8;
  padding: 1rem;
}

fieldset#wc-marketking_stripe_gateway-cc-form {
  font-size: 1.2rem;
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}

.marketking-stripe-split-pay-card-group {
  width: 100%;
  display: flex;
}

#root .marketking_stripe_new_card .form-row.form-row-wide {
  width: 100%;
}

#root .marketking_stripe_new_card .form-row.form-row-first,
#root .marketking_stripe_new_card .form-row.form-row-last {
  width: 40%;
}

div#marketking-stripe-split-pay-card-element,
div#marketking-stripe-split-pay-exp-element,
div#marketking-stripe-split-pay-cvc-element {
  background: transparent;
  padding: 1rem;
  font-size: 1.2rem;
  height: 20px;
  border: 1px solid black;
}

.woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgb(161 95 78);
}

#root div#order_review span.woocommerce-Price-amount.amount {
  font-weight: 300;
}

label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#root label input[type="checkbox"] + span.checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://collectiveq.pl/wp-content/uploads/2025/04/uncheck.png")
    no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  transition: background-image 0.2s;
}

#root label input[type="checkbox"]:checked + span.checkbox-custom {
  background-image: url("https://collectiveq.pl/wp-content/uploads/2025/04/check.png");
}

#payment .place-order label input[type="checkbox"] {
  position: relative;
  opacity: 1;
  width: 12px;
  height: 12px;
  accent-color: #0d0807;
  transform: scale(1.5);
}

div#payment input[type="radio"] {
  accent-color: #0d0807;
  transform: scale(1.5);
}

#root #payment .place-order input[type="checkbox"]:before {
  background-color: transparent;
}

label input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#root label input[type="radio"] + span.radio-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("https://collectiveq.pl/wp-content/uploads/2025/04/uncheck.png")
    no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
  transition: background-image 0.2s;
}

#root label input[type="radio"]:checked + span.radio-custom {
  background-image: url("https://collectiveq.pl/wp-content/uploads/2025/04/check.png");
}

#root .woocommerce-shipping-methods input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.woocommerce-shipping-methods input[type="radio"] + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  display: inline-block;
  min-height: 16px;
  line-height: 16px;
}

.woocommerce-shipping-methods input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("https://collectiveq.pl/wp-content/uploads/2025/04/uncheck.png")
    no-repeat center center;
  background-size: contain;
  transition: background-image 0.2s;
}

.woocommerce-shipping-methods input[type="radio"]:checked + label::before {
  background-image: url("https://collectiveq.pl/wp-content/uploads/2025/04/check.png");
}

span#select2-billing_country-container {
  background: transparent;
  border: 1px solid #0d0807;
  border-radius: 0;
  font-size: 1.2rem;
  color: #0d0807;
  font-weight: 400;
}

p#billing_country_field span.select2-selection.select2-selection--single {
  background: transparent;
  border: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  margin-top: 3rem;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  top: 45%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body#root.woocommerce-account .woocommerce {
  display: flex;
  margin: 0;
  width: 100%;
  max-width: 1500px;
  column-gap: 10rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: right;
  width: 50%;
}

@media (max-width: 768px) {
.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
}
}

body#root.woocommerce-account.logged-in .woocommerce {
  padding-bottom: 5rem;
  column-gap: 5rem;
}

body#root.woocommerce-account h2 {
  font-size: 2.4rem;
  font-weight: 400;
}

body#root.woocommerce-account p#marketking_become_vendor_link_myaccount {
  display: none;
}

body#root.woocommerce-account
  form.woocommerce-form.woocommerce-form-register.register,
body#root.woocommerce-account
  form.woocommerce-form.woocommerce-form-login.login {
  margin: 0;
}

nav.woocommerce-MyAccount-navigation {
  font-size: 1.6rem;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 2.4rem;
  border-top: 1px solid #0d0807;
}

nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #0d0807;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 1px solid #0d0807;
}

#root nav.woocommerce-MyAccount-navigation ul li.is-active a {
  font-family: "ivyepic-variable", sans-serif;
  font-variation-settings: "wdth" 100, "wght" 600, "slnt" -10;
}

#root nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  background: url(https://collectiveq.pl/wp-content/uploads/2025/04/arrow.png);
  width: 16px;
  height: 16px;
  display: flex;
  background-size: contain;
}

#root nav.woocommerce-MyAccount-navigation ul li.is-active {
  display: flex;
  justify-content: space-between;
}

.woocommerce-MyAccount-content {
  font-size: 1.4rem;
  line-height: 1.5;
}

.myaccount-order-card {
  background: #ece9e7;
  padding: 2.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1.6rem;
}

.myaccount-order-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#root a.order-details-btn,
a#marketking_request_support_initial_button {
  color: #0d0807;
  border: 1px solid #0d0807;
  padding: 0.5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1;
  margin-top: 3rem;
  transition: all 0.5s;
  background: transparent;
}

#root a.order-details-btn:hover,
a#marketking_request_support_initial_button:hover {
  background: #0d0807;
  color: #f5f7f8;
  transition: all 0.5s;
}

.myaccount-order-card-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.myaccount-orders-cards {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}


.order-product-card {
  background: #ece9e7;
  padding: 2rem;
  display: flex;
  flex-direction: row;
}

.order-product-card .product-card-image {
  width: 25%;
}

.product-card-details {
  width: 75%;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

h3.product-card-title {
  margin: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

#root .product-card-price span {
  font-weight: 500;
}

.product-card-vendor {
  margin-top: 1rem;
}

.order-products-cards {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

section.woocommerce-order-details {
  margin-top: 2rem;
}

.order-header-info {
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.woocommerce-customer-details {
  display: flex;
  gap: 1rem;
}

section.woocommerce-customer-details h2,
section.woocommerce-customer-details address,
svg.marketking_myaccount_view_message_button_icon,
div#marketking_myaccount_messages_title,
#root li.woocommerce-MyAccount-navigation-link--favorite,
section.up-sells.upsells.products {
  display: none;
}

.woocommerce-customer-details p {
  width: 50%;
}

#root a.woocommerce-button.woocommerce-button--back-to-orders {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "IBM Plex Sans";
  font-weight: 400;
}

.marketking_myaccount_individual_message_top {
  background: #0d0807;
  border-radius: 0;
  font-family: "ivyepic-variable";
  font-size: 1.4rem;
}

#root button.marketking_myaccount_view_message_button {
  color: #0d0807 !important;
  border: 1px solid #0d0807;
  padding: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1;
  margin-top: 3rem;
  transition: all 0.5s;
  background: transparent !important;
  border-radius: 0;
  min-width: inherit;
}

.marketking_myaccount_individual_message_content_item {
  width: inherit;
  font-family: "ivyepic-variable";
  font-weight: 300;
  font-size: 1.4rem;
  color: #0d0807;
}

.marketking_myaccount_individual_message_container {
  background: #ebebeb00;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  border: 1px solid #0d0807;
  flex-direction: column;
}

.marketking_myaccount_individual_message_bottom {
  padding: 2rem;
}

.marketking_myaccount_individual_message_top_item,
.marketking_myaccount_individual_message_content_item {
  width: 25%;
  text-align: center;
}

#root .woocommerce-info a.button.wc-forward,
#root button[name="save_account_details"] {
  background: #0d0807;
  color: white;
  border-radius: 0;
  line-height: 1;
}

form.woocommerce-EditAccountForm.edit-account {
  background: #ece9e7;
  padding: 4rem;
}

#root form.woocommerce-EditAccountForm.edit-account input {
  background: transparent;
  border: 1px solid #0d0807;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 1rem;
}

#root form.woocommerce-EditAccountForm.edit-account fieldset {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#root button[name="save_account_details"] {
  margin-top: 2rem;
}

.price-filter {
  border: 1px solid #0d0807;
  padding: 1rem;
}

input#filter_price_min,
input#filter_price_max {
  background: transparent;
  padding: 0.5rem;
  border: 1px solid #ece9e7;
}

select#filter_czas_wysylki {
  border: 1px solid black;
  padding: 1.5rem;
  text-transform: uppercase;
  background: transparent;
}

#root main.shop-main .woocommerce-filter-button,
div#marketking_vendor_tab_products .woocommerce-filter-button {
  background: #0d0807;
  color: #ece9e7;
  font-size: 1.4rem;
  font-family: "IBM Plex Sans";
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 0;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  height: fit-content;
}

#root a.button.woocommerce-filter-clear {
  background: #8d8482;
  color: #ece9e7;
  font-size: 1.4rem;
  font-family: "IBM Plex Sans";
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  border-radius: 0;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  height: fit-content;
}

#root main.shop-main ul.products.columns-3 {
  padding: 1rem;
  padding-top: 6rem;
}

span.onsale {
  display: none;
}

button.marketking_go_vendor_dashboard_button {
  background: #0d0807;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1.5rem 1.5rem 1.2rem 1.5rem;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 1px;
  border-radius: 0;
  color: white;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 40%;
}

label[for="price-slider"] {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}

form.woocommerce-form.woocommerce-form-register.register,
form.woocommerce-form.woocommerce-form-login.login {
  background: #ece9e7;
  padding: 4rem;
  border-radius: 0;
  border: 0;
}

p.form-row.logowanie-z-check {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1rem;
}

form.woocommerce-form.woocommerce-form-register.register input,
form.woocommerce-form.woocommerce-form-login.login input {
  background: transparent;
  border: 1px solid #0d0807;
  border-radius: 0;
  font-size: 1.2rem;
  padding: 1rem;
}

.register .marketking_custom_registration_container {
  width: calc(100% - 2rem);
}

#root .register button.woocommerce-form-register__submit,
#root button.woocommerce-button.button.woocommerce-form-login__submit {
  background: #0d0807;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 1rem;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  letter-spacing: 1px;
  border-radius: 0;
  color: white;
  padding: 1rem;
}

.register .woocommerce-privacy-policy-text {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.register .woocommerce-privacy-policy-text a {
  color: #0d0807;
}

form.woocommerce-form.woocommerce-form-register.register label,
form.woocommerce-form.woocommerce-form-login.login label {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  color: #0d0807;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

div#customer_login {
  padding-top: 10%;
  padding-bottom: 12%;
}

.woocommerce-shipping-fields {
  display: none;
}

textarea#order_comments,
#marketking_send_inquiry_textarea {
  background: transparent;
  border: 1px solid #0d0807;
  border-radius: 0;
  font-size: 1.2rem;
  min-height: 100px;
}

label[for="order_comments"] {
  font-size: 1.2rem;
  margin-top: 2rem;
}

.woocommerce-billing-fields h3 {
  margin: 0;
}

p.woocommerce-LostPassword.lost_password a {
  color: #0d0807;
  margin-top: 1rem;
}

/* Wymu� szeroko�� 48% dla city i postcode */
.woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  width: 48%;
  float: left;
  clear: none;
}

.woocommerce-billing-fields__field-wrapper #billing_postcode_field {
  margin-right: 0;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

p#billing_country_field {
  width: 100%;
}

p#billing_address_1_field,
p#billing_address_2_field,
p#billing_phone_field,
p#billing_email_field {
  width: 48%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}

.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper,
p#billing_nip_field {
  width: 100%;
}

.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

#root .vendor-go a {
  background: #0d0807;
  color: #f9f9f9;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 1.8rem 3rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  width: fit-content;
  text-align: center;
}

button#show-upload-form {
  color: rgb(249, 249, 249);
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2rem;
  font-family: "IBM Plex Sans", sans-serif;
  background: transparent;
  padding: 1.8rem 2rem;
  width: 100%;
  color: #0d0807;
}

form#upload-invoice-form input[type="number"] {
  background: transparent;
  border: 1px solid #0d0807;
  border-radius: 0;
  font-size: 1.2rem;
  width: fit-content;
  padding: 1rem;
}

form#upload-invoice-form button {
  background: #0d0807;
  color: #f9f9f9;
  font-weight: 500;
  font-size: 1.4rem;
  padding: 1rem 1.8rem 0.8rem 1.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  width: fit-content;
  margin-top: 2rem;
}

form#upload-invoice-form {
  line-height: 4rem;
  padding: 3rem;
  background: #ece9e7;
}

ul.invoice-list {
  list-style: none;
  padding-inline-start: 0;
  font-size: 1.4rem;
  color: #0d0807;
}

ul.invoice-list a {
  color: #0d0807;
  width: 30%;
  text-align: left;
}

ul.invoice-list li {
  display: flex;
  justify-content: flex-start;
}

#root ul.invoice-list li span {
  width: 30%;
  text-align: left;
}

#root .only-one-qty td.product-quantity {
  opacity: 0;
}

#root.marketking_store_page_individual p.product-count.rozmiar14.mobile,
.marketking_tabclass_right,
span.tagged_as {
  display: none;
}

#root button.marketking_tablinks {
  background: #ece9e7;
  padding: 1.8rem;
  font-size: 1.4rem;
  color: #0d0807;
  padding: 1rem;
  text-transform: uppercase;
  border-radius: 0;
}

div#marketking_vendor_tab_inquiries {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

p.marketking_get_in_touch_inquiries_text {
  font-size: 1.4rem;
}

.product form.cart {
  margin-top: 2rem;
}

#root
  li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--payment-methods {
  display: none;
}

select#marketking_registration_options_dropdown {
  background: transparent;
}

.woocommerce-message a.button.wc-forward {
  background: transparent;
  border: 1px solid black;
  border-radius: 0;
}

.woocommerce-message {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 2rem;
}

.order-summary-card {
  background: #ece9e7;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.order-summary-card h3.summary-title {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

.order-summary-card .order-shipping-method,
.order-summary-card .order-total-cost {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1480px) {
  .woocommerce-cart .woocommerce {
    column-gap: 6rem;
  }

  #root .shop-page-wrapper .products li.product img {
    height: 250px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .shop-container aside.shop-sidebar {
    width: 100%;
  }

  #root .shop-page-wrapper .products li.product img {
    height: 250px;
  }

  select#filter_czas_wysylki {
    font-size: 1.2rem;
  }

  .shop-container .shop-main {
    width: 100%;
  }

  #root .shop-page-wrapper .products li {
    width: 46%;
    padding: 0.5rem;
  }

  .woocommerce-ordering .price-filter,
  .woocommerce-ordering .shipping-filter {
    width: fit-content;
  }

  .woocommerce .woocommerce-ordering {
    width: 90%;
  }

  section.vendor-products .col-3,
  section.random-products.products .col-3 {
    flex: 0 0 60%;
    width: 50%;
  }

  section.vendor-products .product-card img,
  section.random-products.products .product-card img {
    height: 350px;
  }

  section.vendor-products .random-products-row,
  section.random-products.products .random-products-row {
    padding: 1rem;
    overflow: scroll;
  }

  section.vendor-products.products h2,
  section.random-products.products h2 {
    position: absolute;
    left: 1rem;
    top: 30px;
  }

  section.vendor-products.products,
  section.random-products.products {
    position: relative;
    padding-top: 60px;
  }

  #root.product-template-default #main .summary.entry-summary,
  #root.product-template-default #main .woocommerce-product-gallery {
    padding: 1rem;
  }

  #root.product-template-default #main nav.woocommerce-breadcrumb {
    text-align: center;
  }

  body#root.woocommerce-account .woocommerce {
    flex-direction: column;
  }

  nav.woocommerce-MyAccount-navigation ul {
    padding-inline-start: 0;
    padding: 2rem;
  }

  .woocommerce-MyAccount-content {
    padding: 2rem;
    display: flex;
    justify-content: center;
  }

  div#marketking_myaccount_messages_container {
    margin: 0;
    padding: 0;
    width: 90%;
  }

  #root button.marketking_myaccount_view_message_button {
    font-size: 1.4rem;
  }

  .woocommerce-info,
  .woocommerce-message,
  .woocommerce-error {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #root .woocommerce-ordering .shipping-filter {
    width: fit-content;
  }

  #root main.shop-main ul.products.columns-3 {
    padding: 1rem;
    padding-top: 1rem;
  }

  form.woocommerce-cart-form.marketking_split_cart_form {
    width: 100%;
    padding: 2rem;
  }

  #root.woocommerce-cart .cart-collaterals {
    width: 90%;
    display: flex;
  }

  .woocommerce-cart .woocommerce {
    justify-content: center;
  }

  .woocommerce-notices-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  tr.woocommerce-shipping-totals.shipping {
    width: 100%;
  }

  div#customer_details,
  div#order_review {
    width: 100%;
  }

  form.checkout.woocommerce-checkout {
    padding: 3rem 0;
    width: 100%;
  }

  .mobile-navigate {
    width: 100%;
  }

  #marketking_vendor_tab_products .shop-page-wrapper {
    padding: 0;
  }

  #marketking_vendor_tab_products .mobile-navigate {
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1rem;
  }

  #marketking_vendor_tab_products .products {
    justify-content: flex-start;
  }

  div#marketking_vendor_tab_products {
    padding: 0;
  }

  .woocommerce nav.woocommerce-pagination {
    margin-bottom: 5rem;
  }

  #root .woocommerce-product-gallery {
    width: 100%;
  }

  .woocommerce div.product {
    gap: 0rem;
  }

  .product-template-default .woocommerce-accordion {
    width: 100%;
  }

  #root .only-one-qty td.product-details {
    width: 90%;
  }

  #root .only-one-qty td.product-quantity {
    display: none;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: flex;
    width: 50%;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }

  #root.woocommerce-page #content td.product-thumbnail img {
    width: 120px;
    height: 120px;
  }

  tr.marketking_vendor_subtotals_cart_tr {
    width: 100%;
    font-size: 1.2rem;
  }

  #root.woocommerce-cart .cart-collaterals {
    margin-right: 0;
  }
}
