/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.site-header {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.navbar {
  padding: 1rem 0;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  flex-shrink: 0;
}
.nav-logo a {
  display: block;
  line-height: 0;
}
.nav-logo .logo {
  height: 50px;
  width: auto;
  display: block;
  transition: transform 0.3s ease;
}
.nav-logo .logo:hover {
  transform: scale(1.05);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex: 1;
  justify-content: center;
}

.nav-link {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
}
.nav-link:hover {
  color: #8B4513;
  background-color: rgba(139, 69, 19, 0.05);
}
.nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #8B4513;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.nav-link:hover:after {
  width: 80%;
}

.nav-cta {
  flex-shrink: 0;
}

.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #25D366;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
}
.whatsapp-btn:hover {
  background-color: #20BA5A;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transform: translateY(-2px);
}
.whatsapp-btn:active {
  transform: translateY(0);
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.site-content {
  min-height: calc(100vh - 200px);
}

.hero {
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  color: #fff;
  padding: 5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.hero-bakery-decor {
  position: absolute;
  font-size: 3rem;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
  animation: heroFloat 8s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg) scale(1);
    opacity: 0.12;
  }
  50% {
    transform: translateY(-25px) rotate(8deg) scale(1.05);
    opacity: 0.18;
  }
}
.hero-bakery-decor:nth-child(1) {
  top: 8%;
  left: 5%;
  animation-delay: 0s;
  animation-duration: 7s;
}

.hero-bakery-decor:nth-child(2) {
  top: 15%;
  right: 8%;
  animation-delay: 1.5s;
  animation-duration: 8.5s;
}

.hero-bakery-decor:nth-child(3) {
  bottom: 20%;
  left: 8%;
  animation-delay: 3s;
  animation-duration: 9s;
}

.hero-bakery-decor:nth-child(4) {
  bottom: 12%;
  right: 5%;
  animation-delay: 1s;
  animation-duration: 7.5s;
}

.hero-bakery-decor:nth-child(5) {
  top: 45%;
  left: 2%;
  animation-delay: 2s;
  animation-duration: 8s;
}

.hero-bakery-decor:nth-child(6) {
  top: 55%;
  right: 3%;
  animation-delay: 4s;
  animation-duration: 7.8s;
}

.hero-bakery-decor:nth-child(7) {
  bottom: 35%;
  left: 12%;
  animation-delay: 2.5s;
  animation-duration: 8.2s;
}

.hero-bakery-decor:nth-child(8) {
  top: 25%;
  right: 15%;
  animation-delay: 0.5s;
  animation-duration: 7.3s;
}

.hero-bakery-decor:nth-child(9) {
  bottom: 50%;
  left: 18%;
  animation-delay: 3.5s;
  animation-duration: 8.7s;
}

.hero-bakery-decor:nth-child(10) {
  top: 65%;
  right: 10%;
  animation-delay: 1.8s;
  animation-duration: 7.6s;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: -0.5px;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 0 1.5rem 0;
  opacity: 0.95;
  font-style: italic;
  letter-spacing: 0.5px;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 0 2.5rem 0;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta {
  margin-top: 2rem;
}

.hero-btn {
  display: inline-block;
  background-color: #fff;
  color: #8B4513;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.hero-btn:hover {
  background-color: #f5f5f5;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.hero-btn:active {
  transform: translateY(-1px);
}

.features {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.feature {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.feature h3 {
  color: #8B4513;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.feature p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .hero {
    padding: 3rem 1.5rem;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
  .hero-description {
    font-size: 1rem;
  }
  .hero-btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
  .hero-bakery-decor {
    font-size: 2rem;
    opacity: 0.08;
  }
  .features {
    padding: 3rem 1.5rem;
  }
  .features-container {
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 2.5rem 1rem;
  }
  .hero-title {
    font-size: 1.75rem;
  }
  .hero-subtitle {
    font-size: 1.1rem;
  }
  .hero-description {
    font-size: 0.95rem;
  }
  .hero-bakery-decor {
    font-size: 1.5rem;
    opacity: 0.06;
  }
}
.site-footer {
  background-color: #8B4513;
  color: #fff;
  padding: 3rem 2rem 1rem;
  margin-top: 3rem;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.footer-section h4 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.footer-section p {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.6;
}
.footer-section a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-section a:hover {
  opacity: 0.7;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.footer-social a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.footer-social a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}
.footer-social a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 1200px;
  margin: 0 auto;
}
.footer-bottom p {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .nav-container {
    flex-wrap: wrap;
    padding: 0 1rem;
    gap: 1rem;
  }
  .nav-logo .logo {
    height: 40px;
  }
  .nav-menu {
    order: 3;
    width: 100%;
    justify-content: space-around;
    gap: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .nav-link {
    font-size: 0.9rem;
    padding: 0.5rem 0.75rem;
  }
  .whatsapp-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  .whatsapp-btn {
    font-size: 0;
    padding: 0.6rem;
  }
  .whatsapp-btn .whatsapp-icon {
    width: 24px;
    height: 24px;
  }
  .nav-link {
    font-size: 0.85rem;
    padding: 0.4rem 0.5rem;
  }
}
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
}

* {
  box-sizing: border-box;
}

a {
  color: #8B4513;
}

.product-categories {
  padding: 4rem 2rem;
  background-color: #fff;
}

.categories-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #8B4513;
  margin: 0 0 3rem 0;
  font-weight: 700;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.category-card {
  background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
  padding: 2.5rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  border: 2px solid #f0f0f0;
}
.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(139, 69, 19, 0.2);
  border-color: #8B4513;
}
.category-card:hover .category-icon {
  transform: scale(1.2);
}
.category-card .category-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}
.category-card h3 {
  color: #8B4513;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}
.category-card p {
  color: #666;
  margin: 0;
  font-size: 0.95rem;
}

.view-all-products {
  text-align: center;
  margin-top: 3rem;
}

.btn-view-all {
  display: inline-block;
  padding: 1rem 2.5rem;
  background-color: #8B4513;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}
.btn-view-all:hover {
  background-color: #A0522D;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.3);
}

.featured-products {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.featured-product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.featured-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.featured-product-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5;
}
.featured-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-product-image:hover img {
  transform: scale(1.1);
}

.featured-product-content {
  padding: 1.5rem;
}

.product-category-badge {
  display: inline-block;
  background-color: #8B4513;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.featured-product-content h3 {
  color: #333;
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}

.featured-product-content p {
  color: #666;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  font-size: 0.95rem;
}

.featured-product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.product-price {
  color: #8B4513;
  font-size: 1.1rem;
  font-weight: 700;
}

.btn-view-product {
  color: #8B4513;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-view-product:hover {
  color: #A0522D;
  transform: translateX(5px);
}

.products-header {
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}

.products-header-content h1 {
  font-size: 2.5rem;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
}

.products-header-content p {
  font-size: 1.2rem;
  margin: 0;
  opacity: 0.95;
}

.products-filter-section {
  padding: 3rem 2rem;
  background-color: #f9f9f9;
}

.filter-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
}

.filter-btn {
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 25px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  color: #666;
  transition: all 0.3s ease;
}
.filter-btn:hover {
  border-color: #8B4513;
  color: #8B4513;
  transform: translateY(-2px);
}
.filter-btn.active {
  background-color: #8B4513;
  border-color: #8B4513;
  color: #fff;
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  opacity: 0;
  transform: scale(0.9);
}
.product-card.visible {
  opacity: 1;
  transform: scale(1);
}
.product-card:hover {
  transform: translateY(-5px) scale(1);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-card-image {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5;
}
.product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card-image:hover img {
  transform: scale(1.1);
}

.featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #FFD700;
  color: #333;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-card-content {
  padding: 1.5rem;
}

.product-category {
  display: inline-block;
  background-color: #8B4513;
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

.product-card-title {
  color: #333;
  font-size: 1.3rem;
  margin: 0 0 0.75rem 0;
  font-weight: 600;
  line-height: 1.3;
}

.product-card-description {
  color: #666;
  line-height: 1.6;
  margin: 0 0 1rem 0;
  font-size: 0.95rem;
}

.product-card-price {
  color: #8B4513;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.product-card-actions {
  display: flex;
}

.btn-view-full {
  width: 100%;
  padding: 0.875rem;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background-color: #8B4513;
  color: #fff;
  border: 2px solid #8B4513;
}
.btn-view-full:hover {
  background-color: #A0522D;
  border-color: #A0522D;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.product-page {
  padding: 3rem 2rem;
  background-color: #f9f9f9;
}

.product-container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.product-image {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-details {
  padding: 3rem;
}

.product-title {
  font-size: 2.5rem;
  color: #333;
  margin: 0 0 1rem 0;
  font-weight: 700;
}

.product-category {
  margin-bottom: 1.5rem;
}

.category-badge {
  display: inline-block;
  background-color: #8B4513;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-description {
  color: #666;
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.product-description p {
  margin: 0 0 1rem 0;
}

.product-pricing {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e0e0e0;
}
.price-item:last-child {
  border-bottom: none;
}

.price-label {
  color: #666;
  font-size: 1rem;
  font-weight: 500;
}

.price-value {
  color: #8B4513;
  font-size: 1.3rem;
  font-weight: 700;
}

.product-actions {
  margin-top: 2rem;
}

.back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #8B4513;
  text-decoration: none;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: 2px solid #8B4513;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.back-btn:hover {
  background-color: #8B4513;
  color: #fff;
  transform: translateX(-3px);
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
  }
  .category-card {
    padding: 2rem 1rem;
  }
  .category-card .category-icon {
    font-size: 2.5rem;
  }
  .category-card h3 {
    font-size: 1.2rem;
  }
  .featured-grid,
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-container {
    grid-template-columns: 1fr;
  }
  .product-details {
    padding: 2rem 1.5rem;
  }
  .product-title {
    font-size: 2rem;
  }
  .filter-controls {
    gap: 0.5rem;
  }
  .filter-btn {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .products-header-content h1 {
    font-size: 2rem;
  }
  .products-header-content p {
    font-size: 1rem;
  }
}
.about-hero {
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.about-hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.about-hero-content h1 {
  font-size: 3rem;
  margin: 0 0 1rem 0;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.about-hero-content p {
  font-size: 1.3rem;
  margin: 0;
  opacity: 0.95;
  font-style: italic;
}

.about-content {
  padding: 4rem 2rem;
  background-color: #fff;
}

.about-text {
  max-width: 900px;
  margin: 0 auto 4rem;
}
.about-text h2 {
  color: #8B4513;
  font-size: 2.5rem;
  margin: 0 0 2rem 0;
  text-align: center;
  font-weight: 700;
}
.about-text p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 0 0 1.5rem 0;
  text-align: justify;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.value-item {
  background: #f9f9f9;
  padding: 2.5rem 2rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);
}
.value-item .value-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}
.value-item h3 {
  color: #8B4513;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.value-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 1rem;
}

.location-section {
  padding: 4rem 2rem;
  background-color: #f9f9f9;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.location-info {
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.location-info h3 {
  color: #8B4513;
  font-size: 1.3rem;
  margin: 0 0 0.75rem 0;
  font-weight: 600;
}
.location-info h3:not(:first-child) {
  margin-top: 2rem;
}
.location-info p {
  color: #666;
  line-height: 1.8;
  margin: 0;
  font-size: 1rem;
}
.location-info .address {
  font-weight: 500;
}
.location-info a {
  color: #8B4513;
  text-decoration: none;
  transition: color 0.3s ease;
}
.location-info a:hover {
  color: #A0522D;
  text-decoration: underline;
}

.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #8B4513;
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 600;
  margin-top: 1rem;
  transition: all 0.3s ease;
}
.map-btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.map-btn:hover {
  background-color: #A0522D;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
  text-decoration: none !important;
}

.social-media {
  background: #fff;
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.social-media h3 {
  color: #8B4513;
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  font-weight: 600;
}
.social-media p {
  color: #666;
  line-height: 1.6;
  margin: 0 0 2rem 0;
  font-size: 1rem;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.social-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.social-btn.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: #fff;
}
.social-btn.instagram:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(188, 24, 136, 0.4);
}
.social-btn.facebook {
  background-color: #1877f2;
  color: #fff;
}
.social-btn.facebook:hover {
  background-color: #0d65d9;
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(24, 119, 242, 0.4);
}

@media (max-width: 768px) {
  .about-hero-content h1 {
    font-size: 2.2rem;
  }
  .about-hero-content p {
    font-size: 1.1rem;
  }
  .about-text h2 {
    font-size: 2rem;
  }
  .about-text p {
    font-size: 1rem;
    text-align: left;
  }
  .about-values {
    grid-template-columns: 1fr;
  }
  .location-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .location-info,
  .social-media {
    padding: 2rem;
  }
  .footer-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  .footer-social {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .about-hero {
    padding: 3rem 1rem;
  }
  .about-hero-content h1 {
    font-size: 1.8rem;
  }
  .about-hero-content p {
    font-size: 1rem;
  }
  .value-item {
    padding: 2rem 1.5rem;
  }
  .value-item .value-icon {
    font-size: 2.5rem;
  }
}

/*# sourceMappingURL=style.css.map */