

/* Start:/local/components/aholin/catalog.mini/templates/.default/style.css?176900531118218*/
.product-card--hidden {
    display: none !important;
}

@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap");

@media (max-width: 768px) {
    .d-sm-none {
        display: none !important;
    }
}

.d-none {
    display: none !important;
}

@media (max-width: 768px) {
    .d-none {
        display: block !important;
    }
}

.main-catalog {
    padding: 1rem 1rem 4rem 1rem;
    background: #f8f8f8;
    text-align: center;
}

.main-catalog__title {
    font-family: "JetBrains Mono", monospace;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: normal;
    margin: 0 0 2rem 0;
}

@media (max-width: 768px) {
    .main-catalog__title {
        font-size: 36px;
        margin: 0 0 1rem 0;
    }
}

.main-catalog__header {
    padding-block: 5rem;
}

@media (max-width: 768px) {
    .main-catalog__header {
        padding-block: 1rem;
    }
}

.main-catalog__subtitle {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #4f5864;
    opacity: 0.6;
    margin: 0 0 1rem 0;
}

@media (max-width: 768px) {
    .main-catalog__subtitle {
        font-size: 16px;
    }
}

.main-catalog__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    row-gap: 2rem;
}

@media (max-width: 1200px) {
    .main-catalog__grid {
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .main-catalog__grid {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
}

.main-catalog__grid::-webkit-scrollbar {
    display: none;
}

.product-card {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100% !important;
    max-height: unset !important;
    video {
        height: 100% !important;
    }
}

.product-card__image {
    height: 690px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    .product-card__image {
        height: 390px;
    }
}

.product-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.product-card__title {
    margin: 1rem 0 0.5rem;
    font-weight: 400;
    font-size: 16px;
    font-family: "Helvetica Neue", sans-serif;
}

.product-card__price {
    font-weight: 300;
    margin: 0rem 0 0.5rem;
    font-family: "Helvetica Neue", sans-serif;
}

.product-card__colors {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
}

.product-card__color {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #000;
}

.product-card__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.product-card__video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card__add {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #1d1d1d;
    color: #fff;
    font-size: 1.5rem;
    border: none;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 2;
    font-weight: 400;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    line-height: 1;
    padding: 0 0 3px 0;
}

.discount {
    background: #f3f3f3;
}

.discount__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0rem 0rem;
    background: #fff;
    height: 450px;
}

@media (max-width: 768px) {
    .discount__container {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }
}

.discount__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    padding: 4rem;
}

@media (max-width: 768px) {
    .discount__text {
        position: relative;
        z-index: 2;
        color: white;
        gap: 32px;
        background-color: #0d0d0d;
        padding: 1em;
        width: 100%;
    }
}

.discount__title {
    font-family: "JetBrains Mono", monospace;
    font-size: 48px;
    font-weight: 400;
    margin: 0px;
}

@media (max-width: 768px) {
    .discount__title {
        position: relative;
        z-index: 2;
        color: white;
        font-size: 36px;
    }
}

.discount__desc {
    font-size: 18px;
    color: #4f5864;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Helvetica Neue", sans-serif;
    margin: 0px;
}

@media (max-width: 768px) {
    .discount__desc {
        position: relative;
        z-index: 2;
        color: #f1f1f1;
        font-size: 18px;
    }
}

.discount__button {
    display: inline-block;
    padding: 1rem 0em;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    width: 260px;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .discount__button {
        color: #fff !important;
    }
}

.discount__image {
    height: 450px;
}

.discount__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .discount__image {
        position: absolute;
        inset: 0;
        z-index: 1;
    }
}

.discount__note {
    background: #f3f3f3;
    padding: 5rem 20% 1rem 20%;
    text-align: center;
}

@media (max-width: 768px) {
    .discount__note {
        padding: 2rem 10px;
    }
}

.discount__note-text {
    font-family: "JetBrains Mono";
    font-size: 24px;
    line-height: 160%;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 768px) {
    .discount__note-text {
        font-size: 20px;
        line-height: 140%;
        text-align: center;
    }
}

.landing__button:focus-visible {
    outline: 2px solid #1d1d1d;
    outline-offset: 3px;
}

.landing__button--black {
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    background: #1d1d1d;
    color: #fff;
    border: 1px solid #1d1d1d;
}

.landing__button--black:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.landing__button--white {
    -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
}

.landing__button--white:hover {
    background: #1d1d1d;
    color: #fff;
    border-color: #1d1d1d;
}

.filters--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    gap: 0.5rem;
}

@media (max-width: 768px) {
    .filters--desktop {
        display: none;
    }
}

.filters--desktop .filters__first {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters--desktop .filters__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.filters--desktop .filters__button {
    border: none;
    background: none;
    font-family: "JetBrains Mono", monospace;
    font-size: 16px;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #1d1d1d;
}

.filters--desktop .filters__button:hover {
    color: #000;
    text-decoration: underline;
}

.filters--desktop .filters__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters--desktop .filters__tag {
    border: 1px solid #000;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "JetBrains Mono", monospace;
}

.filters--desktop .filters__remove {
    margin-left: 0.5em;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

.filters--desktop .filters__clear {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    margin-left: 1rem;
}

.filters--desktop .filters__apply {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    margin-left: 1rem;
}

.filters--desktop .filters__sort {
    margin-left: auto;
    font-size: 14px;
    font-family: "JetBrains Mono", monospace;
    cursor: pointer;
}

@media (max-width: 768px) {
    .filters--mobile {
        display: block;
        padding: 1rem 0rem;
    }
}

.filters--mobile .filters__sort {
    margin-left: auto;
    font-size: 14px;
    font-family: "JetBrains Mono", monospace;
    cursor: pointer;
}

@media (min-width: 768px) {
    .filters--mobile .filters__sort {
        display: none;
    }
}

.filters--mobile .filters__button {
    border: none;
    background: none;
    font-family: "JetBrains Mono", monospace;
    font-size: 14px;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #1d1d1d;
}

.filters--mobile .filters__button:hover {
    color: #000;
    text-decoration: underline;
}

.filters--mobile .filters__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters--mobile .filters__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fefefe;
    z-index: 999;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.2rem 1rem;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 0 1px #ddd;
    box-shadow: 0 0 0 1px #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters--mobile .filters__sidebar .filters__sidebar-header {
    font-family: "JetBrains Mono", monospace;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.filters--mobile .filters__sidebar .filters__close {
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 1;
}

.filters--mobile .filters__sidebar .filters__groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.filters--mobile .filters__sidebar .filters__group .filters__title {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #1d1d1d;
    margin: 0 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.filters--mobile .filters__sidebar .filters__group .filters__title::after {
    content: "↓";
    font-size: 12px;
    margin-left: 0.5rem;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    display: inline-block;
}

.filters--mobile
.filters__sidebar
.filters__group
.filters__title.is-open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filters--mobile
.filters__sidebar
.filters__group.is-open
.filters__title::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filters--mobile .filters__sidebar .filters__group .filters__options {
    display: none;
}

.filters--mobile .filters__sidebar .filters__group .filters__options.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.filters--mobile
.filters__sidebar
.filters__group
.filters__options
.filters__option {
    font-size: 14px;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    border: 1px solid #1d1d1d;
    border-radius: 2px;
}

.filters--mobile
.filters__sidebar
.filters__group
.filters__options
.filters__option.is-selected {
    background-color: #000;
    color: #fff;
}

.filters--mobile
.filters__sidebar
.filters__group
.filters__options
.filters__option:hover {
    text-decoration: underline;
}

/*.filters--mobile .filters__sidebar .filters__group .filters__options .filters__colors {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  gap: 0.75rem;*/
/*}*/

.filters--mobile
.filters__sidebar
.filters__group
.filters__options
.filters__color {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #000;
    cursor: pointer;
}

.filters--mobile
.filters__sidebar
.filters__group
.filters__options
.filters__color.is-selected {
    background-color: #000;
    border: 1px solid #d5d7de;
}

.filters--mobile .filters__sidebar .filters__actions {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
    width: 90%;
}

.filters--mobile .filters__sidebar .filters__actions .filters__save {
    background: #1d1d1d;
    color: #fff;
    padding: 0.9rem;
    font-size: 16px;
    font-family: "JetBrains Mono", monospace;
    border: none;
    cursor: pointer;
}

.filters--mobile .filters__sidebar .filters__actions .filters__reset {
    background: #fff;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    padding: 0.9rem;
    font-size: 16px;
    font-family: "JetBrains Mono", monospace;
    cursor: pointer;
}

.filters__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.4rem;
    padding: 0.6rem 1rem;
    font-size: 16px;
    font-weight: 500;
    font-family: "JetBrains Mono", monospace;
    background: transparent;
    color: #1d1d1d;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    display: none;
}

@media (max-width: 768px) {
    .filters__toggle {
        display: block;
    }
}

.filters__toggle:hover {
    background: #eaeaea;
}

.filters__toggle .filters__icon {
    font-size: 12px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.filters__dropdown {
    position: relative;
}

.filters__dropdown .filters__options {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: -10px;
    background: #fff;
    padding: 0.5rem;
    min-width: 160px;
    z-index: 8;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    font-family: "JetBrains Mono", monospace;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
}

.filters__dropdown .filters__option {
    display: block;
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.filters__dropdown .filters__option:hover {
    background: #eee;
}

.filters__dropdown.is-open .filters__options {
    display: block;
}

.filters__dropdown.is-open .filters__options--colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .product-card__title {
        font-size: 12px !important;
    }
}
/*# sourceMappingURL=catalog.css.map */

/* End */
/* /local/components/aholin/catalog.mini/templates/.default/style.css?176900531118218 */
