@media (max-width: 1400px){
	.product-image-outer {
    flex: 0 0 500px;
    width: 500px;
}
}

@media (max-width: 1200px){
	ul.products li.product {
    flex: 0 0 calc(50% - 15px);
    height: 100%;
}
	.shop-page .products > li {
		width: calc((100% / 2) - 10px);
	}
}

@media (max-width: 1024px) {
	.shop-page .products > li {
		width: calc((100% / 3) - 14px);
	}
	.shop-page {
		flex-direction: column;
		gap: 20px;
	}
	.shop-page .shop-page-filters {
		width: 100%;
		position: relative;
		top: 0;
	}
  .product-content-header-title .module-fold-ca-splide-item-content-stars {
    justify-content: center;
}

.breadcrumbs-header-wrapper {
    margin: 0px auto;
    justify-content: center;
}

.product-quantity {
    justify-content: center;
}

  ul.products li.product {
    flex: 0 0 calc(100% / 3 - 14px)
  }

  .product-wrapper .row-container {
    flex-direction: column;
  }

  .product-image-outer {
    width: 100%;
  }
	
	.product-image{
		max-width: 540px;
		margin: 0px auto;
	}

  .product-content .title {
    text-align: center;
  }

  .product-content .subtitle {
    text-align: center;
  }

  .product-wrapper .product-content .price-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
	
	.archive-inner {
    flex-direction: column;
}

.filter {
    width: 100%;
    flex: 0 0 auto;
}
.product-add-to-cart {
  justify-content: center;
}
.shop-page .products {
  padding: 0px;
}
.chosen-container {
    width: 100% !important;
}
.breadcrumbs-header-wrapper {
  gap: 20px;
}
}

@media (max-width: 767px) {
		.shop-page .products > li {
		width: calc((100% / 2) - 10px);
	}
  ul.products li.product {
    flex: 0 0 calc(100% / 2 - 10px);
  }

  .woocommerce-ordering {
    justify-content: center;
    width: 100%;
    background: transparent;
    display: flex !important;
    align-items: center;
    margin-top: 10px;
  }
.woocommerce-ordering select {
	background: #eee;
}
  .woocommerce-result-count {
    width: 100%;
    flex: unset;
    text-align: center;
  }

  .woocommerce-products-header__title.page-title {
    padding-top: 50px;
  }
}

@media (max-width: 640px) {

}

@media (max-width: 540px) {
		.shop-page .products > li {
		/* width: calc((100% / 1) - 0px); */
	}
	ul.products li.product {
    flex: 0 0 calc(100% / 1);
    max-width: 300px;
    margin: 0px auto;
}
	
  .product-content .subtitle {
    font-size: 24px;
  }
  .product-content .title {
    font-size: 30px;
    line-height: 34px;
  }

  .product-image-item .pretitle {
    font-size: 24px;
    font-weight: 400;
  }
}

@media(max-width: 480px){
	.product-klarna p {
		display: flex;
		gap: 5px;
		margin: 0;
		font-size: 10px;
		line-height: 10px;
		justify-content: center;
		align-items: flex-start;
		margin: 0px auto;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

/**PRODUCT**/
@media (max-width: 1200px) {
  .shop-products ul.products > li {
      width: calc((100% / 2) - 15px);
  }
}

@media (max-width: 1200px) {
  .pc-product-filters {
      width: 40%;
  }
  .shop-products ul.products > li {
      width: calc((100% / 2) - 15px);
  }
  .fold1e {
      padding: 40px 0px;
  }
  .pc-product-item {
      width: calc((100% / 2) - 10px);
  }
  .product-cart {
    align-items: center;
  }
  .product-inner {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
  }
  .cart {
      align-items: center;
  }
  .product-image {
      width: calc(100%);
      align-items: center;
      justify-content: center;
      display: flex;
      position: relative;
      top: unset;
  }
  .product-image > .images {
      width: 540px;
      max-width: 100%;
      height: auto;
  }
	.flex-viewport{
		height: auto !important;
	}
  .title-wrapper {
    flex-direction: column-reverse;
  }
  .product-content {
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 100%;
  }
  .product-cart > .cart {
      align-items: center;
      justify-content: center;
  }
  .product-selling-points-wrapper {
      align-items: center;
      justify-content: center;
  }
  .accordion-container {
      margin-top: 20px;
  }
}

@media (max-width: 780px) {
  .flex-control-nav li {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
}

	.shop-products ul.products > li {
      width: 100%;
  }
	
  .pc-product-bottom {
      flex-direction: column;
  }
  .pc-product-nav-path > p {
      font-size: 14px;
  }
  .pc-product-nav {
      gap: 40px;
  }
  .pc-product-filters {
      width: 100%;
      display: flex;
  }
  .pc-product-filter-item {
      flex: calc(100% / 5);
      position: relative;
  }
  .pc-product-filter-bottom {
      position: absolute;
      top: 10;
      left: 0;
      width: 150%;
      z-index: 1;
  }
  .pc-product-filter-top {
      height: 100%;
      align-items: center;
      text-align: center;
      justify-content: center;
      box-sizing: border-box;
  }
  .pc-product-filter-top p{
      line-height: 20px;
  }
  .pc-product-filter-item:last-child .pc-product-filter-bottom {
      left: unset;
      right: 0;
  }
}

@media (max-width: 740px) {
  .pc-product-filter-top p {
      font-size: 14px;
  }
}

@media (max-width: 720px) {
  .pc-product-nav-path {
      display: none;
  }
      .shop-products ul.products > li {
      width: calc((100% / 1) - 0px);
  }
  .pc-product-nav {
      justify-content: right;
  }


  ul.page-numbers {
  flex-wrap: wrap;
}

form.cart {
  flex-direction: column;
}

form.cart :is(input, .readmore) {
  width: 100%;
  max-width: unset;
  box-sizing: border-box;
}

.quantity {
  flex: 1;
  width: 100%;
}

.product-selling-points-item-content {
  text-align: left;
}
  
}

@media (max-width: 540px) {
  .breadcrumbs-header-wrapper {
    padding: 10px;
    font-size: 14px;
}

  #primary .variable-items-wrapper li{
    flex: 0 0 100%;
  }
  .product-icons {
    flex-direction: column;
    gap: 0px;
    margin: 10px auto;
}

.product-icons-item {
    margin: 0;
}

  .pc-product-filters {
      flex-wrap: wrap;
  }
  .pc-product-filter-item {
      flex: 100%;
  }
  .pc-product-item {
      width: calc((100% / 1) - 0px);
  }
  .pc-product-filter-item:last-child .pc-product-filter-bottom {
      right: unset;
      left: 0;
  }
  .pc-product-filter-top {
      justify-content: space-between;
  }
  .product-cart > .cart {
      flex-direction: column;
      gap: 15px;
  }
}