.catalog-collections__head-title {
    font-family: DIN-Alternate;
    text-transform: uppercase;
    letter-spacing: 0.04rem;
}
.catalog-product__min-picture-img {
    width: calc(100% - 1.5rem) !important;
    left: .75rem;
}
.catalog-product__name:hover {
    /* color: var(--color__fill-1); */
    opacity: .7;
}
.catalog-product__min-gallery-carusel {
    width: 100%;
}
.catalog-product__buy:hover {}

.catalog-product__buy:hover .catalog-product__buy-circle {
    background-color: var(--color__fill-1-h);
}

.catalog-collection {position: relative;width: 100%;padding-bottom: 88.9344262295082%;background-color: var(--color__fill-1);overflow: hidden;border-radius: .75rem;}
.catalog-collection__bg {position: absolute;width: 100%;height: 100%;transition: all ease .24s;background-color: #2f2824;}
.catalog-collection__bg-img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background-position: center;background-size: cover;opacity: .8;transition: all ease .24s;}
.catalog-collection__bg-mask {position: absolute;width: 100%;height: 7rem;background: linear-gradient(0deg, #3A3330 0%, rgba(58, 51, 48, 0) 100%);opacity: 0.8;/* transform: matrix(1, 0, 0, -1, 0, 0); */bottom: 0;}
.catalog-collection__info {width: 100%;z-index: 2;opacity: 0;transition: all ease .24s;transform: translateY(-1rem);}
 
.catalog-collection__info-col {
}
.catalog-collection__info-value, .catalog-collection__info-value span {font-family: DIN-Alternate;}
 
.catalog-collection__info-label {opacity: .8;}
 
 
.catalog-collection__info-devider {height: 3.5rem;border-left: 1px solid white;opacity: .24;}
 
 
.catalog-collection__content {width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;}
.catalog-collection__name {
}
 
.catalog-collection__arrorw {width: 2rem;height: 1.2rem;position: absolute;right: 1.5rem;background-size: contain;/* bottom: 2rem; */transition: all ease .24s;}
 
.catalog-collection__link {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 4;}

.catalog-collection:hover {}

.catalog-collection:hover .catalog-collection__bg {
    height: calc(100% - 5rem);
}

.catalog-collection:hover .catalog-collection__bg-img {opacity: .4;}

.catalog-collection:hover .catalog-collection__info {
    opacity: 1;
    /* transition-delay: .16s; */
    transform: translateY(0rem);
}


.catalog-product {
}
 
.catalog-product__type-big {overflow: hidden;border-radius: .75rem;height: 100%;display: flex;justify-content: space-between;flex-direction: column;}
.catalog-product__big-gallery {
}
 
 
.catalog-product__big-picture {padding-bottom: 70.6989247311828%;display: flex;/* justify-content: center; *//* align-items: center; */width: 100%;background-color: rgb(0 0 0 / 16%);}
.catalog-product__big-picture-img, .catalog-product__min-picture-img {width: 100%;height: 100%;position: absolute;object-fit: cover;transition: all ease .24s;}
.catalog-product__gallery-pagination {position: absolute;bottom: 1.5rem;width: 100%;z-index: 5;}
 
 
.catalog-product__big-info {position: relative;padding-right: 5rem !important;flex: 1;}
 .catalog-product__min-gallery .type-carusel {
    /* height: 100%; */
    position: unset;
}
 
.catalog-product__name {color: white;}
.catalog-product__cost {opacity: .63;}
 
.catalog-product__price, .catalog-product__price span {font-family: DIN-Alternate;}
 
 
 
 
.catalog-product__delivery {font-family: DIN-Alternate;opacity: .6;}
.catalog-product__buy {width: 3rem;height: 3rem;position: absolute;cursor: pointer;}
 
 
.catalog-product__buy-icon {width: 1.25rem;height: 1.25rem;background-position: center;background-size: 1.25rem 1.25rem;position: absolute;z-index: 2;}
 
.catalog-product__buy-circle {position: absolute;width: 100%;height: 100%;border-radius: 100%;background-color: var(--color__fill-1);transition: all ease .24s;transform: scale(0);}
.catalog-product__type-min {height: 100%;display: flex;flex-direction: column;}
.catalog-product__min-tumb {width: 100%;padding-bottom: 146.66666666666666%;background: linear-gradient(180deg, rgb(33 29 26 / 80%) 0%, rgb(48 41 37 / 80%) 100%);border-radius: .75rem;overflow: hidden;position: relative;}
.catalog-product__marker {position: absolute;left: 2rem;top: 2rem;font-family: DIN Alternate;
/* identical to box height, or 143% */display: flex;align-items: center;letter-spacing: 0.04em;text-transform: uppercase;z-index: 3;

/* main / color__white */color: #FFFFFF;opacity: 0.5;}
.catalog-product__min-gallery {position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.catalog-product__min-picture {display: flex;width: 100%;/* height: 100%; */padding-bottom: 105.68862275449102%;/* padding-left: .75rem; *//* padding-right: .75rem; */transition: all ease .24s;}
.catalog-product__min-info {flex: 1;}

.catalog-products__items {
    width: calc(100% + 1.5rem);
}

.catalog-product__buy.--min {
    top: 1.125rem;
    right: 1.125rem;
 
}

.catalog-product__buy:hover {}

.catalog-product__buy:hover .catalog-product__buy-circle, .catalog-product:hover .catalog-product__buy-circle {
    transform: scale(1);
}

.catalog-product__buy.--big {
    top: 50%;
    margin-top: -1.5rem;
    right: 1.125rem;
}
.catalog-collections-carusel {
    background-color: #38302D;
    /* margin: 3rem 0 !important; */
    /* padding: 3rem 0 !important; */
}
 
.catalog-product:hover .catalog-product__min-picture-img {
    transform: scale(1.03);
}

 



.catalog-add-to-cart {
}
.catalog-add-to-cart__product {
}
.catalog-add-to-cart__product-tumb {
}
 
 
.catalog-add-to-cart__product-img {height: 11.5rem;}
 
.catalog-add-to-cart__product-info {
}
 
.catalog-add-to-cart__product-name {text-align: center;}
.catalog-add-to-cart__product-props {
}
 
 
.catalog-add-to-cart__product-prop {opacity: .5;}
.catalog-add-to-cart__product-prop-devider {height: 1rem;width: 1px;background-color: white;opacity: .12;}
 
.catalog-add-to-cart__product-price, .catalog-add-to-cart__product-price span {font-family: DIN Alternate;text-align: center;}
 
 
.catalog-add-to-cart__devider {width: 100%;border-bottom: 1px solid white;opacity: .12;}
 
.catalog-add-to-cart__actions {
}
.catalog-add-to-cart__actions-label {font-family: DIN Alternate;text-align: center;letter-spacing: 0.06em;text-transform: uppercase;}
.catalog-add-to-cart__actions-btn {
}
 
 
 
.catalog-add-to-cart__btn {font-weight: 600 !important;height: 3.5rem;}

.catalog-buy-one-click {
}
.catalog-buy-one-click__title {opacity: .6;text-align: center;}
 
.catalog-buy-one-click__lines {
}
 
 
.catalog-buy-one-click__line {
}
 
 
.catalog-buy-one-click__input {
}
 
 
.catalog-buy-one-click__btn {height: 3.5rem;border-radius: .75rem;font-weight: 500 !important;}

.catalog-buy-one-click__policy {
    text-align: center;
    opacity: .6;
}

.catalog-product__model-color {
    width: 2rem;
}

.catalog-product__mini-desc {
    opacity: .4;
}
