@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-light);
}

.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";
}

#loading {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.form-arthea {
  display: block;
  width: 100%;
  color: #fff;
  background-color: var(--bs-black);
  border: var(--bs-border-width) solid var(--bs-gray-800);
}

.form-arthea:disabled {
  background-color: var(--bs-black);
  color: var(--bs-gray-500);
}

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

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

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

.form-arthea: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-black);
  color: var(--bs-light);
  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-arthea:-webkit-autofill,
input.form-arthea:-webkit-autofill:hover,
input.form-arthea:-webkit-autofill:focus,
textarea.form-arthea:-webkit-autofill,
textarea.form-arthea:-webkit-autofill:hover,
textarea.form-arthea:-webkit-autofill:focus,
select.form-arthea:-webkit-autofill,
select.form-arthea:-webkit-autofill:hover,
select.form-arthea:-webkit-autofill:focus {
  border: 1px solid var(--bs-gray-800);
  color: var(--bs-light);
  text-decoration-color: var(--bs-light);
  -webkit-text-fill-color: var(--bs-light);
  -webkit-box-shadow: 0 0 0px 1000px var(--bs-black) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

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

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

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

.bootstrap-select.form-arthea > .dropdown-toggle {
  border: var(--bs-border-width) solid var(--bs-gray-800);
}

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

.swiper-button-next,
.swiper-button-prev {
  color: var(--bs-secondary) !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-black);
}

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

section {
  margin: 20px 15px;
}

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

.summernote-content {
  color: var(--bs-light) !important;
}

.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-item {
  height: initial;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.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;
}

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

.btn-navigation {
  position: -webkit-fixed; /* For Safari */
  position: fixed;
  width: 2rem;
  height: 2rem;
  bottom: 5%;
  right: 20px;
  color: var(--bs-light);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}

.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;
}

.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: 14px;
}
#genuine-section .genuine-image {
  width: 150px;
  height: 150px;
  border-radius: 5px;
}
#genuine-section table {
  width: 80%;
}

#preview-container {
  aspect-ratio: 4/5;
}

@media (min-width: 768px) {
  .badge.big-badge {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 4/5;
  }
  .about-section {
    margin: 0.5rem 0px;
  }
  #preview-container {
    width: 300px;
    aspect-ratio: 4/5;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .about-section {
    margin: 0.5rem 0px;
  }
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 4/5;
  }
  .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(0.7rem + 1vw);
  }
  .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: 12px;
  }
  #genuine-section h4 {
    font-size: 18px;
  }
  #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: 4/5;
  }
  .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%;
  }
  .product-card p {
    font-size: 14px;
  }
  #preview-container {
    width: 100%;
    aspect-ratio: 4/5;
  }
}
@media (max-width: 410px) {
  body {
    font-size: calc(0.7rem + 1vw);
  }
  .navbar-brand .img-logo {
    height: 30px;
  }
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 4/5;
  }
  .product-card .product-details {
    max-height: 68px;
  }
  .product-card .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: 410px) {
  body {
    font-size: calc(0.7rem + 1vw);
  }
  .navbar-brand .img-logo {
    height: 30px;
  }
  .slider-section {
    margin: 0;
    width: 100%;
    aspect-ratio: 4/5;
  }
  #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;
  }
  .nav-item {
    font-size: 12px;
  }
  .product-card {
    width: 100%;
  }
}
.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: #000 !important;
  color: #fff !important;
  border: 2px #b92c14 solid !important;
}

div:where(.swal2-container).swal2-top-end > .swal2-popup {
  display: grid;
  background: #000 !important;
  color: #fff !important;
  border: 2px #b92c14 solid !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #b92c14 !important;
  color: #fff;
  font-size: 1em;
}

div:where(.swal2-container).swal2-top-end > .swal2-popup {
  display: grid;
  background: #000 !important;
  color: #fff !important;
  border: 2px #b92c14 solid !important;
}

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