@font-face {
  font-family: 'Street';
  src: url('../fonts/Street.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                #FFFFFF;
  --primary-color:              deeppink;
  --section-bg-color:           #f0f8ff;
  --dark-color:                 #111111;
  --grey-color:                 #d0d1d1;
  --p-color:                    #717275;
  --bg-color:                   #f0f0f0;
  --text-color:                 #111111;

  --body-font-family:           'Inter', sans-serif;

  --h5-font-size:               24px;
  --p-font-size:                20px;
  --copyright-text-font-size:   16px;
  --product-link-font-size:     14px;
  --custom-link-font-size:      12px;
  --bottom-shadow-opacity:      0;

  --font-weight-thin:           100;
  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

/*---------------------------------------
  DARK MODE VARIABLES          
-----------------------------------------*/
@media (prefers-color-scheme: dark) {
  :root {
    --bg-color: var(--dark-color); /* Example background color for dark mode */
    --text-color: #ffffff; /* Example text color for dark mode */
    --primary-color: deeppink; /* Example primary color for dark mode */
  }
}

body.dark-mode {
  --section-bg-color: var(--dark-color); /* Dark mode section background color */
  background: var(--dark-color);
  --bottom-shadow-opacity: 0.6;
  /* Other dark mode adjustments */
}

body.dark-mode .navbar {
  background: var(--dark-color); /* Directly set to dark color for dark mode */
}

body.dark-mode .nav-link {
  color: #ffffff; /* Or another light color for visibility against dark backgrounds */
}

body.dark-mode .navbar .nav-link::after {
  background: #ffffff; /* Ensures the underline is visible in dark mode */
}

body.dark-mode .custom-icon {
  color: #ffffff;
}

body.dark-mode .preloader {
  background: none repeat scroll 0 0 var(--dark-color);
}

body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
  color: var(--white-color);
}

body.dark-mode .navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
}

body.dark-mode .navbar-toggler .navbar-toggler-icon::before,
body.dark-mode .navbar-toggler .navbar-toggler-icon::after {
  background: var(--white-color);
}

body.dark-mode .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: var(--dark-color);
}

body.dark-mode #topBtn {
  background: rgba(255, 20, 145, 0.5);
  color: #ffffff;
}

body.dark-mode #topBtn:hover {
  background: deeppink;
  color: #ffffff;
}

body.dark-mode .slick-dots li {
  background: var(--white-color);
}

body.dark-mode .team-info h5 {
  color: var(--dark-color)
}

body.dark-mode .slick-testimonial-caption span {
  color: var(--primary-color);
}

body.dark-mode .lead {
  color: var(--white-color);
}

body.dark-mode .modal-title {
  color: var(--dark-color);
}

body.dark-mode .d-block.text-dark {
  color: var(--grey-color) !important;
}

body.dark-mode .accordion-button.collapsed {
  color: var(--grey-color) !important;
}

body.dark-mode button.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d0d1d1'%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") !important;
}

body.dark-mode .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF1493'%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") !important;
transform: rotate(-180deg);
}

body.dark-mode .product-p {
  color: var(--dark-color);
}

body.dark-mode .product-details p {
  color: var(--dark-color);
}

body.dark-mode .cart-link.active {
  color: deeppink;
}

body.dark-mode .simpleCart_items {
  background-color: #1b1b1b !important;
}

/* Dark Mode for Model */
body.dark-mode .modal-content {
  background-color: var(--dark-color);
  color: var(--white-color);
}

body.dark-mode .modal-title, body.dark-mode .modal-body, body.dark-mode h5, body.dark-mode h6, body.dark-mode p {
  color: var(--white-color);
}

body.dark-mode .btn-close {
  filter: invert(1);
}

body.dark-mode .modal-content a {
  color: var(--primary-color);
}

body.dark-mode .product-title {
  color: var(--dark-color);
}

body.dark-mode .item_quantity, body.dark-mode p.item_price {
  color: var(--dark-color);
}

body.dark-mode p.box12 {
  color: var(--p-color);
}

body.dark-mode .itemRow {
  color: var(--white-color);
}

body.dark-mode .headerRow {
  color: var(--white-color);
  background-color: #1b1b1b !important;
}

body.dark-mode .itemRow.odd {
  background-color: #ffffff10;
}

body.dark-mode .itemRow.even {
  background-color: #ffffff08;
}

body.dark-mode .itemRow div {
  border-bottom: 1px solid #0000004f;
}

body.dark-mode .saved-item-name {
  color: white;
}

body.dark-mode .empty-cart-message {
  color: white;
}

body.dark-mode .simpleCart_increment, body.dark-mode .simpleCart_decrement {
  color: white;
}

body.dark-mode h7 {
  color: white;
}

body.dark-mode .row2 {
  color: white;
}

/*---------------------------------------
  MAIN PAGE          
-----------------------------------------*/
body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
}

.top {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);
  z-index: 10;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
}

.bottom {
  position: relative; /* Essential for positioning the pseudo-element */
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);
  z-index: 1; /* Ensure this is above the shadow for visual clarity */
}

.bottom::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 25px; /* Adjusted height */
  background: linear-gradient(141deg, rgba(0, 255, 255, 0.3) 0%, rgba(102, 51, 153, 0.3) 40%, rgba(255, 20, 147, 0.3) 90%);
  filter: blur(12px);
  opacity: var(--bottom-shadow-opacity); /* Use the CSS variable */
  z-index: -1;
  border-radius: 4px 4px 0 0;
}

.hide {
  display: none;
}

.lead-img {
  display: block; /* Ensure the image is treated as a block-level element */
  max-width: 80%; /* Make the image responsive */
  height: auto; /* Maintain aspect ratio */
  padding-right: 20px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visually-hidden-links a.visually-hidden-focusable {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.visually-hidden-links a.visually-hidden-focusable:focus {
  position: fixed; /* Make it visible when focused */
  top: 10px; /* Position it from the top of the viewport */
  left: 10px; /* Position it from the left of the viewport */
  width: auto; /* Auto width and height to fit content */
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal; /* Revert white-space for visibility */
  border-radius: 3px; /* Optional: for styled border */
  padding: 15px; /* Optional: for space around the text */
  background-color: #f1f1f1; /* Optional: background color */
  border: 1px solid #ccc; /* Optional: border */
  z-index: 10000; /* Ensure it's on top of other content */
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: 64px;
  line-height: normal;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

h7 {
  font-size: 18px;
  color: var(--dark-color);
  line-height: inherit;
  font-weight: var(--font-weight-bold);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.row2 {
  display: flex;
  flex-direction: row;
  color: var(--dark-color);
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.custom-link {
  color: var(--p-color);
  font-size: var(--custom-link-font-size);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  position: relative;
}

.custom-link i {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 100%;
  transition: all 0.3s;
  line-height: normal;
}

.custom-link:hover i {
  opacity: 1;
  left: 101%;
}

.lead {
  font-size: 1.5rem;
  font-weight: var(--font-weight-thin);
  color: var(--dark-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  PRE LOADER               
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 var(--white-color);
  transition: opacity 0.5s ease-out, visibility 0s 0.5s;
  opacity: 1;
  visibility: visible;
}

.hide-preloader {
  opacity: 0;
  visibility: hidden;
}

.pre-container {
  position: absolute;

}

.loading-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}

.bubble {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: inset 0 0 25px rgba (255, 255, 255, 0.25);
  animation: animate_4010 8s ease-in-out infinite;
}

.bubble:nth-child(2) {
  position: relative;
  zoom: 0.45;
  left: -10px;
  top: -100px;
  animation-delay: -4s;
}

.bubble:nth-child(3) {
  position: relative;
  zoom: 0.45;
  right: -80px;
  top: -300px;
  animation-delay: -6s;
}

.bubble:nth-child(4) {
  position: relative;
  zoom: 0.35;
  left: -120px;
  bottom: -200px;
  animation-delay: -3s;
}

.bubble:nth-child(5) {
  position: relative;
  zoom: 0.5;
  left: 0px;
  top: 200px;
  animation-delay: -5s;
}

@keyframes animate_4010 {
  0%,100% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(20px);
  }
}

.bubble::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 45px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  filter: blur(2px);
}

.bubble::after {
  content: '';
  position: absolute;
  top: 80px;
  left: 80px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  z-index: 10;
  filter: blur(2px);
}

.bubble span {
  position: absolute;
  border-radius: 50%;
}

.bubble span:nth-child(1) {
  inset: 10px;
  border-left: 15px solid #0fb4ff;
  filter: blur(8px);
}

.bubble span:nth-child(2) {
  inset: 10px;
  border-right: 15px solid #ff4484;
  filter: blur(8px);
}

.bubble span:nth-child(3) {
  inset: 10px;
  border-top: 15px solid #ffeb3b;
  filter: blur(8px);
}

.bubble span:nth-child(4) {
  inset: 30px;
  border-left: 15px solid #ff4484;
  filter: blur(12px);
}

.bubble span:nth-child(5) {
  inset: 10px;
  border-bottom: 10px solid #fff;
  filter: blur(8px);
  transform: rotate(330deg);
}

/*---------------------------------------
  LIGHT/DARK MODE SWITCH              
-----------------------------------------*/
.theme-switch {
  --toggle-size: 10px;
  --container-width: 5.625em;
  --container-height: 2.5em;
  --container-radius: 6.25em;
  --container-light-bg: #3D7EAE;
  --container-night-bg: #1D1F2C;
  --circle-container-diameter: 3.375em;
  --sun-moon-diameter: 2.125em;
  --sun-bg: #ECCA2F;
  --moon-bg: #C4C9D1;
  --spot-color: #959DB1;
  --circle-container-offset: calc((var(--circle-container-diameter) - var(--container-height)) / 2 * -1);
  --stars-color: #fff;
  --clouds-color: #F3FDFF;
  --back-clouds-color: #AACADF;
  --transition: .5s cubic-bezier(0, -0.02, 0.4, 1.25);
  --circle-transition: .3s cubic-bezier(0, -0.02, 0.35, 1.17);
}

.theme-switch, .theme-switch *, .theme-switch *::before, .theme-switch *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: var(--toggle-size);
}

.theme-switch__container {
  width: var(--container-width);
  height: var(--container-height);
  background-color: var(--container-light-bg);
  border-radius: var(--container-radius);
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  margin-left: 20px;
}

#footer .theme-switch__container {
  margin-left: 0;
}

.theme-switch__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  -webkit-box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
  border-radius: var(--container-radius)
}

.theme-switch__checkbox {
  display: none;
}

.theme-switch__circle-container {
  width: var(--circle-container-diameter);
  height: var(--circle-container-diameter);
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: var(--circle-container-offset);
  top: var(--circle-container-offset);
  border-radius: var(--container-radius);
  -webkit-box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: var(--circle-transition);
  -o-transition: var(--circle-transition);
  transition: var(--circle-transition);
  pointer-events: none;
}

.theme-switch__sun-moon-container {
  pointer-events: auto;
  position: relative;
  z-index: 2;
  width: var(--sun-moon-diameter);
  height: var(--sun-moon-diameter);
  margin: auto;
  border-radius: var(--container-radius);
  background-color: var(--sun-bg);
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
  -webkit-filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
  overflow: hidden;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.theme-switch__moon {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: var(--moon-bg);
  border-radius: inherit;
  -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  position: relative;
}

.theme-switch__spot {
  position: absolute;
  top: 0.75em;
  left: 0.312em;
  width: 0.75em;
  height: 0.75em;
  border-radius: var(--container-radius);
  background-color: var(--spot-color);
  -webkit-box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
}

.theme-switch__spot:nth-of-type(2) {
  width: 0.375em;
  height: 0.375em;
  top: 0.937em;
  left: 1.375em;
}

.theme-switch__spot:nth-last-of-type(3) {
  width: 0.25em;
  height: 0.25em;
  top: 0.312em;
  left: 0.812em;
}

.theme-switch__clouds {
  width: 1.25em;
  height: 1.25em;
  background-color: var(--clouds-color);
  border-radius: var(--container-radius);
  position: absolute;
  bottom: -0.625em;
  left: 0.312em;
  -webkit-box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
  -webkit-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  -o-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
  transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
}

.theme-switch__stars-container {
  position: absolute;
  color: var(--stars-color);
  top: -100%;
  left: 0.312em;
  width: 2.75em;
  height: auto;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

/* actions */

.theme-switch__checkbox:checked + .theme-switch__container {
  background-color: var(--container-night-bg);
  -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 20, 147, 0.94);
  box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 20, 147, 0.94);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter));
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__circle-container:hover {
  left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - 0.187em)
}

.theme-switch__circle-container:hover {
  left: calc(var(--circle-container-offset) + 0.187em);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__moon {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__clouds {
  bottom: -4.062em;
}

.theme-switch__checkbox:checked + .theme-switch__container .theme-switch__stars-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------------
  CUSTOM BUTTON & ICON              
-----------------------------------------*/
.custom-btn {
  background: rgba(255, 20, 145, 0.5);
  border-radius: 15px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  text-transform: uppercase;
  padding: 16.50px 20px;
  border: 2px solid deeppink;
}

.cart-form-select {
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cart-btn {
  border-radius: 0;
  width: 100%;
  font-size: var(--product-link-font-size);
}

.custom-btn:hover,
.slick-slideshow .custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.custom-icon {
  color: var(--dark-color);
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.bi-cart.custom-icon {
  font-size: 1.4rem;
  font-weight: bold;
}

.bi-cart.custom-icon span {
  font-size: 1rem;
  position: relative;
  top: -15px;
}

.bi-cart.custom-icon:hover, .bi-cart.custom-icon:active {
  color: deeppink;
  font-weight: bold;
}

.featured-icon {
  color: var(--grey-color);
  font-size: 52px;
}

.bi-heart,
.bi-heart-fill {
  font-size: 1.5rem;
}

.bi-heart-fill {
  color: deeppink !important;
}

/*---------------------------------------
  DIV SEPARATOR               
-----------------------------------------*/
.div-separator {
  position: relative;
}

.div-separator::before {
  content: "";
  height: 1px;
  background: var(--grey-color);
  display: block;
  width: 100%;
}

.div-separator span {
  position: absolute;
  top: 50%;
  margin-left: -22.5px;
  left: 50%;
  text-align: center;
  background: var(--white-color);
  margin-top: -11px;
  color: var(--dark-color);
  font-weight: var(--font-weight-bold);
  font-size: 14px;
  width: 35px;
  text-transform: uppercase;
}

/*---------------------------------------
  FULL IMAGE               
-----------------------------------------*/
.full-image-img {
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  width: 100%;
  bottom: -120px;
  min-width: 650px;
}

@media (min-width: 1600px) {
  .full-image-img {
    bottom: -200px;
  }
}

/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/
.navbar {
  background: var(--white-color);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  z-index: 10;
  will-change: transform;
  transition: transform 300ms linear;
}

.navbar span, h2 span, h4 span {
	color: var(--primary-color);
}

.navbar.headroom--not-top {
  padding: 20px 0;
}

.headroom--pinned {
  transform: translate(0, 0);
}

.headroom--unpinned {
  transform: translate(0, -150%);
}

.navbar-brand {
  color: var(--dark-color);
  font-size: 24px;
  font-weight: var(--font-weight-light);
  margin: 0;
  padding: 0;
}

.navbar-brand img {
  max-height: 55px;
  width: auto;
}

.navbar-expand-lg .navbar-nav .nav-link {
  display: inline-block;
  padding: 0;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.nav-link {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.navbar .nav-link::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #942191;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar .nav-link.active::after, 
.navbar .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--primary-color);
}

.nav-link:focus, 
.nav-link:hover {
  color: var(--p-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon:after {
  top: 8px;
}

.login-cart {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.login-cart .bi-person {
    margin-right: 0;
    margin-left: 0;
}

.dropdown-toggle::after {
  color: var(--white-color);
  margin-right: 10px !important;
  margin-left: -5px !important;
}

.login-cart a:hover {
color: var(--primary-color);
}

.cart-link.active {
  color: deeppink;
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-color: var(--section-bg-color);
  position: relative;
  overflow: hidden;
  margin-top: 78px;
}

.site-header.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.site-header.section-padding-img {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.header-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}

/*---------------------------------------
  SLICK SLIDESHOW               
-----------------------------------------*/
@media (min-width: 992px) {
  .slick-slideshow {
    height: 100vh;
  }
}

.slick-slideshow {
  margin-top: 30px;
}

.slick-title {
  color: var(--white-color);
}

.slick-custom {
  position: relative;
}

.slick-custom img {
  width: 100%;
  object-fit: cover;
}

.slick-bottom {
  background: linear-gradient(to top, var(--dark-color), transparent 100%);
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-bottom .container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
}

.slick-overlay {
  background: linear-gradient(to top, #000, transparent 120%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slick-slideshow .custom-btn {
  font-weight: var(--font-weight-bold);
  display: inline-block;
  padding-right: 32px;
  padding-left: 32px;
}

@media (min-width: 576px) {
  .slick-slideshow .slick-dots {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .slick-slideshow .slick-dots {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .slick-slideshow .slick-dots {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .slick-slideshow .slick-dots {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .slick-slideshow .slick-dots {
    max-width: 1320px;
  }
}

.slick-slideshow .slick-dots {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  margin: 0 auto;
  padding: 0;
}

.slick-slideshow .slick-dots li {
  background: transparent;
  border: 5px solid rgba(255, 255, 255, 0.35);
  border-radius: 100%;
  display: block;
  width: 25px;
  height: 25px;
  margin: 10px;
  padding: 5px;
  margin-left: auto;
  cursor: pointer;
}

.slick-slideshow .slick-dots button {
  background: transparent;
  border: none;
  color: transparent;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  outline: none;
  height: 0;
}

.slick-slideshow .slick-dots li:hover,
.slick-slideshow .slick-dots .slick-active {
  background: var(--primary-color);
}

/*---------------------------------------
  CUSTOM CIRCLE IMAGES               
-----------------------------------------*/

.custom-circle-image {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  border: 2px solid deeppink;
}

.custom-circle-image.team-image {
  width: 85px;
  height: 85px;
}

/*---------------------------------------
  TESTIMONIAL               
-----------------------------------------*/
.slick-testimonial .slick-list,
.slick-testimonial .slick-track {
  height: 100%;
}

.slick-testimonial {
  margin: auto;
}

.slick-testimonial-caption {
  quotes: '❝' '❞';
  position: relative;
  padding: 5rem 7rem;

}

.slick-testimonial-caption::before {
  content: open-quote;
  display: inline-block;
  color: var(--primary-color);
  font-family: auto;
  font-size: 100px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-testimonial .slick-dots {
  text-align: center;
}

.slick-testimonial .slick-dots li {
  background: var(--dark-color);
  display: inline-block;
  vertical-align: top;
  width: 16%;
  height: 2px;
  margin: 0 2.5px;
  border-radius: 5px;
}

.slick-testimonial .slick-dots button {
  background: transparent;
  border: none;
  color: transparent;
  display: block;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
}

.slick-testimonial .slick-dots li:hover,
.slick-testimonial .slick-dots .slick-active {
  background: var(--primary-color);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
section {
  content-visibility: auto;
  contain-intrinsic-size: 700px;
}

.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.featured {
  background: var(--section-bg-color);
}

/*---------------------------------------
  ABOUT               
-----------------------------------------*/
.about .nav-pills .nav-item {
  width: 100%;
}

.about .nav-pills .nav-link {
  color: var(--grey-color);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  border-left: 1px solid var(--grey-color);
  border-radius: 0;
  padding-right: 0;
}

.about .nav-pills .nav-link:hover,
.about .nav-pills .nav-link.active, 
.about .nav-pills .show>.nav-link {
  background: transparent;
  border-left-color: var(--primary-color);
  color: var(--primary-color);
}

/*---------------------------------------
  FAQ ACCORDION               
-----------------------------------------*/
.faq-link {
  font-weight: 600;
  color: deeppink;
}

.accordion-item {
  background-color: transparent;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.accordion-item span {
  font-size: 1.7rem;
  font-weight: 600;
  color: deeppink;
  margin-right: 10px;
}

.accordion-button {
  background-color: transparent;
  box-shadow: none;

}

button.accordion-button.collapsed::after {
  color: deeppink !important;
}

.accordion-button:not(.collapsed) {
  color: deeppink !important;
  background: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF1493'%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");
  transform: rotate(-180deg);
}

button:focus:not(:focus-visible) {
  border-color: transparent;
  box-shadow: none;
}

.accordion-body {
  border-top: 1px solid rgba(0,0,0,.125);
}

.accordion-button {
  font-size: 1.5rem;
  font-weight: var(--font-weight-normal);
  padding-top: 1.5rem;
  padding-right: 0;
  padding-bottom: 1.5rem;
  padding-left: 0;
}

.accordion-body {
  padding: 2rem 0;
}

/*---------------------------------------
  TEAM MEMBERS               
-----------------------------------------*/
.team {
  background: #111111;
  background-color: #111111;
}

.team h2 {
  color: var(--white-color)
}
.team-thumb {
  background: var(--white-color);
  position: relative;
  border-radius: .25rem;
  padding: 42px 32px;
  border: 2px solid var(--primary-color);
}

.team-info {
  width: 100%;
}

.custom-modal-btn {
  background: var(--primary-color);
  color: var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 32px;
  width: 42px;
  height: 42px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* X, Y, Blur, Color */
  transition: transform 0.3s ease-in-out;
}

.custom-modal-btn:hover {
  color: var(--white-color);
  transform: scale(1.2);
}

.modal-body {
  padding: 4rem;
}

.modal-body span {
  color: deeppink;
}

.modal-header {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.modal-header-bottom {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);

}

.modal-header .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  margin: 32px;
}

.modal-content .custom-circle-image.team-image {
  width: 150px;
  height: 150px;
  border: solid 2px deeppink;
}

#cart-modal .modal-header .btn-close {
  z-index: 2;
  margin: 22px;
}

#cart-modal .modal-header {
  border-bottom: 0;
  padding: 0;
}

#cart-modal .modal-footer {
  padding: 2rem 4rem;
}

/*---------------------------------------
  SKILL - PROGRESS BAR               
-----------------------------------------*/
.skill-thumb strong {
  display: inline-block;
  margin-bottom: 6px;
}

.skill-thumb span {
  color: var(--dark-color);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}

.skill-thumb .progress {
  background: var(--white-color);
  box-shadow: none;
  border-radius: 100px;
  height: 1px;
  margin-bottom: 16px;
}

.skill-thumb .progress .progress-bar-primary {
  background: var(--grey-color);
}

/*---------------------------------------
  PRODUCT               
-----------------------------------------*/
.front-product {
  background: var(--section-bg-color);
}

.product-thumb {
  background: var(--white-color);
  position: relative;
  transition: all 0.5s ease-out;
  border-radius: 10px;
  border: 3px solid deeppink;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.product-image {
  transition: all 0.5s ease-out;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  width: 100%;
  height: auto;
}

.product-thumb:hover .product-image {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.product-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 20px;
}

.product-info {
  align-items: center;
  padding: 30px 20px 0;
}

.product-description,
.product-cart-thumb {
  padding: 0 20px;
}

.product-icon {
  color: var(--white-color);
}

.product-title-link {
  color: var(--dark-color);
}

.product-additional-link {
  display: inline-block;
  vertical-align: top;
  font-size: var(--product-link-font-size);
  margin-top: 32px;
  margin-right: 12px;
}

.product-alert {
  background: linear-gradient(141deg, cyan 0%, rebeccapurple 40%, deeppink 90%);;
  color: #fff;
  font-size: var(--custom-link-font-size);
  font-weight: var(--font-weight-bold);
  padding: 3px 10px;
}

.product-info ul {
  margin-top: 15px;
  margin-left: -8px;
}

.view-all {
  text-transform: uppercase;
  color: var(--p-color);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  border-bottom: 2px solid var(--grey-color);
  padding-bottom: 6px;
}

.simpleCart_shelfItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px 20px;
}

.item_quantity, p.item_price {
  color: var(--dark-color);
  margin-bottom: 0;
}

p.box12 {
  font-size: 1rem;
  margin-bottom: 0;
}

.claims-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.product-claims {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 5rem 0 7rem;
}

.product-claims img {
  width: 100px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.product-claims img:hover {
  transform: scale(1.2);
}

/* Product title styling */
.product-title {
  font-size: 1.25rem;
  font-weight: var(--font-weight-bold);
  color: var(--dark-color);
  margin-bottom: 10px;
}

.item_add {
  background: rgba(255, 20, 145, 0.5);
  border-radius: 15px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  padding: 8px 8px;
  border: 2px solid deeppink;
  width: 110px;
}

.item_add:hover {
  background-color: #ff66b2;
  color: var(--white-color);
}

.toast {
  position: fixed;
  top: 78px;
  right: 95px;
  background-color: #ff66b2;
  border: 2px solid deeppink;
  color: white;
  padding: 10px 10px;
  border-radius: 5px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  font-size: 1rem;
  width: auto; /* Set width to auto or define a fixed width */
  max-width: 200px;
}

.toast.show {
  opacity: 1;
  visibility: visible;
}

.more {
  color: white;
  margin-top: 20px;
}

.more span {
  color: deeppink;
}

.products.section-padding {
  padding-bottom: 0;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.contact-info {
  padding: 40px;
}

.contact-form .form-control {
  border-color: var(--grey-color);
  font-weight: var(--font-weight-normal);
}

.form-floating>label {
  color: var(--grey-color);
  font-weight: var(--font-weight-normal);
}

.contact-form button[type='submit'] {
  background: rgba(255, 20, 145, 0.5);
  border: 2px solid deeppink;
  border-radius: 15px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  text-transform: uppercase;
  padding: 16.50px 20px;
}

.contact-form button[type='submit']:hover {
  background: var(--primary-color);
}

.contact .col-lg-6.col-12 {
  margin: 0 auto;
}

.contact .col-lg-5.col-6 {
  margin: 0 auto;
}

.contact .pe-lg-3.me-lg-5 {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.g-recaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.thanks {
  max-width: 500px;
}

.thanks-btn {
  background: rgba(255, 20, 145, 0.5);
  border-radius: 15px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  text-transform: uppercase;
  padding: 16.50px 20px;
  border: 2px solid deeppink;
  margin: 10px;
}

.thanks-btn a {
  color: var(--white-color);
}

#timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: deeppink;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  margin: 0;
}

.progress-circle {
  width: 80px;
  height: 80px;
  position: relative;
}

.progress {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  clip: rect(0, 80px, 80px, 40px);
  background-color: transparent;
  border: 5px solid deeppink;
  animation: animate 10s linear forwards;
}

@keyframes animate {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
  GAME STYLES               
-----------------------------------------*/
.game-container h5 {
  text-align: center;
  margin-bottom: 20px;
  max-width: 1080px;
}

.game-container h5 span {
  color: deeppink;
}

.game-container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.iframe-container {
  position: relative;
  width: 80vw;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  border: none;
  background-color: #000;
}

.iframe-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.fullscreen-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.5;
}

.fullscreen-image:hover {
  opacity: 1;
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.coming-soon {
  font-size: 0.8rem;
}

.coming-soon span {
  color: deeppink;
}

.site-footer {
  background: var(--dark-color);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-menu {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.footer-menu-item {
  display: flex;
  justify-content: center; /* Center the links inside each item */
  width: 100%;
}

.footer-menu-link {
  color: var(--white-color);
  font-weight: var(--font-weight-normal);
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
}

.site-footer .social-icon-link {
  margin-top: 4px;
}

.site-footer .social-icon-link:hover,
.footer-menu-link:hover {
  color: var(--primary-color); /* Assuming you still want to change the text color */
  text-shadow: 0 0 12px deeppink; /* Largest glow */
}

.copyright-text {
  font-size: var(--copyright-text-font-size);
  text-align: center;
}

.mt-lg-5.copyright-text {
  margin-top: 5px !important;
  font-size: .9rem;
}

.theme-switch-wrapper {
  text-align: center;
  padding-bottom: 20px; /* Adjust based on your footer padding */
}

.footer-logo {
  max-width: 140px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.h5-center {
  display: flex;
  justify-content: center;
  align-items: start;
}

.claims img {
  width: 55px;
  height: auto;
  margin: 5px;
}

.site-footer .container .row {
  display: flex;
  justify-content: center; /* Centers all columns horizontally */
  align-items: start;
  flex-wrap: wrap; /* Ensures responsiveness */
  text-align: center; /* Centers text within each column */
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; 
  z-index: 1000 !important; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.7); /* Black with opacity */
}

.modal-backdrop {
  z-index: 999 !important;
}

/*---------------------------------------
  MODALS               
-----------------------------------------*/
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* Centered vertically */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; 
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-content a {
color: deeppink;}

/* The Close Button */
.close {
  color: #aaa;
  align-self: flex-end;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

body.dark-mode .close:hover,
body.dark-mode .close:focus {
  color: deeppink;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.parent {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.child {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  margin: 0 5px;
}

.child:hover {
  background-color: white;
  background-position: -100px 100px, -100px 100px;
  transform: rotate3d(0.5, 1, 0, 30deg);
  transform: perspective(180px) rotateX(60deg) translateY(2px);
  box-shadow: 0px 20px 20px rgba(255, 20, 145, 0.7);
}

social-button {
  border: none;
  background-color: transparent;
  font-size: 20px;
}

.social-button:hover {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0px, 0px, 15px) perspective(180px) rotateX(-35deg) translateY(2px);
  border-radius: 50%;
}

/*---------------------------------------
  TOP BUTTON               
-----------------------------------------*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px; 
  right: 20px;
  z-index: 99; 
  border-radius: 50px;
  outline: none; 
  cursor: pointer;
  padding: 0px 7px;
  font-size: 28px;
  font-weight: 900;
  transition: all 0.5s;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
  background: rgba(255, 20, 145, 0.5);
  color: #ffffff;
  border: 2px solid deeppink;
  transition: all 0.5s;
}

#topBtn:hover {
  background: deeppink;
  -webkit-background-clip: text;
  color: deeppink;
  background-clip: text;
  font-size: 32px;
}

/*---------------------------------------
  CART STYLES               
-----------------------------------------*/
/* Ensure that the cart container lays out the items correctly */
.cart-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 0;
  margin-right: auto;
  margin-left: auto;
}

.cart-container p {
  margin-left: 60px;
}

.cart-container p span {
  color: deeppink;
}

.red-x {
  color: red !important;
  font-size: 3rem;
  margin-right: 15px;
}

/* Ensure headerRow and itemRow are side by side inside the .simpleCart_items div */
.simpleCart_items div {
  display: inline-flex;
  flex-direction: row; /* Align headerRow and itemRow side by side */
  justify-content: flex-start;
}

/* Ensure the overall cart container layout */
.simpleCart_items {
  padding: 20px;
  background-color: var(--section-bg-color);
  margin-bottom: 20px;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  overflow-y: auto;
  font-size: 1.2rem;
}

/* Style for individual cart item rows */
.simpleCart_items .item {
  border-bottom: 1px solid var(--grey-color);
  padding: 15px 0;
}

.cart-container h2 {
  padding-left: 4rem;
}

.cart-container button {
  margin-left: 4rem;
}

/* Style for the total and checkout button */
.simpleCart_total {
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
}

.itemRow.odd {
  background-color: #c2e3ff;
}

.itemRow.even {
  background-color: #d6ecff;
}

/* Ensure content inside headerRow is stacked vertically */
.headerRow {
  display: flex;
  flex-direction: column !important;
  font-weight: bold;
  background-color: var(--section-bg-color);
  align-items: flex-end;
}

/* Ensure content inside itemRow is stacked vertically */
.itemRow {
  display: inline-flex;
  flex-direction: column !important;
  background-color: var(--item-bg-color);
  flex-grow: 1;
  flex-shrink: 0;
  width: auto;
}

/* Optional padding/margins for alignment */
.headerRow div, .itemRow div {
  padding: 10px;
}

.itemRow div {
  border-bottom: 1px solid #ffffff4f;
}

.headerRow div.item-decrement, .headerRow div.item-increment {
  padding-bottom: 35px;
}

.headerRow div.item-quantity {
  padding-bottom: 26px;
  margin-top: 2px;
}

.headerRow div.item-total {
  padding: 0 10px 10px 10px;
}

.cart-image-header {
  height: 130px;
}

.simpleCart_increment, .simpleCart_decrement {
  color: var(--dark-color);
}

/* Product details styling */
.product-details p {
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  color: var(--dark-color);
}

/* Quantity selector styling */
.quantity-selector {
  display: flex;
  align-items: center;
}

.quantity-selector .minus, .quantity-selector .plus {
  cursor: pointer;
  font-size: 20px; /* Adjust the icon size */
  padding: 10px 0; /* Add some space around the icons */
}

.quantity-selector .minus:hover, .quantity-selector .plus:hover {
  color: deeppink;
}

.quantity-selector .item_quantity {
  width: 50px;
  text-align: center;
  margin: 0 10px;
  border: 1px solid var(--grey-color);
  border-radius: 5px;
}

/* Checkout button styling */
.simpleCart_checkout {
  background: rgba(255, 20, 145, 0.5);
  border-radius: 15px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  padding: 10px 10px;
  border: 2px solid deeppink;
  margin-bottom: 30px;
}

.simpleCart_checkout:hover {
  background-color: deeppink;
  color: var(--white-color);
}

.empty-cart-message {
  position: absolute;
  top: 615px;
  left: 50%;
  transform: translateX(-50%);
}

/* In-cart product image container inserted between name and price */
.cart-item-image-container {
  align-items: center;
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

/* Saved For Later Items */
.saved-item-wrapper {
  margin-bottom: 20px;
  /* Additional styling as desired */
}

.saved-item-box {
  border: 1px solid #ccc;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}

.saved-item-image {
  width: 75px;
  height: auto;
}

.saved-remove-link {
  color: var(--p-color);
  text-decoration: none;
  cursor: pointer;
}

.saved-remove-link:hover {
  color: deeppink;
}

/*---------------------------------------
  SAVED FOR LATER STYLES               
-----------------------------------------*/
.saved-for-later-container {
  width: 100%;
  padding: 20px 0;
  border-top: 2px solid var(--grey-color);
  margin-top: 20px;
}

.saved-for-later-container h3 {
  margin-bottom: 15px;
  padding-left: 4rem;
}

.saved-items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-left: 4rem;
  margin-bottom: 7rem;
}

.saved-item {
  background-color: var(--item-bg-color);
  border: 2px solid deeppink;  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.saved-item img.saved-item-image {
  width: 50px;
  height: auto;
  border-radius: 3px;
}

.saved-add-to-cart {
  background: rgba(255, 20, 145, 0.5);
  border-radius: 15px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  padding: 10px 10px;
  border: 2px solid deeppink;
}

.saved-add-to-cart:hover {
  background-color: deeppink;
  color: var(--white-color);
}

.cart-product-image {
  display: flex;
  width: 80px;
  height: auto;
}

.cart-item-image-container {
  width: 80px;
  height: auto;
  display: inline-block;
  text-align: center;
}

  /*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }

  .switch {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    margin-bottom: 0;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .lead {
    font-size: 16px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin-top: 1rem;
  }

  .site-header {
    background-position: bottom;
  }

  #cart-modal .modal-header .btn-close {
    margin: 22px 14px;
  }

  .custom-btn {
    font-size: 14px;
    padding: 13.5px 20px;
  }

  .slick-slideshow .custom-btn {
    padding-right: 27px;
    padding-left: 27px;
  }

  .social-login,
  .div-separator {
    width: 75% !important;
  }

  #cart-modal .modal-footer .row {
    width: 100% !important;
  }

  .site-header.section-padding,
  .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .site-header-image.section-padding {
    padding-bottom: 0;
  }

  .header-info {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .header-image {
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
  }

  .slick-testimonial-caption {
    padding: 6rem 3rem 4rem 3rem;
  }

  .slick-slideshow .slick-dots li {
    width: 25px;
    height: 25px;
  }

  .modal-header {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .modal-body {
    padding: 2rem;
  }

  #cart-modal .modal-footer {
    padding-right: 0;
    padding-left: 0;
  }

  #cart-modal .modal-body {
    padding: 4rem 2rem 2rem 2rem;
  }

  .full-image-img {
    bottom: 0;
  }
  .parent {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .site-header.section-padding-img {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {

.navbar-brand img {
  max-height: 20px;
  width: auto;
}

.slick-slideshow {
  margin-top: 85px;
}

.custom-btn {
  font-size: 12px;
  padding: 6px 6px;
  border: 2px solid deeppink;
}

.lead-img {
  max-width: 80%; /* Make the image responsive */
  padding-right: 20px;
  margin-bottom: 20px;
}

.loading-img img {
  max-width: 300px;
  height: auto;
}

.d-lg-block {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 0 30px;
}

.parent {
  margin-bottom: 20px;
}

}