@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@400;500;700&display=swap");
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  color: #242A2E;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  background: #fff;
}

.store-product-listing-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.store-product-listing-page .store-product-listing {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.store-product-listing-page .store-product-listing > .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.store-product-listing-page footer.fc-footer {
  margin-top: auto;
}

a {
  color: #242A2E;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: none;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geologica", sans-serif;
  margin: 0;
}

.link-btn {
  background: #FFC013;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid #FFC013;
  display: flex;
  align-items: center;
  max-width: fit-content;
}
@media (max-width: 767px) {
  .link-btn {
    font-size: 14px;
  }
}
.link-btn svg {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .link-btn svg {
    width: 21px;
  }
}
.link-btn:hover {
  background: #fff;
  color: #FFC013;
}

.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

h1 {
  color: #FFC013;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
h1 span {
  color: #FFC013;
}

h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  text-transform: capitalize;
  color: #242A2E;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 37px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
h2 span {
  color: #FFC013;
}
h2 font {
  color: #055D62;
}

h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

.green-border-btn {
  border: 1px solid #055D62;
  background: rgba(255, 255, 255, 0.2);
}
.green-border-btn:hover {
  background: #055D62;
  border: 1px solid #055D62;
  color: #fff;
}
.green-border-btn:hover svg path:last-child {
  stroke: #fff;
}

.grey-border-btn {
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #242A2E;
}
.grey-border-btn:hover {
  background: #D9D9D9;
  color: #242A2E;
}

.transparent-btn {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.transparent-btn svg path:last-child {
  stroke: #fff;
}
.transparent-btn:hover {
  background: #FFC013;
  color: #fff;
  border: 1px solid #FFC013;
}
.transparent-btn:hover svg path:first-child {
  fill: #fff;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  color: #242A2E;
  margin: 0;
  margin-bottom: 10px;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) !important;
  bottom: 70px;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  background-color: #F8F8F8;
  z-index: 9;
  right: auto;
  top: auto;
  bottom: 0;
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }
}
.slick-arrow:before {
  content: "" !important;
}
.slick-arrow.slick-prev {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18L2 10L10 2" stroke="%23242A2E" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -32px;
}
@media (max-width: 767px) {
  .slick-arrow.slick-prev {
    margin-left: -25px;
  }
}
.slick-arrow.slick-next {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L10 10L2 18" stroke="%23242A2E" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 32px;
}
@media (max-width: 767px) {
  .slick-arrow.slick-next {
    margin-left: 25px;
  }
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #075D61 !important;
}
.slick-arrow:hover.slick-prev, .slick-arrow:focus.slick-prev {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 18L2 10L10 2" stroke="white" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow:hover.slick-next, .slick-arrow:focus.slick-next {
  background-image: url('data:image/svg+xml,<svg width="12" height="20" viewBox="0 0 12 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L10 10L2 18" stroke="white" stroke-width="2.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.slick-arrow:before {
  content: "";
}

.grid-block .slick-arrow {
  top: auto;
  width: 32px !important;
  height: 32px !important;
  left: 50%;
  right: auto;
  border: 1px solid #075D61;
  bottom: -50px !important;
  background-size: 10px !important;
  background-color: #fff;
}
.grid-block .slick-arrow::before {
  content: "" !important;
  opacity: 1 !important;
}

.center-heading {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.center-heading p {
  font-weight: 300;
}

body.popup-open {
  overflow: hidden;
}

.event-list-header {
  padding: 20px 0 50px;
}
@media (max-width: 991px) {
  .event-list-header {
    padding: 20px 0 30px;
  }
}

.event-list-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .event-list-header-inner {
    display: block;
  }
}
@media (max-width: 479px) {
  .event-list-header-inner .event-list-header-right {
    margin-top: 15px;
  }
}
.event-list-header-inner .event-list-header-right span {
  color: #242A2E;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  font-family: "Geologica", sans-serif;
}
.event-list-header-inner .event-list-header-right .custom-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 575px) {
  .event-list-header-inner .event-list-header-right .custom-dropdown {
    margin-left: 10px;
  }
}
.event-list-header-inner .event-list-header-right select {
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 15px 40px 15px 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="16" viewBox="0 0 15 16" fill="none"><path d="M3.75 6.125L7.5 9.875L11.25 6.125" stroke="%23242A2E" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 20px center;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #565051;
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  margin-left: 15px;
}
.event-list-header-inner .event-list-header-right select:focus-visible {
  outline: none;
  border: 1px solid #D9D9D9;
}
@media (max-width: 575px) {
  .event-list-header-inner .event-list-header-right select {
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    background-position: right 15px center;
  }
}

.view-all-btn {
  margin-top: 50px;
}
.view-all-btn .link-btn {
  margin: 0 auto;
  padding: 9px 46px;
}

.iti.iti--allow-dropdown {
  width: 100% !important;
}

.iti__country-list {
  white-space: normal !important;
  z-index: 9 !important;
}
.iti__country-list .iti__country {
  width: 100%;
  min-width: 250px;
}
@media (max-width: 575px) {
  .iti__country-list .iti__country {
    min-width: 100%;
  }
}

.grey-bg {
  background: #F8F8F8;
}
.grey-bg .event-card {
  background: #fff;
}

.no-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}

html, body {
  touch-action: manipulation;
}

.image-section {
  touch-action: manipulation;
}

.shop-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 50px;
}
@media (max-width: 991px) {
  .shop-header {
    padding: 21px 0 40px;
  }
}
@media (max-width: 767px) {
  .shop-header {
    flex-wrap: wrap;
    gap: 15px;
  }
  .shop-header .shop-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.shop-header .shop-filters {
  display: flex;
  justify-content: end;
  gap: 30px;
}
@media (max-width: 767px) {
  .shop-header .shop-filters {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.shop-header .shop-filters .filter-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .shop-header .shop-filters .filter-group {
    gap: 8px;
  }
  .shop-header .shop-filters .filter-group .filter-label {
    font-size: 14px;
  }
}

/* Custom filter dropdowns in Shop header (My Account style) */
.shop-header .shop-filters .filter-group .custom-filter-dropdown {
  position: relative;
  display: inline-block;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown .filter-dropdown-button {
  padding: 8px 12px 8px 35px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
  background: #FFFFFF;
  font-size: 14px;
  color: #333333;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  width: auto;
  min-width: 160px;
  max-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  height: 46px;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown .filter-dropdown-button .filter-dropdown-text {
  flex: 1;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown .filter-dropdown-button svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown.active .filter-dropdown-button svg {
  transform: rotate(180deg);
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown .filter-dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  overflow: hidden;
  min-width: 135px;
  max-width: 180px;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown.active .filter-dropdown-menu {
  display: block;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown .filter-dropdown-menu .filter-dropdown-option {
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown .filter-dropdown-menu .filter-dropdown-option:hover {
  background-color: #F5F5F5;
}
.shop-header .shop-filters .filter-group .custom-filter-dropdown .filter-dropdown-menu .filter-dropdown-option.active {
  background-color: #FFF5E6;
  color: #333333;
}

.shop-header .sort-icons {
  display: none;
}
.shop-header .sort-icons button {
  border: 1px solid #D9D9D9;
  background: none;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}
.shop-header .sort-icons button:hover {
  background: #D9D9D9;
}
.shop-header .sort-icons button.active {
  background: #D9D9D9;
}

.product-grid {
  padding-bottom: 67px;
}
@media (max-width: 1199px) {
  .product-grid {
    padding-bottom: 50px;
  }
}
.product-grid .product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .product-grid .product-row {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .product-grid .product-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product-grid .product-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 479px) {
  .product-grid .product-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-grid .product-row .product-content {
  margin-top: 15px;
}
.product-grid .product-row .product-content h4 {
  font-size: 20px;
}
.product-grid .product-row .product-content p {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 20px;
  opacity: 0.7;
  margin: 0;
  margin-bottom: 10px;
}
.product-grid .product-row .product-content .prd-bottom {
  padding: 0;
  list-style: none;
  margin: 0;
}
.product-grid .product-row .product-content .prd-bottom li {
  margin-bottom: 10px;
}
.product-grid .product-row .product-content .prd-bottom li:last-child {
  margin-bottom: 0;
}
.product-grid .product-row .product-content .prd-bottom li .prd-brand {
  text-decoration: underline;
  font-size: 14px;
}
.product-grid .product-row .product-content .prd-bottom li .prd-price {
  font-size: 20px;
  font-weight: 500;
  color: #055D62;
  font-family: "Geologica", sans-serif;
}
.product-grid .product-row .product-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-grid .product-row figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #f5f5f5;
}
.product-grid .product-row figure img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.product-grid .product-row .product-col:hover figure img {
  transform: scale(1.05);
}
.product-grid .product-row .product-content h4 {
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-grid .product-row .product-content .prd-review {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

/* Pagination Styles */
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
}

.pagination-info {
  font-size: 14px;
  color: #666;
}

.pagination-controls {
  display: flex;
  gap: 10px;
}

.pagination-btn {
  padding: 10px 20px;
  background-color: #055D62;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.pagination-btn:hover {
  background-color: #044a4e;
  color: white;
}

/* Error and No Products Messages */
.error-message,
.no-products-message {
  text-align: center;
  padding: 60px 20px;
  background-color: #f8f9fa;
  border-radius: 12px;
  margin: 40px 0;
}
.error-message p,
.no-products-message p {
  font-size: 18px;
  color: #666;
  margin: 0;
}

.error-message {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
}
.error-message p {
  color: #856404;
}

/* Product link styles */
.product-grid .product-row .product-col a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
.product-grid .product-row .product-col a:hover {
  opacity: 0.8;
}

.product-grid .product-row .product-content h4 a {
  color: inherit;
  text-decoration: none;
}
.product-grid .product-row .product-content h4 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* Load More Button Styles */
.load-more-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0;
}

.load-more-btn {
  background-color: transparent;
  color: #242A2E;
  border: 1px solid #055D62;
  border-radius: 30px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Geologica", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 140px;
  box-shadow: none;
}

.load-more-btn:hover:not(:disabled) {
  background-color: #055D62;
  color: #ffffff;
  border-color: #055D62;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(5, 93, 98, 0.2);
}

.load-more-btn:active:not(:disabled) {
  transform: translateY(0);
  background-color: #044a4e;
  border-color: #044a4e;
  box-shadow: 0 2px 8px rgba(5, 93, 98, 0.15);
}

.load-more-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: #ccc;
  color: #999;
}

.load-more-text {
  display: inline-block;
}

.load-more-spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.load-more-spinner svg {
  vertical-align: middle;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .load-more-container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 0;
  }

  .load-more-btn {
    padding: 12px 24px;
    font-size: 14px;
    min-width: 120px;
  }
}

/*# sourceMappingURL=store-product-listing.css.map */
