*,
.product-info-wrap .product-meta,
ol,
ul {
  margin: 0;
  padding: 0;
}

.category-menus.open ul.category-list,
ul.main-menus li.open > .submenu {
  transform: translateY(0);
  opacity: 1;
  display: block;
}

.ad-box,
.off-img,
.product-box,
.top-search-bar form input {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.breadcrumb-item a,
.filter-list a,
a {
  text-decoration: none;
}

.breadcrumb-content,
.feature-box,
.insta-box,
.load-more-section,
.offer-box,
.qty-input {
  text-align: center;
}

@font-face {
  font-family: "Ulagadi Sans";
  src:
    url("../fonts/UlagadiSans-Bold.woff2") format("woff2"),
    url("../fonts/UlagadiSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ulagadi Sans";
  src:
    url("../fonts/UlagadiSans-Light.woff2") format("woff2"),
    url("../fonts/UlagadiSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ulagadi Sans";
  src:
    url("../fonts/UlagadiSans-Medium.woff2") format("woff2"),
    url("../fonts/UlagadiSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ulagadi Sans";
  src:
    url("../fonts/UlagadiSans.woff2") format("woff2"),
    url("../fonts/UlagadiSans.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.outstock,
span.instock {
  font-size: 13px;
  color: #006400;
  margin: 0 0 8px;
}

.header .container,
.top-info-main,
ul.main-menus {
  display: flex;
  align-items: center;
}

.category-list li,
.category-pr-box .pr-img,
.deals-right,
.feature-box-main,
.top-cart a,
.top-info,
.top-language-option,
.wishlist-item .pr-img,
ul.main-menus li {
  position: relative;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  color: #000;
  background: #fff;
  font-family: "Ulagadi Sans";
}

main {
  overflow-x: clip;
}

a {
  transition: 0.4s;
  color: inherit;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  transition: 0.4s linear;
}

h1,
h2,
h3 {
  line-height: 1.3;
  font-weight: 700;
}

h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 500;
}

li,
p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
}

li {
  list-style-type: none;
}

:root {
  --primary: #ffbd6a;
  --secondary: #fab1b4;

  /* new colors added */

  --primary-dark: #e69a2e;
  --accent: #ff6b9d;
  --dark: #1a1a1a;
  --dark-soft: #2d2d2d;
  --text-primary: #1a1a1a;
  --text-secondary: #666;
  --cream: #fff8f0;
  --cream-dark: #f5ebd8;
}

.bg-color {
  background: #f6f1ec;
}

.bg-color-2 {
  background: #ecf2e6;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
}

.top-bar {
  padding: 7px 0;
  font-size: 14px;
  border-bottom: 1px solid #cdcdcd7a;
}

.header .container {
  justify-content: space-between;
}

.top-info-main select {
  border: 0;
}

.top-info:after,
.top-language-option:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff38;
  right: -10px;
}

.add-to-cart-btn:hover,
.breadcrumb-section,
.category-list li a:hover,
.category-list li.open > a,
.category-pr-box .cart-fab:hover,
.filter-btn:hover,
.notify-btn:hover,
.quick-actions .qa-btn:hover,
.social-links a:hover,
.top-info-main select option,
a.cart-btn:hover,
ul.main-menus li .submenu li a:hover,
ul.slick-dots li button {
  background: var(--secondary);
}

.logo img {
  max-width: 100px;
  height: auto;
  margin: 10px 0;
}

.top-cart a {
  font-size: 1rem;
  color: #000;
  display: inline-block;
  margin: 0 3px;
}

.top-cart a span {
  background: var(--primary);
  font-size: 11px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-grid;
  place-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: -5px;
}

.top-search-bar form {
  min-width: 220px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.category-list li .submenu,
ul.category-list,
ul.main-menus li .submenu {
  position: absolute;
  background: #fff;
  opacity: 0;
}

.all-btn a,
ul.main-menus li a {
  display: inline-block;
  color: #000;
}

.top-search-bar form input {
  width: 100%;
  position: relative;
  border: 1px solid #fff;
  padding: 8px 10px;
  background: #fff;
  border-radius: 30px;
  font-size: 13px;
}

.top-search-bar form button {
  border: 0;
  background: var(--primary);
  font-size: 12px;
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  border-radius: 100px;
}

.bottom-bar {
  border-top: 1px solid #cdcdcd;
}

.category-menus {
  width: 22%;
  background: var(--primary);
  border-radius: 5px;
  padding: 8px 10px;
  position: relative;
}

.category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
}

.category-menus .category-title .fa-chevron-down {
  transition: transform 0.25s;
}

.category-menus.open .category-title .fa-chevron-down {
  transform: rotate(180deg);
}

.category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding: 7px 10px;
  font-weight: 500;
  border-bottom: 1px solid #cdcdcd;
}

.category-list li.open > .submenu {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
}

.category-list li .submenu li a {
  padding: 6px 10px;
  font-size: 0.9rem;
}

.category-title i {
  font-size: 13px;
}

ul.category-list {
  border-radius: 8px;
  padding: 6px;
  max-height: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition:
    max-height 0.35s,
    opacity 0.25s,
    transform 0.25s,
    visibility 0.25s;
  width: 100%;
  left: 0;
  z-index: 99;
}

.all-btn a,
ul.slick-dots li.slick-active button {
  background: var(--primary);
}

.category-menus.open ul.category-list {
  max-height: 600px;
  visibility: visible;
}

ul.main-menus li a {
  position: relative;
  padding: 12px 10px;
}

ul.main-menus li .submenu {
  display: none;
  left: 0;
  top: 100%;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  min-width: 250px;
  padding: 8px;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 3px solid var(--primary);
  transform: translateY(6px);
  transition: 0.25s;
}

.banner-slide,
.off-img {
  border-radius: 20px;
  overflow: hidden;
}

ul.main-menus li .submenu li a {
  padding: 8px 12px;
  display: block;
  font-size: 1rem;
  border-radius: 6px;
}

ul.main-menus li.has-sub > a {
  display: flex;
  align-items: center;
  gap: 6px;
}

.category-list li .submenu li + li a,
ul.main-menus li .submenu li + li {
  border-top: 1px dashed #eef1f0;
}

ul.main-menus > li .submenu li.has-sub .submenu {
  left: 100%;
  top: 0;
}

@media (min-width: 992px) {
  ul.main-menus > li.has-sub:hover > .submenu,
  ul.main-menus > li .submenu li.has-sub:hover > .submenu,
  ul.main-menus > li .submenu li .submenu li.has-sub:hover > .submenu {
    display: block;
    transform: translateY(0);
    opacity: 1;
  }
}

.category-menus ul.category-list {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-top: 3px solid var(--primary);
}

.category-list li .submenu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition:
    max-height 0.3s,
    opacity 0.25s,
    visibility 0.25s;
  left: 100%;
  top: 0;
  z-index: 99999;
  min-width: 250px;
  border-left: 2px solid var(--secondary);
  border-radius: 6px;
}

.category-list li.has-sub > a i {
  font-size: 11px;
  color: #888;
}

.banner-section {
  background: url(../imgs/bg-1.jpg) 0 0 / cover;
  padding: 4rem 0;
}

.banner-slide {
  position: relative;
  z-index: 9;
}

.banner-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: rgb(0 0 0 / 49%) 0 3px 8px;
}

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

.banner-text {
  position: absolute;
  top: 20%;
  z-index: 9;
  width: 60%;
  padding: 2rem;
}

.banner-text h3 {
  color: #000;
  font-size: 3rem;
}

.all-btn a {
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--primary);
}

.all-btn button {
  padding: 7px 15px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--primary);
}

.all-btn a i,
button.slick-arrow i {
  font-size: 12px;
}

.off-img {
  width: 140px;
  height: 130px;
  margin: 0 auto 1rem;
  background: #f0f8ff;
  padding: 10px;
}

.banner-offers-section .col-md-6 {
  width: 20%;
}

.offer-box {
  overflow: hidden;
  width: 90%;
  border: 1px solid transparent;
  transition: 0.4s;
  margin: auto;
}

.ad-box:hover img,
.insta-box:hover img,
.offer-box:hover img,
.product-box:hover img {
  transform: scale(1.1);
}

.offer-box:hover .off-img {
  filter: none;
}

.offer-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.insta-box {
  width: 100%;
  margin: 2rem auto 0;
}

.insta-box .insta-img {
  width: 130px;
  height: 130px;
  margin: 0 auto 10px;
  border-radius: 100%;
  overflow: hidden;
}

.insta-box .view-more {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(10px);
  font-weight: 500;
}

.insta-box:hover .view-more {
  transform: inherit;
  opacity: 1;
}

.category-pr-box:hover .cart-fab,
.wishlist-item:hover .wish-remove {
  transform: translateY(0);
  opacity: 1;
}

.breadcrumb-item a:hover,
.contact-info .ci-row i,
.insta-outer a,
.product-box:hover p,
.product-status.instock,
.support-box .ci-row i,
.view-order {
  color: var(--primary);
}

.insta-box .insta-img img,
.pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-text,
.tab-content .tab-pane,
.timer-label {
  display: none;
}

.cat-text h4 {
  color: #000;
  font-size: 1.2rem;
  margin: 0;
}

ul.slick-dots {
  justify-content: center;
  display: flex;
}

.side-flex,
.test-flex {
  display: flex;
  align-items: center;
}

ul.slick-dots li button {
  font-size: 0;
  border: 0;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 2px;
}

.web-title {
  font-size: 2rem;
  font-weight: 600;
}

.new-flex p,
.outstock,
.pr-title,
span.instock {
  font-weight: 500;
}

.product-box {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 8px;
  z-index: 9;
  height: 100%;
  overflow: hidden;
}

.off,
a.cart-btn {
  background: var(--primary);
}

.pr-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
}

.latest-products-slider .product-box,
.related-products-slider .product-box,
.trendy-products-slider .product-box {
  width: 95%;
  margin: auto;
}

.outstock {
  color: red !important;
}

.pr-title {
  margin: 0 0 5px !important;
  font-size: 15px;
}

.pr-text select {
  width: 100%;
  padding: 2px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px;
  margin: 0 0 5px;
}

.price {
  color: var(--primary);
  font-weight: 600;
}

.deal-text,
.off {
  color: #fff;
  position: absolute;
}

.price .old-prize {
  color: #000;
  margin-right: 6px;
}

.off {
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 2px 9px;
}

.fetured-product-box .off,
.new-arrivals {
  font-size: 11px;
}

.padding {
  padding: 3.5rem 0;
}

.quantity-wrapper {
  border-radius: 8px;
}

.quantity-btn {
  width: 23px;
  height: 24px;
  border: 1px solid #838383;
  background: #f8f8f8;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
}

.quantity-wrapper input {
  width: 32px;
  text-align: center;
  border: 1px solid #6c6c6c;
  height: 24px;
  font-size: 13px;
  color: #000;
}

a.cart-btn {
  display: inline-block;
  padding: 4px 11px;
  color: #000;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
}

.latest-products-slider p.pr-title {
  font-size: 14px;
}

.latest-side-box {
  background: var(--secondary);
  border-radius: 8px;
  padding: 40px 20px;
  width: 100%;
  height: 100%;
}

.side-flex {
  justify-content: flex-start;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #cbcbcb69;
}

.side-flex img {
  width: 40px;
  height: auto;
}

.side-flex > div {
  margin-left: 20px;
}

.ad-box img,
.deal-left-img img {
  width: 100%;
}

.deals-right img {
  width: 100%;
  height: 335px;
}

.deal-text {
  top: 0;
  left: 0;
  padding: 5rem 4rem;
}

.deal-timer {
  background: #fff;
  width: max-content;
  color: #000;
  padding: 4px 12px;
  margin: 1rem 0 !important;
  border-radius: 10px;
}

.new-arrivals {
  position: absolute;
  top: 45px;
  left: 10px;
  background: var(--primary);
  color: #fff;
  padding: 2px 9px;
}

.offer-slogan {
  font-weight: 500;
  color: var(--primary);
  margin: 0 0 10px;
  font-size: 1.2rem;
}

p.offer-title {
  font-weight: 600;
  font-size: 2rem;
  margin: 0 0 9px;
}

.timer-box {
  width: 35px;
  height: auto;
  border-radius: 4px;
  margin: 6px 0;
}

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

.fetured-product-box {
  display: flex;
  position: relative;
  padding: 15px;
  border: 1px solid var(--primary);
  border-radius: 8px;
  justify-content: space-between;
  height: 100%;
}

.f-content {
  width: 60%;
}

.f-img img {
  width: 100px;
  height: auto;
}

.f-content p {
  font-weight: 500;
  margin: 0;
  font-size: 14px;
}

.f-img {
  width: 38%;
}

.f-content i {
  color: gold;
  font-size: 13px;
  margin: 5px 0;
}

.ad-box {
  overflow: hidden;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.4s;
}

.ad-box:hover {
  border-color: var(--secondary);
}

.sidebar-testimonials {
  position: sticky;
  top: 80px;
}

.testimonial-box {
  padding: 20px;
  background: #fff;
  transition: 0.4s;
  border-radius: 10px;
  width: 95%;
  margin: auto;
  border: 2px solid #e5e5e5;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px;
  text-align: center;
}

.testimnial-rating i {
  font-size: 12px;
  color: gold;
  margin: 0 0 10px;
}

.test-tag {
  font-weight: 600;
  font-style: italic;
  margin: 0 0 5px;
}

.testimonial-box p {
  color: #474744;
}

.test-flex {
  gap: 15px;
}

.footer-bottom,
.new-flex {
  align-items: center;
  display: flex;
}

.test-flex img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.newletter-section {
  background-image: url(../imgs/Newsletter.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

.new-flex {
  margin: 0 0 0.5rem;
}

.new-flex img {
  width: 70px;
  height: auto;
  margin-right: 20px;
}

.new-flex h3 {
  margin: 0;
  font-size: 2.3rem;
}

.newletter-box form input[type="email"] {
  width: 70%;
  padding: 8px 10px;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: rgb(233 233 233 / 18%) 0 2px 8px 0;
}

.newletter-box form button {
  border: 0;
  background: var(--primary);
  color: #fff;
  padding: 7px 30px;
  border-radius: 8px;
  margin-left: 15px;
}

footer.footer {
  background: url(../imgs/bg-1.jpg) 0 0 / cover;
  padding: 4rem 0 1rem;
}

.footer-logo img {
  width: 125px;
  height: auto;
  margin: 0 0 15px;
}

.contact-item div {
  width: calc(100% - 40px);
}

.contact-item i,
.social-links a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--primary);
  border-radius: 100%;
  font-size: 13px;
  place-content: center;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-bottom {
  justify-content: center;
  border-top: 1px solid #101010;
  margin: 1rem 0 0;
  padding: 1rem 0 0;
}

ul.footer-links li a {
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  padding-left: 20px;
}

ul.footer-links li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #ffbd6ab0;
  border-radius: 100%;
  top: 7px;
  left: 0;
}

h3.footer-heading {
  font-size: 1.3rem;
  margin: 0 0 1rem;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem;
}

.footer-location {
  align-items: flex-start;
}

.social-links a {
  margin: 0 2px;
  transition: 0.4s;
  color: #000;
  font-size: 15px;
}

.breadcrumb-content {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.breadcrumb-content .web-title {
  font-size: 1.6rem;
}

.breadcrumb {
  background: 0 0;
  padding: 0;
  margin: 0;
  justify-content: center;
  text-align: left !important;
}

.breadcrumb-item a {
  color: rgb(0 0 0 / 80%);
}

.breadcrumb-item.active,
.cart-item-info .remove-item:hover,
.wl-item .remove-item:hover {
  color: #000;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgb(0 0 0 / 60%);
}

.product-price {
  margin-bottom: 1rem;
}

.category-content-section {
  padding: 2rem 0;
}

.category-sidebar {
  background: var(--primary);
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 2rem;
  color: #000;
  position: sticky;
  top: 30px;
}

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

.filter-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.filter-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.filter-list a span,
.price-input {
  font-size: 0.9rem;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li {
  margin-bottom: 0.5rem;
}

.filter-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  transition: color 0.3s;
  background: white;
  border-radius: 5px;
}

.price-filter {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.filter-checkbox,
.price-inputs {
  align-items: center;
  display: flex;
}

.price-inputs {
  gap: 0.5rem;
  width: 100%;
}

.price-input {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  width: 100%;
}

.clear-filters-btn,
.filter-btn {
  padding: 0.5rem 1rem;
  color: #fff;
  cursor: pointer;
  background: #000;
}

.filter-btn {
  border: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.checkbox-filter {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.filter-checkbox {
  cursor: pointer;
}

.filter-checkbox input[type="checkbox"] {
  margin-right: 0.5rem;
}

.filter-actions {
  margin-top: 1rem;
}

.clear-filters-btn {
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.3s;
  width: 100%;
}

.badge-new,
.clear-filters-btn:hover,
.load-more-btn:hover,
.pr-icons .pr-icon:hover,
.wishlist-item .wish-remove:hover {
  background: var(--primary);
  color: #fff;
}

.products-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.products-count,
.sort-options label {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
}

.sort-options {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
}

.product-badges,
.product-card {
  flex-direction: column;
  display: flex;
}

.sort-select {
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  font-size: 0.9rem;
}

.products-grid {
  margin-bottom: 1rem;
}

.product-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  gap: 0.5rem;
}

.badge-new,
.badge-off {
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

.badge-off {
  background: var(--secondary);
  color: #fff;
}

.product-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s;
}

.action-btn,
.product-rating {
  align-items: center;
  display: flex;
}

.product-card:hover .product-actions {
  opacity: 1;
}

.action-btn {
  width: 35px;
  height: 35px;
  border: none;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.add-to-cart-btn,
.notify-btn,
.qty-btn {
  transition: background 0.3s;
  border: none;
}

.action-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: scale(1.1);
}

.category-pr-box.product-box {
  border: 1px solid var(--primary);
}

.category-pr-box .pr-img img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.category-pr-box .cart-fab {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.3s;
}

.category-pr-box:hover .cart-fab {
  visibility: visible;
}

.product-info {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-status {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.product-status.outstock {
  color: #dc3545;
}

.product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.product-rating {
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.product-rating i {
  font-size: 0.8rem;
  color: #ffc107;
}

.rating-count {
  font-size: 0.8rem;
  color: #666;
  margin-left: 0.5rem;
}

.current-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--secondary);
}

.old-price {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 0.5rem;
}

.product-actions-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.payment-option,
.qty-btn {
  align-items: center;
  cursor: pointer;
}

.qty-btn {
  width: 30px;
  height: 35px;
  background: #f8f9fa;
  display: flex;
  justify-content: center;
}

.qty-btn:hover {
  background: #e9ecef;
}

.qty-input {
  width: 50px;
  height: 35px;
  border: none;
  font-size: 0.9rem;
}

.add-to-cart-btn,
.notify-btn {
  flex: 1;
  background: var(--primary);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
}

.load-more-btn,
.page-link {
  color: var(--primary);
  transition: 0.3s;
}

.notify-btn {
  background: #6c757d;
}

.notify-btn:hover {
  background: #5a6268;
}

.pagination-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 1rem; */
  justify-content: center;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

.page-item {
  margin: 0;
}

.page-link {
  display: block;
  padding: 0.2rem 0.75rem;
  text-decoration: none;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.page-item.active .page-link,
.page-link:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.page-item.disabled .page-link {
  color: #6c757d;
  background: #fff;
  border-color: #dee2e6;
  cursor: not-allowed;
}

.load-more-btn {
  background: 0 0;
  border: 1px solid var(--primary);
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 576px) {
  .filter-box {
    margin-bottom: 1.5rem;
  }

  .product-info {
    padding: 1rem;
  }

  .product-title {
    font-size: 0.9rem;
  }

  .current-price {
    font-size: 1.1rem;
  }
}

.cart-table-wrap,
.wishlist-table-wrap {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 1rem;
}

.cart-table-header,
.orders-header,
.wishlist-header {
  border-bottom: 1px solid #e9ecef;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}

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

.cart-item-row:last-child,
.order-row:last-child,
.summary-row:last-child,
.wishlist-row:last-child {
  border-bottom: 0;
}

.cart-item-info .remove-item {
  border: 0;
  background: 0 0;
  color: #999;
  margin-right: 10px;
  cursor: pointer;
  transition: 0.2s;
}

.cart-item-img img,
.wl-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #e9ecef;
  border-radius: 6px;
}

.cart-item-text,
.wl-text {
  margin-left: 12px;
}

.cart-item-text .pr-title,
.fw-600 {
  font-weight: 600;
}

.cart-actions .all-btn a {
  padding: 7px 16px;
}

.auth-box,
.card-like,
.cart-summary,
.contact-box,
.faq-box {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 20px;
}

.order-summary .summary-title,
.summary-title {
  font-size: 1.3rem;
  margin: 0 0 0.8rem;
  color: var(--primary);
}

.order-summary .summary-row,
.summary-row {
  padding: 0.4rem 0;
  border-bottom: 1px dashed #e9ecef;
}

.order-summary .summary-total,
.summary-total {
  padding: 0.8rem 0 0;
}

.checkout-forms .form-box,
.order-summary {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 1.2rem;
}

.auth-form .form-label,
.checkout-form .form-label,
.contact-form .form-label {
  font-weight: 600;
  margin-bottom: 6px;
}

.auth-form .form-control,
.checkout-form .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.auth-form .form-control:focus,
.checkout-form .form-control:focus,
.contact-form .form-control:focus {
  outline: 0;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgb(24 107 34 / 10%);
}

.payment-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.payment-option {
  display: flex;
  gap: 0.5rem;
}

.order-summary .summary-items {
  border-bottom: 1px dashed #e9ecef;
  margin-bottom: 0.6rem;
}

.order-summary .summary-item {
  padding: 0.4rem 0;
}

.social-login .social-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  color: #333;
}

.social-login .social-btn.google:hover {
  border-color: #db4437;
  color: #db4437;
}

.social-login .social-btn.facebook:hover {
  border-color: #1877f2;
  color: #1877f2;
}

.dashboard-sidebar {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 16px;
  position: sticky;
  top: 20px;
}

.sidebar-user .user-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-content: center;
  margin-right: 10px;
  font-weight: 700;
}

.sidebar-nav {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.sidebar-nav li button.nav-link,
.sidebar-nav li button.nav-link.active {
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  background-color: var(--primary);
  margin: 0 0 10px;
}

.sidebar-nav li:hover button.nav-link {
  color: #fff;
  background: #000;
}

.sidebar-nav li.active::after {
  content: "";
  position: absolute;
  right: 8px;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

.sidebar-nav li a {
  color: inherit;
}

.dashboard-content .dash-stat {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.dashboard-content .dash-stat .stat-icon,
.order-badge.shipped {
  background: var(--secondary);
  color: #000;
}

.dashboard-content .dash-stat .stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: grid;
  place-content: center;
}

.orders-table {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 10px;
}

.order-row {
  padding: 0.6rem 0;
  border-bottom: 1px dashed #e9ecef;
}

.order-badge {
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.order-badge.delivered {
  background: #e8f7e9;
  color: #1e7e34;
}

.address-box {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 14px;
  height: 100%;
}

.order-modal {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 35%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.order-modal-dialog {
  width: min(640px, 92%);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.quick-actions .qa-btn {
  border: 1px solid #e9ecef;
  padding: 6px 12px;
  border-radius: 8px;
  color: #333;
}

.map-box,
.order-pr-img {
  border: 1px solid #e9ecef;
}

.order-modal-header {
  padding: 12px 16px;
  border-bottom: 1px solid #e9ecef;
}

.order-modal-body {
  padding: 16px;
}

.order-pr-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.order-modal-close {
  border: 0;
  background: 0 0;
  font-size: 20px;
  cursor: pointer;
}

.contact-form .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.map-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background: var(--secondary);
  font-weight: 500;
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.policy-box {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 24px;
}

.policy-box h4 {
  /* color: var(--primary); */
  margin-bottom: 0.5rem;
}

.policy-box p {
  /* color: #444; */
}

.wishlist-item .wish-remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #333;
  display: grid;
  place-content: center;
  box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
  opacity: 0;
  transform: translateY(-4px);
  transition: 0.25s;
}

.featured-pr,
.pr-icons .pr-icon,
.sidebar-categories {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.wl-item .remove-item {
  border: 0;
  background: 0 0;
  color: #999;
  margin-right: 10px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .category-sidebar {
    margin-bottom: 2rem;
  }

  .products-header {
    text-align: center;
  }

  .sort-options {
    justify-content: center;
    margin-top: 1rem;
  }

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

  .product-actions-bottom {
    flex-direction: column;
    gap: 1rem;
  }

  .quantity-selector {
    width: 100%;
    justify-content: center;
  }

  .add-to-cart-btn,
  .notify-btn {
    width: 100%;
  }

  .cart-item-img img,
  .wl-img img {
    width: 60px;
    height: 60px;
  }

  .cart-summary,
  .order-summary {
    margin-top: 1.5rem;
  }

  .dashboard-sidebar {
    margin-bottom: 1rem;
  }
}

button.slick-arrow {
  border: 1px solid var(--primary);
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  z-index: 9;
}

.trendy-products-slider button.slick-prev.slick-arrow {
  top: 40%;
  left: -30px;
}

.trendy-products-slider button.slick-next.slick-arrow {
  top: 40%;
  right: -30px;
}

.latest-products-slider button.slick-prev.slick-arrow {
  top: -18%;
  right: 41px;
}

.latest-products-slider button.slick-next.slick-arrow {
  top: -18%;
  right: 0;
}

button.slick-prev.slick-arrow {
  top: -35%;
  right: 50px;
}

button.slick-next.slick-arrow {
  top: -35%;
  right: 10px;
}

@keyframes slidetop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

button.remove-item {
  background: 0 0;
  border: 0;
  color: red;
}

.trending-product-section {
  background-image: url(../imgs/bg-1.jpg);
  background-size: cover;
}

.pr-text {
  padding: 15px;
}

.pr-icons .pr-icon {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-content: center;
  background: #fff;
  border-radius: 100%;
  font-size: 13px;
  margin: 0 2px;
}

.pr-icons {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}

.product-box:hover .pr-icons {
  opacity: 1;
  top: 50%;
}

.sidebar-categories {
  width: 95%;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fffbf5;
  padding: 25px;
  position: sticky;
  top: 30px;
}

.sidebar-categories li a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #22222257;
  padding: 0 0 0.7rem;
  margin: 0 0 0.7rem;
}

.featured-pr {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.feature-img img {
  width: 105px;
  height: 110px;
  object-fit: cover;
}

.feature-img {
  flex-shrink: 0;
  margin-right: 12px;
  overflow: hidden;
}

.feature-text h5 {
  font-size: 1rem;
  font-weight: 400;
}

.feature-rating {
  font-size: 12px;
  color: #daa520;
}

.featured-pr:hover img {
  transform: scale(1.2);
}

.feature-box-main img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 12px;
}

.feature-box-main-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem 2rem;
  color: #fff;
}

.feature-box-main-text h3 {
  font-size: 2.2rem;
  margin: 0 0 1rem;
}

.feature-box-main-text span {
  display: inline-block;
  background: var(--primary);
  color: #000;
  margin: 1rem 0;
  padding: 5px 20px;
  font-weight: 500;
  border-radius: 10px 0;
}

.pay-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.pay-img a img {
  width: 62px;
  height: auto;
  margin-bottom: 10px;
  margin-right: 10px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.product-detail-section .product-gallery-main img {
  width: 100%;
  height: 350px;
  object-fit: contain;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  object-position: center;
}

.product-detail-section .product-gallery-thumbs img {
  width: 96%;
  height: 90px;
  object-fit: contain;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  cursor: pointer;
}

.product-info-wrap .product-meta li {
  list-style: none;
  margin: 0.3rem 0;
  color: #555;
}

.tabs {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 2rem;
  background: var(--primary);
  color: #000;
}

.tab-nav {
  display: flex;
  gap: 1rem;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.tab-nav li {
  padding: 0.5rem 0.9rem;
  cursor: pointer;
  color: #000;
  border-radius: 6px;
  background: #fff;
}

.tab-nav li.active,
.tab-nav li:hover {
  background: #000;
  color: #fff;
}

.tab-content .tab-pane.active {
  display: block;
}

.product-info-wrap form select {
  padding: 6px 5px;
  border: 1px solid #cdccdd;
  border-radius: 7px;
}

.tab-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
}

/* ======================== */

/* Our Story Section */
.our-story-section {
  background: #fff;
}

.story-content {
  /* max-width: 900px; */
  margin: auto;
  text-align: center;
}

.story-image {
  margin: 20px 0;
  border-radius: 20px;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 400px;
  transition: transform 0.4s ease;
  object-fit: cover;
}

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

/* Mission Vision Section */
.mission-vision-section {
  background: #f8f9fa;
}

.mission-wrapper,
.vision-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  transition: transform 0.3s ease;
  border: 1px solid #e9ecef;
  width: 100%;
  height: 100%;
}

.mission-wrapper:hover,
.vision-wrapper:hover {
  transform: translateY(-5px);
}

.content-side {
  flex: 1;
}

.content-side h2 {
  /* font-size: 32px; */
  /* margin-bottom: 20px; */
}

.image-side {
  flex: 0 0 200px;
}

.image-wrapper {
  border-radius: 15px;
  overflow: hidden;
}

.image-wrapper img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mission-wrapper:hover .mission-image,
.vision-wrapper:hover .vision-image {
  transform: scale(1.1);
}

/* Why Choose Section */
.why-choose-section {
  background: #fff;
}

.feature-box {
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  border-radius: 15px;
}

.feature-box:hover {
  background: #fafafa;
  transform: translateY(-8px);
}

.feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.feature-box:hover .feature-icon {
  transform: rotate(360deg);
}

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

.feature-box h4 {
  font-size: 18px;
  /* font-weight: 600; */
  /* color: #2c3e50; */
  /* margin-bottom: 15px; */
}

.feature-box p {
  /* font-size: 15px; */
  /* line-height: 1.7; */
  /* color: #666; */
  margin: 0;
}

/* Benefits Section */
.benefits-section {
  background: #f8f9fa;
}

.benefit-card {
  text-align: left;
  padding: 20px 20px;
  background: var(--primary);
  border-radius: 15px;
  transition: all 0.3s ease;
  /* border: 1px solid #e9ecef; */
  height: 100%;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  gap: 15px;
}

.benefit-card:hover {
  transform: translateY(-5px);
  background: white;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid var(--primary);
  border-radius: 50%;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.benefit-card:hover .benefit-icon {
  background: var(--primary);
}

.benefit-icon i {
  font-size: 28px;
  color: var(--primary);
  transition: color 0.3s ease;
}

.benefit-card:hover .benefit-icon i {
  color: white;
}

.benefit-card h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.benefit-card p {
  font-size: 14px;
  margin: 0;
}

a.btn.btn-toggle {
  display: none;
}

.product-info-wrap .web-title {
  font-size: 1.6rem;
}

#search-results .fw-bold {
  font-weight: 500 !important;
}

/* new design for product and category cards starts */

.category-grid-main-box,
.product-grid-main-box,
.product-grid-inner-box {
  width: 100%;
}

.category-grid-main-box h3,
.product-grid-main-box h3 {
  margin: 0;
}

.product-grid-main-box {
  margin: 60px 0 0 0;
}

.product-grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 35px;
  margin: 40px 0 0 0;
}

.category-card {
  position: relative;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 184, 77, 0.1),
    rgba(250, 177, 180, 0.1)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.category-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.category-card:hover::before {
  opacity: 1;
}

.category-card .cat-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #fff8f0 0%, #f5ebd8 100%);
}

.category-card .cat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.category-card:hover .cat-img img {
  transform: scale(1.15) rotate(-2deg);
}

.category-card .cat-text {
  padding: 32px;
  text-align: center;
  background: white;
  position: relative;
  z-index: 2;
  display: block;
}

.category-card .cat-text h5 {
  color: var(--dark);
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.category-card:hover .cat-text h5 {
  color: var(--primary-dark);
}

.category-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--dark);
  z-index: 2;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.product-inner-card {
  position: relative;
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100% !important;
  border: none !important;
}

.product-inner-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12);
}

.product-inner-card .pr-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, #fff8f0 0%, #f5ebd8 100%);
}

.product-inner-card .pr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.product-inner-card:hover .pr-img img {
  transform: scale(1.12);
}

.discount-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  z-index: 3;
  letter-spacing: 0.5px;
  animation: pulseInner 2s ease-in-out infinite;
  -webkit-animation: pulseInner 2s ease-in-out infinite;
}

@keyframes pulseInner {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.product-inner-card .pr-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 16px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: 3;
}

.product-inner-card:hover .pr-icons {
  opacity: 1;
}

.product-inner-card .pr-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  font-size: 20px;
  color: var(--dark);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.product-inner-card .pr-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-inner-card .pr-icon i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.product-inner-card .pr-icon:hover {
  transform: translateY(-4px) scale(1.1);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.product-inner-card .pr-icon:hover::before {
  opacity: 1;
}

.product-inner-card .pr-icon:hover i {
  color: white;
  transform: scale(1.1);
}

.product-inner-card .pr-icon.wishlist-btn:hover::before {
  background: linear-gradient(135deg, #ff6b9d, #ff8e53);
}

.product-inner-card .pr-icon.wishlist-btn.wishlist-disabled {
  background: #ffe6e6;
  border-color: #ff4d4f;
  color: #ff4d4f;
  cursor: default;
  pointer-events: none;
  transform: none;
}

.product-inner-card .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.product-inner-card:hover .img-overlay {
  opacity: 1;
}

.product-inner-card .pr-text {
  padding: 28px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: white;
  position: relative;
  transition: all 0.3s ease;
}

.product-inner-card:hover .pr-text {
  background: linear-gradient(to bottom, white 0%, var(--cream) 100%);
}

.product-inner-card .pr-title {
  font-size: 1.15rem;
  color: var(--dark);
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.product-inner-card .product-card:hover .pr-title {
  color: var(--primary-dark);
  transform: translateX(4px);
}

.product-inner-card .price-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.product-inner-card .old-prize,
.product-inner-card .old-price {
  font-size: 1rem;
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
  margin: 0;
}

.product-inner-card .current-price {
  font-size: 1.75rem;
  background: linear-gradient(135deg, var(--primary-dark), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.product-inner-card .savings-badge {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  color: #2e7d32;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  /* margin-left: auto; */
  letter-spacing: 0.3px;
}

/* new design for product and category cards ends */

/* new design for category page starts */

.category-inner-content-section {
  width: 100%;
  background: linear-gradient(135deg, var(--cream) 0%, #fff 100%);
}

.category-inner-content-section .category-sidebar {
  background: white;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 30px;
  height: fit-content;
  animation: slideInLeft 0.6s ease-out;
}

.category-inner-content-section .filter-box {
  margin-bottom: 30px;
  padding-bottom: 32px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 100%;
}

.category-inner-content-section .filter-box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.category-inner-content-section .filter-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 12px;
}

.category-inner-content-section .filter-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
}

.category-inner-content-section .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-inner-content-section .filter-list li {
  margin-bottom: 8px;
}

.category-inner-content-section .filter-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: var(--cream);
  border-radius: 12px;
  color: var(--text-primary);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: 500;
  font-size: 0.95rem;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.category-inner-content-section .filter-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 184, 77, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.category-inner-content-section .filter-list a:hover::before {
  left: 100%;
}

.category-inner-content-section .filter-list a:hover {
  background: white;
  transform: translateX(6px);
  box-shadow: 0 4px 16px rgba(255, 184, 77, 0.2);
  border-color: var(--primary);
}

.category-inner-content-section .filter-list a.active {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(255, 184, 77, 0.4);
  transform: translateX(4px);
}

.category-inner-content-section .filter-list a span {
  background: rgba(0, 0, 0, 0.08);
  color: var(--dark);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  min-width: 32px;
  text-align: center;
  transition: all 0.3s ease;
}

.category-inner-content-section .filter-list a:hover span {
  background: var(--primary-dark);
  color: white;
}

.category-inner-content-section .filter-list a.active span {
  background: rgba(255, 255, 255, 0.25);
  color: white;
}

.category-inner-content-section .price-filter {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}

.category-inner-content-section .price-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.category-inner-content-section .price-inputs span {
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 1rem;
  flex-shrink: 0;
}

.category-inner-content-section .price-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  padding: 12px 14px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: var(--cream);
  font-size: 0.9rem;
  font-family: "DM Sans", sans-serif;
  color: var(--dark);
  font-weight: 500;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.category-inner-content-section .price-input:focus {
  outline: none;
  border-color: var(--primary);
  background: white;
  box-shadow: 0 0 0 4px rgba(255, 184, 77, 0.1);
}

.category-inner-content-section .price-input::placeholder {
  color: var(--text-secondary);
}

.category-inner-content-section .filter-btn {
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--dark), var(--dark-soft));
  color: white;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "DM Sans", sans-serif;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.category-inner-content-section .filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
}

.category-inner-content-section .filter-btn:active {
  transform: translateY(0);
}

.category-inner-content-section .filter-actions {
  width: 100%;
  margin: 0;
}

.category-inner-content-section .clear-filters-btn {
  width: 100%;
  padding: 14px 24px;
  background: white;
  color: var(--dark);
  border: 2px solid var(--dark);
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.category-inner-content-section .clear-filters-btn:hover {
  background: var(--dark);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.products-inner-header {
  background: white;
  border-radius: 20px;
  padding: 28px 32px;
  margin-bottom: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
}

.products-inner-header .products-count {
  font-size: 1rem;
  color: var(--text-secondary);
  font-weight: 500;
  margin: 0;
}

.products-inner-header .products-count strong {
  color: var(--dark);
  font-weight: 700;
}

.products-inner-header .sort-options {
  display: flex;
  align-items: center;
  gap: 14px;
}

.products-inner-header .sort-options label {
  font-size: 0.95rem;
  color: var(--text-secondary);
  font-weight: 500;
  margin: 0;
}

.products-inner-header .sort-select {
  padding: 12px 40px 12px 18px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: var(--cream);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  min-width: 200px;
}

.products-inner-header .sort-select:hover {
  border-color: var(--primary);
  background-color: white;
  box-shadow: 0 4px 16px rgba(255, 184, 77, 0.15);
}

.products-inner-header .sort-select:focus {
  outline: none;
  border-color: var(--primary);
  background-color: white;
  box-shadow: 0 0 0 4px rgba(255, 184, 77, 0.1);
}

.pagination-section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.pagination-section:not(:has(.pagination)) {
  margin: 0;
  border: none;
  padding: 0;
}

.pagination-nav {
  background: white;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  align-items: center;
}

.page-item {
  margin: 0;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  text-decoration: none;
  color: var(--dark);
  background: var(--cream);
  border: 2px solid transparent;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  position: relative;
  overflow: hidden;
}

.page-link i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.page-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.page-link:hover::before {
  left: 100%;
}

.page-link:hover {
  background: white;
  border-color: var(--primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 184, 77, 0.2);
  color: var(--primary-dark);
}

.page-link:hover .fa-chevron-left {
  transform: translateX(-3px);
}

.page-link:hover .fa-chevron-right {
  transform: translateX(3px);
}

/* Active page */
.page-item.active .page-link {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border-color: transparent;
  box-shadow: 0 6px 20px rgba(255, 184, 77, 0.4);
  transform: scale(1.05);
  cursor: default;
}

.page-item.active .page-link:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 184, 77, 0.4);
}

/* Disabled state */
.page-item.disabled .page-link {
  color: #999;
  background: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}

.page-item.disabled .page-link:hover {
  background: #f5f5f5;
  border-color: transparent;
  transform: none;
  box-shadow: none;
  color: #999;
}

/* Previous/Next buttons */
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  padding: 0 20px;
  font-weight: 600;
}

/* new design for category page ends */

/* new design for product detail page starts */

.product-detail-inner-section {
  background: linear-gradient(135deg, var(--cream) 0%, #fff 100%);
}

.product-detail-inner-section .product-gallery-inner-main {
  background: white;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  overflow: hidden;
}

.product-detail-inner-section .product-gallery-inner-main img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border-radius: 16px;
  transition: transform 0.5s ease;
  border: none;
}

.product-detail-inner-section .product-gallery-inner-main:hover img {
  transform: scale(1.05);
}

.product-detail-inner-section .thumb-inner-item,
.product-detail-inner-section .product-gallery-inner-thumbs .slick-slide {
  background: white;
  border-radius: 16px;
  padding: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 2px solid transparent;
  margin: 0 5px;
}

.product-detail-inner-section .thumb-inner-item:hover,
.product-detail-inner-section .product-gallery-inner-thumbs .slick-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--primary);
}

.product-detail-inner-section .product-gallery-inner-thumbs .slick-current,
.product-detail-inner-section .thumb-inner-item.slick-current {
  border-color: var(--primary);
  box-shadow: 0 6px 20px rgba(255, 184, 77, 0.3);
}

.product-detail-inner-section .product-gallery-inner-thumbs img,
.product-detail-inner-section .thumb-inner-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: none;
  border-radius: 8px;
}

.product-detail-content {
  width: 95%;
  margin-left: auto;
  background: white;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.product-detail-content .web-title {
  margin: 0;
}

.product-detail-content .price-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.product-detail-content .old-price {
  font-size: 1.3rem;
  color: #999;
  text-decoration: line-through;
  font-weight: 500;
  margin: 0;
}

.product-detail-content .current-price {
  font-size: 2.5rem;
  background: linear-gradient(135deg, var(--primary-dark), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
  letter-spacing: -1px;
}

.product-detail-content .discount-badge {
  background: linear-gradient(135deg, #4caf50, #45a049);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  position: static;
  animation: none;
  -webkit-animation: none;
  box-shadow: none;
}

.product-detail-content .stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.product-detail-content .stock-badge::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.5s ease;
}

.product-detail-content .stock-badge:hover::before {
  left: 100%;
}

/* In Stock */
.product-detail-content .stock-badge.instock {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  color: #2e7d32;
  box-shadow: 0 4px 16px rgba(46, 125, 50, 0.15);
}

.product-detail-content .stock-badge.instock i {
  animation: checkPulse 2s ease-in-out infinite;
}

@keyframes checkPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Out of Stock */
.product-detail-content .stock-badge.outstock {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: #c62828;
  box-shadow: 0 4px 16px rgba(198, 40, 40, 0.15);
}

.product-detail-content .stock-badge.outstock i {
  animation: alertShake 1.5s ease-in-out infinite;
}

@keyframes alertShake {
  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }
}

.variants-section {
  margin: 32px 0;
}

.variant-group {
  margin-bottom: 28px;
}

.variant-label {
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 14px;
  display: block;
}

.variant-label .selected-value {
  color: var(--primary-dark);
  font-weight: 600;
  margin-left: 8px;
}

.variants-section .color-options {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.variants-section .color-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  border: 3px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.variants-section .color-circle:hover {
  transform: scale(1.15);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.variants-section .color-circle.selected {
  border: 3px solid var(--primary);
  transform: scale(1.1);
  box-shadow:
    0 0 0 3px rgba(255, 184, 77, 0.2),
    0 6px 20px rgba(0, 0, 0, 0.15);
}

.variants-section .color-circle::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: white;
  font-weight: 900;
  font-size: 1.3rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.variants-section .color-circle.selected::after {
  transform: translate(-50%, -50%) scale(1);
}

.variants-section .color-circle input {
  display: none;
}

.variants-section .size-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.variants-section .size-option {
  position: relative;
}

.variants-section .size-option input {
  display: none;
}

.variants-section .size-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 48px;
  padding: 0 20px;
  background: var(--cream);
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  color: var(--dark);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
}

.variants-section .size-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 184, 77, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.variants-section .size-label:hover::before {
  left: 100%;
}

.variants-section .size-label:hover {
  border-color: var(--primary);
  background: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 184, 77, 0.2);
}

.variants-section .size-option input:checked + .size-label {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border-color: var(--primary-dark);
  box-shadow: 0 6px 20px rgba(255, 184, 77, 0.4);
  transform: translateY(-2px);
}

.variants-section .size-option input:disabled + .size-label {
  opacity: 0.4;
  cursor: not-allowed;
  position: relative;
}

.variants-section .size-option input:disabled + .size-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e74c3c;
  transform: translateY(-50%) rotate(-15deg);
}

.variants-section .size-option input:disabled + .size-label:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.variants-section .size-select-wrapper {
  position: relative;
  width: 100%;
}

.variants-section .size-select {
  width: 100%;
  padding: 14px 45px 14px 18px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: var(--cream);
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "DM Sans", sans-serif;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%231a1a1a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.variants-section .size-select:hover {
  border-color: var(--primary);
  background-color: white;
  box-shadow: 0 4px 16px rgba(255, 184, 77, 0.15);
}

.variants-section .size-select:focus {
  outline: none;
  border-color: var(--primary);
  background-color: white;
  box-shadow: 0 0 0 4px rgba(255, 184, 77, 0.1);
}

.variants-section .size-select option {
  padding: 12px;
  background: white;
  color: var(--dark);
  font-weight: 500;
}

.variants-section .size-select option:disabled {
  color: #999;
  font-style: italic;
}

.action-section {
  margin: 32px 0;
  padding: 28px;
  background: var(--cream);
  border-radius: 16px;
}

.quantity-cart-wrapper {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.quantity-wrapper {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  width: max-content;
}

.quantity-btn {
  width: 48px;
  height: 56px;
  border: none;
  background: white;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--dark);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn:hover {
  background: var(--primary);
  color: white;
}

.quantity-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.action-section .quantity-input {
  width: 70px;
  text-align: center;
  border: none;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  height: 56px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  font-family: "DM Sans", sans-serif;
}

.action-section .quantity-input:focus {
  border-color: var(--primary);
}

.action-section .add-to-cart-btn {
  flex: 1;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: white;
  border: none;
  border-radius: 12px;
  padding: 20px 32px;
  font-weight: 700;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(255, 184, 77, 0.4);
}

.action-section .add-to-cart-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 184, 77, 0.5);
}

.add-to-cart-btn:active {
  transform: translateY(0);
}

.action-section .add-to-cart-btn i {
  font-size: 1.2rem;
}

.action-section .wishlist-btn {
  width: 56px;
  height: 56px;
  background: white;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--dark);
  font-size: 1.3rem;
}

.action-section .wishlist-btn:hover {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
  transform: scale(1.05);
}

.action-section .wishlist-btn.wishlist-disabled {
  background: #ffe6e6;
  border-color: #ff4d4f;
  color: #ff4d4f;
  cursor: default;
  pointer-events: none;
  transform: none;
}

.product-meta {
  list-style: none;
  padding: 0;
  margin: 28px 0 0 0;
}

.product-meta li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: var(--text-secondary);
  margin: 0 !important;
}

.product-meta li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.product-meta strong {
  color: var(--dark);
  font-weight: 600;
  margin-right: 8px;
}

.product-tabs-section {
  width: 100%;
}

.tabs-container {
  background: white;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.tab-nav {
  display: flex;
  gap: 0;
  background: var(--cream);
  padding: 8px;
  border-radius: 20px 20px 0 0;
  list-style: none;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  margin: 0;
  border-bottom: none;
  flex-wrap: wrap;
}

.tab-nav li {
  flex: 1;
  padding: 16px 24px;
  cursor: pointer;
  color: var(--dark);
  font-weight: 600;
  font-size: 1rem;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: transparent;
}

.tab-nav li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 2px;
  transition: transform 0.3s ease;
}

.tab-nav li:hover {
  background: rgba(255, 184, 77, 0.1);
}

.tab-nav li.active {
  background: linear-gradient(135deg, var(--dark), var(--dark-soft));
  color: white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.tab-nav li.active::after {
  transform: translateX(-50%) scaleX(1);
}

.tab-content {
  padding: 20px 40px 40px;
}

.tab-pane {
  display: none;
  animation: fadeIn 0.5s ease-out;
}

.tab-pane.active {
  display: block;
}

.tab-pane h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--dark);
  margin: 20px 0 0 0;
}

.tab-pane ul {
  list-style: none;
  padding-left: 0;
}

.tab-pane ul li,
.tab-pane ol li {
  padding-left: 32px;
  position: relative;
  color: var(--text-secondary);
  margin: 20px 0 0 0;
}

.tab-pane ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-dark);
  font-weight: 700;
}

.tab-pane ol li::before {
  content: "\f560";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary-dark);
}

.tab-pane p {
  color: var(--text-secondary);
  margin: 20px 0 0 0;
}

.tab-pane p strong,
.tab-pane b,
.tab-pane ul li b,
.tab-pane ul li strong,
.tab-pane ol li strong,
.tab-pane ol li b {
  color: var(--accent);
}

.related-products-slider .product-inner-card {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.related-products-slider .product-inner-card:hover {
  transform: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.related-products-slider .slick-slide {
  margin: 0 10px;
}

/* new design for product detail page ends */

/* cart page new design starts */

.cart-section .quantity-input {
  width: 40px;
  text-align: center;
  border: none;
  border-left: 2px solid rgba(0, 0, 0, 0.08);
  border-right: 2px solid rgba(0, 0, 0, 0.08);
  height: 56px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  font-family: "DM Sans", sans-serif;
}

.cart-section .quantity-input:focus {
  border-left-color: var(--primary);
  border-right-color: var(--primary);
}

.cart-section .quantity-btn {
  width: 40px;
}

/* cart page new design ends */

/*===========================================*/

/*RESPONSIVE QUERY______*/

@media only screen and (max-width: 1281px) {
  .product-inner-card .pr-icon,
  .action-section .wishlist-btn {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .action-section {
    padding: 25px;
    margin: 30px 0;
  }
}

@media only screen and (max-width: 1255.2px) {
  .discount-badge {
    padding: 8px 15px;
    font-size: 12px;
    top: 10px;
    left: 10px;
  }

  .product-inner-card .pr-icons {
    gap: 10px;
  }

  .product-inner-card .pr-icon,
  .action-section .wishlist-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }

  .product-inner-card .pr-text {
    padding: 20px;
  }

  .product-inner-card .pr-title {
    font-size: 17px;
  }

  .product-inner-card .price-section {
    padding-top: 10px;
    gap: 10px;
  }

  .product-inner-card .old-prize,
  .product-inner-card .old-price {
    font-size: 15px;
  }

  .product-inner-card .current-price {
    font-size: 25px;
  }

  .product-grid-box {
    margin: 30px 0 0 0;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  .category-badge {
    top: 10px;
    right: 10px;
    padding: 8px 15px;
    font-size: 13px;
  }

  .category-card .cat-text {
    padding: 30px 20px;
  }

  .pagination-section {
    padding-top: 30px;
    margin-top: 30px;
  }

  .product-detail-content .price-section {
    margin: 20px 0;
    padding: 15px 0;
    gap: 15px;
  }

  .product-detail-content .old-price {
    font-size: 18px;
  }

  .product-detail-content .current-price {
    font-size: 36px;
  }

  .product-detail-content .discount-badge {
    padding: 8px 15px;
    font-size: 12px;
  }

  .product-detail-content .stock-badge {
    padding: 10px 20px;
    font-size: 14px;
    gap: 5px;
  }

  .action-section {
    padding: 20px;
    margin: 20px 0;
  }

  .product-meta li {
    padding: 10px 0;
  }

  .tab-content {
    padding: 20px 30px 30px;
  }

  .tab-pane h3 {
    font-size: 24px;
  }

  .product-detail-content {
    padding: 30px 30px;
  }

  footer.footer {
    padding: 40px 0 20px;
  }

  .variants-section {
    margin: 30px 0;
  }

  .variant-group {
    margin-bottom: 25px;
  }

  .variants-section .color-options {
    gap: 10px;
  }

  .variants-section .color-circle {
    width: 45px;
    height: 45px;
  }

  .variants-section .color-circle::after {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1201px) {
  .product-detail-content .old-price {
    font-size: 16px;
  }

  .product-detail-content .current-price {
    font-size: 34px;
  }

  .quantity-btn {
    width: 40px;
    height: 50px;
    font-size: 15px;
  }

  .action-section .quantity-input {
    width: 50px;
    height: 50px;
  }

  .action-section .add-to-cart-btn {
    flex: unset;
    padding: 15px 30px;
    font-size: 15px;
  }

  .padding {
    padding: 40px 0;
  }

  .quantity-cart-wrapper {
    gap: 15px;
  }

  .cart-section .quantity-btn,
  .cart-section .quantity-input {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .variants-section {
    margin: 20px 0;
  }

  .variant-group {
    margin-bottom: 20px;
  }

  .variants-section .color-circle {
    width: 40px;
    height: 40px;
  }

  .variants-section .color-circle::after {
    font-size: 16px;
  }

  .variants-section .size-select {
    padding: 10px 30px 10px 10px;
    background-position: right 10px center;
    background-size: 14px;
  }
}

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

@media only screen and (max-width: 1151px) {
  .product-detail-content .old-price {
    font-size: 15px;
  }

  .product-detail-content .current-price {
    font-size: 32px;
  }

  .quantity-btn {
    width: 30px;
    height: 40px;
    font-size: 14px;
  }

  .action-section .add-to-cart-btn {
    flex: unset;
    padding: 10px 20px;
    font-size: 14px;
    width: max-content;
  }
}

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

@media only screen and (max-width: 1025px) {
  .cart-section .quantity-btn,
  .cart-section .quantity-input {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 991.2px) {
  .main-menus.desk-menu {
    display: none;
  }

  ul.main-menus {
    display: none;
  }

  .top-offer {
    display: none;
  }

  .banner-text {
    width: 80%;
    top: 15%;
    padding: 1rem;
  }

  .banner-text h3 {
    font-size: 2.7rem;
  }

  .off-img {
    width: 100%;
    height: 100%;
  }

  .offer-box img {
    width: 45px;
    height: 45px;
    padding: 0;
  }

  .offer-box {
    width: 100%;
  }

  .off-text h5 {
    font-size: 1rem;
  }

  .sidebar-categories {
    width: 100%;
  }

  .test-flex {
    justify-content: center;
  }

  .deals-right img {
    height: 300px;
    object-fit: cover;
  }

  .deal-text {
    padding: 2rem;
  }

  p.offer-title {
    font-size: 1.3rem;
  }

  .top-search-bar {
    margin-left: auto;
    margin-right: 10px;
  }

  a.btn.btn-toggle {
    display: inline-block;
    order: 3;
    background: #eb8d9f;
    color: white;
  }

  .offcanvas-header img {
    max-width: 100px;
  }

  .offcanvas-header button.btn-close {
    background: #ff9500;
    color: white;
    opacity: 1;
    line-height: 1;
    font-size: 12px;
    display: grid;
    place-content: center;
    position: relative;
    z-index: 99999999999999999;
  }

  ul.main-menus.mobile-menu {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  ul.main-menus.mobile-menu li {
    width: 100%;
  }

  ul.main-menus.mobile-menu li a {
    width: 100%;
    padding: 12px 10px;
    border-bottom: 1px solid #cdcdcd;
  }

  ul.main-menus li.has-sub > a {
    justify-content: space-between;
  }

  ul.main-menus li .submenu {
    position: revert;
    width: 100%;
    transition: 0.4s ease;
    margin: 0.5rem 0 0;
    box-shadow: none;
  }

  ul.main-menus li .submenu li:hover ul.submenu {
    display: block;
    transform: translateY(0);
    opacity: 1;
    left: 100%;
    top: 0;
  }

  .story-image img {
    height: auto;
  }

  .mission-wrapper {
    margin: 0 0 1rem;
    height: auto;
  }

  .breadcrumb-content {
    flex-wrap: wrap;
  }

  .pay-img a img {
    width: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
  }

  .product-info-wrap {
    margin: 1rem 0 0;
  }

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

  .product-inner-card .pr-icon,
  .action-section .wishlist-btn {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }

  .product-inner-card .current-price {
    font-size: 22px;
  }

  .category-card .cat-text {
    padding: 20px 20px;
  }

  .product-detail-content .price-section {
    margin: 15px 0;
    padding: 10px 0;
    gap: 10px;
  }

  .product-detail-content .old-price {
    font-size: 14px;
  }

  .product-detail-content .current-price {
    font-size: 30px;
  }

  .product-detail-content .stock-badge {
    padding: 8px 15px;
    font-size: 12px;
  }

  .quantity-btn,
  .action-section .quantity-input {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .action-section {
    margin: 15px 0;
    padding: 15px;
  }

  .tab-pane h3 {
    margin: 15px 0 0 0;
    font-size: 22px;
  }

  .tab-pane ul li,
  .tab-pane ol li {
    padding-left: 30px;
    margin: 15px 0 0 0;
  }

  .tab-pane p {
    margin: 15px 0 0 0;
  }

  .tab-content {
    padding: 15px 20px 30px;
  }

  .product-detail-content {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 30px 20px;
  }

  .product-detail-inner-section .thumb-inner-item,
  .product-detail-inner-section .product-gallery-inner-thumbs .slick-slide {
    padding: 10px;
  }

  .tab-nav li {
    padding: 10px 20px;
    font-size: 14px;
  }

  .quantity-cart-wrapper {
    gap: 10px;
  }

  .top-search-bar {
    margin-right: 0;
  }

  .top-search-bar form {
    min-width: unset;
    justify-content: flex-end;
  }

  .top-search-bar form input {
    max-width: 120px;
    margin-left: auto;
  }

  .header .container {
    gap: 10px;
  }

  .variants-section {
    margin: 15px 0;
  }

  .variant-group {
    margin-bottom: 15px;
  }

  .variants-section .color-circle {
    width: 35px;
    height: 35px;
  }

  .variants-section .color-circle::after {
    font-size: 15px;
  }

  .variants-section .size-select {
    padding: 10px 20px 10px 10px;
    background-size: 10px;
    font-size: 14px;
  }

  .product-detail-inner-section .thumb-inner-item,
  .product-detail-inner-section .product-gallery-inner-thumbs .slick-slide {
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
  }
}

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

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

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

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

@media only screen and (max-width: 767.2px) {
  .banner-text p {
    display: none;
  }

  .banner-text h3 {
    font-size: 2.3rem;
  }

  .banner-offers-section .col-md-6 {
    width: 33.3%;
    margin: 0 0 1rem;
  }

  .banner-offers-section .row {
    justify-content: center;
  }

  .banner-img img {
    height: 330px;
  }

  .banner-text h3 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }

  .banner-section {
    padding: 3rem 0;
  }

  .feature-box-main img {
    height: 300px;
  }

  .feature-box-main-text h3 {
    font-size: 1.5rem;
    margin: 0 0 0.5rem;
  }

  .feature-box-main-text span {
    margin: 0.5rem 0;
    font-size: 0.8rem;
  }

  .deals-section {
    display: none;
  }

  .category-section-home {
    padding: 3rem 0 !important;
  }

  .web-title {
    font-size: 1.6rem;
  }

  .logo img {
    max-width: 80px;
  }

  html {
    font-size: 15px;
  }

  .feature-text h5 {
    font-size: 12px;
  }

  .pay-img a img {
    width: 50px;
  }

  .feature-box {
    /* padding: 0; */
    background: #fafafa;
  }

  /*.benefits-section .col-md-6 {*/
  /*  width: 50%;*/
  /*}*/

  .benefit-icon {
    width: 50px;
    height: 50px;
  }

  .benefit-icon i {
    font-size: 20px;
  }

  .benefit-card {
    padding: 15px;
  }

  .benefit-card h5 {
    font-size: 15px;
  }

  .product-inner-card .old-prize,
  .product-inner-card .old-price {
    font-size: 14px;
  }

  .product-inner-card .pr-icon,
  .action-section .wishlist-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .product-inner-card .current-price {
    font-size: 20px;
  }

  .action-section {
    padding: 10px;
  }

  .product-detail-content .current-price {
    font-size: 28px;
  }

  .variants-section .color-circle {
    width: 30px;
    height: 30px;
  }

  .variants-section .color-circle::after {
    font-size: 12px;
  }

  .product-detail-inner-section .thumb-inner-item,
  .product-detail-inner-section .product-gallery-inner-thumbs .slick-slide {
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
}

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

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

@media only screen and (max-width: 575.2px) {
  .padding {
    padding: 3rem 0;
  }

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

  .feature-img img {
    object-fit: contain;
    height: 70px;
    width: 70px;
  }

  .fetured-sec .col-sm-6 {
    width: 50%;
  }

  .feature-box-main img {
    height: auto;
  }

  .feature-box-main-text {
    width: 50%;
    padding: 2rem 2rem 0;
  }

  .footer-logo img {
    width: 100px;
  }

  .top-cart {
    /* display: none !important; */
  }

  .trending-product-section .col-sm-6 {
    width: 50%;
  }

  .mission-wrapper,
  .vision-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }

  .content-side {
    width: 100%;
    flex: inherit;
  }

  .image-side {
    flex: inherit;
    width: 100%;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }

  .feature-icon i {
    font-size: 20px;
  }

  .breadcrumb-item + .breadcrumb-item,
  .breadcrumb-item a {
    font-size: 13px;
  }

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

  .top-info a {
    font-size: 13px;
  }

  .product-inner-card .old-prize,
  .product-inner-card .old-price {
    font-size: 13px;
  }

  .product-inner-card .pr-icon,
  .action-section .wishlist-btn {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .product-inner-card .current-price {
    font-size: 18px;
  }

  .pay-img a img {
    width: 40px;
  }

  .product-detail-content .current-price {
    font-size: 25px;
  }

  .tab-nav li {
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .tab-nav li::after {
    height: 2px;
  }

  .logo img {
    max-width: 70px;
  }
}

@media only screen and (max-width: 501px) {
  .product-grid-box {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-detail-content .current-price {
    font-size: 22px;
  }

  .quantity-btn,
  .action-section .quantity-input {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .quantity-wrapper {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-width: 1px;
  }

  .action-section .add-to-cart-btn {
    flex: unset;
    padding: 8px 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 481px) {
  .top-info a {
    font-size: 12px;
  }
}

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

@media only screen and (max-width: 376px) {
  .tab-nav li {
    padding: 10px 20px;
    font-size: 14px;
    flex: unset;
    width: 100%;
  }

  .logo img {
    max-width: 60px;
  }

  .cart-section .quantity-btn,
  .cart-section .quantity-input {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 575px) {
    .top-info span {
    display: none;
}
.feature-box-main-text {
        width: 60% !important ;
        padding: 10px !important;
    }
    
    .featured-pr {
        paddding :10px !important ;
    }
    .fetured-sec .col-sm-6 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 331px) {
  .quantity-cart-wrapper {
    gap: 8px;
  }

  .quantity-btn,
  .action-section .quantity-input {
    width: 25px;
    height: 25px;
  }
}
