/*
 Theme Name: starapiekarnia
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #630000 !important;
  --bs-primary-rgb: 99, 0, 0 !important;
  --bs-secondary: #ffa900 !important;
  --bs-secondary-rgb: 255, 169, 0 !important;
  --bs-success: #27ca42 !important;
  --bs-success-rgb: 39, 202, 66 !important;
  --bs-light: #fffdf5 !important;
  --bs-light-rgb: 255, 253, 245 !important;
}

body {
  font-family: brandon-grotesque, sans-serif;
  color: #30170f;
  background-color: var(--bs-light);
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
  font-family: meno-display, serif;
}
strong {
  font-weight: 600;
}
a,
button {
  transition: 0s !important;
  font-size: 16px;
  letter-spacing: 1px;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
  letter-spacing: 1px !important;
}
.font-meno {
  font-family: meno-display, serif;
  font-weight: 300;
}
small {
  font-size: 12px;
}
.fs-6 {
  font-size: 12px !important;
}
.fs-7 {
  font-size: 10px;
}
.fs-8 {
  font-size: 9px;
}
.nav-link,
.dropdown-item {
  font-weight: 500;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top,
.bg-primary .border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
hr {
  border-color: rgba(0, 0, 0, 0.1) !important;
  opacity: 1 !important;
}
/* form */
.wpcf7 p {
  margin-bottom: 0px !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.lab-sp {
  margin-left: 15px;
  margin-top: -5px !important;
  display: block;
}
.wpcf7 .form-label {
  width: 100% !important;
}
.wpcf7 textarea {
  height: 100px !important;
}
.wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.wpcf7 textarea,
.wpcf7 select {
  border-radius: 20px !important;
  background-color: transparent !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;

  margin-bottom: 7px !important;
  color: black !important;
  padding: 10px 0px;
  outline: none !important;
  box-shadow: none !important;
}
.bg-primary .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.bg-primary .wpcf7 textarea,
.bg-primary .wpcf7 select {
  border-color: rgba(255, 255, 255, 0.15) !important;
  color: white !important;
}
.wpcf7 select {
  cursor: pointer !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}
.wpcf7-not-valid-tip {
  color: #ff6e6e !important;
  font-size: 12px !important;
}
::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.bg-primary ::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.form-check .form-check-input {
  margin-left: -2rem !important;
}
.form-check-input {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  background-color: transparent !important;
  color: black !important;
  border-radius: 5px !important;
  outline: none !important;
  box-shadow: none !important;
  &:checked {
    border-color: white !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
    filter: invert(1);
  }
}
.bg-primary .form-check-input {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: white !important;
  &:checked {
    border-color: white !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
    filter: invert(0) !important;
  }
}
.accept label {
  cursor: pointer !important;
  font-size: 11px !important;
}
/* form */
.quick-contact-button:hover {
  background-color: black !important;
}
.overlay1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay2 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay4 {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay5 {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero {
  min-height: 90vh;
  background-size: cover;
  background-position: center;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.button {
  font-weight: 500;
  font-size: 16px !important;
  padding: 15px 30px !important;
  border-radius: 30px !important;
}
.btn {
  font-weight: 500;
  font-size: 16px !important;
  padding: 10px 30px !important;
  border-radius: 0px !important;
  letter-spacing: 1px !important;
}
.variations_form .single_add_to_cart_button {
  padding: 10px 20px !important;
}

.btn-lg {
  padding: 30px 40px;
  font-size: 16px;
}
.btn-sm {
  padding: 10px 20px;
  font-size: 14px;
}
.btn-primary,
.button {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-primary) !important;
  border-color: var(--bs-secondary) !important;
}
.btn-primary:hover,
.button:hover {
  background-color: var(--bs-secondary) !important;
  color: white !important;
  border-color: var(--bs-secondary) !important;
}
.btn-secondary:hover {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}
.btn-light {
  background-color: white !important;
  color: black;
  border-color: white !important;
  transition: none !important;
}
.btn-light:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.bg-primary .btn-secondary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-black .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.hero .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.hero .btn-secondary:hover {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-color: var(--bs-primary) !important;
}

.nav-item {
  margin: 0px 20px;
}
header .nav-link {
  font-weight: 300 !important;
  padding: 0px !important;
  letter-spacing: 0px;
}
header .nav-item .nav-link:hover {
  text-decoration: underline !important;
}
.header-contact {
  padding: 10px 20px;
}
.help-text {
  top: -10px;
  left: 20px;
  background-color: white;
  padding: 0px 7px;
}
.dropdown-toggle::after {
  display: inline-block;
  vertical-align: middle;
  content: "\f282" !important;
  font-family: "bootstrap-icons" !important;
  border: none !important;
  margin-left: 0.25em;
  font-size: 0.8em;
  transition: transform 0.2s ease;
}
.dropdown-toggle.show::after {
  transform: rotate(180deg);
}
.dropdown-menu {
  background-color: var(--bs-primary);
  border-radius: 0px;
  border: 0px;
  margin-top: 16px !important;
}
.dropdown-item {
  padding: 8px 20px;
  color: white;
}
.navbar-toggler {
  padding: 0px;
}

.button-info {
  font-size: 10px !important;
}

.box {
  background-size: cover;
  background-position: center;
  min-height: 450px;
}
.box-content {
  max-width: 500px;
}

/* Custom Tabs for Product Display */
.custom-tabs .nav-link {
  color: black !important;
  background: transparent !important;
  border: none;
  border-bottom: 15px solid black;
  padding: 10px 0px;
  margin: 0 2px;
  transition: all 0.3s ease;
  width: 200px;
}

.custom-tabs .nav-link.active {
  color: black !important;
  border-bottom: 15px solid var(--bs-primary);
}

.custom-tabs .nav-link:hover {
  border-bottom: 15px solid var(--bs-primary);
}

/* Swiper Slide Transition */
.productSwiper .swiper-slide,
.relatedProductsSwiper .swiper-slide {
  transition: all 0.5s ease;
  /* transform: scale(0.6) !important; */
}

.productSwiper .swiper-slide-active,
.relatedProductsSwiper .swiper-slide-active {
  /* transform: scale(1.1) !important; */
  z-index: 2;
  opacity: 1 !important;
}

/* Product Card in Swiper */
.product-card-home h3 {
  font-size: 2rem;
}
.product-card-home .product-img {
  transition: transform 0.3s ease;
  margin: 0 auto;
}
.swiper-slide-active .product-card-home .product-img {
  /* transform: scale(1.1); already handled by slide scale */
}

/* Swiper Pagination */
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: black;
  opacity: 1;
  border-radius: 0;
  margin: 0 8px !important;
}
.swiper-pagination-bullet-active {
  background: var(--bs-primary);
}
.custom-tabs .nav-link {
  text-align: left;
}
.nav-pills .nav-item {
  margin: 0px;
}
.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: top;
  min-height: 400px;
  height: 100%;
}

/* Custom Accordion for FAQ */
.custom-accordion .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.custom-accordion .accordion-item:last-child {
  border-bottom: none;
}
.custom-accordion .accordion-button {
  background-color: transparent;
  color: white;
  box-shadow: none;
  font-size: 1.1rem;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--bs-primary);
  box-shadow: none;
}
.custom-accordion .accordion-button::after {
  filter: invert(1);
  background-size: 1rem;
}
.custom-accordion .accordion-button:not(.collapsed)::after {
  filter: invert(1) sepia(100%) saturate(100%) hue-rotate(90deg); /* Adjust for specific color if needed, or just keep white invert */
  filter: brightness(0) saturate(100%) invert(88%) sepia(21%) saturate(677%) hue-rotate(108deg) brightness(103%) contrast(102%); /* Approx for --bs-primary #aefee9 */
}
/* Simplified icon color approach: just make it white for both states or use specific SVG for primary */
.custom-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23aefee9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  filter: none;
}
.custom-accordion .accordion-body {
  color: rgba(255, 255, 255, 1);
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
footer a:hover {
  text-decoration: underline !important;
}
header {
  box-shadow: 0px 0px 15px #0000000d;
  z-index: 1000;
  position: relative;
}
.hero-slider {
  margin-top: -190px;
}
.hero-image {
  background-size: cover;
  background-position: center;
}
.cont-img {
  width: 80px;
  align-self: stretch;
  object-fit: cover;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: white !important;
  color: black !important;
}
.region {
  fill: #ffffff;
  stroke: #000000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

  cursor: pointer;
}
.region:hover {
  fill: var(--bs-primary) !important;
}

.re-card img {
  transition: transform 0.3s ease;
}

.re-card:hover img {
  transform: scale(1.1);
}

/* Slider Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Slider Styling */
.slider {
  background: white;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1360px;
}

.slider::before,
.slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 30px;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  gap: 2.5rem;
  align-items: center;
  width: max-content;
  will-change: transform;
}

.slider .slide {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.slider .slide img {
  height: 30px;
  width: auto;
  object-fit: contain;
}

.slider .slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .footer-none {
  display: none;
}
footer .logos-2 {
  justify-content: center;
}

@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
  .testimonials-section .right-half {
    left: 35%;
  }
}

/* woocommerce */
.wc-block-components-checkbox__label a {
  color: black !important;
}
.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"] {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
}
.wc-block-components-address-form__country,
#billing_country_field,
.woocommerce-form-coupon-toggle {
  display: none !important;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
  border-radius: 20px !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
}
.reset_variations {
  display: none !important;
}
.variations th {
  display: none !important;
}
.variations .form-select {
  min-width: 200px !important;
  max-width: 200px !important;
}
.woocommerce-form__label span {
  font-size: 13px !important;
  cursor: pointer !important;
}
.woocommerce table.shop_table {
}
.cpl-inner .quantity input {
  padding: 5px 15px !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f1f1f1 !important;
  border-radius: 0px !important;
}
.woocommerce-terms-and-conditions-wrapper a {
  color: black !important;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
}
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgba(0, 0, 0, 0.1) !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  top: -12px !important;
}
.wc_payment_method label {
  cursor: pointer !important;
}
.woocommerce-shipping-methods label {
  cursor: pointer !important;
  font-weight: 600 !important;
}
#place_order {
  width: 100% !important;
  margin-top: 15px !important;
  padding: 15px !important;
}
.product-card img {
  height: 300px !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}
.woocommerce-products-header {
  box-shadow: none !important;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none !important;
  width: 100% !important;
}
.flex-viewport {
  overflow: hidden !important;
}
.flex-control-nav {
  display: flex;
  justify-content: center;
  margin-top: 15px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: auto;
  float: none;
  margin: 0;
  list-style: none;
  max-width: 80px;
  margin: 0px 6px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
}
.woocommerce span.onsale {
  background-color: indianred !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 15px !important;
  border-radius: 20px !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  min-height: 0px !important;
  line-height: 1 !important;
}
.product-add-to-cart-section .cart {
  align-items: center;
  gap: 10px;
  margin-bottom: 0px !important;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
  display: none !important;
}
.quantity input {
  min-width: 70px;
  padding: 12px 17px !important;
  border-radius: 100px;
  margin-right: 10px;
}
.woocommerce div.product form.cart .button {
  width: fit-content;
  font-weight: 600 !important;
}
.woocommerce div.product form.cart .button:hover {
  background-color: black !important;
}
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button {
  font-weight: 500 !important;
}
.price ins,
.price ins {
  text-decoration: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: black !important;
}
.price del,
.price del {
  margin-right: 10px;
  font-weight: 500;
  color: var(--bs-primary) !important;
  opacity: 1 !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  border-radius: 100px;
  padding: 13px 20px !important;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.single-product #sidebar {
  display: none !important;
}

.form-control:focus,
.woocommerce .woocommerce-ordering select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.form-select {
  cursor: pointer !important;
}
.form-control,
.form-select {
  border-radius: 30px !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
}

.cpl-mobile .woocommerce-cart-form__cart-item.cart_item {
  margin-bottom: 0px;
}
.cpl-inner .cpl-right {
  width: 100%;
}
.cpl-inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px;
  display: flex;
  position: relative;
}

.cpl-mobile .product-name a {
  color: black;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.cpl-mobile .product-name {
  padding-bottom: 4px;
}
.cpl-mobile .cpl-inner .product-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}
.cpl-inner .product-thumbnail {
  margin-right: 15px;
}
.cpl-mobile .product-subtotal {
  font-size: 14px;
  font-weight: 600;
}
.cpl-mobile .cpl-inner .product-quantity {
  display: flex;
  align-items: center;
}
.cpl-mobile .cpl-inner .product-quantity p {
  margin-bottom: 0px;
  margin-right: 8px;
}
.cpl-mobile .cpl-inner .product-subtotal span {
  font-weight: 400;
}

.cpl-mobile .cpl-inner .product-subtotal span bdi,
.cpl-mobile .product-price span bdi,
.cart-collaterals .woocommerce-Price-amount {
  font-weight: 700;
  color: black !important;
}
.cpl-mobile .product-name,
.cpl-mobile .product-price,
.cpl-mobile .product-quantity {
  margin-bottom: 5px;
  font-size: 14px;
}
.woocommerce-cart-form .product-thumbnail img {
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}
.cpl-inner .variation {
  margin-top: 5px !important;
}
.cpl-inner .variation p {
  margin-bottom: 1px !important;
}
.cpl-inner .variation dt {
  margin-right: 6px;
  font-weight: 600;
}
.cpl-inner .variation dd {
  margin-bottom: 0px !important;
}
.woocommerce a.remove {
  font-weight: 600 !important;
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
}
#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-color: rgba(0, 0, 0, 0.1) !important;
}
.coupon input {
  min-width: 130px;
  margin-top: -2px !important;
}
.woocommerce-cart .woocommerce-cart-form .cpl-table {
  border: 0px !important;
}
.wc_payment_methods li {
  margin-bottom: 10px !important;
}
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.1);

  outline: none;
  cursor: pointer;
  position: relative;
  margin-right: 5px !important;
  vertical-align: middle;
  margin-top: 0px !important;
  float: left;
}

input[type="radio"]:checked {
  border-color: black;
}

input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;

  background-color: black;
}

.woocommerce-shipping-methods label,
.wc_payment_method label {
  display: flex;
  align-items: center;
  font-weight: 600 !important;
}

.woocommerce-shipping-methods input[type="radio"],
.wc_payment_method input[type="radio"] {
  margin-right: 8px;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0px !important;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
  margin-bottom: 10px;
  width: 90% !important;
  padding: 12px 30px !important;
  border-radius: 20px !important;
  background-color: var(--bs-primary) !important;
  text-decoration: none !important;
  color: black !important;
  font-weight: 600 !important;
}
.woocommerce-MyAccount-navigation li.is-active a {
  background-color: black !important;
  color: white !important;
}
.woocommerce-MyAccount-navigation-link--wc-smart-coupons,
.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}
.lost_password a {
  color: black !important;
}
.woocommerce-MyAccount-content a {
  color: black !important;
}
.woocommerce-message,
.woocommerce-info {
  border: 0px !important;
  background-color: #f4f4f4 !important;
  font-size: 14px !important;
}
.woocommerce-message .button,
.woocommerce-info .button,
#payment .button {
  background-color: var(--bs-primary) !important;
  color: white !important;
}
.woocommerce-message .button:hover,
#payment .button:hover {
  background-color: black !important;
  color: white !important;
}
.woocommerce-price-suffix,
.woocommerce-price-suffix bdi {
  font-weight: 400 !important;
}
.product-price-section .woocommerce-price-suffix bdi,
.product-price-section .woocommerce-price-suffix {
  font-size: 16px !important;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-message a {
  color: black !important;
}
.product-gallery-wrapper {
  position: relative;
}
.woocommerce-account .addresses .title .edit {
  float: none !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
  padding: 25px !important;
}
.woocommerce form.checkout_coupon a,
.woocommerce form.login a,
.woocommerce form.register a {
  color: black !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0px !important;
}
.product-price ins {
  text-decoration: none !important;
}
.price ins bdi {
  font-weight: 500 !important;
  color: black;
}
.price del bdi {
  font-weight: 400 !important;
}
.woocommerce-Price-amount {
  font-weight: 600 !important;
  text-decoration: none !important;
}
.product-price del bdi {
  font-weight: 400 !important;
  opacity: 0.5 !important;
}
.cart-count {
  position: absolute;
  bottom: -2px;
  right: -5px;
  font-size: 9px;
  border-radius: 100%;
  background-color: white;
  color: black;
  font-weight: 600;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.woocommerce-breadcrumb {
  display: none !important;
}
.woocommerce-pagination {
  margin-top: 20px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  filter: invert(1);
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ededed !important;
  color: var(--color) !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  font-size: 16px !important;
  margin: 0px 5px !important;
}
.woocommerce .page-numbers {
  color: black !important;
  font-weight: 500 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #ececec !important;
  border-radius: 0px;
}
/* woocommerce */

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  font-family: inherit !important;
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  border-radius: 0px !important;
  color: white !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0px !important;
  background: transparent !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  left: auto !important;
  right: 15px !important;
  top: 7px !important;
}
.dgwt-wcas-style-pirx ::placeholder {
  color: white !important;
}
.dgwt-wcas-suggestions-wrapp {
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0px !important;
  margin-top: 10px !important;
}
.dgwt-wcas-search-wrapp {
  min-width: 260px !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
}

.swiper-pagination-bullet {
  border-radius: 100%;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Nawigacja pod sliderem */

.slide-nav-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  border-right: 1px solid #e0e0e0;
}

.slide-nav-item:last-child {
  border-right: none;
}

.slide-nav-content {
  position: relative;

  overflow: hidden;
}

.slide-nav-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.slide-nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: background 0.3s ease;
  z-index: 1;
}

.slide-nav-text {
  position: relative;
  z-index: 2;
  color: black;

  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
}

/* Hover effect */

/* Active state - podświetlenie */
.slide-nav-item {
  border-top: 4px solid white;
  padding-top: 6px;
  padding-bottom: 10px;
}
.slide-nav-item.active {
  border-top: 4px solid var(--bs-secondary);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* Dodatkowy efekt świecenia dla aktywnego */
.slide-nav-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;

  z-index: 10;
}
.newsletter .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.newsletter .wpcf7 textarea,
.newsletter .wpcf7 select {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 100px !important;
  padding: 10px 20px !important;
}
/* .productSwiper .mxw1 {
  max-width: 300px;
  margin: 0 auto;
} */
.relatedSwiper .swiper-slide,
.related2Swiper .swiper-slide {
  opacity: 1 !important;
}
.relatedSwiper .swiper-button-next,
.relatedSwiper .swiper-button-prev,
.related2Swiper .swiper-button-next,
.related2Swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: transparent;
  color: #000;
}

.relatedSwiper .swiper-button-next:after,
.relatedSwiper .swiper-button-prev:after,
.related2Swiper .swiper-button-next:after,
.related2Swiper .swiper-button-prev:after {
  font-size: 40px;
  font-weight: bold;
}

.relatedSwiper .swiper-button-next:hover,
.relatedSwiper .swiper-button-prev:hover,
.related2Swiper .swiper-button-next:hover,
.related2Swiper .swiper-button-prev:hover {
  color: #333;
}

.relatedSwiper .swiper-button-disabled,
.related2Swiper .swiper-button-disabled {
  opacity: 0.3;
}
.offcanvas .dropdown-menu {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 0px !important;
}
.offcanvas .dropdown-menu .dropdown-item {
  padding: 0px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: black !important;
  margin-top: 7px !important;
  text-decoration: none !important;
  &:hover {
    text-decoration: none !important;
  }
}
.offcanvas .nav-item {
  text-decoration: none !important;
  &:hover {
    text-decoration: none !important;
  }
}
.bapf_head h3 {
  font-size: 17px !important;
}
.bapf_sfilter .bapf_body ul li {
  margin-bottom: 5px !important;
}
.bapf_taprice {
  margin-left: 5px;
}
.bapf_ckbox_sqchck input[type="checkbox"] {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
abbr[title] {
  text-decoration: none !important;
}
.wapf-field-label,
.woocommerce-checkout label {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 6px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}
.wapf-field-input input[type="email"],
.wapf-field-input input[type="number"],
.wapf-field-input input[type="text"],
.wapf-field-input input[type="url"],
.wapf-field-input select,
.wapf-field-input textarea {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 100px !important;
  padding: 10px 20px !important;
}
.wapf-field-input input[type="text"]:focus,
.wapf-field-input input[type="email"]:focus-visible,
.wapf-field-input input[type="number"]:focus-visible,
.wapf-field-input input[type="url"]:focus-visible,
.wapf-field-input select:focus-visible,
.wapf-field-input textarea:focus-visible {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-no-products-found {
  margin-top: 50px;
}
/* Filtrowanie - collapse na mobile */
.sidebar .btn-outline-dark {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  color: black !important;
  font-weight: 500 !important;
}
.sidebar .btn-outline-dark:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
#filtersCollapse {
  transition: all 0.3s ease;
}

@media (max-width: 767.98px) {
  .sidebar {
    border: none !important;
    padding: 0 !important;
  }
}

/* Galeria realizacji */
.realizationSwiper {
  position: relative;
}
.realizationSwiper .swiper-slide img {
  border-radius: 0px;
  transition: transform 0.3s ease;
}

.realizationSwiper .swiper-button-next,
.realizationSwiper .swiper-button-prev {
  color: black;
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.realizationSwiper .swiper-button-next:after,
.realizationSwiper .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
.realizationSwiper .swiper-button-next:hover,
.realizationSwiper .swiper-button-prev:hover {
  background: var(--bs-primary);
  color: white;
}
.realizationSwiper .swiper-pagination-bullet {
  background: black;
  opacity: 0.3;
}
.realizationSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--bs-primary);
}
.hero-nav p {
  letter-spacing: 0px !important;
  font-size: 14px !important;
}
.phone-mockup {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.video-thumbnail {
  cursor: pointer;
  height: 500px;
}
.play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.play-button i {
  font-size: 2.5rem;
  color: #0d6efd;
  margin-left: 5px;
}

.video-thumbnail:hover .play-button {
  transform: scale(1.1);
  background: rgba(255, 255, 255, 1);
}

#videoModal .modal-content {
  background: transparent;
}

#videoModal video {
  border-radius: 0px;
}
@media (min-width: 2000px) {
  .testimonials-section .right-half {
    left: 38%;
  }
  .box {
    min-height: 700px;
    padding: 30px;
  }
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
  .buttons .btn {
    width: 100% !important;
    display: block !important;
  }
  .buttons .btn {
    padding: 15px 30px !important;
  }
  .cont-img {
    width: 60px;
    align-self: stretch;
    object-fit: cover;
  }
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
  .nav-item {
    font-size: 14px;
  }
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .nav-item {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .dropdown-menu {
    margin-top: 0px !important;
  }

  .custom-tabs .nav-link {
    width: auto;
    border-bottom-width: 10px;
    font-size: 11px;
    padding: 8px 10px;
  }

  .product-card-home h3 {
    font-size: 1.5rem;
  }
  .custom-tabs .nav-link.active {
    color: black !important;
    border-bottom: 10px solid var(--bs-primary);
  }
  .hero-map {
    background-color: black !important;
    background-image: none !important;
    height: auto !important;
  }
  .hero-slider {
    margin-top: -155px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: auto !important;
    bottom: 20px !important;
  }
  .hero-slider {
    margin-top: -129px;
  }
  .heroSwiper .hero {
    min-height: 400px;
  }
  .logo-header {
    width: 100px;
  }
  .slide-nav-text h5 {
    font-size: 0.85rem;
  }
  .custom-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start !important;
    padding-bottom: 10px;
  }
  .custom-tabs .nav-link {
    white-space: nowrap;
  }

  .slider {
    height: 30px;
  }

  .slider::before,
  .slider::after {
    height: 30px;
    width: 60px;
  }

  .slider .slide {
    height: 30px;
  }

  .slider .slide-track {
    gap: 2rem;
    animation: scroll 30s linear infinite;
  }

  .slider .slide img {
    height: 18px;
  }
  .productSwiper .swiper-slide-active,
  .relatedProductsSwiper .swiper-slide-active {
    transform: scale(1) !important;

    opacity: 1 !important;
  }
  .hero {
    min-height: 350px;
  }
  .cart-collaterals .woocommerce-shipping-totals td:before {
    float: none !important;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .cart-collaterals .woocommerce-shipping-totals input[type="radio"] {
    float: none !important;
  }
  .icc {
    width: 60px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
  .slider {
    height: 25px;
  }

  .slider::before,
  .slider::after {
    height: 25px;
    width: 40px;
  }

  .slider .slide {
    height: 25px;
  }

  .slider .slide-track {
    gap: 1.5rem;
    animation: scroll 30s linear infinite;
  }

  .slide-nav-text {
    padding: 5px;
  }
  footer p {
    font-size: 14px;
  }
}
