@import url('//fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Cormorant:wght@700&display=swap');

:root {
    --main-color-black: #0D0802;
    --main-color-white: #fff;
    --add-color-gray: #B8B8B8;

}

html,
body {
    position: relative;
    /* font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: var(--main-color-black);
    background-color: #fff;
    font-variant-numeric: lining-nums proportional-nums;
}

* {
    box-sizing: border-box;
}

main {
    /* overflow: hidden; */
    min-height: 100vh;
}

section {
    scroll-margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 80px;
}


section .container,
section .container-fluid {
    max-width: 1416px;
    padding-left: 50px;
    padding-right: 50px;
}

p {
    margin: 0;
}

h1, h2, h3 {
    margin: 0;
}

h2 {
    color: var(--black, #0D0802);
    font-variant-numeric: lining-nums proportional-nums;
    /* P1 */
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 30px */
    letter-spacing: 0.75px;
}

main > div {
    padding: 0 50px;
    max-width: 1416px;
}

.navbar {
    position: fixed;
    top: 0;
    background-color: var(--add-color-grey);
    padding: 0;
    width: 100%;
    z-index: 99;
    height: 78px;
    transition: all 300ms;
}

.navbar .container-fluid {
    max-width: 1416px;
    padding-left:  48px;
    padding-right:  48px;
}

.navbar.active {
    background-color: #fff;
    /* background-color: #6C1C27; */
    transition: all 300ms;
}

.navbar.active-i {
    background-color: var(--main-color-blue)!important;
}

.nav-link {
    cursor: pointer;
    position: relative;
}

.nav-link:hover::after, .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--main-color-black);
    width: 100%;
    height: 2px;
}

.nav-link.icon:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 2px;
}

.link.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    background-color: var(--main-color-blue);
    width: 100%;
    height: 2px;
}

.navbar-logo {
    height: 34px;
}

.navbar-links {
    gap: 34px;
    align-self: stretch;
    align-items: center;
    flex: 1;
}

.navbar-links > .nav-link {
    height: 100%;
    align-items: center;
    display: flex;
}

.nav-link.icon {
    height: fit-content;
}


.navbar-links-container {
    height: 100%;
    align-items: center;
}

.hero-section-carousel {
    position: relative;
    /* height: 1000px; */
    height: 95vh;
    /* max-height: 625px; */
    overflow: hidden;
}

.hero-section-title-wrapper .button-white {
    white-space: nowrap;
}

.owl-stage-outer {
    /* height: 100%!important; */
}

.owl-carousel .owl-stage {
    display: flex;
    height: 100%;
  }


.swiper-nav-container {
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
    justify-content: space-between;
    max-width: 1426px;
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 0;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 25px;
    margin-top: auto;
    margin-bottom: auto;
    height: 0;
}

.hero-section-carousel .swiper-button-prev {
    left: 48px;
}

.hero-section-carousel .swiper-button-next {
    right: 48px;
}

.swiper-button-prev, .swiper-button-next {
    font-size: 48px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    color: transparent!important;
}

.owl-dots {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.owl-dot {
    width: 13px;
    height: 13px;
    border-radius: 500px;
}

.swiper-pagination-bullet, .owl-dot  {
    background: rgba(229, 229, 229, 0.46)!important;
}

.swiper-pagination-bullet-active, .owl-dot.active {
    background: #DCDBDB!important;
}



.owl-item {
    display: flex;
    height: 100%;
}

.hero-section-carousel .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-carousel .item > div {
    display: flex;
    justify-content: end;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 1416px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
}

.hero-section-carousel .swiper-slide > div {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: end;
    width: 100%;
    height: 100%;
    max-width: 1416px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
}

.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    height: auto;
}

.swiper-wrapper {
    height: 100%;
    align-items: stretch;
  }
  

.hero-section-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-right: 40px;
}

.hero-section-subtitle {
    text-align: center;
    font-family: Raleway;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 30px */
    letter-spacing: 0.75px;
    color: var(--white, #FFF);
    font-variant-numeric: lining-nums proportional-nums;

}

.hero-section-title {
    font-family: Cormorant;
    color: #fff;
    text-align: center;
    max-width: 16ch;
    font-variant-numeric: lining-nums tabular-nums;
    /* H1 */
    font-family: Cormorant;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 77px */
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.hero-section-carousel .owl-item img {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 0;
    object-position: top;
    
  }

  .hero-section-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    /* height: auto; */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-position: top;
  }


.hero-section-carousel .carousel-inner, .hero-section-carousel .carousel-item {
    height: 100%;
}

.hero-section-carousel .carousel-inner  img {
    object-position: center;
}


.sidebar {
    position: fixed;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    top: 0;
    left: 0;
}

.sidebar.active {
    visibility: visible;
}

.sidebar-drawer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    color: var(--main-color-blue);
    z-index: 998;
    /* visibility: hidden; */
    transform: translateY(-100%);
    transition: 300ms;
    padding: 40px 20px;
    padding-top: 98px;
}

.sidebar-background {
    /* display: none; */
    position: absolute;
    z-index: 900;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(13, 8, 2, 0.30);
}

.sidebar-drawer.visible, .sidebar.visible .sidebar-drawer {
    visibility: visible;
    transition: all 300ms;
    transform: translate(0%);
}

.sidebar-buttons-container {
    gap: 100px;
}

.close-sidebar-wrapper {
    height: 78px;
    position: absolute;
    top: 0;
    right: 20px;
    display: flex;
    align-items: center;
}

.sidebar-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.sidebar-links > .nav-link {
    width: fit-content;
    height: 42px;
}

.sidebar-drawer .nav-link {
    font-size: 18px !important;
    margin: 0;
}

.sidebar-drawer .nav-link.active {

}



.items-amount {
    color: #fff!important;
    font-weight: 700;
    /* min-width: 16px; */
    width: fit-content;
    padding: 1.5px 4.5px;
    /* height: 16px; */
    position: absolute;
    top: 0;
    font-size: 11px;
    right: 0;
    background-color: var(--main-color-black);
    font-weight: 700;
    border-radius: 50%;
    transform: translate(50%, -25%);
    text-align: center;
}

.items-wishlist {
    color: #fff!important;
    font-weight: 700;
    /* min-width: 16px; */
    width: fit-content;
    padding: 1.5px 4.5px;
    /* height: 16px; */
    position: absolute;
    top: 0;
    font-size: 11px;
    right: 0;
    background-color: var(--main-color-black);
    font-weight: 700;
    border-radius: 50%;
    transform: translate(50%, -25%);
    text-align: center;
}


.carousel-item-wrapper {
    position: absolute;
}

a {
    text-decoration: none;
    color: var(--main-color-black);
}

.button-white {
    display: flex;
    /* color: var(--main-color-black); */
    padding: 20px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* background-color: #fff; */
    width: fit-content;
	border: 2px solid #fff;
    color: #fff;
}

.text-25 {
    font-size: 25px;
}


.button-black {
    display: flex;
    color: #fff;
    padding: 20px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--main-color-black);
    width: fit-content;
    font-variant-numeric: lining-nums proportional-nums;

}

.button-white-outline {
    display: flex;
    color: var(--main-color-black);
    padding: 20px 80px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    width: fit-content;
    border: 1px solid var(--black, #0D0802);
}



.catalog-section {
    /* padding: 120px 0; */
    
}

.product-slider {
    margin-top: 28px;
}

.product-slider-2 {
    margin-top: 22px;
}

.product-slider .owl-stage-outer {
    height: fit-content;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-card .heart {
    padding: 0;
    position: absolute;
    right: 16px;
    top: 12px;
	z-index:98;
}

.heart .liked {
    display: none;
}

.heart.active .liked {
    display: inherit;
}

.product-card a {
    flex: 1;
}

.owl-carousel-cards .owl-stage, .owl-carousel-cards .owl-item {
    display: flex;
}

.text-14 {
    font-size: 14px;
}

.product-slider-2 > .product-card__image{
    /* height: 400px; */
    max-height: 450px;
    overflow: hidden;
}

.product-card__image {
    height: 420px;
    max-height: 500px;
    overflow: hidden;
}

.product-card__image > img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
}

.product-card__image > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-card-body {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 20px;
    height: 100%;
}

.product-card-price{
    display: block;
    margin-top: auto;
}

.product-card-colors {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.product-card-colors__color {
    background-color: var(--item-color);
    border-radius: 500px;
    width: 22px;
    height: 22px;
}

.about-section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 120px;
    row-gap: 60px;
    overflow: hidden;
}

.about-section-container p {
    max-width: 370px;
    margin-bottom: 20px;
}

.about-text {
    max-width: 830px!important;
}

.about-link {
    color: var(--main-color-black);
    text-decoration: underline;
}


.about-section-container-images {
    display: flex;
    flex-direction: row;
    gap: 24px;
    flex-wrap: nowrap;
}

.about-section-images-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 24px;
}

.about-section-images-grid .image-1 {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 8;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section-images-grid .image-2 {
    display: flex;
    grid-column-start: 8;
    grid-column-end: 13;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-section-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}

.contacts-container {
    display: flex;
    flex-direction: column;
    grid-column-start: 1;
    grid-column-end: 6;
    gap: 40px;
}

.contacts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.map-container {
    display: flex;
    grid-column-start: 6;
    grid-column-end: 13;
}

.map-container img {
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100%;
}

footer > .container-fluid {
    display: flex;
    max-width: 1416px;
    padding: 40px 48px 60px 48px;
    flex-direction: column;
    align-items: center;
    gap: 90px;
    align-self: stretch;
    border-top: 1px solid #C4C4C4;
}

.footer-container {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    width: 100%;
    gap: 240px;
    row-gap: 64px;
    flex-wrap: wrap;
}

.footer-links-container {
    display: flex;
    flex-direction: row;
    gap: 48px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}

.footer-links__title {
    color: #2D2D2D;
    font-variant-numeric: lining-nums proportional-nums;
    /* P2 */
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}


.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 26px;
    color: #2D2D2D;
    font-variant-numeric: lining-nums proportional-nums;
    /* P2 */
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
}

.text-light-gray {
    color: var(--grey, #B8B8B8);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    /* P4 */
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}

.catalog-menu.active {
    visibility: visible;
    transition: all 300ms;
    opacity: 1;
}

.catalog-menu {
    /* display: none; */
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    margin-top: 78px;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #FAF9F8;
    height: 80vh;
    transition: all 300ms;
    z-index: 999;
}

.catalog-menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 0;
    height: 100%;
}

.catalog-menu-container > div {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 175px;
    row-gap: 20px;
}


.catalog-menu-links {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
	gap:20px;
}

.catalog-menu-links > .nav-link {
    position: relative;
    width: fit-content;
}

.catalog-menu-links > .nav-link > span {
    position: absolute;
    color: #6F6F6F;
    font-feature-settings: 'sups' on;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.catalog-menu-image-container {
    height: 100%;
    max-width: 630px;
    max-height: 694px;
    overflow: hidden;
}

.catalog-menu img {
    flex: 1;
    height: 100%;
    aspect-ratio: 630 / 694;
    object-fit: cover;
    object-position: center;
}


.navbar-burger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.burger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
    width: 40px;
    height: 40px;
    transition: all 200ms;
}


.burger * {
    transition: all 200ms;
}

.burger.active #burger {
    opacity: 0;
}

.burger #back {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.burger.active #back {
    opacity: 1;
}

.catalog-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 24px;
    /* max-width: 968px; */
}

.catalog-grid-favourites {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
    row-gap: 20px!important;
}

.catalog-header {
    padding-top: 98px;
    padding-bottom: 20px;
}

.catalog-header-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog-title-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: space-between;
}

.catalog-title-container > h1 {
    font-size: 25px;
}

.sort-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    border: 1px solid var(--grey, #B8B8B8);
    background-color: #fff;
}

.filters-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    max-width: 500px;
    width: 100vw;
    background-color: #fff;
    height: fit-content;
    padding: 30px 0;
}

.filter-options {
    height: fit-content;
    padding: 30px;
}

.filters-dropdown-header {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
}

.filters-dropdown-footer {
    padding: 0 30px;
}

.filter-option {
    display: flex;
    flex-direction: column;
}

.filter-option-title {
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
	cursor: pointer;
}

.filters-title {
    display: none;
    margin-right: auto;
    font-size: 25px;
}

.filter-option.active .features-container {
    display: flex;
}

.filter-option .features-container {
    display: none;
}

.filter-option.active .plus {
    display: none;
}

.filter-option.active .minus {
    display: block;
}


.minus {
    display: none;
}

.plus, .minus {
    font-size: 35px;
	cursor: pointer;
}


.sort-dropdown.visible, .filters-dropdown.visible {
    visibility: visible;
    z-index: 99;
}

#sort-btn.active > img {
    transform: rotate(180deg);
}

.sort-option {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    white-space: nowrap;
}

.sort-option.active {
    background-color: var(--add-color-gray);
}

.breadcrumbs-container {
    font-size: 14px;
}


.breadcrumbs-container > a:last-child {
    color: var(--add-color-gray);
}

button {
    outline: none;
    background: none;
    border: none;
}

.not-found-title {
    font-family: Cormorant, 'Times New Roman', Times, serif;
    font-size: 20rem;
}

.not-found-section {
    text-align: center;
    padding-top: 98px;
    padding-bottom: 80px;
}

.side-modal-container.visible {
    visibility: visible;
}

.side-modal-container {
    display: flex;
    visibility: hidden;
    z-index: 9998;
    top: 0;
    right: 0;
    flex-direction: row;
    justify-content: flex-end;
    align-items: start;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(13, 8, 2, 0.30);;
}

.side-modal-container.visible > .side-modal {
    transform: translateX(0);
    transition: all 300ms;
}

.side-modal {
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
    transition: all 300ms;
    overflow: auto;
    z-index: 9998;
}

.side-modal-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 40px;
}


.side-modal-body {
    padding: 40px;
    padding-top: 0;
}

.side-modal-footer {
    padding: 40px;
    padding-top: 0;
}


.collapse-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
    max-width: 450px;
    padding: 0;
	color: black;
}

.text-20 {
    font-size: 20px;
}

.text-black {
    color: var(--main-color-black);
}


.product {
    width: 100%;
  }

.sku {
  display: block;
  text-align: left;
}
  
.product__images {
    width: 100%;
    grid-row: 1 / span 2;
    /* height: 100%; */
    display: flex;
    gap: 24px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  @media screen and (max-width: 630px) {
    .sidebar-drawer {
        flex-direction: column;
    }
  }

  @media screen and (min-width: 768px) {
	  .product__images h2{
			display: none;
	  }
	  .product__images span.sku{
			display: none;
	  }
  }
  


.product {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-template-rows: auto;
    column-gap: 48px;
}

.product-price {
    font-size: 18px;
}

.product-info-container > * {
    /* grid-column: 2; */
    margin-bottom: 24px;
}

.product-info-container > h1 {
    font-weight: 400;
	display: inline-block;
}

.features-container {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.button-underline {
    text-decoration: underline;
    color: var(--add-color-gray);
    font-size: 14px;
    padding: 0;
}

.size-button {
    padding: 15px 55px;
    background-color: #fff;
    border: 1px solid var(--add-color-gray);
}

.size-button.active {
    background-color: var(--main-color-black);
    color: #fff;
    border: none;
}

.color {
    width: 40px;
    height: 55px;
    background-color: var(--item-color);
}

.color.active {
    border: 1.5px solid #2D2D2D;
}


.product__main-image {
    width: 100%;
    /* max-width: 500px; */
    max-height: 600px;
    object-fit: cover;
    cursor: pointer;
    height: 800px;
  }
  
.product__slider-wrap {
    min-height: 100px;
    display: flex;
    align-items: center;
    /* margin-top: 24px; */
  }
  
.product__slider {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
  }
  
  .product__image {
    flex: 1;
    max-height: 100px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
    aspect-ratio: 1/1;
    /* margin: 0.2rem; */
  }
  
  .product__image:first-child {
    margin-left: 0;
  }
  
  .product__image:last-child {
    margin-right: 0;
  }
  
  .product__image:hover {
    opacity: 1;
  }
  
  .product__image--active {
    opacity: 1;
  }
  
  .product__slider::-webkit-scrollbar {
    height: 10px;
  }
  
  .product__slider::-webkit-scrollbar-thumb {
    background-color: #171F37;
    border-radius: 50px;
  }



.cart-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
}

.cart-item-image {
    /* aspect-ratio: 163/232; */
    width: 45px;
    /* height: 230px; */
}

.cart-item-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cart-item-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
  
select {
    outline: none;
    border-radius: 0;
    padding: 5px 15px;
    border: 1px solid var(--grey, #B8B8B8);
    background: #FFF;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-position: calc(100% - 12px) center !important;
    background: url("https://istinelle.com/images/icons/chevron_down_gray.svg") no-repeat;
    /* background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M2.29989 6.57325L7.28364 11.4314C7.37118 11.5167 7.48858 11.5645 7.61083 11.5645C7.73307 11.5645 7.85047 11.5167 7.93801 11.4314L12.9236 6.57325C12.9645 6.5335 12.9969 6.48598 13.0191 6.43349C13.0412 6.381 13.0526 6.3246 13.0526 6.26762C13.0526 6.21065 13.0412 6.15425 13.0191 6.10176C12.9969 6.04927 12.9645 6.00175 12.9236 5.962C12.8399 5.88023 12.7275 5.83445 12.6105 5.83445C12.4935 5.83445 12.3811 5.88023 12.2974 5.962L7.61083 10.5304L2.9252 5.962C2.84153 5.88051 2.72934 5.83491 2.61255 5.83491C2.49575 5.83491 2.38356 5.88051 2.29989 5.962C2.25907 6.00175 2.22662 6.04927 2.20447 6.10176C2.18231 6.15425 2.1709 6.21065 2.1709 6.26762C2.1709 6.3246 2.18231 6.381 2.20447 6.43349C2.22662 6.48598 2.25907 6.5335 2.29989 6.57325Z' fill='#6F6F6F'/></svg>") no-repeat; */
}

/* To remove the arrow of select element in IE */
select::-ms-expand {
    display: none;
}

.promocode-input

input[type="text"], .input-field {
    position: relative;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--grey, #B8B8B8);
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
}

.input-field.invalid::after {
    content: "Неверный пароль";
    color: var(--red, #E04646);
    font-variant-numeric: lining-nums proportional-nums;

    /* P4 */
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    right: 0;
    position: absolute;
}

.promocode-input {
    width: 195px;
}

.auth-section {
    margin-top: 130px;
}

.auth-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    max-width: 450px;
    width: 100%;
}

.input-wrapper {
    position: relative;
    height: fit-content;
}

.max-w-none {
    max-width: none!important;
}

.input-error {
    position: absolute;
    right: 0;
    bottom: 8px;
    color: var(--red, #E04646);
    background-color: #fff;
}

.captcha-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-end;
}

.captcha-container > .input-wrapper {
    flex: 1;
}


.captcha-img {
    height: 54px;
    border: 1px solid var(--171-f-37, #171F37);
}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  
  /* для элемента label, связанного с .custom-checkbox */
  .custom-checkbox>span {
    display: inline-flex;
    user-select: none;
  }
  
  /* создание в label псевдоэлемента before со следующими стилями */
  .custom-checkbox>div::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid var(--add-color-gray);
    padding: 4px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  
  /* стили при наведении курсора на checkbox */
  .custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    /* border-color: #b3d7ff; */
  }
  
  /* стили для активного чекбокса (при нажатии на него) */
  .custom-checkbox>input:not(:disabled):active+span::before {
    /* background-color: #b3d7ff; */
    /* border-color: #b3d7ff; */
  }
  
  /* стили для чекбокса, находящегося в фокусе */
  .custom-checkbox>input:focus+span::before {
  }
  
  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox>input:focus:not(:checked)+span::before {
    /* border-color: #80bdff; */
  }
  
  /* стили для чекбокса, находящегося в состоянии checked */
  .custom-checkbox>input:checked+span::before {
    /* border-color: #0b76ef; */
    /* background-color: #0b76ef; */
    background-size: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzQ0IDEzLjAzOEwzLjQ4OCAxMi44NzhMMy42MTYgMTIuNzk4TDMuNzYgMTIuODc4QzMuOTY4IDEyLjcxOCA0LjE0NCAxMi41NDIgNC4yODggMTIuMzY2QzQuNDMyIDEyLjE5IDQuNzA0IDExLjcyNiA1LjEzNiAxMS4wMDZMNi4xMjggOS4zMjU5OEM2LjY1NiA4LjQyOTk4IDkuNDI0IDQuNjY5OTggMTAuMDQ4IDMuOTY1OThDMTEuNDg4IDIuMzE3OTggMTEuOTY4IDEuODIxOTggMTIuMTYgMS41NjU5OEMxMi4zMzYgMS4zNDE5OCAxMi40NDggMS4xNjU5OCAxMi40NDggMS4wMzc5OEMxMi40NDggMC45NTc5ODQgMTIuNCAwLjgyOTk4NCAxMi4zMiAwLjgyOTk4NEMxMi4yNCAwLjgyOTk4NCAxMi4xMTIgMC44OTM5ODQgMTEuOTUyIDEuMDA1OThMMTIuMDggMC43MTc5ODRMMTEuNTM2IDEuMDM3OThMMTEuNTY4IDAuODEzOTg0QzExLjUzNiAwLjkwOTk4NCAxMS4yOCAxLjE2NTk4IDExLjIxNiAxLjE2NTk4QzExLjE2OCAxLjE2NTk4IDExLjE1MiAxLjExNzk4IDExLjE1MiAxLjAzNzk4VjAuOTczOTg0TDEwLjcwNCAxLjE5Nzk4QzEwLjY3MiAxLjE5Nzk4IDEwLjY0IDEuMTgxOTggMTAuNjQgMS4xMzM5OEMxMC42NCAxLjA4NTk4IDEwLjY3MiAwLjk3Mzk4NCAxMC43MDQgMC44MTM5ODRDMTAuNDggMS4wNTM5OCAxMC4xNiAxLjMyNTk4IDkuNzQ0IDEuNjEzOThDOS4xODQgMS45OTc5OCA3LjAwOCA0LjczMzk4IDYuMTI4IDYuMTU3OThDNS41MzYgNy4xMDE5OCA1LjI5NiA3LjY2MTk4IDUuMiA3LjY2MTk4QzUuMTY4IDcuNjYxOTggNS4xNTIgNy41OTc5OCA1LjEzNiA3LjQ2OTk4QzQuODQ4IDguMTI1OTggNC41OTIgOC42Njk5OCA0LjMzNiA5LjA2OTk4QzQuMDggOS40Njk5OCAzLjg0IDkuNjc3OTggMy42NjQgOS42Nzc5OEMzLjQ1NiA5LjY3Nzk4IDMuMjggOS4yNzc5OCAzLjA4OCA4LjQ2MTk4QzMuMDA4IDguMTA5OTggMi44MzIgNy44ODU5OCAyLjU3NiA3Ljc1Nzk4TDIuNTI4IDcuNzQxOThDMi40OCA3Ljc0MTk4IDIuNDE2IDcuNzczOTggMi4zMzYgNy44MjE5OEMyLjI1NiA3Ljg2OTk4IDIuMjA4IDcuOTE3OTggMi4xNzYgNy45MTc5OEgyLjE2TDEuODcyIDcuODIxOThMMS42MTYgOC4yMDU5OEMxLjU4NCA4LjI1Mzk4IDEuNTIgOC4yNjk5OCAxLjQ3MiA4LjI2OTk4QzEuMzkyIDguMjY5OTggMS4zMjggOC4yNTM5OCAxLjI5NiA4LjIwNTk4QzEuMjMyIDguNDI5OTggMS4xNTIgOC41NDE5OCAxLjA4OCA4LjU0MTk4QzEuMDQgOC41NDE5OCAwLjk0NCA4LjUwOTk4IDAuODE2IDguNDI5OThDMC45MjggOS4yNzc5OCAxLjAyNCA5LjgzNzk4IDEuMTIgMTAuMTFDMS4zMTIgMTAuNjM4IDEuNzQ0IDExLjgzOCAyLjE2IDEyLjYzOEMyLjIwOCAxMi43MzQgMi4yNzIgMTIuODQ2IDIuMzIgMTIuOTQyQzIuNDggMTIuODQ2IDIuNTI4IDEyLjgzIDIuNjQgMTIuODNMMi43NjggMTIuODQ2QzIuODQ4IDEyLjg3OCAyLjg5NiAxMi45MjYgMi44OTYgMTMuMDA2TDMuMjY0IDEyLjgzQzMuMzI4IDEyLjgzIDMuMzQ0IDEyLjg5NCAzLjM0NCAxMy4wMzhaIiBmaWxsPSIjMTcxRjM3Ii8+Cjwvc3ZnPgo=")
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); */
  }
  
  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox>input:disabled+span::before {
    background-color: #e9ecef;
  }




.order-submit-container {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    display: flex;
    flex-direction: row-reverse;
    gap: 130px;
    padding-top: 40px;
}


.submit-btn-container {
    display: flex;
    gap: 40px;
}

.text-18 {
    font-size: 18px;
}

.text-16 {
    font-size: 16px!important;
}

.order-container {
    /* display: flex; */
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
    /* margin-top: 40px; */
}

.order-inputs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 450px;
}

.order-choose {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.checkout-checkbox-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
    width: 100%;
}

.checkout-checkbox-wrapper p {
    text-align: left;
}

.order-form {
    flex-wrap: wrap;
    flex-direction: column;
    grid-column: 1;
    width: 100%;
    max-width: 534px;
}

.gap-20 {
    gap: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.border-bottom-black {
    border-bottom: 1px solid var(--black, #0D0802);
}

.order-container .order-container-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-container-title h3 {
    font-size: 18px;
}

.order-container .order-content {
    max-width: 350px;
}

.order-container .order-amount {
    margin-left: auto;
    white-space: nowrap;
}

.order-amount:first-child {
    margin-right: 24px;
}

.order-info-container {
    position: sticky;
    position: -webkit-sticky; 
    align-self: start;
    grid-row: 1;
    width: 100%;
    top: 120px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--main-color-blue);
    padding: 12px;
    height: fit-content;
    grid-column: 2;
    max-width: 650px;
}

.order-info-container .order-prop {
    display: block!important;
    margin-top: 16px;
}

.modal-header, .modal-content, .modal-footer {
    border-radius: 0;
    border: 0;
}

.modal-header {
    padding-bottom: 0;
}

.modal-body {
    padding: 35px;
    padding-top: 35px;
}

.modal-header {
    justify-content: flex-end;
}

#sort-btn,
#filters-btn,
#deliveryButton {
	color:black;
}	


@media screen and (max-width: 992px) {
    .order-submit-container {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .contacts-section-container {
        display: flex;
        flex-direction: column;
    }

    .order-info-container{
        position: static;
    }

    .catalog-grid-favourites {
        grid-template-columns: repeat(2, 1fr);
    }
	.product-item-detail-buy-button-fixed {
		position: fixed;
		z-index: 99;
		left: auto;
		right: auto;
		width: max-content;
		bottom: 20px
	}
}


@media screen and (max-width: 426px) {
    .sidebar-links {
        flex-direction: column;
    }

    .catalog-grid-favourites {
        grid-template-columns: 1fr;
    }

    .hero-section-title {
        font-size: 32px;
    }

    .nav-link.active {
        color: #E04646;
    }

    .nav-link:hover::after, .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        background: none;
    }

}


@media screen and (max-width: 769px) {
    .order-submit-container {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .about-section-images-grid {
        display: flex;
    }

    .hero-section-title-wrapper {
        padding-right: 0;
    }

    .order-form .button-black, .order-form .button-white-outline {
        width: 100%;
    }
    
    .order-info-container .button-black, .order-info-container .button-white-outline {
        width: 100%;
    }

   

    .product {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .product__slider-wrap {
        display: none;
    }

    .footer-links-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .not-found-title {
        font-size: 12rem;
    }

    .catalog-grid {
        gap: 10px;
    }

    .product-card__image {
        /* max-height: 223px; */
    }

    .hero-section-title-wrapper {
        width: 100%;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .swiper-nav-container {
        display: none;
    }

    .hero-section-carousel .swiper-slide > div {
        align-items: end;
    }

    .hero-section-carousel {
        height: 80vh;
		padding-top:78px;
    }

    .navbar-logo {
        height: 17px;
    }

    .navbar {
        background-color: #fff;
    }


    .catalog-menu {
        max-height: none;
        height: 100vh;
        overflow: hidden;
    }

    .catalog-menu-links-wrapper{
        padding-bottom: 48px;
        height: fit-content;
    }

    .catalog-menu > .container-fluid {
        overflow: scroll;
    }
    
}

@media screen and (max-width: 992px) {
    .navbar {
        background-color: #fff;
    }
}




@media screen and (max-width: 1400px) {
    .hero-section-carousel {
        /* height: 800px; */
        /* max-height: 800px; */
    }
    
}

@media screen and (min-width: 1600) {
    .hero-section-carousel {
        height: 800px;
    }

    .hero-section-subtitle {
        font-size: 25px;
    }

    .hero-section-title {
        font-size: 70px;
    }
}


@media screen and (max-width: 1080px) {
    .navbar .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-slider-2 {
        display: none!important;
    }

    section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    section .container,
    section .container-fluid {
        
        padding-left: 20px;
        padding-right: 20px;
    }

}

  
  @media screen and (max-width: 426px) {
    .filters-title {
        display: block;
    }

    .product__main-image {
      height: 450px!important;
    }
  }
  
  @media screen and (max-width: 769px) {
    .catalog-menu-container {
        overflow: auto;
    }

    .catalog-menu {
        background-color: #fff;
    }
    .catalog-menu-links {
        gap: 20px;
    }
    .product__main-image {
      height: 600px;
    }
  }

  @media screen and (max-width: 768px) {
    .product__images {
      order: 1;
      grid-row: 2;
    }
  }