:root {
  --site-bg: #f0f0f0;
  --card-bg: #ffffff;
  --text: #1a1a1a;
  --muted: #6c6c6c;
  --line: #e3e3e3;
  --accent: #27c76f;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  background: var(--site-bg);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

.site-shell {
  width: min(1240px, 100% - 32px);
  margin-inline: auto;
}

.site-header,
.site-footer {
  background: var(--card-bg);
  border-bottom: 1px solid var(--line);
}

.site-header__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-title {
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.site-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-nav .menu a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.site-nav .menu a:hover {
  color: #2f2f2f;
}

/* ── Square product images everywhere ── */
.woocommerce ul.products li.product .attachment-woocommerce_thumbnail,
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.elementor-widget-woocommerce-products ul.products li.product img,
.elementor-widget-woocommerce-product-related ul.products li.product img,
.wc-block-grid__product-image img,
.brx-catalog-card__image img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.site-main {
  padding: 12px 0 12px;
}

.site-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  padding: 10px 0;
}

body.single-product .site-main {
  padding-top: 14px;
}

body.page-id-2785 .elementor-element.elementor-element-2931426 {
  width: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

body.page-id-2785 .elementor-element.elementor-element-ab2106b {
  width: calc(100% - 20px) !important;
  max-width: calc(100% - 20px) !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

body.page-id-2785 .elementor-element.elementor-element-c56ade3,
body.page-id-2785 .elementor-element.elementor-element-96ff36f,
body.page-id-2785 .elementor-element.elementor-element-21cac3f {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
}

body.page-id-2785 .elementor-element.elementor-element-1a0d479,
body.page-id-2785 .elementor-element.elementor-element-58b8bc2,
body.page-id-2785 .elementor-element.elementor-element-65de9ef {
  position: relative;
  z-index: 1;
}

body.page-id-2785 .elementor-element.elementor-element-9d2375a,
body.page-id-2785 .elementor-element.elementor-element-3acd8e2,
body.page-id-2785 .elementor-element.elementor-element-ca9f567 {
  display: flex !important;
  position: absolute !important;
  top: 50%;
  right: 6vw !important;
  left: auto !important;
  width: min(50vw, 760px) !important;
  min-height: 0;
  z-index: 30;
  transform: translateY(-50%);
  pointer-events: none;
}

body.page-id-2785 .elementor-element.elementor-element-6f2c0f5.animated,
body.page-id-2785 .elementor-element.elementor-element-6f2c0f5.fadeIn {
  animation: none !important;
  opacity: 1 !important;
}

body.page-id-2785 .elementor-element.elementor-element-6f2c0f5 {
  overflow: hidden !important;
}

/* Hide ALL non-active slides completely — text, images, everything */
body.page-id-2785 .elementor-element-6f2c0f5 .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.page-id-2785 .elementor-element-6f2c0f5 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Before swiper init: show only first slide, hide the rest */
body.page-id-2785 .elementor-element-6f2c0f5 .e-n-carousel:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none !important;
}

body.page-id-2785 .elementor-element-6f2c0f5 .e-n-carousel:not(.swiper-initialized) .swiper-slide:first-child {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Transition for active slide swap */
body.page-id-2785 .elementor-element-6f2c0f5 .swiper-slide {
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Kill LQIP blur inside hero carousel — images re-blur on slide loop */
body.page-id-2785 .elementor-element-6f2c0f5 img.irfas-lqip {
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

body.page-id-2785 .elementor-element.elementor-element-9d2375a .elementor-widget-text-editor,
body.page-id-2785 .elementor-element.elementor-element-3acd8e2 .elementor-widget-text-editor,
body.page-id-2785 .elementor-element.elementor-element-ca9f567 .elementor-widget-text-editor {
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

@media (max-width: 767px) {
  body.page-id-2785 .elementor-element.elementor-element-9d2375a,
  body.page-id-2785 .elementor-element.elementor-element-3acd8e2,
  body.page-id-2785 .elementor-element.elementor-element-ca9f567 {
    top: auto;
    right: 20px;
    bottom: 36px;
    left: 20px;
    width: auto !important;
    transform: none;
  }
}

body.single-product .elementor-location-single {
  padding: 16px 0 50px;
}

body.single-product .elementor-location-single .e-con-boxed > .e-con-inner {
  max-width: 1180px;
  margin-inline: auto;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta {
  display: grid;
  gap: 10px;
  align-content: start;
}

body.single-product .elementor-location-single .product_meta > span {
  display: block;
  margin: 0;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .detail-container {
  display: grid;
  gap: 3px;
  margin: 0 !important;
  padding: 0 2px;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .detail-container::after {
  display: none !important;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .detail-label {
  color: #7b8992;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .sku,
body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .detail-content {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.4;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .detail-content a {
  color: #1d1d1d;
  text-decoration: none;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .detail-content a:hover,
body.single-product .elementor-location-single .elementor-widget-woocommerce-product-meta .product_meta .detail-content a:focus {
  color: #4c6070;
}

body.single-product .elementor-location-single .brx-single-product-attrs {
  display: grid;
  margin: 0 0 4px;
  border: 1px solid rgba(29, 29, 29, 0.06);
  border-radius: 18px;
  background: #f6fcff;
  overflow: clip;
}

body.single-product .elementor-location-single .brx-single-product-attrs__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 13px 14px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

body.single-product .elementor-location-single .brx-single-product-attrs__toggle-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.single-product .elementor-location-single .brx-single-product-attrs__title {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.single-product .elementor-location-single .brx-single-product-attrs__hint {
  color: #6f7e89;
  font-size: 12px;
  line-height: 1.35;
}

body.single-product .elementor-location-single .brx-single-product-attrs__chevron {
  position: relative;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  color: #5e6d77;
  transition: transform 0.28s ease, color 0.28s ease;
}

body.single-product .elementor-location-single .brx-single-product-attrs__chevron::before,
body.single-product .elementor-location-single .brx-single-product-attrs__chevron::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

body.single-product .elementor-location-single .brx-single-product-attrs__chevron::before {
  left: 0;
  transform: rotate(45deg);
}

body.single-product .elementor-location-single .brx-single-product-attrs__chevron::after {
  right: 0;
  transform: rotate(-45deg);
}

body.single-product .elementor-location-single .brx-single-product-attrs__toggle:hover .brx-single-product-attrs__chevron,
body.single-product .elementor-location-single .brx-single-product-attrs__toggle:focus-visible .brx-single-product-attrs__chevron {
  color: #1d1d1d;
}

body.single-product .elementor-location-single .brx-single-product-attrs__toggle:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 2px rgba(39, 199, 111, 0.18);
}

body.single-product .elementor-location-single .brx-single-product-attrs.is-open .brx-single-product-attrs__chevron {
  transform: rotate(180deg);
}

body.single-product .elementor-location-single .brx-single-product-attrs__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.32s ease, opacity 0.2s ease;
}

body.single-product .elementor-location-single .brx-single-product-attrs.is-open .brx-single-product-attrs__panel {
  grid-template-rows: 1fr;
  opacity: 1;
}

body.single-product .elementor-location-single .brx-single-product-attrs__inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 14px;
  transform: translateY(-6px);
  transition: padding 0.32s ease, transform 0.32s ease;
}

body.single-product .elementor-location-single .brx-single-product-attrs.is-open .brx-single-product-attrs__inner {
  padding: 0 14px 14px;
  transform: translateY(0);
}

body.single-product .elementor-location-single .brx-single-product-attrs__row {
  display: grid;
  gap: 3px;
  padding-top: 10px;
  border-top: 1px solid rgba(29, 29, 29, 0.08);
}

body.single-product .elementor-location-single .brx-single-product-attrs__label {
  color: #75858f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

body.single-product .elementor-location-single .brx-single-product-attrs__value {
  color: #1d1d1d;
  font-size: 14px;
  line-height: 1.4;
}

body.single-product .elementor-location-single .elementor-button {
  min-height: 52px;
  border-radius: 16px;
  font-weight: 700;
}

body.single-product .elementor-location-single .elementor-button,
body.single-product .elementor-location-single .single_add_to_cart_button {
  background: var(--accent);
  border-color: var(--accent);
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .cart,
body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .e-atc-qty-button-holder {
  margin: 0;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .e-atc-qty-button-holder {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .quantity {
  margin: 0;
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .quantity .qty {
  width: 100%;
  min-height: 56px;
  border: 1px solid #dfe4df;
  border-radius: 16px;
  background: #fff;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 0 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 12px 22px rgba(39, 199, 111, 0.18);
}

body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:hover,
body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:focus {
  filter: brightness(0.98);
}

body.single-product .woocommerce-notices-wrapper {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  width: min(420px, calc(100vw - 32px));
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message,
body.single-product .woocommerce-notices-wrapper .woocommerce-error,
body.single-product .woocommerce-notices-wrapper .woocommerce-info {
  margin: 0 0 10px;
  padding: 14px 16px;
  border: 1px solid #dfe4df;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  color: #1d1d1d;
  box-shadow: 0 24px 42px rgba(18, 18, 18, 0.12);
  backdrop-filter: blur(14px);
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message::before,
body.single-product .woocommerce-notices-wrapper .woocommerce-error::before,
body.single-product .woocommerce-notices-wrapper .woocommerce-info::before {
  display: none;
}

body.single-product .woocommerce-notices-wrapper .brx-notice-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.single-product .woocommerce-notices-wrapper .brx-notice-copy {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.single-product .woocommerce-notices-wrapper .brx-notice-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f7f4;
  color: #1d1d1d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

body.single-product .elementor-widget-woocommerce-product-additional-information {
  --bricks-additional-label-width: 220px;
  --bricks-additional-label-lines: 2;
}

body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes th,
body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes td {
  padding: 18px 16px;
  border-top: 1px solid #ecefe9;
  vertical-align: top;
  background: transparent;
}

body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes tr:last-child th,
body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes tr:last-child td {
  border-bottom: 1px solid #ecefe9;
}

body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes th {
  width: var(--bricks-additional-label-width);
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes td {
  color: #383838;
  font-size: 15px;
  line-height: 1.45;
}

body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes p {
  margin: 0;
}

body.single-product .elementor-widget-woocommerce-product-additional-information .brx-attribute-label-text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--bricks-additional-label-lines);
}

body.single-product .elementor-widget-woocommerce-product-additional-information.bricks-additional-label-overflow-single .brx-attribute-label-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.single-product .elementor-widget-woocommerce-product-additional-information.bricks-additional-label-overflow-wrap .brx-attribute-label-text {
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

body.single-product .elementor-widget-woocommerce-product-additional-information.bricks-additional-label-overflow-clip .brx-attribute-label-text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products {
  --bricks-related-card-padding: 14px;
  --bricks-related-card-radius: 28px;
  --bricks-related-title-size: clamp(16px, 1.35vw, 18px);
  --bricks-related-title-lines: 1;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products section.related.products > ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products section.related.products > ul.products::before,
body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products section.related.products > ul.products::after {
  display: none !important;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products section.related.products > h2 {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-size: clamp(28px, 2.4vw, 36px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: -0.04em;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  padding: var(--bricks-related-card-padding);
  border: 1px solid #e8ece8;
  border-radius: var(--bricks-related-card-radius);
  background: #fff;
  box-shadow: 0 18px 34px rgba(18, 18, 18, 0.04);
  transition: box-shadow .22s ease, border-color .22s ease;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product:hover {
  border-color: #dfe6df;
  box-shadow: 0 22px 38px rgba(18, 18, 18, 0.08);
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  border-radius: var(--bricks-related-image-radius, 24px);
  margin: 0 0 6px !important;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
  color: #1a1a1a;
  font-size: var(--bricks-related-title-size);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--bricks-related-title-lines);
  min-height: calc(1em * 1.1 * var(--bricks-related-title-lines) + 0.28em);
  padding-bottom: 0.2em;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products .bricks-loop-meta {
  margin: 0 0 2px;
  color: rgba(26, 26, 26, 0.55);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price {
  display: block;
  margin: 0;
  color: rgba(26, 26, 26, 0.78);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .price .amount {
  color: inherit;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .button,
body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .added_to_cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 44px;
  margin-top: auto;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: #2f2f2f;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .button.add_to_cart_button {
  background: var(--accent);
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .button:hover,
body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .added_to_cart:hover {
  filter: brightness(0.98);
}

body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products ul.products li.product .added_to_cart {
  display: none !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-message.is-dismissing,
body.single-product .woocommerce-notices-wrapper .woocommerce-error.is-dismissing,
body.single-product .woocommerce-notices-wrapper .woocommerce-info.is-dismissing {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .28s ease, transform .28s ease;
}

.sticky-menu .text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sticky-menu .sticky-cart-count {
  min-width: 18px;
  height: 18px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

body.error404 {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body.woocommerce-cart {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body.bricks-catalog-ref {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body.error404 .site-main {
  flex: 1 0 auto;
  padding: 18px 0 36px;
}

body.woocommerce-cart .site-main {
  flex: 1 0 auto;
}

body.bricks-catalog-ref .site-main {
  flex: 1 0 auto;
}

body.error404 .site-footer {
  margin-top: auto;
}

body.woocommerce-cart .site-footer {
  margin-top: auto;
}

body.bricks-catalog-ref .site-footer {
  margin-top: auto;
}

.brx-404-shell {
  max-width: 920px;
}

.brx-404-card {
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: 32px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(18, 18, 18, 0.05);
}

.brx-404-kicker {
  margin: 0 0 14px;
  color: rgba(26, 26, 26, 0.32);
  font-size: clamp(64px, 10vw, 128px);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.brx-404-title {
  margin: 0 0 14px;
  color: #1a1a1a;
  font-size: clamp(36px, 4.6vw, 64px);
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.055em;
  max-width: 12ch;
}

.brx-404-lead {
  margin: 0;
  color: #555;
  font-size: 17px;
  line-height: 1.55;
}

.brx-404-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin: 28px 0 18px;
}

.brx-404-search input[type="search"] {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid #dfe4df;
  border-radius: 18px;
  background: #fff;
  color: #1a1a1a;
  font-size: 16px;
  font-family: inherit;
}

.brx-404-search button,
.brx-404-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 20px;
  border: 0;
  border-radius: 18px;
  background: #2f2f2f;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  font-family: inherit;
}

.brx-404-button.is-primary,
.brx-404-search button {
  background: var(--accent);
}

.brx-404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.brx-404-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brx-404-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #e5e9e5;
  border-radius: 999px;
  background: #f8faf8;
  color: #1d1d1d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .site-shell {
    width: min(1240px, 100% - 20px);
  }

  .site-main {
    padding: 8px 0 10px;
  }

  .site-header__inner {
    min-height: 56px;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 0;
    gap: 10px;
  }

  .site-nav .menu {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  body.single-product .elementor-location-single {
    padding: 8px 0 28px;
  }

  body.single-product .elementor-location-single .elementor-widget-woocommerce-product-add-to-cart .e-atc-qty-button-holder {
    grid-template-columns: 1fr;
  }

  body.single-product .woocommerce-notices-wrapper {
    top: 12px;
    right: 12px;
    left: 12px;
    width: auto;
  }

  body.single-product .woocommerce-notices-wrapper .brx-notice-inner {
    flex-direction: column;
    align-items: stretch;
  }

  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes th,
  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes td {
    padding: 16px 12px;
  }

  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes th {
    width: 34%;
  }

  body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products section.related.products > ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brx-404-card {
    padding: 24px;
    border-radius: 26px;
  }

  .brx-404-search {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 767px) {
  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes,
  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes tbody,
  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes tr,
  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes th,
  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes td {
    display: block;
    width: 100%;
  }

  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes th {
    padding-bottom: 8px;
    border-bottom: 0;
  }

  body.single-product .elementor-widget-woocommerce-product-additional-information .shop_attributes td {
    padding-top: 0;
  }

  body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products section.related.products > ul.products {
    grid-template-columns: 1fr;
  }

  body.single-product .elementor-widget-woocommerce-product-related.elementor-wc-products section.related.products > h2 {
    font-size: 26px;
  }
}

body.woocommerce-cart .site-main {
  padding-top: 8px;
  padding-bottom: 8px;
}

body.woocommerce-shop .shop-shell,
body.tax-product_cat .shop-shell,
body.post-type-archive-product .shop-shell {
  padding-top: 20px;
  padding-bottom: 48px;
}

body.woocommerce-shop .shop-shell .woocommerce-breadcrumb,
body.tax-product_cat .shop-shell .woocommerce-breadcrumb,
body.post-type-archive-product .shop-shell .woocommerce-breadcrumb {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
}

body.woocommerce-shop .shop-shell .woocommerce-breadcrumb a,
body.tax-product_cat .shop-shell .woocommerce-breadcrumb a,
body.post-type-archive-product .shop-shell .woocommerce-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

body.woocommerce-shop .shop-shell .woocommerce-products-header,
body.tax-product_cat .shop-shell .woocommerce-products-header,
body.post-type-archive-product .shop-shell .woocommerce-products-header {
  margin-bottom: 20px;
}

body.woocommerce-shop .shop-shell .page-title,
body.tax-product_cat .shop-shell .page-title,
body.post-type-archive-product .shop-shell .page-title {
  margin: 0;
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

body.woocommerce-shop .shop-shell .term-description,
body.tax-product_cat .shop-shell .term-description,
body.post-type-archive-product .shop-shell .term-description {
  margin: 10px 0 0;
  max-width: 740px;
  color: var(--muted);
}

body.woocommerce-shop .shop-shell .woocommerce-notices-wrapper,
body.tax-product_cat .shop-shell .woocommerce-notices-wrapper,
body.post-type-archive-product .shop-shell .woocommerce-notices-wrapper {
  margin-bottom: 14px;
}

body.woocommerce-shop .shop-shell .woocommerce-result-count,
body.tax-product_cat .shop-shell .woocommerce-result-count,
body.post-type-archive-product .shop-shell .woocommerce-result-count {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

body.woocommerce-shop .shop-shell .woocommerce-ordering,
body.tax-product_cat .shop-shell .woocommerce-ordering,
body.post-type-archive-product .shop-shell .woocommerce-ordering {
  margin: 0 0 24px;
}

body.woocommerce-shop .shop-shell .woocommerce-ordering select,
body.tax-product_cat .shop-shell .woocommerce-ordering select,
body.post-type-archive-product .shop-shell .woocommerce-ordering select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--card-bg);
  color: var(--text);
  padding: 0 14px;
  font-size: 14px;
}

body.woocommerce-shop .shop-shell ul.products,
body.tax-product_cat .shop-shell ul.products,
body.post-type-archive-product .shop-shell ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
}

body.woocommerce-shop .shop-shell ul.products::before,
body.woocommerce-shop .shop-shell ul.products::after,
body.tax-product_cat .shop-shell ul.products::before,
body.tax-product_cat .shop-shell ul.products::after,
body.post-type-archive-product .shop-shell ul.products::before,
body.post-type-archive-product .shop-shell ul.products::after {
  display: none;
}

body.woocommerce-shop .shop-shell ul.products li.product,
body.tax-product_cat .shop-shell ul.products li.product,
body.post-type-archive-product .shop-shell ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  list-style: none;
  background: var(--card-bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 12px 12px 14px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

body.woocommerce-shop .shop-shell ul.products li.product:hover,
body.tax-product_cat .shop-shell ul.products li.product:hover,
body.post-type-archive-product .shop-shell ul.products li.product:hover {
  transform: translateY(-2px);
  border-color: #d7d7d7;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

body.woocommerce-shop .shop-shell ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat .shop-shell ul.products li.product a.woocommerce-LoopProduct-link,
body.post-type-archive-product .shop-shell ul.products li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

body.woocommerce-shop .shop-shell ul.products li.product a img,
body.tax-product_cat .shop-shell ul.products li.product a img,
body.post-type-archive-product .shop-shell ul.products li.product a img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 14px;
  margin: 0 0 12px !important;
  background: #efefef;
}

body.woocommerce-shop .shop-shell ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .shop-shell ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product .shop-shell ul.products li.product .woocommerce-loop-product__title {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.22;
  letter-spacing: -0.01em;
  min-height: 48px;
}

body.woocommerce-shop .shop-shell ul.products li.product .price,
body.tax-product_cat .shop-shell ul.products li.product .price,
body.post-type-archive-product .shop-shell ul.products li.product .price {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
}

body.woocommerce-shop .shop-shell ul.products li.product .button,
body.tax-product_cat .shop-shell ul.products li.product .button,
body.post-type-archive-product .shop-shell ul.products li.product .button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 11px;
  border: 0;
  margin: 0;
  padding: 8px 14px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

body.woocommerce-shop .shop-shell ul.products li.product .added_to_cart,
body.tax-product_cat .shop-shell ul.products li.product .added_to_cart,
body.post-type-archive-product .shop-shell ul.products li.product .added_to_cart {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  margin-top: 10px;
  color: var(--text);
  font-size: 14px;
}

body.woocommerce-shop .shop-shell nav.woocommerce-pagination,
body.tax-product_cat .shop-shell nav.woocommerce-pagination,
body.post-type-archive-product .shop-shell nav.woocommerce-pagination,
body.bricks-catalog-ref .shop-shell nav.woocommerce-pagination,
body.bricks-catalog-ref .elementor-location-archive nav.woocommerce-pagination {
  margin-top: 30px;
}

body.woocommerce-shop .shop-shell nav.woocommerce-pagination ul,
body.tax-product_cat .shop-shell nav.woocommerce-pagination ul,
body.post-type-archive-product .shop-shell nav.woocommerce-pagination ul,
body.bricks-catalog-ref .shop-shell nav.woocommerce-pagination ul,
body.bricks-catalog-ref .elementor-location-archive nav.woocommerce-pagination ul {
  border: 0;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-shop .shop-shell nav.woocommerce-pagination ul li,
body.tax-product_cat .shop-shell nav.woocommerce-pagination ul li,
body.post-type-archive-product .shop-shell nav.woocommerce-pagination ul li,
body.bricks-catalog-ref .shop-shell nav.woocommerce-pagination ul li,
body.bricks-catalog-ref .elementor-location-archive nav.woocommerce-pagination ul li {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

body.woocommerce-shop .shop-shell nav.woocommerce-pagination ul li .page-numbers,
body.tax-product_cat .shop-shell nav.woocommerce-pagination ul li .page-numbers,
body.post-type-archive-product .shop-shell nav.woocommerce-pagination ul li .page-numbers,
body.bricks-catalog-ref .shop-shell nav.woocommerce-pagination ul li .page-numbers,
body.bricks-catalog-ref .elementor-location-archive nav.woocommerce-pagination ul li .page-numbers {
  min-width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--card-bg);
  color: var(--text);
  text-decoration: none;
}

body.woocommerce-shop .shop-shell nav.woocommerce-pagination ul li .page-numbers.current,
body.tax-product_cat .shop-shell nav.woocommerce-pagination ul li .page-numbers.current,
body.post-type-archive-product .shop-shell nav.woocommerce-pagination ul li .page-numbers.current,
body.bricks-catalog-ref .shop-shell nav.woocommerce-pagination ul li .page-numbers.current,
body.bricks-catalog-ref .elementor-location-archive nav.woocommerce-pagination ul li .page-numbers.current {
  background: var(--text);
  border-color: var(--text);
  color: #fff;
}

@media (max-width: 1200px) {
  body.woocommerce-shop .shop-shell ul.products,
  body.tax-product_cat .shop-shell ul.products,
  body.post-type-archive-product .shop-shell ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  body.woocommerce-shop .shop-shell ul.products,
  body.tax-product_cat .shop-shell ul.products,
  body.post-type-archive-product .shop-shell ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  body.woocommerce-shop .shop-shell .woocommerce-result-count,
  body.tax-product_cat .shop-shell .woocommerce-result-count,
  body.post-type-archive-product .shop-shell .woocommerce-result-count,
  body.woocommerce-shop .shop-shell .woocommerce-ordering,
  body.tax-product_cat .shop-shell .woocommerce-ordering,
  body.post-type-archive-product .shop-shell .woocommerce-ordering {
    float: none;
  }

  body.woocommerce-shop .shop-shell .page-title,
  body.tax-product_cat .shop-shell .page-title,
  body.post-type-archive-product .shop-shell .page-title {
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  body.woocommerce-shop .shop-shell,
  body.tax-product_cat .shop-shell,
  body.post-type-archive-product .shop-shell {
    padding-top: 14px;
  }

  body.woocommerce-shop .shop-shell ul.products,
  body.tax-product_cat .shop-shell ul.products,
  body.post-type-archive-product .shop-shell ul.products {
    grid-template-columns: 1fr;
  }
}

body.woocommerce-cart .cart-shell {
  padding-top: 12px;
  padding-bottom: 48px;
}

body.woocommerce-cart .cart-shell__inner {
  background: transparent;
}

body.woocommerce-cart .cart-shell .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}

body.woocommerce-cart .cart-shell .woocommerce-cart-form,
body.woocommerce-cart .cart-shell .cart-collaterals {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 18px;
}

body.woocommerce-cart .cart-shell table.shop_table {
  border: 0;
  margin: 0;
}

body.woocommerce-cart .cart-shell table.shop_table th,
body.woocommerce-cart .cart-shell table.shop_table td {
  border-color: #ececec;
}

body.woocommerce-cart .cart-shell table.shop_table td.product-name a {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 600;
}

body.woocommerce-cart .cart-shell .product-thumbnail img {
  border-radius: 10px;
}

body.woocommerce-cart .cart-shell .coupon .input-text {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  padding: 0 12px;
}

body.woocommerce-cart .cart-shell .button {
  min-height: 44px;
  border-radius: 10px !important;
}

body.woocommerce-cart .cart-shell .checkout-button.button.alt {
  background: var(--accent);
  border-color: var(--accent);
}

body.woocommerce-cart .cart-shell .woocommerce-notices-wrapper,
body.woocommerce-cart .cart-shell .return-to-shop {
  max-width: 620px;
  margin-inline: auto;
}

body.woocommerce-cart .cart-shell .woocommerce-info {
  float: none;
  margin: 0 auto 14px;
  border: 1px solid #ececec;
  border-top: 4px solid var(--accent);
  border-radius: 12px;
  background: #fff;
  color: #2b2b2b;
  padding: 16px 18px;
}

body.woocommerce-cart .cart-shell .return-to-shop {
  margin-top: 12px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 16px 18px;
  text-align: center;
}

body.woocommerce-cart .cart-shell .return-to-shop .button.wc-backward {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

body.woocommerce-cart.is-cart-empty .cart-shell {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.woocommerce-cart.is-cart-empty .cart-shell__inner {
  width: min(620px, 100%);
}

body.woocommerce-cart.is-cart-empty .cart-shell .woocommerce-notices-wrapper,
body.woocommerce-cart.is-cart-empty .cart-shell .return-to-shop {
  max-width: none;
  margin-inline: 0;
}

body.woocommerce-cart.is-cart-empty .cart-shell .woocommerce-notices-wrapper {
  float: none !important;
  width: 100% !important;
  clear: both;
}

body.woocommerce-cart.is-cart-empty .cart-shell .woocommerce .cart-empty,
body.woocommerce-cart.is-cart-empty .cart-shell .woocommerce .return-to-shop {
  float: none !important;
  width: 100%;
}

body.woocommerce-cart.is-cart-empty .cart-shell .wc-empty-cart-message {
  max-width: 620px;
  margin: 0 auto 14px;
}

body.woocommerce-cart.is-cart-empty .cart-shell .wc-empty-cart-message .cart-empty {
  margin: 0 !important;
}

body.woocommerce-cart.is-cart-empty .cart-shell .return-to-shop {
  max-width: 620px;
  margin: 12px auto 0 !important;
}

body.woocommerce-cart .bricks-empty-cart-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
}

body.woocommerce-cart .bricks-empty-cart-card__title {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.1;
}

body.woocommerce-cart .bricks-empty-cart-card__text {
  margin: 0 0 18px;
  color: #707070;
  font-size: 16px;
}

body.woocommerce-cart .bricks-empty-cart-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  padding: 0 20px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

/* Generic cart layout (Elementor page + shortcode flow). */
body.woocommerce-cart .site-main .woocommerce {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}

body.woocommerce-cart .site-main .woocommerce::before,
body.woocommerce-cart .site-main .woocommerce::after {
  display: none !important;
}

body.woocommerce-cart .site-main .woocommerce > .woocommerce-notices-wrapper {
  grid-column: 1 / -1;
}

body.woocommerce-cart .site-main .woocommerce > form.woocommerce-cart-form {
  grid-column: 1;
}

body.woocommerce-cart .site-main .woocommerce > .cart-collaterals {
  grid-column: 2;
}

body.woocommerce-cart .site-main .woocommerce-cart-form,
body.woocommerce-cart .site-main .cart-collaterals {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 18px;
}

body.woocommerce-cart .site-main table.shop_table {
  width: 100%;
  margin: 0;
  border: 0;
}

body.woocommerce-cart .site-main table.shop_table th,
body.woocommerce-cart .site-main table.shop_table td {
  border-color: #ececec;
}

body.woocommerce-cart .site-main table.shop_table td.product-name a {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 600;
}

body.woocommerce-cart .site-main .product-thumbnail img {
  border-radius: 10px;
}

body.woocommerce-cart .site-main .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

body.woocommerce-cart .site-main .coupon {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  float: none !important;
}

body.woocommerce-cart .site-main .coupon .input-text {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid #e4e4e4;
  padding: 0 12px;
}

body.woocommerce-cart .site-main .button {
  min-height: 44px;
  border-radius: 10px !important;
}

body.woocommerce-cart .site-main .cart-collaterals {
  width: 100% !important;
  float: none !important;
}

body.woocommerce-cart .site-main .cart-collaterals .cart_totals {
  float: none !important;
  width: 100% !important;
  margin: 0;
}

body.woocommerce-cart .site-main .checkout-button.button.alt {
  background: var(--accent);
  border-color: var(--accent);
}

@media (max-width: 1180px) {
  body.woocommerce-cart .site-main .woocommerce {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .site-main .woocommerce > .woocommerce-notices-wrapper,
  body.woocommerce-cart .site-main .woocommerce > form.woocommerce-cart-form,
  body.woocommerce-cart .site-main .woocommerce > .cart-collaterals {
    grid-column: 1;
  }

  body.woocommerce-cart .cart-shell .woocommerce {
    grid-template-columns: 1fr;
  }
}

/* Custom Elementor cart widget. */
.brx-cart-widget {
  max-width: 1180px;
  margin: 0 auto;
}

.brx-cart-widget.is-updating {
  opacity: 0.72;
  transition: opacity .2s ease;
}

.brx-cart-widget.is-updating .brx-cart-form {
  pointer-events: none;
}

.brx-cart-notices .woocommerce-message,
.brx-cart-notices .woocommerce-info,
.brx-cart-notices .woocommerce-error {
  margin: 0 0 14px;
  border: 1px solid #ececec;
  border-top: 4px solid var(--accent);
  border-radius: 12px;
  background: #fff;
}

.brx-cart-empty {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
}

.brx-cart-empty__title {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.1;
}

.brx-cart-empty__text {
  margin: 0 0 18px;
  color: #707070;
  font-size: 16px;
}

.brx-cart-empty__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 10px;
  padding: 0 20px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.brx-cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 24px;
  align-items: start;
}

.brx-cart-form,
.brx-cart-order {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 14px 32px rgba(18, 18, 18, 0.04);
}

.brx-cart-form__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.brx-cart-form__eyebrow {
  margin: 0 0 6px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brx-cart-form__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.brx-cart-table {
  width: 100%;
  border-collapse: collapse;
}

.brx-cart-table td {
  border: 0;
  padding: 0;
}

.brx-cart-table tbody tr {
  display: grid;
  grid-template-columns: 34px minmax(260px, 1.2fr) minmax(110px, .7fr) 120px minmax(120px, .8fr);
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}

.brx-cart-table tbody tr:last-child {
  border-bottom: 0;
}

.brx-cart-table td.is-remove {
  width: 34px;
}

.brx-remove {
  color: #b31111;
  text-decoration: none;
  font-size: 34px;
  line-height: 1;
}

.brx-product-cell {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brx-thumb img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}

.brx-title a,
.brx-title {
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}

.brx-cart-inline-label {
  display: none;
}

.brx-cart-table .quantity input.qty {
  width: 88px;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid #d8d8d8;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.brx-cart-form .button[name="update_cart"] {
  min-height: 44px;
  border-radius: 12px;
  border: 0;
  padding: 0 18px;
  cursor: pointer;
  background: #ececf0;
  color: #1f1f1f;
}

.brx-cart-order {
  display: grid;
  gap: 20px;
}

.brx-cart-order__eyebrow {
  margin: 0 0 6px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brx-cart-order__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.brx-cart-order__text {
  margin: 10px 0 0;
  color: #6f6f6f;
  font-size: 15px;
  line-height: 1.5;
}

.brx-cart-order__meta {
  margin-top: 18px;
  border-top: 1px solid #ececec;
  padding-top: 10px;
}

.brx-cart-order__meta-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  color: #585858;
}

.brx-cart-order__meta-row strong {
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 700;
}

.brx-cart-order__meta-row.is-total {
  border-bottom: 0;
  padding-bottom: 0;
}

.brx-cart-order__meta-row.is-total strong {
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.brx-cart-checkout-form {
  display: grid;
  gap: 14px;
}

.brx-cart-field {
  display: grid;
  gap: 8px;
}

.brx-cart-field span {
  color: #626262;
  font-size: 14px;
  font-weight: 600;
}

.brx-cart-field input,
.brx-cart-field textarea {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  background: #fbfbfb;
  color: #1d1d1d;
  padding: 0 16px;
  font: inherit;
}

.brx-cart-field input {
  min-height: 52px;
}

.brx-cart-field textarea {
  min-height: 126px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.brx-checkout {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 14px 24px rgba(39, 199, 111, 0.18);
  cursor: pointer;
}

.brx-cart-checkout-form__note {
  margin: -2px 0 0;
  color: #8c8c8c;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .brx-cart-grid {
    grid-template-columns: 1fr;
  }

  .brx-cart-order__title {
    font-size: 32px;
  }
}

@media (max-width: 760px) {
  .brx-cart-form,
  .brx-cart-order {
    padding: 18px;
    border-radius: 18px;
  }

  .brx-cart-form__head {
    flex-direction: column;
    align-items: stretch;
  }

  .brx-cart-form__title,
  .brx-cart-order__title {
    font-size: 28px;
  }

  .brx-cart-table tbody tr {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 8px 12px;
    padding: 12px 0;
  }

  .brx-cart-table td {
    padding: 0;
  }

  .brx-cart-table td.is-remove {
    grid-row: 1 / span 5;
  }

  .brx-product-cell {
    min-width: 0;
    align-items: flex-start;
  }

  .brx-thumb img {
    width: 64px;
    height: 64px;
  }

  .brx-cart-inline-label {
    display: block;
    margin-bottom: 4px;
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .brx-cart-form .button[name="update_cart"] {
    width: 100%;
  }

  .brx-checkout {
    font-size: 18px;
    white-space: normal;
  }

  .brx-cart-order__meta-row.is-total strong {
    font-size: 28px;
  }
}

/* Elementor-ready catalog/search layer (ID-agnostic). */
body.bricks-catalog-ref .woocommerce-breadcrumb:not(.brx-store-breadcrumbs),
body.bricks-catalog-ref .elementor-widget-theme-archive-title,
body.bricks-catalog-ref .elementor-widget-woocommerce-archive-description,
body.bricks-catalog-ref .woocommerce-result-count,
body.bricks-catalog-ref .woocommerce-ordering {
  display: none !important;
}

body.single-product .woocommerce-breadcrumb.brx-store-breadcrumbs,
body.bricks-catalog-ref .brx-store-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid #efefef;
  border-radius: 16px;
  background: #fafafa;
  color: #8a8176;
  font-size: 13px;
  line-height: 1.45;
}

body.single-product .woocommerce-breadcrumb.brx-store-breadcrumbs a,
body.bricks-catalog-ref .brx-store-breadcrumbs a {
  color: #5d5348;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.single-product .woocommerce-breadcrumb.brx-store-breadcrumbs a:hover,
body.bricks-catalog-ref .brx-store-breadcrumbs a:hover {
  color: #201c18;
}

body.single-product .woocommerce-breadcrumb.brx-store-breadcrumbs .brx-store-breadcrumbs__sep,
body.bricks-catalog-ref .brx-store-breadcrumbs .brx-store-breadcrumbs__sep {
  color: #beb4a6;
  font-size: 11px;
  line-height: 1;
}

body.bricks-catalog-ref .shop-shell .brx-store-breadcrumbs-shell,
body.bricks-catalog-ref .elementor-location-archive .brx-store-breadcrumbs-shell {
  margin: 0 0 14px;
}

body.bricks-catalog-ref .shop-shell,
body.bricks-catalog-ref .elementor-location-archive {
  padding-inline: clamp(14px, 1.8vw, 22px);
  box-sizing: border-box;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-toolbar,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  min-width: 0;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-chips,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-chips {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: 10px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: center;
  min-height: 44px;
  padding: 1px 1px 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(37, 37, 37, 0.18) transparent;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}

body.bricks-catalog-ref .shop-shell .bricks-chip,
body.bricks-catalog-ref .elementor-location-archive .bricks-chip {
  flex: 0 0 auto;
  height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #e4e7e4;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 16, 0.02);
  color: #252525;
  text-decoration: none;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
}

body.bricks-catalog-ref .shop-shell .bricks-chip.is-active,
body.bricks-catalog-ref .elementor-location-archive .bricks-chip.is-active {
  background: #f3fbf6;
  border-color: #cfe8d7;
  box-shadow: 0 6px 14px rgba(39, 199, 111, 0.07);
  color: #1a1a1a;
}

body.bricks-catalog-ref .shop-shell .bricks-chip:hover,
body.bricks-catalog-ref .elementor-location-archive .bricks-chip:hover {
  border-color: #d9dfd9;
  background: #fbfcfb;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-search,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-search {
  flex: 0 0 auto;
  width: 180px;
  align-self: center;
  padding-bottom: 16px;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-search input[type="search"],
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-search input[type="search"] {
  width: 100%;
  height: 44px;
  border-radius: 14px;
  border: 1px solid #e4e7e4;
  background: #ffffff;
  color: #1f1f1f;
  font-size: 16px;
  padding: 0 16px;
  box-shadow: 0 1px 2px rgba(16, 24, 16, 0.02);
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-chips::-webkit-scrollbar,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-chips::-webkit-scrollbar {
  height: 6px;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-chips::-webkit-scrollbar-track,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-chips::-webkit-scrollbar-track {
  background: transparent;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-chips::-webkit-scrollbar-thumb,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-chips::-webkit-scrollbar-thumb {
  background: rgba(37, 37, 37, 0.18);
  border-radius: 999px;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters {
  margin: 0 0 24px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(18, 18, 18, 0.04);
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters-widget,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters-widget {
  display: block;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__summary,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin: 0 0 14px;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__intro,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__intro {
  min-width: 0;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__eyebrow,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__eyebrow {
  margin: 0 0 6px;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__title,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__title {
  margin: 0;
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  max-width: 760px;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__note,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__note {
  margin: 6px 0 0;
  color: #6f6f6f;
  font-size: 13px;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__actions,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 14px 0 0;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__body,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__body {
  display: grid;
  gap: 0;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__mobile-toggle,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__mobile-toggle {
  display: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  background: #fff;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

body.bricks-catalog-ref .shop-shell .brx-filter-apply,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-apply,
body.bricks-catalog-ref .shop-shell .brx-filter-reset,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-reset {
  height: 42px;
  border-radius: 12px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #e5e5e5;
}

body.bricks-catalog-ref .shop-shell .brx-filter-apply,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-apply {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

body.bricks-catalog-ref .shop-shell .brx-filter-reset,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-reset {
  background: #f4f4f4;
  color: #2a2a2a;
}

body.bricks-catalog-ref .shop-shell .brx-catalog-filters__grid,
body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-card,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card {
  padding: 14px;
  border: 1px solid #efefef;
  border-radius: 16px;
  background: #fafafa;
}

body.bricks-catalog-ref .shop-shell .brx-filter-card__head,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-card__title,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
}

body.bricks-catalog-ref .shop-shell .brx-filter-card__hint,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card__hint {
  color: #8c8c8c;
  font-size: 12px;
  font-weight: 600;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range {
  display: grid;
  gap: 12px;
  margin: 0 0 12px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__values,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__value,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__value {
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 700;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__slider-wrap,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__slider-wrap {
  --brx-range-start: 0%;
  --brx-range-end: 100%;
  position: relative;
  height: 24px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__track,
body.bricks-catalog-ref .shop-shell .brx-filter-range__progress,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__track,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__progress {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  border-radius: 999px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__track,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__track {
  left: 0;
  right: 0;
  background: #dfe5df;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__progress,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__progress {
  left: var(--brx-range-start);
  right: auto;
  width: calc(var(--brx-range-end) - var(--brx-range-start));
  background: var(--accent);
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__slider,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  accent-color: var(--accent);
  pointer-events: none;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__slider::-webkit-slider-runnable-track,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__slider::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__slider::-moz-range-track,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__slider::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: transparent;
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__slider::-webkit-slider-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--accent);
  box-shadow: 0 4px 10px rgba(39, 199, 111, 0.22);
  margin-top: -7px;
  pointer-events: auto;
  cursor: pointer;
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--min::-webkit-slider-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--min::-webkit-slider-thumb {
  transform: translateX(-8px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--max::-webkit-slider-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--max::-webkit-slider-thumb {
  transform: translateX(8px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--min::-webkit-slider-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--min::-webkit-slider-thumb {
  transform: translateX(-5px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--max::-webkit-slider-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--max::-webkit-slider-thumb {
  transform: translateX(5px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__slider::-moz-range-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: var(--accent);
  box-shadow: 0 4px 10px rgba(39, 199, 111, 0.22);
  pointer-events: auto;
  cursor: pointer;
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--min::-moz-range-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--min::-moz-range-thumb {
  transform: translateX(-8px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--max::-moz-range-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-overlapping .brx-filter-range__slider--max::-moz-range-thumb {
  transform: translateX(8px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--min::-moz-range-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--min::-moz-range-thumb {
  transform: translateX(-5px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--max::-moz-range-thumb,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-card--range.is-range-tight:not(.is-range-overlapping) .brx-filter-range__slider--max::-moz-range-thumb {
  transform: translateX(5px);
}

body.bricks-catalog-ref .shop-shell .brx-filter-range__fields,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-range__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-field,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-field {
  display: grid;
  gap: 6px;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 600;
}

body.bricks-catalog-ref .shop-shell .brx-filter-field__input,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-field__input {
  width: 100%;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 0 12px;
  font-size: 15px;
  color: #1a1a1a;
}

body.bricks-catalog-ref .shop-shell .brx-filter-choice-list,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.bricks-catalog-ref .shop-shell .brx-filter-choice,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-choice {
  position: relative;
}

body.bricks-catalog-ref .shop-shell .brx-filter-choice input,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

body.bricks-catalog-ref .shop-shell .brx-filter-choice span,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-choice span {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #e7e7e7;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
}

body.bricks-catalog-ref .shop-shell .brx-filter-choice.is-active span,
body.bricks-catalog-ref .shop-shell .brx-filter-choice input:checked + span,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-choice.is-active span,
body.bricks-catalog-ref .elementor-location-archive .brx-filter-choice input:checked + span {
  border-color: #c6ecd7;
  background: #ebfaf2;
  color: #158d4b;
}

body.bricks-catalog-ref .shop-shell ul.products,
body.bricks-catalog-ref .elementor-location-archive ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.bricks-catalog-ref .shop-shell ul.products::before,
body.bricks-catalog-ref .shop-shell ul.products::after,
body.bricks-catalog-ref .elementor-location-archive ul.products::before,
body.bricks-catalog-ref .elementor-location-archive ul.products::after {
  display: none !important;
}

body.bricks-catalog-ref .shop-shell ul.products li.product,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  background: #fff;
  border: 1px solid #e8ece8;
  border-radius: var(--bricks-archive-card-radius, 28px);
  padding: var(--bricks-archive-card-padding, 14px);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 18px 34px rgba(18, 18, 18, 0.04);
  transition: box-shadow .22s ease, border-color .22s ease;
}

body.bricks-catalog-ref .shop-shell ul.products li.product a.woocommerce-LoopProduct-link,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 0;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

body.bricks-catalog-ref .shop-shell ul.products li.product a img,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product a img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  flex: 0 0 auto;
  object-fit: cover;
  display: block;
  border-radius: var(--bricks-archive-image-radius, 24px);
  margin: 0 !important;
  background: #f3f4f2;
}

body.bricks-catalog-ref .shop-shell ul.products li.product .woocommerce-loop-product__title,
body.bricks-catalog-ref .shop-shell ul.products li.product .woocommerce-loop-product__title a,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product .woocommerce-loop-product__title,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product .woocommerce-loop-product__title a {
  margin: 0;
  min-width: 0;
  color: #1a1a1a !important;
  text-decoration: none;
  font-size: var(--bricks-archive-title-size, clamp(16px, 1.35vw, 18px));
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.03em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  max-height: 1.2em;
  min-height: calc(1em * 1.1 * var(--bricks-archive-title-lines, 1) + 0.28em);
  padding-bottom: 0.2em;
}

body.bricks-catalog-ref .shop-shell .bricks-loop-meta,
body.bricks-catalog-ref .elementor-location-archive .bricks-loop-meta {
  margin: 0;
  color: rgba(26, 26, 26, 0.55);
  font-size: clamp(13px, 1vw, 14px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.bricks-catalog-ref .shop-shell .bricks-loop-specs,
body.bricks-catalog-ref .elementor-location-archive .bricks-loop-specs {
  display: none !important;
}

body.bricks-catalog-ref .shop-shell .bricks-loop-spec,
body.bricks-catalog-ref .elementor-location-archive .bricks-loop-spec {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f3f5f3;
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.bricks-catalog-ref .shop-shell ul.products li.product:hover,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product:hover {
  border-color: #dfe6df;
  box-shadow: 0 22px 38px rgba(18, 18, 18, 0.08);
}

body.bricks-catalog-ref .shop-shell ul.products li.product .price,
body.bricks-catalog-ref .shop-shell ul.products li.product .button,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product .price,
body.bricks-catalog-ref .elementor-location-archive ul.products li.product .button {
  display: none !important;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-empty-state,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-empty-state {
  margin: 0;
  padding: 40px 42px;
  border: 1px solid #e8ece8;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(18, 18, 18, 0.04);
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-empty-state__title,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-empty-state__title {
  margin: 0;
  color: #1a1a1a;
  font-size: clamp(26px, 2vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

body.bricks-catalog-ref .shop-shell .bricks-catalog-empty-state__text,
body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-empty-state__text {
  margin: 10px 0 0;
  color: rgba(26, 26, 26, 0.62);
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  body.bricks-catalog-ref .shop-shell .bricks-catalog-toolbar,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-search,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-search {
    flex: 1 1 auto;
    max-width: none;
    width: 100%;
    padding-bottom: 0;
  }

  body.bricks-catalog-ref .shop-shell ul.products,
  body.bricks-catalog-ref .elementor-location-archive ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters__summary,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__summary,
  body.bricks-catalog-ref .shop-shell .brx-catalog-filters__grid,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters__actions,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__actions {
    justify-content: flex-start;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-empty-state,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-empty-state {
    padding: 30px 28px;
  }
}

@media (max-width: 720px) {
  body.bricks-catalog-ref .shop-shell,
  body.bricks-catalog-ref .elementor-location-archive {
    padding-inline: 20px;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-chips,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-chips {
    display: none;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-toolbar,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-toolbar {
    gap: 0;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-search,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-search {
    flex: 1 1 100%;
    max-width: none;
    width: 100%;
    padding-bottom: 0;
  }

  body.bricks-catalog-ref .shop-shell ul.products,
  body.bricks-catalog-ref .elementor-location-archive ul.products {
    grid-template-columns: 1fr;
  }

  body.bricks-catalog-ref .shop-shell .bricks-chip,
  body.bricks-catalog-ref .shop-shell .bricks-catalog-search input[type="search"],
  body.bricks-catalog-ref .elementor-location-archive .bricks-chip,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-search input[type="search"] {
    font-size: 16px;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters {
    padding: 16px;
    border-radius: 18px;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters__summary,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__summary {
    align-items: flex-start;
    margin-bottom: 0;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters__title,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__title {
    font-size: 22px;
    line-height: 1.06;
    max-width: none;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters__mobile-toggle,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__mobile-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters-widget.is-mobile-collapsible .brx-catalog-filters__body,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters-widget.is-mobile-collapsible .brx-catalog-filters__body {
    margin-top: 14px;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters-widget.is-mobile-collapsible.is-mobile-collapsed .brx-catalog-filters__body,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters-widget.is-mobile-collapsible.is-mobile-collapsed .brx-catalog-filters__body {
    display: none;
  }

  body.bricks-catalog-ref .shop-shell .brx-catalog-filters__actions,
  body.bricks-catalog-ref .elementor-location-archive .brx-catalog-filters__actions {
    flex-direction: column;
    align-items: stretch;
  }

  body.bricks-catalog-ref .shop-shell .brx-filter-apply,
  body.bricks-catalog-ref .shop-shell .brx-filter-reset,
  body.bricks-catalog-ref .elementor-location-archive .brx-filter-apply,
  body.bricks-catalog-ref .elementor-location-archive .brx-filter-reset {
    width: 100%;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-empty-state,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-empty-state {
    padding: 24px 20px;
    border-radius: 22px;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-empty-state__title,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-empty-state__title {
    font-size: 24px;
  }

  body.bricks-catalog-ref .shop-shell .bricks-catalog-empty-state__text,
  body.bricks-catalog-ref .elementor-location-archive .bricks-catalog-empty-state__text {
    font-size: 15px;
  }
}

body.page-id-165,
body.elementor-page-165 {
  background: #f9f8f6;
}

.elementor-165 .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-165 .brx-about-section {
  position: relative;
  padding: 88px 0;
}

.elementor-165 > .brx-about-section:first-child {
  padding-top: 0;
}

.elementor-165 .brx-about-shell {
  width: min(100%, 1320px);
  margin: 0 auto;
  padding: 0 32px;
}

.elementor-165 .brx-about-shell--hero,
.elementor-165 .brx-about-shell--quote {
  width: min(100%, 1120px);
}

.elementor-165 .brx-about-hero {
  padding-top: 0;
  padding-bottom: 72px;
}

body.page-id-2785 .elementor-element.elementor-element-1a0d479,
body.page-id-2785 .elementor-element.elementor-element-58b8bc2,
body.page-id-2785 .elementor-element.elementor-element-65de9ef {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.page-id-2785 .elementor-element.elementor-element-a3f923b,
body.page-id-2785 .elementor-element.elementor-element-c56ade3,
body.page-id-2785 .elementor-element.elementor-element-96ff36f,
body.page-id-2785 .elementor-element.elementor-element-21cac3f {
  padding-top: 0 !important;
}

.elementor-165 .brx-about-hero__title .elementor-heading-title,
.elementor-165 .brx-about-benefits__heading .elementor-heading-title,
.elementor-165 .brx-about-quote__text blockquote,
.elementor-165 .brx-about-stat__value .elementor-heading-title,
.elementor-165 .brx-about-benefit__title .elementor-heading-title {
  font-family: "Georgia", "Times New Roman", serif;
}

.elementor-165 .brx-about-hero__title .elementor-heading-title {
  max-width: 980px;
  margin: 0 auto;
  color: #201c18 !important;
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-align: center;
}

.elementor-165 .brx-about-hero__title .elementor-heading-title span {
  color: #a38f72 !important;
  font-style: italic;
}

.elementor-165 .brx-about-hero__text .elementor-widget-container,
.elementor-165 .brx-about-hero__text p {
  max-width: 860px;
  margin: 28px auto 0;
  color: #655b50 !important;
  font-size: 22px;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
}

.elementor-165 .brx-about-hero__image {
  margin-top: 48px;
}

.elementor-165 .brx-about-hero__image img {
  width: 100%;
  height: clamp(360px, 42vw, 620px);
  border-radius: 32px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(37, 29, 21, 0.16);
}

.elementor-165 .brx-about-stats {
  background: #ffffff;
}

.elementor-165 .brx-about-stats__grid,
.elementor-165 .brx-about-benefits__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.elementor-165 .brx-about-stat-card {
  min-height: 100%;
  padding: 34px 28px 30px;
  border: 1px solid #ede6dc;
  border-radius: 28px;
  background: #faf7f2;
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.elementor-165 .brx-about-stat-card:hover {
  transform: translateY(-6px);
  border-color: #dccfbf;
  box-shadow: 0 22px 38px rgba(75, 60, 45, 0.1);
}

.elementor-165 .brx-about-icon-circle,
.elementor-165 .brx-about-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: #eee6da;
  color: #a38f72;
  font-size: 24px;
}

.elementor-165 .brx-about-stat__icon {
  margin-bottom: 22px;
}

.elementor-165 .brx-about-stat__value .elementor-heading-title {
  margin-top: 0;
  color: #201c18;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1;
  font-weight: 700;
}

.elementor-165 .brx-about-stat-card--word .brx-about-stat__value .elementor-heading-title {
  font-size: clamp(24px, 2vw, 38px);
  line-height: 1.06;
}

.elementor-165 .brx-about-stat__label .elementor-widget-container,
.elementor-165 .brx-about-stat__label p {
  margin-top: 10px;
  color: #594f43;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.elementor-165 .brx-about-stat__note .elementor-widget-container,
.elementor-165 .brx-about-stat__note p {
  margin-top: 12px;
  color: #8a8178;
  font-size: 15px;
  line-height: 1.65;
}

.elementor-165 .brx-about-benefits {
  background: #2d2721;
  color: #f9f8f6;
}

.elementor-165 .brx-about-benefits__heading .elementor-heading-title {
  color: #f9f8f6;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  text-align: center;
}

.elementor-165 .brx-about-benefits__accent {
  margin-top: 18px;
}

.elementor-165 .brx-about-section-accent {
  width: 92px;
  height: 4px;
  margin: 0 auto 54px;
  border-radius: 999px;
  background: #a38f72;
}

.elementor-165 .brx-about-benefits__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.elementor-165 .brx-about-benefit-card {
  min-height: 100%;
  padding: 34px 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  transition: background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.elementor-165 .brx-about-benefit-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(163, 143, 114, 0.38);
  transform: translateY(-4px);
}

.elementor-165 .brx-about-benefit__icon {
  margin-bottom: 22px;
}

.elementor-165 .brx-about-benefit-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: #a38f72;
  color: #ffffff;
  font-size: 22px;
}

.elementor-165 .brx-about-benefit__title .elementor-heading-title {
  color: #ffffff;
  font-size: 34px;
  line-height: 1.05;
}

.elementor-165 .brx-about-benefit__text .elementor-widget-container,
.elementor-165 .brx-about-benefit__text p {
  margin-top: 16px;
  color: rgba(249, 248, 246, 0.82);
  font-size: 18px;
  line-height: 1.75;
}

.elementor-165 .brx-about-quote {
  background: #f9f8f6;
}

.elementor-165 .brx-about-quote__mark-wrap {
  text-align: center;
}

.elementor-165 .brx-about-quote__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  border-radius: 999px;
  background: rgba(163, 143, 114, 0.08);
  color: #d9cec0;
  font-size: 38px;
  transform: rotate(180deg);
}

.elementor-165 .brx-about-quote__text,
.elementor-165 .brx-about-quote__text .elementor-widget-container {
  max-width: 960px;
  margin: 0 auto;
}

.elementor-165 .brx-about-quote__text blockquote {
  margin: 0;
  color: #201c18;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.42;
  font-style: italic;
  text-align: center;
}

.elementor-165 .brx-about-quote__author {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 30px auto 0;
}

.elementor-165 .brx-about-quote__author-wrap {
  text-align: center;
}

.elementor-165 .brx-about-quote__line {
  width: 52px;
  height: 1px;
  background: #a38f72;
}

.elementor-165 .brx-about-quote__name {
  color: #655b50;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .elementor-165 .brx-about-shell {
    padding: 0 24px;
  }

  .elementor-165 .brx-about-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-165 .brx-about-benefits__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .elementor-165 .brx-about-section {
    padding: 64px 0;
  }

  .elementor-165 .brx-about-shell {
    padding: 0 18px;
  }

  .elementor-165 .brx-about-hero {
    padding-top: 72px;
    padding-bottom: 44px;
  }

  .elementor-165 .brx-about-hero__text,
  .elementor-165 .brx-about-benefit__text {
    font-size: 17px;
  }

  .elementor-165 .brx-about-stats__grid {
    grid-template-columns: 1fr;
  }

  .elementor-165 .brx-about-stat-card,
  .elementor-165 .brx-about-benefit-card {
    padding: 28px 22px;
  }

  .elementor-165 .brx-about-benefit__title {
    font-size: 30px;
  }

  .elementor-165 .brx-about-quote__text blockquote {
    font-size: 28px;
  }

  .elementor-165 .brx-about-quote__author {
    gap: 12px;
  }

  .elementor-165 .brx-about-quote__line {
    width: 32px;
  }
}

.brx-design-slider__viewport {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
}

.brx-design-slider.is-dragging .brx-design-slider__viewport {
  cursor: grabbing;
}

.brx-design-slider.is-dragging .brx-design-slider__button,
.brx-design-slider.is-dragging .brx-design-slider__dot,
.brx-design-slider.is-dragging .brx-design-gallery-thumb {
  pointer-events: none;
}
