/* Insert all your glorious CSS styles below! */
/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.4;
}
ol { 
  padding-left: 1.4em;
  list-style: decimal;
}
ul {
  padding-left: 1.4em;
  list-style: square;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end reset browser styles*/

/* space-grotesk-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/space-grotesk-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfair-display-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {font-size: 16px;}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: false;
  line-height: 1.65;
}

p {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: true;
  line-height: 1.15;
}

h1,
.text-size-h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 3.05em;
}

h2,
.text-size-h2 { font-size: 2.44em; }

h3,
.text-size-h3 { font-size: 1.95em; }

h4,
.text-size-h4 { font-size: 1.56em; }

h5,
.text-size-h5 { font-size: 1.25em; }

.text-caption { font-size: 0.8em; }

small,
.text-small {
  font-size: 0.64em;
}


html {font-size: 16px;}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: false;
  line-height: 1.65;
}

p {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: true;
  line-height: 1.15;
}

h1,
.text-size-h1 {
  font-family: 'Playfair Display', sans-serif;
  font-weight: 700;
  margin-top: 0;
  font-size: 3.05em;
}

h2,
.text-size-h2 { font-size: 2.44em; }

h3,
.text-size-h3 { font-size: 1.95em; }

h4,
.text-size-h4 { font-size: 1.56em; }

h5,
.text-size-h5 { font-size: 1.25em; }

.text-caption { font-size: 0.8em; }

small,
.text-small {
  font-size: 0.64em;
}
              

html {
  background-color: #FAF6F1;
}

body {
  background-color: #FAF6F1;
  color: #2F2A26;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  max-width: 900px;
  margin: 24px auto;
  padding: 18px 22px 28px;
  border-radius: 18px;
  border: 1px solid #E1D4C2;
  box-shadow: 0 14px 40px rgba(15, 10, 6, 0.08);
  text-align: center;
}

p, ul, ol {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.98rem;
  color: #2F2A26;
  margin-bottom: 0.75rem;
}

ul, ol {
  padding-left: 1.4em;
}

a {
  color: #A3874D;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #C6A667;
}

h1 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2F2A26;
  padding: 10px 20px 14px;
  margin: 0 -22px 22px -22px;
  background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(250,246,241,0.95));
  border-bottom: 1px solid #E1D4C2;
  position: relative;
}

h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 2px;
  margin: 10px auto 0;
  background: linear-gradient(to right, transparent, #C6A667, transparent);
}

h2 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2F2A26;
  padding: 8px 0 10px;
  margin: 18px 0 8px;
  border-top: 1px solid rgba(198,166,103,0.35);
  border-bottom: 1px solid rgba(198,166,103,0.35);
}

h3 {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2F2A26;
  margin: 12px 0 6px;
}

img {
  display: block;
  margin: 14px auto;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid #E1D4C2;
  box-shadow: 0 10px 26px rgba(15, 10, 6, 0.08);
}

article {
  max-width: 900px;
  margin: 0 auto 26px;
  border-radius: 12px;
  border: 1px solid #E1D4C2;
  background: #F7EFE6;
  padding: 18px 20px 20px;
}

.sidebar {
  width: 30%;
  float: right;
  margin: 12px 0 12px 18px;
  background-color: #FFFFFF;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #E1D4C2;
  box-shadow: 0 10px 25px rgba(15, 10, 6, 0.08);
}

.sidebar h2 {
  border: none;
  margin-top: 0;
  padding: 0;
  font-size: 1.1rem;
}

.sidebar p, .sidebar ul {
  font-size: 0.9rem;
  color: #7A6F67;
}

.note {
  border-radius: 12px;
  border: 1px solid rgba(198,166,103,0.5);
  background: radial-gradient(circle at top left, #FFF9F3 0%, #F4E5D2 45%, #F7EFE6 100%);
  padding: 18px 20px;
  margin: 22px 0 30px;
  color: #2F2A26;
  font-size: 0.95rem;
}

.note strong {
  color: #A3874D;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

#logo {
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 2.4rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #2F2A26;
  margin: 0 -22px 18px;
  padding: 14px 20px 16px;
  background-color: #FDF7F0;
  border-radius: 0 0 12px 12px;
  border-bottom: 1px solid #E1D4C2;
  position: relative;
  animation: fadeDown 0.9s ease-out 1 forwards;
}

#logo::before {
  content: "";
  position: absolute;
  inset: auto 18% -2px 18%;
  height: 2px;
  background: linear-gradient(to right, transparent, #C6A667, transparent);
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 14px 0;
  background: transparent;
}

nav a {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #2F2A26;
  padding: 6px 2px;
  position: relative;
  transition: color 0.3s ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #C6A667;
  transition: width 0.3s ease;
}

nav a:hover {
  color: #A3874D;
}

nav a:hover::after {
  width: 100%;
}

.site-footer {
  margin-top: 26px;
  padding: 16px 20px 10px;
  background: #F3E5D5;
  color: #7A6F67;
  border-radius: 12px;
  border-top: 1px solid rgba(198,166,103,0.4);
  font-size: 0.85rem;
}

.site-footer p {
  margin-bottom: 6px;
}

.btn {
  display: inline-block;
  padding: 9px 18px;
  margin-top: 6px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid #C6A667;
  background: transparent;
  color: #A3874D;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn:hover {
  background: linear-gradient(to bottom, #C6A667, #A3874D);
  color: #FFF;
  box-shadow: 0 8px 18px rgba(15,10,6,0.18);
  transform: translateY(-1px);
}

@keyframes fadeDown {
  from {
    transform: translateY(-24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.covers {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding: 24px;
}

.card {
  background: #F7EFE6;
  width: 260px;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid #E1D4C2;
  box-shadow: 0 12px 30px rgba(15, 10, 6, 0.08);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(15, 10, 6, 0.08);
}

.cover-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  margin: 10px 0 12px 0;
  filter: saturate(1.1) brightness(0.98);
  border: 1px solid rgba(198,166,103,0.4);
  transition: 0.3s ease;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 340px;
  margin: 0 auto 22px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(15, 10, 6, 0.08);
}

.hero .fade-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroFade 6s infinite ease-in-out;
}

.hero .fade-img:nth-child(1) {
  animation-delay: 0s;
}
.hero .fade-img:nth-child(2) {
  animation-delay: 3s;
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero-text{
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 34px 44px 40px;
  border-radius: 18px;
  background: #F7EFE6;
  border: 1px solid #E1D4C2;
  box-shadow: 0 12px 30px rgba(15,10,6,0.08);
  box-sizing: border-box;
}

.hero-text h1,
.hero-text #logo{
  margin-left: auto !important;
  margin-right: auto !important;
}

.hero-text h2{
  border: none !important;
  padding: 0 !important;
}

.hero-description{
  max-width: 620px;
  margin: 14px auto 0;
  line-height: 1.65;
}

.cart-page{
  max-width: 900px;
  margin: 0 auto;
}

.cart-layout{
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-top: 18px;
}

.cart-items{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart-item{
  display: flex;
  gap: 16px;
  align-items: center;

  padding: 16px 18px;
  border-radius: 14px;
  background: #F7EFE6;
  border: 1px solid #E1D4C2;
  box-shadow: 0 10px 24px rgba(15,10,6,0.06);
  box-sizing: border-box;
}

.cart-thumb{
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(198,166,103,0.35);
  margin: 0;
  box-shadow: none;
}

.cart-info{
  flex: 1;
  text-align: left;
}

.cart-title{
  margin: 0 0 4px;
  font-size: 1.05rem;
}

.cart-meta{
  margin: 0 0 12px;
  color: #7A6F67;
  font-size: 0.9rem;
}

.cart-controls{
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.qty{
  display: inline-flex;
  align-items: center;
  border: 1px solid #E1D4C2;
  border-radius: 999px;
  background: #FFFFFF;
  overflow: hidden;
}

.qty-text{
  width: 56px;
  height: 34px;
  padding: 4px 6px;
  border-radius: 8px;
  border: 1px solid #E1D4C2;
  background: #FFFFFF;
  text-align: center;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  font-size: 0.9rem;
  color: #2F2A26;
  outline: none;
  box-sizing: border-box;
}

.qty-text:focus{
  border-color: #C6A667;
}

.qty-input{
  width: 44px;
  height: 34px;
  border: 0;
  text-align: center;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  outline: none;
}

.remove-btn{
  border: 0;
  background: transparent;
  color: #A3874D;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
}

.cart-price{
  min-width: 72px;
  text-align: right;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: 1.1rem;
}

.cart-summary{
  width: 280px;
  position: sticky;
  top: 18px;

  padding: 18px 18px 16px;
  border-radius: 14px;
  background: #FFFFFF;
  border: 1px solid #E1D4C2;
  box-shadow: 0 12px 28px rgba(15,10,6,0.06);
  text-align: left;
  box-sizing: border-box;
}

.summary-title{
  margin: 0 0 14px;
  font-size: 1.1rem;
}

.summary-row{
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(225,212,194,0.7);
  font-size: 0.95rem;
}

.summary-row.total{
  font-weight: 600;
}

.checkout-btn{
  width: 100%;
  margin-top: 14px;
}

.summary-note{
  margin: 10px 0 0;
  color: #7A6F67;
  font-size: 0.85rem;
}

.infomercial{
  width: 100%;
  max-width: 900px;
  margin: 14px auto 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #E1D4C2;
  box-shadow: 0 12px 34px rgba(15,10,6,0.08);
}

.video-embed iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  display: block;
}
