@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Global Styles */
:root {
  --bg-main: #050505;
  --bg-card: #0a0a0a;
  --bg-card-light: #121212;
  --accent: #bda27e; /* Architectural Bronze */
  --accent-hover: #d1bfa3;
  --text-white: #ffffff;
  --text-gray: #a0a0a0;
  --font-heading: "Montserrat", sans-serif;
  --font-body: "Inter", sans-serif;

  /* Unified Typography Scale */
  --fs-h1-hero: 3.8rem;
  --fs-h2-section: 2.5rem;
  --fs-h3-card: 1.2rem;
  --fs-body: 1.05rem;
  --fs-body-lg: 1.15rem;
  --fs-btn: 0.85rem;
  --fs-small: 0.9rem;
  --fs-eyebrow: 0.9rem;
}

/* Pravila za Svetlu (Light) temu */
body.light-mode {
  --bg-main: #f5f5f5;
  --bg-card: #e5e5e5;
  --bg-card-light: #ffffff;
  --text-white: #0a0a0a;
  --text-gray: #5a5a5a;
}

body.light-mode header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-mode .trust-bar,
body.light-mode .products {
  background: var(--bg-card);
}

body.light-mode footer {
  background: #000;
  color: #ffffff;
  --text-white: #ffffff;
  --text-gray: #a0a0a0;
}

body.light-mode .trust-bar,
body.light-mode .product-bottom,
body.light-mode .accordion-item,
body.light-mode .review-author {
  border-color: rgba(0, 0, 0, 0.1);
}

body.light-mode .hero-image {
  background: url("/admin/img/PVC%20paneli%20MERMER/header%20za%20marble%20sheet.png")
    center/cover no-repeat;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-mode .product-img {
  background: radial-gradient(circle, #f0f0f0 0%, #e0e0e0 100%);
}

body.light-mode .glass-card {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

body.light-mode .review-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

body.light-mode .review-card.active {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

body.light-mode .product-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

body.light-mode .review-card p {
  color: rgba(0, 0, 0, 0.8);
}

body.light-mode .watermark {
  color: #ffffff38;
}

body.light-mode .dot {
  background: rgba(0, 0, 0, 0.2);
}

body.light-mode .cat-card h3 {
  color: #ffffff;
}

body.light-mode .btn-primary {
  color: #ffffff;
}

body.light-mode .btn-primary:hover {
  background: transparent;
  color: var(--accent);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-main);
  color: var(--text-white);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo {
  font-family: var(--font-heading);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 16px 36px;
  font-family: var(--font-heading);
  font-weight: 500;
  font-size: var(--fs-btn);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0;
}

.btn-primary {
  background: var(--accent);
  color: var(--text-white);
  border: 1px solid var(--accent);
}

.btn-primary:hover {
  background: transparent;
  color: var(--accent);
}

.btn-outline {
  background: transparent;
  color: var(--text-white);
  border: 1px solid var(--text-white);
}

.btn-outline:hover {
  background: var(--text-white);
  color: var(--bg-main);
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 80px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
}

.hero-content h1 {
  font-size: var(--fs-h1-hero);
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.hero-content p {
  color: var(--text-gray);
  font-size: var(--fs-body);
  margin-bottom: 40px;
  max-width: 90%;
}

.hero-image {
  background:
    linear-gradient(rgba(5, 5, 5, 0.3), rgba(5, 5, 5, 0.3)),
    url("/admin/img/PVC%20paneli%20MERMER/header%20za%20marble%20sheet.png")
      center/cover no-repeat;
  border-left: 1px solid #1a1a1a;
}

/* Trust Bar */
.trust-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 5%;
  background: #000;
  border-bottom: 1px solid #1a1a1a;
}

.trust-item {
  color: var(--text-gray);
  font-family: var(--font-heading);
  font-size: 0.9rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* About Section */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding: 120px 5%;
  align-items: center;
}

.about-text h2 {
  font-size: var(--fs-h2-section);
  margin-bottom: 20px;
}

.about-text p {
  color: var(--text-gray);
  margin-bottom: 40px;
  font-size: var(--fs-body);
}

.about-images {
  position: relative;
}

.img-main {
  width: 85%;
  filter: brightness(0.8);
}

.img-overlay {
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 50%;
  border: 10px solid var(--bg-main);
  filter: brightness(0.9);
}

.badge-10y {
  position: absolute;
  top: -30px;
  right: 10%;
  z-index: 10;
  width: 120px;
  height: 120px;
  background: var(--bg-card-light);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-heading);
  color: var(--accent);
  font-weight: 700;
  line-height: 1.2;
  border: 1px solid var(--accent);
  font-size: 2.2rem;
}

/* Products Section */
.products {
  padding: 100px 5%;
  background: #0d0d0d;
}

.products h2 {
  text-align: center;
  font-size: var(--fs-h2-section);
  letter-spacing: -0.5px;
  margin-bottom: 60px;
}

.product-slider-wrapper {
  overflow: hidden;
  padding: 20px 0;
  margin: -20px 0;
  width: 100%;
}

.product-grid {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.product-card {
  background: var(--bg-card-light);
  padding: 20px;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  cursor: pointer;
  flex: 0 0 calc(25% - 22.5px);
}

.product-card:hover {
  transform: translateY(-10px);
  border-color: var(--accent);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.favorite-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  background: transparent;
  color: var(--text-gray);
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  z-index: 10;
}

.favorite-btn:hover {
  color: var(--accent);
  transform: scale(1.1);
}

.product-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: #000;
  font-size: 0.75rem;
  padding: 6px 14px;
  letter-spacing: 1px;
  font-family: var(--font-heading);
  border: none;
}

.product-img {
  background: radial-gradient(circle, #2a2a2a 0%, #1a1a1a 100%);
  padding: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.product-info h3 {
  font-size: var(--fs-h3-card);
  font-weight: 600;
  margin-bottom: 5px;
}

.product-info p {
  color: var(--text-gray);
  font-size: var(--fs-small);
  margin-bottom: 15px;
}

.stars {
  color: var(--accent);
  font-size: 0.8rem;
  margin-bottom: 15px;
}

.product-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 15px;
}

.price {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: var(--font-heading);
  color: var(--text-white);
}

.add-to-cart {
  background: var(--bg-main);
  color: var(--text-white);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
}

.add-to-cart:hover {
  background: var(--text-white);
  color: var(--bg-main);
}

/* Onemogući sa-init animacije za kartice u slajderu da bi uvek imale opacity 1 pri rotaciji */
.product-slider-wrapper .product-card,
.product-slider-wrapper .product-card.sa-init {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}

/* Features Accordion */
.features {
  position: relative;
  background: url("https://images.unsplash.com/photo-1620626011761-996317b8d101?q=80&w=1920&auto=format&fit=crop")
    center/cover fixed;
  padding: 120px 5%;
  display: flex;
  align-items: center;
}

.glass-card {
  background: rgba(20, 20, 20, 0.65);
  backdrop-filter: blur(16px);
  padding: 50px;
  width: 100%;
  max-width: 600px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  background: none;
  border: none;
  color: var(--text-gray);
  font-size: 1.2rem;
  font-family: var(--font-heading);
  font-weight: 600;
  cursor: pointer;
}

.accordion-header:hover {
  color: var(--text-white);
}

.accordion-header i {
  transition: transform 0.3s ease;
  color: var(--accent);
}

.accordion-header.active i {
  transform: rotate(180deg);
  color: var(--text-white);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.accordion-content p {
  padding-bottom: 25px;
  color: var(--text-gray);
}

/* Reviews */
.reviews {
  padding: 120px 0;
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.reviews h2 {
  font-size: var(--fs-h2-section);
  letter-spacing: -0.5px;
  margin-bottom: 60px;
}

.review-slider {
  position: relative;
  height: 340px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-card {
  position: absolute;
  width: 50%;
  max-width: 800px;
  background: var(--bg-card-light);
  padding: 50px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0) scale(0.8);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}

.review-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  z-index: 3;
  border-color: rgba(189, 162, 126, 0.3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}

.review-card.prev {
  opacity: 0.4;
  visibility: visible;
  transform: translateX(-55%) scale(0.85);
  z-index: 2;
  cursor: pointer;
}

.review-card.next {
  opacity: 0.4;
  visibility: visible;
  transform: translateX(55%) scale(0.85);
  z-index: 2;
  cursor: pointer;
}

.quote-icon {
  font-size: 2.5rem;
  color: var(--accent);
  opacity: 0.3;
  margin-bottom: 10px;
}

.review-card p {
  font-size: 1.4rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  flex: 1;
}

.review-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.customer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.customer-info h4 {
  margin-bottom: 3px;
}

.customer img {
  width: 70px;
  height: 70px;
  border-radius: 0;
  object-fit: cover;
}

.review-author .stars {
  margin-bottom: 0;
  font-size: 1rem;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}

.slider-dots .dot.active {
  background: var(--accent);
  transform: scale(1.3);
}

/* Categories */
.categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.cat-card {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cat-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
  filter: brightness(0.6);
}

.cat-card:hover img {
  transform: scale(1.05);
  filter: brightness(0.4);
}

.cat-card h3 {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
}

/* Responsive Design */
@media (max-width: 1610px) {
  .hero-content {
    padding: 0 7% ;
  }
}
@media (max-width: 1500px) {
  .hero-content {
    padding: 0 4% ;
  }
}
@media (max-width: 1400px) {
  :root {
    --fs-h1-hero: 3.4rem;
    --fs-h2-section: 2.35rem;
    --fs-h3-card: 1.15rem;
    --fs-body: 1.05rem;
    --fs-body-lg: 1.1rem;
  }
  .cat-card h3 {
    font-size: 2.2rem;
  }
  .review-card p {
    font-size: 1.3rem;
  }
}

@media (max-width: 1280px) {
  .hero-content {
    padding: 0 2% ;
  }
  .hero {
    grid-template-columns: 65% 35%;
  }
}

@media (max-width: 1024px) {
  :root {
    --fs-h1-hero: 3rem;
    --fs-h2-section: 2.15rem;
    --fs-h3-card: 1.1rem;
    --fs-body: 1rem;
    --fs-body-lg: 1.05rem;
  }
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: 100vh;
    padding-top: 0;
  }
  .hero-image {
    grid-column: 1;
    grid-row: 1;
    height: 100%;
    width: 100%;
    border-left: none;
  }
  .hero .hero-content {
    grid-column: 1;
    grid-row: 1;
    z-index: 2;
    padding: 50px 8%;
    margin: 0 5%;
    align-self: center;
    text-align: center;
    align-items: center;
    background: rgba(10, 10, 10, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  }
  body.light-mode .hero .hero-content {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  }
  .hero .hero-content p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .badge-10y {
    width: 100px;
    height: 100px;
    font-size: 1.8rem;
  }
  .cat-card h3 {
    font-size: 1.8rem;
  }
  .review-card p {
    font-size: 1.15rem;
  }
  .product-slider-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .product-slider-wrapper::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .product-grid {
    transform: none !important;
    transition: none !important;
  }
  .product-card {
    flex: 0 0 280px;
  }
}

@media (max-width: 900px) {
  :root {
    --fs-h1-hero: 2.7rem;
    --fs-h2-section: 2rem;
  }
}

@media (max-width: 768px) {
  :root {
    --fs-h1-hero: 2.4rem;
    --fs-h2-section: 1.8rem;
    --fs-h3-card: 1.05rem;
    --fs-body: 0.95rem;
    --fs-body-lg: 1rem;
    --fs-btn: 0.8rem;
    --fs-small: 0.85rem;
  }
  .hero .hero-content {
    padding: 40px 6%;
  }
  .trust-bar {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    text-align: left;
    padding: 25px 5%;
  }
  .trust-item {
    flex: 1 1 40%;
    font-size: 0.8rem;
  }
  .about {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 60px 5%;
    gap: 40px;
  }
  .about-images {
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .img-main {
    width: 85%;
    margin: 0 auto;
  }
  .img-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55%;
    border: 8px solid var(--bg-main);
    margin-top: 0;
  }
  .badge-10y {
    width: 90px;
    height: 90px;
    font-size: 1.4rem;
    top: -15px;
    right: 5%;
  }
  .badge-10y span {
    font-size: 0.65rem !important;
  }
  .products {
    padding: 60px 5%;
  }
  .product-grid {
    gap: 15px;
  }
  .product-card {
    flex: 0 0 260px;
    padding: 15px;
  }
  .product-img {
    padding: 15px 10px;
    margin-bottom: 15px;
  }
  .product-img img {
    height: 130px;
  }
  .favorite-btn {
    font-size: 1.3rem;
    top: 22px;
    left: 22px;
  }
  .product-badge {
    font-size: 0.65rem;
    padding: 4px 10px;
  }
  .price {
    font-size: 1rem;
  }
  .add-to-cart {
    width: 34px;
    height: 34px;
    font-size: 0.85rem;
  }
  .review-slider {
    height: 300px;
  }
  .review-card.prev,
  .review-card.next {
    opacity: 0;
    visibility: hidden;
  }
  .review-card {
    width: 90%;
    padding: 30px 25px;
    border-radius: 0;
  }
  .review-card p {
    font-size: 1.05rem;
    line-height: 1.6;
  }
  .review-author {
    margin-top: 20px;
    padding-top: 15px;
  }
  .customer {
    gap: 12px;
  }
  .customer img {
    width: 48px;
    height: 48px;
  }
  .customer-info h4 {
    font-size: 0.95rem;
  }
  .review-author .stars {
    font-size: 0.8rem;
  }
  .reviews {
    padding: 60px 0;
  }
  .reviews h2 {
    margin-bottom: 20px;
  }
  .categories {
    grid-template-columns: repeat(2, 1fr);
  }
  .categories .cat-card:last-child {
    grid-column: span 2;
    aspect-ratio: 21/9;
  }
  .cat-card {
    aspect-ratio: 4/5;
  }
  .cat-card h3 {
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
  .accordion-header {
    font-size: 1rem;
    padding: 20px 0;
  }
  .accordion-content p {
    font-size: var(--fs-body);
  }
  .features {
    padding: 60px 5%;
  }
  .glass-card {
    padding: 30px 25px;
  }
  .quote-icon {
    font-size: 1.8rem;
  }
  .btn {
    padding: 14px 28px;
  }
}

@media (max-width: 600px) {
  .quote-icon {
    display: none !important;
  }
  .review-slider {
    height: 260px;
  }
  .trust-item {
    flex: 1 1 100%;
    text-align: center;
    justify-content: center;
  }
  .product-slider-wrapper {
    max-width: 100%;
    margin: -20px auto;
    padding: 20px 0;
  }
  .categories {
    grid-template-columns: 1fr;
  }
  .categories .cat-card:last-child {
    grid-column: span 1;
  }
  .categories .cat-card {
    aspect-ratio: auto;
    height: 250px;
    width:100%;
  }
}

@media (max-width: 480px) {
  :root {
    --fs-h1-hero: 2rem;
    --fs-h2-section: 1.6rem;
    --fs-h3-card: 1rem;
    --fs-body: 0.9rem;
    --fs-body-lg: 0.95rem;
    --fs-btn: 0.78rem;
    --fs-small: 0.8rem;
    --fs-eyebrow: 0.8rem;
  }
  .hero .hero-content {
    padding: 35px 5%;
    margin: 0 4%;
  }
  .hero-content p {
    margin-bottom: 30px;
  }
  .about {
    padding: 50px 5%;
    gap: 30px;
  }
  .about-text p {
    margin-bottom: 25px;
  }
  .badge-10y {
    width: 75px;
    height: 75px;
    font-size: 1.2rem;
    top: -10px;
  }
  .badge-10y span {
    font-size: 0.55rem !important;
  }
  .products {
    padding: 50px 4%;
  }
  .products h2 {
    margin-bottom: 30px;
  }
  .product-card {
    flex: 0 0 240px;
    padding: 12px;
  }
  .product-img {
    padding: 12px 8px;
    margin-bottom: 12px;
  }
  .product-img img {
    height: 110px;
  }
  .product-info h3 {
    margin-bottom: 3px;
  }
  .product-info p {
    margin-bottom: 10px;
  }
  .stars {
    font-size: 0.7rem;
    margin-bottom: 10px;
  }
  .price {
    font-size: 0.9rem;
  }
  .add-to-cart {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
  .product-bottom {
    padding-top: 10px;
  }
  .review-slider {
    height: 250px;
  }
  .review-card {
    width: 95%;
    padding: 25px 20px;
  }
  .review-card p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
  .customer img {
    width: 40px;
    height: 40px;
  }
  .customer-info h4 {
    font-size: 0.85rem;
  }
  .review-author .stars {
    font-size: 0.75rem;
  }
  .reviews {
    padding: 50px 0;
  }
  .reviews h2 {
    margin-bottom: 15px;
  }
  .slider-dots {
    margin-top: 25px;
    gap: 8px;
  }
  .dot {
    width: 10px;
    height: 10px;
  }
  .cat-card h3 {
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .features {
    padding: 50px 4%;
  }
  .glass-card {
    padding: 25px 20px;
  }
  .accordion-header {
    font-size: 0.95rem;
    padding: 18px 0;
  }
  .btn {
    padding: 12px 24px;
    letter-spacing: 1.5px;
  }
  .trust-item {
    font-size: 0.75rem;
    letter-spacing: 1px;
  }
}

/* Fix for text over beige (accent) background in light mode */
body.light-mode .product-badge,
body.light-mode .page-num.active,
body.light-mode .info-icon,
body.light-mode .submit-btn:hover,
body.light-mode .step-icon,
body.light-mode .checkout-btn,
body.light-mode .modal-nav:hover {
  color: #ffffff !important;
}
