@font-face {
  font-family: "DM Sans Light";
  src: url("/fonts/DMSans_18pt-Light.ttf");
}
@font-face {
  font-family: "DM Sans Medium";
  src: url("/fonts/dm-sans-medium.ttf");
}
@font-face {
  font-family: "DM Sans Semi Bold";
  src: url("/fonts/dm-sans-semi-bold.ttf");
}
@font-face {
  font-family: "Big Caslon";
  src: url("/fonts/big-caslon-regular.ttf");
}
@font-face {
  font-family: "Helighton Signature";
  src: url("/fonts/Heligthon-Signature.otf");
}
@font-face {
  font-family: "TT Runs Trial";
  src: url("/fonts/TT-Runs-Trial-Regular.ttf");
}
:root {
  --bs-body-color: var(--bs-dark);
  --bs-body-bg-color: var(--bs-light);
  --bs-border-color: var(--bs-gray-400);
  --bs-bg-swal-color: var(--bs-light);
}

body.swal2-shown > [aria-hidden=true] {
  transition: 0.1s filter;
  filter: blur(3px);
}

.fst-caslon {
  font-family: "Big Caslon";
}

.fst-helighton-signature {
  font-family: "Helighton Signature";
}

.fst-dm-sans-medium {
  font-family: "DM Sans Medium";
}

.fst-dm-sans-semi-bold {
  font-family: "DM Sans Semi Bold";
}

.fst-tt-runs {
  font-family: "TT Runs Trial", sans-serif;
}

html {
  height: 100vh;
}

body {
  height: 100%;
  font-family: "DM Sans Light";
  font-size: calc(var(--bs-body-font-size));
}

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(134, 134, 134, 0.7);
  z-index: 999;
}
#loading .spinner-border {
  color: var(--bs-indigo);
}

#preview-container {
  width: 300px;
  aspect-ratio: 4/4;
}

.form-onlinekita {
  display: block;
  width: 100%;
  color: var(--bs-body-color);
  background-color: var(--bs-white);
}

.form-onlinekita:disabled {
  background-color: var(--bs-gray);
  color: var(--bs-gray-800);
}

.form-onlinekita::-moz-placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

.form-onlinekita::placeholder {
  color: var(--bs-gray-500);
  opacity: 1;
}

.form-onlinekita:focus {
  color: var(--bs-black);
  background-color: var(--bs-light);
  border-color: rgb(22, 22, 22);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--bs-border-color);
}

.form-onlinekita:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.accordion.arthea,
.accordion.arthea .accordion-item,
.accordion.arthea .accordion-item .accordion-button,
.accordion.arthea .accordion-header,
.accordion.arthea .accordion-body {
  background-color: var(--bs-light);
  color: var(--bs-black);
  border: var(--bs-border-width) solid var(--bs-gray-800);
}

.accordion.arthea .accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

input.form-onlinekita:-webkit-autofill,
input.form-onlinekita:-webkit-autofill,
input.form-onlinekita:-webkit-autofill:hover,
input.form-onlinekita:-webkit-autofill:focus,
textarea.form-onlinekita:-webkit-autofill,
textarea.form-onlinekita:-webkit-autofill:hover,
textarea.form-onlinekita:-webkit-autofill:focus,
select.form-onlinekita:-webkit-autofill,
select.form-onlinekita:-webkit-autofill:hover,
select.form-onlinekita:-webkit-autofill:focus {
  border: 1px solid var(--bs-border-color);
  color: var(--bs-body-color) !important;
  text-decoration-color: var(--bs-body-color);
  -webkit-text-fill-color: var(--bs-body-color);
  -webkit-box-shadow: 0 0 0px 1000px var(--bs-body-bg-color) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.bootstrap-select.form-onlinekita .dropdown-menu {
  background-color: var(--bs-light);
  color: var(--bs-black) !important;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.bootstrap-select.form-onlinekita > .dropdown-toggle,
.bootstrap-select.form-onlinekita > .dropdown-menu li,
.bootstrap-select.form-onlinekita > .dropdown-menu .bs-searchbox .form-control,
.bootstrap-select.form-onlinekita > .dropdown-menu li a {
  background-color: var(--bs-white);
  color: var(--bs-black);
}

.bootstrap-select.form-onlinekita > .dropdown-toggle:focus,
.bootstrap-select.form-onlinekita > .dropdown-toggle:hover,
.bootstrap-select.form-onlinekita > .dropdown-menu li a:hover,
.bootstrap-select.form-onlinekita > .dropdown-menu li a:focus,
.bootstrap-select.form-onlinekita > .dropdown-menu.active {
  background-color: var(--bs-gray-500) !important;
}

.bootstrap-select.form-onlinekita > .dropdown-toggle {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.dropdown-menu.dropdown-onlinekita {
  background-color: var(--bs-light);
}
.dropdown-menu.dropdown-onlinekita .dropdown-item {
  color: var(--bs-body-color);
}
.dropdown-menu.dropdown-onlinekita .dropdown-item:hover {
  background-color: var(--bs-indigo-200) !important;
  color: var(--bs-body-hover-color);
}

.nav-link.onlinekita {
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
}

.nav-link.onlinekita:hover {
  background-color: var(--bs-indigo);
  color: var(--bs-light);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-white);
  --bs-pagination-bg: var(--bs-black);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-white);
  --bs-pagination-hover-bg: var(--bs-indigo);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-white);
  --bs-pagination-focus-bg: var(--bs-indigo);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--bs-indigo);
  --bs-pagination-active-border-color: var(--bs-indigo);
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-indigo-200);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  gap: 10px;
  list-style: none;
}

.nav-link.onlinekita.active {
  background-color: var(--bs-indigo);
  color: var(--bs-light);
}

.table.table-cart {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg-color) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--bs-body-color) !important;
}

.text-link {
  text-decoration: none;
}

.table-checkout > thead > tr > th,
.table-checkout > tbody > tr > td {
  padding: 0.25rem 0.25rem;
}

.table-order-detail > thead > tr > th,
.table-order-detail > tbody > tr > td {
  color: var(--bs-body-color);
}

.slider-section {
  margin: 0;
  width: 100%;
  aspect-ratio: 3/1;
}

.brand-img {
  position: relative;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

section {
  margin: 20px 15px;
}

.btn-slider {
  color: var(--bs-body-color);
}

.btn-slider:hover {
  background-color: var(--bs-indigo) !important;
  color: var(--bs-light);
}

.btn-slider:active {
  background-color: var(--bs-indigo) !important;
  color: var(--bs-light);
}

.product-card {
  width: 100%;
  position: relative;
  background-color: var(--bs-body-bg-color) !important;
}
.product-card img.img-card {
  width: 100%;
  border-radius: 0px !important;
  height: auto;
  display: block;
}

.read-more-action {
  bottom: 0;
  text-align: center;
  background-color: var(--bs-body-bg-color);
  color: var(--bs-indigo);
  font-weight: bold;
  text-decoration: none;
  display: flex;
  padding-top: 0.75rem;
  left: 0;
  right: 0;
}

.summernote-content {
  color: var(--bs-dark) !important;
  position: relative;
}
.summernote-content.hide {
  max-height: 5rem;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.summernote-content.show {
  max-height: 15rem;
  overflow-y: auto;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section {
  margin: 1rem 0px;
}

.text-certificate {
  color: var(--bs-grullo);
}

p.text-certificate {
  text-align: justify;
}

table.table-certificate td {
  color: var(--bs-grullo);
  padding: 0.25rem;
}

.input-group-xs > .form-control,
.input-group-xs > .form-select,
.input-group-xs > .input-group-text,
.input-group-xs > .btn {
  padding: 0.1rem 0.25rem;
  font-size: 0.7875rem;
  border-radius: var(--bs-border-radius-sm);
}

.cart-list .cart-item {
  height: initial;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-bottom: 1px var(--bs-border-color) solid;
}
.cart-list .cart-item:last-child {
  border-bottom: none;
}

.product-big-card {
  width: 100%;
  position: relative;
}
.product-big-card img.img-card {
  width: 100%;
  border-radius: 0px !important;
  height: auto;
  display: block;
}

.quantity-section {
  width: 5rem;
}

.product-price-discount {
  text-decoration: line-through;
  font-size: calc(var(--bs-body-font-size) * 0.9);
}

.product-card .product-details {
  width: 100%;
  bottom: 0;
}

.float-navigation-container {
  position: -webkit-fixed; /* For Safari */
  position: fixed;
  bottom: 5%;
  display: flex;
  flex-direction: column;
  right: 20px;
  z-index: 100;
  pointer-events: none;
}

.btn-navigation {
  width: 2rem;
  height: 2rem;
  color: var(--bs-light);
  display: inline-flex;
  margin-left: auto;
  margin-right: 20px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}

.btn-navigation.shadow-animation {
  animation: shadowPulse 1.2s infinite alternate;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 0 0 0 #25d366;
  }
  100% {
    box-shadow: 0 0 5px 3px #25d366;
  }
}
.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 45%;
  transition: opacity 0.3s ease;
}
.img-overlay:hover {
  opacity: 1;
}

.whatsapp-section {
  max-width: 20rem;
  width: calc(15rem + 15vw);
  border-radius: 10px;
  border: 2px solid #25d366;
  box-shadow: 0 4px 16px rgba(18, 140, 126, 0.15);
  overflow: hidden;
  margin-right: 20px;
  pointer-events: auto;
  display: none;
  opacity: 0;
  translate: 0 15rem;
  transition-property: display opacity;
  transition-duration: 1s;
  transition-behavior: allow-discrete;
}
.whatsapp-section.show {
  opacity: 1;
  display: block;
  translate: 0 0;
}
@starting-style {
  .whatsapp-section.show {
    opacity: 0;
    translate: 0 15rem;
  }
}
.whatsapp-section .modal-header {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  padding: 1rem;
  color: white;
}
.whatsapp-section .modal-header .btn-close {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.534);
  color: #333;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: background 0.3s, transform 0.3s, color 0.3s;
}
.whatsapp-section .modal-header .btn-close:hover {
  background: rgba(255, 255, 255, 0.959);
  font-weight: bold;
  transform: rotate(180deg);
}
.whatsapp-section .modal-body {
  padding: 1rem;
  background-color: #f8f9fa;
  color: #333;
}
.whatsapp-section .modal-body .whatsapp-text {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.whatsapp-section .modal-body .whatsapp-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #25d366;
}

.star-rating .bi-star,
.star-rating .bi-star-fill,
.star-rating-review .bi-star,
.star-rating-review .bi-star-fill {
  font-size: 2rem;
  cursor: pointer;
  color: #ccc;
}
.star-rating .hovered,
.star-rating .selected,
.star-rating-review .hovered,
.star-rating-review .selected {
  color: #f1c40f;
}

.navbar-brand .img-logo {
  height: 45px;
}

.catalogue-card {
  width: 100%;
  aspect-ratio: 4/5;
}

#genuine-section {
  width: 500px;
  height: auto;
  aspect-ratio: 3/4;
}
#genuine-section .genuine-header {
  padding: 2rem 2rem 0rem 2rem !important;
}
#genuine-section p {
  padding: 1rem 1.5rem 0rem 1.5rem !important;
  text-align: justify;
  font-size: var(--bs-body-font-size);
}
#genuine-section .genuine-image {
  width: 150px;
  height: 150px;
  border-radius: 5px;
}
#genuine-section table {
  width: 80%;
}

.product-details {
  width: 100%;
}
.product-details p.product-name {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3rem;
}

p.product-price {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.img-thumbnail.img-sub-content {
  padding: 0 !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
}

button.accordion-button::after {
  color: #000;
}

.product-empty {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

div:where(.swal2-container).swal2-center > .swal2-popup {
  display: grid;
  background: var(--bs-body-bg-color) !important;
  color: var(--bs-body-color) !important;
  border: 2px var(--bs-bg-swal-color) solid !important;
}

div:where(.swal2-container).swal2-top-end > .swal2-popup {
  display: grid;
  background: var(--bs-body-bg-color) !important;
  color: var(--bs-body-color) !important;
  border: 2px var(--bs-bg-swal-color) solid !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: var(--bs-bg-swal-color) !important;
  color: var(--bs-body-color);
  font-size: 1em;
}

div:where(.swal2-container).swal2-top-end > .swal2-popup {
  display: grid;
  background: var(--bs-body-bg-color) !important;
  color: var(--bs-body-color) !important;
  border: 2px var(--bs-bg-swal-color) solid !important;
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  background: rgb(146, 5, 5) !important;
}

@media (max-width: 992px) {
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 5/2;
  }
  .about-section {
    margin: 0.5rem 0px;
  }
}
@media (max-width: 768px) {
  .badge.big-badge {
    font-size: 1rem;
  }
  .about-section {
    margin: 0.5rem 0px;
  }
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 5/2;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .product-big-card {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-big-card img.img-card {
    width: 100%;
    border-radius: 0px !important;
    height: auto;
    display: block;
  }
  .nav-item {
    font-size: 12px;
  }
  .product-card {
    width: 100%;
  }
}
@media (max-width: 576px) {
  body {
    font-size: calc(var(--bs-body-font-size) * 0.85);
  }
  .about-section {
    margin: 0.25rem 0.5rem;
  }
  .navbar-brand .img-logo {
    height: 30px;
  }
  #genuine-section {
    width: 100%;
    max-width: 500px;
    height: auto;
    aspect-ratio: 3/4;
  }
  #genuine-section .genuine-header {
    padding: 2rem 1rem 0rem 1rem !important;
  }
  #genuine-section .genuine-header div {
    font-size: calc(1.2rem + 1vw);
    padding-left: 2rem;
  }
  #genuine-section .genuine-header div:last-child {
    font-size: calc(1.1rem + 1vw);
    padding-right: 2rem;
  }
  #genuine-section p {
    padding: 0.5rem 1.5rem 0rem 1.5rem !important;
    text-align: justify;
    font-size: var(--bs-body-font-size);
  }
  #genuine-section h4 {
    font-size: calc(--bs-body-font-size * 1.8);
  }
  #genuine-section p:last-child {
    font-size: 10px;
  }
  #genuine-section .genuine-image {
    width: calc(3rem + 15vw);
    height: calc(3rem + 15vw);
    border-radius: 5px;
  }
  #genuine-section table {
    font-size: calc(0.75rem + 0.5vw);
    width: 81%;
  }
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 5/2;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .product-big-card {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-big-card img.img-card {
    width: 100%;
    border-radius: 0px !important;
    height: auto;
    display: block;
  }
  .nav-item {
    font-size: 12px;
  }
  .product-details {
    width: 100%;
  }
  .product-details p.product-name {
    height: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1rem;
    font-size: 0.9rem;
  }
}
@media (max-width: 410px) {
  .product-price-discount {
    text-decoration: line-through;
    font-size: calc(var(--bs-body-font-size) * 0.8em);
  }
  .navbar-brand .img-logo {
    height: 30px;
  }
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 5/2;
  }
  .product-details p {
    font-size: 12px;
  }
  #genuine-section {
    width: 100%;
    height: auto;
  }
  #genuine-section .genuine-header {
    padding: 2rem 1rem 0rem 1rem !important;
  }
  #genuine-section .genuine-header div {
    font-size: calc(1.1rem + 1vw);
    padding-left: 1rem;
  }
  #genuine-section .genuine-header div:last-child {
    font-size: calc(1.1rem + 1vw);
    padding-right: 1rem;
  }
  #genuine-section p {
    padding: 0.5rem 1.5rem 0rem 1.5rem !important;
    text-align: justify;
    font-size: 8.5px;
  }
  #genuine-section .genuine-image {
    width: calc(3rem + 15vw);
    height: calc(3rem + 15vw);
    border-radius: 5px;
  }
  #genuine-section h4 {
    font-size: 18px;
  }
  #genuine-section p:last-child {
    font-size: 10px;
  }
  #genuine-section table {
    font-size: calc(0.5rem + 0.5vw);
    width: 81%;
  }
  #genuine-section table tr th,
  #genuine-section table tr td {
    padding: 0.25rem;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .product-big-card {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-big-card img.img-card {
    width: 100%;
    border-radius: 0px !important;
    height: auto;
    display: block;
  }
  .product-big-card p {
    font-size: 13px;
  }
  .nav-item {
    font-size: 12px;
  }
  .product-card {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .product-price-discount {
    text-decoration: line-through;
    font-size: calc(var(--bs-body-font-size) * 0.7em);
  }
  .nav-link.onlinekita {
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
  }
  .navbar-brand .img-logo {
    height: 30px;
  }
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 5/2;
  }
  #genuine-section {
    width: 100%;
    height: auto;
  }
  #genuine-section .genuine-header {
    padding: 2rem 1rem 0rem 1rem !important;
  }
  #genuine-section .genuine-header div {
    font-size: calc(1.1rem + 1vw);
    padding-left: 1rem;
  }
  #genuine-section .genuine-header div:last-child {
    font-size: calc(1.1rem + 1vw);
    padding-right: 1rem;
  }
  #genuine-section p {
    padding: 0.5rem 1.5rem 0rem 1.5rem !important;
    text-align: justify;
    font-size: 0.5rem;
  }
  #genuine-section .genuine-image {
    width: calc(3rem + 15vw);
    height: calc(3rem + 15vw);
    border-radius: 5px;
  }
  #genuine-section h4 {
    font-size: 18px;
  }
  #genuine-section p:last-child {
    font-size: 10px;
  }
  #genuine-section table {
    font-size: calc(0.5rem + 0.5vw);
    width: 81%;
  }
  #genuine-section table tr th,
  #genuine-section table tr td {
    padding: 0.25rem;
  }
  .navbar-brand {
    margin: 0 auto;
  }
  .product-big-card {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .product-big-card img.img-card {
    width: 100%;
    border-radius: 0px !important;
    height: auto;
    display: block;
  }
  .nav-item {
    font-size: 12px;
  }
  .product-card {
    width: 100%;
  }
  .product-details {
    width: 100%;
  }
  .product-details p.product-name {
    height: 2rem;
    margin-bottom: 0.5rem;
    font-size: 0.5rem;
  }
}
