/*
Theme Name: VELORA Elementor Shop
Theme URI: https://example.test/velora
Author: VELORA
Description: Lightweight Elementor-compatible WooCommerce storefront for the VELORA local preview.
Version: 1.0.0
Text Domain: velora
*/

/* Library widgets retain their legacy full-width geometry inside Elementor. */
.velora-global-header > .elementor-container, .velora-global-footer > .elementor-container, .velora-global-woocommerce > .elementor-container { max-width: none !important; width: 100% !important; }
.velora-global-header .elementor-element-populated, .velora-global-footer .elementor-element-populated, .velora-global-woocommerce .elementor-element-populated { padding: 0 !important; }
.velora-global-header .elementor-widget-container, .velora-global-footer .elementor-widget-container, .velora-global-woocommerce .elementor-widget-container { margin: 0; }
.velora-elementor-page .elementor-element-populated { padding: 0 !important; }
.velora-elementor-page .velora-page-title.elementor-widget { margin: 0 0 34px; }
.velora-elementor-page .velora-page-title .elementor-heading-title { margin: 0; color: inherit; font: inherit; font-size: clamp(32px, 5vw, 54px); font-weight: 600; letter-spacing: -.04em; }
.velora-woocommerce-editor-note { padding: 24px; border: 1px dashed #aaa; color: #555; font-size: 14px; }

@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --velora-ink: #171717;
  --velora-muted: #717171;
  --velora-line: #e7e4df;
  --velora-canvas: #f7f7f5;
  --velora-paper: #fff;
  --velora-gold: #bb9a51;
  --velora-orange: #f05a28;
  --velora-orange-dark: #d94a1d;
  --velora-radius: 4px;
  --velora-shell: min(1820px, calc(100vw - 112px));
  --velora-shadow: 0 10px 35px rgba(31, 25, 18, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--velora-ink);
  background: var(--velora-paper);
  font-family: "Poppins", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.velora-rtl { direction: rtl; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.velora-shell { width: var(--velora-shell); margin-inline: auto; }

.velora-market-bar {
  min-height: 36px; border-bottom: 1px solid var(--velora-line); background: #faf9f6;
  color: #4b4b4b; font-size: 12px;
}
.velora-market-bar__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.velora-market-form { display: flex; align-items: center; gap: 8px; }
.velora-market-form select {
  appearance: none; border: 0; background: transparent; color: var(--velora-ink); font-weight: 650;
  padding: 4px 24px 4px 4px; cursor: pointer;
  background-image: linear-gradient(45deg, transparent 50%, #222 50%), linear-gradient(135deg, #222 50%, transparent 50%);
  background-position: calc(100% - 9px) 50%, calc(100% - 4px) 50%; background-size: 5px 5px; background-repeat: no-repeat;
}
.velora-market-note { margin: 0; }

.velora-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--velora-line); }
.admin-bar .velora-header { top: 32px; }
.velora-header__inner {
  min-height: 86px; display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr); align-items: center; gap: 24px;
}
.velora-menu-toggle { display: none !important; }
.velora-brand {
  grid-column: 1; grid-row: 1; justify-self: start; font-family: Georgia, "Times New Roman", serif; color: var(--velora-gold);
  font-size: clamp(30px, 2.2vw, 42px); letter-spacing: .17em; line-height: 1; font-weight: 500;
}
.velora-nav { grid-column: 2; grid-row: 1; justify-self: center; }
.velora-nav ul { display: flex; align-items: center; gap: 32px; padding: 0; margin: 0; list-style: none; }
.velora-nav a { font-size: 14px; font-weight: 700; letter-spacing: .01em; }
.velora-nav a:hover { color: var(--velora-orange); }
.velora-actions { grid-column: 3; display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
.velora-icon-button {
  width: 34px; height: 34px; display: inline-grid; place-items: center; border: 0; padding: 0;
  background: transparent; color: var(--velora-ink); cursor: pointer; position: relative;
}
.velora-icon-button svg { width: 24px; height: 24px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.velora-cart-count {
  position: absolute; min-width: 18px; height: 18px; top: -2px; right: -4px; display: grid; place-items: center;
  padding: 0 4px; border-radius: 20px; color: white; background: var(--velora-orange); font-size: 10px; font-weight: 800;
}
.velora-search-panel { display: none; background: white; border-top: 1px solid var(--velora-line); padding: 20px 0; }
.velora-search-panel.is-open { display: block; }
.velora-search-panel form { width: var(--velora-shell); margin: auto; display: flex; gap: 10px; }
.velora-search-panel input { flex: 1; min-width: 0; height: 48px; border: 1px solid var(--velora-ink); padding: 0 16px; }
.velora-search-panel button, .velora-button, button.button, a.button, input.button,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  border: 1px solid var(--velora-ink); border-radius: var(--velora-radius); background: white; color: var(--velora-ink);
  min-height: 46px; padding: 12px 22px; font-weight: 750; transition: .2s ease; cursor: pointer;
}
.velora-search-panel button:hover, .velora-button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--velora-ink); color: white; }
.velora-button--primary, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  border-color: var(--velora-orange); background: var(--velora-orange); color: white;
}
.velora-button--primary:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover { border-color: var(--velora-orange-dark); background: var(--velora-orange-dark); color: white; }

.velora-main { min-height: 55vh; }
.post-type-archive-product .velora-main { min-height: calc(100vh - 126px); }
.velora-content { width: var(--velora-shell); margin: 0 auto; padding: 56px 0 80px; }
.velora-content > h1, .velora-page-title { margin: 0 0 34px; font-size: clamp(32px, 5vw, 54px); letter-spacing: -.04em; }
.velora-breadcrumb { background: #f6f6f5; border-bottom: 1px solid var(--velora-line); }
.velora-breadcrumb .velora-shell { min-height: 50px; display: flex; align-items: center; gap: 10px; color: #595959; font-size: 14px; }

.velora-home-hero {
  min-height: 700px; display: flex; align-items: center; background-color: #e9dfd1;
  background-position: center; background-size: cover; overflow: hidden;
}
.velora-home-hero .elementor-container, .velora-home-hero > .e-con-inner { width: min(1320px, calc(100vw - 120px)); }
.velora-home-hero .elementor-widget-heading:first-child .elementor-heading-title {
  margin: 0 0 13px; color: #fff !important; font-size: 18px; font-weight: 500; letter-spacing: -.02em;
}
.velora-home-hero h1 { max-width: 610px; margin: 0; color: #fff !important; font-size: clamp(48px, 4vw, 58px); line-height: 1.18; letter-spacing: -.045em; white-space: pre-line; }
.velora-home-hero p { max-width: 500px; margin: 16px 0 33px; color: #fff; font-size: 15px; }
.velora-home-hero .elementor-button { min-height: 34px; display: inline-flex; align-items: center; border: 1px solid #454545 !important; border-radius: 2px; background: rgba(255,255,255,.96) !important; color: #292929 !important; font-size: 11px; font-weight: 700; padding: 6px 25px; }
.velora-home-products { margin-top: 48px; }
.velora-home-products .elementor-container, .velora-home-products > .e-con-inner { width: min(1320px, calc(100vw - 120px)); max-width: none !important; }
.velora-home-products .elementor-column-gap-default > .elementor-column > .elementor-element-populated { padding: 0; }
.velora-home-products .elementor-widget-heading { margin-bottom: 67px !important; }
.velora-home-products .elementor-heading-title { position: relative; margin: 0; color: #3f3f3f !important; font-size: 22px; font-weight: 600; line-height: 1.2; letter-spacing: -.025em; }
.velora-home-products .elementor-heading-title::after { content: '〰'; display: block; width: 36px; margin: 7px auto 0; color: #383838; font-size: 26px; font-weight: 400; line-height: 8px; letter-spacing: -8px; }
.velora-home-products .velora-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 0; }
.velora-home-products .velora-product-card { min-height: 379px; padding: 0 12px; }
.velora-home-products .velora-product-card__media { aspect-ratio: 1 / 1; margin-bottom: 14px !important; background: #f4f0e9; }
.velora-home-products .velora-product-card__title { min-height: 43px; margin-bottom: 2px !important; color: #444; font-size: 12px !important; font-weight: 700; line-height: 1.45; }
.velora-home-products .velora-product-card__title {
  min-height: 20px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.velora-home-products .velora-product-card__price { color: #ff5a2a !important; font-size: 12px !important; font-weight: 700 !important; }
.velora-home-products .velora-product-card__actions {
  z-index: 2; left: 0; right: 0; top: auto; bottom: 0; height: 58px; display: flex; align-items: stretch;
  background: #111; opacity: 0; transform: translateY(100%); transition: opacity .22s ease, transform .22s ease;
}
.velora-home-products .velora-product-card:hover .velora-product-card__actions,
.velora-home-products .velora-product-card:focus-within .velora-product-card__actions { opacity: 1; transform: none; }
.velora-home-products .velora-product-card__actions a {
  min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 0 13px;
  border: 0; border-right: 1px solid #454545; border-radius: 0; background: #111; color: #fff; font-size: 13px; font-weight: 600;
}
.velora-home-products .velora-product-card__actions .button { flex: 1; width: auto; }
.velora-home-products .velora-product-card__actions .velora-card-icon { flex: 0 0 58px; padding: 0; }
.velora-home-products .velora-product-card__actions a:last-child { border-right: 0; }
.velora-home-products .velora-product-card__actions svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }

@media (min-width: 681px) {
  .elementor-element-shoes001 { margin-bottom: 80px; }
}

.velora-product-grid, .woocommerce ul.products {
  display: grid !important; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 38px 24px; padding: 0 !important; margin: 0 !important;
}
.velora-product-card, .woocommerce ul.products li.product {
  width: auto !important; margin: 0 !important; float: none !important; min-width: 0; position: relative;
}
.velora-product-card__media {
  position: relative; aspect-ratio: 4 / 5; width: 100%; display: block; margin: 0 0 14px !important; object-fit: cover; background: #eee9e1; overflow: hidden;
}
.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1; width: 100%; margin: 0 0 8px !important; object-fit: contain; background: #f4f0e9; overflow: hidden;
}
.velora-product-card__media-link { display: block; width: 100%; height: 100%; }
.velora-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.velora-product-card:hover .velora-product-card__media img { transform: scale(1.025); }
.velora-product-card__title {
  min-height: 48px; margin: 0 0 5px !important; padding: 0 !important; font-size: 15px !important; font-weight: 740; line-height: 1.45;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 0; margin: 0 0 5px !important; padding: 0 !important; overflow: hidden; color: #171717;
  font-size: 14px !important; font-weight: 600; line-height: 1.45; text-align: left; text-overflow: ellipsis; white-space: nowrap;
}
.velora-product-card__price, .woocommerce ul.products li.product .price { color: #ff4b16 !important; font-size: 15px !important; font-weight: 600 !important; }
.velora-product-card__actions { position: absolute; left: 12px; right: 12px; top: calc((100% - 72px) * .76); opacity: 0; transform: translateY(8px); transition: .2s; }
.velora-product-card:hover .velora-product-card__actions { opacity: 1; transform: none; }
.velora-product-card__actions .button { width: 100%; text-align: center; background: white; }
.woocommerce ul.products li.product .price { display: block; margin-bottom: 0; text-align: center; }
.woocommerce ul.products li.product .button {
  position: absolute; z-index: 2; left: 12px; right: 12px; bottom: 68px; width: auto; margin: 0; text-align: center;
  opacity: 0; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease;
}
.woocommerce ul.products li.product:hover .button { opacity: 1; transform: none; }

.velora-services { border-top: 1px solid var(--velora-line); border-bottom: 1px solid var(--velora-line); background: white; }
.velora-services__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.velora-service { min-height: 118px; display: flex; align-items: center; gap: 14px; padding: 22px; border-right: 1px solid var(--velora-line); }
.velora-service:last-child { border-right: 0; }
.velora-service svg { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: var(--velora-orange); stroke-width: 1.7; }
.velora-service strong { display: block; margin-bottom: 2px; font-size: 14px; }
.velora-service span { color: var(--velora-muted); font-size: 12px; line-height: 1.35; }
.velora-footer { background: #f5f5f7; color: #555; }
.velora-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); gap: 38px; padding: 42px 0 32px; border-top: 1px solid #e4e4e7; }
.velora-footer__brand { display: inline-block; font-family: Georgia, serif; color: var(--velora-gold); font-size: 27px; letter-spacing: .16em; }
.velora-footer p { max-width: 270px; margin: 12px 0; color: #8c8c8c; font-size: 12px; line-height: 1.55; }
.velora-footer__social { display: inline-grid; place-items: center; width: 25px; height: 25px; border: 1px solid #b9b9b9; border-radius: 50%; color: #707070; }
.velora-footer__social svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.velora-footer__column { min-width: 0; }
.velora-footer__column h3, .velora-footer__mobile summary { margin: 0; color: #505050; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.velora-footer__mobile { display: none; }
.velora-footer__mobile summary { list-style: none; }
.velora-footer__mobile summary::-webkit-details-marker { display: none; }
.velora-footer ul { list-style: none; margin: 16px 0 0; padding: 0; }
.velora-footer li { margin: 8px 0; color: #919191; font-size: 12px; }
.velora-footer a:hover { color: var(--velora-orange); }
.velora-footer__bottom { border-top: 1px solid #e2e2e4; padding: 14px 0; color: #999; font-size: 11px; }
.velora-floating { position: fixed; right: 20px; bottom: 24px; z-index: 80; display: grid; gap: 10px; }
.velora-floating a { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 7px 24px rgba(0,0,0,.2); }
.velora-floating a:first-child { background: white; color: #32c737; }
.velora-floating svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 2.2; }

.woocommerce .woocommerce-breadcrumb {
  min-height: 42px; display: flex; align-items: center; margin: 0; padding: 0 max(56px, calc((100vw - 1820px)/2));
  background: #f6f6f5; border-bottom: 1px solid var(--velora-line); color: #666; font-size: 14px;
}
.woocommerce-products-header, .woocommerce .products, .woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering,
.woocommerce div.product, .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
  width: var(--velora-shell); margin-left: auto !important; margin-right: auto !important;
}
.woocommerce-products-header { display: none; }
.woocommerce .products { clear: both; margin-top: 20px !important; padding-bottom: 80px !important; }
.woocommerce ul.products.products { margin-top: 20px !important; margin-left: auto !important; margin-right: auto !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; content: none !important; }
.woocommerce .woocommerce-result-count { margin-top: 18px; }
.woocommerce .woocommerce-ordering { display: flex; justify-content: flex-end; margin-top: -44px; margin-bottom: 34px; }
.woocommerce div.product { padding: 64px 0 84px; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 0; }
.woocommerce div.product div.images img { background: #efeae2; }
.woocommerce div.product .product_title { font-size: clamp(34px, 4.5vw, 58px); line-height: 1.05; letter-spacing: -.045em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--velora-orange); font-size: 24px; font-weight: 800; }
.woocommerce div.product form.cart { display: flex; gap: 12px; margin-top: 30px; }
.woocommerce div.product form.cart .velora-buy-now { background: var(--velora-orange); border-color: var(--velora-orange); color: white; }
.woocommerce .quantity .qty { width: 80px; min-height: 48px; border: 1px solid var(--velora-line); }
.woocommerce-tabs { padding-top: 42px; }

.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce { padding: 50px 0 90px; }
.velora-steps { width: var(--velora-shell); margin: 38px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.velora-step { display: flex; align-items: center; gap: 10px; padding: 18px; color: #8a8a8a; border-bottom: 3px solid #dedede; font-weight: 750; }
.velora-step strong { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #eee; }
.velora-step.is-active { color: var(--velora-ink); border-color: var(--velora-orange); }
.velora-step.is-active strong { background: var(--velora-orange); color: white; }
.woocommerce table.shop_table { border-radius: 0; border-color: var(--velora-line); }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--velora-line); }
.woocommerce-cart .cart-collaterals .cart_totals { width: 42%; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 48px; border: 1px solid #d8d8d8; border-radius: 3px; padding: 10px 12px; background: white;
}
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 26px; padding: 0; }
.woocommerce form .form-row textarea { min-height: 120px; }
.woocommerce-checkout .col2-set, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review { width: 100%; float: none; }
.woocommerce-checkout .col2-set { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { width: auto; float: none; }
.woocommerce-checkout .col2-set > div, .woocommerce-checkout #order_review, .velora-checkout-login {
  background: white; border: 1px solid var(--velora-line); border-radius: 5px; padding: 28px; box-shadow: 0 8px 28px rgba(0,0,0,.035);
}
.velora-checkout-login { margin: 0 0 26px; }
.velora-checkout-login h2 { margin: 0 0 16px; font-size: 25px; }
.woocommerce-checkout #order_review_heading { margin: 38px 0 18px; }
.woocommerce-checkout #payment { background: #f8f8f7; border-radius: 4px; }
.velora-checkout-section-heading { margin: 26px 0 12px; font-size: 24px; }
.woocommerce-checkout #payment ul.payment_methods { border-bottom-color: var(--velora-line); }
.woocommerce-checkout #payment div.payment_box { background: white; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: white; }
.woocommerce-checkout .woocommerce-shipping-methods label, .woocommerce-checkout .payment_methods label { font-weight: 800; }
.velora-checkout-bar { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 26%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; border: 1px solid var(--velora-line); }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 13px 16px; border-bottom: 1px solid var(--velora-line); }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { color: var(--velora-orange); font-weight: 800; }
.woocommerce-account .woocommerce-MyAccount-content { width: 70%; }

.velora-register { max-width: 760px; margin: 0 auto; padding: 55px 0 90px; }
.velora-register__card { border: 1px solid var(--velora-line); padding: 34px; box-shadow: var(--velora-shadow); }
.velora-register__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.velora-register label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 800; }
.velora-register input[type="text"], .velora-register input[type="email"], .velora-register input[type="password"] {
  width: 100%; min-height: 48px; border: 1px solid #d4d4d4; padding: 0 12px;
}
.velora-register__full { grid-column: 1 / -1; }
.velora-notice { padding: 14px 16px; margin-bottom: 18px; border-left: 4px solid var(--velora-orange); background: #fff6f1; }
.velora-notice--success { border-left-color: #2e9e55; background: #f0fbf4; }

@media (max-width: 960px) {
  :root { --velora-shell: min(100% - 32px, 760px); }
  .admin-bar .velora-header { top: 46px; }
  .velora-market-note { display: none; }
  .velora-header__inner { min-height: 68px; grid-template-columns: auto auto 1fr auto auto; gap: 10px; }
  .velora-menu-toggle { display: inline-grid !important; }
  .velora-brand { grid-column: 3; justify-self: center; font-size: 26px; }
  .velora-nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%; grid-column: auto; grid-row: auto;
    padding: 20px 16px; background: white; border-top: 1px solid var(--velora-line); box-shadow: var(--velora-shadow);
  }
  .velora-nav.is-open { display: block; }
  .velora-nav ul { display: grid; gap: 0; }
  .velora-nav a { display: block; padding: 14px 8px; border-bottom: 1px solid var(--velora-line); }
  .velora-actions { display: contents; }
  .velora-actions > [data-velora-search] { grid-column: 2; }
  .velora-actions > .velora-account { grid-column: 4; }
  .velora-actions > .velora-cart { grid-column: 5; }
  .velora-actions .velora-wishlist { display: none; }
  .velora-product-grid, .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .velora-services__grid { grid-template-columns: 1fr 1fr; }
  .velora-service:nth-child(2) { border-right: 0; }
  .velora-service:nth-child(-n+2) { border-bottom: 1px solid var(--velora-line); }
  .velora-footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .velora-footer__grid > :last-child { grid-column: 1 / -1; }
  .woocommerce-cart .cart-collaterals .cart_totals { width: 100%; }
}

@media (min-width: 961px) and (max-width: 1500px) {
  :root { --velora-shell: calc(100vw - 64px); }
  .velora-product-grid, .woocommerce ul.products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .woocommerce .woocommerce-breadcrumb { padding-left: 32px; padding-right: 32px; }
}

@media (max-width: 680px) {
  :root { --velora-shell: calc(100vw - 28px); }
  body { font-size: 15px; }
  .velora-market-bar__inner { min-height: 34px; }
  .velora-market-form label { display: none; }
  .velora-header__inner { min-height: 50px; }
  .velora-brand { letter-spacing: .12em; font-size: 22px; }
  .velora-icon-button { width: 31px; height: 31px; }
  .velora-icon-button svg { width: 22px; height: 22px; }
  .velora-home-hero { min-height: 331px; background-position: 61% center; }
  .velora-home-hero .elementor-container { width: calc(100vw - 16px); }
  .velora-home-hero .elementor-widget-heading:first-child .elementor-heading-title { margin-bottom: 8px; font-size: 11px; }
  .velora-home-hero h1 { max-width: 240px; font-size: 16px; line-height: 1.35; }
  .velora-home-hero p { max-width: 300px; margin: 8px 0 12px; font-size: 11px; line-height: 1.4; }
  .velora-home-hero .elementor-button { min-height: 26px; padding: 3px 15px; font-size: 10px; }
  .velora-section { padding: 48px 0; }
  .velora-home-products { margin-top: 28px; padding: 0; }
  .velora-home-products .elementor-container { width: 100%; }
  .velora-home-products .elementor-widget-heading { margin-bottom: 48px !important; }
  .velora-home-products .elementor-heading-title { font-size: 14px; }
  .velora-home-products .elementor-heading-title::after { margin-top: 5px; font-size: 18px; line-height: 5px; }
  .velora-home-products .velora-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 0; }
  .velora-home-products .velora-product-card { min-height: 0; padding: 0 7px; }
  .velora-home-products .velora-product-card__media { margin-bottom: 9px !important; }
  .velora-home-products .velora-product-card__title { min-height: 16px; font-size: 10px !important; }
  .velora-home-products .velora-product-card__price { font-size: 10px !important; }
  .velora-home-products .velora-product-card__actions { display: none; }
  .velora-section-title { margin-bottom: 26px; }
  .velora-product-card__media { margin-bottom: 10px !important; }
  .woocommerce ul.products li.product a img { margin-bottom: 7px !important; }
  .woocommerce .woocommerce-breadcrumb { min-height: 33px; padding-left: 12px; padding-right: 12px; font-size: 13px; }
  .velora-product-card__title { min-height: 43px; font-size: 13px !important; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px !important; }
  .velora-product-card__actions { position: static; opacity: 1; transform: none; margin-top: 8px; }
  .velora-product-card__actions .button { min-height: 38px; padding: 8px 9px; font-size: 12px; }
  .woocommerce ul.products li.product .button { display: none; }
  .velora-services__grid { grid-template-columns: 1fr 1fr; }
  .velora-service { min-height: 76px; gap: 9px; padding: 11px 7px; border-right: 1px solid var(--velora-line); border-bottom: 1px solid var(--velora-line); }
  .velora-service:nth-child(2n) { border-right: 0; }
  .velora-service:nth-child(n+3) { border-bottom: 0; }
  .velora-service svg { width: 21px; height: 21px; }
  .velora-service strong { font-size: 11px; }
  .velora-service span { font-size: 9px; }
  .velora-footer__desktop { display: none; }
  .velora-footer__mobile { display: block; padding-top: 8px; }
  .velora-footer__mobile details { border-top: 1px solid #dedee1; }
  .velora-footer__mobile summary { position: relative; min-height: 38px; display: flex; align-items: center; font-size: 10px; }
  .velora-footer__mobile summary::after { content: '+'; position: absolute; right: 2px; color: #777; font-size: 17px; font-weight: 400; }
  .velora-footer__mobile details[open] summary::after { content: '−'; }
  .velora-footer__mobile ul { margin: 0 0 12px; }
  .velora-footer__mobile li { font-size: 11px; }
  .velora-floating { right: 12px; bottom: 84px; }
  .velora-floating a { width: 48px; height: 48px; }
  .woocommerce-products-header { padding-top: 34px; }
  .woocommerce .woocommerce-result-count { float: none; margin: 0 0 14px !important; }
  .woocommerce .woocommerce-ordering { float: none; justify-content: flex-start; margin: 0 0 24px; }
  .woocommerce div.product { padding: 35px 0 64px; }
  .woocommerce div.product div.images, .woocommerce div.product div.summary { width: 100%; float: none; }
  .woocommerce div.product .product_title { font-size: 38px; }
  .velora-steps { margin-top: 20px; }
  .velora-step { justify-content: center; padding: 12px 4px; font-size: 11px; gap: 5px; }
  .velora-step strong { width: 24px; height: 24px; font-size: 11px; }
  .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce { padding: 28px 0 110px; }
  .woocommerce-checkout .col2-set { grid-template-columns: 1fr; gap: 18px; }
  .woocommerce-checkout .col2-set > div, .woocommerce-checkout #order_review, .velora-checkout-login { padding: 20px 16px; }
  .woocommerce-checkout #order_review_heading { margin-top: 28px; }
  .velora-checkout-bar {
    position: fixed; z-index: 120; left: 0; right: 0; bottom: 0; min-height: 74px; display: flex;
    align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
    background: white; border-top: 1px solid var(--velora-line); box-shadow: 0 -8px 24px rgba(0,0,0,.12);
  }
  .velora-checkout-bar__total { white-space: nowrap; font-size: 13px; }
  .velora-checkout-bar__total strong { font-size: 19px; }
  .velora-checkout-bar button { flex: 1; min-height: 50px; border: 0; border-radius: 4px; color: white; background: var(--velora-orange); font-weight: 800; }
  .woocommerce-checkout #place_order { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; }
  .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 24px; }
  .velora-register { padding: 30px 0 70px; }
  .velora-register__card { padding: 24px 16px; }
  .velora-register__grid { grid-template-columns: 1fr; }
  .velora-register__full { grid-column: auto; }
}
