@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Black.woff2") format("woff2"), url("../fonts/Raleway-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraLight.woff2") format("woff2"), url("../fonts/Raleway-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Thin.woff2") format("woff2"), url("../fonts/Raleway-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/Roboto-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2"), url("../fonts/Roboto-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #999;
  font-weight: 400;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999;
  font-weight: 400;
  transition: color 0.3s ease;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
textarea:hover,
select:hover {
  box-shadow: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border-color: #FF6600 !important;
  background: #ffffff;
  box-shadow: none;
  outline: none;
}
input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
textarea:active,
select:active {
  border-color: #FF6600 !important;
  box-shadow: none;
  outline: none;
}

html {
  font-size: 100%;
  font-size: 16px;
}

body {
  font-family: "Raleway", sans-serif !important;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
figure,
blockquote,
dl,
dd,
ul,
ol,
li,
pre {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #FF6600;
}

.container {
  max-width: 1600px !important;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.heading .heading-title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  text-transform: uppercase;
  color: #121212;
}
.heading .btn-view-all {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  background-color: #121212;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  box-shadow: 6px 6px 0 #3D3D3D;
  transform: translateY(0);
  border-radius: 0;
  font-size: 1rem;
  white-space: nowrap;
}
.heading .btn-view-all svg {
  transition: transform 0.2s ease-in-out;
}
.heading .btn-view-all:hover {
  background-color: #121212;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 8px 8px 0 #222;
}
.heading .btn-view-all:hover svg {
  transform: translateX(4px);
}
.heading .btn-view-all:active {
  background-color: #121212 !important;
  color: #ffffff !important;
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 #3D3D3D;
}
@media (max-width: 576px) {
  .heading .btn-view-all {
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
  }
}

.btn-grab {
  background: #121212;
  color: #ffffff;
  font-weight: 500;
  border: none;
  padding: 8px 18px;
  display: inline-flex;
  align-items: center;
  gap: 3.125rem;
  cursor: pointer;
  box-shadow: 4px 4px 0 #3D3D3D;
  transition: all 0.2s ease;
  border-radius: 0;
  font-size: 1rem;
}
.btn-grab:hover {
  background: #121212;
  color: #ffffff;
  box-shadow: 6px 6px 0 #222;
  transform: translateY(-2px);
}
.btn-grab:active {
  background: #121212 !important;
  color: #ffffff !important;
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 #111;
}

.slider-arrow {
  width: 3.4375rem !important;
  height: 2.8125rem !important;
  background-color: #121212;
  opacity: 0;
  transform: translateY(-50%) scale(0.9);
  box-shadow: 4px 4px 0 #3D3D3D;
  transition: all 0.25s ease;
  display: none;
}
@media (max-width: 567px) {
  .slider-arrow {
    display: none !important;
  }
}
.slider-arrow:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: 6px 6px 0 #222;
}
.slider-arrow.swiper-button-prev {
  left: 0;
  top: 55%;
}
.slider-arrow.swiper-button-prev::after {
  content: url("data:image/svg+xml,%3Csvg width='21' height='8' viewBox='0 0 21 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 3.24996H20.75L20.75 4.74996L20 4.74996L20 3.99996L20 3.24996ZM20 3.99996L20 4.74996L1 4.74996V3.99996V3.24996L20 3.24996L20 3.99996ZM3.87097 0L4.62097 3.1726e-08C4.62097 2.59998 2.57509 4.75 5.72205e-06 4.75V4V3.25C1.70068 3.25 3.12097 1.8183 3.12097 -3.1726e-08L3.87097 0ZM5.72205e-06 4V3.25C2.57506 3.25 4.62106 5.39999 4.62106 8H3.87106H3.12106C3.12106 6.18172 1.7007 4.75 5.72205e-06 4.75V4Z' fill='white'/%3E%3C/svg%3E%0A");
  top: -0.625rem;
  left: 35%;
  position: absolute;
}
@media (max-width: 991px) {
  .slider-arrow.swiper-button-prev::after {
    top: -0.9rem;
  }
}
@media (max-width: 767px) {
  .slider-arrow.swiper-button-prev::after {
    top: -1.2rem;
  }
}
.slider-arrow.swiper-button-next {
  right: 0;
  top: 55%;
}
.slider-arrow.swiper-button-next::after {
  content: url("data:image/svg+xml,%3Csvg width='21' height='8' viewBox='0 0 21 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 3.24996H-5.96046e-08L5.96046e-08 4.74996L0.75 4.74996L0.75 3.99996L0.75 3.24996ZM0.75 3.99996L0.75 4.74996L19.75 4.74996V3.99996V3.24996L0.75 3.24996L0.75 3.99996ZM16.879 0L16.129 3.1726e-08C16.129 2.59998 18.1749 4.75 20.75 4.75V4V3.25C19.0493 3.25 17.629 1.8183 17.629 -3.1726e-08L16.879 0ZM20.75 4V3.25C18.1749 3.25 16.1289 5.39999 16.1289 8H16.8789H17.6289C17.6289 6.18172 19.0493 4.75 20.75 4.75V4Z' fill='white'/%3E%3C/svg%3E%0A");
  top: -0.625rem;
  left: 35%;
  position: absolute;
}
@media (max-width: 991px) {
  .slider-arrow.swiper-button-next::after {
    top: -0.9rem;
  }
}
@media (max-width: 767px) {
  .slider-arrow.swiper-button-next::after {
    top: -1.2rem;
  }
}

.swiper {
  position: relative;
}
.swiper::before {
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
  height: 100%;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
@media (max-width: 567px) {
  .swiper::before {
    display: none !important;
  }
}
.swiper::after {
  content: "";
  background: linear-gradient(to left, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
  height: 100%;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
@media (max-width: 567px) {
  .swiper::after {
    display: none !important;
  }
}

.brand-card {
  position: relative;
  background: #ffffff;
  overflow: hidden;
  border: 1px solid #DBDBDB;
  text-align: center;
  transform-style: preserve-3d;
  cursor: pointer;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 1.25rem;
}
.brand-card:hover {
  box-shadow: none;
}
.brand-card:hover .brand-logo {
  transform: scale(1.05);
}
.brand-card .brand-tag {
  background: #FF6600;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.5rem 3px;
}
.brand-card .brand-logo {
  width: 190px;
  height: 70px;
  display: block;
  margin: 2.25rem auto 2.1875rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.brand-card .brand-logo:hover {
  transform: scale(1.05);
}
.brand-card .brand-bottom {
  margin: 0 0.9375rem;
}
.brand-card .brand-bottom .btn-grab {
  width: 100%;
  padding: 0.75rem 0.6rem;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .brand-card .brand-tag {
    font-size: 0.875rem;
  }
  .brand-card .brand-logo {
    width: 160px;
    height: 50px;
    margin: 1.25rem auto 1.5rem;
  }
}

.product-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  box-shadow: 8px 8px 0 #EAEAEA;
  padding: 0.9375rem;
  overflow: hidden;
  transition: all 0.35s ease;
  transform-style: preserve-3d;
  cursor: pointer;
}
.product-card:hover {
  transform: translateY(-8px) rotateX(4deg) rotateY(-3deg) scale(1.02);
  box-shadow: 12px 12px 0 rgba(80, 80, 80, 0.3);
}
.product-card .brand-tag {
  background: #FF6600;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 5px 12px;
  display: inline-block;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.product-card .product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.4375rem;
  margin-bottom: 0.9375rem;
  width: 100%;
  height: 180px;
}
.product-card .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease-in-out;
  margin: 0 auto;
}
.product-card .product-image img:hover {
  transform: scale(1.05);
}
.product-card .product-info {
  text-align: left;
}
.product-card .product-info h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #121212;
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-card .product-info .price {
  font-size: 1rem;
  font-weight: 600;
  color: #FF6600;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-family: "poppins", sans-serif;
}
.product-card .product-info .price del {
  color: #121212;
}
.product-card .product-info .price span {
  color: #FF6600;
}
.product-card .divider {
  border-top: 1px dashed #C0C0C0;
  margin: 0.9375rem 0;
}
.product-card .rewards-btn {
  background: #121212;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0.9375rem;
  display: inline-block;
  border: none;
  border-radius: 0;
  box-shadow: 4px 4px 0 #3D3D3D;
  transition: all 0.3s ease;
  font-family: "poppins", sans-serif;
}
.product-card .rewards-btn:hover {
  background: #121212;
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
}
.product-card .best-price {
  margin-top: 1rem;
  font-size: 0.9375rem;
  color: #3D3D3D;
  font-weight: 500;
}
.product-card .best-price strong {
  display: block;
  font-size: 1.25rem;
  color: #FF6600;
  font-weight: 700;
  margin-top: 2px;
  font-family: "poppins", sans-serif;
}
@media (max-width: 768px) {
  .product-card {
    padding: 0.75rem;
  }
  .product-card .product-info h5 {
    font-size: 0.875rem;
  }
  .product-card .rewards-btn {
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
  }
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #CFCFCF;
}
.header .navbar {
  padding: 1.25rem 0;
}
.header .navbar .logo-humurger-wrapper {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
.header .navbar .logo-humurger-wrapper .humburger {
  cursor: pointer;
}
.header .navbar .logo-humurger-wrapper .main-logo {
  width: 100%;
  height: auto;
  max-width: 230px;
}
.header .navbar .menu-icon {
  font-size: 1.3rem;
  cursor: pointer;
  color: #000;
}
.header .navbar .logo {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header .navbar .search-box {
  width: 100%;
  max-width: 500px;
  position: relative;
}
.header .navbar .search-box input {
  width: 100%;
  border: 1px solid #B2B2B2;
  border-radius: 2px;
  padding: 0.75rem 0.75rem 0.75rem 2.1875rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
.header .navbar .search-box input:focus {
  border-color: #121212;
}
.header .navbar .search-box svg {
  position: absolute;
  left: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
}
.header .navbar .login-btn {
  background-color: #121212;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  box-shadow: 0 8px #3D3D3D;
  transition: all 0.1s ease-in-out;
}
.header .navbar .login-btn:active {
  box-shadow: 0 1px #3D3D3D;
  transform: translateY(3px);
  background: #121212;
  color: #ffffff;
}
@media (max-width: 991px) {
  .header .navbar .search-box {
    display: none;
  }
  .header .navbar .mobile-search-icon {
    display: block;
  }
}
@media (max-width: 576px) {
  .header .navbar .login-btn {
    padding: 8px 14px;
    font-size: 0.9rem;
  }
}

.hero-slider:hover .swiper::before {
  opacity: 1;
}
.hero-slider:hover .swiper::after {
  opacity: 1;
}
.hero-slider:hover .slider-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.hero-slider .slider-arrow.swiper-button-prev {
  left: 2rem;
}
.hero-slider .slider-arrow.swiper-button-next {
  right: 2rem;
}
.hero-slider .heroSwiper {
  position: relative;
  overflow: hidden;
  padding: 3.125rem 1rem;
}
.hero-slider .heroSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider .heroSwiper .swiper-slide .banner-img {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  box-shadow: 8px 8px 0 #3D3D3D;
}
.hero-slider .heroSwiper .swiper-slide .banner-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .heroSwiper .swiper-slide .banner-img:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 0 #3D3D3D;
}
.hero-slider .heroSwiper .swiper-slide .banner-img:hover img {
  transform: scale(1.02);
}
.hero-slider .hero-pagination-mobile {
  display: none;
}

.top-categories-sec {
  margin: 1.25rem 0 3.75rem 0px;
}
.top-categories-sec:hover .swiper::before {
  opacity: 1;
}
.top-categories-sec:hover .swiper::after {
  opacity: 1;
}
.top-categories-sec:hover .slider-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.top-categories-sec .topCategoriesSwiper .swiper-slide {
  text-align: center;
  transition: all 0.3s ease;
}
.top-categories-sec .topCategoriesSwiper .swiper-slide .category-card {
  background: #F6F6F6;
  padding: 10px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-categories-sec .topCategoriesSwiper .swiper-slide .category-card img {
  width: 100%;
  max-width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: block;
  transition: transform 0.3s ease;
}
.top-categories-sec .topCategoriesSwiper .swiper-slide .category-card:hover {
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 #b5b5b5;
}
.top-categories-sec .topCategoriesSwiper .swiper-slide .category-card:hover img {
  transform: scale(1.05);
}
.top-categories-sec .topCategoriesSwiper .swiper-slide h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #121212;
  margin: 1.875rem 0 0 0;
}

.flash-deal-sec {
  background-image: url("../images/flash-deal-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 5rem 0;
}
.flash-deal-sec:hover .swiper::before {
  opacity: 1;
}
.flash-deal-sec:hover .swiper::after {
  opacity: 1;
}
.flash-deal-sec:hover .slider-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.flash-deal-sec .heading .heading-title {
  color: #ffffff;
}
.flash-deal-sec .heading .btn-view-all {
  background-color: #ffffff;
  color: #121212;
  box-shadow: 6px 6px 0 #929292;
}
.flash-deal-sec .heading .btn-view-all svg path {
  fill: #121212;
}
.flash-deal-sec .heading .btn-end-deal {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: linear-gradient(80.73deg, #EA8603 0%, #FDCE01 92.98%);
  color: #121212;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  box-shadow: 6px 6px 0 #796300;
  transform: translateY(0);
  border-radius: 0;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
}
.flash-deal-sec .heading .btn-end-deal svg {
  transition: transform 0.2s ease-in-out;
}
.flash-deal-sec .heading .btn-end-deal:hover {
  background: linear-gradient(80.73deg, #EA8603 0%, #FDCE01 92.98%);
  color: #121212;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 8px 8px 0 #836b01;
}
.flash-deal-sec .heading .btn-end-deal:hover svg {
  transform: translateX(4px);
}
.flash-deal-sec .heading .btn-end-deal:active {
  background: linear-gradient(80.73deg, #EA8603 0%, #FDCE01 92.98%) !important;
  color: #121212 !important;
  transform: translate(3px, 3px);
  box-shadow: 4px 4px 0 #796300;
}
@media (max-width: 576px) {
  .flash-deal-sec .heading .btn-end-deal {
    padding: 0.625rem 1.25rem;
    font-size: 0.9rem;
  }
}
.flash-deal-sec .flashDealSwiper {
  padding: 2.5rem 0.625rem;
}
.flash-deal-sec .flashDealSwiper:hover .slider-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.flash-deal-sec .deal-card {
  position: relative;
  background: #F9F9FD;
  box-shadow: 8px 8px 0 #929292;
  transition: all 0.3s ease;
  overflow: hidden;
}
.flash-deal-sec .deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 #929292;
}
.flash-deal-sec .deal-card .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
  background: #FF6600;
}
.flash-deal-sec .deal-card .brand-logo-main {
  display: flex;
  justify-content: end;
  margin: 1rem 1rem 0 0;
}
.flash-deal-sec .deal-card .brand-logo-main .brand-logo {
  width: 80px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.flash-deal-sec .deal-card .deal-body {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
.flash-deal-sec .deal-card .deal-body img {
  width: 9.375rem;
  height: 9.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.flash-deal-sec .deal-card .deal-body .content {
  flex: 1;
}
.flash-deal-sec .deal-card .deal-body .content h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
}
.flash-deal-sec .deal-card .deal-body .content p {
  font-family: "Roboto", sans-serif;
  color: #3D3D3D;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
}
.flash-deal-sec .deal-card .deal-body .content .price-text {
  margin-top: 14px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #FF6600;
  font-family: "Roboto", sans-serif;
}
.flash-deal-sec .deal-card .deal-body .content .price-text del {
  color: #121212;
  margin-left: 4px;
}
.flash-deal-sec .slider-arrow {
  background-color: #ffffff;
  box-shadow: 4px 4px 0 #929292;
}
.flash-deal-sec .slider-arrow.swiper-button-next::after,
.flash-deal-sec .slider-arrow.swiper-button-prev::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(13%) saturate(7488%) hue-rotate(120deg) brightness(98%) contrast(101%);
}
@media (max-width: 991px) {
  .flash-deal-sec .deal-card {
    box-shadow: 5px 5px 0 #555;
  }
}
.flash-deal-sec .infinite-offer-banner {
  overflow: hidden;
}
.flash-deal-sec .infinite-offer-banner .marquee {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.flash-deal-sec .infinite-offer-banner .marquee .marquee-inner {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  animation: scroll-left 18s linear infinite;
}
.flash-deal-sec .infinite-offer-banner .marquee .marquee-inner .offer-item {
  display: inline-flex;
  align-items: center;
  gap: 2.1875rem;
}
.flash-deal-sec .infinite-offer-banner .marquee .marquee-inner .offer-item .text-item {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 500;
  white-space: nowrap;
}
.flash-deal-sec .infinite-offer-banner .marquee .marquee-inner .offer-item .icon-item svg {
  width: 25px;
  height: auto;
  animation: star-glow 2s infinite ease-in-out;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes star-glow {
  0%, 100% {
    opacity: 0.7;
    filter: drop-shadow(0 0 4px #ffc400);
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 8px #ffdf5a);
  }
}

.popluar-brand-sec {
  margin: 3.75rem 0;
}
.popluar-brand-sec:hover .swiper::before {
  opacity: 1;
}
.popluar-brand-sec:hover .swiper::after {
  opacity: 1;
}
.popluar-brand-sec:hover .slider-arrow {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  display: flex;
}

.top-deals-sec {
  padding-bottom: 1.25rem;
}
.top-deals-sec:hover .swiper::before {
  opacity: 1;
}
.top-deals-sec:hover .swiper::after {
  opacity: 1;
}
.top-deals-sec:hover .slider-arrow {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  display: flex;
}
.top-deals-sec .heading {
  margin-bottom: 0;
}
.top-deals-sec .swiper {
  padding: 1.875rem 1.25rem;
}
.top-deals-sec .top-deal-card.amazon-deal-card {
  background-color: #DBF5FF;
  box-shadow: 8px 8px 0 #BCECFF;
}
.top-deals-sec .top-deal-card.amazon-deal-card:hover {
  box-shadow: 10px 10px 0 #BCECFF;
}
.top-deals-sec .top-deal-card.flipkart-deal-card {
  background: linear-gradient(80.73deg, #ECEBED 0%, #EEE1FF 92.98%);
  box-shadow: 8px 8px 0 #E3CDFE;
}
.top-deals-sec .top-deal-card.flipkart-deal-card:hover {
  box-shadow: 10px 10px 0 #E3CDFE;
}
.top-deals-sec .top-deal-card {
  position: relative;
  background: #F9F9FD;
  box-shadow: 8px 8px 0 #929292;
  transition: all 0.3s ease;
  overflow: hidden;
}
.top-deals-sec .top-deal-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 #929292;
}
.top-deals-sec .top-deal-card .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 10px;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ffffff;
  z-index: 2;
  background: #FF6600;
}
.top-deals-sec .top-deal-card .top-brand-logo-main {
  display: flex;
  justify-content: end;
  margin: 1rem 1rem 0 0;
}
.top-deals-sec .top-deal-card .top-brand-logo-main .brand-logo {
  width: 80px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-deals-sec .top-deal-card .deal-body {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
}
.top-deals-sec .top-deal-card .deal-body img {
  width: 9.375rem;
  height: 9.375rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-deals-sec .top-deal-card .deal-body .content {
  flex: 1;
}
.top-deals-sec .top-deal-card .deal-body .content h6 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
}
.top-deals-sec .top-deal-card .deal-body .content p {
  font-family: "Roboto", sans-serif;
  color: #3D3D3D;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
}
.top-deals-sec .top-deal-card .deal-body .content .price-text {
  margin-top: 14px;
  font-weight: 500;
  font-size: 1.125rem;
  color: #FF6600;
  font-family: "Roboto", sans-serif;
}
.top-deals-sec .top-deal-card .deal-body .content .price-text del {
  color: #121212;
  margin-left: 4px;
}

.top-selling-mobile-app {
  margin-bottom: 1.25rem;
}
.top-selling-mobile-app .heading {
  margin-bottom: 0;
}
.top-selling-mobile-app:hover .swiper::before {
  opacity: 1;
}
.top-selling-mobile-app:hover .swiper::after {
  opacity: 1;
}
.top-selling-mobile-app:hover .slider-arrow {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  display: flex;
}
.top-selling-mobile-app .swiper {
  padding: 2.5rem 0.625rem;
}

.how-cashback-work-sec:hover .swiper::before {
  opacity: 1;
}
.how-cashback-work-sec:hover .swiper::after {
  opacity: 1;
}
.how-cashback-work-sec:hover .slider-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.how-cashback-work-sec .heading {
  margin-bottom: 0;
}
.how-cashback-work-sec .swiper {
  padding: 2.5rem 0.625rem;
}
.how-cashback-work-sec .cashback-info-card {
  position: relative;
  background: rgba(255, 102, 0, 0.05);
  box-shadow: 0px 8px 0px rgba(255, 102, 0, 0.38);
  border-radius: 0;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
  overflow: hidden;
  cursor: pointer;
  /* Responsive Design */
}
.how-cashback-work-sec .cashback-info-card:hover {
  transform: translateY(-8px) rotateX(3deg) rotateY(-2deg) scale(1.02);
  box-shadow: 8px 8px 0 rgba(255, 102, 0, 0.38);
}
.how-cashback-work-sec .cashback-info-card .cashback-content {
  flex: 1;
  z-index: 2;
}
.how-cashback-work-sec .cashback-info-card .cashback-content h3 {
  color: #FF6600;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
  line-height: 1.3;
}
.how-cashback-work-sec .cashback-info-card .cashback-content p {
  color: #3D3D3D;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.how-cashback-work-sec .cashback-info-card .cashback-image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  text-align: right;
}
.how-cashback-work-sec .cashback-info-card .cashback-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.25));
  transition: transform 0.4s ease;
}
.how-cashback-work-sec .cashback-info-card .cashback-image img:hover {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .how-cashback-work-sec .cashback-info-card {
    flex-direction: column;
    text-align: center;
    padding: 0.625rem;
  }
  .how-cashback-work-sec .cashback-info-card .cashback-image {
    width: 120px;
    height: 120px;
    text-align: center;
    margin-top: 10px;
  }
  .how-cashback-work-sec .cashback-info-card .cashback-content h3 {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .how-cashback-work-sec .cashback-info-card .cashback-image {
    width: 100px;
    height: 100px;
  }
}

.refer-sec {
  margin: 1.25rem 0 3.75rem 0;
}
.refer-sec .refer-main img {
  width: 100%;
  height: 100%;
}

.today-coupan-code-sec:hover .swiper::before {
  opacity: 1;
}
.today-coupan-code-sec:hover .swiper::after {
  opacity: 1;
}
.today-coupan-code-sec:hover .slider-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.today-coupan-code-sec .coupon-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-right: 0;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  /* Brand Logo */
  /* Offer Content */
}
.today-coupan-code-sec .coupon-card .coupon-card-content {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-height: 100%;
}
.today-coupan-code-sec .coupon-card .brand-logo {
  text-align: center;
}
.today-coupan-code-sec .coupon-card .brand-logo img {
  width: 100%;
  max-width: 160px;
  height: 50px;
  transition: transform 0.4s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.today-coupan-code-sec .coupon-card .brand-logo img:hover {
  transform: scale(1.05);
}
.today-coupan-code-sec .coupon-card .offer-details {
  text-align: center;
  padding: 0 10px;
}
.today-coupan-code-sec .coupon-card .offer-details h5 {
  font-size: 1.125rem;
  color: #121212;
  font-weight: 600;
  margin-bottom: 5px;
}
.today-coupan-code-sec .coupon-card .offer-details h4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #FF6600;
  margin-bottom: 8px;
}
.today-coupan-code-sec .coupon-card .expire-text {
  font-size: 15px;
  color: #3D3D3D;
  margin: 0;
}
.today-coupan-code-sec .coupon-card .coupon-tag {
  position: relative;
  width: 80px;
  background: url("../images/coupan-shape.png");
  background-size: contain;
  width: 76px;
  height: 217px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  z-index: 1;
}
.today-coupan-code-sec .coupon-card .coupon-tag span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  writing-mode: vertical-rl;
  letter-spacing: 0.5px;
  font-size: 16px;
  font-weight: 500;
}

.popular-sell-online-sec {
  margin: 3.75rem 0;
}
.popular-sell-online-sec .popular-sell-link.amazon-link img {
  box-shadow: 8px 8px 0px #CAE2E1;
}
.popular-sell-online-sec .popular-sell-link.myntra-link img {
  box-shadow: 8px 8px 0px #F5D2CE;
}
.popular-sell-online-sec .popular-sell-link.flipkart-link img {
  box-shadow: 8px 8px 0px #D4B52E;
}
.popular-sell-online-sec .popular-sell-link img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 8px 8px 0px rgba(255, 102, 0, 0.38);
  transition: all 0.4s ease-in-out;
}
.popular-sell-online-sec .popular-sell-link img:hover {
  transform: translateY(-8px);
  box-shadow: 4px 4px 0px rgba(255, 102, 0, 0.5);
}

.popular-stores-sec .accordion-item {
  border: none;
  background: transparent;
}
.popular-stores-sec .accordion-item .accordion-button {
  background: none;
  box-shadow: none;
  padding: 0;
}
.popular-stores-sec .accordion-item .accordion-button:not(.collapsed) {
  color: #FF6600;
  background: none;
}
.popular-stores-sec .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.popular-stores-sec .accordion-item .accordion-body {
  padding: 0;
}
.popular-stores-sec .store-list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.625rem 2.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 50px;
}
.popular-stores-sec .store-list ul li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #121212;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.3s ease;
}
.popular-stores-sec .store-list ul li a .icon {
  display: flex;
  align-items: center;
}
.popular-stores-sec .store-list ul li a .icon svg {
  transition: transform 0.3s ease;
}
.popular-stores-sec .store-list ul li a:hover {
  color: #FF6600;
}
.popular-stores-sec .store-list ul li a:hover .icon svg {
  transform: translateX(4px);
}
.popular-stores-sec .store-list ul li a:hover .icon svg path {
  fill: #FF6600;
}
@media (max-width: 992px) {
  .popular-stores-sec .store-list ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem 1.25rem;
  }
}
@media (max-width: 576px) {
  .popular-stores-sec .store-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

.client-sec {
  padding-bottom: 1.25rem;
}
.client-sec:hover .swiper::before {
  opacity: 1;
}
.client-sec:hover .swiper::after {
  opacity: 1;
}
.client-sec:hover .slider-arrow {
  display: flex;
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.client-sec .swiper {
  padding: 0.5rem 0.625rem 2.5rem 0.625rem;
}
.client-sec .testimonial-card {
  background: #ffffff;
  border: 1px solid #DBDBDB;
  padding: 1.25rem;
  border-radius: 0;
  position: relative;
}
.client-sec .testimonial-card .icon {
  width: 100%;
  display: flex;
  justify-content: end;
  margin-bottom: 20px;
  position: absolute;
  right: 0.9375rem;
  bottom: -0.3125rem;
}
.client-sec .testimonial-card .client-card-content {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.client-sec .testimonial-card .client-img {
  flex-shrink: 0;
}
.client-sec .testimonial-card .client-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #FF6600;
  transition: transform 0.4s ease;
}
.client-sec .testimonial-card .client-img img:hover {
  transform: scale(1.05);
}
.client-sec .testimonial-card .testimonial-content {
  flex: 1;
  position: relative;
}
.client-sec .testimonial-card .testimonial-content .message {
  font-size: 1rem;
  line-height: 1.6;
  color: #121212;
  font-weight: 500;
  margin-bottom: 15px;
}
.client-sec .testimonial-card .testimonial-content .client-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #3D3D3D;
}

.main-footer {
  background-color: #121212;
}
.main-footer .footer-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.main-footer .footer-top-row {
  padding: 3.125rem 0 1.875rem 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.main-footer .social-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.main-footer .social-links li {
  margin-bottom: 0 !important;
}
.main-footer .social-links li a {
  border: 1.5px solid #4E4E4E;
  border-radius: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
}
.main-footer .social-links li a svg {
  width: 1.125rem !important;
  height: 1.125rem !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-footer .footer-links li {
  margin-bottom: 20px;
}
.main-footer .footer-links li:last-child {
  margin-bottom: 0;
}
.main-footer .footer-links li a {
  color: #C4C4C4;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  font-weight: 500;
}
.main-footer .footer-links li a svg {
  width: 8px;
  height: 13px;
  transition: transform 0.3s ease;
}
.main-footer .footer-links li a svg path {
  transition: fill 0.3s ease;
}
.main-footer .footer-links li a:hover {
  color: #FF6600;
  transform: translateX(4px);
}
.main-footer .footer-links li a:hover svg path {
  fill: #FF6600;
}
.main-footer .social-icons .icon {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease;
}
.main-footer .social-icons .icon:hover {
  background-color: #FF6600;
  border-color: #FF6600;
  transform: translateY(-3px);
}
.main-footer .footer-bottom {
  padding: 1.25rem 0;
  font-size: 1rem;
  color: #C4C4C4;
  border-top: 1px solid #303030;
}

.breadcrumb-sec {
  margin: 3.125rem 0;
}
.breadcrumb-sec .breadcrumb-content {
  background-image: url("../images/hero-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2.8125rem 0;
  filter: drop-shadow(0px 12px 0px rgba(125, 74, 222, 0.34));
  text-align: center;
}
.breadcrumb-sec .breadcrumb-content h4 {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}
.breadcrumb-sec .breadcrumb-content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}
.breadcrumb-sec .breadcrumb-content ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  gap: 0.375rem;
}
.breadcrumb-sec .breadcrumb-content ul li a {
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
@media (max-width: 991px) {
  .breadcrumb-sec {
    margin: 2rem 0;
  }
}

.product-filter-by-sec {
  margin: 1.875rem 0 3.75rem 0;
}
.product-filter-by-sec .custom-tabs {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  padding: 6px;
  margin: 0 auto 3.125rem;
  overflow: hidden;
  width: 100%;
  max-width: 60%;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  flex-wrap: nowrap;
  overflow-x: auto;
}
.product-filter-by-sec .custom-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.product-filter-by-sec .custom-tabs .nav-item .nav-link {
  width: 100%;
  color: #121212;
  background: transparent;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 0;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 0 -2px 0 transparent;
}
.product-filter-by-sec .custom-tabs .nav-item .nav-link:hover {
  color: #FF6600;
}
.product-filter-by-sec .custom-tabs .nav-item .nav-link.active {
  background: #FF6600;
  color: #ffffff;
  box-shadow: 4px 4px 0 #B44800;
  transform: translateY(-2px);
  transition: 0.2s ease-in-out;
}
.product-filter-by-sec .tab-content .sort-products-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.75rem;
}
@media (max-width: 1200px) {
  .product-filter-by-sec .tab-content .sort-products-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .product-filter-by-sec .tab-content .sort-products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product-filter-by-sec .tab-content .sort-products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .product-filter-by-sec .tab-content .sort-products-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .product-filter-by-sec .custom-tabs {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 567px) {
  .product-filter-by-sec .custom-tabs {
    max-width: 100%;
  }
  .product-filter-by-sec .custom-tabs .nav-item {
    width: 100%;
    min-width: 80px;
  }
  .product-filter-by-sec .custom-tabs .nav-item .nav-link {
    padding: 0.5rem 0;
  }
}

.filter-left-sidebar .filter-button-wrapper .btn-grab {
  padding: 0.6875rem 1.3125rem;
  gap: 1.8rem;
}
.filter-left-sidebar .filter-by-title {
  color: #121212;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.filter-left-sidebar .filter-sidebar {
  position: fixed;
  top: 0;
  left: -380px;
  width: 100%;
  max-width: 320px;
  height: 100%;
  background: #fff;
  box-shadow: 6px 0 15px rgba(0, 0, 0, 0.15);
  z-index: 1200;
  transition: all 0.4s ease;
}
.filter-left-sidebar .filter-sidebar.active {
  left: 0;
}
.filter-left-sidebar .filter-sidebar .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
.filter-left-sidebar .filter-sidebar .filter-header h4 {
  font-weight: 500;
  font-size: 1.25rem;
  color: #121212;
}
.filter-left-sidebar .filter-sidebar .filter-header .reset-filter {
  color: #FF6600;
  font-weight: 500;
  text-decoration: none;
  font-size: 1rem;
}
.filter-left-sidebar .filter-sidebar .filter-header .close-filter {
  border: none;
  border-radius: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 3px 3px 0px rgba(255, 255, 255, 0.53);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -55px;
  top: 12px;
  z-index: 10;
}
.filter-left-sidebar .filter-sidebar .filter-header .close-filter:hover {
  background: #FF6600;
}
.filter-left-sidebar .filter-sidebar .filter-header .close-filter:hover svg path {
  fill: #ffffff;
}
.filter-left-sidebar .filter-sidebar .filter-body {
  position: absolute;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 0 1.25rem 1.25rem 1.25rem;
  scrollbar-width: thin;
  scrollbar-color: #afafaf #f3f3f3;
  scrollbar-width: thin;
  scrollbar-color: #afafaf #f3f3f3;
}
.filter-left-sidebar .filter-sidebar .filter-body::-webkit-scrollbar {
  width: 8px;
}
.filter-left-sidebar .filter-sidebar .filter-body::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 10px;
}
.filter-left-sidebar .filter-sidebar .filter-body::-webkit-scrollbar-thumb {
  background: #afafaf;
  border-radius: 10px;
  border: 2px solid #f3f3f3;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.filter-left-sidebar .filter-sidebar .filter-body::-webkit-scrollbar-thumb:hover {
  background: #afafaf;
}
.filter-left-sidebar .filter-sidebar .filter-body::-webkit-scrollbar-corner {
  background: transparent;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group {
  padding-bottom: 1.25rem;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-title.active h5 {
  color: #FF6600;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-title.active .toggle-icon svg path {
  fill: #FF6600;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-title h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #121212;
  margin: 0;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-title .toggle-icon {
  transition: transform 0.3s;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-title.active .toggle-icon {
  transform: rotate(180deg);
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content {
  display: none;
  margin-top: 0.75rem;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content input[type=text] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-size: 1rem;
  color: #121212;
  margin-bottom: 1rem;
  font-family: "poppins", sans-serif;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 160px;
  overflow-y: auto;
  scrollbar-color: #FF6600 #f2f2f2;
  scrollbar-width: thin;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul::-webkit-scrollbar {
  width: 4px;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul::-webkit-scrollbar-thumb {
  background: #FF6600;
  border-radius: 10px;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li {
  margin-bottom: 0.75rem;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li:last-child {
  margin-bottom: 0px;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li label {
  font-size: 0.9375rem;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 500;
  cursor: pointer;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #cccccc;
  border-radius: 0;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  transition: all 0.25s ease;
  display: inline-block;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li input[type=checkbox]:hover {
  border-color: #FF6600;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li input[type=checkbox]:checked {
  background-color: #FF6600;
  border-color: #FF6600;
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.3);
}
.filter-left-sidebar .filter-sidebar .filter-body .filter-group .filter-content ul li input[type=checkbox]:disabled {
  background: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.filter-left-sidebar .filter-sidebar .filter-body .price-input {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.filter-left-sidebar .filter-sidebar .filter-body .price-input input {
  width: 89px;
  padding: 0.375rem 0.375rem;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-size: 1rem;
  color: #121212;
  text-align: center;
  font-family: "poppins", sans-serif;
}
.filter-left-sidebar .filter-sidebar .filter-body .price-input .btn-go {
  background: #121212;
  color: #ffffff;
  border: none;
  padding: 0.4375rem 1.1875rem;
  border-radius: 0;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1rem;
}
.filter-left-sidebar .filter-sidebar .filter-body .price-input .btn-go:hover {
  background: #FF6600;
}
.filter-left-sidebar .filter-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
  transition: 0.3s;
}
.filter-left-sidebar .filter-overlay.active {
  opacity: 1;
  visibility: visible;
}

.product-detail-compare-sec {
  margin: 3.125rem 0;
}
.product-detail-compare-sec .product-gallery .main-image {
  width: 100%;
  height: 515px;
  padding: 0.9375rem;
  text-align: center;
  margin-bottom: 0.9375rem;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  box-shadow: 0.5rem 0px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-compare-sec .product-gallery .main-image img {
  width: 350px;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: opacity 0.3s ease-in-out;
}
.product-detail-compare-sec .product-gallery .thumbnail-row {
  display: flex;
  gap: 0.75rem;
}
.product-detail-compare-sec .product-gallery .thumbnail-row .thumb {
  border: 1px solid #DEDEDE;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 70px;
  height: 70px;
  background: #ffffff;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-compare-sec .product-gallery .thumbnail-row .thumb img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-compare-sec .product-gallery .thumbnail-row .thumb:hover {
  border-color: #FF6600;
  transform: translateY(-2px);
}
.product-detail-compare-sec .product-gallery .thumbnail-row .thumb.active {
  border-color: #FF6600;
  box-shadow: 3px 3px 0 rgba(255, 102, 0, 0.3);
}
.product-detail-compare-sec .product-info .product-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #121212;
}
.product-detail-compare-sec .product-info .variant-section {
  margin: 20px 0;
}
.product-detail-compare-sec .product-info .variant-section .label,
.product-detail-compare-sec .product-info .colour-section .label {
  font-weight: 600;
  font-size: 15px;
  color: #121212;
  margin-bottom: 0.75rem;
}
.product-detail-compare-sec .product-info .variant-options {
  display: flex;
  gap: 1rem;
}
.product-detail-compare-sec .product-info .variant-options button {
  border: 1px solid #9F9F9F;
  background: #ffffff;
  padding: 0.375rem 0.625rem;
  border-radius: 0;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  font-family: "roboto", sans-serif;
}
.product-detail-compare-sec .product-info .variant-options button.active {
  border-color: #FF6600;
  background: #FF6600;
  color: #ffffff;
}
.product-detail-compare-sec .product-info .variant-options button:hover {
  border-color: #FF6600;
}
.product-detail-compare-sec .product-info select {
  border: 1px solid #9F9F9F;
  background-color: #ffffff;
  padding: 0.625rem 0.5rem;
  border-radius: 0;
  width: 200px;
  outline: none;
  transition: 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}
.product-detail-compare-sec .product-info select:focus {
  border-color: #FF6600;
}
.product-detail-compare-sec .retailer-section {
  margin-top: 20px;
}
.product-detail-compare-sec .retailer-section .section-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #121212;
}
.product-detail-compare-sec .retailer-section .swiper {
  padding: 20px 0;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card {
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.9375rem;
  box-shadow: 4px 4px 0 rgba(255, 102, 0, 0.3);
  transition: all 0.3s;
  width: 100%;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card:hover {
  transform: translateY(-5px);
  box-shadow: 6px 6px 0 rgba(255, 102, 0, 0.4);
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card.out-stock {
  opacity: 0.6;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-header img {
  width: 74px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body {
  border-top: 1px dashed #CECECE;
  border-bottom: 1px dashed #CECECE;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #3D3D3D;
  margin-bottom: 1.25rem;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body .seller-price {
  font-weight: 500;
  font-family: "roboto", sans-serif;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body .seller-price span {
  float: right;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body .seller-price span del {
  color: #3D3D3D;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body .cashback {
  color: #FF6600;
  font-weight: 600;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body .best-price {
  font-weight: 600;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .retailer-card .retailer-body .best-price strong {
  font-family: "roboto", sans-serif;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-button-disabled {
  display: none;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-button-next,
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-button-prev {
  color: #FF6600;
  background: #fff;
  border: 1px solid #FF6600;
  width: 35px;
  height: 35px;
  border-radius: 0;
  top: 45%;
  transition: 0.3s;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-button-next:hover,
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-button-prev:hover {
  background: #FF6600;
  color: #ffffff;
}
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-button-next::after,
.product-detail-compare-sec .retailer-section .retailerSwiper .swiper-button-prev::after {
  font-size: 14px;
}

.product-content-sec .product-content-wrapper {
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #CACACA;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.25);
}
.product-content-sec .product-content-wrapper p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: #737373;
  margin-bottom: 0.25rem;
}
.product-content-sec .product-content-wrapper p:last-child {
  margin-bottom: 0;
}

.refer-features-sec {
  margin: 3.75rem 0;
}
.refer-features-sec .key-feature-content {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 1.25rem;
  height: 100%;
}
.refer-features-sec .key-feature-content .feature-heading {
  font-size: 18px;
  color: #121212;
  margin-bottom: 14px;
}
.refer-features-sec .key-feature-content ul {
  display: grid;
  row-gap: 0.625rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
.refer-features-sec .key-feature-content ul li {
  font-size: 1rem;
  color: #3D3D3D;
  display: flex;
  align-items: center;
  gap: 1.375rem;
}
.refer-features-sec .key-feature-content ul li span {
  font-weight: 600;
  color: #121212;
}
.refer-features-sec .refer-earn-content {
  display: flex;
  justify-content: center;
}
.refer-features-sec .refer-earn-content img {
  width: 100%;
  height: auto;
  max-width: 460px;
}

.product-specifications-sec .product-specifications-content {
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #D6D6D6;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.product-specifications-sec h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #121212;
  margin-bottom: 5px;
}
.product-specifications-sec h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #3D3D3D;
  margin-bottom: 1rem;
}
.product-specifications-sec .spec-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.product-specifications-sec .spec-grid .spec-row {
  display: grid;
  grid-template-columns: 540px 1fr;
  align-items: start;
  margin-bottom: 1rem;
}
.product-specifications-sec .spec-grid .spec-row:last-child {
  margin-bottom: 0;
}
.product-specifications-sec .spec-grid .spec-row .spec-label {
  font-weight: 500;
  color: #3D3D3D;
  font-size: 1rem;
  line-height: 1.6;
}
.product-specifications-sec .spec-grid .spec-row .spec-value {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .product-specifications-sec .spec-grid .spec-row {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
}

.product-similar-swiper {
  margin: 3.75rem 0 1.25rem 0;
}

.cashback-congrats {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  padding: 1.25rem;
}
.cashback-congrats .cashback-card {
  position: relative;
  background: #fff;
  border: 1px solid #F4A300;
  border-right: 9px solid #F4A300;
  border-bottom: 9px solid #F4A300;
  padding: 3.125rem 1.25rem 1.25rem 1.25rem;
  text-align: center;
  max-width: 700px;
}
.cashback-congrats .cashback-card .coin-wrap {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  animation: coinMove 1.2s ease-in-out infinite alternate;
}
.cashback-congrats .cashback-card .coin-wrap img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.cashback-congrats .cashback-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #121212;
  margin-top: 5.375rem;
  margin-bottom: 0.6875rem;
}
.cashback-congrats .cashback-card p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 26px;
  text-align: center;
  color: #737373;
}
.cashback-congrats .cashback-card .redirect-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 0.9375rem;
  width: 100%;
  max-width: 80%;
  margin: 0 auto 1.25rem;
}
.cashback-congrats .cashback-card .redirect-row .brand-name {
  font-size: 20px;
  font-weight: 600;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cashback-congrats .cashback-card .redirect-row .brand-name img {
  width: 100px;
  height: auto;
}
.cashback-congrats .cashback-card .redirect-row .arrow-group {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 28px;
  font-weight: 900;
  color: #FF6600;
  position: relative;
}
.cashback-congrats .cashback-card .redirect-row .arrow {
  display: inline-block;
  animation: arrowWave 1.2s ease-in-out infinite;
}
.cashback-congrats .cashback-card .redirect-row .a1 {
  opacity: 0.4;
  animation-delay: 0s;
}
.cashback-congrats .cashback-card .redirect-row .a2 {
  opacity: 0.7;
  animation-delay: 0.15s;
}
.cashback-congrats .cashback-card .redirect-row .a3 {
  opacity: 1;
  animation-delay: 0.3s;
}
.cashback-congrats .cashback-card .redirect-note {
  font-size: 16px;
  color: #121212;
}
.cashback-congrats .cashback-card .redirect-note a {
  color: #FF6600;
  text-decoration: underline;
  transition: color 0.3s;
}
.cashback-congrats .cashback-card .redirect-note a:hover {
  color: #cc5800;
}
@keyframes coinMove {
  0% {
    transform: translate(-50%, -5px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
@keyframes arrowWave {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(8px);
  }
}

.other-hero-sec {
  margin-top: 3.125rem;
}
.other-hero-sec .other-hero-content {
  background-image: url("../images/hero-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 6.25rem 1.25rem;
  filter: drop-shadow(0px 12px 0px rgba(125, 74, 222, 0.34));
  text-align: center;
}
.other-hero-sec .other-hero-content .hero-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.other-hero-sec .other-hero-content h1 {
  font-weight: 600;
  font-size: 3.125rem;
  line-height: 63px;
  text-align: center;
  color: #ffffff;
}
.other-hero-sec .other-hero-content h1 span {
  color: #FACC15;
}
.other-hero-sec .other-hero-content p {
  color: #ffffff;
  font-size: 18px;
  font-size: 18px;
  line-height: 29px;
  margin: 0.75rem 0;
}

.btn-earning {
  background: #FACC15;
  padding: 0.875rem 0.9375rem;
  border-radius: 0;
  border-right: 4px solid #967800;
  border-bottom: 4px solid #967800;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
}
.btn-earning:hover {
  background-color: #121212;
  border-color: #333333;
  color: #ffffff;
}
.btn-earning:hover svg path {
  fill: #ffffff;
}

.our-mission-sec {
  margin: 3.75rem 0;
}
.our-mission-sec .mission-content h3 {
  font-size: 1.875rem;
  font-weight: 600;
  color: #121212;
  margin-bottom: 0.625rem;
}
.our-mission-sec .mission-content p {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #4B5563;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.our-mission-sec .mission-content p span {
  color: #FF6600;
  font-weight: 600;
}

.section-title {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
  color: #121212;
  margin-bottom: 2.5rem;
}

.how-it-works {
  background: #FFFAF6;
  padding: 3.125rem 0;
}
.how-it-works .step-card {
  background: #fff;
  padding: 0.9375rem;
  transition: all 0.3s ease;
  box-shadow: 0 8px 0 #FFD2B4;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.how-it-works .step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.15);
}
.how-it-works .step-card .step-icon {
  margin-bottom: 1.875rem;
}
.how-it-works .step-card .step-icon img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}
.how-it-works .step-card .step-num {
  position: absolute;
  top: -25px;
  right: 0.625rem;
  font-size: 6rem;
  font-weight: 700;
  color: #FEF1E9;
  z-index: 0;
  font-family: "roboto", sans-serif;
}
.how-it-works .step-card .step-content {
  position: relative;
}
.how-it-works .step-card .step-content h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
  z-index: 1;
  position: relative;
}
.how-it-works .step-card .step-content h4 .step-line {
  display: inline-block;
  width: 0.1875rem;
  height: 1.25rem;
  background: #FF6600;
}
.how-it-works .step-card .step-content h4 p {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.6;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.trust-section {
  background: #F9FAFB;
  padding: 3.125rem 0;
}
.trust-section .section-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 2.5rem;
}
.trust-section .section-title span {
  color: #ff6600;
}
.trust-section .trust-row {
  row-gap: 1.875rem;
}
.trust-section .trust-card {
  background: #fff;
  padding: 25px 20px;
  border: 1px solid #f2f2f2;
  box-shadow: 8px 8px 0 rgba(255, 102, 0, 0.15);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}
.trust-section .trust-card:hover {
  transform: translateY(-6px);
  box-shadow: 10px 10px 0 rgba(255, 102, 0, 0.25);
}
.trust-section .trust-card .trust-icon {
  background: #FF6600;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.875rem;
  box-shadow: 0px 7px 0px #FFC39B;
}
.trust-section .trust-card .trust-icon img {
  width: 28px;
  height: 28px;
}
.trust-section .trust-card h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0.5rem;
}
.trust-section .trust-card p {
  font-size: 1rem;
  color: #3D3D3D;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .trust-section .trust-card {
    text-align: center;
  }
  .trust-section .trust-card .trust-icon {
    margin: 0 auto 15px;
  }
}
@media (max-width: 576px) {
  .trust-section .section-title {
    font-size: 18px;
  }
  .trust-section .trust-card {
    padding: 20px;
  }
}

.join-community-section {
  background: linear-gradient(135deg, #6366F1 0%, #7E22CE 70.71%);
  color: #ffffff;
  padding: 3.75rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.join-community-section .join-title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.join-community-section .join-subtext {
  font-size: 1rem;
  line-height: 1.7;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .join-community-section .join-title {
    font-size: 22px;
  }
  .join-community-section .join-subtext {
    font-size: 14px;
    line-height: 1.6;
  }
}

.contact-info-sec {
  padding: 3.75rem 0;
}
.contact-info-sec .contact-card {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  padding: 1.5625rem;
  box-shadow: 0 8px 0 #FFD6BA;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}
.contact-info-sec .contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.15);
}
.contact-info-sec .contact-card .icon-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #ffffff;
}
.contact-info-sec .contact-card .icon-wrapper.email {
  background: rgba(255, 102, 0, 0.1);
  color: #FF6600;
}
.contact-info-sec .contact-card .icon-wrapper.phone {
  background: rgba(0, 200, 83, 0.1);
  color: #00c853;
}
.contact-info-sec .contact-card .icon-wrapper.office {
  background: rgba(153, 102, 255, 0.1);
  color: #9966ff;
}
.contact-info-sec .contact-card h5 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #121212;
  margin-bottom: 0.5rem;
}
.contact-info-sec .contact-card .highlight-text {
  color: #FF6600;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}
.contact-info-sec .contact-card .small-text {
  font-size: 0.875rem;
  color: #6B7280;
  margin: 0;
}
@media (max-width: 768px) {
  .contact-info-sec .contact-card {
    padding: 30px 15px;
  }
  .contact-info-sec .contact-card .icon-wrapper {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.contact-form-sec {
  background: #F9FAFB;
  padding: 3.125rem 0;
  margin-bottom: 3.75rem;
}
.contact-form-sec .heading-contact {
  margin-bottom: 2.5rem;
}
.contact-form-sec .heading-contact h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 2px;
}
.contact-form-sec .heading-contact p {
  font-size: 1.125rem;
  line-height: 30px;
  text-align: center;
  color: #4B5563;
}
.contact-form-sec .contact-form-row {
  align-items: end;
}
.contact-form-sec .contact-form-img img {
  width: 100%;
  height: auto;
  max-width: 210px;
}
.contact-form-sec .contact-form-outer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact-form-sec .contact-form-outer .contact-form-box {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 1.5625rem;
  transition: all 0.3s ease;
  box-shadow: 8px 8px 0px rgba(156, 156, 156, 0.27);
}
.contact-form-sec .contact-form-outer .contact-form-box:hover {
  box-shadow: 10px 10px 0 rgba(255, 165, 0, 0.15);
}
.contact-form-sec .contact-form-outer .contact-form-box .form-group {
  margin-bottom: 1.25rem;
}
.contact-form-sec .contact-form-outer .contact-form-box .form-label {
  font-weight: 500;
  color: #121212;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.contact-form-sec .contact-form-outer .contact-form-box .form-label span {
  color: #FF6600;
}
.contact-form-sec .contact-form-outer .contact-form-box .form-control,
.contact-form-sec .contact-form-outer .contact-form-box .form-select {
  border: 1px solid #D1D5DB;
  padding: 10px 14px;
  box-shadow: none;
  transition: all 0.3s ease;
  color: #121212;
  font-size: 1rem;
  border-radius: 0;
}
.contact-form-sec .contact-form-outer .contact-form-box .form-control::-moz-placeholder, .contact-form-sec .contact-form-outer .contact-form-box .form-select::-moz-placeholder {
  color: #999;
}
.contact-form-sec .contact-form-outer .contact-form-box .form-control::placeholder,
.contact-form-sec .contact-form-outer .contact-form-box .form-select::placeholder {
  color: #999;
}
.contact-form-sec .contact-form-outer .contact-form-box .form-control:focus,
.contact-form-sec .contact-form-outer .contact-form-box .form-select:focus {
  border-color: #FF6600;
}
.contact-form-sec .contact-form-outer .contact-form-box textarea.form-control {
  resize: none;
}
.contact-form-sec .contact-form-outer .btn-earning {
  padding: 0.6rem 1.9rem;
}

.categoery-all-sort-sec {
  margin-bottom: 3.75rem;
}
.categoery-all-sort-sec .categoery-sort-tabs .custom-tabs {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  padding: 6px;
  margin: 0 auto 3.125rem;
  overflow: hidden;
  width: 100%;
  max-width: 65%;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  flex-wrap: nowrap;
  overflow-x: auto;
}
.categoery-all-sort-sec .categoery-sort-tabs .custom-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.categoery-all-sort-sec .categoery-sort-tabs .custom-tabs .nav-item .nav-link {
  width: 100%;
  color: #121212;
  background: transparent;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 0;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 0 -2px 0 transparent;
}
.categoery-all-sort-sec .categoery-sort-tabs .custom-tabs .nav-item .nav-link:hover {
  color: #FF6600;
}
.categoery-all-sort-sec .categoery-sort-tabs .custom-tabs .nav-item .nav-link.active {
  background: #FF6600;
  color: #ffffff;
  box-shadow: 4px 4px 0 #B44800;
  transform: translateY(-2px);
  transition: 0.2s ease-in-out;
}
.categoery-all-sort-sec .categoery-sort-tabs .tab-content .sort-category-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.875rem;
}
.categoery-all-sort-sec .categoery-sort-tabs .tab-content .sort-category-wrapper .brand-card {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .categoery-all-sort-sec .categoery-sort-tabs .tab-content .sort-category-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .categoery-all-sort-sec .categoery-sort-tabs .tab-content .sort-category-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .categoery-all-sort-sec .categoery-sort-tabs .tab-content .sort-category-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .categoery-all-sort-sec .categoery-sort-tabs .tab-content .sort-category-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .categoery-all-sort-sec .categoery-sort-tabs .custom-tabs {
    margin: 0 auto 1rem;
  }
}
@media (max-width: 567px) {
  .categoery-all-sort-sec .categoery-sort-tabs .custom-tabs {
    max-width: 100%;
  }
  .categoery-all-sort-sec .categoery-sort-tabs .custom-tabs .nav-item {
    width: 100%;
    min-width: 80px;
  }
}

.offer-detail-swiper-sec {
  margin: 3.125rem 0;
}
.offer-detail-swiper-sec .offer-detail-swiper .offerDetailSwiper {
  position: relative;
}
.offer-detail-swiper-sec .offer-detail-swiper .swiper-slide {
  width: 100%;
  height: 500px;
}
.offer-detail-swiper-sec .offer-detail-swiper .swiper-slide img {
  filter: drop-shadow(0px 9px 0px rgba(122, 122, 122, 0.45));
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-detail-swiper-sec .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.5rem;
  border-radius: 0;
  background-color: #ffffff;
}
.offer-detail-swiper-sec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF6600;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box {
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box .offer-rating-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box .offer-rating-brand .offer-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box .offer-rating-brand .offer-rating .btn-rating {
  background: #ffffff;
  border: 1px solid #121212;
  border-radius: 0;
  box-shadow: 2px 2px 0px #3D3D3D;
  font-size: 0.9375rem;
  color: #121212;
  font-family: "roboto", sans-serif;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box .offer-rating-brand .offer-rating span {
  font-size: 1rem;
  color: #121212;
  font-family: "roboto", sans-serif;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box .offer-rating-brand .brand-logo img {
  width: 100%;
  max-width: 160px;
  height: 100%;
  max-height: 70px;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #D7D7D7;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box h4 {
  font-size: 18px;
  color: #121212;
  font-family: 500;
  margin-bottom: 6px;
}
.offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box p {
  font-size: 16px;
  line-height: 28px;
  color: #696969;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card {
  padding: 1.25rem;
  transition: all 0.3s ease;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 8px 0px rgba(0, 0, 0, 0.25);
  margin-top: 1.4375rem;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card h2 {
  font-size: 28px;
  font-weight: 700;
  color: #121212;
  font-family: "roboto", sans-serif;
  margin-bottom: 0.375rem;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card h2 span {
  color: #FF6600;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card p {
  font-size: 1rem;
  color: #3D3D3D;
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card .view-link {
  color: #FF383C;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 1rem;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card .view-link svg {
  transition: transform 0.3s ease;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card .view-link:hover svg {
  transform: translateX(4px);
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card .rewards-button-wrapper {
  margin-top: 1rem;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card .btn-reward {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #121212;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.9375rem 1.25rem;
  border-radius: 0;
  position: relative;
  box-shadow: 4px 4px 0 #3D3D3D;
  transition: all 0.3s ease;
  overflow: hidden;
  animation: glowBlink 1.3s linear infinite;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card .btn-reward svg {
  animation: arrowMove 1.4s infinite;
}
.offer-detail-swiper-sec .offer-detail-right-content .rewards-card .btn-reward:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 #FF6600;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes glowBlink {
  0% {
    background-color: #121212;
  }
  50% {
    background-color: #FF6600;
  }
  100% {
    background-color: #121212;
  }
}

.offers-benefits-sec .info-card {
  background: #ffffff;
  padding: 1.25rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #DBDBDB;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.25);
}
.offers-benefits-sec .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 rgba(122, 112, 106, 0.3);
}
.offers-benefits-sec .info-card .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0.9375rem;
}
.offers-benefits-sec .info-card .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offers-benefits-sec .info-card .info-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  color: #696969;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.offers-benefits-sec .info-card .info-list li:last-child {
  margin-bottom: 0;
}
.offers-benefits-sec .info-card .info-list li svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.offers-benefits-sec .info-card .info-list li:hover {
  color: #ff6600;
}
.offers-benefits-sec .info-card .info-list li:hover svg path {
  fill: #ff6600;
}
@media (max-width: 768px) {
  .offers-benefits-sec .info-card {
    margin-bottom: 1.25rem;
    padding: 1rem;
  }
}

.important-sec {
  margin: 3.75rem 0;
}
.important-sec .info-card {
  background: #ffffff;
  padding: 1.25rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #DBDBDB;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.25);
}
.important-sec .info-card:hover {
  transform: translateY(-4px);
  box-shadow: 10px 10px 0 rgba(122, 112, 106, 0.3);
}
.important-sec .info-card .card-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0.9375rem;
}
.important-sec .timeline-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.important-sec .timeline-row .timeline-box {
  flex: 1;
  background: #FFF6F0;
  border: 1px solid #f3c6a6;
  text-align: center;
  box-shadow: 0 3px 0 #f3c6a6;
  transition: all 0.3s ease;
}
.important-sec .timeline-row .timeline-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 0 #FF6600;
}
.important-sec .timeline-row .timeline-box .timeline-header {
  background: #FF6600;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 10px;
}
.important-sec .timeline-row .timeline-box .timeline-body {
  padding: 15px 10px;
}
.important-sec .timeline-row .timeline-box .timeline-body h2 {
  font-size: 36px;
  font-weight: 700;
  color: #FF6600;
  margin: 5px 0;
  font-family: "roboto", sans-serif;
}
.important-sec .timeline-row .timeline-box .timeline-body p {
  font-size: 1rem;
  color: #121212;
  margin: 0;
}
.important-sec .terms-card .info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.important-sec .terms-card .info-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  color: #696969;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.important-sec .terms-card .info-list li:last-child {
  margin-bottom: 0;
}
.important-sec .terms-card .info-list li svg {
  flex-shrink: 0;
  margin-top: 4px;
}
.important-sec .terms-card .info-list li:hover {
  color: #ff6600;
}
.important-sec .terms-card .info-list li:hover svg path {
  fill: #ff6600;
}
@media (max-width: 768px) {
  .important-sec .timeline-row {
    flex-direction: column;
  }
}

.promo-table-sec {
  background: #ffffff;
}
.promo-table-sec .table-heading {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 1.25rem;
}
.promo-table-sec .promo-table-wrapper {
  background: #ffffff;
  border: 1px solid #CECECE;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  overflow: hidden;
}
.promo-table-sec .promo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.promo-table-sec .promo-table thead {
  background: #F2F2F2;
}
.promo-table-sec .promo-table thead th {
  padding: 0.875rem 1rem;
  text-align: left;
  font-weight: 600;
  color: #121212;
  border-bottom: 1px solid #CECECE;
}
.promo-table-sec .promo-table tbody tr {
  border-bottom: 1px solid #CECECE;
  transition: all 0.3s ease;
}
.promo-table-sec .promo-table tbody tr:hover {
  background-color: #fff8f2;
}
.promo-table-sec .promo-table tbody tr td {
  padding: 0.875rem 1rem;
  color: #3D3D3D;
  vertical-align: middle;
}
.promo-table-sec .promo-table td:first-child {
  font-weight: 600;
  color: #121212;
}
.promo-table-sec .promo-table td:last-child {
  color: #3D3D3D;
  font-weight: 500;
}
@media (max-width: 768px) {
  .promo-table-sec .promo-table {
    font-size: 0.875rem;
  }
  .promo-table-sec .promo-table th,
  .promo-table-sec .promo-table td {
    padding: 0.625rem;
  }
}

.offer-info-sec {
  margin: 60px 0;
}
.offer-info-sec .amazon-info-wrapper {
  color: #696969;
}
.offer-info-sec .amazon-info-wrapper h6 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #121212;
  margin-bottom: 0.375rem;
  margin-top: 0.625rem;
}
.offer-info-sec .amazon-info-wrapper p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #696969;
}
.offer-info-sec .amazon-info-wrapper ul {
  padding-left: 1.25rem;
  margin: 0;
}
.offer-info-sec .amazon-info-wrapper ul li {
  list-style: disc;
  margin-bottom: 0.375rem;
  font-size: 1rem;
  color: #696969;
}
@media (max-width: 768px) {
  .offer-info-sec .amazon-info-wrapper {
    padding: 0 10px;
  }
  .offer-info-sec .amazon-info-wrapper p {
    font-size: 13px;
  }
}

.faq-sec {
  padding-bottom: 2.5rem;
}
.faq-sec .faq-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #121212;
  margin-bottom: 1.875rem;
}
.faq-sec .faq-accordion .shadow-card {
  background: #ffffff;
  margin-bottom: 1.25rem;
  transition: all 0.3s ease;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 !important;
}
.faq-sec .faq-accordion .shadow-card:hover {
  box-shadow: 0 8px 0 rgba(255, 102, 0, 0.3);
}
.faq-sec .faq-accordion .shadow-card .accordion-header .accordion-button {
  background: #ffffff;
  color: #121212;
  font-weight: 500;
  font-size: 1rem;
  border: none;
  box-shadow: none;
  padding: 0.875rem 1.125rem;
  transition: all 0.3s ease;
}
.faq-sec .faq-accordion .shadow-card .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 24 24' stroke='%23121212'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.faq-sec .faq-accordion .shadow-card .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(153%) hue-rotate(211deg) brightness(113%) contrast(100%);
}
.faq-sec .faq-accordion .shadow-card .accordion-header .accordion-button:hover {
  background: #fff9f3;
  color: #FF6600;
}
.faq-sec .faq-accordion .shadow-card .accordion-header .accordion-button:not(.collapsed) {
  background-color: #FF6600 !important;
  color: #ffffff !important;
}
.faq-sec .faq-accordion .shadow-card .accordion-body {
  background: #ffffff;
  border-top: 1px solid #DBDBDB;
  font-size: 14px;
  line-height: 1.7;
  color: #3D3D3D;
  padding: 16px 18px;
}
@media (max-width: 768px) {
  .faq-sec .accordion-button {
    font-size: 14px;
  }
  .faq-sec .accordion-body {
    font-size: 13px;
  }
}

.offer-details-sec {
  padding: 3.75rem 0;
}
.offer-details-sec .sticky-box {
  position: sticky;
  top: 139px;
}
.offer-details-sec .offer-left .offer-img-wrapper {
  position: relative;
  margin-bottom: 1.875rem;
}
.offer-details-sec .offer-left .offer-img-wrapper .offer-timer {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  color: #121212;
  font-size: 0.875rem;
  padding: 5px 10px;
  border-radius: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 1;
  background: linear-gradient(80.73deg, #EA8603 0%, #FDCE01 92.98%);
  font-family: "roboto", sans-serif;
  border-right: 4px solid #796300;
  border-bottom: 4px solid #796300;
}
.offer-details-sec .offer-left .offer-img-wrapper .offer-timer svg {
  width: 14px;
  height: 14px;
}
.offer-details-sec .offer-left .offer-img-wrapper .deal-img-wrapper {
  box-shadow: 0px 8px 0px rgba(130, 130, 130, 0.44);
}
.offer-details-sec .offer-left .offer-img-wrapper .offer-img {
  width: 100%;
  height: 313px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.offer-details-sec .offer-left .btn-earn {
  width: 100%;
  border-radius: 0;
  padding: 12px 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  background: #121212;
  border-right: 3px solid #3D3D3D;
  border-bottom: 3px solid #3D3D3D;
  animation: glowBlink 1.3s linear infinite;
}
.offer-details-sec .offer-left .btn-earn svg {
  animation: arrowMove 1.4s infinite;
}
.offer-details-sec .offer-left .btn-earn:hover {
  background: #FF6600;
  border-color: #ad4500;
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(8px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes glowBlink {
  0% {
    background-color: #121212;
  }
  50% {
    background-color: #FF6600;
    border-color: #ad4500;
  }
  100% {
    background-color: #121212;
  }
}
.offer-details-sec .offer-right .content-card {
  padding: 1.25rem;
  background: #ffffff;
  border: 1px solid #DBDBDB;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.25);
}
.offer-details-sec .offer-right .content-card h6 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #121212;
  margin-bottom: 0.4rem;
}
.offer-details-sec .offer-right .content-card p:last-child {
  margin-bottom: 0.5rem;
}
.offer-details-sec .offer-right .content-card p,
.offer-details-sec .offer-right .content-card li {
  font-size: 0.875rem;
  color: #393939;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 0.4rem;
}
.offer-details-sec .offer-right .content-card ul {
  padding-left: 1.125rem;
  margin-bottom: 0.5rem;
}
.offer-details-sec .offer-right .content-card ul:last-child {
  margin-bottom: 0;
}
.offer-details-sec .offer-right .content-card ul li {
  list-style: disc;
}
.offer-details-sec .offer-right .content-card ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .offer-details-sec .sticky-box {
    position: relative;
    top: 0;
    margin-bottom: 1.875rem;
  }
}

.auth-sec {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-sec .auth-card {
  background: #ffffff;
  border: 1px solid #B2B2B2;
  box-shadow: 8px 8px 0px rgba(156, 156, 156, 0.27);
  padding: 1.25rem;
  width: 100%;
  max-width: 550px;
  text-align: center;
  margin: 0 auto;
  animation: fadeIn 0.4s ease;
}
.auth-sec .auth-card h4 {
  font-weight: 700;
  font-size: 1.625rem;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}
.auth-sec .auth-card p {
  font-size: 0.9375rem;
  color: #3D3D3D;
  margin-bottom: 1.875rem;
}
.auth-sec .auth-card p span {
  font-weight: 500;
  color: #121212;
}
.auth-sec .auth-card #step2,
.auth-sec .auth-card #step3 {
  display: none;
  animation: fadeIn 0.4s ease;
}
.auth-sec .auth-card .form-label {
  font-weight: 500;
  color: #121212;
  font-size: 0.9375rem;
  margin-bottom: 0.5rem;
}
.auth-sec .auth-card .form-group {
  margin-bottom: 0.75rem;
}
.auth-sec .auth-card .form-control {
  border-radius: 0;
  border: 1px solid #AAAAAA;
  font-size: 16px;
  color: #121212;
  box-shadow: none !important;
  transition: border 0.3s ease;
  padding: 0.6rem 1rem;
}
.auth-sec .auth-card .form-control:focus {
  border-color: #FF6600;
}
.auth-sec .auth-card small {
  display: block;
  text-align: left;
  font-size: 0.9375rem;
  color: #3D3D3D;
}
.auth-sec .auth-card small a {
  color: #FF6600;
  text-decoration: underline;
  font-weight: 500;
}
.auth-sec .auth-card small a:hover {
  text-decoration: none;
}
.auth-sec .auth-card .btn-continue {
  width: 100%;
  background: #121212;
  color: #ffffff;
  border: none;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 1.25rem;
  font-size: 1rem;
  padding: 0.8125rem;
  border-right: 3px solid #3D3D3D;
  border-bottom: 3px solid #3D3D3D;
}
.auth-sec .auth-card .btn-continue:hover {
  background: #FF6600;
  border-color: #c95000;
}
.auth-sec .auth-card .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
  color: #121212;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.auth-sec .auth-card .divider::before, .auth-sec .auth-card .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}
.auth-sec .auth-card .divider span {
  margin: 0 10px;
}
.auth-sec .auth-card .google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid #333333;
  border-radius: 6.25rem;
  height: 2.875rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  background: #fff;
  color: #121212;
  transition: all 0.3s ease;
}
.auth-sec .auth-card .google-btn:hover {
  background: #f8f8f8;
}
.auth-sec .auth-card .google-btn img {
  width: 20px;
}
.auth-sec .auth-card .otp-header {
  font-size: 0.9375rem;
  color: #3D3D3D;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.auth-sec .auth-card .edit-number {
  position: absolute;
  right: 0;
  top: 0;
  color: #FF6600;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}
.auth-sec .auth-card .edit-number:hover {
  text-decoration: underline;
}
.auth-sec .auth-card .otp-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 1rem 0 1.5rem;
}
.auth-sec .auth-card .otp-inputs input {
  width: 100%;
  height: 60px;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #121212;
  transition: all 0.3s ease;
  flex: 1;
}
.auth-sec .auth-card .otp-inputs input:focus {
  border-color: #FF6600;
  box-shadow: 0 0 4px rgba(255, 102, 0, 0.3);
  outline: none;
}
.auth-sec .auth-card .resend-section {
  font-size: 0.9375rem;
  color: #3D3D3D;
  margin-bottom: 1.5rem;
}
.auth-sec .auth-card .resend-section a {
  color: #FF6600;
  font-weight: 500;
  margin-left: 5px;
  text-decoration: none;
}
.auth-sec .auth-card .resend-section a:hover {
  text-decoration: underline;
}
.auth-sec .auth-card .btn-verify {
  width: 100%;
  background: #121212;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.8125rem;
  border: none;
  border-right: 3px solid #888888;
  border-bottom: 3px solid #888888;
  transition: all 0.3s ease;
}
.auth-sec .auth-card .btn-verify:hover {
  background: #FF6600;
  border-color: rgb(204, 81.6, 0);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu-wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: 100;
  background: transparent;
  transition: all 0.4s ease;
}
.mega-menu-wrapper.active {
  left: 0;
}
.mega-menu-wrapper .sidebar {
  width: 350px;
  border-right: 1px solid #E3E3E3;
  background: #ffffff;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #bdbdbd #f1f1f1;
}
.mega-menu-wrapper .sidebar::-webkit-scrollbar {
  width: 8px;
}
.mega-menu-wrapper .sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 8px;
}
.mega-menu-wrapper .sidebar::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 8px;
  border: 2px solid #f1f1f1;
}
.mega-menu-wrapper .sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #9e9e9e;
}
.mega-menu-wrapper .sidebar .sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #eee;
}
.mega-menu-wrapper .sidebar .sidebar-header h5 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #121212;
}
.mega-menu-wrapper .sidebar .sidebar-header .close-btn {
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #121212;
  box-shadow: 3px 3px 0px #CACACA;
}
.mega-menu-wrapper .sidebar .sidebar-header .close-btn:hover {
  color: #FF6600;
}
.mega-menu-wrapper .sidebar .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-wrapper .sidebar .category-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.875rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #121212;
  cursor: pointer;
  transition: 0.3s ease;
}
.mega-menu-wrapper .sidebar .category-list li span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #121212;
}
.mega-menu-wrapper .sidebar .category-list li span svg path {
  fill: #121212;
}
.mega-menu-wrapper .sidebar .category-list li:hover {
  background: #FF6600;
  color: #ffffff;
}
.mega-menu-wrapper .sidebar .category-list li:hover span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #ffffff;
}
.mega-menu-wrapper .sidebar .category-list li:hover span svg path {
  fill: #ffffff;
}
.mega-menu-wrapper .sidebar .category-list li .arrow {
  color: #3D3D3D;
}
.mega-menu-wrapper .mega-menu-content {
  flex: 1;
  position: relative;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  overflow-y: auto;
  padding: 2rem;
}
.mega-menu-wrapper .mega-menu-content.active {
  background: #ffffff;
  opacity: 1;
  visibility: visible;
}
.mega-menu-wrapper .mega-menu-content .mega-panel {
  display: none;
  animation: fadeIn 0.3s ease;
}
.mega-menu-wrapper .mega-menu-content .mega-panel.active {
  display: block;
}
.mega-menu-wrapper .mega-menu-content .mega-panel h6 {
  font-weight: 600;
  color: #FF6600;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
.mega-menu-wrapper .mega-menu-content .mega-panel .plus-icon {
  display: none;
  transition: all 0.3s;
}
.mega-menu-wrapper .mega-menu-content .mega-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-wrapper .mega-menu-content .mega-panel ul li {
  font-size: 0.9375rem;
  color: #121212;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.mega-menu-wrapper .mega-menu-content .mega-panel ul li .view-all-link {
  color: #FF6600;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  transition: all 0.3s;
}
.mega-menu-wrapper .mega-menu-content .mega-panel ul li .view-all-link svg {
  transition: all 0.3s;
}
.mega-menu-wrapper .mega-menu-content .mega-panel ul li .view-all-link:hover svg {
  margin-left: 0.375rem;
}
.mega-menu-wrapper .mega-menu-content .mega-panel ul li a {
  color: #121212;
  text-decoration: none;
}
.mega-menu-wrapper .mega-menu-content .mega-panel ul li a:hover {
  color: #FF6600;
  text-decoration: underline;
}
.mega-menu-wrapper .mega-menu-content .mega-menu-content-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 3.125rem;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mega-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mega-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.cms-pages-sec {
  font-family: "roboto", sans-serif;
}
.cms-pages-sec .cms-page-heading-wrapper {
  background: linear-gradient(135deg, #6366F1 0%, #7E22CE 70.71%);
  position: relative;
  padding: 4.125rem 0;
}
.cms-pages-sec .cms-page-heading-wrapper::before {
  content: "";
  position: absolute;
  color: #fff;
  border-left: 12px solid;
  border-right: 12px solid;
  border-top: 12px solid #7831d6;
  border-bottom: 12px solid;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  margin-right: -12px;
}
.cms-pages-sec .cms-page-heading-wrapper .cms-page-heading {
  text-align: center;
  font-family: "roboto", sans-serif;
}
.cms-pages-sec .cms-page-heading-wrapper .cms-page-heading h1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 2rem;
}
.cms-pages-sec .cms-page-heading-wrapper .cms-page-heading h3 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1rem;
}
.cms-pages-sec .cms-page-heading-wrapper .cms-page-heading p {
  color: #ffffff;
  font-size: 1rem;
}
.cms-pages-sec .cms-content {
  padding: 3.125rem 0;
}
.cms-pages-sec .cms-content h2 {
  color: #121212;
  font-size: 1.375rem;
  margin: 1.2rem 0 0.4rem 0;
}
.cms-pages-sec .cms-content p {
  color: #3D3D3D;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

@media (max-width: 1199px) {
  .mega-menu-wrapper .mega-menu-content .mega-menu-content-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .main-footer .footer-top-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .mega-menu-wrapper .mega-menu-content {
    padding: 2rem 1rem;
  }
  .mega-menu-wrapper .mega-menu-content .mega-menu-content-row {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1rem;
  }
  .contact-form-sec {
    padding: 2rem 0;
    margin-bottom: 2.2rem;
  }
  .contact-info-sec {
    padding: 2.2rem 0;
  }
  .contact-info-sec .col-lg-3.col-md-6 {
    margin-bottom: 1.5rem;
  }
  .contact-info-sec .col-lg-3.col-md-6:last-child {
    margin-bottom: 0;
  }
  .contact-info-sec .contact-card {
    padding: 1rem;
  }
  .how-it-works {
    padding: 2.125rem 0;
  }
  .how-it-works .section-title {
    margin-bottom: 0;
  }
  .how-it-works .col-lg-3.col-md-6 {
    margin-top: 1.5rem;
  }
  .our-mission-sec {
    margin: 2rem 0;
  }
  .offer-detail-swiper-sec .offer-detail-swiper .swiper-slide {
    height: 455px;
  }
  .offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box {
    padding: 1rem;
  }
  .offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box .offer-rating-brand .offer-rating {
    flex-direction: column;
  }
  .offer-detail-swiper-sec .offer-detail-right-content .rewards-card {
    padding: 1rem;
  }
  .offer-detail-swiper-sec .offer-detail-right-content .rewards-card .btn-reward {
    padding: 0.8rem 1rem;
  }
  .popluar-brand-sec {
    margin: 1.75rem 0;
  }
  html {
    font-size: 90%;
  }
  .hero-slider .heroSwiper {
    padding: 1.4rem 0.4rem;
  }
  .hero-slider .hero-pagination-mobile {
    display: block;
    bottom: -15px;
  }
  .hero-slider .swiper-pagination-bullet-active {
    background: #FF6600;
  }
  .top-categories-sec {
    margin: 1.25rem 0 1.75rem 0px;
  }
  .flash-deal-sec {
    padding: 2rem 0;
  }
  .refer-sec {
    margin: 1.25rem 0 1.75rem 0;
  }
  .offer-details-sec .offer-left .offer-img-wrapper .offer-img {
    height: 100%;
  }
  .offer-details-sec {
    padding: 2.2rem 0;
  }
}
@media (max-width: 767px) {
  .header .navbar .login-btn {
    padding: 8px 11px;
  }
  .header .navbar .login-btn svg {
    width: 18px;
    height: 18px;
  }
  .header .navbar .logo-humurger-wrapper .main-logo {
    max-width: 170px;
  }
  .product-similar-swiper {
    margin: 2.5rem 0 1.25rem 0;
  }
  .refer-features-sec {
    margin: 2.5rem 0;
  }
  .refer-features-sec .refer-earn-content {
    margin-top: 30px;
  }
  .refer-features-sec .key-feature-content ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .product-content-sec .product-content-wrapper {
    padding: 1rem;
  }
  .product-content-sec .product-content-wrapper p {
    font-size: 14px;
    line-height: 25px;
  }
  .product-detail-compare-sec {
    margin: 1.5rem 0;
  }
  .product-detail-compare-sec .product-info {
    margin-top: 1.875rem;
  }
  .product-detail-compare-sec .product-info .variant-section {
    margin: 10px 0;
  }
  .product-detail-compare-sec .product-gallery .thumbnail-row .thumb {
    width: 60px;
    height: 60px;
  }
  .product-detail-compare-sec .product-gallery .main-image {
    height: 350px;
  }
  .product-detail-compare-sec .product-gallery .main-image img {
    width: 250px;
    height: 250px;
  }
  .filter-left-sidebar {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #ffffff;
    padding: 12px 10px;
    border-top: 1px solid #ccc;
  }
  .filter-left-sidebar .filter-button-wrapper .btn-grab {
    gap: 1rem;
  }
  .filter-left-sidebar .filter-button-wrapper .btn-grab svg {
    display: flex;
  }
  .auth-sec .auth-card {
    padding: 1rem;
  }
  .contact-form-sec .contact-form-row {
    flex-direction: column-reverse;
    gap: 1.25rem;
  }
  .join-community-section {
    padding: 2.1rem 0;
  }
  .section-title {
    margin-bottom: 1.5rem;
  }
  .btn-earning {
    padding: 0.6rem 0.9375rem;
    gap: 8px;
    font-size: 14px;
  }
  .other-hero-sec .other-hero-content {
    padding: 3.25rem 1.25rem;
  }
  .other-hero-sec .other-hero-content h1 {
    font-size: 2.2rem;
    line-height: 36px;
  }
  .other-hero-sec .other-hero-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-sec {
    padding-bottom: 1.5rem;
  }
  .faq-sec .faq-accordion .shadow-card .accordion-body {
    padding: 10px;
  }
  .important-sec {
    margin: 2rem 0;
  }
  .offer-info-sec {
    margin: 30px 0;
  }
  .offer-detail-swiper-sec .offer-detail-swiper .swiper-slide {
    height: 367px;
  }
  .offer-detail-swiper-sec .offer-detail-right-content {
    margin-top: 1.875rem;
  }
  .offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box .offer-rating-brand .brand-logo img {
    max-width: 130px;
  }
  .offer-detail-swiper-sec .offer-detail-right-content .offer-rating-brand-box p {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: inherit;
    line-clamp: inherit;
  }
  .offer-detail-swiper-sec {
    margin: 2rem 0;
  }
  .client-sec .swiper {
    padding: 0.5rem 0.625rem 0.5rem 0.625rem;
  }
  .popular-sell-online-sec {
    margin: 1.75rem 0;
  }
  .popular-sell-online-sec .popular-sell-link {
    margin-bottom: 2rem;
  }
  .how-cashback-work-sec .swiper {
    padding: 1.5rem 0;
  }
  .top-selling-mobile-app .swiper {
    padding: 1.5rem 0;
  }
  .btn-grab {
    width: 100% !important;
    justify-content: center !important;
    text-align: center;
  }
  .btn-grab svg {
    display: none;
  }
  .top-deals-sec .swiper {
    padding: 1.5rem 1rem 1rem 1rem;
  }
  .flash-deal-sec .infinite-offer-banner .marquee .marquee-inner .offer-item .text-item {
    font-size: 2rem;
  }
  .flash-deal-sec .flashDealSwiper {
    padding: 1rem 0 2rem 0;
  }
  .heading .btn-view-all {
    padding: 0.6rem 1.2rem;
  }
  html {
    font-size: 80%;
  }
  .hero-slider {
    padding: 0 0 1rem 0;
  }
  .main-footer .footer-top-row {
    padding: 2rem 0 1.5rem 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .main-footer .footer-title {
    font-size: 1rem;
  }
  .main-footer .footer-bottom {
    padding: 0.8rem 0;
  }
  .main-footer .footer-links li {
    margin-bottom: 12px;
  }
  .mega-menu-wrapper .sidebar {
    width: 100%;
    border-right: none;
  }
  .mega-menu-wrapper .mega-menu-content {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    padding: 0;
    background: #ffffff;
    transition: left 0.3s ease;
  }
  .mega-menu-wrapper .mega-menu-content.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .mega-menu-wrapper .mega-menu-content .mobile-submenu-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #eee;
    background: #ffffff;
  }
  .mega-menu-wrapper .mega-menu-content .mobile-submenu-header .back-btn {
    background: none;
    border: none;
    cursor: pointer;
  }
  .mega-menu-wrapper .mega-menu-content .mobile-submenu-header h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #121212;
    margin: 0;
  }
  .mega-menu-wrapper .mega-menu-content .mega-menu-content-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel {
    padding: 0;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel ul li:last-child {
    margin-bottom: 0;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .container {
    max-width: 100%;
    padding: 0;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .mobile-mega-section {
    border-bottom: 1px solid #d9d9d9;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.9rem 1rem;
    cursor: pointer;
    background: #ffffff;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .section-header h6 {
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    margin: 0;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .section-header .plus-icon {
    display: flex;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .section-header.active .plus-icon {
    transform: rotate(180deg);
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .section-links {
    display: none;
    padding: 0.75rem 1rem 0.75rem 1rem;
    background: #f9f9f9;
  }
  .mega-menu-wrapper .mega-menu-content .mega-panel .section-links ul {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 567px) {
  .client-sec .testimonial-card {
    padding: 1rem;
  }
  .client-sec .testimonial-card .icon {
    right: 0.5rem;
    bottom: -1rem;
  }
  .header .navbar .login-btn {
    padding: 7px 7px;
  }
  .header .navbar .login-btn svg {
    width: 15px;
    height: 15px;
  }
  .header .navbar .logo-humurger-wrapper {
    gap: 1rem;
  }
  .header .navbar .logo-humurger-wrapper .main-logo {
    max-width: 120px;
  }
  .cashback-congrats .cashback-card .coin-wrap img {
    width: 80px;
    height: 80px;
  }
  .cashback-congrats .cashback-card .redirect-row {
    flex-direction: column;
    margin: 0 auto 0.25rem;
  }
  .cashback-congrats .cashback-card .redirect-row .arrow-group {
    transform: rotate(90deg);
  }
  .filter-left-sidebar .filter-sidebar {
    max-width: 100%;
  }
  .filter-left-sidebar .filter-sidebar .filter-header .close-filter {
    position: inherit;
    background: #121212;
    width: 30px;
    height: 30px;
  }
  .filter-left-sidebar .filter-sidebar .filter-header .close-filter svg path {
    fill: #ffffff;
  }
  .offer-detail-swiper-sec .offer-detail-swiper .swiper-slide {
    height: 100%;
  }
  .popular-sell-online-sec .popular-sell-link img {
    max-height: 100%;
  }
  .heading .heading-title {
    font-weight: 600;
    font-size: 1.5rem;
  }
  .heading .btn-view-all {
    padding: 0.6rem 0.6rem;
  }
  .top-categories-sec .topCategoriesSwiper .swiper-slide .category-card {
    height: 150px;
  }
  .top-categories-sec .topCategoriesSwiper .swiper-slide .category-card img {
    max-width: 100px;
    height: 100px;
  }
  .flash-deal-sec {
    padding-bottom: 5rem;
    position: relative;
  }
  .flash-deal-sec .heading .btn-end-deal {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 22px);
    justify-content: center;
  }
  .flash-deal-sec .infinite-offer-banner .marquee .marquee-inner .offer-item .text-item {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */