/*
 Theme Name:   Podobrazia
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Marcin Szymanski
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* scrollbars */

body, div {
    --sb-track-color: #ffffff;
    --sb-thumb-color: #c18800;
    --sb-size: 2px;
  
    scrollbar-color: var(--sb-thumb-color) 
                     var(--sb-track-color);
  }
  
body::-webkit-scrollbar, div::-webkit-scrollbar {
width: var(--sb-size);
height: var(--sb-size);
}

body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
background: var(--sb-track-color);
border-radius: 30px;
}

body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb {
background: var(--sb-thumb-color);
border-radius: 30px;
}

div .scroll-element::-webkit-scrollbar { width: 4px; height: 100%; background-color: gray; }

#menu-main-menu a span {
    display: none;
}

#menu-main-menu li:hover {
    background-image: url(/wp-content/uploads/2023/06/tlo_ikonek.png);
}

.menu-bar-items {
    display: none !important;
}

/* set header linear gradient background from #fff to fdfdfc to fcfcfb */
header {
    background-color: linear-gradient(180deg, #f9f9f7, #fdfdfc, #fcfcfb) !important;
}

.products-slider {
    width: 100%;
    max-width: 1200px; /* Adjust the width as needed */
    height: 465px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
  }
  
  .products-slider  .gb-query-loop-wrapper {
    width: auto;
    overflow-y: hidden;
    overflow: -moz-scrollbars-vertical; 
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    height: calc(100% - -3px);
  }

  .products-slider .gb-query-loop-wrapper .gb-grid-column {    
    display: inline-block;
    width: 308px;
  }
  
  .products-slider .gb-query-loop-wrapper .gb-grid-column > div {
    flex: 100%; /* Each item takes up 25% of the container width */
    /* Add other styles for each item */
  }

  .m0-auto {
    margin: 0 auto !important;
  }

  /* information page */
  .menu-information-page a {
    margin-left: 30px;
  }

  .podobrazia-header {
    font-family: 'Poppins', sans-serif;
    color: #f8efe8;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  }

  .no-padding {
    padding: 0 !important;
  }

  .no-margin {
    margin: 0 !important;
  }
  

  /* add arrow svg after */
  .arrow-after::after {
    content: url(/wp-content/uploads/2023/07/strzalka.svg);
    margin-left: 10px;
  }

  .back-image-white-label {
    position: absolute;
    width: 510px;
    margin-top: -81px;
}

.text-bottom {
    vertical-align: text-bottom;
}

.single-post h1, .page h1, h1.line-header {
  overflow: hidden;
  /* make it italic */
  font-style: italic;
}

.single-post h1:after, .page h1:after, h1.line-header:after {
  background-color: #CFA84E;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.single-post h1:after, .page h1:after, h1.line-header:after {
  left: 0.5em;
  margin-right: -99%;
  width: 100%;
}

.absolute-image {
  position: relative;
}

.absolute-image-inside {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: auto;
}

/* for mobile */
@media (max-width: 768px) {
  .absolute-image {
    position: inherit
  }
  
  .absolute-image-inside {
    position: inherit
  }
  .podobrazia-header {
    font-size: 40px !important;
  }
  .z-dusza-header {
    font-size: 40px !important;
  }

  .white-on-mobile {
    background: white;
  }
  .main-page-entrys .blog-entry .entry-head {
    background: none;
  }
}

.radious-1 img {
  border-bottom-right-radius: 68px;
  border-top-left-radius: 68px;
}

.radious-2 img {
  border-bottom-left-radius: 68px;
  border-top-right-radius: 68px;
}

img.wp-image-4979 {
  border-bottom-right-radius: 68px;
  border-top-left-radius: 68px;
}

img.wp-image-5024 {
  border-bottom-left-radius: 68px;
  border-top-right-radius: 68px;
}

nav#mobile-header {
  display: none !important;
}

.contant-shadow-container {
  -webkit-box-shadow: 0px 0px 52px 9px rgba(72, 39, 0, 0.11);
-moz-box-shadow: 0px 0px 52px 9px rgba(72, 39, 0, 0.11);
box-shadow: 0px 0px 52px 9px rgba(72, 39, 0, 0.11);
}

#popup 
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display: block;
  padding: 20px;
  border-radius: 18px;
  max-width: 100%;
}

#popup figure.wp-block-embed {
  width: 770px;
  max-width: 100%;
  background: white;
}

img#close-popup {
  POSITION: absolute;
  margin-top: -17px;
  cursor: pointer;
}

p {
  margin-bottom: 0;
  min-height: 1.5em;
}

/* for mobile */
@media (max-width: 768px) {
  .h-o-m {
    display: none !important;
  }
}

.menu-down li {
  padding-left: 17px !important;
  font-size: 15px;
}

.menu-down li::before {
  content: url(/wp-content/uploads/2023/07/Prostokąt-16.svg);
    position: relative;
    left: -15px;
}

.blog-filters {
  flex-direction: row;
  display: flex;
  gap: 80px;
  justify-content: space-between;
}

.blog-filters label {
  font-weight: 500;
  font-size: 15px;
}

.blog-filters select {
  font-size: 15px;
  color: black;
  width: 200px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 4px 4.5px 15.1px 2.9px rgba(72, 39, 0, 0.06);
  -moz-box-shadow: 4px 4.5px 15.1px 2.9px rgba(72, 39, 0, 0.06);
  box-shadow: 4px 4.5px 15.1px 2.9px rgba(72, 39, 0, 0.06);
}

.blog-filters .filters-1 {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.blog-filters .justline {
  width: 80%;
  overflow: hidden;
}

/* add pseudo element with line */
.blog-filters .justline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CFA84E;
  margin-top: 10px;
  margin-top: 47px;
}

/* for mobile */
@media screen and (max-width: 768px) {
  .blog-filters {
    flex-direction: column;
    gap: 10px;
  }

  .blog-filters .filters-1 {
    flex-direction: column;
    gap: 10px;
  }

  .blog-filters .justline {
    display: none;
  }

}

.blog-entry {
  margin-bottom: 50px;
}

.blog-entry .wp-post-image {
  border-radius: 10px;
  border-top-right-radius: 50px;
  border: 5px solid black;
}

.blog-entry .wp-post-image::before {
  content: url(/wp-content/uploads/2023/07/Prostokąt-10-kopia-2.svg);
}

.blog-entry .date {    
  margin-top: 0px;
  margin-left: 15px;
  font-size: 14px;
}

.blog-entry h2 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.blog-entry .dynamic-entry-excerpt p {
  font-size: 14px;
}

.blog-entry .tags a {
  color: var(--contrast);
  font-size: 14px; 
}

.blog-entry .tags {
  margin-top: 10px;
}

.blog-entry .date::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/2023/07/Combined-shape-405.svg);
  background-size: cover;
  margin-right: 10px;
  margin-top: 3px;
  width: 19px;
  height: 18px;
}

.blog-entry .link-to-entry {
  text-align: right;
  padding-right: 15px;
  overflow-x: visible;
}

.blog-entry .link-to-entry a {
  font-size: 14px;
  text-align: right;
}

.blog-entry .link-to-entry a::after {
  content: '';
  background: url(/wp-content/uploads/2023/07/Ksztalt-16.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 5px;
  width: 110%;
  background-position-x: 242px;
}

.main-page-entrys .blog-entry .entry-head {
  background: url(/wp-content/uploads/2023/07/Prostokat-10-kopia-2.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.blog-entry .entry-head img.dynamic-featured-image.wp-post-image {
  max-height: 200px;
}

.breadcrumbs {
  text-align: left;
  color: #4F4F4F;
}

.wp-block-polylang-language-switcher li {
  list-style: none;
}

.wp-block-polylang-language-switcher li a {
  color: #4F4F4F;
}

/* display in one line */
.wp-block-polylang-language-switcher li {
  display: inline-block;
  border-right: 1px solid #E4E4E4;
  padding: 4px 7px 4px 5px;
}

.wp-block-polylang-language-switcher li.current-lang a {
  color: #CFA84E;
}

.black-border-image-rounded {
  border-radius: 10px;
  border-top-right-radius: 50px;
  border: 5px solid black;
  overflow: hidden;
  max-height: 195px;
  margin-top: 15px;
}

.gb-container-6c6765fd::before {
  z-index: -1 !important;
}

label.selectbox {
  display: block;
  font-size: 15px;
}

select.selectbox {
  width: 100%;
  max-width: 200px;
  -webkit-box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 13px;
  color: #4F4F4F;
  background: #FFFFFF;
}

.inputbox input {
  -webkit-box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 13px;
  color: #4F4F4F;
  background: #FFFFFF;
  max-width: 50px;
}

/* for disabled inputbox input */
input:disabled {
  color: #afafaf;
}

#A, #B {
  width: 100% !important;
}

.inputbox .inputnumber {
  padding-top: 7px;
  FONT-WEIGHT: 600;
  font-size: 20px;
}

.inputbox .input-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.rounded-input{
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.shadowed {
  -webkit-box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
}

/* label for checkbox on right from checkbox */
div.checkbox label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* checkbox */
div.checkbox input[type="checkbox"] {
  display: none;
}

/* checkbox */
div.checkbox input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/2023/08/Prostokąt-23.svg);
  background-size: cover;
  margin-right: 10px;
  margin-top: 3px;
  width: 19px;
  height: 18px;
}

/* checkbox on checked */
div.checkbox input[type="checkbox"]:checked + label::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/2023/08/checked.svg);
  background-size: cover;
  margin-right: 10px;
  margin-top: 3px;
  width: 19px;
  height: 18px;
}

#submit-configurator-order {
  cursor: pointer;
}

#message-configurator-container {
  display: none;
}

.v-a-top {
  vertical-align: top;
}

input#A, input#B {
  height: 36px;
}

/* product page */
.woocommerce div.product div.images img {
  border-radius: 22px;
}

.woocommerce-product-gallery__trigger {
  content: url(/wp-content/uploads/2023/09/Combined-shape-3553.svg);
  background: none !important;
}

article.product .entry-summary {
  background-color: #F8F5F3;
  padding: 25px 25px 0 25px;
  border-radius: 20px;
}

.product_title {
  color: #4F4F4F;
  font-size: 20px;
  font-family: 'Raleway';
  letter-spacing: 2px;
}

.product-page-info {
  line-height: 1.5;
  font-size: 14px;
}

.product-page-info__rozmiar__value {
  color: #4F4F4F;
  font-size: 27px;
  font-family: 'Raleway';
  letter-spacing: 2px;
  font-weight: bold;
}

.product-page-info__rating {
  margin: 5px 0;
}

.product-page-info__stock {
  color: #8FC072;
}

span.product-page-info__extra__value,
.product-page-info__stock span {
  vertical-align: super;
  margin-left: 10px;
}

.product-page-info h3 {
  font-family: 'Poppins', sans-serif;
  color: #C18800;
  text-decoration: underline;
  padding: 35px 0 0 0;
  margin: 0;
}

.product-page-info__specyfikacja__attributes {
  display: grid;
}

.product-page-info__specyfikacja__attributes__attribute {
  display: contents;
}

span.product-page-info__specyfikacja__attributes__attribute__name {
  grid-column: 1;
}

span.product-page-info__specyfikacja__attributes__attribute__seperation {
  grid-column: 2;
}

span.product-page-info__specyfikacja__attributes__attribute__value {
  grid-column: 3;
  text-align: right;
}

span.product-page-info__specyfikacja__attributes__attribute__seperation {
  margin-top: 10px;
  background: #C18800;
  width: 81px;
  height: 1px;
}

.product .summary .in-stock {
  display: none;
}

.product .woocommerce-Price-amount {
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #c18800;
  padding: 35px 0 20px 0;
}

.quantity input[type="number"] {
  box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  font-size: 13px;
  color: #4F4F4F;
  background: #FFFFFF;
  max-width: 50px;
}

.do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):after, .do-quantity-buttons form .quantity:not(.buttons-added):not(.hidden):before, .woocommerce form .quantity.buttons-added .minus, .woocommerce form .quantity.buttons-added .plus, .woocommerce form .quantity.buttons-added .qty {
  color: var(--contrast-2) !important;
  border: none !important;
}

p.price {
  padding: 35px 0 25px 0;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
  width: 300px;
  height: 39px;
  display: inline-block;
  text-align: center;
  padding-top: 9px;
  background-image: url(/wp-content/uploads/2023/08/Group.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  right: 1px;
  border: 1px;
}

/* main page */
.product_small_box {
  border-radius: 15px;
  padding: 20px 0 !important;
  background-color: white !important;
  /* add shadow */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.product_small_box img {
  max-height: 226px;
}

.product_small_box .top_product {
  padding: 0 15px;
  margin-bottom: 0;
}

.product_small_box .top_product img {
  width: 16px;
  height: 16px;
}

.product_small_box .add-to-favorite {
  cursor: pointer;
}

.product_small_box figure.gb-block-image {
  max-height: 190px;
  overflow: hidden;
}

.product_small_box h2.title a,
.product_small_box h2.second_title {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: #4F4F4F;
  font-weight: 700;
  white-space: break-spaces;
}

.product_small_box .see-more {
  font-size: 14px;
  text-transform: uppercase;
  display: table-cell;
}

.product_small_box .see-more a {
  font-size: 14px;
  text-transform: uppercase;
  display: table-cell;
}

.product_small_box .product-stock {
  font-size: 12px;
  color: #87D956;
  font-weight: 500;
  text-align: left;
    padding: 14px 0;
}

.product_small_box .product-stock img {
  height: 8px !important;
  width: 15px !important;
  padding-right: 4px !important;
  display: initial !important;
}

.no-margin {
  margin: 0 auto !important;
}

.product_small_box .time-of-delivery {
  font-size: 12px;
  font-weight: 500;
}

.product_small_box .price {
  color: #c18800;
  font-size: 20px;
}

.product_small_box .see-more::after {
  content: '';
  background-image: url(/wp-content/themes/podobrazia/assets/img/arrow.svg);
  width: 100%;
  display: block;
  background-size: cover;
  height: 5px;
  margin-left: 0;
  display: none; // hide the arrow by default;
}

/* headline carmorant */
.carmorant-font {
  font-family: 'Carmorant Garamond', serif;
}

.italic {
  font-style: italic;
}
.bg-right-wing1, .bg-left-wing1 {
  max-height: 700px;
}

.bg-right-wing1::after {
    content: '';
    background-image: url(/wp-content/themes/podobrazia/assets/img/right_wing.svg);
    width: 75%;
    height: 269px;
    display: inline-block;
    position: relative;
    top: -578px;
    background-size: cover;
    right: -12%;
    z-index: 0;
    background-repeat: no-repeat;
}

.bg-left-wing1::after {
  content: '';
  background-image: url(/wp-content/themes/podobrazia/assets/img/left_wing2.png);
  background-position: right center;
  background-size: cover;
  width: 90%;
  height: 356px;
  display: inline-block;
  position: relative;
  top: -578px;
  left: -28%;
  z-index: 0;
  background-repeat: no-repeat;
}

.o-hidden {
  overflow: hidden;
}

/* footer menu */
.down-footer

/* categories */
.widget_block h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}

.widget_block a {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
}

.product-categories-tree__category a.rollover-link::after {
  content: url(/wp-content/themes/podobrazia/assets/img/checked.svg);
  display: inline-block;
  /* align pseudo element to right border of a */
  position: absolute;
  right: 0;
}

.product-categories-tree__category a.rollover-link.rotate-90::after {
  transform: rotate(90deg);
}

.widget-area .widget {
  padding: 0;
}
.product-categories-tree__category__subcategories {
  display: none;
}

.woocommerce .line-header {
  display: none;
}

/* products on products page */
.add-to-favorite {
  text-align: right;
}

.product_small_box .star-rating {
  display: none !important;
}

.product_small_box h2.woocommerce-loop-product__title {
  font-size: 14px !important;
  letter-spacing: 1px;
  color: #4F4F4F;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  text-align: left;
  padding: 0 15px !important;
}

.p-0-15 {
  padding: 0 15px;
}

.product_small_box .woocommerce-Price-amount {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  text-align: left;
  font-weight: 600;
  color: #c18800;
  padding: 0;
}

.product_small_box .price {
  margin-top: 20px;
  text-align: left;
  font-weight: 800;
}

.product .see-more {
  position: relative;
}

.product_small_box .add_to_cart_button {
  display: none !important;
}

.block-50 {
  display: inline-block;
  width: 50%;
    vertical-align: middle;
}

.product_mini_box .price {
  color: #c18800 !important;
  font-size: 20px !important;
  margin-top: 20px !important;
  font-weight: 800 !important;
}

.product_mini_box .inside-wc-product-image img {
  border-radius: 15px;
}

/* pagination */
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: none
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: white;
  color: #C28702;
}
.page-numbers a {
  color: #3e3e3e;
}
.page-numbers a.next {
  color: #C28702;
}
.woocommerce nav.woocommerce-pagination {
  margin-top: 60px;
  margin-bottom: 60px;
  clear: both;
}

.brown-text {
  color: #C28702;
}

.text-left {
  text-align: left;
}

/* menu belka */
.menu-links {
  display: flex;
  justify-content: space-between;
}

.widget h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}

.slider-arrow-container { 
  margin: -5px 10px 0 10px;
  z-index: 2;
}

.rotate-180 {
  transform: rotate(180deg);
}

.wpcf7-response-output {
  color: white;
  font-size: 13px;
}

.wpcf7 form p {
  display: inline-block;
}

input.wpcf7-form-control.wpcf7-text {
  border-top-left-radius: 33px;
  border-bottom-right-radius: 33px;
}

.go-left, .go-right{
  cursor: pointer;
}

.product-buttons {
  aposition: absolute;
}

.wp-block-image.add-to-cart-button {
  background: #FFFFFF;
  padding: 4px 8px;
  border-top-left-radius: 19px;
  border-bottom-right-radius: 19px;
  cursor: pointer;
}

.add-to-cart-button {
  background: #FFFFFF;
  display: inline-block;
}

.add-to-cart-button img {
  height: 20px;
}

/* for newsletter */
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #C28702;
}

/* login page */
#post-3585 .woocommerce-form-login {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  max-width: 800px;
  display: inline-block;
  padding: 44px;
  border-top-right-radius: 59px;
  background: #F8F5F3;
  border-bottom-left-radius: 60px;
  
  background-image: url(/wp-content/themes/podobrazia/assets/img/login_background.svg);
}

#post-3585 .woocommerce {
  text-align: center;
}

p.woocommerce-LostPassword.lost_password {
  text-align: right;
}

.text-right {
  text-align: right;
}

.container-logo {
  display: flex;
  justify-content: center;
}

.container-logo img {
  transform: rotate(-90deg);
  max-width: 187px;
  margin-left: -28px;
}

.container-login {
  display: flex;
  font-family: 'Raleway';
  font-weight: 500;
}

.container-login a {
  color: #2C2523;
  text-decoration: underline;
}

.container-login .woocommerce-Button {
  height: 36px;
  width: 212px;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
  text-align: center;
  padding-top: 9px;
  background-image: url(/wp-content/uploads/2023/08/Group.svg) !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  color: #ffffff;
  font-family: Raleway, sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: 0.08em;
  right: 0px;
  border: 1px;
}

/* text input */
.container-login input[type="text"], .container-login input[type="password"] {
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  font-size: 13px;
  color: #4F4F4F;
  background: #FFFFFF;
  width: 100%;
  height: 36px;
  padding: 0 10px;
}

/* basket small icon */
.basket-counter {
  position: absolute;
  margin-top: -17px;
  margin-left: 17px;
  font-weight: 700;
  color: white;
  background: #FF5656;
  border-radius: 100%;
  padding: 1px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.basket-counter a span {
  color: white;
}

.basket-counter a span {
  color: white;
  margin-top: -2px;
  margin-left: -6px;
  position: absolute;
  font-size: 13px;
  width: 15px;
}

.shop-cart-row {
  display: flex;
  flex-direction: row;
  flex: 60% 40%;
  justify-content: space-between;
  gap: 20px;

}

.shop-cart-column-1 {
  flex: 2;
}

.shop-cart-column-2 {
  flex: 1;
}

.coupon {
}

.coupon label, .shop-cart-row h3 {
  /* make it full width and only one in line */

  width: 100%;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #4F4F4F;
  margin-bottom: 10px;
}

#coupon_code {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 13px;
  color: #4F4F4F;
  background: #FFFFFF;
  width: 100%;
  height: 36px;
  padding: 0 10px;
}

/* checkbox */
.extra-addons input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/2023/08/Prostokąt-23.svg);
  background-size: cover;
  margin-right: 10px;
  margin-top: 3px;
  width: 19px;
  height: 18px;
}

/* checkbox on checked */
.extra-addons input[type="checkbox"]:checked + label::before {
  content: '';
  display: inline-block;
  background: url(/wp-content/uploads/2023/08/checked.svg);
  background-size: cover;
  margin-right: 10px;
  margin-top: 3px;
  width: 19px;
  height: 18px;
}

.extra-addons input[type="checkbox"] {
  display: none;
}

.coupon {
  margin-bottom: 15px;
}

.coupon-code {
  display: flex;
}

.coupon-code input[type="text"] {
  flex: 1;
}

.coupon-code button {
  width: 100px;
}

.language-list {
  text-transform: uppercase;
}

/* product-categories-tree */
.product-categories-tree-filter h4 {
  font-weight: 800;
  font-size: 12px;
  text-transform: capitalize;
  color: black;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-family: 'Raleway', sans-serif;
}

.multiselect-dropdown-list-wrapper {
  width: 220px;
  padding: 5px;
  font-weight: 600;
}

.multiselect-dropdown {
  box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  padding: 5px 15px !important;
  font-size: 13px;
  color: #4F4F4F;
  background: #FFFFFF;;
  border: none;
  height: auto;
}

.multiselect-dropdown span.placeholder {
  color: #ced4da;
  padding: 3px;
}

.multiselect-dropdown {
  width: 100% !important;
}

.filter-box {
  padding-bottom: 20px;
}

.full-width {
  width: 100%;
}

/* range slider */
.rs-tooltip {
  color: #333;
  width: auto;
  min-width: 40px;
  height: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #C18800;
  border-radius: 3px;
  position: absolute;
  transform: translate(-50%, 22px);
  left: 13px;
  text-align: center;
  font-size: 13px;
  padding: 4px 0px 0;
}

.rs-container .rs-selected {
  background-color: #c18800;
  border: 1px solid #845d02;
  transition: all 0.2s linear;
  width: 0;
}

.rs-container .rs-bg, .rs-container .rs-selected {
  height: 5px;
}

.d-none {
  display: none;
}

.clickable-block {
  cursor: pointer;
}

/* koszyk */
.cart_item a {
  font-size: 16px;
  color: #4F4F4F;
  letter-spacing: 0px !important;
}

.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  width: 90%;
  border-radius: 19px;
}

.woocommerce-page table.cart a.remove {
  color: red !important;
  border: none !important;
  font-size: 30px;
}

.woocommerce-page table.cart .product-quantity input {
  background: white !important;
}

.woocommerce-page table.cart .woocommerce-Price-amount.amount bdi {
  color: #c18800 !important;
  font-weight: 600;
  font-size: 18px
}

.woocommerce-page table.cart tr {
  background-color: #FBF7F5;
  /* dark outline shadow */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

/* add space between rows */
.woocommerce-page table.cart tr {
  margin-bottom: 10px;
  border-radius: 36px;
}

/* Zaokrąglone rogi i odstępy między wierszami koszyka */
.woocommerce-page table.cart {
  border-collapse: separate;
  border-spacing: 0 25px; /* 25px odstępu między wierszami */
  background-color: transparent;
  border: none;
}

/* Usuń marginesy dla thead, które nie powinny mieć odstępów */
.woocommerce-page table.cart thead {
  margin-bottom: -15px;
}

/* Zaokrąglone rogi dla każdego wiersza */
.woocommerce-page table.cart tbody tr td:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.woocommerce-page table.cart tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.coupon .coupon-row button {
  background-image: url(/wp-content/uploads/2023/06/header_top_back.png);
  color: #CFA84E !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  border-bottom-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

/* make same to hover effect */
.coupon-row button:hover {
  background-image: url(/wp-content/uploads/2023/06/header_top_back.png) !important;
  color: #CFA84E !important;
}


.coupon-row {
  display: flex;
  align-items: center;
  gap: 10px; /* odstęp między inputem a przyciskiem */
}

.coupon-row input[type="text"] {
  flex: 1; /* input zajmie dostępną przestrzeń */
  min-width: 180px; /* minimalna szerokość inputa */
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 36px;
  padding: 0 10px;
}

.coupon-row button {
  white-space: nowrap; /* zapobiega zawijaniu tekstu przycisku */
  padding: 10px 15px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px !important;
}

/* Responsywność dla małych ekranów */
@media (max-width: 600px) {
  .coupon-row {
    flex-direction: column;
    align-items: stretch;
  }
  
  .coupon-row input[type="text"],
  .coupon-row button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
  margin-top: 25px;
}

.wc-proceed-to-checkout a.checkout-button  {
  color: var(--base-3);
  background-color: transparent !important;
  background: url(/wp-content/uploads/2023/07/Prostokąt-4.svg);
  background-repeat: no-repeat;
  background-size: cover !important;
  font-size: 21px;
  padding-top: 5px;
  padding-bottom: 6px;
  background-size: cover !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* same background on hover */
.wc-proceed-to-checkout a.checkout-button:hover {
  background: url(/wp-content/uploads/2023/07/Prostokąt-4.svg);
  background-repeat: no-repeat;
  background-size: cover !important;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  max-width: 500px;
  float: right;
}

/* same on hover */
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: url(/wp-content/uploads/2023/07/Prostokąt-4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-size: cover;
}


p.delivery-time {
  font-size: 14px;
  padding-bottom: 12px;
  text-align: center;
}

.woocommerce-cart .site-content {
  padding-top: 20px;
}

/* Ukryj informację o kuponach na stronie zamówienia */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}

select#pa_czas-realizacji-dni-roboczy {
  pointer-events: none;
}

.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
}

/* megamenu  only on desktop */
@media screen and (min-width: 1024px) {
  .gw-mm-item.has-children .gw-mm-item__link a {
    font-weight: 700;
    display: inline;
  }
  
  /* Pełna szerokość dla megamenu */
  .wp-block-getwid-megamenu .gw-mm__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  
  .wp-block-getwid-megamenu .gw-mm-item {
    flex: 1;
    text-align: center;
  }
  
  .wp-block-getwid-megamenu .gw-mm-item__link {
    width: 100%;
    display: block;
  }
  
  .wp-block-getwid-megamenu .gw-mm-item__link a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 0;
  }
  
  /* Dodatkowe style dla podkreślenia aktywnego elementu */
  .wp-block-getwid-megamenu .gw-mm-item:hover .gw-mm-item__link a {
    color: #C18800;
  }
}

#ship-to-different-address {
  display: none;
}

button:not(.menu-toggle), html input[type="button"], input[type="reset"], input[type="submit"], .button, .wp-block-button .wp-block-button__link {
    font-weight: bold;
    font-size: 15px;
}

.gw-mm-item.has-children .gw-mm-item__link a {
    padding-right: 0px;
}

@media screen and (min-width: 1024px) {
    .wp-block-getwid-megamenu .gw-mm-item__link a {
        font-size: 13px;
    }
}

/* Stylowanie sekcji wyboru rodzaju dokumentu */
.invoice-type-selection {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left: 4px solid #2ea2cc;
}

.invoice-type-selection h4 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    font-weight: 600;
}

.invoice-type-selection .form-row {
    margin-bottom: 10px;
}

.invoice-type-selection input[type="radio"] {
    margin-right: 8px;
}

.invoice-type-selection label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 0;
    font-weight: 500;
}

.invoice-type-selection label:hover {
    color: #2ea2cc;
}

.invoice-type-selection small {
    color: #666;
    font-style: italic;
    display: block;
    margin-top: 10px;
}

/* Animacja pokazywania/ukrywania sekcji */
#billing-form-wrapper,
#shipping-address-section {
    transition: all 0.3s ease;
}

/* Dodatkowe style dla lepszej czytelności */
.woocommerce-billing-fields .form-row {
    margin-bottom: 15px;
}

#billing_nip_field {
    transition: all 0.3s ease;
}

/* Ukrywanie sekcji wysyłki dla paragonu */
.woocommerce-shipping-fields {
    transition: all 0.3s ease;
}

/* Styl dla ukrytych pól */
.field-hidden {
    display: none !important;
}

/* Animacja płynnego pokazywania/ukrywania */
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields {
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

#billing_company_field::before {
    content: "Dane do faktury:";
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 1.1em;
    color: #222;
}

.woocommerce-MyAccount-navigation-link--p24-one-click {
    display: none;
}

/* Stylowanie przycisków dodaj do koszyka */
.quantity-cart-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 4px 4.5px 15.1px 2.9px rgba(0, 0, 0, 0.24);
    overflow: hidden;
}

.qty-button {
    width: 32px;
    height: 32px;
    border: none;
    background: #ffffff;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.qty-button:hover {
    background: #f0f0f0;
    color: #c18800;
}

.qty-button.minus {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.qty-button.plus {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.qty-input {
    width: 45px;
    height: 32px;
    text-align: center;
    border: none;
    background: #ffffff;
    color: #4F4F4F;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    appearance: textfield;
    -moz-appearance: textfield;
}

.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-button-styled {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #c18800 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 20px !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 4px 4.5px 15.1px 2.9px rgba(193, 136, 0, 0.3);
}

.cart-button-styled:hover {
    background: #a67400 !important;
    transform: translateY(-2px);
    box-shadow: 4px 6px 20px 3px rgba(193, 136, 0, 0.4);
}

.cart-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-icon-wrapper svg {
    width: 14px;
    height: 14px;
}

.cart-button-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Responsywność dla małych ekranów */
@media (max-width: 768px) {
    .quantity-cart-wrapper {
        flex-direction: column;
        gap: 8px;
    }
    
    .quantity-controls {
        align-self: center;
    }
    
    .cart-button-styled {
        width: 100%;
        justify-content: center;
        padding: 10px 20px !important;
    }
}

/* Poprawki dla istniejących elementów */
.see-more.see-more--add-to-cart {
    text-align: center;
    margin-top: 10px;
}

.product_small_box .see-more {
    margin-top: 15px;
}

.product_mini_box .see-more {
    margin-top: 10px;
}

/* ==========================================================================
   STRONA REJESTRACJI - Style specyficzne tylko dla formularza rejestracji
   ========================================================================== */

/* Główny kontener strony rejestracji */
.register-page {
  max-width: 900px;
  margin: 4rem auto;
  background: #f8f6f4;
  border-radius: 36px;
  padding: 0;
  position: relative;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
}

/* Kontener z layoutem flex dla BART + formularz */
.register-page .register-content {
  display: flex;
  min-height: 600px;
}

/* Pionowy pasek BART po lewej stronie */
.register-page .register-brand {
  width: 120px;
  background: #CFA84E;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.register-page .brand-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  letter-spacing: 0.2em;
  font-family: 'Raleway', sans-serif;
}

/* Kontener z formularzem */
.register-page .register-form-container {
  flex: 1;
  padding: 3rem 4rem;
}

/* Tytuł formularza */
.register-page h1 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 3rem;
  margin-bottom: 2rem;
  position: relative;
  color: #333;
  overflow: visible;
}

/* Złota linia po prawej stronie tytułu */
.register-page h1:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 200px;
  height: 1px;
  background: #CFA84E;
  margin-left: 2rem;
}

/* Główny kontener formularza */
.register-page .register-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Wiersze formularza (po 2 pola obok siebie) */
.register-page .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

/* Wiersze na pełną szerokość */
.register-page .form-row.full-width {
  grid-template-columns: 1fr;
}

/* Etykiety pól */
.register-page .register-form label {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  color: #666;
  font-size: 0.9rem;
  font-family: 'Raleway', sans-serif;
}

/* Wszystkie pola input i select */
.register-page .register-form input[type="text"],
.register-page .register-form input[type="email"],
.register-page .register-form input[type="password"],
.register-page .register-form input[type="tel"],
.register-page .register-form select {
  width: 100%;
  padding: 0.75rem 1rem;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 0.9rem;
  margin-top: 0.5rem;
  -webkit-appearance: none;
  appearance: none;
  font-family: 'Raleway', sans-serif;
}

/* Placeholdery */
.register-page .register-form input::placeholder {
  color: #999;
  font-style: italic;
}

/* Styl dla selectów z dropdown arrow */
.register-page .register-form select {
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23999" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

/* Kontener zgód */
.register-page .form-agreements {
  margin: 1rem 0;
}

/* Wiersze z checkboxami */
.register-page .agreement-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 0.85rem;
  color: #666;
  font-family: 'Raleway', sans-serif;
}

.register-page .agreement-row input[type="checkbox"] {
  margin-right: 0.75rem;
  margin-top: 0.2rem;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Kontener z przyciskiem submit */
.register-page .form-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
}

/* Przycisk submit */
.register-page .register-form button[type="submit"] {
  background: #CFA84E;
  color: #fff;
  border: none;
  padding: 0.9rem 3rem;
  border-radius: 36px;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 1rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

.register-page .register-form button[type="submit"]:hover {
  background: #b8942a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(207, 168, 78, 0.3);
}

/* Link do logowania */
.register-page .login-link {
  font-size: 0.9rem;
  color: #666;
  font-family: 'Raleway', sans-serif;
}

.register-page .login-link a {
  color: #CFA84E;
  text-decoration: none;
}

.register-page .login-link a:hover {
  text-decoration: underline;
}

/* Komunikaty błędów */
.register-page .register-errors {
  background: #f8d7da;
  color: #721c24;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  border-left: 4px solid #dc3545;
}

.register-page .register-errors ul {
  margin: 0;
  padding-left: 1.5rem;
}

.register-page .register-errors li {
  margin-bottom: 0.5rem;
}

/* ==========================================================================
   MODAL SUKCESU REJESTRACJI
   ========================================================================== */

/* Overlay modal */
.register-page .register-success-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease-in-out;
}

/* Zawartość modal */
.register-page .success-content {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  text-align: center;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease-out;
  position: relative;
}

/* Ikona sukcesu */
.register-page .success-icon {
  margin-bottom: 1.5rem;
}

.register-page .success-icon svg {
  animation: scaleIn 0.5s ease-out 0.2s both;
}

/* Tytuł sukcesu */
.register-page .success-content h2 {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 2rem;
  color: #333;
  margin-bottom: 1rem;
  font-weight: 600;
}

/* Opis */
.register-page .success-content p {
  font-family: 'Raleway', sans-serif;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Kontener przycisków */
.register-page .success-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Przycisk główny */
.register-page .btn-primary {
  background: #CFA84E;
  color: #fff;
  padding: 0.9rem 2rem;
  border-radius: 36px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #CFA84E;
}

.register-page .btn-primary:hover {
  background: #b8942a;
  border-color: #b8942a;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(207, 168, 78, 0.3);
}

/* Przycisk drugorzędny */
.register-page .btn-secondary {
  background: transparent;
  color: #CFA84E;
  padding: 0.9rem 2rem;
  border-radius: 36px;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid #CFA84E;
}

.register-page .btn-secondary:hover {
  background: #CFA84E;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(207, 168, 78, 0.3);
}

/* Animacje */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsywność dla modal */
@media (max-width: 768px) {
  .register-page .success-content {
    padding: 2rem;
    margin: 1rem;
  }
  
  .register-page .success-content h2 {
    font-size: 1.5rem;
  }
  
  .register-page .success-actions {
    flex-direction: column;
  }
  
  .register-page .btn-primary,
  .register-page .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

/* Autofill Chrome override - tylko dla formularza rejestracji */
.register-page .register-form input:-webkit-autofill,
.register-page .register-form textarea:-webkit-autofill,
.register-page .register-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
}

/* Responsywność dla tabletów i telefonów */
@media (max-width: 768px) {
  .register-page .register-content {
    flex-direction: column;
  }
  
  .register-page .register-brand {
    width: 100%;
    height: 80px;
  }
  
  .register-page .brand-text {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-size: 2rem;
  }
  
  .register-page .form-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .register-page .register-form-container {
    padding: 2rem;
  }
  
  .register-page h1 {
    font-size: 2rem;
  }
  
  .register-page h1:after {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .register-page {
    margin: 2rem 1rem;
  }
  
  .register-page .register-form-container {
    padding: 1.5rem;
  }
  
  .register-page h1 {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   KONIEC stylów dla strony rejestracji
   ========================================================================== */

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a.button.add_to_cart_button.ajax_add_to_cart.cart-button-styled {
    display: block !important;
}

/* make gb-container-c124fe84 pointer */
.gb-container-c124fe84 {
    cursor: pointer;
}

.cart_totals .woocommerce-shipping-destination {
  display: none;
}

.woocommerce-EditAccountForm #mailchimp_woocommerce_is_transactional,
.woocommerce-EditAccountForm label[for="mailchimp_woocommerce_is_transactional"] {
  display: none;
}

/* Ukryj opcję subskrypcji transakcyjnej Mailchimp */
label[for="mailchimp_woocommerce_is_transactional"] {
    display: none !important;
}

.woocommerce-privacy-policy-text {
  display: none !important;
}

input[type=number].qty-input {
    padding: 10px 0px !important;
}

.page-id-5842 .site-content, .page-id-5684 .site-content {
  padding: 0 !important;
}

/* mobile cart styles: coupon below products on mobile */
@media (max-width: 768px) {
  .shop-cart-row {
    flex-direction: column;
  }
  .shop-cart-column-2 {
    width: 100%;
    margin-top: 20px;
  }
}