:root {
    --black: #050505;
    --dark: #0d0d0d;
    --orange: #ff5a16;
    --white: #ffffff;
    --grey: #cfcfcf;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--black);
    color: var(--white);
    font-family: Arial, Helvetica, sans-serif;
}

.info-bar {
    background: #0b0b0b;
    color: var(--grey);
    display: flex;
    justify-content: center;
    gap: 35px;
    padding: 10px;
    font-size: 14px;
    border-bottom: 1px solid #202020;
}

.header-content {
    max-width: 1450px;
    margin: auto;
    padding: 22px 40px;
    display: grid;
    grid-template-columns: 180px 1fr 170px;
    align-items: center;
    gap: 30px;
    background: var(--black);
}

.header-logo img {
    width: 135px;
    height: auto;
    display: block;
}

.main-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.main-menu a {
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 8px;
    position: relative;
}

.main-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--orange);
    transition: 0.25s;
}

.main-menu a:hover {
    color: var(--orange);
}

.main-menu a:hover::after {
    width: 100%;
}

.header-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.header-actions a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #333;
    padding: 10px 14px;
    text-transform: uppercase;
}

.header-actions a:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.promo-strip {
    background: var(--orange);
    color: var(--white);
    text-align: center;
    font-weight: bold;
    padding: 14px;
    font-size: 20px;
}

.hero {
    min-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:
        linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.85)),
        radial-gradient(circle at center, #2c1309 0%, #050505 70%);
    padding: 80px 20px;
}

.hero h1 {
    font-family: Georgia, serif;
    font-size: 68px;
    color: var(--orange);
    margin: 0 0 20px;
}

.hero p {
    font-size: 22px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: var(--white);
}

.btn {
    display: inline-block;
    margin-top: 30px;
    background: var(--orange);
    color: var(--white);
    text-decoration: none;
    padding: 15px 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn:hover {
    background: var(--white);
    color: var(--orange);
}

.intro {
    background: #111;
    text-align: center;
    padding: 70px 20px;
}

.intro h2 {
    color: var(--orange);
    font-size: 34px;
}

.intro p {
    color: var(--grey);
    font-size: 18px;
}

.site-footer {
    background: #080808;
    padding-top: 55px;
}

.footer-grid {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.site-footer h3 {
    color: var(--orange);
}

.site-footer a {
    display: block;
    color: var(--grey);
    text-decoration: none;
    margin: 10px 0;
}

.site-footer p {
    color: var(--grey);
    line-height: 1.6;
}

.footer-bottom {
    text-align: center;
    color: #aaa;
    border-top: 1px solid #222;
    padding: 22px;
    margin-top: 45px;
}

@media (max-width: 1000px) {
    .header-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .header-logo img {
        margin: auto;
    }

    .main-menu {
        flex-wrap: wrap;
    }

    .header-actions {
        justify-content: center;
    }

    .hero h1 {
        font-size: 42px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

.footer-grid {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    text-align: center;
    justify-items: center;
}
.site-footer h3{
    color:#ff5a16;
    margin-bottom:20px;
    text-align:center;
}

.site-footer p{
    color:#d0d0d0;
    line-height:1.8;
    text-align:center;
}

.site-footer a{
    display:block;
    color:#d0d0d0;
    text-decoration:none;
    margin:10px 0;
    text-align:center;
}

.site-footer a:hover{
    color:#ff5a16;
}

.footer-grid{
    max-width:1200px;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:140px;
    text-align:center;
    padding:60px 20px;
}

.footer-grid div{
    width:300px;
}

.site-footer h3{
    color:#ff5a16;
    margin-bottom:25px;
}

.site-footer p,
.site-footer a{
    color:#ddd;
    line-height:1.9;
    text-decoration:none;
}

.site-footer a:hover{
    color:#ff5a16;
}
.page-content{
    background:#050505;
    color:#fff;
}

.page-hero{
    text-align:center;
    padding:80px 20px;
    background:linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.9)), radial-gradient(circle, #2a1309, #050505 70%);
}

.page-hero h1{
    color:#ff5a16;
    font-size:58px;
    margin:0 0 15px;
    font-family:Georgia, serif;
}

.page-hero p{
    color:#ddd;
    font-size:20px;
}

.delivery-section{
    max-width:1100px;
    margin:0 auto;
    padding:60px 20px;
    display:grid;
    gap:28px;
}

.delivery-card{
    background:#101010;
    border:1px solid #242424;
    padding:35px;
    border-left:4px solid #ff5a16;
}

.delivery-card h2{
    color:#ff5a16;
    margin-top:0;
    font-size:28px;
}

.delivery-card p,
.delivery-card li{
    color:#ddd;
    font-size:17px;
    line-height:1.8;
}

.delivery-card ul{
    margin:0;
    padding-left:22px;
}

.price-box{
    display:flex;
    align-items:center;
    gap:25px;
    background:#050505;
    border:1px solid #333;
    padding:20px;
    margin:15px 0;
}

.price-box strong{
    color:#ff5a16;
    font-size:38px;
    min-width:100px;
}

.price-box span{
    color:#fff;
    font-size:18px;
}
.warning-card{
    border-left:4px solid #ff5a16;
    background:#1a0d08;
}

.credit-warning{
    font-size:26px!important;
    font-weight:900;
    color:#ff5a16!important;
    text-transform:uppercase;
}

.form-card iframe{
    width:100%;
    border:none;
    border-radius:8px;
    background:white;
}
.market-don {
  background: #111;
  padding: 35px 20px;
  border-top: 1px solid #2b2118;
  border-bottom: 1px solid #2b2118;
}

.market-don-content {
  max-width: 1050px;
  margin: 0 auto;
  background: linear-gradient(135deg, #211914, #151515);
  border-radius: 22px;
  padding: 28px 35px;
  display: flex;
  align-items: center;
  gap: 30px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.35);
}

.market-logo {
  width: 140px;
  max-width: 140px;
  height: auto;
  border-radius: 4px;
}

.market-text h2 {
  font-size: 26px;
  margin: 0 0 10px;
  color: #f1dcc6;
}

.market-text p {
  font-size: 17px;
  color: #e8d6c2;
  margin: 0 0 18px;
}

.market-btn {
  display: inline-block;
  background: transparent;
  color: #d49a5b;
  border: 1px solid #8a6239;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  max-width: 360px;
  text-align: center;
}

.market-btn:hover {
  background: #8a6239;
  color: #fff;
}

@media (max-width: 768px) {
  .market-don-content {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }

  .market-logo {
    width: 120px;
  }

  .market-text h2 {
    font-size: 22px;
  }

  .market-btn {
    width: auto;
  }
}
.header-actions{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.account-link,
.cart-link{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:10px 18px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.account-link{
    background:#8a6239;
    color:#fff;
}

.account-link:hover{
    background:#a97843;
}

.cart-link{
    background:#1d1d1d;
    color:#fff;
    border:1px solid #444;
}

.cart-link:hover{
    background:#2a2a2a;
}
.g-recaptcha{
    display:flex;
    justify-content:center;
    margin:20px 0;
}
.recaptcha-container{
    display:flex;
    justify-content:center;
    margin:20px 0;
}
.account-page {
  background: #050505;
  padding: 70px 20px 90px;
  min-height: 650px;
}

.account-box {
  max-width: 520px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a2a1d;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.45);
}

.account-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
}

.account-tabs .tab {
  flex: 1;
  padding: 13px 18px;
  border-radius: 30px;
  border: 1px solid #9b6a3a;
  background: transparent;
  color: #d9a063;
  font-weight: 700;
  cursor: pointer;
}

.account-tabs .tab.active {
  background: #9b6a3a;
  color: #fff;
}

.account-form {
  display: none;
}

.account-form.active {
  display: block;
}

.account-form h1 {
  color: #f5ddc5;
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}

.account-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.account-form input {
  width: 100%;
  box-sizing: border-box;
  padding: 15px 17px;
  border-radius: 12px;
  border: 1px solid #3a2a1d;
  background: #080808;
  color: #fff;
  font-size: 16px;
}

.account-form input::placeholder {
  color: #aaa;
}

.recaptcha-container {
  display: flex;
  justify-content: center;
  margin: 12px 0 4px;
}

.account-form button[type="submit"] {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 30px;
  background: #9b6a3a;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.account-form button[type="submit"]:hover {
  background: #b87a3f;
}
.products-page {
  background: #080808;
  color: #fff;
  min-height: 700px;
  padding-bottom: 70px;
}

.products-hero {
  text-align: center;
  padding: 70px 20px 40px;
}

.products-hero h1 {
  color: #f1dcc6;
  font-size: 42px;
  margin-bottom: 12px;
}

.products-hero p {
  color: #c9b8a6;
  font-size: 18px;
}

.products-grid {
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.product-card {
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #33251b;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.45);
}

.product-card a {
  color: inherit;
  text-decoration: none;
}

.product-image {
  height: 230px;
  background: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-placeholder {
  color: #9b6a3a;
  font-weight: 700;
}

.product-info {
  padding: 20px;
}

.product-category {
  display: block;
  color: #d49a5b;
  font-size: 13px;
  margin-bottom: 8px;
}

.product-info h2 {
  font-size: 21px;
  color: #f5ddc5;
  margin-bottom: 10px;
}

.product-info p {
  color: #c9b8a6;
  font-size: 15px;
  line-height: 1.5;
}

.product-price {
  margin: 18px 0;
}

.product-price strong {
  color: #fff;
  font-size: 23px;
}

.old-price {
  color: #888;
  text-decoration: line-through;
  margin-right: 10px;
}

.product-btn {
  display: inline-block;
  background: #9b6a3a;
  color: #fff;
  padding: 11px 18px;
  border-radius: 25px;
  font-weight: 700;
}

.no-products {
  grid-column: 1 / -1;
  text-align: center;
  color: #c9b8a6;
  font-size: 18px;
}

@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}
.admin-page {
  background: #080808;
  padding: 60px 20px 90px;
  min-height: 700px;
}

.admin-box {
  max-width: 850px;
  margin: 0 auto;
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a2a1d;
  border-radius: 24px;
  padding: 35px;
  color: #fff;
}

.admin-box h1 {
  text-align: center;
  color: #f5ddc5;
  margin-bottom: 30px;
}

.admin-message {
  text-align: center;
  color: #d9a063;
  font-weight: 700;
}

.admin-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.admin-form label {
  color: #f1dcc6;
  font-weight: 700;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #3a2a1d;
  background: #080808;
  color: #fff;
  font-size: 16px;
}

.admin-form textarea {
  resize: vertical;
}

.admin-checks {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 15px 0;
}

.admin-checks label {
  color: #ddd;
  font-weight: 500;
}

.admin-checks input {
  width: auto;
}

.admin-form button {
  background: #9b6a3a;
  color: #fff;
  border: none;
  padding: 16px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.admin-form button:hover {
  background: #b87a3f;
}

.admin-page{
    background:#080808;
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:80px 20px;
}

.admin-box{
    width:100%;
    max-width:650px;
    background:linear-gradient(135deg,#221b16,#111);
    border:1px solid #3c2c1f;
    border-radius:22px;
    padding:45px;
    box-shadow:0 20px 50px rgba(0,0,0,.45);
}

.admin-box h1{
    text-align:center;
    color:#f2dfca;
    font-size:42px;
    margin-bottom:40px;
}

.admin-form{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.admin-form label{
    color:#d6b089;
    font-weight:700;
    font-size:15px;
}

.admin-form input,
.admin-form select,
.admin-form textarea{
    width:100%;
    box-sizing:border-box;
    background:#090909;
    border:1px solid #4a3828;
    border-radius:12px;
    color:#fff;
    padding:16px 18px;
    font-size:17px;
    transition:.25s;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus{
    outline:none;
    border-color:#b37a42;
    box-shadow:0 0 12px rgba(179,122,66,.35);
}

.admin-form textarea{
    min-height:140px;
}

.admin-checks{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
    margin-top:10px;
}

.admin-checks label{
    display:flex;
    align-items:center;
    gap:8px;
    color:#fff;
    font-weight:500;
}

.admin-form button{
    margin-top:15px;
    background:#b17a42;
    color:#fff;
    border:none;
    border-radius:40px;
    padding:18px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.admin-form button:hover{
    background:#cb9154;
}

.admin-message{
    background:#17361d;
    border:1px solid #2b7b3d;
    color:#9cf5af;
    padding:15px;
    border-radius:12px;
    text-align:center;
    margin-bottom:25px;
}

.account-page .account-box {
  max-width: 650px !important;
  padding: 45px !important;
}.account-tabs{
    display:flex;
    gap:18px;              /* espace entre les deux boutons */
    margin-bottom:35px;    /* espace sous les boutons */
}

.account-tabs .tab{
    flex:1;
    padding:16px 20px;
    border-radius:35px;
    border:1px solid #8f6238;
    background:#111;
    color:#d6a26a;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.account-tabs .tab.active{
    background:#a8743f;
    color:#fff;
}

.account-tabs .tab:hover{
    background:#8f6238;
    color:#fff;
}
.admin-form{
    display:flex;
    flex-direction:column;
    gap:22px;
}
.admin-logo{
    width:130px;
    display:block;
    margin:0 auto 25px;
}

.admin-subtitle{
    text-align:center;
    color:#b9a38d;
    margin-bottom:35px;
    font-size:17px;
}

.admin-error{
    background:#4d1818;
    border:1px solid #b73a3a;
    color:#fff;
    padding:15px;
    border-radius:12px;
    margin-bottom:25px;
    text-align:center;
}

.admin-form{
    display:flex;
    flex-direction:column;
    gap:22px;
}

.admin-form label{
    color:#e2c7a7;
    font-weight:700;
}

.admin-form input{
    padding:16px;
    border-radius:12px;
    border:1px solid #5b4128;
    background:#090909;
    color:#fff;
    font-size:16px;
}

.admin-form button{
    margin-top:10px;
    padding:18px;
    border:none;
    border-radius:35px;
    background:#a9743d;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

.admin-form button:hover{
    background:#c58b4a;
}
.admin-dashboard {
  min-height: 100vh;
  background: #050505;
  color: #fff;
  display: grid;
  grid-template-columns: 300px 1fr;
}

.admin-sidebar {
  background: linear-gradient(180deg, #18120e, #090909);
  border-right: 1px solid #3a281b;
  padding: 28px 22px;
}

.admin-brand {
  text-align: center;
  margin-bottom: 35px;
}

.admin-brand img {
  width: 120px;
  margin-bottom: 12px;
}

.admin-brand h2 {
  color: #f4d6b1;
  font-size: 24px;
}

.admin-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.admin-menu span {
  color: #b58a5b;
  text-transform: uppercase;
  font-size: 13px;
  margin: 22px 0 6px;
  letter-spacing: 1px;
}

.admin-menu a,
.admin-logout {
  color: #fff;
  text-decoration: none;
  background: #111;
  border: 1px solid #2b2118;
  border-radius: 14px;
  padding: 14px 16px;
  transition: 0.25s;
}

.admin-menu a:hover,
.admin-menu a.active {
  background: #a8743f;
  border-color: #a8743f;
}

.admin-logout {
  display: block;
  margin-top: 35px;
  color: #ff6b5f;
  border-color: #6b1e18;
}

.admin-main {
  padding: 50px;
}

.admin-top {
  margin-bottom: 35px;
}

.admin-top h1 {
  font-size: 42px;
  color: #f4d6b1;
  margin-bottom: 8px;
}

.admin-top p {
  color: #c9b8a6;
  font-size: 18px;
}

.admin-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 35px;
}

.admin-card {
  background: linear-gradient(135deg, #1f1712, #101010);
  border: 1px solid #3a281b;
  border-radius: 22px;
  padding: 25px;
}

.admin-card span {
  font-size: 32px;
}

.admin-card h3 {
  color: #d9a063;
  margin: 14px 0 8px;
}

.admin-card strong {
  display: block;
  font-size: 34px;
  color: #fff;
}

.admin-card p {
  color: #b9a38d;
}

.admin-actions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.admin-action {
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a281b;
  border-radius: 22px;
  padding: 28px;
  text-decoration: none;
  color: #fff;
  transition: 0.25s;
}

.admin-action:hover {
  transform: translateY(-4px);
  border-color: #a8743f;
  box-shadow: 0 15px 35px rgba(0,0,0,0.45);
}

.admin-action span {
  font-size: 36px;
}

.admin-action h3 {
  color: #f4d6b1;
  margin: 16px 0 8px;
  font-size: 22px;
}

.admin-action p {
  color: #b9a38d;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .admin-dashboard {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    border-right: none;
    border-bottom: 1px solid #3a281b;
  }

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

@media (max-width: 650px) {
  .admin-main {
    padding: 30px 18px;
  }

  .admin-cards,
  .admin-actions-grid {
    grid-template-columns: 1fr;
  }
}
.admin-large {
  max-width: 1200px;
}

.admin-top-btn {
  display: inline-block;
  background: #a8743f;
  color: #fff;
  padding: 14px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 25px;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}

.admin-table th,
.admin-table td {
  padding: 16px;
  border-bottom: 1px solid #33251b;
  text-align: left;
}

.admin-table th {
  color: #d9a063;
}

.admin-product-img {
  width: 70px;
  height: 55px;
  object-fit: cover;
  border-radius: 8px;
}

.admin-empty {
  text-align: center;
  color: #c9b8a6;
  font-size: 18px;
  margin-top: 25px;
}
.header-actions{
    display:flex;
    align-items:center;
    gap:12px;
}

.account-link{
    background:#a8743f;
    color:#fff;
    padding:10px 18px;
    border-radius:28px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    line-height:1.2;
    min-width:150px;
    text-align:center;
    transition:.25s;
}

.account-link:hover{
    background:#c2884b;
}

.cart-link{
    background:#222;
    color:#fff;
    padding:10px 18px;
    border-radius:28px;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
}

.cart-link:hover{
    background:#333;
}
.top-bar{
    background:#111;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:45px;
    padding:10px 20px;
    font-size:14px;
}

.top-bar a,
.top-bar span{
    color:#fff;
    text-decoration:none;
    transition:.25s;
}

.top-bar a:hover{
    color:#d7a164;
}
.header-actions{
    display:flex;
    align-items:center;
    gap:16px;
    margin-left:45px;   /* espace avec le menu */
    flex-shrink:0;
}

.account-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:160px;
    height:50px;
    padding:0 26px;

    background:linear-gradient(135deg,#b9874d,#9a6a3b);
    color:#fff;
    text-decoration:none;
    border-radius:40px;
    font-size:15px;
    font-weight:700;
    letter-spacing:.4px;

    border:1px solid rgba(255,255,255,.08);
    box-shadow:0 8px 20px rgba(185,135,77,.25);

    transition:.25s;
}

.account-link:hover{
    transform:translateY(-2px);
    background:linear-gradient(135deg,#c9975a,#af7840);
    box-shadow:0 12px 28px rgba(185,135,77,.45);
}

.cart-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:95px;
    height:50px;

    background:#1d1d1d;
    color:#fff;
    text-decoration:none;

    border-radius:40px;
    border:1px solid #333;

    font-size:15px;
    font-weight:700;

    transition:.25s;
}

.cart-link:hover{
    background:#2b2b2b;
    transform:translateY(-2px);
}
.header-content{
    max-width:1400px;
    margin:0 auto;
    padding:18px 25px;

    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    row-gap:18px;
}
.header-logo{
    order:1;
}

.header-actions{
    order:2;
    margin-left:auto;
}

.main-menu{
    order:3;
    width:100%;
    display:flex;
    justify-content:center;
    gap:38px;
    margin-top:8px;
    flex-wrap:wrap;
}

.category-page {
  background: #080808;
  color: #fff;
  min-height: 700px;
  padding-bottom: 80px;
}

.category-hero {
  text-align: center;
  padding: 75px 20px 45px;
}

.category-hero h1 {
  color: #f4d6b1;
  font-size: 46px;
  margin-bottom: 12px;
}

.category-hero p {
  color: #c9b8a6;
  font-size: 18px;
}

.subcategory-section,
.category-products {
  max-width: 1250px;
  margin: 0 auto;
  padding: 25px 20px;
}

.subcategory-section h2,
.category-products h2 {
  color: #f4d6b1;
  font-size: 30px;
  margin-bottom: 25px;
}

.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 35px;
}

.subcategory-card {
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a281b;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  padding: 22px;
  font-weight: 700;
  text-align: center;
  transition: 0.25s;
}

.subcategory-card:hover {
  transform: translateY(-4px);
  border-color: #a8743f;
  color: #f4d6b1;
}

@media (max-width: 900px) {
  .subcategory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .subcategory-grid {
    grid-template-columns: 1fr;
  }

  .category-hero h1 {
    font-size: 34px;
  }
}
.products-page {
  background: #060606;
  color: #fff;
  min-height: 700px;
  padding-bottom: 80px;
}

.products-hero {
  text-align: center;
  padding: 80px 20px 50px;
  background: radial-gradient(circle at center, #1b120c 0%, #060606 60%);
}

.products-hero h1 {
  color: #f4d6b1;
  font-size: 48px;
  margin-bottom: 15px;
}

.products-hero p {
  color: #c9b8a6;
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 25px;
}

.facebook-share {
  display: inline-block;
  background: #1877f2;
  color: #fff;
  padding: 13px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
}

.facebook-share:hover {
  background: #0f5fc4;
}

.products-grid {
  max-width: 1250px;
  margin: 0 auto;
  padding: 35px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-card {
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a281b;
  border-radius: 22px;
  overflow: hidden;
  transition: 0.25s;
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: #a8743f;
  box-shadow: 0 18px 35px rgba(0,0,0,0.45);
}

.product-card a {
  color: inherit;
  text-decoration: none;
}

.product-image {
  height: 230px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-placeholder {
  color: #b98a58;
  font-weight: 700;
}

.product-info {
  padding: 22px;
}

.product-category {
  display: block;
  color: #d49a5b;
  font-size: 13px;
  margin-bottom: 8px;
}

.product-info h2 {
  color: #f4d6b1;
  font-size: 21px;
  margin-bottom: 10px;
}

.product-info p {
  color: #c9b8a6;
  font-size: 15px;
  line-height: 1.5;
}

.product-price {
  margin: 18px 0;
}

.product-price strong {
  font-size: 24px;
  color: #fff;
}

.old-price {
  color: #888;
  text-decoration: line-through;
  margin-right: 10px;
}

.product-btn {
  display: inline-block;
  background: #a8743f;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 700;
}

.no-products-box {
  grid-column: 1 / -1;
  text-align: center;
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a281b;
  border-radius: 24px;
  padding: 45px 25px;
}

.no-products-box h2 {
  color: #f4d6b1;
  font-size: 30px;
}

.no-products-box p {
  color: #c9b8a6;
  font-size: 17px;
}

@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  .products-hero h1 {
    font-size: 36px;
  }
}
.breadcrumb {
  color: #b9a38d;
  margin-bottom: 18px;
}

.breadcrumb a {
  color: #d49a5b;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #f4d6b1;
}
.product-page {
  background: #070707;
  color: #fff;
  padding: 60px 20px 90px;
}

.product-detail {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}

.product-photo {
  background: #111;
  border: 1px solid #3a281b;
  border-radius: 24px;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-big-placeholder {
  color: #c9945b;
  font-weight: 700;
}

.product-summary {
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a281b;
  border-radius: 24px;
  padding: 35px;
}

.product-summary h1 {
  color: #f4d6b1;
  font-size: 40px;
  margin-bottom: 10px;
}

.product-ref {
  color: #b9a38d;
}

.product-detail-price {
  margin: 25px 0;
}

.product-detail-price span {
  color: #888;
  text-decoration: line-through;
  margin-right: 15px;
  font-size: 20px;
}

.product-detail-price strong {
  font-size: 38px;
  color: #fff;
}

.product-stock {
  color: #c9b8a6;
  margin-bottom: 25px;
}

.product-buy-box {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.product-buy-box label {
  color: #f4d6b1;
  font-weight: 700;
}

.product-buy-box input {
  width: 100px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #3a281b;
  background: #080808;
  color: #fff;
}

.btn-cart,
.product-question button {
  background: #a8743f;
  color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 35px;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}

.product-actions {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.btn-secondary,
.btn-facebook {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
}

.btn-secondary {
  background: #151515;
  color: #f4d6b1;
  border: 1px solid #3a281b;
}

.btn-facebook {
  background: #1877f2;
  color: #fff;
}

.trust-box {
  margin-top: 25px;
  border-top: 1px solid #3a281b;
  padding-top: 18px;
  color: #c9b8a6;
}

.product-description,
.product-question {
  max-width: 950px;
  margin: 45px auto 0;
  background: linear-gradient(135deg, #1d1713, #101010);
  border: 1px solid #3a281b;
  border-radius: 24px;
  padding: 35px;
}

.product-description h2,
.product-question h2 {
  color: #f4d6b1;
  margin-bottom: 20px;
}

.product-description p {
  color: #c9b8a6;
  line-height: 1.8;
}

.product-question form {
  display: grid;
  gap: 14px;
}

.product-question input,
.product-question textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 12px;
  border: 1px solid #3a281b;
  background: #080808;
  color: #fff;
}

.product-question textarea {
  min-height: 140px;
}

@media (max-width: 900px) {
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-summary h1 {
    font-size: 32px;
  }
}
.success-message {
  background: #17361d;
  border: 1px solid #2b7b3d;
  color: #9cf5af;
  padding: 15px;
  border-radius: 12px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
.product-gallery{
    width:50%;
}

.product-main-photo{
    width:100%;
    text-align:center;
}

.product-main-photo img{
    width:100%;
    max-width:550px;
    height:450px;
    object-fit:contain;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
}

.product-thumbs{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-top:15px;
}

.product-thumbs button{
    border:none;
    background:none;
    padding:0;
    cursor:pointer;
}

.product-thumbs img{
    width:90px;
    height:90px;
    object-fit:cover;
    border:2px solid #ddd;
    border-radius:6px;
    transition:.2s;
}

.product-thumbs img:hover{
    border-color:#b8925a;
}
.product-detail{
    display:flex;
    gap:50px;
    align-items:flex-start;
}

.product-summary{
    width:50%;
}

.product-thumbs{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    margin-top:20px;
}
.product-gallery{
    width:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.product-main-photo{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.home-products{
    max-width:1400px;
    margin:60px auto;
    padding:0 20px;
}

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

.product-card{
    background:#fff;
    border:1px solid #ddd;
    border-radius:10px;
    overflow:hidden;
    text-align:center;
    padding:15px;
    transition:.2s;
}

.product-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.product-card img{
    width:100%;
    height:250px;
    object-fit:contain;
}

.product-card h3{
    margin:15px 0;
    min-height:55px;
}

.price{
    margin:15px 0;
    font-size:22px;
    font-weight:bold;
}

.old-price{
    display:block;
    text-decoration:line-through;
    color:#999;
    font-size:16px;
}
.header-slogan{
    color:#c7904d;
    font-size:32px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin:auto;
}
.header-content{
    max-width:1400px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
}

.header-logo{
    flex:0 0 180px;
}

.header-logo img{
    width:140px;
    height:auto;
}

.header-slogan{
    flex:1;
    text-align:center;
    color:#c7904d;
    font-size:52px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.header-actions{
    flex:0 0 280px;
    display:flex;
    justify-content:flex-end;
    gap:15px;
}
.header-content{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 20px;
}

.header-logo{
    flex:0 0 180px;
    text-align:left;
}

.header-logo img{
    width:140px;
    height:auto;
    display:block;
}

.header-slogan{
    flex:1;
    text-align:center;
}

.header-actions{
    flex:0 0 280px;
    display:flex;
    justify-content:flex-end;
    gap:15px;
}
.contact-page{
    max-width:900px;
    margin:60px auto;
    padding:0 20px;
}

.contact-box{
    background:#fff;
    padding:35px;
    border-radius:12px;
    border:1px solid #ddd;
}

.contact-box h1{
    text-align:center;
    margin-bottom:10px;
}

.contact-box p{
    text-align:center;
    margin-bottom:25px;
}

.contact-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:14px;
    border:1px solid #ccc;
    border-radius:8px;
    font-size:16px;
}

.contact-form textarea{
    min-height:180px;
    resize:vertical;
}

.contact-form button{
    background:#c7904d;
    color:#fff;
    border:none;
    padding:15px;
    border-radius:8px;
    font-size:18px;
    cursor:pointer;
}

.recaptcha-container{
    margin:10px 0;
}
