/* Product page (PDP) — Robby / LuxShop */

:root {
  --pdp-green: #00bc52;
  --pdp-green-hover: #00a848;
  --pdp-green-soft: rgba(0, 188, 82, 0.12);
  --pdp-ink: #111827;
  --pdp-muted: #667085;
  --pdp-line: #ececec;
  --pdp-bg: #f5f6f8;
  --pdp-card: #ffffff;
  --pdp-radius: 16px;
  --pdp-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 10px 28px rgba(16, 24, 40, 0.06);
  --pdp-sticky-top: 80px;
}

body:has(.pdp) {
  background: #fff;
}

.pdp {
  padding-bottom: 48px;
  overflow-x: clip;
  max-width: 100%;
}

.pdp .breadcrumb-box,
body.ft_tabs_mob .pdp .breadcrumb-box,
body.ft_tabs_mob.tabs-top .pdp .breadcrumb-box {
  padding-top: 0 !important;
  margin-top: 6px;
  margin-bottom: 12px;
}

.pdp .breadcrumb-box .breadcrumb {
  margin-bottom: 0 !important;
  padding-bottom: 4px;
}

.pdp-title.h1-prod-name,
.pdp .h1-prod-name {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.28;
  color: var(--pdp-ink);
}

.pdp-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--pdp-muted);
  font-size: 13px;
}

.pdp-meta a {
  color: var(--pdp-ink);
  font-weight: 600;
}

.pdp-meta a:hover {
  color: var(--pdp-green);
}

.pdp-meta .info-model,
.pdp-meta .info-manufacturer,
.pdp-meta .info-seller,
.pdp-meta .mp-product-seller {
  margin: 0;
}

.pdp-meta__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.pdp-meta .info-model {
  width: 100%;
  line-height: 1.4;
}

.pdp-meta .info-model span {
  word-break: break-word;
}

.pdp-meta .mp-product-seller span,
.pdp-meta .info-seller span {
  color: var(--pdp-ink);
  font-weight: 600;
}

.pdp-meta .rating.info-rating {
  margin: 0;
}

.pdp-meta .quantity-reviews a {
  color: var(--pdp-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pdp-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 4px;
  padding: 0;
}

.pdp-nav::-webkit-scrollbar {
  display: none;
}

.pdp-nav a {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--pdp-line);
  color: var(--pdp-muted);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.pdp-nav a:hover,
.pdp-nav a.is-active {
  border-color: var(--pdp-green);
  color: var(--pdp-green);
  background: var(--pdp-green-soft);
}

.pdp-layout {
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr) 320px;
  grid-template-rows: auto 1fr;
  gap: 20px 24px;
  align-items: start;
  width: 100%;
  min-width: 0;
}

.pdp-gallery {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.pdp-intro {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  padding: 0;
}

.pdp-aside {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 0;
}

.pdp-body {
  grid-column: 1 / span 2;
  grid-row: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.pdp-aside--sticky {
  position: sticky;
  top: var(--pdp-sticky-top);
  z-index: 21;
  max-height: calc(100vh - var(--pdp-sticky-top) - 16px);
  overflow: auto;
}

.pdp .sticky-left-block {
  position: relative !important;
  top: auto !important;
}

.pdp-card {
  background: var(--pdp-card);
  border: 1px solid var(--pdp-line);
  border-radius: var(--pdp-radius);
  box-shadow: var(--pdp-shadow);
}

/* Gallery */

.pdp-gallery .image-block,
.pdp-gallery .thumbnails {
  background: transparent;
  padding: 0;
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.pdp-gallery .general-image {
  background: transparent;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pdp-gallery #image-box {
  position: relative;
}

.pdp-gallery .slider-main-img,
.pdp-gallery .slider-main-img .slick-list,
.pdp-gallery .slider-main-img .slick-track,
.pdp-gallery .slider-main-img .slick-slide,
.pdp-gallery .slider-main-img .item,
.pdp-gallery .slider-main-img a.thumbnail {
  width: 100%;
}

.pdp-gallery .slider-main-img .item,
.pdp-gallery .slider-main-img a.thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 12px;
  border: 0;
  background: transparent;
}

.pdp-gallery .slider-main-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
}

.pdp-gallery .image-additional {
  visibility: hidden;
  width: 100%;
  padding: 12px 32px 12px !important;
  margin: 0;
}

.pdp-gallery .image-additional.slick-initialized {
  visibility: visible;
}

.pdp-gallery .image-additional .item {
  padding: 0 4px;
}

.pdp-gallery .image-additional .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 4px;
  border: 1px solid var(--pdp-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pdp-gallery .image-additional .slick-current .thumbnail,
.pdp-gallery .image-additional .thumbnail:hover {
  border-color: var(--pdp-green);
  box-shadow: 0 0 0 1px var(--pdp-green);
}

.pdp-gallery .image-additional img {
  width: 100%;
  height: 72px;
  object-fit: contain;
}

.pdp-gallery .btn-slick-prev-h,
.pdp-gallery .btn-slick-next-h {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--pdp-line);
  box-shadow: 0 2px 8px rgba(16, 24, 40, 0.08);
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  transition: all 0.2s;
}
.pdp-gallery .btn-slick-prev-h:hover,
.pdp-gallery .btn-slick-next-h:hover {
  border-color: var(--pdp-green);
  color: var(--pdp-green);
}
.pdp-gallery .btn-slick-prev-h:hover path,
.pdp-gallery .btn-slick-next-h:hover path {
  stroke: var(--pdp-green);
}
.pdp-gallery .thumbnails .image-additional .btn-slick-prev-h {
  left: 0;
}
.pdp-gallery .thumbnails .image-additional .btn-slick-next-h {
  right: 0;
}

.pdp-gallery .stickers-ns {
  left: 12px;
  top: 12px;
}

/* Buy card */

.pdp #product,
.pdp #fix_right_block,
.pdp .panel-rigth-block {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
  position: relative !important;
}

.pdp-buy {
  padding: 20px;
}

.pdp #product .info-product-stock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
}

.pdp #product .stock_status_success {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pdp-green);
  font-size: 14px;
  font-weight: 600;
}

.pdp #product .stock-quantity_success,
.pdp #product .qty-not-in-stock,
.pdp #product .qty-not-in-stock-count {
  border: 0;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
}

.pdp #product .stock-quantity_success:before,
.pdp #product .stock-quantity_success:after,
.pdp #product .qty-not-in-stock-count:before,
.pdp #product .qty-not-in-stock-count:after {
  display: none;
}

.pdp #product .stock-quantity_success {
  background: var(--pdp-green-soft);
  color: #067647;
}

.pdp #product .qty-not-in-stock,
.pdp #product .qty-not-in-stock-count {
  background: #fef3f2;
  color: #b42318;
}

.pdp #product .price {
  text-align: left;
  margin: 0 0 12px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--pdp-ink);
}

.pdp #product .price-old {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  float: none;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 500;
  color: var(--pdp-muted);
  text-decoration: line-through;
}

.pdp #product .price-new {
  display: block;
  clear: none;
  font-size: 32px;
  font-weight: 700;
  color: var(--pdp-ink);
}

.pdp #product .price-tax,
.pdp #product .points,
.pdp #product .info-product-reward {
  display: block;
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--pdp-muted);
}

.pdp #product .product-discounts {
  margin: 0 0 12px;
  padding: 8px 12px;
  background: #f9fafb;
  border-radius: 12px;
  font-size: 13px;
  color: var(--pdp-muted);
}

.pdp #product .info-minimum {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--pdp-muted);
}

.pdp #product .btn-cheaper {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--pdp-muted);
  font-size: 13px;
}

.pdp #product .actions-additional {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.pdp #product .quantity-adder,
.pdp #product .quantity-adder .quantity-number {
  float: none;
  margin: 0;
  display: inline-flex;
  align-items: center;
}

.pdp #product .quantity-number.dflex {
  background: #f4f5f7;
  border-radius: 999px;
  padding: 4px;
}

.pdp #product .quantity-adder .add-action {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  color: var(--pdp-ink);
}

.pdp #product .quantity-adder .quantity-number input,
.pdp #product .quantity-number [name^=quantity] {
  width: 48px;
  height: 32px;
  border: 0;
  background: transparent;
  text-align: center;
  box-shadow: none;
  font-weight: 700;
}

.pdp #product .btn-compare,
.pdp #product .btn-wishlist {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f4f5f7;
  border: 0;
  padding: 0;
}

.pdp #product .info_before_add_to_cart {
  margin: 0 0 12px;
}

.pdp #product .info_before_add_to_cart .inner-box {
  padding: 10px 12px;
  border-radius: 12px;
  background: var(--pdp-green-soft);
  color: #067647;
  font-size: 13px;
  line-height: 1.45;
}

.pdp #product .actions {
  margin: 0;
}

.pdp #product .actions .cart .btn-general,
.pdp #product .actions .btn-fastorder {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
}

.pdp #product .actions .cart .btn-general {
  background: var(--pdp-green) !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(0, 188, 82, 0.22);
}

.pdp #product .actions .cart .btn-general:hover {
  background: var(--pdp-green-hover) !important;
}

.pdp #product .actions .cart .btn-general:disabled {
  background: #d0d5dd !important;
  box-shadow: none;
}

.pdp #product .actions .btn-fastorder {
  margin-top: 8px;
  background: #fff;
  border: 1px solid var(--pdp-line);
  color: var(--pdp-ink);
}

.pdp #product .actions .btn-fastorder:hover {
  border-color: var(--pdp-green);
  color: var(--pdp-green);
}

.pdp #product .options {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--pdp-line);
}

.pdp #product .options .control-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--pdp-ink);
}

.pdp-intro .short-desc-b,
.pdp-intro .short-attr-b,
.pdp-intro .pdp-intro-specs {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--pdp-line);
}

.pdp-intro .title_short_description,
.pdp-intro .title_short_attribute {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--pdp-ink);
}

.pdp-intro .text_short_description {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--pdp-muted);
}

.pdp-intro .redmore-link {
  display: inline-block;
  background: transparent;
  padding: 0;
  color: var(--pdp-green);
  font-size: 13px;
  font-weight: 600;
}

.pdp-intro .redmore-link:hover {
  background: transparent;
  color: var(--pdp-green-hover);
}

.pdp-intro .short-attributes-groups,
.pdp-intro-specs {
  margin: 0 0 8px;
}

.pdp-intro div.short-attribute,
.pdp-intro-spec {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  background: transparent !important;
  border-bottom: 1px solid #f2f4f7;
  font-size: 13px;
  color: var(--pdp-muted);
}

.pdp-intro div.short-attribute > .attr-text,
.pdp-intro-spec span:last-child {
  max-width: 58%;
  text-align: right !important;
  color: var(--pdp-ink);
  font-weight: 600;
}

.pdp #product .custom-block-products {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--pdp-line);
}

.pdp #product .custom-block-products .title-module {
  margin-bottom: 10px;
}

.pdp #product .custom-block-product {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
}

.pdp #product .custom-block-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--pdp-ink);
}

.pdp #product .custom-block-desc {
  font-size: 12px;
  color: var(--pdp-muted);
}

.pdp #product .social-likes {
  margin-top: 12px;
}

.pdp #product hr {
  border-color: var(--pdp-line);
}

.pdp #next-prev-box {
  margin-bottom: 8px;
}

/* Sections */

.pdp-section {
  background: #f9fafb;
  border-radius: 20px;
  padding: 32px 40px;
  scroll-margin-top: calc(var(--pdp-sticky-top) + 12px);
}

.pdp-section__title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--pdp-ink);
}

.pdp-prose {
  font-size: 15px;
  line-height: 1.7;
  color: #344054;
}

.pdp-prose h2,
.pdp-prose h3,
.pdp-prose h4 {
  margin: 1.4em 0 0.5em;
  color: var(--pdp-ink);
  font-weight: 700;
  line-height: 1.3;
}

.pdp-prose h2 { font-size: 20px; }
.pdp-prose h3 { font-size: 17px; }

.pdp-prose p {
  margin: 0 0 12px;
}

.pdp-prose ul,
.pdp-prose ol {
  margin: 0 0 12px;
  padding-left: 20px;
}

.pdp-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.pdp-spec-group + .pdp-spec-group {
  margin-top: 22px;
}

@media (min-width: 992px) {
  .pdp-spec-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }

  .pdp-spec-group__name {
    grid-column: 1 / -1;
  }
}

.pdp-spec-group__name {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--pdp-ink);
}

.pdp-spec-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 9px 0;
  border-bottom: 1px solid #f2f4f7;
}

.pdp-spec-row__name {
  flex: 1;
  display: flex;
  align-items: baseline;
  color: var(--pdp-muted);
  font-size: 14px;
}

.pdp-spec-row__name::after {
  content: "";
  flex: 1;
  border-bottom: 1px dotted #d0d5dd;
  margin: 0 10px 4px;
  min-width: 12px;
}

.pdp-spec-row__value {
  max-width: 55%;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: var(--pdp-ink);
}

.pdp-tags {
  margin-top: 4px;
  font-size: 13px;
  color: var(--pdp-muted);
}

.pdp-tags a {
  color: var(--pdp-ink);
}

.pdp-related {
  margin-top: 28px;
}

.pdp-related .title-module {
  margin-bottom: 12px;
}

/* Reviews */

.pdp .review-item {
  padding: 16px 0;
  border-bottom: 1px solid #f2f4f7;
}

.pdp .review-heading {
  margin-bottom: 8px;
}

.pdp .block-author {
  font-weight: 700;
  color: var(--pdp-ink);
}

.pdp .block-date {
  margin-left: auto;
  color: var(--pdp-muted);
  font-size: 13px;
}

.pdp-feedback__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}

.pdp-feedback__tab {
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--pdp-line);
  border-radius: 999px;
  background: #fff;
  color: var(--pdp-muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.pdp-feedback__tab:hover,
.pdp-feedback__tab.is-active {
  border-color: var(--pdp-green);
  color: var(--pdp-green);
  background: var(--pdp-green-soft);
}

.pdp-feedback__panel {
  display: none;
}

.pdp-feedback__panel.is-active {
  display: block;
}

.pdp-write-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  margin-top: 16px;
  border: 1px solid var(--pdp-line);
  border-radius: 12px;
  background: #fff;
  color: var(--pdp-ink);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.pdp-write-toggle:hover,
.pdp-write-toggle[aria-expanded="true"] {
  border-color: var(--pdp-green);
  color: var(--pdp-green);
  background: var(--pdp-green-soft);
}

.pdp-write-form,
.pdp #form-review,
.pdp #form-question-answer {
  display: none;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--pdp-line);
}

.pdp-write-form.is-open,
.pdp #form-review.is-open,
.pdp #form-question-answer.is-open {
  display: block;
}

.pdp #form-review .form-control,
.pdp #form-question-answer .form-control {
  border-radius: 12px;
  border-color: var(--pdp-line);
  box-shadow: none;
}

.pdp .qa-item {
  padding: 16px 0;
  border-bottom: 1px solid #f2f4f7;
}

.pdp .info-client {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.pdp .client-name {
  font-weight: 700;
  color: var(--pdp-ink);
}

.pdp .client-date-added {
  color: var(--pdp-muted);
  font-size: 13px;
}

.pdp .question-client {
  font-size: 14px;
  line-height: 1.55;
  color: #344054;
}

.pdp .answer-admin {
  margin-top: 10px;
  padding: 10px 12px;
  background: #f9fafb;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.pdp #button-review {
  height: 44px;
  border-radius: 12px;
  background: var(--pdp-green);
  border-color: var(--pdp-green);
  font-weight: 700;
}

.pdp #button-review:hover {
  background: var(--pdp-green-hover);
  border-color: var(--pdp-green-hover);
}

/* Mobile buy bar */

.pdp-mob-bar {
  display: none;
}



@media (max-width: 991px) {
  .pdp .breadcrumb-box,
  body.ft_tabs_mob .pdp .breadcrumb-box,
  body.ft_tabs_mob.tabs-top .pdp .breadcrumb-box {
    padding-top: 0 !important;
    margin-top: 8px !important;
    margin-bottom: 14px !important;
    overflow: hidden;
  }

  .pdp .breadcrumb-box .breadcrumb {
    padding-top: 4px !important;
    padding-bottom: 6px !important;
    margin-bottom: 0 !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .pdp .breadcrumb-box .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .pdp-title.h1-prod-name,
  .pdp .h1-prod-name {
    font-size: 20px;
  }

  .pdp-layout {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .pdp-intro-spec:nth-of-type(n+5) {
    display: none;
  }

  .pdp-intro { order: 2; }
  .pdp-gallery { order: 1; }
  .pdp-aside { order: 3; }
  .pdp-body { order: 4; }

  .pdp-gallery,
  .pdp-intro,
  .pdp-aside,
  .pdp-body {
    grid-column: auto;
    grid-row: auto;
  }

  .pdp-aside--sticky {
    position: static;
    max-height: none;
    overflow: visible;
    top: auto;
  }

  .pdp-gallery .slider-main-img img {
    max-height: 340px;
  }

  .pdp-section {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .pdp-mob-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1020;
    display: none;
    align-items: center;
    gap: 12px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid var(--pdp-line);
    box-shadow: 0 -8px 24px rgba(16, 24, 40, 0.08);
  }

  .pdp-mob-bar.is-visible {
    display: flex;
  }

  body:has(#fm-fixed-mobile.bottom-fix) .pdp-mob-bar {
    bottom: 54px;
  }

  .pdp-mob-bar__price {
    flex: 1;
    min-width: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--pdp-ink);
    line-height: 1.15;
  }

  .pdp-mob-bar__price .price-old {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: var(--pdp-muted);
    text-decoration: line-through;
  }

  .pdp-mob-bar__buy {
    flex: 0 0 auto;
    height: 44px;
    padding: 0 20px;
    border: 0;
    border-radius: 12px;
    background: var(--pdp-green);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(0, 188, 82, 0.22);
  }

  .pdp-mob-bar__buy:disabled {
    background: #d0d5dd;
    box-shadow: none;
  }

  body:has(.pdp-mob-bar.is-visible) .pdp {
    padding-bottom: 88px;
  }
}

@media (min-width: 1200px) {
  .pdp-layout {
    grid-template-columns: minmax(400px, 520px) minmax(0, 1fr) 340px;
  }

  .pdp-gallery .slider-main-img img {
    max-height: 520px;
  }

  .pdp-intro .pdp-title.h1-prod-name {
    font-size: 24px;
  }
}

/* Sticky Header Shadow */
header.h-sticky, #top-fixed.sticky-header-1, #top-fixed-mobile.sticky-header-mobile { box-shadow: 0 4px 24px rgba(16, 24, 40, 0.08) !important; }
