@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=EB+Garamond:wght@500&family=Libre+Baskerville&display=swap');
@import url('https://fonts.cdnfonts.com/css/hvdtrial-brandon-grotesque');

:root {
  --font-heading: 'HvDTrial Brandon Grotesque', sans-serif !important;
  --font-body: 'HvDTrial Brandon Grotesque', sans-serif !important;
}

@font-face {
  font-family: 'freight-big-pro';
  src: url('fonts/FreightBigProLight-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Apply to all body text */
body,
p,
span,
li,
input,
button {
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important;
  /* font-family: 'Ibarra Real Nova', serif; */
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}


/* Apply to all headings */
h1,
h2,
h3,
h4,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.accent-text {
  color: var(--primary-pink);
  font-style: italic;
  font-size: 45px;
}

.title-underline {
  width: 96px;
  height: 1px;
  background: var(--gradient-primary);
  margin: 0 auto 1rem;
  border-radius: 2px;
}

/* Why Mindspace Section */
.why-mindspace-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fdf2f8 0%, #faf5ff 100%);
}

.why-mindspace-card {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--white), #fdf2f8, #faf5ff);
  border-radius: var(--border-radius);
  padding: 48px;
  box-shadow: var(--shadow-medium);
  text-align: center;
}

.why-mindspace-text {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-gray);
  max-width: 800px;
  margin: 0 auto 48px;
}

/* Community Section */
.community-section {
  padding: 80px 0;
  /* background: linear-gradient(135deg, #faf5ff 0%, var(--white) 100%); */
  background: #f0ede5;
}

.community-card {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--white), #fdf2f8, #faf5ff);
  border-radius: var(--border-radius);
  padding: 48px;
  box-shadow: var(--shadow-medium);
}

.section-subtitle {
  font-size: 1.25rem;
  color: var(--primary-purple);
  font-weight: 500;
  font-style: italic;
  margin-bottom: 24px;
  text-align: center;
}

.community-intro {
  font-size: 1.25rem;
  line-height: 1.7;
  color: var(--text-gray);
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}

.community-steps {
  /* max-width: 600px; */
  margin: 0 auto;
}

.steps-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  color: var(--text-dark);
}

.step-item {
  /* display: flex; */
  /* align-items: flex-start; */
  /* gap: 16px; */
  margin-bottom: 24px;
  justify-content: center;
  background: #e6dbcd;
  width: -webkit-fill-available;
  padding: 20px 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px #2f2e2e45;
  /* flex-wrap: wrap; */
  justify-content: center;
  justify-items: center;
  height: 100%;
}

.step-icon {
  width: 100px;
  /* height: 31px; */
  border-radius: 50%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 10px;
}

.heart-icon {
  background: var(--gradient-secondary);
}

.users-icon {
  background: var(--gradient-primary);
}

.book-icon {
  background: linear-gradient(135deg, var(--secondary-rose), var(--primary-purple));
}

.step-content p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--text-gray);
  margin: 0;
}

.coming-soon {
  color: var(--primary-pink);
  font-weight: 500;
}

/* Coming Soon Section */
.coming-soon-section {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--white) 0%, #fdf2f8 100%);
}

.coming-soon-card {
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(135deg, #fce7f3, var(--white), #faf5ff);
  border-radius: var(--border-radius);
  padding: 48px;
  box-shadow: var(--shadow-medium);
  text-align: center;
  position: relative;
}

.coming-soon-card .decorative-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Buttons */
button,
.btn {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.5px;
  padding: 10px 20px;
}


/* Global Styles */
:root {
  --primary-color: #333333;
  --accent-color: #8b7046;
  --bg-color: #f5f1ea;
  --light-bg: #ffffff;
  --pink-accent: #ff9a9e;
  --text-color: #333333;
  --light-text: #777777;
  --font-heading: 'HvDTrial Brandon Grotesque', sans-serif !important;
  --font-body: 'HvDTrial Brandon Grotesque', sans-serif !important;
}

body {
  font-family: var(--font-heading);
  /* background: #151515; */
  padding-top: 80px;
  /* Adjust based on navbar height */
}

.navbar {
  background-color: #000 !important;
  /* beige color */
  z-index: 1030;
  /* Ensure it's above other content */
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  /* border-bottom: 4px solid #d8bd3c; */
}

.navbar-brand {
  color: #e3b55b;
  font-weight: bold;
  padding: 0px;
}

.navbar-brand img {
  width: 80px;
  margin-left: 10px;
}


.navbar-toggler {
  border: none;
}

.navbar-nav {
  gap: 2rem;
}

.navbar .nav-link {
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important;
  position: relative;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .19em !important;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
  display: none;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

.navbar .container {
  justify-content: center !important;
  padding-left: 10px;
  padding-right: 10px;
}


.nav-icons i {
  color: #fff;
  margin-left: 20px;
  font-size: 1.2rem;
  cursor: pointer;
}

.hero-section {
  padding: 0px 60px;
  /*  min-height: 80vh;*/
}

.hero-text h1 {
  font-size: 2.3rem;
  /* Reduced size to fit one line */
  font-weight: 600;
  font-family: 'Cormorant Garamond', serif;
  /* Elegant serif font */
  letter-spacing: 0.5px;
}

.hero-text p {
  /* max-width: 500px; */
  margin-top: 5px;
  /* font-size: 1.1rem; */
  color: #333;
  font-size: 17px !important;
  font-weight: 300 !important;
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important;
}

.new-releases h2 span,
.newsletter-section h2 span,
.titleBackground h2 span,
.feedbackSec h2 span,
.aboutSec h2 span,
.checkout-sidebar h2 span {
  margin-right: 7px;
  padding: 4px 8px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2px;
  border-top: 1.3px solid #2A515B;
  border-bottom: 1.3px solid #2A515B;
}

.hero-buttons .btn {
  margin-right: 10px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 204, 255, 0.4);
  width: 120px;
  text-transform: uppercase;
}

.hero-buttons .btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  animation: fairyGlow 5s linear infinite;
  z-index: -1;
  pointer-events: none;
}

.hero-buttons .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px rgb(236 223 29 / 75%), 0 0 3px rgb(236 223 29 / 16%);
}

@keyframes fairyGlow {
  0% {
    transform: translate(0, 0);
    opacity: 0.7;
  }

  50% {
    transform: translate(10px, 10px);
    opacity: 1;
  }

  100% {
    transform: translate(0, 0);
    opacity: 0.7;
  }
}


.hero-buttons .btn-dark {
  background-color: #1a1a1a;
  color: white;
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important
}

.hero-section .video-wrapper {
  position: relative;
  padding-top: 50%;
  /* Increase size */
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-col {
  /* adjust as needed */
}

.mute-btn {
  position: absolute;
  bottom: 10px;
  right: 160px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  padding: 9px 12px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s ease;
  transform: translateX(-50%);
}

.mute-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}


.navbar-toggler-icon {
  /*  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  /* width: 45px; */
  /* height: 55px; */
}

.dropdown img {
  filter: invert(1);
}

.navbar-brand img {
  /* width: 100%;
  object-fit: contain;
  height: 75px; */

  /* new */
  width: 100%;
  /* margin-left: 95px; */
  object-fit: contain;
  /* height: 110px; */
  position: relative;
  /* top: 17px; */
  border-radius: 50%;
}

#slider_section {
  /* background: #E6DBCD; */
  background: url('../images/footerBKG.webp');
}



/* Footer Section */
.footer-section {
  background-color: #000;
  /* background-color: #E6DBCD; */
  /* background: url('../images/footerBKG.webp'); */
  /* beige like navbar */
  color: #000000;
}

.footer-logo {
  /* width: 97%; */
  height: 125px;
  object-fit: contain;
  border-radius: 50%;
  background: #000;
}

.social-links {
  display: flex;
  gap: 1rem;
  /* justify-content: center; */
}

.social-icon {
  color: white;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}

.social-icon:hover {
  opacity: 0.8;
}

.footer {
  background-color: var(--primary-color);
  color: white;
  padding: 60px 0 30px;
}

.footer h4 {
  font-family: var(--font-heading);
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff !important;
  /* black text */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #fff !important;
  /* darker on hover */
  text-decoration: underline;
}

.newsletter-form {
  display: flex;
  margin-bottom: 20px;
  margin-left: 20px;
}

.newsletter-form input {
  flex: 1;
  padding: 10px;
  border: 1px;
  border-radius: 4px 0 0 4px;
}

.newsletter-form button {
  border-radius: 0 4px 4px 0;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-icons a {
  color: white;
  font-size: 20px;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff;
}


.footer-links {
  list-style: none;
  padding-left: 0;
  font-size: 17px;
  text-align: left;
  margin-top: 25px;
}

.footer-links li {
  margin-bottom: 0.5rem;
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-links a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.contact-info {
  list-style: none;
  padding-left: 0;
  /* margin-left: 4px; */
}

.contact-info li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}

.contact-info i {
  margin-right: 0.75rem;
  margin-top: 0.25rem;
}

.copyright-section {
  background-color: #090909;
  padding: 0 0 0.5rem 0;
  color: rgb(255, 255, 255);
  margin-top: -20px;
}


.logo-container {
  /* justify-self: anchor-center; */
  /* display: grid; */
  align-content: center;
}

.footer-row {
  /* justify-content: center; */
  /* text-align: center; */
}

.copyright-text {
  font-size: 12px;
}

span.carousel-control-prev-icon {
  background-image: url('../images/arrow-left.svg');
  opacity: 1;
}

button.carousel-control-prev {
  opacity: 1;
}

button.carousel-control-next {
  opacity: 1;
}

span.carousel-control-next-icon {
  background-image: url('../images/arrow-right.svg');
}

.col-md-6.hero-text {
  padding-left: 110px;
  padding-top: 60px;
}

/* New Releases Section */
.new-releases {
  padding: 25px 0;
  background-color: var(--light-bg);
}


.subtitle {
  font-size: 1rem;
  color: var(--light-text);
  margin-bottom: 10px;
  text-align: center;
  font-family: outfit;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
}

.new-releases h2,
.newsletter-section h2,
.titleBackground h2,
.feedbackSec h2,
.aboutSec h2,
.checkout-sidebar h2 {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 1px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.navbar-cart-count {
  position: relative;
  top: 5px;
  left: -50px;
  background: #fff;
  padding: 0px 4px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: bold;
}


/*img.img-fluid.gold-pin {
  position: relative;
/*  top: 55px;*/
/*  left: 25px;*/
/*}*/
.icon-book {
  display: inline-block;
  position: relative;
  width: fit-content;
}

.overlay-image {
  position: absolute;
  top: -9px;
  /* Adjust as needed */
  left: 5px;
  /* Adjust as needed */
  width: 75px;
  /* Adjust size as needed */
  height: auto;
  z-index: 10;
}


.icon-book {
  justify-self: anchor-center;
}

.book-info {
  justify-items: anchor-center;
  /* font-size: 19px; */
  display: grid;
}

.book-info>h3 {
  font-size: 19px;
  /* margin-top: 8px; */
  /* font-family: 'HvDTrial Brandon Grotesque' !important; */
  font-style: normal;
  margin-bottom: 0px;
}

span.price {
  margin-bottom: 10px;
  font-size: 24px;
}

.book-info button {
  margin-right: 10px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 2px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 204, 255, 0.4);
  width: 120px;
  text-transform: uppercase;
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important
}


.author-container {
  max-width: 1200px;
  margin: -9px auto;
  padding: 0rem 1rem;
  background-color: #f5f5f0;
  color: #333;
}

.divider {
  height: 2px;
  background: linear-gradient(to right, transparent, #d9cfc1, transparent);
  margin: 1rem 0 1rem;
}

.author-card {
  background-color: transparent;
  border: none;
}

.author-image-container {
  position: relative;
  max-width: 350px;
  margin: 0 auto;
}

.author-badge {
  justify-self: anchor-center;
}

.author-badge p {
  margin: 0;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.2;
}

.author-badge p:first-child {
  font-weight: bold;
  color: #5c4b7d;
}

.author-badge p:last-child {
  font-size: 0.7rem;
  color: #7d6d95;
}

.accordion-button {
  font-size: 22px !important;
}

.contact-heading {
  font-size: 25px;
}

.author-name {
  text-align: center;
  /* margin-top: 1.5rem; */
  font-size: 1.5rem;
}

.content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.content-section h1 {
  font-size: 48px;
  vertical-align: middle;
  /* margin-top: 129px; */
  font-weight: 400;
  line-height: 38.4px;
  margin-bottom: 0.6rem;
}

.content-section h1 span {
  font-style: italic;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 48px;
  line-height: 38.4px;
}

.content-section p {
  line-height: 24px;
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 1rem;
}

.content-section ul li {
  line-height: 24px;
  font-family: var(--font-heading);
  font-weight: 300;
  font-size: 17px;
  margin-bottom: 5px;
}

.read-more-btn {
  /*learn more about charmaine button*/
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important;
  background-color: #e6dbcd;
  color: #333;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 15px;
  font-family: var(--font-heading);
  font-weight: bold;
  transition: all 0.3s ease;
  display: inline-block;
  /* Shrink to text */
  /* width: 60%; */
  /* Prevent full width */
  white-space: nowrap;
  /* Prevent wrapping */
  text-align: center;
  margin-top: 0px;
  border-radius: 0px;
}

.read-more-btn:hover {
  background-color: #000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.image-line {
  margin-left: 44px;
  height: 600px;
  width: 1.5px;
  margin-top: 35px;
}

img.group-image {
  position: relative;
  bottom: 70px;
  right: -350px;
}
img.group-image1 {
  position: relative;
  bottom: 70px;
  right: 50px;
}

img.author-image {
  position: relative;
  left: -70px;
  top: 30px;
}

img.featured-book {
  position: relative;
}

img.featured-bandage {
  position: relative;
  top: 72px;
  z-index: 1;
  left: -50px;
}

img.featured-feather {
  position: relative;
  top: 33px;
  right: -150px;
}

img.featured-sparkle {
  position: relative;
  left: -55px;
}

/* Newsletter Section */
.newsletter-section {
  /* background-color: #F0EDE5; */
  background: url('../images/footerBKG.webp');
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 3rem 0;
}

.newsletter-title {
  font-size: 40px;
  line-height: 100%;
  font-family: var(--font-heading);
  font-weight: 400;
  margin-bottom: 0.5rem;
  text-align: center;
}

.newsletter-title span {
  font-size: 40px;
  line-height: 100%;
  font-family: var(--font-heading);
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.5rem;
  text-align: center;
}

.newsletter-text {
  /* margin-left: 92px; */
  font-family: outfit;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 1.5rem;
}

.btn-subscribe {
  background-color: #BBA490;
  color: #000000;
  border: none;
  border: 1px;
  width: 100%;
  padding: 0.65rem 1rem;
  font-weight: 600;
  transition: background-color 0.3s;
}

.btn-subscribe:hover {
  background-color: #a39887;
  color: white;
}

#email {
  padding: 0.65rem 1rem;
  border: 1px solid #ddd;
}

.feedbackSec .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.feedbackSec .owl-dots button {
  width: 14px;
  height: 14px;
  background: grey !important;
  border-radius: 50%;
  border: 1px solid #685A4E;
}

.feedbackSec .owl-dots button.active {
  background: #685A4E !important;
}

.feedbackBx {
  background: #F0EDE5;
  padding: 30px;
  border: 1px solid #BBA490;
  border-radius: 3px;
}

.feedbackBx ul {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 4px;
}

.feedbackBx ul li {
  color: #FFC107;
}

.feedbackBx h3 {
  font-size: 17px;
  font-weight: 300;
  margin: 5px 0;
}

.feedbackBx p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  /* margin-top: 18px; */
  margin-bottom: 0px;
}

.feedbackHeader>img {
  /*  width: 100px !important;*/
  display: block;
  width: 100%;
  height: 180px;
  object-fit: contain;
}

ul.review_stars {
  position: relative;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.owl-nav {
  position: absolute;
  top: -75px;
  right: 40px;
}

button.owl-prev {
  margin-right: 20px;
}

section.customSec.feedbackSec.sliderOverflow.dotBg {
  padding: 60px 0;
}

.hero-buttons .btn-dark:hover {
  background: transparent;
  color: #000;
  border: 1px solid #b3a089;
}

div#megaMenu {
  background: #000 !important;
}

.list_menu_items {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.list_menu_class {
  margin-bottom: 12px;
}

section.titleBackground {
  position: relative;
  /* margin: 110px 0 0px; */
  padding: 15px 0 10px 0;
  color: #0D0C0F;
  background-size: cover !important;
  background: url('../images/footerBKG.webp');
  
}

section.titleBackground h2 {
  text-align: center;
  font-size: 30px;
  margin: 10px 0 10px;
  font-weight: 400;
  line-height: 1;
  /* text-transform: uppercase; */
}

h3,
.breadcrumb,
.price,
.nav-tabs .nav-link {
  color: #333333;
}

.breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: white;
  background-color: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}

.breadcrumb-item.active {
  color: white;
  font-size: 15px;
  /* font-weight: 700; */
  line-height: 100%;
  letter-spacing: 0%;
}

.separator {
  margin: 0 5px;
  color: white;
}


a,
a:hover,
a:focus {
  text-decoration: none;
  transition: all 400ms ease;
}

.dotBg {
  /* background: url(../images/dot-bg.png) 0 0 no-repeat; */
  /* background-size: cover; */
}

.customSec {
  position: relative;
}

section {
  padding: 25px 0;
}

.sectionHeading h4 {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.sectionHeading h2 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;

}

img {
  max-width: 100%;
}

.prodT .content {
  padding: 30px;
  background: #232225;
  transition: all 500ms ease;
}

.prodT .content img {
  display: block;
  margin: 0 auto;
  height: 65px;
}

.prodT .content h3 {
  font-size: 17px;
  text-align: center;
  margin: 20px 0 15px;
  font-weight: 800;
}

.content h3 {
  font-size: 28px;

  color: #FCFCFC;
  text-transform: uppercase;
}

.prodT .content p {
  margin: 0;
  text-align: center;
  color: #fff;
}

.content p {
  font-size: 17px;
  font-weight: 400;
}

.prodT .content:hover {
  background: #f9c34642;
  transition: all 500ms ease;
}

.prodT .content:hover {
  background: #f9c34642;
  transition: all 500ms ease;
}

.contentBackground {
  background: #f4f4f4;
}

.icon-black {
  color: black;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-family: 'HvDTrial Brandon Grotesque', sans-serif !important;
  padding: 2px 0;
  background-color: transparent;
  font-size: 15px;
  color: #333;
}

.inputLabel {
  color: rgb(24, 23, 26);
  font-weight: 400;
  font-size: 12px;

}

.accordion,
.accordion-item,
.accordion-button {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.accordion-item {
  border-bottom: 1px solid #97868657 !important;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion,
.accordion-item,
.accordion-button {
  background: transparent !important;
  /* border: none !important; */
  box-shadow: none !important;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(24, 23, 26);

  width: 100%;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.accordion-button {
  background-color: transparent !important;
  /* border: none !important; */
  color: inherit;
}

.accordion,
.accordion-item,
.accordion-button {
  background: transparent !important;
  /* border: none !important; */
  box-shadow: none !important;
  font-size: 20px !important;
}

.accordion-button .icon {
  margin-left: auto;
  font-weight: 500;
  font-size: 30px;
  padding-left: 1rem;
}

.accordion-button::after {
  display: none;
}

.accordion-item:last-of-type {
  border-bottom: none !important;
}


.sideImage {
  max-height: 440px;
  overflow-y: auto;
  padding-right: 5px;
  scrollbar-width: none;
  scrollbar-color: #ccc transparent;
}

.thumb-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 5px;
}

.thumb-container {
  /* max-height: 400px; */
  /* overflow-y: auto; */
}

.thumbnail-wrapper {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s ease;
}

.thumbnail-wrapper {
  position: relative;
  width: 70px;
  margin-bottom: 10px;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnail-img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.thumbnail-wrapper:hover .overlay,
.thumbnail-wrapper.active .overlay {
  opacity: 0;
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(1px);
  border-radius: 5px;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.price {
  /* color: #e30000; */
  font-weight: bold;
}

.gold-star {
  background: linear-gradient(135deg,
      #f9d976 0%,
      #f39c12 25%,
      #e6b800 50%,
      #f1c40f 75%,
      #b8860b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.custom-bullets {
  list-style: none !important;
  padding-left: 0;

}

.custom-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  list-style: none !important;
}

.bullet-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.filter-option.selected {
  color: #000;
  font-size: 15px;
  border-color: #615F5C;
  background-color: white;
}

.filter-option {
  padding: 4px 12px;
  border: 1px solid #ccc;
  margin: 4px 0;
  border-radius: 2px;
  background-color: white;
  color: #615f5c;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
}

.filter-option:hover {
  background-color: rgb(209, 205, 205);
  color: #615f5c;
}

#diskType {
  border: none;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

#quantityInput {
  background-color: transparent;
  border-color: rgb(97, 95, 92);
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 30px;
}

.buyNowBtn {
  background-color: rgb(148, 144, 135);
  border-radius: 0;
  color: white;
  border: none;
}

.circle-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #02A5FF;
}

.average-label {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}

.average-rating {
  font-size: 48px;
  font-weight: bold;
  color: #ff0000;
}

.star-rating {
  font-size: 20px;
  color: #f1c40f;
  margin: 5px 0;
}

.total-reviews {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}

.rating-breakdown .rating-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 8px;
}

.rating-bar span:first-child {
  width: 60px;
}

.rating-bar .bar {
  flex-grow: 1;
  background: #eee;
  height: 6px;
  margin: 0 10px;
  position: relative;
}

.rating-bar .bar .filled {
  background-color: red;
  height: 100%;
  width: 0;
}

.productItem .img-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.productItem img {
  width: 100%;
  transition: transform 0.4s ease;
  display: block;
}

.overlay-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  display: flex;
  gap: 10px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.icon-btn {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  padding: 10px 14px 10px 14px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.productItem h3 {
  font-size: 21px;
  text-transform: uppercase;

  margin: 10px 0;
  font-weight: 600;
}

.productItem h4 {
  font-size: 18px;
  color: #615F5C;
  font-weight: 500;
}

.productItem:hover img {
  transform: scale(1.1);
}

.productItem:hover .overlay-icons {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.limitedDetail {
  top: -150px !important;
}

.masonry {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  /* grid-auto-rows: auto; */
  /* gap: 16px; */
  /* margin-top: 1rem; */
  column-count: 3;
  column-gap: 20px;
}

.feedbackBx {
  background: #f5f0e7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  break-inside: avoid;
  /* Prevent breaking inside the item */
  background-color: #f5f0e7;
  display: inline-block;
  width: 100%;
  /* height: 415px; */
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
  height: 700px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 600px) {
  .masonry {
    column-count: 1;
  }
}

h3.book_brief_description {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  /* height: 35px; */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
    /* optional: adds slight upward motion */
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 1s ease-in forwards;
  opacity: 0;
  /* ensures it starts hidden */
}

.fade-in.delay-1 {
  animation-delay: 0.3s;
}

.fade-in.delay-2 {
  animation-delay: 0.6s;
}

.community-card {
  /* background-color: #E4E0DB; */
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 0px 25px rgb(0 0 0 / 8%), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar-collapse {
  margin-right: 95px !important;
}

.abtShape2 {
  position: absolute;
  right: 74px;
  bottom: 0;
  z-index: 0;
}

.abtShape2 img {
  width: 550px;
  /* transform: scaleX(-1); */
  rotate: -1deg;
  /*    opacity: 0.14;*/
}

.become_mindspacer_modal_body {
  padding: 0px;
  background: #e3dacd47;
}

.form {
  padding: 10px;
}

.text-right {
  text-align: right;
}

.form-content {
  padding: 15px 22px 15px 3px;
}

.modal-image {
  width: 100%;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  object-fit: cover;
  display: block;
}

.modal-input {
  border: 1px solid #885e29;
  box-shadow: none;
}

.modal-input:focus {
  border: 1px solid #885e29;
  box-shadow: none;
}

.read-more-btn:focus-visible {
  background: #000;
  color: #fff;
}

.hero_banner_video {
  height: 390px;
  position: relative;
  z-index: 1;
  width: 230px;
  background: #ffd91b73;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 2px 2px 8px #5753535e;
}

.font_style_robot {
  /* font-family: 'Roboto', sans-serif !important; */
}

.font_style_corinthia {
  /* font-family: 'Corinthia', cursive !important; */
}

.font_style_heading {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  margin-bottom: 1px;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.social-button.fb {
  background: #3b5998;
}

.social-button.ig {
  background: #e4405f;
}

.social-button:hover {
  opacity: 0.8;
}

.community-steps .col-md-6 {
  margin-bottom: 20px;
}

.step-icon>i {
  font-size: 60px;
  color: #f0ede5;
}

/* Ikra style css */
.custom-btn {
  border: 1px solid #ccc;
  /* Set initial border */
  color: #000;
  /* Ensure readable text */
  background-color: transparent;
  /* Optional: white background */
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.custom-btn:hover {
  background-color: #fff !important;
  /* Light grey on hover */
  border-color: #bbb !important;
  /* Slightly darker border */
  color: inherit;
  /* Maintain text color */
}

.social-btn {
  padding: 6px 12px;
  font-size: 0.85rem;
  line-height: 1.2;
}

.social-icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.instagram {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.google-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.social-text {
  font-size: 0.85rem;
  line-height: 1;
}

.fb-icon {
  color: #1877F2;
}

.step-number {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  /* font-family: "Bebas Neue", sans-serif; */
  font-weight: 800;
  color: white;
}

.step-active {
  background-color: green;
}

.step-upcoming {
  background-color: #000;
}

.step-line {
  width: 20px;
  height: 2px;
  background-color: #aaa;
  display: inline-block;
  vertical-align: middle;
}


.title-heading {
  font-weight: 600;
  color: #212529;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.text-muted-small {
  font-size: 0.8rem;
}

/* cart */
.cart-heading {
  font-size: 1.25rem;
  color: #212529;
}

.cart-box {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  overflow: hidden;
  /* keeps borders tidy */
}

/* individual rows */
.cart-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
}

.cart-label {
  color: black;
  text-transform: uppercase;
  font-size: 18px;
}

.cart-value {
  color: #000;
  padding-right: 2.5rem;
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œChange addressÃƒÂ¢Ã¢â€šÂ¬Ã‚Â link */
.cart-change {
  color: #dc3545;
  text-decoration: none;
}

.cart-change:hover {
  text-decoration: underline;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Coupon box ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.coupon-box {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #000;
  border-radius: 0.25rem;
  overflow: hidden;
}

.coupon-icon {
  display: flex;
  align-items: center;
  padding: 0 0.25rem;
  background: transparent;
}

.coupon-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
}

.coupon-input:focus {
  outline: none;
  box-shadow: none;
}

.coupon-divider {
  width: 1px;
  height: 24px;
  background: #000;
  margin: 0 0.75rem;
}

.coupon-btn {
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  background: transparent;
  border: 0;
  color: #212529;
}

.coupon-btn:hover,
.coupon-btn:focus {
  text-decoration: underline;
  color: #212529;

}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Action buttons ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.action-btn-outline {
  font-size: 0.85rem;
  font-weight: 500;
  color: #212529;

  background: white;
  text-transform: uppercase;
}


.action-btn-fill {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;

  background-color: #1a1a1a;
  /* Bootstrap secondary gray */
  color: #fff;
}

.action-btn-fill:hover,
.action-btn-fill:focus {
  background: transparent;
  color: #000;
  border: 1px solid #b3a089;
}

.action-btn-outline:hover,
.action-btn-outline:focus {
  background: #fff;
  color: #000;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Quantity box ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.qty-box {
  position: relative;
  width: 90px;
  padding: 0.3rem 0.3rem;
  /* px-2 py-2 */
  border: 1px solid #000;
  border-radius: 4;
  /* square edges */
}

.qty-input {
  width: 100%;
  border: 0;
  padding: 0 1.2rem 0 0.7rem;
  /* left 0.8rem, right 1.5rem for arrows */
  text-align: start;
  background: transparent;
}

.qty-input:focus {
  outline: none;
  box-shadow: none;
}

/* Arrow wrapper */
.qty-arrows {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem;
  margin-right: 0.25rem;
}

/* Arrow icons */
.qty-arrows i {
  color: rgb(97, 95, 92);
  cursor: pointer;
  line-height: 1;
  font-size: 0.75rem;
}

/* main label text */
.payment-label {
  font-weight: 700;
  color: #000;
}

.payment-hint {
  color: #615f5c;
  font-weight: 400;
}

/* ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œWhat is PayPal?ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â link */
.payment-help {
  align-self: center;
  color: #615f5c;
  font-weight: 500;
  text-decoration: underline;
}

.payment-help:hover,
.payment-help:focus {
  color: #000;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Order-summary box ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.order-summary {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}

.summary-row:last-child {
  border-bottom: 0;
  /* remove bottom line on last row */
}

.summary-value {
  /* font-family: "Bebas Neue", sans-serif; */
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

/* ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ Total line ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ÃƒÂ¢Ã¢â‚¬ÂÃ¢â€šÂ¬ */
.summary-total {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.total-label,
.total-value {
  font-size: 18px;
  color: #ea0a0b;
  font-weight: 700;
}

.white {
  background-color: #fff !important;
  color: #000 !important;
  border: none;
  border-radius: 0;
  font-size: 15px;

  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
}

.greyBackground {
  background-color: #b3aeae !important;
  color: white !important;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 10px 10px 10px;
}

.cart-totals-half-box {
  background: #ffffff;
  position: relative;
  border: 1px solid #ddd;
}

.cart-totals-half-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #ccc;
  z-index: 1;
}

.left-half {
  z-index: 2;
}

.right-half {
  z-index: 2;
  /* ensure content in transparent area aligns right after the vertical line */
  padding-left: 20px;
}



.text-white {
  color: white !important;
}


@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-4px);
  }

  40% {
    transform: translateX(4px);
  }

  60% {
    transform: translateX(-4px);
  }

  80% {
    transform: translateX(4px);
  }

  100% {
    transform: translateX(0);
  }
}

.trash-icon {
  transition: color 0.3s ease;
  cursor: pointer;
}

.trash-icon:hover {
  color: red;
  animation: shake 0.5s;
}

.product-breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0.5rem;
}

.product-breadcrumb .breadcrumb-item {
  color: #555;
  font-weight: 500;
  color: #555;
  text-decoration: none;
}

.product-breadcrumb .breadcrumb-item:hover,
.breadcrumb-item:hover {
  text-decoration: underline;
  color: #000;
}

.product-breadcrumb .separator {
  color: #aaa;
  margin: 0 6px;
  font-weight: normal;
}

.custom-input:focus,
.custom-input:hover {
  box-shadow: none !important;
  outline: none !important;
  border-color: #ccc;
  /* or use border: 1px solid #ccc; */
}

.nav-item .nav-link:hover {
  border-bottom: 2px solid #fff;
  animation: forwards;
}

.asterisk {
  color: #f00;
}

.overlay-image-second {
  position: absolute;
  top: -9px;
  /* Adjust as needed */
  right: 2px;
  /* Adjust as needed */
  width: 75px;
  /* Adjust size as needed */
  height: auto;
  z-index: 10;
}

.free-shipping {
  background: rgb(255, 244, 236);
}



/* Sidebar container */
.checkout-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  /* Hidden by default */
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: right 0.3s ease;
  z-index: 9999;
}

/* Show the sidebar */
.checkout-sidebar.active {
  right: 0;
}

/* Overlay background */
.cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
}

.cart-overlay.active {
  display: block;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.open-btn {
  margin: 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

#searchSuggestions {
  position: fixed;
  right: 230px;
  top: 75px;
  z-index: 9999;
  background: #fff;
  padding: 10px;
  width: 280px;
}

.create-account:hover {
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.scrollable-left {
  max-height: calc(100vh - 200px);
  /* Adjust based on header height */
  overflow-y: auto;
  padding-right: 15px;
  /* Optional: prevent scrollbar from overlapping content */
  scrollbar-width: none;
}

@media (min-width: 768px) {
  .scrollable-left {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #000;
}

.nav-link {
  color: #000;
}

.address_card {
  background: #fff;
  border-radius: 10px;
  font-size: 15px;
  text-align: center;
  padding: 20px 14px;
  font-weight: normal;
  line-height: 1.5rem;
  margin-bottom: 13px;
  cursor: pointer;
}

.address_card_wrapper input[type="radio"]:checked+.address_card {
  border: 2px solid #007bff;
  background-color: #e9f5ff;
}

.address_card {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.address_card:hover {
  background-color: #f7f7f7;
}

.sticky-top {
  top: 100px !important;
  z-index: 0;
}

#myMenu {
  background: #fff;
  padding: 0px 0px;
}

.navbar-brand img {
  width: 115px;
  height: auto;
  object-fit: contain;
}

body {
  padding-top: 70px;
}

.desktop,
.dropdown-submenu:hover>.dropdown-menu,
.dropdown:hover>.dropMenu,
.dropdown:hover>.dropMenu2,
.mobile-break,
.nav-item.dropdown:hover>.dropdown-menu,
.search_form_hero_banner {
  display: block;
}

.dropMenu,
.dropMenu2 {
  padding: 30px;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  display: none;
  background: #fff;
  box-shadow: 3px 3px 4px #0000002b;
}

.megaMenuSm {
  width: auto;
  /* left: -10rem; */
  padding: 10px !important;
  /* border-radius: 15px; */
  z-index: 2;
}

.megaMenuSm li {
  padding-bottom: 10px;
}

.cross-toggler {
  background: 0 0;
  border: none;
  color: #000;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999
}

.navbar-nav .dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-nav {
  align-items: center;
}

.collage1 .collageBx.collageWide,
.cross-toggler {
  margin-bottom: 10px
}

.navbar-cart-count {
  position: relative;
  top: 5px;
  left: -50px;
  background: #fff;
  padding: 0px 4px;
  height: 15px;
  border-radius: 50%;
  font-size: 9px;
  font-weight: bold;
}

div#navbarSupportedContent.active {
  left: 320px;
  transition: .4s
}


@media only screen and (max-width:991px) {
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
    margin: 12px 0;
    border: none !important
  }

  .navbar-light .navbar-toggler img {
    width: 35px
  }

  div#navbarSupportedContent {
    position: fixed;
    top: 0;
    width: 220px;
    left: 0;
    background: #ebe6ddf5;
    height: 100vh;
    padding: 60px 20px 20px;
    z-index: 9;
    display: block;
    transform: translateX(-320px);
    transition: .4s
  }
}

@media only screen and (max-width: 767px) {
  a.navbar-brand {
    width: 70%;
  }

  .navbar-brand img {
    max-width: 40%;
    height: auto;
    object-fit: contain;
    margin-left: 0px;
  }

  .navbar-light .navbar-nav .nav-link {
    color: black !important;
  }

  .dropdown img {
    filter: none;
  }

  .navbar-cart-count {
    position: relative;
    top: -72px;
    left: 12px;
    background: #000;
    padding: 0px 4px;
    height: 15px;
    border-radius: 50%;
    font-size: 9px;
    font-weight: bold;
    width: 15px;
    text-align: center;
    color: #fff;
  }
}

.trademark_tm_font_size{
  font-size: 12px;
  top: -1em;
}
#mainDisplayContainer {
    position: relative;
    overflow: hidden;
}

#mainImage, #mainVideo {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

#mainImage.fade-out,
#mainVideo.fade-out {
    opacity: 0;
}

.stickyButton {
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  padding: 5px 10px;
  line-height: 1.625rem !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  outline: 0 !important;
  border: solid 1px #3b5998;
  background: linear-gradient(to bottom, #000, #0e0e0e);
  font-size: 13px;
  position: fixed;
  transform: rotate(0deg);
  left: 0;
  top: 85%;
  z-index: 9999;
  right: 15px;
  left: auto;
  align-items: center;
  gap: 10px;
  display: none;
}

.sticky-count{
  position: relative;
  top: -5px;
  left: 0px;
  background: #000000;
  padding: 0px 0px;
  /* border-radius: 50%; */
  font-size: 11px;
  font-weight: bold;
}