/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob/index.js!./assets/sass/woocommerce.scss ***!
  \*****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
button,
.Button,
.WoocommerceTabs #review_form_wrapper #submit,
.MyAccount__dashboard .woocommerce-Message a {
  cursor: pointer;
}
button:not(.Button--no-style), .Button:not(.Button--no-style), .WoocommerceTabs #review_form_wrapper #submit:not(.Button--no-style), .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style){
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(166, 50, 143, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button:not(.Button--no-style):hover, .Button:not(.Button--no-style):hover, .WoocommerceTabs #review_form_wrapper #submit:not(.Button--no-style):hover, .MyAccount__dashboard .woocommerce-Message a:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(166, 50, 143, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--secondary:not(.Button--no-style), .Button--secondary:not(.Button--no-style){
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}
button--secondary:not(.Button--no-style):hover, .Button--secondary:not(.Button--no-style):hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style), .Button--outline:not(.Button--no-style){
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}
button--outline:not(.Button--no-style):hover, .Button--outline:not(.Button--no-style):hover{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
button--text:not(.Button--no--style), .Button--text:not(.Button--no--style){
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, var(--tw-text-opacity));
}
button--text:not(.Button--no--style):hover, .Button--text:not(.Button--no--style):hover{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(101, 101, 101, var(--tw-text-opacity));
}
button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
button--color:not(.Button--no-style):hover, .Button--color:not(.Button--no-style):hover{
  --tw-bg-opacity: 1;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity));
}
@media (min-width: 768px){
  button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  button--color:not(.Button--no-style), .Button--color:not(.Button--no-style){
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
button.single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #F26E50;
  text-transform: none;
  gap: 16px;
  border-radius: 8px;
  font-weight: 600;
}
button.single_add_to_cart_button .button-spinner {
  margin-left: 20px;
  display: none;
}
button.single_add_to_cart_button.is-adding svg {
  display: block;
}
.MyAccountLogin__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 32px;
  gap: 32px;
}
@media (min-width: 1024px) {
  .MyAccountLogin__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.MyAccountLogin__column {
  padding: 0;
}
@media (min-width: 1024px) {
  .MyAccountLogin__column {
    padding: 50px;
  }
}
.MyAccountLogin__title {
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.MyAccountLogin__text {
  line-height: 30px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 35px;
}
.MyAccountLogin__input {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}
.MyAccountLogin .woocommerce-form,
.MyAccountLogin .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.MyAccountLogin .woocommerce-form input:not(input[type=checkbox]),
.MyAccountLogin .form-row input:not(input[type=checkbox]) {
  border-radius: 0px;
  padding: 15px;
  margin: 5px 0;
  width: 100%;
  border: 1px solid #ededed;
}
.MyAccountLogin .woocommerce-form input:not(input[type=checkbox])::-moz-placeholder, .MyAccountLogin .form-row input:not(input[type=checkbox])::-moz-placeholder {
  text-transform: uppercase;
  text-align: center;
}
.MyAccountLogin .woocommerce-form input:not(input[type=checkbox]):-ms-input-placeholder, .MyAccountLogin .form-row input:not(input[type=checkbox]):-ms-input-placeholder {
  text-transform: uppercase;
  text-align: center;
}
.MyAccountLogin .woocommerce-form input:not(input[type=checkbox])::placeholder,
.MyAccountLogin .form-row input:not(input[type=checkbox])::placeholder {
  text-transform: uppercase;
  text-align: center;
}
.MyAccountLogin .woocommerce-form input[type=checkbox],
.MyAccountLogin .woocommerce-form .woocommerce-privacy-policy-text,
.MyAccountLogin .form-row input[type=checkbox],
.MyAccountLogin .form-row .woocommerce-privacy-policy-text {
  margin: 25px 0;
}
.MyAccountLogin__button {
  width: 100%;
  margin-top: 15px;
  background-color: #404058;
}
.MyAccountLogin .password-input {
  width: 100%;
}
.MyAccountLogin .woocommerce-LostPassword {
  margin-top: 15px;
}
.MyAccount__dashboard {
  display: grid;
  grid-gap: 32px;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 1024px) {
  .MyAccount__dashboard {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: 1px solid #ededed;
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul li {
  padding: 10px;
  margin: 0;
}
.MyAccount__dashboard .woocommerce-MyAccount-navigation ul li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.MyAccount__dashboard .woocommerce-Message {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.MyAccount__dashboard .woocommerce-Message a {
  margin-top: 15px;
}
.MyAccount .password-input {
  width: 100%;
}
.MyAccount .woocommerce-form-row {
  display: flex;
  flex-direction: column;
}
.MyAccount .woocommerce-form-row label {
  padding: 5px 0;
}
.MyAccount .woocommerce-form-row input {
  width: 100%;
  border-radius: 0px;
}
.MyAccount .button {
  margin-top: 15px;
}
.Checkout__grid {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .Checkout__grid {
    flex-direction: row;
  }
}
.Checkout h3 {
  font-size: 24px;
  margin-bottom: 32px;
}
.Checkout .form-row {
  display: flex;
  flex-direction: column;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]),
.Checkout .form-row textarea,
.Checkout .form-row .select2 {
  width: 100%;
  border-radius: 0px;
  padding: 15px;
  margin: 5px 0;
  font-size: 0.9rem;
  border: 1px solid #d8d8d8;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]) *,
.Checkout .form-row textarea *,
.Checkout .form-row .select2 * {
  border: none;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .Checkout .form-row textarea::-moz-placeholder, .Checkout .form-row .select2::-moz-placeholder {
  opacity: 0.64;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder, .Checkout .form-row textarea:-ms-input-placeholder, .Checkout .form-row .select2:-ms-input-placeholder {
  opacity: 0.64;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio])::placeholder,
.Checkout .form-row textarea::placeholder,
.Checkout .form-row .select2::placeholder {
  opacity: 0.64;
}
.Checkout .form-row input:not([type=checkbox]):not([type=radio]) .select2-selection__arrow,
.Checkout .form-row textarea .select2-selection__arrow,
.Checkout .form-row .select2 .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.Checkout .woocommerce-checkout-review-order {
  padding: 32px 16px 0;
  border: 1px solid #d8d8d8;
}
@media (min-width: 1024px) {
  .Checkout .woocommerce-checkout-review-order {
    padding: 32px 32px 0;
  }
}
.Checkout table {
  width: 100%;
}
.Checkout table thead,
.Checkout table tbody {
  display: flex;
  flex-direction: column;
}
.Checkout #order_review {
  max-width: 100%;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .Checkout #order_review {
    max-width: 528px;
  }
}
.Checkout #order_review ul li {
  list-style: none;
}
.Checkout #order_review ul li label {
  margin-left: 10px;
}
.Checkout #order_review .woocommerce-checkout-payment:before {
  content: "Metoda płatności";
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}
.Checkout #order_review .wc_payment_methods li {
  margin-bottom: 8px;
  padding-left: 16px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.Checkout #order_review .wc_payment_methods label {
  margin-left: 16px;
  width: 100%;
  font-weight: 500;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 16px;
}
.Checkout #order_review .wc_payment_methods label span {
  color: #A3A3A3;
}
.Checkout #order_review .wc_payment_methods input {
  margin-right: 16px;
  border-radius: 100%;
  border-radius: #C2C2C2 !important;
  outline: none !important;
  box-shadow: none !important;
}
.Checkout #order_review .wc_payment_methods input:checked {
  background-color: #F26E50 !important;
  outline: none !important;
  box-shadow: none !important;
}
.Checkout #order_review .wc_payment_methods .payment_box {
  display: none !important;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper label a {
  color: #A6328F;
  font-weight: 600;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper label .is-required {
  color: #F26E50;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper label input:checked {
  background-color: #F26E50;
}
.Checkout #order_review .woocommerce-terms-and-conditions-wrapper label input {
  outline: none !important;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
}
.Checkout #customer_details {
  width: 100%;
}
.Checkout #customer_details .screen-reader-text {
  all: unset !important;
}
.Checkout #customer_details #billing_country_field label {
  display: none !important;
}
.Checkout #customer_details .form-row {
  position: relative;
  width: 100%;
}
.Checkout #customer_details .form-row label:not(.checkbox) {
  position: absolute !important;
  top: 50% !important;
  left: 24px !important;
  transform: translateY(-50%) !important;
  color: #A3A3A3 !important;
  transition: all 0.2s ease-in-out !important;
  background-color: white !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  font-weight: 500 !important;
}
.Checkout #customer_details .form-row label:not(.checkbox) .required {
  color: red;
}
.Checkout #customer_details .form-row input::-moz-placeholder, .Checkout #customer_details .form-row textarea::-moz-placeholder {
  display: none !important;
  opacity: 0 !important;
}
.Checkout #customer_details .form-row input:-ms-input-placeholder, .Checkout #customer_details .form-row textarea:-ms-input-placeholder {
  display: none !important;
  opacity: 0 !important;
}
.Checkout #customer_details .form-row input::placeholder,
.Checkout #customer_details .form-row textarea::placeholder {
  display: none !important;
  opacity: 0 !important;
}
.Checkout #customer_details .form-row.active label:not(.checkbox) {
  top: 8px !important;
  color: #F26E50 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}
.Checkout #customer_details .form-row.active label:not(.checkbox) .required {
  font-size: 0;
}
.Checkout #customer_details .woocommerce-billing-fields__field-wrapper,
.Checkout #customer_details .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 650px) {
  .Checkout #customer_details #billing_first_name_field,
.Checkout #customer_details #billing_last_name_field,
.Checkout #customer_details #shipping_first_name_field,
.Checkout #customer_details #shipping_last_name_field,
.Checkout #customer_details #billing_address_1_field,
.Checkout #customer_details #billing_address_2_field,
.Checkout #customer_details #billing_postcode_field,
.Checkout #customer_details #billing_city_field,
.Checkout #customer_details #billing_phone_field,
.Checkout #customer_details #billing_email_field,
.Checkout #customer_details #shipping_address_1_field,
.Checkout #customer_details #shipping_address_2_field,
.Checkout #customer_details #shipping_postcode_field,
.Checkout #customer_details #shipping_city_field {
    width: 49%;
  }
}
.Checkout #customer_details input[type=text],
.Checkout #customer_details input[type=tel],
.Checkout #customer_details input[type=email],
.Checkout #customer_details textarea {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  box-shadow: none !important;
  border: 1px solid rgb(235, 235, 235);
  padding-top: 22px;
  padding-bottom: 22px;
}
.Checkout #customer_details input[type=text]:focus,
.Checkout #customer_details input[type=tel]:focus,
.Checkout #customer_details input[type=email]:focus,
.Checkout #customer_details textarea:focus {
  border: 1px solid #F26E50;
}
.Checkout #customer_details .select2-container {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}
.Checkout #customer_details #billing_vat_number_field {
  order: 99;
}
.Checkout #customer_details #billing_invoice_ask_field label,
.Checkout #customer_details .woocommerce-shipping-fields label,
.Checkout #customer_details .woocommerce-account-fields label {
  background-color: #F7F7F7 !important;
  padding: 22px 16px !important;
  display: block !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  font-size: 16px !important;
  letter-spacing: normal !important;
  cursor: pointer !important;
}
.Checkout #customer_details #billing_invoice_ask_field label input,
.Checkout #customer_details .woocommerce-shipping-fields label input,
.Checkout #customer_details .woocommerce-account-fields label input {
  margin-right: 16px;
  border-radius: 100%;
  border-radius: #C2C2C2 !important;
  outline: none !important;
  box-shadow: none !important;
}
.Checkout #customer_details #billing_invoice_ask_field label input:checked,
.Checkout #customer_details .woocommerce-shipping-fields label input:checked,
.Checkout #customer_details .woocommerce-account-fields label input:checked {
  background-color: #F26E50 !important;
  outline: none !important;
  box-shadow: none !important;
}
.Checkout #customer_details #ship-to-different-address {
  margin-top: 0px !important;
  margin-bottom: 16px !important;
}
.Checkout__orderSummary {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.Checkout__orderSummary .cart-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.Checkout__orderSummary .cart-subtotal th,
.Checkout__orderSummary .cart-subtotal td {
  font-size: 16px;
  font-weight: 600;
  color: #3d3d38;
}
.Checkout__orderSummary .woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid rgb(235, 235, 235);
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
}
.Checkout__orderSummary .woocommerce-shipping-totals th {
  font-size: 18px;
}
.Checkout__orderSummary .woocommerce-shipping-totals td {
  width: 100%;
}
.Checkout__orderSummary .woocommerce-shipping-totals td ul li {
  margin-bottom: 8px;
  padding-left: 16px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.Checkout__orderSummary .woocommerce-shipping-totals td ul li label {
  margin-left: 16px;
  width: 100%;
  font-weight: 500;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 16px;
}
.Checkout__orderSummary .woocommerce-shipping-totals td ul li label span {
  color: #A3A3A3;
}
.Checkout__orderSummary .woocommerce-shipping-totals td ul li input {
  margin-right: 16px;
  border-radius: 100%;
  border-radius: #C2C2C2 !important;
  outline: none !important;
  box-shadow: none !important;
}
.Checkout__orderSummary .woocommerce-shipping-totals td ul li input:checked {
  background-color: #F26E50 !important;
  outline: none !important;
  box-shadow: none !important;
}
.Checkout__orderSummary .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
  gap: 16px;
  flex-wrap: wrap;
}
.Checkout__orderSummary .order-total strong {
  font-weight: 600;
}
.Checkout__orderSummary .coupon-form td {
  display: block;
}
.Checkout__orderSummary .coupon-form .checkout_coupon div:not(.clear) {
  display: flex;
  align-items: center;
  background-color: #F7F7F7;
  padding: 4px;
  border-radius: 8px;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .Checkout__orderSummary .coupon-form .checkout_coupon div:not(.clear) {
    flex-direction: column;
  }
  .Checkout__orderSummary .coupon-form .checkout_coupon div:not(.clear) input {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .Checkout__orderSummary .coupon-form .checkout_coupon div:not(.clear) .button {
    width: 100%;
  }
  .Checkout__orderSummary .coupon-form .checkout_coupon div:not(.clear) p {
    width: 100%;
  }
}
.Checkout__orderSummary .coupon-form .checkout_coupon div:not(.clear) p {
  margin-bottom: 0;
}
.Checkout__orderSummary .coupon-form .checkout_coupon input {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
  font-weight: 500;
}
.Checkout__orderItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding-bottom: 32px;
  margin-bottom: 32px;
  gap: 8px 32px;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .Checkout__orderItem {
    flex-direction: column;
    align-items: flex-start;
  }
}
.Checkout__orderItemImage {
  width: 80px;
  min-width: 80px;
}
@media (min-width: 768px) {
  .Checkout__orderItemImage img {
    margin: 0 auto;
  }
}
.Checkout__orderItem .product-total {
  font-size: 18px;
  font-weight: 600;
  color: #A6328F;
  margin-left: auto;
}
.Checkout__orderItem .product-name {
  font-weight: 600;
}
.Checkout__orderItem .product-name .product-quantity {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.Checkout__orderItem .product-name .quantity__wrapper {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.Checkout__orderItem .product-name .quantity__wrapper strong {
  color: #a3a396;
}
.Checkout__orderItem .variation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  font-size: 14px;
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #656565;
}
.Checkout__orderItem .variation p {
  margin-bottom: 0;
}
.Checkout__orderItem .variation dd {
  font-weight: 500;
}
.Checkout #payment button[type=submit] {
  width: calc(100% + 32px);
  position: relative;
  left: -16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: #F26E50;
  color: white;
  border: none;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .Checkout #payment button[type=submit] {
    left: -32px;
    width: calc(100% + 64px);
  }
}
.Checkout #payment button[type=submit]:hover {
  background-color: #A6328F;
}
.ArchiveProduct__container {
  -moz-column-gap: 32px;
       column-gap: 32px;
  display: flex;
  grid-template-columns: 1fr;
  row-gap: 50px;
  justify-content: space-between;
}
.ArchiveProduct__container.show-filters {
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) {
  .ArchiveProduct__container.show-filters {
    grid-template-columns: 1fr 3fr;
  }
}
.ArchiveProduct__sidebar-heading {
  margin-bottom: 2rem;
}
.ArchiveProduct .products {
  display: grid;
  grid-gap: 1px;
  gap: 1px;
  grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 768px) {
  .ArchiveProduct .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .ArchiveProduct .products.columns-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .ArchiveProduct .products.columns-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.ArchiveProduct .orderby {
  background-color: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 650px) {
  .ArchiveProduct .orderby {
    max-width: 220px;
    font-size: 14px;
  }
}
.ArchiveProduct__wrapper {
  border-top: 1px solid rgb(235, 235, 235);
  border-bottom: 1px solid rgb(235, 235, 235);
}
.ArchiveProduct__breadcrumbs ul {
  display: flex;
  gap: 16px;
  align-items: center;
  list-style: none;
  padding-left: 0;
}
.ArchiveProduct__breadcrumbs ul li {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ArchiveProduct__breadcrumbs ul li a,
.ArchiveProduct__breadcrumbs ul li .separator {
  color: #C2C2C2;
  font-weight: 500;
}
.ArchiveProduct__breadcrumbs ul li span {
  font-weight: 600;
}
.FiltersContainer {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .FiltersContainer {
    padding-top: 96px;
  }
}
.FiltersContainer > div {
  margin-bottom: 30px;
}
.FiltersContainer h3 {
  margin-bottom: 32px;
  font-size: 20px;
}
.FiltersContainer .bapf_slidr_all .ui-slider-range {
  background-color: #F26E50;
}
.FiltersContainer .bapf_slidr_all .ui-slider-handle {
  border: 2px solid #F26E50;
  background-color: white;
}
.FiltersContainer .bapf_slidr_all .bapf_from,
.FiltersContainer .bapf_slidr_all .bapf_to {
  font-size: 14px;
  font-weight: 500;
}
.FiltersContainer .berocket_single_filter_widget {
  margin-bottom: 40px;
}
.FiltersContainer .bapf_ckbox input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #C2C2C2 !important;
  margin-right: 16px !important;
}
.FiltersContainer .bapf_ckbox label {
  color: #656565;
}
.FiltersContainer .bapf_ckbox li {
  margin-bottom: 16px !important;
}
.FiltersContainer .bapf_ckbox [type=checkbox] {
  outline: none !important;
  box-shadow: none !important;
}
.FiltersContainer .bapf_ckbox [type=checkbox]:checked {
  background-color: #F26E50;
  color: #F26E50;
}
@media (max-width: 1023px) {
  .ArchiveProduct__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    padding: 24px 16px;
    z-index: 99;
    background-color: white;
    overflow-y: auto;
    display: none;
  }
}
.ArchiveProduct__sidebar.active {
  display: block;
}
.HomeCategoriesList .kb-section-has-link figure {
  background-color: white;
  transition: all 0.2s ease-in-out;
  border-radius: 8px;
}
.HomeCategoriesList .kb-section-has-link figure img {
  border-radius: 100%;
}
.HomeCategoriesList .kb-section-has-link span {
  transition: all 0.2s ease-in-out;
}
.HomeCategoriesList .kb-section-has-link:hover figure {
  background-color: #F7F7F7;
}
.HomeCategoriesList .kb-section-has-link:hover span {
  color: #F26E50;
}
.woocommerce-ordering .orderby {
  font-weight: 600;
  padding: 16px 28px;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
  margin-bottom: 16px;
}
.archive.tax-product_cat .term-description {
  margin-bottom: 48px;
}
.archive.tax-product_cat .term-description h1 strong,
.archive.tax-product_cat .term-description h2 strong,
.archive.tax-product_cat .term-description h3 strong,
.archive.tax-product_cat .term-description h4 strong,
.archive.tax-product_cat .term-description h5 strong {
  font-weight: 600;
}
.archive.tax-product_cat .term-description h2 {
  font-size: 24px;
}
.archive.tax-product_cat .term-description h3 {
  font-size: 22px;
}
.archive.tax-product_cat .term-description h4 {
  font-size: 20px;
}
.archive.tax-product_cat .term-description h5 {
  font-size: 18px;
}
.AddedToCartPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(200, 200, 209, 0.48);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.AddedToCartPopup.open {
  opacity: 1;
  pointer-events: all;
}
.AddedToCartPopup__inner {
  max-width: 332px;
  width: 100%;
  padding: 32px;
  background-color: #fff;
}
.AddedToCartPopup__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 26px;
}
.AddedToCartPopup__heading span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #262626;
}
.AddedToCartPopup__heading svg {
  width: 30px;
  height: 30px;
}
.AddedToCartPopup__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.AddedToCartPopup__btn, .AddedToCartPopup__continue {
  text-align: center;
  padding: 1rem 2rem;
  width: 100%;
  cursor: pointer;
}
.AddedToCartPopup__btn {
  background-color: #656565;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0;
}
.AddedToCartPopup__continue {
  color: #656565;
  background-color: transparent;
}
.AddedToCartPopup .popup-image {
  width: 100%;
}
.AddedToCartPopup__content .variation:nth-of-type(2) {
  display: none;
}
.Badge {
  font-size: 0.875rem;
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  margin-bottom: 5px;
}
.Badge--onsale {
  align-items: center;
  background-color: rgba(240, 64, 64, 0.8);
  color: #fff;
  height: 48px;
  padding: 0 10px;
  display: none;
}
.Badge--onsale em {
  font-size: 0.625rem;
  font-style: normal;
  margin-left: 7px;
}
.Badge--delivery-time, .Badge--return-time {
  background-color: white;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgb(235, 235, 235);
}
.Badge--flexible {
  font-size: 0.875rem;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgb(235, 235, 235);
}
.Cart__products-table {
  width: 100%;
  display: block;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
}
.Cart__products-table thead {
  display: none;
}
@media (min-width: 768px) {
  .Cart__products-table thead {
    display: table-header-group;
  }
}
.Cart__products-table thead tr {
  border-bottom: 1px solid #d8d8d8;
}
.Cart__products-table thead tr th {
  font-weight: 400;
  padding: 15px 0;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .Cart__products-table thead tr th {
    padding: 20px;
  }
}
.Cart__products-table tbody tr {
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 650px) {
  .Cart__products-table tbody tr {
    display: flex;
    flex-direction: column;
    width: calc(100vw - 32px);
    padding: 32px 16px;
  }
}
.Cart__products-table tbody tr:last-of-type {
  border-bottom: none;
}
.Cart__products-table tbody tr td.product-price, .Cart__products-table tbody tr td.product-subtotal {
  font-weight: 600;
  font-size: 18px;
  color: #A6328F;
}
.Cart__products-table tbody tr td.product-price {
  display: none;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-price {
    display: table-cell;
  }
}
.Cart__products-table tbody tr td.product-name, .Cart__products-table tbody tr td.product-quantity, .Cart__products-table tbody tr td.product-subtotal {
  float: left;
  padding: 10px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-name, .Cart__products-table tbody tr td.product-quantity, .Cart__products-table tbody tr td.product-subtotal {
    float: none;
    padding: 20px;
  }
}
.Cart__products-table tbody tr td.product-name a {
  font-weight: 600;
}
.Cart__products-table tbody tr td.product-name .variation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  font-size: 14px;
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #656565;
}
.Cart__products-table tbody tr td.product-name .variation p {
  margin-bottom: 0;
}
.Cart__products-table tbody tr td.product-name .variation dd {
  font-weight: 500;
}
.Cart__products-table tbody tr td.product-remove {
  padding-right: 24px;
}
.Cart__products-table tbody tr td.product-remove a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 100%;
}
.Cart__products-table tbody tr td.product-remove a:hover {
  background-color: rgb(235, 235, 235);
}
.Cart__products-table tbody tr td.product-quantity label {
  display: none;
}
.Cart__products-table tbody tr td.product-quantity select {
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710px%27%20height%3D%276px%27%20viewBox%3D%270%200%2010%206%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3Eicons%2Fui%2Fchevron-down%3C%2Ftitle%3E%3Cg%20id%3D%27Project%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%272-Bujaki-w-zestawach%27%20transform%3D%27translate%28-1866%2C%20-689%29%27%20fill%3D%27%23F26E50%27%20fill-rule%3D%27nonzero%27%3E%3Cg%20id%3D%27button%2Fsecondary%27%20transform%3D%27translate%281638%2C%20663%29%27%3E%3Cg%20id%3D%27icons%2Fui%2Fchevron-down%27%20transform%3D%27translate%28228%2C%2026%29%27%3E%3Cpath%20d%3D%27M0.292893219%2C0.292893219%20C0.683417511%2C-0.0976310729%201.31658249%2C-0.0976310729%201.70710678%2C0.292893219%20L5%2C3.585%20L8.29289322%2C0.292893219%20C8.65337718%2C-0.0675907428%209.22060824%2C-0.0953202783%209.61289944%2C0.209704612%20L9.70710678%2C0.292893219%20C10.0976311%2C0.683417511%2010.0976311%2C1.31658249%209.70710678%2C1.70710678%20L5.70710678%2C5.70710678%20C5.31658249%2C6.09763107%204.68341751%2C6.09763107%204.29289322%2C5.70710678%20L0.292893219%2C1.70710678%20C-0.0976310729%2C1.31658249%20-0.0976310729%2C0.683417511%200.292893219%2C0.292893219%20Z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 10px 6px;
}
.Cart__products-table tbody tr td.product-thumbnail {
  width: 80px;
  padding: 0 16px;
}
@media (max-width: 650px) {
  .Cart__products-table tbody tr td.product-thumbnail {
    padding: 0;
  }
}
.Cart__products-table tbody tr td.product-thumbnail img {
  max-width: 80px;
}
@media (min-width: 768px) {
  .Cart__products-table tbody tr td.product-thumbnail img {
    margin: 0 auto;
  }
  .Cart__products-table tbody tr td.product-thumbnail {
    padding: 48px 16px;
    width: 80px;
  }
  .Cart__products-table tbody tr td.product-thumbnail img {
    max-width: 80px;
  }
}
.Cart__actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  gap: 16px;
}
@media (min-width: 768px) {
  .Cart__actions {
    padding: 32px;
  }
  .Cart__actions {
    align-items: center;
    flex-direction: row;
  }
  .Cart__actions button {
    margin-top: 0;
  }
}
.Cart__actions .coupon {
  background-color: #F7F7F7;
  padding: 4px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .Cart__actions .coupon {
    padding: 4px 4px 4px 24px;
  }
}
.Cart__actions .coupon input {
  border: none !important;
  box-shadow: none !important;
  color: #262626;
  font-weight: 500;
  background-color: #F7F7F7;
  width: 100%;
}
@media (min-width: 768px) {
  .Cart__actions .coupon input {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .Cart__actions .coupon input {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.Cart__actions .coupon button[type=submit] {
  background-color: white;
  color: #A6328F;
  width: 100%;
}
.Cart__actions .coupon button[type=submit]:hover {
  background-color: #A6328F;
  color: white;
}
@media (min-width: 768px) {
  .Cart__actions .coupon button[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.Cart__actions button[type=submit] {
  background-color: #A6328F;
  color: white;
  width: 100%;
}
@media (min-width: 768px) {
  .Cart__actions button[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.Cart__actions button[type=submit]:hover {
  background-color: #F26E50;
}
.Cart__collaterals {
  display: flex;
  flex-direction: column;
}
.Cart__collaterals .cross-sells {
  order: 2;
}
.Cart__collaterals .cross-sells h2 {
  margin-bottom: 30px;
}
.Cart__totals {
  margin-bottom: 32px;
  order: 1;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
}
.Cart__totals ul li {
  align-items: center;
  display: flex;
  list-style: none;
}
.Cart__totals ul li label {
  margin-left: 10px;
}
.Cart__totals h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 32px;
}
@media (max-width: 767px) {
  .Cart__totals h2 {
    padding: 32px 16px;
  }
}
.Cart__totals table {
  margin-bottom: 32px;
  width: 100%;
}
.Cart__totals table tbody tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.Cart__totals table tbody tr td {
  text-align: right;
}
.Cart__totals table tbody .cart-subtotal {
  font-size: 16px;
  color: #A3A3A3;
  font-weight: 600;
  padding: 0 32px 32px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
@media (max-width: 767px) {
  .Cart__totals table tbody .cart-subtotal {
    padding: 0 16px 32px;
  }
}
.Cart__totals table tbody .woocommerce-shipping-totals {
  font-size: 16px;
  color: #A3A3A3;
  font-weight: 600;
  padding: 32px 32px 32px;
  border-bottom: 1px solid rgb(235, 235, 235);
}
@media (max-width: 767px) {
  .Cart__totals table tbody .woocommerce-shipping-totals {
    padding: 0 16px 32px;
  }
}
.Cart__totals table tbody .woocommerce-shipping-totals td {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
}
.Cart__totals table tbody .woocommerce-shipping-totals ul {
  padding-left: 0;
}
.Cart__totals table tbody .order-total {
  font-size: 24px;
  font-weight: 600;
  padding: 32px 32px 0;
}
@media (max-width: 767px) {
  .Cart__totals table tbody .order-total {
    padding: 32px 16px 0;
    font-size: 18px;
  }
}
.Cart__totals table tbody .order-total td {
  font-size: 18px;
  font-weight: 400;
}
.Cart__totals .wc-proceed-to-checkout a {
  background-color: #F26E50;
  color: white;
  padding: 24px 28px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
.CartWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CartWrapper .cross-sells {
  width: 100%;
}
.CartWrapper .Cart {
  width: 100%;
}
@media (min-width: 1024px) {
  .CartWrapper .Cart {
    width: 60%;
  }
}
.CartWrapper .Cart__collaterals {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .CartWrapper .Cart__collaterals {
    width: 38%;
    margin-top: 0;
  }
}
.CartCheckoutBreadcrumbs {
  align-items: center;
  display: flex;
  margin-bottom: 32px;
  margin-top: 48px;
  gap: 32px;
}
.CartCheckoutBreadcrumbs p {
  margin-bottom: 0;
}
.CartCheckoutBreadcrumbs__item {
  color: #C2C2C2;
}
.CartCheckoutBreadcrumbs__item-active {
  color: #262626;
}
.CartItem {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #f5f5fa;
  margin: 32px 0;
  padding-bottom: 32px;
}
.CartItem__wrapper {
  padding: 0 24px;
  flex-grow: 1;
}
.CartItem__attributes {
  margin: 10px 0;
  font-size: 0.875rem;
}
.CartItem__attributes .variation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  font-size: 14px;
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #656565;
}
.CartItem__attributes .variation p {
  margin-bottom: 0;
}
.CartItem__attributes .variation dd {
  font-weight: 500;
}
.CartItem__attributes .variation:nth-child(2) {
  display: none;
}
.CartItem__image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .CartItem__image {
    width: 112px;
    height: 112px;
  }
}
.CartItem__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}
.CartItem__title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 27px;
  margin-bottom: 10px;
  color: #262626;
}
.CartItem__meta {
  flex-grow: 1;
}
.CartItem__pricePerSingle {
  color: #262626;
  line-height: 24px;
  font-weight: bold;
  font-size: 1rem;
}
.CartItem__quantity {
  font-size: 0.875rem;
}
.CartItem__total {
  font-weight: 700;
  padding-top: 5px;
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .CartItem__total {
    font-size: 1rem;
  }
}
.SidebarCart {
  max-width: 568px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 9999;
  transform: translateX(100%);
  transition: 0.4s ease;
}
.SidebarCart.is-loading::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #fff;
  opacity: 0.6;
  z-index: 10000;
}
.SidebarCart.active {
  transform: translateX(0);
}
.SidebarCart__footer, .SidebarCart__content, .SidebarCart__heading {
  padding-left: 64px;
  padding-right: 64px;
}
.SidebarCart__footer {
  border-top: 1px solid #ecedf0;
  padding-top: 40px;
  padding-bottom: env(safe-area-inset-bottom);
  margin-bottom: 40px;
}
.SidebarCart__content {
  padding-top: 25px;
  padding-bottom: 25px;
  overflow-y: auto;
  height: calc(100vh - 352px);
}
.SidebarCart__heading {
  padding-top: 59px;
  padding-bottom: 59px;
  display: flex;
  border-bottom: 1px solid #ecedf0;
  align-items: center;
  justify-content: space-between;
}
.SidebarCart__heading svg {
  width: 16px;
  height: 16px;
}
@font-face {
  font-family: "WooCommerce";
  src: url(../cd71280e5037e6e0690e.eot);
  src: url(../cd71280e5037e6e0690e.eot?#iefix) format("embedded-opentype"), url(../555c0019f9ab47548bc3.woff) format("woff"), url(../34650ef5aff7fe29f6b8.ttf) format("truetype"), url(../5003ea50646b111ad19b.svg#woocommerce) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "star";
  src: url(../2593128f94a599b8656f.eot);
  src: url(../2593128f94a599b8656f.eot?#iefix) format("embedded-opentype"), url(../8ab6da8ce4d274edf643.woff) format("woff"), url(../8d84c8b61459cad9bd55.ttf) format("truetype"), url(../486bfe4fbf01c0dbb3d3.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url(../8c803fa0fc9d1c0cdcab.eot?44chu);
  src: url(../8c803fa0fc9d1c0cdcab.eot?44chu#iefix) format("embedded-opentype"), url(../3da7b074b113ad4dcbf6.ttf?44chu) format("truetype"), url(../c3de3dcd7ba3cb43b43b.woff?44chu) format("woff"), url(../3713ba2718e3d63c39d8.svg?44chu=#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.star-rating {
  display: block;
  font-family: star;
  font-size: 1em;
  height: 1em;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 84px;
  overflow: hidden;
  position: relative;
}
.star-rating::before {
  color: #d3ced2;
  content: "sssss";
  font-family: star;
  left: 0;
  position: absolute;
  top: 0;
}
.star-rating span {
  float: right;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.star-rating span::before {
  content: "SSSSS";
  left: 0;
  position: absolute;
  top: 0;
}
.ThankYouPage__success-info {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 18px;
  color: #F26E50;
}
.ThankYouPage__order-details {
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .ThankYouPage__order-details {
    gap: 50px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.ThankYouPage__order-details > div > p {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ThankYouPage__order-details > div > strong {
  display: block;
}
.ThankYouPage__details h2 {
  margin-bottom: 30px;
}
.ThankYouPage__details-table {
  width: 100%;
}
.ThankYouPage__details-table thead {
  display: none;
}
.ThankYouPage__details-table tbody tr {
  border-bottom: 1px solid rgb(235, 235, 235);
}
.ThankYouPage__details-table tbody tr td {
  float: left;
  width: 100%;
}
.ThankYouPage__details-table tbody tr td.product-name div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.ThankYouPage__details-table tbody tr td.product-name div a {
  font-weight: 500;
  font-size: 16px;
}
.ThankYouPage__details-table tbody tr td.product-name div img {
  margin-bottom: 15px;
  max-width: 150px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table tbody tr td.product-name div {
    align-items: center;
    flex-direction: row;
  }
  .ThankYouPage__details-table tbody tr td.product-name div img {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.ThankYouPage__details-table tbody tr td.product-name div .wc-item-meta {
  display: none;
}
.ThankYouPage__details-table tbody tr td.product-name div .wc-item-meta li {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
  gap: 8px;
  font-size: 14px;
  margin-top: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #656565;
}
.ThankYouPage__details-table tbody tr td:first-of-type {
  padding-top: 20px;
}
.ThankYouPage__details-table tbody tr td:last-of-type {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table tbody tr td {
    float: none;
    padding: 20px;
    width: auto;
  }
  .ThankYouPage__details-table tbody tr td:first-of-type {
    padding-top: 20px;
  }
  .ThankYouPage__details-table tbody tr td:last-of-type {
    padding-bottom: 20px;
  }
}
.ThankYouPage__details-table tbody tr .product-total .woocommerce-Price-amount {
  color: #A6328F;
}
.ThankYouPage__details-table tbody tr .woocommerce-Price-amount {
  color: #F26E50;
  font-weight: 600;
  font-size: 18px;
}
.ThankYouPage__details-table tbody tr .qty-td {
  font-weight: 600;
}
.ThankYouPage__details-table-tfoot {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ThankYouPage__details-table-tfoot {
    padding-left: 50%;
  }
}
@media (min-width: 1024px) {
  .ThankYouPage__details-table-tfoot {
    padding-left: 50%;
  }
}
.ThankYouPage__details-table-tfoot tfoot tr th,
.ThankYouPage__details-table-tfoot tfoot tr td {
  padding: 20px;
}
.ThankYouPage__details-table-tfoot tfoot tr th {
  text-align: left;
  vertical-align: top;
}
.ThankYouPage__customer-details {
  margin-top: 30px;
}
.ThankYouPage__customer-details address {
  margin-top: 20px;
}
.ThankYouPage .addresses .woocommerce-column {
  padding: 32px 16px;
  background-color: #F26E50;
  border-radius: 8px;
  margin-bottom: 32px;
  color: white;
}
.ThankYouPage .ThankYouPage__details-table-tfoot {
  padding: 32px 16px;
  background-color: #A6328F;
  border-radius: 8px;
  margin-bottom: 32px;
  color: white;
}
.WoocommerceNotice {
  margin: 15px 0;
  padding: 15px;
  color: #fff;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.WoocommerceNotice.woocommerce-error{
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.WoocommerceNotice.woocommerce-info{
  --tw-bg-opacity: 1;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity));
}
.WoocommerceNotice.woocommerce-message{
  --tw-bg-opacity: 1;
  background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}
.LoopProduct {
  background-color: #fff;
  position: relative;
  outline: 1px solid rgb(235, 235, 235);
}
.LoopProduct .added_to_cart.wc-forward {
  display: none !important;
}
.LoopProduct:hover, .LoopProduct:active {
  z-index: 10;
}
.LoopProduct:hover > a.button, .LoopProduct:active > a.button {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.LoopProduct > a {
  padding: 16px 16px 64px 16px;
  display: flex;
  flex-direction: column;
}
.LoopProduct > a img {
  height: auto;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: auto;
  margin: 0 auto;
}
.LoopProduct > a h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  margin: 16px auto 8px auto;
  padding: 0 20px;
  text-align: center;
}
.LoopProduct > a .goInButton {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 16px;
  bottom: 16px;
  border: 1px solid rgb(235, 235, 235);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.LoopProduct > a:hover {
  box-shadow: 48px 64px 64px -24px rgba(38, 38, 38, 0.04), 0 8px 16px -4px rgba(38, 38, 38, 0.04);
}
.LoopProduct > a:hover .goInButton {
  opacity: 1;
}
.LoopProduct a:first-of-type {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.LoopProduct > a.button {
  background-color: #fff;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  line-height: 18px;
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 100%;
  visibility: hidden;
  width: 100%;
}
.LoopProduct .price {
  font-size: 1rem;
  align-items: center;
  color: #262626;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin: auto 0 20px;
  padding: 0 20px;
  gap: 6px;
}
.LoopProduct .price bdi {
  font-size: 1rem;
  font-weight: 700;
}
.LoopProduct .price del {
  color: #656565;
  order: 2;
}
.LoopProduct .price del bdi {
  font-size: 0.875rem;
}
.LoopProduct .price ins {
  font-weight: 700;
  order: 1;
  text-decoration: none;
}
.LoopProduct .price ins bdi {
  color: #F26E50;
}
.LoopProduct__badges {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.LoopProduct .add-to-wishlist-container {
  height: 56px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 300ms linear;
  width: 56px;
  border-radius: 100%;
  display: flex;
}
.LoopProduct .add-to-wishlist-container > div {
  border-radius: 2px;
  height: 100%;
}
.LoopProduct .add-to-wishlist-container > div a {
  display: flex;
  height: 56px !important;
  width: 56px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 100%;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}
.LoopProduct .add-to-wishlist-container > div a img {
  max-width: 24px !important;
  max-height: 22px !important;
}
.LoopProduct .add-to-wishlist-container > div a:not(.tinvwl-product-make-remove):hover {
  background-color: #F26E50;
  border: 1px solid #F26E50;
}
.LoopProduct .add-to-wishlist-container > div a:not(.tinvwl-product-make-remove):hover img {
  filter: brightness(0) invert(1);
}
.LoopProduct .add-to-wishlist-container > div a.tinvwl-product-make-remove {
  background-color: #F26E50;
  border: 1px solid #F26E50;
}
.LoopProduct .star-rating::before,
.LoopProduct .star-rating span::before {
  left: 20px;
}
.LoopProduct .product_type_simple.add_to_cart_button {
  font-size: 0;
  width: 56px;
  box-shadow: none !important;
  height: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  left: auto;
  top: 72px;
  padding: 0;
  border: 1px solid rgb(235, 235, 235);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.LoopProduct .product_type_simple.add_to_cart_button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2723px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2023%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3Eicons%2Fui%2Fbag%3C%2Ftitle%3E%3Cg%20id%3D%27Symbols%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%27Menu%2FLight%27%20transform%3D%27translate%28-1577%2C%20-56%29%27%20fill%3D%27%23A3A3A3%27%20fill-rule%3D%27nonzero%27%3E%3Cg%20id%3D%27icons%2Fui%2Fbag%27%20transform%3D%27translate%281577%2C%2056%29%27%3E%3Cpath%20d%3D%27M16.3749333%2C0%20C18.3882667%2C0%2020.0949333%2C1.50613333%2020.344%2C3.504%20L22.3936%2C19.9008%20C22.3981333%2C19.9336%2022.4%2C19.9666667%2022.4%2C20%20C22.4%2C22.2056%2020.6056%2C24%2018.4%2C24%20L4%2C24%20C1.7944%2C24%200%2C22.2056%200%2C20%20C0%2C19.9666667%200.00186666667%2C19.9336%200.00613333333%2C19.9008%20L2.05573333%2C3.504%20C2.30506667%2C1.50613333%204.01173333%2C0%206.02506667%2C0%20L16.3749333%2C0%20Z%20M15.4131579%2C4%20C14.9480351%2C4%2014.5710526%2C4.37698246%2014.5710526%2C4.84210526%20C14.5710526%2C6.69950877%2013.0600351%2C8.21052632%2011.2026316%2C8.21052632%20C9.34522807%2C8.21052632%207.83421053%2C6.69950877%207.83421053%2C4.84210526%20C7.83421053%2C4.37698246%207.45722807%2C4%206.99210526%2C4%20C6.52698246%2C4%206.15%2C4.37698246%206.15%2C4.84210526%20C6.15%2C7.62835088%208.41638596%2C9.89473684%2011.2026316%2C9.89473684%20C13.9888772%2C9.89473684%2016.2552632%2C7.62835088%2016.2552632%2C4.84210526%20C16.2552632%2C4.37698246%2015.8782807%2C4%2015.4131579%2C4%20Z%27%20id%3D%27Combined-Shape%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  width: 24.4px;
  height: 24px;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.LoopProduct .product_type_simple.add_to_cart_button:hover, .LoopProduct .product_type_simple.add_to_cart_button.added {
  background-color: #F26E50;
  border: 1px solid #F26E50;
}
.LoopProduct .product_type_simple.add_to_cart_button:hover:after, .LoopProduct .product_type_simple.add_to_cart_button.added:after {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2723px%27%20height%3D%2724px%27%20viewBox%3D%270%200%2023%2024%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3Eicons%2Fui%2Fbag%3C%2Ftitle%3E%3Cg%20id%3D%27Symbols%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%27Menu%2FLight%27%20transform%3D%27translate%28-1577%2C%20-56%29%27%20fill%3D%27%23fff%27%20fill-rule%3D%27nonzero%27%3E%3Cg%20id%3D%27icons%2Fui%2Fbag%27%20transform%3D%27translate%281577%2C%2056%29%27%3E%3Cpath%20d%3D%27M16.3749333%2C0%20C18.3882667%2C0%2020.0949333%2C1.50613333%2020.344%2C3.504%20L22.3936%2C19.9008%20C22.3981333%2C19.9336%2022.4%2C19.9666667%2022.4%2C20%20C22.4%2C22.2056%2020.6056%2C24%2018.4%2C24%20L4%2C24%20C1.7944%2C24%200%2C22.2056%200%2C20%20C0%2C19.9666667%200.00186666667%2C19.9336%200.00613333333%2C19.9008%20L2.05573333%2C3.504%20C2.30506667%2C1.50613333%204.01173333%2C0%206.02506667%2C0%20L16.3749333%2C0%20Z%20M15.4131579%2C4%20C14.9480351%2C4%2014.5710526%2C4.37698246%2014.5710526%2C4.84210526%20C14.5710526%2C6.69950877%2013.0600351%2C8.21052632%2011.2026316%2C8.21052632%20C9.34522807%2C8.21052632%207.83421053%2C6.69950877%207.83421053%2C4.84210526%20C7.83421053%2C4.37698246%207.45722807%2C4%206.99210526%2C4%20C6.52698246%2C4%206.15%2C4.37698246%206.15%2C4.84210526%20C6.15%2C7.62835088%208.41638596%2C9.89473684%2011.2026316%2C9.89473684%20C13.9888772%2C9.89473684%2016.2552632%2C7.62835088%2016.2552632%2C4.84210526%20C16.2552632%2C4.37698246%2015.8782807%2C4%2015.4131579%2C4%20Z%27%20id%3D%27Combined-Shape%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.LoopProduct .product_type_variable.add_to_cart_button {
  display: none;
}
.LoopProduct.product_cat-konfigurator > a .ThumbWrapper {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LoopProduct.product_cat-konfigurator > a .ThumbWrapper figure {
  width: 192px;
  height: 192px;
  background-color: #F7F7F7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.LoopProduct.product_cat-konfigurator > a h2 {
  font-weight: bold;
}
.LoopProduct.product_cat-konfigurator .add_to_cart_button {
  display: none !important;
}
.SingleProductContainer {
  margin-bottom: 80px;
}
.SingleProductContainer h1 {
  font-size: 30px;
}
.SingleProductContainer__delivery-time, .SingleProductContainer__return-time {
  margin-top: 8px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 16px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .SingleProductContainer__delivery-time, .SingleProductContainer__return-time {
    padding: 24px 32px;
  }
}
.SingleProductContainer .fpf-fields-config-wrapper {
  display: none;
}
.SingleProductContainer .woocommerce-product-gallery {
  position: relative;
}
.SingleProductContainer .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.SingleProductContainer .product_title {
  line-height: 1.3;
}
.SingleProductContainer .woocommerce-product-rating {
  display: flex;
  align-items: center;
}
.SingleProductContainer .woocommerce-product-rating .star-rating {
  width: 84px;
  margin-bottom: 0;
}
.SingleProductContainer .price {
  font-size: 0.875rem;
  color: #262626;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  justify-content: flex-start;
  margin: 20px 0;
}
.SingleProductContainer .price bdi {
  font-size: 1.125rem;
  font-weight: 700;
}
.SingleProductContainer .price del {
  color: #a7a7a7;
  order: 1;
}
.SingleProductContainer .price del bdi {
  font-size: 0.875rem;
}
.SingleProductContainer .price ins {
  font-weight: 700;
  order: 2;
  text-decoration: none;
}
.SingleProductContainer .price ins bdi {
  color: #656565;
}
.SingleProductContainer .woocommerce-product-details__short-description {
  margin-bottom: 40px;
  color: #656565;
}
.SingleProductContainer form.cart input.qty {
  margin-right: 30px;
}
.SingleProductContainer form.variations_form {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  border-top: 1px solid rgb(235, 235, 235);
}
.SingleProductContainer form.variations_form > div {
  width: 100%;
}
.SingleProductContainer form.variations_form table {
  width: 100%;
}
.SingleProductContainer form.variations_form .single_variation_wrap {
  margin-top: 0;
  align-items: center;
}
@media (min-width: 768px) {
  .SingleProductContainer form.variations_form .single_variation_wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.SingleProductContainer form.variations_form .single_variation_wrap .single_add_to_cart_button {
  width: 100%;
  margin-top: 32px;
  grid-column: span 2;
  color: white;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
  width: 100%;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 32px 16px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
    padding: 32px 40px;
  }
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation.single_variation .price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin: 0;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
  width: 100%;
  order: -1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart {
    border-right: 1px solid rgb(235, 235, 235);
    padding: 32px 40px;
  }
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity select {
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710px%27%20height%3D%276px%27%20viewBox%3D%270%200%2010%206%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3Eicons%2Fui%2Fchevron-down%3C%2Ftitle%3E%3Cg%20id%3D%27Project%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%272-Bujaki-w-zestawach%27%20transform%3D%27translate%28-1866%2C%20-689%29%27%20fill%3D%27%23F26E50%27%20fill-rule%3D%27nonzero%27%3E%3Cg%20id%3D%27button%2Fsecondary%27%20transform%3D%27translate%281638%2C%20663%29%27%3E%3Cg%20id%3D%27icons%2Fui%2Fchevron-down%27%20transform%3D%27translate%28228%2C%2026%29%27%3E%3Cpath%20d%3D%27M0.292893219%2C0.292893219%20C0.683417511%2C-0.0976310729%201.31658249%2C-0.0976310729%201.70710678%2C0.292893219%20L5%2C3.585%20L8.29289322%2C0.292893219%20C8.65337718%2C-0.0675907428%209.22060824%2C-0.0953202783%209.61289944%2C0.209704612%20L9.70710678%2C0.292893219%20C10.0976311%2C0.683417511%2010.0976311%2C1.31658249%209.70710678%2C1.70710678%20L5.70710678%2C5.70710678%20C5.31658249%2C6.09763107%204.68341751%2C6.09763107%204.29289322%2C5.70710678%20L0.292893219%2C1.70710678%20C-0.0976310729%2C1.31658249%20-0.0976310729%2C0.683417511%200.292893219%2C0.292893219%20Z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 10px 6px;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-add-to-cart .quantity label {
  font-size: 14px;
  font-weight: 500;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-price {
  display: flex;
  align-items: center;
  gap: 40px;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-price del bdi {
  font-weight: 600;
  color: #A3A3A3;
  font-size: 14px;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-price bdi {
  font-weight: 500;
  font-size: 20px;
  color: #262626;
}
.SingleProductContainer form.variations_form .single_variation_wrap .woocommerce-variation-price::before {
  content: "Cena:";
  font-weight: 500;
  font-size: 14px;
}
.SingleProductContainer form.variations_form table tr {
  display: flex;
  gap: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgb(235, 235, 235);
  margin-bottom: 32px;
  flex-direction: column;
}
@media (min-width: 1312px) {
  .SingleProductContainer form.variations_form table tr {
    flex-direction: row;
  }
}
.SingleProductContainer form.variations_form table tr th {
  min-width: 170px;
  max-width: 170px;
}
.SingleProductContainer form.variations_form table tr th label {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}
.SingleProductContainer form.variations_form table tr th span {
  display: block !important;
  font-size: 14px;
  color: #A3A3A3;
  font-weight: 500;
}
.SingleProductContainer form.variations_form table tr:last-of-type {
  margin-bottom: 0;
}
.SingleProductContainer form.variations_form .reset_variations {
  margin-top: 16px;
  display: inline-block;
  font-weight: 500;
}
.SingleProductContainer .custom-meta-rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.SingleProductContainer .custom-meta-rating-wrapper .woocommerce-product-rating {
  display: flex;
  align-items: normal;
  gap: 8px;
}
.SingleProductContainer .custom-meta-rating-wrapper .woocommerce-product-rating .custom-rating-text {
  font-size: 14px;
  font-weight: 600;
}
.SingleProductContainer .custom-meta-rating-wrapper .woocommerce-product-rating .custom-rating-average {
  color: #A3A3A3;
  font-weight: 500;
  font-size: 14px;
}
.SingleProductContainer .product_meta > span {
  display: block;
  margin-bottom: 10px;
}
.SingleProductContainer .product_meta .posted_in,
.SingleProductContainer .product_meta .tagged_as {
  display: none;
}
.SingleProductContainer .product_meta .sku_wrapper {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.SingleProductContainer .product_meta .sku_wrapper span {
  color: #A3A3A3;
  font-weight: 500;
}
.SingleProductContainer .summary {
  padding: 50px 16px;
}
@media (min-width: 1024px) {
  .SingleProductContainer .summary {
    padding: 50px 32px;
  }
}
@media (min-width: 1312px) {
  .SingleProductContainer .summary {
    padding: 50px 64px;
  }
}
.SingleProductContainer .summary > .price {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.SingleProductContainer .summary > .price bdi {
  font-weight: 500;
  font-size: 20px;
  color: #262626;
}
.SingleProductContainer .summary > .price del {
  font-size: 14px;
}
.SingleProductContainer .summary > .price del bdi {
  font-size: 14px;
  color: #656565;
}
@media (min-width: 1024px) {
  .SingleProductContainer__gallery {
    max-width: 50%;
  }
}
@media (min-width: 1630px) {
  .SingleProductContainer__gallery {
    max-width: 60%;
  }
}
.SingleProductContainer__gallery .single-product-slider .swiper-wrapper {
  max-height: 1024px;
}
.SingleProductContainer__gallery .single-product-slider .swiper-wrapper .swiper-slide {
  max-height: 1024px;
}
.SingleProductContainer__gallery .single-product-slider .swiper-wrapper .swiper-slide a {
  max-height: 1024px;
}
.SingleProductContainer__gallery .single-product-slider .swiper-wrapper .swiper-slide a img {
  max-height: 1024px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.SingleProductContainer__gallery .single-product-slider-thumbnails {
  margin-top: 32px;
  border-radius: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 1024px) {
  .SingleProductContainer__gallery .single-product-slider-thumbnails {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.SingleProductContainer__gallery .single-product-slider-thumbnails img {
  border-radius: 8px;
}
.SingleProductContainer__gallery .swiper-navigation-wrapper {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  border-radius: 32px;
  overflow: hidden;
  z-index: 3;
}
@media (min-width: 1024px) {
  .SingleProductContainer__gallery .swiper-navigation-wrapper {
    bottom: 64px;
  }
}
.SingleProductContainer__gallery .swiper-navigation-wrapper button {
  background-color: #F26E50;
  height: 64px;
  width: 49px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
}
.SingleProductContainer__gallery .swiper-navigation-wrapper button:hover {
  background-color: #A6328F;
}
.SingleProductContainer__gallery .swiper-navigation-wrapper .swiper-next-btn {
  justify-content: flex-start;
}
.SingleProductContainer .tinv-wishlist a:before {
  content: "Dodaj do listy życzeń";
  font-weight: 600;
}
.SingleProductContainer .tinv-wishlist a {
  padding: 16px 24px;
  width: 100% !important;
  height: auto !important;
  background-color: white;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  gap: 8px;
  color: #F26E50;
  transition: all 0.2s ease-in-out;
}
.SingleProductContainer .tinv-wishlist a img {
  width: 24px;
  max-width: 24px !important;
  max-height: 22px !important;
}
.SingleProductContainer .tinv-wishlist a:not(.tinvwl-product-in-list):hover,
.SingleProductContainer .tinv-wishlist .tinvwl-product-in-list {
  background-color: #A6328F;
  color: white;
}
.SingleProductContainer .tinv-wishlist .tinvwl-product-in-list:hover {
  background-color: white;
  color: #F26E50;
}
.SingleProductContainer .product-type-simple .single_add_to_cart_button {
  width: 100%;
  margin-top: 32px;
  grid-column: span 2;
  color: white;
}
.SingleProductContainer .product-type-simple .quantity {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 32px;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgb(235, 235, 235);
}
.SingleProductContainer .product-type-simple .quantity select {
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710px%27%20height%3D%276px%27%20viewBox%3D%270%200%2010%206%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3Eicons%2Fui%2Fchevron-down%3C%2Ftitle%3E%3Cg%20id%3D%27Project%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%272-Bujaki-w-zestawach%27%20transform%3D%27translate%28-1866%2C%20-689%29%27%20fill%3D%27%23F26E50%27%20fill-rule%3D%27nonzero%27%3E%3Cg%20id%3D%27button%2Fsecondary%27%20transform%3D%27translate%281638%2C%20663%29%27%3E%3Cg%20id%3D%27icons%2Fui%2Fchevron-down%27%20transform%3D%27translate%28228%2C%2026%29%27%3E%3Cpath%20d%3D%27M0.292893219%2C0.292893219%20C0.683417511%2C-0.0976310729%201.31658249%2C-0.0976310729%201.70710678%2C0.292893219%20L5%2C3.585%20L8.29289322%2C0.292893219%20C8.65337718%2C-0.0675907428%209.22060824%2C-0.0953202783%209.61289944%2C0.209704612%20L9.70710678%2C0.292893219%20C10.0976311%2C0.683417511%2010.0976311%2C1.31658249%209.70710678%2C1.70710678%20L5.70710678%2C5.70710678%20C5.31658249%2C6.09763107%204.68341751%2C6.09763107%204.29289322%2C5.70710678%20L0.292893219%2C1.70710678%20C-0.0976310729%2C1.31658249%20-0.0976310729%2C0.683417511%200.292893219%2C0.292893219%20Z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 10px 6px;
}
.SingleProductContainer .product-type-simple .quantity label {
  font-size: 14px;
  font-weight: 500;
}
.SingleProductContainer .info_popup {
  position: absolute;
  top: -64px;
  right: 0;
  cursor: pointer;
}
.SingleProductContainer .woosb-description {
  display: none;
  opacity: 0;
  position: absolute;
  top: -4px;
  background-color: rgb(235, 235, 235);
  padding: 16px;
  border-radius: 8px;
  text-align: left;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}
.SingleProductContainer .woosb-description.active {
  display: block;
  opacity: 1;
}
.WoocommerceTabs {
  margin: 50px 0;
}
.WoocommerceTabs__container {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow-x: auto;
  list-style: none;
}
.WoocommerceTabs__single-tab {
  font-size: 20px;
  font-weight: 600;
}
.WoocommerceTabs__single-tab:not(:last-of-type) {
  margin-right: 48px;
}
.WoocommerceTabs__single-tab.active a {
  color: #262626;
}
.WoocommerceTabs__single-tab a {
  color: #C2C2C2;
}
.WoocommerceTabs__panel > h2 {
  display: none;
}
.WoocommerceTabs__panel .woocommerce-product-attributes {
  text-align: left;
}
.WoocommerceTabs__panel .woocommerce-product-attributes p {
  margin-bottom: 0;
}
.WoocommerceTabs__panel .woocommerce-product-attributes th,
.WoocommerceTabs__panel .woocommerce-product-attributes td {
  padding: 8px;
}
.WoocommerceTabs__panel .woocommerce-product-attributes .woocommerce-product-attributes-item--weight, .WoocommerceTabs__panel .woocommerce-product-attributes .woocommerce-product-attributes-item--dimensions {
  display: none;
}
.WoocommerceTabs #comments {
  margin-bottom: 30px;
}
.WoocommerceTabs #comments .commentlist {
  list-style: none;
}
.WoocommerceTabs #comments .commentlist .comment_container {
  display: flex;
}
.WoocommerceTabs #comments .commentlist .comment_container img {
  margin-right: 15px;
  width: 90px;
}
.WoocommerceTabs #comments .commentlist .star-rating,
.WoocommerceTabs #comments .commentlist .meta {
  margin-bottom: 10px;
}
.WoocommerceTabs #comments .commentlist .review {
  margin-bottom: 30px;
}
.WoocommerceTabs #review_form_wrapper .comment-form-comment {
  display: flex;
  flex-direction: column;
}
.WoocommerceTabs #review_form_wrapper #commentform {
  margin-top: 20px;
}
.WoocommerceTabs #review_form_wrapper #commentform > * {
  margin-bottom: 20px;
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars {
  margin-top: 16px;
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  font-size: 24px;
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  font-size: 24px;
  height: 1em;
  line-height: 1;
  font-family: "Woocommerce";
  content: "\e021";
  text-indent: 0;
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars a:hover ~ a::before {
  content: "\e021";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars:hover a::before {
  content: "\e020";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars.selected a.active::before {
  content: "\e020";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.WoocommerceTabs #review_form_wrapper #commentform p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.WoocommerceTabs #review_form_wrapper #commentform .comment-form-author,
.WoocommerceTabs #review_form_wrapper #commentform .comment-form-email {
  display: flex;
  gap: 16px;
  align-items: center;
}
.WoocommerceTabs #review_form_wrapper #commentform .comment-form-author label,
.WoocommerceTabs #review_form_wrapper #commentform .comment-form-email label {
  font-weight: 600;
}
.WoocommerceTabs #review_form_wrapper #commentform .comment-form-comment label {
  font-weight: 600;
  margin-bottom: 16px;
}
.WoocommerceTabs #review_form_wrapper #commentform input,
.WoocommerceTabs #review_form_wrapper #commentform textarea {
  box-shadow: none !important;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 8px;
  outline: none !important;
}
.WoocommerceTabs #review_form_wrapper #commentform input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  margin-right: 16px;
}
.WoocommerceTabs #review_form_wrapper #commentform input[type=checkbox]:checked {
  background-color: #F26E50;
}
.WoocommerceTabs #review_form_wrapper #submit {
  background-color: #F26E50 !important;
  color: white !important;
}
.WoocommerceTabs #review_form_wrapper #submit:hover {
  background-color: #A6328F !important;
}
.WoocommerceTabs .product__sizes {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.color-variable-items-wrapper,
.image-variable-items-wrapper {
  gap: 16px;
}
.color-variable-items-wrapper li,
.image-variable-items-wrapper li {
  height: 64px !important;
  width: 64px !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 0px 2px #ebebeb !important;
  margin: 0 !important;
  padding: 4px !important;
}
@media (min-width: 1024px) {
  .color-variable-items-wrapper li,
.image-variable-items-wrapper li {
    height: 84px !important;
    width: 84px !important;
  }
}
.color-variable-items-wrapper li .variable-item-contents:before,
.image-variable-items-wrapper li .variable-item-contents:before {
  content: none !important;
}
.color-variable-items-wrapper li img,
.image-variable-items-wrapper li img {
  border-radius: 8px;
}
.color-variable-items-wrapper li span,
.image-variable-items-wrapper li span {
  border-radius: 8px;
}
.color-variable-items-wrapper li:before,
.image-variable-items-wrapper li:before {
  background-color: #F26E50;
  font-weight: 600;
  box-shadow: none !important;
  border-radius: 2px;
}
.color-variable-items-wrapper li:after,
.image-variable-items-wrapper li:after {
  border-top-color: #F26E50;
}
.color-variable-items-wrapper li:hover,
.color-variable-items-wrapper li.selected,
.image-variable-items-wrapper li:hover,
.image-variable-items-wrapper li.selected {
  box-shadow: 0px 0px 0px 2px #f26e50 !important;
}
.button-variable-items-wrapper {
  gap: 16px;
}
.button-variable-items-wrapper li {
  border-radius: 8px !important;
  box-shadow: 0px 0px 0px 2px #ebebeb !important;
  margin: 0 !important;
  padding: 12px 18px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
@media (min-width: 1024px) {
  .button-variable-items-wrapper li {
    padding: 18px 30px !important;
  }
}
.button-variable-items-wrapper li .variable-item-contents:before {
  content: none !important;
}
.button-variable-items-wrapper li span {
  font-weight: 600;
  padding: 0 !important;
  color: #A3A3A3;
  font-size: 14px;
}
.button-variable-items-wrapper li:before {
  content: none !important;
}
.button-variable-items-wrapper li:after {
  content: none !important;
}
.button-variable-items-wrapper li:hover,
.button-variable-items-wrapper li.selected {
  box-shadow: 0px 0px 0px 2px #f26e50 !important;
}
.button-variable-items-wrapper li:hover span,
.button-variable-items-wrapper li.selected span {
  color: #262626;
}
.SafetyPanels {
  display: grid;
  margin-bottom: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
}
@media (min-width: 1312px) {
  .SafetyPanels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.SafetyPanels__single {
  display: flex;
  align-items: center;
  gap: 8px;
}
.SafetyPanels__single img {
  width: 46px;
}
.SafetyPanels__single .content {
  font-size: 11px;
}
.SafetyPanels__single .content strong {
  font-weight: 600;
}
.SafetyPanels__single .content p {
  margin-bottom: 0;
}
#tab-description .SafetyPanels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 16px;
  background-color: #F7F7F7;
  border-radius: 8px;
  gap: 32px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  #tab-description .SafetyPanels {
    padding: 24px 42px;
  }
}
#tab-description .SafetyPanels__single {
  gap: 24px;
}
#tab-description .SafetyPanels__single img {
  width: 60px;
}
@media (min-width: 1024px) {
  #tab-description .SafetyPanels__single img {
    width: 80px;
  }
}
#tab-description .SafetyPanels__single .content {
  font-size: 16px;
}
.ConfiguratorProducts .woosb-products.woosb-products-layout-grid-2 {
  margin: 0 !important;
}
.ConfiguratorProducts .woosb-products.woosb-products-layout-grid-2 .woosb-item-text {
  padding: 0 !important;
  margin: 0 0 32px 0 !important;
  border-bottom: 0 !important;
}
.ConfiguratorProducts .woosb-products.woosb-products-layout-grid-2 .woosb-item-text h2 {
  font-size: 24px;
}
.ConfiguratorProducts .woosb-item-product {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: flex;
  justify-content: space-between !important;
}
@media (min-width: 1024px) {
  .ConfiguratorProducts .woosb-item-product .woosb-thumb {
    max-width: 480px;
    width: 100%;
    position: absolute;
    left: -120%;
  }
}
@media (min-width: 1630px) {
  .ConfiguratorProducts .woosb-item-product .woosb-thumb {
    left: -140%;
  }
}
.ConfiguratorProducts .woosb-item-product .woosb-name {
  display: none !important;
}
.ConfiguratorProducts .woosb-item-product .woosb-price {
  display: none !important;
}
.ConfiguratorProducts .woosb-item-product .variations {
  width: 100%;
}
.ConfiguratorProducts .woosb-item-product .variations .variation {
  border-top: none !important;
  width: 100%;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 0 0 32px 0 !important;
  margin: 0 0 32px 0 !important;
  display: flex !important;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .ConfiguratorProducts .woosb-item-product .variations .variation {
    flex-direction: row;
  }
}
.ConfiguratorProducts .woosb-item-product .variations .variation .label {
  min-width: 170px;
  max-width: 170px;
  text-align: left !important;
}
.ConfiguratorProducts .woosb-item-product .variations .variation .label label {
  font-size: 20px;
  font-weight: 500;
  display: block;
}
.ConfiguratorProducts .woosb-item-product .variations .variation .label span {
  display: block !important;
  font-size: 14px;
  color: #a3a3a3;
  font-weight: 600;
  margin-top: 8px;
}
.ConfiguratorProducts .woosb-item-product .variations .variation.hide__variation {
  opacity: 0;
}
.ConfiguratorProducts .summary {
  padding: 50px 16px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .ConfiguratorProducts .summary {
    padding: 50px 32px;
    max-width: 50%;
  }
}
@media (min-width: 1312px) {
  .ConfiguratorProducts .summary {
    padding: 50px 64px;
  }
}
@media (min-width: 1630px) {
  .ConfiguratorProducts .summary {
    max-width: 40%;
  }
}
.ConfiguratorProducts .summary .SafetyPanels {
  display: none;
}
.ConfiguratorProducts .summary .custom-meta-rating-wrapper {
  display: none;
}
.ConfiguratorProducts .summary > .price {
  display: none;
}
.ConfiguratorProducts .summary .quantity {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 32px;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgb(235, 235, 235);
}
.ConfiguratorProducts .summary .quantity select {
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2710px%27%20height%3D%276px%27%20viewBox%3D%270%200%2010%206%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Ctitle%3Eicons%2Fui%2Fchevron-down%3C%2Ftitle%3E%3Cg%20id%3D%27Project%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20id%3D%272-Bujaki-w-zestawach%27%20transform%3D%27translate%28-1866%2C%20-689%29%27%20fill%3D%27%23F26E50%27%20fill-rule%3D%27nonzero%27%3E%3Cg%20id%3D%27button%2Fsecondary%27%20transform%3D%27translate%281638%2C%20663%29%27%3E%3Cg%20id%3D%27icons%2Fui%2Fchevron-down%27%20transform%3D%27translate%28228%2C%2026%29%27%3E%3Cpath%20d%3D%27M0.292893219%2C0.292893219%20C0.683417511%2C-0.0976310729%201.31658249%2C-0.0976310729%201.70710678%2C0.292893219%20L5%2C3.585%20L8.29289322%2C0.292893219%20C8.65337718%2C-0.0675907428%209.22060824%2C-0.0953202783%209.61289944%2C0.209704612%20L9.70710678%2C0.292893219%20C10.0976311%2C0.683417511%2010.0976311%2C1.31658249%209.70710678%2C1.70710678%20L5.70710678%2C5.70710678%20C5.31658249%2C6.09763107%204.68341751%2C6.09763107%204.29289322%2C5.70710678%20L0.292893219%2C1.70710678%20C-0.0976310729%2C1.31658249%20-0.0976310729%2C0.683417511%200.292893219%2C0.292893219%20Z%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 10px 6px;
}
.ConfiguratorProducts .summary .quantity label {
  font-size: 14px;
  font-weight: 500;
}
.ConfiguratorProducts .summary .single_add_to_cart_button {
  width: 100%;
  margin-top: 32px;
  grid-column: span 2;
  color: white;
}
.ConfiguratorProducts .summary .woosb-summary {
  margin-bottom: 32px;
}
.ConfiguratorProducts .summary .woosb-summary .woosb-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ConfiguratorProducts .summary .woosb-summary .woosb-total .woosb-total-label {
  font-size: 14px;
  font-weight: 500;
}
.ConfiguratorProducts .summary .woosb-summary del {
  margin-right: 6px;
  color: #A3A3A3;
}
.ConfiguratorProducts .summary .woosb-summary del .woocommerce-Price-amount {
  font-size: 14px;
  color: #A3A3A3;
}
.ConfiguratorProducts .summary .woosb-summary ins {
  text-decoration: none;
}
.ConfiguratorProducts .summary .woosb-summary .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.ConfiguratorProducts .summary .woosb-summary small {
  display: block;
  color: #A6328F;
  font-weight: 600;
}
.product_cat-konfigurator .tinvwl_add_to_wishlist_button {
  display: none !important;
}

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