.elementor-kit-7{--e-global-color-primary:#C0392B;--e-global-color-secondary:#E74C3C;--e-global-color-text:#080808;--e-global-color-accent:#111111;--e-global-color-5dca14d:#1A1A1A;--e-global-color-0027402:#F0F0F0;--e-global-color-fd24834:#AAAAAA;--e-global-color-feb0b80:#888888;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.vexo-buy-box {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 32px;
  position: relative;
  font-family: 'Barlow', sans-serif;
}
.vexo-buy-box::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(to right, #C0392B, transparent);
}
.vbb-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 16px;
  font-weight: 500;
}
.vbb-options {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}
.vbb-opt {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.07);
  padding: 16px 10px 14px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s;
  position: relative;
  background: transparent;
  /*clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.vbb-opt:hover {
  border-color: rgba(192,57,43,0.5);
  background: rgba(192,57,43,0.05);
}
.vbb-opt.active {
  border-color: #C0392B;
  background: rgba(192,57,43,0.1);
}
.vbb-save {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #C0392B;
  color: white;
  font-size: 9px;
  padding: 3px 8px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: 'Barlow', sans-serif;
}
.vbb-qty {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  line-height: 1;
  color: #F0F0F0;
  display: block;
}
.vbb-price-new {
  font-size: 13px;
  color: #C0392B;
  font-weight: 600;
  display: block;
}
.vbb-price-old {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  text-decoration: line-through;
  display: block;
}
.vbb-price-row {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 24px;
}
.vbb-price-display {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vbb-total-old {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: #555;
  line-height: 1;
  text-decoration: line-through;
}
.vbb-total {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  color: #F0F0F0;
  line-height: 1;
}
.vbb-per {
  font-size: 13px;
  color: #888;
  padding-bottom: 6px;
}
.vbb-cta {
  width: 100%;
  background: #C0392B;
  color: white;
  border: none;
  padding: 20px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 4px;
  cursor: pointer;
  clip-path: polygon(12px 0%,100% 0%,calc(100% - 12px) 100%,0% 100%);
  transition: all 0.2s;
  display: block;
  text-align: center;
}
.vbb-cta:hover {
  background: #E74C3C;
  transform: translateY(-1px);
}
.vbb-cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.vbb-footer {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.vbb-footer span {
  font-size: 11px;
  color: #888;
  letter-spacing: 1px;
}
 
/* Mobile */
@media (max-width: 767px) {
  .vexo-buy-box { padding: 20px; }
  .vbb-options { gap: 8px; }
  .vbb-opt { padding: 12px 6px 10px; }
  .vbb-qty { font-size: 22px; }
  .vbb-total { font-size: 40px; }
  .vbb-total-old { font-size: 20px; }
  .vbb-cta { font-size: 17px; padding: 16px; }
  .vbb-footer { gap: 10px; }
}/* End custom CSS */