:root {
    --main-margin: 16px;
    --container-space: calc((100vw - 100%) / 2);
    --product-card-width: 308px;
    --section-margin: 60px;
    --header-height: 78px;
}
body * {
    font-family: 'RobotoCondensed' !important;
}
section {
    overflow-x: hidden;
}
.container {
    max-width: 100%;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.text-center {
    text-align: center;
}
.home-page-title {
    margin-bottom: 30px;
}
.section-description {
    line-height: 1.4;
}
.primary-btn {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 18px 36px;
    background: #000;
    display: inline-block;
    position: relative;
}
.hover-btn-white::before, .primary-btn-animate::before, .primary-btn-animate::before, .primary-btn-animate::after {
    content: '';
    width: 0;
    height: 100%;
    transition: width 300ms ease;
    position: absolute;
    left: 0;
    top: 0;
}
.primary-btn-animate {
    border: 1px solid transparent;
}
.primary-btn-animate:hover {
    color: #000;
}
.primary-btn-animate::before {
    width: 100%;
    background-color: #000;
    z-index: -2;
}
.primary-btn-animate::after {
    background-color: #fff;
    z-index: -1;
}
.hover-btn-white, .hover-btn-underline, .primary-btn-animate {
    z-index: 1;
    position: relative;
}
.hover-btn-white:hover {
    color: #000;
}
.hover-btn-white::before {
    background-color: #fff;
    z-index: -1;
}
.hover-btn-white:hover::before, .primary-btn-animate:hover::after {
    width: 100%;
}
.hover-btn-underline {
    line-height: 1 !important;
    text-decoration: none !important;
}
.hover-btn-underline::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
}
.hover-btn-underline:hover::before {
    animation-name: btnUnderline;
    animation-duration: 300ms;
    animation-iteration-count: 1;
}
.delivery-section {
    background: #000;;
}
.delivery__text {
    font-size: 12px;
    text-align: center;
    padding: 3px;
    color: #fff;
}
.sticky .header {
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
}
.sticky .main-slider-section {
    padding-top: 54px;
}
.header-inner {
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(3px);
}
.header__logo {
    line-height: 1;
    display: flex;
}
.header__wish.header-default-main__wish, .header__cart.header-default-main__cart {
    width: unset;
    height: unset;
    margin: 0;
}
.header__search, .header__search .icon {
    width: 20px;
    height: 20px;
}
.header__wish.header-default-main__wish .icon {
    width: 20px;
    height: 18px;
}
.header__cart.header-default-main__cart .icon {
    width: 24px;
    height: 24px;
}
.home-page-title + .section-description {
    margin-top: 12px;
    margin-bottom: 30px;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-default-main__menu {
    margin: unset;
}
.header__menu--item {
    font-size: 14px;
    font-weight: 400;
    transition: opacity 300ms ease;
}
.header__menu, .header__items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__items button {
    transition: opacity 300ms ease;
}
.modal-menu__nav ul >li >a {
    transition: all 300ms ease;
}
.main-slider__inner {
    position: relative;
}
.main-slider__image {
    height: calc(100vh - var(--header-height));
}
.main-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider__content {
    width: 100%;
    height: 100%;
    padding: 0 60px 60px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.52%, rgba(0, 0, 0, 0.5) 100%); */
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
}
.main-slider__content--top {
    color: #000;
}
.main-slider__content--top h1, .home-page-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 110%;
    text-transform: uppercase;
}
.main-slider__content--top p {
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}
.card-item__header, .card-item__header--catalog img {
    aspect-ratio: 1;
}
.new-collection-section {
    margin: var(--main-margin) 0 0;
    overflow: hidden;
    position: relative;
}
.new-collection__inner {
    display: flex;
    align-items: stretch;
    overflow: visible;
}
.new-collection__left-col {
    flex-shrink: 0;
    z-index: 2;
    background: #fff;
}
.new-collection__right-col >.swiper {
    margin-left: 0;
}
.new-collection__right-col .card-item {
    padding-bottom: 5px;
}
.new-collection__slide {
    width: var(--product-card-width);
    flex: 0 0 auto;
    text-align: left;
}
.new-collection__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.new-collection__small-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: auto;
}
.new-collection__big-title {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: var(--main-margin);
}
.new-collection__text {
    margin-bottom: calc(var(--main-margin) * 2);
    opacity: .3;
}
.collections-section {
    margin-top: var(--section-margin);
    margin-bottom: var(--section-margin);
}
.collection-block {
    text-align: left;
    font-size: 16px;
    overflow: hidden;
}
.collection-block__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 100ms ease-in-out;
}
.collection-block__image.on-hover {
    opacity: 0;
    z-index: 1;
}
.collection-block__content {
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0 20px 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
}
.collection-block__content::before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.66%, rgba(0, 0, 0, 1) 100%);
    opacity: .2;
    transition: opacity 100ms linear;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.collection-block__title {
    font-size: 24px;
    text-transform: uppercase;
    transition: bottom 200ms linear;
}
.collection-block__text {
    max-width: 371px;
    opacity: 0;
    transition: opacity 200ms linear;
}
.hits-slider {
    overflow: visible;
}
.hits__slide {
    width: var(--product-card-width);
    flex: 0 0 auto;
    text-align: left;
}
.categories-section {
    --right-column-width: 416px;
    margin: 60px 0 0;
}
.categories-section__row {
    display: flex;
    gap: var(--main-margin);
}
.categories-section__list {
    width: calc(100% - var(--main-margin) - var(--right-column-width));
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}
.categories-section__list.is-image-show >li a {
    transition: opacity 300ms ease-in-out;
}
.categories-section__item {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}
.categories-section__item a {
    font-size: 24px;
    text-transform: uppercase;
    padding: 26px 0;
    transition: all 200ms linear;
    display: block;
}
.categories-section__item--all a {
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    padding-top: 35px;
    padding-bottom: 0;
}
.categories-section__images {
    width: var(--right-column-width);
    margin-top: -1px;
}
.categories-section__images--inner {
    height: 100%;
    position: relative;
}
.categories-section__image {
    width: 100%;
    height: 100%;
    opacity: 0;
    aspect-ratio: 3 / 4;
    transition: opacity 300ms ease-in-out;
    position: absolute;
}
.categories-section__image.active {
    opacity: 1;
}
.categories-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section {
    margin: var(--section-margin) 0 0;
}
.about-section__inner {
    position: relative;
}
.about-section__title {
    margin-bottom: var(--main-margin);
}
.about-section__image {
    height: 516px;
}
.about-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 45%;
}
.about-section__content {
    margin-bottom: 60px;
}
.about-section__content--right {
    z-index: 1;
    position: relative;
}
.about-section__content__small-image {
    position: absolute;
}
.about-section__content__small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.about-section__content--text {
    color: #000;
    opacity: .3;
}
.shops-section {
    margin: var(--section-margin) 0;
}
.shops-section__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:var(--main-margin);
}
.shops-section__image {
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}
.shops-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
    transition: opacity 300ms ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
}
.shops-section__image.on-hover {
    opacity: 0;
}
.shops-section__content {
    margin-top: 16px;
}
.shops-section__title, .shops-section__desc {
    font-size: 14px;
    line-height: 1.3;
}
.shops-section__desc {
    opacity: 0.3;
    margin-top: 10px;
}
.footer {
    background: #000;
}
.footer__inner {
    color: #fff;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.footer-contacts__item {
    font-size: 24px;
    line-height: 1.1;
}
.footer-contacts__social {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-contacts__social a {
    transition: opacity 300ms ease;
}
.footer-contacts__social--text {
    opacity: 0.5;
}
.footer-contacts__social--text, .footer-contacts__social--groups a {
    font-size: 14px;
    line-height: 1;
}
.footer-contacts__social--groups {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-contacts__social--groups a {
    transition: opacity 300ms ease;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
    gap: 180px;
}
.footer-nav__title {
    opacity: 0.5;
    margin-bottom: 12px;
    font-size: 14px;
}
.footer-nav__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-nav__item {
    font-size: 14px;
    transition: opacity 300ms ease;
}
.footer .form-subscribe__row {
    flex-direction: column;
    gap: 10px;
}
.footer .form-subscribe {
    margin: 0;
}
.footer .form-subscribe label, .footer .form-subscribe input {
    width: 100%;
    margin: 0;
}
.footer .form-subscribe button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.footer .form-subscribe__caption {
    margin-top: 10px;
}
.footer-subscribe__text {
    opacity: .5;
    margin-bottom: 12px;
    font-size: 16px;
}
.footer-copyright {
    margin-top: 30px;
}
.footer-copyright__text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.footer-copyright__make {
    opacity: .7;
    font-size: 10px;
    line-height: 1.5;
    text-transform: uppercase;
}
.footer-subscribe__btn {
    height: 45px;
    font-size: 14px;
    border: 1px solid #fff;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}
.footer-subscribe__btn span {
    position: relative;
    z-index: 1;
}
.footer .border-svg {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
}
.footer .border-rect {
    stroke-dasharray: 706;
    stroke-dashoffset: 706;
}
@keyframes btnUnderline {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .footer-nav__list:hover li:not(:hover), 
    .footer-contacts__social:hover a:not(:hover), 
    .footer-contacts__social--groups:hover a:not(:hover), 
    .header__menu:hover a:not(:hover), 
    .header__items:hover button:not(:hover),
    .modal-menu__nav ul:hover >li:not(:hover) >a {
        opacity: .5;
    }
    .footer-subscribe__btn:hover .border-rect {
        stroke-dashoffset: 0;
        transition: stroke-dashoffset 0.5s ease-in-out;
    }
    .footer-subscribe__btn:hover {
        border-color: transparent;
    }
    .modal-menu__nav ul >li >a:hover {
        color: #000;
    }
    .categories-section__list.is-image-show >li:not(.active) a {
        opacity: .3;
    }
    .collection-block:hover .collection-block__content::before {
        opacity: .5;
    }
    .collection-block__big:hover .collection-block__image.on-hover + .collection-block__image, .collection-block__text, .shops-section__image:hover img.on-hover + img {
        opacity: 0;
    }
    .collection-block:hover .collection-block__image.on-hover, .collection-block:hover .collection-block__text, .shops-section__image:hover img.on-hover {
        opacity: 1;
    }
    .collection-block__title, .collection-block__text {
        position: absolute;
        bottom: 20px;
    }
}
@media (hover: none) or (pointer: coarse) or (pointer: none) {
    .collection-block__title, .collection-block__text {
        position: relative;
        bottom: unset;
    }
    .collection-block__text {
        opacity: 1;
    }
    .collection-block .collection-block__content::before {
        opacity: .5;
    }
}
@media (min-width: 992px) {
    .only-mobile {
        display: none;
    }
    .header-default-main__menu {
        width: unset;
        height: unset;
    }
    .header__items {
        width: 166px;
    }
    .new-collection-section {
        --left-col-width: 300px;
    }
    .new-collection__content {
        padding: 30px 30px 0 0;
        height: calc(100% - 84px);
    }
    .new-collection__left-col {
        width: var(--left-col-width);
        margin-right: var(--main-margin);
    }
    .new-collection__right-col {
        width: calc(100vw - var(--left-col-width) - var(--main-margin) - var(--container-space));
    }
    .collections__grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--main-margin);
    }
    .collection-block {
        height: 416px;
        position: relative;
    }
    .collection-block__big:nth-child(4n + 1) {
        grid-column: 1 / 3;
    }
    .collection-block__big:nth-child(2n + 4) {
        grid-column: 2 / 4;
    }
    .collection-block__image {
        position: absolute;
    }
    .collection-block:nth-child(1) .collection-block__image:not(.on-hover) {
        transform: rotateY(180deg);
        object-position: 50% 70%;
    }
    .collection-block:nth-child(1) .collection-block__image.on-hover {
        /* transform: scale(1.2); */
        object-position: 0 45%;
    }
    .collection-block:nth-child(3) .collection-block__image.on-hover {
        object-position: 0 0;
    }
    .collection-block:nth-child(5) .collection-block__image:not(.on-hover) {
        transform: rotateY(180deg);
        object-position: 50% 70%;
    }
    .about-section__content {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .about-section__content {
        gap: var(--main-margin);
    }
    .about-section__content--left {
        padding-right: calc(var(--section-margin) - var(--main-margin));
        grid-column: 1 / 3;
    }
    .about-section__content--right {
        transform: translateY(-38.5px);
        grid-column: 3 / 4;
    }
    .footer-subscribe {
        max-width: 310px;
        text-align: right;
    }
    .footer .form-subscribe label, .footer .form-subscribe input {
        text-align: right;
    }
}
@media (min-width: 1920px) {
    .about-section__image {
        height: 800px;
    }
    .about-section__content__small-image img {
        max-width: 850px;
        max-height: 850px;
    }
}
@media (max-width: 1349px) {
    .footer-nav {
        gap: 90px;
    }
}
@media (max-width: 991px) {
    :root {
        --product-card-width: 146px;
        --main-margin: 8px;
        --section-margin: 40px;
    }
    .px-60 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .only-pc {
        display: none;
    }
    .primary-btn {
        width: 100%;
        font-size: 14px;
    }
    .header-default-main__items {
        width: unset;
    }
    .header__search, .header__search .icon, .header__wish.header-default-main__wish .icon, .header__cart.header-default-main__cart .icon {
        width: 16px;
        height: 16px;
    }
    .header__cart.header-default-main__cart .icon--cart-active {
        width: 20px;
    }
    .new-collection-section {
        margin-top: var(--section-margin);
    }
    .new-collection__inner {
        flex-direction: column;
    }
    .new-collection__right-col >.swiper {
        overflow: visible;
    }
    .new-collection__small-title {
        margin-bottom: 30px;
    }
    .new-collection__text, .categories-section__item--all a {
        font-size: 14px;
    }
    .new-collection__slider {
        margin-bottom: 30px;
    }
    .new-collection__slide {
        width: calc(50% - var(--main-margin));
    }
    .categories-section {
        margin-top: var(--section-margin);
    }
    .categories-section__list {
        width: 100%;
    }
    .categories-section__item {
        min-height: 50px;
    }
    .categories-section__item a {
        font-size: 20px;
        line-height: 50px;
        padding: 0;
    }
    .categories-section__item--all a {
        font-size: 14px;
        padding: 0;
    }
    .collections {
        height: 564px;
        overflow: visible;
    }
    .collection-block {
        width: calc(100% - var(--main-margin));
    }
    .collection-block__image.on-hover {
        display: none;
    }
    .collection-block__title {
        font-size: 20px;
    }
    .collection-block__text {
        font-size: 14px;
        opacity: 1;
    }
    .hits__slide {
        width: calc(50% - var(--main-margin));
    }
    .card-item__badges {
        right: 0;
        top: 0;
    }
    .card-item__badge .icon {
        width: 13px;
        height: 13px;
    }
    .card-item__footer {
        opacity: 1;
        visibility: visible;
    }
    .main-slider__content--top h1, .home-page-title {
        font-size: 24px;
    }
    .main-slider__image {
        height: calc((100 * var(--fixed_vh, 1dvh)) - var(--header-height));
    }
    .about-section__content--right {
        display: none;
    }
    .about-section__content {
        margin-bottom: 20px;
    }
    .about-section__content--text >*:not(.home-page-title) {
        font-size: 14px;
    }
    .shops-section__content {
        margin-top: 6px;
    }
    .shops-section__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: calc(var(--main-margin) * 2);
    }
    .shops-section__desc {
        margin-top: 5px;
    }
    .footer__inner {
        flex-direction: column;
        gap: 40px;
    }
    .footer-contacts__item {
        font-size: 20px;
    }
    .footer-contacts__social {
        margin-bottom: 0;
    }
    .footer-nav {
        justify-content: flex-start;
    }
    .footer-nav__title {
        width: 100px;
        text-align: left;
    }
    .footer-contacts__social--text {
        margin-bottom: 16px;
    }
    .footer-subscribe__text {
        font-size: 14px;
    }
    .footer-copyright {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .main-slider__content {
        gap: 16px;
        padding: 0 15px 15px;
    }
}
@media (max-width: 767px) {
    .about-section__image {
        padding-left: 10px;
        padding-right: 10px;
    }
    .shops-section__title, .shops-section__desc {
        font-size: 12px;
    }
    .footer-nav {
        flex-direction: column;
        gap: 40px;
    }
    .footer-nav__col {
        display: flex;
        align-items: flex-start;
    }
    .footer-nav__list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .footer-nav__title span::after {
        content: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.5664%200.424096L7.49536%207.49516L0.424293%200.424094%22%20stroke%3D%22white%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E');
        margin-left: 10px;
        transition: transform 0.3s ease;
        display: inline-block;
    }
    .footer-nav__title.is-show span::after {
        transform: rotate(-180deg);
    }
}