:root {
  --body-font-family: 'Poppins', sans-serif;
  --theme-default: #8C593B;
  --secondary: #222;
  --theme-default-2: #267D92;
  --background-color: #f7f7f7;
}


body {
  font-family: var(--body-font-family);
  font-size: 14px;
}


a,
a:hover {
  text-decoration: none;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

textarea:focus,
select:focus,
input:focus {
  border-color: var(--theme-default) !important;
  box-shadow: 0 0 0 1px var(--theme-default) !important;
}

input:checked {
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
}



.btn {
  border-radius: 5px;
  padding: 8px 25px;
}


@media (min-width: 768px) and (max-width: 1400px) {
  .btn {
    padding: 5px 18px;
    font-size: 14px;
  }
}

.btn.btn-rounded {
  border-radius: 30px;
}

.btn.btn-sm {
  padding: 5px 20px;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--theme-default) !important;
  border-color: var(--theme-default) !important;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media (max-width: 768px) {
  .btn {
    font-size: 14px !important;
  }
}

.btn-primary:hover {
  background-color: #ffffff !important;
  border: 1px solid var(--theme-default);
  color: var(--theme-default);
}

.btn-primary:focus,
.btn-primary:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--theme-default), 0.5);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-default), 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: var(--theme-default-2) !important;
  border-color: var(--theme-default-2) !important;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-secondary:hover {
  background-color: #ffffff !important;
  border: 1px solid var(--theme-default-2);
  color: var(--theme-default-2) !important;
}

.btn-outline-primary {
  color: var(--theme-default);
  background-color: #ffffff !important;
  border-color: var(--theme-default) !important;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-outline-primary:hover {
  background-color: #cf1432 !important;
  color: #ffffff;
}

.btn-outline-primary:focus,
.btn-outline-primary:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(var(--theme-default), 0.5);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-default), 0.5);
}

.bg-success {
  background-color: var(--theme-default) !important;
}

.bg-primary {
  background-color: var(--theme-default) !important;
}

.text-primary {
  color: var(--theme-default) !important;
}


.logo {
  mix-blend-mode: multiply;
}



.bi-text-indent-left {
  font-size: 30px !important;
}



.top-header {
  padding: 6px 0px;
  background-color: var(--secondary);
}

.lang .nice-select {
  background-color: transparent !important;
  border: none !important;
  height: 30px !important;
  line-height: 30px !important;
}

.lang .nice-select .current {
  color: #fff !important;
}

.nice-select:after {
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
}

@media (min-width: 1200px) {
  .navbar-default .dropdown-menu {
    display: block;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease-in;
    visibility: hidden;
    top: 65px;
  }

  .navbar-default .dropdown-menu-end {
    left: auto;
    right: 0;
  }

  .navbar-default .dropdown-menu-start {
    left: 0;
    right: auto;
  }

  .navbar-default .dropdown:hover>.dropdown-menu {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }

  .navbar-default .dropdown:hover>.dropdown-toggle:after {
    transition: all 0.3s ease-in;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar .dropdown-fullwidth {
    position: static;
  }

  .navbar .dropdown-fullwidth .dropdown-menu {
    left: 0;
    margin: 1.25rem auto;
    max-width: 1320px;
    padding: 1rem 0;
    right: 0;
    top: 52px;
  }
}


.navbar-default .dropdown-menu,
.navbar-default .card {
  box-shadow: 0 0 2px rgba(145, 158, 171, 0.2),
    0 12px 24px -4px rgba(145, 158, 171, 0.12);
  padding: 8px !important;
  border: none;
  border-radius: 0px !important;
}

.navbar-default .card .dropdown-item {
  padding: 5px 15px;
}

.navbar-default .card .dropdown-item:focus,
.navbar-default .card .dropdown-item:hover {
  background-color: #f8f9fa !important;
  border-radius: 4px;
}

.bg-color {
  background-color: #81DA5B !important;
}

.list-inline-item span {
  font-size: 10px;
}


@media (max-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #ecf0ef;
  }

  .dropdown-toggle:after {
    float: right;
  }
}

.dropdown-toggle:after {
  background-repeat: no-repeat;
  background-size: 0.625rem 0.625rem;
  border: none;
  content: "\f282";
  font-family: bootstrap-icons !important;
  vertical-align: middle;
  margin-left: 0.375rem;
  line-height: 2;
  font-size: 12px;
}

.menu-offer .btn-cart {
  background-color: var(--theme-default) !important;
  border-color: transparent !important;
  color: var(--btn-color) !important;
  transition: 0.5s ease;
  font-weight: 500;
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}



/* Banner Section */

.banner-slider .owl-nav .owl-prev {
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FF4800;
  color: #FF4800;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  border-radius: 0px;
}


.banner-slider .owl-nav .owl-next {
  background-color: #fff !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FF4800;
  color: #FF4800;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 1;
  border-radius: 0px;
}

.banner-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  position: relative;
}

.banner-content {
  max-width: 35%;
  position: absolute;
  left: 10%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-content h2 {
  text-align: left;
  text-transform: uppercase;
  font-weight: 900;
}


@media (max-width: 768px) {
  .banner-content h2 {
    font-size: 18px;
  }
}



.banner-content span {
  font-weight: 500;
  font-size: 13px;
  color: var(--secondary);
}

@media screen and (max-width: 1100px) {
  .banner-item {
    height: 300px;
  }

  .banner-content {
    max-width: 70%;
  }

}


.hero-banner-area {
  width: 100%;
  overflow: hidden !important;
  box-sizing: border-box;
  padding: 100px 20px;
}

.hero-banner-item {
  width: 100%;
  overflow: hidden;
  position: relative !important;
}

.hero-banner-item img {
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hero-banner-item:hover img {
  transform: scale(1.1) rotate(1deg);
}

.hero-banner-item-overly {
  position: absolute;
  top: 0;
  left: 20px;
  display: flex;
  align-items: center;
  height: 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .hero-banner-item-overly {
    left: 40px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero-banner-item-overly {
    left: 70px;
  }
}


.hero-banner-item-overly-full h4 {
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.hero-banner-item-overly-full h3 {
  font-size: 39px;
  font-weight: 900;
  color: #000;
  margin: 15px 0px;
}

.hero-banner-item-overly-full a {
  padding: 10px 20px;
}

@media (max-width: 992px) {
  .hero-banner-item-overly-full h3 {
    font-size: 20px !important;
  }

  .hero-banner-item-overly-full h4 {
    font-size: 15px;
  }
}

.circle {
  border-radius: 100%;
}

a {
  color: #111111;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.fs-small {
  font-size: 14px;
}

.category-item {
  transition: all 0.3s ease;
}

.category-item:hover {
  border-color: var(--theme-default) !important;
}

.categoty-title {
  transition: all 0.3s ease;
}

.categoty-title:hover {
  color: var(--theme-default);
}

/* product Section */

.product .product-price a {
  text-decoration: none;
  color: #131921;
  transition: all 0.3s ease;
}

.product a:hover {
  color: var(--theme-default);
}

.product-card {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.product-footer {
  display: none;
  transition: 0.5s ease;
  width: 100%;
}



.product-card:hover {
  transition: 0.5s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.product-card .icons {
  position: absolute;
  top: 8px;
  right: 15px;
  opacity: 0;
  transform: translateX(20px);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.product-card:hover .icons {
  opacity: 1;
  transform: translateX(0px);
}



.product .product-card .icons a {
  display: inline-block;
  margin: 0 5px;
  color: #000;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transition: right 0.5s ease;
}

.product-card:hover .icons a {
  right: 0;
}

.product-card .icons a:nth-child(1) {
  transition-delay: 0.2s;
}

.product-card .icons a:nth-child(2) {
  transition-delay: 0.4s;
}


.product-card .icons a:hover {
  transition: 0.5s ease;
  color: #fff;
  background-color: var(--theme-default) !important;
}


.product-card .discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 10px;
  background-color: #f00;
  color: #fff;
  border-radius: 3px;
  /* Removed hiding styles */
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.product-card:hover .discount-badge {
  /* No change needed on hover */
  transform: translateX(0);
  opacity: 1;
}


.product h5 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product .product-card .sell-price {
  color: var(--text-color);
  font-weight: 600;
}

.product .section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}


.product .nav .nav-link {
  font-size: 18px;
  color: #000 !important;
  font-weight: 600 !important;
}

/* Animated Header */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.header-animated {
  background: linear-gradient(270deg, #E3F2FD, #E1F5FE, #B3E5FC, #E0F7FA);
  background-size: 400% 400%;
  animation: gradientAnimation 15s ease infinite;
  position: relative;
  overflow: hidden;
}

/* Wave Animation */
.header-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
  /* Ensure it sits above texture/content */
}

.waves {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: -7px;
  /* Fix for safari gap */
  min-height: 100px;
  max-height: 150px;
}

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/* Mobile check */
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}

/* Texture Overlay */
.header-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(#ffffff 1px, transparent 1px),
    radial-gradient(#ffffff 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

/* Ensure content is above texture */
header .container-fluid {
  position: relative;
  z-index: 1;
  padding-bottom: 0.5rem !important;
  /* Reduced to fix large header height */
}

\n