@import url("./site-chrome-v050.css");

.vb-site-header__main {
  grid-template-columns: minmax(170px, 0.85fr) minmax(0, 1.55fr) auto;
}

.vb-site-actions {
  gap: 11px;
}

.vb-site-account,
.vb-site-cart {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #1f2937 !important;
  font-size: 25px;
  line-height: 1;
  text-decoration: none !important;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.vb-site-account:hover,
.vb-site-account:focus-visible,
.vb-site-cart:hover,
.vb-site-cart:focus-visible {
  border-color: #dbe3ef;
  background: #f8fafc;
  color: #1455d9 !important;
}

.vb-site-account .et-icon,
.vb-site-cart .et-icon {
  font-size: 25px;
  line-height: 1;
}

.vb-site-cart b {
  position: absolute;
  top: 1px;
  right: 0;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #ef7c22;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 10px;
  font-weight: 850;
}

@media (max-width: 1100px) {
  .vb-site-header__main {
    grid-template-columns: minmax(160px, 1fr) auto;
  }
}

@media (max-width: 900px) {
  .vb-site-account,
  .vb-site-cart {
    display: inline-grid;
  }

  .vb-site-actions {
    gap: 4px;
  }
}

@media (max-width: 420px) {
  .vb-site-brand img {
    max-width: 132px;
  }

  .vb-site-account,
  .vb-site-cart {
    width: 36px;
    height: 42px;
    font-size: 22px;
  }

  .vb-site-account .et-icon,
  .vb-site-cart .et-icon {
    font-size: 22px;
  }

  .vb-site-menu-toggle {
    gap: 5px;
    font-size: 13px;
  }
}


/* Unified product, category, cart, and checkout experience. */
body.vb-storefront-page {
  --vb-store-ink: #172033;
  --vb-store-muted: #64748b;
  --vb-store-line: #e2e8f0;
  --vb-store-surface: #ffffff;
  --vb-store-wash: #f6f8fc;
  --vb-store-blue: #145fd7;
  --vb-store-orange: #b46023;
  --vb-store-orange-hover: #914613;
  --vb-store-green: #087c66;
  background: var(--vb-store-wash);
  color: var(--vb-store-ink);
  font-family: Inter, Arial, sans-serif;
}

body.vb-storefront-page .content-page,
body.vb-storefront-page .page-content,
body.vb-storefront-page .site-content,
body.vb-storefront-page .page-heading,
body.vb-storefront-page .page-heading .container {
  background: var(--vb-store-wash);
}

body.vb-storefront-page .page-heading .title,
body.vb-storefront-page .page-heading h1 {
  color: var(--vb-store-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(32px, 3.3vw, 48px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

body.vb-storefront-page .woocommerce-notices-wrapper,
body.vb-storefront-page .woocommerce-info,
body.vb-storefront-page .woocommerce-message,
body.vb-storefront-page .woocommerce-error {
  color: #334155 !important;
  border: 1px solid #d8e1ed !important;
  border-radius: 12px;
  background: #fff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
}

.vb-storefront-intro {
  max-width: 1200px;
  margin: 0 auto 26px;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid #dfe7f3;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 14%, rgba(20, 95, 215, 0.13), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: 0 18px 48px rgba(20, 41, 82, 0.07);
}

.vb-storefront-intro__eyebrow {
  display: block;
  margin-bottom: 11px;
  color: var(--vb-store-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vb-storefront-intro h1 {
  max-width: 720px;
  margin: 0 0 12px;
  color: var(--vb-store-ink);
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(32px, 4vw, 52px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.08 !important;
  text-transform: none !important;
}

.vb-storefront-intro p {
  max-width: 650px;
  margin: 0;
  color: var(--vb-store-muted);
  font-size: 17px;
  line-height: 1.65;
}

.vb-storefront-steps {
  display: grid;
  max-width: 1200px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 auto 22px;
}

.vb-storefront-steps__item {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 11px;
  padding: 13px 15px;
  border: 1px solid var(--vb-store-line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
  color: #475569;
  font-size: 13px;
  font-weight: 680;
  line-height: 1.35;
}

.vb-storefront-steps__item > b {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #eaf2ff;
  color: var(--vb-store-blue);
  font-size: 12px;
}

/* Product detail */
body.single-product.vb-storefront-page .elementor-location-single {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(20px, 3.8vw, 48px);
  border: 1px solid #e4eaf3;
  border-radius: 22px;
  background: var(--vb-store-surface);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.055);
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_product_images .woocommerce-product-gallery,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_product_images .images,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_product_images .swiper-container {
  overflow: hidden;
  border: 1px solid #e7edf5;
  border-radius: 18px;
  background: #fbfcfe;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_product_images img {
  mix-blend-mode: multiply;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_title {
  margin-bottom: 12px;
}

.vb-product-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--vb-store-blue);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_title h1,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_title .elementor-heading-title {
  margin: 0 !important;
  color: var(--vb-store-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(32px, 3.4vw, 46px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_meta {
  order: -1;
  margin-bottom: 12px;
}

body.single-product.vb-storefront-page .product_meta,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_meta {
  color: var(--vb-store-muted);
  font-size: 13px;
  line-height: 1.5;
}

body.single-product.vb-storefront-page .product_meta a,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_meta a {
  color: var(--vb-store-blue) !important;
  font-weight: 750;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_price {
  margin: 18px 0 14px;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_price .price,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_price ins,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_price .amount {
  color: #172033 !important;
  font-size: clamp(24px, 2.5vw, 32px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.03em;
  text-decoration: none !important;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_short_description {
  margin-bottom: 20px;
  color: #526176;
  font-size: 16px;
  line-height: 1.65;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_wishlist,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_compare {
  display: none !important;
}

body.single-product.vb-storefront-page form.cart {
  display: flex;
  align-items: stretch;
  gap: 10px;
  margin: 22px 0 0 !important;
}

body.single-product.vb-storefront-page form.cart .quantity {
  display: flex;
  overflow: hidden;
  min-height: 50px;
  border: 1px solid #d9e2ee;
  border-radius: 10px;
  background: #fff;
}

body.single-product.vb-storefront-page form.cart .quantity input {
  min-height: 48px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.single-product.vb-storefront-page form.cart .single_add_to_cart_button,
body.single-product.vb-storefront-page form.cart button[type="submit"] {
  min-height: 50px;
  flex: 1 1 220px;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--vb-store-orange) !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.single-product.vb-storefront-page form.cart .single_add_to_cart_button:hover,
body.single-product.vb-storefront-page form.cart button[type="submit"]:hover {
  background: var(--vb-store-orange-hover) !important;
  box-shadow: 0 12px 24px rgba(145, 70, 19, 0.2);
  transform: translateY(-1px);
}

.vb-product-assistance {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #edf0f5;
}

.vb-product-assistance__item {
  padding: 11px 12px;
  border-radius: 10px;
  background: #f7f9fc;
}

.vb-product-assistance__item strong,
.vb-product-assistance__item span {
  display: block;
}

.vb-product-assistance__item strong {
  margin-bottom: 3px;
  color: #263247;
  font-size: 12px;
  font-weight: 850;
}

.vb-product-assistance__item span {
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.vb-product-assistance__whatsapp {
  display: inline-flex;
  min-height: 44px;
  align-self: center;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 1px solid #a7e1d5;
  border-radius: 10px;
  background: #effcf8;
  color: #076c59 !important;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.vb-product-assistance__whatsapp:hover {
  border-color: #5bc2b0;
  background: #daf7ef;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_related {
  margin-top: clamp(42px, 6vw, 76px);
  padding-top: clamp(28px, 4vw, 44px);
  border-top: 1px solid #e8edf4;
}

body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_related h2,
body.single-product.vb-storefront-page .elementor-widget-woocommerce-product-etheme_related .elementor-heading-title {
  color: var(--vb-store-ink) !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: clamp(24px, 2.5vw, 32px) !important;
  font-weight: 850 !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}

/* Category and shop */
body.tax-product_cat.vb-storefront-page .elementor-location-archive,
body.post-type-archive-product.vb-storefront-page .elementor-location-archive {
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(20px, 3.4vw, 44px);
  border: 1px solid #e4eaf3;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.055);
}

body.tax-product_cat.vb-storefront-page .elementor-widget-etheme_sidebar,
body.post-type-archive-product.vb-storefront-page .elementor-widget-etheme_sidebar {
  padding: 17px;
  border: 1px solid #e3e9f1;
  border-radius: 14px;
  background: #f8fafc;
}

body.tax-product_cat.vb-storefront-page .elementor-widget-etheme_sidebar .widget-title,
body.post-type-archive-product.vb-storefront-page .elementor-widget-etheme_sidebar .widget-title {
  color: #243047;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 850 !important;
}

body.tax-product_cat.vb-storefront-page .woocommerce-ordering select,
body.post-type-archive-product.vb-storefront-page .woocommerce-ordering select {
  min-height: 40px;
  border: 1px solid #d6e0ec !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 13px;
  font-weight: 700;
}

body.tax-product_cat.vb-storefront-page .etheme-product-grid-item,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item {
  overflow: hidden;
  border: 1px solid #e4e9f1;
  border-radius: 15px;
  background: #fff;
  box-shadow: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

body.tax-product_cat.vb-storefront-page .etheme-product-grid-item:hover,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item:hover {
  border-color: #cad8eb;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.09);
  transform: translateY(-3px);
}

body.tax-product_cat.vb-storefront-page .etheme-product-grid-item .product-image-wrapper,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item .product-image-wrapper {
  background: #f8fafc;
}

body.tax-product_cat.vb-storefront-page .etheme-product-grid-item .product-title a,
body.tax-product_cat.vb-storefront-page .etheme-product-grid-item .woocommerce-loop-product__title,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item .product-title a,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item .woocommerce-loop-product__title {
  color: #202c40 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.tax-product_cat.vb-storefront-page .etheme-product-grid-item .price,
body.tax-product_cat.vb-storefront-page .etheme-product-grid-item .amount,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item .price,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item .amount {
  color: #1d2939 !important;
  font-size: 16px !important;
  font-weight: 850 !important;
}

body.tax-product_cat.vb-storefront-page .etheme-product-grid-item .add_to_cart_button,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item .add_to_cart_button {
  border-radius: 8px !important;
  background: #f4f7fb !important;
  color: #28415e !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

body.tax-product_cat.vb-storefront-page .etheme-product-grid-item .add_to_cart_button:hover,
body.post-type-archive-product.vb-storefront-page .etheme-product-grid-item .add_to_cart_button:hover {
  background: #e7effb !important;
  color: var(--vb-store-blue) !important;
}

/* Cart and checkout */
body.woocommerce-cart.vb-storefront-page .page-heading,
body.woocommerce-checkout.vb-storefront-page .page-heading {
  display: none !important;
}

body.woocommerce-cart.vb-storefront-page .content-page,
body.woocommerce-checkout.vb-storefront-page .content-page {
  max-width: none;
  padding: clamp(20px, 3.4vw, 44px);
}

body.woocommerce-cart.vb-storefront-page .woocommerce,
body.woocommerce-checkout.vb-storefront-page .woocommerce {
  max-width: 1200px;
  margin: 0 auto 54px;
  color: var(--vb-store-ink);
  font-family: Inter, Arial, sans-serif;
}

body.woocommerce-cart.vb-storefront-page .woocommerce-cart-form,
body.woocommerce-cart.vb-storefront-page .cart_totals,
body.woocommerce-checkout.vb-storefront-page form.checkout,
body.woocommerce-checkout.vb-storefront-page #order_review {
  border: 1px solid #e1e8f1 !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.045) !important;
}

body.woocommerce-cart.vb-storefront-page .cart-collaterals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 20px;
  align-items: start;
  margin-top: 20px;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-cart.vb-storefront-page .cart_totals {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 22px;
}

body.woocommerce-cart.vb-storefront-page .cart_totals h2,
body.woocommerce-cart.vb-storefront-page .cart_totals > h2 {
  margin: 4px 0 18px !important;
  color: #25334a !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

body.woocommerce-cart.vb-storefront-page .shop_table {
  margin: 0 !important;
  border: 0 !important;
}

body.woocommerce-cart.vb-storefront-page .shop_table th,
body.woocommerce-cart.vb-storefront-page .shop_table td,
body.woocommerce-checkout.vb-storefront-page .shop_table th,
body.woocommerce-checkout.vb-storefront-page .shop_table td {
  border-color: #edf1f5 !important;
  color: #344054;
}

body.woocommerce-cart.vb-storefront-page .product-name a,
body.woocommerce-cart.vb-storefront-page .product-name,
body.woocommerce-checkout.vb-storefront-page .product-name {
  color: #25334a !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: -0.01em !important;
  line-height: 1.4 !important;
  text-transform: none !important;
}

body.woocommerce-cart.vb-storefront-page .shop_table th {
  color: #64748b !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart.vb-storefront-page .product-price,
body.woocommerce-cart.vb-storefront-page .product-subtotal,
body.woocommerce-cart.vb-storefront-page .cart_totals .amount {
  color: #263247 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}

body.woocommerce-cart.vb-storefront-page .quantity input,
body.woocommerce-cart.vb-storefront-page input.qty {
  min-height: 40px !important;
  border: 1px solid #d5dfeb !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.woocommerce-cart.vb-storefront-page .checkout-button,
body.woocommerce-checkout.vb-storefront-page #place_order,
body.woocommerce-checkout.vb-storefront-page .button,
body.woocommerce-checkout.vb-storefront-page button,
body.woocommerce-checkout.vb-storefront-page input[type="submit"] {
  min-height: 48px;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--vb-store-orange) !important;
  color: #fff !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.woocommerce-cart.vb-storefront-page .checkout-button:hover,
body.woocommerce-checkout.vb-storefront-page #place_order:hover,
body.woocommerce-checkout.vb-storefront-page .button:hover,
body.woocommerce-checkout.vb-storefront-page button:hover,
body.woocommerce-checkout.vb-storefront-page input[type="submit"]:hover {
  background: var(--vb-store-orange-hover) !important;
}

body.woocommerce-cart.vb-storefront-page .continue-shopping,
body.woocommerce-cart.vb-storefront-page .continue-shopping a,
body.woocommerce-cart.vb-storefront-page .continue-shopping-button,
body.woocommerce-cart.vb-storefront-page .continue-shopping-button a,
body.woocommerce-cart.vb-storefront-page .return-to-shop .button {
  min-height: 46px;
  border: 1px solid #d4deea !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #344054 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  text-transform: none !important;
}

body.woocommerce-cart.vb-storefront-page .continue-shopping:hover,
body.woocommerce-cart.vb-storefront-page .continue-shopping a:hover,
body.woocommerce-cart.vb-storefront-page .continue-shopping-button:hover,
body.woocommerce-cart.vb-storefront-page .continue-shopping-button a:hover,
body.woocommerce-cart.vb-storefront-page .return-to-shop .button:hover {
  border-color: #b9c7d8 !important;
  background: #f8fafc !important;
  color: #1d4ed8 !important;
}

body.woocommerce-cart.vb-storefront-page .cart-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(30px, 6vw, 68px) !important;
  border: 1px solid #e1e8f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(15, 23, 42, 0.05);
  color: #334155;
  text-align: center;
}

body.woocommerce-cart.vb-storefront-page .cart-empty .empty-cart-block-title {
  color: var(--vb-store-ink);
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 850 !important;
}

body.woocommerce-checkout.vb-storefront-page form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 24px;
  padding: clamp(20px, 3.2vw, 34px);
}

body.woocommerce-checkout.vb-storefront-page form.checkout #customer_details,
body.woocommerce-checkout.vb-storefront-page form.checkout #order_review,
body.woocommerce-checkout.vb-storefront-page form.checkout #order_review_heading {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout.vb-storefront-page form.checkout #customer_details {
  display: grid;
  gap: 22px;
}

body.woocommerce-checkout.vb-storefront-page form.checkout .col-1,
body.woocommerce-checkout.vb-storefront-page form.checkout .col-2 {
  width: auto !important;
  float: none !important;
}

body.woocommerce-checkout.vb-storefront-page form.checkout #order_review_heading {
  grid-column: 2;
  align-self: end;
  color: #25334a;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 19px !important;
  font-weight: 850 !important;
}

body.woocommerce-checkout.vb-storefront-page form.checkout #order_review {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: start;
  padding: 22px;
}

body.woocommerce-checkout.vb-storefront-page .form-row label {
  color: #344054;
  font-size: 13px;
  font-weight: 800;
}

body.woocommerce-checkout.vb-storefront-page .input-text,
body.woocommerce-checkout.vb-storefront-page select,
body.woocommerce-checkout.vb-storefront-page .select2-selection {
  min-height: 47px !important;
  border: 1px solid #d5dfeb !important;
  border-radius: 9px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.woocommerce-checkout.vb-storefront-page .select2-selection__rendered {
  line-height: 45px !important;
}

body.woocommerce-checkout.vb-storefront-page #payment {
  overflow: hidden;
  border-radius: 12px !important;
  background: #f7f9fc !important;
}

body.woocommerce-checkout.vb-storefront-page .wc_payment_method {
  color: #27354a;
}

body.woocommerce-checkout.vb-storefront-page .payment_box {
  color: #526176 !important;
  background: #fff !important;
}

body.woocommerce-checkout.vb-storefront-page .vb-bacs-checkout-whatsapp {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid #98dacd;
  border-radius: 8px;
  background: #effcf8;
  color: #08715f !important;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none !important;
}

@media (max-width: 980px) {
  .vb-storefront-intro,
  .vb-storefront-steps {
    margin-left: 16px;
    margin-right: 16px;
  }

  .vb-product-assistance {
    grid-template-columns: 1fr 1fr;
  }

  .vb-product-assistance__whatsapp {
    grid-column: 1 / -1;
  }

  body.woocommerce-cart.vb-storefront-page .cart-collaterals {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout.vb-storefront-page form.checkout {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout.vb-storefront-page form.checkout #order_review_heading,
  body.woocommerce-checkout.vb-storefront-page form.checkout #order_review {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .vb-storefront-intro {
    margin-top: 2px;
    margin-bottom: 16px;
    padding: 25px 20px;
    border-radius: 16px;
  }

  .vb-storefront-intro h1 {
    font-size: 33px !important;
  }

  .vb-storefront-intro p {
    font-size: 15px;
  }

  .vb-storefront-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .vb-storefront-steps__item {
    min-height: 58px;
  }

  body.single-product.vb-storefront-page .elementor-location-single,
  body.tax-product_cat.vb-storefront-page .elementor-location-archive,
  body.post-type-archive-product.vb-storefront-page .elementor-location-archive {
    margin-left: 0;
    margin-right: 0;
    padding: 18px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.single-product.vb-storefront-page form.cart {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.single-product.vb-storefront-page form.cart .quantity {
    justify-self: stretch;
  }

  .vb-product-assistance {
    grid-template-columns: 1fr;
  }

  .vb-product-assistance__whatsapp {
    grid-column: auto;
  }

  body.woocommerce-cart.vb-storefront-page .content-page,
  body.woocommerce-checkout.vb-storefront-page .content-page {
    padding: 16px 0 30px;
  }

  body.woocommerce-cart.vb-storefront-page .woocommerce,
  body.woocommerce-checkout.vb-storefront-page .woocommerce {
    margin-bottom: 30px;
  }

  body.woocommerce-cart.vb-storefront-page .woocommerce-cart-form,
  body.woocommerce-cart.vb-storefront-page .cart_totals,
  body.woocommerce-checkout.vb-storefront-page form.checkout,
  body.woocommerce-checkout.vb-storefront-page #order_review {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  body.woocommerce-checkout.vb-storefront-page form.checkout,
  body.woocommerce-checkout.vb-storefront-page form.checkout #order_review {
    padding: 18px;
  }
}
