/*
Theme Name: HerBeautyCare Shop
Theme URI: https://herbeautycare.com
Author: HerBeautyCare
Description: Full WooCommerce-ready theme for HerBeautyCare - Home with product slider, featured collections, product grid and story section; About, Contact, and custom-styled WooCommerce shop & product pages. 100% original beauty, COD Pakistan.
Version: 1.2
License: GNU General Public License v2 or later
Text Domain: herbeautycare-shop
*/

:root {
  --ink: #2b1b2f;
  --rose: #c96f8f;
  --rose-deep: #a94f72;
  --blush: #f7dfe6;
  --cream: #fdf8f4;
  --gold: #c9a25e;
  --muted: #6c5a6f;
  --line: #f0d5dd;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: var(--rose-deep); }

.bg {
  position: fixed; inset: 0; z-index: -2;
  background: linear-gradient(120deg, #fdf8f4, #f7dfe6, #fdeee6, #f3e3ef);
  background-size: 300% 300%;
  animation: drift 18s ease infinite;
}
@keyframes drift { 0%,100% { background-position: 0% 50% } 50% { background-position: 100% 50% } }

/* ---------- logo ---------- */
.logo { display: inline-flex; align-items: baseline; gap: 5px; text-decoration: none; }
.logo .lg-side {
  font-family: 'Poppins', sans-serif; font-style: italic;
  font-size: .8rem; font-weight: 500; letter-spacing: 3px;
  text-transform: uppercase; color: var(--gold);
}
.logo .lg-main {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700;
  font-size: 1.65rem; line-height: 1; color: var(--ink);
}

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: rgba(253,248,244,.85); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.main-nav { display: flex; gap: 28px; }
.main-nav a {
  text-decoration: none; color: var(--ink); font-size: .92rem; font-weight: 500;
  position: relative; padding: 4px 0;
}
.main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: linear-gradient(90deg, var(--rose-deep), var(--gold));
  transition: width .25s ease; border-radius: 2px;
}
.main-nav a:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 14px; }
.cart-link { text-decoration: none; font-size: 1.15rem; position: relative; }
.cart-count {
  position: absolute; top: -8px; right: -12px;
  background: var(--rose-deep); color: #fff; font-size: .62rem; font-weight: 600;
  min-width: 17px; height: 17px; border-radius: 999px;
  display: grid; place-items: center; padding: 0 4px;
}
.nav-toggle { display: none; background: none; border: none; font-size: 1.4rem; color: var(--ink); cursor: pointer; }

/* ---------- shared ---------- */
.kicker {
  font-size: .75rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: 10px;
}
.sec-title {
  font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.15; margin-bottom: 18px;
}
.sec-title em { font-style: italic; color: var(--rose-deep); }
.center { text-align: center; }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(90deg, var(--rose-deep), var(--rose));
  color: #fff !important; text-decoration: none; font-weight: 600; font-size: .93rem;
  padding: 14px 28px; border-radius: 999px; border: none; cursor: pointer;
  box-shadow: 0 10px 26px rgba(169,79,114,.32);
  transition: transform .22s ease, box-shadow .22s ease;
  font-family: 'Poppins', sans-serif;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(169,79,114,.42); }
.btn-ghost {
  background: #fff; color: var(--rose-deep) !important;
  border: 1.5px solid var(--rose); box-shadow: 0 6px 18px rgba(169,79,114,.12);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 7px 16px; font-size: .72rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; color: var(--rose-deep);
  box-shadow: 0 4px 16px rgba(201,111,143,.14);
}
.dot-pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--rose);
  animation: pulse 1.6s ease infinite;
}
@keyframes pulse { 0%,100%{opacity:1; transform:scale(1)} 50%{opacity:.35; transform:scale(.65)} }

/* ---------- section 1: hero slider ---------- */
.hero-slider { max-width: 1200px; margin: 0 auto; padding: 30px 24px 10px; position: relative; }
.slides { position: relative; min-height: 480px; }
.slide {
  position: absolute; inset: 0;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 40px; align-items: center;
  opacity: 0; visibility: hidden; transform: translateX(28px);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
}
.slide.active { opacity: 1; visibility: visible; transform: none; position: relative; }
.slide-text h2 {
  font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(2rem, 4.4vw, 3.4rem); line-height: 1.1; margin: 20px 0 12px;
}
.slide-price { font-size: 1.15rem; color: var(--rose-deep); font-weight: 600; margin-bottom: 26px; }
.slide-price del { color: #b3a2b5; font-weight: 400; margin-right: 8px; }
.slide-img { display: grid; place-items: center; }
.slide-img img {
  width: 100%; max-width: 430px; aspect-ratio: 1; object-fit: cover;
  border-radius: 210px 210px 30px 30px;
  box-shadow: 0 26px 60px rgba(120,60,90,.25);
}
.ph {
  width: 100%; max-width: 430px; aspect-ratio: 1;
  border-radius: 210px 210px 30px 30px;
  display: grid; place-items: center; font-size: 5rem;
  box-shadow: 0 26px 60px rgba(120,60,90,.25);
}
.ph-1 { background: linear-gradient(160deg, #eec3d4, #b76d92); }
.ph-2 { background: linear-gradient(160deg, #f7e3c8, #d9a86a); }
.ph-3 { background: linear-gradient(160deg, #d8e6ef, #8fb6cc); }
.dots { display: flex; justify-content: center; gap: 9px; padding: 22px 0 8px; }
.dots .dot {
  width: 9px; height: 9px; border-radius: 999px; border: none; cursor: pointer;
  background: #e5cdd6; transition: all .25s ease; padding: 0;
}
.dots .dot.on { width: 26px; background: linear-gradient(90deg, var(--rose-deep), var(--gold)); }

/* ---------- section 2: featured ---------- */
.featured { max-width: 1200px; margin: 0 auto; padding: 70px 24px 30px; text-align: center; }
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 34px; }
.feat-card {
  position: relative; border-radius: 24px; overflow: hidden; text-decoration: none;
  aspect-ratio: 4/5; box-shadow: 0 16px 40px rgba(120,60,90,.16);
  transition: transform .3s ease;
}
.feat-card:hover { transform: translateY(-8px); }
.feat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.feat-card:hover img { transform: scale(1.06); }
.feat-label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 26px 22px 20px;
  background: linear-gradient(transparent, rgba(43,27,47,.82));
  text-align: left;
}
.feat-label h3 {
  font-family: 'Playfair Display', serif; color: #fff; font-size: 1.5rem; font-weight: 600;
}
.feat-label span { color: #f3d9e2; font-size: .85rem; }

/* ---------- section 3: all products + woo grid ---------- */
.all-products { max-width: 1200px; margin: 0 auto; padding: 60px 24px 30px; text-align: center; }
.all-products .center { margin-top: 30px; }
.wc-missing {
  background: #fff; border: 1px dashed var(--rose); border-radius: 16px;
  padding: 30px; color: var(--muted); max-width: 560px; margin: 20px auto 0;
}

.woocommerce ul.products { margin: 26px 0 0 !important; }
.woocommerce ul.products li.product {
  background: #fff; border-radius: 20px; overflow: hidden; text-align: left;
  box-shadow: 0 10px 30px rgba(120,60,90,.10);
  border: 1px solid #f6e4ea;
  transition: transform .25s ease, box-shadow .25s ease;
  padding-bottom: 16px !important;
}
.woocommerce ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(120,60,90,.18);
}
.woocommerce ul.products li.product a img {
  border-radius: 0; margin-bottom: 12px !important;
  aspect-ratio: 1; object-fit: cover;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Poppins', sans-serif; font-size: .95rem !important; font-weight: 600;
  color: var(--ink); padding: 0 16px !important;
}
.woocommerce ul.products li.product .price {
  color: var(--rose-deep) !important; font-weight: 600; font-size: 1rem !important;
  padding: 0 16px; display: block;
}
.woocommerce ul.products li.product .price del { color: #b3a2b5 !important; }
.woocommerce ul.products li.product .button,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: linear-gradient(90deg, var(--rose-deep), var(--rose)) !important;
  color: #fff !important; border-radius: 999px !important;
  font-family: 'Poppins', sans-serif !important; font-weight: 600 !important;
  padding: 11px 22px !important; border: none !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}
.woocommerce ul.products li.product .button { margin: 10px 16px 0 !important; }
.woocommerce a.button:hover, .woocommerce button.button:hover {
  transform: translateY(-2px); box-shadow: 0 10px 24px rgba(169,79,114,.35) !important;
}
.woocommerce span.onsale {
  background: var(--gold) !important; border-radius: 999px !important;
  padding: 6px 14px !important; min-width: 0 !important; min-height: 0 !important;
  line-height: 1.2 !important; font-weight: 600 !important; font-size: .74rem !important;
  top: 12px !important; left: 12px !important;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before { color: var(--gold) !important; }
.woocommerce .woocommerce-result-count { color: var(--muted); }
.woocommerce .woocommerce-ordering select {
  border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px;
  background: #fff; color: var(--ink); font-family: 'Poppins', sans-serif;
}
.woocommerce nav.woocommerce-pagination ul { border: none !important; }
.woocommerce nav.woocommerce-pagination ul li { border: none !important; margin: 0 3px; }
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  border-radius: 999px; min-width: 38px; height: 38px; line-height: 38px; padding: 0 6px;
  background: #fff; color: var(--ink);
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: var(--rose-deep) !important; color: #fff !important;
}

.woo-wrap { max-width: 1200px; margin: 0 auto; padding: 20px 24px 70px; }
.woocommerce .woocommerce-breadcrumb { color: #b3a2b5 !important; font-size: .82rem; margin-bottom: 24px !important; }
.woocommerce .woocommerce-breadcrumb a { color: var(--rose-deep); }

.woocommerce div.product div.images img { border-radius: 22px; box-shadow: 0 18px 44px rgba(120,60,90,.16); }
.woocommerce div.product .product_title {
  font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--ink);
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--rose-deep) !important; font-size: 1.35rem !important; font-weight: 600;
}
.woocommerce div.product form.cart .quantity .qty {
  border: 1px solid var(--line); border-radius: 999px; padding: 10px; width: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0 !important; margin-bottom: 0 !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom: 1px solid var(--line) !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent !important; border: none !important; border-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--muted) !important; font-weight: 500; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--rose-deep) !important; border-bottom: 2px solid var(--rose-deep);
}
.woocommerce div.product .woocommerce-tabs .panel {
  background: #fff; border-radius: 18px; padding: 26px !important; margin-top: 18px;
  box-shadow: 0 8px 26px rgba(120,60,90,.08);
}
.related.products > h2, .upsells.products > h2 {
  font-family: 'Playfair Display', serif; font-weight: 600; margin-top: 40px;
}

.woocommerce-message, .woocommerce-info {
  border-top-color: var(--rose-deep) !important; background: #fff !important;
  border-radius: 12px; box-shadow: 0 6px 20px rgba(120,60,90,.08);
}
.woocommerce-message::before, .woocommerce-info::before { color: var(--rose-deep) !important; }

/* ---------- section 4: story ---------- */
.story {
  max-width: 1200px; margin: 0 auto; padding: 70px 24px 90px;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.story-text p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; max-width: 520px; }
.story-text strong { color: var(--rose-deep); }
.story-text .btn { margin-top: 8px; }
.story-visual { position: relative; max-width: 430px; justify-self: center; width: 100%; }
.photo-frame {
  position: relative; border-radius: 200px 200px 28px 28px; overflow: hidden;
  aspect-ratio: 3/4; box-shadow: 0 26px 60px rgba(120,60,90,.25);
  background: linear-gradient(160deg, #eec3d2, #b76d92);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.ring {
  position: absolute; inset: -12px; border: 2px dashed rgba(169,79,114,.35);
  border-radius: 212px 212px 40px 40px; pointer-events: none;
}
.badge {
  position: absolute; background: rgba(255,255,255,.93); backdrop-filter: blur(8px);
  border-radius: 14px; padding: 11px 16px; font-size: .8rem; font-weight: 600;
  box-shadow: 0 12px 28px rgba(120,60,90,.2);
  animation: bob 5s ease-in-out infinite;
}
.badge.b1 { top: 14%; left: -26px; }
.badge.b2 { bottom: 12%; right: -20px; animation-delay: -2.4s; }
@keyframes bob { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-13px) } }

/* ---------- page hero ---------- */
.page-hero { max-width: 900px; margin: 0 auto; padding: 64px 24px 30px; text-align: center; }
.page-hero h1 {
  font-family: 'Playfair Display', serif; font-weight: 600;
  font-size: clamp(2.1rem, 4.5vw, 3.3rem); line-height: 1.12; margin-bottom: 12px;
}
.page-hero h1 em { font-style: italic; color: var(--rose-deep); }
.hero-sub { color: var(--muted); font-size: 1.02rem; }
.shop-hero { padding-bottom: 6px; }

/* ---------- about ---------- */
.about-body { max-width: 1200px; margin: 0 auto; padding: 30px 24px 80px; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: center; margin-bottom: 60px; }
.about-text p { color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.about-text strong { color: var(--rose-deep); }
.about-text .sec-title { margin-top: 18px; }
.about-visual { max-width: 400px; width: 100%; justify-self: center; }
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card {
  background: #fff; border-radius: 20px; padding: 28px 22px;
  border: 1px solid #f6e4ea; box-shadow: 0 10px 28px rgba(120,60,90,.09);
  transition: transform .25s ease;
}
.value-card:hover { transform: translateY(-6px); }
.v-ico { font-size: 1.7rem; display: inline-block; margin-bottom: 12px; }
.value-card h3 { font-size: 1.02rem; margin-bottom: 8px; }
.value-card p { font-size: .86rem; color: var(--muted); line-height: 1.65; }
.cta-band { padding-top: 60px; }

/* ---------- about: extra sections ---------- */
.center-k { text-align: center; }
.sec-title.center { text-align: center; margin-bottom: 34px; }
.verify-band { margin: 10px 0 60px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step {
  background: #fff; border-radius: 22px; padding: 32px 26px;
  border: 1px solid #f6e4ea; box-shadow: 0 12px 32px rgba(120,60,90,.1);
  position: relative; transition: transform .25s ease;
}
.step:hover { transform: translateY(-6px); }
.step-num {
  font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700;
  font-size: 2.2rem; line-height: 1;
  background: linear-gradient(90deg, var(--rose-deep), var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
  display: inline-block; margin-bottom: 14px;
}
.step h3 { font-size: 1.05rem; margin-bottom: 10px; }
.step p { font-size: .88rem; color: var(--muted); line-height: 1.7; }
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 60px; }
.mv-card {
  background: linear-gradient(135deg, #fff, #fdf2f5);
  border-radius: 22px; padding: 34px 30px;
  border: 1px solid #f6e4ea; box-shadow: 0 12px 32px rgba(120,60,90,.1);
}
.mv-card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; margin: 6px 0 12px; }
.mv-card p { font-size: .92rem; color: var(--muted); line-height: 1.75; }

/* ---------- contact ---------- */
.contact-body { max-width: 1100px; margin: 0 auto; padding: 30px 24px 90px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 34px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.c-card {
  display: flex; gap: 16px; align-items: flex-start; text-decoration: none; color: var(--ink);
  background: #fff; border-radius: 18px; padding: 22px;
  border: 1px solid #f6e4ea; box-shadow: 0 8px 24px rgba(120,60,90,.08);
  transition: transform .22s ease;
}
.c-card:hover { transform: translateY(-4px); }
.c-card h3 { font-size: 1rem; margin-bottom: 4px; }
.c-card p { font-size: .85rem; color: var(--muted); line-height: 1.6; }
.contact-form-box {
  background: #fff; border-radius: 22px; padding: 32px;
  border: 1px solid #f6e4ea; box-shadow: 0 14px 36px rgba(120,60,90,.12);
}
.contact-form-box h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; margin-bottom: 6px; }
.form-hint { font-size: .84rem; color: var(--muted); margin-bottom: 20px; }
.contact-form-box label { display: block; font-size: .8rem; font-weight: 600; margin: 14px 0 6px; color: var(--ink); }
.contact-form-box input, .contact-form-box textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 14px;
  padding: 13px 16px; font-family: 'Poppins', sans-serif; font-size: .92rem;
  background: var(--cream); color: var(--ink); resize: vertical;
}
.contact-form-box input:focus, .contact-form-box textarea:focus {
  outline: 2px solid var(--rose); border-color: transparent;
}
.contact-form-box .btn { margin-top: 20px; width: 100%; justify-content: center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form-box select {
  width: 100%; border: 1px solid var(--line); border-radius: 14px;
  padding: 13px 16px; font-family: 'Poppins', sans-serif; font-size: .92rem;
  background: var(--cream); color: var(--ink);
}
.contact-form-box select:focus { outline: 2px solid var(--rose); border-color: transparent; }
.form-note { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 14px; }
.map-section { margin-top: 70px; }
.map-frame {
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 18px 46px rgba(120,60,90,.18);
  border: 1px solid #f6e4ea; line-height: 0;
}

/* ---------- generic pages ---------- */
.generic-wrap { max-width: 860px; margin: 0 auto; padding: 20px 24px 80px; }
.entry-content { background: #fff; border-radius: 20px; padding: 36px; box-shadow: 0 10px 30px rgba(120,60,90,.08); line-height: 1.8; color: var(--muted); }
.entry-content h2, .entry-content h3 { color: var(--ink); margin: 20px 0 10px; font-family: 'Playfair Display', serif; }

/* ---------- footer ---------- */
.site-foot { background: #fff; border-top: 1px solid var(--line); margin-top: 40px; }
.foot-inner {
  max-width: 1200px; margin: 0 auto; padding: 54px 24px 30px;
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px;
}
.foot-logo { margin-bottom: 14px; }
.foot-col p { font-size: .86rem; color: var(--muted); line-height: 1.7; max-width: 340px; }
.foot-col h4 { font-size: .8rem; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.foot-col a { display: block; text-decoration: none; color: var(--muted); font-size: .9rem; padding: 5px 0; transition: color .2s; }
.foot-col a:hover { color: var(--rose-deep); }
.foot-note { text-align: center; font-size: .76rem; color: #b3a2b5; padding: 18px; border-top: 1px solid #f8ecef; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .slide { grid-template-columns: 1fr; gap: 24px; text-align: center; }
  .slide-text { order: 1; }
  .slide-img { order: 0; }
  .slide-img img, .ph { max-width: 320px; }
  .slides { min-height: 640px; }
  .feat-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .story, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .story-visual, .about-visual { order: -1; }
  .values, .steps { grid-template-columns: repeat(2, 1fr); }
  .mv-grid { grid-template-columns: 1fr; }
  .foot-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 720px) {
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; gap: 0; padding: 10px 24px 16px;
    border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(120,60,90,.12);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid #faeef1; }
  .nav-toggle { display: block; }
  .values, .steps { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}
