/* [project]/src/components/organisms/header/style.module.css [app-client] (css) */
.style-module__i-TxBG__header {
  --tw-shadow: 0px 2px 4px 0px #00000026;
  --tw-shadow-colored: 0px 2px 4px 0px var(--tw-shadow-color);
  width: 100%;
  height: auto;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  flex-direction: column;
  position: relative;
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__header {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.style-module__i-TxBG__resButtonGroup {
  align-items: center;
  gap: .75rem;
  display: flex;
  position: relative;
}

.style-module__i-TxBG__resButtonGroup .style-module__i-TxBG__resDiscountBtn {
  border-radius: .75rem !important;
  gap: 1px !important;
  height: 2rem !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  font-size: .75rem !important;
  line-height: 1rem !important;
}

@media (min-width: 768px) {
  .style-module__i-TxBG__resButtonGroup .style-module__i-TxBG__resDiscountBtn {
    border-radius: 1rem !important;
  }
}

.style-module__i-TxBG__linkIcon {
  border-radius: .75rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

@media (min-width: 768px) {
  .style-module__i-TxBG__linkIcon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__linkIcon {
    border-radius: 1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

.style-module__i-TxBG__order {
  --tw-bg-opacity: 1;
  background-color: rgb(230 91 124 / var(--tw-bg-opacity));
  stroke: #fff;
  --tw-text-opacity: 1;
  width: 1rem;
  height: 1rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: -.375rem;
  left: 1.5rem;
}

@media (min-width: 768px) {
  .style-module__i-TxBG__order {
    top: -.5rem;
    left: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__order {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 10px;
    left: 2.75rem;
  }
}

.style-module__i-TxBG__resSecondRow {
  --tw-shadow: 0px 3px 4px -1px #00000026;
  --tw-shadow-colored: 0px 3px 4px -1px var(--tw-shadow-color);
  width: 100%;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: .75rem 1.75rem;
  display: flex;
}

.style-module__i-TxBG__resSecondRow .style-module__i-TxBG__searchInput {
  width: 100%;
  display: flex;
}

.style-module__i-TxBG__row {
  padding: .5rem 1rem;
  flex-direction: column !important;
  gap: .375rem !important;
}

@media (min-width: 768px) {
  .style-module__i-TxBG__row {
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: .75rem !important;
  }
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__row {
    gap: 1.25rem !important;
  }
}

.style-module__i-TxBG__rows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.style-module__i-TxBG__rightSide {
  align-items: center;
  gap: .75rem;
  width: 66.6667%;
  height: 100%;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__rightSide {
    gap: 1.25rem;
  }
}

.style-module__i-TxBG__leftSide {
  align-items: center;
  gap: .75rem;
  display: flex;
  position: relative;
}

.style-module__i-TxBG__signInBtn {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgb(216 222 235 / var(--tw-border-opacity)) !important;
  stroke: #000000b3 !important;
  color: #000000b3 !important;
  border-radius: 1rem !important;
  gap: .375rem !important;
  width: 7rem !important;
  height: 2rem !important;
  padding: 0 !important;
  font-size: .75rem !important;
  font-weight: 700 !important;
  line-height: 1rem !important;
}

.style-module__i-TxBG__signInBtn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 222 235 / var(--tw-bg-opacity)) !important;
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .style-module__i-TxBG__signInBtn {
    height: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__signInBtn {
    width: 9rem !important;
    height: 3.5rem !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
  }
}

.style-module__i-TxBG__signInIcon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__signInIcon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.style-module__i-TxBG__discountBtn {
  gap: 1px !important;
  height: 3rem !important;
  padding: .75rem 1rem !important;
  font-size: .875rem !important;
  font-weight: 700 !important;
  line-height: 1.25rem !important;
}

@media not all and (min-width: 768px) {
  .style-module__i-TxBG__discountBtn {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__discountBtn {
    height: 3.5rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.style-module__i-TxBG__discountBtn .style-module__i-TxBG__discountIcon {
  width: 1.25rem;
  height: 1.25rem;
  transition-duration: .3s;
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__discountBtn .style-module__i-TxBG__discountIcon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.style-module__i-TxBG__discountBtn:hover .style-module__i-TxBG__discountIcon {
  stroke: #fff;
}

.style-module__i-TxBG__headerBox {
  align-items: center;
  width: auto;
  display: flex;
}

@media not all and (min-width: 768px) {
  .style-module__i-TxBG__headerBox {
    z-index: 40;
    position: fixed;
    inset: auto 0 0;
  }
}

@media (min-width: 768px) {
  .style-module__i-TxBG__headerBox {
    gap: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .style-module__i-TxBG__headerBox {
    width: fit-content;
  }
}

.style-module__i-TxBG__boxHeader {
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  width: 100%;
  display: flex;
}

.style-module__i-TxBG__headerImage {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.style-module__i-TxBG__title {
  -webkit-line-clamp: 1;
  stroke: #000000b3;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-box-orient: vertical;
  transition-duration: .3s;
  display: -webkit-box;
  overflow: hidden;
  font-size: 11px !important;
}

.style-module__i-TxBG__text {
  -webkit-line-clamp: 1;
  text-align: right;
  -webkit-box-orient: vertical;
  font-size: 10px;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
}

.style-module__i-TxBG__headerRow {
  flex-direction: row;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.style-module__i-TxBG__priceRow .style-module__i-TxBG__title {
  stroke: #858585;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5rem !important;
}

.style-module__i-TxBG__price {
  text-align: left;
  align-items: flex-start;
  gap: .125rem;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

/* [project]/src/components/molecule/header/navigation/style.module.css [app-client] (css) */
.style-module__P9LhpW__navigation {
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: auto;
  height: 100%;
  transition-duration: .3s;
  display: flex;
  inset: auto;
}

@media not all and (min-width: 768px) {
  .style-module__P9LhpW__navigation {
    display: none;
  }
}

.style-module__P9LhpW__nav {
  justify-content: space-between;
  align-items: center;
  gap: .75rem;
  width: fit-content;
  height: 100%;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__P9LhpW__nav {
    gap: 1.25rem;
  }
}

.style-module__P9LhpW__item {
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.style-module__P9LhpW__item:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
}

.style-module__P9LhpW__link {
  cursor: pointer;
  stroke: #000000b3;
  text-align: right;
  color: #000000b3;
  flex-direction: row;
  align-items: center;
  gap: .375rem;
  font-size: .75rem;
  line-height: 1rem;
  transition-duration: .3s;
  display: flex;
  font-weight: 400 !important;
}

.style-module__P9LhpW__link:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .style-module__P9LhpW__link {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__P9LhpW__badge {
  stroke: #e65b7c;
  --tw-text-opacity: 1;
  height: 1.25rem;
  color: rgb(230 91 124 / var(--tw-text-opacity));
  background-color: #e65b7c33;
  border-radius: 2px 16px 16px 9px;
  padding-top: 1px;
  padding-left: .5rem;
  padding-right: 9px;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 1.25rem;
  left: .125rem;
}

.style-module__P9LhpW__icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 1024px) {
  .style-module__P9LhpW__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

/* [project]/src/components/atoms/skeleton/style.module.css [app-client] (css) */
.style-module__YgAMcG__skeletonInput, .style-module__YgAMcG__imageRow, .style-module__YgAMcG__skeletonLine {
  display: flex;
  position: relative;
}

@keyframes style-module__YgAMcG__pulse {
  50% {
    opacity: .5;
  }
}

.style-module__YgAMcG__skeletonInput, .style-module__YgAMcG__imageRow, .style-module__YgAMcG__skeletonLine {
  background: #0000000f;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite style-module__YgAMcG__pulse;
  overflow: hidden;
}

.style-module__YgAMcG__skeletonInput, .style-module__YgAMcG__skeletonLine {
  background: #0000000f;
  width: 100%;
  height: 100%;
}

.style-module__YgAMcG__skeletonBall {
  background: #0000000f;
  border-radius: 9999px;
  width: .25rem;
  height: .25rem;
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite style-module__YgAMcG__pulse;
}

.style-module__YgAMcG__skeletonImage {
  width: 3.5rem;
  height: 3.5rem;
}

@media (min-width: 1024px) {
  .style-module__YgAMcG__skeletonImage {
    width: 4rem;
    height: 4rem;
  }
}

.style-module__YgAMcG__skeletonParagraph {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.style-module__YgAMcG__skeletonLine {
  border-radius: .375rem;
  height: 1rem;
}

.style-module__YgAMcG__skeletonLine:first-child {
  width: 33.3333% !important;
}

.style-module__YgAMcG__skeletonBallGroup {
  justify-content: center;
  align-items: center;
  gap: .125rem;
  display: flex;
}

/* [project]/src/components/molecule/header/categories/style.module.css [app-client] (css) */
.style-module__YaG1Eq__categories {
  align-items: center;
  width: fit-content;
  display: flex;
}

.style-module__YaG1Eq__title {
  cursor: pointer;
  stroke: #000000b3;
  color: #000000b3;
  flex-direction: row;
  align-items: center;
  gap: .375rem;
  height: 100%;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition-duration: .3s;
  display: flex;
}

.style-module__YaG1Eq__title:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .style-module__YaG1Eq__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.style-module__YaG1Eq__icon {
  width: 1rem;
  height: 1rem;
}

@media (min-width: 1024px) {
  .style-module__YaG1Eq__icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.style-module__YaG1Eq__megaMenu {
  z-index: 40;
  border-radius: 1rem;
  height: 24rem;
  display: flex;
  position: absolute;
  inset: 3rem 0 auto;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .style-module__YaG1Eq__megaMenu {
    top: 4rem;
  }
}

.style-module__YaG1Eq__megaMenuCard {
  border-radius: 1rem;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  height: 100% !important;
  position: relative !important;
}

.style-module__YaG1Eq__mainMegaMenuNavbar {
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 14rem;
  height: 100%;
  display: flex;
  position: static;
}

.style-module__YaG1Eq__mainMegaMenuList {
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 4px;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  stroke: #000;
  --tw-text-opacity: 1;
  width: 100%;
  height: 100%;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  transition-duration: .3s;
  display: flex;
}

.style-module__YaG1Eq__mainMegaMenuList:first-child, .style-module__YaG1Eq__mainMegaMenuList:last-child {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.style-module__YaG1Eq__mainMegaMenuList:hover {
  cursor: pointer;
  --tw-border-opacity: 1;
  border-left-width: 4px;
  border-left-color: rgb(230 91 124 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.style-module__YaG1Eq__activeMainMegaMenuList {
  --tw-border-opacity: 1 !important;
  border-left-width: 4px !important;
  border-left-color: rgb(230 91 124 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity)) !important;
}

.style-module__YaG1Eq__mainMegaMenuLink {
  stroke: #484848;
  text-align: right;
  width: 100%;
  height: 100%;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
  padding: .75rem .625rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.style-module__YaG1Eq__mainMegaMenuLink:hover {
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1285px) {
  .style-module__YaG1Eq__mainMegaMenuLink {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.style-module__YaG1Eq__mainMegaMenuList:hover > .style-module__YaG1Eq__mainMegaMenuLink {
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 700;
}

.style-module__YaG1Eq__SubMenuBody {
  z-index: 40;
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.25rem;
  width: auto;
  padding-right: 5rem;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  inset: 1.25rem 12rem 1.25rem 1.25rem;
  overflow-y: auto;
}

.style-module__YaG1Eq__SubMenuNavbar {
  flex-flow: wrap !important;
  gap: .75rem !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
}

.style-module__YaG1Eq__SubMenuNavbarColumn {
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  display: flex;
}

.style-module__YaG1Eq__subMenuLinksHandler {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  width: 100%;
  height: fit-content;
  display: flex;
}

.style-module__YaG1Eq__subMenuNavbar2 {
  z-index: 40;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  display: flex;
  position: static;
}

.style-module__YaG1Eq__subMenuItems {
  flex-direction: row;
  gap: 1.25rem;
  width: 30%;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__YaG1Eq__subMenuItems {
    width: 23%;
  }
}

@media (min-width: 1285px) {
  .style-module__YaG1Eq__subMenuItems {
    width: 24%;
  }
}

.style-module__YaG1Eq__subMenuLinks {
  stroke: #fa4779;
  text-align: right;
  width: fit-content;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration-thickness: 2px;
  transition-duration: .3s;
  display: flex;
}

.style-module__YaG1Eq__subMenuLinks:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
  text-underline-offset: 8px;
  text-decoration-line: underline;
}

@media (min-width: 1285px) {
  .style-module__YaG1Eq__subMenuLinks {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.style-module__YaG1Eq__subMenuItems2 {
  display: flex;
}

.style-module__YaG1Eq__subMenuLinks2 {
  stroke: #000;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  transition-duration: .3s;
}

.style-module__YaG1Eq__subMenuLinks2:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
}

@media (min-width: 1285px) {
  .style-module__YaG1Eq__subMenuLinks2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.style-module__YaG1Eq__secondSubMenuNavbar {
  flex-direction: column;
  gap: .75rem;
  height: fit-content;
  display: flex;
}

.style-module__YaG1Eq__errorBox {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  height: 16rem;
  display: flex;
}

.style-module__YaG1Eq__errorBox p {
  stroke: #000000b3;
  text-align: center;
  color: #000000b3;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.style-module__YaG1Eq__triangle {
  stroke: #f4f4f4;
  width: 100%;
  display: flex;
  position: absolute;
  top: 1rem;
  right: -4rem;
}

@media (min-width: 1024px) {
  .style-module__YaG1Eq__triangle {
    top: 2rem;
  }
}

.style-module__YaG1Eq__closeMegaMenu {
  display: none !important;
}

.style-module__YaG1Eq__breadcrumbBox {
  --tw-border-opacity: 1;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
  align-items: center;
  gap: .375rem;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-top: .5rem;
  padding-bottom: .75rem;
  display: flex;
}

.style-module__YaG1Eq__breadcrumbLists {
  flex-wrap: wrap;
  align-items: center;
  gap: .375rem;
  display: flex;
}

.style-module__YaG1Eq__breadcrumbList {
  cursor: pointer;
  stroke: #000000b3;
  color: #000000b3;
  font-size: 13px;
  list-style-type: none;
  transition-duration: .3s;
  font-weight: 400 !important;
}

.style-module__YaG1Eq__breadcrumbList:hover {
  stroke: #e65b7c;
  --tw-text-opacity: 1;
  color: rgb(230 91 124 / var(--tw-text-opacity));
}

.style-module__YaG1Eq__loadingBox {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.style-module__YaG1Eq__rightSide {
  --tw-border-opacity: 1;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  height: 3rem;
  margin-bottom: 1.25rem;
  padding-top: .5rem;
  padding-bottom: .75rem;
  padding-left: .75rem;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__YaG1Eq__rightSide {
    border-bottom-width: 0;
    border-left-width: 4px;
    width: 11rem;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .style-module__YaG1Eq__rightSide {
    width: 14rem;
  }
}

.style-module__YaG1Eq__rightSide li {
  margin-top: 1.25rem !important;
}

.style-module__YaG1Eq__leftSide {
  -moz-column-gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem 1.25rem;
  width: 100%;
  height: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__YaG1Eq__leftSide {
    padding-left: 1rem;
    padding-right: 1rem;
    display: grid;
  }
}

@media (min-width: 1538px) {
  .style-module__YaG1Eq__leftSide {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.style-module__YaG1Eq__leftSide .style-module__YaG1Eq__box {
  gap: .75rem;
  width: 100%;
  height: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__YaG1Eq__leftSide .style-module__YaG1Eq__box {
    flex-direction: column;
  }
}

.style-module__YaG1Eq__mobileMegaMenu {
  z-index: 40;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
  border-radius: 0 !important;
}

.style-module__YaG1Eq__mobileMegaMenuCard {
  flex-direction: column;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  border-radius: 0 !important;
  height: 100% !important;
  position: relative !important;
}

.style-module__YaG1Eq__mobileBreadcrumbBox {
  --tw-border-opacity: 1;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: rgb(228 228 228 / var(--tw-border-opacity));
  justify-content: space-between;
  align-items: center;
  gap: .375rem;
  width: 100%;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.style-module__YaG1Eq__mobileBreadcrumbLists {
  stroke: #000000b3;
  flex-wrap: wrap;
  align-items: center;
  gap: .375rem;
  display: flex;
}

.style-module__YaG1Eq__mobileBreadcrumbList {
  cursor: pointer;
  stroke: #000000b3;
  color: #000000b3;
  font-size: .75rem;
  line-height: 1rem;
  list-style-type: none;
  transition-duration: .3s;
  font-weight: 400 !important;
}

.style-module__YaG1Eq__mobileBreadcrumbList:hover {
  stroke: #e65b7c;
  --tw-text-opacity: 1;
  color: rgb(230 91 124 / var(--tw-text-opacity));
}

@media (min-width: 430px) {
  .style-module__YaG1Eq__mobileBreadcrumbList {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__YaG1Eq__mobileMainMegaMenuNavbar {
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .style-module__YaG1Eq__mobileMainMegaMenuNavbar {
    gap: 0;
    width: 11rem;
    position: static;
  }
}

@media (min-width: 1024px) {
  .style-module__YaG1Eq__mobileMainMegaMenuNavbar {
    width: 14rem;
  }
}

.style-module__YaG1Eq__mobileMainMegaMenuList {
  border-style: solid;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  stroke: #000;
  --tw-text-opacity: 1;
  width: 100%;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  transition-duration: .3s;
  display: flex;
}

.style-module__YaG1Eq__mobileMainMegaMenuList:first-child, .style-module__YaG1Eq__mobileMainMegaMenuList:last-child {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}

.style-module__YaG1Eq__mobileMainMegaMenuList:hover {
  cursor: pointer;
}

.style-module__YaG1Eq__mobileMainMegaMenuLink {
  stroke: #000;
  text-align: right;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.style-module__YaG1Eq__mobileMainMegaMenuLink:hover {
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
}

.style-module__YaG1Eq__mobileNextBtn {
  background-color: #0000 !important;
  align-self: flex-start !important;
  padding: 0 !important;
}

.style-module__YaG1Eq__mobileNextBtn:hover {
  background-color: #0000 !important;
}

.style-module__YaG1Eq__mobileMainMegaMenuList:hover > .style-module__YaG1Eq__mobileNextBtn, .style-module__YaG1Eq__mobileMainMegaMenuList:hover > .style-module__YaG1Eq__mobileMainMegaMenuLink {
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
}

.style-module__YaG1Eq__lightButton {
  align-self: flex-start !important;
  gap: .375rem !important;
  padding: 0 !important;
}

.style-module__YaG1Eq__lightButton:hover {
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
  background-color: #0000 !important;
}

.style-module__YaG1Eq__skeleton {
  width: 100% !important;
  height: 100% !important;
}

/* [project]/src/components/molecule/header/navigationMenu/style.module.css [app-client] (css) */
.style-module__fDSAgq__navigationMenu {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 3.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__fDSAgq__navigationMenu {
    display: none;
  }
}

.style-module__fDSAgq__nav {
  justify-content: space-evenly;
  align-items: center;
  gap: .75rem;
  width: 100%;
  height: 100%;
  display: flex;
}

.style-module__fDSAgq__item {
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.style-module__fDSAgq__item:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
}

.style-module__fDSAgq__link {
  cursor: pointer;
  stroke: #737373;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
  flex-direction: column;
  align-items: center;
  gap: .375rem;
  font-size: 11px;
  transition-duration: .3s;
  display: flex;
  font-weight: 400 !important;
}

.style-module__fDSAgq__link:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
}

.style-module__fDSAgq__linkButton {
  stroke: #737373 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(115 115 115 / var(--tw-text-opacity)) !important;
  background-color: #0000 !important;
  padding: 0 !important;
  font-size: 11px !important;
  font-weight: 400 !important;
}

.style-module__fDSAgq__linkButton:hover {
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
  background-color: #0000 !important;
}

.style-module__fDSAgq__icon {
  width: 1.25rem;
  height: 1.25rem;
}

@media (min-width: 640px) {
  .style-module__fDSAgq__icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* [project]/src/components/molecule/header/searchBar/style.module.css [app-client] (css) */
.style-module__smWnba__searchCardSection {
  z-index: 50;
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 219 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: fixed;
  inset: 0;
  border-radius: 0 !important;
}

@media not all and (min-width: 1024px) {
  .style-module__smWnba__searchCardSection {
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .style-module__smWnba__searchCardSection {
    height: 640px;
    position: absolute;
    top: 4rem;
    left: 2rem;
    right: 2rem;
    --tw-shadow: 0px 50px 200px -50px #00000042 !important;
    --tw-shadow-colored: 0px 50px 200px -50px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    border-radius: 1.5rem !important;
  }
}

@media (min-width: 1024px) {
  .style-module__smWnba__searchCardSection {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1538px) {
  .style-module__smWnba__searchCardSection {
    left: 8rem;
    right: 8rem;
  }
}

.style-module__smWnba__searchCard {
  z-index: 50;
  overflow: hidden;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  width: auto !important;
  height: 100% !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  border-style: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

@media (min-width: 1024px) {
  .style-module__smWnba__searchCard {
    border-radius: 1.5rem !important;
    padding: 0 !important;
  }
}

.style-module__smWnba__cardBox {
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.25rem;
  width: 100%;
  display: flex;
  height: 100% !important;
}

@media (min-width: 1024px) {
  .style-module__smWnba__cardBox {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.25rem;
  }
}

.style-module__smWnba__box {
  --tw-border-opacity: 1;
  border-style: solid;
  border-color: rgb(218 219 231 / var(--tw-border-opacity));
  padding-right: 1.25rem;
}

.style-module__smWnba__box:last-child {
  border-style: none !important;
}

@media (min-width: 1024px) {
  .style-module__smWnba__box {
    border-left-width: 1px;
    padding-left: 1.25rem;
    padding-right: 0;
  }
}

.style-module__smWnba__link {
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgb(20 1 7 / var(--tw-text-opacity));
  font-weight: 400;
  transition-duration: .3s;
  font-size: .75rem !important;
  line-height: 1rem !important;
}

.style-module__smWnba__link:hover {
  --tw-text-opacity: 1;
  color: rgb(230 91 124 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .style-module__smWnba__link {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}

.style-module__smWnba__link2 {
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(20 1 7 / var(--tw-text-opacity));
  font-size: .75rem;
  line-height: 1rem;
  transition-duration: .3s;
}

.style-module__smWnba__link2:hover {
  --tw-text-opacity: 1;
  color: rgb(230 91 124 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .style-module__smWnba__link2 {
    line-height: 1.25rem !important;
  }
}

.style-module__smWnba__card {
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 219 231 / var(--tw-border-opacity));
  stroke: #140107;
  --tw-text-opacity: 1;
  height: 3.5rem;
  color: rgb(20 1 7 / var(--tw-text-opacity));
  border-radius: 20px;
  gap: .75rem;
  padding: .375rem;
  transition-duration: .3s;
}

.style-module__smWnba__card:hover {
  stroke: #e65b7c;
  --tw-text-opacity: 1;
  color: rgb(230 91 124 / var(--tw-text-opacity));
  --tw-shadow: 0px 5px 8px 1px #f8f8f8;
  --tw-shadow-colored: 0px 5px 8px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  .style-module__smWnba__card {
    height: 4rem;
  }
}

.style-module__smWnba__card:hover > p {
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
}

.style-module__smWnba__cardImage {
  border-radius: 20px;
  width: 5rem;
  height: 5rem;
  position: relative;
}

@media (min-width: 1538px) {
  .style-module__smWnba__cardImage {
    width: 6rem;
    height: 6rem;
  }
}

.style-module__smWnba__brandImage {
  border-radius: 20px;
  width: 2.5rem;
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .style-module__smWnba__brandImage {
    width: 3.5rem;
  }
}

.style-module__smWnba__brandTitle {
  --tw-border-opacity: 1;
  border-style: solid;
  border-right-width: 1px;
  border-color: rgb(218 219 231 / var(--tw-border-opacity));
  align-items: center;
  height: 100%;
  padding-right: .5rem;
  display: flex;
}

.style-module__smWnba__firstCard {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .style-module__smWnba__firstCard {
    flex-direction: row;
    align-items: center;
  }
}

.style-module__smWnba__firstBox {
  width: 100%;
  height: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden;
  gap: .75rem !important;
}

@media (min-width: 1024px) {
  .style-module__smWnba__firstBox {
    height: 100%;
    padding-right: 0;
    overflow: visible;
    gap: 1.25rem !important;
    width: 50% !important;
  }
}

.style-module__smWnba__row2 {
  flex-direction: row !important;
}

@media (min-width: 1024px) {
  .style-module__smWnba__row2 {
    flex-direction: column !important;
  }
}

.style-module__smWnba__secondCard {
  gap: .75rem !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .style-module__smWnba__secondCard {
    gap: 1.25rem !important;
    width: 25% !important;
  }
}

.style-module__smWnba__icon {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  stroke: #000;
  --tw-text-opacity: 1;
  width: 2.25rem;
  height: 2.25rem;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__smWnba__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.style-module__smWnba__price {
  text-align: left;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration-line: line-through;
}

@media (min-width: 1285px) {
  .style-module__smWnba__price {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__smWnba__price2 {
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgb(0 189 120 / var(--tw-text-opacity));
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  .style-module__smWnba__price2 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1285px) {
  .style-module__smWnba__price2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.style-module__smWnba__linkIcon {
  border-radius: .75rem !important;
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .style-module__smWnba__linkIcon {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}

@media (min-width: 1024px) {
  .style-module__smWnba__linkIcon {
    border-radius: 1rem !important;
    width: 3.5rem !important;
    height: 3.5rem !important;
  }
}

.style-module__smWnba__titleRow {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1.25rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__smWnba__titleRow {
    padding-left: 0;
  }
}

.style-module__smWnba__titleLoading {
  border-radius: 20px;
  width: 9rem;
  height: 1.5rem;
  display: block;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .style-module__smWnba__titleLoading {
    height: 1.75rem;
  }
}

.style-module__smWnba__cardLoading {
  border-radius: 20px;
  width: 100%;
  height: 3.5rem;
  display: block;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .style-module__smWnba__cardLoading {
    height: 4rem;
  }
}

.style-module__smWnba__imageBoxColumn {
  height: 6rem !important;
}

/* [project]/src/components/organisms/productCard/style.module.css [app-client] (css) */
.style-module__cugPhG__productCarts {
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  padding: .75rem;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.style-module__cugPhG__productCarts:hover {
  --tw-shadow: 0px 5px 8px 1px #f8f8f8;
  --tw-shadow-colored: 0px 5px 8px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.style-module__cugPhG__items {
  flex-direction: column;
  justify-content: space-between;
  gap: .375rem;
  width: 100%;
  display: flex;
  position: relative;
}

@media (min-width: 1024px) {
  .style-module__cugPhG__items {
    gap: .75rem;
  }
}

.style-module__cugPhG__special {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 61 / var(--tw-bg-opacity));
  border-radius: 27px 0 39.3px;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  top: 0;
  left: -1px;
}

.style-module__cugPhG__special span {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.style-module__cugPhG__imageBox {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: .625rem;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
}

.style-module__cugPhG__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem !important;
}

.style-module__cugPhG__title {
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  stroke: #000000b3;
  text-align: right;
  color: #000000b3;
  -webkit-box-orient: vertical;
  padding-left: .125rem;
  padding-right: .125rem;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: -webkit-box;
  overflow: hidden;
}

.style-module__cugPhG__title:hover {
  stroke: #000000b3;
  color: #000000b3;
}

@media (min-width: 1024px) {
  .style-module__cugPhG__title {
    height: 2.75rem;
  }
}

@media (min-width: 1285px) {
  .style-module__cugPhG__title {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__cugPhG__unavailable {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.style-module__cugPhG__priceBox {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 2.75rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__cugPhG__priceBox {
    gap: .625rem;
    height: auto;
  }
}

.style-module__cugPhG__mainPrice {
  stroke: #323232;
  text-align: left;
  --tw-text-opacity: 1;
  width: fit-content;
  color: rgb(50 50 50 / var(--tw-text-opacity));
  justify-content: flex-end;
  align-items: center;
  gap: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
  display: flex;
}

@media (min-width: 1285px) {
  .style-module__cugPhG__mainPrice {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.style-module__cugPhG__prices {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .125rem;
  width: fit-content;
  display: flex;
}

.style-module__cugPhG__discountPrices {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: .25rem;
  width: 100%;
  display: flex;
}

.style-module__cugPhG__previousPrice {
  stroke: #858585;
  --tw-text-opacity: 1;
  color: rgb(133 133 133 / var(--tw-text-opacity));
  font-size: 10px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .style-module__cugPhG__previousPrice {
    font-size: .75rem;
    line-height: 1rem;
  }
}

.style-module__cugPhG__productColor {
  flex-direction: row;
  align-content: center;
  align-self: baseline;
  gap: .25rem;
  width: 100%;
  height: 100%;
  max-height: 2.5rem;
  display: flex;
  overflow: auto hidden;
  padding-bottom: .25rem !important;
}

.style-module__cugPhG__itemCombination {
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
  border-radius: .5rem;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-evenly;
  align-items: center;
  transition-duration: .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-module__cugPhG__itemCombination:hover, .style-module__cugPhG__itemCombination:focus, .style-module__cugPhG__itemCombination:active, .style-module__cugPhG__combinationActive {
  --tw-border-opacity: 1;
  border-color: rgb(230 91 124 / var(--tw-border-opacity));
}

.style-module__cugPhG__itemCombinationText {
  stroke: #000;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  padding-left: .25rem;
  padding-right: .25rem;
  font-size: 10px;
  font-weight: 400;
}

.style-module__cugPhG__productColorImage {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: .375rem;
  width: 1rem;
  height: 1rem;
}

.style-module__cugPhG__rateComponent {
  z-index: 30;
  position: absolute;
  top: .75rem;
  right: .625rem;
}

.style-module__cugPhG__columnItems {
  flex-direction: row;
  align-items: center;
  gap: .625rem;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.style-module__cugPhG__imageBoxColumn {
  width: 33.3333%;
  display: flex;
  border-radius: 1.5rem !important;
  height: 8rem !important;
}

.style-module__cugPhG__imageColumn {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 1.5rem !important;
}

.style-module__cugPhG__contextColumn {
  flex-direction: column;
  justify-content: space-between;
  width: 75%;
  height: 7rem;
  display: flex;
}

.style-module__cugPhG__box {
  z-index: 10 !important;
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgb(241 241 241 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  width: 3rem !important;
  height: 3rem !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
  border-radius: 20px !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  display: flex !important;
  position: absolute !important;
  top: .75rem !important;
  right: .75rem !important;
}

.style-module__cugPhG__box:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  stroke: #e20036 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(230 91 124 / var(--tw-text-opacity)) !important;
}

/* [project]/src/components/atoms/product/disCountPercent/style.module.css [app-client] (css) */
.style-module__DcYleW__box {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 1.75rem;
  height: 18px;
  padding-top: 1px;
  display: inline-flex;
}

.style-module__DcYleW__title {
  font-size: 8px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .style-module__DcYleW__title {
    font-size: 10px;
  }
}

@media (min-width: 1024px) {
  .style-module__DcYleW__title {
    font-size: .75rem;
    line-height: 1rem;
  }
}

.style-module__DcYleW__percent {
  font-size: 10px;
}

.style-module__DcYleW__theme-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(230 91 124 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.style-module__DcYleW__theme-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* [project]/node_modules/swiper/swiper.css [app-client] (css) */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/src/components/organisms/footer/style.module.css [app-client] (css) */
.style-module__xBXlrG__footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
}

@media (min-width: 768px) {
  .style-module__xBXlrG__footer {
    background-image: linear-gradient(#fff 0%, #e9e9e9 100%);
    padding-top: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .style-module__xBXlrG__footer {
    padding-top: 6rem;
  }
}

.style-module__xBXlrG__socialMedia {
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 85 / var(--tw-bg-opacity));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.75rem;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__xBXlrG__socialMedia {
    border-radius: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.style-module__xBXlrG__socialMedia p {
  stroke: #fff;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 13px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .style-module__xBXlrG__socialMedia p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.style-module__xBXlrG__socialMedia ul {
  flex-direction: row;
  align-items: center;
  gap: .375rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__xBXlrG__socialMedia ul {
    gap: .75rem;
  }
}

.style-module__xBXlrG__navigationBar {
  flex-direction: column;
  gap: .625rem;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__xBXlrG__navigationBar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    padding-top: 5rem;
    padding-bottom: 1rem;
    display: grid;
  }
}

.style-module__xBXlrG__items {
  flex-direction: column;
  gap: .375rem;
  width: 100%;
  padding-left: .375rem;
  padding-right: .375rem;
  display: flex;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .style-module__xBXlrG__items {
    gap: .75rem;
  }
}

.style-module__xBXlrG__link {
  stroke: #000000b3;
  text-align: right;
  color: #000000b3;
  align-items: center;
  gap: .375rem;
  width: 100%;
  font-size: 11px;
  transition-duration: .3s;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__xBXlrG__link {
    gap: .75rem;
    font-size: .75rem;
    line-height: 1rem;
  }
}

.style-module__xBXlrG__icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  display: flex;
}

@media (min-width: 1024px) {
  .style-module__xBXlrG__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.style-module__xBXlrG__socialIcon {
  stroke: #fff;
  --tw-text-opacity: 1;
  width: 1.25rem;
  height: 1.25rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: .3s;
  display: flex;
}

.style-module__xBXlrG__group:hover .style-module__xBXlrG__socialIcon {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgb(250 71 121 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .style-module__xBXlrG__socialIcon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.style-module__xBXlrG__copyRight {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  width: 100%;
  padding-bottom: .625rem;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__xBXlrG__copyRight {
    flex-direction: row;
  }
}

.style-module__xBXlrG__rightSide {
  flex-direction: column;
  align-items: center;
  gap: .75rem;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__xBXlrG__rightSide {
    align-items: flex-start;
  }
}

.style-module__xBXlrG__copyRight small {
  stroke: #000;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .style-module__xBXlrG__copyRight small {
    text-align: right;
  }
}

.style-module__xBXlrG__showText {
  border-radius: 0 !important;
}

/* [project]/src/components/molecule/footer/navigation/style.module.css [app-client] (css) */
.style-module__S0QT2W__nav {
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__S0QT2W__nav {
    width: fit-content;
  }
}

.style-module__S0QT2W__title {
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(230 91 124 / var(--tw-text-opacity));
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.75rem;
}

.style-module__S0QT2W__navbar {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
  overflow: hidden;
}

.style-module__S0QT2W__item {
  transition-duration: .3s;
  display: flex;
}

.style-module__S0QT2W__link {
  --tw-translate-x: .75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  stroke: #000000b3;
  text-align: right;
  color: #000000b3;
  flex-direction: row;
  align-items: center;
  gap: .625rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition-duration: .3s;
  display: flex;
}

.style-module__S0QT2W__link:hover {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.style-module__S0QT2W__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

/* [project]/src/components/molecule/dropDown/style.module.css [app-client] (css) */
.style-module__PnSBEW__cardDropDown {
  z-index: 10 !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  height: 100% !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  background-color: #0000 !important;
  border-style: none !important;
  padding: 0 !important;
}

.style-module__PnSBEW__openDropDown {
  flex-direction: column;
  gap: .75rem;
  width: 100%;
  height: 100%;
  display: flex;
}

.style-module__PnSBEW__header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: .375rem;
  width: 100%;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
}

.style-module__PnSBEW__title {
  text-align: right;
  color: #000000b3;
  width: 83.3333%;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.style-module__PnSBEW__button {
  background-color: #0000;
  border: 1px solid #000000b3;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.style-module__PnSBEW__button .style-module__PnSBEW__line {
  cursor: pointer;
  background-color: #000000b3;
  border-radius: 9999px;
  width: .625rem;
  height: .125rem;
  transition-duration: .3s;
  position: absolute;
}

.style-module__PnSBEW__navbar {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1.5px !important;
  border-color: rgb(231 231 231 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity)) !important;
  border-radius: 1rem !important;
  width: 100% !important;
  height: 3.5rem !important;
}

@media (min-width: 1024px) {
  .style-module__PnSBEW__navbar {
    height: 4rem !important;
  }
}

.style-module__PnSBEW__header {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding: .875rem .625rem;
}

.style-module__PnSBEW__header h5 {
  color: #000000b3;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5rem !important;
}

@media (min-width: 1024px) {
  .style-module__PnSBEW__header h5 {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

/* [project]/src/components/molecule/showText/style.module.css [app-client] (css) */
.style-module__lC5-4W__hideBox {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-module__lC5-4W__showBox {
  height: 100% !important;
}

.style-module__lC5-4W__cover {
  background: -webkit-radial-gradient(50% 140%, 170% 113%, #ededed 40%, #f000 80%);
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-module__lC5-4W__oxygenButton {
  flex-direction: row-reverse !important;
  align-self: flex-end !important;
  gap: .25rem !important;
  margin-bottom: 1.25rem !important;
  padding: .625rem .75rem !important;
}

.style-module__lC5-4W__resOxygenButton {
  border-radius: .75rem !important;
  width: 1.75rem !important;
  height: 1.75rem !important;
  padding: 0 !important;
}

.style-module__lC5-4W__showText {
  --tw-gradient-from: transparent var(--tw-gradient-from-position) !important;
  --tw-gradient-to: #0000 var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  height: auto !important;
  margin-top: 1.25rem !important;
  position: relative !important;
}

/*# sourceMappingURL=_b8325069._.css.map*/