@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins: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");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: system-ui, -apple-system, "Helvetica Neue", sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

input, button, textarea, select {
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
}

textarea {
  resize: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #1f1f1f;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 40px;
}

h2 {
  font-size: clamp(1.875rem, 1.7679rem + 0.5357vw, 1.25rem);
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #4E4E4E;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}

input::-moz-placeholder {
  color: #cccccc;
}

input:-ms-input-placeholder {
  color: #cccccc;
}

input::-ms-input-placeholder {
  color: #cccccc;
}

input::placeholder {
  color: #cccccc;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.header,
.hero,
.categories,
.cta {
  background-color: #ffffff;
}

.btn {
  display: inline-block;
  font-weight: 500;
  padding: 16px 26px 16px 26px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.006%, rgb(255, 88, 155)), color-stop(99.994%, rgb(255, 19, 111)));
  background: linear-gradient(180deg, rgb(255, 88, 155) -0.006%, rgb(255, 19, 111) 99.994%);
  color: #ffffff;
  border-radius: 6px;
}
.btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.006%, #ff136f), color-stop(99.994%, #ff589b));
  background: linear-gradient(180deg, #ff136f -0.006%, #ff589b 99.994%);
}

.btn-black {
  background: #000000;
  -webkit-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.btn-black:hover {
  background: #1f1f1f;
}

.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1536px;
}

.w-88 {
  width: 88%;
}

.grid {
  display: grid;
}

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

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-center {
  text-align: center;
}

.section-pad {
  padding-bottom: 98px;
}

.d-none {
  display: none;
}

.header {
  margin: 30px 0 40px;
}
.header__container {
  gap: 20px 0;
}

.header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header__logo img {
  width: 100px;
}

.header__search-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  max-width: 500px;
}
.header__search-box input {
  padding: 12px 60px;
  width: 100%;
  border-radius: 66px;
  background-color: #f1f1f1;
}
.header__search-box input:focus {
  outline: 1px solid #FF136F;
}
.header__search-box button {
  position: absolute;
  right: 30px;
  bottom: 30%;
}
.header__search-box button i {
  color: #cccccc;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
nav a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #707070;
}
nav a:hover {
  color: #FF136F;
}
nav .menu {
  display: none;
}
nav .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
nav .menu ul a {
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
nav .header__cart-wishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
nav .header__cart-wishlist a i {
  -webkit-transition: color 0.33s ease-in-out;
  transition: color 0.33s ease-in-out;
}
nav .header__cart-wishlist a i:hover {
  color: #FF136F;
}
nav .toggler {
  font-size: 1.6rem;
  font-weight: 900;
}

.hero__container {
  gap: 30px;
  padding: 40px 0;
  background: #feeae9;
  border-radius: 10px;
}
.hero__contents {
  padding-left: 20px;
  width: 100%;
  max-width: 580px;
}
.hero__contents p {
  margin: 8px 0;
  font-size: 0.9rem;
  width: 100%;
}
.hero__contents span,
.hero__contents button {
  display: block;
}
.hero__contents span {
  font-size: 2.5rem;
  font-weight: 500;
  color: #FF136F;
}
.hero__contents button {
  margin-top: 8px;
}

.categories {
  padding: 40px 0;
}
.categories__boxes {
  grid-template-columns: repeat(3, 360px);
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 120px;
  gap: 20px;
  margin: 24px 0 56px;
}
.categories__boxes a:nth-child(1) {
  background: linear-gradient(151.85deg, rgb(255, 156, 53) 14.537%, rgb(255, 208, 25) 84.486%);
}
.categories__boxes a:nth-child(2) {
  /* Linear */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.006%, rgb(255, 88, 155)), color-stop(99.994%, rgb(255, 19, 111)));
  background: linear-gradient(180deg, rgb(255, 88, 155) -0.006%, rgb(255, 19, 111) 99.994%);
}
.categories__boxes a:nth-child(3) {
  background: linear-gradient(170.38deg, rgb(66, 137, 255) 15.416%, rgb(63, 7, 248) 74.29%);
}
.categories__boxes a {
  padding: 15px 48px;
  border-radius: 15px;
}
.categories__boxes a h2 {
  color: #ffffff;
}
.categories__boxes a img {
  height: 100px;
}

.shoes__container {
  padding-bottom: 50px;
}
.shoes__title {
  padding: 46px 0 24px;
}
.shoes__title a {
  color: rgb(255, 157, 0);
  font-size: 20px;
  font-weight: 500;
}
.shoes__grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
.shoes__grid .shoes-box {
  gap: 16px;
  padding: 24px 10px;
  background-color: #ffffff;
  border-radius: 20px;
}
.shoes__grid .shoes-box h3 {
  font-size: 1rem;
}
.shoes__grid .shoes-box span {
  font-size: 1.5rem;
  font-weight: 500;
}
.shoes__grid .shoes-box button {
  margin-inline: auto;
  width: 170px;
}
.shoes__grid .shoes-box button i {
  margin-left: 4px;
}

.cta {
  padding: 50px 0 0;
}
.cta__container {
  padding: 146px 0;
  padding: 80px 20px;
  background-color: #feeae9;
  border-radius: 10px;
}
.cta__container h2 {
  line-height: 30px;
}
.cta__container p {
  margin: 8px 0 20px;
}
.cta__email input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  width: 100%;
  max-width: 520px;
  border-radius: 10px 0 0 10px;
}
.cta__email button {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  margin-left: -3px;
  padding: 20px 48px;
  padding: 10px 20px;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  max-width: 160px;
  border-radius: 0 10px 10px 0;
  color: #ffffff;
}

.categories__container {
  margin: 0 auto;
  max-width: 1124px;
}

main {
  background: #f4f4f4;
}

footer {
  padding: 30px 0 10px;
}