/*
	--theme-primary: #314e92;
	--theme-dark: #2f3261;
 */
body {
  background-color: rgb(252, 250, 248);
}

.product-page-contents {
  /* background-color: #f1f3f6; */
  /* overflow: auto; */
  /* padding-top: 1px; */
  padding-bottom: 1px;
}

.product-content-row {
  display: flex;
  /* padding: 30px 15px 15px; */
  /* background-color: #fff; */
  border-radius: 4px;
  margin-bottom: 20px;
  padding-block: 2rem;
  gap: 3rem;
  max-width: calc(100%);
  overflow: hidden;
}

.product-content-col {
  flex: 0 0 calc(50% - 1.5rem);
  width: calc(50% - 1.5rem);
  margin-right: auto
}

.product-images-col {
  flex: 0 0 calc(40% - 1.5rem);
  width: calc(40% - 1.5rem);
  margin-left: auto
}

.responsive-tabs {
  display: none;
}

.product-images-col {
  position: sticky;
  top: 0;
  height: 100%;
}

.product-images-col .action-nav {
  display: none;
}

.product-preview {
  display: flex;
  flex-direction: column-reverse;
}

.product-thumbnails {
  margin-inline: 0;
}

#preview-thumbs .swiper-slide {
  width: auto;
  flex-shrink: 0;
}

#preview-swiper {
  border-radius: 1.25rem;
}

.product-thumb {
  border: 2px solid transparent;
  margin-bottom: 10px;
  cursor: pointer;
  transition: ease 0.25s border-color;
  max-width: 80px;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.75rem;
}

.swiper-slide-thumb-active .product-thumb {
  border-color: var(--light-theme-color);
}

.product-thumb img {
  display: block;
  height: 100%;
  width: 100%;
  margin: auto;
  object-fit: cover;
}

.product-content-col .product-add-to-cart {
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.product-content-col .product-add-to-cart:has(.minus) {
  width: fit-content;
  padding: 0.75rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.product-content-col .product-add-to-cart>button {
  flex: 0 0 3rem;
  max-width: 3rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--light-theme-color);
  transition: all 0.3s ease;
  background-color: rgb(240, 240, 240);
  border-radius: 0.5rem;
}

.product-content-col .product-add-to-cart>button:hover {
  background-color: rgb(239, 235, 231);
}

.product-content-col .product-add-to-cart>span {
  color: #000;
  max-width: 2.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-preview-zoom {
  flex: 1 1 100%;
  padding: 0;
  overflow: hidden;
  /* border-radius: 1.25rem; */
}

.product-weight {
  padding-block: 1.5rem;
}

.product-weight .size-options {
  grid-template-columns: repeat(auto-fill, minmax(min(400px, 100%), 1fr));
  gap: 1rem;
}


.popup-section.size-section .size-options {
  gap: 10px;
}

.popup-section.size-section .size-options .size-box {
  flex-direction: row;
  padding: 1rem;
}

.popup-section.size-section .size-options .size-box .content {
  padding: 0;
}

.product-weight .size-box {
  padding: 1rem;
  text-align: start;
}

.product-weight .size-options .size-box {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background-color: #fff;
  padding: 1rem;
}

.product-weight .size-options .size-box .content {
  padding: 0;
}

.size-box .pieces {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #000;
  margin-bottom: 0.5rem;
}

.weight-title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: rgb(48, 33, 29);
  font-family: var(--font-playfair);
  margin-bottom: 0.75rem;
}

.weight-title img {
  max-width: 1.25rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  margin-right: 0.5rem;
}

.size-static {
  background-color: rgb(246, 242, 238);
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgb(48, 33, 29);
  margin-bottom: 1rem;
}

.size-static i {
  color: var(--light-theme-color);
  margin-right: 0.5rem;
}


.product-weight .size-box:hover,
.product-weight .size-box.active {
  border-color: var(--light-theme-color);
}

.product-weight .size-box .content>strong {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgb(48, 33, 29);
  display: block;
  margin-bottom: 0.75rem;
}

.product-weight .size-box .pcs {
  font-size: 0.75rem;
  margin-block: 0.25rem;
}

.product-weight .size-box .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
}

.product-weight .size-box .size-static-small {
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.product-weight .size-box .size-static-small strong {
  margin-bottom: 0;
}

.xzoom-source {
  border-radius: 1.25rem;
  overflow: hidden;
}

.product-preview-img {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.xzoom-preview {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.product-preview-img img {
  display: block;
  width: 100%;
  height: 477px; /*auto;*/
  touch-action: manipulation;
  border: 1px solid #dedcdc;
  aspect-ratio: 1.5 / 1;
  overflow: hidden;
  object-fit: cover;
  border-radius: 1.25rem;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: #f7f7f7;
}

.accordion-button:focus {
  box-shadow: none;
}

.product-image-preview-label {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  margin: 5px 0;
}

.product-desc-new.product-desc {
  margin-top: 0;
  border: 1px solid rgb(231, 224, 218);
  background-color: #fff;
  box-shadow: rgba(48, 33, 29, 0.08) 0px 4px 20px -4px;
  margin-bottom: 1.5rem;
}

.product-desc.product-desc-new .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  padding-left: 1.75rem;
  position: relative;
}

.product-desc.product-desc-new .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.75rem;
  height: auto;
  background-image: url(../images/leaf.png);
  border-radius: 0.25rem;
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.product-page-category {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: var(--light-theme-color);
  text-transform: uppercase;
  margin-bottom: 0rem;
}

.product-page-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.product-title-rating {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.rating-stars {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 10px;
  gap: 0.25rem;
}

.rating-stars i {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: rgb(132, 106, 98);
}

.rating-stars i.ri-star-fill {
  color: rgb(251, 191, 36);
}

.rating-text {
  color: rgb(48, 33, 29);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.rating-text span {
  color: rgb(132, 106, 98);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-left: 1rem;
}

.rating-stars span {
  margin-right: 3px;
}

.rating-review-summary {
  color: #999;
  font-weight: 500;
  font-size: 14px;
}

.product-desc {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(132, 106, 98);
  margin-top: 1.5rem;
  font-weight: 400;
  padding: 1.5rem;
  background-color: rgb(246, 242, 238);
  border-radius: 1rem;
}

.product-desc .title {
  font-family: var(--font-playfair);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgb(48, 33, 29);
  margin-bottom: 0.75rem;
}

.content-separator {
  border: none;
  border-top: 1px solid #ddd;
  background-color: transparent;
  margin: 15px 0;
}

.content-section {
  margin-bottom: 10px;
}

.content-section-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.product-variant-select {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-variant-item {
  position: relative;
}

.product-variant-input,
.product-filter-input {
  position: absolute;
  visibility: hidden;
}

.product-variant-label {
  display: block;
  padding: 0;
  background-color: #fefefe;
  border: 1px solid #e7e7e7;
  border-radius: 0.5rem;
  transition: ease-in-out 0.2s border-color;
  font-weight: 500;
  cursor: pointer;
  font-size: 1rem;
  color: var(--theme-primary);
  width: 180px;
}

.product-variant-label .sku_name {
  background-color: var(--new-btn-bg);
  color: #fff;
  padding: 0.25rem 1rem;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.product-variant-label .rest {
  padding: 0.5rem 1rem;
}

.product-variant-label .rest .crossed {}

.product-variant-label span {
  color: #000;
}

.price-highlight-green {
  color: #429500;
  display: block;
  font-size: 13px;
}

.product-variant-label:hover {
  border-color: var(--new-btn-bg);
}

.product-variant-label span {
  color: #000;
}

.product-variant-input:checked+.product-variant-label {
  border-color: #000;
}

.product-filter-input:checked+.product-variant-label {
  border-color: var(--new-btn-bg);
  background-color: var(--new-btn-bg);
}

.product-filter-input:checked+.product-variant-label span {
  color: #fff !important;
}

.product-content-col .product-qty {
  width: 160px;
}

.product-content-col .product-qty-input {
  font-size: 15px;
  height: 32px;
}

.product-content-col .product-qty-prepend {
  font-size: 15px;
  line-height: 1.6;
  padding: 3px 15px;
}

.product-content-col .cart-qty-change {
  font-size: 22px;
  width: 35px;
}

.product-information-group {
  border-top: 1px solid #dadada;
}

.product-details-head {
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #dadada;
  border-top: none;
  /* background-color: #f6f6f6; */
  padding: 7px 15px;
  position: relative;
  color: var(--primary_fg);
}

.product-details-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0.45em;
  height: 0.45em;
  border: 1px solid #666;
  border-bottom: 0;
  border-right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: ease 0.25s transform;
}

.collapsed .product-details-head::after {
  transform: translate(-50%, -50%) rotate(225deg);
}

.product-details-content {
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #dadada;
  border-top: none;
  /* border-bottom: none; */
}

.product-description-view {
  max-height: 300px;
  overflow: auto;
  /* white-space: pre-line; */
}

.product-description-view ul,
.product-description-view ol {
  padding-left: 1.5em;
}

.product-description-view ul,
.product-description-view ol,
.product-description-view p {
  margin-bottom: 0.5em;
}

.review-widget {
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.review-widget-overall {
  text-align: center;
  padding: 10px;
  margin-right: 20px;
  border-right: 1px solid #dadada;
  max-width: 150px;
}

.review-overall-star {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.review-overall-star span {
  margin-right: 5px;
}

.review-overall-response {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}

.rating-graph-breakup {
  width: 200px;
  font-size: 12px;
}

.rating-graph-breakup-row {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.rating-graph-breakup-stars {
  margin-right: 10px;
  width: 2em;
}

.rating-graph-breakup-bar {
  flex: 1 1 auto;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.rating-graph-breakup-fill {
  height: 100%;
  border-radius: 4px;
}

.row-green .rating-graph-breakup-fill {
  background-color: #009d08;
}

.row-yellow .rating-graph-breakup-fill {
  background-color: #ffcd04;
}

.row-red .rating-graph-breakup-fill {
  background-color: red;
}

.rating-graph-breakup-count {
  width: 2em;
  text-align: left;
  margin-left: 10px;
}

.review-user-response {
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.review-response-head {
  display: flex;
  align-items: center;
  /* margin-bottom: 10px; */
}

.review-response-head p {
  font-weight: 600;
  font-size: 13px;
}

.review-response-body {
  padding: 10px 0;
  font-size: 13px;
}

.product-slider-wrapper {
  /* padding: 20px 15px 10px; */
  /* background-color: #fff; */
  border-radius: 4px;
  margin-bottom: 30px;
}

.product-list-page {
  display: flex;
  padding-top: 10px;
  padding-bottom: 30px;
}

.option-container {
  width: 250px;
  flex: 0 0 250px;
  position: sticky;
  top: 135px;
  bottom: 0;
  /* add height 100% to make nav sticky */
  transition: ease 0.25s top;
  height: 100%;
  /* border: 1px solid #dadada; */
  border-radius: 5px;
  background-color: #fff;
}

.scroll-down .option-container {
  /* top: 80px; */
}

.filter-container,
.sort-container {
  border-radius: inherit;
  background-color: var(--sidebar_bg);
  /* box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  /* margin-bottom: 10px; */
  /* border: 1px solid #dadada; */
}

/* .sort-container + .filter-container {
	margin-top: 10px;
	border: 0;
} */

.filter-container {
  background-color: transparent;
}

.filter-header {
  position: relative;
}

.filter-header-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  padding: 13px 0 13px 15px;
  border: 1px solid #dadada;
  margin-bottom: 0;
}

.clear-filter-btn {
  position: absolute;
  top: 6px;
  right: 20px;
  padding: 3px 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  background-color: #fff;
  /* border: 1px solid #3FB1C2; */
  color: #3FB1C2;
  border-radius: 4px;
  border-radius: 3px;
  cursor: pointer;
}

.filter-header,
.filter-group {
  /* padding: 15px 20px; */
  border: 1px solid #dadada;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.filter-header {
  padding-bottom: 0;
  border: 0;
  border-bottom: 1px solid #dadada;
}

.filter-group+.filter-group {
  /*border-top: 1px solid #dadada;*/
}

.filter-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  position: relative;
  padding: 15px 20px;
  text-transform: capitalize;
  color: #000;
  /*var(--gray-bg);*/
}

.filter-title.collapse-toggle {
  cursor: pointer;
}

.filter-title.collapse-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(225deg);
  transition: ease-in-out 0.25s transform;
}

.filter-group.collapsed .filter-title.collapse-toggle::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.filter-options {
  list-style: none;
  overflow: hidden;
  padding: 20px 2px;
  margin-bottom: 0;
}

.filter-search+.filter-options,
.collapse-body .filter-options {
  padding-top: 20px;
}

.filter-options .filter-sub-list {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 2px solid #ddd;
  list-style: none;
}

.filter-options .filter-sub-list li {
  margin-top: 7px;
}

.filter-option-label {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  color: inherit;
  position: relative;
  cursor: pointer;
}

.filter-option-label input,
.filter-option-label .sort-icon {
  margin-right: 8px;
  accent-color: #ededed;
}

.filter-option-label .sort-icon {
  max-width: 1rem;
  max-height: 1rem;
}

.filter-option-label input:checked {
  accent-color: var(--light-theme-color);
}

.filter-option-label input {
  /* visibility: hidden; */
  width: 16px;
  height: 16px;
}

.filter-option-label input[type="radio"] {
  appearance: none;
}

.filter-option-label input:checked+span {
  color: var(--new-btn-bg);
}

.filter-option-label .label-check::before {
  position: absolute;
  left: 0;
  top: 50%;
  /* content: "\2713"; */
  transform: translate(50%, -50%);
}

.filter-option-label [data-product-count]::after {
  position: absolute;
  right: 5px;
  top: 50%;
  content: attr(data-product-count);
  transform: translate(0, -50%);
}

.filter-option-label input:checked+span::before {
  color: var(--theme-primary);
}

.filter-option-label .rating-star-group {
  color: var(--primary_fg);
  font-size: 1.1em;
  vertical-align: middle;
  line-height: 1;
}

.filter-search {
  display: flex;
}

.filter-search input {
  display: block;
  width: 0;
  flex: 1 1 auto;
  padding: 7px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  background-color: #fff;
}

.filter-search-range {
  display: flex;
  align-items: center;
}

.filter-search-range .search-separator {
  margin: auto 8px;
  font-weight: 600;
}

.product-list-right-container {
  flex: 1 1 auto;
  /* border-left: 1px solid #dadada; */
}

.product-list-area {
  /* background-color: #fff; */
  /*padding: 20px;*/
  /*padding-bottom: 30px;*/
  padding-top: 0;
  border-radius: 4px;
  /* box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.1); */
  margin: 0;
  border: none;
  height: 100%;
}

.filtered-product-list {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  gap: 15px;
  clear: both;
  padding: 20px;
  padding-bottom: 30px;
}

.filtered-product-list .brand-banner {
  grid-column: 1 / -1;
  aspect-ratio: 820 / 273;
}

.filtered-product-list .brand-banner img {
  display: block;
  width: 100%;
}

.filtered-product-list .product-group-item {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.filtered-product-list .product-slide-details {
  padding: 1rem;
}

.profile-nav-collapse {
  display: none;
}

.resp-result-options,
.resp-filter-options {
  display: none;
}

.filtered-product-list .product-group-item.bordered {
  border: 1px solid transparent;
  /* border-radius: 4px; */
}

.filtered-product-list .product-group-item:hover {
  border-color: #ddd;
}

.product-list-extra {
  line-height: 2;
  font-weight: 500;
  font-size: 20px;
  grid-column: 1 / -1;
  display: none;
}

.size-static-small {
  color: #000;
}

.size-options .size-box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0rem;
  padding: 0;
  overflow: hidden;
  width: 100%;
}

.size-options .size-box figure {
  max-width: 6rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.75rem;
}

.product-content-row .size-options .size-box figure {
  max-width: 15rem;
  width: 100%;
  margin-bottom: 0;
  border-radius: 1rem;
  aspect-ratio: 1.125 / 1;
}

.product-content-row .size-options .size-box .pieces {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-radius: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: rgb(132, 106, 98);
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.size-sold-out {
  pointer-events: none;
}

.size-sold-out figure {
  position: relative;
}

.size-sold-out figure img {
  filter: grayscale(1);
}

.size-sold-out figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.size-sold-out figure::after {
  content: "Sold Out";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  height: max-content;
  padding: 0.375rem 0.75rem;
  border-radius: 5rem;
  text-align: center;
  color: #fff;
  background-color: rgb(239, 67, 67);

}

.size-options .size-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.size-options .size-box .content {
  padding: 1rem;
  width: 100%;
}

.add-to-cart-btn {
  align-self: unset;
  margin-left: unset;
}

@media (min-width: 769px) {

  .set-product-pic-link figure,
  .size-box figure {
    display: block;
  }

  .enlarge-preview,
  .close-zoom-preview {
    display: none;
  }

  /* .product-variant-label span::before {
        content: "- ";
    } */

  .product-checkout-link {
    margin-left: 15px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    justify-content: center;
    background-color: #6E6E6C;
    color: var(--accent_fg);
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: ease 0.2s;
    border: 1px solid #6E6E6C;
    transition-property: color, background-color;
  }

  .product-checkout-link:hover {
    background-color: var(--primary_bg);
    color: var(--primary_fg);
    border: 1px solid #6E6E6C;
  }

  .product-checkout-link i {
    margin-left: 5px;
    font-weight: 100;
    font-size: 14px;
  }

  .option-container {
    max-height: calc(100vh - 230px);
    transition: ease 0.25s max-height;
    /* overflow: hidden; */
  }

  .scrolled-down .option-container {
    max-height: calc(100vh - 150px);
  }

  .filter-group.collapsed .collapse-body:not([style]) .collapse-content {
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .product-content-row .size-options .size-box figure {
    aspect-ratio: 1 / 1;
  }
  
  .product-weight .size-options .size-box .content {
    width: auto;
  }


  .product-content-row .size-options .size-box .pieces {
    display: inline-block;
    border-radius: 0.75rem;
    padding: 0.25rem 0.5rem;
    color: rgb(132, 106, 98);
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }

  .product-info-card {
    padding-bottom: 1rem;
  }

  .filtered-product-list .product-group-item {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .08);
  }

  body {
    background-color: #fff;
  }

  .tab-content .product-weight {
    padding-top: 0;
  }

  .product-content-row {
    overflow: visible;
  }

  .size-options .size-box {
    padding: 1rem;
  }

  .size-options .size-box .content {
    padding: 0;
  }

  .add-to-cart-btn .NewaddCartbtn,
  .outofstock-addtoCartBtn {
    padding: 0.33rem 0.66rem;
    font-size: 12px;
  }

  .addtoCartSticky {
    position: sticky;
    bottom: calc(60px);
    background-color: rgba(246, 242, 238, 1);
    padding-block: 1rem;
    padding-inline: 1rem;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
  }

  .responsive-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    overflow: auto;
    scrollbar-width: none;
  }

  .product-desc {
    display: none;
  }

  .tab-content .product-desc {
    display: block;
  }

  .responsive-tabs .tab {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 500;
    border-bottom: 1px solid rgb(79, 79, 79);
    width: 50%;
    color: #000;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }

  .responsive-tabs .tab.active {
    border-bottom: 2px solid var(--green);
  }

  .product-weight .size-box .content>strong {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  span.label-check {
    font-size: 13px;
  }

  .accordion-body {
    padding: 1rem
  }

  .clear-filter-btn {
    top: 14px;
    display: block;
  }

  .sort-filter-section {
    position: absolute;
  }

  .sort-container .filter-header-title {
    border: 0 !important;
  }

  .sort-container .sort-arrow {
    display: none !important;
  }

  .filter-option-label1 span {
    padding-left: 6px;
  }

  .filter-header {
    margin-bottom: 0;
    border-bottom: 1px solid #dadada;
  }

  /* .product-checkout-link {
    display: none;
  } */

  .product-content-row {
    max-width: calc(100%);
    gap: 1rem;
    margin-inline: auto;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3rem;
    border-radius: 0;
  }

  .product-images-col {
    position: relative;
    width: 100%;
  }
  .faq {
    padding-left: 0;
    padding-right: 0;
    padding-inline: 1rem;
  }

  .product-images-col .action-nav {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1rem;
    width: 100%;
    z-index: 2;
  }

  .product-images-col .action-nav a.back {
    background-color: rgba(130, 130, 130, .4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    max-width: 2.25rem;
    width: 100%;
    text-decoration: none;
  }

  .product-content-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-inline: 1rem;
  }

  .product-weight .size-options {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  }

  .product-preview-img {
    height: auto;
    border-radius: 0;
  }

  #preview-swiper {
    border-radius: 0;
  }

  .product-preview-img img {
    /* height: 100%; */
    object-fit: cover;
    border: none;
  }

  .filter-group {
    border: none;
    margin: 0;
  }

  /* .product-preview-zoom {
	} */
  .product-page-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .product-weight .size-box .price {
    margin-top: 0.25rem;
  }

  .rating-review-summary {
    font-size: 12px;
  }

  .rating-stars {
    font-size: 10px;
    margin-top: 0.3rem;
  }

  .content-section-title {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .product-variant-label {
    padding: 0;
    font-size: 12px;
  }

  .product-variant-label span {
    display: block;
    font-weight: 600;
  }

  .product-content-col .product-details-group {
    flex-direction: row;
    /* margin-top: 1rem; */
    /* justify-content: center; */
  }

  .product-content-col .product-qty {
    width: 100%;
  }

  .product-content-col .product-qty-prepend {
    font-size: 12px;
  }

  .product-content-col .product-qty-input {
    height: 28px;
    font-size: 13px;
  }

  .product-content-col .product-add-to-cart {
    margin-top: 0;
    /* margin-left: 10px; */
    width: 50%;
  }

  .review-overall-response {
    font-size: 12px;
  }

  .rating-graph-breakup {
    width: 180px;
  }

  .product-page-contents {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-details-head {
    font-size: 14px;
    /* color: #666; */
  }

  .product-description-view {
    font-size: 14px;
  }

  .product-list-page {
    flex-direction: column;
    margin-top: 0;
  }

  .product-list-page {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    /* background-color: #fff; */
  }

  .option-container {
    flex: auto;
    z-index: 20;
    border: 0;
  }

  .product-content-col .product-add-to-cart:has(.minus) {
    justify-content: center;
  }

  .resp-sort-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    pointer-events: none;
    opacity: 0;
    transition: ease-in-out 0.25s opacity;
  }

  .filter-container {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    /* top: 155px; */
    flex: auto;
    overflow: auto;
    transform: translateY(105%);
    opacity: 0;
    transition: ease-in-out 0.25s;
    margin-bottom: 0;
  }

  .filter-container.active {
    transform: translateY(68px);
    opacity: 1;
    background-color: rgb(255, 250, 246);
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .sort-container {
    background-color: rgb(255, 250, 246);
    border-radius: 1.5rem;
  }

  .product-list-right-container {
    padding-left: 0;
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .resp-filter-categories {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
    justify-content: flex-start;
    position: sticky;
    top: 68px;
    max-height: calc(100dvh - 8rem);
    overflow-y: auto;
    scrollbar-width: none;
    background-color: #fff;
    padding-top: 0.75rem;
  }

  .resp-filter-categories .category {
    max-width: 5rem;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    position: relative;
  }

  .resp-filter-categories .category.active::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--green);
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .resp-filter-categories .category figure {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 0.25rem;
  }

  .resp-filter-categories .category figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .resp-filter-categories .category .title {
    font-size: 0.625rem;
    line-height: 0.75rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
  }

  .resp-result-options,
  .resp-filter-options {
    display: flex;
    position: sticky;
    z-index: 10;
    background-color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .resp-result-options {
    top: 68px;
    border-radius: 4px;
    transition: ease 0.3s top;
    z-index: 5;
    overflow: hidden;
    padding-inline: 0rem;
    background-color: #fff;

  }

  .resp-result-options .options {
    width: 100%;
    display: flex;
    max-width: calc(100% - 4rem);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-inline: auto;
    border-radius: 5rem;
    background-color: rgb(246, 242, 238);
  }

  .result-toggle-btn {
    padding: 6px 12px;
    text-align: center;
    flex: 1 1 50%;
    border: none;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .resp-result-options::after,
  .resp-filter-options::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    z-index: 10;
    transform: translate(-50%, -50%);
    background-color: #ccc;
  }

  .result-toggle-btn i {
    margin-right: 10px;
    display: inline-block;
  }

  .resp-filter-options {
    bottom: 0;
    border-top: 1px solid #ccc;
    background-color: rgb(255, 250, 246);
  }

  .sort-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 20px;
    transform: translateY(105%);
    opacity: 0;
    transition: ease-in-out 0.3s;
    transition-property: opacity, transform;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
  }

  .option-container.active .resp-sort-overlay {
    pointer-events: all;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .option-container.active .sort-container {
    opacity: 1;
    transform: translateY(0);
  }

  .sort-container .sort-icon {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .filter-list {
    position: relative !important;
    height: calc(100% - 163px);
    margin-top: 0 !important;
    display: block !important;
    width: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  .filter-group.collapsible {
    width: 30%;
    padding: 0;
    transition: ease-in-out 0.35s background-color;
  }

  .filter-group.collapsible .filter-title {
    padding: 12px 10px;
    font-size: 12px;
    margin-bottom: 0;
  }

  .filter-group.collapsible .filter-search {
    margin-top: 10px;
  }

  .filter-group.collapsible:last-child {
    border-bottom: 1px solid #dadada;
  }

  .filter-group .collapse-body {
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ccc;
    height: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(255, 250, 246);
    visibility: hidden;
  }

  .filter-group.resp-side-active {
    background-color: #eaeaea;
  }

  .filter-group.resp-side-active .collapse-body {
    visibility: visible;
    overflow: auto;
  }

  .filter-group.collapsible .filter-title.collapse-toggle::after {
    transform: translate(-50%, -50%) rotate(315deg);
    right: 15px;
  }

  .product-list-area {
    padding: 0;
    width: 100%;
  }

  .filtered-product-list {
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
    gap: 0.5rem;
    padding: 5px;
  }

  /* .filtered-product-list .product-slide-details .product-brand,
    .filtered-product-list .product-slide-details .product-title,
    .filtered-product-list .select-product-size {
        padding-left: 10px;
        padding-right: 10px;
    } */

  .filtered-product-list .product-slide-details .product-title {
    /* height: 2.6em; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }

  .filter-header-title {
    font-size: 18px;
    padding-top: 1.5rem;
  }

  .select-product-size .select-arrow {
    width: 25px;
  }

  .product-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .product-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .product-preview {
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .product-thumbnails {
    /* flex: 1 1 100%; */
    /* display: flex; */
    /* overflow: auto; */
    width: 100%;
  }

  .product-price .em {
    display: block;
  }

  .product-thumb {
    /* flex: 0 0 65px; */
    /* margin-right: 5px; */
    width: auto;
  }

  .product-thumb img {
    width: auto;
  }

  .product-image-preview-label {
    font-size: 11px;
  }

  .enlarge-preview {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 25;
  }

  .enlarge-preview::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #fff;
    z-index: 0;
  }

  .enlarge-preview .close-preview {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 36px;
    color: #000;
    z-index: 2;
    padding: 10px;
    background-color: #dadada;
    line-height: 0.5;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  }

  .enlarge-preview img {
    z-index: 1;
    width: 100%;
    display: block;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); */
  }

  /* .enlarge-preview.active {
		display: block;
	} */
  .product-images-col.zoom-view {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background-color: #fff;
  }

  .product-images-col.zoom-view .product-thumbnails {
    margin-top: auto;
    padding: 10px;
  }

  .product-images-col.zoom-view .product-thumb {
    height: 120px;
  }

  .product-images-col.zoom-view .product-image-preview-label {
    display: none;
  }

  .product-images-col.zoom-view .product-thumbnails {
    flex-basis: auto;
  }

  .product-images-col.zoom-view .product-preview {
    height: 100%;
  }

  .close-zoom-preview {
    display: none;
    margin: 10px 0;
    padding: 7px 15px;
    background-color: #eaeaea;
    color: #000;
    font-weight: 500;
    font-size: 18px;
  }

  .close-zoom-preview i {
    vertical-align: middle;
    display: inline-block;
  }

  .product-images-col.zoom-view .close-zoom-preview {
    display: block;
  }

  .sort-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100% !important;
    margin-bottom: 0;
    padding-bottom: 20px !important;
    transform: translateY(105%) !important;
    opacity: 0;
    transition: ease-in-out 0.3s;
    transition-property: opacity, transform;
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .option-container.active .sort-container {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }

  .size-options .size-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: 1rem;
  }

  .product-content-row .size-options {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-content-row .size-options .size-box figure {
    border-radius: 1rem;
    overflow: hidden;
    max-width: 6rem;
    margin-inline: auto;
  }

  .size-options .size-box figure {
    max-width: 6rem;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0.75rem;
  }

  .size-options .size-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

}

.filter-heading {
  padding: 10px 20px;
  border-bottom: 1px solid #dadada;
}

.filter-options li:hover {
  color: var(--new-btn-bg);
}

.simplebar-content::-webkit-scrollbar {
  display: none;
}

.option-container[data-simplebar] {
  overflow-y: scroll;
  scrollbar-width: none;
}

.option-container[data-simplebar] .simplebar-scrollbar {
  display: none !important;
}

.property-headings {
  border-bottom: 1px solid var(--gray-bg);
}

.property-headings .col .active {
  font-weight: 600;
}

.property-content {
  padding: 30px 20px 0;
  margin-bottom: 20px;
}

.property-headings .col button:hover {
  color: var(--gray-bg);

}

.property-headings .col button:hover::after {
  background-color: var(--gray-bg);
}

.property-headings .col button {
  position: relative;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s ease;
}

.property-headings .col button {
  padding: 0 20px;
}

.property-headings .col button::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--gray-bg);
  transition: width 0.3s ease;
}

.property-headings .col button.active::after {
  width: 100%;
}

.property-headings .col button:not(.active)::after {
  width: 0;
}

.sort-container {
  float: right;
  width: 255px;
  padding-bottom: 8px;
}

.sort-filter-section {
  width: 100%;
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}

.sort-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  transform: translate(-50%, -50%) rotate(45deg);
  ;
  transition: ease-in-out 0.25s transform;
}

.sort-arrow-title {
  cursor: pointer;
}

.sort-filter-data {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
  z-index: 2;
  border: 1px solid #dadada;
  border-top: none;
  -webkit-box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .08);
}

span.sort-text {
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
}

.extra_span {
  font-size: 14px;
  color: #B52522;
}

/* @media (min-width:1201px) {
  .product-preview-img img {
    width: 540px;
    height: 540px;
  }
} */