@import url("https://fonts.googleapis.com/css2?family=Alice&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  color: #580A00;
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
  border: none;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #580A00;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 0.875rem;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container--narrow {
  max-width: 860px;
}

.container--wide {
  max-width: 1440px;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 768px) {
  .grid--2,
  .grid--3,
  .grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-header {
  background-color: #580A00;
  border-bottom: 1px solid rgba(242, 239, 233, 0.1);
}
.site-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.site-header__nav--left {
  justify-self: start;
}
.site-header__nav--right {
  display: flex;
  align-items: center;
}
.site-header__nav #menu-menu-left, .site-header__nav #menu-menu-right {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__nav #menu-menu-left li, .site-header__nav #menu-menu-right li {
  list-style: none;
}
.site-header__nav a {
  font-size: 0.875rem;
  font-family: "Alice", serif;
  font-weight: 500;
  color: #F2EFE9;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: all 0.2s ease;
}
.site-header__nav a:hover {
  color: #DAAF30;
}
.site-header .custom-logo-link {
  justify-self: center;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #F2EFE9;
  text-transform: lowercase;
}
.site-header .custom-logo-link img {
  width: 103px;
  height: 104px;
}
.site-header__right {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 1.5rem;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header__icon {
  color: #F2EFE9;
  transition: all 0.2s ease;
}
.site-header__icon:hover {
  color: #DAAF30;
}
.site-header__cart-count {
  font-size: 0.75rem;
  margin-left: 4px;
  color: #F2EFE9;
}

.site-footer {
  background-color: #580A00;
  color: #ffffff;
  padding: 4rem 0 2rem;
  margin-top: 4rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}
.site-footer__logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}
.site-footer__tagline {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.75rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.site-footer__social {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}
.site-footer__social-link:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.site-footer__heading {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  margin-bottom: 1rem;
}
.site-footer__links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer__links a {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
}
.site-footer__links a:hover {
  color: #ffffff;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer__copyright {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}
.site-footer__payment {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.site-footer__payment-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer__payment-icons {
  display: flex;
  gap: 0.5rem;
}
.site-footer__payment-icon {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  font-family: "Alice", serif;
  font-weight: 400;
  line-height: 1;
  transition: all 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.btn--primary {
  background-color: #580A00;
  color: #ffffff;
  border-color: #580A00;
}
.btn--primary:hover {
  background-color: #c1121f;
  border-color: #c1121f;
}
.btn--secondary {
  background-color: transparent;
  color: #580A00;
  border-color: #580A00;
}
.btn--secondary:hover {
  background-color: #580A00;
  color: #ffffff;
}
.btn--ghost {
  background-color: transparent;
  color: #e63946;
  border-color: transparent;
}
.btn--ghost:hover {
  background-color: rgba(230, 57, 70, 0.08);
}
.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.btn--lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.btn--full {
  width: 100%;
}
.btn:disabled, .btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.form__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #580A00;
}
.form__input {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: #580A00;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.form__input:focus {
  outline: none;
  border-color: #e63946;
  box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1);
}
.form__input--error {
  border-color: #e63946;
}
.form__error {
  font-size: 0.75rem;
  color: #e63946;
}
.form__hint {
  font-size: 0.75rem;
  color: #4a4a4a;
}

.product-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s ease;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.product-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.product-card__image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: #f8f8f8;
}
.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card__image {
  transform: scale(1.04);
}
.product-card__badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  background-color: #e63946;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.product-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
  gap: 0.5rem;
}
.product-card__category {
  font-size: 0.75rem;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.product-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #580A00;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-card__price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #e63946;
  margin-top: auto;
}
.product-card__price-original {
  font-size: 0.875rem;
  color: #4a4a4a;
  text-decoration: line-through;
  margin-left: 0.5rem;
}
.product-card__footer {
  padding: 0 1rem 1rem;
}

.announcement-bar {
  background-color: #FFF2D8;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.5rem 0;
}
.announcement-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 576px) {
  .announcement-bar__inner {
    flex-direction: column;
    gap: 0.25rem;
  }
}
.announcement-bar__message {
  font-size: 1.25rem;
  color: #580A00;
  margin-bottom: 0;
  font-family: "Alice", serif;
}
.announcement-bar__message a {
  color: #4a4a4a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.announcement-bar__message a:hover {
  color: #580A00;
}
.announcement-bar__gold {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.announcement-bar__gold.is-loading {
  opacity: 0.5;
}
.announcement-bar__gold-block {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.announcement-bar__gold-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.announcement-bar__gold-price {
  font-size: 0.875rem;
  font-weight: 700;
  color: #580A00;
}
.announcement-bar__gold-arrow {
  color: #2a9d8f;
  display: flex;
  align-items: center;
}
.announcement-bar__gold-countdown {
  font-size: 0.875rem;
  font-weight: 700;
  color: #580A00;
  font-variant-numeric: tabular-nums;
}

.hero {
  position: relative;
  min-height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #280804 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 488px;
  padding: 4rem 0;
}
.hero__heading {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #FFF2D8;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hero__heading--accent {
  color: #DAAF30;
}
.hero__subtext {
  font-size: 1.5rem;
  font-family: "Alice", serif;
  color: rgba(242, 239, 233, 0.8);
  line-height: 1.7;
  margin-bottom: 0;
}
.hero__ctas {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.hero__ctas .btn--primary:hover {
  background-color: #ffffff;
  color: #580A00;
  border: 1px solid #F2EFE9;
}
.hero__ctas .btn--secondary {
  background: #F2EFE9;
  color: #280804;
  font-family: "Alice", serif;
}
.hero__ctas .btn--secondary:hover {
  color: #ffffff;
  background: #280804;
  border: 1px solid #F2EFE9;
}
.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.hero__action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}
.hero__action:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.featured-categories {
  background: #F2EFE9;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .featured-categories {
    padding: 102px 0;
  }
}

.featuredcat__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.featuredcat__content__heading {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 500;
  color: #580A00;
  text-transform: uppercase;
}
.featuredcat__content__subheading {
  font-family: "Alice", serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #580A00;
  text-align: center;
  max-width: 716px;
  width: 100%;
}
.featuredcat__categories__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .featuredcat__categories__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .featuredcat__categories__grid {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 260px auto;
  }
}
.featuredcat__item {
  text-align: center;
}
.featuredcat__item__image {
  margin-bottom: 20px;
}
.featuredcat__item__image img {
  width: 100%;
  max-width: 260px;
  height: 260px;
  aspect-ratio: 1;
  border-radius: 130px;
}
@media (max-width: 1024px) {
  .featuredcat__item__image img {
    height: auto;
  }
}
.featuredcat__item__name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
}

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