/*
 Theme Name: nonom
 Author:  nonom.pl
 Version: 1.0
 */

:root {
  --color: #1b93c7;
}

body {
  font-family: "Inter", sans-serif;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
}
p,
li,
td,
th {
  font-size: 15px;
  font-weight: 300;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}
.fs-6 {
  font-size: 13px !important;
}
.fs-7 {
  font-size: 11px !important;
}
.fs-8 {
  font-size: 8px !important;
}
.text-primary {
  color: var(--color) !important;
}
.btn-sm {
  padding: 4px 10px !important;
  font-size: 13px !important;
  background-color: var(--color) !important;
  border-color: var(--color) !important;
}
.cart-count {
  bottom: 1px;
  right: -5px;
  width: 14px;
  height: 14px;
  text-align: center;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.border-bottom,
.border-top,
.border-left,
.border-right,
.border {
  border-color: #f2f2f2 !important;
}
.product-card {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 2px 6px 0 rgba(0, 0, 0, 0.04), 0 10px 20px 0 rgba(0, 0, 0, 0.04);
}

/* form */
.form-label {
  width: 100%;
}
.wpcf7 textarea {
  height: 80px;
  border: 0px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}
.form-control {
  border: 0px;
  border-radius: 9px;
  padding: 5px 0px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 6px;
  color: black;
  background-color: transparent;
}
::placeholder {
  color: #a6a6a6 !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
}
.form-check-input {
  border-radius: 9px !important;
  margin-left: -1.9rem !important;
  width: 1.7em !important;
  height: 1.7em !important;
  cursor: pointer !important;
  border: 1px solid black !important;
}
.form-check-input:checked {
  background-color: black !important;
  border-color: black !important;
}
.wpcf7-list-item-label {
  cursor: pointer !important;
}
.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accept p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.accept a {
  font-size: 11px !important;
  color: black !important;
}
.accept {
  margin-top: -5px;
  margin-bottom: 20px;
}
.wpcf7-spinner {
  position: absolute !important;
}
.grecaptcha-badge {
  display: none !important;
}
/* form */

/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: black;
  height: 2px;
  width: 31px;
  margin-top: 8px;
  border-radius: 2px;
  margin-bottom: 5px;
  position: relative;
  opacity: 1;
  transition: all 0.2sease-out;
  transform-origin: center left;
  margin-left: auto;
}
.navbar-toggler-icon {
  background-image: none !important;
}
.navbar-toggler span:first-child {
  margin-top: 6px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, -23%) rotate(-45deg);
  width: 100% !important;
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar {
  padding: 0px !important;
}

/* ------------------------- MOBILE BURGER ------------------------- */

.logo {
  max-width: 150px !important;
  width: 100%;
  margin-top: -10px;
}
.zi9 {
  z-index: 999999 !important;
}
header {
  background-color: rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  border: 1px solid rgb(113 229 244 / 0%);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
  z-index: 999999 !important;
  position: relative;
}
header .nav-link {
  margin: 0px 5px;
  font-weight: 500 !important;
  font-size: 14px !important;
}
header .nav-link:hover {
  text-decoration: underline;
}
.offcanvas {
  background-color: rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.wc-block-components-title.wc-block-components-title {
  font-weight: 500 !important;
}
.hero .col-md-6 {
  background-size: cover;
  background-position: center;
  min-height: 70vh;
}
.overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-primary {
  background-color: black !important;
}

.btn {
  padding: 12px 22px;
  border: 0px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400 !important;
  border-radius: 31px !important;
  position: relative;
}
.btn:hover {
  background-color: transparent;
}
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check) + .btn-primary:active {
  background-color: black !important;
}
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:first-child:active,
:not(.btn-check) + .btn-secondary:active {
  background-color: white !important;
}
.btn-success {
  border: 1px solid #1e81b0 !important;
  background-image: linear-gradient(45deg, #1f80af, #11b1ea) !important;
}
.btn-success:hover {
  border: 1px solid black !important;
  background-image: none !important;
  background-color: black !important;
}
.btn-sm:hover {
  text-decoration: none !important;
}

.btn-primary {
  border: 1px solid #cdf0ff;
  background-image: linear-gradient(45deg, #6cd3ff66, #a6fcff2e);
  color: white !important;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  position: relative;
  box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  transition: box-shadow 0.3s ease !important;
  font-weight: 600 !important;
}
.btn-primary:hover {
  border: 1px solid black;
  background-image: none;
  background-color: black;
  color: white !important;
}
.btn-primary-outline {
  border: 1px solid rgba(255, 255, 255, 0.2);

  color: white !important;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  position: relative;
  box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  transition: box-shadow 0.3s ease !important;
  font-weight: 600 !important;
}
.btn-primary-outline:hover {
  border: 1px solid black;
  background-image: none;
  background-color: black;
  color: white !important;
}

.bp2 {
  border: 1px solid #43e57e !important;
  background-image: linear-gradient(45deg, #14c957, #15cf5a);
}
.bpo2 {
  border: 1px solid white !important;
}
.bp2:hover {
  border: 1px solid black !important;
}
.bpo2:hover {
  border: 1px solid black !important;
}

.btn-secondary {
  background-color: white;
  color: black !important;
  transition: 0s !important;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  position: relative;
}
.btn-secondary:hover {
  opacity: 0.7;
  background-color: white !important;
}

.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button,
.button.wc-forward {
  padding: 12px 22px;
  border: 0px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 400 !important;
  border-radius: 31px !important;
  position: relative;
  border: 1px solid #cdf0ff;
  background-image: linear-gradient(45deg, #6cd3ff66, #a6fcff2e);
  color: white !important;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  position: relative;
  box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
  transition: box-shadow 0.3s ease !important;
  font-weight: 600 !important;
  border: 1px solid #1e81b0 !important;
  background-image: linear-gradient(45deg, #1f80af, #11b1ea) !important;
}
.wc-block-cart__submit-button:hover,
.wc-block-components-totals-coupon__button:hover,
.wc-block-components-checkout-place-order-button:hover,
.button.wc-forward:hover {
  background-image: none !important;
  background-color: black !important;
  border: 1px solid black !important;
}
.wc-block-components-checkout-place-order-button {
  width: 100% !important;
}
.swiperPartn img {
  max-width: 120px;
}
.swiperPartn .swiper-slide {
  display: flex;
  justify-content: center;
}
.swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next2,
.swiper-button-prev2,
.swiper-button-next3,
.swiper-button-prev3 {
  color: black;
}
.swiper-button-next1:after,
.swiper-button-prev1:after,
.swiper-button-next2:after,
.swiper-button-prev2:after,
.swiper-button-next3:after,
.swiper-button-prev3:after {
  font-size: 24px;
}
.swiper-button-next1,
.swiper-button-prev1,
.swiper-button-next2,
.swiper-button-prev2,
.swiper-button-next3,
.swiper-button-prev3 {
  position: relative;
}
.woocommerce-cart .zi9,
.woocommerce-checkout .zi9 {
  position: relative !important;
  margin-top: 20px;
}
.woocommerce-cart .h-fix,
.woocommerce-checkout .h-fix {
  height: 0px !important;
}
.col-nav {
  max-width: 300px;
  margin: 0 auto;
}
.wp-block-woocommerce-empty-cart-block {
  text-align: center;
}

footer input[type="email"] {
  text-align: center;
}
footer .accept {
  margin-top: -22px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0px !important;
}

.post_archive img,
.swiperPosts img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.swiper-pagination {
  position: relative;
  margin-top: -15px;
  max-width: 100px;
  margin: 0 auto;
  margin-top: -15px;
}
.swiper-pagination-bullet-active {
  background: black !important;
}
.swiper-button-lock {
  display: block !important;
}
footer img {
  max-width: 130px !important;
}
.h-fix {
  height: 95px;
}

footer .wpcf7-not-valid-tip {
  text-align: center !important;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0 !important;
  transform: translateX(0%) !important;
}
.swiper-wrapper {
  padding-bottom: 50px !important;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: -17px;
}
.swiper-button-next,
.swiper-button-prev {
  top: auto;
  bottom: 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: black;
  font-size: 28px;
}
footer .obs a:hover {
  text-decoration: underline !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-size: 13px !important;
  letter-spacing: 1px !important;
  border-width: 1px !important;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.accept {
  margin-top: -8px !important;
}
.shadow-sm {
  box-shadow: 0 0rem 0.45rem rgba(0, 0, 0, 0.075) !important;
}

.benefits img {
  max-width: 60px !important;
}
.payment-methods img {
  max-height: 15px;
  mix-blend-mode: multiply;
}
.navbar-nav .dropdown-menu {
  border: 0px;
  position: static;
  border-radius: 9px;
  margin-top: 9px;
  box-shadow: 2px 5px 10px #00000008;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
  color: black !important;
}
/* Custom dropdown icon */
.dropdown-toggle::after {
  display: none !important;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 9px !important;
}

.dropdown-toggle {
  position: relative;
  padding-right: 1.5rem !important;
}

.dropdown-toggle::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  transition: transform 0.2s ease;
}
.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.dropdown-toggle[aria-expanded="true"]::before {
  transform: translateY(-50%) rotate(180deg);
}
/* Custom dropdown icon */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: black !important;
  color: white !important;
  padding: 5px 15px !important;
  border-radius: 9px !important;
  border: 1px solid black !important;
}
.nav-pills .nav-link {
  background-color: white !important;
  color: black !important;
  padding: 5px 15px !important;
  border-radius: 9px !important;
  border: 1px solid black !important;
}
.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100% !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 {
  width: 100% !important;
}
.woocommerce .quantity .qty {
  padding: 9px;
  border-radius: 9px;
  border: 1px solid #eaeaea;
}
.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;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.woocommerce-cart a {
  color: black;
}
.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"],
textarea {
  border: 1px solid #e5e5e5 !important;
  border-radius: 9px !important;
  outline: none !important;
  box-shadow: none !important;
}
.wc-block-components-address-form__country {
  display: none !important;
}
.wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 9px !important;
}
.wc-block-components-checkbox__label a {
  color: black !important;
}
.wc-block-checkout__terms {
  padding-top: 0px !important;
}
.furgonetka-wc-blocks-pickup-point-block-button-container .wc-block-components-button {
  color: black !important;
  background-color: #ffcd00 !important;
  border: 0px !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  padding: 12px 22px !important;
}
.furgonetka-wc-blocks-pickup-point-block-button-container .wc-block-components-button:hover {
  background-color: black !important;
  color: white !important;
}
.woocommerce-message {
  box-shadow: none !important;
  outline: none !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  font-size: 11px !important;
}
.rock-img {
  max-height: 60px !important;
  width: auto !important;
}
.product-card {
  border-radius: 10px;
}
.product-card .product-short-description {
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.wpcf7 .form-control {
  border-radius: 0px !important;
}
.single-product .product-short-description .rock-img {
  width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  max-width: 150px;
}
.is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 0px !important;
}
.form-check-input {
  border-radius: 4px !important;
  border: 1px solid #e5e5e5 !important;
}
.bg-light {
  background-color: #f6f6f6 !important;
}
.women-img {
  min-height: 405px;
}
.button.wc-forward {
  font-weight: 400 !important;
}
.pack {
  max-width: 300px !important;
  margin: 0 auto;
  display: block;
}
.product-card .product-card-img {
  height: 250px;
  object-fit: cover;
  width: 90% !important;
  margin: 0 auto;
  display: block;
}
.woocommerce div.product div.images img {
  border-radius: 20px;
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  color: white !important;
}
.woocommerce-pagination {
  margin-top: 30px;
}
.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: white !important;
  color: #c5c5c5 !important;
}
.woocommerce nav.woocommerce-pagination ul li {
  font-size: 20px !important;
}
.woocommerce .page-numbers {
  color: black !important;
  font-weight: 500 !important;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #ececec !important;
  border-radius: 8px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  margin-top: 10px !important;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin-top: 10px !important;
  border-radius: 10px;
}
.pl {
  height: 15px !important;
  margin-left: 5px !important;
}
.product-card .badge {
  font-weight: 500 !important;
  width: fit-content !important;
}
.product-card .badge {
  position: absolute;
  top: 10px;
  left: 10px;
}
.icc {
  max-width: 80px;
}
.text-wrapper {
  display: inline-block;
  position: relative;
  height: 1em; /* lub dopasuj wysokość do swojego fontu */
  overflow: hidden;
  width: 62px;
}

#dynamic-text {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  transition: transform 0.4s, opacity 0.4s;
  will-change: transform, opacity;
}

.bg-glasses {
  background-image: linear-gradient(to right, #227fae, #10b1eb);
  color: white;
}
.bg-windows {
  background-image: linear-gradient(to right, #16a64b, #16d55c);
  color: white;
}
.mtnu {
  margin-top: 30px;
  margin-bottom: -200px;
}
.mtnu img {
  max-width: 400px;
}
.mtnu2 {
  padding-bottom: 200px;
}
.img-ultra {
  position: absolute;
  max-width: 550px;
  margin-top: -60px;
}
.card-header:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card {
  border-radius: 22px;
}
.pmo {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  border-left: 1px solid black;
}

@media (min-width: 992px) {
  .mss {
    padding-left: 40px !important;
  }
  .bg-economy {
    background-image: linear-gradient(to right, #227fae, #10b1eb);
    color: white;
  }
  .bg-economy .text-success {
    --bs-text-opacity: 1;
    color: rgb(47 225 53) !important;
  }
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1400px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.375rem + 3.9vw);
  }
  .img-ultra {
    max-width: 500px;
    margin-top: -40px;
    margin-left: -38px;
  }
}

/* Large devices (desktops) */
@media (max-width: 992px) {
  .img-ultra {
    position: relative;
    margin-top: 0%;
    margin-left: 0px;
    padding: 30px;
    padding-top: 0px;
    margin: 0 auto;
    display: block;
    margin-bottom: -100px;
  }
  .pmo {
    font-size: 8px;
  }
  .display-2 {
    font-size: calc(1.875rem + 3.9vw);
  }
  .woocommerce-message {
    margin-top: 20px !important;
  }
  .woocommerce-checkout .custom-page {
    padding-top: 0px !important;
  }
  .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
  .wc-block-checkout__terms {
    padding-top: 15px !important;
  }
  .woocommerce .woocommerce-error .button,
  .woocommerce .woocommerce-info .button,
  .woocommerce .woocommerce-message .button,
  .woocommerce-page .woocommerce-error .button,
  .woocommerce-page .woocommerce-info .button,
  .woocommerce-page .woocommerce-message .button {
    float: none !important;
    margin-top: 10px !important;
  }
  .cat-desc img {
    max-width: 150px !important;
    margin-bottom: 20px !important;
  }
  .swiper img {
    max-width: 400px;
    width: 100%;
  }
  .logo {
    max-width: 130px;
  }
  .swiper .swiper-slide {
    transform: none;
  }
  .swiper .swiper-slide-active {
    transform: none;
  }
  .swiper .swiper-slide-active a {
    transform: none;
  }

  .swiper .swiper-slide-active p {
    transform: none;
  }
  .swiper .h3,
  h3 {
    font-size: calc(2.3rem + 0.6vw);
  }
  .col-nav {
    top: -124px;
  }
  .women-img {
    min-height: auto;
  }
  .bd {
    background-image: linear-gradient(to right, #227fae, #10b1eb);
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .hero .col-md-6 {
    min-height: 50vh;
  }
  .hero h1 {
    font-size: 14px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 576px) {
  .woocommerce div.product div.images img {
    height: 250px !important;
    object-fit: cover !important;
  }
}
