.breakdance .jk-shop-products-section .shop-product-header {
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.breakdance .jk-shop-products-section .shop-pro-header-right {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.breakdance .jk-shop-products-section .result-count {
  font-weight: 600;
  text-transform: uppercase;
}
.breakdance .jk-shop-products-section select {
  outline: none;
  border: 1px solid #e1e1e1;
  border-radius: 30px;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.jk-shop-products-section .product-filter-left {
  width: 320px;
}
.jk-shop-products-section .product-filter-right {
  width: calc(100% - 360px);
}
.breakdance .jk-shop-products-section .shop-products-wrap {
  justify-content: space-between;
}
.jk-single-filter-widget .jk-widget-content {
  padding-top: 20px;
}
.jk-single-filter-widget .jk-widget-title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.jk-widget-content .jk-product-category,
.jk-single-filter-widget .jk-attr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jk-single-filter-widget,
.jk-price-filter {
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  position: relative;
}
.breakdance .jk-shop-products-section .jk-posts-loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.jk-single-filter-widget:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.jk-posts-loop .card-footer {
  display: flex;
  align-items: center;
  gap: 20px;
}
.jk-posts-loop .product-image-wrap {
  display: flex;
}
.jk-single-filter-widget .jk-attr-list {
  padding-top: 20px;
}
.breakdance .jk-shop-products-section .jk-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.breakdance .jk-shop-products-section .jk-pagination {
  display: flex;
  gap: 8px;
  margin-top: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.jk-pagination .jk-page {
  display: inline-flex;
  text-decoration: none;
  background: #000;
  line-height: 1;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.jk-pagination .jk-page:hover,
.jk-pagination .jk-page.active {
  background-color: var(--green);
}
.jk-price-filter .ui-widget.ui-widget-content {
  border-radius: 0;
  border: 0;
  background: #e3e3e3;
  height: 4px;
  margin-bottom: 25px;
}
.jk-price-filter .ui-slider-horizontal .ui-slider-range {
  background-color: var(--black);
}
.jk-price-filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  cursor: ew-resize;
  background-color: var(--white);
  box-sizing: border-box;
  box-shadow: 0 0 0 4px var(--black) inset;
  margin-top: -5px;
  margin-left: auto;
  opacity: 1;
  border: 0;
}
.jk-price-filter .price-values {
  font-weight: 600;
  color: var(--black);
}
.breakdance .list-view-toggle .bde-icon-icon {
  transition: all 0.3s ease;
  cursor: pointer;
}
.breakdance .list-view-toggle .bde-icon-icon svg {
  fill: var(--black);
  stroke: var(--black);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.breakdance .list-view-toggle .bde-icon.active .bde-icon-icon,
.breakdance .list-view-toggle .bde-icon:hover .bde-icon-icon {
  background-color: var(--green);
}
.breakdance .list-view-toggle .bde-icon.active .bde-icon-icon svg,
.breakdance .list-view-toggle .bde-icon:hover .bde-icon-icon svg {
  fill: var(--white);
  stroke: var(--white);
}

/* css loading */
.loader-ripple {
  position: absolute;
  width: 50px;
  height: 50px;
  inset: 0 0 0 calc(50% - 25px);
  z-index: 9;
}
.loader-ripple div {
  position: absolute;
  border: 2px solid var(--black);
  opacity: 1;
  border-radius: 50%;
  animation: ripple 1.5s infinite cubic-bezier(0, 0.2, 0.8, 1);
}
.loader-ripple div:nth-child(2) {
  animation-delay: -0.75s;
}
.list-view .color-swatch-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
}
.breakdance .jk-shop-products-section .jk-posts-loop.list-view {
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.list-view .product:not(:last-child) {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
.list-view .color-swatch-wrap .inner {
  flex-direction: column;
}
.list-view .product-card {
  display: flex;
  gap: 30px;
}
.list-view .product-card .product-image-wrap {
  width: 100%;
  max-width: 300px;
  margin: 0;
}
.list-view .product-card .product-image {
  max-height: 300px;
}
.product-caption-bottom {
  margin-top: 35px;
}
.product-cart-button .button {
  position: relative;
}
.list-view .quick-view {
  width: calc(100% - 40px);
  text-align: center;
}

/* Filter css */
.jk-filter .filter-item input[type='checkbox'] {
  display: none;
}
.filter-label {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.filter-checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.filter-custom-checkbox {
  height: 16px;
  width: 16px;
  display: inline-flex;
  background: var(--white);
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px #e9e9e9 inset;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.jk-filter .filter-title {
  color: var(--black);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.jk-filter .count {
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.jk-filter .filter-item:not(:last-child) {
  margin-bottom: 5px;
}
.jk-filter .filter-label:hover .filter-title {
  color: var(--green);
}
.jk-filter .filter-label:hover .count {
  color: var(--black);
}
.jk-filter .filter-label:hover .filter-custom-checkbox {
  box-shadow: 0 0 0 2px var(--green) inset;
}
.jk-filter input:checked + .count,
.jk-filter input:checked + .filter-checkbox-wrap .filter-title {
  color: var(--green);
}
.jk-filter input:checked + .filter-checkbox-wrap .filter-custom-checkbox {
  box-shadow: 0 0 0 2px var(--green) inset;
  background-color: var(--green);
}

/* Search css */
.breakdance .bde-div.site-search-popup {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  min-height: 70px;
  background-color: var(--white);
  transition: opacity 0.3s ease;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.breakdance .bde-div.site-search-popup.active {
  pointer-events: auto;
}
.breakdance .site-search-popup .site-search-popup-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 60px;
}
.breakdance .site-search,
.breakdance .widget_product_search {
  width: 100%;
}
.d-none {
  display: none !important;
}
.breakdance .widget_product_search .jk-ajax-search-form {
  display: flex;
  align-items: center;
}
.breakdance .widget_product_search input[type='search'] {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 13px 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  background: transparent;
  color: var(--text-light);
  border: 0;
  padding-right: 54px;
  transition: all ease-in-out 0.3s;
  border-radius: 0;
}
/* Chrome, Safari, Edge */
.breakdance
  .widget_product_search
  input[type='search']::-webkit-search-cancel-button {
  display: none;
}

/* Optional: remove all search decorations */
.breakdance
  .widget_product_search
  input[type='search']::-webkit-search-decoration,
.breakdance
  .widget_product_search
  input[type='search']::-webkit-search-results-button,
.breakdance
  .widget_product_search
  input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.breakdance .widget_product_search .jk-ajax-search-form button[type='submit'] {
  font-size: 9px;
  line-height: 0;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 50%;
  color: var(--accent);
  pointer-events: none;
}
.breakdance
  .widget_product_search
  .jk-ajax-search-form
  button[type='submit']
  span {
  display: none;
}
.breakdance .site-search-popup-wrap .bde-icon {
  cursor: pointer;
  color: var(--black);
}
.breakdance .site-search-popup-wrap .bde-icon:hover {
  color: var(--green);
}
.breakdance .site-search-popup-wrap .breakdance-icon-atom svg {
  width: 24px;
  height: 24px;
}
.breakdance .site-search-popup .site-search-popup-wrap .close-icon:hover line,
.breakdance .site-search-popup .site-search-popup-wrap .close-icon:hover path {
  animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  -webkit-animation: opal-draw 0.9s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.breakdance .site-search-popup .ajax-search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 999;
  max-height: 50vh;
  overflow-y: auto;
}
.breakdance .ajax-search-result .search-title {
  margin: 0;
}
.breakdance .ajax-search-result .product-item-search {
  padding: 10px 0;
  border-bottom: 1px solid;
  border-bottom-color: #dedede;
}
.breakdance .ajax-search-result .product-item-search:last-child {
  border: 0;
}
.breakdance .ajax-search-result .product-item-search .product-link {
  display: flex;
  align-items: center;
  color: var(--text-light);
  text-decoration: none;
}
.breakdance .ajax-search-result .product-item-search .product-link img {
  width: 60px;
  margin-right: 15px;
}
.breakdance .ajax-search-result .product-item-search .product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5714285714;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 5px;
}
.breakdance .ajax-search-result .product-item-search ins {
  text-decoration: none;
}
.breakdance .ajax-search-result .product-item-search del .amount {
  font-size: 14px;
  margin-right: 0.327em;
  color: var(--text-light);
}
.breakdance .ajax-search-result .product-item-search .amount {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  color: var(--green);
}
.breakdance .ajax-search-result.loading .button-loading {
  position: relative;
  display: inline-block;
  border-color: var(--green);
  border-top-color: var(--orange);
}

/* Active filters */
.breakdance .bde-div.active-filter {
  flex-direction: row;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.active-filter .af-item,
.active-filter .af-clear-btn {
  display: flex;
  align-items: center;
  border: 1px solid #dedede;
  padding: 4px 12px;
  line-height: 1;
  gap: 8px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.active-filter .af-clear-btn {
  padding: 8px 16px;
  background: var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}
.active-filter .af-clear-btn:hover {
  background: var(--green);
  color: var(--white);
  border-color: var(--green);
}
.active-filter .af-item .af-remove {
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  color: var(--black);
  transition: all 0.3s ease;
  border: 1px solid #dedede;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  line-height: 1;
  padding: 0;
  flex-shrink: 0;
}
.active-filter .af-item .af-remove:hover {
  color: var(--orange);
}

/* Quick view css */
#jk-qv-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.jk-overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
}

.jk-content {
  background: #fff;
  width: 900px;
  max-width: 90%;
  margin: 5% auto;
  position: relative;
  padding: 30px;
  border-radius: 10px;
}

.jk-modal-content {
  display: flex;
  gap: 30px;
}

.jk-slider-container,
.jk-info {
  width: 50%;
}

.jk-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  z-index: 100;
}

.jk-loader {
  text-align: center;
  padding: 60px;
  font-size: 18px;
}

.jk-btn {
  background: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
.woosq-product .single_add_to_cart_button {
  position: relative;
}
.woosq-product .single_add_to_cart_button::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
  background-color: currentColor;
  mask-position: 0 0;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='currentColor' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  pointer-events: none;
  opacity: 0;
}
.woosq-product .single_add_to_cart_button.loading {
  color: transparent;
}
.woosq-product .single_add_to_cart_button.loading:before {
  color: white;
}
.woosq-product .single_add_to_cart_button.loading::before {
  opacity: 1;
}

/* Review summary css */

.woocommerce-Reviews-title {
  display: none !important;
}
.reviews-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 12px;
  align-items: center;
  padding-bottom: 40px;
}
.review-summary-total {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 250px;
}
.review-summary-result {
  font-size: 60px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
  font-family: var(--bde-heading-font-family);
}
.breakdance-woocommerce .review-summary-rating .star-rating {
  margin-bottom: 6px;
  color: var(--black);
}
.breakdance-woocommerce .review-summary-rating .star-rating span {
  background: var(--black);
}
.breakdance-woocommerce .review-summary-rating .star-rating::before {
  background: #dfdfdf;
}
.review-rating-text {
  color: var(--text-light);
  font-weight: 500;
}
.review-summary-btn {
  margin-top: 5px;
}
.review-summary-btn .summary-btn {
  font-family: var(--bde-heading-font-family);
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  color: var(--black);
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
}
.review-summary-btn .summary-btn:before,
.review-summary-btn .summary-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transform: scaleX(0);
  transform-origin: 0 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.review-summary-btn .summary-btn:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.review-summary-btn .summary-btn:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94) 0.2s;
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94) 0.2s;
}
.review-summary-btn .summary-btn:hover:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s cubic-bezier(0.48, 0.05, 0.5, 0.94);
  -o-transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
  transition: 0.3s cubic-bezier(0.47, 0.05, 0.5, 0.94);
}
.review-summary-btn .summary-btn:hover:after,
.review-summary-btn .summary-btn:hover:before {
  background-color: var(--green);
}
.summary-btn i {
  margin-left: 8px;
}

.review-summary-detal {
  min-width: 220px;
}
.review-summery-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.progress-title {
  width: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--bde-heading-font-family);
  color: var(--black);
  font-weight: 600;
}
.reviews-summary .progress {
  display: flex;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 5px;
  overflow: hidden;
  font-size: 0;
  border-radius: 5px;
  background-color: #dedede;
  flex: 1;
  margin: 0 15px 0 12px;
}
.progress-bar {
  background: var(--black);
  height: 100%;
  font-size: 9px;
  color: #000;
  text-align: center;
  line-height: 12px;
  transition: width 0.6s ease;
}
.percent {
  font-family: var(--bde-heading-font-family);
  font-weight: 500;
  color: var(--text-light);
  min-width: 38px;
  text-align: right;
  letter-spacing: -0.02em;
}

/* Custom product description */
.product-custom-tab-wrapper .tab-top-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.product-custom-tab-wrapper .product-desc-col {
  padding: var(--s10) var(--s5);
}
.product-custom-tab-wrapper .img-col img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.breakdance .breakdance-woocommerce .cus-product-description h2 {
  font-size: var(--h2);
  margin: 0 0 20px;
}
.breakdance .breakdance-woocommerce .cus-product-description p {
  margin: 0 0 20px;
}
.breakdance .breakdance-woocommerce .info-grid {
  border-top: 1px solid #dedede;
  padding-top: var(--s10);
  margin-top: var(--s10);
  display: grid;
  grid-template: auto/repeat(2, 1fr);
  gap: 0 30px;
}
.breakdance .breakdance-woocommerce .info-grid p {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-family: var(--bde-heading-font-family);
  font-weight: 600;
  color: var(--text-light);
}
.breakdance .breakdance-woocommerce .info-grid p .meta-label {
  color: var(--black);
}

@media (max-width: 768px) {
  .jk-modal-content {
    flex-direction: column;
  }
  .jk-slider-container,
  .jk-info {
    width: 100%;
  }
}

@keyframes ripple {
  0% {
    top: 23px;
    left: 23px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    top: -2px;
    left: -2px;
    width: 50px;
    height: 50px;
    opacity: 0;
  }
}

@keyframes opal-draw {
  0%,
  100% {
    clip-path: inset(0 0 0 0);
  }

  42% {
    clip-path: inset(0 0 0 100%);
  }
  43% {
    clip-path: inset(0 100% 0 0);
  }
}

@media (max-width: 991px) {
  .breakdance .jk-shop-products-section .jk-posts-loop {
    grid-template-columns: repeat(2, 1fr);
  }
  .jk-shop-products-section .product-filter-right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .breakdance .jk-shop-products-section .jk-posts-loop {
    grid-template-columns: repeat(1, 1fr);
  }
  .breakdance .jk-shop-products-section .shop-product-header {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .breakdance .bde-div.site-search-popup {
    position: fixed;
    max-height: calc(100vh - 59.5px);
  }
  .breakdance .site-search-popup .site-search-popup-wrap {
    align-items: flex-start;
    padding: 60px 30px 0;
  }
  .reviews-summary {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .product-custom-tab-wrapper .tab-top-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .breakdance .breakdance-woocommerce .info-grid {
    grid-template: auto/repeat(1, 1fr);
    gap: 4px;
  }
}

@media (max-width: 566px) {
  .list-view .product-card {
    flex-direction: column;
  }
}