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

@media (min-width: 1024px) {
  .style-module__i-TxBG__header {
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 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: rgba(230, 91, 124, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  width: 1rem;
  height: 1rem;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  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 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0px 3px 4px -1px var(--tw-shadow-color);
  width: 100%;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 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 {
  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;
}

@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: 600 !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;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

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

@media (min-width: 1024px) {
  .style-module__i-TxBG__headerBox {
    width: -moz-fit-content;
    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: rgba(243, 244, 246, var(--tw-bg-opacity, 1));
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.style-module__i-TxBG__title {
  -webkit-line-clamp: 1;
  text-align: right;
  -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: rgba(133, 133, 133, var(--tw-text-opacity, 1));
  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;
  top: auto;
  bottom: auto;
  left: auto;
  right: 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: -moz-fit-content;
  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: rgba(250, 71, 121, var(--tw-text-opacity, 1));
}

.style-module__P9LhpW__link {
  cursor: pointer;
  stroke: rgba(0, 0, 0, .7);
  text-align: right;
  color: rgba(0, 0, 0, .7);
  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: rgba(250, 71, 121, var(--tw-text-opacity, 1));
}

@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: rgba(230, 91, 124, var(--tw-text-opacity, 1));
  background-color: rgba(230, 91, 124, .2);
  border-radius: 2px 16px 16px 9px;
  padding-top: 1px;
  padding-left: .5rem;
  padding-right: 9px;
  font-size: 10px;
  font-weight: 600;
  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/molecule/header/categories/style.module.css [app-client] (css) */
.style-module__YaG1Eq__categories {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.style-module__YaG1Eq__title {
  cursor: pointer;
  stroke: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7);
  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: rgba(250, 71, 121, var(--tw-text-opacity, 1));
}

@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;
  top: 3rem;
  bottom: auto;
  left: 0;
  right: 0;
  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: rgba(245, 245, 245, var(--tw-border-opacity, 1));
  border-bottom-color: rgba(245, 245, 245, var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-left-color: rgba(245, 245, 245, var(--tw-border-opacity, 1));
  stroke: #000;
  --tw-text-opacity: 1;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  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: rgba(230, 91, 124, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}

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

.style-module__YaG1Eq__mainMegaMenuLink {
  stroke: #484848;
  text-align: right;
  width: 100%;
  height: 100%;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgba(72, 72, 72, var(--tw-text-opacity, 1));
  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: rgba(230, 91, 124, var(--tw-text-opacity, 1)) !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: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  font-weight: 600;
}

.style-module__YaG1Eq__SubMenuBody {
  z-index: 40;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-between;
  gap: 1.25rem;
  width: auto;
  padding-right: 5rem;
  transition-duration: .3s;
  display: flex;
  position: absolute;
  top: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 12rem;
  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: -moz-fit-content;
  height: fit-content;
  display: flex;
}

.style-module__YaG1Eq__subMenuNavbar2 {
  z-index: 40;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  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: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgba(250, 71, 121, var(--tw-text-opacity, 1));
  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: rgba(250, 71, 121, var(--tw-text-opacity, 1));
  text-underline-offset: 8px;
  -webkit-text-decoration-line: underline;
  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: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition-duration: .3s;
}

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

@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: -moz-fit-content;
  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: rgba(0, 0, 0, .7);
  text-align: center;
  color: rgba(0, 0, 0, .7);
  font-size: 1.125rem;
  font-weight: 600;
  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: rgba(228, 228, 228, var(--tw-border-opacity, 1));
  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: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7);
  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: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

.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: rgba(245, 245, 245, var(--tw-border-opacity, 1));
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(228, 228, 228, var(--tw-border-opacity, 1));
  justify-content: space-between;
  align-items: center;
  gap: .375rem;
  width: 100%;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.style-module__YaG1Eq__mobileBreadcrumbLists {
  stroke: rgba(0, 0, 0, .7);
  flex-wrap: wrap;
  align-items: center;
  gap: .375rem;
  display: flex;
}

.style-module__YaG1Eq__mobileBreadcrumbList {
  cursor: pointer;
  stroke: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7);
  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: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

@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: rgba(245, 245, 245, var(--tw-border-opacity, 1));
  border-bottom-color: rgba(245, 245, 245, var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-left-color: rgba(245, 245, 245, var(--tw-border-opacity, 1));
  stroke: #000;
  --tw-text-opacity: 1;
  width: 100%;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  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: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

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

.style-module__YaG1Eq__mobileNextBtn {
  background-color: rgba(0, 0, 0, 0) !important;
  align-self: flex-start !important;
  padding: 0 !important;
}

.style-module__YaG1Eq__mobileNextBtn:hover {
  background-color: rgba(0, 0, 0, 0) !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: rgba(230, 91, 124, var(--tw-text-opacity, 1)) !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: rgba(230, 91, 124, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

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

/* [project]/src/components/molecule/card/style.module.css [app-client] (css) */
.style-module__su935q__cardSection {
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
}

@media (min-width: 768px) {
  .style-module__su935q__cardSection {
    gap: 0;
  }
}

.style-module__su935q__card {
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity, 1));
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
  padding: 1.25rem;
  display: flex;
  position: relative;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
}

.style-module__su935q__titleBox {
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 246, var(--tw-bg-opacity, 1));
  border-radius: 20px;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  gap: .875rem;
  width: 100%;
  padding: .875rem 1rem;
  display: flex;
}

@media (min-width: 768px) {
  .style-module__su935q__titleBox {
    --tw-translate-y: 1.75rem;
    width: -moz-fit-content;
    width: fit-content;
    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));
    justify-content: center;
  }
}

.style-module__su935q__title {
  font-family: var(--font-peyda);
  color: rgba(0, 0, 0, .7);
  font-size: .875rem;
  font-weight: 800;
  line-height: 1.25rem;
}

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

.style-module__su935q__link {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 71, 121, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  align-items: center !important;
  padding: 0 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  transition-duration: .3s !important;
  display: flex !important;
}

.style-module__su935q__link:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 0, 54, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
}

@media (min-width: 430px) {
  .style-module__su935q__link {
    font-size: .75rem !important;
    line-height: 1rem !important;
  }
}

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

/* [project]/src/components/atoms/button/style.module.css [app-client] (css) */
.style-module__4Riqra__btn {
  z-index: 10;
  cursor: pointer;
  border-radius: 1rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  gap: .375rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.style-module__4Riqra__theme-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 91, 124, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 0, 54, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
}

.style-module__4Riqra__theme-notification {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 32, 92, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-notification:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 35, 73, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
}

.style-module__4Riqra__theme-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  stroke: #e65b7c;
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
  font-weight: 500;
}

.style-module__4Riqra__theme-secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
  stroke: #e20036 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(226, 0, 54, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__theme-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  stroke: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7);
  font-weight: 500;
}

.style-module__4Riqra__theme-tertiary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 222, 235, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__theme-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 91, 124, var(--tw-bg-opacity, 1));
  stroke: #fff;
}

.style-module__4Riqra__theme-text {
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  background-color: rgba(0, 0, 0, 0);
}

.style-module__4Riqra__theme-text:hover {
  stroke: #e65b7c;
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 91, 124, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-success {
  --tw-bg-opacity: 1;
  background-color: rgba(32, 172, 115, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-success:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 126, 90, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
}

.style-module__4Riqra__theme-error {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 105, 97, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-error:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 13, 0, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
}

.style-module__4Riqra__theme-warning {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 128, var(--tw-bg-opacity, 1));
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

.style-module__4Riqra__theme-warning:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 195, 0, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
}

.style-module__4Riqra__variant-default {
  border-style: none;
}

.style-module__4Riqra__variant-darkOutline {
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity, 1));
  background-color: rgba(0, 0, 0, 0);
  stroke: rgba(0, 0, 0, .7) !important;
  color: rgba(0, 0, 0, .7) !important;
}

.style-module__4Riqra__variant-darkOutline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__variant-lightOutline {
  --tw-border-opacity: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(230, 91, 124, var(--tw-border-opacity, 1));
  stroke: #e65b7c !important;
  --tw-text-opacity: 1 !important;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__variant-lightOutline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 91, 124, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__variant-tertiaryOutline {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgba(216, 222, 235, var(--tw-border-opacity, 1)) !important;
  stroke: rgba(0, 0, 0, .7) !important;
  color: rgba(0, 0, 0, .7) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__variant-tertiaryOutline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 222, 235, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__variant-successOutline {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgba(32, 172, 115, var(--tw-border-opacity, 1)) !important;
  stroke: #20ac73 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(32, 172, 115, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__variant-successOutline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 126, 90, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__variant-errorOutline {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgba(220, 53, 69, var(--tw-border-opacity, 1)) !important;
  stroke: #dc3545 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(220, 53, 69, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__variant-errorOutline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 53, 69, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__variant-warningOutline {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgba(255, 195, 0, var(--tw-border-opacity, 1)) !important;
  stroke: #ffc300 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 195, 0, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__variant-warningOutline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 195, 0, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__variant-notificationOutline {
  --tw-border-opacity: 1 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-color: rgba(144, 32, 92, var(--tw-border-opacity, 1)) !important;
  stroke: #90205c !important;
  --tw-text-opacity: 1 !important;
  color: rgba(144, 32, 92, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__variant-notificationOutline:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 35, 73, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__loading {
  pointer-events: none !important;
  cursor: wait !important;
  opacity: .75 !important;
}

.style-module__4Riqra__spinIcon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

@keyframes style-module__4Riqra__spin {
  to {
    transform: rotate(360deg);
  }
}

.style-module__4Riqra__spinIcon {
  border: 4px solid;
  border-radius: 9999px;
  animation: 1s linear infinite style-module__4Riqra__spin;
}

.style-module__4Riqra__spinIcon:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-right-color: rgba(0, 0, 0, 0);
}

.style-module__4Riqra__spinIcon:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-right-color: rgba(0, 0, 0, 0);
}

.style-module__4Riqra__spinIcon:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  border-right-color: rgba(0, 0, 0, 0);
}

.style-module__4Riqra__spinIcon:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left-color: rgba(0, 0, 0, 0);
}

.style-module__4Riqra__spinIcon:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left-color: rgba(0, 0, 0, 0);
}

.style-module__4Riqra__spinIcon:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  border-left-color: rgba(0, 0, 0, 0);
}

.style-module__4Riqra__disabled {
  cursor: not-allowed !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 132, 132, var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__disabled:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 132, 132, var(--tw-bg-opacity, 1)) !important;
  stroke: #fff !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}

.style-module__4Riqra__theme-lightUnderline {
  stroke: #fff;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  text-underline-offset: 8px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__theme-lightUnderline:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgba(250, 71, 121, var(--tw-text-opacity, 1));
  -webkit-text-decoration-color: #fa4779;
  text-decoration-color: #fa4779;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__theme-lightUnderline:hover:disabled {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.style-module__4Riqra__theme-darkUnderline {
  stroke: #000;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  text-underline-offset: 8px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__theme-darkUnderline:hover {
  stroke: #fa4779;
  --tw-text-opacity: 1;
  color: rgba(250, 71, 121, var(--tw-text-opacity, 1));
  -webkit-text-decoration-color: #fa4779;
  text-decoration-color: #fa4779;
  background-color: rgba(0, 0, 0, 0) !important;
}

.style-module__4Riqra__theme-darkUnderline:disabled {
  -webkit-text-decoration-color: #fff !important;
  text-decoration-color: #fff !important;
}

/* [project]/src/components/molecule/header/navigationMenu/style.module.css [app-client] (css) */
.style-module__fDSAgq__navigationMenu {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
  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: rgba(250, 71, 121, var(--tw-text-opacity, 1));
}

.style-module__fDSAgq__link {
  cursor: pointer;
  stroke: #737373;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity, 1));
  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: rgba(250, 71, 121, var(--tw-text-opacity, 1));
}

.style-module__fDSAgq__linkButton {
  stroke: #737373 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(115, 115, 115, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !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: rgba(230, 91, 124, var(--tw-text-opacity, 1)) !important;
  background-color: rgba(0, 0, 0, 0) !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: rgba(218, 219, 231, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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 rgba(0, 0, 0, .26) !important;
    --tw-shadow-colored: 0px 50px 200px -50px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 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 rgba(0, 0, 0, 0) !important;
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0) !important;
  width: auto !important;
  height: 100% !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 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: rgba(218, 219, 231, var(--tw-border-opacity, 1));
  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: rgba(20, 1, 7, var(--tw-text-opacity, 1));
  font-weight: 500;
  transition-duration: .3s;
  font-size: .75rem !important;
  line-height: 1rem !important;
}

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

@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: rgba(20, 1, 7, var(--tw-text-opacity, 1));
  font-size: .75rem;
  line-height: 1rem;
  transition-duration: .3s;
}

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

@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: rgba(218, 219, 231, var(--tw-border-opacity, 1));
  stroke: #140107;
  --tw-text-opacity: 1;
  height: 3.5rem;
  color: rgba(20, 1, 7, var(--tw-text-opacity, 1));
  border-radius: 20px;
  gap: .75rem;
  padding: .375rem;
  transition-duration: .3s;
}

.style-module__smWnba__card:hover {
  stroke: #e65b7c;
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
  --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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 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: rgba(230, 91, 124, var(--tw-text-opacity, 1)) !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: rgba(218, 219, 231, var(--tw-border-opacity, 1));
  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: rgba(246, 246, 246, var(--tw-bg-opacity, 1));
  stroke: #000;
  --tw-text-opacity: 1;
  width: 2.25rem;
  height: 2.25rem;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  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: rgba(107, 107, 107, var(--tw-text-opacity, 1));
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
  -webkit-text-decoration-line: line-through;
  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: rgba(0, 189, 120, var(--tw-text-opacity, 1));
  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/atoms/title/style.module.css [app-client] (css) */
.style-module__g1HqEq__titleRow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.style-module__g1HqEq__titleBox {
  align-items: center;
  display: flex;
  position: relative;
}

.style-module__g1HqEq__homeTitle {
  text-align: right;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
  align-self: center;
  gap: .375rem;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  display: flex;
  line-height: 2 !important;
}

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

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

@media (min-width: 1285px) {
  .style-module__g1HqEq__homeTitle {
    font-size: 32px;
  }
}

.style-module__g1HqEq__modalTitle {
  text-align: right;
  font-family: var(--font-peyda);
  --tw-text-opacity: 1;
  color: rgba(20, 1, 7, var(--tw-text-opacity, 1));
  align-items: center;
  gap: .375rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
  display: flex;
  line-height: 1.625 !important;
}

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

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

.style-module__g1HqEq__icon {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 768px) {
  .style-module__g1HqEq__icon {
    right: -.875rem;
  }
}

.style-module__g1HqEq__link {
  --tw-text-opacity: 1;
  color: rgba(72, 72, 72, var(--tw-text-opacity, 1));
  font-weight: 700;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  padding: 0 !important;
}

.style-module__g1HqEq__homeLink {
  font-size: .75rem !important;
  line-height: 1rem !important;
}

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

.style-module__g1HqEq__modalLink {
  font-size: 10px !important;
}

@media (min-width: 640px) {
  .style-module__g1HqEq__modalLink {
    font-size: .75rem !important;
    line-height: 1rem !important;
  }
}

@media (min-width: 1024px) {
  .style-module__g1HqEq__modalLink {
    font-size: .875rem !important;
    line-height: 1.25rem !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: rgba(241, 241, 241, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), 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: rgba(255, 0, 61, var(--tw-bg-opacity, 1));
  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: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  font-size: .875rem;
  font-weight: 500;
  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: rgba(0, 0, 0, .7);
  text-align: right;
  color: rgba(0, 0, 0, .7);
  -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: rgba(0, 0, 0, .7);
  color: rgba(0, 0, 0, .7);
}

@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: -moz-fit-content;
  width: fit-content;
  color: rgba(50, 50, 50, var(--tw-text-opacity, 1));
  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: -moz-fit-content;
  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: rgba(133, 133, 133, var(--tw-text-opacity, 1));
  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-x: auto;
  overflow-y: 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: rgba(241, 241, 241, var(--tw-border-opacity, 1));
  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 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 91, 124, var(--tw-border-opacity, 1));
}

.style-module__cugPhG__combinationActive {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 91, 124, var(--tw-border-opacity, 1)) !important;
}

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

.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: rgba(241, 241, 241, var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
  border-radius: 20px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 3rem !important;
  height: 3rem !important;
  padding: 0 !important;
  display: flex !important;
  position: absolute !important;
  top: .75rem !important;
  right: .75rem !important;
}

.style-module__cugPhG__box:hover {
  background-color: rgba(0, 0, 0, 0) !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: 600;
}

@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: rgba(230, 91, 124, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}

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

/* [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 {
  -webkit-backface-visibility: hidden;
  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:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: 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-top: 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: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.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: rgba(0, 0, 0, 0);
  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: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  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: rgba(52, 52, 85, var(--tw-bg-opacity, 1));
  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: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  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: rgba(0, 0, 0, .7);
  text-align: right;
  color: rgba(0, 0, 0, .7);
  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: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  transition-duration: .3s;
  display: flex;
}

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

@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: rgba(0, 0, 0, var(--tw-text-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
}

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

/* [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: -moz-fit-content;
    width: fit-content;
  }
}

.style-module__S0QT2W__title {
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(230, 91, 124, var(--tw-text-opacity, 1));
  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: rgba(0, 0, 0, .7);
  text-align: right;
  color: rgba(0, 0, 0, .7);
  flex-direction: row;
  align-items: center;
  gap: .625rem;
  font-size: .875rem;
  font-weight: 600;
  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 rgba(0, 0, 0, 0) !important;
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0) !important;
  height: 100% !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
  background-color: rgba(0, 0, 0, 0) !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: rgba(0, 0, 0, .7);
  width: 83.3333%;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.style-module__PnSBEW__button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .7);
  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: rgba(0, 0, 0, .7);
  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: rgba(231, 231, 231, var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity, 1)) !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: rgba(0, 0, 0, .7);
  font-size: .75rem;
  font-weight: 600;
  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: 9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.style-module__lC5-4W__cover {
  --tw-shadow: inset 0px -25px 30px 25px #fff;
  --tw-shadow-colored: inset 0px -25px 30px 25px var(--tw-shadow-color);
  height: 5rem;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-module__lC5-4W__oxygenButton {
  flex-direction: row-reverse !important;
  gap: .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-shadow: 0 0 rgba(0, 0, 0, 0) !important;
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0) !important;
  height: auto !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
  margin-top: 1.25rem !important;
  position: relative !important;
}

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