html, body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.product-name,
.category-title {
  font-family: 'Catamaran', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-weight: 600;
}


.main-nav a,
input, select, textarea {
  font-family: 'Catamaran', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}


:root {
  --template-headings-font: 'Catamaran', sans-serif;
}

@media (max-width: 768px) {
.site-name img {
    content: url("/user/documents/upload/afeli-w.png");
}}
.inspiration-products {
    font-family: 'Montserrat', sans-serif;
}

/* Řádek se 2 kartami */
.insp-row {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 30px;
}

/* Karta produktu – všechny stejně vysoké */
.insp-item {
    flex: 1;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 12px;
    border-radius: 10px;
    background: #f8f8f8;
}

/* Obrázek – stejný prostor, necuká layout */
.insp-photo {
    width: 100%;
    height: 260px;
    object-fit: contain;
    margin-bottom: 12px;
}

/* Název produktu – zarovnání do jedné linie */
.insp-name {
    margin-top: 4px;
    margin-bottom: 16px;
    font-family: 'Catamaran', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    text-align: center;
    min-height: 2.4em; /* drží výšku pro max. 2 řádky textu */
}

/* Tlačítko u každé karty */
.insp-item-btn {
    margin-top: auto; /* tlačítko k dolnímu okraji karty */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    padding: 10px 0;
    background: #111;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: background .25s ease, transform .2s ease;
}

.insp-item-btn:hover {
    background: #000;
    transform: translateY(-2px);
}

/* Mobile responzivita */
@media (max-width: 768px) {
.insp-row {
    flex-direction: column;
    gap: 30px;
}
.insp-item {
    max-width: 100%;
}}
.delivery-note-wrapper {
    background-color: #000;
    padding: 5px 10px;
    color: #fff;
}
.advanced-parameter-inner {
    border-radius: 5px;
    height: 30px;
    width: 30px;
}
.advanced-parameter {
    height: 30px;
    width: 30px;
}
.advanced-filters-wrapper>div {
    padding-bottom: 10px;
    width: 30px;
    margin-right: 10px;
}
.carousel-control {
    width: 6%;
}
.id-722 .category-perex.empty-content {
    display: none;
}
.anq-login {
    background-color: #f6f6f6;
    padding: 20px;
    color: #000;
    margin: 20px 0;
}
.anq-login-heading {
    font-weight: 600;
}
.anq-login-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.anq-login-btns a {
    color: #000;
    padding: 0.5em 1.5em;
    display: inline-block;
    transition: all 0.2s ease-in; 
}
.anq-login-btns a.anq-login-btns-login {
    background-color: var(--color-secondary-hover);
    color: #fff;
}
.anq-login-btns a.anq-login-btns-login:hover {
    transform: translateY(-2px);
}
.afeli-btn {
    font-family: 'Montserrat', sans-serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 20px;
    background: #111;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .02em;
    text-decoration: none;
    cursor: pointer;
    transition: background .25s ease, transform .2s ease;
}
.afeli-btn:hover {
    background: #ff0000;
    color: #fff;
}

.availability-amount {
    display: none;
}