.gu-custom-shop-archive,
.gu-custom-shop-archive button,
.gu-custom-shop-archive input,
.gu-custom-shop-archive select {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.gu-shop {
  --gu-teal: #004653;
  --gu-aqua: #008f8a;
  --gu-ink: #173f47;
  --gu-muted: #73858a;
  --gu-line: #e5eeec;
  --gu-soft: #f7faf9;
  background: #fff;
  color: var(--gu-ink);
}

.gu-shop * { box-sizing: border-box; }
.gu-shop-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.gu-shop-hero {
  background: var(--gu-teal);
  color: #fff;
  padding: 58px 0 54px;
}
.gu-shop-hero h1 {
  font-family: "Outfit", sans-serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  color: #fff;
}
.gu-shop-hero p { margin: 0; color: #c6ddda; font-size: 15px; }

.gu-shop-main {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 42px;
  padding-top: 42px;
  padding-bottom: 72px;
}

.gu-filter-panel { min-width: 0; }
.gu-filter-title-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.gu-filter-title-row h2 { font-family: "Outfit", sans-serif; color: var(--gu-teal); font-size: 22px; margin: 0; }
.gu-clear-all { border: 0; background: transparent; color: var(--gu-aqua); font-size: 12px; padding: 0; cursor: pointer; }
.gu-filter-group { margin-bottom: 28px; }
.gu-filter-group h3 { color: #8b97ad; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 12px; }
.gu-filter-group h3 strong { color: var(--gu-teal); }

.gu-category-list,
.gu-subcategory-list { display: grid; gap: 4px; }
.gu-category-list button,
.gu-subcategory-list button {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #52666b;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.gu-category-list button:hover,
.gu-subcategory-list button:hover { color: var(--gu-teal); background: #f2f8f7; }
.gu-category-list button.is-active { background: var(--gu-teal); color: #fff; font-weight: 700; }
.gu-subcategory-list button.is-active { color: var(--gu-aqua); font-weight: 700; }

.gu-checkbox-list { display: grid; gap: 9px; }
.gu-checkbox-list label { display: flex; align-items: center; gap: 9px; color: #65777c; font-size: 13px; cursor: pointer; }
.gu-checkbox-list input { width: 16px; height: 16px; accent-color: var(--gu-aqua); }

.gu-range-wrap { position: relative; height: 22px; margin-top: 16px; }
.gu-range-track { position: absolute; left: 0; right: 0; top: 9px; height: 4px; border-radius: 99px; background: #dce8e6; overflow: hidden; }
.gu-range-track span { display: block; height: 100%; background: var(--gu-aqua); }
.gu-range-wrap input[type="range"] { position: absolute; inset: 0; width: 100%; margin: 0; background: transparent; pointer-events: none; appearance: none; -webkit-appearance: none; }
.gu-range-wrap input[type="range"]::-webkit-slider-thumb { pointer-events: auto; width: 14px; height: 14px; border-radius: 50%; background: var(--gu-aqua); border: 0; appearance: none; -webkit-appearance: none; cursor: pointer; }
.gu-range-wrap input[type="range"]::-moz-range-thumb { pointer-events: auto; width: 14px; height: 14px; border-radius: 50%; background: var(--gu-aqua); border: 0; cursor: pointer; }
.gu-range-values { display: flex; justify-content: space-between; color: #95a2a5; font-size: 11px; }

.gu-products-area { min-width: 0; }
.gu-products-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.gu-active-chips { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.gu-chip { border: 1px solid #dbe8e6; background: #fff; color: #557075; border-radius: 999px; padding: 7px 12px; font-size: 12px; cursor: pointer; }
.gu-chip.is-active,
.gu-chip-all.is-active { background: var(--gu-aqua); color: #fff; border-color: var(--gu-aqua); }
.gu-sort-control { display: flex; align-items: center; gap: 9px; color: #9aa6a9; font-size: 13px; white-space: nowrap; }
.gu-sort-control select { min-width: 184px; height: 42px; border: 1px solid #dce7e5; border-radius: 999px; padding: 0 48px 0 18px; appearance: none; -webkit-appearance: none; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23004653' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 18px center; background-size: 14px 14px; color: var(--gu-teal); font-size: 13px; outline: none; cursor: pointer; }

.gu-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px 16px; }
.gu-product-card { min-width: 0; background: #fff; border: 1px solid #edf2f1; border-radius: 9px; overflow: hidden; display: flex; flex-direction: column; transition: transform .2s ease, box-shadow .2s ease; }
.gu-product-card:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 70, 83, .08); }
.gu-product-media { position: relative; background: var(--gu-soft); overflow: hidden; }
.gu-product-image { display: block; aspect-ratio: 1 / 1; }
.gu-product-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.gu-product-card:hover .gu-product-image img { transform: scale(1.03); }
.gu-product-badge { position: absolute; z-index: 2; top: 8px; left: 8px; max-width: calc(100% - 16px); padding: 5px 8px; border-radius: 4px; background: #e7f7df; color: var(--gu-teal); font-size: 9px; line-height: 1; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.gu-product-content { display: flex; flex-direction: column; flex: 1; padding: 12px 11px 11px; }
.gu-product-brand { color: #008078; font-size: 9px; line-height: 1.2; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; margin-bottom: 5px; }
.gu-product-name { margin: 0; min-height: 39px; font-family: "Outfit", sans-serif; font-size: 14px; line-height: 1.25; font-weight: 700; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.gu-product-name a { color: var(--gu-teal); text-decoration: none; }
.gu-product-rating { min-height: 18px; margin-top: 7px; display: flex; align-items: center; gap: 5px; color: #829397; font-size: 10px; }
.gu-product-rating .star-rating,
.gu-product-rating .star-rating::before,
.gu-product-rating .star-rating span,
.gu-product-rating .star-rating span::before { font-family: star !important; }
.gu-product-rating .star-rating { float: none; width: 5.6em; height: 1em; line-height: 1; font-size: 11px; color: #f5a623; margin: 0; overflow: hidden; }
.gu-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 14px; }
.gu-product-price { color: var(--gu-teal); font-family: "Outfit", sans-serif; font-size: 18px; line-height: 1; font-weight: 800; white-space: nowrap; }
.gu-product-price small { margin-left: 3px; color: #788b90; font-family: "Plus Jakarta Sans", sans-serif; font-size: 10px; font-weight: 500; }
.gu-add-button { min-width: 60px; height: 31px; padding: 0 11px !important; border: 0 !important; border-radius: 4px !important; background: var(--gu-teal) !important; color: #fff !important; display: inline-flex !important; align-items: center; justify-content: center; font-family: "Outfit", sans-serif !important; font-size: 12px !important; font-weight: 700 !important; line-height: 1 !important; text-decoration: none !important; white-space: nowrap; }
.gu-add-button:hover { background: #00353f !important; }
.gu-product-card a.added_to_cart { display: none !important; }

.gu-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.gu-pagination .page-numbers { min-width: 36px; height: 36px; padding: 0 10px; border: 1px solid #dbe8e6; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--gu-teal); text-decoration: none; font-size: 13px; }
.gu-pagination .current { background: var(--gu-teal); color: #fff; border-color: var(--gu-teal); }
.gu-no-products { grid-column: 1 / -1; padding: 70px 20px; text-align: center; background: var(--gu-soft); border-radius: 12px; }
.gu-no-products h3 { font-family: "Outfit", sans-serif; color: var(--gu-teal); }

.gu-mobile-filter-open,
.gu-filter-mobile-head,
.gu-filter-mobile-actions,
.gu-filter-backdrop { display: none; }
.gu-shop.is-loading #gu-products-results { opacity: .45; pointer-events: none; }
.gu-shop.is-loading::after { content: ""; position: fixed; z-index: 99999; width: 34px; height: 34px; border: 3px solid #dce8e6; border-top-color: var(--gu-aqua); border-radius: 50%; left: 50%; top: 50%; margin: -17px; animation: gu-spin .65s linear infinite; }
@keyframes gu-spin { to { transform: rotate(360deg); } }

@media (max-width: 1024px) {
  .gu-shop-main { grid-template-columns: 190px minmax(0, 1fr); gap: 26px; }
  .gu-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .gu-shop-shell { width: min(100% - 28px, 1180px); }
  .gu-shop-hero { padding: 34px 0 32px; }
  .gu-shop-hero h1 { font-size: 30px; }
  .gu-shop-hero p { font-size: 12px; }
  .gu-shop-main { display: block; padding-top: 20px; padding-bottom: 44px; }
  .gu-mobile-filter-open { width: 100%; height: 42px; border: 1px solid #dbe8e6; border-radius: 8px; background: #fff; color: var(--gu-teal); display: flex; align-items: center; justify-content: space-between; padding: 0 14px; font-weight: 700; margin-bottom: 14px; }
  .gu-filter-panel { position: fixed; z-index: 100002; left: 0; top: 0; bottom: 0; width: min(88vw, 360px); padding: 18px; background: #fff; overflow-y: auto; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 18px 0 50px rgba(0,0,0,.14); }
  .gu-shop.filter-open .gu-filter-panel { transform: translateX(0); }
  .gu-filter-mobile-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
  .gu-filter-mobile-head strong { font-family: "Outfit", sans-serif; font-size: 22px; color: var(--gu-teal); }
  .gu-mobile-filter-close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #eef6f4; color: var(--gu-teal); font-size: 22px; line-height: 1; }
  .gu-filter-title-row { display: none; }
  .gu-filter-mobile-actions { position: sticky; bottom: -18px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 10px; margin: 28px -18px -18px; padding: 14px 18px; background: #fff; border-top: 1px solid var(--gu-line); }
  .gu-filter-mobile-actions button { height: 42px; border-radius: 999px; font-weight: 700; }
  .gu-filter-clear-mobile { background: #fff; color: var(--gu-teal); border: 1px solid #cfe0dd; }
  .gu-filter-apply-mobile { background: var(--gu-aqua); color: #fff; border: 0; }
  .gu-filter-backdrop { position: fixed; z-index: 100001; inset: 0; background: rgba(0, 39, 47, .48); }
  .gu-shop.filter-open .gu-filter-backdrop { display: block; }
  body.gu-filter-lock { overflow: hidden; }
  .gu-products-toolbar { align-items: flex-start; flex-direction: column-reverse; gap: 12px; }
  .gu-sort-control { width: 100%; justify-content: flex-end; }
  .gu-sort-control select { min-width: 0; flex: 1; }
  .gu-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .gu-product-content { padding: 9px 8px 9px; }
  .gu-product-name { font-size: 12px; min-height: 31px; }
  .gu-product-brand { font-size: 8px; }
  .gu-product-rating { margin-top: 5px; min-height: 15px; gap: 3px; font-size: 8px; }
  .gu-product-rating .star-rating { font-size: 9px; }
  .gu-product-bottom { padding-top: 10px; gap: 5px; }
  .gu-product-price { font-size: 15px; }
  .gu-product-price small { display: block; margin: 3px 0 0; font-size: 8px; }
  .gu-add-button { min-width: 51px; height: 29px; padding: 0 8px !important; font-size: 10px !important; }
  .gu-product-badge { top: 6px; left: 6px; font-size: 7px; padding: 4px 6px; }
}

/* v1.0.5 dynamic brand and review filters */
.gu-brand-list {
  max-height: 220px;
  padding-right: 4px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #bfd3cf transparent;
}

.gu-checkbox-list label,
.gu-rating-filter-list label {
  width: 100%;
}

.gu-filter-option-label {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gu-filter-count {
  margin-left: auto;
  color: #7e9296;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.gu-rating-filter-list {
  display: grid;
  gap: 9px;
}

.gu-rating-filter-list label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #315660;
  font-size: 12px;
  cursor: pointer;
}

.gu-rating-filter-list input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin: 0;
  border: 1px solid #cbd8d6;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 4px #fff;
  cursor: pointer;
}

.gu-rating-filter-list input[type="radio"]:checked {
  border-color: var(--gu-aqua);
  background: var(--gu-aqua);
}

.gu-filter-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  color: #c8a15a;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -1px;
  white-space: nowrap;
}

.gu-filter-stars span {
  color: #c9a15a;
}

.gu-filter-stars span.is-filled {
  color: #c48718;
}

.gu-rating-up {
  white-space: nowrap;
}

.gu-sort-control select::-ms-expand {
  display: none;
}

/* v1.0.3 card spacing and filter polish */
.gu-category-list button {
  display: block;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #52666b;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease;
}
.gu-category-list button:hover { color: var(--gu-teal); background: #f2f8f7; }
.gu-category-list button.is-active { background: var(--gu-teal); color: #fff; font-weight: 700; }

.gu-product-card {
  min-height: 0 !important;
  border-radius: 8px !important;
}
.gu-product-content {
  padding: 11px 10px 10px !important;
  gap: 0 !important;
}
.gu-product-brand {
  margin: 0 0 5px !important;
  font-size: 9px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: .045em !important;
}
.gu-product-name {
  margin: 0 0 6px !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}
.gu-product-name a {
  color: var(--gu-teal) !important;
  font-family: "Outfit", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}
.gu-product-rating {
  min-height: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 5px !important;
  font-size: 10px !important;
  line-height: 1 !important;
}
.gu-product-rating.is-empty { visibility: hidden; }
.gu-product-rating .star-rating {
  width: 5.45em !important;
  height: 1em !important;
  font-size: 10px !important;
  line-height: 1 !important;
}
.gu-product-bottom {
  margin-top: auto !important;
  padding-top: 13px !important;
  align-items: center !important;
  gap: 8px !important;
}
.gu-product-price,
.gu-product-price .amount,
.gu-product-price bdi {
  font-family: "Outfit", sans-serif !important;
  color: var(--gu-teal) !important;
  font-size: 17px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
}
.gu-product-price small {
  display: inline !important;
  margin-left: 3px !important;
  color: #788b90 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 9px !important;
  font-weight: 500 !important;
}
.gu-add-button {
  min-width: 58px !important;
  height: 30px !important;
  padding: 0 10px !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .gu-category-list button { font-size: 13px; padding: 9px 10px; }
  .gu-product-content { padding: 9px 8px 9px !important; }
  .gu-product-name,
  .gu-product-name a { font-size: 12px !important; line-height: 1.28 !important; }
  .gu-product-name { margin-bottom: 5px !important; min-height: 0 !important; height: auto !important; max-height: none !important; }
  .gu-product-rating { margin: 0 !important; min-height: 14px !important; height: 14px !important; }
  .gu-product-price,
  .gu-product-price .amount,
  .gu-product-price bdi { font-size: 15px !important; }
  .gu-product-price small { display: inline !important; margin-left: 2px !important; font-size: 8px !important; }
  .gu-add-button { min-width: 50px !important; height: 28px !important; font-size: 10px !important; }
}
