@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

* {
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
}

:root {
  --primary-gold: #ddb423;
  --text-dark: #1e261e;
  --bg-light: #eff0f0;
  --bg-subtle: #b1b0af;
}

body {
  background: #f0f0f0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-dark);
  padding: 0;
  margin: 0;
}

h3 {
  letter-spacing: 1.5px;
}

h4 {
  letter-spacing: 2px;
}

p {
  margin: 0;
  padding: 0;
}

.catalog {
  width: 1300px;
  height: calc(100vh - 20px);
  margin: 10px auto;
}

.page {
  background: white;
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.front-page-container,
.back-page-container {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.page1 h1 {
  text-align: center;
  padding: 40px;
  font-size: 4rem;
  line-height: 4.125rem;
  margin: 30px 0;
}

.page1 h1 span {
  color: var(--primary-gold);
  display: block;
}

.page1-left-col {
  padding: 40px 30px 40px 60px;
  background-color: var(--primary-gold);
}

.left-col-title {
  font-size: 18px;
  padding-bottom: 16px;
  position: relative;
}

.left-col-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background-color: var(--text-dark);
}

.left-col-title span {
  display: block;
}

.address-content {
  width: 70%;
  margin-top: 16px;
}

.address-content span {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
}

.page1-right-col {
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -40px 0;
}

.page1-right-col .bi-image {
  color: var(--bg-subtle);
}

.logo-section {
  padding: 0 30px 0 60px;
}

.title-section {
  font-size: 20px;
  text-align: center;
  background-color: var(--primary-gold);
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-section {
  margin-top: 60px;
  margin-bottom: 40px;
}

.page2 {
  background: linear-gradient(to right,
      #ffffff 0%,
      #ffffff 66%,
      #ffffff 66%,
      #caa900 66%,
      #caa900 100%);
}

.page2-container {
  padding: 100px 0 80px 30px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.aboutImg {
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0;
  height: 61%;
  color: var(--bg-subtle);
}

.aboutImg2 {
  background-color: #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 40%;
  color: var(--bg-subtle);
}

.page3 {
  background: linear-gradient(to right,
      #ffffff 0%,
      #caa900 0%,
      #caa900 67%,
      #ffffff 67%,
      #ffffff 67%);
}

.page3-container {
  padding: 100px 0 60px 0;
  height: 100vh;
  overflow-y: auto;
}

.toc {
  background-color: #e9e9e9;
  padding: 40px 60px 40px 60px;
  overflow-y: auto;
}

.toc ul {
  margin: 0;
  padding: 0;
}

.toc ul li {
  list-style: none;
  font-size: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--text-dark);
  position: relative;
  padding-right: 50px;
}

.toc ul li span {
  position: absolute;
  right: 0;
}

.toc ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

h3 {
  line-height: 1;
  margin-bottom: 20px;
}

h3 span {
  color: var(--primary-gold);
  display: block;
  font-weight: 600;
}

.page4-container {
  padding: 60px 40px 30px;
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.product-card {
  border: none;
  margin-bottom: 20px;
}

.product-image {
  background-color: #e9e9e9;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bg-subtle);
}

.product-name {
  font-size: 16px;
}

.cart-icon {
  background-color: var(--primary-gold);
  color: var(--text-dark);
  padding: 5px 8px;
  margin-right: 8px;
}

.price-tag {
  background: var(--bg-light);
  display: inline-block;
  padding: 3px 12px;
  color: var(--primary-gold);
  font-size: 20px;
  margin: 8px 0;
}

.product-desc {
  color: var(--text-dark);
}

.card-body {
  text-align: left !important;
  padding: 15px 0 !important;
}

.new-collection {
  height: 60vh;
  position: relative;
}

.new-collection .tag {
  position: absolute;
  bottom: 0;
  background: var(--primary-gold);
  color: var(--text-dark);
  padding: 15px 40px;
  left: 0;
}

.new-collection .tag h4 {
  font-size: 32px;
}

.new-collection .tag h4 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

.page5-container {
  padding: 40px 40px 30px;
  height: calc(40vh - 50px);
  overflow-y: auto;
}

.page6-container {
  padding: 60px 0 30px 60px;
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.card.product-card.horizontal-card {
  flex-direction: row;
}

.card.product-card.horizontal-card .product-image {
  width: 45%;
  margin-right: 25px;
}

.card.product-card.horizontal-card .card-body {
  background: var(--bg-light);
  padding: 20px 15px !important;
}

.long-image .product-image {
  height: 220px;
}

.long-image .card-body {
  margin-top: 10px !important;
}

.new-collection.light {
  height: 50vh;
  position: relative;
}

.page9-container {
  padding: 40px 40px 30px;
  height: calc(50vh - 50px);
  overflow-y: auto;
}

.page10-container {
  padding: 60px 40px 30px;
  height: calc(100vh - 50px);
  overflow-y: auto;
}

.card.product-card.alt-card {
  flex-direction: row;
  margin-bottom: 10px;
}

.card.product-card.alt-card .product-image {
  width: 50%;
  height: 160px;
}

.card.product-card.alt-card:nth-child(odd) .product-image {
  margin-right: 10px;
}

.card.product-card.alt-card:nth-child(even) .product-image {
  margin-left: 10px;
}

.card.product-card.alt-card .card-body {
  background: var(--bg-light);
  padding: 30px 25px !important;
  width: 50%;
}

.back-page-logo {
  padding: 150px 40px 60px 80px;
}

.back-page-content {
  padding: 80px;
  background-color: var(--primary-gold);
}

.get-in-touch {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.location-title {
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0 6px;
  position: relative;
  padding-left: 10px;
  line-height: 16px;
}

.location-title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 4px;
  height: 15px;
  background-color: var(--text-dark);
}

.back-page-footer {
  background: linear-gradient(to right,
      #ffffff 0%,
      #caa900 0%,
      #caa900 25%,
      #ffffff 25%,
      #ffffff 25%);
  margin: 50px 0;
  padding: 10px 10px 10px 150px;
  letter-spacing: 5px;
}

.shadow-right {
  position: absolute;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%);
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 100;
}

.shadow-left {
  position: absolute;
  background: linear-gradient(to left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.25) 100%);
  width: 30%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.page-no-wrapper {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-no-wrapper.left {
  left: 0;
  flex-direction: row;
}

.page-no-wrapper.right {
  right: 0;
  flex-direction: row-reverse;
}

.page-no-wrapper .web-address {
  font-size: 13px;
  color: var(--text-dark);
  padding: 0 60px;
  letter-spacing: 3px;
}

.page-no {
  font-size: 14px;
  color: var(--text-dark);
  background-color: var(--primary-gold);
  padding: 4px 10px 4px 20px;
}