:root {
  --primary-color: #2c1810;
  --secondary-color: #a67c52;
  --accent-color: #d4af73;
  --text-color: #333;
  --light-bg: #f9f7f4;
  --border-color: #e8e1d7;
  --card-bg: #fff;
  --shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  --border-radius: 12px;
}

@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap");

.all-products-sec {
  padding: 100px 20px 80px;
  width: 100%;
  min-height: 100vh;
  background-color: var(--light-bg);
  font-family: "Montserrat", sans-serif;
  color: var(--text-color);
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  background-attachment: fixed;
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap");

.products-sec-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding-top: 33px;
}
