: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;
}

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-text p {
  font-size: 14px;
  line-height: 24px;
  color: #737F8A;
  max-width: 220px;
}

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

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

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

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

.category-item:hover {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

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

/* 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;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 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;
}

/* 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;
  color: #000;
}

/* 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:hover {
  background: #16315D;
  transform: translateX(2px);
}

.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: 3rem;
}

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

/* NAV BUTTONS */
.owl-2-carousal .owl-nav {
  position: absolute;
  top: -82px;
  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: -69px;
  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;
  padding: 50px;
}

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

.single-logo {
  background-color: #fff;
  border-radius: 10px;
}

.single-logo:hover {
  background-color: #fff;
  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;
  margin-top: 0rem !important;
}

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

.section-padding {
  padding: 50px 0px 50px 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: -82px;
  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: -69px;
  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;
  border-radius: 8px;
}

.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;
  margin-bottom: 30px;
  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 {
  margin-top: 123px;
  width: 100%;
  height: 400px;
  background: url('/assets/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: 500px;
  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 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 1rem;
  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*/

@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) {

  #owl-1-carousal .item {
    height: 60vh !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;
  }

  .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: 30px 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;
  }

  .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;
  }

  .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-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;
  }

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

  .view-all-btn {
    padding: 16px 135px !important;
    margin-top: 1rem !important;
  }

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

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

  .single-logo {
    background-color: #fff;
    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;
  }

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

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

  .caps-banner {
    margin-top: 210px !important;
    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: 180px !important;
  }

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

}

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

  /* Tablet should match mobile layout */

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

  #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: 60vh !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: 30px 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;
  }

  .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;
  }

  .view-all-btn {
    padding: 16px 135px !important;
    margin-top: 1rem !important;
  }

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

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

  .single-logo {
    background-color: #fff;
    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 {
  padding: 1.5rem 0;
  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: 0.5rem 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;
}

.color-swatch {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  position: relative;
}

.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;
}

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

.product-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer !important;
}

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

.product-image {
  position: relative;
  padding-top: 100%;
  background: #f8f9fa;
  overflow: hidden;
}

.product-image img {
  position: absolute;
  top: 0;
  left: 0;
  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;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 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;
}

/* 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: 0.75rem;
  border: 1px solid #dee2e6;
  border-radius: 30px 0px 0px 30px;
  font-size: 0.9rem;
}

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

.filter-btn {
  background: #16315D;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-weight: 600;
  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;
  }
}