:root {
  --r13-ink: #161616;
  --r13-muted: #6b6b6b;
  --r13-line: #e8e8e8;
  --r13-soft: #f7f7f7;
  --r13-radius: 4px;
}

.r13-custom-logo-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.r13-custom-logo {
  display: block;
  width: auto !important;
  max-width: 150px !important;
  height: 58px !important;
  object-fit: contain;
}

.bhfb-component-logo .site-title,
.bhfb-component-logo .site-description {
  display: none !important;
}

.r13-watch-product {
  color: var(--r13-ink);
}

.r13-watch-product .site-main {
  width: min(100% - 48px, 1380px);
  max-width: 1380px;
  margin-inline: auto;
}

.r13-watch-product .woocommerce-breadcrumb {
  margin: 26px 0 28px;
  color: #838383;
  font-size: 12px;
  letter-spacing: .04em;
}

.r13-watch-product .woocommerce-breadcrumb a {
  color: inherit;
}

.r13-watch-product div.product .product-gallery-summary {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}

.r13-watch-product div.product .woocommerce-product-gallery {
  flex: 0 0 45%;
  width: 45%;
  margin: 0;
  position: sticky;
  top: 96px;
}

.r13-watch-product .woocommerce-product-gallery__wrapper {
  border-radius: var(--r13-radius);
  overflow: hidden;
  background: #fafafa;
}

.r13-watch-product .woocommerce-product-gallery__image img {
  width: 100%;
  background: #fafafa;
  object-fit: cover;
}

.r13-watch-product .flex-control-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 16px !important;
  padding: 0 !important;
}

.r13-watch-product .flex-control-thumbs li {
  width: 72px !important;
  flex: 0 0 72px;
}

.r13-watch-product .flex-control-thumbs img {
  border: 2px solid transparent;
  border-radius: 3px;
  opacity: .7;
}

.r13-watch-product .flex-control-thumbs img.flex-active,
.r13-watch-product .flex-control-thumbs img:hover {
  border-color: var(--r13-ink);
  opacity: 1;
}

.r13-watch-product div.product .summary {
  flex: 1 1 auto;
  width: auto;
  max-width: 640px;
  margin: 0;
  padding: 0 8px;
}

.r13-watch-product div.product .product_title {
  margin: 0 0 16px;
  color: var(--r13-ink);
  font-size: clamp(28px, 2.25vw, 36px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.r13-watch-product div.product p.price,
.r13-watch-product div.product span.price {
  margin: 0 0 22px;
  color: var(--r13-ink);
  font-size: 20px;
  font-weight: 500;
}

.r13-watch-product .price del {
  margin-right: 7px;
  color: #777;
  font-weight: 400;
  opacity: 1;
}

.r13-watch-product .price ins {
  color: #c53030;
  text-decoration: none;
}

.r13-promotion {
  display: grid;
  gap: 7px;
  margin: 0 0 24px;
  padding: 16px 18px;
  border-radius: var(--r13-radius);
  background: var(--r13-soft);
  color: #272727;
  font-size: 14px;
}

.r13-promotion__title {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.r13-watch-product form.cart {
  margin: 0;
}

.r13-watch-product .variations {
  display: block;
  margin: 0 0 22px !important;
}

.r13-watch-product .variations tbody,
.r13-watch-product .variations tr,
.r13-watch-product .variations th,
.r13-watch-product .variations td {
  display: block;
  width: 100%;
}

.r13-watch-product .variations th.label {
  padding: 0 0 8px;
  color: var(--r13-ink);
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.r13-watch-product .variations td.value {
  position: relative;
  padding: 0;
}

.r13-watch-product .variations select {
  width: 100%;
  min-height: 50px;
  padding: 0 42px 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: var(--r13-radius);
  background-color: #fff;
  color: var(--r13-ink);
  font-size: 14px;
}

.r13-watch-product .reset_variations {
  display: inline-block;
  margin-top: 7px;
  color: var(--r13-muted);
  font-size: 12px;
}

.r13-watch-product .single_variation_wrap {
  margin-top: 0;
}

.r13-watch-product .woocommerce-variation-price {
  margin-bottom: 12px;
}

.r13-watch-product .botiga-single-addtocart-wrapper {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.r13-watch-product .quantity {
  display: grid !important;
  grid-template-columns: 36px 42px 36px;
  flex: 0 0 auto;
  min-height: 55px;
  border: 1px solid #d2d2d2;
  border-radius: var(--r13-radius);
  overflow: hidden;
}

.r13-watch-product .quantity .botiga-quantity-minus,
.r13-watch-product .quantity .botiga-quantity-plus,
.r13-watch-product .quantity .qty {
  display: flex;
  width: auto !important;
  min-width: 0;
  height: 100%;
  min-height: 55px;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  background: #fff;
  color: var(--r13-ink);
  box-shadow: none !important;
  text-align: center;
}

.r13-watch-product .single_add_to_cart_button {
  flex: 1 1 auto;
  min-height: 55px;
  margin: 0 !important;
  border: 1px solid var(--r13-ink) !important;
  border-radius: var(--r13-radius) !important;
  background: var(--r13-ink) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .01em;
  transition: background .2s ease, color .2s ease;
}

.r13-watch-product .single_add_to_cart_button:hover {
  background: #fff !important;
  color: var(--r13-ink) !important;
}

.r13-checkout-confidence {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--r13-line);
}

.r13-checkout-confidence h2 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
}

.r13-payment-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.r13-payment-methods span {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 3px 8px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background: #fff;
  color: #333;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
}

.r13-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.r13-service-grid div {
  padding: 12px;
  border-radius: var(--r13-radius);
  background: var(--r13-soft);
}

.r13-service-grid strong,
.r13-service-grid small {
  display: block;
}

.r13-service-grid strong {
  font-size: 12px;
  line-height: 1.35;
}

.r13-service-grid small {
  margin-top: 4px;
  color: var(--r13-muted);
  font-size: 10px;
  line-height: 1.35;
}

.r13-watch-product .woocommerce-tabs {
  margin-top: 70px;
  padding-top: 36px;
  border-top: 1px solid var(--r13-line);
}

.r13-watch-product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 28px !important;
  border: 0 !important;
}

.r13-watch-product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--r13-soft) !important;
}

.r13-watch-product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 11px 22px !important;
  color: var(--r13-ink) !important;
  font-size: 13px;
  font-weight: 600 !important;
}

.r13-watch-product .woocommerce-tabs ul.tabs li.active {
  background: var(--r13-ink) !important;
}

.r13-watch-product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}

.r13-watch-product .woocommerce-Tabs-panel {
  max-width: 920px;
  color: #333;
  font-size: 15px;
  line-height: 1.75;
}

.r13-watch-product .woocommerce-Tabs-panel h2,
.r13-watch-product .woocommerce-Tabs-panel h3 {
  color: var(--r13-ink);
  line-height: 1.25;
}

.r13-watch-product .related.products {
  margin-top: 72px;
  padding-top: 38px;
  border-top: 1px solid var(--r13-line);
}

@media (max-width: 767px) {
  .r13-custom-logo {
    max-width: 120px !important;
    height: 46px !important;
  }

  .r13-watch-product .site-main {
    width: min(100% - 28px, 1380px);
  }

  .r13-watch-product .woocommerce-breadcrumb {
    margin: 16px 0 18px;
  }

  .r13-watch-product div.product .product-gallery-summary {
    display: block;
  }

  .r13-watch-product div.product .woocommerce-product-gallery,
  .r13-watch-product div.product .summary {
    position: static;
    width: 100%;
    max-width: none;
  }

  .r13-watch-product div.product .summary {
    padding: 28px 0 0;
  }

  .r13-watch-product div.product .product_title {
    font-size: 28px;
  }

  .r13-watch-product .flex-control-thumbs li {
    width: 60px !important;
    flex-basis: 60px;
  }

  .r13-watch-product .botiga-single-addtocart-wrapper {
    align-items: stretch;
  }

  .r13-watch-product .quantity {
    grid-template-columns: 32px 36px 32px;
  }

  .r13-service-grid {
    grid-template-columns: 1fr;
  }

  .r13-watch-product .woocommerce-tabs {
    margin-top: 48px;
  }

  .r13-watch-product .woocommerce-tabs ul.tabs {
    overflow-x: auto;
  }
}

