.elementor-2292 .elementor-element.elementor-element-2fb05a2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2292 .elementor-element.elementor-element-c1d0fff{--display:flex;}/* Start custom CSS for html, class: .elementor-element-52a22dc */.shop {
  font-family: Arial, sans-serif;
}

/* TOP */
.top-tabs {
  display: flex;
  gap: 22px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.top-tab {
  cursor: pointer;
  font-weight: 600;
  padding-bottom: 6px;
}
.top-tab.active {
  border-bottom: 2px solid #000;
}

/* BODY */
.body {
  display: flex;
  margin-top: 12px;
}

/* LEFT */
.left {
  width: 95px;          /* pehle 200px tha */
  border-right: 1px solid #eee;
}
.left-item {
  padding: 6px 7px;     /* vertical + horizontal dono kam */
  font-size: 14px;
  line-height: 1.5;
}
.left-item.active {
  background: #000;
  color: #fff;
}

/* RIGHT */
.right {
  flex: 1;
  padding: 10px 14px;
}

/* GRID */
.grid {
  display: none;
  grid-template-columns: repeat(3, 1fr); /* ALWAYS 3 columns */
  gap: 12px;
  margin-left: -5PX;
  margin-right: -5px;
}
.grid.active {
  display: grid;
}

/* CARD */
.card img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 30px;
}
.card p {
  text-align: center;
  margin: 6px 0 0;
  font-size: 13px;
}


.section { display: none; }
.section.active { display: block; }/* End custom CSS */