/* header */
.logo-size {
  width: 235px;
}

/* footer */
.footer-logo {
  height: 55px;
  width: 263px;
}

.buttonbar-nav .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  /* gap: 7px; */
  display: flex;
  justify-content: center;
}

.buttonbar-nav .nav-list li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.buttonbar-nav .nav-list li a:hover {
  color: #ffd700;
}

.buttonbar-inner {
  justify-content: center;
}

.topbar-left a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-right: 10px;
}

.topbar-left a i {
  margin-right: 6px;
  color: #fff;
}

.topbar-right .social {
  color: #fff;
  margin-left: 12px;
  font-size: 16px;
  transition: color 0.3s ease;
}

.topbar-right .social:hover {
  color: #d32727;
}

.bg-clr {
  background-color: #34495E;
}

.social-linkedin .icon i {
  color: #000;
  transition: color 0.3s ease;
}

.social-linkedin:hover .icon i {
  background-color: #0077B5;
}

.tf-header {
  position: sticky;
  top: 0;
  z-index: 1050;
  background: #fff;
}

.feature-intro .img-visual .img-bdr {
  border-radius: 55%;
}

.flat-spacing-3 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.flat-spacing {
  padding-top: 24px;
  padding-bottom: 40px;
}

.topbar-right.tf-social-icon a {
  color: #fff;
}

.buttonbar-nav .nav-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.buttonbar-nav .nav-list li {
  position: relative;
  padding: 0 15px;
}

.buttonbar-nav .nav-list li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: #ccc;
}

.buttonbar-nav .nav-list li:last-child::after {
  display: none;
}

.nav-list {
  font-size: 16px;
}

.text-header {
  background: #f8f8f8;
  padding: 15px 0;
  text-align: center;
}

.page-head .text-header {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #222;
  justify-content: center;
}

.s-brand-intro {
  background: #fff;
  padding: 60px 0;
}

.brand-intro-image img {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.brand-intro-content {
  color: #333;
}

.brand-badge {
  display: inline-block;
  background: linear-gradient(45deg, #ffc107, #FFD966);
  color: #fff;
  font-size: 13px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}

.brand-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 10px;
}

.brand-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
}

.brand-title span {
  color: #d72424;
}

.brand-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.brand-founder {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.founder-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.founder-signature {
  max-height: 65px;
  opacity: 0.8;
}

.brand-intro-col {
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 20px;
  display: flex;
  justify-content: center;
}

.brand-intro-photo {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.m-logo {
  height: 100%;
  width: 80%;
}

.section_bg {
  background-color: #EEF3F7;
}


@media (max-width: 768px) {
  .buttonbar-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .buttonbar-nav .nav-list {
    flex-wrap: nowrap;
    gap: 0;
  }

  .logo-size {
    width: 100%;
  }

  .buttonbar-nav .nav-list {

    justify-content: start;
  }
}

@media (max-width: 767px) {
  .brand-intro-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    /* space below image */
  }
}


.mpc-footer {
  background: linear-gradient(90deg, rgba(16, 42, 67, 0.98) 0%, rgba(16, 42, 67, 0.88) 100%);
  color: #E0E6ED;
  border-top: 2px solid rgba(212, 175, 55, 0.35);
  font-family: "Poppins", sans-serif;
}

.text-gold {
  color: #b58e3d;
}

.text-brown {
  color: #E0E6ED;
}

.mpc-footer .footer-logo {
  /*width: 60px;*/
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.btn-gold {
  background: #D4AF37;
  color: #0B3C5D;
  border: none;
  transition: 0.3s;
}

.btn-gold:hover {
  background: #B99729;
  color: #0B3C5D;
  box-shadow: 0 0 10px rgba(185, 151, 41, 0.4);
}

.footer-links li {
  margin-bottom: .35rem;
}

.footer-links a {
  color: #E0E6ED;
  text-decoration: none;
  transition: color .3s;
}

.footer-links a:hover {
  color: #D4AF37;
}

.social-links a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(224, 230, 237, 0.35);
  border-radius: 50%;
  color: #E0E6ED;
  transition: all .3s;
  background-color: rgba(255, 255, 255, 0.12);
}

.social-links a:hover {
  background: #D4AF37;
  border-color: #D4AF37;
  color: #0B3C5D;
  box-shadow: 0 0 10px rgba(212, 175, 55, .35);
}

.payment-icons img {
  height: 28px;
  margin: 0 5px;
  opacity: 0.75;
  transition: 0.3s;
  filter: grayscale(0.3);
}

.payment-icons img:hover {
  opacity: 1;
  filter: none;
}

@media(max-width:767px) {
  .mpc-footer .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .mpc-footer .footer-logo {
    margin-bottom: 8px;
  }

  .media-upload-box {
    padding: 5px;
  }

  form textarea {
    height: 100px;
  }
}


.swal2-popup {
  border-radius: 1rem !important;
  font-family: 'Poppins', sans-serif;
}

.swal2-confirm {
  background: linear-gradient(45deg, #D4AF37, #FFD966) !important;
  border: none !important;
}


.media-upload-box {
  border: 2px dashed #d4af37;
  border-radius: 10px;
  background: #fffdfa;
  padding: 15px;
  text-align: center;
  transition: all .3s ease;
  cursor: pointer;
}

.media-upload-box:hover {
  background: #fff6e0;
  border-color: #b8912c;
}

.media-upload-box i {
  font-size: 32px;
  color: #d4af37;
}

#previewArea {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

#previewArea .preview-item {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #faf8f3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

#previewArea img,
#previewArea video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-btn {
  position: absolute;
  top: 3px;
  right: 3px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  cursor: pointer;
}


.review-scroll-box {
  max-height: 470px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: #d4af37 #f8f8f8;
  /*border: 1px solid #f1eae2;*/
  /*border-radius: 10px;*/
  /*background: #fffdfa;*/
}

/* Chrome/Edge Scrollbar */
.review-scroll-box::-webkit-scrollbar {
  width: 8px;
}

.review-scroll-box::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 8px;
}

.review-scroll-box::-webkit-scrollbar-thumb {
  background-color: #d4af37;
  border-radius: 8px;
}

/* Smooth scroll behavior */
.review-scroll-box {
  scroll-behavior: smooth;
}

.discount-badge {
  background: linear-gradient(45deg, #3cd437, #116f00);
  color: #fff;
  font-size: 0.8rem;
  padding: 4px 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-share i {
  font-size: 14px;
}

.btn-share:hover {
  background: #0bab64;
  color: #fff;
  border-color: #0bab64;
}


/*top scroll-behavior*/
.tf-topbar {
  /*background: #b71c1c;*/
  border-bottom: 4px solid #d4af37;
  /* gold line */
  overflow: hidden;
  position: relative;
}

.buttonbar-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scroll-track {
  display: flex;
  width: 400%;
  animation: scrollLoop 30s linear infinite;
  will-change: transform;
}

.scroll-content {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  align-items: center;
  width: 100%;
}

.cat-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 15px;
  padding: 0 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  flex-shrink: 0;
}

.cat-link:last-child {
  border-right: none;
}

.cat-link:hover {
  color: #ffd700;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

/* Seamless continuous scroll animation - moves exactly 25% (1/4 of content) */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}

/* Pause animation when hovered */
.tf-topbar:hover .scroll-track {
  animation-play-state: paused;
}

.modern-collections-section {
  background: linear-gradient(135deg, #faf5eb 0%, #f3e7c9 50%, #e0c98d 100%);
}

.addToCart-index {
  background: linear-gradient(45deg, #D4AF37, #FFD966);
}