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

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-size: 12px;
  font-family: 'Axiforma', sans-serif;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: 400;
  width: 100%;
  min-height: 100dvh;
  color: #1d3251;
}

/* START CUSTOM SCROLL BAR */

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: rgb(255, 255, 255);
}

*::-webkit-scrollbar-thumb {
  background: rgb(35, 35, 35);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(35, 35, 35) rgb(146, 146, 146);
}

/* END CUSTOM SCROLLBAR */

div,
section,
footer,
main {
  position: relative;
}

input,
textarea,
select {
  outline: none;
  font-family: 'Axiforma', sans-serif;
  font-size: 1em;
}

button,
.button {
  padding: 15px 20px;
  border: none;
  font-weight: 700;
  min-width: 200px;
  outline: none;
  font-family: 'Axiforma', sans-serif;
  transition: .3s;
  text-decoration: none;
  position: relative;
  text-align: center;
  border-radius: 5px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;

  span {
    margin-bottom: -3px;
  }

  img {
    height: 18px;
  }
}

button:hover,
.button:hover {
  cursor: pointer;
  background-color: #1d3251;
  color: #fff;
}

a {
  transition: .2s;
}

button:active,
.button:active,
a:active {
  transform: scale(0.95);
}

button:active,
.button:active {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: pulse;
  animation-duration: .5s;
}

body,
section,
header,
footer,
main {
  min-width: 1300px;
}

main {
  padding: 0;
  margin: 0;
  width: 100%;
}

a:hover,
.active {
  color: #e1694e;
}

#menu-btn {
  display: none;
}

menu {
  display: none;
}

form .row {
  display: flex;
  column-gap: 20px;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

form .half {
  width: 50%;
  border-bottom: 1px #eee solid;
  padding: 0;
}

form .third {
  width: 33.33%;
  border-bottom: 1px #eee solid;
  padding: 0;
}

form .half,
form .fullwidth,
form .third {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 10px;
  align-items: center;
  transition: .3s;
}

form .half:focus-within,
form .fullwidth:focus-within,
form .third:focus-within {
  border-color: #e1694e;
}

form .half:focus-within input,
form .fullwidth:focus-within input,
form .third:focus-within input,
form .half:focus-within textarea,
form .fullwidth:focus-within textarea,
form .third:focus-within textarea {
  color: #000;
}

form .half:focus-within input::placeholder,
form .fullwidth:focus-within input::placeholder,
form .third:focus-within input::placeholder,
form .half:focus-within textarea::placeholder,
form .fullwidth:focus-within textarea::placeholder,
form .third:focus-within textarea::placeholder {
  color: #333;
}

form .fullwidth {
  width: 100%;
  border-bottom: 1px #eee solid;
  padding: 0;
}

form input,
form textarea,
form select {
  border: none;
  width: 82%;
  padding: 10px;
  background: transparent;
}

form .half img,
form .fullwidth img,
form .third img {
  height: 26px;
}

form textarea {
  width: 90%;
  align-self: flex-start;
}

form .special img {
  align-self: flex-start;
}

.thin-txt {
  font-weight: 300;
}

.m-right {
  margin-right: 5%;
}

.m-left {
  margin-left: 5%;
}

.m-bottom {
  margin-bottom: 5%;
}

.m-top {
  margin-top: 5%;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

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

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


.img-bg {
  background-position: center;
  background-size: cover;
}

.img-bg-top {
  background-position: center top;
  background-size: cover;
}

.img-bg-bottom {
  background-position: center bottom;
  background-size: cover;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: opacity(.4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Axiforma', sans-serif;
  font-weight: bold;
}

select option {
  font-family: 'Axiforma', sans-serif;
}

p {
  line-height: 150%;
  position: relative;
}

li {
  line-height: 150%;
}

.modal {
  display: none;
  padding: 30px;
  min-width: 1000px;
}

.modal h3 {
  font-size: 1.8em;
}

.flex-align {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.center-align {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.thin-txt {
  font-weight: 300;
}

.f-button {
  min-width: 0;
}

.blur {
  filter: blur(10px);
}

.scaleDown {
  transform: scale(.8);
}

.max-txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.underline {
  text-decoration: underline;
}

strong,
b {
  font-weight: bold;
}

/* Colors */
.gray-bg {
  background-color: #f2f2f2;
}

.gray-txt {
  color: #f2f2f2;
}

.gray-bg-gradient {
  background-image: linear-gradient(to bottom right, #f2f2f2, #dedede);
}

.dark-gray-txt {
  color: #767a79;
}

.dark-gray-bg {
  background-color: #767a79;
}

.white-bg {
  background-color: #fff;
}

.white-txt {
  color: #fff;
}

.black-bg {
  background-color: #000;
}

.black-txt {
  color: #000;
}

.green-bg {
  background-color: #808d82;
}

.green-txt {
  color: #808d82;
}

.red-bg {
  background-color: #c62307;
}

.red-txt {
  color: #c62307;
}

.yellow-bg {
  background-color: #fdbc28;
}

.yellow-txt {
  color: #fdbc28;
}

.peach-bg {
  background-color: #e1694e;
}

.peach-txt {
  color: #e1694e;
}

.blue-bg {
  background-color: #1d3251;
}

.blue-txt {
  color: #1d3251;
}

.light-blue-bg {
  background-color: #27bcc2;
}

.light-blue-txt {
  color: #27bcc2;
}

.white-gray-bg-gradient {
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(242, 242, 242, 1));
}

.transparent-gray-bg-gradient {
  background: linear-gradient(to right, transparent 50%, #dedede);
}

.black-gradient-bg {
  background: linear-gradient(to bottom, transparent 40%, rgb(0, 0, 0, 0.8) 60%);
  background: -moz-linear-gradient(to bottom, transparent 40%, rgb(0, 0, 0, 0.8) 60%);
}

.black-gradient-right {
  background: linear-gradient(to right, #000 50%, transparent 50%);
  background: -moz-linear-gradient(to right, #000 50%, transparent 50%);
}


/* Animations */
.scale-down {
  transform: scale(.9);
  filter: opacity(0) blur(5px);
  transition: transform 1.2s, filter 1.2s;
}

.scale-up {
  transform: scale(1.05);
  filter: opacity(0) blur(5px);
  transition: transform 1.2s, filter 1.2s;
}

.scale-normal {
  transform: scale(1) !important;
  filter: opacity(1) blur(0) !important;
}

.invisible {
  filter: opacity(0) blur(5px);
  transition: filter 1s;
}

.visible {
  filter: opacity(1) blur(0) !important;
}

.hide-left {
  transition: left 1.2s, filter 1.2s;
  left: -10vw;
  filter: opacity(0) blur(5px);
}

.reveal-left {
  left: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.hide-right {
  transition: right 1.2s, filter 1.2s;
  right: -10vw;
  filter: opacity(0) blur(5px);
}

.reveal-right {
  right: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.hide-bottom {
  transition: top 1.2s, filter 1.2s;
  top: 70px;
  filter: opacity(0) blur(5px);
}

.reveal-bottom {
  top: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.rotateOut {
  transform: rotate(360deg) scale(0);
}

.slide-left {
  left: 0;
  filter: opacity(1);
}

.parallax {
  will-change: transform;
}

.showMenu {
  top: 0 !important;
  filter: opacity(1) blur(0) !important;
}

.zoom {
  will-change: transform;
  transition: transform 0.1s ease-out;
  /* Smooth transition */
}

.slideIn {
  right: 0 !important;
  filter: blur(0) opacity(1) !important;
}

.fadeIn {
  filter: blur(0) opacity(1) !important;
  z-index: 6 !important;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(240, 161, 112, 0.5);
  }

  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(240, 161, 112, 0.5);
  }

  70% {
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

.fancybox__nav {
  position: absolute;
  top: 50%;
  width: 100%;
  overflow: visible;
}

/* Header */
#main-header {
  width: 100%;
  padding: 10px 5%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  box-shadow: 0 1px 4px rgb(124, 124, 124, 0.1);
  /* Subtle light grey shadow */

  /* navigation */
  nav {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;

    /* Logo */
    .logo-wrap {
      justify-content: center;
      display: flex;

      .logo {
        height: 60px;
        position: relative;
        cursor: pointer;
      }
    }

    /* Main Menu */
    menu {
      padding: 0;
      margin: 0;
      position: relative;
      display: flex;
      align-items: center;
      column-gap: 40px;

      a {
        font-size: 1em;
        font-weight: 600;
        color: #1d3251;
        text-decoration: none;
      }

      a:hover,
      a.active {
        color: #e1694e;
      }
    }

    /* Search Bar */
    .form {

      form {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;

        .lef {
          display: flex;
          align-items: center;
          column-gap: 10px;
          border-radius: 3px 0 0 3px;

          select {
            border: none;
            background: transparent;
            height: 40px;
            color: #333;
          }

          .separator {
            height: 20px;
            width: 2px;
            background-color: #333;
          }

          input {
            border: none;
            background: transparent;
            height: 40px;
            min-width: 300px;
          }
        }

        button {
          min-width: 100px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 0 3px 3px 0;
          padding: 11px 20px;

          img {
            display: flex;
          }
        }
      }
    }

    /* Store Buttons */
    .shop-items {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      column-gap: 15px;

      a {
        position: relative;
        display: flex;
        overflow: hidden;


        .icon {
          height: 26px;
        }

        .notify {
          width: 8px;
          height: 8px;
          position: absolute;
          bottom: 0px;
          right: 0px;
          border-radius: 50%;
          background-color: red;
          display: none;
        }
      }

    }
  }
}

.desktop-menu,
#desktop-menu-btn {
  display: none;
}

/* Products Slider */
.products-slider-container {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;

  .products-slider {
    display: flex;
    scroll-behavior: smooth;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar in IE 10+ */

    &::-webkit-scrollbar {
      display: none;
      /* Hide scrollbar in WebKit-based browsers */
    }

    .product-slide {
      width: 19.5%;
      /* 100% / 5 visible items = 20% */
      flex-shrink: 0;
      margin-right: 10px;
      display: flex;
      flex-direction: column;
      row-gap: 10px;
      overflow-y: visible;

      .img {
        height: 380px;
        border-radius: 3px;
        overflow: hidden;
        top: 0;
        transition: top .3s;

        a {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
        }
      }

      .img:hover {
        top: -10px;
      }

      .color {
        font-family: 'Axiforma Book';
        font-size: .8em;
        text-align: left;
        text-transform: uppercase;
      }

      .title {
        font-size: 1.1em;
        font-weight: bold;
        text-align: left;
        line-height: 100%;
      }

      .price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #e1694e;
        font-size: 1.2em;
        font-family: 'Axiforma Book';
        line-height: 100%;

        .tag {
          display: flex;
          align-items: center;
          column-gap: 8px;

          img {
            margin-top: -3px;
          }
        }
      }

      &:last-child {
        margin-right: 0;
      }
    }
  }

  &:hover .pscroll {
    filter: opacity(1);
  }

  .pscroll {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
    min-width: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter .3s;

    &.left {
      left: 20px;
    }

    &.right {
      right: 20px;
    }

    img {
      height: 18px;
    }
  }
}

.home {


  .hero {
    position: relative;
    width: 100%;
    min-height: 80vh;
    overflow: hidden;

    .slider {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;

      .slide {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        right: -100%;
        /* Start offscreen to the right */
        z-index: 0;
        /* Default z-index */
        transition: right 1s ease;
        /* Smooth transition for sliding */
        background-position: center;
        background-size: cover;
        display: flex;
        align-items: center;

        .text {
          max-width: 55%;
          width: 100%;
          margin-left: 5%;
          text-align: center;

          h2 {
            font-size: 6em;
            margin-top: 0;
            line-height: 130%;
            margin-bottom: 20px;
          }

          p {
            font-size: 1.6em;
            font-weight: 500;
            text-wrap: balance;
            text-align: center;
            color: #767a79;
          }

          button {
            margin-left: auto;
            margin-right: auto;
          }
        }
      }

      /* First slide visible initially */
      .slide:nth-child(1) {
        right: 0;
        z-index: 3;
      }
    }
  }

  .sec1 {
    padding: 5%;
    display: flex;
    align-items: flex-start;
    column-gap: 5%;
    flex-direction: column;

    h2 {
      font-size: 2.5em;
      margin-top: 0;
    }

    .products {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 20px;
      row-gap: 60px;
      width: 100%;

      .product {
        display: flex;
        flex-direction: column;
        row-gap: 10px;

        .img {
          height: 250px;
          border-radius: 3px;
          overflow: hidden;
          top: 0;
          transition: top .3s;

          @media screen and (min-width: 1600px) {
            height: 300px;
          }

          a {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
          }
        }

        .img:hover {
          top: -10px;
        }

        .color {
          font-family: 'Axiforma Book';
          font-size: 1em;
          text-align: center;
          text-transform: capitalize;
          color: #767a79;
        }

        .title {
          font-size: 1.1em;
          font-weight: bold;
          text-align: center;
          line-height: 100%;
          text-transform: uppercase;
        }

        .price {
          color: #e1694e;
          font-size: 1.2em;
          font-family: 'Axiforma Book';
          line-height: 100%;

          .tag {
            display: flex;
            align-items: center;
            column-gap: 8px;
            width: 100%;
            justify-content: center;

            img {
              margin-top: -3px;
            }

            width: 100%;
          }

          .rating {
            display: none;
          }
        }

        .size {
          display: flex;
          justify-content: flex-start;
          column-gap: 10px;
          align-items: center;
          font-size: .9em;
          font-weight: 500;

          span {
            position: relative;
            width: 100%;
            text-align: left;

            select {
              background: none;
              border: 1px #ddd solid;
              padding: 5px;
              width: 100%;
            }

          }

          flex-direction: column;
        }


        button {
          padding: 10px 15px;
          background-color: transparent;
          border: 1px #000 solid;

          span {
            margin-bottom: -5px;
          }

          font-weight: 500;
        }
      }

      .product:hover {
        cursor: pointer;
      }
    }
  }

  .sec2 {
    padding-top: 0;
  }

  .promos {
    padding: 40px 5%;

    h3 {
      font-size: 2.5em;
      margin-top: 0;
    }

    .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;

      .item {
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 450px;

        .overlay {
        filter: opacity(.6);
        }

        .title {
          font-size: 2.5em;
          line-height: 110%;
          margin-bottom: 20px;
        }

        button {
          min-width: 0 !important;
          background-color: #27bcc2;
          width: fit-content;
        }
      }
    }
  }

  .banner {
    width: 100%;
    padding: 0 5%;

    .inner {
      width: 100%;
      min-height: 315px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;

      .small-title {
        font-size: 1.6em;
        line-height: 100%;
      }

      .title {
        font-size: 4em;
      }
    }
  }

  .banner2 {
    width: 100%;
    padding: 0 5%;

    .inner {
      width: 100%;
      min-height: 520px;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      row-gap: 20px;

      .small-title {
        font-size: 1.6em;
        line-height: 100%;
      }

      .title {
        font-size: 4em;
        line-height: 100%;
        text-align: center;
      }
    }
  }
}

/* Hero Section */
.hero {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;

  img {
    display: block
  }

  .overlay {
    filter: opacity(.2);
    z-index: 1;
  }

  .content {
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 20px;

    h1 {
      display: flex;
      flex-direction: column;
      margin-top: 0;
      margin-bottom: 0;
      line-height: 100%;
      font-size: 4em;
      color: #fff;
      row-gap: 15px;
      text-shadow: 1px 1px 3px rgb(0, 0, 0, 0.5);
    }

    .buttons {
      display: flex;
      align-items: center;
      column-gap: 10px;
      justify-content: center;
    }
  }
}

/* Home Page Section 1 */


.page .hero {
  height: 25dvh;

  .content {


    h1 {
      font-size: 2.5em;
    }
  }
}

/* Contact */

.contact {

  .sec1 {
    padding: 5%;

    display: flex;
    align-items: flex-start;
    column-gap: 5%;
    flex-wrap: nowrap;

    .left {
      width: 47.5%;

      h2 {
        margin-top: 0;
        font-size: 3em;
        line-height: 110%;
        display: flex;
        flex-direction: column;
      }

      p {
        font-size: 1.2em;
        color: #767a79;
        margin-bottom: 40px;
      }

      .box-info {
        margin-bottom: 30px;

        .title {
          font-size: 1.8em;
          margin-top: 0;
          font-weight: 700;
        }

        .info {
          color: #767a79;
          font-size: 1.2em;
        }
      }
    }

    .right {
      width: 47.5%;

      h2 {
        margin-top: 0;
        font-size: 3em;
        line-height: 110%;
        display: flex;
        flex-direction: column;
      }

      p {
        font-size: 1.2em;
        color: #767a79;
      }

      form {
        margin-top: 80px;

        .half,
        .fullwidth {
          flex-direction: column;
          flex-wrap: wrap;
          align-items: flex-start;

          label {
            text-align: left;
          }

          input {
            width: 100%;
          }
        }

        .btn-wrap {
          display: flex;
          align-items: center;
          justify-content: center;
        }
      }
    }

  }
}

/* About Page */
.about {

  .sec1 {
    padding: 5%;
    display: flex;
    align-items: center;
    gap: 5%;
    flex-wrap: nowrap;

    .left {
      width: 47.5%;
      height: 80vh;
      border-radius: 5px;
    }

    .right {
      text-align: left;
      width: 47.5%;

      h2 {
        margin-top: 0;
        font-size: 3em;
        line-height: 110%;
        display: flex;
        flex-direction: column;

        span.small {

          font-weight: 300;
          font-size: .6em;
        }
      }

      p {
        font-size: 1.2em;
        color: #767a79;
      }
    }

  }
}

.moreInfo {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100dvh;
  z-index: 100;
  overflow-x: hidden;
  right: -50vw;
  filter: blur(10px) opacity(0);
  transition: filter .8s, right .8s;
  background-color: #000;
  padding: 5%;
  overflow-y: auto;

  #closeModal {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 8;
    height: 32px;
  }
}


.grid3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.grid5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.5%, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-align {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-standard {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5%;
  flex-wrap: nowrap;
}

.flex-standard>.left,
.flex-standard>.right {
  width: 47.5%;
}

.box-title {
  text-align: center;
  padding: 15px 30px;
  font-size: 2em;
  margin-top: 0;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}

/* Manufacturing Page */
.manufacturing {
  .sec1 {
    padding: 50px 5%;

    .flex3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;

      div {

        h3 {
          margin-top: 20px;
          font-size: 1.6em;
        }

      }
    }

    .grid3 {
      align-items: center;
      justify-content: center;
      gap: 30px;
      display: flex;
      flex-direction: column;
      row-gap: 10px;

      .item {
        display: flex;
        align-items: flex-start;
        flex-wrap: nowrap;
        gap: 20px;
        width: 700px;
        padding: 10px;
        border: 1px #E7E6E6 solid;

        .right {
          width: 85%;

          .h2 {
            font-size: 1.4em;
            margin-top: 10px;
            font-weight: 500 !important;
            text-align: left;
          }

          p {
            font-size: 1.05em;
          }
        }

        .left {

          .number {
            font-size: 2em;
            font-weight: 900;
            margin-top: 0;
            position: relative;
            color: #fff;
            padding: 15px;
            background-color: #000;
            line-height: 100%;
            width: 54px;
            height: 54px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
          }
        }

      }
    }

    h2 {
      margin-top: 0px;
    }

    p.max-txt {
      font-size: 1.1em;
    }

    .grid5 {

      .item {
        height: 350px;
        padding: 30px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        color: #fff;
        border-radius: 10px;
        overflow: hidden;

        .number {
          padding: 5px 10px;
          font-size: 2em;
          line-height: 100%;
          font-weight: 900;
          background-color: #000;
          color: #fff;
        }

        .text {
          font-size: 1.4em;
          font-weight: 700;
          text-align: left;
        }
      }
    }

    h3 {
      margin-top: 80px;
    }
  }

  .sec2 {
    padding: 20px 5% 50px;
    text-align: center;

    .flex3 {
      display: flex;
      flex-wrap: nowrap;
      column-gap: 20px;

      .item {
        overflow: hidden;
        width: 33%;
        height: 250px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding: 20px 30px;
        background-color: #eee;
        cursor: pointer;
        color: #fff;
        flex-direction: column;
        border-radius: 5px;

        img {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 0;
          object-fit: cover;
          transition: transform .3s;
        }

        .overlay {
          z-index: 1;
          filter: opacity(.85);
        }

        .desc,
        .title {
          z-index: 2;
        }

        .title {
          font-size: 1.6em;
          font-weight: 900;
          text-transform: uppercase;
        }

        .desc {
          height: 40px;
          text-align: right;
          width: 90%;
        }

        .link-layer {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 3;
          cursor: pointer;
        }
      }

      .item:active {
        transition: transform .3s;
        transform: scale(.95);
      }

      .item:hover img {
        transform: scale(1.05);
      }

      .item:hover {
        transition: box-shadow .3s;
        cursor: pointer;
        box-shadow: 4px 4px 8px 1px rgb(51, 51, 51, 0.5);
      }
    }

    p {
      font-size: 1.05em;
    }

  }

  .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

div.txt {
  display: none;
  text-align: left;
}

.rv-btn {
  font-size: 2.5em;
  cursor: pointer;
  padding-top: 5px;
}

.rv-btn .minus {
  display: none;
}

.button-flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}


/* Sponsorships Page */
.flex-standard {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5%;
  flex-wrap: nowrap;
}

.flex-standard>.left,
.flex-standard>.right {
  width: 47.5%;
}

.sponsorships .sec1 {
  padding: 50px 5%;
}

.sponsorships .sec1 p,
.resellers .sec1 p {
  font-size: 1.05em;
}

.sponsorships .sec1>p,
.resellers .sec1>p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sponsorships .sec1 .grid3 {
  margin-top: 40px;
  margin-bottom: 50px;
  align-items: flex-start;
  display: grid;
  justify-content: center;
  width: 100%;
  gap: 5%;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
}

.sponsorships .sec1 .grid3 h3.box-title,
.resellers .sec1 .flex-standard h2 {
  font-size: 1.4em;
  display: block;
  text-align: left;
  padding: 15px 0;
  margin: 0;
  text-transform: uppercase;
}

.sponsorships .sec1 h4,
.resellers .sec1 h4 {
  font-size: 1.6em;
  text-transform: uppercase;
}

.sponsorships .sec1 .grid3 .top,
.resellers .sec1 .flex-standard .left .top,
.resellers .sec1 .flex-standard .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
}

.sponsorships .sec1 .grid3 .top .rv-btn,
.resellers .sec1 .flex-standard .item .top .rv-btn {
  padding-top: 0;
}


/* Resellers Page */
.resellers .sec1 {
  padding: 50px 5%;
}

.resellers .sec1 .flex-standard {
  margin-top: 60px;
  margin-bottom: 50px;
  align-items: flex-start;
}

.resellers .sec1 .flex-standard h2 {
  display: inline-block;
}

.resellers .sec1 .flex-standard h3 {
  font-size: 1.4em;
}


.no-scroll {
  overflow: hidden !important;
}

/* Returns Page */
.returns .sec1 {
  padding: 60px 5%;
}

.returns .sec1 .centered {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.returns .sec1 .centered h2,
.returns .sec1 .centered h3 {
  font-size: 1.6em;
}

/* Shop Page */
.shop {
  .hero {

    h1 {
      display: flex;
      flex-direction: column;
      row-gap: 10px;
      line-height: 100%;
      text-transform: uppercase;

      span {
        position: relative;
      }

      span.subtitle {
        text-transform: uppercase;
        text-shadow: none;
        font-size: .7em;
        font-weight: 300;
        text-align: center;
      }

      font-size: 2.5em;
    }
  }

  .filter {
    padding: 20px 5%;

    p {
      text-align: center;
    }

    form {
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;

      .inputs {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        justify-content: center;

        .item {
          display: flex;
          flex-direction: column;
          row-gap: 10px;

          input,
          select {
            width: 100%;
            background-color: #f2f2f2;
            border-radius: 5px;
            color: #333;
          }

          label {
            font-weight: 500;
            font-size: 1.2em;
          }
        }
      }

      .buttons {
        display: flex;
        align-items: center;
        column-gap: 10px;
        margin-top: 20px;
        justify-content: center;
      }
    }
  }

  .sec1 {
    padding: 5%;

    .products {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
      row-gap: 60px;
      width: 100%;

      .product {
        display: flex;
        flex-direction: column;
        row-gap: 10px;

        .img {
          height: 280px;
          border-radius: 3px;
          overflow: hidden;
          top: 0;
          transition: top .3s;

          a {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
          }
        }

        @media screen and (min-width: 1600px) {
          .img {
            height: 340px !important;
          }
        }

        .img:hover {
          top: -10px;
        }

        .color {
          font-family: 'Axiforma Book';
          font-size: .8em;
          text-align: center;
          text-transform: uppercase;
          color: #767a79;
        }

        .title {
          font-size: 1.1em;
          font-weight: bold;
          text-align: center;
          line-height: 100%;
          text-transform: uppercase;
        }

        .price {
          display: flex;
          justify-content: center;
          align-items: center;
          color: #e1694e;
          font-size: 1.2em;
          font-family: 'Axiforma Book';
          line-height: 100%;

          .tag {
            display: flex;
            align-items: center;
            justify-content: center;
            column-gap: 8px;

            img {
              margin-top: -3px;
            }
          }
        }

        .size {
          display: flex;
          justify-content: flex-start;
          column-gap: 10px;
          align-items: center;
          font-size: .9em;
          font-weight: 500;

          span {
            position: relative;
            width: 100%;
            text-align: left;

            select {
              background: none;
              border: 1px #ddd solid;
              padding: 5px;
              width: 100%;
            }

          }

          flex-direction: column;
        }


        button {
          padding: 10px 15px;
          background-color: transparent;
          border: 1px #000 solid;

          span {
            margin-bottom: -5px;
          }

          font-weight: 500;
        }
      }

      .product:hover {
        cursor: pointer;
      }
    }


  }
}

.page {

  .breadcrumb {
    padding: 20px 5%;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-family: 'Axiforma Book';

    a {
      text-decoration: none;
      color: #000;

      &:hover {
        color: #f9c000;
      }
    }
  }
}

/* Single Product Page */
.single-product {

  #main-header {
    position: relative;
  }

  .sec1 {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    padding: 5%;

    .left {
      width: 45%;
      height: fit-content;
      overflow: hidden;
      border-radius: 10px;

    }

    .right {
      width: 55%;
      padding-left: 5%;
      text-align: left;
      position: sticky;
      top: 100px;

      h2 {
        font-size: 2.5em;
        text-transform: uppercase;
        line-height: 100%;
        text-wrap: balance;
      }

      .category {
        font-weight: 500;
        font-size: 1.1em;
        text-transform: uppercase;
        color: #767a79;
      }

      .price {
        font-size: 1.8em;
        font-weight: 500;
        color: #e1694e;
        display: flex;
        align-items: center;
        column-gap: 5px;

        img {
          margin-top: -4px;
        }
      }

      .color {
        color: #767a79;
      }

      .description {
        margin-bottom: 40px;
        margin-top: 20px;
        color: #767a79;
      }

      .size {
        display: flex;
        align-items: center;
        column-gap: 50px;
        margin-bottom: 20px;

        span:first-of-type {
          min-width: 200px;
          font-weight: bold;
        }

        select,
        input {
          padding: 10px;
          border-radius: 3px;
          border: 1px #000 solid;
          min-width: 0;
          background-color: #fff;
          font-weight: 400;
        }

        select {
          text-transform: capitalize;
        }

        input:disabled {
          background-color: #ddd;
          border-color: #808d82;
        }
      }
    }
  }

  .related {
    padding: 2% 5% 5%;

    h3 {
      font-size: 2em;
    }

    .grid5 {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 2%;
      align-items: flex-start;

      .product {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        transition: top .3s;
        top: 0;

        .img {
          height: 300px;
          overflow: hidden;
          border-radius: 5px;
          border: 1px #eee solid;
        }

        .title {
          font-weight: bold;
          line-height: 100%;
          font-size: 1.1em;
          text-transform: uppercase;
          text-align: center;
          text-wrap: balance;
        }

        .color {
          text-transform: capitalize;
          text-align: center;
          font-size: 1em;
          font-weight: 400;
          color: #767a79;
        }

        @media screen and (min-width: 1600px) {
          .img {
            height: 350px;
          }
        }


        .price {
          font-size: 1.2em;
          color: #e1694e;
          font-weight: 500;
          display: flex;
          align-items: center;
          column-gap: 5px;

          .tag {
            display: flex;
            align-content: center;
            column-gap: 8px;

            img {
              position: relative;
            }

            span {
              position: relative;
              line-height: 100%;
            }
          }

          justify-content: center;
        }

      }

      .product:hover {
        top: -10px;
        cursor: pointer;
      }
    }
  }
}

.active-sidebar-link {
  font-weight: 700;
}

.payment {

  #main-header {
    position: relative;
  }

  .sec1 {
    padding: 5%;

    h2 {}
  }
}


.coolBeans,
.button-wrapper button {
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  position: relative;
  border: none;
}

.coolBeans img,
.coolBeans span {
  position: relative;
  z-index: 2;
}

.coolBeans img.icon,
.button-wrapper button img.icon {
  height: 18px;
}

.coolBeans::after {
  background-color: #1d3251;
  border-radius: 2rem;
  content: '';
  display: block;
  height: 140%;
  width: 140%;
  position: absolute;
  left: -10%;
  top: -10%;
  transform: translate(-100%, 0) rotate(5deg);
  transform-origin: top left;
  transition: 0.3s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.coolBeans:hover::after {
  transform: translate(0, 0);
  z-index: 0;
}

.coolBeans:hover {
  color: #fff;
  border-color: #1d3251;
  background-color: #1d3251;
}

#main-footer {
  padding: 3% 5% 0;
  z-index: 4;
  border-top: 1px #ededed solid;

  .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 50px;
    gap: 2%;

    img.logo {
      max-width: 80%;
    }

    .item {

      h5 {
        font-size: 1.4em;
        margin-top: 0;
      }

      p,
      .contact-info {
        color: #767a79;
        font-weight: 500;
      }

      .social-links {
        display: flex;
        align-items: center;
        column-gap: 10px;

        a img {
          height: 22px;
          position: relative;
          transition: .3s;
        }
      }

      .page-links {
        display: flex;
        flex-direction: column;
        row-gap: 7px;

        a {
          text-decoration: none;
          color: #767a79;
          font-weight: 500;
        }

        a:hover {
          color: #1d3251;
        }

        a:active {
          transform: none;
        }
      }

      form .fullwidth input::placeholder {
        color: #808d82;
      }

      form .fullwidth {
        margin-bottom: 10px;

        input {
          color: #333;
          width: 100%;
        }

        input::focus-within {
          color: #333;
        }
      }

      form button {
        min-width: 0;
        padding: 10px;
        width: 100%;
        font-weight: 500;
        border-radius: 2px;
      }

    }
  }

  .social-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px #ededed solid;
    border-bottom: 1px #ededed solid;

    .left {
      display: flex;
      align-items: center;
      column-gap: 15px;

      img {
        height: 24px;
        display: block;
      }
    }
  }

  .legal {
    text-align: center;
    font-size: .9em;
    padding: 20px 0;
  }
}

.return_policy {

  .sec1 {
    padding: 5%;
    text-align: left;

    p,
    h2,
    h3,
    h4,
    ul {
      max-width: 800px;
    }

    p,
    ul {
      font-size: 1.1em;
      margin-left: auto;
      margin-right: auto;
    }

    h2,
    h3,
    h4 {
      font-size: 1.6em;
      margin-left: auto;
      margin-right: auto;
    }
  }
}

.payments {
  .sec1 {
    display: flex;
    align-items: center;
    column-gap: 5%;
    padding: 5%;

    .left {
      width: 47.5%;
      text-align: left;

      h2 {
        font-size: 2em;
        margin-top: 0;
      }

      p {
        font-size: 1.3em;
      }
    }

    .right {
      width: 47.5%;

      img {
        width: 100%;
        border-radius: 10px;
        position: relative;
      }
    }
  }
}

.size-guide {

  .sec1 {
    padding: 5%;

    img {
      width: 100%;
      height: auto;
      max-width: 1000px;
      margin-left: auto;
      margin-right: auto;
    }
  }
}

@media screen and (min-width: 1400px) {

  .shop {

    .product {

      .img {
        height: 50vh !important;
      }
    }
  }

  .related {

    .grid5 {

      .product {

        .img {
          height: 50vh;
        }
      }
    }
  }
}