.thumbnail {
  border-style: none;
}

.body-width {
}

.btn {
  border-radius: 8px;
}

#email:focus, #name:focus, #subject:focus {
  #border-bottom: 2px solid red !important;
}

#email:active, #name:active, #subject:active {
  #border-bottom: 2px solid red !important;
}

#subject {
  #border: none !important;
}

#select:active, #select:focus {
  #border-bottom: 2px solid red !important;
}

#select {
  border: 0px;
}

#email {
  border-color: #F9F9F9;
}

#name {
  border-color: #F9F9F9;
}

#message {
  border-color: #F9F9F9;
}

.btn {
  color: white;
}

.mini-menu:hover {
  background-color: rgba(247,117,133,0.37) !important;
}

.dropdown-item:hover {
  background-color: #feb1f5;
}

/* Custom Pink Button */

.btn-pink {
  background-color: #F77585 !important;
  border-color: #F77585 !important;
  color: white !important;
  border-radius: 8px !important;
  font-weight: 600;
}

.btn-pink:hover {
  background-color: #F77585 !important;
  border-color: #F77585 !important;
  color: black !important;
}

/* Removes bottom borders from product cards/containers */

.product-item, .ref-product, .card {
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Removes horizontal lines if they are 'hr' tags or row dividers */

.product-row, hr {
  display: none !important;
}

/* The main container button */

.reflow-auth-button .ref-button {
  background-color: #F77585 !important;
  border-radius: 8px !important;
  font-family: 'Rubik';
  font-weight: bold;
  padding: 14px 35.2px !important;
  border: none !important;
}

/* Hover effect */

.reflow-auth-button .ref-button:hover {
  background-color: #F77585 !important;
}

/* Make each menu link fill the row */

.offcanvas-body .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
  font-weight: 700;
}

/* Style the text label */

.offcanvas-body .menu-label {
  padding-left: 1.5rem;
}

/* Ensure images are consistent squares */

.offcanvas-body img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.list-group-item:hover {
  background: rgba(254,177,245,0.12);
}

/* This hides the dark overlay entirely */

.offcanvas-backdrop {
  display: none !important;
}

/* 1. Style the base Dropdown Items */

.dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 2px 10px;*/
  color: #333;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 600;
}

/* Remove border from the last item */

.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

/* 2. The Hover State */

.dropdown-menu .dropdown-item:hover {
  background-color: rgba(247,117,133,0.37);
  color: black;
  padding-left: 15px;
}

/* 4. Special styling for the Dark Mode toggle at the bottom */

.dark-mode-toggle {
  background-color: #d9d9d9;
  font-weight: 700;
  color: black;
}

/* 1. Force the menu to show when the parent container is hovered */

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 0 !important;
  }
}

/* 2. Create an invisible "Bridge" */

/* This fills the empty space between the icon and the menu so the mouse stays 'active' */

@media (min-width: 992px) {
  .dropdown-menu::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
  }
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 10px !important;
  }
}

/* 3. The "Bridge" Fix */

/* If you added a margin-top, make the bridge taller to cover the gap */

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
  }
}

/* This targets the toggle and hides the built-in arrow */

.dropdown-toggle::after {
  display: none !important;
}

/* Ensure icons and hamburger don't touch */

.navbar .d-flex .nav-link, .navbar .d-flex .dropdown-toggle {
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

/* Fix for mobile: Keeps icons visible even when menu is closed */

@media (max-width: 991px) {
  #logo {
    max-width: 150px;
  }
}

/* Make sure the icons stay in a row on mobile */

@media (max-width: 991px) {
  .d-flex.align-items-center.ms-auto {
    order: 2;
  }
}

@media (max-width: 991px) {
  .navbar-toggler {
    margin-left: 10px;
    order: 3;
  }
}

.navbar-brand {
  font-family: 'Rubik', sans-serif;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* The Main Bold Text */

.logo-link .navbar-brand span:first-child {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  color: #212529;
}

/* The Styled "4" */

.logo-link .logo-accent {
  font-weight: 900;
  color: #ff7e8c;
  font-size: 1.3em;
  /*margin: 0 4px;*/
  margin-left: 4px;
  /*line-height: 1;*/
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* The Elegant "YOU" */

.logo-link .logo-light {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #6c757d;
  margin-left: 4px;
}

/* Logo Hover Effect */

.navbar-brand:hover .logo-accent {
  transform: scale(1.2) rotate(-10deg);
}

.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 3px solid #ff7e8c;
  color: #212529;
}

/* Forces the mega menu to span the full navbar width regardless of the link width */

.nav-item.dropdown.position-static .dropdown-menu {
  width: 100vw !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
}

/* Change the glow on all form inputs to your pink */

.form-control:focus {
  border-color: #F77585;
  box-shadow: 0 0 0 0.25rem rgba(255, 126, 140, 0.25);
}

/* Change the glow on the Login button too */

.btn-primary:focus, .btn-primary:active {
  box-shadow: 0 0 0 0.25rem rgba(255, 126, 140, 0.25) !important;
}

#myModal .modal-body {
  background-image: url('../../assets/img/candle_swirl_pillar.jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  min-height: 300px;
  /*Optional: cleaner look for image backgrounds;*/
}

/* Targeting the cart badge */

.badge {
  font-size: 0.65rem;
  padding: 0.45em 0.45em;
  border-radius: 50rem;
  line-height: 1;
  vertical-align: top;
  /*Optional: aligns it better with the top of the icon;*/
}

/* Adds a buffer so the header doesn't cover the section title */

[id] {
  scroll-margin-top: 100px;
}

@media (max-width: 991.98px) {
  .sticky-top {
    position: relative !important;
    top: auto !important;
  }
}

