/*
Theme Name: Agifly Theme
Theme URI: https://agifly.be/
Author: Agifly
Author URI: https://agifly.be/
Description: A professional WordPress theme for Agifly.
Version: 1.2.10
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: agifly-theme
*/

/* Wishlist Styles */

#wishlist-grid .no-items {
  text-align: center;
  padding: 3rem 1rem;
  color: #666;
  font-size: 1.1rem;
  grid-column: 1 / -1;
}

/* Card styles */
#wishlist-grid .card-wrapper {
  transition: all 0.3s ease;
}

#wishlist-grid .card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Empty state */
.empty-wishlist {
  text-align: center;
  padding: 4rem 1rem;
}

.empty-wishlist .icon {
  font-size: 3rem;
  color: #ddd;
  margin-bottom: 1rem;
}

.empty-wishlist h3 {
  color: #666;
  margin-bottom: 1rem;
}

.empty-wishlist p {
  color: #999;
  margin-bottom: 1.5rem;
}

/* Loading animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --font-primary: 'Avenir', Sans-serif;
  --font-montserrat: 'Montserrat Alternates';
  --font-londrina: 'Londrina Solid';
  --font-secondary: 'Montserrat Alternates', sans-serif;
  --font-text: 'Londrina Solid', sans-serif;
  --font-accent: 'Neucha', sans-serif;
  --color-white: #fff;
  --Blanc: #fff;
  --color-black: #000;
  --color-gray-light: #f9f9f9;
  --color-gray: #666;
  --color-gray-dark: #333;
  --color-primary: #6e6809;
  --color-green: #71b332;
  --color-yellow: #e4e67e;
  --color-red: #ed4244;
  --color-purple: #6b21a8;
  --color-blue: #0073aa;
  --color-blue-dark: #005d87;

  --spacing-xs: 4px;
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 20px;
  --spacing-xl: 24px;

  --radius-xs: 2px;
  --radius-s: 5px;
  --radius-m: 10px;
  --radius-l: 24px;
  --radius-xl: 32px;
  --radius-circle: 50%;
  --radius-pill: 101px;

  --shadow-default: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-hover: 0 0 5px rgba(0, 0, 0, 0.1);

  --transition-default: all 0.3s ease;

  --container-width: 1360px;
  --button-width: 280px;

  --font-size-s: 0.9em;
  --font-size-m: 1.2em;
  --font-size-l: 16px;
  --font-size-xl: 24px;

  --line-height-normal: normal;
  --line-height-relaxed: 24px;
}

body {
  font-family: var(--font-primary);
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

p {
  padding: 0;
  margin: 0;
}

/*
 * Global Variables
*/
:root {
  --PaddingM: var(--spacing-m);
  --Padding-M: var(--spacing-m);
  --RadiusSmall: var(--radius-xs);
  --Primary-600: var(--color-primary);
  --White: var(--color-white);
  --load-more-button-width: var(--button-width);
  --Radius-Small: var(--radius-xs);
}

/* Breadcrumb */
body.home #breadcrumb {
  display: none;
}

.agifly-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #222;
}

.agifly-breadcrumb a,
.agifly-breadcrumb span {
  color: #222;
  font-family: var(--font-montserrat) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none !important;
}

/* #grid-section {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 26.5px;
} */

#grid-section.results-section,
#wishlist-section.results-section {
  background: rgba(234, 235, 181, 0.2);
  /* padding: 40px 26.5px; */
}

#grid-section .container,
#wishlist-section .container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 26.5px;
}

#grid-section.results-section .container,
#wishlist-section.results-section .container {
  padding: 40px 26.5px;
}

#wishlist-section .container .no-items {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-londrina);
  color: #222;
}

.search-section {
  display: flex;
  gap: 16px;
  align-items: end;
  flex-wrap: wrap;
  max-width: 1198px;
  width: 100%;
  margin: 0 auto;
}

.search-section .select-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 514px;
  width: 100%;
  position: relative;
}

.search-section .select-wrap label {
  font-family: var(--font-accent);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(34, 34, 34, 0.6);
}

.search-section .select-wrap .select2-containert {
  width: 100% !important;
}

.search-section .select-wrap .select2 .selection .select2-selection {
  display: flex;
  height: 48px;
  border-radius: 41px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  align-items: center;
  align-self: stretch;
  padding: 0;
  gap: 0;
}

.search-section .select-wrap .select2 .selection .select2-selection.select2-selection--clearable {
  height: 100%;
}

#active-filters {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  max-width: 1198px;
  width: 100%;
  margin: 16px auto 0;
}

#active-filters .active-filters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#active-filters .active-filters-list .filter-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #eaebb5;
  border-radius: 46px;
  padding: 4px 16px;
  color: #222;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

#active-filters .active-filters-list .filter-tag button {
  padding: 0;
  border: none;
  background: none;
  display: inherit;
  cursor: pointer;
}

#active-filters #reset-filters {
  background: none;
  border: none;
  padding: 0;
  color: var(--color-red);
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 226px;
  cursor: pointer;
}

.select2-container .select2-selection--multiple.select2-selection--clearable .select2-selection__rendered {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-left: 20px;
  padding: 10px 0;
}

.select2-container .select2-selection--multiple.select2-selection--clearable .select2-selection__rendered .select2-selection__choice {
  margin: 0 !important;
}

.search-section .select-wrap .select2 .selection .select2-selection.select2-selection--clearable .select2-search {
  width: max-content;
}

.search-section .select-wrap .select2 .selection .select2-selection .select2-search {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  display: inline-block;
}

.search-section .select-wrap .select2 .selection .select2-selection .select2-search textarea {
  margin: 0;
  padding: 14px 15px;
  height: 100%;
  width: 100% !important;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-montserrat);
  color: #222;
}

.search-section .select-wrap .select2 .selection .select2-selection.select2-selection--clearable .select2-search textarea {
  padding: 5px 15px;
}

.search-section .select-wrap .select2 .selection .select2-selection--multiple::after {
  content: '';
  background-image: url(/wp-content/themes/agifly-theme/assets/images/icons/arrow-down.svg);
  width: 24px;
  height: 24px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  margin-right: 10px;
}

.search-section .select-wrap .select2 .selection .select2-selection--multiple.select2-selection--clearable::after {
  content: unset;
}

.search-section .select-wrap .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
  top: 10px;
  font-size: 1.2em;
}

.search-section .select-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  border-color: #ffffff;
}

.search-section .select-wrap .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #71b332;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-montserrat);
  margin-top: 0;
  margin-left: 20px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #71b332;
}

.select2-results__option--selectable {
  font-size: 14px;
  font-family: var(--font-montserrat);
  font-weight: 600;
}

.search-section .input-wrap {
  position: relative;
}

.search-section .input-wrap input {
  width: 514px;
  height: 48px;
  border-radius: 41px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  align-items: center;
  align-self: stretch;
  gap: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--font-montserrat);
  color: #222;
  padding: 0 16px 0 48px;
}

.search-section .input-wrap input:focus-visible {
  outline: none;
}

.search-section .input-wrap::before {
  content: '';
  background-image: url(/wp-content/themes/agifly-theme/assets/images/icons/search-icon.svg);
  background-size: 21px;
  width: 24px;
  height: 24px;
  display: flex;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 19px;
}

.search-section #search-btn {
  border-radius: 57px;
  background: #71b332;
  padding: 12px 24px 12px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font-montserrat);
  color: #fff;
  border: 0;
  cursor: pointer;
}

#grid,
#wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(409px, 1fr));
  gap: 40px;
  transition: var(--transition-default);
}

/* @media (min-width: 640px) {
  #grid,
  #wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  #grid,
  #wishlist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1280px) {
  #grid,
  #wishlist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
} */

#grid .card,
#wishlist-grid .card {
  background: var(--color-white);
  border-radius: 32px;
  padding: 8px;
  box-shadow: 0 0 16px 0 rgba(28, 76, 54, 0.08);
  position: relative;
  height: fit-content;
  flex: 1;
}

#grid .card .card-content,
#wishlist-grid .card .card-content {
  padding: 16px;
}

#grid .card.kit-yellow,
#wishlist-grid .card.kit-yellow {
  background: #ffcf64;
}

#grid .card.purple,
#wishlist-grid .card.purple {
  background: #a794dc;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#grid .card.purple .header,
#wishlist-grid .card.purple .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

#grid .card.purple .header .content,
#wishlist-grid .card.purple .header .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 172px;
}

#grid .card.purple .header .content .promo-label,
#wishlist-grid .card.purple .header .content .promo-label {
  font-family: var(--font-accent);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

#grid .card.purple .header .content h3,
#wishlist-grid .card.purple .header .content h3 {
  font-size: 32px;
}

#grid .card.purple .promo-body,
#wishlist-grid .card.purple .promo-body {
  margin-bottom: 26px;
}

#grid .card.purple .promo-body p,
#wishlist-grid .card.purple .promo-body p {
  margin: 0;
}

#grid .card.purple a.cta,
#wishlist-grid .card.purple a.cta {
  width: fit-content;
  background-color: #000;
}

#grid .card > img,
#wishlist-grid .card > img {
  width: 100%;
  height: 153px;
}

#grid .card .format,
#wishlist-grid .card .format {
  display: inline-block;
  color: #000;
  font-family: var(--font-montserrat);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border-radius: 24px;
  background: rgba(255, 170, 101, 0.4);
  padding: 4px 8px;
  margin-bottom: 8px;
}

#grid .card h3,
#wishlist-grid .card h3 {
  color: #000;
  font-family: var(--font-londrina);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 8px;
}

#grid .card p,
#wishlist-grid .card p {
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 16px;
}

#grid .card .btns-wrap,
#grid .card .btns-wrap .link-btns,
#wishlist-grid .card .btns-wrap,
#wishlist-grid .card .btns-wrap .link-btns {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

#grid .card .btns-wrap .link-btns,
#wishlist-grid .card .btns-wrap .link-btns {
  flex-direction: row;
}

#grid .card button,
#grid .card a,
#wishlist-grid .card button,
#wishlist-grid .card a {
  padding: 8px 24px;
  border-radius: 57px;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

#grid .card .like,
#wishlist-grid .card .like {
  position: absolute;
  top: var(--spacing-m);
  right: var(--spacing-m);
  border-radius: 101px;
  border: 1px solid #d1d1d1;
  background: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#grid .card .like svg:hover,
#wishlist-grid .card .like svg:hover {
  transform: scale(1.1);
}

#grid .card .detail,
#wishlist-grid .card .detail {
  background: #ffffff;
  color: #222;
  padding: 8px 16.25px;
  border-radius: 57px;
  border: 1px solid #222;
  width: 100%;
  min-width: 174.5px;
}

#grid .card .detail:hover,
#wishlist-grid .card .detail:hover {
  color: #0a7142 !important;
  border-color: #0a7142 !important;
}

#grid .card .detail:hover img,
#wishlist-grid .card .detail:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(78%) saturate(7500%) hue-rotate(130deg) brightness(92%) contrast(112%);
}

#grid .card .share,
#wishlist-grid .card .share {
  background: #ffffff;
  color: #222;
  padding: 8px 32.25px;
  border-radius: 57px;
  border: 1px solid #222;
  width: 100%;
}

#grid .card .share:hover,
#wishlist-grid .card .share:hover {
  color: #0a7142 !important;
  border-color: #0a7142 !important;
}

#grid .card .share:hover img,
#wishlist-grid .card .share:hover img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(78%) saturate(7500%) hue-rotate(130deg) brightness(92%) contrast(112%);
}

#grid .card .add-to-cart,
#grid .card .remove-from-cart,
#wishlist-grid .card .add-to-cart,
#wishlist-grid .card .remove-from-cart {
  background: #71b332;
  color: var(--color-white);
}

#grid .card .add-to-cart:hover,
#grid .card .remove-from-cart:hover,
#wishlist-grid .card .add-to-cart:hover,
#wishlist-grid .card .remove-from-cart:hover {
  background: #0a7142;
}

#grid .card .download,
#wishlist-grid .card .download {
  background: #73adf2;
  color: var(--color-white);
}

#grid .card .download:hover,
#wishlist-grid .card .download:hover {
  background: #1973e0;
  color: var(--color-white);
}

#grid .card .add-to-cart.added,
#wishlist-grid .card .add-to-cart.added {
  background: #71b332;
  cursor: not-allowed;
}

#grid .card .view-video,
#wishlist-grid .card .view-video {
  background: #ed4244;
  color: var(--color-white);
}

#grid .card .view-video:hover,
#wishlist-grid .card .view-video:hover {
  background: #a31c18;
  color: var(--color-white);
}

#grid .card .cta,
#wishlist-grid .card .cta {
  background: var(--color-purple);
  color: var(--color-white);
}

#grid .no-results,
#wishlist-grid .no-results {
  text-align: center;
  padding: var(--spacing-l);
  background: var(--color-gray-light);
  border-radius: var(--radius-m);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--color-white);
  color: #192b58;
  text-decoration: none;
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.pagination .page-link.active {
  background: #71b332;
  color: var(--color-white);
}

.pagination .ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff;
  color: #192b58;
  cursor: default;
}

.pagination .page-link:hover:not(.active) {
  background: #f0f0f0;
  box-shadow: var(--shadow-hover);
}

.toast {
  position: fixed;
  bottom: var(--spacing-l);
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-gray-dark);
  color: var(--color-white);
  padding: var(--spacing-m) var(--spacing-l);
  border-radius: var(--radius-s);
  z-index: 1000;
}

.like-toast {
  width: 171px;
}

#grid-section.results-section .loading,
#wishlist-section.results-section .loading,
.checkout-cart .loading {
  height: 446px;
  width: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

#grid-section.results-section .loading img,
#wishlist-section.results-section .loading img,
.checkout-cart .loading img {
  width: 100px;
}

.checkout-cart .loading {
  height: 150px;
}

/* Cart Loader */
.cart-items {
  position: relative;
  min-height: 100px; /* Ensure there's space for the loader */
}

.cart-items.loading-state > *:not(.loading) {
  opacity: 0.3;
  pointer-events: none;
}

.cart-items .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cart-items .loading img {
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.cart-items .empty-cart {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-londrina);
  color: #222;
  padding: var(--spacing-l);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.elementor-widget-image img {
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
}

/**
 * Cart START
 */
.cart-container {
  /* padding: 40px 0;
  background: rgba(234, 235, 181, 0.2); */
}

.cart-title-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  margin-bottom: 24px;
}

.cart-title-bar h3 {
  color: var(--Noir, #222);
  text-align: center;
  font-family: 'Londrina Solid';
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.cart-title-bar > .order-btn {
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 57px;
  background: #71b332;
  color: #fff;
  text-align: center;
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  border: none;
  text-decoration: none;
}

.cart-title-bar > .order-btn:hover {
  background: #0a7142 !important;
  color: #fff !important;
}

.cart-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cart-items .item {
  display: flex;
  align-items: center;
  padding: var(--PaddingM);
  background: var(--color-white);
  margin: 0px;
  flex: 1;
  padding: var(--spacing-s);
  gap: 16px;
  border-radius: 32px;
}

.cart-items .item > img {
  width: 195px;
  height: 192px;
  object-fit: cover;
  border-radius: 20px;
}

.cart-items .item .item-content {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  padding: var(--spacing-m);
  padding-left: 0;
  gap: 16px;
}

.cart-items .item .item-content .item-info {
  justify-content: space-between;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.cart-items .item .item-content .item-info .item-tags-container {
  font-family: var(--font-montserrat);
  display: flex;
  gap: var(--spacing-m);
}

.cart-items .item .item-content .item-info .item-tags-container .tags {
  border-radius: var(--radius-l);
  background: var(--color-yellow);
  display: flex;
  padding: var(--spacing-xs) var(--spacing-s);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-m);
  color: var(--color-black);
  font-family: var(--font-secondary), sans-serif;
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-relaxed);
}

.cart-items .item .item-content .item-actions {
  display: flex;
  flex-direction: column;
  width: 268px;
  justify-content: space-between;
}

.cart-items .item .item-content .item-actions .item-quick-actions {
  display: flex;
  justify-content: end;
  gap: var(--spacing-s);
}

.cart-items .item .item-content .item-actions .item-quick-actions a {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-m);
  border-radius: var(--radius-pill);
  border: 1px solid var(--color-green);
  background: var(--color-white);
}

.cart-items .item .item-content .item-title b {
  color: var(--color-black);
  font-family: var(--font-londrina), sans-serif;
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-normal);
}

.cart-items .item .item-content .item-title span {
  color: var(--color-black);
  font-family: var(--font-secondary), sans-serif;
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-relaxed);
}

.cart-items .btns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
}

.cart-items .btns .quantity {
  display: flex;
  gap: 8px;
}

.cart-items .btns .quantity input.quantity-input {
  width: 30px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
  color: #222;
  text-align: center;
  font-family: 'Montserrat Alternates';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.cart-items .btns .quantity input[type='number']::-webkit-inner-spin-button,
.cart-items .btns .quantity input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-items .btns .quantity .quantity-btn {
  display: flex;
  width: 43px;
  height: 43px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  background: #eaebb5;
  border: none;
  cursor: pointer;
}

.cart-items .remove-btn {
  display: flex;
  padding: var(--spacing-s) var(--spacing-xl);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-s);
  border-radius: var(--radius-xl);
  border: none;
  background: var(--color-red);
  color: var(--Blanc, #fff);
  text-align: center;
  font-family: var(--font-secondary), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.cart-items .remove-btn:hover {
  background: #a31c18 !important;
  color: #fff !important;
}

.cart-items .order-btn {
  padding: 12px 24px;
  text-decoration: none;
  color: var(--color-green);
  background-color: var(--White);
  border: 1px solid var(--color-green);
  cursor: pointer;
}

.cart-items .order-btn:hover {
  background: #0a7142 !important;
  color: #fff !important;
}

/* Checkout */

.checkout-process {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 20px;
}

.checkout-form-wrap {
  flex: 1;
  padding: 40px;
}

.checkout-process h2 {
  color: #222 !important;
  font-family: var(--font-londrina) !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 24px;
}

.checkout-form-wrap p {
  color: #000000;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.checkout-form-wrap #checkout-form .form-row {
  display: flex;
  gap: 24px;
}

.checkout-form-wrap #checkout-form .form-row .form-group {
  flex: 1;
}

.checkout-form-wrap #checkout-form .form-group {
  margin-bottom: 24px;
}

.checkout-form-wrap #checkout-form .form-group.large-row {
  flex: 2.5;
}

.checkout-form-wrap #checkout-form .form-group label {
  display: block;
  color: rgba(34, 34, 34, 0.6);
  font-family: var(--font-accent);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 2px;
}

.checkout-form-wrap #checkout-form .newsletter-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 24px;
}

.checkout-form-wrap #checkout-form .newsletter-checkbox input {
  width: 18px;
  height: 18px;
}

.checkout-form-wrap #checkout-form .newsletter-checkbox label {
  color: #222;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.checkout-form-wrap #checkout-form .form-group input,
.checkout-form-wrap #checkout-form .form-group textarea {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  background: #fff;
  width: 100%;
  padding: 8px 12px;
  height: 48px;
  color: #000000;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.checkout-form-wrap #checkout-form .form-group input:focus,
.checkout-form-wrap #checkout-form .form-group input:focus-visible,
.checkout-form-wrap #checkout-form .form-group textarea:focus,
.checkout-form-wrap #checkout-form .form-group textarea:focus-visible {
  border: 2px solid #05a159;
  outline: none;
}

.checkout-form-wrap #checkout-form .form-group input.error {
  border: 1px solid #ed4244;
}

.checkout-form-wrap #checkout-form .error-message {
  color: #ed4244;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.checkout-form-wrap #checkout-form .form-group textarea {
  height: 168px;
}

.notice {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  border-radius: 8px;
  background: rgba(255, 170, 101, 0.1);
  padding: 16px;
}

.notice img {
  width: 27px;
  height: 27px;
}

.notice p {
  color: #000000;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}

.checkout-form-wrap #checkout-form .order-btn {
  padding: 12px 24px;
  text-decoration: none;
  color: #fff;
  border-radius: 57px;
  background: #71b332;
  border: none;
  cursor: pointer;
  text-align: center;
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
}

.checkout-form-wrap #checkout-form .order-btn:hover {
  background: #0a7142 !important;
  color: #fff !important;
}

.checkout-cart {
  flex: 1;
  border-radius: 8px;
  background: #eaebb5;
  padding: 40px;
}

.checkout-cart .checkout-cart-items .empty-cart {
  margin: 20px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-londrina);
  color: #222;
}

.checkout-cart .checkout-cart-items .checkout-cart-item {
  border-radius: 32px;
  border: 1px solid #eaebb5;
  background: #fff;
  padding: 24px;
  margin-bottom: 16px;
}

.checkout-cart .checkout-cart-items .checkout-cart-item .item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.checkout-cart .checkout-cart-items .checkout-cart-item .item-header .tags span {
  border-radius: 24px;
  background: #e4e67e;
  padding: 4px 8px;
  color: #000;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.checkout-cart .checkout-cart-items .checkout-cart-item .item-header .quantity span {
  color: #000;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.checkout-cart .checkout-cart-items .checkout-cart-item .item-title h3 {
  color: #000;
  font-family: var(--font-londrina);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  display: inline-block;
}

.checkout-cart .checkout-cart-items .checkout-cart-item .item-title span {
  color: #000;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.checkout-cart .checkout-cart-content .border-line {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #ffffff;
  margin-bottom: 16px;
}

.checkout-cart .checkout-cart-content > p {
  color: #000;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.checkout-cart .show-cart-btn,
.checkout-cart .hide-cart-btn {
  display: none;
}

/* Checkout Confirmation section */

.checkout-success .customer-details {
  padding: 24px;
  border-radius: 16px;
  background: rgba(234, 235, 181, 0.32);
  margin-bottom: 24px;
}

.checkout-success .customer-details h3 {
  color: #222;
  font-family: var(--font-accent);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-bottom: 16px;
}

.checkout-success .customer-details .customer-detail-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  align-self: stretch;
  flex-wrap: wrap;
}

.checkout-success .customer-details .customer-detail-item {
  margin-bottom: 16px;
}

.checkout-success .customer-details .customer-detail-item .customer-detail-label {
  color: #000;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 4px;
  display: block;
}

.checkout-success .customer-details .customer-detail-item .customer-detail-value {
  color: #000;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

/* .checkout-success .download-content-btn-wrap {
  margin-bottom: 72px;
} */

.checkout-success .download-content-btn-wrap .download-content-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border: 0;
}

.checkout-success .download-content-btn-wrap .download-content-btn span {
  color: #71b332;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.checkout-success .download-content-btn-wrap .download-content-btn:hover {
  cursor: pointer;
}

.checkout-success .download-content-btn-wrap .download-content-btn:hover svg path {
  stroke: #0a7142;
}

.checkout-success .download-content-btn-wrap .download-content-btn:hover span {
  color: #0a7142;
}

.total-kits,
.total-supports {
  color: #05a159;
  font-family: var(--font-londrina);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* .checkout-success .quick-links {
  display: flex;
  align-items: center;
  gap: 10px;
} */

/* Related Kits */

.related-kits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 168px !important;
  gap: 24px !important;
}

.related-kits-grid .related-kit {
  background: #eaebb5 !important;
}

.related-kits-grid .related-kit.static-item {
  background: unset !important;
}

.related-kits-grid .static-item .static-link {
  text-decoration: none;
}

.related-kits-grid .static-item .static-link .static-link-content {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: var(--font-londrina);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.related-kits-grid .related-kit .btns-wrap .link-btns {
  flex-direction: column !important;
}

.related-kits-grid .related-kit .btns-wrap a.detail,
.related-kits-grid .related-kit .btns-wrap button.share {
  border: unset !important;
}

.related-kits-grid .related-kit .btns-wrap a.detail:hover,
.related-kits-grid .related-kit .btns-wrap button.share:hover {
  color: #0a7142 !important;
}
.related-kits-grid .related-kit .btns-wrap button.add-to-cart:hover {
  background-color: #0a7142 !important;
}

.related-kits-grid .related-kit .btns-wrap a.download:hover {
  background-color: #1973e0 !important;
}

.toggle-content-wrapper .toggle-content-short,
.toggle-content-wrapper .toggle-content-full {
  color: #000;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.toggle-content-wrapper .toggle-content-btn {
  cursor: pointer;
  color: #71b332 !important;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  background: unset;
  border: unset;
  padding: 0;
  margin-top: 16px;
}

.toggle-content-wrapper .toggle-content-btn:hover,
.toggle-content-wrapper .toggle-content-btn:focus {
  color: #0a7142 !important;
  background: unset !important;
}

.action-btns a,
.action-btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 24px;
  border-radius: 57px;
  color: #fff;
  text-align: center;
  font-family: var(--font-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none !important;
  border: none !important;
  cursor: pointer;
}

.action-btns a.download {
  background-color: #73adf2;
  color: #fff !important;
}

.action-btns button.add-to-cart span,
.action-btns a.download span {
  color: #fff;
}

.action-btns a.download:hover {
  background-color: #1973e0;
}

.action-btns button.add-to-cart {
  background-color: #71b332;
  color: #fff !important;
}

.action-btns button.add-to-cart:hover {
  background-color: #0a7142;
}

#grid.related-supports-grid {
  grid-template-columns: 1fr 1fr 1fr !important;
}

.relatedd-kit.hidden-item {
  display: none;
}

.related-kits-grid.show-all .relatedd-kit.hidden-item {
  display: block;
}

#toggle-related-supports {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: unset;
  border: none;
  padding: 0;
  width: 100%;
  margin-top: 24px;
  color: #222;
}

.share-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.share-popup.active {
  opacity: 1;
  visibility: visible;
}

.share-popup-content {
  background: white;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.share-popup.active .share-popup-content {
  transform: translateY(0);
}

.share-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.share-popup-header h4 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--font-londrina);
  font-weight: 400;
  color: #222;
}

.share-popup-close {
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  cursor: pointer !important;
  color: #666 !important;
  padding: 0 !important;
}

.share-popup-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 20px;
}

.share-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border-radius: 8px;
  color: #333 !important;
  transition: all 0.2s ease;
  border: 1px solid #eee;
  text-decoration: none !important;
}

.share-link:hover {
  background: #f8f8f8;
  transform: translateY(-2px);
}

.share-link img {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.share-link span {
  font-size: 14px;
  font-family: var(--font-secondary);
  text-decoration: none;
}

.support-disclaimer {
  margin: 0;
}

/* Responsive adjustments */

@media (max-width: 1280px) {
  .search-section .select-wrap,
  .search-section .input-wrap input {
    width: 460px;
  }

  .search-section .select-wrap .select2 .selection .select2-selection .select2-search textarea {
    font-size: 14px;
  }

  .search-section .input-wrap input {
    font-size: 14px;
  }

  .search-section .select-wrap .select2-container .select2-selection--multiple.select2-selection--clearable .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 16px;
    gap: 10px;
  }

  .search-section .select-wrap .select2-container .select2-selection--multiple.select2-selection--clearable .select2-selection__rendered .select2-selection__choice {
    margin: 0;
  }

  /* .search-section .select-wrap .select2 .selection .select2-selection.select2-selection--clearable .select2-search {
    width: 10%;
  } */

  #grid,
  #wishlist-grid {
    grid-template-columns: repeat(auto-fit, minmax(372px, 1fr));
  }
}

@media (max-width: 1024px) {
  .search-section .select-wrap,
  .search-section .input-wrap input,
  .search-section .input-wrap,
  .search-section .select-wrap .select2-container,
  .search-section #search-btn {
    width: 100% !important;
    max-width: 100%;
  }

  .related-kits-grid {
    display: flex !important;
    overflow-x: auto;
    gap: 24px !important;
    padding: 0 15px 20px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }

  .related-kits-grid::-webkit-scrollbar {
    display: none;
  }

  .related-kits-grid .related-kit {
    flex: 0 0 45% !important;
    scroll-snap-align: start;
  }
}
@media (max-width: 992px) {
  .checkout-process {
    flex-direction: column-reverse;
  }

  #active-filters {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  #grid-section.results-section .container,
  #wishlist-section.results-section .container {
    padding: 40px 16px;
  }

  #wishlist-section h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .checkout-form-wrap {
    padding: 40px 0;
  }

  .checkout-form-wrap #checkout-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .checkout-form-wrap #checkout-form .order-btn {
    padding: 12px 21px;
  }

  .checkout-cart {
    padding: 16px;
    width: 100%;
  }

  .checkout-cart .show-cart-btn,
  .checkout-cart .hide-cart-btn {
    color: #222;
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-decoration: none;
  }

  .checkout-cart .hide-cart-btn {
    display: none;
  }

  .checkout-cart .checkout-cart-content {
    display: none;
  }

  .related-kits-grid .related-kit {
    flex: 0 0 89.5% !important;
    scroll-snap-align: start;
  }

  .related-kits-grid .related-kit .btns-wrap {
    flex-direction: row !important;
    justify-content: space-between;
  }

  .related-kits-grid .related-kit .btns-wrap .link-btns {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .related-kits-grid .related-kit .btns-wrap a,
  .related-kits-grid .related-kit .btns-wrap button {
    width: 59px !important;
    height: 59px;
    min-width: unset !important;
    padding: 16px !important;
  }

  .related-kits-grid .related-kit .btns-wrap a span,
  .related-kits-grid .related-kit .btns-wrap button span {
    display: none;
  }

  .relatedd-kit.hidden-item {
    display: block !important;
  }

  .related-kits-grid.show-all .relatedd-kit.hidden-item {
    display: flex !important;
  }

  #toggle-related-supports {
    display: none;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 425px) {
  #grid,
  #wishlist-grid {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }

  #grid .card .btns-wrap .link-btns,
  #wishlist-grid .card .btns-wrap .link-btns {
    flex-wrap: wrap;
  }
}
/* 
@media (max-width: 767px) {
  .related-kits-grid {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 0 15px 20px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .related-kits-grid .related-kit {
    flex: 0 0 85%;
    scroll-snap-align: start;
  }
} */
