body section.breadcrumbs-section {
	max-width: unset;
}

#content .breadcrumbs-section .col-full {
    max-width: 100% !important;
    padding: 25px 0;
    margin: 0 auto;
    background: var(--gray-light);
}

#content .breadcrumbs-section .col-full .breadcrumbs {
    max-width: 1148px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: left;
}

.breadcrumbs .br-bc-child-span {
	color: var(--primary);
}

h1, .description, h3 {
	text-align: left;
}

body .description p, .no-products {
	color: var(--brown);
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 31.8px;
	letter-spacing: 0.48px;
}

.no-products {
	white-space: pre;
	margin-top: 10px;
}

.filters-active :is(span, a) {
	color: var(--brown);
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
}

.filters-active {
	margin-top: 16px;
}

.filters-active__wrapper {
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

.filters-active__box {
	border-radius: 5px;
	background: var(--gray-light);
	display: flex;
	padding: 8px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	cursor: pointer;
}

.filters-active__box .close {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

body .description ul {
    margin-bottom: 40px;
}

body .description li {
    color: var(--brown);
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

body .description p strong {
   font-family: 'Lato', sans-serif;
   font-weight: 700;
}

.description {
    padding-top: 35px;
    /*max-height: 300px;*/
    transition: max-height 0.6s ease-out;
    overflow: hidden;
}

.description.active {
    max-height: 5000px !important;
}

.description > * {
    color: var(--brown);
}

.description li {
   color: var(--brown);
   font-family: 'Lato', sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 22px;
}

.read-more {
   color: var(--primary);
   font-family: 'Lato', sans-serif;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 31.8px;
   text-transform: uppercase;
   display: flex;
   align-items: center;
   gap: 6px;
   justify-content: flex-end;
   cursor: pointer;
}

.read-more img {
    transition: all 0.3s ease-out;
    transform: rotate(0);
}

.read-more.active img {
    transform: rotate(180deg);
}

.text-more {
    padding-top: 35px;
    max-height: 0;
    transition: max-height 0.6s ease-out;
    overflow: hidden;
}

.text-more.active {
    max-height: 2500px;
}

.text-more > * {
    color: var(--brown);
}

.text-more li {
   color: var(--brown);
   font-family: 'Lato', sans-serif;
   font-size: 18px;
   font-style: normal;
   font-weight: 300;
   line-height: 22px;
}

.text-more strong {
   font-family: 'Lato', sans-serif;
   font-size: 18px;
   font-weight: 700;
   line-height: 22px;
   padding-bottom: 16px;
}

.text-more p {
   color: var(--brown);
   font-family: 'Lato', sans-serif;
   font-size: 24px;
   font-style: normal;
   font-weight: 300;
   line-height: 31.8px;
   letter-spacing: 0.48px;
   text-align: left;
}

.text-more p strong {
   font-size: 24px;
   font-style: normal;
   line-height: 31.8px;
   letter-spacing: 0.48px;
}

.text-more ul {
    margin-bottom: 40px;
}

h1 {
	padding-top: 36px;
}

body h3 {
	text-align: left;
	padding-top: 48px;
}

.attributes span {
	display: flex;
}

ul.products::before, ul.products::after {
	display: none !important;
}

.products {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 156px;
    gap: 24px;
}

.products .product > a {
	position: relative;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    content: '';
    position: absolute;
    width: 100%;
    background: #004989;
    background: var(--gray-light);
    left: 0;
    top: 0;
    aspect-ratio: 1/1;
    z-index: -1;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	mix-blend-mode: multiply;
}

.storefront-sorting {
	max-width: 1440px;
  margin: 0 auto;
  padding: 0 156px;
}

body .woocommerce-pagination .page-numbers li .page-numbers.current,
body .pagination .page-numbers li .page-numbers, 
body .woocommerce-pagination .page-numbers li .page-numbers {
	background: transparent;
}

body .woocommerce-pagination .page-numbers li .page-numbers.current {
	font-weight: 600;
}

body .pagination .page-numbers li a.page-numbers:hover, 
body .woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: transparent;
}

ul.products li.product .button, ul.products .wc-block-grid__product .button, .wc-block-grid__products li.product .button, .wc-block-grid__products .wc-block-grid__product .button {
	display: none;
}

ul.products, .wc-block-grid__products {
	margin: 0 auto !important;
}

section:not(.hero-section) {
    margin: 0 auto;
}

.filters {
	padding-bottom: 12px !important;
}

.filters > div {
	display: flex;
    align-items: center;
}

.filters > div > a {
	color: var(--brown);
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.filters .more {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filters .more img {
	pointer-events: none;
}

.filter-more {
    position: relative;
}

.show-more {
    display: none;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 60px;
    z-index: 5;
    border: 1px solid var(--gray-20);
    background: var(--gray-light, #FCFCFC);
    color: var(--brown-60);
    text-transform: uppercase;
    border-radius: 10px;
    left: 0;
    text-align: left;
    flex-direction: column;
    gap: 12px;
    padding: 0.6180469716em 1.41575em;
    max-height: 350px;
    overflow-y: scroll;
}

.show-more::-webkit-scrollbar {
    width: 9px;
}
 
.show-more::-webkit-scrollbar-track {
    -webkit-box-shadow: none; 
    border-radius: 6px;
    background: #f1f1f1;
}
 
.show-more::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #c1c1c1;
}

.filter-more .more.active {
    border: 1px solid var(--gray-80);
    background: var(--gray-20);
    color: var(--gray-80);
}

.show-more a {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: var(--brown-60);
    text-transform: uppercase;
    cursor: pointer;
}

.show-more a.active {
    color: var(--brown-80);
}

.show-more a:hover {
    color: var(--brown-80);
}

.filters button {
    appearance: none;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: all 0.3s ease-out;
    border: 1px solid var(--gray-20);
    background: var(--gray-light, #FCFCFC);
    color: var(--brown-60);
    text-transform: uppercase;
}

.filters button.active, .filters button:hover {
    border: 1px solid var(--gray-80);
    background: var(--gray-20);
    color: var(--gray-80);
}

.filters .more {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-section {
	margin-top: 24px;
}

.logo-section__images {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}

.logo-section__images div {
    width: calc(50% - 12px);
}

.logo-section .buttons {
	margin-top: 24px;
	justify-content: flex-start;
	gap: 24px;
	display: flex;
}

.logo-section :is(a, button) {
	border-radius: 5px;
	background: var(--gray-20);
	color: var(--czekoladowy, #442D25);
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-style: normal;
  font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	height: 60px;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	gap: 10px;
}

.logo-section :is(a, button):hover {
	border: 1px solid var(--gray-80);
    background: var(--gray-20);
}

.logo-section .logo-download {
	display: none;
	transition: display 0.3s ease-out;
}

.logo-section .logo-download.active {
	display: flex;
}

.logo-section__images {
	max-height: 0;
	transition: max-height 0.3s ease-out;
	overflow: hidden;
}

.logo-show-more img{
	transform: rotate(0);
}

.logo-show-more.active img{
	transform: rotate(-180deg);
}

ul.products li.product .woocommerce-LoopProduct-link, ul.products .wc-block-grid__product .woocommerce-LoopProduct-link, .wc-block-grid__products li.product .woocommerce-LoopProduct-link, .wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
	position: relative;
}

.products .product .attributes {
	 align-items: flex-start;
   text-align: left;
}

@media (min-width: 1065px) and (max-width: 1439px) {
	ul.products {
	    max-width: 100%;
	    padding: 0 6%;
	    margin: 0 auto;
	}
}

@media (max-width: 1064px) {
	ul.products {
    	padding: 0 36px;
	}	
}

@media (min-width: 601px) and (max-width: 1128px) {
   body .br-woocommerce-products-header img {
      min-height: unset;
      height: calc(100vw / 1128 * 300);
   }
}

@media (min-width: 768px) {
	body.storefront-full-width-content.woocommerce-cart .entry-header, 
	body.storefront-full-width-content.woocommerce-checkout .entry-header, 
	body.storefront-full-width-content.woocommerce-account .entry-header, 
	body.storefront-full-width-content .woocommerce-products-header {
	    padding-bottom: 40px;
	}
}

@media (min-width: 601px) {
	.br-woocommerce-products-header img {
		min-height: 300px;
    	object-fit: cover;
    	margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.filters {
		flex-direction: column;
	}
	.filters .more {
	    width: 100%;
	}
	ul.products {
		display: flex;
    	flex-wrap: wrap;
	}
	ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
	    max-width: calc(100% / 2 - 12px);
	}
	.filters .more {
	    justify-content: space-between;
	}
	.description {
    max-height: 390px;
	}

	.description.active {
	    max-height: 8000px !important;
	}
	.filters-active__wrapper {
		flex-wrap: wrap;
	}
}


 /* Page padding */

.archive.tax-product_cat #content.site-content {
	padding-top: 35px !important;
}

.archive.tax-product_cat #content > .col-full {
	max-width: 100% !important;
}

.br-page__shop {
	margin: 0 auto !important;
}

/* Header */

.br-page__content {
	width: 100%;
}

.br-page__content .br-woocommerce-products-header {
	width: 100%;
	position: relative;
}

.br-page__content .br-woocommerce-products-header img {
	width: 100%;
}

.br-page__content .br-woocommerce-products-header .br-woocommerce-products-header__title {
	position: absolute;
	bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
    font-size: 32px;
}

.br-page__content .br-woocommerce-products-header .br-woocommerce-products-header__subtitle {
	position: absolute;
	bottom: 10%;
  left: 50%;
  transform: translate(-50%, 10%);
  font-size: 24px;
	font-weight: 400;
}

/* Breadcrumb */

.breadcrumbs-section {
	background-color: #FCFCFC;
	padding-top: 10px !important;
  padding-bottom: 10px !important;
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin: 0 auto;
}

.breadcrumbs-section a {
	color: #442D25;
}

/* Content */

.archive .br-page__shop .col-full .shop-cols {
	width: 100%;
	display: flex;
	justify-content: start;
	align-content: start;
	margin-top: 20px;
	margin-bottom: 20px;
	flex-direction: column;
}

.archive .br-page__shop .col-full .shop-col {
	width: 100%;
}

/* Filter */

.shop-categories-box {
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
}

.shop-filter-search {
	position: relative;
}

.shop-filter-search-by-name {
	border-radius: 10px;
	margin: 0 5px;
	background-color: #FCFCFC !important;
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.8px;
	letter-spacing: 0.48px;
	box-shadow: none !important;
	padding-right: 45px !important;
}

.icon-search {
	position: absolute;
    top: 11px;
    right: 18px;
}

.categories-select,
.filters-select {
	background-color: #FCFCFC;
	border-radius: 10px;
	padding: 10px 15px;
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	width: fit-content;
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.categories-select span,
.filters-select span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
}

.categories-select ul,
.filters-select ul {
	position: absolute;
	top: 100%;
  left: 0;
  z-index: 999999;
}

.shop-categories .shop-tree-item {
  margin: 5px 0;
  color: #011a42;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.shop-categories ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  height: fit-content;
  min-width: 200px;
}

.toggle-option {
	display: flex !important;
}

.barbara-decor-items,
.pa_smak-select-option,
.pa_wymiary-select-option,
.pa_tematyka-select-option,
.pa_forma-select-option {
	max-width: fit-content;
	display: none;
	background-color: whitesmoke;
	border-radius: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
	height: 300px;
	flex-direction: column;
}

.shop-categories ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 5px 0;
  flex-direction: column;
  padding: 10px;
  width: 100%;
}

.shop-categories ul li a {
  color: #442D25;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  width: 80%;
  pointer-events: none;
  font-family: 'Lato', sans-serif;
}

.shop-categories ul li .sub-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.shop-categories ul li ul {
  padding-left: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 5px 0;
}

.shop-categories ul li ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

.shop-categories ul li ul li a {
  pointer-events: none;
}

.shop-categories
ul
li
input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.shop-categories
ul
li
input[type="checkbox"]::before {
  content: "";
  background-color: white;
  border: 1px solid rgba(1, 26, 66, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.shop-categories
ul
li
input[type="checkbox"]:checked::before {
  background-color: brown;
}

.shop-products-grid {
  width: 100%;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  grid-template-areas: ". . . .";
  margin-left: 0;
  margin-top: 10px;
}

.shop-products-grid .shop-products-card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  transition: 0.5s linear;
}

.shop-products-grid .shop-products-card:hover {
	animation: pulse-animation 2s infinite;
}

.shop-products-grid .shop-products-card a {
  position: relative;
}

.shop-products-card-code {
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	padding: 0 10px;
	margin-top: 15px;
}

.shop-products-card-size {
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;    
	padding: 0 10px;
	margin-top: 5px;
}

@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.shop-products-grid .shop-products-card .product-logotype {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 63px;
  height: 25px;
  max-height: 25px;
  min-height: 25px;
  border: none;
  padding: 0;
  border-radius: 0;
}

.shop-products-grid .shop-products-card img {
  width: 100%;
  max-height: 300px;
  min-height: 300px;
  height: 300px;
  object-fit: contain;
  padding-bottom: 10px;
  border-radius: 10px;
}

.shop-products-grid .shop-products-card .shop-products-card-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.shop-products-grid .shop-products-card .shop-products-card-content a,
.shop-products-grid .shop-products-card .shop-products-card-content p {
  margin: 5px 0;
}

.shop-products-grid
.shop-products-card
.shop-products-card-content
.shop-products-card-content-title {
	color: #695751;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
  padding: 0 10px;
}

.shop-products-grid .shop-products-card .shop-products-card-content p {
  color: brown;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.shop-filter-button {
	padding-bottom: 0;
}

#shop-filter-button {
  background-color: #F4F3F3;
  width: fit-content;
  height: 56px;
  color: #442D25;;
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 5px;
}

.shop-filter-clear-remove-icon {
	margin-left: 10px;
}

.shop-filter-clear-box {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.shop-filter-clear-label {
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.shop-filter-clear-item {
  background-color: #FCFCFC;
  width: fit-content;
  color: #442D25;;
  font-weight: 300;
  font-size: 19px;
  line-height: 40px;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
}

.shop-filter-clear-item:hover {
	animation: pulse-animation 2s infinite;
}

#clearArtistsFilter {
  background: #4c648a;
  width: 153px;
  height: 40px;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.05em;
  border: none;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#clearFilter {
  background-color: #FCFCFC;
  border-radius: 5px;
  border: none;
  color: #442D25;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  float: left;
  margin-top: 5px;
}

.shop-categories .shop-categories-title {
  color: brown;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

/*mobile shop filter*/

#onShopMobileFilterClickClose {
    display: none;
    border: 1px solid black;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: white;
}

#onShopMobileFilterClickClose:hover {
    background-color: rgb(197, 197, 197);
}

.shop-nothing-found {
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

.shop-cat-name-title {
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}

/* page info */

.br-page-info {
	width: 100%;
	margin: 0 auto;
}

.br-page-info h2 {
	color: #A18F5F;
	font-family: 'Lato', sans-serif;
	font-size: 46px;
	font-style: normal;
	font-weight: 300;
	line-height: 109.6%;
	text-transform: uppercase;
	margin-top: 20px;
}

.br-page-info p {
	color: #442D25;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: 31.8px; /* 132.5% */
	letter-spacing: 0.48px;
}

.br-page-info .br-page-info-images {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

.br-page-info .br-page-info-images .br-page-info-image {
	width: 50%;
	margin: 5px;
}

.br-page-info .br-page-info-images .br-page-info-image img {
	width: 100%;
	object-fit: contain;
}

.br-show-more-options {
	display: flex;
}

.br-show-more-archive-info {
	border: none;
	background-color: #F4F3F3;
	color: #442D25;
	border-radius: 5px;
	margin-top: 10px;
}

.br-show-more-archive-download {
	display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 46px;
    color: #442D25;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 5px;
	margin-top: 10px;
	background-color: #F4F3F3;
	margin-left: 10px;
}

.br-show-more-archive-download img {
	width: 20px;
    margin-left: 5px;
}

.br-page-info-box {
	display: none;
}

.info-active {
	display: block !important;
}

.shop-filter-options {
	display: flex;
	width: 100%;
}

.br-banner-mobile {
	display: none;
}

#wpforms-442-field_15-container {
	border: unset !important;
}

@media (min-width: 1065px) and (max-width: 1439px) {
	#content .breadcrumbs-section .col-full {
		padding: 25px 0 !important;
	}
}

@media only screen and (max-width: 1100px) {
	.categories-select ul, .filters-select ul {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		margin-bottom: 0 !important;
	}
	.categories-select span, .filters-select span {
		justify-content: flex-start !important;
	}
	.categories-select, .filters-select {
		display: block !important;
		width: 100% !important;
	}
	.archive.tax-product_cat #content.site-content {
		padding-top: 162px !important;
	}
	.storefront-breadcrumb {
		display: none;
	}
	.br-page-info .br-page-info-images {
		flex-direction: column;
	}
	
	.br-page-info .br-page-info-images .br-page-info-image {
		width: 100%;
	}
	
  	.archive .br-page__shop .col-full .shop-col:first-child,
	.archive .br-page__shop .col-full .shop-col:last-child {
		width: 100%;
	}
	
	#onShopMobileFilterClickClose {
        display: flex;
        position: absolute;
        right: 60px;
    }
	
	.archive .br-page__shop .col-full .shop-cols {
		flex-direction: column;
	}
	
	.shop-products-grid .shop-products-card img {
        width: fit-content !important;
    }
	
	.shop-products-grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas: ". . .";
	 }
}

@media only screen and (max-width: 480px) {
	.br-banner-mobile {
		display: block;
	}
	.br-banner-desktop {
		display: none;
	}
}

@media only screen and (max-width: 780px) {
	.shop-products-card-content-title {
		font-size: 18px !important;
	}
	.shop-categories-box {
		flex-direction: column;
	}
	.categories-select {
		margin: 10px 0;
	}
	.shop-filter-search-by-name {
		width: 100%;
	}
	.shop-products-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: ". .";
	 }
}

@media only screen and (max-width: 767px) {
	.archive.tax-product_cat #content.site-content {
		padding-top: 0 !important;
	}
}

@media only screen and (max-width: 480px) {
	.breadcrumbs-section {
		font-size: 15px;
	}
	.br-page__content .br-woocommerce-products-header img {
		height: 200px;
    	object-fit: cover;
	}
	.br-page__content .br-woocommerce-products-header .br-woocommerce-products-header__title {
		font-size: 22px;
		width: 100%;
		text-align: center;
	}
	.shop-cat-name-title {
		font-size: 22px;
	}
	.shop-products-grid {
		grid-template-columns: 1fr;
		grid-template-areas: ".";
	 }
	.br-page__content .br-woocommerce-products-header .br-woocommerce-products-header__subtitle {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1100px) {
	.breadcrumbs-section {
	    display: none;
	}
}

@media (max-width: 600px) {
	.br-banner-mobile {
	    display: block;
	}
	.br-banner-desktop {
		display: none;
	}
}
