:root {
  --color-white-100: hsl(220, 10%, 100%);
  --color-white-200: hsl(220, 10%, 95%);
  --color-white-300: hsl(220, 10%, 85%);
  --color-white-400: hsl(220, 10%, 65%);
  --color-white-500: hsl(220, 10%, 50%);
  --color-black-100: hsl(240, 5%, 15%);
  --color-black-200: hsl(240, 5%, 12%);
  --color-black-300: hsl(240, 5%, 09%);
  --color-black-400: hsl(240, 5%, 06%);
  --color-black-500: hsl(240, 5%, 03%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

.logo-c {
  width: 127px !important;
}

/*Typography starts here*/

@font-face {
  font-family: 'MyFont';
  src: url('./font-family/integralcf-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.mt-3 {
  margin-top: 30px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mt-13 {
  margin-top: 130px !important;
}

a {
  text-decoration: none !important;
}

h1 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'MyFont', Arial, sans-serif !important;
  font-weight: 800;
}

h2 {
  font-size: 32px !important;
  line-height: 42px !important;
  font-family: 'MyFont', Arial, sans-serif !important;
  font-weight: bold !important;
  /* or 'normal' */
}

h3 {
  font-size: 28px;
  line-height: 38px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800;
}

h4 {
  font-size: 22px;
  line-height: 32px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800;
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800;
}

h6 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 400;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
}

p-text {
  font-weight: 400 !important;
}

.p-bold {
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800 !important;
}

.button-text {
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800 !important;
}

.small-text {
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 200 !important;
}

/*Typography ends here*/

.menu li a {
  color: #000 !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-left: 30px !important;
  text-decoration: none !important;
}

.menu {
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
}

.blue {
  color: #16315D !important;
}

.background {
  color: #DDE0E3;
}

.para {
  color: #90A0AE !important;
}

.brown {
  background-color: #46161D;
}

.brown-text {
  color: #46161D;
}

.light-bg {
  background-color: #E9DFD5 !important;
}

.mh-button {
  padding: 7px 31px !important;
  background-color: #16315D;
  color: #fff;
  margin-left: 0px !important;
  border-radius: 23px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 800;
  text-decoration: none;
}

.mh-button:hover {
  font-family: intergralcf !important;
  padding: 7px 31px !important;
  background-color: #16315D;
  color: #fff;
  margin-left: 0px !important;
  border-radius: 23px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 800;
}

.mh-button:active {
  border: none !important;
}

.banner-button {
  padding: 10px 24px !important;
  background-color: #16315D;
  color: #fff;
  margin-left: 0px !important;
  border-radius: 50px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 800;
  text-decoration: none;
  margin-top: 24px !important;
}

.banner-button:hover {
  padding: 10px 24px !important;
  background-color: #16315D;
  color: #fff;
  margin-left: 0px !important;
  border-radius: 50px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 800;

}

.banner-button:active {
  border: none !important;
}

.search-button {
  padding: 7px 31px !important;
  background-color: #16315D;
  color: #fff;
  margin-left: 0px !important;
  border-radius: 0px 23px 23px 0px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 800;
}

.search-button:hover {
  padding: 7px 31px !important;
  background-color: #16315D;
  color: #fff;
  margin-left: 0px !important;
  border-radius: 0px 23px 23px 0px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  font-weight: 800;
}

.search {
  display: block;
  margin-right: 30px;
}

.search-inner {
  display: none !important;
}

.toggle-button {
  padding: 10px 15px !important;
  background-color: #16315D;
  color: #fff;
  margin-left: 0px !important;
  border-radius: 10px;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 800;
}

.search-bar {
  border-radius: 25px 0px 0px 25px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  line-height: 22px !important;
  color: #000 !important;
  background-color: #F5F5F5;
  border: none;
  width: 276px !important;
}

.search-bar:focus {
  box-shadow: none;
  background-color: #F5F5F5;
  border: none;
}

.icons img {
  width: 24px;
  height: 24px;
}

.user-img {
  width: 50px;
  padding: 10px;
}

/*side menu css*/

main,
section {
  overflow: hidden;
}


.brand {
  width: 172px;
}

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 170px;
  background-color: #E9DFD5;
  box-shadow: var(--shadow-medium);
  transition: all 0.35s ease;
}

.active {
  font-size: 14px !important;
  line-height: 24px !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-weight: 800 !important;
}

.menu.is-active {
  right: 0;
  background-color: #E9DFD5;
}

.menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.5rem;
  margin-bottom: 0px !important;
}



.menu-block {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
}



.burger {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1rem;
  z-index: 99;
  visibility: visible;
  border: none;
  background: transparent;
}

.logout {
  display: none !important;
}

.mbl-btn-signin {
  display: none !important;
}

.mbl-btn-signin-1 {
  display: block !important;
}

.mbl {
  display: none !important;
}

.burger-line {
  position: absolute;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 2px;
  line-height: 1.25;
  background-color: var(--color-black-500);
  transition: all 0.25s ease;
}

.burger-line:nth-child(1) {
  top: 0.25rem;
}

.burger-line:nth-child(2) {
  top: 0.75rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

.wrapper-column {
  display: grid;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 90dvh;
}

.wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  column-gap: 2rem;
  text-align: center;
}

.category-carousel-section {
  margin-top: 100px;
  padding: 50px 0;
}

.category-text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.category-carousel .slick-list {
  padding-right: 40px;
  /* 👈 Adds space so first slide isn’t cut off */
}

.category-carousel .slick-slide {
  margin-right: 10px;
  /* spacing between slides */
}

.category-text p {
  font-size: 14px;
  line-height: 24px;
  color: #737F8A;
  max-width: 220px;
}

.category-carousel {
  display: flex;
  align-items: center;
}

.category-item {
  text-align: left;
  background-color: #DDE0E3;
  border-radius: 15px;
  padding: 10px 20px;
  justify-content: center;
  display: grid !important;
  transition: all 0.3s ease;
}

.category-item img {
  width: 120px;
  height: auto;
  transition: transform 0.3s ease;
}

.category-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.category-item:hover img {
  transform: scale(1.2);
}

/* Slick adjustments */
.slick-slide {
  margin: 10px;
}

.slick-list {
  margin: 0 -10px;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

/**/

#owl-1-carousal .item {
  height: 70vh;
  position: relative;
}

#owl-1-carousal .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#owl-1-carousal .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}

#owl-1-carousal .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

#owl-1-carousal .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

#owl-1-carousal .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

#owl-1-carousal .header-content h1 {
  width: 269px !important;
}

/* Section Title */
.section-title {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
  font-family: 'Arial Black', sans-serif;
}

/* Product Card */
.product-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Product Image Container */
.product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 350px;
}

.product-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 20px;
}

/* New Badge */
.new-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #46161D;
  color: #fff;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 2;
}

/* Wishlist Button */
.wishlist-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.wishlist-btn:hover {
  background: #f0f0f0;
  transform: scale(1.1);
}

/* Product Info */
.product-info {
  padding: 20px;
  background: #fff;
}

.product-title {
  margin: 0 0 8px 0;
  color: #000;
}

.product-price {
  margin: 0 0 16px 0 !important;
  color: #000;
  font-weight: 800 !important;
  font-size: 16px;
  line-height: 26px;
}

/* Buy Button */
.buy-btn {
  background: #16315D;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.buy-btn svg {
  transition: transform 0.3s ease;
}

.buy-btn:hover svg {
  transform: translateX(4px);
}

/* View All Button */
.view-all-btn {
  background: transparent;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 16px 54px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.view-all-btn:hover {
  background: #16315D !important;
  color: #fff;
}

/* NAV BUTTONS */
.owl-2-carousal .owl-nav {
  position: absolute;
  top: -75px;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.owl-2-carousal .owl-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.owl-2-carousal .owl-nav button:hover {
  border-color: #000;
}

.owl-2-carousal .owl-nav button span {
  font-size: 20px;
  color: #000;
}

/* DOTS */
.owl-2-carousal .owl-dots {
  position: absolute;
  top: -60px;
  right: 44px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.owl-2-carousal .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #8b6f47;
  transition: 0.3s ease;
  position: relative;
  display: block;
}

.owl-2-carousal .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.owl-2-carousal .owl-dots .owl-dot.active span::before {
  background-color: #8b6f47;
}

.owl-2-carousal .owl-dots .owl-dot:focus {
  outline: none;
}

.owl-2-carousal .owl-dots .owl-dot:hover span {
  transform: scale(1.2);
}

/* Owl Carousel Item */
.owl-2-carousal .item {
  padding: 10px;
}

.owl-2-carousal .item {
  height: 100%;
  position: relative;
}

/*Brand carousel css*/

.brands-carousel {
  text-align: center;
}

.brands-carousel h2 {
  color: #fff;
}

.single-logo {
  background-color: #F5F5F5;
  border-radius: 10px;
  height: 152px !important;
}

.single-logo:hover {
  border-radius: 10px;
}

#brands img {
  display: inline !important;
  width: 100% !important;
  max-width: 190px !important;
}

.brands-carousel .view-all-btn {
  background: transparent;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 16px 54px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.brands-carousel .view-all-btn:hover {
  background: #16315D !important;
  color: #fff;
}

.section-padding {
  padding: 30px 0px;
}

/* ignore the code below */

#brands .link-area {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 15px;
  border-radius: 40px;
  background: tomato;
}

#brands .link-area a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
}

/*Brand carousel css*/


/*Favourite carusel*/

/* NAV BUTTONS */
.Kundfavouriter .owl-nav {
  position: absolute;
  top: -75px;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.Kundfavouriter .owl-nav button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent !important;
  border: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.Kundfavouriter .owl-nav button:hover {
  border-color: #000;
}

.Kundfavouriter .owl-nav button span {
  font-size: 20px;
  color: #000;
}

/* DOTS */
.Kundfavouriter .owl-dots {
  position: absolute;
  top: -60px;
  right: 44px;
  display: flex;
  gap: 12px;
  align-items: center;
}

.Kundfavouriter .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #8b6f47;
  transition: 0.3s ease;
  position: relative;
  display: block;
}

.Kundfavouriter .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.Kundfavouriter .owl-dots .owl-dot.active span::before {
  background-color: #8b6f47;
}

.Kundfavouriter .owl-dots .owl-dot:focus {
  outline: none;
}

.Kundfavouriter .owl-dots .owl-dot:hover span {
  transform: scale(1.2);
}

/* Owl Carousel Item */
.Kundfavouriter .item {
  padding: 10px;
}

.Kundfavouriter .item {
  height: 100%;
  position: relative;
}

/*Favourite carousel*/

/*About section*/

.about-us h4 {
  font-family: 'MyFont', Arial, sans-serif !important;
}

.about-us h5 {
  font-family: 'MyFont', Arial, sans-serif !important;
}

/*About section*/

.features-wrapper {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.feature-item {
  position: relative;
}

.feature-content {
  padding: 3rem 2rem;
}

.feature-icon {
  display: inline-block;
  opacity: 0.95;
}

.feature-title {
  color: #16315D;
  margin-bottom: 1rem;
}

.feature-description {
  color: #16315D;
}

.vertical-divider {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #16315D;
}

/* Footer Section */
.footer-section {
  background-color: #16315D;
  color: #6b5b5b;
  padding-top: 30px;
  padding-bottom: 2rem;
}

.footer-logo {
  max-width: 130px;
  height: auto;
}

.footer-text {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #8a7a7a;
  font-weight: 300;
}

.footer-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: #2a2a2a;
  text-transform: uppercase;
}

.footer-links li {
  line-height: 1;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  transition: color 0.3s ease;
  font-weight: 300;
}

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

.social-links {
  display: flex;
  gap: 0.625rem;
}

.social-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #c5b5b5;
  border-radius: 50%;
  color: #6b5b5b;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #6b3030;
  color: #ffffff;
  border-color: #6b3030;
}

.social-icon svg {
  fill: currentColor;
}

.payment-methods {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.payment-icon {
  height: 30px;
  width: auto;
  min-width: 48px;
  background: white;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  object-fit: contain;
  border: 1px solid #e5e5e5;
}

.copyright {
  color: #fff;
}

.love {
  color: #fff;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  text-align: center !important;
}

.border-top {
  border-color: rgba(138, 122, 122, 0.2) !important;
}

/*why us section*/




/*Product Listing page Css*/

.container-main {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px 20px 20px;
}

.intro-text {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
  max-height: 45px;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.intro-text.expanded {
  max-height: 200px;
}

.read-more-btn {
  display: flex;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.8s ease, max-height 0.8s ease, margin-bottom 0.8s ease;
  max-height: 60px;
  overflow: hidden;
}

.read-more-btn.hidden {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
}

.read-more-btn button {
  font-family: 'MyFont', Arial, sans-serif !important;
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.read-more-btn button:hover {
  color: #333;
  transform: translateY(-2px);
}

.toggle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  transition: transform 0.3s ease;
}

.toggle-icon::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.toggle-icon::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #000;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.toggle-icon.rotated::after {
  display: none;
}

.expanded-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
  opacity: 0;
}

.expanded-content.show {
  max-height: 2000px;
  opacity: 1;
}

.full-text {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.faq-section {
  margin-top: 30px;
}

.faq-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  font-family: 'MyFont', Arial, sans-serif !important;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 0;
}

.faq-item:first-child {
  padding-top: 0;
}

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  transition: color 0.3s ease;
  user-select: none;
}

.faq-question:hover {
  color: #333;
}

.faq-toggle-icon {
  font-size: 24px;
  color: #2d2d7f;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.faq-toggle-icon.open {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  opacity: 0;
  color: #90A0AE;
  font-size: 15px;
  line-height: 1.6;
}

.faq-answer.show {
  max-height: 500px;
  opacity: 1;
  padding: 15px 0;
}

.caps-banner {
  width: 100%;
  height: 400px;
  background: url('/assets/frontend/images/images/hero-web.png') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.caps-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.caps-text {
  position: relative;
  z-index: 2;
  color: white;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: 8px;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  animation: fadeInScale 0.8s ease-out;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}





/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 1rem 0;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  padding: 0 0.5rem;
}

.breadcrumb-item a {
  color: #90A0AE;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}

/* Product Gallery */

.outer {
  margin: 0 auto;
}

#big .item {
  color: #FFF;
  border-radius: 3px;
  height: 600px;
  text-align: center;
}

#thumbs .item {
  background: #C9C9C9;
  height: auto;
  line-height: 70px;
  height: 100px;
  padding: 0px;
  margin: 10px;
  color: #FFF;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

#thumbs .item h1 {
  font-size: 18px;
}

#thumbs .current .item {
  border: 1px solid #FF5722;
}

.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#big.owl-theme {
  position: relative;
}

#big img {
  border-radius: 30px !important;
  object-fit: cover;
  height: 100%;
}

#thumbs img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 100%;
}

/* 
.owl-carousel .owl-stage-outer {
  border-radius: 30px !important;
} */

/* Product Info */
.product-info {
  padding: 1rem 0;
}

.product-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.favorite-btn {
  border: 2px solid #ddd;
  background: #d9d9d9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.favorite-btn:hover {
  border-color: #6c1c3c;
  color: #6c1c3c;
}

.favorite-btn.active {
  background-color: #6c1c3c;
  border-color: #6c1c3c;
  color: white;
}

/* Pricing */
.price-section {
  margin: 1.5rem 0;
}

.original-price {
  font-size: 1.25rem;
  color: #90A0AE;
  text-decoration: line-through;
  margin-right: 0.5rem;
}

.current-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
}

.nice-price-badge {
  background-color: #f5f1e8;
  color: #333;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-left: 0.5rem;
}

/* Stock Status */
.stock-status {
  color: #90A0AE;
  margin-bottom: 1.5rem;
}

/* Quantity Selector */
.quantity-selector {
  display: flex;
  align-items: center;
}

.qty-btn-right {
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  border-radius: 0px 24px 24px 0px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.qty-btn-left {
  width: 40px;
  height: 40px;
  background: #d9d9d9;
  border-radius: 24px 0px 0px 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.qty-btn:hover {
  background-color: #d9d9d9;
}

.qty-input {
  width: 60px;
  height: 40px;
  text-align: center;
  border: none;
  background-color: #D9D9D9;
  font-weight: 500;
}

/* Add to Cart Button */


.add-to-cart-btn {
  background-color: #16315D;
  color: white;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 24px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
}

.add-to-cart-btn:hover {
  background-color: #16315d;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(22, 49, 93, 0.3);
}

/* Info Boxes */
.info-box {
  padding: 1.25rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.nice-price-info {
  background-color: #16315d1c;
}

.nice-price-info h6 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #16315D;
}

.nice-price-info p {
  color: #16315D;
  margin: 0;
  line-height: 1.5;
}

.benefits-box {
  background-color: #E9DFD5;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  color: #16315D;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-item i {
  color: #059669;
  font-size: 1.1rem;
}

/* Product Details Section */
.product-details-section {
  margin-top: 3rem;
}

.nav-tabs {
  border-bottom: 2px solid #ddd;
}

.nav-tabs .nav-link {
  color: #90A0AE;
  border: none;
  border-bottom: 3px solid transparent;
  margin-right: 2rem;
  font-weight: 600;
  background: transparent;
}

.nav-tabs .nav-link.active {
  color: #16315D;
  border-bottom-color: #16315D;
  background: transparent;
}

.tab-content {
  padding: 2rem 0;
}

.product-description {
  color: #90A0AE;
  line-height: 1.8;
  font-size: 0.95rem;
}

.product-description p {
  margin-bottom: 1.25rem;
}

/* Accordion Sections */
.accordion-section {
  margin-top: 2rem;
}

.accordion-button {
  background-color: white;
  color: #16315D;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1.25rem 0;
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: white;
  color: #1e3a5f;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #ddd;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%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");
}

.accordion-body {
  padding: 1.5rem 0;
  color: #90A0AE;
  line-height: 1.7;
}

.accordion-item {
  border: none;
  background: transparent;
}

.accordion-body ul {
  padding-left: 0px !important;
}

.accordion-body ul li strong {
  color: #16315D;
  font-weight: 800;
}

.accordion-body p strong {
  color: #16315D;
  font-weight: 800;
}

/*Product Listing page Css*/


/*CART CSS*/
.cart-header {
  display: grid;
  grid-template-columns: 1fr 70px 150px 70px 52px;
  gap: 20px;
  padding: 20px 25px;
  background-color: #f8f9fa;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9ecef;
  align-items: center;
}

@media (max-width: 992px) {
  .cart-header {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 12px;
    padding: 15px;
  }

  .cart-header span:not(:first-child) {
    display: none;
  }
}

.cart-items {
  background: white;
  border-radius: 8px;
  overflow: hidden;
}

.cart-item {
  display: grid;
  grid-template-columns: 1fr 70px 150px 70px 52px;
  gap: 20px;
  padding: 25px;
  border-bottom: 1px solid #e9ecef;
  align-items: center;
  transition: background-color 0.2s;
}

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

@media (max-width: 768px) {
  .cart-item {
    display: block;
    padding: 20px;
  }

  .cart-item>div {
    margin-bottom: 15px;
  }
}

.product-infos {
  display: flex;
  gap: 15px;
  align-items: center;
}

.product-images {
  width: 80px;
  height: 80px;
}

.product-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.product-details {
  flex: 1;
}

.product-name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

.product-price {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .product-images {
    width: 60px;
    height: 60px;
  }

  .product-name {
    font-size: 14px;
  }
}

@media (max-width: 768px) {

  .price-col,
  .quantity-col,
  .total-col,
  .remove-col {
    text-align: left;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .price-col::before {
    content: "Price:";
    font-weight: 600;
    margin-right: 10px;
  }

  .quantity-col::before {
    content: "Quantity:";
    font-weight: 600;
    margin-right: 10px;
  }

  .total-col::before {
    content: "Total:";
    font-weight: 600;
    margin-right: 10px;
  }

  .remove-col::before {
    content: "Remove:";
    font-weight: 600;
    margin-right: 10px;
  }

  .remove-col {
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    justify-content: flex-end;
  }

  .remove-col::before {
    display: none;
  }
}

.price {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f8f9fa;
  border-radius: 4px;
  padding: 0;
  width: fit-content;
  margin: 0 auto;
}

.quantity-control button {
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  transition: color 0.2s;
}

.quantity-control button:hover {
  color: #333;
}

.quantity-value {
  min-width: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.total {
  font-size: 14px;
  font-weight: 600;
  color: #16315D;
}

.remove-btn {
  background: #16315D;
  border: none;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
}

.remove-btn:hover {
  color: #16315D;
}

.cart-footer {
  padding: 25px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e9ecef;
  background: white;
}

@media (max-width: 768px) {
  .cart-footer {
    flex-direction: column;
    padding: 15px;
    gap: 10px;
  }

}

.coupon-wrapper {
  display: flex;
  gap: 0;
  flex: 1;
  max-width: 400px;
  min-width: 280px;
}

@media (max-width: 768px) {
  .coupon-wrapper {
    max-width: 100%;
    width: 100%;
  }
}

.coupon-input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 30px 0 0 30px;
  padding: 12px 15px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.coupon-input:focus {
  border-color: #16315D;
}

.coupon-btn {
  background-color: #16315D;
  border: none;
  color: white;
  padding: 12px 25px;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s;
}

.coupon-btn:hover {
  background-color: #16315D;
}

.update-btn {
  background-color: #16315D;
  border: none;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.update-btn:hover {
  background-color: #16315D;
}

@media (max-width: 768px) {
  .update-btn {
    width: 100%;
  }
}

.cart-summary {
  background: white;
  border-radius: 8px;
  padding: 30px 25px;
  height: fit-content;
  position: sticky;
  top: 20px;
}

@media (max-width: 992px) {
  .cart-summary {
    position: static;
    top: auto;
    margin-top: 30px;
  }
}

.summary-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 25px;
  text-align: right;
}

@media (max-width: 768px) {
  .summary-title {
    text-align: left;
  }
}

.summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.summary-row:last-of-type {
  margin-bottom: 25px;
}

.summary-label {
  color: #666;
  font-weight: 500;
}

.summary-value {
  color: #333;
  font-weight: 500;
}

.shipping-free {
  color: #28a745;
}

.summary-total {
  border-top: 1px solid #e9ecef;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #16315D;
}

.checkout-btn {
  width: 100%;
  background-color: #16315D;
  border: none;
  color: white;
  padding: 14px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  margin-top: 25px;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.checkout-btn:hover {
  background-color: #16315D;
}

.checkout-btn::after {
  content: "›";
  font-size: 20px;
}

.continue-shopping-btn {
  width: 100%;
  background: none;
  border: 1px solid #ddd;
  color: #333;
  padding: 12px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.continue-shopping-btn:hover {
  border-color: #333;
  background-color: #f8f9fa;
}

.cart-icon::before {
  content: "🛒";
  margin-right: 4px;
}

.show_btn_mobile {
  display: none !important;
}


/*Cart Css*/

@media only screen and (min-width: 48rem) {
  .menu {
    position: relative;
    top: initial;
    right: initial;
    width: auto;
    height: auto;
    padding: unset;
    margin-left: auto;
    background: unset;
    box-shadow: unset;
    transition: unset;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
    margin-inline: auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .navbar {
    padding: 30px !important;
    background-color: #fff !important;
  }

  .burger {
    display: none;
    visibility: hidden;
  }

}


@media only screen and (min-width: 1024px) {
  .menu {
    position: relative;
    top: initial;
    right: initial;
    width: auto;
    height: auto;
    padding: unset;
    margin-left: auto;
    background: unset;
    box-shadow: unset;
    transition: unset;
  }

  .menu-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
    margin-inline: auto;
  }

  .menu-link {
    text-transform: capitalize;
  }

  .navbar {
    padding: 30px !important;
    background-color: #fff !important;
  }

  .burger {
    display: none;
    visibility: hidden;
  }

}


@media only screen and (max-width: 767px) {

  .mt-5 {
    margin-top: 1rem !important;
  }

  .show_btn_mobile {
    display: block !important;
  }

  .mobile_view_all {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .category-text h3 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .section-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .view-all-btn {
    display: none !important;
  }

  .brands-carousel h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .buy-btn {
    display: none !important;
  }

  .color-swatches {
    display: none !important;
  }

  .banner-button {
    margin-top: 4px !important;
  }

  .category-item img {
    width: 80px;
    height: auto;
    transition: transform 0.3s ease;
  }

  .quantity-control {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    padding: 0;
    width: fit-content;
    margin: 0;
  }

  .category-item h6 {
    font-size: 14px;
    font-weight: 600;
  }

  .product-info h3 {
    font-size: 14px !important;
    line-height: 24px !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 600 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }

  .brand-name {
    font-size: 12px !important;
    line-height: 22px !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0px;
  }

  .product-price {
    margin-bottom: 0px !important;
    font-weight: 800;
  }

  .product-card img {
    border-radius: 10px !important;
  }

  .new-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #46161D;
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 2;
  }

  .products-card .new-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #46161D;
    color: #fff;
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 2;
  }

  .wishlist-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
  }

  .products-card .wishlist-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
  }

  .product-info {
    padding: 5px !important;
  }

  .owl-2-carousal .item {
    padding: 5px;
  }

  .Kundfavouriter .item {
    padding: 5px;
  }

  .product-info a {
    display: none;
  }

  #owl-1-carousal .item {
    height: 25vh !important;
  }

  #owl-1-carousal .item .cover {
    padding: 40px 0 !important;
  }

  #owl-1-carousal .header-content h1 {
    width: 199px !important;
  }

  .p-text {
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: 'MyFont', Arial, sans-serif !important;
    font-weight: 800;
  }

  h1 {
    font-size: 28px !important;
    line-height: 38px !important;
    font-family: 'MyFont', Arial, sans-serif !important;
    font-weight: 800;
  }

  .carousal-section {
    position: relative !important;
    margin-top: 200px !important;
  }

  .outline {
    border-bottom: 1px solid rgba(144, 160, 174, 0.20);
    margin: 30px !important;
  }

  .logout {
    display: block !important;
    margin-top: 100px !important;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    row-gap: 1.5rem;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    color: #46161D !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .logout li a {
    margin-bottom: 0px !important;
    color: #46161D !important;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 700 !important;
  }

  .logout li a img {
    padding-left: 5px !important;
  }

  .navbar {
    padding: 10px 10px !important;
  }

  .mbl {
    display: block !important;
  }

  .menu-inner {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: center;
    row-gap: 1.5rem;
    display: block;
    padding-left: 0px !important;
    margin-top: 30px !important;
  }

  .brand {
    width: 60px !important;
    z-index: 9999;
  }

  .mh-button {
    padding: 7px 20px !important;
    background-color: #16315D;
    color: #fff;
    margin-left: 0px !important;
    border-radius: 23px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 800;
  }

  .mh-button:hover {
    font-family: intergralcf !important;
    padding: 7px 20px !important;
    background-color: #16315D;
    color: #fff;
    margin-left: 0px !important;
    border-radius: 23px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 800;
  }

  .search-inner {
    display: block !important;
    width: 100% !important;
    margin-top: 10px;
  }

  .mbl-btn-signin {
    display: block !important;
    margin-bottom: 30px !important;
  }

  .mbl-btn-signin-1 {
    display: none !important;
  }

  .mh-button:hover {
    font-family: intergralcf !important;
    padding: 7px 20px !important;
    background-color: #16315D;
    color: #fff;
    margin: 30px 0px !important;
    border-radius: 23px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 800;
  }

  .search {
    display: none !important;
    margin-right: 30px;
  }

  .category-text {
    text-align: left;
    margin-top: 10px;
  }

  .category-text p {
    /* font-size: 15px !important;
    color: #737F8A !important;
    max-width: 100% !important; */
    display: none !important;
  }

  .category-item {
    text-align: left !important;
    background-color: #DDE0E3;
    border-radius: 15px;
    padding: 10px 30px !important;
    transition: all 0.3s ease;
  }

  .navbar {
    background-color: #fff !important;
  }

  .brands-carousel {
    text-align: left;
    padding: 10px;
  }

  .section-padding {
    padding: 30px 0px 0px 0px;
  }

  .single-logo {
    background-color: #f5f5f5;
    border-radius: 10px;
    vertical-align: middle;
    justify-content: center;
    display: grid;
    height: 120px !important;
  }

  #brands img {
    display: inline !important;
    width: 100% !important;
    max-width: 130px !important;
    padding: 10px;
    height: auto;
  }

  .feature-content {
    padding: 2rem 1.5rem;
  }

  .feature-title {
    font-size: 1.25rem;
  }

  .feature-description {
    font-size: 0.9rem;
  }

  .feature-item {
    border-bottom: 1px solid #16315D;
  }

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

  .feature-content {
    padding: 2.5rem 1.5rem;
  }

  .payment-methods {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
  }

  .copyright {
    color: #fff;
    font-weight: 300;
    text-align: center;
  }

  .caps-banner {
    width: 100%;
    height: 220px;
    background: url('/Volumes/Data/Mrhatofsweden/assets/images/images/hero-mob.png') center/cover no-repeat !important;
  }

  .single-logo {
    background-color: #f5f5f5 !important;
  }

  .page-header {
    padding: 1.5rem 0;
    margin-bottom: 1rem !important;
  }

  .mobile-search {
    margin: 0px 0px 30px 0px !important;
  }

  .promo-banner img {
    display: none;
  }

  .mt-13 {
    margin-top: 130px !important;
  }

  #big .item {
    color: #FFF;
    border-radius: 3px;
    height: 350px;
    text-align: center;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1023px) {

  .quantity-control {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 8px;
    background: #f8f9fa;
    border-radius: 4px;
    padding: 0;
    width: fit-content;
    margin: 0;
  }

  #thumbs .item {
    background: #C9C9C9;
    height: auto;
    line-height: 70px;
    height: 150px;
    padding: 0px;
    margin: 10px;
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
  }

  #owl-1-carousal .item {
    height: 40vh !important;
    position: relative;
  }

  #owl-1-carousal .header-content h1 {
    width: 199px !important;
  }

  h1 {
    font-size: 28px !important;
    line-height: 38px !important;
    font-family: 'MyFont', Arial, sans-serif !important;
    font-weight: 800;
  }

  .outline {
    border-bottom: 1px solid rgba(144, 160, 174, 0.20);
    margin: 30px !important;
  }

  .logout {
    display: block !important;
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    row-gap: 1.5rem;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    color: #46161D !important;
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .logout li a {
    margin-bottom: 0px !important;
    color: #46161D !important;
    font-size: 15px !important;
    line-height: 25px;
    font-weight: 700 !important;
  }

  .logout li a img {
    padding-left: 5px !important;
  }

  .navbar {
    padding: 20px 10px !important;
    background-color: #fff !important;
  }

  .mbl {
    display: block !important;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 170px;
    background-color: #E9DFD5;
    box-shadow: var(--shadow-medium);
    transition: all 0.35s ease;
  }

  .menu.is-active {
    right: 0;
  }

  .menu-inner {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: center;
    row-gap: 1.5rem;
    display: block;
    padding-left: 0px !important;
    margin-top: 30px !important;
  }

  .brand {
    width: 60px !important;
    z-index: 9999;
  }

  .burger {
    display: block !important;
    visibility: visible !important;
  }

  .mh-button {
    padding: 7px 20px !important;
    background-color: #16315D;
    color: #fff;
    margin-left: 0px !important;
    border-radius: 23px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 800;
  }

  .mh-button:hover {
    font-family: intergralcf !important;
    padding: 7px 20px !important;
    background-color: #16315D;
    color: #fff;
    margin-left: 0px !important;
    border-radius: 23px;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 12px !important;
    line-height: 22px !important;
    font-weight: 800;
  }

  .search-inner {
    display: block !important;
    width: 100% !important;
    margin-top: 30px;
  }

  .mbl-btn-signin {
    display: block !important;
    margin-bottom: 30px !important;
  }

  .mbl-btn-signin-1 {
    display: none !important;
  }

  .search {
    display: none !important;
    margin-right: 30px;
  }

  .category-text {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .category-text p {
    font-size: 15px !important;
    color: #737F8A !important;
    max-width: 100% !important;
  }

  .category-item {
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 15px;
    padding: 10px 30px !important;
    transition: all 0.3s ease;
  }

  .brands-carousel {
    text-align: left;
    padding: 10px;
  }

  .section-padding {
    padding: 30px 0px 0px 0px;
  }

  .search-input-group {
    display: flex;
    padding-bottom: 30px;
  }

  .page-header {
    margin-bottom: 1rem !important;
  }

  .single-logo {
    background-color: #f5f5f5;
    border-radius: 10px;
    vertical-align: middle;
    justify-content: center;
    display: grid;
  }

  #brands img {
    display: inline !important;
    width: 100% !important;
    max-width: 130px !important;
    padding: 10px;
    height: auto;
  }

  .feature-content {
    padding: 2rem 1.5rem;
  }

  .feature-title {
    font-size: 1.25rem;
  }

  .feature-description {
    font-size: 0.9rem;
  }

  .feature-item {
    border-bottom: 1px solid #16315D;
  }

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

  .feature-content {
    padding: 2.5rem 1.5rem;
  }

  .category-carousel-section {
    margin-top: 100px;
  }

  .search-bar {
    width: 100% !important;
  }

  .payment-methods {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
  }

  .copyright {
    color: #fff;
    font-weight: 300;
    text-align: center;
  }

  .intro-text {
    font-size: 14px;
  }

  .faq-title {
    font-size: 24px;
  }

  .faq-question {
    font-size: 14px;
  }

  .read-more-btn button {
    font-size: 13px;
  }

  .caps-banner {
    height: 300px;
  }

  .caps-text {
    font-size: 48px;
    letter-spacing: 4px;
  }

}



/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 1rem 0;
  margin-bottom: 0;
}

.breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
}

/* Header */
.page-header {
  margin-bottom: 2rem;
}

.page-title {
  font-size: 2rem;
  font-weight: 600;
  color: #16315D;
  margin: 0;
}

.product-count {
  color: #6c757d;
  font-size: 0.9rem;
}

/* Sidebar */
.sidebar {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.filter-section {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

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

.filter-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #16315D;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.filter-item {
  padding: 2px 0;
  color: #6c757d;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.2s;
}

.filter-item:hover {
  color: #16315D;
}

/* Price Range Slider */
.price-range {
  margin: 1.5rem 0;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-weight: 600;
  color: #16315D;
}

/* Color Swatches */
.color-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 16px !important;
}

.color-swatch {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #000;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
}

.color-swatch:hover {
  transform: scale(1.1);
}

.color-swatch.selected {
  border-color: #16315D;
}

.color-swatch.selected::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
}

/* Size Buttons */
.size-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.size-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background: white;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.9rem;
}

.size-btn:hover {
  border-color: #16315D;
  color: #16315D;
}

.size-btn.selected {
  background: #16315D;
  color: white;
  border-color: #16315D;
}

.tag-btn {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background: white;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.9rem;
}

.tag-btn:hover {
  border-color: #16315D;
  color: #16315D;
}

.tag-btn.selected {
  background: #16315D;
  color: white;
  border-color: #16315D;
}

/* Product Grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: white;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 10px;
  border-radius: 10px;
}

.product-card:hover {
  cursor: pointer !important;
}

.filter-button {
  background: #16315D;
  border: none;
  padding: 10px 14px !important;
  font-weight: 600;
  border-radius: 50px;
}

.cart-product-image {
  position: relative;
  background: #f8f9fa;
  overflow: hidden;
}

.cart-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--sale-color);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 1;
}

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

.product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 1;
}

.action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}

.action-btn:hover {
  background: #16315D;
  color: white;
}

.product-info {
  padding: 1rem;
}

.product-name {
  font-weight: 600;
  color: #16315D;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.original-price {
  color: #6c757d;
  text-decoration: line-through;
  font-size: 0.9rem;
}

.current-price {
  color: #16315D;
  font-weight: 700;
  font-size: 1.1rem;
}

.buy-btn {
  width: 100%;
  background: #16315D;
  color: white;
  border: none;
  padding: 0.75rem;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.buy-btn:hover {
  background: #152a45;
  color: #fff;
}

/* Promotional Banner */
.promo-banner img {
  border-radius: 12px;
  margin: 2rem 0;
  overflow: hidden;
  height: 335px;
  width: auto;
}

/* Mobile Filter Button */
.mobile-filter-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #16315D;
  color: white;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

/* Mobile Filter Modal */
.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1050;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.filter-modal.show {
  display: block;
  opacity: 1;
}

.filter-modal-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 20px 20px 0 0;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(100%);
  transition: transform 0.3s ease-out;
}

.filter-modal.show .filter-modal-content {
  transform: translateY(0);
}

.filter-modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
}

.filter-modal-header h5 {
  margin: 0;
  color: #16315D;
  font-weight: 600;
}

.close-modal {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6c757d;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-modal-body {
  padding: 1.5rem;
}

.filter-modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e9ecef;
  position: sticky;
  bottom: 0;
  background: white;
}

.apply-filter-btn {
  width: 100%;
  background: #16315D;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
}

/* Mobile Search Bar */
.mobile-search {
  display: none;
  background: white;
}

.search-input-group {
  display: flex;
}

.search-input {
  flex: 1;
  padding: 10px;
  border: 1px solid #dee2e6;
  border-radius: 30px 0px 0px 30px;
  font-size: 11px;
}

.search-btn {
  background: #16315D;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 0px 50px 50px 0px;
  font-weight: 600;
}

.filter-btn {
  background: #16315D;
  color: white;
  border: none;
  padding: 10px 12px;
  font-weight: 400;
  border-radius: 50px;
  margin-left: 10px;
}

/* Responsive */
@media (max-width: 991px) {
  .sidebar {
    display: none;
  }

  .mobile-filter-btn {
    display: flex;
  }

  .mobile-search {
    display: block;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .page-header {
    padding: 1rem 0 !important;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .promo-banner img {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}



/*Products Page css*/

.products-card {
  background: white;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  margin: 10px 0px;
}

.products-card:hover {
  cursor: pointer !important;
}

.products-card {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.products-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 350px;
}

.products-image img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 15px;
}

.Products-cart .new-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #46161D;
  color: #fff;
  padding: 3px 12px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 2;
}






.color-section h2 {
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 20px !important;
  line-height: 30px;
}

.cap-item {
  background: #e9ecef;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 10px;
}

.more {
  background: #e9ecef;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 3px solid transparent;
}

.cap-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cap-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.cap-item.active {
  border-color: #16315D;
}

.cap-item.more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
}

.extra-caps {
  display: none;
  gap: 15px;
}

.extra-caps.show {
  display: block;
}

.size-section {
  background: #e9ecef;
  border-radius: 30px;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.size-section:hover {
  background: #dee2e6;
}

.size-section h3 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.chevron {
  font-size: 24px;
  color: #666;
  transition: transform 0.3s;
}

.chevron.open {
  transform: rotate(180deg);
}

.size-dropdown {
  background: white;
  border-radius: 0 0 8px 8px;
  max-height: 0;
  overflow: scroll;
  transition: max-height 0.3s ease;
}

.size-dropdown.open {
  max-height: 300px;
}

.size-option {
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
  transition: background 0.2s;
}

.size-option:last-child {
  border-bottom: none;
}

.size-option:hover {
  background: #f8f9fa;
}

.size-info {
  flex-grow: 1;
}

.size-label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.size-cm {
  color: #999;
  font-size: 14px;
}

.stock-badge {
  font-size: 12px;
  font-weight: 500;
}

.stock-badge.in-stock {
  color: #28a745;
}

.stock-badge.expired {
  color: #ccc;
}

.radio-input {
  margin-right: 15px;
  cursor: pointer;
}

.modal-content {
  border-radius: 8px;
  border: none;
}

.modal-header {
  border-bottom: 1px solid #e9ecef;
  background: #f8f9fa;
}

.modal-body {
  padding: 30px;
}

.more-caps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.more-cap-item {
  background: #e9ecef;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.more-cap-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.more-cap-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}


/* About us CSS */

.hero-section {
  background-color: #fff;
  text-align: center;
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #1f3a5c;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.hero-content p {
  font-size: 1rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.btn-primary-custom {
  background-color: #1f3a5c;
  color: white;
  border: none;
  padding: 0.75rem 2.5rem;
  font-weight: 600;
  border-radius: 50rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  font-size: 0.95rem;
  margin-top: 20px;
}

.btn-primary-custom:hover {
  background-color: #2a1f2e;
  color: white;
  text-decoration: none;
}

.hero-img {
  text-align: center;
  margin-top: 2rem;
  background-image: url(../images/images/about-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  width: auto;
  border-radius: 16px;
}

/* How It All Began Section */
.began-section {
  padding: 5rem 0;
  background-color: #fff;
}

.section-label {
  font-size: 0.85rem;
  color: #1f3a5c;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f3a5c;
  margin-bottom: 1.5rem;
  letter-spacing: -0.3px;
  line-height: 1.2;
}

.began-text {
  font-size: 1rem;
  line-height: 1.9;
  color: #555;
  margin-bottom: 1.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 3rem;
  margin-top: 2rem;
}

.stat-item {
  text-align: left;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f3a5c;
  margin-bottom: 0.3rem;
  /* font-family: 'MyFont', Arial, sans-serif !important; */
}

.stat-label {
  font-size: 0.9rem;
  color: #666;
  font-weight: 500;
}

/* Worldwide Presence Section */
.presence-section {
  padding: 5rem 0;
  background-color: #fff;
}

.presence-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.presence-card {
  background-color: #f5f5f5;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
}

.presence-image {
  width: auto;
  height: 200px;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.presence-image img {
  width: 100%;
  height: 200px;
  border-radius: 0.5rem;
}

.presence-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f3a5c;
  margin-bottom: 0.8rem;
}

.presence-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.presence-card ul {
  list-style: none;
  padding: 0;
}

.presence-card li {
  font-size: 0.9rem;
  color: #666;
  margin: 0.5rem 0;
}

.presence-card li::before {
  content: "✓ ";
  color: #1f3a5c;
  font-weight: bold;
  margin-right: 0.5rem;
}

/* Who We Serve Section */
.serve-section {
  padding: 4rem 0;
  background-color: #fff;
  text-align: center;
}

.serve-section h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1f3a5c;
  margin-bottom: 2rem;
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.brand-logo {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #1f3a5c;
  font-size: 0.9rem;
  text-align: center;
}

/* Leadership Section */
.leadership-section {
  padding: 5rem 0;
  background-color: #1f3a5c;
  color: white;
}

.leadership-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  text-align: center;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.leader-card {
  border-radius: 0.5rem;
  text-align: center;
}

.leader-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, #555 0%, #333 100%);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.leader-image img {
  width: 100%;
  height: 250px;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: top;
}

.leader-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

.leader-card p {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 1rem;
}

.about-social-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 10px;
}

.about-social-links a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.3rem;
  height: 30px;
  width: 30px;
  gap: 1rem;
  border-radius: 50%;
}

.about-social-links a:hover {
  background-color: #fff;
  color: #1f3a5c;
  transition: 0.3s ease;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

/* Built on Purpose Section */
.purpose-section {
  padding: 5rem 0;
  background-color: #fff;
  text-align: center;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.value-card {
  padding: 2rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
}

.value-card h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #1f3a5c;
  margin-bottom: 1rem;
}

.value-card p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.7;
}

/* Growing Team Section */
.team-section {
  padding: 5rem 0;
  background-color: #f5f5f5;
}

.team-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.team-text h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f3a5c;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.team-text p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.team-image img {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #ddd 0%, #bbb 100%);
  border-radius: 0.5rem;
  align-items: center;
  font-size: 3rem;
  object-fit: cover;
}

/* News Section */
.news-section {
  padding: 5rem 0;
  background-color: #fff;
  text-align: center;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.news-logo {
  background-color: #f5f5f5;
  padding: 1.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #1f3a5c;
  font-size: 0.85rem;
  text-align: center;
}

/* CTA Section */
.cta-section {
  padding: 4rem 0;
  background-color: #1f3a5c;
  color: white;
  text-align: center;
  border-radius: 0.5rem;
  margin: 3rem 0;
}

.cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.btn-white {
  background-color: white;
  color: #1f3a5c;
  border: none;
  padding: 0.75rem 2.5rem;
  font-weight: 600;
  border-radius: 50rem;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  font-size: 0.95rem;
  margin-top: 20px;
}

.btn-white:hover {
  background-color: #f0f0f0;
  color: #1f3a5c;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {

  .began-section,
  .presence-section,
  .serve-section,
  .leadership-section,
  .purpose-section,
  .team-section,
  .news-section,
  .hero-section {
    padding: 3rem 0;
  }

  .stats-grid,
  .presence-grid,
  .brands-grid,
  .leadership-grid,
  .values-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .team-content {
    grid-template-columns: 1fr;
  }

  .team-image {
    order: -1;
  }
}


/*Faq Page css*/

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.header-section {
  text-align: center;
  margin-bottom: 60px;
}

.tagline {
  color: #1f3a5c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.main-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.subtitle {
  font-size: 16px;
  color: #666;
  max-width: 600px;
  margin: 0 auto !important;
}

.content-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: flex-start;
}

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

.categories-title {
  font-size: 14px;
  font-weight: 700;
  color: #1f3a5c;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.categories-container {
  display: flex;
  flex-direction: column;
}

.faq-category-item {
  padding: 12px 16px;
  margin-bottom: 8px;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  font-size: 15px;
  color: #555;
}

.faq-category-item:hover {
  background-color: #f0f0f0;
  border-left-color: #1f3a5c;
  color: #1f3a5c;
}

.faq-category-item.active {
  background-color: #e7f1ff;
  border-left-color: #1f3a5c;
  color: #1f3a5c;
  font-weight: 600;
}

.mobile-dropdown-btn {
  display: none;
  width: 100%;
  padding: 12px 16px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.mobile-dropdown-btn:hover {
  border-color: #1f3a5c;
  background-color: #e8f4ff;
}

.mobile-dropdown-btn i {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.mobile-dropdown-btn.active i {
  transform: rotate(180deg);
}

.mobile-dropdown-list {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.mobile-dropdown-list.show {
  display: flex;
}

.mobile-dropdown-list .category-item {
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-left: none;
  border-radius: 6px;
  text-align: center;
}

.mobile-dropdown-list .category-item.active {
  background-color: #e7f1ff;
  border-left: none;
  border-bottom: 3px solid #1f3a5c;
}

.faq-content {
  background: white;
  border-radius: 8px;
  padding: 30px;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

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

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
  padding: 15px 0;
  transition: all 0.3s ease;
}

.faq-question:hover {
  color: #1f3a5c;
}

.faq-question-text {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
}

.faq-question.active .faq-question-text {
  color: #1f3a5c;
}

.faq-toggle {
  font-size: 20px;
  color: #1f3a5c;
  transition: transform 0.3s ease;
  min-width: 20px;
  text-align: center;
}

.faq-toggle.active {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  padding: 15px 0;
}

.faq-answer.show {
  display: block;
}

.contact-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.contact-text i {
  font-size: 28px;
  color: #1f3a5c;
  margin-right: 15px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.contact-info h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact-info p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.contact-btn {
  padding: 10px 24px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 26px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: #1f3a5c;
}

.contact-btn:hover {
  background-color: #1f3a5c;
  color: #fff;
}

.decoration-icon {
  position: absolute;
  opacity: 0.3;
  user-select: none;
  pointer-events: none;
}

.icon-chat {
  top: 100px;
  left: 30px;
  font-size: 40px;
  color: #1f3a5c;
}

.icon-question {
  top: 150px;
  right: 50px;
  font-size: 30px;
  color: #1f3a5c;
}

.icon-tool {
  top: 120px;
  right: 20px;
  font-size: 35px;
  color: #1f3a5c;
}

.icon-star {
  bottom: 100px;
  right: 30px;
  font-size: 40px;
  color: #1f3a5c;
}

@media (max-width: 768px) {
  .content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .categories-sidebar {
    position: static;
  }

  .categories-title {
    display: none;
  }

  .categories-container {
    display: none;
  }

  .mobile-dropdown-btn {
    display: block;
  }

  .mobile-dropdown-list {
    display: none;
  }

  .mobile-dropdown-list.show {
    display: flex;
  }

  .faq-category-item {
    padding: 12px 16px;
    margin-bottom: 0;
    border-left: none;
  }

  .faq-category-item:hover,
  .faq-category-item.active {
    border-left: none;
    background-color: #f0f0f0;
  }

  .main-title {
    font-size: 32px;
  }

  .faq-content {
    padding: 20px;
  }

  .contact-section {
    flex-direction: column;
    text-align: center;
  }

  .contact-text {
    justify-content: center;
  }

  .icon-chat,
  .icon-question,
  .icon-tool,
  .icon-star {
    display: none;
  }
}

@media (max-width: 480px) {
  .faq-container {
    padding: 20px 15px;
  }

  .header-section {
    margin-bottom: 40px;
  }

  .main-title {
    font-size: 26px;
  }

  .subtitle {
    font-size: 14px;
  }

  .faq-question {
    padding: 12px 0;
  }

  .faq-question-text {
    font-size: 15px;
  }

  .contact-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
}

/*contact us css*/

/* --- Right Side: Form Card --- */
.form-container {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border: 1px solid #eaecf0;
  height: 100%;
}

.form-label {
  font-weight: 500;
  color: #344054;
  font-size: 0.9rem;
}

.form-control,
.form-select {
  /* border-radius: 8px; */
  border: 1px solid #d0d5dd;
  padding: 10px 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
}

.btn-primary {
  background-color: #16315D;
  border: none !important;
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 50px;
  width: 100%;
  transition: all 0.2s;
}

.btn-primary:hover {
  background-color: #152a45;
  border-color: #fff;
}

/* --- Left Side: Image & Info --- */
.image-container {
  position: relative;
  background-image: radial-gradient(circle at top left, #e9d7fe, transparent 60%);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 400px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.image-container img {
  min-width: 100%;
  height: 500px;
  object-fit: cover;
  mask-image: linear-gradient(to bottom, black 90%, transparent 100%);
}

.info-card {
  background: white;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  padding: 24px;
}

.contact-item {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.icon-box {
  width: 40px;
  height: 40px;
  background-color: #16315D;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.contact-text h6 {
  margin-bottom: 2px;
  font-weight: 600;
  color: #000;
}

.contact-text p {
  margin-bottom: 0;
  color: #16315D;
  font-size: 0.95rem;
}

.privacy-link {
  color: #16315D;
  text-decoration: underline;
}


.search-container {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  top: 69%;
  right: 12%;
  z-index: 1000;
  width: 376px;
  max-height: 400px;
  overflow: auto;
  margin-top: 5px;
}

.search-container.show {
  display: block;
}

.search-title {
  color: #737F8A;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 26px !important;
}

.result-item {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.result-item:hover {
  background-color: #f8f9fa;
}

.result-icon {
  width: 48px;
  height: 48px;
  background-color: #e9ecef;
  border-radius: 8px;
  margin-right: 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 24px; */
}

.result-icon img {
  width: 100%;
  height: auto;
}

.result-text {
  color: #6c757d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.divider {
  border: none;
  border-top: 1px solid #000;
  margin: 20px 0;
}

.category-link {
  display: block;
  padding: 10px;
  color: #212529;
  text-decoration: none;
  font-size: 16px;
  /* border-radius: 8px; */
  /* margin-bottom: 8px; */
  transition: background-color 0.2s ease;
}

.category-link:hover {
  background-color: #f8f9fa;
}

.category-link .keywords {
  font-weight: 600;
}

.category-link .label {
  color: #6c757d;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .search-container {
    top: 93%;
    right: 8%;
    width: 350px;
    padding: 10px 30px;
  }

  .category-link {
    padding: 5px 10px;
  }
  .divider {
    margin: 10px 0;
  }
}

.empty-cart {
  text-align: center;
  padding: 30px;
  font-size: 22px;
  line-height: 32px;
}