/* RR Honey shop — two-column sidebar + compact product cards */

.rr-shop-page {
  background: #fff;
  padding-top: clamp(2.4rem, 4vw, 4rem) !important;
  padding-bottom: clamp(3.2rem, 5vw, 5.6rem) !important;
}

.rr-shop-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
  gap: clamp(2rem, 3vw, 3.2rem);
  align-items: start;
}

@media (max-width: 991px) {
  .rr-shop-layout {
    grid-template-columns: 1fr;
  }
}

/* —— Sidebar —— */
.rr-shop-sidebar {
  position: sticky;
  top: 10rem;
  padding: 0.4rem 0.8rem 0 0;
}

@media (max-width: 991px) {
  .rr-shop-sidebar {
    display: none;
  }
}

.rr-shop-sidebar__block {
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  border-bottom: 1px solid var(--rr-line, rgba(26, 20, 15, 0.14));
}

.rr-shop-sidebar__block:last-of-type {
  border-bottom: 0;
  margin-bottom: 1.2rem;
  padding-bottom: 0;
}

.rr-shop-sidebar__title {
  margin: 0 0 1.2rem;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--rr-ink, #1a140f);
}

.rr-shop-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.rr-shop-check {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.5rem;
  color: var(--rr-ink-soft, #4a3d32);
  line-height: 1.3;
}

.rr-shop-check em {
  font-style: normal;
  color: #9a8b7c;
  margin-left: 0.2rem;
}

.rr-shop-check input {
  width: 1.6rem;
  height: 1.6rem;
  accent-color: var(--rr-forest, #2a5a3c);
  flex-shrink: 0;
}

.rr-shop-sidebar__clear {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--rr-amber-deep, #c45e12);
  text-decoration: underline;
  cursor: pointer;
}

.rr-shop-sidebar__clear:hover {
  color: var(--rr-ink, #1a140f);
}

/* —— Main column —— */
.rr-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.6rem;
}

.rr-shop-toolbar .product__showing--count {
  margin: 0;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.5rem;
  color: var(--rr-ink-soft, #4a3d32);
}

.rr-shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.6rem, 2vw, 2.4rem);
}

.rr-shop-grid--value {
  margin-top: 0.8rem;
}

@media (max-width: 1199px) {
  .rr-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .rr-shop-grid {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .rr-shop-card {
    border-radius: 0.8rem;
    box-shadow: 0 0.6rem 1.8rem rgba(26, 20, 15, 0.06);
  }

  .rr-shop-card__media {
    height: 28rem;
  }

  .rr-shop-card__body {
    padding: 1.8rem 2.2rem 2rem;
    gap: 1.2rem;
    background: linear-gradient(180deg, #fff 0%, #faf6f0 100%);
    border-top: 1px solid rgba(26, 20, 15, 0.06);
  }

  .rr-shop-card__title {
    min-height: 0;
    font-size: 2.2rem;
    text-align: center;
    max-width: 92%;
    margin-inline: auto;
  }

  .rr-shop-card__desc {
    margin: 0 auto;
    font-size: 1.4rem;
    text-align: center;
    max-width: 92%;
    -webkit-line-clamp: 3;
  }

  .rr-shop-actions {
    grid-template-columns: minmax(0, 1fr) 8.4rem 8.4rem;
    gap: 0.5rem;
    max-width: 86%;
    margin-inline: auto;
    padding-inline: 0.6rem;
  }

  .rr-shop-card__footer {
    max-width: 86%;
    margin-inline: auto;
    padding-inline: 0.6rem;
    width: 100%;
  }

  .rr-shop-price__current {
    font-size: 1.75rem;
  }

  .rr-shop-price__old {
    font-size: 1.05rem;
  }

  .rr-shop-size__select,
  .rr-shop-size--static {
    width: 8.4rem;
    min-width: 8.4rem;
    max-width: 8.4rem;
    font-size: 1.15rem;
    padding-inline: 0.6rem 2rem;
    height: 3.6rem;
  }

  .rr-shop-qty {
    width: 8.4rem;
    grid-template-columns: 2.4rem 3.6rem 2.4rem;
    height: 3.6rem;
  }

  .rr-shop-add {
    width: auto;
    min-width: 14rem;
    max-width: 100%;
    padding: 1.1rem 2.4rem;
    margin-top: 0;
  }
}

.rr-shop-empty {
  text-align: center;
  padding: 4.8rem 1.6rem;
  color: var(--rr-ink-soft, #4a3d32);
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.6rem;
}

/* —— Compact product card —— */
.rr-shop-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(26, 20, 15, 0.1);
  border-radius: 0.4rem;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}

.rr-shop-card:hover {
  box-shadow: 0 0.8rem 2.4rem rgba(26, 20, 15, 0.08);
}

.rr-shop-card--highlight {
  outline: 0.2rem solid var(--rr-forest, #2a5a3c);
  outline-offset: 0.2rem;
}

.rr-shop-card__media {
  position: relative;
  isolation: isolate;
  width: 100%;
  height: 32rem;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.45), transparent 55%),
    linear-gradient(145deg, #e8efe9 0%, #c5d4c8 55%, #7a9a82 100%);
}

.rr-shop-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rr-shop-card__badge {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  background: var(--rr-forest, #2a5a3c);
  color: #fff;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
  border-radius: 0.2rem;
}

.rr-shop-card__badge--pre {
  background: var(--rr-amber-deep, #c45e12);
}

.rr-shop-card__body {
  padding: 1.6rem 2rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 auto;
}

.rr-shop-card__title {
  margin: 0 auto;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--rr-ink, #1a140f);
  line-height: 1.3;
  min-height: 0;
  max-width: 94%;
  text-align: center;
}

.rr-shop-card__desc {
  margin: -0.2rem auto 0;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.35rem;
  line-height: 1.5;
  color: var(--rr-ink-soft, #4a3d32);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-width: 94%;
  text-align: center;
}

.rr-shop-card__tamil {
  font-weight: 600;
  color: var(--rr-amber-deep, #c45e12);
}

.rr-shop-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 8.4rem 8.4rem;
  align-items: center;
  gap: 0.8rem;
}

.rr-shop-size {
  display: block;
  margin: 0;
  width: 8.4rem;
  justify-self: center;
}

.rr-shop-size__select {
  width: 8.4rem;
  height: 4rem;
  appearance: none;
  border: 1px solid rgba(26, 20, 15, 0.18);
  border-radius: 1.4rem;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%231a140f' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.8rem center / 1rem;
  padding: 0 2.2rem 0 0.8rem;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.25rem;
  color: var(--rr-ink, #1a140f);
  cursor: pointer;
}

.rr-shop-size__select:focus {
  outline: 0.2rem solid rgba(42, 90, 60, 0.35);
  outline-offset: 0.1rem;
}

.rr-shop-size--static {
  margin: 0;
  width: 8.4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 20, 15, 0.18);
  border-radius: 1.4rem;
  padding: 0 0.6rem;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.25rem;
  color: var(--rr-ink-soft, #4a3d32);
  background: #fafafa;
}

.rr-shop-qty {
  display: inline-grid;
  grid-template-columns: 2.8rem 2.8rem 2.8rem;
  width: 8.4rem;
  height: 4rem;
  flex: 0 0 auto;
  justify-self: end;
  border: 1px solid rgba(26, 20, 15, 0.18);
  border-radius: 1.4rem;
  overflow: hidden;
  background: #fff;
}

.rr-shop-qty__btn {
  appearance: none;
  border: 0;
  background: #f7f3ee;
  color: var(--rr-ink, #1a140f);
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.rr-shop-qty__btn:hover {
  background: #efe6da;
}

.rr-shop-qty__input {
  width: 100%;
  height: 100%;
  border: 0;
  border-left: 1px solid rgba(26, 20, 15, 0.12);
  border-right: 1px solid rgba(26, 20, 15, 0.12);
  text-align: center;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--rr-ink, #1a140f);
  background: #fff;
  -moz-appearance: textfield;
}

.rr-shop-qty__input::-webkit-outer-spin-button,
.rr-shop-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rr-shop-price {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
  gap: 0.4rem 0.6rem;
  min-width: 0;
  justify-self: start;
}

.rr-shop-price__current {
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--rr-ink, #1a140f);
  line-height: 1.15;
}

.rr-shop-price__old {
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.3rem;
  color: #9a8b7c;
  text-decoration: line-through;
}

.rr-shop-add {
  appearance: none;
  width: 100%;
  margin-top: auto;
  border: 0;
  border-radius: 1.4rem;
  background: var(--rr-forest, #2a5a3c);
  color: #fff;
  font-family: var(--rr-body, "Source Sans 3", sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 1.2rem 1.4rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.rr-shop-add:hover {
  background: var(--rr-forest-deep, #1c3f2a);
}

.rr-shop-add:active {
  transform: scale(0.99);
}

.rr-shop-card__footer {
  margin-top: auto;
  display: flex;
  justify-content: center;
}

/* —— Breadcrumb —— */
.breadcrumb__section.rr-shop-breadcrumb {
  background-image:
    linear-gradient(120deg, rgba(26, 20, 15, 0.62), rgba(42, 90, 60, 0.45)),
    url("../img/shop-banner.jpeg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

@media (min-width: 992px) {
  .breadcrumb__section.rr-shop-breadcrumb {
    background-position: center top;
  }
}

.breadcrumb__section.rr-shop-breadcrumb .breadcrumb__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.breadcrumb__section.rr-shop-breadcrumb .breadcrumb__content--title {
  font-family: var(--rr-display, "Fraunces", serif);
  font-size: var(--rr-fs-2xl, clamp(3.2rem, 4.2vw, 4.6rem)) !important;
  font-weight: 600;
}

.breadcrumb__section.rr-shop-breadcrumb .breadcrumb__content--menu {
  justify-content: center;
  font-size: var(--rr-fs-sm, 1.5rem);
}

body.rr-shop-body .newsletter__content--subtitle {
  font-size: var(--rr-fs-md, 1.85rem) !important;
}

body.rr-shop-body .newsletter__content--title {
  font-size: var(--rr-fs-xl, clamp(2.6rem, 3.2vw, 3.4rem)) !important;
  line-height: 1.25 !important;
}
