/** Shopify CDN: Minification failed

Line 315:0 Expected "}" to go with "{"

**/
/* === LUNARYS STYLE CLEAN === */

body {
  background: #F1ECE1;
  color: #1C1C1C;
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

.button, .btn, button {
  background:#d5b775;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover, .btn:hover, button:hover {
  background:rgb(201, 128, 39);
}

.card {
  border-radius: 16px;
}

.product-form__submit {
  background: #8B252C;
  border-radius: 30px;
}
.product__tax,
.product__tax.caption,
.product__tax.rte {
  display: none !important;
}
.product-form {
  margin-top: 18px;
}

.product-form__buttons {
  margin-top: 10px;
}

.shopify-payment-button {
  margin-top: 8px;
}
/* Botón full width estilo Zara */
.product-form__submit,
.shopify-payment-button__button {
  border-radius: 0 !important;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 600;
  width: 100%;
  min-height: 48px;
}

/* Espaciados clean */
.product__title { letter-spacing: .02em; }
.product-form { margin-top: 16px; }
.product-form__buttons { margin-top: 12px; }

/* Bloque proof (stars + benefits + reviews) */
.lunarys-proof {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,.08);
}

.lunarys-stars {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}

.lunarys-stars__icons {
  letter-spacing: 1px;
}

.lunarys-stars__text {
  opacity: .8;
}

.lunarys-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 14px 0;
  display: grid;
  gap: 8px;
  font-size: 13px;
  opacity: .9;
}

.lunarys-reviews {
  display: grid;
  gap: 10px;
}

.lunarys-review {
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,.06);
  font-size: 13px;
}

.lunarys-review__top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.lunarys-review p {
  margin: 0;
  opacity: .85;
  line-height: 1.45;
}
/* ===== Lunarys Minimal Proof (Zara-like) ===== */
.lunarys-proof{
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,.12);
}

.lunarys-rating{
  display:flex;
  align-items:baseline;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom: 8px;
  letter-spacing: .02em;
}

.lunarys-rating .stars{
  font-size: 12px;
  letter-spacing: .12em;
  opacity: .9;
}

.lunarys-rating .score{
  font-size: 12px;
  opacity: .85;
}

.lunarys-rating .label{
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  opacity: .65;
}

.lunarys-benefits{
  list-style:none;
  padding:0;
  margin: 6px 0 12px;
  display:grid;
  gap:6px;
  font-size: 13px;
  opacity: .9;
}

/* Carrusel horizontal tipo swipe/click */
.lunarys-reviews{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding: 2px 2px 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.lunarys-reviews::-webkit-scrollbar{ height: 6px; }
.lunarys-reviews::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.18); border-radius: 999px; }

.review-card{
  min-width: 240px;
  max-width: 280px;
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 14px;
  padding: 12px;
  background: #fff;
}

.review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom: 6px;
}

.review-card .stars{
  font-size: 12px;
  letter-spacing: .12em;
  opacity: .9;
}

.review-card .name{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .10em;
  opacity: .7;
}

.review-card p{
  margin:0;
  font-size: 13px;
  line-height: 1.35;
  opacity: .9;
}

/* Botón minimal ancho completo */
.product-form__submit,
.shopify-payment-button__button{
  border-radius: 999px !important;
  text-transform: uppercase;
  letter-spacing: .12em;
}
/* Quitar bordes en carrito */

.cart-item__quantity,
.quantity,
.quantity__button,
.quantity__input,
.cart__note textarea {
  border: none !important;
  box-shadow: none !important;
}

/* Botón eliminar más minimal */
.cart-item__remove-button {
  border: none !important;
}

/* Caja de instrucciones más limpia */
.cart__note textarea {
  background: #f6f6f6;
  border-radius: 6px;
}

/* Total más elegante */
.totals {
  border-top: none !important;
}
.quantity {
  background: transparent !important;
}

.quantity__button {
  font-size: 18px;
  opacity: 0.6;
}
/* =========================
   CLEAN CART – SIN BORDES
   ========================= */

.cart-item,
.cart-item__details,
.cart-item__quantity,
.quantity,
.quantity__button,
.quantity__input,
.cart__note textarea,
.totals,
.cart__footer {
  border: none !important;
  box-shadow: none !important;
}

/* Quitar borde del contenedor del selector */
.quantity {
  outline: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* Botones + y - */
.quantity__button {
  background: transparent !important;
  border: none !important;
}

/* Input número */
.quantity__input {
  border: none !important;
  background: transparent !important;
  text-align: center;
}

/* Botón eliminar */
.cart-item__remove-button {
  border: none !important;
  background: transparent !important;
}
.button, .button--primary {
  background:rgba(17, 17, 17, 0.03) !important;
  color:rgb(0, 0, 0) !important;
  border-color:rgba(17, 17, 17, 0.01) !important;
}
.button:hover, .button--primary:hover {
  background: #B24B2D !important;
  color: #ffffff !important;
  border-color: #B24B2D !important;
