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

:root {
  --bs-primary: #f2f0ea !important;
  --bs-primary-rgb: 242, 240, 234 !important;
  --bs-secondary: #b8cee4 !important;
  --bs-secondary-rgb: 184, 206, 228 !important;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus", serif;
}
h6 {
  font-size: 18px;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 13px;
  letter-spacing: 1px !important;
}
p,
li,
td,
th {
  font-size: 14px;
  line-height: 1.6 !important;
  letter-spacing: 1px !important;
}
.marcellus {
  font-family: "Marcellus", serif;
}
.border-end,
.border-start,
.border-top,
.border-bottom {
  border-color: rgba(0, 0, 0, 0.06) !important;
}
.custom-page a {
  color: black;
}
.fs-7 {
  font-size: 12px !important;
}
.fs-8 {
  font-size: 11px !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
::placeholder {
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-size: 12px !important;

  color: rgba(0, 0, 0, 0.5) !important;
}
.gt-current-lang {
  display: none !important;
}
.gtranslate_wrapper {
  margin-top: -4px !important;
}
.form-control {
  cursor: pointer !important;
  border-radius: 0px !important;
  border: 0px !important;
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 1) !important;
  padding: 10px 0px !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
  letter-spacing: 1px !important;
}
.form-select {
  cursor: pointer !important;
  border-radius: 100px !important;
  border: 1px solid rgba(0, 0, 0, 1) !important;
  background-color: transparent !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  padding: 8px 25px !important;
  padding-right: 45px !important;
  outline: none !important;
  box-shadow: none !important;
  background-position: right 20px center !important;
}
.form-select:hover {
  background-color: rgba(0, 0, 0, 1) !important;
  color: white !important;
}
.form-select:hover {
  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 .form-label {
  width: 100%;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.lab-sp {
  margin-top: 9px;
  display: block;

  font-family: "Marcellus";
  letter-spacing: 0px;
  font-size: 15px;
}
.wpcf7 textarea {
  height: 100px !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7 .form-check-input {
  border-radius: 0px !important;
  margin-left: -2.1rem !important;
  width: 1.7em !important;
  height: 1.7em !important;
  cursor: pointer !important;
  background-color: transparent;
  border: 1px solid;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 10px !important;
  cursor: pointer;
}
.wpcf7 label {
  line-height: 1;
}
.wpcf7 label a {
  font-size: 10px !important;
  color: black !important;
  font-weight: 400 !important;
}
.form-check-input:checked {
  background-color: black !important;
  border-color: black !important;
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: black !important;
}
.wpcf7-not-valid-tip {
  font-size: 10px !important;

  margin-top: 3px;
}
header {
  box-shadow: 0px 0px 15px #00000029;
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 1000;
}
.logo {
  max-width: 140px !important;
}
.line {
  height: 40px;
}
.main-bar a:hover {
  text-decoration: underline !important;
}
.cart-count {
  position: absolute;
  bottom: -2px;
  right: -5px;
  font-size: 9px;
  border-radius: 100%;
  background-color: black;
  color: white;
  font-weight: 600;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.btn-close {
  opacity: 1;
}
.shadow {
  box-shadow: 0px 0px 15px #0000000d !important;
}
.box {
  min-height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%), linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
}
.btn,
.wc-block-components-button,
.button {
  text-decoration: none !important;
  padding: 10px 35px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  border-radius: 100px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: 0s !important;
}
.btn-outline-primary {
  border: 1px solid black !important;
  color: black !important;
  background-color: transparent !important;
}
.btn-outline-primary:hover {
  background-color: black !important;
  color: white !important;
}
.btn-primary,
.wc-block-components-button,
.button {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: black !important;
}
.btn-primary:hover,
.wc-block-components-button:hover,
.button:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: white !important;
}
.btn-secondary:hover {
  background-color: white !important;
  border-color: white !important;
  color: var(--bs-secondary) !important;
}
.btn-light {
  background-color: white !important;
  border-color: white !important;
  color: black !important;
}
.btn-light:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.btn-outline-light {
  background-color: transparent !important;
  border-color: white !important;
  color: white !important;
}
.btn-outline-light:hover {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
.logo2 {
  max-width: 100px !important;
}
.nav-link {
  font-size: 15px;
  line-height: 1.1;
  letter-spacing: 0px !important;
}
.nav-pills .nav-link {
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 13px;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  color: black;
  border: 1px solid rgba(0, 0, 0, 1);
  transition: 0s;
}
.nav-pills .nav-link.active {
  background-color: var(--bs-primary);
  color: black;
  border: 1px solid var(--bs-primary);
}
.nav-pills .nav-link:hover {
  background-color: var(--bs-primary);
  color: black;
  border: 1px solid var(--bs-primary);
}

/* Custom dropdown styles for category navigation */
.category-dropdown {
  position: relative;
}

.category-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;

  padding: 0.5rem 0;
  margin: 0;
  background-color: white;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 15px #0000000d;
  box-shadow: 0px 0px 15px #00000029;
}

.category-dropdown:hover .dropdown-menu {
  display: block;
}

.category-dropdown .dropdown-item {
  padding: 5px 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-size: 12px;
}

.category-dropdown .dropdown-item:hover {
  background-color: var(--bs-primary);
  color: black;
}
.category-dropdown a:hover {
  text-decoration: none !important;
}

.category-link {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.chevron-icon {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.category-dropdown:hover .chevron-icon {
  transform: rotate(180deg);
}
.footer-main a:hover {
  text-decoration: underline !important;
}
/* woocommerce */
.woocommerce-pagination {
  margin-top: 30px;
}
.page-link {
  border: 0px !important;
  color: black !important;
  font-weight: 500 !important;
}
.disabled > .page-link,
.page-link.disabled {
  background-color: transparent !important;
  opacity: 0.2;
  cursor: not-allowed !important;
}
.page-link:hover {
  background-color: transparent !important;
  opacity: 0.5;
}
.page-item.active .page-link:hover {
  opacity: 1;
}
.active > .page-link,
.page-link.active {
  background-color: var(--bs-primary) !important;
}
.page-link:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !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: 15px !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: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding: 10px 20px !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-form__label span {
  font-size: 13px !important;
  cursor: pointer !important;
}
.woocommerce table.shop_table {
  border-radius: 15px !important;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: var(--bs-primary) !important;
  border-radius: 15px !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: 10px !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: -11px !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;
}
.product-card img {
  height: 320px;
  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-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: 100px;
  margin: 0px 6px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce span.onsale {
  background-color: indianred !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 10px 15px !important;
  border-radius: 0px !important;
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  min-height: 0px !important;
  line-height: 1 !important;
}
.product-add-to-cart-section .cart {
  display: flex;
  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: 60px;
  padding: 9px 13px !important;
}
.woocommerce div.product form.cart .button {
  width: fit-content;
}
.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;
}
.cart-collaterals .woocommerce-shipping-totals {
  display: none !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.06);
  padding: 12px;
  display: flex;
  position: relative;

  border-radius: 16px;
}

.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;
  border-radius: 12px;
}
.cpl-inner .variation {
  margin-top: 5px !important;
}
.cpl-inner .variation p {
  margin-bottom: 1px !important;
}
.cpl-inner .variation dt {
  float: left;
  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.06) !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.06) !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);
  border-radius: 50%;
  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;
  border-radius: 50%;
  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: 15px !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-radius: 15px !important;
  border: 0px !important;
  background-color: var(--bs-primary) !important;

  font-size: 14px !important;
}
.woocommerce-message .button,
.woocommerce-info .button,
#payment .button {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}
.woocommerce-message .button:hover,
#payment .button:hover {
  background-color: white !important;
  color: var(--bs-secondary) !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.06) !important;
  border-radius: 15px !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;
}
.price bdi {
  letter-spacing: 0px !important;
  font-size: 22px !important;
  line-height: 1 !important;
}
.price del bdi {
  font-weight: 400 !important;
}

/* woocommerce */
.swiper-products-list img {
  max-height: 250px;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--bs-primary);
  border-radius: 100px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  border: 1px solid black;
  width: 20px;
  height: 20px;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .btn:hover {
  text-decoration: none !important;
}
.wapf-field-label {
  font-weight: 600;
}
.wapf-field-label .required {
  display: none;
}
.wapf-field-container .wapf-swatch--image {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}
.wapf-swatch.wapf-checked {
  border: 1px solid black;
}
.wapf-swatch-label {
  font-size: 14px;
}
.wapf-field-label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wapf-field-label label {
  flex-shrink: 0;
}
.wapf-field-label::after {
  content: "";
  display: block;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  width: 100%;
}
.wapf-field-container,
.wapf-field-group {
  padding-bottom: 30px !important;
}
.wapf-field-container:last-child,
.wapf-field-group:last-child {
  padding-bottom: 0px !important;
}

.wapf-swatch--image.wapf-checked .apf-pick-box,
.wapf-swatch--image.wapf-checked.apf-pick-box {
  border-color: transparent !important;
}
header .nav-link {
  margin: 0px 2px;
}
.dgwt-wcas-search-wrapp {
  margin: 0px !important;
}
.dgwt-wcas-ico-magnifier-handler {
  width: 18px !important;
  height: 18px !important;
  margin-bottom: 0px !important;
}
.navbar {
  margin-bottom: -10px !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.hero {
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.instagram img {
  height: 180px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.post-date {
  font-size: 10px;
}
.cat-description p:last-child {
  margin-bottom: 0px !important;
}
/* Custom Product Details Accordion Styles */
.accordion {
  border: none !important;
}

.accordion-item {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}

.accordion-item:last-child {
  border-bottom: none !important;
}

.accordion-button {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  font-size: 18px !important;
}
.accordion-body {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Files Download Section Styles */
.files-download-section {
  margin-top: 10px;
}

.file-download-item {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;

  background-color: transparent !important;
  color: inherit !important;
}

.file-download-item .file-icon {
  flex-shrink: 0;
}

.file-download-item .file-info h6 {
  font-size: 14px !important;

  margin-bottom: 4px !important;
}

.file-download-item .file-info small {
  font-size: 11px !important;
  letter-spacing: 0.8px !important;
  font-weight: 500 !important;
}

.file-download-item:hover .file-info h6 {
  color: black !important;
}

.file-download-item:hover .file-info small {
  color: rgba(0, 0, 0, 0.7) !important;
}
.page-head-photo {
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

.hover-shadow {
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
}

.hero {
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  animation: heroZoom 10s ease-in-out infinite alternate;
  z-index: 1;
}
.bg-img-product {
  background-color: #f7f7f7;
  display: block;
}
.bg-img-product img {
  mix-blend-mode: multiply;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center !important;
}
.flex-viewport {
  cursor: zoom-in !important;
}
.woocommerce-product-gallery__trigger {
  display: none !important;
}
.tax-product_brand .woocommerce-breadcrumb {
  display: none !important;
}
.maxh {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
/* Białe tło w fullscreen galerii (PhotoSwipe) */
.pswp__bg {
  background-color: #ffffff !important; /* białe tło */
}

/* Zmiana koloru przycisków i ikon (zamknij, strzałki, zoom itd.) */
.pswp__button,
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  filter: invert(1) !important; /* odwrócenie koloru ikon z białych na czarne */
}

/* Opcjonalnie – zmiana koloru paska u góry */
.pswp__top-bar {
  background: #ffffff !important;
}

/* Możesz też zmienić kolor ikony zamknięcia i zoom */
.pswp__button {
  opacity: 1 !important;
}

/* 1) Białe tło lightboxa */
.pswp__bg {
  background: #ffffff !important;
}

/* 2) Usuń domyślne białe grafiki strzałek */
.pswp__button--arrow--left::before,
.pswp__button--arrow--right::before {
  background: none !important;
  opacity: 1 !important;
  filter: none !important; /* wyłącz invert dla strzałek */
}

/* Dodaj tło do przycisków strzałek dla lepszej widoczności */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 50%;
  filter: none !important; /* wyłącz invert dla przycisków strzałek */
}

/* 3) Własne czarne chevrony (mask + background-color) */
.pswp__button--arrow--left::after,
.pswp__button--arrow--right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px; /* wielkość ikonki */
  height: 24px;
  transform: translate(-50%, -50%);
  background-color: #000000; /* kolor strzałki: czarny */
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  filter: none !important; /* wyłącz invert dla strzałek */
}

.pswp__button--arrow--left::after {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z"/></svg>');
}

.pswp__button--arrow--right::after {
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="m8.59 16.59 1.41 1.41 6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="m8.59 16.59 1.41 1.41 6-6-6-6-1.41 1.41L13.17 12z"/></svg>');
}

.pswp__top-bar {
  background: #ffffff !important;
}

@keyframes heroZoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.hero .overlay {
  z-index: 2;
}

.hero .container {
  z-index: 3;
}

@media (min-width: 1400px) {
}

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

/* X-Large devices (large desktops) */
@media (max-width: 1300px) {
  header .nav-link {
    margin: 0px;
  }
}

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {
  header .nav-link {
    font-size: 13px;
  }
}

/* Large devices (desktops) */
@media (max-width: 992px) {
  .logo {
    max-width: 110px !important;
  }
  .navbar {
    margin-bottom: 0px !important;
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .box {
    min-height: 300px;
  }
  .coupon input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .coupon button {
    float: none !important;
    width: 100% !important;
    margin-bottom: 13px !important;
  }
  .woocommerce-MyAccount-navigation li a {
    width: 100% !important;
  }
  .hero {
    min-height: 500px;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 576px) {
}
