@charset "UTF-8";
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../assets/fonts/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../assets/fonts/IBMPlexSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../assets/fonts/IBMPlexSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../assets/fonts/IBMPlexSansJP-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../assets/fonts/IBMPlexSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../assets/fonts/IBMPlexSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../assets/fonts/IBMPlexSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "IBMPlexSansJP";
  src: url("../assets/fonts/IBMPlexSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../assets/fonts/ZenKakuGothicAntique-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../assets/fonts/ZenKakuGothicAntique-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../assets/fonts/ZenKakuGothicAntique-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../assets/fonts/ZenKakuGothicAntique-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "ZenKakuGothicAntique";
  src: url("../assets/fonts/ZenKakuGothicAntique-Black.ttf") format("truetype");
  font-weight: 900;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "IBMPlexSansJP", "ZenKakuGothicAntique", "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  background: #f3f3f3;
  color: #333333;
  padding-top: 60px;
}
body.dark-mode {
  background: #1E1E1E;
  color: #E0E0E0;
}
body.dark-mode .form-control {
  background: #1E1E1E;
  color: #ffffff;
  border-color: #ffffff;
}
body.dark-mode .navbar {
  background-color: #181a39 !important;
  color: #ffffff !important;
}
body.dark-mode .nav-link {
  color: #ffffff !important;
  padding: 0.25rem 1rem;
}
body.dark-mode .nav-link:hover {
  color: #cd01b4 !important;
}
body.dark-mode .navbar .navbar-collapse.fade {
  background-color: #121212;
}
body.dark-mode .navbar-nav .nav-link {
  color: #ffffff !important;
}
body.dark-mode .wave-wrapper {
  background: #121212;
}
body.dark-mode #site-footer {
  background-color: #20234d !important;
}
body.dark-mode .product-card {
  background-color: #001f3d !important;
}
body.dark-mode .navbar-brand, body.dark-mode .cart-icon {
  color: #ffffff !important;
}
body.dark-mode .btn-check:checked + .btn, body.dark-mode :not(.btn-check) + .btn:active, body.dark-mode .btn:first-child:active, body.dark-mode .btn.active, body.dark-mode .btn.show {
  color: var(--bs-btn-active-color);
  background-color: #ffa2da;
  border-color: var(--bs-btn-active-border-color);
}

h1, h2, h3, h4, h5, h6, small, .text-muted, button, input, select, textarea {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

main {
  position: relative;
  z-index: 2;
}

main p {
  font-family: "IBMPlexSansJP", sans-serif;
  font-weight: 300;
}

.navbar {
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  height: 60px;
  min-height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar {
    min-height: 60px;
  }
}
.navbar .container-fluid {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: nowrap;
}
.navbar .navbar-brand, .navbar .cart-link, .navbar .navbar-toggler {
  flex-shrink: 0;
}
.navbar .navbar-brand {
  color: #cd01b4;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0;
  margin-right: 1rem;
  line-height: 1.5;
}
.navbar .navbar-brand:hover {
  color: rgb(154.2475728155, 0.7524271845, 135.4368932039) !important;
}
.navbar .nav-link {
  color: #333333 !important;
  padding: 0.25rem 1rem;
}
.navbar .nav-link:hover {
  color: #cd01b4 !important;
}
.navbar .navbar-toggler {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border: none;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-collapse[data-aos] {
  transition: opacity 0.15s linear !important;
}
.navbar .navbar-collapse.fade {
  transition: opacity 0.15s linear;
  opacity: 1;
}
.navbar .navbar-collapse.fade.collapse:not(.show) {
  display: none;
}
.navbar .navbar-collapse.fade.collapsing {
  opacity: 0;
  display: block;
}
.navbar .navbar-collapse.fade.show {
  opacity: 1;
  display: block;
}
@media (max-width: 767px) {
  .navbar .navbar-collapse.fade {
    background-color: #e3e3e3;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    overflow-y: auto;
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
  }
  .navbar .navbar-collapse.fade.collapsing {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.cart-link {
  color: inherit;
  position: relative;
  padding: 0.25rem;
  display: flex;
  align-items: center;
}
.cart-link.empty .cart-icon {
  opacity: 0.3;
}
.cart-link.empty .marukon-icon {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cart-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .cart-link {
    flex-grow: 1;
    justify-content: center;
  }
}
.cart-icon {
  font-size: 1.5rem;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .cart-icon {
    font-size: 1.2rem;
  }
}

.marukon-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 5px;
  object-fit: cover;
  border: 1px solid #ddd;
  transition: opacity 0.3s ease;
}
@media (max-width: 767px) {
  .marukon-icon {
    width: 20px;
    height: 20px;
  }
}

.cart-marukon, .cart-marukon-mobile {
  display: inline-flex;
  align-items: center;
}
.cart-marukon .empty-message, .cart-marukon-mobile .empty-message {
  font-size: 0.9rem;
  color: #888;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .cart-marukon .empty-message, .cart-marukon-mobile .empty-message {
    display: none;
  }
}

body[data-bs-theme=dark] .cart-link.empty .cart-icon, body[data-bs-theme=dark] .cart-marukon .empty-message, body[data-bs-theme=dark] .cart-marukon-mobile .empty-message {
  color: #ccc;
}
body[data-bs-theme=dark] .marukon-icon {
  border-color: #444;
}

.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  min-width: 200px;
  border-radius: 8px;
  height: 32px;
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}
.search-input:focus {
  border-color: #cd01b4;
  box-shadow: 0 0 0 4px rgba(205, 1, 180, 0.25);
}
.search-input.active {
  border-color: #539be5;
  box-shadow: 0 0 5px rgba(83, 155, 229, 0.5);
}

body.dark-mode .search-icon {
  color: #E0E0E0;
}
body.dark-mode .search-icon:hover {
  color: #cd01b4;
}
body.dark-mode .search-input {
  background: #2D2D2D;
  color: #E0E0E0;
  border: 1px solid #6C757D;
}
body.dark-mode .search-input:focus {
  border-color: #cd01b4;
}
body.dark-mode .search-input::placeholder {
  color: #ccc;
}
body.dark-mode #searchFormCollapse {
  background-color: #333;
  border: 1px solid #555;
}

#site-footer {
  background: #fff6fc !important;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.05);
}

.product-card {
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  background-color: #ffffff;
}
.product-card .card-img-top {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.product-card .card-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card .card-title a {
  color: #333333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .product-card .card-title {
    font-size: 0.9rem;
  }
}
.product-card .price {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #FFFFFF;
  color: #333333;
  font-weight: bold;
  border-radius: 4px;
  font-size: 0.9rem;
}
.product-card .price.sold-out {
  color: #dc3545;
}
.product-card .card-body {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
}
@media (max-width: 767px) {
  .product-card .card-body {
    min-height: 100px;
  }
}
.product-card .card-body .card-text {
  font-size: 0.85rem;
  color: #333333;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-card .card-body .button-group {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
}
.product-card .card-body .button-group .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  width: 100%;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-card .card-body .button-group .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.75rem;
  }
}
.product-card .card-body .button-group .btn i.fa-cart-shopping {
  font-size: 1.2rem;
  color: #FFFFFF;
}
.product-card .card-body .button-group .btn i.fa-magnifying-glass {
  font-size: 1.2rem;
  color: #cd01b4;
}
.product-card .card-body .button-group .btn:hover i {
  transform: scale(1.4);
}
.product-card .card-body .button-group .btn:disabled i {
  opacity: 0.5;
}
.product-card:hover {
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.2);
}

.swiper {
  width: 100% !important;
  position: relative;
  pointer-events: none;
}
.swiper .swiper-slide {
  pointer-events: auto;
  overflow: hidden;
}
.swiper .swiper-pagination {
  bottom: 10px !important;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF !important;
  opacity: 0.8;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #cd01b4 !important;
  opacity: 1;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  z-index: 10;
  pointer-events: auto;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  left: 10px;
}
.swiper .swiper-button-next {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  right: 10px;
}

.swiper-container {
  pointer-events: none;
}

.swiper-container-limited {
  width: 100%;
  margin: 1rem 0;
}

#swiper-home {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: calc(100vh - 60px - 10px);
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #swiper-home {
    aspect-ratio: calc(1.3333333333 + 0.4444444444 * (100vw - 768px) / 432px);
  }
}
@media (min-width: 1200px) {
  #swiper-home {
    aspect-ratio: 16/9;
  }
}
#swiper-home .swiper-wrapper {
  height: 100% !important;
}
#swiper-home .swiper-slide {
  height: 100% !important;
}
#swiper-home .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#swiper-product .swiper-slide {
  aspect-ratio: 4/3;
  height: 100%;
  position: relative;
}
#swiper-product .swiper-slide img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
@media (max-width: 767px) {
  #swiper-product .swiper-slide {
    aspect-ratio: 4/3;
    height: auto;
  }
}
#swiper-product .swiper-pagination {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #swiper-product .col-md-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#swiper-product .swiper-slide img.clickable-image {
  z-index: 1;
  pointer-events: auto;
}

#swiper-thumbs {
  width: 100%;
  margin-top: 1rem;
}
#swiper-thumbs .swiper-slide {
  height: auto;
  opacity: 0.5;
  cursor: pointer;
}
#swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
#swiper-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF !important;
  text-shadow: 2px 3px 14px rgba(32, 102, 113, 0.7215686275);
  max-width: 90%;
  width: 100vw;
  text-align: center;
  background: linear-gradient(10deg, rgba(118, 197, 255, 0.56) 0%, rgba(69, 146, 191, 0.69) 33%, rgba(16, 131, 177, 0.1) 100%);
  padding: 1rem;
  border-radius: 7px;
  opacity: 0;
  animation: fadeIn 1s ease-in forwards;
  border: 3px solid #eafdff;
}
.swiper-caption.text-start {
  padding-left: 1rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.swiper-caption h1 {
  font-size: clamp(1.6rem, 3.4vw, 2.5rem);
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.swiper-caption p {
  font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  margin-bottom: 1rem;
}
.swiper-caption .btn-primary {
  background: #0060bd !important;
  border: 2px solid #FFFFFF !important;
  padding: 0.5rem 1.5rem;
  font-size: clamp(0.8rem, 1.2vw, 1rem);
}
.swiper-caption .btn-primary:hover {
  background: rgb(253.7718446602, 3.2281553398, 223.067961165) !important;
}

.modal.slide-in .modal-dialog {
  margin-top: 0;
}
.modal.slide-in.fade .modal-dialog {
  transition: opacity 0.3s ease-out;
}
.modal.slide-in.show .modal-dialog {
  opacity: 1;
}
.modal.slide-in.fade:not(.show) .modal-dialog {
  opacity: 0;
}
.modal .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1048;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  top: 60px;
}
.modal #imageModal .swiper-slide {
  pointer-events: none;
}
.modal #imageModal .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.modal #imageModal .modal-content {
  background-color: #333333;
}
.modal #imageModal .modal-header {
  background-color: #333333;
  border-bottom: none;
}
.modal #imageModal .btn-close {
  background-color: #ffffff;
  filter: invert(100%);
  padding: 8px;
}
.modal #imageModal .modal-body {
  background-color: transparent;
  overflow: hidden;
}
.modal #imageModal .modal-body .swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.modal #imageModal .modal-body .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  height: 100%;
}
.modal #imageModal .modal-body .swiper-slide img {
  width: auto;
  max-width: 100%;
  max-height: calc(100% - 120px);
  object-fit: contain;
}
.modal #imageModal .image-description {
  color: #FFFFFF;
  font-size: 1.2rem;
  margin-top: 10px;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  max-width: 90%;
}
.modal .modal-header .modal-title {
  font-family: "IBMPlexSansJP", sans-serif;
  font-weight: 700;
}
.modal .modal-body p {
  font-family: "IBMPlexSansJP", sans-serif;
  font-weight: 400;
}
.modal .modal-body h3 {
  font-family: "IBMPlexSansJP", sans-serif;
  font-weight: 600;
}

.custom-collapse.collapse {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}
.custom-collapse.collapsing-custom {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  visibility: visible;
}
.custom-collapse.show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  transition: all 0.4s ease-out;
}

.custom-modal-dialog.modal-dialog {
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.5, -0.8, 0.3, 1.8);
}
.custom-modal-dialog.animating {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.custom-modal-dialog.modal-dialog.show {
  transform: scaleY(1);
  opacity: 1;
  transition: all 0.4s ease-out;
}

.carousel-control-prev, .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  will-change: transform;
  transition: opacity 0.2s ease;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  background-color: rgb(255, 255, 255);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

@media (max-width: 767px) {
  .carousel-control-prev, .carousel-control-next {
    width: 30px;
    height: 30px;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 15px;
    height: 15px;
  }
}
.form-select {
  background-color: #f3f3f3;
  color: #333333;
  border: 1px solid silver;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.form-select:focus {
  border-color: #cd01b4;
  box-shadow: 0 0 0 4px rgba(205, 1, 180, 0.25);
  outline: none;
}
.form-select option {
  background-color: #f3f3f3;
  color: #333333;
}

body.dark-mode .form-select {
  background-color: #1E1E1E;
  color: #E0E0E0;
  border: 1px solid #515151;
}
body.dark-mode .form-select:focus {
  border-color: #cd01b4;
  box-shadow: 0 0 0 4px rgba(205, 1, 180, 0.25);
}
body.dark-mode .form-select option {
  background-color: #1E1E1E;
  color: #E0E0E0;
}

.variant-col {
  max-width: 100vw;
}

@media (max-width: 576px) {
  .variant-col {
    max-width: 150px;
  }
}
.v-options .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
.v-options .btn-group .btn {
  flex: 0 0 calc(50% - 0.25rem);
  max-width: calc(50% - 0.25rem);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.v-options .btn-group .btn[data-value=プリキュア] {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  .v-options .btn-group {
    gap: 0.25rem;
  }
  .v-options .btn-group .btn {
    flex: 0 0 calc(50% - 0.125rem);
    max-width: calc(50% - 0.125rem);
    font-size: 0.875rem;
  }
}
.pagination-wrapper {
  background-color: #f3b4da;
  padding: 10px;
  border-radius: 5px;
  transition: transform 0.5s ease, opacity 0.3s ease;
  position: sticky;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  transform: translateY(100%);
}
.pagination-wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}
.pagination-wrapper .pagination {
  margin: 0;
}
.pagination-wrapper .page-link {
  color: #fff;
  background-color: #831475;
  border: none;
}
.pagination-wrapper .page-link:hover {
  background-color: #ff6beb;
}
.pagination-wrapper .page-item.active .page-link {
  background-color: #cd01b4;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .pagination-wrapper {
    padding: 5px;
  }
}
.counter-group {
  max-width: 200px;
}

.counter-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.counter-btn svg {
  width: 20px;
  height: 20px;
}
.counter-btn:disabled {
  opacity: 0.5;
}

.counter-input {
  width: 60px;
  height: 48px;
  padding: 0;
  border-radius: 0;
  font-size: 1.25rem;
  border-color: #ced4da;
}

.form-control, .form-select {
  background-color: #fefefe;
  border-color: #999999;
  color: #333333;
}
.form-control:focus, .form-select:focus {
  background-color: #ffffff;
  border-color: #cd01b4;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
  outline: 0;
}
.form-control:disabled, .form-control[readonly], .form-select:disabled, .form-select[readonly] {
  background-color: #d9d9d9;
  border-color: #999999;
  opacity: 0.7;
}
.form-control option, .form-select option {
  background-color: #fefefe;
  color: #cd01b4;
}

.fixed-width-img {
  width: 120px !important;
  height: auto !important;
}

.text-wave-animation {
  display: inline-block;
  animation: wave 1.5s ease-in-out infinite;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (min-width: 1024px) {
  .custom-container {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.news-full {
  background-color: #ffffff;
}

.news-container {
  background-size: cover;
  background-position: center;
  background-blend-mode: lighten;
}

.wave-wrapper {
  background: #cae0dd;
  background: linear-gradient(130deg, rgba(255, 250, 186, 0.39) 0%, rgba(255, 243, 243, 0.34) 30%, rgba(255, 243, 243, 0.44) 54%, rgba(245, 255, 209, 0.44) 100%);
}

.wave-scroll {
  width: 100%;
  background: url("../assets/images/blue-wave.svg") repeat-x 0/contain;
  transform-origin: 0 0;
  background-color: transparent;
  animation: scrollWave 20s linear infinite;
  overflow: hidden;
}

@keyframes scrollWave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 300px 0;
  }
}
.bottom-wave-wrapper {
  background: #cae0dd;
  background: linear-gradient(130deg, rgba(255, 250, 186, 0.39) 0%, rgba(255, 243, 243, 0.34) 30%, rgba(255, 243, 243, 0.44) 54%, rgba(245, 255, 209, 0.44) 100%);
}

.bottom-wave-scroll {
  width: 100%;
  background: url("../assets/images/bottom-blue-wave.svg") repeat-x bottom/contain;
  transform-origin: 0 0;
  background-color: transparent;
  animation: bottom-scrollWave 30s linear infinite;
  overflow: hidden;
}

@keyframes bottom-scrollWave {
  0% {
    background-position-x: 0px;
  }
  100% {
    background-position-x: 300px;
  }
}

/*# sourceMappingURL=custom.css.map */
