/* [project]/packages/ui/styles/module/component/dropdown-component.module.scss.module.css [client] (css) */
.dropdown-component-module-scss-module__mOupzq__label_dropdown {
  position: relative;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container {
  align-items: center;
  display: flex;
  overflow: visible;
  height: 40px !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button {
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 40px;
  padding-inline: 8px;
  display: inline-flex;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button .dropdown-component-module-scss-module__mOupzq__chevron-slot {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: auto;
  display: inline-flex;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button svg {
  vertical-align: middle;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container button:hover {
  border-color: #2a5bd7;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container .dropdown-component-module-scss-module__mOupzq__clear_dropdown_button {
  display: inline-flex;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container .dropdown-component-module-scss-module__mOupzq__clear_dropdown_button:hover svg {
  fill: #2a5bd7 !important;
}

.dropdown-component-module-scss-module__mOupzq__label_dropdown .dropdown-component-module-scss-module__mOupzq__label_dropdown_container .dropdown-component-module-scss-module__mOupzq__clear_dropdown_button:hover path {
  stroke: #2a5bd7 !important;
}

.dropdown-component-module-scss-module__mOupzq__options_menu {
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  width: fit-content;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden auto;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li {
  padding-inline: 8px;
  background-color: #fff;
  align-items: center;
  gap: 4px;
  min-width: 50px;
  min-height: 34px;
  padding-right: 24px;
  display: flex;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li span {
  display: inline-block;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li img {
  width: 20px;
  display: inline-block;
}

.dropdown-component-module-scss-module__mOupzq__options_menu li:hover {
  cursor: pointer;
  background-color: #def4ff;
}

/* [project]/packages/ui/styles/module/component/akkoola-gallery-component.module.scss.module.css [client] (css) */
.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery {
  flex-direction: column;
  flex: 0 0 352px;
  gap: 12px;
  width: 352px;
  min-width: 352px;
  max-width: 352px;
  display: flex;
}

@media (max-width: 1150px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery {
    flex: 0 0 240px;
    gap: 8px;
    width: 240px;
    min-width: 0;
    max-width: 240px;
  }
}

@media (max-width: 740px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery {
    flex: 100%;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main {
  touch-action: pan-y;
  aspect-ratio: 4 / 3;
  background: #eef2f7;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main:hover .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow {
  opacity: 1;
  pointer-events: auto;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_track {
  width: 100%;
  height: 100%;
  transition: transform .22s;
  display: flex;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_slide a {
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow {
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  color: #fff;
  z-index: 2;
  background: #00000061;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 42px;
  height: 42px;
  transition: opacity .15s, background .15s;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow:hover {
  background: #00000085;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow_left {
  left: 10px;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main_arrow_right {
  right: 10px;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_badge {
  color: #fff;
  -webkit-backdrop-filter: blur(6px);
  z-index: 2;
  background: #00000073;
  border-radius: 999px;
  align-items: center;
  display: inline-flex;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_main .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_badge .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_count {
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.2;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumbs {
  z-index: 3;
  align-items: center;
  gap: 12px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 392px;
  right: 212px;
}

@media (max-width: 1150px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumbs {
    gap: 8px;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
  cursor: pointer;
  appearance: none;
  background: #eef2f7;
  border: 2px solid #0000;
  border-radius: 8px;
  flex: 0 0 140px;
  width: 140px;
  height: 96px;
  padding: 0;
  overflow: hidden;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb.akkoola-gallery-component-module-scss-module__Ypyx-W__is_active_thumb {
  border-color: #2a5bd7;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1150px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    height: 54px;
  }
}

@media (max-width: 740px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
    height: 84px;
  }
}

@media (max-width: 480px) {
  .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_thumb {
    height: 72px;
  }
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay {
  z-index: 9999;
  background: #000000d9;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_inner {
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  gap: 16px;
  width: min(100%, 980px);
  display: grid;
  position: relative;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_inner .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  position: absolute;
  top: -6px;
  right: -6px;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_arrow {
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 56px;
  height: 56px;
  display: grid;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_image {
  background: #111;
  border-radius: 8px;
  overflow: hidden;
}

.akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay .akkoola-gallery-component-module-scss-module__Ypyx-W__akkoola_gallery_overlay_image img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
  display: block;
}

/* [project]/packages/ui/styles/module/component/akkoola-detail-gallery-component.module.scss.module.css [client] (css) */
.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery {
  width: 100%;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 8px;
  width: 100%;
  height: 500px;
  display: grid;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="1"] {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  height: 340px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic {
    display: none;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile {
  display: none;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile {
    background: #eef2f7;
    border-radius: 0;
    width: auto;
    height: 320px;
    margin-top: -24px;
    margin-left: -24px;
    margin-right: -24px;
    display: block;
    position: relative;
    overflow: hidden;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_image {
  cursor: zoom-in;
  appearance: none;
  background: #eef2f7;
  border: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow {
  color: #fff;
  cursor: pointer;
  z-index: 2;
  background: #00000080;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow:hover {
  background: #000000b3;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow_left {
  left: 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_arrow_right {
  right: 8px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mobile_counter {
  color: #fff;
  z-index: 2;
  pointer-events: none;
  background: #0009;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell {
  cursor: pointer;
  appearance: none;
  background: #eef2f7;
  border: 0;
  border-radius: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .24s;
  display: block;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell:hover img {
  transform: scale(1.04);
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell:focus-visible {
  outline-offset: -3px;
  outline: 3px solid #2a5bd7;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main {
  grid-area: 1 / 1 / 3;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="1"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main, .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main, .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main {
  grid-area: 1 / 1;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_main {
  grid-area: 1 / 1 / 3;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_3 {
  grid-area: 2 / 2 / auto / 4;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="1"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 20px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 20px 0 0 20px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="2"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_1 {
  border-radius: 0 20px 20px 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 20px 0 0 20px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="3"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_2 {
  border-radius: 0 20px 20px 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 20px 0 0 20px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_2 {
  border-radius: 0 20px 0 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="4"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_3 {
  border-radius: 0 0 20px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="5"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_0 {
  border-radius: 20px 0 0 20px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="5"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_2 {
  border-radius: 0 20px 0 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_mosaic[data-cells="5"] .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_cell_pos_4 {
  border-radius: 0 0 20px;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_see_all {
  color: #1f2a44;
  pointer-events: none;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  bottom: 12px;
  right: 12px;
  box-shadow: 0 4px 12px #0000001f;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_see_all svg {
  flex-shrink: 0;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay {
  z-index: 9999;
  background: #000000eb;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay {
    padding: 0;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_inner {
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  gap: 16px;
  width: min(100%, 1200px);
  display: grid;
  position: relative;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_inner {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    height: 100%;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_close {
  color: #fff;
  cursor: pointer;
  z-index: 3;
  background: none;
  border: 0;
  padding: 0;
  position: absolute;
  top: -36px;
  right: 0;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_close {
    background: #00000080;
    border-radius: 999px;
    place-items: center;
    width: 40px;
    height: 40px;
    display: grid;
    top: 12px;
    right: 12px;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow {
  color: #fff;
  cursor: pointer;
  background: #ffffff1f;
  border: 0;
  border-radius: 999px;
  place-items: center;
  width: 56px;
  height: 56px;
  display: grid;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow:hover {
  background: #ffffff38;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow {
    z-index: 2;
    background: #00000080;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow_left {
    left: 12px;
  }

  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_arrow_right {
    right: 12px;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image {
  background: #111;
  border-radius: 8px;
  overflow: hidden;
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 140px);
  display: block;
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image {
    border-radius: 0;
    grid-area: 1 / 1;
    place-items: center;
    width: 100%;
    height: 100%;
    display: grid;
  }

  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_image img {
    width: 100%;
    height: auto;
    max-height: 100vh;
  }
}

.akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_count {
  color: #fffc;
  letter-spacing: .4px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 740px) {
  .akkoola-detail-gallery-component-module-scss-module__aXHfLa__detail_gallery_overlay_count {
    color: #fff;
    z-index: 2;
    background: #0009;
    border-radius: 999px;
    padding: 4px 12px;
    bottom: 24px;
  }
}

/* [project]/packages/ui/styles/module/breadcrumbs.module.scss.module.css [client] (css) */
.breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav {
  border-bottom: 1px solid #cfd8e6;
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  box-shadow: 0 0 10px #0000001f;
}

.breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav ol {
  align-items: center;
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav ol li {
  white-space: nowrap;
  align-items: center;
  height: 40px;
  display: flex;
}

.breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav ol .breadcrumbs-module-scss-module__fukuba__sep {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  position: relative;
}

.breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav ol .breadcrumbs-module-scss-module__fukuba__sep:before {
  content: "";
  border-bottom: 1.5px solid #1f2a44;
  border-right: 1.5px solid #1f2a44;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%)rotate(-45deg);
}

.breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav .breadcrumbs-module-scss-module__fukuba__is_home:before {
  content: "";
  content: "⌂";
  background: currentColor;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  font-size: 14px;
  display: inline-block;
  mask: url("/assets/images/new/home.svg") center / contain no-repeat;
}

@media (max-width: 740px) {
  .breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav {
    box-shadow: none;
  }

  .breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav ol {
    flex-wrap: wrap;
    align-items: flex-start;
    row-gap: 2px;
    height: auto;
    min-height: 40px;
    padding: 8px 12px;
  }

  .breadcrumbs-module-scss-module__fukuba__breadcrumbs_nav ol li {
    height: auto;
  }
}

/* [project]/packages/ui/styles/module/advert-hub.module.scss.module.css [client] (css) */
.advert-hub-module-scss-module__5Hb_JW__hub_content {
  z-index: 2;
  flex-direction: column;
  align-self: start;
  gap: 12px;
  max-width: 600px;
  padding: 32px;
  display: flex;
  position: relative;
}

.advert-hub-module-scss-module__5Hb_JW__hub_content h3 {
  color: #4a6a8a;
}

.advert-hub-module-scss-module__5Hb_JW__hub_content .advert-hub-module-scss-module__5Hb_JW__hub_btn {
  justify-content: center !important;
  width: 300px !important;
}

.advert-hub-module-scss-module__5Hb_JW__hub_content .advert-hub-module-scss-module__5Hb_JW__hub_actions {
  flex-wrap: wrap;
  display: flex;
}

.advert-hub-module-scss-module__5Hb_JW__hub_card {
  height: 400px;
  padding: 0 !important;
}

.advert-hub-module-scss-module__5Hb_JW__hub_media img {
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.advert-hub-module-scss-module__5Hb_JW__category_container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: flex;
}

.advert-hub-module-scss-module__5Hb_JW__category_container .advert-hub-module-scss-module__5Hb_JW__card_advert_category {
  align-items: center;
  width: 230px;
  height: 220px;
  padding: 0 !important;
}

.advert-hub-module-scss-module__5Hb_JW__category_container .advert-hub-module-scss-module__5Hb_JW__card_advert_category a {
  align-items: self-start;
  height: 100%;
}

.advert-hub-module-scss-module__5Hb_JW__category_container .advert-hub-module-scss-module__5Hb_JW__card_advert_category a h2 {
  text-align: center;
  width: 100%;
  padding: 16px;
  position: absolute;
}

.advert-hub-module-scss-module__5Hb_JW__category_container .advert-hub-module-scss-module__5Hb_JW__card_advert_category img {
  object-fit: fill;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.advert-hub-module-scss-module__5Hb_JW__category_container .advert-hub-module-scss-module__5Hb_JW__card_advert_category:hover {
  cursor: pointer;
}

.advert-hub-module-scss-module__5Hb_JW__category_container .advert-hub-module-scss-module__5Hb_JW__card_advert_category:hover img {
  opacity: .8;
}

.advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card {
  background-color: #def4ff;
  padding: 0 !important;
}

.advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card a {
  align-items: inherit !important;
  flex-direction: column !important;
  text-decoration: none !important;
  display: flex !important;
}

.advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card h3 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 16px;
}

.advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card img {
  object-fit: fill;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 100%;
}

.advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card:hover {
  cursor: pointer;
}

.advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card:hover img {
  opacity: .8;
}

.advert-hub-module-scss-module__5Hb_JW__popular_location_container {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.advert-hub-module-scss-module__5Hb_JW__big_city_container {
  justify-content: space-between;
  gap: 32px;
  display: flex;
}

.advert-hub-module-scss-module__5Hb_JW__big_city_container .advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card {
  background-color: #def4ff;
}

.advert-hub-module-scss-module__5Hb_JW__little_city_container {
  justify-content: space-between;
  gap: 32px;
  display: flex;
}

.advert-hub-module-scss-module__5Hb_JW__select_property, .advert-hub-module-scss-module__5Hb_JW__popular_area {
  justify-content: center;
  align-items: center;
  display: flex;
}

.advert-hub-module-scss-module__5Hb_JW__select_property:before, .advert-hub-module-scss-module__5Hb_JW__select_property:after, .advert-hub-module-scss-module__5Hb_JW__popular_area:before, .advert-hub-module-scss-module__5Hb_JW__popular_area:after {
  content: "";
  background: #cfd8e6;
  flex: 1;
  max-width: 100%;
  height: 1px;
}

.advert-hub-module-scss-module__5Hb_JW__select_property:before, .advert-hub-module-scss-module__5Hb_JW__popular_area:before {
  margin-right: 8px;
}

.advert-hub-module-scss-module__5Hb_JW__select_property:after, .advert-hub-module-scss-module__5Hb_JW__popular_area:after {
  margin-left: 8px;
}

@media (max-width: 980px) {
  .advert-hub-module-scss-module__5Hb_JW__category_container {
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    display: grid;
  }

  .advert-hub-module-scss-module__5Hb_JW__category_container .advert-hub-module-scss-module__5Hb_JW__card_advert_category {
    width: fit-content;
  }

  .advert-hub-module-scss-module__5Hb_JW__big_city_container, .advert-hub-module-scss-module__5Hb_JW__little_city_container {
    flex-direction: column;
    align-items: center;
  }

  .advert-hub-module-scss-module__5Hb_JW__popular_location_advert_card {
    max-width: fit-content;
    max-height: 350px;
  }

  .advert-hub-module-scss-module__5Hb_JW__hub_media img {
    object-fit: cover;
    object-position: right center;
    opacity: .7;
    width: 100%;
    height: 100%;
  }

  .advert-hub-module-scss-module__5Hb_JW__hub_media .advert-hub-module-scss-module__5Hb_JW__hub_content {
    text-align: center;
    margin: 0 auto;
    padding: 16px;
    display: flex;
  }

  .advert-hub-module-scss-module__5Hb_JW__hub_media .advert-hub-module-scss-module__5Hb_JW__hub_content .advert-hub-module-scss-module__5Hb_JW__hub_actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .advert-hub-module-scss-module__5Hb_JW__card_advert_category {
    height: 170px !important;
  }
}

/* [project]/packages/ui/styles/module/advert-listing.module.scss.module.css [client] (css) */
.advert-listing-module-scss-module__XWrKWa__listing_wrapper {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__intro_text_container {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__intro_text_container .advert-listing-module-scss-module__XWrKWa__head_text {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__sort_container {
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  display: flex;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__sort_container .advert-listing-module-scss-module__XWrKWa__sort_by_container {
  align-items: center;
  display: flex;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__list {
  flex-direction: column;
  gap: 16px;
  display: flex;
  position: relative;
  overflow: visible;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__magnifier_button {
  color: #fff;
  background-color: #2a5bd7;
  border: 1px solid #2a5bd7;
  border-radius: 8px;
  height: 40px;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__magnifier_button:hover {
  cursor: pointer;
  color: #2a5bd7;
  background-color: #fff;
  border: 1px solid #2a5bd7;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__magnifier_button:hover svg, .advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__magnifier_button:hover svg path {
  fill: #2a5bd7 !important;
  stroke: #2a5bd7 !important;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__magnifier_button {
  display: block;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__magnifier_button .advert-listing-module-scss-module__XWrKWa__magnifier_label {
  padding: 8px;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__magnifier {
  width: 200px;
  display: block;
}

.advert-listing-module-scss-module__XWrKWa__listing_wrapper .advert-listing-module-scss-module__XWrKWa__not_found_result {
  text-align: center;
  min-height: calc(100vh - 70px);
}

/* [project]/packages/ui/styles/module/pagination.module.scss.module.css [client] (css) */
.pagination-module-scss-module__-JPnAa__akkoola_pagination {
  justify-content: end;
  align-items: center;
  gap: 8px;
  width: auto;
  height: 40px;
  display: flex;
}

.pagination-module-scss-module__-JPnAa__akkoola_pagination li {
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-module-scss-module__-JPnAa__akkoola_pagination li a {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.pagination-module-scss-module__-JPnAa__akkoola_pagination li a:hover {
  text-decoration: none;
}

.pagination-module-scss-module__-JPnAa__akkoola_pagination li:hover {
  cursor: pointer;
  background-color: #cfd8e6 !important;
}

.pagination-module-scss-module__-JPnAa__active_page {
  color: #fff !important;
  background-color: #2a5bd7 !important;
}

.pagination-module-scss-module__-JPnAa__active_page:hover {
  cursor: pointer;
  background-color: #cfd8e6 !important;
}

@media (max-width: 768px) {
  .pagination-module-scss-module__-JPnAa__akkoola_pagination {
    justify-content: center;
  }
}

/* [project]/packages/ui/styles/module/pub-advert.module.scss.module.css [client] (css) */
.pub-advert-module-scss-module__VTiZaq__pub_akkoola {
  background-color: #fff;
  border: 1px solid #cfd8e6;
  border-radius: 16px;
  align-items: flex-start;
  gap: 24px;
  height: 302px;
  min-height: 264px;
  padding: 16px;
  transition: box-shadow .16s, transform .16s;
  display: flex;
  position: relative;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola:hover {
  cursor: pointer;
  box-shadow: 0 8px 20px #00000014, 0 2px 8px #0000000a;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column {
  flex-direction: column;
  flex: auto;
  min-width: 0;
  display: flex;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column .pub-advert-module-scss-module__VTiZaq__pub_akkoola_title {
  margin: 0 0 8px;
  line-height: 1.2;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column .pub-advert-module-scss-module__VTiZaq__pub_akkoola_address {
  color: #185fa5;
  background-color: #e6f1fb;
  border: 1px solid #b5d4f4;
  border-radius: 8px;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 4px 8px;
  display: inline-flex;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column .pub-advert-module-scss-module__VTiZaq__pub_akkoola_address .pub-advert-module-scss-module__VTiZaq__pub_akkoola_address_icon {
  fill: #185fa5;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column .pub-advert-module-scss-module__VTiZaq__pub_akkoola_text {
  color: #4a6a8a;
  -webkit-line-clamp: 3;
  border-top: 1px solid #cfd8e6;
  -webkit-box-orient: vertical;
  margin: 0;
  padding-top: 12px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column {
  text-align: right;
  z-index: 4;
  flex-direction: column;
  flex: 0 0 180px;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 180px;
  display: flex;
  position: relative;
}

.pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__akkoola_pub_link {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

@media (max-width: 1150px) {
  .pub-advert-module-scss-module__VTiZaq__pub_akkoola {
    gap: 16px;
    height: auto;
    min-height: 0;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column {
    flex: auto;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column {
    flex: 0 0 162px;
    min-width: 162px;
  }
}

@media (max-width: 740px) {
  .pub-advert-module-scss-module__VTiZaq__pub_akkoola {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column, .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column {
    flex: 100%;
    width: 100%;
    min-width: 0;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__description_column {
    order: 1;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column {
    text-align: left;
    border-top: none;
    order: 0;
    align-items: flex-start;
    padding-top: 0;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column .price {
    flex-flow: wrap;
    align-items: baseline;
    gap: 2px 8px;
    display: flex;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column .price br {
    display: none;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column .price-value {
    font-size: 24px;
    line-height: 1.15;
  }

  .pub-advert-module-scss-module__VTiZaq__pub_akkoola .pub-advert-module-scss-module__VTiZaq__price_column .price-unit {
    font-size: 13px;
  }
}

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