body {
  font-size: 14px;
}
/* .mobile-menu */
#menu-btn {
  position: fixed;
  right: 17%;
  top: 15px;
  height: 30px;
  cursor: pointer;
  display: inline;
  z-index: 11;
  transition: .2s;
}
#cart-btn {
  display: inline;
  position: fixed;
  z-index: 11;
  right: 5%;
  top: 15px;
  cursor: pointer;
  transition: .2s;
}
#cart-btn img {
  height: 27px;
}
#cart-count {
  right: 9.2%;
  top: 37px;
  position: fixed;
}
#menu-btn:active, #close-btn:active {
  transform: scale(.9);
}
/* .mobile-menu */
.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  width: 85%;
  height: 100%;
  max-width: 310px;
  padding: 40px 30px;
  z-index: 12;
  transition: .5s;
  overflow: hidden;
  margin: 0;
  display: block;
}
.mobile-menu a.link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1em;
}
.mobile-menu a.link:first-of-type {
  margin-top: 40px;
}
.mobile-menu .social-links {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 40px;
}
.mobile-menu a.link:hover {
  color: #2B96D9 !important;
}
.mobile-menu .social-links a {
  margin-right: 15px;
}
.mobile-menu .social-links a img {
  height: 24px;
}
.mobile-menu .social-links a:last-of-type {
  margin-right: 0;
}
#close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 30px;
  cursor: pointer;
  transition: .2s;
}
form .row {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 20px;
}
form .half {
  width: 100%;
}
input, textarea, select {
  font-size: .9em;
}
/* Header */
header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
}
header .logo {
  height: 50px;
}
header nav {
  display: none;
}
/* Footer */
footer .wrapper {
  row-gap: 40px;
  flex-wrap: wrap;
  text-align: center;
}
footer .wrapper > div {
  width: 100%;
}
footer .legal {
  font-size: .9em;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

body, section, header, footer, main {
  min-width: 0;
}
main {
  margin-top: 60px;
}
.page .banner h1 {
  text-align: center;
}
.home .banner {
  overflow: hidden;
}
.home .banner img {
  width: 200% !important;
  margin-left: -50%;
}
.home .sec2 {
  padding: 40px 3%;
}
.home .sec3 h2 {
  margin-top: 0;
}
.home .sec3 .scroller .item {
  flex-basis: calc(50% - 4px); /* Adjust the width as per your preference */
}
.home .sec3 .scroller .item .img {
  height: 250px;
}
.home .sec3 .scroller .item h3 {
  font-size: .9em;
}
.home .sec3 .scroller .item p {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0;
}
.home .sec3 button {
  margin-top: 30px;
}

/* About Us Page */
.about .banner {
  flex-wrap: wrap;
  padding-top: 10px;
}
.about .banner .left {
  width: 100%;
}
.about .banner .right {
  width: 100%;
}
.about .banner .right img {
  height: auto;
  width: 100%;
  max-height: none;
}
.about .banner .left h1 {
  font-size: 2.5em;
}
.about .banner .left p, .about .sec2 .right p {
  font-size: 1.1em;
}
.about .sec1 {
  flex-direction: column;
}
.about .sec1 .left, .about .sec1 .right {
  width: 100%;
}
.about .sec1 .left {
  padding-top: 40px;
}
.about .sec2, .careers .sec2 {
  flex-wrap: wrap;
  flex-direction: column;
}
.about .sec1 .left h2 {
  font-size: 2em;
}
.about .sec2 .left, .about .sec2 .right, .careers .sec2 .left, .careers .sec2 .right {
  width: 100%;
}
.about .sec2 .left, .careers .sec2 .left  {
  padding: 5%;
}
.about .sec2 .right, .careers .sec2 .right {
  padding-bottom: 40px;
  padding-top: 0;
}
.about .sec2 .right h2 {
  font-size: 2.5em;
  margin-top: 0;
}
.about .sec2 .left img {
  height: auto;
  max-height: none;
  width: 100%;
}
.about .banner .strip {
  width: 100%;
  bottom: 0;
  top: auto;
  height: 200px;
}
.careers .banner .strip {
  width: 100%;
  bottom: 0;
  top: auto;
  height: 350px;
}
.careers .banner {
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 10px;
}
.careers .banner .left, .careers .banner .right {
  width: 100%;
}
.careers .banner .left h2 {
  font-size: 2em;
}
.careers .banner .right img {
  height: auto;
  width: 100%;
}

.page .banner h1 {
  font-size: 2.5em;
}

/* Contact Page */
.contact .sec1 {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 50px;
  padding-top: 10px;
}
.contact .sec1 .left, .contact .sec1 .right, .gifting .sec1 .left, .gifting .sec1 .right {
  width: 100%;
}
.contact .sec1 .left {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact .sec1 .left h3, .gifting .sec1 .left h3 {
  font-size: 1.6em;
  margin-top: 40px;
}

/* Gifting Page */
.gifting .sec1 {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 10px;
  padding-bottom: 5%;
}
.gifting .sec1 p.bigger-text {
  font-size: 1.4em;
}
.gifting .sec1 .right {
  min-height: 70vh;
}

/* How To Place An Order Page */
.ordering .sec1, .ordering .sec2, .brand_promise .sec1, .payment_methods .sec1, .return_policy .sec1 {
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 50px;
}
.ordering .sec1 .left, .ordering .sec1 .right, .ordering .sec2 .left, .ordering .sec2 .right, .brand_promise .sec1 .left, .brand_promise .sec1 .right, .payment_methods .sec1 .left, .payment_methods .sec1 .right, .return_policy .sec1 .left {
  width: 100%;
}
.ordering .sec1, .brand_promise .sec1, .payment_methods .sec1, .return_policy .sec1 {
  padding-top: 30px;
}
.ordering .sec2 {
  row-gap: 20px;
}
.ordering .sec2 .strip {
  left: -20%;
  top: auto;
  height: 200px;
  width: 150%;
  bottom: 0;
  transform: rotate(-35deg);
}
.ordering .sec2 .right {
  padding: 50px 0 10px;
}
.ordering .sec2 .left img {
  width: 100%;
}
.ordering .sec1 .left h1, .ordering .sec2 .right h2, .brand_promise .sec1 .left h1, .payment_methods .sec1 .left h1, .return_policy .sec1 .left h1 {
  font-size: 2.5em;
}
.ordering .sec2 .right p {
  font-size: 1.1em;
}
.brand_promise .sec1 .strip {
  width: 100%;
  height: 200px;
}

.size_chart .sec1 {
  overflow: hidden;
  padding: 30px 5% 50px;
}
.size_chart h1 {
  font-size: 2.5em;
}

/* Brand Promise */
.brand_promise .sec1 .right p.bigger-text {
  margin-top: 0;
}
.brand_promise .sec1 .right {
  padding-bottom: 40px;
}

/* Payment Methods */
.payment_methods .sec1 .right img {
  max-width: 100%;
}
.payment_methods .sec1 .left p.bigger-text {
  font-size: 1.8em;
  margin-bottom: 0;
}
.payment_methods .sec1 {
  padding-bottom: 5%;
}