@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap);
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #C6C0C0;
  line-height: 1;
  font-family: "Noto Sans";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Noto Sans";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

svg {
  height: 1em;
  width: 1em;
}

svg path {
  stroke: inherit;
  fill: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.header {
  position: absolute;
  top: 0;
  left: 0;
  /* .header__container */
  /* .header__logo */
  /* .header__menu */
  /* .header__menu-list */
  /* .header__basket */
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 90rem;
  height: 8.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin-left: 6.875rem;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
}

.header__logo span {
  color: #F08C00;
}

.header__menu {
  margin-left: 20rem;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #C6C0C0;
}

.header__basket {
  position: relative;
  margin-left: 25.625rem;
}

.header__basket::after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0rem;
  background: url(../img/Ellipse.svg) #F08C00;
  background-position: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

.footer {
  width: 88.75rem;
  height: 6.375rem;
  /* .footer__container */
  /* .footer__rights */
  /* .footer__about-us */
  /* .footer__contact */
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.375rem;
  line-height: 22px;
  color: #8C8585;
  padding-top: 2.5rem;
  margin-left: 6.875rem;
  margin-right: 6.875rem;
}

.footer__rights {
  margin-right: 50.625rem;
}

.footer__about-us {
  margin-right: 1.5rem;
  text-decoration-line: underline;
}

.footer__contact {
  text-decoration-line: underline;
}



.main {
  background-image: url(../img/Background.png);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90rem;
  height: 73.4375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /* .main__title */
  /* .main__sub-title */
  /* .main__search */
}

.main__title {
  position: relative;
  margin-top: 13.75rem;
  max-width: 44.125rem;
  max-height: 8.75rem;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  z-index: 1;
}

.main__title::before {
  content: "";
  position: absolute;
  background: url(../img/Vector\ 1.svg) no-repeat;
  width: 25.625rem;
  height: 6.25rem;
  top: 4.0625rem;
  right: -1.5625rem;
  z-index: -1;
}

.main__sub-title {
  margin-top: 1.75rem;
  max-width: 54.375rem;
  max-height: 4rem;
  font-size: 20px;
  line-height: 32px;
}

.main__search {
  position: relative;
  margin-top: 2.5rem;
  font-size: 18px;
  line-height: 25px;
}

.main input[type=text] {
  width: 30.8125rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background: rgba(222, 222, 222, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 45px;
  padding-left: 1.5rem;
}


.main__search-btm {
  position: relative;
  left: 13.4375rem;
  top: -3.5rem;
  background: url(../img/search.png) no-repeat #F08C00;
  background-position: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.main::after {
  content: "";
  background: url(../img/Group\ 5.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40.875rem;
  left: 19.75rem;
}

.main::before {
  content: "";
  background: url(../img/Group\ 5.svg);
  width: 40px;
  height: 40px;
  position: absolute;
  top: 47.6875rem;
  right: 27.625rem;
}

.features {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.5rem;
  height: 9.375rem;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  /* .features__one */
  /* .features__title */
  /* .features__text */
  /* .features__two */
  /* .features__tree */
}

.features__one {
  max-width: 23.625rem;
}

.features__title {
  max-width: 14.375rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2E2A2A;
}

.features__title::before {
  position: absolute;
  content: "";
  background: #F08C00;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: -3.75rem;
  margin-top: 0.625rem;
}

.features__text {
  line-height: 24px;
  color: #686161;
  max-width: 19.6875rem;
}

.features__two {
  max-width: 23.375rem;
}

.features__tree {
  max-width: 22.5rem;
}

.title-one {
  max-width: 11.25rem;
}

.title-two::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/ruler-2-fill.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.title-tree::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/recycle-fill.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.title-one::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/truck-fill.svg);
  background-repeat: no-repeat;
  background-position: center;
}



.inspiration {
  background: url(../img/Image\ Detail.png);
  margin-bottom: 7.5rem;
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 36.625rem;
  background-repeat: no-repeat;
  background-position: right;
  padding-left: 6.875rem;
  /* .inspiration__title */
  /* .inspiration__sub-title */
  /* .inspiration__text */
  /* .inspiration__price */
  /* .inspiration__card */
}

.inspiration__title {
  max-height: 6rem;
  max-width: 31.25rem;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #2E2A2A;
  margin-bottom: 2.5rem;
}

.inspiration__sub-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #2E2A2A;
  margin-bottom: 0.5rem;
}

.inspiration__text {
  color: #686161;
  line-height: 28px;
  margin-bottom: 1rem;
  max-height: 5.25rem;
  max-width: 48.4375rem;
}

.inspiration__price {
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #F08C00;
}

.inspiration__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.25rem;
  background: #FBFBFB;
  border-radius: 8px;
  width: 22.25rem;
  height: 9.0625rem;
}



.card__image {
  margin: 1rem;
}

.card__image img {
  width: 6.75rem;
  height: 7.0625rem;
}

.card__name {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #2E2A2A;
}

.card__colour {
  margin-top: 2rem;
  line-height: 22px;
  color: #565050;
}

.card__colour-choice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 0.5rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid white 3px;
}

.card__colour-choice:active {
  border: solid #565050 3px;
  background-image: url(../img/icons/select.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.colour-blue {
  background-color: #375C6C;
}

.colour-orange {
  background-color: #F08C00;
}

.colour-green {
  background-color: #2C8234;
}

.katalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 76.25rem;
  margin: 7.5rem 6.875rem 3rem 6.875rem;
  /* .katalog__title */
  /* .katalog__nav-bar */
  /* .katalog__product-cart */
}

.katalog__product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.katalog__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #2E2A2A;
  margin-bottom: 1rem;
}

.katalog__nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 22px;
  color: #8C8585;
  height: 1.375rem;
  margin-bottom: 4rem;
}

.katalog__nav-bar li {
  position: relative;
}

.katalog__nav-bar a:not(last-child) {
  margin-right: 2.5rem;
}

.katalog__nav-bar a:hover {
  color: #2E2A2A;
  font-weight: 500;
}

.katalog__nav-bar a:hover:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20%;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #F08C00;
}

.katalog__product-cart {
  max-width: 23.75rem;
  max-height: 24.5625rem;
}

.katalog__link {
  margin-top: 3.75rem;
  background: #EDEDED;
  border-radius: 0.25rem;
  width: 8rem;
  height: 2.875rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  color: #5F5D5D;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 0.75rem;
}

.cart {
  margin-right: 1.25rem;
  /* .cart__body */
  /* .cart__image */
  /* .card__colour-choice */
  /* .cart__name */
  /* .cart__price */
}

.cart__body {
  position: relative;
  text-align: center;
  width: 23.75rem;
  height: 20.25rem;
  background: #FBFBFB;
  border-radius: 8px;
}

.cart .body1::before {
  content: "Diskon 10%";
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 12px;
  width: 7.1875rem;
  height: 2.375rem;
  background: #E34848;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.cart .body2::before {
  content: "Produk Baru";
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 12px;
  width: 7.625rem;
  height: 2.375rem;
  background: #59B162;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.cart__image img {
  width: 12.25rem;
  height: 12.25rem;
  margin: 4rem 5.75rem 1rem 5.75rem;
}

.cart__colour-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart__colour-choice:active {
  border: solid #565050 3px;
  background-image: url(../img/icons/select.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.cart .colour-beige {
  background-color: #EDCFB3;
}

.cart .colour-orange {
  background-color: #F08C00;
}

.cart .colour-broun {
  background-color: #46434A;
}

.cart .colour-lightbroun {
  background: #B68044;
}

.cart .colour-grey {
  background: #C6C0C0;
}

.cart__name {
  line-height: 22px;
  color: #686161;
  margin-bottom: 0.25rem;
}

.cart .price-discount::after {
  content: "Rp. 2.999.000";
  text-decoration: line-through;
  color: #8C8585;
  line-height: 22px;
  font-size: 16px;
  margin-left: 0.5625rem;
}

.cart__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #2E2A2A;
}

.banner {
  max-width: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.5rem;
  /* .banner__image */
  /* .banner__wrap */
  /* .banner__title */
  /* .banner__subtitle */
  /* .banner__bottom */
}



.banner__image {
  background: linear-gradient(270deg, #FFFFFF 12.81%, rgba(255, 255, 255, 0) 89.37%) , url(../img/banner.png) no-repeat ;
  background-size: cover;
  position: relative;
  width: 39.5rem;
  height: 25rem;
  left: -4px;
}

.banner__title {
  margin-top: 5.75rem;
  max-width: 34.5rem;
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  color: #2E2A2A;
}

.banner__subtitle {
  margin-top: 0.5rem;
  line-height: 22px;
  color: #8C8585;
}

.banner__bottom {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 16px;
  gap: 10px;
  text-align: center;
  width: 9.8125rem;
  height: 2.875rem;
  background: #F08C00;
  font-weight: 500;
  border-radius: 4px;
  line-height: 22px;
  color: #FFFFFF;
}

