:root {
  --vb-black: #030303;
  --vb-white: #ffffff;
  --vb-cream: #f7f5ef;
  --vb-gold: #a99152;
  --vb-gold-dark: #8a743b;
  --vb-text: #171717;
  --vb-muted: #6f6f6f;
  --vb-max: 1120px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background: var(--vb-white);
  color: var(--vb-text);
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.vb-site-header {
  background: var(--vb-black);
  border-bottom: 1px solid var(--vb-gold);
  color: var(--vb-white);
  min-height: 72px;
  position: relative;
  z-index: 20;
}

.vb-header-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 180px 1fr 110px 44px;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 72px;
  padding: 0 20px;
}

.vb-logo,
.vb-logo--text {
  align-items: center;
  color: var(--vb-white);
  display: inline-flex;
  font-weight: 700;
  gap: 7px;
  letter-spacing: .04em;
  line-height: 1;
}

.vb-logo img {
  display: block;
  height: auto;
  max-height: 35px;
  width: 133px;
}

.vb-logo-mark {
  border-bottom: 18px solid transparent;
  border-left: 15px solid var(--vb-gold);
  border-top: 18px solid transparent;
  display: inline-block;
  height: 0;
  transform: rotate(90deg);
  width: 0;
}

.vb-logo-word {
  font-size: 21px;
}

.vb-logo small {
  display: block;
  font-size: 7px;
  letter-spacing: .24em;
  margin-left: -44px;
  margin-top: 22px;
}

.vb-menu {
  align-items: stretch;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vb-menu li {
  border-left: 1px solid rgba(169, 145, 82, .28);
  min-width: 92px;
  text-align: center;
}

.vb-menu li:last-child {
  border-right: 1px solid rgba(169, 145, 82, .28);
}

.vb-menu a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  height: 72px;
  justify-content: center;
  text-transform: uppercase;
}

.vb-primary-nav .vb-menu {
  justify-content: stretch;
  width: 100%;
}

.vb-primary-nav .vb-menu li {
  flex: 1 1 0;
  min-width: 0;
}

.vb-primary-nav .vb-menu a {
  white-space: nowrap;
}

.vb-menu .current-menu-item > a,
.vb-menu a:hover {
  color: var(--vb-gold);
}

.vb-menu .current-menu-item {
  box-shadow: inset 0 -4px 0 var(--vb-gold);
}

.vb-header-actions {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: flex-end;
}

/* The cart trigger is a button, so it must not inherit WooCommerce/browser
   button chrome. Keep both header actions on the same black header surface. */
.vb-header-actions .vb-icon-link {
  background: #030303;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
  padding: 0;
}

.vb-header-actions .vb-icon-link:hover,
.vb-header-actions .vb-icon-link:focus-visible {
  background: #030303;
  box-shadow: none;
}

.vb-icon-link svg {
  fill: var(--vb-gold);
  height: 22px;
  width: 22px;
}

.vb-icon-link img {
  display: block;
  height: 24px;
  object-fit: contain;
  width: 24px;
}

.vb-nav-toggle {
  background: transparent;
  border: 0;
  display: none;
  height: 44px;
  padding: 10px;
  width: 44px;
}

.vb-nav-toggle span {
  background: var(--vb-gold);
  display: block;
  height: 2px;
  margin: 5px 0;
}

.vb-mobile-menu {
  display: none;
}

.vb-site-main {
  background: var(--vb-white);
  flex: 1 0 auto;
  margin: 0;
  max-width: none;
  width: 100%;
}

.vb-site-footer {
  flex-shrink: 0;
}

.vb-page > .elementor,
.vb-front-page > .elementor {
  margin: 0;
}

.vb-page .elementor-section.elementor-section-boxed > .elementor-container,
.vb-front-page .elementor-section.elementor-section-boxed > .elementor-container,
.vb-page .elementor-section > .elementor-container,
.vb-front-page .elementor-section > .elementor-container {
  max-width: none;
}

.vb-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.vb-front-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.vb-page .elementor-widget-wrap,
.vb-front-page .elementor-widget-wrap {
  padding: 0;
}

.vb-page-shell,
.vb-page {
  background: var(--vb-white);
}

.vb-contact-page {
  background: #050505;
}

.vb-contact-page-hero {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .55));
  background-position: center;
  background-size: cover;
  color: var(--vb-white);
  min-height: 700px;
  padding: 82px 24px;
}

.vb-contact-page-inner {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(320px, 480px) minmax(340px, 430px);
  justify-content: center;
  margin: 0 auto;
  max-width: var(--vb-max);
}

.vb-contact-page-copy h1 {
  color: var(--vb-white);
  font-size: 54px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.vb-contact-page-copy p {
  border-top: 2px solid var(--vb-gold);
  color: var(--vb-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 34px;
  max-width: 440px;
  padding-top: 16px;
}

.vb-contact-page-details {
  display: grid;
  gap: 14px;
}

.vb-contact-page-details span {
  align-items: center;
  color: var(--vb-white);
  display: flex;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
}

.vb-contact-page-details svg {
  fill: var(--vb-gold);
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.vb-contact-page-form {
  color: var(--vb-white);
  scroll-margin-top: 86px;
}

.vb-contact-page-form h2 {
  color: var(--vb-white);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 18px;
  text-align: center;
}

.vb-contact-page-form label {
  color: var(--vb-white);
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 14px;
}

.vb-contact-page-form input,
.vb-contact-page-form select,
.vb-contact-page-form textarea {
  background: var(--vb-white);
  border: 0;
  border-radius: 3px;
  color: var(--vb-text);
  display: block;
  font: inherit;
  margin-top: 6px;
  min-height: 43px;
  padding: 10px 12px;
  width: 100%;
}

.vb-contact-page-form input[type="submit"] {
  align-items: center;
  background: var(--vb-gold);
  color: var(--vb-white);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  margin-top: 14px;
  min-height: 46px;
}

@media (max-width: 820px) {
  .vb-contact-page-hero {
    min-height: 0;
    padding: 58px 20px;
  }

  .vb-contact-page-inner {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .vb-contact-page-copy h1 {
    font-size: 40px;
  }
}

.vb-site-footer {
  background: var(--vb-gold);
  color: var(--vb-white);
  margin: 0;
  max-width: none;
  width: 100%;
}

.vb-footer-inner {
  align-items: center;
  display: grid;
  grid-template-columns: 160px minmax(360px, 1fr) minmax(150px, 190px) minmax(190px, 250px);
  gap: 34px;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 138px;
  padding: 28px 20px;
}

.vb-footer-col {
  min-width: 0;
}

.vb-footer-col--logo img {
  display: block;
  height: auto;
  width: 150px;
}

.vb-footer-col--menu-address,
.vb-footer-col--social-email {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.vb-footer-col--phone {
  align-items: flex-end;
  display: flex;
  align-self: end;
  /* Lift the standalone phone block onto the same contact baseline as
     the address and email beneath their respective top-row content. */
  padding-bottom: 18px;
}

.vb-footer-col--social-email {
  align-items: flex-end;
}

.vb-footer-nav .vb-menu {
  justify-content: flex-start;
  width: 100%;
}

.vb-footer-nav .vb-menu a {
  font-size: 14px;
  font-weight: 400;
  height: auto;
  padding: 0 10px;
  white-space: nowrap;
}

.vb-footer-nav .vb-menu li {
  border-left: 1px solid rgba(255, 255, 255, .24);
  flex: 1 1 0;
  min-width: 0;
  white-space: nowrap;
}

.vb-footer-nav .vb-menu li:first-child {
  border-left: 0;
}

.vb-footer-nav .vb-menu li:first-child a {
  padding-left: 10px;
}

.vb-footer-nav .vb-menu .current-menu-item > a,
.vb-footer-nav .vb-menu a:hover {
  color: #D8C28D;
}

.vb-footer-nav .vb-menu .current-menu-item {
  box-shadow: none;
}

.vb-footer-social {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.vb-footer-social a {
  align-items: center;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.vb-footer-social img {
  display: block;
  height: 18px;
  object-fit: contain;
  width: 18px;
}

.vb-footer-address,
.vb-footer-phone,
.vb-footer-email {
  align-items: center;
  display: flex;
  font-size: 11px;
  gap: 8px;
  white-space: nowrap;
}

.vb-footer-address {
  justify-content: flex-start;
}

.vb-footer-phone,
.vb-footer-email {
  justify-content: flex-end;
}

.vb-site-footer svg {
  fill: var(--vb-white);
  height: 14px;
  flex: 0 0 auto;
  width: 14px;
}

.vb-wc-category {
  background: #fff;
  min-height: 520px;
  overflow-x: hidden;
  padding: 28px 24px 54px;
}

.vb-wc-inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.vb-wc-breadcrumb {
  color: #b8b8b8;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.vb-wc-breadcrumb a {
  color: #b8b8b8;
}

.vb-wc-breadcrumb span {
  margin-left: 4px;
}

.vb-wc-category-title {
  align-items: center;
  color: #111;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 0 0 20px;
}

.vb-wc-category-title a {
  color: #111;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.vb-wc-product-grid {
  display: grid;
  gap: 38px 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.vb-wc-product-card {
  list-style: none;
  margin: 0;
  min-width: 0;
  text-align: center;
}

.vb-wc-product-card a {
  display: block;
}

.vb-wc-product-image {
  align-items: center;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  display: flex;
  height: 190px;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.vb-wc-product-image img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.vb-shirt-preview {
  background: var(--shirt-color, #b01f36);
  clip-path: polygon(24% 0, 76% 0, 95% 23%, 81% 39%, 78% 100%, 22% 100%, 19% 39%, 5% 23%);
  display: block;
  height: 172px;
  margin-bottom: 0;
  position: relative;
  width: 112px;
}

.vb-shirt-preview::after {
  background: rgba(255, 255, 255, .14);
  border-radius: 0 0 14px 14px;
  content: "";
  height: 16px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 20px;
}

.vb-shirt-red { --shirt-color: #b01f36; }
.vb-shirt-blue { --shirt-color: #47aee2; }
.vb-shirt-forest { --shirt-color: #183d38; }
.vb-shirt-green { --shirt-color: #159345; }
.vb-shirt-tan { --shirt-color: #928a70; }
.vb-shirt-teal { --shirt-color: #145158; }

.vb-wc-ref {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  margin-top: 12px;
}

.vb-wc-price {
  color: #111;
  display: block;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin: 5px 0 6px;
}

.vb-wc-price .woocommerce-Price-amount {
  color: #111;
}

.vb-wc-discount {
  color: #111;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.15;
}

.vb-wc-discount strong {
  font-weight: 800;
}

.vb-wc-empty {
  color: #777;
  font-size: 13px;
  padding: 40px 0;
  text-align: center;
}

.vb-product-config {
  --vb-product-color: #b01f36;
  background: #fff;
  min-height: 700px;
  position: relative;
}

.vb-product-inner {
  margin: 0 auto;
  max-width: 920px;
  padding: 24px 24px 50px;
}

.vb-product-title {
  align-items: center;
  color: #111;
  display: flex;
  font-size: 15px;
  font-weight: 800;
  gap: 6px;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 0 0 16px;
}

.vb-product-title a {
  font-size: 25px;
  font-weight: 300;
}

.vb-product-title span {
  display: block;
}

.vb-product-title small {
  display: block;
  font: inherit;
}

.vb-product-config .woocommerce-notices-wrapper {
  margin: 0 0 20px;
}

.vb-product-config .woocommerce-error,
.vb-product-config .woocommerce-message,
.vb-product-config .woocommerce-info {
  border: 1px solid #b99b4d;
  border-left: 4px solid #b01f36;
  color: #5e1020;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  list-style: none;
  margin: 0;
  padding: 13px 16px;
}

.vb-product-config .woocommerce-message {
  border-left-color: #4b7b38;
  color: #28511b;
}

.vb-size-box label.is-unavailable {
  display: none;
}

.vb-product-top {
  border-bottom: 1px solid #d8d8d8;
  display: grid;
  gap: 18px;
  grid-template-columns: 54px 160px 1fr 250px;
  padding-bottom: 20px;
}

.vb-thumb-rail {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vb-thumb-rail button {
  align-items: center;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  color: #a99152;
  display: flex;
  font-size: 22px;
  height: 46px;
  justify-content: center;
  width: 42px;
}

.vb-thumb-rail button.is-active {
  border-color: #a99152;
}

.vb-thumb-rail button img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.vb-mini-shirt {
  background: var(--vb-product-color);
  clip-path: polygon(24% 0, 76% 0, 96% 24%, 78% 42%, 76% 100%, 24% 100%, 22% 42%, 4% 24%);
  display: block;
  height: 36px;
  width: 25px;
}

.vb-main-preview {
  align-items: center;
  border: 1px solid #cdbb85;
  border-radius: 3px;
  display: flex;
  height: 240px;
  justify-content: center;
}

.vb-product-photo {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.vb-product-photo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.vb-model-shirt {
  background: var(--vb-product-color);
  clip-path: polygon(25% 0, 75% 0, 97% 24%, 80% 42%, 77% 100%, 23% 100%, 20% 42%, 3% 24%);
  height: 220px;
  position: relative;
  width: 125px;
}

.vb-model-shirt.is-view-back {
  transform: scaleX(-1);
}

.vb-model-shirt.is-view-back .vb-logo-chip {
  transform: scaleX(-1) translate(-50%, -50%);
}

.vb-model-shirt.is-view-side {
  clip-path: polygon(34% 0, 66% 0, 86% 23%, 69% 43%, 66% 100%, 34% 100%, 31% 43%, 14% 23%);
  width: 92px;
}

.vb-logo-chip {
  background: rgba(255, 255, 255, .92);
  border: 1px solid #d8d8d8;
  color: #777;
  display: none;
  font-size: 9px;
  left: 50%;
  min-width: 34px;
  padding: 4px;
  position: absolute;
  text-align: center;
  top: 40%;
  transform: translate(-50%, -50%);
}

.vb-logo-chip.is-active {
  display: block;
}

.vb-logo-front-left { left: 38%; top: 32%; }
.vb-logo-front-right { left: 62%; top: 32%; }
.vb-logo-front-center { left: 50%; top: 42%; }
.vb-logo-back-upper { left: 50%; top: 30%; }
.vb-logo-back-center { left: 50%; top: 46%; }

.vb-price-line {
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  gap: 12px;
  padding-bottom: 14px;
}

.vb-price-line strong {
  color: #111;
  font-size: 15px;
  font-weight: 800;
}

.vb-price-line small {
  color: #777;
  font-size: 8px;
  font-weight: 700;
}

.vb-color-field,
.vb-upload-field {
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 0;
}

.vb-color-field {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(118px, auto) 1fr;
  gap: 12px;
}

.vb-color-field label,
.vb-upload-field label,
.vb-size-box h2 {
  color: #111;
  display: block;
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 8px;
}

.vb-color-field label {
  margin: 0;
}

.vb-selected-color {
  align-items: center;
  background: transparent;
  border: 0;
  display: grid;
  grid-template-columns: 1fr 55px 20px;
  gap: 8px;
  justify-self: end;
  padding: 0;
  width: 116px;
}

.vb-selected-color span {
  color: #777;
  font-size: 10px;
  text-align: right;
}

.vb-selected-color i {
  display: block;
  height: 18px;
}

.vb-selected-color em {
  color: #999;
  font-style: normal;
}

.vb-upload-field input[type=file] {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.vb-upload-button {
  align-items: center;
  border: 1px solid #cdbb85;
  color: #a99152;
  display: flex !important;
  height: 43px;
  justify-content: center;
  margin: 0 0 10px !important;
}

.vb-upload-field p {
  color: #777;
  font-size: 8px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.vb-upload-field .vb-upload-selected {
  color: #31713b;
  display: none;
  font-size: 10px;
  font-weight: 700;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}

.vb-upload-field .vb-upload-selected.is-selected {
  display: block;
}

.vb-checkbox {
  align-items: center;
  display: flex !important;
  gap: 7px;
  font-size: 10px !important;
  font-weight: 400 !important;
}

.vb-size-box h2 {
  margin-top: 0;
}

.vb-size-box label {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 55px 18px 1fr 18px;
  margin-bottom: 8px;
}

.vb-size-box span {
  color: #777;
  font-size: 10px;
}

.vb-size-box input {
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  height: 25px;
  text-align: center;
}

.vb-size-box button[data-step] {
  align-items: center;
  background: #bdbdbd;
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-weight: 800;
  height: 14px;
  justify-content: center;
  padding: 0;
  width: 14px;
}

.vb-measure-link {
  background: transparent;
  border: 0;
  color: #a99152;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 0 0;
}

.vb-placement-section {
  border-bottom: 1px solid #d8d8d8;
  padding: 18px 0;
}

.vb-placement-section h2,
.vb-product-description h2,
.vb-product-comments label {
  color: #111;
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 6px;
}

.vb-placement-section p {
  color: #555;
  font-size: 10px;
  margin: 0 0 12px;
}

.vb-placement-grid {
  align-items: center;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  gap: 36px;
}

.vb-placement-shirt {
  background: transparent;
  border: 0;
  height: 176px;
  margin: 0 auto;
  position: relative;
  width: 176px;
}

.vb-placement-shirt img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

/* The supplied back PNG contains an off-white canvas; render its shirt on the
   same clean white surface as the front SVG. */
.vb-placement-back {
  background: #fff;
}

.vb-placement-back img {
  filter: brightness(1.12) contrast(1.35);
}

.vb-place {
  color: #777;
  font-size: 8px;
  position: absolute;
}

.vb-place input {
  appearance: none;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
  cursor: pointer;
  display: grid;
  height: 28px;
  place-content: center;
  margin: 0;
  width: 28px;
}

.vb-place input::before {
  align-items: center;
  background: #a99152;
  border-radius: 50%;
  color: #fff;
  content: "✓";
  display: flex;
  font-size: 18px;
  font-weight: 800;
  height: 22px;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  transform: none;
  width: 22px;
}

.vb-place input:checked {
  background: #dbc993;
  border-color: #a99152;
}

.vb-place input:checked::before {
  opacity: 1;
}

.vb-place span {
  color: #111;
  display: block;
  font-size: 9px;
  font-weight: 500;
  left: 50%;
  line-height: 1;
  margin-top: 5px;
  position: absolute;
  white-space: nowrap;
  transform: translateX(-50%);
}

.vb-place-front-left { left: 56px; top: 40px; }
.vb-place-front-right { right: 53px; top: 40px; }
.vb-place-front-center { left: 77px; top: 92px; }
.vb-place-back-upper { left: 77px; top: 68px; }
.vb-place-back-center { left: 77px; top: 90px; }

.vb-phone-config {
  text-align: center;
}

.vb-phone-config input {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 18px;
  height: 40px;
  padding: 0 14px;
  text-align: center;
  width: 200px;
}

.vb-phone-preview {
  background: transparent;
  border: 0;
  color: #9b9b9b;
  font-size: 7px;
  left: 50%;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 37%;
  transform: translateX(-50%);
}

.vb-product-comments {
  padding: 16px 0;
}

.vb-product-comments h2 {
  color: #222;
  font-size: 11px;
  font-weight: 800;
  margin: 0 0 12px;
}

.vb-product-description {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  color: #555;
  font-size: 10px;
  line-height: 1.5;
  min-height: 64px;
  padding: 12px;
  width: 100%;
}

.vb-product-description > :first-child {
  margin-top: 0;
}

.vb-product-description > :last-child {
  margin-bottom: 0;
}

.vb-add-configured {
  align-items: center;
  background: #a99152 !important;
  border: 0 !important;
  border-radius: 5px !important;
  color: #fff !important;
  display: flex !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  gap: 11px;
  height: 62px;
  justify-content: center;
  margin: 32px auto 0 !important;
  max-width: 335px;
  width: 100%;
}

.vb-add-configured svg {
  fill: currentColor;
  height: 26px;
  width: 26px;
}

.vb-config-form.has-validation-error {
  outline: 2px solid rgba(176, 31, 54, .2);
}

.vb-config-validation {
  background: #fff2f3;
  border-left: 4px solid #b01f36;
  color: #751326;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  margin: 24px auto -12px;
  max-width: 560px;
  padding: 12px 16px;
}

.vb-cart-trigger { position: relative; }
.vb-cart-count { align-items: center; background: #a99152; border-radius: 999px; color: #fff; display: flex; font-size: 10px; font-weight: 800; height: 17px; justify-content: center; line-height: 1; min-width: 17px; position: absolute; right: -5px; top: -5px; }
.vb-cart-drawer { inset: 0; pointer-events: none; position: fixed; z-index: 99999; }
.vb-cart-drawer.is-open { pointer-events: auto; }
.vb-cart-drawer-backdrop { background: rgba(0,0,0,.58); border: 0; inset: 0; opacity: 0; padding: 0; position: absolute; transition: opacity .25s ease; width: 100%; }
.vb-cart-drawer-panel { background: #383838; box-shadow: -12px 0 30px rgba(0,0,0,.4); color: #fff; display: flex; flex-direction: column; height: 100%; max-width: 640px; overflow: hidden; padding: 0; position: absolute; right: 0; top: 0; transform: translateX(105%); transition: transform .28s ease; width: min(100%, 640px); }
.vb-cart-drawer.is-open .vb-cart-drawer-backdrop { opacity: 1; }
.vb-cart-drawer.is-open .vb-cart-drawer-panel { transform: translateX(0); }
.vb-cart-drawer-panel header { align-items: center; border-bottom: 2px solid #a99152; display: flex; flex: 0 0 auto; min-height: 64px; padding: 0 24px; }
.vb-cart-drawer-heading { align-items: center; color: #ae9652; display: flex; gap: 12px; }
.vb-cart-drawer-panel h2 { color: #ae9652; display: block; font-size: 20px; font-weight: 800; line-height: 1; margin: 0; }
.vb-cart-drawer-icon { display: block; height: 24px; object-fit: contain; width: 24px; }
.vb-cart-drawer-heading button { background: transparent; border: 0; color: #ae9652; cursor: pointer; font-size: 36px; font-weight: 300; line-height: .8; padding: 0; transform: none; }
.vb-cart-drawer-content { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; }
.vb-cart-items { flex: 0 1 auto; list-style: none; margin: 0; overflow: auto; padding: 0; }
.vb-cart-item { align-items: start; border-bottom: 1px solid #555; display: grid; gap: 16px; grid-template-columns: minmax(0,1fr) auto; min-height: 0; padding: 28px 32px; }
.vb-cart-item.is-expanded { min-height: 0; padding-bottom: 28px; }
.vb-cart-item-copy { min-width: 0; }
.vb-cart-item-title { align-items: baseline; display: flex; gap: 12px; line-height: 1; }
.vb-cart-item-title strong { color: #fff; font-size: 16px; font-weight: 800; }
.vb-cart-item-title span { color: #fff; font-size: 16px; font-weight: 400; }
.vb-cart-item-ref { color: #fff; display: block; font-size: 16px; line-height: 1.2; margin-top: 5px; }
.vb-cart-item-toggle { background: transparent; border: 0; color: #ae9652; cursor: pointer; display: block; font: inherit; font-size: 16px; margin: 8px 0 0; padding: 0; }
.vb-cart-item-details { border-top: 1px solid #777; margin-top: 22px; padding-top: 2px; }
.vb-cart-item-field { margin-top: 24px; }
.vb-cart-item-field b, .vb-cart-item-field span { color: #fff; display: block; }
.vb-cart-item-field b { font-size: 16px; font-weight: 800; line-height: 1.1; }
.vb-cart-item-field span { font-size: 16px; font-weight: 400; line-height: 1.35; margin-top: 7px; }
.vb-cart-item-field i { border-radius: 4px; display: inline-block; height: 24px; margin-right: 10px; vertical-align: middle; width: 42px; }
.vb-cart-item-price { color: #ae9652; font-size: 26px; font-weight: 800; line-height: 1; padding-top: 2px; white-space: nowrap; }
.vb-cart-total { align-items: center; background: #443d2f; border-bottom: 2px solid #777; display: flex; flex: 0 0 auto; justify-content: space-between; min-height: 72px; padding: 16px 32px; }
.vb-cart-total strong { color: #ae9652; font-size: 26px; font-weight: 800; }
.vb-cart-checkout-wrap { align-items: flex-end; display: flex; flex: 1 1 auto; justify-content: stretch; padding: 24px 32px 32px; width: 100%; }
/* Keep this specific to the AJAX fragment: WooCommerce may otherwise apply
   its default button treatment when the drawer content is refreshed. */
.vb-cart-checkout { align-items: center; align-self: stretch; background: #a99152 !important; border: 0 !important; border-radius: 5px; box-shadow: none !important; box-sizing: border-box; color: #fff !important; display: flex; flex: 0 0 64px; font-size: 22px; font-weight: 800; height: 64px; justify-content: center; line-height: 1; margin: 0 !important; max-width: none !important; min-width: 100%; padding: 0 18px; text-align: center; text-decoration: none; width: 100% !important; }
.vb-cart-checkout:hover, .vb-cart-checkout:focus-visible { background: #b8a062 !important; box-shadow: none !important; color: #fff !important; outline: 2px solid rgba(255,255,255,.72); outline-offset: 3px; }
a.button.vb-cart-checkout { font-size: 16px; line-height: 38px; }
.vb-cart-empty { color: #fff; font-size: 18px; padding: 38px; text-align: center; }
@media (max-width: 600px) {
	.vb-cart-drawer-panel { max-width: 100%; width: calc(100% - 24px); }
	.vb-cart-drawer-panel header { min-height: 92px; padding: 0 28px; }
	.vb-cart-drawer-heading { gap: 13px; }
	.vb-cart-drawer-heading button { font-size: 46px; }
	.vb-cart-drawer-icon { height: 31px; width: 31px; }
	.vb-cart-drawer-panel h2 { font-size: 31px; }
	.vb-cart-item { min-height: 132px; padding: 22px 34px; }
	.vb-cart-item-title strong { font-size: 38px; }
	.vb-cart-item-title span { font-size: 23px; }
	.vb-cart-item-ref,.vb-cart-item-details { font-size: 20px; }
	.vb-cart-item-price { font-size: 29px; }
	.vb-cart-total { min-height: 72px; padding: 16px 32px; }
	.vb-cart-total strong { font-size: 26px; }
	.vb-cart-checkout-wrap { padding: 28px 34px 46px; }
	.vb-cart-checkout { font-size: 22px; padding: 0 16px; }
}

.vb-package-offer { background-color: #050505; background-image: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.48) 52%, rgba(0,0,0,.3) 100%), var(--vb-package-background); background-position: center; background-size: cover; color: #fff; isolation: isolate; min-height: 720px; overflow: hidden; padding: 66px 24px 54px; position: relative; }
.vb-package-offer--website { background-image: var(--vb-package-background); }
.vb-package-offer-inner { margin: 0 auto; max-width: 1080px; position: relative; text-align: center; z-index: 1; }
.vb-package-offer h2 { color: #b59d5a; font-size: clamp(28px, 3vw, 42px); font-weight: 800; margin: 0 0 34px; text-transform: uppercase; }
.vb-package-includes { display: grid; gap: 16px; grid-template-columns: repeat(7, minmax(0, 1fr)); justify-content: center; list-style: none; margin: 0; padding: 0; }
.vb-package-offer--website .vb-package-includes { grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 900px; margin-inline: auto; }
.vb-package-offer--website .vb-package-includes img { background: transparent; border: 0; border-radius: 50% !important; height: 126px !important; object-fit: cover; padding: 0; width: 126px !important; }
.vb-package-includes li { align-items: center; display: flex; flex-direction: column; font-size: 18px; font-weight: 600; gap: 10px; line-height: 1.35; }
.vb-package-includes img { background: radial-gradient(circle, #b59d5a, #6e5c2b); border: 2px solid #b59d5a; border-radius: 50%; height: 126px; object-fit: contain; padding: 11px; width: 126px; }
.vb-package-price { align-items: center; aspect-ratio: 1; background: url('../images/website-package-price-badge.png') center / cover no-repeat; clip-path: polygon(50% 0%,54% 5%,59% 1%,62% 7%,68% 3%,70% 10%,77% 7%,78% 14%,86% 12%,85% 19%,93% 20%,90% 27%,98% 30%,94% 36%,100% 42%,95% 47%,100% 54%,94% 58%,98% 66%,90% 69%,93% 77%,85% 78%,86% 86%,78% 85%,77% 93%,70% 90%,68% 97%,62% 93%,59% 99%,54% 95%,50% 100%,46% 95%,41% 99%,38% 93%,32% 97%,30% 90%,23% 93%,22% 85%,14% 86%,15% 78%,7% 77%,10% 69%,2% 66%,6% 58%,0% 54%,5% 47%,0% 42%,6% 36%,2% 30%,10% 27%,7% 20%,15% 19%,14% 12%,22% 14%,23% 7%,30% 10%,32% 3%,38% 7%,41% 1%,46% 5%); color: transparent; display: flex; flex-direction: column; justify-content: center; margin: 46px 0 -110px 7%; padding: 20px; width: 260px; }
.vb-package-price span, .vb-package-price strong, .vb-package-price b { visibility: hidden; }
.vb-package-price span { font-size: 17px; text-transform: uppercase; }.vb-package-price del { font-size: 19px; }.vb-package-price strong { font-size: 70px; line-height: 1; }.vb-package-price b { font-size: 20px; text-transform: uppercase; }
.vb-package-buy-form { margin: 110px auto 0; max-width: 400px; }.vb-package-buy-form button { background: #a99152; border: 0; border-radius: 5px; color: #fff; cursor: pointer; font-size: 19px; font-weight: 800; padding: 21px 30px; width: 100%; }.vb-package-buy-form button:hover { background: #c0a766; }
.home .vb-entrepreneur-package h2 { top: 4%; }
.home .vb-entrepreneur-package__items { top: 9%; }
.home .vb-entrepreneur-package__items img { height: clamp(72px, 5.4vw, 104px); margin-bottom: 8px; width: clamp(72px, 5.4vw, 104px); }
.home .vb-package-offer { padding: 34px 48px 54px; }
.home .vb-package-offer h2 { margin-bottom: 14px; }
.home .vb-package-includes { gap: 10px; }
.home .vb-package-includes img, .home .vb-package-offer--website .vb-package-includes img { height: 100px !important; width: 100px !important; }
.home .vb-package-includes li { gap: 6px; }
.home .vb-package-offer--website { border-bottom: 0 !important; margin-bottom: 0 !important; }
@media (max-width: 800px) { .vb-package-offer { min-height: auto; padding: 48px 18px; }.vb-package-includes, .vb-package-offer--website .vb-package-includes { grid-template-columns: repeat(2, minmax(0, 1fr)); }.vb-package-includes img { height: 96px; width: 96px; }.vb-package-offer--website .vb-package-includes img { height: 96px !important; width: 96px !important; }.vb-package-includes li { font-size: 15px; }.vb-package-price { margin: 36px auto -50px; width: 210px; }.vb-package-price strong { font-size: 57px; }.vb-package-buy-form { margin-top: 70px; } }

/* Checkout follows Valle's black-and-gold storefront, while inputs stay readable. */
body.woocommerce-checkout { background: #050505; }
body.woocommerce-checkout .vb-site-main { background: #050505; color: #fff; padding: 52px max(24px, calc((100vw - 1180px) / 2)); }
body.woocommerce-checkout .vb-page { background: transparent; margin: 0 auto; max-width: 1180px; }
body.woocommerce-checkout .woocommerce-checkout h1,
body.woocommerce-checkout .woocommerce-checkout h2,
body.woocommerce-checkout .woocommerce-checkout h3,
body.woocommerce-checkout .woocommerce-checkout label,
body.woocommerce-checkout .woocommerce-checkout .woocommerce-form__label { color: #fff; }
body.woocommerce-checkout .woocommerce-checkout input.input-text,
body.woocommerce-checkout .woocommerce-checkout textarea,
body.woocommerce-checkout .woocommerce-checkout select { background: #fff; border: 1px solid #c8c8c8; border-radius: 4px; color: #171717; }
body.woocommerce-checkout .woocommerce-checkout .select2-selection { background: #fff; border-color: #c8c8c8; color: #171717; }
body.woocommerce-checkout .woocommerce-checkout .select2-selection__rendered { color: #171717; }
body.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-review-order,
body.woocommerce-checkout .woocommerce-checkout .woocommerce-checkout-payment { background: #181818; border: 1px solid #6f6038; color: #fff; padding: 24px; }
body.woocommerce-checkout .woocommerce-checkout table.shop_table { background: #181818; border-color: #5b5b5b; color: #fff; }
body.woocommerce-checkout .woocommerce-checkout table.shop_table td,
body.woocommerce-checkout .woocommerce-checkout table.shop_table th { border-color: #464646; color: #fff; }
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box { background: #2a2a2a; color: #fff; }
body.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #2a2a2a; }
body.woocommerce-checkout .woocommerce-checkout #place_order { background: #a99152; border: 0; border-radius: 5px; color: #fff; font-weight: 800; padding: 17px 26px; width: 100%; }

/* Removed from the current homepage composition at the client's request. */
.home .elementor-widget-valle_why_choose { display: none !important; }

.vb-side-panel {
  background: #fff;
  border: 1px solid #bdbdbd;
  box-shadow: -10px 0 18px rgba(0, 0, 0, .16);
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 390px;
  min-height: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform .2s ease;
  width: 36vw;
  z-index: 80;
}

.vb-side-panel.is-open {
  transform: translateX(0);
}

.vb-side-panel header {
  flex: 0 0 auto;
  align-items: center;
  border-bottom: 2px solid #8c8c8c;
  display: flex;
  gap: 10px;
  height: 48px;
  padding: 0 16px;
}

.vb-side-panel header button {
  background: transparent;
  border: 0;
  color: #a99152;
  font-size: 22px;
}

.vb-side-panel h2 {
  color: #a99152;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.vb-color-list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: auto;
  padding: 10px 18px;
}

.vb-color-list button {
  align-items: center;
  background: transparent;
  border: 0;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px 1fr;
  margin-bottom: 9px;
  width: 100%;
}

.vb-color-list button.is-selected {
  background: #d6c79a;
  padding: 4px;
}

.vb-color-list button:disabled {
  cursor: not-allowed;
  opacity: .42;
}

.vb-color-list i {
  display: block;
  height: 18px;
}

.vb-color-list span {
  color: #555;
  font-size: 9px;
  text-align: left;
}

.vb-measure-panel {
  height: 100vh;
  max-width: 520px;
  overflow-y: auto;
  width: 44vw;
}

.vb-measure-panel header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}

.vb-measure-panel table {
  border-collapse: collapse;
  color: #444;
  font-size: 10px;
  margin: 14px auto;
  width: 86%;
}

.vb-measure-panel th,
.vb-measure-panel td {
  border-bottom: 1px solid #d8d8d8;
  padding: 7px 8px;
  text-align: center;
}

.vb-measure-panel h3 {
  color: #a99152;
  font-size: 15px;
  margin: 24px 0 8px;
  text-align: center;
}

.vb-measure-panel p {
  color: #444;
  font-size: 10px;
  margin: 12px auto;
  width: 86%;
}

@media (max-width: 900px) {
  .vb-header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .vb-primary-nav {
    display: none;
  }

  .vb-nav-toggle {
    display: block;
  }

  .vb-mobile-menu.is-open {
    border-top: 1px solid rgba(169, 145, 82, .45);
    display: block;
  }

  .vb-menu--mobile {
    display: block;
  }

  .vb-menu--mobile li {
    border: 0;
    min-width: 0;
  }

  .vb-menu--mobile a {
    height: 48px;
  }

  .vb-footer-inner {
    gap: 20px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vb-footer-col--logo,
  .vb-footer-col--phone,
  .vb-footer-col--social-email {
    align-items: center;
    justify-content: center;
    padding-top: 0;
  }

  .vb-footer-col--menu-address,
  .vb-footer-col--social-email {
    align-items: center;
  }

  .vb-footer-nav .vb-menu {
    justify-content: center;
  }

  .vb-footer-nav .vb-menu a {
    padding: 0 18px;
  }

  .vb-footer-address,
  .vb-footer-phone,
  .vb-footer-email,
  .vb-footer-social {
    justify-content: center;
  }

  .vb-wc-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .vb-product-top,
  .vb-placement-grid {
    grid-template-columns: 1fr;
  }

  .vb-thumb-rail {
    flex-direction: row;
  }

  .vb-side-panel,
  .vb-measure-panel {
    left: 20px;
    max-width: none;
    right: 20px;
    width: auto;
  }
}

@media (max-width: 560px) {
  .vb-site-header {
    min-height: 68px;
  }

  .vb-header-inner {
    grid-template-columns: 1fr auto auto;
    min-height: 68px;
    padding: 0 20px;
  }

  .vb-logo img {
    max-height: none;
    width: 118px;
  }

  .vb-header-actions {
    gap: 16px;
  }

  .vb-icon-link img {
    height: 26px;
    width: 26px;
  }

  .vb-nav-toggle {
    height: 40px;
    padding: 4px 0 4px 14px;
    width: 42px;
  }

  .vb-nav-toggle span {
    height: 3px;
    margin: 6px 0;
    width: 30px;
  }

  .vb-site-footer {
    min-height: 0;
    width: 100%;
  }

  .vb-footer-inner {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    min-height: 0;
    padding: 70px 44px 58px;
    text-align: left;
    width: 100%;
  }

  .vb-footer-col--menu-address,
  .vb-footer-col--social-email {
    display: contents;
  }

  .vb-footer-col--logo {
    align-items: flex-start;
    display: flex;
    order: 1;
  }

  .vb-footer-col--logo img {
    width: 118px;
  }

  .vb-footer-nav {
    margin: 28px 0 34px;
    order: 2;
    width: 100%;
  }

  .vb-footer-nav .vb-menu {
    justify-content: space-between;
    width: 100%;
  }

  .vb-footer-nav .vb-menu li,
  .vb-footer-nav .vb-menu li:last-child {
    border-left: 1px solid rgba(255, 255, 255, .35);
    border-right: 0;
    flex: 1 1 auto;
  }

  .vb-footer-nav .vb-menu li:first-child {
    border-left: 0;
  }

  .vb-footer-nav .vb-menu a,
  .vb-footer-nav .vb-menu li:first-child a {
    font-size: 14px;
    font-weight: 400;
    min-height: 30px;
    padding: 0 8px;
    white-space: nowrap;
  }

  .vb-footer-social {
    gap: 32px;
    justify-content: center;
    margin-bottom: 32px;
    order: 3;
  }

  .vb-footer-social a {
    height: 27px;
    width: 27px;
  }

  .vb-footer-social img {
    height: 26px;
    width: 26px;
  }

  .vb-footer-address,
  .vb-footer-phone,
  .vb-footer-email {
    align-items: flex-start;
    font-size: 14px;
    gap: 14px;
    justify-content: flex-start;
    line-height: 1.3;
    white-space: normal;
    width: 100%;
  }

  .vb-footer-address {
    margin-bottom: 28px;
    order: 4;
  }

  .vb-footer-col--phone {
    align-items: flex-start;
    align-self: auto;
    display: flex;
    order: 5;
    padding: 0;
  }

  .vb-footer-phone {
    margin-bottom: 22px;
  }

  .vb-footer-email {
    order: 6;
  }

  .vb-site-footer svg {
    height: 20px;
    margin-top: 1px;
    width: 20px;
  }

  .vb-wc-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* About / team page */
.vb-team-page {
  background: #fff;
  color: #111;
  padding: 72px 24px 82px;
}

.vb-team-intro,
.vb-team-list,
.vb-team-contact {
  margin: 0 auto;
  max-width: 760px;
}

.vb-team-intro h1 {
  color: var(--vb-gold);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: .98;
  margin: 0;
}

.vb-team-rule {
  background: var(--vb-gold);
  height: 2px;
  margin: 22px 0 20px;
  width: 100%;
}

.vb-team-intro p,
.vb-team-member p {
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.vb-team-list {
  display: grid;
  gap: 30px;
  margin-top: 46px;
}

.vb-team-member {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 132px minmax(0, 1fr);
}

.vb-team-avatar {
  align-items: center;
  background: radial-gradient(circle at 50% 35%, #3a3a3a, #050505 72%);
  border: 3px solid #111;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 132px;
  justify-content: center;
  letter-spacing: .06em;
	object-fit: cover;
  width: 132px;
}

img.vb-team-avatar {
  display: block;
}

.vb-team-member h2 {
  color: #111;
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 4px;
}

.vb-team-member h2 span {
  font-weight: 700;
}

.vb-team-member p {
  margin: 0;
}

.vb-team-contact {
  margin-top: 76px;
  max-width: 560px;
}

.vb-team-contact h2 {
  color: #111;
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 28px;
  text-align: center;
}

.vb-team-contact .wpcf7-form,
.vb-team-contact .vb-fallback-form {
  display: grid;
  gap: 18px;
}

.vb-team-contact label {
  color: #111;
  display: grid;
  font-size: 13px;
  gap: 7px;
}

.vb-team-contact input,
.vb-team-contact select {
  background: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  box-sizing: border-box;
  font: inherit;
  height: 50px;
  padding: 10px 14px;
  width: 100%;
}

.vb-team-contact .wpcf7-submit,
.vb-team-contact .vb-fallback-form button {
  background: var(--vb-gold);
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  height: 52px;
  margin-top: 14px;
  width: 100%;
}

@media (max-width: 640px) {
  .vb-team-page {
    padding: 48px 20px 60px;
  }

  .vb-team-member {
    display: block;
  }

  .vb-team-avatar {
    display: flex;
    font-size: 21px;
    height: 92px;
    margin: 0 auto 18px;
    width: 92px;
  }

  img.vb-team-avatar {
    display: block;
  }

  .vb-team-member-copy {
    text-align: left;
  }
}

/* Product configurator: mobile composition follows the supplied product design. */
@media (max-width: 767px) {
  .vb-product-inner {
    max-width: 670px;
    padding: 52px 52px 56px;
  }

  .vb-wc-breadcrumb {
    color: #aaa;
    font-size: 12px;
    margin-bottom: 34px;
    white-space: nowrap;
  }

  .vb-product-title {
    align-items: flex-start;
    font-size: clamp(30px, 7.1vw, 45px);
    gap: 14px;
    letter-spacing: 0;
    line-height: 1.05;
    margin-bottom: 44px;
  }

  .vb-product-title a {
    font-size: 48px;
    line-height: .8;
  }

  .vb-product-title small {
    font-size: .9em;
    margin-top: 5px;
  }

  .vb-product-top {
    column-gap: 20px;
    grid-template-columns: 106px minmax(0, 1fr);
    padding-bottom: 0;
    row-gap: 38px;
  }

  .vb-thumb-rail {
    align-items: center;
    flex-direction: column;
    gap: 38px;
  }

  .vb-thumb-rail button {
    border-radius: 12px;
    font-size: 36px;
    height: 145px;
    width: 106px;
  }

  .vb-thumb-rail button:last-child {
    height: 145px;
  }

  .vb-mini-shirt {
    height: 104px;
    width: 72px;
  }

  .vb-main-preview {
    border-radius: 12px;
    height: 687px;
  }

  .vb-model-shirt {
    height: 610px;
    width: 350px;
  }

  .vb-product-options,
  .vb-size-box {
    grid-column: 1 / -1;
  }

  .vb-product-options {
    display: contents;
  }

  .vb-price-line {
    gap: 26px;
    grid-column: 1 / -1;
    padding: 25px 0 34px;
  }

  .vb-price-line strong {
    font-size: 43px;
    letter-spacing: -.04em;
  }

  .vb-price-line small {
    color: #111;
    font-size: 18px;
  }

  .vb-color-field {
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    gap: 20px;
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto;
    padding: 27px 0;
  }

  .vb-color-field label {
    font-size: 23px;
    line-height: .95;
  }

  .vb-selected-color {
    grid-template-columns: 1fr 146px 32px;
    width: 292px;
  }

  .vb-selected-color span {
    color: #111;
    font-size: 23px;
  }

  .vb-selected-color i {
    border-radius: 5px;
    height: 52px;
  }

  .vb-selected-color em {
    font-size: 27px;
  }

  .vb-upload-field,
  .vb-size-box {
    grid-column: 1 / -1;
  }

  .vb-placement-section {
    padding: 34px 0;
  }

  .vb-placement-grid {
    gap: 26px;
  }

  .vb-placement-shirt {
    height: 280px;
    width: 280px;
  }

  .vb-place {
    font-size: 12px;
  }

  .vb-place input {
    height: 42px;
    width: 42px;
  }

  .vb-place input::before {
    font-size: 27px;
    height: 34px;
    width: 34px;
  }

  .vb-place span {
    font-size: 12px;
  }

  .vb-phone-preview {
    left: 50%;
    top: 38%;
  }

  .vb-place-front-left { left: 89px; top: 76px; }
  .vb-place-front-right { right: 84px; top: 76px; }
  .vb-place-front-center { left: 122px; top: 146px; }
  .vb-place-back-upper { left: 122px; top: 108px; }
  .vb-place-back-center { left: 122px; top: 144px; }

  .vb-product-comments {
    padding-top: 34px;
  }

  .vb-add-configured {
    font-size: 28px !important;
    height: 118px;
    margin-top: 40px !important;
  }

  .vb-add-configured svg {
    height: 44px;
    width: 44px;
  }
}

@media (max-width: 430px) {
  .vb-product-inner {
    padding-left: 26px;
    padding-right: 26px;
  }

  .vb-product-top {
    column-gap: 14px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .vb-thumb-rail {
    gap: 18px;
  }

  .vb-thumb-rail button,
  .vb-thumb-rail button:last-child {
    border-radius: 8px;
    height: 82px;
    width: 58px;
  }

  .vb-thumb-rail button:last-child {
    font-size: 26px;
  }

  .vb-mini-shirt {
    height: 61px;
    width: 42px;
  }

  .vb-main-preview {
    height: 380px;
  }

  .vb-model-shirt {
    height: 340px;
    width: 195px;
  }

  .vb-price-line strong { font-size: 33px; }
  .vb-price-line small { font-size: 14px; }
  .vb-color-field label { font-size: 18px; }
  .vb-selected-color { grid-template-columns: 1fr 90px 24px; width: 202px; }
  .vb-selected-color span { font-size: 17px; }
  .vb-selected-color i { height: 38px; }
  .vb-add-configured { font-size: 22px !important; height: 94px; }
}
