.elementor-7359 .elementor-element.elementor-element-58b38c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-c51fe96 */:root{
  --ot-bg:#f6f5f2;
  --ot-card:#fff;
  --ot-text:#111;
  --ot-muted:#6b6b6b;
  --ot-border:#e9e6df;
  --ot-accent:#111;
  --ot-sale:#d81e5b;
  --ot-radius:18px;
  --ot-shadow:0 8px 24px rgba(0,0,0,.07);
  --ot-shadow-hover:0 14px 34px rgba(0,0,0,.11);
}

.ot-audio-shop{
  width:min(1180px, 92%);
  margin:0 auto;
  padding:48px 0;
  color:var(--ot-text);
}

.ot-audio-shop__head{
  max-width:720px;
  margin-bottom:28px;
}

.ot-audio-shop__eyebrow{
  margin:0 0 10px;
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--ot-muted);
  font-weight:700;
}

.ot-audio-shop__title{
  margin:0;
  font-size:clamp(2rem, 4vw, 4rem);
  line-height:.98;
  letter-spacing:-.05em;
  font-weight:750;
}

.ot-audio-shop__intro{
  margin:18px 0 0;
  max-width:560px;
  color:var(--ot-muted);
  font-size:clamp(1rem, 1.3vw, 1.15rem);
  line-height:1.55;
}

.ot-audio-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:26px 0 38px;
}

.ot-audio-tabs a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border:1px solid var(--ot-border);
  border-radius:999px;
  background:#fff;
  color:var(--ot-text);
  text-decoration:none;
  font-size:.92rem;
  font-weight:650;
}

.ot-audio-tabs a:hover{
  border-color:#111;
}

.ot-audio-section-title{
  margin:34px 0 16px;
  font-size:clamp(1.35rem, 2vw, 2rem);
  letter-spacing:-.03em;
}

.ot-product-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
  margin-bottom:42px;
}

.ot-product-card{
  position:relative;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:var(--ot-card);
  border:1px solid var(--ot-border);
  border-radius:var(--ot-radius);
  box-shadow:var(--ot-shadow);
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ot-product-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--ot-shadow-hover);
  border-color:#ddd8cf;
}

.ot-product-card__media{
  display:block;
  aspect-ratio:1/1;
  background:linear-gradient(180deg, #f8f8f8, #efede8);
  overflow:hidden;
}

.ot-product-card__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.ot-product-card__body{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:16px;
  flex:1;
}

.ot-product-card__label{
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:#f3f1eb;
  color:#383838;
  font-size:.75rem;
  font-weight:700;
}

.ot-product-card__title{
  margin:0;
  font-size:1.12rem;
  line-height:1.2;
  letter-spacing:-.02em;
}

.ot-product-card__title a{
  color:var(--ot-text);
  text-decoration:none;
}

.ot-product-card__title a:hover{
  text-decoration:underline;
  text-underline-offset:3px;
}

.ot-product-card__desc{
  margin:0;
  color:var(--ot-muted);
  font-size:.94rem;
  line-height:1.42;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.ot-product-card__features{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:2px 0 0;
  padding:0;
  list-style:none;
}

.ot-product-card__features li{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:7px 10px;
  border:1px solid var(--ot-border);
  border-radius:999px;
  background:#fafafa;
  color:#555;
  font-size:.8rem;
  line-height:1;
  white-space:nowrap;
}

.ot-product-card__features svg{
  width:15px;
  height:15px;
  flex:0 0 auto;
}

.ot-product-card__price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin-top:auto;
  padding-top:4px;
}

.price{
  font-weight:750;
  font-variant-numeric:tabular-nums;
}

.price--old{
  color:var(--ot-muted);
  text-decoration:line-through;
  font-size:.95rem;
  font-weight:600;
}

.price--new{
  color:var(--ot-sale);
  font-size:1.18rem;
}

a:focus-visible{
  outline:2px solid #111;
  outline-offset:4px;
  border-radius:8px;
}

@media (max-width:900px){
  .ot-product-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

@media (max-width:560px){
  .ot-audio-shop{
    width:min(100% - 28px, 1180px);
    padding:34px 0;
  }

  .ot-product-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .ot-product-card__body{
    padding:15px;
  }

  .ot-product-card__features li{
    font-size:.78rem;
    padding:7px 9px;
  }
}/* End custom CSS */