/**
Theme Name: audiomentum
Author: FJORD3
Author URI: https://fjord3.de
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: audiomentum
Template: astra
*/

/* --- Audiomentum styles --- */
.am-container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 18px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #111;
}

/* Product header */
.am-product-title{ font-size: 28px; margin: 0 0 6px; }
.am-product-meta{ color: #666; margin-bottom: 18px; }

/* Hero area: gallery left, info right */
.am-product-hero{
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
  margin-bottom: 36px;
}

.am-gallery { }
.am-gallery-main img{ width:100%; height:auto; display:block; border-radius: 8px; box-shadow: 0 6px 18px rgba(12,12,12,0.06);}
.am-gallery-thumbs{ display:flex; gap:8px; margin-top:10px; flex-wrap:wrap;}
.am-thumb img{ width:72px; height:72px; object-fit:cover; border-radius:6px; cursor:pointer; border:2px solid transparent;}
.am-thumb img:hover{ border-color:#ddd; }

/* info column */
.am-product-info { background: #fff; padding: 14px; border-radius: 10px; box-shadow: 0 6px 20px rgba(12,12,12,0.04); }
.am-specs ul{ list-style:none; padding:0; margin:10px 0 0;}
.am-specs li{ padding:6px 0; border-bottom:1px solid #f4f4f4; font-size:14px; color:#333; }
.am-video iframe, .am-video embed, .am-video object{ max-width:100%; }

/* Listings grid */
.am-listings h2, .am-listings-sold h2{ margin-top: 40px; font-size:20px; }
.am-listings-grid{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(260px,1fr));
  gap:18px;
  margin-top:16px;
}
.am-listing-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(12,12,12,0.05);
  transition: transform .12s ease, box-shadow .12s ease;
}
.am-listing-card:hover{ transform: translateY(-4px); box-shadow:0 14px 38px rgba(12,12,12,0.08); }
.am-listing-thumb img{ width:100%; height:180px; object-fit:cover; display:block; }
.am-listing-body{ padding:12px; }
.am-listing-title{ font-size:16px; margin:0 0 8px;}
.am-listing-meta{ display:flex; gap:10px; align-items:center; font-size:14px; color:#555; }
.am-price{ font-weight:700; color:#111; font-size:16px; }
.am-condition{ background:#f7f7f7; padding:6px 8px; border-radius:6px; font-size:13px; }

/* Single listing */
.am-listing-title{ font-size:22px; margin-bottom:6px; }
.am-listing-topmeta{ display:flex; gap:14px; align-items:center; margin:12px 0 8px; }
.am-price-large{ font-size:22px; font-weight:800; color:#111; }
.am-listing-main{ display:grid; grid-template-columns: 1fr 360px; gap:24px; margin-top:18px; }
.am-listing-gallery .am-listing-img img{ width:100%; height:auto; border-radius:8px; margin-bottom:10px; }

/* contact */
.am-listing-contact{ margin-top:18px; padding:12px; border-radius:8px; background:#fbfbfb; box-shadow: inset 0 1px 0 rgba(255,255,255,0.6); }

/* sold list */
.am-sold-list{ list-style:none; padding:0; margin:8px 0 40px; }
.am-sold-list li{ padding:8px 0; border-bottom:1px solid #f2f2f2; }

/* responsive */
@media (max-width: 880px){
  .am-product-hero, .am-listing-main{ grid-template-columns: 1fr; }
  .am-product-info, .am-listing-info{ order: 2; }
  .am-gallery{ order: 1; margin-bottom:16px; }
  .am-listing-topmeta{ flex-direction:column; align-items:flex-start; gap:8px; }
  .am-gallery-thumbs{ gap:6px; }
}

.single-product {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0 1rem;
  font-family: system-ui, sans-serif;
}

.produkt-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.produkt-gallery img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  object-fit: cover;
}

.produkt-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.produkt-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.5rem 1rem;
}

.produkt-meta li {
  font-size: 1rem;
}

.produkt-specs, .produkt-beschreibung, .produkt-video {
  margin-bottom: 2rem;
}

.produkt-specs h2, .produkt-beschreibung h2, .produkt-video h2, .produkt-anzeigen h2 {
  font-size: 1.3rem;
  margin-bottom: 0.7rem;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.anzeigen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1.5rem;
}

.anzeige-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1rem;
  background: #fff;
  text-align: center;
  transition: all 0.2s ease;
}

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

.anzeige-card img {
  max-width: 100%;
  border-radius: 8px;
}

.anzeige-card h3 {
  margin: 0.7rem 0 0.4rem;
}

.anzeige-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #d23b3b;
}

.produkt-eintrag {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.produkt-header {
  border-bottom: 2px solid #eee;
  margin-bottom: 1.5rem;
}

.produkt-titel {
  font-size: 2rem;
  margin-bottom: .5rem;
}

.produkt-meta p {
  margin: .3rem 0;
}

.produkt-bild img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5rem 0;
}

.produkt-beschreibung {
  margin: 1rem 0 2rem;
  line-height: 1.6;
}

.produkt-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.produkt-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.anzeigen-liste h2 {
  font-size: 1.4rem;
  margin-bottom: .5rem;
}

.anzeigen-liste ul {
  list-style: none;
  padding: 0;
}

.anzeigen-liste li {
  margin-bottom: .5rem;
}

.anzeigen-liste a {
  color: #c0392b;
  text-decoration: none;
}

.anzeigen-liste a:hover {
  text-decoration: underline;
}

