/* color variables */

:root {
  --primary-color: #00aeef;
  --color-blue: #d9f4ff;
  /* --secondary-color: #f8f9fa;
    --text-color: #000000;
    --link-color: #007bff;
    --link-hover-color: #0056b3;
    --border-color: #dee2e6;
    --background-color: #f8f9fa;
    --navbar-bg-color: #ffffff;
    --navbar-text-color: #000000; */
}

.fs-10 {
  font-size: 10px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-40 {
  font-size: 40px;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

body {
  font-family: "Nunito", sans-serif;
}

.custom-accordion {
  --bs-accordion-active-bg: #e9e9e9;
  /* Custom color */
}

.accordion-button {
  font-weight: 700;
}

.accordion-body {
  font-weight: 400;
  font-size: 14px;
}

.custom-accordion .accordion-item {
  margin-bottom: 15px;
  /* Adjust value as needed (e.g., 4px, 10px, etc.) */
  border: 1px solid #e9e9e9;
}

.custom-accordion .accordion-button {
  padding-top: 1.5rem;
  /* Increase top padding */
  padding-bottom: 1.5rem;
  /* Increase bottom padding */
}

.primary-bg {
  background-color: var(--primary-color) !important;
}

.secondary-bg {
  background-color: var(--color-blue);
}

.navbar {
  font-size: 15px;
  font-weight: 600;
  z-index: 999999;
}

.navbar a {
  color: #000;
  padding: 0;
}

/* Switch navbar-toggler-icon to X when .active */

.toggler-animate {
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  background: transparent;
}

.toggler-animate span {
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: 0.3s ease all;
}

/* Animate to X */

.toggler-animate.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.toggler-animate.active span:nth-child(2) {
  opacity: 0;
}

.toggler-animate.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* .top-menu {
  display: flex;
  gap: 3.5rem;
} */

.navbar a:hover {
  color: var(--primary-color);
}

.navbar a:focus {
  color: var(--primary-color);
}

.nav-item:hover .icon {
  fill: var(--primary-color);
}

.navbar a.active {
  color: var(--primary-color);
}

.navbar-brand {
  margin-right: 0px;
}

.footer_copyright {
  text-align: center;
  /* padding: 20px 0; */
  background-color: var(--color-blue);
  color: #000;
}

.footer {
  background-color: var(--color-blue);
}

.footer h5 {
  color: #000;
  font-weight: 700;
}

.footer ul li a {
  transition: color 0.3s ease;
}

.footer ul li:hover a {
  color: var(--primary-color) !important;
}

.block_social .social-title {
  display: none;
}

.block_social a i {
  color: #212529;
  /* Bootstrap's 'text-dark' color */
  font-weight: 400;
  font-size: 20px;
}

.badge {
  background-color: var(--primary-color);
}

.wave {
  fill: white;
}

.wave svg {
  color: white;
}

.wave-blue svg {
  color: var(--color-blue) !important;
}

.card-container {
  background-color: var(--color-blue);
}

.main-heading {
  font-weight: 900;
  font-size: 36px;
}

.shop-now {
  background-color: var(--primary-color);
  color: white;
  padding: 0rem 7.5em;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.card {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none !important;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.card-title:hover {
  color: var(--primary-color);
  cursor: pointer;
}

.price {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.scroll-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-btn {
  background-color: white;
  border: 1px solid rgb(212, 212, 212);
  z-index: 10;
}

.scroll-btn:hover {
  background-color: var(--primary-color);
  border: none;
}

.nov-text-scroll {
  overflow: hidden;
  position: relative;
}

.block-scroll {
  animation: scroll-left 20s linear infinite;
}

.block-scroll p {
  margin-bottom: 0;
  background: linear-gradient(90deg, #008bd2e6, #ffb69b 83%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.text-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.nov-text-scroll .block-scroll__item {
  position: relative;
  margin-right: 3rem;
  white-space: nowrap;
}

.block-scroll__item {
  color: var(--color-text);
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fa-circle {
  font-size: 0.5rem;
  margin-left: 2rem;
}

.circle-wrapper + p {
  font-weight: 700;
  display: inline-block;
}

.circle-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.dashed-border {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 140px;
  height: 140px;
  border: 2px dashed #007bff;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 0.8s ease;
}

.circle-wrapper:hover .dashed-border {
  animation: rotateCW 1.5s forwards;
}

.circle-wrapper:not(:hover) .dashed-border {
  animation: rotateCCW 1.5s forwards;
}

@keyframes rotateCW {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotateCCW {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.circle-wrapper img {
  width: 60%;
  height: auto;
  z-index: 1;
}

.icon-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 180px;
  /* space between the icons */
  position: relative;
}

/* SVG Line Styling */

.svg-line {
  position: absolute;
  top: 20px;
  /* vertical alignment with center of circles */
  width: 300px;
  height: 60px;
  color: #8b8b8b;
  z-index: 1;
}

.line-1 {
  left: calc(50% - 335px);
  /* connects 1st and 2nd circles */
}

.line-2 {
  left: calc(50% + 30px);
  /* connects 2nd and 3rd circles */
}

.features h2 {
  font-weight: 900;
  font-size: 26px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slide-hover {
  transition: transform 0.4s ease;
}

.slide-hover:hover {
  transform: translateX(10px);
  /* Slide 10px to the right on hover */
}

.block-item-text .title {
  font-weight: 600;
}

.block-item-text .desc p {
  font-weight: 400;
  font-size: 14px;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.block-item {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.6s ease-out;
}

.block-item.animate {
  animation: fadeInRight 0.8s ease forwards;
}

.progress-circle {
  background-color: var(--color-blue);
  width: 10rem;
  height: 10rem;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  margin: auto;
}

.progress-circle span {
  background: linear-gradient(90deg, #008bd2e6, #ffb69b 83%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle-container {
  text-align: center;
}

.circle-label {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}

.customer-gallery {
  font-weight: 900;
}

/* copied */

.card-carousel {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.card-carousel:hover .gallery-card {
  animation-play-state: paused;
}

.gallery-card {
  position: relative;
  min-width: 20rem;
  margin-right: 16px;
  cursor: pointer;
  animation: scroll-left 5s linear infinite;
}

.gallery-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, 0.4);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 8px;
}

.gallery-card:hover .overlay {
  opacity: 1;
}

.overlay i {
  font-size: 32px;
  color: white;
}

.center-link {
  text-align: center;
  display: block;
}

.evaluate-link {
  text-align: center;
  display: block;
  font-size: 15px;
  font-weight: normal;
  /* Adjust as needed */
}

.secrets {
  font-weight: 900;
}

.newsletter-section {
  background: linear-gradient(
    89deg,
    rgba(217, 253, 255, 1) 7%,
    rgba(232, 250, 224, 1) 94%
  );
}

.newsletter-form {
  max-width: 100%;
}

.newsletter-form input {
  padding-right: 120px;
  /* space for the button inside */
}

.newsletter-form .submit-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  padding: 12px 45px;
  border-radius: 50px;
}

.collections-top {
  background-color: #e8fae0;
}

.collections-top h1 {
  font-weight: 800;
  font-size: 30px;
}

.collections-top .bread-crumb {
  font-weight: 500;
  font-size: 12px;
}

/* Remove tab bottom border */

.nav-tabs {
  border-bottom: none !important;
}

/* Remove all borders from nav-link */

.nav-tabs .nav-link {
  border: none !important;
}

/* Remove border and background from active nav-link */

.nav-tabs .nav-link.active {
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/*  */

.breadcrumb-separator {
  margin: 0 6px;
  color: #000000;
  /* Optional: adjust to match your design */
  font-size: 14px;
  /* Optional: match text size */
}

.mobile-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  transition: top 0.6s ease-in-out;
  z-index: 99999999 !important;
}

.offcanvas-start {
  z-index: 99999;
}

.account-offcanvas {
  z-index: 999999;
}

.cart-offcanvas {
  z-index: 9999999999;
}

.offcanvas-top {
  z-index: 999999;
}

/* offcanvas top menu height */

.custom-search-canvas {
  height: 200px !important;
  /* ya 50vh / 70vh etc. */
  max-height: 90vh;
  overflow-y: auto;
}

/* account for mobile css section  */

#mobileStickyMenu {
  height: 55px;
  z-index: 999999999;
}

#mobileStickyMenu a {
  transition: color 0.2s;
}

#mobileStickyMenu a:hover {
  color: #007bff !important;
}

#mobileStickyMenu i {
  font-size: 1.1rem;
}

/* end */

.hot-tag {
  background-color: #00aeef;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 0.85rem;
  transition: 0.3s ease;
  color: #fff !important;
}

.hot-tag:hover {
  background-color: #00aeef;
  transform: translateY(-2px);
}

.offcanvas a {
  color: black;
}

.offcanvas a:hover {
  color: #a2c46b;
}

.product-card {
  border: 1px solid rgb(160, 160, 160);
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}

.card-text {
  padding-top: 5px;
}

.product-card:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  /* soft shadow on all sides */
}
.product-img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.item-box {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}

.item-box:hover {
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  /* light, smooth shadow */
}
.list-group-item {
  border: none;
  background-color: #efefef;
  color: rgb(84, 84, 84);
  transition: all 0.3s ease-in;
}

.list-group-item:hover {
  background-color: #e0e0e0;
}

.btn-green {
  background-color: #7dd529;
  color: white;
}

.sidebar {
  position: sticky;
  top: 20px;
}

.filter-section h6 {
  margin-top: 1.5rem;
}

.price-range input {
  width: 100%;
}

.search-bar {
  display: flex;
  width: 100%;
}

.search-input {
  flex: 1;
  border: 1px solid #00aeef;
  border-radius: 4px 0 0 4px;
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
  outline: none;
}

.search-button {
  border: 1px solid #00aeef;
  background-color: #00aeef;
  color: white;
  padding: 10px 20px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.search-button i {
  font-size: 16px;
}

.sidebar li {
  cursor: pointer;
}

.custom-btn:hover {
  background-color: #0280bee6 !important;
  color: white !important;
}

.sidebar h5 {
  font-weight: 800;
  font-size: 20px;
}

.list-group-item a {
  font-weight: 600;
  font-size: 14px;
}

.sidebar .availability {
  font-size: 14px;
  font-weight: 800;
  color: #000;
}

.reset {
  font-weight: 600;
  font-size: 10px;
  color: #666;
}

.reset:hover {
  color: black;
}

.stock-label {
  font-weight: 500;
  font-size: 14px;
}

.stock {
  font-weight: 400;
  font-size: 11px;
}

.slider-container {
  position: relative;
  height: 60px;
  margin-top: 10px;
}

.slider-track {
  position: absolute;
  top: 20px;
  left: 0;
  height: 6px;
  width: 100%;
  background: #d3d3d3;
  border-radius: 5px;
  z-index: 1;
}

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: none;
  position: absolute;
  top: 20px;
  pointer-events: none;
  z-index: 2;
}

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 3px solid #0280bee6;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  z-index: 3;
  position: relative;
}

.range-slider::-moz-range-thumb {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 3px solid #0280bee6;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  z-index: 3;
}

.price-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.price-values input {
  width: 45%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
}

.separator {
  font-weight: bold;
}

/* .accordion-item {
  border: none;
} */

.accordion-button:not(.collapsed) {
  background-color: white;
}

.sidebar .price {
  color: black;
  font-size: 14px;
  font-weight: 800;
  margin-right: 153px;
}

.dropdown-menu {
  padding: 2.25rem;
  min-width: 250px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dropdown .form-check {
  margin-bottom: 0.75rem;
  padding-left: 0;
}

.dropdown .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 0.75rem;
  border: 2px solid #d1d5db;
  background-color: white;
}

.dropdown .form-check-input:checked {
  background-color: #0280bee6;
  border-color: #0280bee6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.dropdown .form-check-input:focus {
  border-color: #0280bee6;
  box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.25);
}

.dropdown .form-check-label {
  cursor: pointer;
  font-size: 0.95rem;
  color: #374151;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.dropdown .dropdown-toggle {
  border: none;
  background-color: transparent;
  color: #374151;
  font-size: 0.9rem;
  padding: 0;
  box-shadow: none;
  font-weight: 400;
}

.dropdown .dropdown-toggle:hover {
  background-color: transparent;
  border: none;
  color: #374151;
}

.dropdown .dropdown-toggle:focus {
  box-shadow: none;
  border: none;
  background-color: transparent;
}

.dropdown .dropdown-toggle::after {
  margin-left: 0.5rem;
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 12px;
  /* add spacing between selector and button */
  max-width: 500px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  min-width: 120px;
  height: 42px;
}

.quantity-button {
  background: none;
  border: none;
  padding: 0 12px;
  cursor: pointer;
  font-size: 20px;
  color: #6b7280;
  transition: background-color 0.2s ease;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
}

.quantity-button:hover {
  background-color: #f3f4f6;
}

.quantity-button:disabled {
  color: #d1d5db;
  cursor: not-allowed;
}

.quantity-button:disabled:hover {
  background-color: transparent;
}

.quantity-input {
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #374151;
  background: transparent;
  width: 48px;
  height: 100%;
}

.add-to-bag-btn {
  background-color: #e5e7eb;
  border: 1px solid #d1d5db;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  /* padding: 8px 24px; */
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex: 1;
  margin-left: 8px;
}

.add-to-bag-btn:hover {
  background-color: #d1d5db;
  border-color: #9ca3af;
}

.action-section {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 0;
}

.action-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
  cursor: pointer;
}

.action-item:hover {
  color: #7dd529;
  text-decoration: none;
}

.action-item.share:hover {
  color: #7dd529;
}

.action-icon {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-icon {
  color: #6b7280;
  transition: color 0.2s ease;
}

.faq-icon {
  color: #6b7280;
  transition: color 0.2s ease;
}

.action-item:hover .question-icon,
.action-item:hover .faq-icon {
  color: #7dd529;
}

.p-title {
  font-weight: 700;
  font-size: 23px;
}

.view-all:hover {
  color: #7dd529 !important;
}

.cart-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 0;
}

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

.product-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.product-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.25rem;
}

.product-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.cart-item .quantity-controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-item .quantity-btn {
  background: none;
  border: 1px solid #ddd;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8rem;
  color: #666;
}

/* .cart-item .quantity-btn:hover {
  background-color: #f8f9fa;
} */

.cart-item .quantity-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.quantity-display {
  font-size: 0.9rem;
  min-width: 20px;
  text-align: center;
}

.remove-btn {
  background: none;
  border: none;
  color: #dc3545;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-left: 0.5rem;
}

.remove-btn:hover {
  background-color: #f8f9fa;
}

.cart-total {
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
  margin-top: 1rem;
}

.total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.view-cart-btn {
  /* background-color: white;
  border: 1px solid #ddd; */
  /* color: #333; */
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  width: 100%;
  margin-bottom: 0.75rem;
  transition: all 0.2s;
}

/* .view-cart-btn:hover {
  background-color: #f8f9fa;
  border-color: #bbb;
} */

.checkout-btn {
  /* background-color: #333;
  border: 1px solid #333; */
  /* color: white; */
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  width: 100%;
  transition: all 0.2s;
}

/* .checkout-btn:hover {
  background-color: #555;
  border-color: #555;
} */

.discount-input {
  width: 100%;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  padding: 0.5rem 1rem;
}

/* .apply-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  font-weight: bold;
  border-radius: 8px;
} */

.checkout-summary input::placeholder {
  color: #ccc;
}

.checkout-container {
  /* max-width: 500px; */
  margin: 20px auto;
  background: white;
  /* border-radius: 8px; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-section {
  padding: 20px;
  border-bottom: 1px solid #e9ecef;
}

.form-section:last-child {
  border-bottom: none;
}

.account-info {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.shipping-alert {
  background-color: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
}

.payment-methods {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
}

.card-icons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.card-icon {
  width: 30px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.visa {
  background-color: #1a1f71;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}

.mastercard {
  background-color: #eb001b;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}

.amex {
  background-color: #006fcf;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}

.discover {
  background-color: #ff6000;
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
}

.btn-blue {
  background-color: var(--primary-color);
  /* border-color: #ff6b35; */
  color: white;
}

.btn-blue:hover {
  background-color: var(--primary-color);
  /* border-color: #e55a2b; */
  color: white;
}

.error-text {
  color: #dc3545;
  font-size: 0.875rem;
}

.paypal-btn {
  background-color: #0070ba;
  border-color: #0070ba;
  color: white;
  border-radius: 6px;
}

.paypal-btn:hover {
  background-color: #005ea6;
  border-color: #005ea6;
  color: white;
}

.footer-links {
  font-size: 0.875rem;
  color: #6c757d;
}

.footer-links a {
  color: #007bff;
  text-decoration: none;
}

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

.view-cart-btn {
  border: 1px solid #00aeef;
  color: #00aeef;
  background-color: transparent;
  transition: 0.3s ease;
}

.view-cart-btn:hover {
  background-color: #00aeef;
  color: #fff !important;
}

.checkout-btn {
  background-color: #00aeef;
  border: none;
  color: #fff;
  transition: 0.3s ease;
}

.checkout-btn:hover {
  background-color: #008fc9;
  color: white !important;
}

/* Small devices (landscape phones, ≥576px) */

@media (max-width: 576px) {
  .action-section {
    gap: 1rem;
  }
  .action-item {
    font-size: 0.8rem;
  }
  .shop-now {
    font-weight: 50;
    font-size: 12px;
    padding: 0rem 6em;
  }
  .secrets {
    font-size: 14px !important;
  }
  .collections-top h1 {
    font-weight: 800;
    font-size: 16px;
  }
  .collections-top {
    background-color: #e8fae0;
    height: 100%;
    /* ⬅️ Kam height */
  }
}

/* @media (min-width: 767.97px) { 
     .collections-top {
    background-color: #e8fae0;
    height: 0px;
  }
 } */

/* @media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1215px;
  }
} */
