
.kv-clogs-bundle {
    padding: 26px 0 0;
    font-family: Eudoxus Sans;
}

 
.kv-pack-options {
  margin-bottom: 20px;
}

.kv-pack-label {
  display: block;
  margin-bottom: 12px;
  color: #6d727e;
  font-size: 16px;
  font-weight: 400;
}

.kv-clogs-bundle .kv-pack-options .kv-pack-label {
    margin-bottom: 18px;
}

 
.kv-size-type-selector {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.kv-size-type-selector label.kv-size-type-label, .kv-clogs-bundle label.kv-pack-label {
    color: #6D727E;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: "Eudoxus Sans";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

label.kv-size-type-label {
    color: #6D727E;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0 !important;
    text-transform: initial !important;
}

.kv-sandal-section.active {
    background: rgba(255, 215, 181, 0.24);
    box-shadow: 0 0 0 1px #715843;
}

.kv-size-type-dropdown {
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    font-family: 'Eudoxus Sans', Arial, sans-serif;
    cursor: pointer;
    transition: border-color 0.2s;
    border-radius: 6px;
    border: 1px solid #F7F7F7;
    padding: 4px 12px;
    width: fit-content;
    padding-right: 30px;
}

.kv-size-type-dropdown:hover {
  border-color: #715843;
}

.kv-size-type-dropdown:focus {
  outline: none;
  border-color: #715843;
  box-shadow: 0 0 0 2px rgba(113, 88, 67, 0.1);
}

.kv-bundle-size-label-outer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0;
}
.kv-bundle-size-label-outer .kv-bundle-size-label {
  margin-bottom: 0;
}
.kv-size-selection-out .kv-size-type-selector label {
  border-radius: 6px;
  border: 1px solid #E1E0E0;
  background: rgba(128, 128, 128, 0.06);
  display: flex;
  padding: 4px 12px;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.kv-size-selection-out .kv-size-type-selector label input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.kv-size-type-selector label:has(input[type="radio"]:checked) {
  border: 1px solid #715843;
  background: rgba(255, 215, 181, 0.20);
  color: #2C2723;
  font-weight: 600;
}
.kv-size-selection-out .kv-size-type-selector {
  margin-bottom: 0;
  gap: 8px;
}

.kv-size-type-selector.kv-size-type-selector-bg {
  border-radius: 8px;
  background: rgba(128, 128, 128, 0.08);
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 100%;
  margin-top: 4px;
  flex-wrap: wrap;
}
.kv-size-type-selector.kv-size-type-selector-bg span {
  color: #808080;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}
.kv-size-type-selector.kv-size-type-selector-bg span.kv-custom-size-guide {
  margin: 0;
  color: #2C2723;
  text-decoration: underline;
  cursor: pointer;
}
.kv-size-selection-out .kv-size-type-selector.kv-size-type-selector-bg {
  margin-bottom: 0;
  margin-top: 8px;
}

 
.kv-custom-size-guide-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: none;
}

.kv-custom-size-guide-popup.active {
    display: block;
}

.kv-custom-size-guide-popup-in {
    max-width: 600px;
    background: #fff;
    padding: 30px;
    margin: 0 auto;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    overflow-y: auto;
    width: 94%;
    max-height: 90vh;
}

.kv-size-close-icon {
    background: #715843;
    width: 30px;
    height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 17px;
    cursor: pointer;
}

.kv-size-close-icon span {
    display: flex;
    margin: -2px 0 0 0;
}

span.kv-custom-size-guide {
    color: #715843;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    text-decoration: underline;
    margin-left: auto;
}

.kv-pack-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.kv-pack-button {
    padding: 8px;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    position: relative;
    border-radius: 6px;
    background: rgba(128, 128, 128, 0.06);
}

.kv-pack-button.selected {
  box-shadow: 0 0 0 1px #715843;
  background: rgba(255, 215, 181, 0.24);
}

.kv-pack-bestseller {
    border-radius: 100px;
    background: #715843;
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    top: -12px;
    padding: 5px 12px;
}

.kv-pack-title {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2px;
}

.kv-pack-subtitle {
  font-size: 12px;
  color: #6d727e;
  font-weight: 400;
}

.kv-pack-price {
    letter-spacing: 0;
    color: var(--Black, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

 
.kv-sandal-section {
    margin-bottom: 12px;
    border: 1px solid transparent;
    overflow: hidden;
    border-radius: 6px;
    background: #F7F7F7;
    padding: 12px 20px;
    cursor: pointer;
}

.kv-sandal-section:last-child {
    margin-bottom: 0;
}

.kv-sandal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kv-sandal-title {
    color: #6D727E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kv-sandal-selected {
    font-weight: 400;
    color: #0B1428;
}

.kv-clog-free-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  margin-left: 6px;
  border-radius: 999px;
  background: #715843;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.kv-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d727e;
  transition: transform 0.2s;
}

.kv-toggle-icon svg {
  transition: transform 0.2s;
}

.kv-toggle-icon.kv-icon-rotated svg {
  transform: rotate(180deg);
}

.kv-sandal-content {
  display: none;
}

 
.kv-color-selection {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 16px 0px;
}

.kv-color-swatch-wrapper {
  position: relative;
}

.kv-color-swatch-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  cursor: pointer;
}

.kv-color-swatch {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s;
    margin: 0 !important;
}

.kv-color-swatch-wrapper input[type="radio"]:checked + .kv-color-swatch {
  box-shadow: 0 0 0 2px white, 0 0 0 4px #715843;
}

 
.kv-color-swatch-wrapper.kv-out-of-stock {
  opacity: 0.5;
}

.kv-color-swatch-wrapper.kv-out-of-stock .kv-color-swatch {
  cursor: not-allowed;
  position: relative;
}

.kv-color-swatch-wrapper input[type="radio"]:disabled + .kv-color-swatch {
  cursor: not-allowed;
}

.kv-out-of-stock-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  pointer-events: none;
}

.kv-out-of-stock-line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  border-radius: 1px;
}

 
.kv-size-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kv-size-button.kv-out-of-stock {
  position: relative;
  opacity: 0.5;
  cursor: pointer;
}

.kv-size-button.kv-out-of-stock::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 1.5px;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}

.kv-size-button {
    border-radius: 6px;
    background: rgba(128, 128, 128, 0.06);
    display: flex;
    height: 42px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    aspect-ratio: 1/1;
}

.kv-size-button:hover {
  border-color: #715843;
}

.kv-size-button.selected {
    box-shadow: 0 0 0 1px#715843;
    background: rgba(255, 215, 181, 0.24);
    color: #715843;
}

 
.kv-add-to-cart-button {
    width: 100%;
    padding: 11px;
    border: none;
    cursor: pointer;
    margin-top: 26px;
    transition: background-color 0.2s;
    border-radius: 100px;
    background: #715843;
    color: #FFF;
    text-align: center;
    font-family: "Eudoxus Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.kv-add-to-cart-button.kv-atc-adding {
  opacity: 0.85;
  pointer-events: none;
}

.kv-add-to-cart-button.kv-atc-adding .kv-custom-btn-text::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  margin-left: 4px;
  vertical-align: middle;
  animation: kvAtcDots 1s steps(3, end) infinite;
  box-shadow: 8px 0 0 -1px #fff, 16px 0 0 -1px #fff;
}

@keyframes kvAtcDots {
  0%   { box-shadow: 8px 0 0 -1px #fff, 16px 0 0 -1px #fff; }
  33%  { box-shadow: 8px 0 0 0   #fff, 16px 0 0 -1px #fff; }
  66%  { box-shadow: 8px 0 0 0   #fff, 16px 0 0 0   #fff; }
  100% { box-shadow: 8px 0 0 -1px #fff, 16px 0 0 -1px #fff; }
}

.kv-add-to-cart-button:hover:not(:disabled) {
  background: #5a4535;
}

.kv-add-to-cart-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.kv-add-to-cart-button:disabled .kv-atc-price {
  display: none;
}

.kv-atc-price {
  background: rgba(255, 215, 181, 0.23);
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

span.kv-pack-compare-price {
    font-size: 12px;
    color: #6d727e;
    font-weight: 400;
    letter-spacing: 0;
    display: none;
}

.kv-pre-order-in {
    border-radius: 6px;
    border: 1px solid rgba(113, 88, 67, 0.10);
    background: rgba(113, 88, 67, 0.05);
    display: flex;
    padding: 10px 20px;
    color: #0B1428;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    margin-bottom: 12px;
}
.kv-pre-order-in svg {
    margin-right: 8px;
}

.kv-offer-product-b1 a {
    border-radius: 6px;
    background: #F7F7F7;
    display: flex;
    padding-right: 12px;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}
.kv-offer-product-b1 a img {
    width: 54px;
}
.kv-offer-product-b1-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.kv-offer-product-b1 h3 {
    color: #0B1428;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.kv-offer-price{
  border-radius: 99px;
  background: #715843;
  display: flex;
  padding: 8.1px 16px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
}
.kv-exp-b7-offer-in {
    border-radius: 12px;
    border: 1px solid #00B67A;
    background: rgba(0, 182, 122, 0.20);
    display: flex;
    padding: 14px 16px;
    color: #004E08;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-items: center;
    gap: 12px;
}
.kv-exp-b7-offer-in p {
    margin: 0;
    color: #004E08;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.kv-exp-b8-offer-in {
    border-radius: 6px;
    border: 1px solid rgba(128, 128, 128, 0.06);
    background: rgba(128, 128, 128, 0.06);
    display: none;
    padding: 10px 20px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.kv-exp-b8-offer-in.kv-exp-b8-offer-in-active {
    display: flex;
}
.kv-exp-b8-offer-in p {
    color: #0B1428;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    letter-spacing: 0;
}
.kv-exp-b8-offer.kv-exp-b8-offer-above-block.kv-custom-font {
    margin-bottom: 24px;
}
button.kv-size-button.kv-out-of-stock {
    display: none;
}

.kv-pack-values.kv-pack-values--trio-enabled {
    grid-template-columns: 1fr 1fr 1fr;
}

 
.kv-clogs-bundle-rk .kv-color-selection-out,
.kv-clogs-bundle-rk .kv-size-selection-out {
  display: flex;
  padding: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 14px;
  background: rgba(128, 128, 128, 0.08);
}
.kv-clogs-bundle-rk .kv-color-selection-out {
    margin-bottom: 8px;
    margin-top: 12px;
}
.kv-clogs-bundle-rk .kv-color-selection {
  margin: 0;
}
.kv-clogs-bundle-rk .kv-bundle-label {
  width: 100%;
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
span.kv-selected-color-rk,
.kv-bundle-size-label .kv-selected-size-rk,
.kv-clogs-bundle-rk .kv-sandal-selected {
  color: #2c2723;
  font-weight: 600;
  letter-spacing: 0;
}

.kv-clogs-bundle-rk .kv-sandal-title {
  color: #808080;
}
.kv-clogs-bundle-rk span.kv-pack-subtitle {
  color: #808080;
  letter-spacing: 0;
}
.kv-clogs-bundle-rk span.kv-pack-title {
  font-size: 16px;
  color: #2c2723;
  font-weight: 600;
}
.kv-clogs-bundle-rk .kv-price-wrapper-rk, .kv-pack-price-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.kv-clogs-bundle-rk .kv-pack-button {
  background: #f4f5f4;
  border-radius: 16px;
  padding: 12px 8px;
}
.kv-clogs-bundle-rk .kv-pack-button.selected span.kv-pack-subtitle,
.kv-clogs-bundle-rk .kv-pack-button.selected span.kv-pack-price {
  color: #2c2723;
  font-weight: 700;
}
.kv-clogs-bundle-rk .kv-pack-button.selected {
  background: rgba(255, 215, 181, 0.24);
}
.kv-clogs-bundle-rk .kv-sandal-section {
  border-radius: 16px;
  padding: 16px;
}
span.kv-varaint-custom-tag {
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2c2723;
  transform: rotate(45deg);
  position: absolute;
  right: -6px;
  top: 2px;
  background: #f5ece4;
  z-index: 999;
  letter-spacing: 0;
  padding: 0 3px;
  border-radius: 14px 14px 0 0;
}
span.kv-pack-compare-price-rk {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  padding-right: 4px;
}
.kv-clogs-bundle-rk span.kv-clg-compare {
  font-size: 12px;
}
.kv-clogs-bundle-rk button.kv-add-to-cart-button {
  border-radius: 12px;
  margin-top: 20px;
  min-height: 52px;
}
.kv-sandal-selected {
    display: none;
}
@media (max-width: 768px) {
  .kv-custom-size-guide-popup-in{
    padding: 12px;
  }
    .kv-pre-order-in {
      padding: 10px 10px;
  }
}
@media (max-width: 380px) {
  .kv-pre-order-in {
      padding: 10px 5px;
  }
  .kv-pre-order-in svg {
    margin-right: 5px;
  }
}

@media (max-width: 425px) {
  .kv-exp-b7-offer-in {
      padding: 14px 10px;
      gap: 10px;
  }
  .kv-exp-b7-offer-in p {
      font-size: 13px;
  }
}

 
.kv-bundle-product-row.kv-trio-only {
  display: none;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #FFF5ED;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion .kv-sandal-header.kv-cross-bundle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion .kv-sandal-content {
  padding-top: 20px;
  cursor: default;
}
.kv-mode-trio-bundle #kv-sandal-1-slot-in .kv-sandal-header {
  display: none;
}
.kv-mode-trio-bundle .kv-sandal-section--in-bundle {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
}
.kv-mode-trio-bundle .kv-sandal-section--in-bundle .kv-sandal-content {
  display: block !important;
  padding: 0;
}
.kv-cross-bundle-header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex: 1;
}
.kv-cross-bundle-title {
  color: #6D727E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kv-cross-bundle-badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4.5px 12px;
  background: #715843;
  border-radius: 999px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.kv-cross-bundle-badge .kv-cross-bundle-compare {
  text-decoration: line-through;
  opacity: 0.5;
}
.kv-cross-bundle-badge .kv-cross-bundle-save {
  font-weight: 400;
}
.kv-mode-trio-bundle .kv-bundle-product-row.kv-trio-only {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 0 12px;
  margin: 0;
}
.kv-bundle-product-thumb {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.kv-bundle-product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.kv-bundle-product-info {
  flex: 1;
  min-width: 0;
}
.kv-bundle-product-title {
  margin: 0;
  color: #2C2723;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: "Hanken Grotesk", sans-serif;
}
.kv-bundle-product-by {
  font-weight: 400;
  color: #2c2723;
}
.kv-bundle-product-price {
  flex: 0 0 auto;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 2px;
  text-align: right;
}
.kv-bundle-product-compare {
  color: #2C2723;
  opacity: 0.5;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
}
.kv-bundle-product-sale {
  color: #2C2723;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion .kv-color-selection-out,
.kv-mode-trio-bundle .kv-trio-bundle-accordion .kv-size-selection-out {
  background: rgba(128, 128, 128, 0.08);
  border-radius: 14px;
  margin: 0 0 12px;
  padding: 12px;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion .kv-color-selection {
  margin: 0;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion .kv-bundle-label {
  margin-bottom: 0;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion .kv-bundle-product-row.kv-trio-only {
  padding: 0 0 12px;
}
.kv-bundle-plus-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0px;
  padding: 0;
}
.kv-bundle-plus-line {
  flex: 1;
  height: 1px;
  background: rgba(83, 79, 79, 0.11);
}
.kv-bundle-plus-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #A49B92;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.kv-mode-trio-bundle .kv-trio-paired-product {
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.kv-mode-trio-bundle .kv-trio-bundle-accordion #preorder-message-bundle {
  margin: 0 0 12px;
}
span.kv-pack-subtitle.kv-pack-subtitle--bundle-total {
  color: #2c2723;
}
.kv-sandal-section.kv-duo-only {
    margin-top: 12px;
}
.kv-bundle-product-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.kv-bundle-product-price {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
}

@media (max-width: 767px) {
  .kv-pack-bestseller {
    font-size: 11px;
}
.kv-clogs-bundle-rk span.kv-pack-title {
    font-size: 12px;
}
}
