/**
 * Adorerobe — WooCommerce shop & product pages
 * COS-inspired minimal commerce layout
 */

/* ─── Reset WC wrappers on our templates ─── */
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
  display: none !important;
}

body.woocommerce .site-header--standard,
body.single-product .site-header--standard {
  border-bottom: 1px solid #e8e8e8;
}

/* ═══════════════════════════════════════
   SHOP ARCHIVE
   ═══════════════════════════════════════ */
.ar-shop {
  background: #fff;
  padding: 0 0 80px;
}

.ar-shop__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .ar-shop__container {
    padding: 0 40px;
  }
}

/* Top bar */
.ar-shop__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  padding: 28px 0 32px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 40px;
}

.ar-shop__top-left {
  display: flex;
  align-items: baseline;
  gap: 20px;
  flex-wrap: wrap;
}

.ar-shop__dept-link {
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #888;
  text-decoration: none;
  transition: color 0.2s;
}

.ar-shop__dept-link:hover {
  color: #000;
}

.ar-shop__heading {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.ar-shop__count {
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
  margin: 0;
}

.ar-shop__top-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ar-shop__tools .woocommerce-result-count {
  display: none !important;
}

.ar-shop__tools .woocommerce-ordering {
  margin: 0 !important;
  float: none !important;
}

.ar-shop__tools select.orderby {
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1px solid #e0e0e0;
  padding: 10px 36px 10px 14px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  min-width: 180px;
}

.ar-shop__tools select.orderby:focus {
  outline: none;
  border-color: #000;
}

/* Product grid */
.ar-shop__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 48px;
}

@media (min-width: 640px) {
  .ar-shop__grid {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 56px;
  }
}

@media (min-width: 1024px) {
  .ar-shop__grid {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 64px;
  }
}

/* Product card */
.ar-card {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ar-card__link {
  display: block;
  text-decoration: none;
  color: #000;
}

.ar-card__media {
  position: relative;
  aspect-ratio: 2 / 3;
  overflow: hidden;
  background: #f4f4f4;
  margin-bottom: 14px;
}

.ar-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.45s ease;
}

.ar-card__img--alt {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ar-card__link:hover .ar-card__img--main {
  transform: scale(1.04);
}

.ar-card__link:hover .ar-card__img--alt {
  opacity: 1;
}

.ar-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #000;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 10px;
  line-height: 1;
  min-width: 44px;
  text-align: center;
}

.ar-card__sale-pct {
  font-size: 11px;
  font-weight: 500;
  color: #c41e3a;
  letter-spacing: 0.02em;
}

.ar-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ar-card__name {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ar-card__link:hover .ar-card__name {
  opacity: 0.65;
}

.ar-card__price {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.ar-card__price .woocommerce-Price-amount,
.ar-card__price .woocommerce-Price-amount bdi {
  font-weight: 700;
}

.ar-card__price del {
  color: #999;
  font-weight: 400;
  margin-right: 6px;
}

.ar-card__price ins {
  text-decoration: none;
}

.ar-card__price .woocommerce-Price-amount {
  color: #000 !important;
}

/* Pagination */
.ar-shop__pagination {
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: center;
}

.ar-shop__pagination .woocommerce-pagination ul {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.ar-shop__pagination .woocommerce-pagination ul li {
  border: none;
  margin: 0;
  padding: 0;
}

.ar-shop__pagination a,
.ar-shop__pagination span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px !important;
  font-family: Inter, sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #e0e0e0 !important;
  background: #fff !important;
  color: #000 !important;
  text-decoration: none;
  transition: all 0.2s;
}

.ar-shop__pagination a:hover,
.ar-shop__pagination span.current {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

/* Empty state */
.ar-shop__empty {
  text-align: center;
  padding: 100px 24px;
}

.ar-shop__empty h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 400;
  margin: 0 0 12px;
}

.ar-shop__empty p {
  color: #888;
  font-size: 14px;
  margin: 0 0 28px;
}

.ar-shop__empty a {
  display: inline-block;
  padding: 14px 32px;
  background: #000;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}

/* ═══════════════════════════════════════
   SINGLE PRODUCT
   ═══════════════════════════════════════ */
.ar-product {
  background: #fff;
}

.ar-product__wrap {
  display: block;
  max-width: 100%;
}

@media (min-width: 1024px) {
  .ar-product__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: start;
  }
}

/* Gallery — stacked scroll (COS style) */
.ar-product__gallery {
  width: 100%;
}

@media (min-width: 1024px) {
  .ar-product__gallery {
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    position: sticky;
    top: 88px;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .ar-product__gallery::-webkit-scrollbar {
    width: 4px;
  }

  .ar-product__gallery::-webkit-scrollbar-thumb {
    background: #ccc;
  }
}

.ar-product__figure {
  margin: 0;
  padding: 0;
  line-height: 0;
  background: #f4f4f4;
}

.ar-product__figure + .ar-product__figure {
  margin-top: 2px;
}

.ar-product__figure img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Mobile carousel */
.ar-product__carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background: #f4f4f4;
}

.ar-product__carousel::-webkit-scrollbar {
  display: none;
}

.ar-product__carousel-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  aspect-ratio: 2 / 3;
}

.ar-product__carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ar-product__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 14px 0;
}

.ar-product__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #ddd;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.ar-product__dot.is-active {
  background: #000;
  transform: scale(1.2);
}

@media (min-width: 1024px) {
  .ar-product__carousel,
  .ar-product__dots {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .ar-product__gallery--desktop {
    display: none !important;
  }
}

/* Buy box */
.ar-product__buy {
  padding: 24px 20px 48px;
  border-top: 1px solid #e8e8e8;
}

@media (min-width: 1024px) {
  .ar-product__buy {
    position: sticky;
    top: 88px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    padding: 48px 40px 80px;
    border-top: none;
    border-left: 1px solid #e8e8e8;
  }
}

.ar-product__crumb {
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 28px;
}

.ar-product__crumb a {
  color: inherit;
  text-decoration: none;
}

.ar-product__crumb a:hover {
  color: #000;
}

.ar-product__crumb span {
  margin: 0 8px;
}

.ar-product__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

.ar-product__price-wrap {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.ar-product__price-wrap .price {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.ar-product__price-wrap del {
  color: #999;
  font-size: 15px;
  margin-right: 8px;
}

.ar-product__price-wrap ins {
  text-decoration: none;
}

.ar-product__desc {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  color: #555;
  margin-bottom: 32px;
}

.ar-product__desc p {
  margin: 0 0 12px;
}

.ar-product__desc p:last-child {
  margin-bottom: 0;
}

/* Variations & add to cart */
.ar-product__cart {
  margin-bottom: 16px;
}

.ar-product__cart table.variations {
  width: 100%;
  margin: 0 0 20px !important;
  border: none !important;
}

.ar-product__cart table.variations tr {
  display: block;
  margin-bottom: 20px;
}

.ar-product__cart table.variations td {
  display: block;
  padding: 0 !important;
  border: none !important;
}

.ar-product__cart table.variations td.label label {
  font-family: Inter, sans-serif !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: #000 !important;
  margin-bottom: 10px;
  display: block;
}

.ar-product__cart table.variations td.value {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px !important;
}

.ar-product__cart table.variations select {
  display: none !important;
}

.ar-product__cart .custom-radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ar-product__cart table.variations td.value label {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #e0e0e0 !important;
  background: #fff !important;
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  margin: 0 !important;
}

.ar-product__cart table.variations td.value label:hover {
  border-color: #000 !important;
}

.ar-product__cart table.variations td.value input:checked + label {
  background: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.ar-product__cart .reset_variations {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
  margin-top: 8px;
  display: inline-block;
}

.ar-product__cart .woocommerce-variation-price {
  margin-bottom: 16px;
}

.ar-product__cart .single_add_to_cart_button {
  width: 100% !important;
  height: 52px !important;
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 0 !important;
  font-family: Inter, sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background 0.25s, color 0.25s !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ar-product__cart .single_add_to_cart_button:hover:not(.disabled) {
  background: #fff !important;
  color: #000 !important;
}

.ar-product__cart .single_add_to_cart_button.disabled {
  opacity: 0.35 !important;
  cursor: not-allowed !important;
}

.ar-product__cart .quantity {
  display: none !important;
}

.ar-product__wa {
  display: block;
  width: 100%;
  text-align: center;
  padding: 14px;
  margin-bottom: 32px;
  border: 1px solid #e0e0e0;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  transition: all 0.25s;
}

.ar-product__wa:hover {
  border-color: #000;
  background: #fafafa;
}

/* Accordions */
.ar-product__details {
  border-top: 1px solid #e8e8e8;
}

.ar-acc {
  border-bottom: 1px solid #e8e8e8;
}

.ar-acc__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000;
  text-align: left;
}

.ar-acc__btn .ar-acc__icon {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  transition: transform 0.3s;
}

.ar-acc__btn[aria-expanded="true"] .ar-acc__icon {
  transform: rotate(45deg);
}

.ar-acc__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ar-acc__panel.is-open {
  max-height: 800px;
}

.ar-acc__inner {
  padding: 0 0 20px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.75;
  color: #666;
}

.ar-acc__inner p {
  margin: 0 0 10px;
}

.ar-product__shipping-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e8e8e8;
}

.ar-product__shipping-note span {
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
}

/* Mobile sticky CTA */
.ar-product__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.ar-product__bar.is-visible {
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .ar-product__bar {
    display: none;
  }
}

.ar-product__bar-info {
  min-width: 0;
  flex: 1;
}

.ar-product__bar-name {
  display: block;
  font-family: Inter, sans-serif;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ar-product__bar-price {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.ar-product__bar-btn {
  flex-shrink: 0;
  height: 44px;
  padding: 0 24px;
  background: #000;
  color: #fff;
  border: none;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}

/* Toast */
.ar-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  z-index: 200;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  background: #000;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s, opacity 0.4s;
}

.ar-toast.is-visible {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.ar-toast a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .ar-toast {
    bottom: 72px;
  }
}

/* Legacy default layout hidden when theme PDP is active */
body.single-product .woocommerce-product-gallery:not(.ar-pdp__gallery),
body.single-product .summary.entry-summary:not(.ar-pdp__summary) {
  display: none !important;
}

/* Shop product grid */
.ar-shop ul.products,
.woocommerce-page.ar-shop ul.products,
main.ar-shop--catchy ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 40px;
  list-style: none !important;
  margin: 0 0 48px !important;
  padding: 0 !important;
  clear: both;
}

@media (max-width: 639px) {
  .ar-shop ul.products,
  .woocommerce-page.ar-shop ul.products,
  main.ar-shop--catchy ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ar-shop ul.products li.product,
  .ar-shop ul.products li.ar-card {
    width: 100% !important;
    max-width: none !important;
  }
}

@media (min-width: 640px) {
  .ar-shop ul.products {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }
}

@media (min-width: 1024px) {
  .ar-shop ul.products,
  .woocommerce-page.ar-shop ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 20px;
    row-gap: 32px;
  }
}

.ar-shop ul.products li.ar-card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
}

.ar-shop-header {
  padding: 28px 0 24px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 32px;
}

.ar-shop-header__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.ar-shop .woocommerce-result-count {
  font-size: 12px;
  color: #888;
  margin-bottom: 16px;
}

.ar-shop .woocommerce-ordering {
  margin-bottom: 24px;
}

.ar-pdp__related-wrap .related.products > h2 {
  display: none;
}

.ar-pdp__related-wrap ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 40px;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
  width: 100%;
}

@media (min-width: 640px) {
  .ar-pdp__related-wrap ul.products {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }
}

@media (min-width: 1024px) {
  .ar-pdp__related-wrap ul.products {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 48px;
  }
}

.ar-pdp__related-wrap ul.products li.ar-card {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
}

.ar-pdp__related-wrap ul.products::before,
.ar-pdp__related-wrap ul.products::after {
  display: none !important;
}

.woocommerce-notices-wrapper:not(:empty) {
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 20px 0;
}

/* ═══════════════════════════════════════
   SINGLE PRODUCT v2 — Catchy
   ═══════════════════════════════════════ */
.ar-product--v2 .ar-product__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #000;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
}

.ar-product__promo-badge {
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 4px 10px;
}

.ar-product__promo-text {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  opacity: 0.85;
}

.ar-product--v2 .ar-product__figure--hero img {
  min-height: 70vh;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .ar-product--v2 .ar-product__figure--hero img {
    min-height: 85vh;
  }
}

.ar-product__img-count {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.15em;
  padding: 8px 14px;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .ar-product__gallery-col {
    position: relative;
  }
}

.ar-product__sale-chip {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 14px;
  margin-bottom: 16px;
}

.ar-product__price-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.ar-product--v2 .ar-product__price-wrap .price {
  font-size: 26px !important;
  font-weight: 500;
  line-height: 1.2;
}

.ar-product--v2 .ar-product__price-wrap del {
  font-size: 18px;
  color: #999;
  margin-right: 10px;
}

.ar-product--v2 .ar-product__price-wrap ins {
  text-decoration: none;
  color: #000;
}

.ar-product__savings {
  margin: 10px 0 0;
  font-size: 13px;
  font-weight: 500;
  color: #c41e3a;
  letter-spacing: 0.02em;
}

.ar-product__buy-box {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  padding: 24px;
  margin-bottom: 16px;
}

.ar-product__category {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 10px;
}

.ar-product__category a {
  color: inherit;
  text-decoration: none;
}

.ar-product__category a:hover {
  color: #000;
}

.ar-product--v2 .ar-product__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.15;
  margin-bottom: 12px;
}

.ar-product__pills {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ar-product__pills li {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.ar-product__pills li::before {
  display: none;
}

.ar-product--v2 .ar-product__wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ar-product--v2 .ar-product__shipping-note {
  display: none;
}

