@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: "Katalist";
  src: url("KATALISTDISPLAY.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.nav {
  background-color: #121212;
  color: white;
  font-family: "Oswald", serif;
}

@media only screen and (max-width: 479px) {
  .nav {
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
  }
  .nav .pc {
    display: none;
  }
  .nav .mb {
    width: 100%;
    height: 48px;
    padding: 0 16px;
  }
  .nav .mb.open {
    height: auto;
  }
  .nav .mb .mb-top {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav .mb .mb-top .img {
    height: 48px;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .nav .mb .mb-top .img .logo {
    width: 100%;
  }
  .nav .mb .mb-top .menu {
    height: 48px;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
    color: white;
  }
  .nav .mb .mb-top .menu .hidden {
    display: none;
  }
  .nav .mb .mb-bottom {
    display: none;
    margin-top: 40px;
  }
  .nav .mb .mb-bottom.open {
    display: block;
  }
  .nav .mb .mb-bottom .links {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .nav .mb .mb-bottom .links form {
    height: 100%;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    width: 100%;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 8px;
  }
  .nav .mb .mb-bottom .links form .search {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-family: "Oswald", serif;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    background-color: transparent;
  }
  .nav .mb .mb-bottom .links form img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }
  .nav .mb .mb-bottom .links a {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-decoration: none;
    transition: background-color 0.5s ease;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nav {
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
  }
  .nav .pc {
    display: none;
  }
  .nav .mb {
    width: 100%;
    height: 48px;
    padding: 0 16px;
  }
  .nav .mb.open {
    height: auto;
  }
  .nav .mb .mb-top {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav .mb .mb-top .img {
    height: 48px;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .nav .mb .mb-top .img .logo {
    width: 100%;
  }
  .nav .mb .mb-top .menu {
    height: 48px;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
  }
  .nav .mb .mb-top .menu .hidden {
    display: none;
  }
  .nav .mb .mb-bottom {
    display: none;
    margin-top: 40px;
  }
  .nav .mb .mb-bottom.open {
    display: block;
  }
  .nav .mb .mb-bottom .links {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .nav .mb .mb-bottom .links form {
    height: 100%;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    width: 384px;
    margin-right: 50px;
    margin-bottom: 24px;
    margin-left: 8px;
  }
  .nav .mb .mb-bottom .links form .search {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-family: "Oswald", serif;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    background-color: transparent;
  }
  .nav .mb .mb-bottom .links form img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }
  .nav .mb .mb-bottom .links a {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-decoration: none;
    transition: background-color 0.5s ease;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav {
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden;
  }
  .nav .pc {
    display: none;
  }
  .nav .mb {
    width: 100%;
    height: 48px;
    padding: 0 24px;
  }
  .nav .mb.open {
    height: auto;
  }
  .nav .mb .mb-top {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav .mb .mb-top .img {
    height: 48px;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .nav .mb .mb-top .img .logo {
    width: 100%;
  }
  .nav .mb .mb-top .menu {
    height: 48px;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
  }
  .nav .mb .mb-top .menu .hidden {
    display: none;
  }
  .nav .mb .mb-bottom {
    display: none;
    margin-top: 40px;
  }
  .nav .mb .mb-bottom.open {
    display: block;
  }
  .nav .mb .mb-bottom .links {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .nav .mb .mb-bottom .links form {
    height: 100%;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    width: 384px;
    margin-right: 50px;
    margin-bottom: 24px;
    margin-left: 8px;
  }
  .nav .mb .mb-bottom .links form .search {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-family: "Oswald", serif;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    background-color: transparent;
  }
  .nav .mb .mb-bottom .links form img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }
  .nav .mb .mb-bottom .links a {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    text-decoration: none;
    transition: background-color 0.5s ease;
    padding-left: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav {
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .nav .pc {
    max-width: 100%;
    height: 48px;
    display: flex;
    padding: 0px 32px;
    align-items: center;
    justify-content: space-between;
  }
  .nav .pc .logo {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .nav .pc .logo img {
    width: 100%;
  }
  .nav .pc .links {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .nav .pc .links form {
    height: 100%;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    width: 384px;
    margin-right: 50px;
  }
  .nav .pc .links form .search {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-family: "Oswald", serif;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    background-color: transparent;
  }
  .nav .pc .links form img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }
  .nav .pc .links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 16px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
  }
  .nav .pc .links a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .nav .mb {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .nav {
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
  .nav .pc {
    max-width: 100%;
    height: 48px;
    display: flex;
    padding: 0px 32px;
    align-items: center;
    justify-content: space-between;
  }
  .nav .pc .logo {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .nav .pc .logo img {
    width: 100%;
  }
  .nav .pc .links {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .nav .pc .links form {
    height: 100%;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    width: 384px;
    margin-right: 50px;
  }
  .nav .pc .links form .search {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    font-family: "Oswald", serif;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    background-color: transparent;
  }
  .nav .pc .links form img {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
  }
  .nav .pc .links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin: 0px 16px;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
  }
  .nav .pc .links a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .nav .mb {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000000;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 479px) {
  .content {
    max-width: 100vw;
    height: -moz-max-content;
    height: max-content;
    color: white;
    padding: 0px 16px;
    margin-top: 16px;
  }
  .content .boxOne {
    height: 192px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxOne .bannerOne {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .boxOne .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxOne .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxOne .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .boxOne .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
  }
  .content .boxOne .inner .below {
    transform: rotate(-90deg);
    color: white;
    text-decoration: none;
  }
  .content .boxTwo {
    margin-top: 16px;
    height: 192px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxTwo .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .boxTwo .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxTwo .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxTwo .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .boxTwo .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: white;
    text-decoration: none;
  }
  .content .quickBuyText {
    word-wrap: 100%;
    text-align: center;
    color: white;
    font-family: "Katalist", serif;
    font-size: 18px;
    padding: 16px 0px;
  }
  .content .quickBuyItems {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .content .quickBuyItems::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  .content .quickBuyItems li {
    list-style-type: none;
    width: 192px;
    flex-shrink: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .content .quickBuyItems li .quickBuyInnerBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content .quickBuyItems li .quickBuyInnerBox img {
    width: 100%;
    height: auto;
  }
  .content .quickBuyItems li .quickBuyInnerBox .itemNameText {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 14px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .line {
    width: 40%;
    height: 1px;
    border-radius: 10px;
    background-color: white;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 100;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price .realPrice {
    text-decoration: line-through;
  }
  .content .aboutUs {
    margin-top: 24px;
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .aboutUs .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .aboutUs .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content .aboutUs .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .aboutUs .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .aboutUs .inner .desc {
    padding: 0px 8px;
    font-family: "Oswald", serif;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }
  .content .footer {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 14px;
    font-family: "Oswald", serif;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .content {
    max-width: 100vw;
    height: -moz-max-content;
    height: max-content;
    color: white;
    padding: 0px 16px;
    margin-top: 16px;
  }
  .content .boxOne {
    height: 192px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxOne .bannerOne {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .boxOne .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxOne .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxOne .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .boxOne .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
  }
  .content .boxOne .inner .below {
    transform: rotate(-90deg);
    color: white;
    text-decoration: none;
  }
  .content .boxTwo {
    margin-top: 16px;
    height: 192px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxTwo .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .boxTwo .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxTwo .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxTwo .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .boxTwo .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: white;
    text-decoration: none;
  }
  .content .quickBuyText {
    word-wrap: 100%;
    text-align: center;
    color: white;
    font-family: "Katalist", serif;
    font-size: 18px;
    padding: 16px 0px;
  }
  .content .quickBuyItems {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .content .quickBuyItems::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  .content .quickBuyItems li {
    list-style-type: none;
    width: 192px;
    flex-shrink: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .content .quickBuyItems li .quickBuyInnerBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content .quickBuyItems li .quickBuyInnerBox img {
    width: 100%;
    height: auto;
  }
  .content .quickBuyItems li .quickBuyInnerBox .itemNameText {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 14px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .line {
    width: 40%;
    height: 1px;
    border-radius: 10px;
    background-color: white;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 100;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price .realPrice {
    text-decoration: line-through;
  }
  .content .aboutUs {
    margin-top: 24px;
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .aboutUs .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .aboutUs .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content .aboutUs .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .aboutUs .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .aboutUs .inner .desc {
    padding: 0px 8px;
    font-family: "Oswald", serif;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }
  .content .footer {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 14px;
    font-family: "Oswald", serif;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .content {
    max-width: 100vw;
    height: -moz-max-content;
    height: max-content;
    color: white;
    padding: 0px 24px;
    margin-top: 16px;
  }
  .content .boxOne {
    height: 192px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxOne .bannerOne {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .boxOne .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxOne .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxOne .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .boxOne .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
  }
  .content .boxOne .inner .below {
    transform: rotate(-90deg);
    color: white;
    text-decoration: none;
  }
  .content .boxTwo {
    margin-top: 16px;
    height: 192px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxTwo .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .boxTwo .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxTwo .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxTwo .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .boxTwo .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: white;
    text-decoration: none;
  }
  .content .quickBuyText {
    word-wrap: 100%;
    text-align: center;
    color: white;
    font-family: "Katalist", serif;
    font-size: 18px;
    padding: 16px 0px;
  }
  .content .quickBuyItems {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .content .quickBuyItems::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  .content .quickBuyItems li {
    list-style-type: none;
    width: 192px;
    flex-shrink: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .content .quickBuyItems li .quickBuyInnerBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content .quickBuyItems li .quickBuyInnerBox img {
    width: 100%;
    height: auto;
  }
  .content .quickBuyItems li .quickBuyInnerBox .itemNameText {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 14px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .line {
    width: 40%;
    height: 1px;
    border-radius: 10px;
    background-color: white;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 100;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price .realPrice {
    text-decoration: line-through;
  }
  .content .aboutUs {
    margin-top: 24px;
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .aboutUs .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .aboutUs .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content .aboutUs .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .aboutUs .inner .head {
    font-size: 32px;
    font-family: "Katalist", serif;
  }
  .content .aboutUs .inner .desc {
    padding: 0px 8px;
    font-family: "Oswald", serif;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }
  .content .footer {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 14px;
    font-family: "Oswald", serif;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .content {
    max-width: 100vw;
    height: -moz-max-content;
    height: max-content;
    color: white;
    padding: 0px 32px;
    margin-top: 16px;
  }
  .content .boxOne {
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxOne .bannerOne {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .boxOne .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxOne .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxOne .inner .head {
    font-size: 48px;
    font-family: "Katalist", serif;
  }
  .content .boxOne .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .content .boxOne .inner .shopNow:hover {
    opacity: 0.75;
    width: 192px;
  }
  .content .boxOne .inner .below {
    transform: rotate(-90deg);
    color: white;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .content .boxOne .inner .below:hover {
    transform: translateY(10px) scale(1.1) rotate(-90deg);
  }
  .content .boxTwo {
    margin-top: 16px;
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxTwo .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .boxTwo .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxTwo .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxTwo .inner .head {
    font-size: 48px;
    font-family: "Katalist", serif;
  }
  .content .boxTwo .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: white;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .content .boxTwo .inner .shopNow:hover {
    opacity: 0.75;
    width: 192px;
  }
  .content .quickBuyText {
    word-wrap: 100%;
    text-align: center;
    color: white;
    font-family: "Katalist", serif;
    font-size: 18px;
    padding: 16px 0px;
  }
  .content .quickBuyItems {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .content .quickBuyItems::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  .content .quickBuyItems li {
    list-style-type: none;
    width: 192px;
    flex-shrink: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .content .quickBuyItems li .quickBuyInnerBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .content .quickBuyItems li .quickBuyInnerBox img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
  }
  .content .quickBuyItems li .quickBuyInnerBox .itemNameText {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 14px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .line {
    width: 40%;
    height: 1px;
    border-radius: 10px;
    background-color: white;
    transition: width 0.5s ease;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 100;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price .realPrice {
    text-decoration: line-through;
  }
  .content .quickBuyItems li .quickBuyInnerBox:hover img {
    transform: scale(1.02);
  }
  .content .quickBuyItems li .quickBuyInnerBox:hover .line {
    width: 80%;
  }
  .content .aboutUs {
    margin-top: 24px;
    height: 256px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .aboutUs .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .aboutUs .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content .aboutUs .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .aboutUs .inner .head {
    font-size: 48px;
    font-family: "Katalist", serif;
  }
  .content .aboutUs .inner .desc {
    padding: 0px 8px;
    font-family: "Oswald", serif;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }
  .content .footer {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 14px;
    font-family: "Oswald", serif;
    opacity: 0.5;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    max-width: 100vw;
    height: -moz-max-content;
    height: max-content;
    color: white;
    padding: 0px 32px;
    margin-top: 16px;
  }
  .content .boxOne {
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxOne .bannerOne {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .content .boxOne .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxOne .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxOne .inner .head {
    font-size: 48px;
    font-family: "Katalist", serif;
  }
  .content .boxOne .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .content .boxOne .inner .shopNow:hover {
    opacity: 0.75;
    width: 192px;
  }
  .content .boxOne .inner .below {
    transform: rotate(-90deg);
    color: white;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .content .boxOne .inner .below:hover {
    transform: translateY(10px) scale(1.1) rotate(-90deg);
  }
  .content .boxTwo {
    margin-top: 16px;
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .boxTwo .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .boxTwo .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
  }
  .content .boxTwo .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .boxTwo .inner .head {
    font-size: 48px;
    font-family: "Katalist", serif;
  }
  .content .boxTwo .inner .shopNow {
    width: 128px;
    height: 48px;
    border: 1px solid white;
    font-family: "Oswald", serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: white;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .content .boxTwo .inner .shopNow:hover {
    opacity: 0.75;
    width: 192px;
  }
  .content .quickBuyText {
    word-wrap: 100%;
    text-align: center;
    color: white;
    font-family: "Katalist", serif;
    font-size: 18px;
    padding: 16px 0px;
  }
  .content .quickBuyItems {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    overflow-x: scroll;
    display: flex;
    gap: 16px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .content .quickBuyItems::-webkit-scrollbar {
    display: none; /* WebKit */
  }
  .content .quickBuyItems li {
    list-style-type: none;
    width: 192px;
    flex-shrink: 0;
    height: -moz-max-content;
    height: max-content;
  }
  .content .quickBuyItems li .quickBuyInnerBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .content .quickBuyItems li .quickBuyInnerBox img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
  }
  .content .quickBuyItems li .quickBuyInnerBox .itemNameText {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 500;
    font-size: 14px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .line {
    width: 40%;
    height: 1px;
    border-radius: 10px;
    background-color: white;
    transition: width 0.5s ease;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price {
    margin-top: 4px;
    font-family: "Oswald", serif;
    font-weight: 100;
    font-size: 12px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .content .quickBuyItems li .quickBuyInnerBox .price .realPrice {
    text-decoration: line-through;
  }
  .content .quickBuyItems li .quickBuyInnerBox:hover img {
    transform: scale(1.02);
  }
  .content .quickBuyItems li .quickBuyInnerBox:hover .line {
    width: 80%;
  }
  .content .aboutUs {
    margin-top: 24px;
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content .aboutUs .bannerTwo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -20%);
  }
  .content .aboutUs .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .content .aboutUs .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .content .aboutUs .inner .head {
    font-size: 48px;
    font-family: "Katalist", serif;
  }
  .content .aboutUs .inner .desc {
    padding: 0px 8px;
    font-family: "Oswald", serif;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
  }
  .content .footer {
    padding: 16px 0px;
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 14px;
    font-family: "Oswald", serif;
    opacity: 0.5;
  }
}/*# sourceMappingURL=index.css.map */