/* ZAIN-LOCAL */
@import url('/fonts/zain/zain.css');

/*
  [Table of contents]
  1 header css
  2 owl.carousel
  3 footer css
*/
/* Root css */
/* Root css close */
/* default css */


* {
  outline: none !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab):not([class*="fa-"]):not(.icofont):not(.glyphicon) {
    font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif !important;
}

:root {
  --font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --bs-primary-rgb:
    color-mix(in srgb, var(--bs-primary), transparent 80%) !important;
  --bs-secondary-rgb:
    color-mix(in srgb, var(--bs-secondary), transparent 80%) !important;
}


html {
  scroll-behavior: smooth;
}

body {
  color: var(--primary-color);
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  overflow-x: hidden;
}

p,
ul,
ol {
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--primary-color);
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: var(--primary-color);
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  color: var(--bs-secondary);
}

.dropdown-toggle::after {
  border: none;
  content: "\f107";
  vertical-align: unset;
  font-family: "Font Awesome 5 Pro";
}

.sec-head {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 600;
}

.btn-cancel {
  margin: 0 auto;
  display: block;
  padding: 10px 25px;
  border-radius: 6px;
  text-align: center;
  background-color: #dc3545 !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary) !important;
  --bs-btn-hover-border-color: var(--bs-primary) !important;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary) !important;
  --bs-btn-active-border-color: var(--bs-primary) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary) !important;
  --bs-btn-disabled-border-color: var(--bs-primary) !important
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary) !important;
  --bs-btn-border-color: var(--bs-secondary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary) !important;
  --bs-btn-hover-border-color: var(--bs-secondary) !important;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary) !important;
  --bs-btn-active-border-color: var(--bs-secondary) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary) !important;
  --bs-btn-disabled-border-color: var(--bs-secondary) !important
}

.bg-primary-rgb {
  background-color:
    color-mix(in srgb, var(--bs-primary), transparent 85%) !important;
}

.bg-secondary-rgb {
  background-color:
    color-mix(in srgb, var(--bs-secondary), transparent 85%) !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

/* defalut css*/
/* header css */
header {
  width: 100%;
  background-color: var(--primary-bg-color);
}

.navbar .navbar-nav .nav-link {
  margin: 0 15px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
  color: var(--primary-color);
}

.navbar .navbar-nav .active>.nav-link {
  color: var(--bs-secondary);
  font-weight: 500;
  border-bottom: 2px solid var(--bs-secondary);
}

.navbar .nav-item:hover .nav-link {
  color: var(--bs-secondary);
  transition: all 0.5s;
}

.navbar-nav .dropdown-menu {
  right: 0;
  left: auto;
  border: none;
  min-width: 200px;
  margin-top: 10px;
  box-shadow: 0 0 8px #0002;
}

.navbar-brand {
  display: block;
  max-width: 40px;
  padding: 0;
  margin: 0;
}

.navbar .navbar-nav .dropdown-toggle {
  display: flex;
  margin: 0;
  align-items: center;
  padding: 5px 30px 5px 5px;
}

.navbar .navbar-nav .dropdown-toggle img {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.dropdown-toggle::after {
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  width: 10px;
  height: 10px;
}

.dropdown {
  border-radius: 60px;
  box-shadow: 0 0 8px #0004;
}

.navbar-nav {
  align-items: center;
}

.search-input {
  top: 0%;
  right: 0;
  left: auto;
  width: 100%;
  display: block;
  min-width: 280px;
  position: relative;
  border-radius: 10px;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 0 22px #0002;
}

.navbar .navbar-nav .search .nav-link {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  padding: 0;
  margin: 0;
  width: 40px;
  line-height: 50px;
  text-align: center;
  border: none;
  background-color: #fff;
}

.search {
  position: relative;
}

.search-input input {
  margin: 0;
  width: 100%;
  display: block;
  padding: 10px 16px;
  border-radius: 5px;
}

/* header css */
/* Banner css */
.banner-sec {
  padding: 0;
  height: 100vh;
}

.banner-sec .item {
  height: 100vh;
  position: relative;
}

.banner-sec .item .banner-contant {
  left: 100px;
  bottom: 60px;
  position: absolute;
}

.banner-contant h1 {
  color: #fff;
  font-size: 60px;
}

.banner-contant p {
  color: #fff;
  max-width: 700px;
}

.banner-sec .item img {
  filter: brightness(0.4);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar {
  padding: 10px 15px;
}

.banner-carousel .owl-nav span,
.pro-ref-carousel .owl-nav span {
  width: 40px;
  height: 40px;
  color: #fff;
  display: block;
  font-size: 50px;
  line-height: 40px;
  border-radius: 100%;
  background-color: var(--bs-secondary);
}

.banner-carousel .owl-nav,
.pro-ref-carousel .owl-nav {
  top: 50%;
  left: 50%;
  height: 0;
  display: flex;
  position: absolute;
  align-items: center;
  width: calc(100% - 50px);
  justify-content: space-between;
  transform: translate(-50%, -50%);
}

.banner-carousel .owl-dots,
.product-details-img .owl-dots {
  left: 50%;
  bottom: 10px;
  position: absolute;
  transform: translateX(-50%);
}

.banner-carousel .owl-dots .owl-dot,
.product-details-img .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  border-radius: 50px;
  background-color: #fff6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-carousel .owl-dots .owl-dot.active,
.product-details-img .owl-dots .owl-dot.active {
  width: 30px;
  background-color: #fff;
}

/* Banner css */
/* Feature css */
.feature-box {
  /* margin: 18px 0px; */
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.feature-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-contant {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.feature-contant h2 {
  color: #fff;
  margin-bottom: 0;
  white-space: nowrap;
}


/* Our Product css */
/* About Us css */
.about-box {
  padding: 12px;
  display: flex;
  border-radius: 10px;
  align-items: center;
  border: 1px solid var(--bs-secondary);
}

.about-img {
  display: flex;
  overflow: hidden;
  max-width: 600px;
  max-height: 350px;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.about-contant {
  padding-left: 40px;
  flex-basis: calc(100% - 600px);
}

.about-sec {
  padding-top: 0;
}

.about-contant p {
  font-weight: 400;
}

/*.product-prev-sec {*/
/*  padding-top: 20px;*/
/*}*/

/* About Us css */
/* Review css */
.review-profile {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

.review-carousel .item {
  text-align: center;
}

.review-carousel {
  max-width: 700px;
  margin: 60px auto 0;
}

.review-carousel h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.review-carousel p {
  color: #121212;
  font-weight: 400;
  line-height: 1.5;
}

.review-carousel .owl-nav,
#sync2 .owl-nav {
  top: 50%;
  left: 50%;
  height: 0;
  width: 130%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}

.review-carousel .owl-nav span,
#sync2 .owl-nav span {
  font-size: 38px;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: var(--bs-secondary);
}

/* Review css */
/* Contact Us css */
body input,
body textarea {
  border-radius: 10px;
  border: none;
  padding: 16px 20px;
  /* margin-bottom: 22px; */
}

.payment_radio {
  padding: 10px 11px !important;
}

.contact-form {
  max-width: 650px;
  margin-left: auto;
  padding: 60px 50px;
  border-radius: 14px;
  background-color: rgb(253 63 50 / 50%)
}

body textarea {
  height: 140px;
  resize: none;
}

.contact-box {
  width: 100%;
  max-width: 400px;
  border: 1px solid var(--bs-secondary);
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-radius: 10px;
  margin: 20px auto;
}

.contact-box i {
  background-color: var(--bs-secondary);
  color: #fff;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 10px;
  margin-right: 20px;
}

.contact-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

/* Contact Us css */
/* footer css */
/* footer {
  background-color: var(--bs-secondary);
  padding-top: 50px;
  position: relative;
  z-index: 0;
  margin-top: auto;
}
.contact-from {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f4f4f8;
  z-index: 1;
  position: relative;
}
.footer-head {
  display: block;
  align-items: center;
  flex-basis: 33.33%;
  padding: 0;
  max-width: 33.33%;
}
.footer-logo {
  width: 120px;
  max-width: 120px;
  max-height: 100px;
  object-fit: contain;
}
.footer-head p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  padding: 20px 0;
}
.footer-socialmedia {
  text-align: center;
  margin: 20px 0;
  flex-basis: 33.33%;
  max-width: 33.33%;
}
.footer-socialmedia a {
  margin: 0 10px;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 7px;
  font-size: 20px;
  color: var(--bs-secondary);
}
.download-app-icon img {
  height: 100%;
}
.copy-right {
  font-size: 15px;
  color: #fff;
  padding: 8px 0;
  border-top: 1px solid #fff;
}
.download-app p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
.download-app-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.download-app-icon {
  height: 40px;
  margin-left: 10px;
}
.download-app {
  text-align: right;
  flex-basis: 33.33%;
  max-width: 33.33%;
} */
/* footer css */
/* product page css */
.glyphicon {
  margin-right: 5px;
}

.thumbnail {
  margin-bottom: 20px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover {
  background: #428bca;
}

.item.list-group-item .list-group-image {
  margin-right: 10px;
}

.item.list-group-item .thumbnail {
  margin-bottom: 0px;
}

.item.list-group-item .caption {
  padding: 9px 9px 0px 9px;
}

.item.list-group-item:nth-of-type(odd) {
  background: #eeeeee;
}

.item.list-group-item:before,
.item.list-group-item:after {
  display: table;
  content: " ";
}

.item.list-group-item img {
  float: left;
}

.item.list-group-item:after {
  clear: both;
}

.list-group-item-text {
  margin: 0 0 11px;
}

.cat-product .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 50%;
  max-width: 50%;
}

.btn-wrap .btn {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 40px;
  display: block;
  border-radius: 0;
  box-shadow: none;
  line-height: 40px;
  position: relative;
  background-color: #fff;
  color: var(--bs-secondary);
}

.btn-wrap {
  top: 0;
  right: 0;
  width: 150px;
  display: flex;
  overflow: hidden;
  margin-left: auto;
  border-radius: 6px;
  align-items: center;
  position: absolute;
  border: 1px solid var(--bs-secondary);
}

.btn-wrap .btn input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.btn-wrap .btn#grid {
  border-left: 1px solid var(--bs-secondary);
}

.btn-wrap .btn.active {
  color: #fff;
  background-color: var(--bs-secondary);
}

.cart-pro-head {
  position: relative;
}

.cat-aside {
  position: sticky;
  top: 0;
  z-index: 998;
  height: 100%;
  overflow: auto;
}

.product-sec2 .product-display .side-sticky .card-header h4 {
  font-size: 22px;
  padding: 0px;
  line-height: 26px;
  font-weight: 600;
}

.page-item.active .page-link {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: white !important;
}

.page-item.disabled .page-link {
  color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  opacity: 0.5;
}

.page-link:hover {
  background-color: transparent;
}

.page-link:focus {
  box-shadow: none;
}

.cat-product .col-12 .pro-box {
  display: flex;
  flex-direction: row;
}

.cat-product .col-12 .pro-img {
  margin-bottom: 0;
  max-width: 200px;
}

.cat-product .col-12 .product-details-wrap {
  flex-basis: calc(100% - 200px);
  max-width: calc(100% - 200px);
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

/* product page css */
/* product Details page css */
.product-details-sec .sec-head {
  text-align: left;
  margin: 30px 0 10px;
}

.product-details-img {
  height: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 12px #0002;
}

.product-details-img .item {
  height: 400px;
}

.product-details-sec {
  background-color: var(--bs-secondary);
  color: #fff;
  padding: 20px 0 20px 20px;
}

.product-details-sec small {
  color: #0009;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.pro-details-name-wrap i {
  color: var(--bs-secondary);
  font-size: 28px;
}

.product-details-sec .pricing {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: right;
}

.product-details-sec .open-time {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
}

.pro-ref-carousel .owl-item {
  margin: 20px 0;
}

.product-details-sec p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.pro-ref-carousel .owl-item .item {
  margin-left: 10px;
}

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

.product-rev-wrap {
  display: flex;
}

.product-rev-wrap .pro-sec {
  /* width: 100%; */
  position: sticky;
  top: 80px;
  z-index: 9;
  height: 100%;
  overflow: auto;
}

.cat-aside-theme1 {
  position: sticky;
  top: 80px;
  z-index: 9;
  height: 100%;
}

.cat-check {
  display: flex;
  position: relative;
  margin: 20px 10px 20px 0;
  padding: 13px 20px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid var(--bs-primary);
  min-width: fit-content;
  font-size: 15px;
  font-weight: 500;
}

.cat-left-margin {
  margin: 5px 10px 15px 0;
}

.cat-right-margin {
  margin: 5px 0px 15px 10px;
}

.cat-check.active {
  border-color: var(--bs-secondary) !important;
  background-color: var(--bs-secondary-srg);
}

.cat-aside h3 {
  margin: 19px 0;
  font-size: 26px;
}

.cat-check img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 10px;
}

.cat-check p {
  color: #121212;
  font-size: 14px;
  font-weight: 600;
}

.product-details {
  display: flex;
  margin-top: 8px;
  justify-content: space-between;
}

.product-details h4 {
  margin-bottom: 0;
  transition: all 0.5s;
  /* max-width: calc(100% - 60px); */
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.product-details-inner h4 {
  margin-bottom: 0;
  transition: all 0.5s;
  font-size: 14px;
  font-weight: 600;
  height: 33px;
}

.product-details-wrap {
  cursor: pointer;
}

.pro-footer {
  margin-top: auto;
}

.product-details a {
  display: block;
}

.product-details a:hover h4 {
  color: var(--bs-secondary);
}

.product-details .pro-pricing {
  font-size: 16px;
  padding-right: 0;
  text-align: right;
  color: var(--bs-secondary);
  font-weight: 600;
}

.product-details p {
  margin-top: 0;
  padding-right: 6px;
  margin-bottom: 0;
  font-size: 13px;
  max-width: 300px;
  color: #818181;
}

.product-details .btn {
  margin-right: 0;
  padding: 7px 16px;
  height: fit-content;
}

.pro-details-display {
  display: flex;
  flex-direction: column;
}

.extra-food-wrap {
  height: 100%;
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
}

.extra-food li {
  position: relative;
  margin-bottom: 8px !important;
}

.extra-food li input {
  position: absolute;
  top: 1px;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-bottom: 0;
}

.extra-food li p {
  padding-left: 26px;
  /* padding-top: 5px; */
  position: relative;
  font-size: 14px;
}

.extra-food li p::before {
  content: "";
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid var(--bs-secondary);
}

.extra-food {
  margin-right: 60px;
}

.extra-food li p::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 12px;
  height: 12px;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.5s;
  background-color: var(--bs-primary);
}

.extra-food li input:checked+p::after {
  opacity: 1;
}

.pro-details-name-wrap {
  display: flex;
  margin-bottom: 2px;
  align-items: center;
  justify-content: space-between;
}

.pro-details-name-wrap .sec-head {
  margin: 0;
  padding-right: 25px;
}

.extra-food h3 {
  font-size: 20px;
  margin-bottom: 14px;
}

.pro-details-add-wrap {
  margin-top: auto;
  margin-left: auto;
  text-align: right;
}

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

/* product Details page css */
/* Cart css */
.cart-box {
  padding: 8px;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 8px #0004;
}

.cart-pro-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
}

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

.cart-pro-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-box textarea {
  height: 80px;
  margin-bottom: 0;
  padding: 8px 16px;
  background-color: #0001;
}

.pro-add {
  display: flex;
  align-items: center;
}

.pro-add input {
  margin: 0;
  padding: 0;
  width: 50px;
  text-align: center;
}

.cart-pro-details {
  padding-left: 25px;
  padding-right: 10px;
  flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.cart-pro-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.pro-add span {
  text-align: center;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  font-size: 26px;
  color: var(--bs-secondary);
  border-radius: 100%;
  border: 1px solid var(--bs-secondary);
}

.cart-pricing {
  font-size: 25px;
  font-weight: 500;
}

.cart-pro-edit i {
  font-size: 20px;
  color: red;
}

.cart-summary {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid var(--bs-secondary);
}

.pro-total,
.cart-total {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  padding: 5px 0 6px;
  margin-bottom: 0;
  border-top: 1px dashed #ccc;
  justify-content: space-between;
}

.pro-total span,
.cart-total span {
  font-weight: 600;
}

.no-fo-pro {
  font-size: 20px;
  font-weight: 600;
}

.order-success-img {
  display: flex;
  flex-direction: column;
}

.cart-total {
  font-size: 18px;
  color: #121212;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #121212;
  margin: 0px;
  padding: 8px 16px;
}

.promo-wrap input {
  margin-bottom: 0;
  padding: 10px 20px;
  border: none;
}

.promo-wrap .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.promo-code p {
  font-size: 15px;
  cursor: pointer;
  margin-top: 6px;
  font-weight: 600;
  user-select: none;
}

.promo-box {
  position: relative;
  padding: 10px 10px 5px;
  border-top: 1px solid #121212;
}

.promo-modal .close {
  width: 40px;
  height: 40px;
  opacity: 1;
  font-weight: 300;
  margin-left: auto;
}

.promo-modal .close span {
  line-height: 0.5;
  font-size: 50px;
}

.promo-box .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 14px;
  font-size: 14px;
}

.promo-box p {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
}

.promo-box .promo-title {
  font-size: 20px;
}

.promo-code-here span {
  font-weight: 700;
  text-decoration: underline;
}

.promo-box .promo-code-here {
  font-size: 17px;
}

.promo-box small {
  color: #717171;
  font-weight: 300;
}

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

body .promo-modal.modal {
  background-color: rgb(195 172 171 / 0);
}

.modal-head {
  display: flex;
  padding: 10px 10px 0 20px;
  align-items: center;
}

.modal-head h4 {
  margin-bottom: 0;
}

.promo-modal .modal-body {
  padding-top: 8px;
}

.cart-summary textarea {
  margin-bottom: 0;
  background-color: #0001;
}

.cart-summary input {
  border-radius: 8px;
  border: none;
  box-shadow: 0 0 38px rgb(0 0 0 / 0.1);
}

/* Cart css */
/* Sign Up css */
.signup-sec {
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

.signup-sec .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: brightness(0.5);
}

.signup-logo a {
  z-index: 9;
  display: flex;
  position: relative;
  align-items: center;
  margin: 0 92px 30px;
}

.signup-sec form {
  padding: 50px 40px;
  max-width: 650px;
  margin: 0 auto;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 10px;
  border: 2px solid #fff;
  justify-content: space-between;
  backdrop-filter: blur(7px);
}

.signup-sec form .w-50 {
  width: calc(50% - 11px) !important;
}

.signup-sec form .btn {
  width: 100%;
}

.signup-sec form input {
  padding: 12px 20px;
  border-radius: 6px;
}

.signup-sec .container {
  height: 100vh;
  display: flex;
  overflow: auto;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* .logo {
  width: 150px;
  max-width: 150px;
  max-height: 60px;
  object-fit: contain;
} */
.signup-logo p {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.signup-logo img {
  width: 100%;
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
  background-color: #fff;
  padding: 12px;
  border-radius: 12px;
  margin-right: 30px;
}

.navbar .navbar-nav .nav-link.sign-btn {
  padding: 5px 16px;
  color: #fff;
}

.already {
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.already a {
  color: #fff;
}

/* Sign Up css */
/* History css */
.order-box {
  display: flex;
  padding: 10px 20px;
  border-radius: 10px;
  align-items: flex-start;
  box-shadow: 0 0 16px rgb(0 0 0 / 0.1);
}

.order-box-no {
  flex-basis: 75%;
  max-width: 75%;
}

.order-box-price {
  flex-basis: 25%;
  max-width: 25%;
  text-align: right;
}

.order-box-no h4 {
  color: #0006;
  font-size: 16px;
  margin-bottom: 2px;
}

.order-box-no h4 span {
  color: #121212;
  font-size: 18px;
}

.order-box-no .order-qty {
  font-weight: 400;
  margin-bottom: 0;
}

.order-box-no .order-qty span {
  font-weight: 500;
  font-size: 22px;
}

.order-box .order-status {
  font-size: 16px;
  font-weight: 400;
}

.order-box .order-status span {
  color: var(--bs-secondary);
  font-weight: 600;
}

.order-box-price h5 {
  color: var(--bs-secondary);
}

.order-box-price p {
  font-weight: 500;
}

/* History css */
/* Our App css */
.our-app .sec-head {
  text-align: left;
}

.our-app .our-app-icon {
  max-width: 180px;
  display: block;
  margin-left: auto;
  margin: 15px 0 15px auto;
}

.our-app .our-app-icon img {
  width: 100%;
  height: 100%;
}

.our-app {
  background-color: rgb(253 63 50 / 50%)
}

.our-app p {
  font-weight: 400;
}

/* Our App css */
/* Order Details css */
.order-details-img {
  height: 100px;
  overflow: hidden;
  max-width: 100px;
  border-radius: 10px;
  margin-right: 20px;
}

.order-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wallet-details-img {
  overflow: hidden;
  max-width: 100px;
  border-radius: 10px;
  margin-right: 20px;
}

.wallet-details-img img {
  object-fit: cover;
}

.order-details-name h3 {
  margin-bottom: 10px;
  transition: all 0.5s;
  font-size: 19px;
  line-height: 26px;
  font-weight: 400;
}

.order-payment-summary,
.order-add {
  padding: 16px;
  /* border: 1px solid #e6e6e6; */
  border-radius: 8px;
}

.order-payment-summary p {
  display: flex;
  font-weight: 400;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
}

.order-payment-summary h3 {
  color: #121212;
  padding: 0px 0px 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  border-bottom: 1px solid rgb(0 0 0 / 13%);
}

.order-payment-summary .order-details-total {
  font-size: 17px;
  color: #17b31b;
  display: flex;
  justify-content: space-between;
  border-top: 2px dashed #121212;
  margin: 10px 0px 0px;
  padding: 7px 0px 0px;
}

.order-add p {
  /* border-radius: 7px; */
  padding: 0px 0px 8px;
  /* background-color: rgb(204 204 204 / 0.3); */
  margin-bottom: 5px;
  border-bottom: 1px solid lightgray;
  font-weight: 400;
}

.order-add p:last-child {
  border-bottom: 0px;
}

.order-add span {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.order-details-box {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.order-details-box .pro-qty {
  font-weight: 600;
  margin-bottom: 4px;
}

.order-details-name .cart-pro-note {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  padding: 8px 14px;
  background-color: #0001;
  border-radius: 10px;
  margin-bottom: 0;
}

.order-details-box .pro-total-price {
  line-height: 1.4;
  margin: 8px 0px;
  color: var(--bs-secondary);
  font-size: 18px;
  font-weight: 500;
}

.order-add h6 {
  color: #121212;
  padding: 0px 0px 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  border-bottom: 1px solid rgb(0 0 0 / 13%);
}

.order-details-name a {
  display: block;
  color: #121212;
}

.order-details-name a:hover h3 {
  color: var(--bs-secondary);
}

footer .container {
  align-items: center;
}

.show-menu {
  overflow: hidden;
}

.order-type {
  padding: 16px 0px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  margin: .5rem 1rem;
}

/* Order Details css */
.order-details .sec-head+p {
  color: #121212;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.order-details .sec-head {
  margin-bottom: 5px;
  font-size: 24px;
  color: var(--bs-secondary);
  padding: 10px 0px;
  margin-bottom: 15px;
  line-height: 26px;
  font-weight: 400;
}

.ingredients-box {
  height: 180px;
  margin: 16px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
}

.ingredients-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox-infobar {
  display: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  display: none;
}

.value-button {
  cursor: pointer;
}

#myBtn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  line-height: 50px;
  font-size: 26px;
  text-align: center;
  border-radius: 10px;
  color: var(--bs-secondary);
  cursor: pointer;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
}

#success-msg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 6px 10px;
  font-weight: 500;
  color: #155724;
  background-color: #d4edda;
  border-color: #d4edda;
}

#error-msg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  margin: 0 !important;
  width: 100%;
  text-align: center;
  border: none;
  border-radius: 0;
  padding: 6px 10px;
  font-weight: 500;
  color: red;
  background-color: #ffbaba;
  border-color: #ffbaba;
}

.alert-danger {
  color: red;
  background-color: #ffbaba;
}

.cart-btn span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 19px;
  height: 19px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  border-radius: 100%;
  background-color: red;
}

.cart-btn {
  position: relative;
}

.search-product {
  padding: 0 !important;
  flex-basis: 100% !important;
  max-width: 100% !important;
}

.pro-details-name-wrap i {
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
  border-radius: 6px;
  color: #fff;
  padding: 6px;
  background-color: var(--bs-secondary);
}

.pro-details-display textarea {
  margin-bottom: 0;
  background-color: #0001;
  margin-top: 20px;
}

.delivery-btn-wrap {
  display: flex;
  align-items: center;
}

.delivery-btn-wrap .btn {
  flex-basis: calc(50% - 14px);
  max-width: calc(50% - 14px);
}

.cart-addons {
  line-height: 1.6;
  padding: 4px 20px;
  align-items: center;
  border: 1px solid var(--bs-secondary);
  margin: 10px 15px;
  text-align: center;
}

.cart-addons-wrap {
  padding: 2px 0;
  border-radius: 6px;
  display: flex;
}

.cart-delivery-type-box {
  cursor: pointer;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  user-select: none;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 0 38px rgb(0 0 0 / 0.1);
}

.cart-delivery-type-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  object-fit: contain;
}

.cart-summary .promo-wrap {
  margin-bottom: 20px;
}

.cart-delivery-type-box p {
  font-weight: 600;
}

.cart-delivery-type label input {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  z-index: -1;
}

label input:checked+.cart-delivery-type-box {
  background-color: var(--bs-secondary);
  color: #fff;
}

.cart-button {
  position: fixed;
  bottom: 50%;
  right: 24px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  color: var(--primary-bg-color-hover) !important;
  cursor: pointer;
  transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0 0 22px rgb(0 0 0 / 20%);
  z-index: 99;
}

.loader {
  width: 20px;
  height: 20px;
  border: 2px solid var(--bs-secondary);
  border-bottom-color: transparent;
  border-radius: 10px;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.progressbar {
  counter-reset: step;
}

.progressbar li {
  list-style: none;
  display: inline-block;
  width: 24.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
}

.progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}

.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #17b31b;
}

.progressbar li.active:before {
  border-color: #17b31b;
}

.progressbar li.active+li:after {
  background-color: #17b31b;
}

.rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center
}

.rating>input {
  display: none
}

.rating>label {
  position: relative;
  width: 1em;
  font-size: 70px;
  color: var(--bs-secondary);
  cursor: pointer;
}

.rating>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
  opacity: 1 !important
}

.rating>input:checked~label:before {
  opacity: 1
}

.rating:hover>input:checked~label:before {
  opacity: 0.4
}

.view-order-btn {
  left: 50%;
  bottom: 19px;
  color: #fff;
  z-index: 9999;
  position: fixed;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 6px;
  padding: 10px 40px;
  border: 3px solid #fff;
  background-color: var(--bs-secondary);
  transform: translateX(-50%);
  box-shadow: 0 0 4px var(--bs-secondary);
}

.view-order-btn:hover {
  color: #fff;
}

.accept-check {
  position: relative;
  margin-bottom: 20px;
}

.accept-check p {
  color: #fff;
  cursor: pointer;
  position: relative;
  padding-left: 37px;
  user-select: none;
  font-weight: 400;
}

.signup-sec form .accept-check input {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: auto;
  z-index: 0;
}

.accept-check p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #fff;
  transition: all 0.5s;
}

.accept-check input:checked+p::before {
  background-color: #fff;
}

.already-p a {
  color: #fff;
}

.accept-check p::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 9px;
  width: 7px;
  height: 14px;
  transition: all 0.5s;
  border: 3px solid transparent;
  transform: rotate(45deg);
  border-top: none;
  border-left: none;
}

.accept-check input:checked+p::after {
  border-color: #fe734b;
}

.tooltip-refer {
  position: relative;
  display: inline-block;
}

.tooltip-refer .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-refer .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-refer:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* ==================== tool tip start =================== */

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}

[tooltip]::after {
  content: attr(tooltip);
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: rgb(39, 39, 39);
  color: #fff;
  z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: rgb(39, 39, 39);
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}


/* ========= left side tooltip ========== */

[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  background-color: #000;
  content: attr(data-tooltip);
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 10px !important;
  border-radius: .3ch;
  color: #fff;
  z-index: 1000;
  font-size: 14px;
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
  transform: translateX(-12px);
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  transform: translateX(-12px);
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -10px;
}

/* ========= left tooltip ========== */


/* ==================== tool tip end =================== */


#card2-oldprice {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  text-align: right;
  color: grey;
  margin-left: 10px;
  text-decoration: line-through;
}

.card2-oldprice-show {
  font-stretch: normal;
  font-style: normal;
  text-align: right;
  color: grey;
  margin-left: 10px;
  text-decoration: line-through;
}

.product-details-sec .product-price {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: right;
  color: var(--bs-secondary);
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  left: -3px;
}

.ribbon {
  font: bold 12px sans-serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 7px 0;
  top: 15px;
  left: -30px;
  width: 120px;
  background-color: #ff0000;
  color: #fff;
}

.item-list {
  position: absolute;
  top: 100%;
  width: 100%;
}

.product-details-sec .pricing {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: right;
  color: var(--bs-secondary);
}

.custom-size .custom-control-label {
  min-width: 3rem;
  padding: 5px !important;
  text-align: center;
  /* border: 1px solid #dce1f1; */
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
}

.custom-color .custom-control-label {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  text-align: center;
  border: 2px solid #ffffff;
  background: #ffffff;
  box-shadow: 0px 0px 0px 2px #e6e9f3;
  -webkit-box-shadow: 0px 0px 0px 2px #e6e9f3;
  border-radius: 50%;
  font-size: 0;
}

.single_filter_card .custom-color .custom-control-label {
  border-radius: 0.2rem;
}

.custom-size .custom-control-label:before,
.custom-size .custom-control-label:after,
.custom-color .custom-control-label:before,
.custom-color .custom-control-label:after {
  display: none;
}

.custom-varient {
  position: relative;
  /* display: inline-block; */
  margin-bottom: 5px;
  margin-right: 0.5rem;
  margin-left: 1px;
  display: flex;
  align-items: center;
}

.custom-varient .form-check-input:focus {
  box-shadow: none;
}

/* .custom-varient .custom-control-input:checked~.custom-control-label {
  color: #2D3954;
  border-color: #2D3954;
} */

.woo_pr_varient>h6 {
  color: #647b9c;
}

.woo_pr_varient>h6 span {
  color: #2D3954;
}

.custom-varient.custom-color .custom-control-input:checked~.custom-control-label {
  color: #2D3954;
  border-color: #ffffff;
  box-shadow: 0px 0px 0px 2px #6b7a9c;
  -webkit-box-shadow: 0px 0px 0px 2px #6b7a9c;
}

.flex_inline_center {
  display: flex;
  align-items: center;
}

.get-quote {
  border: 2px solid var(--bs-secondary);
  padding: 40px;
  border-radius: 3%;
}

.sec-info {
  margin: 15px 0 10px;
}

ul {
  list-style-type: none;
}

.cart-button {
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  border: none;
  margin: 0 auto;
  z-index: 100;
  transition: .4s;
  font-weight: 500;
  box-shadow: 0 0 0 5px #121212;
  animation: checkAnim 2s infinite;
  color: #17b31b !important;
}

@keyframes checkAnim {

  0%,
  100% {
    box-shadow: 0px 0px 10px 0px rgb(23 179 27 / 47%);
  }

  50% {
    box-shadow: 0px 0px 15px 0px rgb(23 179 27 / 96%);
  }
}

.cart-button-rtl {
  position: fixed;
  bottom: 5%;
  left: 2%;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  border: none;
  margin: 0 auto;
  z-index: 9999;
  transition: .4s;
  font-weight: 500;
  box-shadow: 0 0 0 5px #121212;
  animation: checkAnim 2s infinite;
  color: #17b31b !important;
  background-color: #fff;
}

.cart-button {
  position: fixed;
  bottom: 25%;
  right: 2%;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  font-size: 25px;
  border-radius: 50%;
  border: none;
  margin: 0 auto;
  z-index: 9999;
  transition: .4s;
  font-weight: 500;
  box-shadow: 0 0 0 5px #121212;
  animation: checkAnim 2s infinite;
  color: #17b31b !important;
  background-color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.extra-food-rtl li {
  position: relative;
  margin-bottom: 16px;
}

.extra-food-rtl li input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-bottom: 0;
}

.extra-food-rtl li p {
  padding-left: 0;
  padding-right: 36px;
  position: relative;
}

.extra-food-rtl li p::before {
  content: "";
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid var(--bs-secondary);
}

.extra-food-rtl li p::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 12px;
  height: 12px;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.5s;
  background-color: var(--bs-secondary);
}

.extra-food-rtl li input[type=checkbox]:checked+p::after {
  opacity: 1;
}

.flex-inherit {
  flex-direction: inherit;
}

.progressbar-rtl {
  counter-reset: step;
}

.progressbar-rtl li {
  list-style: none;
  display: inline-block;
  width: 24.33%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.progressbar-rtl li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #fff;
}

.progressbar-rtl li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 15px;
  right: -50%;
  z-index: -1;
}

.progressbar-rtl li:first-child:after {
  content: none;
}

.progressbar-rtl li.active {
  color: #17b31b;
}

.progressbar-rtl li.active:before {
  border-color: #17b31b;
}

.progressbar-rtl li.active+li:after {
  background-color: #17b31b;
}

/* Theme 2 */
.justify-items-center {
  justify-items: center !important;
}

.d-grid {
  display: grid;
}

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

.number {
  border: 1px solid #d4d5d9;
  display: flex;
  height: 35px;
  border-radius: 0.25rem;
}

.number input {
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background: none;
  margin: 0 !important;
  padding: 5px 0px 0pc 0px;
}

.background-none {
  background: none;
}

.check-btn button {
  width: 100%;
}

.check-btn .btn {
  padding: 8px;
  width: 100%;
  margin: 5px 0px 0px !important;
  background: none;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.check-btn .btn:hover {
  background-color: var(--active-menu);
}

.disply-inline {
  display: inline-block;
}

.card-header {
  font-size: 18px;
}

.card,
.card-header,
.card-body {
  border: none;
}

.card .card-header {
  background: #fff;
}

.list-font {
  font-size: 13px;
  color: var(--bs-secondary);
  display: flex;
}

.list-font li a {
  color: var(--bs-secondary);
}

.recipe-card .pro-value {
  color: var(--bs-secondary);
  margin: 0px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
}

.recipe-card .pro-org-value {
  font-size: 12px;
  margin: 0px 7px;
  text-decoration: line-through;
  color: lightslategrey;
}

.recipe-card .card-pro-image {
  object-fit: cover;
  margin: 0 !important;
  height: 100%;
  width: 100px;
  border-radius: 0px;
}

.image2 {
  max-width: 100px;
  height: 100%;
}

.custom-categories-main-sec .product-main-sec:first-child,
.cat-product .product-padding:first-child,
.cat-product .product-main-sec:first-child,
.cat-product .custom-cat-name-sec:first-child {
  margin-top: 0px !important;
}

.modal-btn {
  padding: 8px;
  width: 100%;
  margin: 5px 0px 0px !important;
  background: none;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.modal-btn:hover {
  background-color: var(--active-menu);
}

.justify-items-end {
  justify-items: end !important;
}

.number button {
  background: none;
  border: none;
  color: var(--success);
  padding: 0 0.25rem;
  font-size: larger;
}

/* 
.pro-sec {
  position: sticky;
  height: calc(70px - 0px);
  top: 0px;
  z-index: 10;
  background-color: #fff;
  padding: 10px;
} */
.pro-sec .shopping-cart {
  width: 100%;
  height: 90px;
  object-fit: contain;
  opacity: 0.1;
}

.pro-sec .shopping-cart-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 25px;
  text-align: center;
}

.pro-fix {
  position: sticky;
  height: calc(80px - 0px);
  top: 0px;
  z-index: 2;
  background-color: #f7f7f7;
  padding: 10px;
}

.primary-outline {
  color: #6c757d;
  border: 1px solid var(--bs-secondary);
  padding: 4px;
  font-weight: 400;
}

.width-50 {
  width: 50px;
}

.content-right-padding {
  padding-left: 0;
  padding-right: 20px;
}

.content-left-padding {
  padding-left: 15px;
  padding-right: 0;
}

.recipe-card .box-border .pro-card-body {
  border: 1px solid #dedcdc;
  border-radius: 10px;
}

.pro-card-title {
  margin-bottom: 4px;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.pro-card-body .card-pro-dec {
  font-size: 14px !important;
  margin: 0 0 8px;
}

.pro-card-body p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.cart-card-title {
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cart-total-price {
  color: #121212;
  margin: 0px 0 7px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

/* Theme 3 */
.nav-cat-check {
  margin: 0px 20px 0px 0;
  border-radius: 6px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid var(--bs-primary);
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  min-width: max-content;
  overflow: hidden;
}

.nav-cat-check.active {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-srg);
}


.navbarnav .nav-link:focus,
.nav-link:hover {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-srg);
}

/* .sticky-top {
  position: sticky;
  top: 0px;
  z-index: 999;
  margin-top: 50px;
  left: 0;
  transition: all 0.3s ease 0s;
  background: #fff;
} */

.sticky-top .navbarnav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  border-radius: 6px;
}

.sticky-top .navbarnav .menu-nav {
  display: flex;
  overflow: auto;
  margin-bottom: 0;
  padding: 0px 10px 10px 10px;
}

.sticky-top .navbarnav .menu-nav .nav-item {
  display: contents;
}

.sec-margin {
  margin: 0px 0px 0px 20px;
}

.rtl-sec-margin {
  margin: 0px 20px 0px 0px;
}

.pro-card {
  position: relative;
  margin: 0 0 20px;
  padding: 15px 10px;
  background: #fff;
  border: 1px solid #ededed;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 10px;
}

.pro-title {
  transition: all 0.5s;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  line-height: 26px;
  font-weight: 600;
}

.qty-title h5 {
  font-size: 16px;
}

.pro-modal .pro-side {
  padding-left: 0 !important;
}

.pro-heading {
  font-size: 24px;
  color: var(--bs-secondary);
  padding: 10px 0px;
  margin-bottom: 15px;
  line-height: 26px;
  font-weight: 400;
}

.product-sec2 .product-display .cat-product .card-header h4 {
  font-size: 22px;
  padding: 0px;
  line-height: 26px;
  font-weight: 600;
  color: #121212;
}

.pro-text {
  padding-right: 0;
  color: var(--bs-secondary);
  margin: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}

.product-detail-price del {
  font-size: 16px;
  font-weight: 500;
}

.hide-cart:hover {
  background-color: var(--active-menu);
}

.hide-cart-btn {
  position: relative;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  padding: 5px 0px;
  background: none;
  border: 1px solid var(--bs-primary);
  color: #121212;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.theme-two-sec {
  padding-bottom: 50px;
}

.hide-cart-btn:hover {
  background: none;
  border: 1px solid var(--bs-primary);
}

.pro-card img {
  width: 100%;
  height: calc(130px + (400 - 130) * ((100vw - 320px) / (1920 - 320)));
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}


/* Theme 4 */
.side-sticky {
  /* width: 100%; */
  position: sticky;
  top: 80px;
  z-index: 9;
  height: 100%;
  overflow: auto;
}

.product-display {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}

.side-cat-check {
  position: relative;
  margin: 5px 10px 10px 0;
  padding: 13px 10px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid var(--bs-primary);
  min-width: fit-content;
  font-size: 15px;
  font-weight: 600;
}

.product-sec2 .product-display .side-sticky .side-menu-list {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 998;
  height: 100%;
  overflow: auto;
}

.rtl-side-cat-check {
  position: relative;
  margin: 20px 0 10px 10px;
  padding: 10px 10px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid var(--bs-primary);
  min-width: fit-content;
  font-size: 15px;
  font-weight: 500;
}

.rtl-side-cat-check.active {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-srg);
}

.rtl-side-cat-check:hover {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-srg);
}

.side-cat-check.active {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-srg);
}

.side-cat-check:hover {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-srg);
}

.cat-search .cat-search-btn {
  border-color: var(--bs-primary);
  background-color: var(--active-menu);
  border-radius: 0%;
  border: none;
}

.pro-body {
  padding: 1.25rem 1.25rem 0rem;
}

.product-box {
  display: flex;
  justify-content: space-between;
}

.product-img {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100px;
}

.product-img img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.content-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 4px;
}

.content-side .pro-pricing {
  color: var(--bs-secondary);
  font-size: 16px;
  font-weight: 600;
  margin: 0px 2px 0px;
}

.product-prev-sec .product-rev-wrap .cat-aside .cart-aside .card .card-body {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 998;
  height: 100%;
  overflow: auto;
}

.product-prev-sec .product-rev-wrap .cat-aside .responsiv-cat-aside {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 998;
  height: 100%;
  overflow: auto;
}

.product-prev-sec .product-rev-wrap .pro-sec .cart-product-list {
  max-height: calc(100vh - 84px);
  height: 100%;
  overflow: auto;
  z-index: 2;
  position: sticky;
}

.product-prev-sec .product-rev-wrap .pro-sec .cart-product-list .card-header {
  top: 0px;
  position: sticky;
  background-color: #fff;
  margin-bottom: 32px;
}

.content-side .pro-org-value {
  font-size: 12px;
  margin: 0px 7px;
  text-decoration: line-through;
  color: lightslategrey;
}

.content-side .card-pro-dec {
  font-size: 14px;
  margin: 0;
}

.reponsive-flex {
  display: flex;
  justify-content: space-between;
}

.content-side .btn-content {
  /* margin: 10px 0px 0px !important; */
  background: none;
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  width: 100%;
}

/* .content-side .btn-content:hover {
  background-color: var(--active-menu);
} */

.extra-title {
  font-size: 16px;
  color: #121212;
}

.content-side h4 {
  margin-bottom: 4px !important;
  transition: all 0.5s;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}

.product-card-box {
  border: 1px solid #d7d7d7;
  padding: 10px;
  border-radius: 10px;
  transition: 0.2s linear;
  position: relative;
}

/* All Theme header */
/* top-header */
.top-header {
  background-color: #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.top-header a {
  color: #252525;
  padding-right: 11px;
}

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

.social-icon {
  display: flex;
}

.header-contact {
  display: flex;
  align-items: center;
}

.responsive-main-header {
  display: none;
}

/* banner */
.banner-bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;

}

.banner-text {
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 42px;
}

.cat-search {
  margin: 0 auto;
}

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

/* .banner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
} */

.business-title {
  text-align: center;
  margin: 0;
}

.working-hours ul li {
  font-size: 16px;
  padding: 8px 0px;
}

.modal-logo-image {
  max-width: 150px;
  max-height: 60px;
  object-fit: contain;
  border-radius: 8px;
}

.logo-sec {
  position: relative;
  top: -45px;
}

.logo-image {
  width: 110px;
}

.logo img {
  background: #fff;
  border-radius: 8px;
  padding: 4px;
}

.logo-sec .logo {
  display: flex;
  align-items: flex-end;
}

.dropdown-lang {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}

.dropdown-content {
  visibility: hidden;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transform: translateY(2px);
  transition: all 0.3s ease-in-out 0s;
}

.dropdown-img {
  display: flex;
}

.dropdown-img img {
  object-fit: contain;
  margin: 0px 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown-lang:hover .dropdown-content {
  visibility: visible;
  transform: translateY(8px);
}

.social-icon i {
  padding-right: 12px;
}

.product-main-sec2 {
  padding-top: 50px;
}

.open-btn {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--bs-secondary);
  text-align: center;
  display: flex;
}

.qty-input2 {
  border: 1px solid var(--bs-primary);
  flex-wrap: nowrap;
  padding: 5px;
  justify-content: space-between;
}

.btn-enquir,
.btn-enquir:is(:hover, :focus, :active) {
  padding: 12px 24px;
  border-radius: 6px;
  background-color: #25D366 !important;
  color: #fff !important;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 0px;
  font-weight: 500;
}

.qty-input2.small {
  border: 1px solid var(--bs-primary);
  flex-wrap: nowrap;
  padding: 5px;
  max-width: 120px;
}

.qty-input2 input {
  border-radius: 0% !important;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #121212;
  line-height: 20px;
  border: 0 !important;
  width: 56.4% !important;
  margin: 0px 5px !important;
}

.cart-qty input {
  width: 60% !important;
}

.change-qty:active {
  background: var(--bs-primary) !important;
}

.qty-input2 .change-qty {
  margin: 0;
  font-size: 12px;
  height: 30px;
  width: 30px;
  font-weight: 500;
  color: #fff !important;
  border: 0;
  background: var(--bs-primary);
  border-radius: 6px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-padding {
  padding: 0px 10px !important;
}

.total-price {
  font-weight: 400;
}

.pro-modal .sp-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  border: 1px solid #121212;
  margin-bottom: 10px;
}

.search-bar .search-btn {
  background: var(--bs-secondary);
  color: #fff;
  border-radius: 0%;
  border: none;
  padding: 13px;
}

.modal .modal-dialog .modal-content .modal-body .business-sec .working-hours ul li p {
  margin: 0;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

/* All Theme Footer */
.footer-sec2 {
  background: #121212;
  /* padding-top: 50px; */
  position: relative;
  z-index: 0;
  padding: 2.5em 0;
}

.footer-sec2 p {
  font-size: 16px;
  color: #fff !important;
}

.footer-sec2 .footer-content ul li {
  background: none;
  padding: 0;
  font-size: 20px;
}

.footer-menu {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: .5rem;
  flex-wrap: wrap;
}

.footer-logo-image2 {
  width: 130px;
  margin-bottom: 15px;
}

.footer-social a {
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  color: #fff;
  display: flex;
}

.footer-social li {
  background: none;
  padding: 0;
  font-size: 20px;
}

.footer-sec2 .footer-header {
  margin-bottom: 17px;
  text-transform: uppercase;
}

.contact ul li {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
}

.contact ul li a {
  font-size: 17px;
  color: #bebebe;
  display: flex;
}

.copy-right-sec {
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  border-top: 1px solid #fff;
  text-align: center;
  background-color: #121212;
}

.contact ul li a i {
  width: 20px;
  text-align: center;
  color: #fff;
}

.modal-footer .btn-store {
  padding: 9px 12px !important;
}

.whatsapp-btn,
.whatsapp-btn:is(:hover, :focus) {
  border: 1px solid #25D366 !important;
  background-color: transparent !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.whatsapp-btn i {
  color: #25D366 !important;
}

.call-btn,
.call-btn:is(:hover, :focus) {
  border: 1px solid #2196f3 !important;
  background-color: transparent !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.call-btn i {
  color: #2196f3 !important;
}

.video-btn,
.video-btn:is(:hover, :focus) {
  border: 1px solid #B31312 !important;
  background-color: transparent !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.video-btn i {
  color: #B31312 !important;
}

.googlereview-btn,
.googlereview-btn:is(:hover, :focus) {
  border: 1px solid #feb63c !important;
  background-color: transparent !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.googlereview-btn i {
  color: #feb63c !important;
}

.btn-copy {
  max-width: 50px;
}

.copy-btn {
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.copy-btn:hover {
  color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}


.modal-footer .add-btn {
  width: 170px;
  font-weight: 500;
  padding: 10px !important;
  font-size: 14px;
}

.modal-footer .add-btn:focus {
  background-color: var(--bs-primary);
}

/*--- Footer end ---*/
/* modal */
.modal-dec {
  padding-top: 20px;
  padding-bottom: 20px;
}

.addone-sec {
  margin-bottom: 20px;
}

.qty-input {
  border: 1px solid var(--bs-primary);
  border-radius: 4px;
  flex-wrap: nowrap;
}

.qty-input .change-qty2 {
  margin: 0;
  padding: 8px;
  border-radius: 0px;
  font-size: 9px;
  line-height: 27px;
  background: none;
  font-weight: 500;
  color: var(--bs-primary) !important;
  border: 0;
}

.cart-close-btn {
  padding: 0 !important;
  position: absolute;
  right: 15px;
  top: 11px;
  z-index: 1;
}

.quantity__input {
  width: 10% !important;
}

.modal-cart-btn {
  padding: 5px 15px;
  background: var(--bs-secondary);
  margin: 0 0 15px;
  color: #fff;
  font-size: 15px;
}

.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.pro-price {
  border: 1px solid;
  text-align: center;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}

.pro-price:hover {
  background: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: #fff;
}

.pro-modal .pro-org-value {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 7px;
  text-decoration: line-through;
  color: lightslategrey !important;
}

.multi-img .item {
  border-radius: 6px;
  overflow: hidden;
}

/* Order */
.order-success-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.order-main-sec {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* .shop-btn {
  border: none;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: var(--bs-secondary);
  margin-bottom: 25px;
} */

/* .copy-btn {
  background: var(--bs-secondary);
  color: #fff;
  border-radius: 0%;
  border: none;
  padding: 10px;
} */

.order-title {
  transform-origin: 0;
}

/* .order-btn {
  border: 1px solid var(--bs-secondary);
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  color: var(--bs-secondary);
  margin-bottom: 25px;
  background: none;
} */

/* Store close Modal */
.close-modal {
  background: none;
  border: none;
}

.close-modal .modal-body .hidden-xs {
  color: #fff;
  font-size: 30px;
  animation: jump 1s linear alternate infinite;
}

.responsive-col2 {
  width: 50%;
}

.position {
  padding: 1.25rem 0;
}

/* cart */
.cart-sec2 {
  padding-top: 60px;
}

.cart-title {
  font-size: 36px;
  color: var(--primary-color);
  padding: 10px 0px;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  margin-bottom: 20px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.payment-title {
  color: #121212;
  padding: 0px 0px 10px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  border-bottom: 1px solid rgb(0 0 0 / 13%);
}

.select-payment {
  color: #121212;
  padding: 0px 0px 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  border-bottom: 1px solid rgb(0 0 0 / 13%);
  margin-bottom: 15px;
}

.item-image img {
  object-fit: contain;
  border-radius: 10px;
  height: 108px;
}

.item-info {
  display: flex;
}

.item-box {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 15px;
}

.sub-total {
  padding: 8px 16px;
}

.sub-total span {
  font-weight: 500;
  font-size: 18px;
  color: #494949;
}

.sub-total h6 {
  font-weight: 400;
}

.total span {
  font-weight: 700;
  font-size: 18px;
}

.quantity {
  display: flex;
  align-items: center;
  padding: 0;
}

.product-qty {
  display: flex;
  justify-content: space-between;
}

.product-qty .qty {
  align-items: center;
}

.product-qty .change-qty {
  background: var(--bs-secondary);
  border: none !important;
  color: #fff;
  border-radius: 0 !important;
}

.payment-sec {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.yourcart-sec {
  padding: 15px 0px 0px;
}

.pro-order {
  border: 1px solid;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  position: relative;
}

.delivery-option input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  opacity: 0;
  z-index: -1;
}

.delivery-option {
  position: relative;
  padding: 15px;
  /* border: 1px solid #e6e6e6; */
  border-radius: 8px;
}

.delivery-option input[type=radio]:checked~.pro-order {
  color: var(--bs-secondary);
  transition: 0.3s;
  border: 1px solid #121212;
}

.delivery-option input[type=radio]:checked~.pro-order h5 {
  color: var(--bs-secondary);
}

.delivery-title h3 {
  font-size: 25px;
  line-height: 26px;
  font-weight: 400;
  margin: 20px 0px;
}

.total {
  display: flex;
  justify-content: space-between;
  /* border-top: 2px dashed #000; */
  margin: 15px 0px 0px;
  padding: 15px 0px;
}

.total h6 {
  font-size: 17px;
  font-weight: 700;
  color: #121212;
}

.form {
  display: none;
}

.form.active {
  display: block
}

.coupon-bar-item {
  padding: 0.7rem 1rem;
  width: 100%;
  background: var(--bs-secondary);
  border: none;
  border-radius: 0.25rem;
  color: #ffffff;
  font-weight: 600;
}

.coupon-bar-item img {
  height: 22px;
  margin-right: 8px;
}

.coupon {
  padding: 13px 13px 13px 13px;
  border-radius: 0.25rem;
}

.coupon-group {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}

.coupon-group .apply-btn {
  background: none;
  color: #17b31b;
  border-radius: 0%;
  border: none;
  padding: 13px;
}

.custom-control {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.custom-control img {
  height: 30px;
}

.promo-wrap input {
  margin: 0px 0px 20px;
}

/* .card-shadow {
  border: 1px solid #e6e6e6;
} */

.customer-title {
  color: #121212;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

/* .whatsapp-order .whatsapp-order-btn {
  background: var(--bs-secondary);
  color: #fff;
  border-radius: 8px;
  border: none;
  padding: 13px;
} */

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.promo-code {
  background-color: #f8f9fa;
  padding: 10px;
}

.promo-code .cuppon-image {
  width: 20px;
  height: 20px;
}

.cuppon-text h5 {
  font-size: 16px;
}

.cuppon-text {
  margin: 0px 5px;
}

.cuppon-text p {
  font-size: 14px;
  font-weight: 300;
}

.promo-code .cuppon-offer {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  font-weight: 500;
  color: #17b31b;
  cursor: pointer;
}

.available-cuppon .available-title {
  padding: 32px 0px 10px;
}

.available-cuppon .sepreter-line {
  width: 64px;
  height: 4px;
  background: var(--bs-secondary);
}

.coupon_codewrapper {
  position: relative;
  overflow: hidden;
}

.coupon_codewrapper .coupon_circle1 {
  left: -6px;
  border: 1px solid var(--bs-secondary);
  height: 12px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  border-radius: 50%;
  z-index: 1;
}

.coupon_codewrapper .coupon_circle2 {
  right: -6px;
  border: 1px solid var(--secondary);
  height: 12px;
  width: 12px;
  background-color: var(--white);
  position: absolute;
  top: 11px;
  border-radius: 50%;
  z-index: 1;
}

.coupon_codewrapper .coupon_couponcode {
  padding: 2px 12px;
  border: 1px solid var(--bs-secondary);
  border-radius: 2px;
  color: #121212;
}

.coupon_codewrapper .coupon_text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.coupon-btn .apply-btn {
  background: none;
  color: #17b31b;
  border-radius: 0%;
  border: none;
  padding: 13px;
  margin: 0;
}

.save-text {
  color: var(--bs-secondary);
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 10px;
}

.cod-text {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}

.details-contet {
  list-style: disc !important;
  padding: 0px 0 0 20px;
}

.delivery-title h5 {
  color: #121212;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.product-prev-sec .product-rev-wrap .cat-product .card-header h4,
.product-prev-sec .product-rev-wrap .recipe-card .card-header h4,
.product-prev-sec .product-rev-wrap .card-header h4,
.product-prev-sec .product-rev-wrap .cart-pro-head .card-header h4 {
  font-size: 22px;
  color: #121212;
  padding: 0px;
  margin-bottom: 5px;
  line-height: 26px;
  font-weight: 600;
  text-align: start;
}

.pro-order img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  position: relative;
  top: -20px;
}

.pro-order h5 {
  position: absolute;
  top: 70px;
  right: 0;
  left: 0;
  bottom: 0;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.payment-side {
  position: relative;
  top: -57px;
}

.customer-info {
  position: relative;
  padding: 1rem;
  /* border: 1px solid #e6e6e6; */
  border-radius: 8px;
}

.customer-info input[type=radio] {
  padding: 10px;
}

.payment-check {
  padding: 14px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.payment-check p {
  font-size: 16px;
}

.customer-info input[type=radio]:checked~.payment-check {
  border: 1px solid;
}

.store-close {
  position: sticky !important;
  top: 0;
  bottom: 0;
  background: red !important;
  color: #fff;
  text-align: center;
  margin: 0 !important;
  border: none;
  padding: 15px 0px;
  z-index: 9999;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* Theme - 5 */
/* .them-5img img {
  position: absolute;
  top: -55px;
  width: 120px;
  height: 120px;
  transition: 0.5s;
} */

.them-5img .testing-card {
  position: absolute;
  top: -55px;
  width: 100px;
  height: 100px;
  transition: 0.5s;
}


.product-card-img img {
  position: absolute;
  top: -55px;
  width: 120px;
  height: 120px;
  transition: 0.5s;
}

/* .product-card:hover {
  transform: scale(1.05);
} */

.them-5-card-body {
  margin-top: 50px;
}

.product-card-main {
  padding: 100px 0px 0px 0px;
}

.them-5-card {
  padding-top: 70px;
}

.product-card {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  transition: 0.2s;
}

.like-icon i {
  color: var(--primary-color);
  cursor: pointer;
}

.them-5-card-title {
  font-size: 15px;
  font-weight: 600;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--secondary-color);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 35px;
}

.them-5-card-subtitle {
  font-size: 14px;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.them-5-btn-hover {
  font-size: 15px;
  cursor: pointer;
  border: 1px solid black;
  background-color: #fff;
}

/* .them-5-btn-hover:hover {
  background-color: var(--active-menu);
  color: #000 !important;
} */

.price {
  font-size: 15px;
  font-weight: 600;
}

.theme-5-false-price {
  font-size: 12px;
  text-decoration: line-through;
  color: lightslategrey;
  line-height: 11px;
  margin: 0px 7px;
}

.them-5-title {
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 0px 12px 0px;
  color: #73d100;
}

.scrolling-wrapper {
  display: none;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
  height: auto;
  background-color: var(--primary-color);

}

.scrolling-wrapper::-webkit-scrollbar {
  display: none;
}

/* .card {
  display: inline-block;
  padding: 5px;
} */

.scrolling-wrapper-flexbox {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;

}

/* .card {
  flex: 0 0 auto;
} */

.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}

/* header cheng */
.drop-icon,
.dropdown-toggle::after {
  content: "";
}

.header-drop-button {
  box-shadow: none !important;
}

.header-dropdown-menu {
  top: 10px !important;
  left: -35px !important;
}

.required {
  color: red;
}

/* my-orders start */
.warning-icon i {
  height: 50px;
  width: 50px;
  background-color: rgba(255, 193, 7, .3);
  border-radius: 50%;
  font-size: 25px;
}

.success-icon i {
  height: 50px;
  width: 50px;
  background-color: rgba(3, 161, 3, .3);
  border-radius: 50%;
  font-size: 25px;
}

.danger-icon i {
  height: 50px;
  width: 50px;
  background-color: rgba(220, 53, 69, .3);
  border-radius: 50%;
  font-size: 25px;
}

.text-start-pro {
  color: black;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 600;
}

.status-text-color-3 {
  color: #DC3545;
}

.status-text-color-2 {
  color: #007a;
}

/* my-orders end */

.active-menu {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}

.active-menu a {
  color: white !important;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 500;
}

/* kishor add css */
.eye-icon-box {
  width: 35px !important;
  height: 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link {
  color: var(--bs-secondary) !important;
}

.preparing-box-active {
  background-color: #ffc107 !important;
  color: white !important;
  border: 1px solid black !important;
}

.preparing-box-active p {
  color: white !important;
}

.completed-box-active {
  background-color: #28a745 !important;
  color: #fff;
  border: 1px solid black !important;
}

.completed-box-active p {
  color: white !important;
}

.rejected-box-active {
  background-color: #dc3545 !important;
  color: white !important;
  border: 1px solid black !important;
}

.rejected-box-active p {
  color: white !important;
}

.feature-box img {
  transition: 0.2s linear;
}

.feature-box img:hover {
  transform: scale(1.1);
}

/* card-them 1 hover start */
.pro-box img {
  transition: 0.2s linear;
}

.pro-box:hover img {
  transform: scale(1.1);
}

/* card-them 1 hover end */
/* card-them 2 hover start */

/* card-them 2 hover end */

/* card-them 2 hover start */
/* .product-card-box:hover {
  transform: scale(1.05);
} */

/* card-them 2 hover end */
/* footer-input start */
.footer-input {
  padding: 10px;
  border-radius: 23px;
}

.subscribe-button {
  background-color: var(--bs-primary);
  color: #fff;
  height: 38px;
  border-radius: 23px;
  cursor: pointer;
}

.footer-inpu,
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none !important;
}

.input-box-main {
  border-radius: 30px;
}

/*-------- blog sec css --------*/

.blog-sec .card-text {
  font-size: 14px;
}

.blog-sec .card-body p:first-child {
  font-size: 14px;
  font-weight: 600;
}

.blog-card-border {
  border-radius: 15px;
}

.box-shadow {
  box-shadow: 0 0px 10px rgb(182 186 203 / 30%);
}

.icon-color {
  color: var(--bs-secondary);
}

.blog-details .card .card-body p:first-child {
  font-size: 14px !important;
  font-weight: 400 !important;
}

/* footer-input end */

/*===========================================================
================== EXTRA KISHOR START =======================
============================================================*/
.free-content h4 {
  font-size: 22px;
}

.footer-circle-icon {
  padding-left: 12px;
}

/* footer-header-text */
.footer-text-start {
  text-align: start;
}

.form-subtitle {
  font-weight: 400 !important;
}

.blog-titel {
  font-size: 22px;
  color: #121212;
  padding: 0px;
  margin-bottom: 5px;
  line-height: 26px;
  font-weight: 600;
  text-align: start;
}

.cart-button-1 {
  padding: 5px 50px !important;
}

.cart-promocodemodellable {
  border: 1px solid var(--bs-secondary);
  background-color: var(--active-menu);
  color: var(--primary-color) !important;
}

.promocodemodellable-titel {
  font-size: 30px;
  font-weight: 600;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  text-align: start;
  margin: auto;
}

.promocodemodellable-subtitel {
  font-size: 14px;
  text-align: start;
  margin: auto;
  width: 100%;
  margin-top: 10px;
}

.language-dropdown {
  box-shadow: none !important;
  border: none;
}

.language-dropdown-text {
  padding: 0px 10px 0px 10px !important;
  background-color: transparent !important;
  border: 1px solid var(--primary-color);

}

.dropdown-link {
  color: var(--primary-color) !important;
  font-weight: 400;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;

}

/* theme-3 */
.theme-3-titel {
  text-align: start;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}

/* theme-4 */
.theme-4-title {
  text-align: start;
}

/* theme-5 */
.theme-5-title {
  text-align: start;
}

/* dekstop-tablet-mobile-language-dropdown */
.dekstop-tablet-mobile-language-dropdown {
  top: 5px !important;
  right: 0px !important;
}

/*===========================================================
=================== EXTRA KISHOR END ========================
============================================================*/

.pwa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--bs-secondary);
  width: 100%;
  position: relative;
  padding: 15px 10px;
  color: #FFF;
}

.pwa .mobile-install-btn {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 13px;
  line-height: 16px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background: var(--bs-primary);
  border: none;
  padding: 6px 12px;
  transition: background 0.8s ease 0s;
  font-weight: 600;
}

/*======================= update 23/08/2023 =======================*/

.lag-img {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  object-fit: cover !important;
}

.logo-h-55-px {
  height: calc(35px + (55 - 35) * ((100vw - 320px) / (1920 - 320)));
}

.logo-110 {
  width: 110px;
}


/* main header */

.main-sticky-top {
  /* position: absolute;
  top: 40px; */
  right: 0;
  z-index: 10;
  left: 0;
}

.inner-home {
  position: fixed;
  top: 0px;
  background-color: #fff;
}

.inner-home .main-menu ul li a {
  color: #121212 !important;
}

.main-header {
  background-color: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid #ededed;
  transition: .2s all ease;
}


.shopping-cart {
  position: relative;
}

.main-header .cart-count {
  text-align: center;
  background-color: red;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 22px;
  position: absolute;
  top: -5px;
  right: -10px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-footer .mobile-cart-count {
  text-align: center;
  background-color: red;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  line-height: 22px;
  position: absolute;
  top: 0px;
  right: -10px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left_10px {
  right: 10px !important;
}

.main-header ul li a {
  color: #000;
  font-weight: 400;
  transition: .2s all ease;
  text-transform: capitalize;
}

.main-header .fa-user {
  color: #000;
}

.header-bg-white .fa-user {
  color: #121212;
}

/*------ desktop menu-active ------*/
.menu-active {
  color: var(--bs-secondary) !important;
  font-weight: 600 !important;
}

/*------ desktop menu-active ------*/

.logo-m {
  margin-right: 2rem;
}

.logo-m-ltr {
  margin-left: 2rem;
}

.main-header .main-menu ul li a:hover {
  color: var(--bs-secondary) !important;
}

.header-bg-white {
  position: fixed;
  top: 0;
  animation: slideDown .5s ease;
  transition: .5s ease;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.header-bg-white .fa-bars-staggered {
  color: #121212 !important;
}

.header-bg-white ul li a {
  color: #121212;
}

.top-60px {
  top: 60px;
}

.mobile-sidebar ul li {
  padding: 10px 0px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
}

.mobile-sidebar ul li a {
  display: block;
}

.footer-menu ul li a {
  color: #121212;
  font-weight: 400;
  transition: .2s all ease;
  text-transform: capitalize;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.mobile-menu-footer {
  width: 100%;
  background-color: #ffff;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  display: none;
  border-top: 1px solid lightgrey;
}

/* mobile-menu-footer */
.mobile-menu-footer ul {
  display: flex;
  align-items: center;
}

.mobile-menu-footer ul li {
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 10px;
}

.mobile-menu-footer ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
  color: #262834;
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu-footer ul li a i {
  font-size: 14px;
}

/*------- mobile menu footer active -------*/
.mobile-menu-footer ul .mobile-active {
  color: var(--bs-secondary) !important;
  font-weight: 500;
  position: relative;
}

.mobile-menu-footer ul .mobile-active::before {
  content: " ";
  width: 40px;
  height: 5px;
  transition: all 0.4s;
  background-color: var(--bs-secondary);
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/*------- mobile menu footer active -------*/


.banner-subtext {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
}

.btn-danger,
.btn-danger:is(:hover, :focus, :active) {
  padding: 12px 24px;
  border-radius: 6px;
  background-color: var(--bs-danger) !important;
  color: #fff !important;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 0px;
  font-weight: 500;
}

.btn-success,
.btn-success:is(:hover, :focus, :active) {
  padding: 12px 24px;
  border-radius: 6px;
  background-color: var(--bs-success) !important;
  color: #fff !important;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 0px;
  font-weight: 500;
}

.btn-store,
.btn-store:is(:hover, :focus, :active) {
  padding: 12px 24px;
  border-radius: 6px;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  margin: 0px;
  font-weight: 500;
}

.btn-store-outline,
.btn-store-outline:is(:hover, :focus, :active) {
  padding: 12px 24px;
  border-radius: 6px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  color: var(--bs-secondary) !important;
  background-color: transparent !important;
  border: 1px solid var(--bs-secondary) !important;
  font-weight: 500;
}

.btn-delete:hover,
.btn-delete:focus,
.btn-delete:focus-visible {
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* .btn-store-outline:hover,
.btn-store-outline:focus {
  background-color: var(--bs-secondary);
  color: white !important;
} */

.furniture_home .owl-item .item img {
  position: relative;
}

.main-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  --bs-bg-opacity: .8;
  background-color: rgba(11, 10, 18), var(--bs-bg-opacity) !important;
}

.furniture_home .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) !important;
}

.furniture_home .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) !important;
}

.furniture_home .owl-nav .owl-next,
.furniture_home .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  font-size: 14px !important;
  text-align: center !important;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  border-radius: 5px;
  margin: 0px 10px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sale-label-on {
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  background-color: var(--bs-primary);
  font-weight: 500;
  width: fit-content;
  line-height: 12px;
}

/*======= body scrolling =======*/

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 3px;
  height: 4px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary) !important;
}

/*======= body scrolling =======*/

.social-rounded {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  font-size: 12px;
}

.fb {
  background: var(--bs-primary);
  color: #fff;
}

.in {
  background: red;
  color: #fff;
}

.tw {
  background: #55ACEE;
  color: #fff;
}

.lin {
  background: #007bb5;
  color: #fff;
}


/*-------- login css --------*/
/* .login-w {
  width: 450px !important;
} */

.mb25 {
  margin-bottom: 20px !important;
}

.mt10 {
  margin-top: 10px;
}

.or_section {
  display: flex;
  align-items: center;
}

.or_section p {
  padding: 0 1rem;
}

.line {
  flex: 1;
  border-bottom: 1px solid var(--bs-gray)
}

.social-login {
  width: 22px;
}

.label14 {
  font-size: 14px;
}

input:focus {
  border-color: var(--bs-secondary) !important;
}

.input-14 input {
  font-size: 14px !important;
}


/* product view */

#viewproduct-over .carousel-control-next-icon,
#viewproduct-over .carousel-control-prev-icon {
  background-color: var(--bs-secondary);
  border-radius: 50%;
}

#viewproduct-over .carousel-control-next-icon,
#viewproduct-over .carousel-control-prev-icon {
  background-size: 100% 50% !important;
}

#viewproduct-over .pro-modal .custom-size input {
  width: 20px;
  height: 20px;
}

#viewproduct-over .modal-dialog {
  max-width: calc(655px + (950 - 655) * ((100vw - 767px) / (1920 - 767)));
}

.img-prev {
  width: 100%;
  height: 80px;
  transition: .2s all ease;
  object-fit: cover;
}

/* .overflow-y-scroll {
  overflow-y: scroll !important;
  height: 445px;
  padding: 0px 5px !important;
} */

/* .overflow-y-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
} */

::-webkit-scrollbar-thumb {
  background-color: gray;
}

.prev-img {
  width: 90px;
  height: 90px;
}

/*======= prev img active =======*/

.active-img {
  border: 2px solid #121212;
  border-radius: 5px;
  overflow: hidden;
}

/*======= prev img active =======*/


#thumb_img img {
  float: left;
  max-width: 32%;
  width: 32%;
  cursor: pointer;
  margin-right: 2%;
  border: 2px solid #eee;
  box-sizing: border-box;
}

#thumb_img img.active {
  border: 2px solid #cac6b8;
}


/*---------------- cart ----------------*/
.qtu-width {
  width: 150px;
}

.cart-table thead tr th:first-child {
  text-align: start;
}

.cart-table thead tr th {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  color: #121212;
  border-bottom: 1px solid #eaeaea !important;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) 15px;
  background-color: #ddd;
  text-align: center;
}

.cart-table thead tr th {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  color: #121212;
  border-bottom: 1px solid #eaeaea !important;
  padding: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320))) 15px;
  background-color: #ddd;
  text-align: center;
}

.cart-table td {
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #262834;
  font-weight: 500;
  vertical-align: middle;
  border-bottom-color: #ddd;
  padding: calc(15px + (10 - 15) * ((100vw - 320px) / (1920 - 320))) 10px;
  text-align: center;
  max-width: 300px;
}

.cart-table td .product-detail {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10px + (15 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.cart-table td .product-detail .pr-img {
  width: calc(80px + (110 - 80) * ((100vw - 320px) / (1920 - 320)));
  height: calc(80px + (105 - 80) * ((100vw - 320px) / (1920 - 320)));
  border-radius: 10px !important;
  overflow: hidden;
}

.cart-table td .product-detail .details {
  width: calc(100% - calc(60px + (83 - 60) * ((100vw - 320px) / (1920 - 320))));
  text-align: left;
}

.card-sub-total-text {
  font-size: 20px;
  font-weight: 700;
}

.product-detail li p,
.product-detail li a {
  font-size: 14px;
  font-weight: 400;
}

.qty-input2 .change-qty-1 {
  margin: 0;
  font-size: 10px;
  height: 38px;
  width: 47px;
  font-weight: 500;
  color: #fff !important;
  border: 0;
  background: var(--bs-primary);
  border-radius: 6px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-input2 .change-qty-2 {
  margin: 0;
  font-size: 10px;
  height: 28px;
  width: 40px;
  font-weight: 500;
  color: #fff !important;
  border: 0;
  background: var(--bs-primary);
  border-radius: 6px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-input2 .change-qty-1:active {
  background: var(--bs-primary) !important;
}

.product-detail .details li {
  list-style-type: none;
}

.extra-variation-modal ul li {
  padding: 6px 12px;
}

.p-12px {
  padding: 12px;
}

.cp {
  cursor: pointer;
}

/*--------- Payment Option css ---------*/

.form-check-input:checked {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  transition: .2s linear;
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  transform: scale(1.05);
}


.contact-icon {
  width: 40px;
  height: 40px;
  background-color: var(--bs-secondary);
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps-box {
  display: flex;
  align-items: center;
}


.faq-accordion .accordion-header {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  border-left: 3px solid var(--bs-secondary) !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--bs-secondary);
  box-shadow: none !important;
}

.faq-accordion .accordion-button {
  background-color: #fafafa;
  font-size: 16px;
  font-weight: 600;
}

.faq-accordion .accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none !important;
}


.faq-accordion .accordion-item .accordion-body {
  margin-top: 8px;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color: #fff;
}


/* Track Your Order css */

.track-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.offers-label {
  color: var(--white);
  background: var(--bs-primary);
  width: auto;
  height: auto;
  cursor: pointer;
  z-index: 98;
  padding: 8px 17px;
  transform: rotate(270deg);
  display: flex;
  align-items: center;
  transition: .3s all ease;
}

.offers-label-ltr {
  position: fixed;
  top: 50%;
  right: -44px;
  border-radius: 8px 8px 0 0;
}

.offers-label-rtl {
  position: fixed;
  top: 50%;
  left: -44px;
  border-radius: 0 0 8px 8px;
}

.offers-label-name {
  color: #fff;
  margin: 0px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.coupons_card {
  background-color: var(--bs-primary) !important;
  border-radius: 6px;
  color: #fff;
  padding: 4px 11px;
  font-size: 14px;
}

#offerslabel .card h5 {
  font-size: 16px;
}

#offerslabel .card p {
  font-size: 12px;
}

#offerslabel .card .card-body {
  padding: 8px;
}

.hw-70-px {
  height: 70px;
  width: 70px;
}

.table>:not(caption)>*>* {
  background-color: rgba(248, 249, 250, 1) !important;
}

.mw-400 {
  max-width: 400px;
}

/* search page css */
.search-left-img {
  height: 400px;
}

.input-width {
  width: 82%;
}

.read-btn {
  color: var(--bs-secondary);
}

/*======== product-prev-sec ========*/

.title-and-image {
  display: flex;
  align-items: center;

}

.offers-w {
  max-width: 400px;
}

/* order-success-sec css */
.order-success-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background-color: #25D366 !important;
  color: #fff;
}

.btn-telegram,
.btn-telegram:hover,
.btn-telegram:focus {
  background-color: #27A7E7 !important;
  color: #fff;
}

.checkoutform-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.settings-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none;
}

.user-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.order-date,
.order-payment {
  font-size: 14px;
}

.cat-check:hover {
  border-color: var(--bs-secondary);
  background-color: var(--bs-secondary-srg);
}


/*--------- scrollbar css ---------*/
.sticky-top .menu-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.sticky-top .menu-nav::-webkit-scrollbar {
  height: 5px;
  background-color: #F5F5F5;
}

.sticky-top .menu-nav::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary);
}

/*--------- scrollbar css ---------*/

.icon-position {
  height: 25px !important;
  width: 25px !important;
}

.mt-6 {
  bottom: -60px;
}

.vh-50 {
  height: 50vh;
}

/* .mobile-category {
  transition: transform .5s ease-out !important;
  transform: translate(0, 100%) !important;
} */

.furniture_home .item.color::before {
  background: #00000099;
}

/* .furniture_home .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
} */
.catbox-arow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #121212;
}

.cat-over {
  overflow: inherit !important;
}

/* #catModal .modal-content::before {
  content: '';
  border-top: 20px solid var(--bs-body-bg);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
} */

.res-bg {
  background-color: var(--bs-primary);
  color: #fff;
  width: fit-content;
}

.sale-heart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 10px;
  left: 0px;
  width: 100%;
  padding: 0px 10px;
  z-index: 2;
}

.btn-Wishlist {
  width: 30px;
  height: 30px;
  background-color: var(--bs-danger) !important;
  color: #fff !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.btn-Wishlist2 {
  width: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  border: 1px solid var(--bs-danger) !important;
  background-color: var(--bs-danger);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
}

.btn-Wishlist3 {
  width: 35px;
  height: 35px;
  border: 1px solid var(--bs-danger) !important;
  background-color: var(--bs-danger);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-white);
}

.rating-star {
  font-size: 14px;
  font-weight: 500;
}


.btn-chart {
  width: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  background-color: #f5f5f5 !important;
  color: #000 !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}


/*----------- review-img -----------*/

.review-img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: block;
  overflow: hidden;
}

.review_title {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
}

.review_subtitle {
  font-size: 14px;
}

.review_date {
  text-transform: capitalize;
}

.sec-title {
  text-align: start;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 26px;
  color: #121212;
}

.review_description {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.store-review .owl-nav button {
  width: 30px;
  height: 30px;
  font-size: 14px !important;
  text-align: center !important;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  border-radius: 5px;
  margin: 0px 10px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.store-review .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.store-review .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.avatar {
  height: 2rem;
  width: 2rem;
  display: inline-block !important;
  border-radius: 50px;
  overflow: hidden;
}

.icon-md {
  width: auto;
  height: 1.4rem;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.percentage {
  font-weight: 600;
  margin: 0px;
  color: #121212;
  font-size: 16px;
}

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

.review-date {
  font-size: 12px;
}

.reviews-content {
  margin-top: 230px;
}


.progress.progress-sm {
  height: 6px;
  background-color: #e9efec;
  border-radius: 3px;
}

.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.progress .progress-bar {
  position: relative;
  overflow: visible;
  border-radius: 0.5rem;
}

.reviews-card {
  position: absolute;
  top: 55px;
  z-index: 9;
  width: 100%;
}


/* app section */

.app-btn {
  height: 45px !important;
}


/*------- back to top -------*/

/* #back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  z-index: 98;
  background-color: #fff;
  border: 1px solid #121212;
  cursor: pointer;
  animation: backstop 2s ease-in-out infinite;
}

.back-to-top-ltr {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.back-to-top-rtl {
  position: fixed;
  bottom: 30px;
  left: 30px;
}


@keyframes backstop {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
} */


/*----------- footer -----------*/

.footer_acceped_card li img {
  width: 36px;
}

.btn-close:focus {
  outline: none !important;
}


/*-------- whatsapp chat --------*/

.bg-msg {
  background-color: #E5DDD5;
}

.wrapper {
  position: fixed;
  right: 33px;
  bottom:250px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.4s;
  z-index: 98;
  visibility: hidden;
  overflow: hidden;
}

.wrapper_rtl {
  position: fixed;
  left: 33px;
  bottom:250px;
  width: 292px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.4s;
  z-index: 99999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.chat-btn_ltr {
  position: fixed;
  right: 20px;
  bottom: 190px;
  cursor: pointer;
}

.chat-btn_rtl {
  position: fixed;
  left: 33px;
  bottom: 190px;
  cursor: pointer
}

.chat-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #25D366;
  color: #fff;
  font-size: 22px;
  border: none;
  z-index: 98;
}


.whatsapp_icon_ltr {
  position: fixed !important;
  bottom: 40px !important;
  right: 70px !important;
  z-index: 98;
}

.whatsapp_icon_rtl {
  position: fixed !important;
  bottom: 40px !important;
  left: 70px !important;
  z-index: 98;
}

.chat-btn .close {
  display: none
}

.chat-btn i {
  transition: all 0.9s ease
}

#check:checked~.chat-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
  display: none
}

.chat-btn i {
  font-size: 26px;
  color: #fff !important
}


#check:checked~.wrapper {
  opacity: 1;
  visibility: visible;
}

#check:checked~.wrapper_rtl {
  opacity: 1;
  visibility: visible;
}

.msg_header {
  padding: 1rem;
  background-color: #075E54;
  color: #fff;
}

.msg_header h6 {
  margin: 0px;
  font-size: 16px;
}

.chat-form {
  padding: 15px
}

.chat-form input,
textarea,
button {
  margin-bottom: 10px
}

.chat-form textarea {
  resize: none;
  height: 70px;
}

.chat-form textarea:focus {
  border: 1px solid #dee2e6;
}

.form-control:focus,
.btn:focus {
  box-shadow: none
}

#check {
  display: none !important
}


.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.breadcrumb-sec {
  padding-top: 1rem;
  padding-bottom: 1rem;
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  margin-bottom: 20px;
}

.breadcrumb-title {
  font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (1920 - 320)));
  color: var(--primary-color);
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
}

.h-60px {
  height: 60px;
}

.owl-carousel .owl-stage {
  display: flex;
  height: 100%;
}

.w-20px {
  width: 20px !important;
}

.btn-offer,
.btn-offer:hover,
.btn-offer:focus-visible,
.btn-offer:active {
  background-color: var(--bs-secondary) !important;
  color: #fff !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;

}

.z-9 {
  z-index: 9;
}

.modal {
  --bs-modal-zindex: 99999;
}

.btnapply,
.btnapply:is(:hover, :focus, :focus-visible, :active) {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: #fff !important;
}

.js-cookie-consent {
  position: fixed;
  left: 0;
  bottom: 0;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 1rem;
  text-align: center;
  z-index: 9999999999;
  background-color: #fff;
}

.max-w-7xl {
  max-width: 400px;
}

.item-stock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 8;
  border-radius: 10px;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.8 !important;
}


.z-index-9 {
  z-index: 9;
}

.language-dropdown .dropdown-menu.rtl {
  left: 0px !important;
  right: -130px !important;
}


/*---------------------------------------------
                theme-6
-----------------------------------------------*/

.sec-title-6 {
  border: medium none;
  width: auto;
  margin-bottom: 30px;
  padding: 0 0 0 0;
  color: black;
  font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
  position: relative;
  font-weight: 700;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
  text-transform: capitalize !important;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-title-6 .dots {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  display: block;
  margin: 0px 15px;
}

/*-- feature-sec-6 --*/

.slick-dupe {
  margin-bottom: 24px;
}


/*-- products --*/

.products-6 .category {
  background-color: var(--bs-secondary);
  padding: 14px;
  margin: 1.5rem 0rem;
}

.products-6 .category .cat-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0px;
  color: #fff;
}

.product-grid-item {
  border: 1px solid #ddd;
  border-radius: 0px;
  height: 100%;
  position: relative;
  transition: all 0.3s linear;
  overflow: hidden;
}

.products-6 .pro-6-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: calc(200px + (400 - 200) * ((100vw - 320px) / (2560 - 320)));
}

.products-6 .pro-6 .pro-6-title {
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}

.btn-cart,
.btn-cart:is(:hover, :focus, :active) {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (2560 - 320))) !important;
  border-radius: 4px;
  cursor: pointer;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
}

.products-6 .pro-6 .sale-label-on {
  padding: 2px 10px;
  border-radius: 0px !important;
  font-size: calc(9px + (11 - 9) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  color: #fff;
  background-color: var(--bs-secondary);
  font-weight: 500;
  z-index: 99;
  width: fit-content;
  place-items: center;
  display: grid;
  grid-template-rows: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}

.products-6 .pro-6 .card .card-body {
  padding: 10px;
}

.products-6 .pro-6 .card .card-footer {
  padding: 10px;
  border: 0px;
  background-color: transparent;
}

.products-6 .pro-6 .card .card-body .rating-star {
  font-size: 12px;
}

.products-6 .pro-6 .card .card-footer .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: lightslategrey;
  line-height: 11px;
  margin: 0px 7px;
  padding-top: 5px;
}

.products-6 .pro-6 .card .pro-like {
  transition: all 0.3s linear;
  width: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  height: calc(25px + (30 - 25) * ((100vw - 320px) / (1920 - 320)));
  background-color: var(--bs-danger) !important;
  color: #fff !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}


/*-- in-stock --*/
.pro-4 .in-stock {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #e6e6e6;
  padding: 2px 5px;
  border-radius: 6px;
}

.pro-4 .out-stock {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #e6e6e6;
  padding: 2px 5px;
  border-radius: 6px;
}


.pro-8 .in-stock {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pro-9 .in-stock {
  position: absolute;
  top: 10px;
}

.pro-8 .out-stock {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.pro-9 .out-stock {
  position: absolute;
  top: 10px;
}

.in-stock {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
}

.in-stock-indicator-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--in-stock);
}

.in-stock-text {
  color: var(--in-stock) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

/*-- out-stock --*/

.out-stock {
  display: flex;
  align-items: center;
  gap: .3rem;
  font-size: 12px;
}

.out-stock-indicator-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--out-stock) !important;
}

.out-stock-text {
  color: var(--out-stock) !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

/*-- storereview-sec-6 --*/
.storereview-sec-6 {
  background-color: var(--bs-primary-srg)
}

/*-- blog --*/
.blog-6-sec .card .card-body {
  padding: 20px;
}

.blog-6-sec .card .title {
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .4px;
  margin-bottom: 5px;
}

.blog-6-sec .card .blog-created {
  padding: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #888;
  letter-spacing: .4px;
  text-transform: capitalize;
  width: 100%;
  position: relative;
}

.blog-6-sec .card .description {
  line-height: inherit;
  font-size: 14px;
  letter-spacing: .4px;
  color: #212529bf;
  font-weight: 400;
  margin-top: 10px;
}

.blog-6-sec .blog-6 {
  overflow: hidden;
}

.blog-6-sec .owl-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blog-6-sec .owl-nav .owl-next,
.blog-6-sec .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center !important;
  color: #121212 !important;
  border-radius: 5px;
  margin: 0px -60px;
  border: 1px solid var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all ease;
}

.blog-6-sec .blog-6:hover .owl-nav button {
  margin: 0px 10px;
}

.blog-6-sec .card .blog-6-img {
  position: relative;
  overflow: hidden;
}

.blog-6-sec .card .post-image-hover {
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
  height: 100%;
  left: 0;
  top: 0px;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.blog-btn,
.blog-btn:is(:hover, :focus, :active) {
  background: var(--bs-secondary);
  color: #ffffff;
  font-size: 18px;
  display: grid;
  grid-template-columns: 45px;
  grid-template-rows: 45px;
  place-items: center;
  transition: all 0.5s ease 0s;
  line-height: 14px;
  border-radius: 4px;
  /* transform: scale(0); */
}

.blog-6-sec .item .card:hover .blog-btn {
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.blog-6-sec .card:hover .post-image-hover {
  opacity: 1;
}

.blog-6-sec .card .blog-6-img img {
  transition: all 0.5s ease;
  border-radius: 0px !important;
}

.blog-6-sec .item .card:hover .blog-6-img img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

#animatedHeading .slick-dots {
  position: absolute !important;
  bottom: 40% !important;
  right: -10px !important;
  width: 0% !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  text-align: center !important;
  flex-direction: column !important;
  display: flex !important;
}

#animatedHeading .slick-dots li button:before {
  font-size: 40px !important;
}

.blog-6-sec .blog-2 .card .title {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .4px;
  margin-bottom: 5px;
}

.blog-6 .owl-stage-outer {
  padding: 2px;
}

/*----------------------------------------
                theme-7 
-----------------------------------------*/
.sec-title-7 {
  border: medium none;
  display: inline-block;
  margin: 0 0 30px 0;
  padding: 0px;
  color: #121212;
  position: relative;
  font-size: calc(24px + (32 - 24) * ((100vw - 320px) / (2560 - 320)));
  font-weight: 600;
  text-transform: capitalize !important;
  letter-spacing: .5px;
  width: 100%;
}


.pro-7-sec .nav-tabs {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 10px;
}

/* .pro-7-sec .nav-tabs::-webkit-scrollbar {
  display: none;
} */

.pro-7-sec .nav-tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.pro-7-sec .nav-tabs::-webkit-scrollbar {
  height: 5px;
  background-color: var(--bs-primary);
}

.pro-7-sec .nav-tabs::-webkit-scrollbar-thumb {
  background-color: var(--bs-secondary);
}

.category-7 .slider {
  transform: scroll(calc(var(--i, 0)/var(--n)*-100%));
  scroll-behavior: smooth;
}

.sec-title-7::after {
  border-bottom: 2px solid #7d716b;
  content: "";
  display: block;
  margin-left: 0;
  text-align: center;
  margin: 20px auto 0;
  width: 70px;
  transition: all 0.5s ease 0s;
}

.pro-7-sec .nav-tabs .nav-link {
  text-transform: capitalize;
  color: #121212;
  font-weight: 600;
  font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
  border: none;
  white-space: nowrap;
}

.pro-7-sec .nav-tabs .nav-link:hover {
  background-color: transparent !important;
  border-bottom: 1px solid var(--bs-primary);
  border: none;
}

.pro-7-sec .nav-tabs .nav-link:focus-visible {
  box-shadow: none;
}

.pro-7-sec .nav-tabs .nav-link.active {
  background-color: transparent !important;
  color: var(--bs-secondary) !important;
  font-weight: 500;
  border: none;
}

.pro-7-sec .nav-tabs .nav-link.active::after {
  border-bottom: 2px solid var(--bs-secondary);
  content: "";
  display: block;
  margin-left: 0;
  text-align: center;
  margin: 5px auto 0;
  width: 40px;
  transition: all 0.5s ease;
}

.category-7 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.pre-btn,
.next-btn {
  max-width: 45px;
}

#myTab .owl-nav button {
  background-color: #fff;
  height: calc(30px + (45 - 30) * ((100vw - 320px) / (2560 - 320)));
  width: calc(30px + (45 - 30) * ((100vw - 320px) / (2560 - 320)));
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  user-select: none;
  border: 1px solid #121212;
  border-radius: 6px;
  color: #444;
  cursor: pointer;
  margin: calc(2px + (5 - 2) * ((100vw - 320px) / (2560 - 320)));
}

#myTab .owl-nav .owl-prev {
  position: absolute;
  top: -85px;
  left: 0px;
}

#myTab .owl-nav .owl-next {
  position: absolute;
  top: -85px;
  right: 0px;
}

#myTab .owl-stage {
  display: flex;
  justify-content: center;
  height: 100%;
  margin: auto;
}

/* product sell */

.pro-7-sec .pro-7 .card {
  overflow: hidden;
}

.pro-7-sec .pro-7 .card .pro-rating {
  font-size: 13px;
  font-weight: 500;
}

.pro-7-sec .pro-7 .card .title {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
  letter-spacing: .5px;
}

.pro-7-sec .pro-7 .card .pro-pricing {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 15px;
  display: inline-block;
}

.pro-7-sec .pro-7 .card .pro-pricing .old-price {
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  text-decoration: line-through;
  color: #888;
  padding-top: 2px;
}

.pro-7-sec .pro-7 .card .pro-7-img {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}

.pro-7-sec .pro-7 .card .pro-7-img img {
  height: calc(200px + (350 - 200) * ((100vw - 320px) / (2560 - 320)));
  object-position: center;
  object-fit: cover;
}

.pro-7-sec .pro-7 .card .pro-7-img .img-2 {
  position: absolute;
  top: 0px;
  left: -100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.pro-7-sec .pro-7 .card:hover .img-2 {
  opacity: 1;
  left: 0%;
  transition: all 0.5s ease;
}

.pro-7-sec .pro-7 .card .offer-7 {
  padding: 2px 6px;
  font-size: calc(8px + (11 - 8) * ((100vw - 320px) / (1920 - 320)));
  text-align: center;
  color: #fff;
  background-color: var(--bs-secondary);
  font-weight: 400;
  letter-spacing: .61px;
  text-transform: capitalize;
  width: fit-content;
}

.pro-7-sec .pro-7 .card .offer-7.rtl {
  position: absolute;
  top: 12px;
  left: 12px;
}

.pro-7-sec .pro-7 .card .offer-7.ltr {
  position: absolute;
  top: 12px;
  right: 12px;
}

.pro-7-sec .pro-7 .card .outer-functional {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s ease;
  transform: scale(0);
  margin: 0px;
  padding: 0px;
}

.pro-7-sec .pro-7 .card .outer-functional li button,
.pro-7-sec .pro-7 .card .outer-functional li a {
  display: grid;
  grid-template-columns: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  grid-template-rows: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  place-items: center;
  background-color: var(--bs-primary);
  color: #fff;
  cursor: pointer;
}

.pro-7-sec .pro-7 .card:hover .outer-functional {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}


/*---------------------------------------------------- 
                      theme-8 
----------------------------------------------------*/
.sec-header .title-8 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

.sec-header .title-8::after {
  border-bottom: 2px solid #e4a114;
  content: "";
  display: block;
  width: 70px;
  transition: all 0.5s ease 0s;
  padding-top: 7px;
}

/*-- pro-8 --*/
.pro-theme-8 .owl-nav .owl-prev,
.pro-list-8 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

.pro-theme-8 .owl-nav .owl-next,
.pro-list-8 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
}


.pro-theme-8 .owl-nav button,
.pro-list-8 .owl-nav button {
  height: 30px !important;
  width: 30px !important;
  border: 1px solid var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
  border-radius: 3px;
  color: #fff !important;
  margin: 0px 5px;
}

/* .pro-8 .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
} */

.pro-8 .sale-label-on.ltr {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 4px;
  z-index: 9;
}

/*-- rtl css start --*/
.pro-8 .sale-label-on.rtl {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 4px;
  z-index: 9;
}

/*-- rtl css end --*/


.pro-8 .item {
  padding: 10px;
}

.pro-8 .card .pro-8-img {
  max-height: 300px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.pro-8 .card .pro-8-img img {
  height: calc(200px + (300 - 135) * ((100vw - 320px) / (2560 - 320)));
  object-fit: cover;
}

.pro-8 .card .pro-8-list {
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.pro-8 .card .pro-8-list img {
  height: 160px;
  width: 160px;
  object-position: center;
  object-fit: cover;
}

.pro-8 .card .pro-8-img .img-flip,
.pro-8 .card .pro-8-list .img-flip {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(-90deg);
  transition: all 0.5s ease;
}

.pro-8 .card:hover .pro-8-img .img-flip,
.pro-8 .card:hover .pro-8-list .img-flip {
  transform: rotateY(0deg);
  transition: all 0.5s ease;
}

.pro-8 .card .outer-functional {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 35%;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: all 0.5s ease;
  margin: 0px;
  padding: 0px;
}

.pro-8 .card .outer-functional li button,
.pro-8 .card .outer-functional li a {
  display: grid;
  grid-template-columns: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  grid-template-rows: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  place-items: center;
  background-color: var(--bs-primary);
  color: #fff;
  border-radius: 4px;
}

.pro-8 .card:hover .outer-functional {
  opacity: 1;
  top: 42%;
  transition: all 0.5s ease;
}


.pro-8 .card .title {
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: .5px;
}

.pro-8 .card .price {
  color: #121212;
}


/*-- blog --*/
.blog-btn.blog-8 {
  margin-bottom: 50px;
}

.blog-btn.blog-8-2 {
  margin-top: 50px;
}

.blog-6-sec .item .card:hover .blog-btn {
  margin: 0px;
}


/*-- theme-9 --*/
.title-9 {
  font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.pro-9 {
  position: relative;
}

.pro-9 .wishlist {
  background-color: var(--bs-danger);
  color: var(--bs-white);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pro-9 .wishlist.ltr {
  position: absolute;
  top: 12px;
  right: 12px;
}

.pro-9 .wishlist.rtl {
  position: absolute;
  top: 12px;
  left: 12px;
}

.pro-9 .in-stock.ltr {
  position: absolute;
  top: 12px;
  left: 12px;
}

.pro-9 .in-stock.rtl {
  position: absolute;
  top: 12px;
  right: 12px;
}

.pro-9 .out-stock.ltr {
  position: absolute;
  top: 12px;
  left: 12px;
}

.pro-9 .out-stock.rtl {
  position: absolute;
  top: 12px;
  right: 12px;
}

.pro-9-add {
  border: none;
  padding: 8px 0;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
  display: block;
  text-align: center;
  bottom: 10px;
  margin: 0px 12px;
  display: none;
  transition: all .5s ease-in-out;
}

.pro-9:hover .pro-9-add {
  display: block;
  transition: all .5s ease-in-out;
}

.bottom-12 {
  bottom: 12px !important;
}

.pro-9-img,
.pro-9-list {
  position: relative;
}

.pro-9-img img {
  border: 1px solid #e6e6e6;
  height: 400px;
  object-fit: cover;
}

.pro-9-list img {
  border: 1px solid #e6e6e6;
  height: 160px;
  width: 160px;
  object-fit: cover;
}

.pro-9:hover .pro-9-img,
.pro-9:hover .pro-9-list {
  border-radius: 18px;
  transition: all .4s ease-in-out;
  box-shadow: 0 4px 20px rgba(26, 24, 30, .16);
  overflow: hidden;
}

.pro-9:hover .pro-9-img img,
.pro-9:hover .pro-9-list img {
  border: none;
}

.pro-9 .title {
  font-size: 14px;
}

.pro-9 .discount {
  color: var(--bs-secondary);
  font-size: 14px;
}

.pro-9 .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: lightslategrey;
  line-height: 11px;
  margin: 0px;
}

.product-sec2 section:nth-child(odd) {
  background-color: #fafafa;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-rounded {
  transition: all .4s ease-in-out;
}

.card-rounded:hover {
  border-radius: 18px !important;
  transition: all .4s ease-in-out;
  box-shadow: 0 4px 20px rgba(26, 24, 30, .16);
}

.blogs-8 .owl-stage-outer {
  padding: 0px 6px 18px 6px;
}


/*--------------------------------------------------- 
                      Theme-10
---------------------------------------------------*/

/*-- theme-10 header-10 css --*/

.header-10-bg {
  background: var(--bs-primary);
}

.header-10 {
  padding-top: calc(70px + (60 - 70) * ((100vw - 320px) / (1920 - 320))) !important;
}

.header-10 .title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 3px;
}

.header-10 .sub-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.header-10 .call {
  color: #767676;
  font-weight: 400;
}

/*-- theme-10 product css --*/

.card-10 {
  width: 100%;
  display: block;
  border: 1px solid #121212;
  border-radius: 6px;
  padding: 15px 20px !important;
  text-align: center;
}

/*-- Responsive css --*/
@media only screen and (min-width: 769px) {
  .mb-40px {
    margin-bottom: 40px;
  }
}


/* ======== jenish extra css product detail ======== */


.box-shadow-none {
  box-shadow: none !important;
}


/* ------------------------------------------ */

.product_detail_imgbox {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#thumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  background-color: #fff;
  transition: .5s ease;
  border-bottom: 1px solid lightgray;
}


.product_detail_option img {
  width: 85px !important;
  height: 85px !important;
  border-radius: 5px !important;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

#thumbs .active {
  border: 2px solid var(--bs-secondary);
}

.img-test {
  width: 100%;
  height: 120px;
}

#carouseltest img {
  height: auto;
  object-fit: cover;
}

#carouseltest .carousel-control-next-icon,
#carouseltest .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  font-size: 14px !important;
  text-align: center !important;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  border-radius: 5px;
  margin: 0px 10px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#carouseltest .carousel-control-next-icon,
#carouseltest .carousel-control-prev-icon {
  background-size: 100% 20%;
  color: #000 !important;
}

.carousel-item {
  overflow: hidden;
}

.topdeals-text {
  color: var(--bs-primary) !important;
}

.border-primary {
  border-color: var(--bs-primary) !important;
}


.offer-price {
  font-size: 12px;
}


#preview-img .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  margin: 0px 10px;
}

#preview-img .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  margin: 0px 10px;
}


/*------------ Product Thumb Zoom ------------------*/
.sp-loading {
  text-align: center;
  max-width: 270px;
  padding: 15px;
  border: 5px solid #eee;
  border-radius: 3px;
  font-size: 12px;
  color: #888;
}

/* Element wrapper */

.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  position: relative;
  width: 100%;
}

/* Thumbnails */
.sp-thumbs {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-thumbs img {
  min-height: 50px;
  min-width: 50px;
  max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
  width: 90px;
  height: 90px;
  overflow: hidden;
  opacity: .3;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border: 1px solid #eceef5;
  margin: 2px;
  border-radius: 4px;
}

.sp-thumbs a:hover {
  opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active,
.sp-current {
  opacity: 1 !important;
  position: relative;
}

/* Image currently being viewed */

.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}

.sp-large a img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
  border-radius: 20px;
}

.sp-large a {
  display: block;
}

.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 500;
  display: none;
  cursor: pointer;
}

.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}

#sp-prev,
#sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}

#sp-prev {
  left: 10px;
}

#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}

#sp-next {
  right: 10px;
}

#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
  background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 15px 0;
  }

  #sp-prev,
  #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}

#pills-additional_info ol li {
  list-style: auto;
}

#pills-additional_info ul li {
  list-style: disc;
}

#pills-description ol li {
  list-style: auto;
}

#pills-description ul li {
  list-style: disc;
}

.privacy-policy ol li {
  list-style: auto;
}

.privacy-policy ul li {
  list-style: auto;
}


.checkbox-inline input {
  display: none
}

.size-variation .checkbox-inline {
  padding: 6px 15px;
  border: 1px solid var(--bs-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 15px;
  color: var(--bs-primary);
  border-radius: 6px;
}

.active {
  border-color: var(--bs-primary) !important;
  color: #000 !important;
  font-weight: 600;
}

.product-variations-wrapper .active {
  border-color: var(--bs-primary) !important;
  background-color: var(--bs-primary);
  color: #fff !important;
}

.badge.text-bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-gray {
  background-color: #f5f5f5;
}

.prod-social {
  background-color: var(--bs-primary);
  color: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

/* checkout page */
.offer-input {
  padding: 12px !important;
}

/* Qnt add button height */
.hight-modal-btn {
  height: 100%;
}

/* breadcrumb css */
ol.breadcrumb {
  margin-bottom: 0px !important;
}


.carousel-control-next-icon {
  background-image: none !important;
}

.carousel-control-prev-icon {
  background-image: none !important;
}

.btn-category {
  font-size: 16px;
  font-weight: 500;
  color: var(--bs-primary);
}

.blur {
  filter: blur(10px);
  transition: filter 0.1s ease-in-out;
}

.btn.btn-age {
  border-radius: 6px;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  padding: 12px 10px;
}

.btn.btn-age-outline {
  border-radius: 6px;
  background-color: transparent !important;
  border: 1px solid var(--bs-primary) !important;
  color: var(--bs-primary) !important;
  padding: 12px 10px;
}

/* ================ Dhruvil Desai Extra Css start ================ */
.fw-600 {
  font-weight: 600;
}

.eapps-countdown-timer-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-header-title-text {
  display: -webkit-box;
  overflow: hidden;
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.9em;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
  font-size: 12px;
  padding: 10px 32px;
  border-radius: 2px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
  color: #fff;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
  background-color: var(--bs-secondary);
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-button {
  font-size: 13px;
  font-weight: 700;
  line-height: 15.3px;
  padding: 8px 24px;
  margin-top: 0 !important;
}

.eapps-countdown-timer-button {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.eapps-countdown-timer-position-bar .eapps-countdown-timer-inner {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  outline: 0;
}

#eapps-countdown-timer-1.eapps-countdown-timer,
#eapps-countdown-timer-1 .eapps-countdown-timer-inner {
  color: var(--bs-secondary);
}

#eapps-countdown-timer-1.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
  background-color: var(--bs-secondary);
}

#eapps-countdown-timer-1.eapps-countdown-timer-style-outline.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value,
#eapps-countdown-timer-1.eapps-countdown-timer-style-outline.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value .eapps-countdown-timer-item-value-base {
  background-color: transparent;
  color: var(--bs-secondary);
}

#eapps-countdown-timer-1.eapps-countdown-timer-style-blocks .eapps-countdown-timer-item-value {
  color: #FFF;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-group-label {
  color: var(--bs-secondary);
  font-weight: 500;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-header-title,
#eapps-countdown-timer-1 .eapps-countdown-timer-bar-close {
  color: rgb(255, 255, 255);
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
  color: #FFF;
}

#eapps-countdown-timer-1.eapps-countdown-timer {
  background-color: rgb(0, 0, 0);
}

#eapps-countdown-timer-1 .eapps-countdown-timer-button {
  font-size: 14px;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 2px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-value {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

#eapps-countdown-timer-1 .eapps-countdown-timer-item-group-label {
  font-size: 14px;
}

.eapps-countdown-timer-item-group {
  height: 60px;
  width: 60px;
  display: flex;
  flex-direction: column;
}

.background-black {
  background-color: #000;
}

/*====================== join model start ======================*/
.newslatter-img {
  height: 450px;
}

.subscribe-title {
  font-size: 30px;
  font-weight: 600;
}

#NewsModal .btn-close {
  position: absolute;
  right: 2%;
  top: 5%;
}

.form-select:focus {
  box-shadow: none !important;
}

/* ================ QUICH CALL ================ */

.quick_call {
  position: fixed;
  right: 80px;
  bottom:120px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.4s;
  z-index: 500;
  visibility: hidden;
  overflow: hidden;
}

.quick_call_rtl {
  position: fixed;
  left: 80px;
  bottom:120px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.4s;
  z-index: 500;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 200px) and (max-width: 991px) {

  .quick-btn_ltr,
  .quick-btn {
    bottom: 90px !important;
  }

  .quick_call_rtl,
  .quick_call {
    bottom: 170px !important;
    right: 7px;
  }

  #sales-booster-popup .sales-booster-popup-inner {
    padding: 15px;
  }

  #sales-booster-popup {
    bottom: 100px;
  }

}

.quick-btn_ltr {
  position: fixed;
  right: 20px;
  bottom: 120px;
  cursor: pointer;
}

.quick-btn_rtl {
  position: fixed;
  left: 20px;
  bottom: 120px;
  cursor: pointer
}

.quick-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: var(--bs-primary);
  color: #fff;
  font-size: 16px;
  border: none;
  z-index: 500;
  /* transition: all .5s ease-in-out; */
}

.quick-btn .close {
  display: none
}

.quick-btn i {
  /* transition: all 0.9s ease */
}

#quick_call:checked~.quick-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg)
}

#quick_call:checked~.quick-btn {
  padding: 10px;
  /* transition: all .4s ease-in-out; */
}

#quick-btn.expanded {
  width: 50px;
  /* animation: widtgg .5s ease-in-out; */
}

@keyframes widtgg {
  0% {
    width: 150px;
  }
}

#quick_call:checked~.quick-btn .comment {
  display: none
}

.quick-btn i {
  font-size: 26px;
  rotate: 90deg;
  color: #fff !important
}

#quick_call:checked~.quick_call {
  opacity: 1;
  visibility: visible;
  /* transition: all .4s ease-in-out; */
}

#quick_call:checked~.quick_call_rtl {
  opacity: 1;
  visibility: visible;
}

.call_info {
  padding: 1.5rem;
  display: grid;
  justify-content: center;
}

.call_info h6 {
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.caller_img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

#quick_call {
  display: none !important
}

/* ======================== jenish css end ======================== */


/*====================== join model end ======================*/


.breadcrumb-item.rtl+.breadcrumb-item::before {
  float: right !important;
  padding-left: var(--bs-breadcrumb-item-padding-x) !important;
  padding-right: unset !important;
}

.breadcrumb-item+.breadcrumb-item.rtl::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  padding-right: 0px;
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item+.breadcrumb-item.rtl {
  padding-right: var(--bs-breadcrumb-item-padding-x);
  padding-left: 0px;
}

/* ====================dhruvil desai=================== */

.form-select:focus {
  border-color: var(--bs-secondary);
  outline: 0;
}

.fillter-btn {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: var(--bs-primary);
}

.accordion-button::after {
  margin: 0px !important;
}

#sales-booster-popup .sales-booster-popup-inner img {
  width: 70px;
  height: 70px;
}

#sales-booster-popup {
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 1rem;
  background: #fff;
  z-index: 9999999999;
  max-width: 400px;
  width: calc(100vw - 40px);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
  transition: all .3s ease-in-out;
}

/* rtl class */
#sales-booster-popup.rtl {
  right: 20px;
  left: unset;
}


#sales-booster-popup .close {
  margin: 10px;
  color: #888;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#sales-booster-popup .sales-booster-popup-inner {
  display: flex;
  align-items: center;
  padding: 0px;
}


#sales-booster-popup .heading {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

#sales-booster-popup .info {
  font-size: 0.8rem;
  color: #555;
  margin-bottom: 5px;
}

#sales-booster-popup .read-more {
  font-size: 13px;
  font-weight: 500;
}


.pos-absolute.right,
.pos-fixed.right {
  right: 0;
}

.pos-absolute.left,
.pos-fixed.left {
  left: 0;
}

.pos-absolute.top,
.pos-fixed.top {
  top: 0;
}

.pos-absolute {
  position: absolute;
}

#sales-booster-popup.animation-slide_right:not(.loaded) {
  transform: translateX(-30px);
}

/* rtl class */
#sales-booster-popup.animation-slide_right.rtl:not(.loaded) {
  transform: translateX(30px) !important;
}

#sales-booster-popup:not(.loaded) {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* bluer effect */
.blurred {
  filter: blur(5px);
  /* Adjust the blur level as needed */
  transition: filter 0s;
  /* Add a smooth transition effect */
}

.fw-500 {
  font-weight: 500;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.dashboard-section th {
  padding: 15px;
  color: #232323;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}

.dashboard-section td {
  padding: 15px;
  color: #232323;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}

.bg-cancelled {
  color: #dc3545;
  background-color: #dc35451a;
  border: 1px solid rgba(220, 53, 69, .541);
}

.custom-badge {
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .7px;
}

/* =========credit and debit start =======  */
.bg-completed {
  color: #2f8733;
  background-color: #2f87331a;
  border: 1px solid rgba(47, 135, 51, .5411764706);
}

.btn-green {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  border-radius: 6px;
  background-color: var(--bs-success) !important;
  color: #fff !important;
}

/* =========credit and debit start =======  */

.recharge_payment_option .card-content-wrapper {
  border-radius: 8px;
  padding: 10px 15px;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
  cursor: pointer;
}

.payment_option_img {
  width: 40px;
  height: 40px;
}

.recharge_payment_option .check-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
}

/* .recharge_payment_option input[type=radio]:checked+.card-content-wrapper {
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px var(--bs-secondary);
} */

.newslatter-img {
  height: 450px;
}

.subscribe-title {
  font-size: 32px;
  font-weight: 700;
}

#NewsModal .btn-close {
  position: absolute;
  right: 2%;
  top: 5%;
}

.newsletter-btn {
  padding: 12px 0;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.timmer-bg {
  background-color: #F5F5F5 !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-primary);
  border-color: var(--bs-btn-active-border-color);
}

input {
  font-size: 14px;
}

.mobile-icon {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-primary);
  background-color: var(--bs-secondary);
}

.number-verification {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: var(--bs-secondary);
}

.rounded-border-start {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}

.rounded-border-end {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
  border-top-right-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important;
}

.offcanvas {
  z-index: 99999999999 !important;
}

.progress-bar i {
  background-color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.progress-bar {
  overflow: visible !important;
  text-align: end;
}

.progress {
  overflow: visible !important;
}

.glyphicon {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/* ================================== Dhruvil theme-11 start =========================================== */
.category-book {
  font-weight: 600 !important;
  position: relative;
  transition: all 2s linear;
  border: 2px solid var(--bs-primary) !important;
}

.category-book p {
  color: var(--bs-primary) !important;
}

.category-book a::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  position: absolute;
  transition: all 0.5s linear;
  opacity: 0.5;
  background-color: var(--bs-secondary) !important;
}

.category-book a:hover::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.5s linear;
  opacity: 0.5;
  background-color: var(--bs-secondary) !important;
}

.category-book a p {
  color: #FFF;
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary) !important;
  --bs-btn-hover-border-color: var(--bs-primary) !important;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary) !important;
  --bs-btn-active-border-color: var(--bs-primary) !important;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary) !important;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary) !important;
  --bs-gradient: none
}

.theme-11-card .sale-heart .btn-cart {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-radius: 50%;
  color: var(--bs-secondary) !important;
  background-color: #fff !important;
}

.theme-11-card .sale-label-on {
  padding: 7px 8px;
  border-radius: 0px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: var(--bs-secondary);
  font-weight: 500;
  width: fit-content;
  position: absolute;
  line-height: 12px;
  left: 0px;
  top: 0;
  z-index: 1;
}

.theme-11-card .sale-label-on-rtl {
  padding: 7px 8px;
  border-radius: 0px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: var(--bs-secondary);
  font-weight: 500;
  width: fit-content;
  position: absolute;
  line-height: 12px;
  right: 0px;
  top: 0;
  z-index: 1;
}

.theme-11-card .pro-box:hover img {
  transform: scale(1) !important;
}

.theme-11-card .pro-box {
  position: relative;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.theme-11-testimonial .fa-quote-right {
  top: 100px;
  font-size: 70px;
  right: 40px;
  color: var(--bs-primary) !important;
  opacity: 0.2;
}

.theme-11-testimonial .fa-quote-left {
  top: 100px;
  font-size: 70px;
  left: 40px;
  color: var(--bs-primary) !important;
  opacity: 0.2;
}

.theme-11-testimonial .review-img img {
  width: 60px !important;
  height: 60px !important;
}

.theme-11-testimonial .review-img {
  width: 60px !important;
  height: 60px !important;
}

.theme-11-testimonial .item {
  padding: 0px 2px;
}

/* ================================== Dhruvil theme-11 end =========================================== */
/* ================================== Dhruvil theme-12 start =========================================== */

.product-sec2.theme-12 section:nth-child(odd) {
  background-color: #000000;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-sec2.theme-12 section:nth-child(odd) h2 {
  color: #fff;
  font-weight: 600;
}

.card__data .in-stock-text,
.card__data .out-stock-text {
  font-size: 13px !important;
}

.card__data .old-price {
  font-size: 13px;
  font-weight: 500;
}

.text-bg-primary {
  background-color: var(--bs-primary) !important;
}

.card__article {
  position: relative;
  overflow: hidden;
}

.card__article img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}

.card__data {
  width: 90%;
  background-color: #fff;
  box-shadow: 0 8px 24px hsla(0, 0%, 0%, .15);
  border-radius: 1rem;
  position: absolute;
  bottom: -6rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  opacity: 0;
  transition: opacity 1s 1s;
}

.card__description {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: .25rem;
}

.card__title {
  font-size: var(--h2-font-size);
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: .75rem;
}

.card__button {
  text-decoration: none;
  font-size: var(--small-font-size);
  font-weight: 500;
  color: var(--first-color);
}

.card__button:hover {
  text-decoration: underline;
}

/* Naming animations in hover */
.card__article:hover .card__data {
  animation: show-data 1s forwards;
  opacity: 1;
  transition: opacity .3s;
}

.card__article:hover {
  animation: remove-overflow 2s forwards;
}

.card__article:not(:hover) {
  animation: show-overflow 2s forwards;
}

.card__article:not(:hover) .card__data {
  animation: remove-data 1s forwards;
}

/* Card animation */
@keyframes show-data {
  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(-7rem);
  }
}

@keyframes remove-overflow {
  to {
    overflow: initial;
  }
}

@keyframes remove-data {
  0% {
    transform: translateY(-7rem);
  }

  50% {
    transform: translateY(-10rem);
  }

  100% {
    transform: translateY(.5rem);
  }
}

@keyframes show-overflow {
  0% {
    overflow: initial;
    pointer-events: none;
  }

  50% {
    overflow: hidden;
  }
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
/* For medium devices */
@media screen and (min-width: 768px) {
  .card__container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5rem;
  }
}

/* For large devices */
@media screen and (min-width: 1120px) {
  .card__container {
    grid-template-columns: repeat(3, 1fr);
  }

  .card__img {
    width: 348px;
  }
}

.testimonial-area {
  padding: 75px 80px 82px 100px;
  background-image: url('testimonial-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.testimonial-area img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.testimonial-area .icons-review {
  color: var(--bs-primary) !important;
  font-size: 30px;
}

.store-review-12 .owl-nav button {
  width: 30px;
  height: 30px;
  font-size: 14px !important;
  text-align: center !important;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.store-review-12 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.store-review-12 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}

.store-review-12.owl-carousel .owl-nav.disabled {
  display: block !important;
}

/* ========================================= Dhruvil theme-12 End ========================================= */

/* ================================== Dhruvil theme-13 start =========================================== */

.theme-13-card .pro-6-img {
  width: 130px;
  height: 130px;
}

.theme-13-card .pro-6-img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: center;
}

.theme-13-card .sale-label-on {
  position: absolute;
  right: -22px;
  top: 13px;
  width: 97px;
  z-index: 1;
  rotate: 45deg;
  padding: 6px 20px !important;
  font-size: 11px !important;
  border-radius: 0px !important;
  background-color: var(--bs-secondary) !important;
}

.theme-13-card .sale-label-on-rtl {
  position: absolute;
  left: -25px;
  top: 19px;
  width: 97px;
  rotate: -44deg;
  z-index: 1;
  padding: 6px 20px !important;
  font-size: 11px !important;
  border-radius: 0px !important;
  text-align: center;
  color: #fff;
  background-color: var(--bs-secondary) !important;
  font-weight: 500;
  width: fit-content;
  line-height: 12px;
}

.theme-13-card .sal-padding .card:hover {
  box-shadow: var(--bs-box-shadow) !important;
  transition: all 0.5s ease-in-out;
}

.theme-13-card .in-stock-text,
.theme-13-card .out-stock-text {
  font-size: 13px !important;
}

.theme-13-card .card .sale-heart .pro-like {
  transition: all 0.3s linear;
  width: 25px;
  height: 25px;
  background-color: var(--bs-danger) !important;
  color: #fff !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}

.products-6.theme-13 .category {
  background-color: var(--bs-primary);
  padding: 14px;
  margin: 1.5rem 0rem;
}

.theme-13-testimonial .card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 32px 32px;
  background-color: #fff;
  transition: 0.7s;
}

.theme-13-testimonial .card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 60%;
  aspect-ratio: 1;
  border-radius: 100%;
  background: var(--bs-primary);
  z-index: -1;
  transition: 0.7s;
}

.theme-13-testimonial .card:hover::before {
  width: 400%;
}

.theme-13-testimonial .card .bx {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 16px;
  font-size: 30px;
  color: #fff;
}

.theme-13-testimonial .card h4 {
  margin-top: 70px;
  margin-bottom: 16px;
  font-size: 24px;
  color: var(--bs-primary);
  transition: 0.5s;
}

.theme-13-testimonial .card p {
  margin-bottom: 16px;
  color: #585858;
  transition: 0.5s;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

.theme-13-testimonial .card img {
  margin-bottom: 16px;
  max-width: 100px;
  border-radius: 100%;
  border: 2px solid var(--bs-primary);
  transition: 0.5s;
}

.theme-13-testimonial .card h6 {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-primary);
  transition: 0.5s;
}

.theme-13-testimonial .card:hover h4,
.theme-13-testimonial .card:hover h5 {
  color: #fff;
}

.theme-13-testimonial .card:hover p,
.theme-13-testimonial .card:hover h6 {
  color: #efefef;
}

.theme-13-testimonial .card:hover img {
  border-color: #fff;
}

.theme-13-testimonial .card:hover {
  box-shadow: 0 0 20px #00000030;
}

/* ================================== Dhruvil theme-13 end =========================================== */
/* ================================== Dhruvil theme-14 start =========================================== */

.pro-7-sec .theme-14-card .card .card-img .img-2 {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}

.theme-14-card .card {
  position: relative;
}

.pro-7-sec .theme-14-card .card:hover .img-2 {
  opacity: 1;
  left: 0%;
  transition: all 0.5s ease;
}

.theme-14-card .offer-box {
  position: absolute;
  top: -6.1px;
  right: 10px;
}

.theme-14-card .offer-box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 10px solid #F8463F;
}

.theme-14-card .offer-box span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 11px;
  line-height: 1;
  width: 75px;
  border-top-right-radius: 8px;
}

.theme-14-card .offer-box span::after {
  height: 6px;
  position: absolute;
  content: "";
  width: 6px;
  left: -6px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}

.theme-14-card.offer-box span::before {
  height: 6px;
  width: 6px;
  left: -6px;
  position: absolute;
  content: "";
  top: 0;
  background: #F8463F;
}

.theme-14-card .card-img img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.pro-7-sec .theme-14-card .card .card-img {
  position: relative;
  /* max-height: 350px; */
  /* overflow: hidden; */
}

.theme-14-card .in-stock,
.theme-14-card .out-stock {
  position: absolute;
  background-color: #FFF;
  padding: 6px;
  bottom: 10px;
  left: 0px;
  box-shadow: var(--bs-box-shadow) !important;
}

.theme-14-card .wishlist {
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8463F;
  color: #fff;
}

.theme-14-testimonial .testimonial {
  background: var(--bs-primary);
  text-align: center;
  padding: 30px 30px 50px;
  margin: 0 15px 100px;
  position: relative;
}

.theme-14-testimonial .testimonial:before,
.theme-14-testimonial .testimonial:after {
  content: "";
  border-top: 40px solid var(--bs-primary);
  border-right: 125px solid transparent;
  position: absolute;
  bottom: -38px;
  left: 0;
}

.theme-14-testimonial .testimonial:after {
  border-right: none;
  border-left: 125px solid transparent;
  left: auto;
  right: 0;
}

.theme-14-testimonial .testimonial .icon {
  display: inline-block;
  font-size: 80px;
  color: #bd986b;
  margin-bottom: 20px;
  opacity: 0.6;
}

.theme-14-testimonial .testimonial .description {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  opacity: 0.8;
}

.theme-14-testimonial .testimonial .testimonial-content {
  width: 100%;
  position: absolute;
  left: 0;
}

.theme-14-testimonial .testimonial .pic {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #daad86;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.theme-14-testimonial .testimonial .pic img {
  width: 90px;
  height: 90px;
}

.theme-14-testimonial .testimonial .title {
  font-size: 15px;
  font-weight: 600;
  color: var(--bs-primary);
  text-transform: capitalize;
  margin: 0 0 5px 0;
}

.theme-14-testimonial .testimonial .post {
  display: block;
  font-size: 13px;
}

.store-review-14.owl-theme .owl-controls {
  margin-top: 0;
}

@media only screen and (max-width: 650px) and (min-width: 400px) {
  .theme-14-testimonial .testimonial:before {
    border-right: 325px solid transparent;
  }

  .theme-14-testimonial .testimonial:after {
    border-left: 325px solid transparent;
  }
}

.store-review-14 .owl-nav button {
  width: 30px;
  height: 30px;
  margin: 0 !important;
  font-size: 14px !important;
  text-align: center !important;
  background-color: var(--bs-secondary) !important;
  color: #fff !important;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.store-review-14 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9px;
}

.store-review-14 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3px;
}

.category-7.theme-14 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-7.theme-14 .nav-tabs .nav-link.active {
  background-color: transparent !important;
  color: var(--bs-secondary) !important;
  font-weight: 500;
  border: none;
}

.category-7 .theme-14 #myTab {
  display: block !important;
}

#myTab::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.store-review-14.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.theme-14-blog .blog-created {
  position: absolute !important;
  bottom: 0px !important;
  width: auto !important;
  left: 0px !important;
  padding: 8px !important;
  color: #000 !important;
  border-top-right-radius: 0.375rem !important;
  background-color: #fff !important;
}

/* ================================== Dhruvil theme-14 end =========================================== */
/* ================================== Dhruvil theme-15 start =========================================== */
.pro-15 .card .pro-8-img img,
.pro-wishlist-15 .card .pro-8-img img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

.pro-list-15 .card .pro-8-img img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  object-position: center;
}

.pro-15 .card .pro-8-img .img-flip,
.pro-wishlist-15 .card .pro-8-img .img-flip,
.pro-list-15 .card .pro-8-img .img-flip {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateX(90deg);
  transition: all 0.5s ease;
}

.pro-15 .card:hover .pro-8-img .img-flip,
.pro-wishlist-15 .card:hover .pro-8-img .img-flip,
.pro-list-15 .card:hover .pro-8-img .img-flip {
  transform: rotateX(0deg);
  transition: all 0.5s ease;
}

.pro-15 .sale-label-on,
.pro-wishlist-15 .sale-label-on {
  padding: 8px 15px;
  border-radius: 0px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  background-color: var(--bs-secondary);
  font-weight: 600;
  width: fit-content;
  top: 0;
  right: 0;
  line-height: 12px;
}

.pro-list-15 .sale-label-on {
  padding: 7px 10px;
  border-radius: 0px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  position: absolute;
  background-color: var(--bs-secondary);
  font-weight: 600;
  width: fit-content;
  top: 0;
  right: 0;
  line-height: 12px;
}

.pro-15 .item,
.pro-list-15 .item {
  padding: 0px 5px;
}

.pro-15 .rating,
.pro-wishlist-15 .rating,
.pro-list-15 .rating {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 8px;
  font-size: 11px !important;
  background-color: #FFF;
  box-shadow: var(--bs-box-shadow) !important;
}

.pro-15 .icons-hc,
.pro-wishlist-15 .icons-hc,
.pro-list-15 .icons-hc {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.pro-15 .icons-hc .wishlist,
.pro-wishlist-15 .icons-hc .wishlist,
.pro-list-15 .icons-hc .wishlist {
  background-color: var(--bs-danger);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 14px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-shadow: var(--bs-box-shadow) !important;
}

.pro-15 .icons-hc .pro-8-add,
.pro-wishlist-15 .icons-hc .pro-8-add,
.pro-list-15 .icons-hc .pro-8-add {
  background-color: var(--bs-primary);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 14px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-shadow: var(--bs-box-shadow) !important;
}

.pro-15 .owl-nav button,
.pro-list-15 .owl-nav button {
  height: 30px !important;
  width: 30px !important;
  border: 1px solid var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
  border-radius: 3px;
  color: #fff !important;
  margin: 0px 5px;
}

.pro-15 .owl-nav .owl-next,
.pro-list-15 .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}

.pro-15 .owl-nav .owl-prev,
.pro-list-15 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

.theme-15-reviews .testimonial {
  border-left: 3px solid var(--bs-primary);
  padding: 100px 0 100px 275px;
  position: relative
}

.theme-15-reviews .testimonial:before,
.theme-15-reviews .testimonial:after {
  content: "";
  width: 320px;
  height: 55px;
  border-right: 3px solid var(--bs-primary);
  position: absolute;
  left: 0;
}

.theme-15-reviews .testimonial:before {
  border-top: 3px solid var(--bs-primary);
  top: 0;
}

.theme-15-reviews .testimonial:after {
  border-bottom: 3px solid var(--bs-primary);
  bottom: 0;
}

.theme-15-reviews .testimonial .pic {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 100px;
}

.theme-15-reviews .testimonial .pic img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

.theme-15-reviews .testimonial .description {
  font-size: 14px;
  color: #7a7e82;
  line-height: 27px;
  position: relative;
}

.theme-15-reviews .testimonial .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -70px;
  left: 0;
  font-size: 20px;
  color: #7a7e82;
}

.theme-15-reviews .testimonial .testimonial-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-secondary);
  text-transform: capitalize;
}

.theme-15-reviews .testimonial .post {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

#testimonial-slider .owl-nav button {
  height: 30px !important;
  width: 30px !important;
  border: 1px solid var(--bs-primary) !important;
  background-color: var(--bs-primary) !important;
  border-radius: 3px;
  color: #fff !important;
  margin: 0px 5px;
}

#testimonial-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}

#testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}

.blogs-15 .item .card:hover {
  box-shadow: var(--bs-box-shadow) !important;
}

.theme-15-reviews .testimonial.rtl {
  border-right: 3px solid var(--bs-primary);
  border-left: 0px;
  padding: 100px 257px 100px 0px;
  position: relative;
}

.theme-15-reviews .testimonial.rtl:before,
.theme-15-reviews .testimonial.rtl:after {
  content: "";
  width: 320px;
  height: 55px;
  border-left: 3px solid var(--bs-primary);
  border-right: 0px;
  position: absolute;
  right: 0;
}

.theme-15-reviews .testimonial.rtl .pic {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  right: 100px;
}

.theme-15-reviews .testimonial.rtl .description:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 20px;
  color: #7a7e82;
}

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

.img-15 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.icon-img-15 {
  width: 80px;
  height: 80px;
}

.icon-img-15 img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.icon-cart-hart {
  position: absolute;
  top: -28px;
  right: 10px;
}

.icon-cart-hart.rtl {
  position: absolute;
  top: -28px;
  left: 10px;
}

.theme-10 .product-details-wrap {
  position: relative;
}

.btn-product-cart,
.btn-product-cart:is(:hover, :focus, :active) {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (2560 - 320))) !important;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
}

.theme-10 .btn-Wishlist {
  width: 30px;
  height: 30px;
  background-color: var(--bs-danger) !important;
  color: #fff !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.ribbon-pop {
  background: linear-gradient(270deg, var(--bs-secondary) 5.25%, var(--bs-primary) 96.68%);
  display: inline-block;
  padding: 6px 9px;
  color: white;
  font-size: 11px;
  position: absolute;
  left: -6px;
  top: 10px;
}

.ribbon-pop:before {
  height: 0;
  width: 0;
  border-top: 15px solid var(--bs-primary);
  border-left: 6px solid transparent;
  bottom: -15px;
  position: absolute;
  content: "";
  left: 0;
}

.ribbon-pop.rtl {
  background: linear-gradient(270deg, var(--bs-secondary) 5.25%, var(--bs-primary) 96.68%);
  display: inline-block;
  padding: 6px 9px;
  color: white;
  font-size: 11px;
  position: absolute;
  right: -6px;
  left: unset;
  top: 10px;
}

.ribbon-pop.rtl::before {
  height: 0;
  width: 0;
  border-top: 15px solid var(--bs-primary);
  border-left: 0px solid transparent;
  border-right: 6px solid transparent;
  bottom: -15px;
  position: absolute;
  content: "";
  right: 0;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.border-secondary {
  border-color: var(--bs-secondary) !important;
}

.who_are {
  background-color: #eee;
}

.sticky-top .navbarnav .menu-nav::-webkit-scrollbar {
  height: 0px !important;
}

.main-title {
  font-size: 30px;
  font-weight: 600;
}

.main-title .dots {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--bs-secondary);
  display: block;
  margin: 0px 15px;
}

.main-title-7::after {
  border-bottom: 2px solid #7d716b;
  content: "";
  display: block;
  margin-left: 0;
  text-align: center;
  margin: 10px auto 0;
  width: 70px;
  transition: all 0.5s ease 0s;
}

.sec-header .main-title-8::after {
  border-bottom: 2px solid #e4a114;
  content: "";
  display: block;
  width: 70px;
  transition: all 0.5s ease 0s;
  padding-top: 7px;
}

.bg-theme-8 {
  background-color: var(--bs-secondary-rgb);
}

.delet-ol ol.rtl {
  padding-right: 2rem;
  padding-left: 0rem;
}

.sevirce-tru .img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sevirce-trued {
  background-color: #F5F5F6;
}

.sevirce-tru .img img {
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
  background-color: #fff;
  object-position: center;
}

.view-cart-bar {
  min-height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all .2s ease-in-out, z-index 0s;
  transition: all .2s ease-in-out, z-index 0s;
  background-color: #fff;
  padding: 10px 15px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 4;
}

.view-cart-bar .product-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-cart-bar .product-img img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  object-position: center;
}

.product-detile .service-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.product-detile .service-content img {
  height: 40px;
  object-fit: cover;
  object-position: center;
}

.close-btn-view {
  padding: 0px 12px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-h {
  padding: 13px 18px;
  /* font-weight: 400 !important; */
  font-size: 14px;
}

.product-view .nav-pills .nav-link {
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #000;
  background-color: #ececec;
  border: none;
}

.product-view .nav-pills .nav-link.active {
  border: none;
  background-color: var(--bs-primary) !important;
  color: #fff !important;
}

/* ======================= New add ======================== */

.view-list-grid {
  width: 32px;
  height: 32px;
  display: flex;
  border-radius: var(--bs-border-radius);
  justify-content: center;
  align-items: center;
}

.service-active,
.service-active:hover {
  background-color: var(--bs-secondary) !important;
  color: white !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-white) !important;
  text-decoration: none;
  background-color: var(--bs-primary) !important;
}

.pro-img-list img {
  width: 160px;
  object-fit: cover;
  object-position: center;
  height: 160px;
}


.pro-img-list {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  align-items: normal;
  border-radius: 10px;
}

.object {
  object-fit: cover;
  object-position: center;
}

.theme-2-img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 240px;
}

.theme-3-img {
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 240px;
}

.products-6 .pro-6-list img {
  width: 160px;
  object-fit: cover;
  object-position: center;
  height: 160px;
}

.pro-card .theme-4-list img {
  width: 160px;
  object-fit: cover;
  object-position: center;
  height: 160px;
  transform: scale(1);
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}

.pro-7-sec .pro-7 .card .pro-7-list {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}

.pro-7-sec .pro-7 .card .pro-7-list img {
  height: 160px;
  width: 160px;
  object-fit: cover;
  object-position: center;
}

.pro-7-sec .pro-7 .card .pro-7-list .img-2 {
  position: absolute;
  top: 0px;
  left: -100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.pro-7-sec .pro-7 .card:hover .pro-7-list .img-2 {
  opacity: 1;
  left: 0%;
  transition: all 0.5s ease;
}

.pro-theme-10-img img,
.pro-theme-12-img img {
  width: 160px;
  object-fit: cover;
  object-position: center;
  height: 160px;
}

.pro-theme-11-img img {
  width: 130px;
  object-fit: cover;
  object-position: center;
  height: 160px;
}

.theme-13-card .pro-6-list-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.theme-14-card .card-list-img img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center;
}

.lag-btn .dropdown-menu {
  --bs-dropdown-min-width: 8rem !important;
  /* padding: 0px 0px !important; */
  font-size: 12px !important;
  overflow: hidden !important;
}

.min-dropdown-ltr {
  position: absolute !important;
  left: -110px !important;
  /* top: 100% !important; */
  font-size: 12px !important;
}

/* .min-dropdowns-ltr {
    position: absolute !important;
    font-size: 12px !important;
} */

.min-dropdown-rtl {
  position: absolute !important;
  left: 0px !important;
  /* top: 100% !important; */
  font-size: 12px !important;
}


/*==================================================*/
/* ==============================
   1) ضبط الأعمدة
============================== */
.equal-wrap{
    align-items: stretch;
}


/* ==============================
   2) الفئات
============================== */

.categories-box{
    max-height: 500px;        /* ارتفاع مناسب */
    overflow-y: auto;         /* سكرول داخلي */
    overflow-x: hidden;
    border-radius: 16px;
}
.categories-box::-webkit-scrollbar{
    width: 0;
}
.cat-title{
    text-align:center;
    font-size:17px;
    font-weight:600;
    margin-bottom:10px;
}

.categories-list{
    list-style:none;
    margin:0;
    padding:0;
    max-height:100%;
    overflow-y:auto;
}

.categories-list li+li{
    margin-top:6px;
}

.categories-list li a{
    display:flex;
    justify-content:space-between;
    padding:9px 12px;
    border-radius:10px;
    border:1px solid #eee;
    text-decoration:none;
    color:#222;
    transition:.15s;
}

.categories-list li a:hover{
    background:#f0f0f0;
}

/* LTR: خلي السهم يمين */
html[dir="ltr"] .cat-arrow-icon{
    transform: rotate(180deg);
}

/* RTL: خليه يسار طبيعي */
html[dir="rtl"] .cat-arrow-icon{
    transform: rotate(0deg);
}


/* ==============================
   3) السلايدر الرئيسي
============================== */

.banner-main{
    width:100%;
    height:70%;
    object-fit:cover;
    border-radius:14px;
}


.banner-under-slider{
    width:100%;
    height:180px;
    object-fit:cover;
    border-radius:14px;
}

/* ==============================
   4) Banner 2 عمودي فوق وتحت
============================== */
.banner2-vertical{
    height: calc(180px * 3 + 10px * 2); /* 3 صور + مسافات بينهم */
    overflow-y: auto;                   /* نفعّل السكروول العمودي */
    overflow-x: hidden;
    scrollbar-width: none;
    cursor: grab;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.banner2-box{
    margin-bottom:10px;
    border-radius:14px;
    overflow:hidden;
    scroll-snap-align:start;
}


.banner2-img{
    width:100%;
    height:180px;          /* نفس Banner 1 */
    object-fit:cover;      /* تمنع التمدد الغريب */
    object-position:center;
    display:block;
    border-radius:14px;
}


.banner2-vertical.grabbing{
    cursor: grabbing;
}

.banner2-vertical::-webkit-scrollbar{
    display: none;          
}


.cat-title-badge{
    background: var(--bs-secondary); 
    color: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;   /* المسافات اللي طلبتها */
    width: 100%;                      /* عشان يمد إيده ويفتح نفسه */
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
      margin-block-end: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,.12);
}


/* أيقونة الليست */
.cat-title-badge .cat-icon i{
    font-size: 15px;
}

/* السهم الصغير */
.cat-title-badge .cat-caret i{
    font-size: 13px;
    margin-top: 2px;
}

/* لمحبي الـ hover الدرامي */
.cat-title-badge:hover{
    filter: brightness(1.05);
    transform: translateY(-1px);
    transition: 0.2s ease-in-out;
}


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

/* ==========================
   PREMIUM PRODUCT CARD (SOLID COLORS)
   ========================== */

.pro-box{
  background:#ffffff;
  border-radius:20px;
  overflow:hidden;
  border:1px solid #e7e7e7;
  box-shadow:0 12px 40px rgba(0,0,0,.06);
  transition:.2s ease;
  display:flex;
  flex-direction:column;
}

.pro-box:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 55px rgba(0,0,0,.10);
}

/* IMAGE */

.pro-img{
  width:100%;
  /*height:280px;*/
  position:relative;
  overflow:hidden;
}

.pro-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.3s;
}

.pro-box:hover .pro-img img{
  transform:scale(1.04);
}

/* BADGES */

.sale-label-on{
  position:absolute;
  top:12px;
  right:12px;
  background:#222;          /* لون ثابت */
  color:white;
  padding:5px 12px;
  font-size:12px;
  border-radius:30px;
  font-weight:700;
}

/* زر القلب */

.sale-heart .btn-Wishlist{
  position:absolute;
  top:12px;
  left:12px;
  width:36px;
  height:36px;
  border-radius:50%;
  background:white;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,.15);
}

/* CONTENT */

.product-details-wrap{
  padding:14px 14px 18px 14px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  flex:1;
}

#itemname{
  text-align:center;
  font-size:16px;
  font-weight:800;
  line-height:1.4;
  min-height:44px;
}

/* PRICE */

.pro-pricing{
  font-size:18px;
  font-weight:900;
}

.pro-org-value{
  color:#999;
  text-decoration:line-through;
  font-size:13px;
}

/* STOCK */

.in-stock{
  color:#0fb46e;
  font-weight:700;
}

.out-stock{
  color:#e84545;
  font-weight:700;
}

/* BUTTON – SOLID COLOR ثابت */

.btn-content{
  margin-top:10px;
  border:none;
  border-radius:8px !important;
  padding:10px 12px;
  font-weight:800;
  font-size:14px;
  color:white;
  background:var(--bs-secondary);     /* لون ثابت */
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.btn-content:hover{
  opacity:.9;
  transform:translateY(-1px);
}


/* ═══════════════════════════════════════════════════════════
   Front — Auth Modal (merged from front-auth-modal.css)
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════
 * FILE: front/css/front-auth-modal.css
 * EXTRACTED FROM: resources/views/front/core/auth/modal.blade.php
 * DATE: 2026-05-25
 * PURPOSE: Core auth modal styles (login + register tabs, token-driven,
 *          RTL/LTR safe, dark/light auto via --ms-* tokens)
 * ═══════════════════════════════════════════════════════════════════════ */

/* ═════════════════════════════════════════════════════════════
   Core Auth Modal — token-driven, RTL/LTR safe, dark/light auto.
   Visual language mirrors the reference screenshot:
     • dark glass panel with subtle border
     • token-based accent (vendor brand colour automatically)
     • pill tabs with sliding indicator
     • inputs are dark-filled with leading icon + focus ring
     • CTA is full-width, prominent, with loading spinner slot
     • trust footer collapses to row on mobile
   Themes can override individual tokens to retune the look without
   editing this file.
   ═════════════════════════════════════════════════════════════ */

.ms-auth-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
    padding-top:    max(16px, env(safe-area-inset-top));
}
.ms-auth-modal.is-open { display: flex; }
[data-ms-modal].is-open.ms-auth-modal { display: flex; }

.ms-auth-modal__backdrop {
    position: absolute; inset: 0;
    background: rgba(8, 8, 12, .72);
    backdrop-filter: blur(10px) saturate(110%);
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    animation: ms-auth-fade .22s ease-out;
}
@keyframes ms-auth-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes ms-auth-rise {
    from { opacity: 0; transform: translateY(14px) scale(.98); }
    to   { opacity: 1; transform: none; }
}

/* ── Brand: pulls from the platform's vendor-aware token. ──
   The auth modal now adopts the vendor's primary colour through
   `--ms-accent` (set by the platform _tokens.blade.php from
   `$themeBrand['primary']`). The secondary "violet" stop falls
   back to a safe complement when the vendor hasn't customised one.

   Surface colours (panel bg, text, borders) read from the same
   tokens that drive dark/light mode at the platform level, so
   toggling theme mode now flips the modal automatically — no
   per-element override block needed. */
.ms-auth-modal {
    --auth-brand:     var(--ms-accent, var(--ms-primary, #3b82f6));
    --auth-brand-rgb: var(--ms-accent-rgb, var(--ms-primary-rgb, 59,130,246));
    --auth-brand-2:   var(--ms-secondary, var(--ms-accent, #2563eb));

    /* Local surface aliases — inherit from platform tokens, which
       handle dark/light themselves. The modal NEVER hardcodes a
       background colour again. */
    --auth-bg:        var(--ms-card, #ffffff);
    --auth-bg-soft:   var(--ms-line, #f6f7fb);
    --auth-fg1:       var(--ms-fg1, #0f172a);
    --auth-fg2:       var(--ms-fg2, #475569);
    --auth-fg3:       var(--ms-fg3, #94a3b8);
    --auth-bd:        var(--ms-bd,  #e4e6ed);
    --auth-input-bg:  var(--ms-input-bg, #ffffff);
    --auth-shadow:    var(--ms-shadow-xl, 0 24px 60px rgba(15, 23, 42, .22));
}

.ms-auth-modal__panel {
    position: relative;
    width: 100%;
    max-width: 580px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    background: var(--auth-bg);
    color: var(--auth-fg1);
    border: 1px solid var(--auth-bd);
    border-radius: 22px;
    padding: 24px 28px 18px;
    box-shadow:
        var(--auth-shadow),
        0 0 0 1px rgba(0, 0, 0, .02) inset;
    animation: ms-auth-rise .28s var(--ms-ease, cubic-bezier(.2,.8,.2,1));
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--auth-brand-rgb), .25) transparent;
}
.ms-auth-modal__panel::-webkit-scrollbar { width: 6px; }
.ms-auth-modal__panel::-webkit-scrollbar-thumb { background: rgba(255,255,255,.12); border-radius: 3px; }

@media (max-width: 560px) {
    .ms-auth-modal__panel {
        max-width: none;
        padding: 24px 20px 18px;
        border-radius: 18px;
    }
}

/* Close button */
.ms-auth-modal__close {
    position: absolute;
    top: 12px;
    inset-inline-start: 12px;
    width: 30px; height: 30px;
    border-radius: 50%;
    border: 1px solid var(--auth-bd);
    background: var(--auth-bg-soft);
    color: var(--auth-fg2);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px;
    transition: background .15s, color .15s, border-color .15s, transform .15s;
}
.ms-auth-modal__close:hover {
    background: var(--auth-bd);
    color: var(--auth-fg1);
}
.ms-auth-modal__close:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(var(--auth-brand-rgb), .45);
}

/* Header — compact for the register pane which has more fields */
.ms-auth-modal__head {
    text-align: center;
    margin-bottom: 14px;
    padding-top: 2px;
}
.ms-auth-modal__brand {
    width: 160px; height: auto;
    margin: 0 auto 12px;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: block;
    overflow: visible;
    text-align: center;
}
/* Logo sized by WIDTH only — height follows the image's aspect ratio. */
.ms-auth-modal__logo-img { width: 100%; height: auto; object-fit: contain; border-radius: 0; display: block; }
/* Default icon fallback when the store has no logo. */
.ms-auth-modal__logo-icon {
    font-size: 46px;
    line-height: 1;
    color: var(--auth-brand, var(--auth-fg1));
}
.ms-auth-modal__logo-mark {
    font-size: 20px; font-weight: 800;
    color: var(--auth-fg1);
    letter-spacing: -.01em;
}
.ms-auth-modal__title {
    font-size: 19px;
    font-weight: 800;
    margin: 0 0 3px;
    color: var(--auth-fg1);
    letter-spacing: -.02em;
    line-height: 1.25;
}
/* Store name in title — same neutral fg as the rest of the title.
   Per design: only the CTA carries brand colours; titles + labels
   + links stay readable in black/white via the dark/light tokens. */
.ms-auth-modal__title-brand {
    color: var(--auth-fg1);
    font-weight: 800;
}
.ms-auth-modal__sub {
    font-size: 12.5px;
    color: var(--auth-fg3);
    margin: 0;
    line-height: 1.45;
}

/* Tabs */
.ms-auth-modal__tabs {
    position: relative;
    display: grid; grid-template-columns: 1fr 1fr;
    background: var(--auth-bg-soft);
    border: 1px solid var(--auth-bd);
    border-radius: 12px;
    padding: 3px;
    margin-bottom: 14px;
}
.ms-auth-modal__tab {
    position: relative;
    z-index: 1;
    border: 0;
    background: transparent;
    padding: 9px 10px;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    color: var(--auth-fg3);
    cursor: pointer;
    border-radius: 9px;
    transition: color .2s ease;
}
.ms-auth-modal__tab:hover { color: var(--auth-fg1); }
.ms-auth-modal__tab.is-active { color: var(--auth-fg1); }
.ms-auth-modal__tab:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(var(--auth-brand-rgb), .45);
}
.ms-auth-modal__tab-indicator {
    position: absolute;
    top: 4px; bottom: 4px;
    inset-inline-start: 4px;
    width: calc(50% - 4px);
    background: linear-gradient(180deg, rgba(var(--auth-brand-rgb), .22), rgba(var(--auth-brand-rgb), .12));
    border: 1px solid rgba(var(--auth-brand-rgb), .35);
    border-radius: 10px;
    transition: transform .28s var(--ms-ease, cubic-bezier(.2,.8,.2,1));
    pointer-events: none;
    box-shadow: 0 4px 14px rgba(var(--auth-brand-rgb), .18);
}
.ms-auth-modal__tabs[data-active="register"] .ms-auth-modal__tab-indicator {
    transform: translateX(calc(100% * (var(--ms-rtl, 1)) ));
}
/* RTL adjustment — indicator slides the OTHER direction */
html[dir="rtl"] .ms-auth-modal__tabs[data-active="register"] .ms-auth-modal__tab-indicator {
    transform: translateX(-100%);
}
html[dir="ltr"] .ms-auth-modal__tabs[data-active="register"] .ms-auth-modal__tab-indicator {
    transform: translateX(100%);
}

/* Alerts */
.ms-auth-modal__alert {
    display: flex; align-items: center; gap: 8px;
    padding: 9px 12px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 12.5px;
}
.ms-auth-modal__alert--err { background: var(--ms-danger-bg,  rgba(239, 68, 68, .10)); color: var(--ms-danger,  #dc2626); border: 1px solid rgba(239,68,68,.25); }
.ms-auth-modal__alert--ok  { background: var(--ms-success-bg, rgba(16, 185, 129, .10)); color: var(--ms-success, #047857); border: 1px solid rgba(16,185,129,.25); }

/* Panes — tighter for compact register */
.ms-auth-modal__pane { display: flex; flex-direction: column; gap: 10px; }
.ms-auth-modal__pane[hidden] { display: none; }

/* Fields */
.ms-auth-modal__field { display: flex; flex-direction: column; gap: 5px; }
.ms-auth-modal__label {
    font-size: 12px;
    font-weight: 600;
    color: var(--auth-fg2);
    text-align: start;
}
.ms-auth-modal__input {
    position: relative;
    display: flex; align-items: stretch;
    background: var(--auth-input-bg);
    border: 1px solid var(--auth-bd);
    border-radius: 11px;
    height: 44px;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.ms-auth-modal__input:focus-within {
    border-color: rgba(var(--auth-brand-rgb), .60);
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 0 0 4px rgba(var(--auth-brand-rgb), .18);
}
.ms-auth-modal__input-icon {
    display: inline-flex;
    align-items: center; justify-content: center;
    flex-shrink: 0;
    width: 40px;
    color: var(--auth-fg3);
    font-size: 13px;
    transition: color .18s ease;
    pointer-events: none;
}
.ms-auth-modal__input:focus-within .ms-auth-modal__input-icon {
    color: var(--auth-fg1);
}
/* The actual <input> — fills the rest of the wrapper. Strip every
   browser focus artifact so only the parent's ring shows. The
   password input's coloured ring in older versions came from the
   browser default :focus styles bleeding through. */
.ms-auth-modal__input input {
    flex: 1;
    min-width: 0;
    height: 100%;
    padding-inline-start: 4px;
    padding-inline-end: 12px;
    border: 0;
    background: transparent;
    color: var(--auth-fg1);
    font: inherit;
    font-size: 13.5px;
    outline: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    text-align: start;
}
.ms-auth-modal__input input:focus,
.ms-auth-modal__input input:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}
.ms-auth-modal__input input::placeholder { color: var(--auth-fg3); opacity: .65; }
.ms-auth-modal__input input:-webkit-autofill,
.ms-auth-modal__input input:-webkit-autofill:hover,
.ms-auth-modal__input input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--auth-fg1);
    -webkit-box-shadow: 0 0 0 1000px var(--auth-input-bg) inset;
    transition: background-color 5000s ease-in-out 0s;
    caret-color: var(--auth-fg1);
}

.ms-auth-modal__eye {
    flex-shrink: 0;
    width: 40px;
    border: 0;
    background: transparent;
    color: var(--auth-fg3);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    transition: color .15s ease, background .15s ease;
}
.ms-auth-modal__eye:hover { color: var(--auth-fg1); background: var(--auth-bg-soft); }
.ms-auth-modal__eye:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 2px rgba(var(--auth-brand-rgb), .55);
}

.ms-auth-modal__forgot {
    align-self: flex-end;
    font-size: 11.5px;
    font-weight: 500;
    color: var(--auth-fg2);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--auth-bd);
    transition: color .15s, text-decoration-color .15s;
}
.ms-auth-modal__forgot:hover {
    color: var(--auth-fg1);
    text-decoration-color: var(--auth-fg2);
}

/* Submit CTA */
.ms-auth-modal__submit {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 10px;
    width: 100%;
    height: 46px;
    border: 0;
    border-radius: 12px;
    margin-top: 4px;
    /* CTA uses INVERTED neutral tokens — always guaranteed contrast:
         • Light mode: bg = dark text token (~black),  text = card bg (~white)
         • Dark mode:  bg = light text token (~white), text = card bg (~near-black)
       Vendor primary/secondary aren't used here because they can
       be any combo (e.g. primary=black, secondary=orange) and we
       can't guarantee they'll meet contrast in both modes. The
       tokens flip themselves at the platform layer. */
    background: var(--auth-fg1);
    color: var(--auth-bg);
    font: inherit;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: .01em;
    cursor: pointer;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, .18),
        0 0 0 1px rgba(0, 0, 0, .04) inset;
    transition: transform .15s ease, filter .15s ease, box-shadow .2s ease, opacity .15s ease;
}
.ms-auth-modal__submit:hover {
    transform: translateY(-1px);
    opacity: .92;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}
.ms-auth-modal__submit:active { transform: translateY(0); }
.ms-auth-modal__submit:focus-visible {
    outline: 0;
    /* Focus ring uses fg token at 30% alpha — visible on both
       light and dark modes against either bg colour. */
    box-shadow: 0 0 0 4px rgba(var(--auth-brand-rgb), .25);
}
.ms-auth-modal__submit.is-loading { pointer-events: none; }
.ms-auth-modal__submit.is-loading .ms-auth-modal__submit-label { opacity: .55; }
.ms-auth-modal__submit-spinner {
    display: none;
    width: 16px; height: 16px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: ms-auth-spin .7s linear infinite;
}
.ms-auth-modal__submit.is-loading .ms-auth-modal__submit-spinner { display: inline-block; }
@keyframes ms-auth-spin { to { transform: rotate(360deg); } }

/* Divider */
.ms-auth-modal__divider {
    position: relative;
    text-align: center;
    font-size: 11px;
    color: var(--auth-fg3);
    margin: 2px 0;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.ms-auth-modal__divider::before,
.ms-auth-modal__divider::after {
    content: '';
    position: absolute; top: 50%;
    width: calc(50% - 28px);
    height: 1px;
    background: var(--auth-bd);
}
.ms-auth-modal__divider::before { inset-inline-start: 0; }
.ms-auth-modal__divider::after  { inset-inline-end: 0; }

/* Social */
.ms-auth-modal__social {
    display: inline-flex; align-items: center; justify-content: center;
    gap: 10px;
    width: 100%;
    height: 44px;
    border: 1px solid var(--auth-bd);
    background: var(--auth-input-bg);
    color: var(--auth-fg1);
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    border-radius: 11px;
    cursor: pointer;
    transition: background .15s, border-color .15s, transform .15s;
}
.ms-auth-modal__social:hover {
    background: var(--auth-bg-soft);
    border-color: rgba(var(--auth-brand-rgb), .35);
}
.ms-auth-modal__social:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(var(--auth-brand-rgb), .35);
}

/* Switch / Terms */
.ms-auth-modal__switch {
    text-align: center;
    font-size: 12px;
    color: var(--auth-fg3);
    margin: 2px 0 0;
}
.ms-auth-modal__switch-link {
    border: 0; background: transparent;
    color: var(--auth-fg1);
    font: inherit; font-weight: 700;
    cursor: pointer; padding: 0 4px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.ms-auth-modal__switch-link:hover { color: var(--auth-fg2); }

.ms-auth-modal__terms {
    text-align: center;
    font-size: 11px;
    color: var(--auth-fg3);
    margin: 2px 0 0;
    line-height: 1.55;
}
.ms-auth-modal__terms a {
    color: var(--auth-fg1);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: var(--auth-bd);
    font-weight: 600;
}
.ms-auth-modal__terms a:hover { text-decoration-color: var(--auth-fg2); }

/* Trust footer */
.ms-auth-modal__trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--auth-bd);
}
.ms-auth-modal__trust-item {
    display: flex; align-items: center; gap: 7px;
    font-size: 10.5px;
    color: var(--auth-fg2);
}
.ms-auth-modal__trust-item i {
    width: 24px; height: 24px;
    border-radius: 7px;
    /* Neutral chip — adapts to dark/light via tokens.
         Light mode: very light grey bg + dark icon.
         Dark  mode: subtle white-overlay bg + light icon. */
    background: var(--auth-bg-soft);
    border: 1px solid var(--auth-bd);
    color: var(--auth-fg1);
    display: inline-flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 10px;
}
.ms-auth-modal__trust-item strong {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: var(--auth-fg1);
}
.ms-auth-modal__trust-item small {
    font-size: 10px;
    color: var(--auth-fg3);
    display: block;
    line-height: 1.3;
}
@media (max-width: 560px) {
    .ms-auth-modal__trust { grid-template-columns: 1fr; gap: 6px; }
    .ms-auth-modal__trust-item small { display: none; }
}

/* ── Dark / light mode is handled entirely by the platform's
   design tokens (`--ms-card`, `--ms-fg1`, etc. in _tokens.blade.php),
   which flip automatically when `<html>` carries
   `data-bz-mode="dark"` or `data-vl-mode="dark"`. The modal aliases
   every surface colour through those tokens, so there is no
   per-element override needed here any more. ────────────────── */

/* ═══════════════════════════════════════════════════════════
   Front — Cards (merged from front-cards.css)
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════
 * FILE: front/css/front-cards.css
 * EXTRACTED FROM:
 *   resources/views/front/components/product-card.blade.php
 *   resources/views/front/components/price-tag.blade.php
 * DATE: 2026-05-25
 * PURPOSE: Product card and price tag component styles
 * ═══════════════════════════════════════════════════════════════════════ */

/* ── Product Card ─────────────────────────────────────────────────────── */

.ms-card {
    background: var(--ms-card-bg, var(--ms-surface, #fff));
    border: 1px solid var(--ms-card-bd, var(--ms-bd, #e4e6ed));
    border-radius: var(--ms-card-radius, 14px);
    box-shadow: var(--ms-card-shadow);
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    text-decoration: none; color: inherit;
    position: relative;
}
.ms-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(15,23,42,.08); border-color: rgba(var(--ms-accent-rgb), .25); }

.ms-card__thumb {
    display: block; aspect-ratio: 1/1; position: relative;
    background: var(--ms-img-bg, #f1f5f9);
    overflow: hidden;
}
.ms-card__thumb img { width:100%; height:100%; object-fit:cover; transition: transform .35s ease; }
.ms-card:hover .ms-card__thumb img { transform: scale(1.05); }
.ms-card__thumb i.fa-image {
    position:absolute; inset:0; margin:auto; width:fit-content; height:fit-content;
    color:#cbd5e1; font-size:32px;
}

.ms-card__rating {
    position:absolute; top:8px; inset-inline-start:8px;
    background: rgba(0,0,0,.55); color:#fff;
    padding: 3px 8px; border-radius: 999px;
    font-size: 11px; font-weight: 600;
    display:inline-flex; gap:4px; align-items:center;
    backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.ms-card__rating i { font-size: 9px; color:#fbbf24; }
.ms-card__fav {
    position:absolute; top:8px; inset-inline-end:8px;
    width:32px; height:32px; border-radius:50%;
    background: rgba(255,255,255,.9); border: 0;
    color:#94a3b8; cursor:pointer; font-size:13px;
    transition: color .15s, transform .15s;
}
.ms-card__fav:hover { color: var(--ms-accent); transform: scale(1.1); }
.ms-card__fav.is-active { color: #ef4444; }

.ms-card__body { padding: 12px 14px 14px; display:flex; flex-direction:column; gap:8px; flex:1; }
.ms-card__name {
    font-size: 14px; font-weight: 600;
    color: var(--ms-fg1, #0f172a); text-decoration:none;
    line-height: 1.4;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
}
.ms-card__name:hover { color: var(--ms-accent); }
.ms-card__meta { font-size: 11.5px; color: var(--ms-fg3, #94a3b8); }
.ms-card__cta {
    margin-top:auto;
    display:inline-flex; align-items:center; justify-content:center; gap:6px;
    padding: 8px 14px; border-radius: 999px;
    background: var(--ms-accent); color:#fff !important; text-decoration:none;
    font-size: 12.5px; font-weight: 600;
    transition: filter .15s ease;
}
.ms-card__cta:hover { filter: brightness(1.08); }

/* ── Cart-row variant ─────────────────────────────── */
.ms-card--cart-row { flex-direction: row; align-items:stretch; gap: 0; }
.ms-card__thumb--row { aspect-ratio: 1/1; width: 88px; flex-shrink:0; }
.ms-card--cart-row .ms-card__body { padding: 12px 14px; }
.ms-card--cart-row .ms-card__foot {
    display:flex; align-items:center; justify-content:space-between;
    gap: 10px; margin-top: 6px;
}
.ms-card__qty { font-size: 12.5px; color: var(--ms-fg2, #475569); font-weight: 600; }
.ms-card__remove {
    position:absolute; top:8px; inset-inline-end:8px;
    width: 26px; height: 26px; border-radius:50%;
    background:transparent; border:0; cursor:pointer;
    color:#94a3b8; font-size:12px;
}
.ms-card__remove:hover { background:#fef2f2; color:#ef4444; }

/* ── Dark mode (works under both Bazaaria + Velora) ─ */
html[data-bz-mode="dark"] .ms-card,
html[data-vl-mode="dark"] .ms-card {
    --ms-card-bg: #16161a;
    --ms-card-bd: rgba(255,255,255,.08);
    --ms-img-bg: #0f0f12;
    --ms-fg1: #f4f4f5;
    --ms-fg2: #a1a1aa;
    --ms-fg3: #71717a;
}
html[data-bz-mode="dark"] .ms-card__fav,
html[data-vl-mode="dark"] .ms-card__fav { background: rgba(0,0,0,.55); color:#d4d4d8; }

/* ── Responsive ───────────────────────────────────── */
@media (max-width: 640px) {
    .ms-card__name { font-size: 13px; }
    .ms-card__cta { padding: 7px 12px; font-size: 12px; }
    .ms-card__thumb--row { width: 72px; }
}

/* ── Price Tag ────────────────────────────────────────────────────────── */

.ms-price { display:inline-flex; align-items:baseline; gap:8px; flex-wrap:wrap; }
.ms-price--center { justify-content:center; }
.ms-price--end    { justify-content:flex-end; }
.ms-price__now    { font-weight:800; color:var(--ms-fg, #0f172a); letter-spacing:-.01em; }
.ms-price__was    { font-size:.78em; color:#94a3b8; text-decoration:line-through; font-weight:500; }
.ms-price__off    { font-size:.7em; font-weight:700; padding:2px 7px; border-radius:999px;
                    background:rgba(239,68,68,.10); color:#dc2626; }
.ms-price--sm .ms-price__now { font-size:14px; }
.ms-price--md .ms-price__now { font-size:16px; }
.ms-price--lg .ms-price__now { font-size:20px; }
html[data-bz-mode="dark"] .ms-price__now,
html[data-vl-mode="dark"] .ms-price__now { color:#f4f4f5; }

/* ═══════════════════════════════════════════════════════════
   Front — Components (merged from front-components.css)
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════
 * FILE: front/css/front-components.css
 * EXTRACTED FROM:
 *   resources/views/front/components/forms/button.blade.php
 *   resources/views/front/components/forms/input.blade.php
 *   resources/views/front/components/forms/select.blade.php
 *   resources/views/front/components/forms/checkbox.blade.php
 *   resources/views/front/components/forms/auth-card.blade.php
 *   resources/views/front/components/forms/form-error.blade.php
 * DATE: 2026-05-25
 * PURPOSE: Shared form component styles (button, input, select, checkbox, auth-card, form-error)
 * ═══════════════════════════════════════════════════════════════════════ */

/* ── Button ───────────────────────────────────────────────────────────── */

.ms-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    /* Consume presentation tokens — themes can retune
       radius/height/padding without touching this component. */
    padding: 0 var(--ms-button-padding-x, 18px);
    height: var(--ms-button-height, 44px);
    border-radius: var(--ms-button-radius, 999px);
    border: 1px solid transparent;
    font-family: inherit; font-size: 14px;
    font-weight: var(--ms-button-weight, 600);
    line-height: 1; cursor: pointer;
    text-decoration: none; white-space: nowrap;
    transition: filter .15s ease, transform .12s ease, background .15s ease, color .15s ease, border-color .15s ease;
    position: relative;
}
.ms-btn:disabled, .ms-btn[aria-busy="true"] { cursor: not-allowed; opacity: .75; }
.ms-btn:hover:not(:disabled) { transform: translateY(-1px); }

.ms-btn__spinner {
    display: none;
    width: 14px; height: 14px;
    border: 2px solid currentColor; border-right-color: transparent;
    border-radius: 50%;
    animation: ms-btn-spin .6s linear infinite;
}
.ms-btn.is-loading .ms-btn__spinner { display: inline-block; }
.ms-btn.is-loading .ms-btn__label   { opacity: .65; }
@keyframes ms-btn-spin { to { transform: rotate(360deg); } }

/* Variants */
.ms-btn--primary {
    background: var(--ms-accent, var(--ms-primary, #3b82f6));
    color: #fff;
}
.ms-btn--primary:hover:not(:disabled) { filter: brightness(1.08); color: #fff; }

.ms-btn--secondary {
    background: var(--ms-card, #fff);
    color: var(--ms-fg1, #0f172a);
    border-color: var(--ms-bd, #e4e6ed);
}
.ms-btn--secondary:hover:not(:disabled) {
    border-color: var(--ms-accent, var(--ms-primary, #3b82f6));
    color: var(--ms-accent, var(--ms-primary, #3b82f6));
}

.ms-btn--ghost {
    background: transparent; color: var(--ms-fg2, #475569);
}
.ms-btn--ghost:hover:not(:disabled) {
    background: rgba(0,0,0,.05); color: var(--ms-fg1, #0f172a);
}

.ms-btn--danger {
    background: #ef4444; color: #fff;
}
.ms-btn--danger:hover:not(:disabled) { filter: brightness(1.08); color:#fff; }

/* Sizes */
.ms-btn--sm { height: 36px; font-size: 13px; padding: 0 14px; }
.ms-btn--md { height: 44px; font-size: 14px; padding: 0 18px; }
.ms-btn--lg { height: 52px; font-size: 15px; padding: 0 24px; }

.ms-btn--block { display: flex; width: 100%; }

html[data-bz-mode="dark"] .ms-btn--secondary,
html[data-vl-mode="dark"] .ms-btn--secondary {
    background: #1c1c20;
    color: #f4f4f5;
    border-color: rgba(255,255,255,.10);
}
html[data-bz-mode="dark"] .ms-btn--ghost:hover,
html[data-vl-mode="dark"] .ms-btn--ghost:hover {
    background: rgba(255,255,255,.06);
}

/* ── Input ────────────────────────────────────────────────────────────── */

.ms-field { display: flex; flex-direction: column; gap: 6px; }
.ms-field__label {
    display: inline-flex; align-items: center; gap: 3px;
    font-size: 13px; font-weight: 600;
    color: var(--ms-fg1, #0f172a);
}
.ms-field__req { color: #ef4444; }
.ms-field__control {
    position: relative;
    display: flex; align-items: stretch;
}
.ms-field__input {
    width: 100%;
    /* Read presentation tokens — themes retune height/radius
       via their preset, this component stays untouched. */
    height: var(--ms-control-height, 44px);
    padding: 0 var(--ms-control-padding-x, 14px);
    font-size: 14px;
    color: var(--ms-fg1, #0f172a);
    background: var(--ms-input-bg, #fff);
    border: 1px solid var(--ms-bd, #e4e6ed);
    border-radius: var(--ms-control-radius, 10px);
    outline: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    font-family: inherit;
    -webkit-appearance: none; appearance: none;
}
.ms-field__input::placeholder { color: var(--ms-fg3, #94a3b8); }
.ms-field__input:focus {
    border-color: var(--ms-accent, var(--ms-primary, #3b82f6));
    box-shadow: 0 0 0 4px rgba(var(--ms-accent-rgb, var(--ms-primary-rgb, 59,130,246)), .15);
}
.ms-field__input[readonly] { background: rgba(0,0,0,.03); cursor: default; }

.ms-field__control.has-icon .ms-field__input { padding-inline-start: 40px; }
.ms-field__icon {
    position: absolute; top: 50%; transform: translateY(-50%);
    inset-inline-start: 14px;
    color: var(--ms-fg3, #94a3b8); font-size: 13px;
    pointer-events: none;
}

.ms-field__control.has-toggle .ms-field__input { padding-inline-end: 46px; }
.ms-field__toggle {
    position: absolute; top: 50%; transform: translateY(-50%);
    inset-inline-end: 6px;
    width: 34px; height: 34px;
    border: 0; background: transparent; cursor: pointer;
    color: var(--ms-fg3, #94a3b8);
    border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    transition: background .15s, color .15s;
}
.ms-field__toggle:hover { background: rgba(0,0,0,.04); color: var(--ms-fg1, #0f172a); }

.ms-field__hint {
    font-size: 11.5px; color: var(--ms-fg3, #94a3b8); line-height: 1.5;
}

.ms-field.is-error .ms-field__input {
    border-color: #ef4444;
    box-shadow: 0 0 0 4px rgba(239,68,68,.10);
}
.ms-field.is-error .ms-field__icon { color: #ef4444; }

.ms-field--sm .ms-field__input { height: 38px; font-size: 13px; }
.ms-field--lg .ms-field__input { height: 50px; font-size: 15px; }

html[data-bz-mode="dark"] .ms-field__input,
html[data-vl-mode="dark"] .ms-field__input {
    background: #1c1c20;
    border-color: rgba(255,255,255,.10);
    color: #f4f4f5;
}

/* ── Select ───────────────────────────────────────────────────────────── */

.ms-field__control--select .ms-field__select {
    padding-inline-end: 38px;
    cursor: pointer;
    background-image: none; /* hide native arrow via wrapper */
}
.ms-field__chev {
    position: absolute; top: 50%; transform: translateY(-50%);
    inset-inline-end: 14px;
    color: var(--ms-fg3, #94a3b8); font-size: 12px;
    pointer-events: none;
}

/* ── Checkbox ─────────────────────────────────────────────────────────── */

.ms-checkbox__row {
    display: inline-flex; align-items: center; gap: 8px;
    cursor: pointer;
    font-size: 13px; color: var(--ms-fg1, #0f172a);
    user-select: none;
}
.ms-checkbox__input {
    position: absolute; opacity: 0; pointer-events: none;
}
.ms-checkbox__box {
    width: 18px; height: 18px;
    border: 1.5px solid var(--ms-bd, #cbd5e1);
    border-radius: 5px;
    background: var(--ms-input-bg, #fff);
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-size: 10px;
    flex-shrink: 0;
    transition: background .15s ease, border-color .15s ease;
}
.ms-checkbox__box i { opacity: 0; transform: scale(.6); transition: opacity .15s, transform .15s; }
.ms-checkbox__input:checked + .ms-checkbox__box {
    background: var(--ms-accent, var(--ms-primary, #3b82f6));
    border-color: var(--ms-accent, var(--ms-primary, #3b82f6));
}
.ms-checkbox__input:checked + .ms-checkbox__box i { opacity: 1; transform: scale(1); }
.ms-checkbox__input:focus-visible + .ms-checkbox__box {
    box-shadow: 0 0 0 3px rgba(var(--ms-accent-rgb, var(--ms-primary-rgb, 59,130,246)), .22);
}
.ms-checkbox.is-error .ms-checkbox__box { border-color: #ef4444; }

/* ── Auth Card ────────────────────────────────────────────────────────── */

.ms-auth {
    display: flex; flex-direction: column; align-items: center; gap: 18px;
    padding: 40px 18px 60px;
    min-height: 70vh;
    color: var(--ms-fg1, #0f172a);
}
.ms-auth__card {
    width: 100%; max-width: 440px;
    background: var(--ms-card, #fff);
    border: 1px solid var(--ms-bd, #e4e6ed);
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 12px 38px rgba(15,23,42,.06);
}
.ms-auth__head { text-align: center; margin-bottom: 22px; }
.ms-auth__logo {
    display: inline-flex; align-items: center; justify-content: center;
    width: 64px; height: 64px;
    border-radius: 16px;
    background: rgba(var(--ms-accent-rgb, var(--ms-primary-rgb, 59,130,246)), .10);
    color: var(--ms-accent, var(--ms-primary, #3b82f6));
    font-size: 22px;
    margin-bottom: 14px;
    overflow: hidden;
    text-decoration: none;
}
.ms-auth__logo img { width: 100%; height: 100%; object-fit: cover; }
.ms-auth__title { font-size: 22px; font-weight: 800; margin: 0 0 6px; letter-spacing: -.02em; }
.ms-auth__subtitle { font-size: 13.5px; color: var(--ms-fg3, #94a3b8); margin: 0; line-height: 1.6; }

.ms-auth__tabs {
    display: flex; gap: 4px;
    padding: 4px; margin-bottom: 22px;
    background: rgba(0,0,0,.04);
    border-radius: 12px;
}
.ms-auth__tab {
    flex: 1;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 9px 14px;
    font-size: 13px; font-weight: 600;
    color: var(--ms-fg2, #475569);
    border-radius: 8px;
    text-decoration: none;
    transition: background .15s, color .15s;
}
.ms-auth__tab.is-active {
    background: var(--ms-card, #fff);
    color: var(--ms-fg1, #0f172a);
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.ms-auth__body { display: flex; flex-direction: column; gap: 14px; }

.ms-auth__backlink {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12.5px; font-weight: 500;
    color: var(--ms-fg3, #94a3b8); text-decoration: none;
    transition: color .15s;
}
.ms-auth__backlink:hover { color: var(--ms-fg1, #0f172a); }

html[data-bz-mode="dark"] .ms-auth,
html[data-vl-mode="dark"] .ms-auth {
    --ms-card: #16161a;
    --ms-bd: rgba(255,255,255,.08);
    --ms-fg1: #f4f4f5;
    --ms-fg2: #a1a1aa;
    --ms-fg3: #71717a;
}
html[data-bz-mode="dark"] .ms-auth__tabs,
html[data-vl-mode="dark"] .ms-auth__tabs { background: rgba(255,255,255,.05); }

/* ── Form Error ───────────────────────────────────────────────────────── */

.ms-field__error {
    display: inline-flex; align-items: flex-start; gap: 5px;
    font-size: 12px; color: #dc2626; line-height: 1.5;
    margin-top: 1px;
}
.ms-field__error i { font-size: 11px; margin-top: 2px; flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════
   Front — Empty State (merged from front-empty-state.css)
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════
 * FILE: front/css/front-empty-state.css
 * EXTRACTED FROM: resources/views/front/components/empty-state.blade.php
 * DATE: 2026-05-25
 * PURPOSE: Generic empty-state panel styles (cart, wishlist, orders, search)
 * ═══════════════════════════════════════════════════════════════════════ */

.ms-empty {
    background: var(--ms-card, #fff);
    border: 1px dashed var(--ms-bd, #e4e6ed);
    border-radius: 16px;
    padding: 60px 24px;
    text-align: center;
    color: var(--ms-fg2, #475569);
}
.ms-empty--compact { padding: 30px 18px; }
.ms-empty__icon {
    width: 72px; height: 72px;
    border-radius: 50%;
    margin: 0 auto 14px;
    background: rgba(var(--ms-empty-accent-rgb), .10);
    color: var(--ms-empty-accent);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 28px;
}
.ms-empty--compact .ms-empty__icon { width:54px; height:54px; font-size:22px; }
.ms-empty__title { font-size: 17px; font-weight: 700; color: var(--ms-fg1, #0f172a); margin: 0 0 6px; }
.ms-empty__msg   { font-size: 13.5px; color: var(--ms-fg3, #94a3b8); margin: 0 0 16px; max-width: 480px; margin-inline: auto; line-height: 1.6; }
.ms-empty__cta   {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 22px;
    background: var(--ms-empty-accent);
    color: #fff !important; text-decoration: none;
    border-radius: 999px;
    font-size: 13.5px; font-weight: 600;
    transition: transform .15s ease, filter .15s ease;
}
.ms-empty__cta:hover { transform: translateY(-1px); filter: brightness(1.08); }
html[data-bz-mode="dark"] .ms-empty,
html[data-vl-mode="dark"] .ms-empty {
    --ms-card: #16161a;
    --ms-bd: rgba(255,255,255,.08);
    --ms-fg1: #f4f4f5;
    --ms-fg2: #a1a1aa;
    --ms-fg3: #71717a;
}

/* ═══════════════════════════════════════════════════════════
   Front — Whatsapp (merged from front-whatsapp.css)
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════
 * FILE: front/css/front-whatsapp.css
 * EXTRACTED FROM: resources/views/front/whatsapp_chat.blade.php
 * DATE: 2026-05-25
 * PURPOSE: WhatsApp floating chat button and chat box styles
 * ═══════════════════════════════════════════════════════════════════════ */

/* ===================================
   WhatsApp Floating Button
=================================== */

.chat-btn {
    position: fixed;
    bottom: 180px;
    width: 50px;
    height: 50px;
    background: #1FA855;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    transition: all .3s ease;
    z-index: 99999;
}

/* Right */
.chat-btn_right {
    right: 20px !important;
    left: auto !important;
}

/* Left */
.chat-btn_left {
    left: 20px !important;
    right: auto !important;
}

/* ===================================
   Chat Box
=================================== */

.wrapper_right,
.wrapper_left {
    position: fixed;
    bottom: 245px;
    width: 310px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 60px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .35s ease;
    overflow: hidden;
    z-index: 99998;
}

/* Right */
.wrapper_right {
    right: 20px !important;
    left: auto !important;
}

/* Left */
.wrapper_left {
    left: 20px !important;
    right: auto !important;
}

/* ===================================
   Header
=================================== */

.msg_header {
    background: #1FA855;
    padding: 14px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

/* ===================================
   Message Area
=================================== */

.bg-msg {
    background: #f7f7f7;
}

.msg {
    background: #fff;
    border-radius: 12px;
    font-size: 13px;
    padding: 8px 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

/* ===================================
   Form
=================================== */

.chat-form {
    padding: 14px;
    background: #fff;
}

.chat-form textarea {
    resize: none;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    padding: 10px;
    transition: .3s;
}

.chat-form textarea:focus {
    outline: none;
    border-color: #1FA855;
    box-shadow: 0 0 0 3px rgba(31,168,85,.15);
}

.btn-whatsapp {
    background: #1FA855;
    color: #fff;
    border-radius: 12px;
    height: 45px;
    border: none;
    transition: .3s ease;
}

.btn-whatsapp:hover {
    background: #178a47;
}

/* ===================================
   Open / Close Animation
=================================== */

#check {
    display: none;
}

#check:checked ~ .wrapper_right,
#check:checked ~ .wrapper_left {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#check:checked + .chat-btn .comment {
    display: none;
}

#check:checked + .chat-btn .close {
    display: block;
}

/* ═══════════════════════════════════════════════════════════
   Extracted from: front/cart.blade.php
═══════════════════════════════════════════════════════════ */

    
    /* =================== General Page Styling =================== */

.cart-sec{
    padding: 30px 0;
    background: #f7f8fa;
}

/* card wrapper */
.yourcart-sec{
    background:white;
    border-radius:18px;
    padding:25px;
    box-shadow:0 20px 40px rgba(0,0,0,.05);
}

/* breadcrumb */
.breadcrumb-sec{
    background:#111827;
    padding:15px 0;
}


/* =================== TABLE MAIN STYLE =================== */

.cart-table{
    border-collapse: separate !important;
    border-spacing:0 12px !important;
}

.cart-table thead th{
    background:#f3f4f6 !important;
    border:none;
    padding:14px 10px;
    font-weight:700;
    color:#111827;
}

.cart-table tbody tr{
    background:white;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.cart-table tbody td{
    border:none;
    vertical-align:middle;
    padding:18px 12px;
}

/* =================== PRODUCT CELL =================== */

.product-detail{
    display:flex;
    gap:14px;
}

.pr-img{
    width:90px;
    height:90px;
    overflow:hidden;
    border-radius:12px;
}

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

.cart-card-title{
    font-size:16px;
    font-weight:700;
}

/* customize link */
.text-muted.fs-7{
    cursor:pointer;
}
.text-muted.fs-7:hover{
    color:#111;
}

/* =================== PRICE =================== */

.cart-total-price{
    font-weight:800;
    font-size:16px;
    color:#111827;
}

/* =================== QUANTITY BOX =================== */

.qty-input2{
    background:#f3f4f6;
    border-radius:12px !important;
}

.qty-input2 button{
    border:none;
    background:none;
    font-weight:800;
}

.qty-input2 input{
    width:45px;
    font-weight:700;
}

/* =================== REMOVE ICON =================== */

.item-delete{
    border-radius:8px;
    background:#fee2e2;
}
.item-delete:hover{
    background:#dc2626;
    color:white;
}

/* =================== SUBTOTAL & BUTTONS =================== */

.promo-code{
    padding-top:15px;
    border-top:1px dashed #e5e7eb;
}

.card-sub-total-text{
    font-size:18px;
    font-weight:800;
}

/* main buttons */
.btn-store{
    background:#111827;
    color:white;
    border-radius:10px;
    padding:10px 12px;
}

.btn-store-outline{
    border:2px solid #111827;
    color:#111827;
    border-radius:10px;
}

/* =================== MOBILE =================== */

@media(max-width:768px){

    .product-detail{
        flex-direction:column;
        text-align:center;
    }

    .pr-img{
        margin:auto;
    }

    .cart-table thead{
        display:none;
    }

    .cart-table tbody tr{
        display:block;
        padding:10px;
    }

    .cart-table tbody td{
        display:flex;
        justify-content:space-between;
        text-align:right;
    }

}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/categories-shared.blade.php
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════
   UNIVERSAL CATEGORIES PAGE — theme-agnostic styling.
   ═══════════════════════════════════════════════════════════ */
.uc-page {
    --uc-bg:        #f6f7fb;
    --uc-card:      #ffffff;
    --uc-bd:        #e4e6ed;
    --uc-line:      #eef0f5;
    --uc-fg1:       #0f172a;
    --uc-fg2:       #475569;
    --uc-fg3:       #94a3b8;
    --uc-accent:    #3b82f6;
    --uc-accent-rgb:59,130,246;
    --uc-accent-bg: rgba(59,130,246,.10);
    --uc-accent-soft: rgba(59,130,246,.06);
    --uc-r:         16px;
    --uc-shadow:    0 1px 3px rgba(15,23,42,.04), 0 0 0 1px rgba(15,23,42,.04);
    --uc-shadow-hover: 0 8px 24px rgba(15,23,42,.08), 0 0 0 1px rgba(var(--uc-accent-rgb), .15);
    background: var(--uc-bg);
    color: var(--uc-fg1);
    padding: 32px 0 64px;
    min-height: 60vh;
}
html[data-bz-mode="dark"] .uc-page,
html[data-vl-mode="dark"] .uc-page {
    --uc-bg:        #0c0c0e;
    --uc-card:      #16161a;
    --uc-bd:        rgba(255,255,255,.07);
    --uc-line:      rgba(255,255,255,.06);
    --uc-fg1:       #f4f4f5;
    --uc-fg2:       #a1a1aa;
    --uc-fg3:       #71717a;
    --uc-shadow:    0 1px 3px rgba(0,0,0,.30), 0 0 0 1px rgba(255,255,255,.04);
    --uc-shadow-hover: 0 10px 28px rgba(0,0,0,.45), 0 0 0 1px rgba(var(--uc-accent-rgb), .25);
}

.uc-container { max-width: 1200px; margin: 0 auto; padding: 0 18px; }

/* ── Header ─────────────────────────────────────────────── */
.uc-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    flex-wrap: wrap; gap: 16px;
    margin-bottom: 22px;
}
.uc-head-title h1 {
    font-size: 26px; font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 6px;
    color: var(--uc-fg1);
}
.uc-head-title p {
    font-size: 14px;
    color: var(--uc-fg2);
    margin: 0;
}
.uc-head-title .uc-crumb {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; color: var(--uc-fg3);
    margin-bottom: 8px;
}
.uc-head-title .uc-crumb a { color: var(--uc-fg3); text-decoration: none; }
.uc-head-title .uc-crumb a:hover { color: var(--uc-accent); }

.uc-search {
    position: relative;
    min-width: 280px;
}
.uc-search input {
    width: 100%;
    height: 44px;
    padding: 0 42px;
    border: 1px solid var(--uc-bd);
    background: var(--uc-card);
    color: var(--uc-fg1);
    border-radius: 999px;
    font-size: 14px;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
.uc-search input:focus {
    border-color: var(--uc-accent);
    box-shadow: 0 0 0 4px rgba(var(--uc-accent-rgb), .15);
}
.uc-search i.fa-search {
    position: absolute;
    inset-inline-start: 16px;
    top: 50%; transform: translateY(-50%);
    color: var(--uc-fg3);
    pointer-events: none;
}
.uc-search .uc-clear {
    position: absolute;
    inset-inline-end: 10px;
    top: 50%; transform: translateY(-50%);
    width: 28px; height: 28px;
    border-radius: 50%;
    border: 0;
    background: var(--uc-line);
    color: var(--uc-fg2);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px;
}
.uc-search .uc-clear:hover { background: var(--uc-accent-bg); color: var(--uc-accent); }

/* ── Toolbar (count + view toggle) ─────────────────────── */
.uc-toolbar {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.uc-count {
    font-size: 13px;
    color: var(--uc-fg2);
}
.uc-count strong { color: var(--uc-fg1); font-weight: 700; }

.uc-view {
    display: inline-flex;
    background: var(--uc-card);
    border: 1px solid var(--uc-bd);
    border-radius: 10px;
    padding: 3px;
    gap: 2px;
}
.uc-view button {
    background: transparent;
    border: 0;
    width: 34px; height: 30px;
    border-radius: 7px;
    color: var(--uc-fg3);
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 13px;
    transition: background .15s, color .15s;
}
.uc-view button.is-active {
    background: var(--uc-accent-bg);
    color: var(--uc-accent);
}
.uc-view button:hover:not(.is-active) { color: var(--uc-fg1); }

/* ── Grid ───────────────────────────────────────────────── */
.uc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
.uc-grid.is-list {
    grid-template-columns: 1fr;
    gap: 10px;
}

/* ── Category card ─────────────────────────────────────── */
.uc-card {
    display: flex; flex-direction: column;
    background: var(--uc-card);
    border: 1px solid var(--uc-bd);
    border-radius: var(--uc-r);
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: var(--uc-shadow);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    position: relative;
}
.uc-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--uc-shadow-hover);
    border-color: rgba(var(--uc-accent-rgb), .25);
}
.uc-card-img {
    aspect-ratio: 4 / 3;
    background: var(--uc-line);
    position: relative;
    overflow: hidden;
}
.uc-card-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}
.uc-card:hover .uc-card-img img { transform: scale(1.06); }
.uc-card-img-fallback {
    position: absolute; inset: 0;
    display: inline-flex; align-items: center; justify-content: center;
    background: var(--uc-accent-soft);
    color: var(--uc-accent);
    font-size: 38px;
}
.uc-card-badge {
    position: absolute;
    inset-block-start: 10px;
    inset-inline-start: 10px;
    background: rgba(0,0,0,.55);
    color: #fff;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 9px;
    border-radius: 999px;
    display: inline-flex; align-items: center; gap: 5px;
}
.uc-card-body {
    padding: 14px 16px 16px;
    display: flex; flex-direction: column;
    gap: 10px;
    flex: 1;
}
.uc-card-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--uc-fg1);
    margin: 0;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.uc-card-foot {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}
.uc-card-meta {
    font-size: 12px;
    color: var(--uc-fg3);
    display: inline-flex; align-items: center; gap: 5px;
}
.uc-card-cta {
    font-size: 12px;
    font-weight: 600;
    color: var(--uc-accent);
    display: inline-flex; align-items: center; gap: 4px;
}

/* ── Mini product preview strip ────────────────────────── */
.uc-mini {
    display: flex;
    gap: 4px;
    margin-top: 4px;
}
.uc-mini-thumb {
    width: 26px; height: 26px;
    border-radius: 6px;
    object-fit: cover;
    border: 1.5px solid var(--uc-card);
    margin-inline-start: -8px;
    background: var(--uc-line);
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
}
.uc-mini-thumb:first-child { margin-inline-start: 0; }
.uc-mini-more {
    width: 26px; height: 26px;
    border-radius: 6px;
    background: var(--uc-accent-bg);
    color: var(--uc-accent);
    font-size: 10px;
    font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    margin-inline-start: -8px;
    border: 1.5px solid var(--uc-card);
}

/* ── List mode tweaks ──────────────────────────────────── */
.uc-grid.is-list .uc-card {
    flex-direction: row;
    align-items: stretch;
}
.uc-grid.is-list .uc-card-img {
    aspect-ratio: auto;
    width: 140px;
    flex-shrink: 0;
}
.uc-grid.is-list .uc-card-body {
    padding: 14px 18px;
}

/* ── Empty state ───────────────────────────────────────── */
.uc-empty {
    background: var(--uc-card);
    border: 1px dashed var(--uc-bd);
    border-radius: var(--uc-r);
    padding: 60px 24px;
    text-align: center;
    color: var(--uc-fg2);
}
.uc-empty .uc-empty-icon {
    width: 72px; height: 72px;
    border-radius: 50%;
    background: var(--uc-accent-bg);
    color: var(--uc-accent);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 28px;
    margin-bottom: 14px;
}
.uc-empty h3 {
    font-size: 17px; font-weight: 700;
    color: var(--uc-fg1);
    margin: 0 0 6px;
}
.uc-empty p {
    font-size: 13px;
    color: var(--uc-fg3);
    margin: 0 0 14px;
}
.uc-empty a {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 9px 18px;
    background: var(--uc-accent);
    color: #fff !important;
    text-decoration: none;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 640px) {
    .uc-page { padding: 22px 0 50px; }
    .uc-head-title h1 { font-size: 22px; }
    .uc-search { width: 100%; min-width: 0; }
    .uc-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .uc-card-img { aspect-ratio: 1 / 1; }
    .uc-card-name { font-size: 13.5px; }
    .uc-grid.is-list .uc-card { flex-direction: row; }
    .uc-grid.is-list .uc-card-img { width: 96px; }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/checkout.blade.php
═══════════════════════════════════════════════════════════ */

/* ──────────────────────────────────────────────────────────
   CHECKOUT — ck-* component system
   CSS custom property fallback chains work for both themes:
   · Bazaaria  →  --surface  --ink  --line  --soft  --r-sm/md
   · Velora    →  --vl-surface  --vl-surface-2  --vl-text
   · Universal →  hard-coded fallbacks ensure nothing breaks
────────────────────────────────────────────────────────── */

/* Demo banner */
.demo-banner{margin:18px auto 0;max-width:1200px;padding:16px 22px;background:linear-gradient(135deg,#fef3c7 0%,#fed7aa 100%);border:1.5px solid #f59e0b;border-radius:14px;color:#78350f;display:flex;align-items:center;gap:14px;font-weight:600;font-size:14px;box-shadow:0 4px 12px rgba(245,158,11,.15);}
.demo-banner-icon{width:44px;height:44px;background:#f59e0b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}
.demo-banner strong{display:block;font-size:15px;margin-bottom:2px;}
.demo-banner small{display:block;font-size:13px;opacity:.9;font-weight:500;}

/* Page wrapper */
.ck-page{padding:1.5rem 0 4rem;}
.ck-container{max-width:1200px;margin:0 auto;padding:0 1.25rem;}

/* Two-column grid */
.ck-grid{display:grid;grid-template-columns:1fr 380px;gap:1.75rem;align-items:start;}

/* Card */
.ck-card{
  background:var(--surface,var(--vl-surface,#fff));
  border:1px solid var(--line,#e5e7eb);
  border-radius:var(--r-md,12px);
  box-shadow:0 2px 10px rgba(15,23,42,.06);
  margin-bottom:1.25rem;
  overflow:hidden;
}
.ck-card-body{padding:1.375rem 1.5rem;}
html[data-bz-mode="dark"] .ck-card,
html[data-vl-mode="dark"] .ck-card{box-shadow:0 2px 10px rgba(0,0,0,.3);}

/* Section titles */
.ck-section-title{
  display:flex;align-items:center;gap:10px;
  font-size:15px;font-weight:700;
  color:var(--ink,var(--vl-text,#0f172a));
  padding-bottom:.875rem;margin-bottom:1.125rem;
  border-bottom:1px solid var(--line,#e5e7eb);
}
.ck-section-title i{color:var(--primary,#6366f1);font-size:14px;opacity:.85;}

/* Form grid */
.ck-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}

/* Labels */
.ck-label{
  display:flex;align-items:center;gap:4px;
  font-size:13px;font-weight:600;
  color:var(--ink-2,var(--vl-text,#374151));
  margin-bottom:6px;
}
.ck-label .req{color:#ef4444;}

/* Inputs / selects / textarea */
.ck-input,.ck-select,.ck-textarea{
  display:block;width:100%;
  padding:10px 14px;
  background:var(--soft,var(--vl-surface-2,#f9fafb));
  border:1.5px solid var(--line,#e5e7eb);
  border-radius:var(--r-sm,9px);
  font-size:14px;
  color:var(--ink,var(--vl-text,#0f172a));
  transition:border-color .18s,box-shadow .18s;
  font-family:inherit;
  line-height:1.4;
}
.ck-input::placeholder,.ck-textarea::placeholder{color:var(--ink-3,#94a3b8);}
.ck-input:focus,.ck-select:focus,.ck-textarea:focus{
  outline:none;
  border-color:var(--primary,#6366f1);
  box-shadow:0 0 0 3px color-mix(in srgb,var(--primary,#6366f1) 14%,transparent);
}
.ck-select{
  appearance:none;-webkit-appearance:none;
  background-image:url("data:image/svg+xml;utf8,<svg fill='%2394a3b8' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat:no-repeat;
  background-position:right 12px center;
  padding-right:36px;
}
html[dir="rtl"] .ck-select{background-position:left 12px center;padding-right:14px;padding-left:36px;}
.ck-textarea{min-height:88px;resize:vertical;}

/* Payment option cards */
.ck-payments-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;}
.ck-payment-option{
  display:flex;align-items:center;justify-content:space-between;
  padding:12px 14px;gap:10px;
  border:1.5px solid var(--line,#e5e7eb);
  border-radius:var(--r-sm,10px);
  cursor:pointer;
  background:var(--surface,var(--vl-surface,#fff));
  transition:border-color .18s,background .18s;
}
.ck-payment-option:has(.ck-payment-radio:checked){
  border-color:var(--primary,#6366f1);
  background:color-mix(in srgb,var(--primary,#6366f1) 6%,var(--surface,#fff));
}
.ck-payment-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0;}
.ck-payment-img{width:36px;height:36px;object-fit:contain;flex-shrink:0;border-radius:6px;}
.ck-payment-name{font-size:13px;font-weight:600;color:var(--ink,#0f172a);line-height:1.3;}
.ck-wallet-balance{font-size:12px;font-weight:600;color:#10b981;margin-top:2px;}
.ck-payment-radio{width:17px;height:17px;accent-color:var(--primary,#6366f1);flex-shrink:0;cursor:pointer;}

/* Coupon row */
.ck-coupon-row{display:flex;gap:.625rem;align-items:center;}
.ck-coupon-row .ck-input{flex:1;}

/* Order summary */
.ck-summary{display:flex;flex-direction:column;}
.ck-summary-row{
  display:flex;justify-content:space-between;align-items:center;
  padding:9px 0;
  border-bottom:1px solid var(--line,#e5e7eb);
  font-size:13.5px;
}
.ck-summary-row:first-child{padding-top:0;}
.ck-summary-label{font-weight:600;color:var(--ink,#0f172a);}
.ck-summary-val{color:var(--ink-2,#475569);font-weight:500;}
.ck-summary-discount .ck-summary-val{color:#10b981;font-weight:700;}
.ck-summary-total{
  display:flex;justify-content:space-between;align-items:center;
  padding:14px 0 0;
  font-size:17px;font-weight:800;
  color:var(--ink,#0f172a);
}
.ck-summary-total span:last-child{color:var(--primary,#6366f1);}

/* Buttons */
.ck-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 20px;
  border-radius:var(--r-sm,9px);
  font-size:14px;font-weight:700;
  cursor:pointer;border:none;text-decoration:none;
  transition:opacity .18s,transform .12s,background .18s,color .18s;
  white-space:nowrap;font-family:inherit;line-height:1;
}
.ck-btn:active{transform:scale(.97);}
.ck-btn-primary{background:var(--primary,#6366f1);color:#fff;}
.ck-btn-primary:hover{opacity:.88;color:#fff;text-decoration:none;}
.ck-btn-sm{padding:8px 16px;font-size:13px;}
.ck-btn-outline{background:transparent;color:var(--ink,#0f172a);border:1.5px solid var(--line,#e5e7eb);}
.ck-btn-outline:hover{border-color:var(--primary,#6366f1);color:var(--primary,#6366f1);text-decoration:none;}

/* Action bar */
.ck-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem;}
.ck-actions .ck-btn{min-width:160px;}

/* Dark mode — Bazaaria */
html[data-bz-mode="dark"] .ck-card{background:var(--surface,#11151f);border-color:var(--line,#1f2937);}
html[data-bz-mode="dark"] .ck-section-title{border-color:var(--line,#1f2937);}
html[data-bz-mode="dark"] .ck-summary-row{border-color:var(--line,#1f2937);}
html[data-bz-mode="dark"] .ck-payment-option{background:var(--surface,#11151f);border-color:var(--line,#1f2937);}
html[data-bz-mode="dark"] .ck-input,
html[data-bz-mode="dark"] .ck-select,
html[data-bz-mode="dark"] .ck-textarea{background:var(--soft,#0f1622);border-color:var(--line,#1f2937);}
html[data-bz-mode="dark"] .ck-btn-outline{border-color:var(--line,#1f2937);color:var(--ink,#f1f5f9);}

/* Dark mode — Velora */
html[data-vl-mode="dark"] .ck-card{background:var(--vl-surface,#131316);border-color:rgba(255,255,255,.1);}
html[data-vl-mode="dark"] .ck-section-title{border-color:rgba(255,255,255,.1);color:#f1f5f9;}
html[data-vl-mode="dark"] .ck-section-title i{opacity:.7;}
html[data-vl-mode="dark"] .ck-input,
html[data-vl-mode="dark"] .ck-select,
html[data-vl-mode="dark"] .ck-textarea{background:var(--vl-surface-2,#18181b);border-color:rgba(255,255,255,.1);color:#f1f5f9;}
html[data-vl-mode="dark"] .ck-payment-option{background:var(--vl-surface,#131316);border-color:rgba(255,255,255,.1);}
html[data-vl-mode="dark"] .ck-payment-name{color:#f1f5f9;}
html[data-vl-mode="dark"] .ck-summary-row{border-color:rgba(255,255,255,.08);}
html[data-vl-mode="dark"] .ck-summary-label{color:#f1f5f9;}
html[data-vl-mode="dark"] .ck-summary-val{color:rgba(255,255,255,.6);}
html[data-vl-mode="dark"] .ck-summary-total{color:#f1f5f9;}
html[data-vl-mode="dark"] .ck-label{color:rgba(255,255,255,.7);}
html[data-vl-mode="dark"] .ck-btn-outline{border-color:rgba(255,255,255,.2);color:#f1f5f9;}

/* RTL */
html[dir="rtl"] .ck-form-grid,
html[dir="rtl"] .ck-payments-grid{direction:rtl;}
html[dir="rtl"] .ck-section-title,
html[dir="rtl"] .ck-summary-row,
html[dir="rtl"] .ck-summary-total,
html[dir="rtl"] .ck-coupon-row,
html[dir="rtl"] .ck-actions{direction:rtl;}

/* Responsive */
@media(max-width:960px){
  .ck-grid{grid-template-columns:1fr;}
  .ck-col-side{order:-1;}
}
@media(max-width:640px){
  .ck-form-grid{grid-template-columns:1fr;}
  .ck-payments-grid{grid-template-columns:1fr;}
  .ck-actions{flex-direction:column-reverse;}
  .ck-actions .ck-btn{width:100%;}
  .ck-card-body{padding:1.125rem 1.125rem;}
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/detail.blade.php
═══════════════════════════════════════════════════════════ */

    
    /* Container spacing */
.view-product {
    padding-top: 10px;
}

/* product title */
.pro-title{
    font-weight: 700;
    line-height: 1.4;
}

/* price styling */
.product-detail-price .pricing{
    font-size: 22px;
    font-weight: 800;
    color:#111827;
}

.product-detail-price del{
    font-size: 15px;
}

/* gallery image clean look */
.sp-wrap img{
    border-radius: 14px;
    width: 100%;
    object-fit: cover;
}

/* badge */
#offer{
    border-radius: 50px;
    padding: 6px 12px;
}

/* buttons area */
.add-btn{
    border-radius: 10px !important;
    font-weight: 600;
}

/* qty box */
.qty-input2 input{
    max-width: 55px;
    border-radius: 8px;
}

/* tabs styling */
.nav-pills .nav-link{
    border-radius: 30px;
    background:#f3f4f6;
    color:#111;
}

.nav-pills .nav-link.active{
    background:#111827;
    color:#fff;
}

/* card blocks */
.card{
    border-radius: 14px !important;
}

/* description style */
#description p{
    font-size: 15px;
    line-height: 1.8;
}

/* related product carousel cards */
.pro-box{
    border-radius: 16px;
    background:#fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

/* wishlist heart hover */
.btn-Wishlist:hover{
    color:#dc2626;
}

/* mobile spacing */
@media(max-width:768px){
    .pro-title{
        font-size: 18px;
    }
    .product-detail-price .pricing{
        font-size: 18px;
    }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/orders.blade.php
═══════════════════════════════════════════════════════════ */


/* الكارت الرئيسي */
.table-box > .card {
    border: 0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 25px 70px rgba(0,0,0,.06);
}

/* الهيدر */
.settings-box-header {
    background: #fff;
    border-bottom: 1px solid #edf0f5 !important;
}
.settings-box-header h5 {
    font-weight: 700;
    font-size: 18px;
}

/* ===== Stats Boxes (الـ3 فوق) ===== */
.table-top-box a button {
    border-radius: 18px !important;
    padding: 18px !important;
    background: #fff !important;
    border: 1px solid #eef1f6 !important;
    transition: all .25s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,.04);
}
.preparing-box-active p {
    color: black !important;
}
.completed-box-active p {
    color: black !important;
}
.rejected-box-active p {
    color: black !important;
}
.table-top-box a button:hover {

    box-shadow: 0 18px 45px rgba(0,0,0,.08);
}

.table-top-box i {
    font-size: 22px;
}

/* رقم الإحصائية */
.text-start-pro {
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

/* حالات الإحصائيات */
.preparing-box-active {
    border: 2px solid #ffb020 !important;
}
.completed-box-active {
    border: 2px solid #28a745 !important;
}
.rejected-box-active {
    border: 2px solid #dc3545 !important;
}

/* ===== Order Cards ===== */
.card-body .card {
    border: 1px solid #eef1f6;
    border-radius: 18px;
    background: #fff;
    transition: .25s ease;
}

.card-body .card:hover {
    
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

/* خط جانبي للحالة */
.card-body .card::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 5px;
    border-radius: 18px 0 0 18px;
    background: #ddd;
}
.text-bg-warning ~ .card::before { background: #ffb020; }
.text-bg-success ~ .card::before { background: #28a745; }
.text-bg-danger  ~ .card::before { background: #dc3545; }

/* Order ID */
.order-number {
    font-size: 14px;
    color: #666;
}
.order-number span {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

/* السعر */
.card-body .fw-semibold {
    font-size: 18px;
}

/* Badges */
.badge {
    border-radius: 12px;
    padding: 8px 14px;
    font-weight: 600;
    letter-spacing: .3px;
}
.col-xl-9 .card:first-child {
    border: 0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 25px 70px rgba(16, 24, 40, .06);
    overflow: hidden;
}
/* RTL */
html[dir="rtl"] .text-start-pro {
    text-align: right !important;
}

/* Responsive */
@media(max-width:768px){
    .table-top-box {
        flex-direction: column;
        gap: 14px;
    }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/ordersuccess.blade.php
═══════════════════════════════════════════════════════════ */

/* ── Order Success page ── */
.os-wrap{
  min-height:60vh;
  display:flex;align-items:center;justify-content:center;
  padding:3rem 1.25rem 5rem;
}
.os-card{
  background:var(--surface,var(--vl-surface,#fff));
  border:1px solid var(--line,#e5e7eb);
  border-radius:var(--r-lg,18px);
  box-shadow:0 8px 40px rgba(15,23,42,.08);
  padding:3rem 2.5rem;
  max-width:600px;
  width:100%;
  text-align:center;
}
html[data-bz-mode="dark"] .os-card,
html[data-vl-mode="dark"] .os-card{box-shadow:0 8px 40px rgba(0,0,0,.4);}
html[data-vl-mode="dark"] .os-card{background:var(--vl-surface,#131316);border-color:rgba(255,255,255,.1);}

.os-img{
  max-width:220px;
  margin:0 auto 1.75rem;
  display:block;
}
.os-title{
  font-size:22px;font-weight:800;
  color:var(--ink,var(--vl-text,#0f172a));
  margin-bottom:1.5rem;
  line-height:1.3;
}
html[data-bz-mode="dark"] .os-title,
html[data-vl-mode="dark"] .os-title{color:#f1f5f9;}

/* Tracking link row */
.os-track-row{
  display:flex;gap:.5rem;align-items:center;
  margin-bottom:1.75rem;
}
.os-track-input{
  flex:1;
  padding:10px 14px;
  background:var(--soft,var(--vl-surface-2,#f9fafb));
  border:1.5px solid var(--line,#e5e7eb);
  border-radius:var(--r-sm,9px);
  font-size:13px;
  color:var(--ink-2,#475569);
  font-family:inherit;
  min-width:0;
}
html[data-bz-mode="dark"] .os-track-input,
html[data-vl-mode="dark"] .os-track-input{
  background:var(--soft,var(--vl-surface-2,#18181b));
  border-color:rgba(255,255,255,.1);
  color:rgba(255,255,255,.6);
}

/* Action buttons */
.os-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;}
.os-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:11px 22px;
  border-radius:var(--r-sm,9px);
  font-size:14px;font-weight:700;
  cursor:pointer;border:none;text-decoration:none;
  transition:opacity .18s,transform .12s;
  font-family:inherit;line-height:1;
  white-space:nowrap;
}
.os-btn:active{transform:scale(.97);}
.os-btn-primary{background:var(--primary,#6366f1);color:#fff;}
.os-btn-primary:hover{opacity:.88;color:#fff;text-decoration:none;}
.os-btn-copy{background:var(--soft,#f3f4f6);color:var(--ink,#0f172a);border:1.5px solid var(--line,#e5e7eb);}
.os-btn-copy:hover{border-color:var(--primary,#6366f1);color:var(--primary,#6366f1);}
.os-btn-whatsapp{background:#25D366;color:#fff;}
.os-btn-whatsapp:hover{opacity:.88;color:#fff;}
.os-btn-telegram{background:#2CA5E0;color:#fff;}
.os-btn-telegram:hover{opacity:.88;color:#fff;}
html[data-bz-mode="dark"] .os-btn-copy{background:var(--soft,#0f1622);border-color:var(--line,#1f2937);color:var(--ink,#f1f5f9);}
html[data-vl-mode="dark"] .os-btn-copy{background:var(--vl-surface-2,#18181b);border-color:rgba(255,255,255,.12);color:#f1f5f9;}

@media(max-width:520px){
  .os-card{padding:2rem 1.25rem;}
  .os-track-row{flex-direction:column;}
  .os-track-row .os-btn-copy{width:100%;}
  .os-actions{flex-direction:column;}
  .os-btn{width:100%;}
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/productdetail.blade.php
═══════════════════════════════════════════════════════════ */


/* خلفية المودال */
.modal-backdrop.show{
    backdrop-filter: blur(5px);
}

/* صندوق modal */
.modal-content{
    border-radius:26px !important;
    border:0;
    background:#ffffff;
    box-shadow:0 40px 90px rgba(0,0,0,.25);
}modal-body new-modal-wrapper

/* layout العام */
.new-modal-wrapper{
    padding:20px 14px;
}

/* رأس المودال */
.modal-header-clean{
    display:flex;
    justify-content:flex-end;
}


/* صورة المنتج */
.product-preview-box{
    background:#0f172a;
    border-radius:22px;
    padding:10px;
}

#carouseltest img{
    width:100%;
    height:380px;
    object-fit:cover;
    border-radius:16px;
}

/* Badge خصم */
#modal_offer{
    background:#0f172a;
    padding:7px 14px;
    border-radius:40px;
    font-weight:800;
    color:white;
}

/* عنوان المنتج */
.pro-title{
    font-size:24px;
    font-weight:900;
    color:#0f172a;
}

/* الأسعار */
.modal-product-detail-price .pricing{
    font-size:22px;
    font-weight:900;
    color:#0f172a;
}
.modal-product-detail-price del{
    color:#9ca3af!important;
    margin-right:8px;
}

/* tax line */
#modal_tax{
    font-size:12px;
}

/* صندوق meta مثل SKU */
.meta-content{
    background:#f9fafb !important;
    border-radius:16px !important;
    border:1px dashed #e5e7eb;
}

/* خيارات الفاريشن */
#modal_variation label{
    padding:7px 14px;
    border-radius:12px;
    border:1px solid #e5e7eb;
    cursor:pointer;
}
#modal_variation label.active{
    background:#0f172a;
    color:white;
}

/* extras */
.extra-food li{
    padding:6px 10px;
    border-radius:14px;
    background:#f3f4f6;
}

/* عداد الكمية */
.qty-input2{
    background:#f3f4f6;
    border-radius:14px !important;
}
.qty-input2 input{
    width:50px;
    border:0;
    background:transparent;
    font-weight:800;
}

/* buttons */
.btn-store{
    background:#111827 !important;
    color:white !important;
    font-weight:800;
    border-radius:14px;
}
.btn-store-outline{
    border:2px solid #111827 !important;
    color:#111827 !important;
    font-weight:800;
    border-radius:14px;
}

/* social rounded */
.prod-social{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid #ddd;
    border-radius:50%;
}

/* mobile */
@media(max-width:768px){
    #carouseltest img{
        height:230px;
    }
    .pro-title{
        font-size:18px;
    }
}


/* container */
.repsonsive-cart-modal{
    background:#ffffff;
    border-radius:22px;
    padding:18px 14px;
}

/* الخصم */
#modal_offer{
    background:#111827;
    color:white;
    padding:6px 12px;
    border-radius:30px;
    font-weight:800;
}

/* عنوان المنتج */
.pro-title{
    font-weight:900 !important;
    color:#0f172a;
    letter-spacing:.3px;
}

/* السعر */
.modal-product-detail-price .pricing{
    font-size:20px;
    font-weight:900;
    color:#0f172a;
}
.modal-product-detail-price .pro-org-value{
    text-decoration:line-through;
    margin-left:8px;
}

/* tax line */
#modal_tax{
    font-size:12px;
}

/* fake view */
.blink_me{
    animation: blink 1.3s linear infinite;
}
@keyframes blink{
    50%{opacity:0.3;}
}

/* meta box */
.meta-content{
    border-radius:18px !important;
    background:#f9fafb;
    border:1px dashed #d1d5db;
}

/* variation labels */
#modal_variation label.checkbox-inline{
    padding:8px 14px;
    border-radius:14px;
    border:1px solid #e5e7eb;
    cursor:pointer;
    font-weight:600;
}
#modal_variation label.active{
    background:#0f172a;
    color:white;
    border-color:#0f172a;
}

/* extras */
.extra-food li{
    background:#f3f4f6;
    padding:6px 8px;
    border-radius:14px;
}

/* qty buttons */
.qty-input2{
    background:#f3f4f6;
    border-radius:14px !important;
}
.qty-input2 input{
    width:50px;
    background:transparent;
    border:0;
    font-weight:800;
}

/* buttons */
.btn-store{
    background:#111827 !important;
    color:white !important;
    font-weight:800;
    border-radius:14px;
}
.btn-store-outline{
    border:2px solid #111827 !important;
    color:#111827 !important;
    font-weight:800;
    border-radius:14px;
}

/* wishlist + social icon */
.prod-social{
    width:36px;
    height:36px;
    border-radius:50%;
    border:1px solid #e5e7eb;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* شريط الأزرار السفلي في المودال */
#modal_detail_plus_minus{
    padding-top:6px;
}

/* جعل كل الأزرار نفس الارتفاع */
#modal_detail_plus_minus .btn,
#modal_detail_plus_minus a{
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    border-radius:14px;
}

/* زر الاستفسارات */
.btn-enquir{
    background:#10b981 !important;
    color:white !important;
    border:0;
}

/* زر إضافة إلى السلة */
.addtocart{
    background:#020617 !important;
    color:white !important;
}

/* زر اشتري الآن */
.buynow{
    background:white !important;
    color:#020617 !important;
    border:2px solid #020617 !important;
}

/* عداد الكمية */
#modal_detail_plus_minus .qty-input2{
    color:#000;
    -webkit-text-fill-color:#000; /* للمتصفحات اللي بتحب تتفلسف */
}

#modal_detail_plus_minus .qty-input2 input{
    color:white !important;
    width:45px;
    font-size:16px;
}

/* أزرار + و - */
#modal_detail_plus_minus .qty-input2 button{
    color:white !important;
}

/* خط الفصل السفلي */
#modal_detail_plus_minus{
    border-bottom:1px solid #e5e7eb !important;
}

/* خلي الأزرار تحت بعض */
#modal_detail_plus_minus .col-xxl-3,
#modal_detail_plus_minus .col-lg-6,
#modal_detail_plus_minus .col-md-3,
#modal_detail_plus_minus .col-6,
#modal_detail_plus_minus .col-4,
#modal_detail_plus_minus .col-8{
    width:50% !important;
}

/* مسافة بين كل زر */
#modal_detail_plus_minus .btn,
#modal_detail_plus_minus a,
#modal_detail_plus_minus .qty-input2{
    margin-bottom:10px;
}

/* خليه عمود بدل صف */
#modal_detail_plus_minus .row{
    display:flex;
    flex-direction:column;
}

/* عداد الكمية يبقى عرض كامل */
#modal_detail_plus_minus .qty-input2{
    width:100%;
}
.woo_pr_color{
    direction: rtl;
}
#modal_detail_plus_minus .qty-input2 button{
    background:transparent !important; /* يشيل المربع الأسود */
    border:0;
}

#modal_detail_plus_minus .qty-input2 i{
    color:#fff !important; /* الأيقونة تبقى بيضا */
    font-weight:900;
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/profile-shared.blade.php
═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════
   UNIVERSAL CUSTOMER PROFILE — works under any theme.
   ═══════════════════════════════════════════════════════════ */
.up-page {
    /* Profile page surfaces inherit from the platform's dark/light
       tokens so toggling mode flips every card, border, and text
       value here automatically. NO vendor accent is used — the page
       is intentionally neutral (black/white pattern) for guaranteed
       contrast across every store. */
    --up-bg:        var(--ms-bg,    #f6f7fb);
    --up-card:      var(--ms-card,  #ffffff);
    --up-bd:        var(--ms-bd,    #e4e6ed);
    --up-line:      var(--ms-line,  #eef0f5);
    --up-fg1:       var(--ms-fg1,   #0f172a);
    --up-fg2:       var(--ms-fg2,   #475569);
    --up-fg3:       var(--ms-fg3,   #94a3b8);

    /* "Accent" inside the profile UI is the fg colour (B/W via mode)
       — buttons, highlights, ring use the same neutral pattern as the
       auth modal so the page never depends on vendor colours. */
    --up-accent:      var(--up-fg1);
    --up-accent-fg:   var(--up-card);            /* text ON accent — inverts B/W */
    --up-accent-bg:   var(--up-line);
    --up-accent-soft: var(--up-line);
    --up-accent-ring: rgba(0,0,0,.18);

    /* Semantic colours stay — they're not "brand", they're status
       signals (success/warn/danger) that should look the same
       across every theme. */
    --up-success:   var(--ms-success,   #10b981);
    --up-success-bg:var(--ms-success-bg,rgba(16,185,129,.10));
    --up-warn:      var(--ms-warn,      #f59e0b);
    --up-warn-bg:   var(--ms-warn-bg,   rgba(245,158,11,.12));
    --up-danger:    var(--ms-danger,    #ef4444);
    --up-danger-bg: var(--ms-danger-bg, rgba(239,68,68,.10));
    --up-info:      var(--ms-info,      #6366f1);
    --up-info-bg:   var(--ms-info-bg,   rgba(99,102,241,.10));

    --up-r:         14px;
    --up-shadow:    var(--ms-shadow-sm, 0 1px 3px rgba(15,23,42,.04)),
                    0 0 0 1px var(--up-bd);
    background: var(--up-bg);
    color: var(--up-fg1);
    padding: 26px 0 60px;
    min-height: 60vh;
}

/* No per-element dark-mode override block needed — the platform's
   `_tokens.blade.php` already flips every `--ms-*` token when
   `<html>` carries `data-bz-mode="dark"` / `data-vl-mode="dark"`, and
   our locals above alias to those tokens. */
html[data-bz-mode="dark"] .up-page,
html[data-vl-mode="dark"] .up-page {
    --up-accent-ring: rgba(255,255,255,.22);
    --up-shadow:      0 1px 3px rgba(0,0,0,.30), 0 0 0 1px var(--up-bd);
}

.up-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 18px;
}

/* ── Hero card ──────────────────────────────────────────── */
.up-hero {
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: var(--up-r);
    box-shadow: var(--up-shadow);
    padding: 22px 24px;
    margin-bottom: 18px;
}
.up-hero-row {
    display: flex; align-items: center; gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.up-avatar {
    width: 64px; height: 64px;
    border-radius: 50%;
    background: var(--up-accent);
    color: var(--up-accent-fg, #fff);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px; font-weight: 800;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 8px 22px var(--up-accent-ring, rgba(59,130,246,.25));
}
.up-avatar img { width: 100%; height: 100%; object-fit: cover; }
.up-hero-info { flex: 1; min-width: 200px; }
.up-hero-info h1 {
    font-size: 19px;
    font-weight: 800;
    color: var(--up-fg1);
    margin: 0 0 4px;
    letter-spacing: -.02em;
}
.up-hero-info p {
    font-size: 13px;
    color: var(--up-fg3);
    margin: 0 0 6px;
}
.up-hero-meta {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 4px 10px;
    background: var(--up-success-bg);
    color: var(--up-success);
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
}
.up-hero-meta i { font-size: 7px; }

/* Stats grid */
.up-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
@media (max-width: 720px) { .up-stats { grid-template-columns: repeat(2, 1fr); } }
.up-stat {
    display: flex; align-items: center; gap: 12px;
    padding: 14px;
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: 12px;
    transition: transform .15s, box-shadow .15s;
}
.up-stat:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(15,23,42,.04); }
.up-stat-ico {
    width: 40px; height: 40px;
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.up-stat.s-blue   .up-stat-ico { background: var(--up-accent-bg);  color: var(--up-accent); }
.up-stat.s-amber  .up-stat-ico { background: var(--up-warn-bg);    color: var(--up-warn); }
.up-stat.s-green  .up-stat-ico { background: var(--up-success-bg); color: var(--up-success); }
.up-stat.s-red    .up-stat-ico { background: var(--up-danger-bg);  color: var(--up-danger); }
.up-stat-val { font-size: 19px; font-weight: 800; color: var(--up-fg1); line-height: 1.1; letter-spacing: -.02em; }
.up-stat-lbl { font-size: 11.5px; color: var(--up-fg3); font-weight: 600; margin-top: 2px; }

/* ── Layout ──────────────────────────────────────────────── */
.up-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 18px;
    align-items: start;
}
@media (max-width: 900px) { .up-layout { grid-template-columns: 1fr; } }

/* Sidebar nav */
.up-side {
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: var(--up-r);
    box-shadow: var(--up-shadow);
    padding: 10px;
    position: sticky; top: 20px;
}
.up-side-nav { display: flex; flex-direction: column; gap: 2px; }
.up-side-link {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    color: var(--up-fg2);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: background .15s, color .15s;
}
.up-side-link i { width: 16px; font-size: 13px; }
.up-side-link:hover { background: var(--up-line); color: var(--up-fg1); }
.up-side-link.is-active {
    background: var(--up-accent-bg);
    color: var(--up-accent);
}
.up-side-link.is-active i { color: var(--up-accent); }
.up-side-link.is-danger { color: var(--up-danger); }
.up-side-link.is-danger:hover { background: var(--up-danger-bg); color: var(--up-danger); }
.up-side-link small {
    margin-inline-start: auto;
    background: var(--up-accent);
    color: var(--up-accent-fg, #fff);
    padding: 1px 7px;
    border-radius: 999px;
    font-size: 10px; font-weight: 800;
}
.up-side-divider { height: 1px; background: var(--up-line); margin: 6px 4px; }

/* Main panel */
.up-panel {
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: var(--up-r);
    box-shadow: var(--up-shadow);
    padding: 22px 24px;
}
.up-panel-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid var(--up-line);
    flex-wrap: wrap;
}
.up-panel-head h2 {
    display: flex; align-items: center; gap: 8px;
    font-size: 15px;
    font-weight: 800;
    color: var(--up-fg1);
    margin: 0;
    letter-spacing: -.01em;
}
.up-panel-head h2 i { color: var(--up-accent); font-size: 14px; }
.up-panel-head .meta-count {
    font-size: 12px;
    color: var(--up-fg3);
    font-weight: 700;
}

/* Alerts */
.up-alert {
    display: flex; align-items: center; gap: 10px;
    padding: 11px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 600;
}
.up-alert.is-ok  { background: var(--up-success-bg); color: var(--up-success); }
.up-alert.is-err { background: var(--up-danger-bg);  color: var(--up-danger); }

/* Form fields */
.up-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
@media (max-width: 600px) { .up-form-grid { grid-template-columns: 1fr; } }
.up-field { display: block; margin-bottom: 14px; }
.up-field.is-full { grid-column: 1 / -1; }
.up-field label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--up-fg1);
    margin-bottom: 6px;
}
.up-field input,
.up-field textarea {
    width: 100%;
    padding: 11px 13px;
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: 10px;
    color: var(--up-fg1);
    font-size: 13.5px;
    font-family: inherit;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
.up-field input:focus,
.up-field textarea:focus {
    border-color: var(--up-accent);
    box-shadow: 0 0 0 3px var(--up-accent-bg);
}

/* Avatar uploader */
.up-avatar-uploader {
    display: flex; align-items: center; gap: 16px;
    padding: 16px;
    background: var(--up-bg);
    border: 1px dashed var(--up-bd);
    border-radius: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.up-avatar-preview {
    position: relative;
    width: 70px; height: 70px;
    border-radius: 50%;
    background: var(--up-accent);
    color: var(--up-accent-fg, #fff);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 22px;
    overflow: hidden;
    flex-shrink: 0;
}
.up-avatar-preview img { width: 100%; height: 100%; object-fit: cover; }
.up-avatar-info { flex: 1; min-width: 200px; }
.up-avatar-info label {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--up-fg1);
    margin-bottom: 4px;
}
.up-avatar-info p {
    font-size: 11.5px;
    color: var(--up-fg3);
    margin: 0 0 10px;
}
.up-avatar-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 7px 14px;
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: 9px;
    color: var(--up-fg1);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.up-avatar-btn:hover { border-color: var(--up-accent); color: var(--up-accent); }
.up-avatar-file {
    margin-inline-start: 10px;
    font-size: 11.5px;
    color: var(--up-fg3);
}

/* Buttons */
.up-btn {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 10px 18px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid var(--up-bd);
    background: var(--up-card);
    color: var(--up-fg1);
    text-decoration: none;
    transition: all .15s;
    font-family: inherit;
}
.up-btn:hover { border-color: var(--up-accent); color: var(--up-accent); }
.up-btn.is-primary {
    background: var(--up-accent);
    color: var(--up-accent-fg, #fff);
    border-color: transparent;
    box-shadow: 0 6px 16px rgba(var(--up-accent-rgb, 59,130,246), .28);
}
.up-btn.is-primary:hover { color: var(--up-accent-fg, #fff); filter: brightness(1.08); transform: translateY(-1px); }
.up-btn:disabled { opacity: .5; cursor: not-allowed; }

/* Orders list */
.up-orders { display: flex; flex-direction: column; gap: 8px; }
.up-order-row {
    display: flex; align-items: center; gap: 14px;
    padding: 14px;
    background: var(--up-bg);
    border: 1px solid var(--up-bd);
    border-radius: 11px;
    transition: border-color .15s;
}
.up-order-row:hover { border-color: var(--up-accent); }
.up-order-ico {
    width: 40px; height: 40px;
    border-radius: 10px;
    background: var(--up-accent-bg);
    color: var(--up-accent);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.up-order-info { flex: 1; min-width: 0; }
.up-order-info strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--up-fg1);
    margin-bottom: 2px;
}
.up-order-info small { font-size: 11.5px; color: var(--up-fg3); }
.up-order-pill {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}
.up-order-pill.warn    { background: var(--up-warn-bg);    color: var(--up-warn); }
.up-order-pill.info    { background: var(--up-info-bg);    color: var(--up-info); }
.up-order-pill.danger  { background: var(--up-danger-bg);  color: var(--up-danger); }
.up-order-pill.success { background: var(--up-success-bg); color: var(--up-success); }
.up-order-total {
    font-size: 14px;
    font-weight: 800;
    color: var(--up-fg1);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* Empty state */
.up-empty {
    text-align: center;
    padding: 50px 24px;
    color: var(--up-fg3);
}
.up-empty i {
    font-size: 44px;
    color: var(--up-fg3);
    opacity: .5;
    margin-bottom: 14px;
}
.up-empty h3 {
    font-size: 15px;
    font-weight: 800;
    color: var(--up-fg1);
    margin: 0 0 6px;
}
.up-empty p {
    font-size: 12.5px;
    color: var(--up-fg3);
    margin: 0 0 14px;
}

/* Cart tab */
.up-cart-list { display: flex; flex-direction: column; gap: 10px; }
.up-cart-row {
    display: grid;
    grid-template-columns: 76px 1fr auto auto 36px;
    gap: 14px;
    align-items: center;
    padding: 14px;
    background: var(--up-bg);
    border: 1px solid var(--up-bd);
    border-radius: 11px;
}
@media (max-width: 720px) {
    .up-cart-row { grid-template-columns: 56px 1fr; gap: 10px; }
    .up-cart-row .up-cart-qty, .up-cart-row .up-cart-line, .up-cart-row .up-cart-remove { grid-column: 1 / -1; justify-self: end; }
}
.up-cart-img {
    width: 76px; height: 76px;
    border-radius: 10px;
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    color: var(--up-fg3);
}
.up-cart-img img { width: 100%; height: 100%; object-fit: cover; }
.up-cart-info { min-width: 0; }
.up-cart-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--up-fg1);
    text-decoration: none;
    margin-bottom: 2px;
}
.up-cart-name:hover { color: var(--up-accent); }
.up-cart-variant {
    display: block;
    font-size: 11.5px;
    color: var(--up-fg3);
}
.up-cart-unit {
    display: block;
    font-size: 11.5px;
    color: var(--up-fg2);
    margin-top: 4px;
}
.up-cart-qty {
    display: inline-flex; align-items: stretch;
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: 8px;
    overflow: hidden;
}
.up-cart-qty button {
    width: 30px; height: 30px;
    background: transparent;
    border: 0;
    color: var(--up-fg1);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.up-cart-qty button:hover { background: var(--up-line); }
.up-cart-qty-val {
    width: 32px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--up-fg1);
    align-self: center;
}
.up-cart-line {
    font-size: 14px;
    font-weight: 800;
    color: var(--up-fg1);
    white-space: nowrap;
}
.up-cart-remove {
    width: 36px; height: 36px;
    background: transparent;
    border: 1px solid var(--up-bd);
    border-radius: 8px;
    color: var(--up-fg3);
    cursor: pointer;
    transition: all .15s;
}
.up-cart-remove:hover { border-color: var(--up-danger); color: var(--up-danger); background: var(--up-danger-bg); }
.up-cart-foot {
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px;
    margin-top: 18px;
    padding: 18px;
    background: var(--up-bg);
    border-radius: 12px;
    flex-wrap: wrap;
}
.up-cart-totals span { font-size: 12.5px; color: var(--up-fg3); display: block; margin-bottom: 4px; }
.up-cart-totals strong { font-size: 20px; font-weight: 800; color: var(--up-fg1); }
.up-cart-totals small { display: block; font-size: 11px; color: var(--up-fg3); margin-top: 4px; }
.up-cart-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }

/* Tracking */
.up-track-card {
    padding: 18px;
    background: var(--up-bg);
    border: 1px solid var(--up-bd);
    border-radius: 12px;
    margin-bottom: 12px;
}
.up-track-card-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.up-track-card-head strong { display: block; font-size: 14px; font-weight: 800; color: var(--up-fg1); }
.up-track-card-head small { display: block; font-size: 11.5px; color: var(--up-fg3); margin-top: 2px; }
.up-track-card-total { font-size: 15px; font-weight: 800; color: var(--up-fg1); }
.up-track-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.up-track-step {
    text-align: center;
    position: relative;
}
.up-track-step-ico {
    width: 38px; height: 38px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: var(--up-card);
    border: 2px solid var(--up-bd);
    color: var(--up-fg3);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 13px;
    position: relative;
    z-index: 1;
}
.up-track-step.is-done .up-track-step-ico {
    background: var(--up-success);
    border-color: var(--up-success);
    color: var(--up-accent-fg, #fff);
}
.up-track-step.is-current .up-track-step-ico {
    background: var(--up-accent);
    border-color: var(--up-accent);
    color: var(--up-accent-fg, #fff);
    box-shadow: 0 0 0 4px var(--up-accent-bg);
}
.up-track-step::before {
    content: '';
    position: absolute;
    top: 19px;
    inset-inline-start: 50%;
    width: 100%; height: 2px;
    background: var(--up-bd);
    z-index: 0;
}
.up-track-step:last-child::before { display: none; }
.up-track-step.is-done::before { background: var(--up-success); }
.up-track-step-label { font-size: 11.5px; color: var(--up-fg2); font-weight: 600; }
.up-track-step.is-done .up-track-step-label,
.up-track-step.is-current .up-track-step-label { color: var(--up-fg1); font-weight: 700; }
.up-track-cancelled {
    display: flex; align-items: center; gap: 10px;
    padding: 14px;
    background: var(--up-danger-bg);
    color: var(--up-danger);
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
}

/* Wishlist */
.up-wish-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
}
.up-wish-card {
    background: var(--up-bg);
    border: 1px solid var(--up-bd);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform .15s, box-shadow .15s;
}
.up-wish-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(15,23,42,.08); }
.up-wish-img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    background: var(--up-card);
    color: var(--up-fg3);
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    position: relative;
}
.up-wish-img img { width: 100%; height: 100%; object-fit: cover; }
.up-wish-discount {
    position: absolute;
    top: 8px; inset-inline-start: 8px;
    background: var(--up-danger);
    color: var(--up-accent-fg, #fff);
    font-size: 11px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 999px;
}
.up-wish-remove {
    position: absolute;
    top: 8px; inset-inline-end: 8px;
    width: 32px; height: 32px;
    background: rgba(255,255,255,.95);
    border: 0;
    border-radius: 50%;
    color: var(--up-danger);
    cursor: pointer;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(0,0,0,.10);
}
.up-wish-body { padding: 12px 14px; }
.up-wish-name {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--up-fg1);
    text-decoration: none;
    margin-bottom: 6px;
}
.up-wish-name:hover { color: var(--up-accent); }
.up-wish-prices { display: flex; align-items: baseline; gap: 8px; }
.up-wish-price {
    font-size: 14px;
    font-weight: 800;
    color: var(--up-fg1);
}
.up-wish-price-old {
    font-size: 12px;
    color: var(--up-fg3);
    text-decoration: line-through;
}

/* ─── Wallet — redesigned (Phase H) ────────────────────────
   Hero card uses the same inverted-neutral pattern as the auth
   CTA so dark mode flips automatically. A decorative wallet icon
   sits in the corner as a quiet watermark; stat chips break down
   the balance; the Add-money CTA sits inside the card for a
   clear "money in" affordance. */
.up-wallet-hero {
    position: relative;
    background: var(--up-fg1);
    color: var(--up-card);
    border-radius: 18px;
    padding: 24px 26px;
    margin-bottom: 20px;
    overflow: hidden;
    isolation: isolate;
}
.up-wallet-hero::before {
    content: '';
    position: absolute;
    inset-block-start: -40px;
    inset-inline-end: -40px;
    width: 240px; height: 240px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--up-card) 0%, transparent 70%);
    opacity: .04;
    pointer-events: none;
    z-index: 0;
}
.up-wallet-hero__watermark {
    position: absolute;
    inset-block-start: 50%;
    inset-inline-end: -20px;
    transform: translateY(-50%);
    font-size: 180px;
    line-height: 1;
    opacity: .04;
    pointer-events: none;
    z-index: 0;
}
.up-wallet-hero__row {
    position: relative; z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.up-wallet-hero__main { flex: 1; min-width: 200px; }
.up-wallet-hero__label {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 600;
    opacity: .65;
    margin-bottom: 8px;
    letter-spacing: .02em;
    text-transform: uppercase;
}
.up-wallet-hero__label i { font-size: 11px; }
.up-wallet-hero__value {
    display: block;
    font-size: 38px; font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 6px;
    font-variant-numeric: tabular-nums;
}
.up-wallet-hero__hint {
    font-size: 12.5px;
    opacity: .65;
    margin: 0;
    display: inline-flex; align-items: center; gap: 6px;
}
.up-wallet-hero__hint i { font-size: 10px; }

/* Inline CTA inside the hero card */
.up-wallet-hero__cta {
    position: relative; z-index: 1;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    background: var(--up-card);
    color: var(--up-fg1);
    border: 0;
    border-radius: 999px;
    font: inherit; font-size: 14px; font-weight: 700;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    white-space: nowrap;
}
.up-wallet-hero__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .32);
}
.up-wallet-hero__cta i { font-size: 11px; }

/* Stat chips row (under the headline value) */
.up-wallet-hero__stats {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 8px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,.10);
}
html[data-bz-mode="dark"] .up-wallet-hero__stats,
html[data-vl-mode="dark"] .up-wallet-hero__stats { border-top-color: rgba(0,0,0,.12); }
.up-wallet-hero__stat-label {
    display: block;
    font-size: 11px;
    opacity: .6;
    margin-bottom: 3px;
    letter-spacing: .02em;
}
.up-wallet-hero__stat-value {
    display: block;
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

/* Transaction history section */
.up-wallet-section {
    background: var(--up-card);
    border: 1px solid var(--up-bd);
    border-radius: 14px;
    padding: 18px 18px 16px;
}
.up-wallet-section-title {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--up-fg1);
    margin: 0 0 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--up-bd);
}
.up-wallet-section-title-left {
    display: inline-flex; align-items: center; gap: 8px;
}
.up-wallet-section-title-left i { font-size: 12px; color: var(--up-fg2); }
.up-wallet-section-count {
    font-size: 11px;
    color: var(--up-fg3);
    font-weight: 600;
    padding: 3px 10px;
    background: var(--up-line);
    border-radius: 999px;
}

.up-wallet-txns { display: flex; flex-direction: column; gap: 8px; }
.up-wallet-txn-row {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 14px;
    background: var(--up-bg);
    border: 1px solid var(--up-bd);
    border-radius: 12px;
    transition: border-color .15s ease, transform .12s ease;
}
.up-wallet-txn-row:hover {
    transform: translateY(-1px);
    border-color: var(--up-fg3);
}
.up-wallet-txn-ico {
    width: 40px; height: 40px;
    border-radius: 12px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}
.up-wallet-txn-ico--in  { background: var(--up-success-bg); color: var(--up-success); }
.up-wallet-txn-ico--out { background: var(--up-danger-bg);  color: var(--up-danger); }
.up-wallet-txn-info { flex: 1; min-width: 0; }
.up-wallet-txn-info strong {
    display: block;
    font-size: 13.5px;
    font-weight: 700;
    color: var(--up-fg1);
    margin-bottom: 2px;
}
.up-wallet-txn-info small {
    font-size: 11.5px;
    color: var(--up-fg3);
    display: inline-flex; align-items: center; gap: 5px;
}
.up-wallet-txn-amount {
    font-size: 15px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    text-align: end;
}
.up-wallet-txn-amount--in  { color: var(--up-success); }
.up-wallet-txn-amount--out { color: var(--up-danger); }

@media (max-width: 520px) {
    .up-wallet-hero { padding: 20px; }
    .up-wallet-hero__value { font-size: 30px; }
    .up-wallet-hero__row { align-items: stretch; }
    .up-wallet-hero__cta { width: 100%; }
}

/* Add-money modal */
.up-modal-overlay {
    position: fixed; inset: 0;
    background: rgba(10,11,15,.72);
    backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center;
    padding: 20px;
    z-index: 1000;
    opacity: 0; pointer-events: none;
    transition: opacity .2s;
}
.up-modal-overlay.is-open { opacity: 1; pointer-events: auto; }
.up-modal {
    width: 100%; max-width: 460px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: var(--up-card);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    transform: scale(.96);
    transition: transform .2s;
}
.up-modal-overlay.is-open .up-modal { transform: scale(1); }
.up-modal-close {
    position: absolute;
    top: 14px; inset-inline-end: 14px;
    width: 32px; height: 32px;
    background: var(--up-line);
    border: 0;
    border-radius: 50%;
    color: var(--up-fg2);
    cursor: pointer;
}
.up-modal-close:hover { background: var(--up-danger); color: var(--up-accent-fg, #fff); }
.up-modal-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.up-modal-head-ico {
    width: 42px; height: 42px;
    border-radius: 12px;
    background: var(--up-accent-bg);
    color: var(--up-accent);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 18px;
}
.up-modal-head h3 { font-size: 15px; font-weight: 800; color: var(--up-fg1); margin: 0 0 2px; }
.up-modal-head p { font-size: 12px; color: var(--up-fg3); margin: 0; }
.up-modal-field { margin-bottom: 16px; }
.up-modal-field label { display: block; font-size: 12.5px; font-weight: 700; color: var(--up-fg1); margin-bottom: 8px; }
.up-modal-amount-wrap { position: relative; }
.up-modal-amount-wrap input {
    width: 100%; padding: 13px 14px; padding-inline-end: 60px;
    background: var(--up-bg);
    border: 1.5px solid var(--up-bd);
    border-radius: 11px;
    font-size: 18px; font-weight: 700;
    color: var(--up-fg1);
    outline: none;
}
.up-modal-amount-wrap input:focus { border-color: var(--up-accent); }
.up-modal-amount-currency {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    inset-inline-end: 14px;
    font-size: 12px;
    color: var(--up-fg3);
    font-weight: 700;
    pointer-events: none;
}
.up-modal-amount-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 8px; }
.up-modal-amount-chip {
    padding: 6px 12px;
    background: var(--up-bg);
    border: 1px solid var(--up-bd);
    border-radius: 999px;
    font-size: 11.5px;
    font-weight: 700;
    color: var(--up-fg2);
    cursor: pointer;
}
.up-modal-amount-chip:hover { border-color: var(--up-accent); color: var(--up-accent); }
.up-modal-pay-grid { display: flex; flex-direction: column; gap: 8px; }
.up-modal-pay {
    display: flex; align-items: center; gap: 12px;
    padding: 12px;
    background: var(--up-bg);
    border: 1.5px solid var(--up-bd);
    border-radius: 11px;
    cursor: pointer;
    transition: border-color .15s;
}
.up-modal-pay input { display: none; }
.up-modal-pay:hover { border-color: var(--up-accent); }
.up-modal-pay.is-selected { border-color: var(--up-accent); background: var(--up-accent-bg); }
.up-modal-pay-ico {
    width: 36px; height: 36px;
    border-radius: 8px;
    background: var(--up-card);
    display: inline-flex; align-items: center; justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.up-modal-pay-ico img { width: 70%; }
.up-modal-pay-name { flex: 1; font-size: 13px; font-weight: 700; color: var(--up-fg1); }
.up-modal-pay-check {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--up-card);
    border: 2px solid var(--up-bd);
    color: var(--up-card);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 10px;
}
.up-modal-pay.is-selected .up-modal-pay-check {
    background: var(--up-accent);
    border-color: var(--up-accent);
    color: var(--up-accent-fg, #fff);
}
.up-modal-empty {
    padding: 14px;
    background: var(--up-warn-bg);
    color: var(--up-warn);
    border-radius: 10px;
    font-size: 12.5px;
    display: flex; align-items: center; gap: 8px;
}
.up-modal-foot {
    display: flex; gap: 10px; justify-content: flex-end;
    margin-top: 8px;
    padding-top: 18px;
    border-top: 1px solid var(--up-line);
}

html[dir="rtl"] .up-page .fa-arrow-left,
html[dir="rtl"] .up-page .fa-arrow-right { transform: scaleX(-1); }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/profile.blade.php
═══════════════════════════════════════════════════════════ */

/* ===== User Card Only ===== */
.user-form {
    border: 0 !important;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0,0,0,.06);
    overflow: hidden;
}

/* Header */
.user-form .settings-box-header {
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
.user-form .settings-box-header h5 {
    font-weight: 600;
    letter-spacing: .3px;
    color: #111;
}

/* Body spacing */
.user-form .settings-box-body {
    padding: 35px !important;
}

/* Labels */
.user-form .label14 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
}

/* Inputs */
.user-form .form-control {
    border-radius: 12px !important;
    border: 1px solid #e6e9ef;
    background: #f9fafc;
    transition: all .2s ease;
    font-size: 15px;
}
.user-form .form-control:focus {
    background: #fff;
    border-color: #111;
    box-shadow: 0 0 0 4px rgba(0,0,0,.05);
}

/* Profile image */
.user-form img {
    border: 4px solid #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
    transition: .3s;
}
.user-form img:hover {
    transform: scale(1.05);
}

/* Button */
.user-form .btn-store {
    background: #111 !important;
    color: #fff !important;
    border-radius: 8px;
    padding: 12px 35px;
    font-weight: 600;
    border: none;
    transition: .2s;
}
.user-form .btn-store:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

/* Mobile */
@media(max-width:768px){
    .user-form .settings-box-body {
        padding: 20px !important;
    }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/sales_notification.blade.php
═══════════════════════════════════════════════════════════ */


.fake-sale-card{
    position: fixed;
    bottom: 24px;
    z-index: 9999;
    width: 320px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0,0,0,.18);
    padding: 14px 16px;
    opacity: 0;
    transform: translateY(25px);
    transition: all .35s ease;
    font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

.fake-sale-card.left{ left:24px }
.fake-sale-card.right{ right:24px }

.fake-sale-card.show{
    opacity: 1;
    transform: translateY(0);
}

.fake-sale-card.clickable{
    cursor: pointer;
}

.fake-sale-card.clickable:hover{
    box-shadow: 0 18px 45px rgba(0,0,0,.25);
}

.card-content{
    display: flex;
    align-items: center;
    gap: 12px;
}

.text-content{
    flex: 1;
}

.text-content h6{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
}

.text-content .muted{
    display: block;
    margin: 4px 0 6px;
    font-size: 12px;
    color: #777;
}

.text-content a{
    font-size: 13px;
    font-weight: 600;
    color: #22c55e;
    text-decoration: none;
}

.text-content a:hover{
    text-decoration: underline;
}

.card-content img{
    width: 58px;
    height: 58px;
    border-radius: 10px;
    object-fit: cover;
    background: #f3f3f3;
    flex-shrink: 0;
}

.close-btn{
    position: absolute;
    top: 6px;
    right: 8px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    color: #aaa;
    z-index: 2;
}

.close-btn:hover{
    color: #000;
}

/* موبايل */
@media (max-width: 480px){
    .fake-sale-card{
        width: calc(100% - 30px);
        left: 15px !important;
        right: 15px !important;
    }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/search.blade.php
═══════════════════════════════════════════════════════════ */

    
    /* غلاف القسم */
.productsearch{
    padding-top: 10px;
    padding-bottom: 25px;
}

/* كارت البحث الخارجي */
.filter-card{
    border-radius: 22px;
    border: 1px solid #e2e8f0;
    box-shadow:
        0 25px 70px rgba(0,0,0,.08),
        0 8px 20px rgba(0,0,0,.05);
    transform-style: preserve-3d;
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(10px);
}


/* حقول الإدخال */
.form-select,
.form-control{
    border-radius: 14px !important;
    border: 1px solid #dbe2ea;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0,0,0,.05);
}

/* داخل الحقل */
.form-control::placeholder{
    color:#94a3b8;
}

/* عند التركيز */
.form-control:focus,
.form-select:focus{
    border-color:#6366f1;
    box-shadow: 0 0 0 3px rgba(99,102,241,.25);
}

/* زر البحث */
.btn-store{
    border-radius: 14px;
    font-weight: 900;
    color:#fff;
 
    border:0;
    transition:.25s;
}


/* ترتيب الحقول في الموبايل بشكل جميل */
@media(max-width:768px){
    .filter-widget{
        gap: 10px !important;
    }
}
/* الشبكة العامة */
.custom-product-column{
    padding: 6px;
}

/* الكرت */
.pro-box{
        height: 100%;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    box-shadow:
        0 25px 60px rgba(0,0,0,.06),
        0 8px 18px rgba(0,0,0,.04);
    transition:.25s ease;
    position: relative;
}

/* تأثير hover */
.pro-box:hover{
    transform: translateY(-6px) scale(1.01);
    box-shadow:
        0 40px 120px rgba(0,0,0,.12),
        0 10px 25px rgba(0,0,0,.08);
}

/* صورة المنتج */
.pro-img{
    position: relative;
    padding: 10px;
    background: linear-gradient(135deg,#f8fafc,#ffffff);
}

.pro-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    /* border-radius: 16px; */
    background: #ffffff;
}

/* لاصق الخصم + القلب */
.sale-heart{
    position:absolute;
    top:10px;
    inset-inline-start:10px;
    inset-inline-end:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* badge الخصم */
.sale-label-on{
    color:#fff;
    padding:4px 10px;
    border-radius:20px;
    font-weight:900;
    font-size:12px;
    box-shadow:0 10px 25px rgba(0,0,0,.2);
}

/* زر القلب */
.btn-Wishlist{
    background:#ffffff;
    width:32px;
    height:32px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}


/* تفاصيل المنتج */
.product-details-wrap{
    padding: 10px 14px 0 14px;
}

.product-details-wrap h4{
    font-size: 15px;
    font-weight: 900;
    color:#0f172a;
    line-height: 1.5;
}

/* الفوتر */
.pro-footer{
    padding: 10px 14px 14px 14px;
    border-top:1px solid #f1f5f9;
}

/* السعر */
.pro-pricing{
    font-size:17px;
    font-weight:900;
    color:#0f172a;
}

/* السعر القديم */
.pro-org-value{
    text-decoration: line-through;
    color:#94a3b8;
    font-weight:700;
}

/* حالة المخزون */
.in-stock,
.out-stock{
    display:flex;
    gap:6px;
    align-items:center;
    font-weight:800;
    font-size:12px;
}

.in-stock-indicator-dot,
.out-stock-indicator-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    display:inline-block;
}

.in-stock-indicator-dot{
    background:#22c55e;
}

.out-stock-indicator-dot{
    background:#ef4444;
}

/* زر الإضافة للسلة */
.btn-content{
    color:#fff;
    border:0;
    font-weight:900;
    box-shadow:0 15px 40px rgba(99,102,241,.25);
    transition:.2s;
}

.btn-content:hover{
    transform: translateY(-2px);
}

/* النجوم */
.rating-star{
    font-weight:900;
    color:#facc15;
}

/* موبايل تحسين */
@media(max-width:768px){
    .pro-img img{
        height:150px;
    }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/view-cart-bar.blade.php
═══════════════════════════════════════════════════════════ */

    
    /* ================= VIEW CART BAR NEW DESIGN ================= */

.view-cart-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background:#ffffff;
    box-shadow: 0 -15px 40px rgba(0,0,0,.15);
    padding: 14px 0;
    z-index: 9999;
    border-radius:20px 20px 0 0;
}

/* fade in animation */
.view-cart-bar-2{
    animation: slideUp .4s ease;
}

@keyframes slideUp{
    from{ transform:translateY(100%); opacity:0 }
    to{ transform:translateY(0%); opacity:1 }
}

/* product image */
.view-cart-bar .product-img{
    width:70px;
    height:70px;
    border-radius:12px;
    overflow:hidden;
}

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

/* product title */
.view-cart-bar h5{
    font-size:16px;
    margin:0;
}

/* price style */
.view-cart-bar .detail_item_price{
    font-size:18px;
    font-weight:800;
    color:#111827;
}

.view-cart-bar del{
    font-size:12px;
}

/* quantity box */
.view-cart-bar .qty-input2{
    background:#f3f4f6;
    border-radius:12px !important;
}

.view-cart-bar .qty-input2 input{
    width:45px;
    border:none;
    background:transparent;
    font-weight:700;
}

/* main buttons */
.view-cart-bar .btn-store{
    background:#111827;
    color:white;
    border-radius:12px;
    font-weight:700;
}

.view-cart-bar .btn-store-outline{
    border:2px solid #111827;
    color:#111827;
    border-radius:12px;
    font-weight:700;
}

/* close button */
.close-btn-view{
    border-radius:12px !important;
    background:#f3f4f6;
    width:100%;
}
.close-btn-view:hover{
    background:#111827;
    color:white;
}

/* responsive improvements */
@media(max-width:768px){
    .view-cart-bar .product-img{
        width:55px;
        height:55px;
    }
    .view-cart-bar h5{
        font-size:14px;
    }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/core/branding/footer-credit.blade.php
═══════════════════════════════════════════════════════════ */

        .core-credit {
            display: inline-flex; align-items: center; gap: 6px;
            flex-wrap: wrap;
            font-size: 12.5px; font-weight: 500;
            letter-spacing: .01em;
            color: inherit;
            line-height: 1.6;
        }
        .core-credit--block { gap: 8px; }
        .core-credit__link {
            color: inherit;
            text-decoration: none;
            border-bottom: 1px solid currentColor;
            font-weight: 600;
            transition: opacity .15s ease;
        }
        .core-credit__link:hover { opacity: .75; }
        .core-credit__sep {
            opacity: .55;
            margin: 0 2px;
        }
        .core-credit--badge {
            display: inline-flex; align-items: center; gap: 6px;
            padding: 6px 14px;
            background: rgba(0,0,0,.06);
            border-radius: 999px;
            font-size: 12px; font-weight: 600;
            text-decoration: none; color: inherit;
            transition: background .15s ease;
        }
        .core-credit--badge:hover { background: rgba(0,0,0,.10); color: inherit; }
        html[data-bz-mode="dark"] .core-credit--badge,
        html[data-vl-mode="dark"] .core-credit--badge {
            background: rgba(255,255,255,.08);
        }
        html[data-bz-mode="dark"] .core-credit--badge:hover,
        html[data-vl-mode="dark"] .core-credit--badge:hover {
            background: rgba(255,255,255,.14);
        }
    

/* ═══════════════════════════════════════════════════════════
   Extracted from: front/shared/product-detail.blade.php
═══════════════════════════════════════════════════════════ */

    .ms-pd {
        background: var(--ms-bg, #f6f7fb);
        color: var(--ms-fg1, #0f172a);
        padding: 28px 0 60px;
        min-height: 60vh;
    }
    .ms-pd__container { max-width: 1200px; margin: 0 auto; padding: 0 18px; }

    .ms-pd__crumb {
        font-size: var(--ms-text-xs, 11.5px);
        color: var(--ms-fg3, #94a3b8);
        margin-bottom: 14px;
        display: flex; align-items: center; gap: 6px;
    }
    .ms-pd__crumb a { color: inherit; text-decoration: none; }
    .ms-pd__crumb a:hover { color: var(--ms-accent, var(--ms-primary)); }

    .ms-pd__grid {
        display: grid;
        grid-template-columns: 1.05fr 1fr;
        gap: 32px;
        align-items: start;
    }
    @media (max-width: 880px) { .ms-pd__grid { grid-template-columns: 1fr; gap: 22px; } }

    /* Gallery */
    .ms-pd__gallery { display: flex; flex-direction: column; gap: 12px; }
    .ms-pd__main {
        aspect-ratio: 4/3;
        background: var(--ms-card, #fff);
        border: 1px solid var(--ms-bd, #e4e6ed);
        border-radius: var(--ms-radius-lg, 16px);
        overflow: hidden;
        display: flex; align-items: center; justify-content: center;
    }
    .ms-pd__main img { width: 100%; height: 100%; object-fit: cover; }
    .ms-pd__thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
    .ms-pd__thumb {
        aspect-ratio: 1/1;
        border: 1.5px solid var(--ms-bd, #e4e6ed);
        background: var(--ms-card, #fff);
        border-radius: var(--ms-radius-md, 12px);
        overflow: hidden;
        cursor: pointer;
        padding: 0;
        transition: border-color .15s, transform .15s;
    }
    .ms-pd__thumb img { width:100%; height:100%; object-fit:cover; }
    .ms-pd__thumb:hover { transform: translateY(-1px); }
    .ms-pd__thumb.is-active {
        border-color: var(--ms-accent, var(--ms-primary));
        box-shadow: 0 0 0 3px rgba(var(--ms-accent-rgb, var(--ms-primary-rgb)), .15);
    }

    /* Info column */
    .ms-pd__info { display: flex; flex-direction: column; gap: 18px; }
    .ms-pd__title {
        font-size: var(--ms-text-2xl, 28px);
        font-weight: var(--ms-weight-bold, 800);
        margin: 0; letter-spacing: -.02em;
        line-height: 1.25;
    }
    .ms-pd__meta {
        display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
        font-size: var(--ms-text-sm, 13px);
        color: var(--ms-fg3, #94a3b8);
    }
    .ms-pd__rating {
        display: inline-flex; align-items: center; gap: 4px;
        background: rgba(245, 158, 11, .10); color: #b45309;
        padding: 4px 10px; border-radius: var(--ms-radius-full, 999px);
        font-weight: var(--ms-weight-med, 600);
    }
    .ms-pd__rating i { font-size: 11px; color: #f59e0b; }

    .ms-pd__price-row {
        display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap;
    }
    .ms-pd__price-now {
        font-size: 28px; font-weight: 800;
        color: var(--ms-accent, var(--ms-primary, #3b82f6));
    }
    .ms-pd__price-was {
        font-size: 16px; color: var(--ms-fg3); text-decoration: line-through;
    }
    .ms-pd__discount {
        font-size: 12px; font-weight: 700;
        background: rgba(239,68,68,.10); color: #dc2626;
        padding: 4px 10px; border-radius: 999px;
    }

    /* Variant pickers */
    .ms-pd__variants { display: flex; flex-direction: column; gap: 14px; }
    .ms-pd__group {
        display: flex; flex-direction: column; gap: 8px;
    }
    .ms-pd__group-label {
        font-size: var(--ms-text-sm, 13px);
        font-weight: var(--ms-weight-med, 600);
        color: var(--ms-fg2, #475569);
    }
    .ms-pd__opts { display: flex; flex-wrap: wrap; gap: 8px; }
    .ms-pd__opt {
        min-width: 48px;
        padding: 8px 14px;
        border: 1.5px solid var(--ms-bd, #e4e6ed);
        background: var(--ms-card, #fff);
        color: var(--ms-fg1, #0f172a);
        border-radius: var(--ms-radius-md, 12px);
        font-size: 13.5px; font-weight: 500;
        cursor: pointer;
        transition: border-color .15s, color .15s, background .15s;
    }
    .ms-pd__opt:hover { border-color: var(--ms-accent, var(--ms-primary)); }
    .ms-pd__opt.is-active {
        background: var(--ms-accent, var(--ms-primary));
        border-color: var(--ms-accent, var(--ms-primary));
        color: #fff;
    }

    /* Extras */
    .ms-pd__extras { display: flex; flex-direction: column; gap: 8px; }
    .ms-pd__extra-row {
        display: flex; align-items: center; justify-content: space-between;
        padding: 10px 14px;
        background: var(--ms-card, #fff);
        border: 1px solid var(--ms-bd, #e4e6ed);
        border-radius: var(--ms-radius-md, 12px);
        cursor: pointer;
    }
    .ms-pd__extra-name { font-size: 13.5px; font-weight: 500; }
    .ms-pd__extra-price { font-size: 13px; font-weight: 600; color: var(--ms-accent, var(--ms-primary)); }

    /* Quantity stepper */
    .ms-pd__qty {
        display: inline-flex; align-items: center; gap: 0;
        border: 1px solid var(--ms-bd, #e4e6ed);
        border-radius: var(--ms-radius-full, 999px);
        background: var(--ms-card, #fff);
        overflow: hidden;
    }
    .ms-pd__qty button {
        width: 40px; height: 44px;
        border: 0; background: transparent;
        color: var(--ms-fg1, #0f172a); cursor: pointer;
        font-size: 14px;
    }
    .ms-pd__qty button:hover { background: rgba(0,0,0,.05); }
    .ms-pd__qty input {
        width: 56px; height: 44px;
        text-align: center;
        border: 0; background: transparent;
        font-size: 15px; font-weight: 600;
        color: var(--ms-fg1, #0f172a);
        -moz-appearance: textfield;
    }
    .ms-pd__qty input::-webkit-outer-spin-button,
    .ms-pd__qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

    .ms-pd__stock {
        font-size: 12.5px; font-weight: 600;
        display: inline-flex; align-items: center; gap: 6px;
    }
    .ms-pd__stock[data-state="out"] { color: #dc2626; }
    .ms-pd__stock[data-state="low"] { color: #b45309; }
    .ms-pd__stock[data-state="ok"]  { color: #047857; }

    .ms-pd__actions { display: flex; gap: 10px; flex-wrap: wrap; }

    .ms-pd__description {
        margin-top: 28px;
        background: var(--ms-card, #fff);
        border: 1px solid var(--ms-bd, #e4e6ed);
        border-radius: var(--ms-radius-lg, 16px);
        padding: 22px;
    }
    .ms-pd__description h2 {
        font-size: var(--ms-text-lg, 17px);
        font-weight: var(--ms-weight-bold, 800);
        margin: 0 0 10px;
    }
    .ms-pd__description-body { font-size: 14px; line-height: 1.7; color: var(--ms-fg2, #475569); }
    .ms-pd__description-body :is(p,ul,ol) { margin: 0 0 12px; }

    .ms-pd__related {
        margin-top: 32px;
    }
    .ms-pd__related h2 {
        font-size: var(--ms-text-xl, 22px);
        font-weight: var(--ms-weight-bold, 800);
        margin: 0 0 16px;
    }
    .ms-pd__related-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 14px;
    }
    @media (max-width: 640px) { .ms-pd__related-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/shared/search.blade.php
═══════════════════════════════════════════════════════════ */

    /* Page shell — uses platform tokens so it inherits the vendor's
       brand colours and dark mode automatically. */
    .ms-search {
        background: var(--ms-bg, #f6f7fb);
        color: var(--ms-fg1, #0f172a);
        padding: 28px 0 60px;
        min-height: 60vh;
    }
    .ms-search__container { max-width: 1200px; margin: 0 auto; padding: 0 18px; }

    .ms-search__head { margin-bottom: 20px; }
    .ms-search__title {
        font-size: var(--ms-text-2xl, 24px);
        font-weight: var(--ms-weight-bold, 800);
        letter-spacing: -.02em; margin: 0 0 6px;
    }
    .ms-search__sub {
        font-size: var(--ms-text-sm, 13px);
        color: var(--ms-fg2, #475569); margin: 0;
    }

    /* Filter bar */
    .ms-search__bar {
        display: grid;
        grid-template-columns: 1fr 220px 220px;
        gap: 10px;
        margin-bottom: 18px;
        background: var(--ms-card, #fff);
        border: 1px solid var(--ms-bd, #e4e6ed);
        border-radius: var(--ms-radius-lg, 16px);
        padding: 12px;
    }
    @media (max-width: 720px) {
        .ms-search__bar { grid-template-columns: 1fr; }
    }
    .ms-search__input-wrap { position: relative; }
    .ms-search__input-wrap i {
        position: absolute; top: 50%; transform: translateY(-50%);
        inset-inline-start: 14px;
        color: var(--ms-fg3, #94a3b8); font-size: 14px;
    }
    .ms-search__input,
    .ms-search__select {
        width: 100%; height: 44px;
        border: 1px solid var(--ms-bd, #e4e6ed);
        background: var(--ms-input-bg, #fff);
        color: var(--ms-fg1, #0f172a);
        border-radius: var(--ms-radius-md, 12px);
        font: inherit; font-size: 14px;
        padding: 0 14px;
        outline: none;
        transition: border-color .15s ease, box-shadow .15s ease;
    }
    .ms-search__input { padding-inline-start: 40px; }
    .ms-search__input:focus, .ms-search__select:focus {
        border-color: var(--ms-accent, var(--ms-primary, #3b82f6));
        box-shadow: 0 0 0 4px rgba(var(--ms-accent-rgb, var(--ms-primary-rgb, 59,130,246)), .15);
    }

    /* Status + count */
    .ms-search__status {
        font-size: var(--ms-text-sm, 13px);
        color: var(--ms-fg2, #475569);
        margin-bottom: 14px;
        display: flex; align-items: center; gap: 8px; min-height: 18px;
    }
    .ms-search__status.is-loading::before {
        content: '';
        width: 12px; height: 12px;
        border: 2px solid currentColor; border-right-color: transparent;
        border-radius: 50%; display: inline-block;
        animation: ms-search-spin .7s linear infinite;
    }
    @keyframes ms-search-spin { to { transform: rotate(360deg); } }

    /* Results grid */
    .ms-search__list {
        display: grid; gap: 14px;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        position: relative;
        min-height: 200px;
    }
    @media (max-width: 640px) {
        .ms-search__list { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    }
    .ms-search__list.is-loading { opacity: .55; pointer-events: none; transition: opacity .2s ease; }
    .ms-search__list[data-empty="1"] + .ms-search__empty { display: block; }
    .ms-search__empty { display: none; margin-top: 18px; }

    /* Pager */
    .ms-search__pager {
        display: flex; align-items: center; justify-content: center; gap: 12px;
        margin-top: 24px;
    }
    .ms-pager__btn {
        width: 38px; height: 38px;
        border: 1px solid var(--ms-bd, #e4e6ed);
        background: var(--ms-card, #fff);
        color: var(--ms-fg2, #475569);
        border-radius: var(--ms-radius-full, 999px);
        cursor: pointer; transition: background .15s, color .15s, border-color .15s;
        display: inline-flex; align-items: center; justify-content: center;
    }
    .ms-pager__btn:hover:not([disabled]) {
        border-color: var(--ms-accent, var(--ms-primary, #3b82f6));
        color: var(--ms-accent, var(--ms-primary, #3b82f6));
    }
    .ms-pager__btn[disabled] { opacity: .35; cursor: not-allowed; }
    .ms-pager__info {
        font-size: var(--ms-text-sm, 13px);
        font-weight: var(--ms-weight-med, 600);
        color: var(--ms-fg2, #475569);
    }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/shared/auth/forgot-password.blade.php
═══════════════════════════════════════════════════════════ */

    .ms-auth-page { background: var(--ms-bg, #f6f7fb); min-height: 100vh; }
    .ms-auth__back { text-align: center; margin-top: 6px; }
    .ms-auth__link {
        display: inline-flex; align-items: center; gap: 6px;
        font-size: 13px; font-weight: 600;
        color: var(--ms-accent, var(--ms-primary, #3b82f6));
        text-decoration: none;
    }
    .ms-auth__link:hover { text-decoration: underline; }
    .ms-auth__success {
        display: inline-flex; align-items: center; gap: 8px;
        padding: 10px 14px;
        background: rgba(16,185,129,.10); color: #047857;
        border-radius: 10px;
        font-size: 13px;
    }
    html[data-bz-mode="dark"] .ms-auth-page,
    html[data-vl-mode="dark"] .ms-auth-page { background: #0c0c0e; }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/shared/auth/login.blade.php
═══════════════════════════════════════════════════════════ */

    .ms-auth-page { background: var(--ms-bg, #f6f7fb); min-height: 100vh; }
    .ms-auth__row {
        display: flex; align-items: center; justify-content: space-between;
        gap: 10px; flex-wrap: wrap;
    }
    .ms-auth__forgot {
        font-size: 12.5px; font-weight: 500;
        color: var(--ms-accent, var(--ms-primary, #3b82f6));
        text-decoration: none;
    }
    .ms-auth__forgot:hover { text-decoration: underline; }
    .ms-auth__divider {
        position: relative; text-align: center;
        margin: 4px 0;
        font-size: 12px; color: var(--ms-fg3, #94a3b8);
    }
    .ms-auth__divider::before, .ms-auth__divider::after {
        content: ''; position: absolute; top: 50%;
        width: calc(50% - 80px); height: 1px;
        background: var(--ms-bd, #e4e6ed);
    }
    .ms-auth__divider::before { inset-inline-start: 0; }
    .ms-auth__divider::after  { inset-inline-end: 0; }
    .ms-auth__success {
        display: inline-flex; align-items: center; gap: 8px;
        padding: 10px 14px;
        background: rgba(16,185,129,.10); color: #047857;
        border-radius: 10px;
        font-size: 13px;
    }
    html[data-bz-mode="dark"] .ms-auth-page,
    html[data-vl-mode="dark"] .ms-auth-page { background: #0c0c0e; }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/shared/auth/register.blade.php
═══════════════════════════════════════════════════════════ */

    .ms-auth-page { background: var(--ms-bg, #f6f7fb); min-height: 100vh; }
    .ms-auth__link {
        color: var(--ms-accent, var(--ms-primary, #3b82f6));
        text-decoration: none; font-weight: 600;
    }
    .ms-auth__link:hover { text-decoration: underline; }
    .ms-auth__divider {
        position: relative; text-align: center;
        margin: 4px 0;
        font-size: 12px; color: var(--ms-fg3, #94a3b8);
    }
    .ms-auth__divider::before, .ms-auth__divider::after {
        content: ''; position: absolute; top: 50%;
        width: calc(50% - 100px); height: 1px;
        background: var(--ms-bd, #e4e6ed);
    }
    .ms-auth__divider::before { inset-inline-start: 0; }
    .ms-auth__divider::after  { inset-inline-end: 0; }
    html[data-bz-mode="dark"] .ms-auth-page,
    html[data-vl-mode="dark"] .ms-auth-page { background: #0c0c0e; }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/template-bazaaria/layout/presentation-preset.blade.php
═══════════════════════════════════════════════════════════ */

    :root {
        /* Cards lift and round more — that's Bazaaria's look. */
        --ms-card-radius:      18px;
        --ms-card-padding-y:   20px;
        --ms-card-padding-x:   22px;
        --ms-card-shadow:      0 6px 18px rgba(15, 23, 42, .06);

        /* Buttons keep the pill but get more body. */
        --ms-button-radius:    999px;
        --ms-button-height:    48px;
        --ms-button-padding-x: 22px;
        --ms-button-shadow:    0 6px 16px rgba(0, 0, 0, .10);

        /* Form controls follow card radius (matched corners). */
        --ms-control-radius:   14px;
        --ms-control-height:   48px;
        --ms-control-padding-x:16px;

        /* Breathy rhythm — more whitespace between sections. */
        --ms-rhythm-tight:     10px;
        --ms-rhythm-base:      16px;
        --ms-rhythm-loose:     28px;
        --ms-section-gap:      28px;
        --ms-page-padding-x:   20px;

        /* Display headings carry a bit more weight here. */
        --ms-heading-weight:   800;
        --ms-heading-tracking: -0.022em;
    }
    html[data-bz-mode="dark"] {
        --ms-card-shadow:      0 6px 18px rgba(0, 0, 0, .42);
        --ms-button-shadow:    0 6px 16px rgba(0, 0, 0, .35);
    }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/template-bazaaria/pages/categories.blade.php
═══════════════════════════════════════════════════════════ */

  .bz-cats-hero { padding: 26px 0 18px; text-align: center; }
  .bz-cats-hero h1 { font-size: clamp(22px, 3.2vw, 32px); font-weight: 900; color: var(--ink); letter-spacing: -.02em; margin-bottom: 6px; }
  .bz-cats-hero p  { font-size: 13.5px; color: var(--ink-2); max-width: 580px; margin: 0 auto; }
  .bz-cats-hero-count {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; border-radius: var(--r-pill);
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    color: var(--primary);
    border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent);
    font-size: 12px; font-weight: 800; margin-top: 10px;
  }
  html[data-bz-mode="dark"] .bz-cats-hero-count { color: var(--ink); }

  .bz-cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px; margin-bottom: 40px;
  }
  .bz-cat-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 18px;
    display: flex; flex-direction: column; gap: 14px;
    transition: transform .15s, box-shadow .15s, border-color .15s;
    text-decoration: none; color: inherit;
  }
  .bz-cat-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -20px rgba(15,23,42,.18); border-color: var(--ink-3); }
  .bz-cat-card-head { display: flex; align-items: center; gap: 12px; }
  .bz-cat-card-ico {
    width: 48px; height: 48px; border-radius: 14px;
    background: var(--soft); border: 1px solid var(--line);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ink); font-size: 18px; overflow: hidden; flex-shrink: 0;
  }
  .bz-cat-card-ico img { width: 100%; height: 100%; object-fit: cover; }
  .bz-cat-card-info { flex: 1; min-width: 0; }
  .bz-cat-card-info strong { display: block; font-size: 15px; font-weight: 900; color: var(--ink); margin-bottom: 2px; letter-spacing: -.01em; }
  .bz-cat-card-info small { font-size: 11.5px; color: var(--ink-3); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
  .bz-cat-card-arrow {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--soft); color: var(--ink-2);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 11px; flex-shrink: 0;
    transition: background .15s, color .15s;
  }
  .bz-cat-card:hover .bz-cat-card-arrow { background: var(--primary); color: var(--surface); }
  html[data-bz-mode="dark"] .bz-cat-card:hover .bz-cat-card-arrow { color: #0b0f17; }
  .bz-cat-card-preview {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
  }
  .bz-cat-card-thumb {
    aspect-ratio: 1; background: var(--soft);
    border-radius: 8px; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-3); font-size: 16px;
  }
  .bz-cat-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .bz-cat-card-empty {
    grid-column: 1 / -1; aspect-ratio: 4 / 1;
    background: var(--soft); border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-3); font-size: 11px; font-weight: 600;
  }

  .bz-cats-empty {
    padding: 80px 24px; text-align: center;
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r-lg); margin-bottom: 40px;
  }
  .bz-cats-empty i { font-size: 48px; color: var(--ink-3); margin-bottom: 14px; display: block; }
  .bz-cats-empty h3 { font-size: 17px; font-weight: 900; color: var(--ink); margin-bottom: 6px; }
  .bz-cats-empty p { font-size: 13px; color: var(--ink-2); }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/template-bazaaria/pages/category.blade.php
═══════════════════════════════════════════════════════════ */

  /* Category-page only overrides — main styles live in /storage/.../style.css */
  .bz-cat-page-hero {
    padding: 28px 0 18px; text-align: center;
  }
  .bz-cat-page-hero h1 {
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 900; color: var(--ink); letter-spacing: -.02em;
    margin-bottom: 6px;
  }
  .bz-cat-page-hero p { font-size: 13.5px; color: var(--ink-2); }
  .bz-cat-page-hero-count {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; border-radius: var(--r-pill);
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    color: var(--primary); font-size: 12px; font-weight: 800;
    margin-top: 10px;
    border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent);
  }
  html[data-bz-mode="dark"] .bz-cat-page-hero-count { color: var(--ink); }

  /* Sidebar + grid layout */
  .bz-cat-page-layout { display: grid; grid-template-columns: 240px 1fr; gap: 18px; margin-bottom: 40px; }
  @media (max-width: 860px) { .bz-cat-page-layout { grid-template-columns: 1fr; } }
  .bz-cat-sidebar {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r-md); padding: 14px;
    height: fit-content; position: sticky; top: 130px;
  }
  .bz-cat-sidebar h3 {
    font-size: 13px; font-weight: 800; color: var(--ink-3);
    text-transform: uppercase; letter-spacing: .06em;
    padding: 6px 13px 12px; border-bottom: 1px solid var(--line); margin-bottom: 8px;
  }
  .bz-cat-side-link {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; border-radius: 10px;
    font-size: 13px; font-weight: 600; color: var(--ink-2);
    transition: background .15s, color .15s;
    text-decoration: none;
  }
  .bz-cat-side-link i { width: 16px; font-size: 12px; color: var(--ink-3); text-align: center; }
  .bz-cat-side-link:hover { background: var(--soft); color: var(--ink); }
  .bz-cat-side-link.is-active {
    background: var(--primary); color: var(--surface);
  }
  html[data-bz-mode="dark"] .bz-cat-side-link.is-active { color: #0b0f17; }
  .bz-cat-side-link.is-active i { color: inherit !important; }
  .bz-cat-side-link small { margin-inline-start: auto; font-size: 11px; opacity: .7; font-weight: 700; }

  /* Empty / pagination */
  .bz-cat-empty {
    padding: 60px 24px; text-align: center;
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r-lg);
  }
  .bz-cat-empty-icon {
    width: 84px; height: 84px; border-radius: 50%;
    background: var(--soft); margin: 0 auto 18px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ink-3); font-size: 36px;
  }
  .bz-cat-empty h3 { font-size: 18px; font-weight: 900; color: var(--ink); margin-bottom: 8px; }
  .bz-cat-empty p { font-size: 13px; color: var(--ink-2); margin-bottom: 22px; }
  .bz-cat-empty-cta {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 24px; border-radius: var(--r-pill);
    background: var(--ink); color: var(--surface);
    font-size: 13px; font-weight: 800;
  }
  html[data-bz-mode="dark"] .bz-cat-empty-cta { color: #0b0f17; }

  .bz-cat-pagination { margin-top: 22px; display: flex; justify-content: center; }
  .bz-cat-pagination .pagination { display: inline-flex; gap: 6px; list-style: none; padding: 0; }
  .bz-cat-pagination .page-item .page-link {
    min-width: 36px; height: 36px; padding: 0 12px;
    border-radius: 10px; background: var(--surface); border: 1px solid var(--line);
    color: var(--ink); font-size: 13px; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    text-decoration: none; transition: background .15s, border-color .15s;
  }
  .bz-cat-pagination .page-item .page-link:hover { background: var(--soft); border-color: var(--ink-3); }
  .bz-cat-pagination .page-item.active .page-link { background: var(--primary); color: var(--surface); border-color: var(--primary); }
  html[data-bz-mode="dark"] .bz-cat-pagination .page-item.active .page-link { color: #0b0f17; }
  .bz-cat-pagination .page-item.disabled .page-link { opacity: .45; cursor: not-allowed; }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/template-velora/layout/presentation-preset.blade.php
═══════════════════════════════════════════════════════════ */

    :root {
        /* Tighter radii — editorial feel. */
        --ms-card-radius:      10px;
        --ms-card-padding-y:   18px;
        --ms-card-padding-x:   20px;
        --ms-card-shadow:      0 1px 2px rgba(15, 23, 42, .04),
                               0 0 0 1px rgba(15, 23, 42, .04);

        /* Buttons: not pills, refined corners. */
        --ms-button-radius:    10px;
        --ms-button-height:    46px;
        --ms-button-padding-x: 20px;
        --ms-button-shadow:    0 2px 8px rgba(0, 0, 0, .12);

        /* Controls match button radius — coherent rectangular look. */
        --ms-control-radius:   10px;
        --ms-control-height:   46px;
        --ms-control-padding-x:14px;

        /* Denser rhythm — editorial pages pack more on a screen. */
        --ms-rhythm-tight:     6px;
        --ms-rhythm-base:      12px;
        --ms-rhythm-loose:     18px;
        --ms-section-gap:      20px;
        --ms-page-padding-x:   18px;

        /* Editorial headings — lighter weight, sharper tracking. */
        --ms-heading-weight:   700;
        --ms-heading-tracking: -0.025em;
    }
    html[data-vl-mode="dark"] {
        --ms-card-shadow:      0 1px 2px rgba(0, 0, 0, .35),
                               0 0 0 1px rgba(255, 255, 255, .04);
        --ms-button-shadow:    0 2px 8px rgba(0, 0, 0, .45);
    }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/template-velora/pages/categories.blade.php
═══════════════════════════════════════════════════════════ */

  .bz-cats-hero { padding: 26px 0 18px; text-align: center; }
  .bz-cats-hero h1 { font-size: clamp(22px, 3.2vw, 32px); font-weight: 900; color: var(--ink); letter-spacing: -.02em; margin-bottom: 6px; }
  .bz-cats-hero p  { font-size: 13.5px; color: var(--ink-2); max-width: 580px; margin: 0 auto; }
  .bz-cats-hero-count {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; border-radius: var(--r-pill);
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    color: var(--primary);
    border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent);
    font-size: 12px; font-weight: 800; margin-top: 10px;
  }
  html[data-bz-mode="dark"] .bz-cats-hero-count { color: var(--ink); }

  .bz-cats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px; margin-bottom: 40px;
  }
  .bz-cat-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    padding: 18px;
    display: flex; flex-direction: column; gap: 14px;
    transition: transform .15s, box-shadow .15s, border-color .15s;
    text-decoration: none; color: inherit;
  }
  .bz-cat-card:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -20px rgba(15,23,42,.18); border-color: var(--ink-3); }
  .bz-cat-card-head { display: flex; align-items: center; gap: 12px; }
  .bz-cat-card-ico {
    width: 48px; height: 48px; border-radius: 14px;
    background: var(--soft); border: 1px solid var(--line);
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ink); font-size: 18px; overflow: hidden; flex-shrink: 0;
  }
  .bz-cat-card-ico img { width: 100%; height: 100%; object-fit: cover; }
  .bz-cat-card-info { flex: 1; min-width: 0; }
  .bz-cat-card-info strong { display: block; font-size: 15px; font-weight: 900; color: var(--ink); margin-bottom: 2px; letter-spacing: -.01em; }
  .bz-cat-card-info small { font-size: 11.5px; color: var(--ink-3); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
  .bz-cat-card-arrow {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--soft); color: var(--ink-2);
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 11px; flex-shrink: 0;
    transition: background .15s, color .15s;
  }
  .bz-cat-card:hover .bz-cat-card-arrow { background: var(--primary); color: var(--surface); }
  html[data-bz-mode="dark"] .bz-cat-card:hover .bz-cat-card-arrow { color: #0b0f17; }
  .bz-cat-card-preview {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
  }
  .bz-cat-card-thumb {
    aspect-ratio: 1; background: var(--soft);
    border-radius: 8px; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-3); font-size: 16px;
  }
  .bz-cat-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
  .bz-cat-card-empty {
    grid-column: 1 / -1; aspect-ratio: 4 / 1;
    background: var(--soft); border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-3); font-size: 11px; font-weight: 600;
  }

  .bz-cats-empty {
    padding: 80px 24px; text-align: center;
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r-lg); margin-bottom: 40px;
  }
  .bz-cats-empty i { font-size: 48px; color: var(--ink-3); margin-bottom: 14px; display: block; }
  .bz-cats-empty h3 { font-size: 17px; font-weight: 900; color: var(--ink); margin-bottom: 6px; }
  .bz-cats-empty p { font-size: 13px; color: var(--ink-2); }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/template-velora/pages/category.blade.php
═══════════════════════════════════════════════════════════ */

  /* Category-page only overrides — main styles live in /storage/.../style.css */
  .bz-cat-page-hero {
    padding: 28px 0 18px; text-align: center;
  }
  .bz-cat-page-hero h1 {
    font-size: clamp(22px, 3.2vw, 32px);
    font-weight: 900; color: var(--ink); letter-spacing: -.02em;
    margin-bottom: 6px;
  }
  .bz-cat-page-hero p { font-size: 13.5px; color: var(--ink-2); }
  .bz-cat-page-hero-count {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; border-radius: var(--r-pill);
    background: color-mix(in srgb, var(--primary) 10%, transparent);
    color: var(--primary); font-size: 12px; font-weight: 800;
    margin-top: 10px;
    border: 1px solid color-mix(in srgb, var(--primary) 18%, transparent);
  }
  html[data-bz-mode="dark"] .bz-cat-page-hero-count { color: var(--ink); }

  /* Sidebar + grid layout */
  .bz-cat-page-layout { display: grid; grid-template-columns: 240px 1fr; gap: 18px; margin-bottom: 40px; }
  @media (max-width: 860px) { .bz-cat-page-layout { grid-template-columns: 1fr; } }
  .bz-cat-sidebar {
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r-md); padding: 14px;
    height: fit-content; position: sticky; top: 130px;
  }
  .bz-cat-sidebar h3 {
    font-size: 13px; font-weight: 800; color: var(--ink-3);
    text-transform: uppercase; letter-spacing: .06em;
    padding: 6px 13px 12px; border-bottom: 1px solid var(--line); margin-bottom: 8px;
  }
  .bz-cat-side-link {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 12px; border-radius: 10px;
    font-size: 13px; font-weight: 600; color: var(--ink-2);
    transition: background .15s, color .15s;
    text-decoration: none;
  }
  .bz-cat-side-link i { width: 16px; font-size: 12px; color: var(--ink-3); text-align: center; }
  .bz-cat-side-link:hover { background: var(--soft); color: var(--ink); }
  .bz-cat-side-link.is-active {
    background: var(--primary); color: var(--surface);
  }
  html[data-bz-mode="dark"] .bz-cat-side-link.is-active { color: #0b0f17; }
  .bz-cat-side-link.is-active i { color: inherit !important; }
  .bz-cat-side-link small { margin-inline-start: auto; font-size: 11px; opacity: .7; font-weight: 700; }

  /* Empty / pagination */
  .bz-cat-empty {
    padding: 60px 24px; text-align: center;
    background: var(--surface); border: 1px solid var(--line);
    border-radius: var(--r-lg);
  }
  .bz-cat-empty-icon {
    width: 84px; height: 84px; border-radius: 50%;
    background: var(--soft); margin: 0 auto 18px;
    display: inline-flex; align-items: center; justify-content: center;
    color: var(--ink-3); font-size: 36px;
  }
  .bz-cat-empty h3 { font-size: 18px; font-weight: 900; color: var(--ink); margin-bottom: 8px; }
  .bz-cat-empty p { font-size: 13px; color: var(--ink-2); margin-bottom: 22px; }
  .bz-cat-empty-cta {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 11px 24px; border-radius: var(--r-pill);
    background: var(--ink); color: var(--surface);
    font-size: 13px; font-weight: 800;
  }
  html[data-bz-mode="dark"] .bz-cat-empty-cta { color: #0b0f17; }

  .bz-cat-pagination { margin-top: 22px; display: flex; justify-content: center; }
  .bz-cat-pagination .pagination { display: inline-flex; gap: 6px; list-style: none; padding: 0; }
  .bz-cat-pagination .page-item .page-link {
    min-width: 36px; height: 36px; padding: 0 12px;
    border-radius: 10px; background: var(--surface); border: 1px solid var(--line);
    color: var(--ink); font-size: 13px; font-weight: 700;
    display: inline-flex; align-items: center; justify-content: center;
    text-decoration: none; transition: background .15s, border-color .15s;
  }
  .bz-cat-pagination .page-item .page-link:hover { background: var(--soft); border-color: var(--ink-3); }
  .bz-cat-pagination .page-item.active .page-link { background: var(--primary); color: var(--surface); border-color: var(--primary); }
  html[data-bz-mode="dark"] .bz-cat-pagination .page-item.active .page-link { color: #0b0f17; }
  .bz-cat-pagination .page-item.disabled .page-link { opacity: .45; cursor: not-allowed; }


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/theme/legacy-footer.blade.php
═══════════════════════════════════════════════════════════ */

.main-site-link{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.main-site-link:hover{
    text-decoration:underline;
}

.payment-list{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
}

.unified-footer{
    background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);
    border-top:1px solid #e5e7eb;
    padding-top:40px;
}

/* الجزء السفلي بقا جوه الفوتر نفسه */
.footer-bottom{
    background:#0f172a;
    color:#fff;
    margin-top:25px;
    padding:14px 0;
    border-radius:0 0 12px 12px;
}

/* خط فاصل ناعم */
.unified-footer .container:first-child{
    border-bottom:1px solid rgba(0,0,0,0.05);
}

/* خلفية ناعمة مع عزل بسيط */
.modal-backdrop.show{
    backdrop-filter: blur(6px);
}

/* تحجيم وتوسيط المودال */
#loginmodel .modal-dialog{
    max-width: 480px !important;
    margin: 0 auto;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* الصندوق نفسه */
#loginmodel .modal-content{
    border-radius: 28px;
    border: 0;
    background: #ffffff;
    padding: 22px 18px !important;
    box-shadow:
        0 40px 120px rgba(0,0,0,.18),
        0 15px 45px rgba(0,0,0,.10);
}

/* جسم المودال */
#loginmodel .modal-body{
    padding: 10px 8px;
}

/* خلي كل حاجة عمودي ومرتبة */
#loginmodel .row{
    flex-direction: column;
    gap: 14px;
    margin: 0;
}

/* العنوان */
#loginmodel h3{
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 4px;
}

/* النص */
#loginmodel p{
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 10px;
}

/* غلاف الأزرار */
#loginmodel .col-lg-4,
#loginmodel .col-xl-3{
    width: 100% !important;
}

/* الأزرار */
#loginmodel .btn-store,
#loginmodel .btn-store-outline{
    width: 100%;
    padding: 10px 12px;
    font-weight: 900;
    border-radius: 16px;
}

/* زر الضيف أسود */
#loginmodel .btn-store{
    background: #000;
    color: #fff;
}

/* زر تسجيل الدخول outlined */
#loginmodel .btn-store-outline{
    background: #fff;
    color: #000;
    border: 2px solid #000;
}

/* مسافة بسيطة بين الزرين */
#loginmodel .btn-store,
#loginmodel .btn-store-outline{
    margin-top: 6px;
}

/* موبايل */
@media(max-width: 768px){
    #loginmodel .modal-dialog{
        max-width: 92%;
    }

    #loginmodel .modal-content{
        border-radius: 22px;
    }
}
/* حاوية النص العلوي داخل المودال */
#loginmodel .header-text-area{
    text-align: center;
    max-width: 360px;
    margin: 0 auto 10px auto;
}

/* العنوان */
#loginmodel h3{
    font-size: 19px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 6px;
    line-height: 1.6;
}

/* الوصف */
#loginmodel p{
    font-size: 14px;
    color: #6b7280;
    line-height: 1.9;
    margin: 0 auto 4px auto;
}

/* خط فاصل رقيق وراقي تحت النص */
#loginmodel .modal-body::after{
    content:"";
    display:block;
    width: 82%;
    height:1px;
    background: #e5e7eb;
    margin: 10px auto 4px auto;
    border-radius: 20px;
}


/**/

/* الحاوية */
.product-service .container{
    max-width:1150px;
}

/* الكارد */
.feature-card {
    width: 100%;
     padding: 5px 0px; 
    border-radius: 10px;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .45);
    box-shadow: 0 16px 40px rgba(15, 23, 42, .10), inset 0 0 0 1px rgba(255, 255, 255, .4);
    transition: .35s ease;
    cursor: pointer;
}

/* الهوفر */
.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:
        0 30px 60px rgba(15,23,42,.18),
        inset 0 0 0 1px rgba(255,255,255,.65);
}

/* ترتيب العناصر داخل الكارت */
.feature-body{
    display:flex;
    align-items:center;
  
    gap:14px;
}

/* الأيقونة */
.feature-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #ffffff;
    box-shadow: 0 12px 25px rgba(37, 99, 235, .35);
}

/* العنوان */
.feature-title{
    margin:0;
    font-size:15px;
    font-weight:800;
    color:#0f172a;
    text-align:center;
    width:100%;
}

/* الوصف */
.feature-desc{
    font-size:13px;
    color:#475569;
    margin:4px 0 0 0;
    text-align:center;
}

/* Mobile */
@media(max-width:767px){
    .feature-body{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .feature-title{
        font-size:14px;
    }
}


/* خلفية الفوتر */
.modern-footer{
    background:linear-gradient(135deg,#f8fafc 0%,#eef2ff 100%);
    padding:40px 0 20px 0;
    border-top:1px solid #e5e7eb;
}

/* اللوجو */
.footer-logo-img{
    height:65px;
    object-fit:contain;
}

/* الروابط */
.footer-links{
    list-style:none;
    padding:0;
    margin:0 auto 18px auto;
    
    gap:18px;
    justify-content:center;
    flex-wrap:wrap;
}

.footer-links li{
    position:relative;
}

.footer-links li:not(:last-child)::after{
    content:"";
    width:5px;
    height:5px;
    background:#cbd5f5;
    border-radius:50%;
    position:absolute;
    right:-12px;
    top:50%;
    transform:translateY(-50%);
}

.footer-links a{
    color:#0f172a;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#2563eb;
}

/* متجر التطبيقات */
.store-btns{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:10px;
}

.store-img{
    height:42px;
    transition:.25s;
}

.store-img:hover{
    transform:translateY(-3px);
}

/* سطر الحقوق */
.copy-bar{
    background:#0f172a;
    color:white;
    padding:12px 0;
}

.payment-list{
    display:flex;
    gap:10px;
    list-style:none;
    padding:0;
    margin:0;
}

.payment-list img{
    height:22px;
    filter:brightness(100%);
}
.mobile-feature-card{
    padding:16px 14px;
    margin:6px 4px;
    background:rgba(255,255,255,.9);
    border-radius:18px;
    backdrop-filter:blur(10px);
    box-shadow:0 12px 30px rgba(15,23,42,.08);
    transition:.25s ease;
    cursor:pointer;
}

.mobile-feature-card:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 50px rgba(15,23,42,.12);
}

/* صف واحد أيقونة + عنوان */
.mobile-inline{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

/* الأيقونة */
.mobile-feature-icon{
    width:44px;
    height:44px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    color:#fff;
    background:linear-gradient(135deg,#2563eb,#06b6d4);
}

/* العنوان */
.mobile-feature-title{
    font-size:15px;
    font-weight:800;
    color:#0f172a;
    margin:0;
    text-align:center;
}

/* نخفي أي وصف سابق */
.mobile-feature-desc{
    display:none !important;
}

    background:#020617;
    padding:55px 0 35px 0;
    color:white;
    border-top:1px solid rgba(255,255,255,.08);
}

/* Brand area */
.footer-brand-box{
    max-width:380px;
}

.footer-logo-img{
    height:70px;
    object-fit:contain;
}

.brand-text{
    color:#434a59;
    font-size:14px;
    line-height:1.9;
}

/* titles */
.footer-title{
    font-size:16px;
    font-weight:900;
    margin-bottom:10px;
}

/* list */
.footer-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-menu li{
    margin-bottom:8px;
}


.footer-menu a:hover{
    color:var(--bs-secondary);
    /*padding-top:4px;*/
}

/* store buttons */
.store-btns{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.store-img{
    height:45px;
    transition:.25s;
}

.store-img:hover{
    transform:translateY(-3px);
}
.footer-features {
    background: #f8f9fb;
    padding: 50px 0;
}

.feature-box {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px;
    border-radius: 14px;
    background: #fff;
    transition: all .25s ease;
    text-decoration: none;
    border: 1px solid #eee;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.07);
    border-color: transparent;
}

.feature-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #000, #444);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
}

.feature-content h6 {
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}

.feature-content p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #777;
}

/* موبايل */
@media(max-width:768px){
    .feature-box {
        padding: 14px;
    }
}
.copy-bar{
    background:#0f172a;
    padding:12px 0;
}

.copy-text{
    color:#cbd5e1;
    font-size:16px;
    line-height:1.7;
}

.main-site-link{
    color:var(--bs-secondary);
    text-decoration:none;
    font-weight:600;
    margin:0 4px;
    font-size:20px;
    transition:.2s;
}

.main-site-link:hover{
   
    text-decoration:none;
}
/* ====== FORCE CATEGORIES GRID ====== */
.categories-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-flow:column;   /* 👈 ده السحر */
    grid-template-rows:repeat(4,auto);
    gap:6px 30px;
    padding:0;
    margin:0;
    list-style:none;
}
.store-links{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px;
}

.store-links li{
    width:100%;
}


.categories-grid li{
    margin:0 !important;
}

.categories-grid li a{
    color:var(--primary-color);
    text-decoration:none;
    font-size:14px;
    display:block;
}

/* Hover بدون حركة */
.categories-grid li a:hover{
    transform:none !important;
    padding:0 !important;
    margin:0 !important;
}

/* شاشة كبيرة */
@media(min-width:1400px){
    .categories-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

/* موبايل */
@media(max-width:768px){
    .categories-grid{
        grid-template-columns:repeat(1,minmax(0,1fr)) !important;
    }
}/* الأعمدة الأربعة */
.store-links{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px;
}

/* الفئات */
.categories-grid{
    display:grid !important;
    grid-template-columns:repeat(2,1fr);
    gap:6px 20px;
}

/* موبايل */
@media(max-width:768px){
    .categories-grid{
        grid-template-columns:repeat(1,1fr);
    }
}

.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.footer-contact li{
    font-size:14px;
    color:#334155;
    display:flex;
    align-items:center;
    gap:6px;
}

.footer-contact li i{
    color:#0f172a;
    min-width:18px;
}

.footer-contact li a{
    color:#1e293b;
    text-decoration:none;
}

.footer-social{
    display:flex;
    gap:10px;
    margin-top:12px;
}

.footer-social a{
    width:36px;
    height:36px;
    background:#f1f5f9;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0f172a;
    font-size:16px;
    text-decoration:none;
    transition:.2s;
}

.footer-social a:hover{
    background:#0f172a;
    color:#fff;
}
.footer-title-line{
    position:relative;
    display:inline-block;
    padding-bottom:6px;
    margin-bottom:14px;
    overflow:hidden;
}

/* الخط الأساسي */
.footer-title-line::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background:var(--bs-secondary);
}

/* اللمعة */
.footer-title-line::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:60px;
    height:2px;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,1),
        transparent
    );
    animation:footerShine 2s linear infinite;
}

/* الحركة */
@keyframes footerShine{
    0%{
        left:-60px;
    }
    100%{
        left:100%;
    }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/theme/legacy-header.blade.php
═══════════════════════════════════════════════════════════ */

:root {
    --sf-bg:        #ffffff;
    --sf-surface:   #ffffff;
    --sf-surface-2: #f8fafc;
    --sf-bd:        #e5e7eb;
    --sf-line:      #f1f5f9;
    --sf-fg1:       #0f172a;
    --sf-fg2:       #475569;
    --sf-fg3:       #94a3b8;
    --sf-accent:    var(--primary-color, #6d28d9);
    --sf-accent-2:  var(--secondary-color, #a855f7);
    --sf-success:   #10b981;
    --sf-warn:      #f59e0b;
    --sf-danger:    #ef4444;
    --sf-r:         12px;
    --sf-shadow:    0 1px 3px rgba(15,23,42,.06), 0 0 0 1px #e5e7eb;
    --sf-shadow-lg: 0 12px 30px rgba(15,23,42,.10);
}
@media (prefers-color-scheme: dark) {
    body.sf-auto-dark {
        --sf-bg:        #0a0a0b;
        --sf-surface:   #131316;
        --sf-surface-2: #1a1a1d;
        --sf-bd:        rgba(255,255,255,.07);
        --sf-line:      rgba(255,255,255,.05);
        --sf-fg1:       #fafafa;
        --sf-fg2:       #a1a1aa;
        --sf-fg3:       #71717a;
        --sf-shadow:    0 1px 3px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.07);
    }
}
body.sf-dark {
    --sf-bg:        #0a0a0b;
    --sf-surface:   #131316;
    --sf-surface-2: #1a1a1d;
    --sf-bd:        rgba(255,255,255,.07);
    --sf-line:      rgba(255,255,255,.05);
    --sf-fg1:       #fafafa;
    --sf-fg2:       #a1a1aa;
    --sf-fg3:       #71717a;
}

/* ── Accessibility — focus rings ── */
.sf-polish a:focus-visible,
.sf-polish button:focus-visible,
.sf-polish input:focus-visible,
.sf-polish select:focus-visible,
.sf-polish textarea:focus-visible {
    outline: 2px solid var(--sf-accent);
    outline-offset: 2px;
    border-radius: 8px;
}

/* ── Product detail polish ── */
.sf-product-gallery {
    background: var(--sf-surface);
    border: 1px solid var(--sf-bd);
    border-radius: var(--sf-r);
    overflow: hidden;
}
.sf-product-gallery img { transition: transform .35s ease; }
.sf-product-gallery:hover img { transform: scale(1.04); }

/* Sticky add-to-cart on mobile (applied via JS opt-in) */
.sf-sticky-cart {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 50;
    background: var(--sf-surface);
    border-top: 1px solid var(--sf-bd);
    padding: 12px 14px;
    box-shadow: 0 -6px 20px rgba(0,0,0,.08);
    display: none;
    align-items: center;
    gap: 10px;
}
.sf-sticky-cart-price { font-size: 16px; font-weight: 800; color: var(--sf-fg1); flex-shrink: 0; }
.sf-sticky-cart-btn {
    flex: 1;
    background: linear-gradient(135deg, var(--sf-accent), var(--sf-accent-2));
    color: #fff;
    border: 0;
    padding: 12px 18px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    transition: filter .15s, transform .15s;
}
.sf-sticky-cart-btn:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff; }
@media (max-width: 768px) {
    body.sf-show-sticky .sf-sticky-cart { display: flex; }
    body.sf-show-sticky { padding-bottom: 78px; }
}

/* ── Buttons (storefront-wide) ── */
.sf-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform .15s, box-shadow .15s, filter .15s;
    white-space: nowrap;
}
.sf-btn-primary {
    background: linear-gradient(135deg, var(--sf-accent), var(--sf-accent-2));
    color: #fff;
    box-shadow: 0 6px 16px color-mix(in srgb, var(--sf-accent) 26%, transparent), inset 0 1px 0 rgba(255,255,255,.16);
}
.sf-btn-primary:hover { transform: translateY(-2px); filter: brightness(1.07); color: #fff; }
.sf-btn-ghost {
    background: var(--sf-surface);
    border-color: var(--sf-bd);
    color: var(--sf-fg1);
}
.sf-btn-ghost:hover { border-color: var(--sf-accent); color: var(--sf-accent); }

/* ── Product detail badges ── */
.sf-badge {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 9px;
    font-size: 11px; font-weight: 700;
    border-radius: 999px;
    letter-spacing: .3px;
}
.sf-badge.discount  { background: rgba(239,68,68,.12);  color: #ef4444; }
.sf-badge.in-stock  { background: rgba(16,185,129,.12); color: #10b981; }
.sf-badge.low-stock { background: rgba(245,158,11,.12); color: #f59e0b; }
.sf-badge.new       { background: rgba(109,40,217,.12); color: #6d28d9; }

/* ── Variant chips ── */
.sf-variant-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0 14px; }
.sf-variant {
    background: var(--sf-surface);
    border: 1.5px solid var(--sf-bd);
    color: var(--sf-fg1);
    padding: 9px 14px;
    border-radius: 9px;
    font-size: 13px; font-weight: 600;
    cursor: pointer;
    transition: all .15s;
    min-height: 38px;
    min-width: 38px;
    display: inline-flex; align-items: center; justify-content: center;
}
.sf-variant:hover { border-color: var(--sf-accent); }
.sf-variant.is-active {
    background: var(--sf-accent);
    color: #fff;
    border-color: var(--sf-accent);
}
.sf-variant.is-disabled { opacity: .35; cursor: not-allowed; text-decoration: line-through; }
.sf-variant-color { width: 36px; height: 36px; padding: 0; border-radius: 50%; position: relative; }
.sf-variant-color.is-active::after {
    content: '✓'; color: #fff; font-size: 14px; font-weight: 800;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/* ── Reviews / star rating ── */
.sf-rating { display: inline-flex; align-items: center; gap: 4px; color: var(--sf-warn); font-size: 13px; }
.sf-rating-count { color: var(--sf-fg3); font-size: 12px; margin-inline-start: 4px; }

/* ── Card / list polish ── */
.sf-card {
    background: var(--sf-surface);
    border: 1px solid var(--sf-bd);
    border-radius: var(--sf-r);
    box-shadow: var(--sf-shadow);
    transition: transform .18s, box-shadow .18s, border-color .15s;
    overflow: hidden;
}
.sf-card:hover {
    transform: translateY(-3px);
    border-color: var(--sf-accent);
    box-shadow: var(--sf-shadow-lg);
}

/* ── Checkout form polish ── */
.sf-form-field {
    margin-bottom: 14px;
}
.sf-form-field label {
    display: block;
    font-size: 13px; font-weight: 600;
    color: var(--sf-fg1);
    margin-bottom: 6px;
}
.sf-form-field input,
.sf-form-field select,
.sf-form-field textarea {
    width: 100%;
    background: var(--sf-surface);
    border: 1.5px solid var(--sf-bd);
    color: var(--sf-fg1);
    border-radius: 9px;
    padding: 11px 13px;
    font-size: 14px;
    line-height: 1.4;
    transition: border-color .15s, box-shadow .15s;
}
.sf-form-field input:focus,
.sf-form-field select:focus,
.sf-form-field textarea:focus {
    outline: none;
    border-color: var(--sf-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--sf-accent) 18%, transparent);
}
.sf-form-error {
    color: var(--sf-danger);
    font-size: 12px;
    margin-top: 5px;
    display: flex; align-items: center; gap: 5px;
}
.sf-form-hint { color: var(--sf-fg3); font-size: 12px; margin-top: 5px; }

/* ── Order summary card ── */
.sf-summary {
    background: var(--sf-surface);
    border: 1px solid var(--sf-bd);
    border-radius: var(--sf-r);
    padding: 22px;
    box-shadow: var(--sf-shadow);
}
.sf-summary h4 { font-size: 16px; font-weight: 700; color: var(--sf-fg1); margin: 0 0 14px; }
.sf-summary-row {
    display: flex; justify-content: space-between;
    padding: 9px 0;
    color: var(--sf-fg2);
    font-size: 13.5px;
    border-bottom: 1px dashed var(--sf-line);
}
.sf-summary-row.total {
    color: var(--sf-fg1);
    font-size: 18px;
    font-weight: 800;
    border-bottom: 0;
    padding-top: 14px;
    border-top: 2px solid var(--sf-bd);
}

/* ── Payment methods grid ── */
.sf-payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 9px;
    margin: 14px 0;
}
.sf-payment {
    background: var(--sf-surface);
    border: 1.5px solid var(--sf-bd);
    border-radius: 10px;
    padding: 14px 12px;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s, background .15s;
}
.sf-payment:hover { border-color: var(--sf-accent); }
.sf-payment.is-active {
    border-color: var(--sf-accent);
    background: color-mix(in srgb, var(--sf-accent) 7%, transparent);
}
.sf-payment i { font-size: 22px; color: var(--sf-accent); display: block; margin-bottom: 6px; }
.sf-payment span { font-size: 12px; font-weight: 600; color: var(--sf-fg1); }

/* ── Stepper / checkout progress ── */
.sf-stepper { display: flex; align-items: center; gap: 8px; margin-bottom: 26px; }
.sf-step {
    flex: 1;
    display: flex; align-items: center; gap: 9px;
}
.sf-step-num {
    width: 28px; height: 28px;
    background: var(--sf-surface-2);
    border: 2px solid var(--sf-bd);
    color: var(--sf-fg3);
    border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700;
    flex-shrink: 0;
}
.sf-step.is-done .sf-step-num { background: var(--sf-success); border-color: var(--sf-success); color: #fff; }
.sf-step.is-active .sf-step-num { background: var(--sf-accent); border-color: var(--sf-accent); color: #fff; }
.sf-step-label { font-size: 12.5px; color: var(--sf-fg2); font-weight: 600; }
.sf-step.is-active .sf-step-label { color: var(--sf-fg1); }
.sf-step-line {
    flex: 1; height: 2px;
    background: var(--sf-bd);
    border-radius: 999px;
}
.sf-step.is-done + .sf-step-line { background: var(--sf-success); }

/* ── Toast / alert polish ── */
.sf-alert {
    border-radius: var(--sf-r);
    padding: 14px 18px;
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 14px;
    border: 1px solid transparent;
}
.sf-alert.success { background: rgba(16,185,129,.08); border-color: rgba(16,185,129,.25); color: #047857; }
.sf-alert.error   { background: rgba(239,68,68,.08);  border-color: rgba(239,68,68,.25);  color: #b91c1c; }
.sf-alert.info    { background: rgba(59,130,246,.08); border-color: rgba(59,130,246,.25); color: #1d4ed8; }
.sf-alert.warn    { background: rgba(245,158,11,.08); border-color: rgba(245,158,11,.25); color: #b45309; }

/* ── Loading skeletons ── */
.sf-skeleton {
    background: linear-gradient(90deg, var(--sf-line), var(--sf-surface-2), var(--sf-line));
    background-size: 200% 100%;
    border-radius: 8px;
    animation: sfShimmer 1.4s infinite;
}
@keyframes sfShimmer { 0% {background-position: 200% 0;} 100% {background-position: -200% 0;} }

/* ── Spinner for loading buttons ── */
.sf-spin {
    display: inline-block;
    width: 14px; height: 14px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: sfRot .7s linear infinite;
    vertical-align: middle;
}
@keyframes sfRot { to { transform: rotate(360deg); } }

/* ── Empty state ── */
.sf-empty {
    text-align: center;
    padding: 60px 20px;
    color: var(--sf-fg3);
}
.sf-empty i {
    font-size: 48px;
    display: block;
    margin: 0 auto 14px;
    opacity: .35;
}
.sf-empty h4 { font-size: 16px; color: var(--sf-fg2); margin: 0 0 6px; }
.sf-empty p { font-size: 13px; margin: 0; }

/* ── RTL flips ── */
html[dir="rtl"] .sf-polish .fa-arrow-right,
html[dir="rtl"] .sf-polish .fa-arrow-left,
html[dir="rtl"] .sf-polish .fa-chevron-right,
html[dir="rtl"] .sf-polish .fa-chevron-left { transform: scaleX(-1); }

/* ── Mobile-only buying flow optimizations ── */
@media (max-width: 768px) {
    .sf-mobile-stack { display: block !important; }
    .sf-mobile-stack > * { width: 100% !important; }
    .sf-payment-grid { grid-template-columns: 1fr 1fr; }
    .sf-stepper { gap: 4px; }
    .sf-step-label { display: none; }
    .sf-step.is-active .sf-step-label { display: inline-block; font-size: 11.5px; }
}

/* ── Print styles ── */
@media print {
    .sf-sticky-cart, .sf-btn, .sf-payment-grid, .sf-stepper { display: none !important; }
    body { background: white !important; color: black !important; }
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
    .sf-card, .sf-btn, .sf-product-gallery img, .sf-skeleton, .sf-spin { animation: none !important; transition: none !important; }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/theme/sidebar.blade.php
═══════════════════════════════════════════════════════════ */

    /* ===== Sidebar Card ===== */
.card-v.bg-light {
    background: #fff !important;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(0,0,0,.05);
    padding: 20px !important;
}

/* User top section */
.title-and-image {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef1f6;
}
.user-image img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
}
.title-and-image .title {
    font-weight: 600;
}
.title-and-image p {
    font-size: 13px;
    margin: 0;
}

/* Menu List */
.user-list-saide-bar ul {
    padding: 0;
    margin: 0;
}
.settings-link {
    text-decoration: none;
}

/* Each row */
.user-list-saide-bar li {
    transition: .2s;
    border-radius: 12px;
    font-weight: 500;
    color: #333;
}

/* Hover */
.user-list-saide-bar li:hover {
    background: #f5f7fb;
}

/* Active */
.active-menu {
    background: #111 !important;
    color: #fff !important;
}
.active-menu i {
    color: #fff !important;
}

/* Icons */
.user-list-saide-bar i {
    font-size: 18px;
    width: 22px;
    text-align: center;
}

/* ===== RTL Arrow Fix ===== */
html[dir="rtl"] .fa-angle-right {
    transform: rotate(180deg);
}

/* Make spacing cleaner */
.user-list-saide-bar li {
    margin-bottom: 8px;
    padding: 14px 16px !important;
}

/* Mobile accordion same style */
.accordion-button {
    border-radius: 14px !important;
}
.accordion-body a {
    text-decoration: none;
    font-weight: 500;
}
.accordion-body a.active {
    background: #111;
    color: #fff !important;
    border-color: #111 !important;
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: front/_partials/platform-credit.blade.php
═══════════════════════════════════════════════════════════ */

.platform-credit {
    background: #0a0e1a;
    color: rgba(255,255,255,.7);
    padding: 18px 24px;
    text-align: center;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: .02em;
    border-top: 1px solid rgba(255,255,255,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.platform-credit a {
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: opacity .15s;
}
.platform-credit a:hover { opacity: .8; }
.platform-credit .pc-icon {
    display: inline-flex;
    width: 22px; height: 22px;
    border-radius: 6px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    align-items: center; justify-content: center;
    color: #fff;
    font-size: 11px;
    margin-inline-end: 4px;
}
.platform-credit .pc-year { color: rgba(255,255,255,.5); font-weight: 600; }

@media (max-width: 480px) {
    .platform-credit { font-size: 11.5px; padding: 14px 18px; gap: 6px; }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: storefront/demo/template-velora/home.blade.php
═══════════════════════════════════════════════════════════ */

    :root {
        /* Cairo / Tajawal first for both AR and EN — keeps the design's
           personality consistent across languages. */
        --vl-font: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
        --vl-heading-font: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
        --vl-primary: #0a0a0b;
        --vl-secondary: #d4a574;
        --vl-accent: #d4a574;
    }
    /* small visual polish for the demo */
    .vl-prod-img { opacity: 0; transition: opacity .3s; }
    .vl-prod-img.loaded { opacity: 1; }

.vl-demo-toast {
    position: fixed;
    bottom: 24px;
    inset-inline-start: 50%;
    transform: translateX(-50%) translateY(20px);
    z-index: 9999;
    background: #0a0a0b;
    color: #fff;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 13.5px;
    font-weight: 600;
    box-shadow: 0 12px 32px -8px rgba(0,0,0,.45);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .22s ease, transform .22s ease;
    font-family: 'Zain', system-ui, -apple-system, 'Segoe UI', sans-serif;
    direction: inherit;
    max-width: min(560px, calc(100% - 32px));
    text-align: center;
    line-height: 1.4;
    border: 1px solid rgba(255,255,255,.08);
}
.vl-demo-toast i { flex-shrink: 0; }
.vl-demo-toast span { display: inline-block; }
html[dir="rtl"] .vl-demo-toast { transform: translateX(50%) translateY(20px); }
.vl-demo-toast.is-on {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
html[dir="rtl"] .vl-demo-toast.is-on { transform: translateX(50%) translateY(0); }
.vl-demo-toast i { color: var(--vl-accent, #d4a574); font-size: 14px; }
html[data-vl-mode="dark"] .vl-demo-toast {
    background: #fafafa;
    color: #0a0a0b;
    border-color: rgba(0,0,0,.06);
}
html[data-vl-mode="dark"] .vl-demo-toast i { color: var(--vl-accent, #d4a574); }
@media (max-width: 540px) {
    .vl-demo-toast { font-size: 12.5px; padding: 10px 18px; white-space: normal; }
}
@media (prefers-reduced-motion: reduce) {
    .vl-demo-toast { transition: opacity .15s; transform: translateX(-50%) translateY(0); }
    html[dir="rtl"] .vl-demo-toast { transform: translateX(50%) translateY(0); }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: storefront/recently_viewed/_renderer.blade.php
═══════════════════════════════════════════════════════════ */

.sf-recent {
    --sf-bd:       #e5e7eb;
    --sf-surface:  #ffffff;
    --sf-surface-2:#f8fafc;
    --sf-fg1:      #0f172a;
    --sf-fg2:      #475569;
    --sf-fg3:      #94a3b8;
    --sf-accent:   var(--primary-color, #6d28d9);
    --sf-r:        14px;
    --sf-shadow:   0 1px 3px rgba(15,23,42,.06), 0 0 0 1px #e5e7eb;
    margin: 28px 0 8px;
    font-family: inherit;
}
body.dark-mode .sf-recent, body.sf-dark .sf-recent {
    --sf-bd: rgba(255,255,255,.07);
    --sf-surface: #131316;
    --sf-surface-2: #1a1a1d;
    --sf-fg1: #fafafa;
    --sf-fg2: #a1a1aa;
    --sf-fg3: #71717a;
    --sf-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.07);
}
.sf-recent-head {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 12px;
    gap: 12px;
}
.sf-recent-head h3 {
    font-size: 16px; font-weight: 800;
    color: var(--sf-fg1);
    margin: 0;
    display: flex; align-items: center; gap: 9px;
    letter-spacing: -.01em;
}
.sf-recent-head h3 i {
    width: 26px; height: 26px;
    background: color-mix(in srgb, var(--sf-accent) 13%, transparent);
    color: var(--sf-accent);
    border-radius: 7px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 11px;
}
.sf-recent-clear {
    background: transparent;
    border: 0;
    color: var(--sf-fg3);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: color .15s;
    text-decoration: none;
}
.sf-recent-clear:hover { color: var(--sf-accent); }

.sf-recent-slider {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 4px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.sf-recent-slider::-webkit-scrollbar { height: 6px; }
.sf-recent-slider::-webkit-scrollbar-thumb { background: var(--sf-bd); border-radius: 99px; }

.sf-recent-card {
    flex: 0 0 150px;
    background: var(--sf-surface);
    border: 1px solid var(--sf-bd);
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform .15s, border-color .15s, box-shadow .15s;
    text-decoration: none;
}
.sf-recent-card:hover {
    transform: translateY(-3px);
    border-color: var(--sf-accent);
    box-shadow: 0 12px 24px rgba(15,23,42,.08);
    color: inherit;
}
.sf-recent-img {
    aspect-ratio: 1 / 1;
    background: var(--sf-surface-2);
    overflow: hidden;
}
.sf-recent-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.sf-recent-card:hover .sf-recent-img img { transform: scale(1.04); }
.sf-recent-body { padding: 9px 11px; }
.sf-recent-name {
    font-size: 12px; font-weight: 600;
    color: var(--sf-fg1);
    margin: 0 0 3px;
    line-height: 1.35;
    height: 2.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sf-recent-price {
    font-size: 12.5px; font-weight: 700;
    color: var(--sf-accent);
}
@media (max-width: 600px) {
    .sf-recent-card { flex: 0 0 130px; }
}


/* ═══════════════════════════════════════════════════════════
   Extracted from: storefront/smart_offers/_renderer.blade.php
═══════════════════════════════════════════════════════════ */

/* Renderer is loaded inline so styles ship with the markup. */
.sf-offers {
    --sf-r:        14px;
    --sf-bd:       #e5e7eb;
    --sf-surface:  #ffffff;
    --sf-surface-2:#f8fafc;
    --sf-fg1:      #0f172a;
    --sf-fg2:      #475569;
    --sf-fg3:      #94a3b8;
    --sf-accent:   var(--primary-color, #6d28d9);
    --sf-success:  #10b981;
    --sf-warn:     #f59e0b;
    --sf-danger:   #ef4444;
    --sf-shadow:   0 1px 3px rgba(15,23,42,.06), 0 0 0 1px #e5e7eb;
    --sf-shadow-lg:0 12px 30px rgba(15,23,42,.10);
    margin: 24px 0;
    font-family: inherit;
}
body.dark-mode .sf-offers,
body.sf-dark .sf-offers {
    --sf-bd: rgba(255,255,255,.07);
    --sf-surface: #131316;
    --sf-surface-2: #1a1a1d;
    --sf-fg1: #fafafa;
    --sf-fg2: #a1a1aa;
    --sf-fg3: #71717a;
    --sf-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.07);
}
.sf-offer-block { margin-bottom: 22px; }
.sf-offer-block:last-child { margin-bottom: 0; }

.sf-offer-head {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}
.sf-offer-title {
    font-size: 17px; font-weight: 800;
    color: var(--sf-fg1);
    margin: 0;
    display: flex; align-items: center; gap: 9px;
    letter-spacing: -.01em;
}
.sf-offer-title i {
    width: 28px; height: 28px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--sf-type-color, var(--sf-accent)) 14%, transparent);
    color: var(--sf-type-color, var(--sf-accent));
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 12px;
    flex-shrink: 0;
}
.sf-offer-sub { font-size: 12.5px; color: var(--sf-fg3); }

/* ── Flash sale countdown ── */
.sf-flash {
    background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
    border-radius: var(--sf-r);
    padding: 16px 18px;
    color: #fff;
    box-shadow: 0 8px 24px rgba(245,158,11,.25);
    display: flex; align-items: center; gap: 14px;
    flex-wrap: wrap;
}
.sf-flash-body { flex: 1; min-width: 200px; }
.sf-flash h4 { margin: 0 0 4px; color: #fff; font-size: 15.5px; font-weight: 800; }
.sf-flash p  { margin: 0; color: rgba(255,255,255,.88); font-size: 12.5px; }
.sf-flash-timer {
    display: inline-flex; gap: 6px;
    font-variant-numeric: tabular-nums;
}
.sf-flash-timer span {
    background: rgba(255,255,255,.18);
    color: #fff;
    padding: 6px 10px;
    border-radius: 7px;
    font-weight: 800;
    font-size: 14px;
    min-width: 36px;
    text-align: center;
    backdrop-filter: blur(6px);
}
.sf-flash-timer small {
    display: block;
    font-size: 9px;
    font-weight: 600;
    opacity: .8;
    text-transform: uppercase;
    margin-top: 1px;
}

/* ── Frequently Bought Together / Bundle ── */
.sf-bundle {
    background: var(--sf-surface);
    border: 1px solid var(--sf-bd);
    border-radius: var(--sf-r);
    box-shadow: var(--sf-shadow);
    padding: 18px;
}
.sf-bundle-grid {
    display: flex; align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.sf-bundle-item {
    background: var(--sf-surface-2);
    border: 1px solid var(--sf-bd);
    border-radius: 10px;
    padding: 9px 11px;
    display: flex; align-items: center; gap: 10px;
    min-width: 0;
    flex: 1 1 200px;
    max-width: 280px;
    text-decoration: none;
    transition: border-color .15s, transform .15s;
}
.sf-bundle-item:hover { border-color: var(--sf-accent); transform: translateY(-1px); color: inherit; }
.sf-bundle-img {
    width: 44px; height: 44px;
    border-radius: 8px;
    background: var(--sf-surface);
    border: 1px solid var(--sf-bd);
    overflow: hidden;
    flex-shrink: 0;
}
.sf-bundle-img img { width: 100%; height: 100%; object-fit: cover; }
.sf-bundle-body { min-width: 0; flex: 1; }
.sf-bundle-name {
    font-size: 13px; font-weight: 600;
    color: var(--sf-fg1);
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sf-bundle-price { font-size: 12px; font-weight: 700; color: var(--sf-fg2); }
.sf-bundle-plus {
    color: var(--sf-fg3);
    font-size: 16px;
    font-weight: 800;
}

.sf-bundle-foot {
    display: flex; align-items: center; justify-content: space-between;
    gap: 14px;
    border-top: 1px dashed var(--sf-bd);
    padding-top: 14px;
    margin-top: 4px;
    flex-wrap: wrap;
}
.sf-bundle-pricing { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.sf-bundle-original {
    color: var(--sf-fg3);
    text-decoration: line-through;
    font-size: 13px;
}
.sf-bundle-final {
    color: var(--sf-fg1);
    font-size: 20px; font-weight: 800;
    letter-spacing: -.02em;
}
.sf-bundle-saved {
    background: rgba(16,185,129,.12);
    color: #047857;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 11px; font-weight: 700;
}
body.dark-mode .sf-bundle-saved, body.sf-dark .sf-bundle-saved { color: #6ee7b7; }

.sf-bundle-cta {
    background: linear-gradient(135deg, var(--sf-accent), color-mix(in srgb, var(--sf-accent) 60%, #ec4899));
    color: #fff;
    border: 0;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 13px; font-weight: 700;
    cursor: pointer;
    transition: filter .15s, transform .15s;
    display: inline-flex; align-items: center; gap: 7px;
    text-decoration: none;
}
.sf-bundle-cta:hover { filter: brightness(1.08); transform: translateY(-1px); color: #fff; }
.sf-bundle-cta:disabled { opacity: .5; cursor: wait; }

/* ── Cross-sell horizontal slider ── */
.sf-slider {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 4px 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}
.sf-slider::-webkit-scrollbar { height: 6px; }
.sf-slider::-webkit-scrollbar-track { background: transparent; }
.sf-slider::-webkit-scrollbar-thumb { background: var(--sf-bd); border-radius: 99px; }
.sf-slide {
    flex: 0 0 180px;
    background: var(--sf-surface);
    border: 1px solid var(--sf-bd);
    border-radius: var(--sf-r);
    overflow: hidden;
    scroll-snap-align: start;
    transition: transform .15s, border-color .15s, box-shadow .15s;
    text-decoration: none;
}
.sf-slide:hover {
    transform: translateY(-3px);
    border-color: var(--sf-accent);
    box-shadow: var(--sf-shadow-lg);
    color: inherit;
}
.sf-slide-img {
    aspect-ratio: 1 / 1;
    background: var(--sf-surface-2);
    overflow: hidden;
}
.sf-slide-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s; }
.sf-slide:hover .sf-slide-img img { transform: scale(1.05); }
.sf-slide-body { padding: 10px 12px; }
.sf-slide-name {
    font-size: 12.5px; font-weight: 600;
    color: var(--sf-fg1);
    margin: 0 0 4px;
    line-height: 1.35;
    height: 2.7em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.sf-slide-price {
    font-size: 13px; font-weight: 700;
    color: var(--sf-accent);
}

/* ── Badge ── */
.sf-offer-badge {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 9px;
    background: var(--sf-type-color, var(--sf-accent));
    color: #fff;
    border-radius: 999px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
}

/* ── RTL flips ── */
html[dir="rtl"] .sf-offers .fa-arrow-right,
html[dir="rtl"] .sf-offers .fa-arrow-left,
html[dir="rtl"] .sf-offers .fa-chevron-right,
html[dir="rtl"] .sf-offers .fa-chevron-left { transform: scaleX(-1); }

@media (max-width: 600px) {
    .sf-bundle-grid { flex-direction: column; }
    .sf-bundle-item { max-width: 100%; }
    .sf-bundle-foot { flex-direction: column; align-items: stretch; }
    .sf-bundle-cta { justify-content: center; }
    .sf-slide { flex: 0 0 150px; }
}
@media (prefers-reduced-motion: reduce) {
    .sf-bundle-cta, .sf-slide, .sf-bundle-item { transition: none; }
}

