@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";
/* Reset */
/* Overlay */
/* Opacity */
/* Mega Menu Container */
/* Menu Left */
/* Deep Menu */
/* Mega Menu Container */
/* Mobile Header */
/* Sidebar User */
/* Sidebar Menu */
/* Responsive */
body {
  background: var(--body);
  font-family: "Source Sans 3", Inter;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--grey1);
}

a {
  color: var(--accent);
}
a:hover {
  text-decoration: none;
  color: var(--hover);
}

.lag-checkbox input:checked ~ span {
  background: var(--accent);
  border-color: var(--accent);
}
.lag-checkbox label {
  color: var(--grey1);
  font-weight: 500;
}

.overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.overlay .spin {
  color: #1c7ad2;
  width: 3rem;
  height: 3rem;
  font-size: 20px;
}

.op-black {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.op-black.hide {
  visibility: hidden;
  opacity: 0;
}

.op-black.show {
  visibility: visible;
  opacity: 1;
}

header.desktop .header-contact {
    display: none;
}

header.desktop {
  background: #fff;
}
header.desktop .header-contact {
  background: #0c0b37;
  padding: 0.5rem 0;
}
header.desktop .header-contact .call-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header.desktop .header-contact .call-info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  font-weight: 500;
}
header.desktop .header-contact .call-info .item i {
  color: var(--white);
}
header.desktop .header-contact .call-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--grey2);
  font-weight: 500;
}
header.desktop .header-contact .call-info a i {
  color: var(--grey1);
}
header.desktop .header-contact .special-modules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.desktop .header-contact .special-modules a {
  color: var(--white);
}
header.desktop .header-contact .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
header.desktop .header-contact .social-media a {
  font-size: 18px;
  color: var(--grey2);
}
header.desktop .header-center {
  padding: 2rem 0;
}
header.desktop .header-center .logo img {
  width: 100%;
  max-width: 300px;
}
header.desktop .header-center .search form {
  border: 1px solid var(--accent);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header.desktop .header-center .search form .input-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1px;
}
header.desktop .header-center .search form .input-box input {
  border: none;
  outline: none;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
}
header.desktop .header-center .search form button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  background: var(--accent);
  height: 30px;
  width: 30px;
  border-radius: 10px;
  margin-right: 0px;
}
header.desktop .header-center .search form button i {
  color: var(--white);
  font-size: 15px;
}
header.desktop .header-center .header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 1rem;
}
header.desktop .header-center .header-actions .actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header.desktop .header-center .header-actions .actions-item-user {
   position: relative;
  display: flex;          /* mevcut flex ayarları korundu */
  align-items: center;
  justify-content: center;
  width: max-content;     /* mevcut genişlik korunuyor */
  padding-inline: 10px;   /* mevcut padding korunuyor */
  height: 40px;           /* mevcut yükseklik korunuyor */
}
  header.desktop .header-center .header-actions .actions-item-user a i {
  font-size: 20px;       /* ikon küçültüldü */
  color: var(--grey1);   /* mevcut renk */
  display: flex;
  align-items: center;
  justify-content: center;
}
header.desktop .header-center .header-actions .actions-item-user a {
  color: var(--grey1);
   font-size: 14px; /* istediğin boyut */
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu {
  padding: 0;
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li {
  border-bottom: 1px solid var(--border-grey);
  padding: 5px 10px;
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li:last-child {
  border-bottom: none;
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li:hover {
  background: var(--grey4);
}
header.desktop .header-center .header-actions .actions-item-user .dropdown-menu li a {
  font-size: 13px;
  font-weight: 500;
}
header.desktop .header-center .header-actions .actions-item-basket .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* sayacın referansı */
} 
header.desktop .header-center .header-actions .actions-item-basket .icon i {
  font-size: 14px; /* ikon boyutu */
  color: var(--grey1);
}
header.desktop .header-center .header-actions .actions-item-basket .icon .count {

  width: 14px;         /* sayacı biraz büyüttük */
  height: 14px;
  font-size: 8px;
  border-radius: 50%;
  background: #ff6600; /* turuncu arka plan */
  color: #fff;         /* sayı rengi beyaz */
  position: absolute;
  top: -2px;           /* ikon içine biraz sokuldu */
  right: -2px;          /* ikon içine biraz sokuldu */
  display: flex;
  align-items: center;
  justify-content: center;

}
header.desktop .header-center .header-actions .actions-item-basket .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
header.desktop .header-center .header-actions .actions-item-basket .name .basket-summary {
  font-size: 11px;
  font-weight: 500;
  color: var(--grey2);
}
header.desktop .menu {
  border-top: none;              /* üst çizgi kaldırıldı */
  border-bottom: 1px solid #D8D8D8; /* sadece alt çizgi kaldı */
  background: #ffffff;           /* arka plan beyaz */
  margin-top: 0;                 /* üst boşluğu kaldır */
}
header.desktop .mega-menu {
  padding: 0;
  position: relative;
}
header.desktop .mega-menu .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
header.desktop .mega-menu .nav-item {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 36px;
}
header.desktop .mega-menu .nav-item:last-child .nav-link {
  border-right: 0;
}
header.desktop .mega-menu .nav-link {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--grey1);
  line-height: normal;
  font-weight: 500;
  font-size: 13px;
  padding: 0 15px;
  white-space: unset !important;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header.desktop .mega-menu .nav-link .line {
  color: var(--border-grey);
}
header.desktop .mega-menu .nav-link:hover {
  background: var(--grey4);
}
header.desktop .mega-menu .nav-link:hover .line {
  display: none;
}
header.desktop .mega-menu .nav-link:hover::after {
  display: none;
}
header.desktop .mega-menu .nav-link:hover::before {
  display: none;
}
header.desktop .mega-menu .nav-link::after {
  display: none;
}
header.desktop .mega-menu .dropdown {
  position: static;
}
header.desktop .mega-menu .dropdown:hover .nav-link::after {
  display: none;
}
header.desktop .mega-menu .dropdown:hover .nav-link::before {
  display: none;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu {
  display: block !important;
}
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
  display: block !important;
}
header.desktop .mega-menu .dropdown-menu {
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  top: 54px;
  position: absolute;
  border-top: 0 !important;
}
header.desktop .navbar-nav .dropdown-category .line {
  margin-left: 5px;
  position: absolute;
  right: 5px;
}
header.desktop .navbar-nav .dropdown-category:hover .line {
  display: none;
}
header.desktop .dropdown-category .nav-link {
  padding: 0;
  font-weight: 700; /* yazıyı kalın yapar */
}
  header.desktop .mega-menu .dropdown-category > a::before {
    content: "\2630";       /* Unicode karakter: ☰ */
    display: inline-block;
    margin-right: 8px;      /* yazı ile arada boşluk */
    font-size: 16px;        /* ikon boyutu */
    vertical-align: middle; /* dikey hizalama */
}

.mega-menu-container {
  padding: 20px;
  padding: 10px;
}
.mega-menu-container .sub-title {
  color: var(--accent) !important;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 3px;
  display: block;
  padding: 4px 0;
}
.mega-menu-container .cat-img {
  height: 400px;
  width: 400px;
}
.mega-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 10px;
  float: left;
}
.mega-menu-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-container ul li a {
  font-size: 14px;
  color: var(--grey1);
  font-weight: 400;
  font-size: 13px;
  color: var(--grey1);
  font-weight: 500;
}
.mega-menu-container ul li a:hover {
  color: var(--accent);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
.mega-menu-container ul li span {
  margin-right: 5px;
}
.mega-menu-container ul li a.sub-title {
  color: var(--grey1);
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.btn-categories i {
  margin-right: 10px;
}

.dropdown-category {
  position: relative;
  height: 56px;
  width: 160px;
}
.dropdown-category .menu-left {
  display: none;
  z-index: 5;
  position: absolute;
  background: #fff;
  border-top: 0;
  height: auto;
  border: 1px solid var(--border-grey);
}
.dropdown-category:hover {
  background: #fff;
}
.dropdown-category:hover .menu-left {
  display: block;
}

.menu-left ul.f-ul {
  list-style: none;
  padding: 0;
  display: block;
  margin: 0;
  width: 240px;
}
.menu-left ul.f-ul li.f-li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid var(--border-grey);
}
.menu-left ul.f-ul li.f-li:hover {
  background: var(--grey4);
}
.menu-left ul.f-ul li.f-li:hover a.f-item {
  color: var(--grey1) !important;
  color: var(--grey2);
}
.menu-left ul.f-ul li.f-li:hover .dropdown-menu2 {
  display: block !important;
  left: 100%;
  top: -2px;
  width: 960px !important;
  border: 0;
  height: 100%;
  max-height: 100%;
}
.menu-left ul.f-ul li.f-li a.f-item {
  display: block;
  color: var(--grey1);
  font-size: 14px;
  padding: 5px 15px;
  text-align: left;
  font-weight: 500;
}
.menu-left ul.f-ul li.f-li a.f-item .name {
  width: 80%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.menu-left ul.f-ul li.f-li a.f-item .icon {
  padding-top: 3px;
  color: var(--grey1);
  width: 15px;
  height: 15px;
  text-align: right;
  border-radius: 2px;
  font-size: 10px;
}
.menu-left ul.f-ul li.f-li a.f-item:hover .icon {
  color: var(--grey2);
}
.menu-left ul.f-ul li.f-li:last-child a.f-item {
  border-bottom: 0;
}

.dropdown-menu2 {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  left: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 675px;
  z-index: 99;
  height: 350px;
  max-height: 370px;
  display: none;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
}

.menu-deep-box-2 .cat-groups {
  float: left;
  width: 23%;
  margin: 0 1% 2% 1%;
}
.menu-deep-box-2 .cat-groups .title {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
  padding: 7px 0;
  text-align: left;
}
.menu-deep-box-2 .cat-groups .title span {
  display: block;
}
.menu-deep-box-2 .cat-groups .title img {
  width: 100%;
  border: 1px solid var(--border-grey);
}
.menu-deep-box-2 .cat-groups .title:hover {
  color: #3b414c;
}
.menu-deep-box-2 .cat-groups .childs a {
  display: block;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-deep-box-2 .cat-groups .childs a:hover {
  color: #ff7f00;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-deep-box-2 .all-title {
  display: block;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  font-size: 15px;
  color: #3b414c;
  font-weight: 600;
}
.menu-deep-box-2 .sub-titles {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  color: #333;
}
.menu-deep-box-2 .sub-titles:hover {
  color: #3b414c;
}

.mega-menu-left-container {
  gap: 10px;
}

.mobile-header-space {
  height: 60px;
  display: none;
}

header.mobile {
  display: none;
  background: #fff;
  height: 60px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header.mobile .left {
  width: 30%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
header.mobile .center {
  width: 40%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header.mobile .right {
  width: 30%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header.mobile .logo img {
  max-width: 150px;
  max-height: 60px;
}
header.mobile .icon-group {
  position: relative;
  position: relative;
  color: #333;
  font-size: 21px;
}
header.mobile .icon-group .badge {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 18px;
  max-width: 25px;
  padding: 0;
  text-align: center;
  height: 18px;
  background: #d21c1c;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.mobile .mobile-search {
  padding: 0;
  background: #f3f3f3;
}
header.mobile .mobile-search form {
  width: 100%;
}
header.mobile .mobile-search form .input-box {
  width: 80%;
}
header.mobile .mobile-search form input {
  float: left;
  color: #444;
  width: 100%;
  font-size: 15px;
  border-color: transparent;
  background: transparent !important;
  height: 65px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
}
header.mobile .mobile-search form input::-webkit-input-placeholder {
  color: #444;
}
header.mobile .mobile-search form input::-moz-placeholder {
  color: #444;
}
header.mobile .mobile-search form input:-ms-input-placeholder {
  color: #444;
}
header.mobile .mobile-search form input::-ms-input-placeholder {
  color: #444;
}
header.mobile .mobile-search form input::placeholder {
  color: #444;
}
header.mobile .mobile-search form input:focus {
  border-color: transparent !important;
}
header.mobile .mobile-search form input:hover {
  border-color: transparent !important;
}
header.mobile .mobile-search form .btn-send {
  float: right;
  width: 20%;
  height: 65px;
  border: 0;
  background: transparent !important;
  color: #333;
  font-size: 19px;
}

.sidebar-user {
  background: #fff;
  width: 250px;
  position: fixed;
  top: 0;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 21;
  right: 0;
  margin-right: -250px;
}
.sidebar-user .title {
  padding: 10px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-user .title .btn-close {
  color: #fff;
}
.sidebar-user .login-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
.sidebar-user .login-menu a i {
  width: 30px;
  margin-left: 10px;
  text-align: left;
}
.sidebar-user .scrollbar {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sidebar-user .title-alt {
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
}
.sidebar-user .footer-links ul {
  margin: 0;
  padding: 0;
}
.sidebar-user .footer-links ul li {
  padding: 0;
  list-style: none;
}
.sidebar-user .footer-links ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 14px;
}
.sidebar-user .footer-links ul li a i {
  text-align: center;
  width: 40px;
  font-size: 16px;
}
.sidebar-user .footer-links ul li a.wp i {
  color: #21bd5c;
}

.sidebar-user.active {
  margin-right: 0;
}

.sidebar-menu {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  height: 100vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  left: 0;
  margin-left: -100%;
}
.sidebar-menu .scrollbar {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sidebar-menu .title {
  padding: 10px;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sidebar-menu .title .btn-close {
  color: #fff;
}
.sidebar-menu .title-alt {
  padding: 10px;
  background: rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
}
.sidebar-menu .links a {
  display: block;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 14px;
}
.sidebar-menu .links a i {
  float: right;
}
.sidebar-menu .categories ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu .categories ul li {
  padding: 0;
  list-style: none;
}
.sidebar-menu .categories ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.sidebar-menu .categories ul li a .name {
  width: 80%;
}
.sidebar-menu .categories ul li a .icon {
  color: #777;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 2px;
  font-size: 18px;
}
.sidebar-menu .categories ul .multi {
  display: none;
}
.sidebar-menu .categories ul .multi a {
  padding-left: 20px;
}
.sidebar-menu .categories ul .multi .multi a {
  padding-left: 40px;
}
.sidebar-menu .categories ul .multi .multi .multi a {
  padding-left: 60px;
}

.sidebar-menu.active {
  margin-left: 0;
}

body.categories-body .pattern-group .p-g-mod-pagination .p-g-mod-header {
  border: none;
  height: 45px;
}
body.categories-body .pattern-group .p-g-mod-t-cat-filter {
  border-color: var(--border-grey);
}
body.categories-body .pattern-group .p-g-mod .p-g-mod-body .buttons .btn-secondary {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.categories-body .pattern-group .p-g-mod .p-g-mod-body .buttons .btn-secondary:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.category-filter-order .list-wrap {
  background: transparent;
}

.category-filter-order-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  display: none;
}
.category-filter-order-list .category-filter-order-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.category-filter-order-list .category-filter-order-item .lag-checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.category-filter-order-list .category-filter-order-item .lag-checkbox label {
  border: 1px solid var(--border-grey);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
}

.category-filter-order-select {
  border: 1px solid var(--border-grey);
  color: var(--grey1);
  font-size: 14px;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.category-filter-order-select:focus {
  border-color: var(--border-grey2) !important;
}
.category-filter-order-select::-ms-expand {
  display: none;
}
.category-filter-order-select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  pointer-events: none;
}

.product-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-view span {
  font-size: 14px;
  font-weight: 500;
}
.product-view .product-view-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.product-view .product-view-select a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}
.product-view .product-view-select a .view-item {
  width: 10px;
  height: 15px;
  border-radius: 2px;
  background: var(--border-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-view .product-view-select a:hover .view-item {
  background: var(--grey2);
}
.product-view .product-view-select a.default-view {
  color: var(--grey2);
}
.product-view .product-view-select a.default-view i {
  font-size: 18px;
}

.category-price-inputs .btn {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  padding-inline: 1rem;
  border-radius: 4px;
}
.category-price-inputs .btn:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.pagination-info-bar {
  background: var(--grey4);
  padding: 1rem;
  border-radius: 4px;
  color: var(--grey1);
  font-size: 12px;
  font-weight: 500;
}

.category-info {
  background: var(--grey4);
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 4px;
  color: var(--grey1);
  font-size: 12px;
  font-weight: 500;
}

.card-product {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  overflow: hidden;
}
.card-product .card-product-inner .info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.card-product .card-product-inner .info-group .category {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
}
.card-product .card-product-inner .info-group .brand-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
}
.card-product .card-product-inner .title {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.card-product .card-product-inner .price-group {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.card-product .card-product-inner .price-group .discount {
  background: var(--accent);
  font-size: 13px;
  font-weight: 600;
  color: white;
  padding: 5px 10px;
}
.card-product .card-product-inner .price-group .prices .list-price {
  font-weight: 500;
  color: var(--grey2);
}
.card-product .card-product-inner .price-group .prices .sale-price {
  font-weight: 600;
  color: var(--grey1);
}
.card-product .card-product-inner .buttons {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 0.5rem;
}
.card-product .card-product-inner .buttons .btn-color-1 {
  background-color: transparent;
  color: var(--grey2);
  border: 1px solid var(--grey3);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-product .card-product-inner .buttons .btn-color-1:hover {
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
}
.card-product .card-product-inner .buttons .btn-color-1.disabled {
  background: var(--border-grey);
}

.product-profile-1 {
  position: relative;
  top: 0;
}
.product-profile-1 .free-cargo-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.2rem 0.5rem;
  background: var(--accent);
  color: white;
  border-radius: 6px;
  z-index: 2;
  font-size: 12px;
  font-weight: 500;
}
.product-profile-1 .carousel .carousel-inner {
  border: none;
}
.product-profile-1 .carousel .carousel-indicators li {
  border-radius: 6px;
}
.product-profile-1 .carousel .carousel-indicators li.active {
  border-color: var(--accent);
}
.product-profile-1 h1.title {
  color: var(--grey1);
  border: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-profile-1 h1.title .btn-quickshare {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
  color: var(--grey2);
}
.product-profile-1 h1.title .btn-quickshare i {
  font-size: 18px;
}
.product-profile-1 h1.title .btn-quickshare:hover {
  background: var(--border-grey);
  color: var(--grey1);
}
.product-profile-1 .short-description {
  color: var(--grey2);
  font-size: 13px;
  font-weight: 500;
  margin: 1rem 0;
}

body.product-body .product-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 5px;
}
body.product-body .product-reviews .no-reviews {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
}

.variant-box {
  border: none;
  padding: 0;
  background: transparent;
}
.variant-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.variant-box ul li .name {
  color: var(--grey1);
  padding-bottom: 0.2rem;
  font-size: 14px;
  font-weight: 500;
}
.variant-box ul li .options a {
  border-color: var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey1);
}
.variant-box ul li .options a.active {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
  font-weight: 600;
}

.product-price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.product-price-group .price-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.product-price-group .price-base .price-discount {
  background: var(--accent);
  color: white;
  border-radius: 0;
  padding: 0.8rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}
.product-price-group .price-base .price-discount .rate {
  font-size: 18px;
  font-weight: 600;
}
.product-price-group .price-base .price-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-price-group .price-base .price-prices .list-price {
  font-size: 19px;
  font-weight: 500;
  color: var(--grey2);
}
.product-price-group .price-base .price-prices .sale-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--grey1);
}
.product-price-group .price-installment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--grey5);
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.5rem 1rem;
}
.product-price-group .price-installment .info {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.product-price-group .price-installment .value {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey1);
}

.product-transfer-prices {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--grey5);
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}
.product-transfer-prices .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}
.product-transfer-prices .prices .eft-price {
  font-weight: 600;
  color: var(--grey1);
}

.product-gain-advantage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: var(--grey5);
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  gap: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.product-gain-advantage .emoji {
  font-size: 18px;
}

.product-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-buttons .product-buttons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.product-buttons .product-buttons-item .product-quantity {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
}
.product-buttons .product-buttons-item .product-quantity .btn {
  background: transparent;
}
.product-buttons .product-buttons-item .product-quantity .quantity-input {
  position: relative;
}
.product-buttons .product-buttons-item .product-quantity .quantity-input input {
  border: none;
  position: relative;
  top: -5px;
  background: transparent;
  color: var(--grey1);
  font-size: 14px;
  font-weight: 500;
}
.product-buttons .product-buttons-item .product-quantity .quantity-input .unit-type {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  color: var(--grey1);
  font-size: 11px;
  font-weight: 500;
}
.product-buttons .product-buttons-item .btn-cart {
  margin: 0;
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 5px;
  border-radius: 6px;
}
.product-buttons .product-buttons-item .btn-cart:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
.product-buttons .product-buttons-item .btn-cart i {
  font-weight: 400;
  font-size: 16px;
}
.product-buttons .product-buttons-item .btn-fast-buy {
  background-color: transparent;
  color: var(--grey2);
  border: 1px solid var(--grey3);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  margin: 0;
  color: var(--grey1);
  padding-inline: 2rem;
}
.product-buttons .product-buttons-item .btn-fast-buy:hover {
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
}
.product-buttons .product-buttons-item .btn-ruler {
  gap: 5px;
}
.product-buttons .product-buttons-item .btn-ruler i {
  font-size: 16px;
}

.btn-wp {
  width: 100%;
  background-color: #25d366;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  border-radius: 6px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 500;
}
.btn-wp:hover {
  background-color: #1da851;
}
.btn-wp i {
  margin-right: 8px;
  font-size: 20px;
}

.customer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.customer-actions .action {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.customer-actions .action .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--grey2);
}
.customer-actions .product-favourite a {
  color: var(--grey2);
}

.related-products-group {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-products-group .related-products a {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding-bottom: 0.2rem;
  color: var(--grey1);
  font-size: 12px;
  font-weight: 500;
}
.related-products-group .related-products a.active {
  border-color: var(--accent);
  background: var(--accent);
  color: white;
}

.product-profile-info li {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey1);
}
.product-profile-info li a {
  color: var(--grey1);
  font-weight: 500;
}
.product-profile-info li .value {
  color: var(--grey1);
  font-weight: 500;
}

.pattern-group.product-tabs .p-g-t-nav .nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid var(--border-grey);
  gap: 20px;
}
.pattern-group.product-tabs .p-g-t-nav .nav .nav-item {
  margin: 0;
}
.pattern-group.product-tabs .p-g-t-nav .nav .nav-item .nav-link.active {
  border-bottom: 1px solid var(--accent);
  color: var(--grey1);
  font-weight: 600;
}

.shopping-cart-1 .shopping-info {
  background: var(--grey4);
  padding: 2rem 1.5rem 3.5rem 1.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.shopping-cart-1 .shopping-info .icon {
  color: var(--grey2);
  font-size: 2rem;
}
.shopping-cart-1 .shopping-info .content .title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-info .content .description {
  margin-bottom: 0;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list {
  padding: 1rem;
  border: 1px solid var(--border-grey);
  border-radius: 1rem;
  margin-top: -2rem;
  background: white;
}
.shopping-cart-1 .shopping-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--grey1);
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}
.shopping-cart-1 .shopping-list-head .count {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product:last-child .shopping-list-item {
  border-bottom: none;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img {
  width: 100px;
  height: 100px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid var(--border-grey);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .brand {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .name {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants .variant {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants .variant span::after {
  content: "•";
  padding-inline: 5px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .variants .variant:last-child span::after {
  content: "";
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right {
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity {
  border: 1px solid var(--border-grey);
  border-radius: 6px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity .btn {
  background: transparent;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity input {
  border: none;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .product-quantity-type {
  margin-top: 0.2rem;
  color: var(--grey1);
  font-size: 13px;
  font-weight: 500;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .btn-remove {
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--grey2);
  margin-top: 0.5rem;
  font-size: 13px;
  font-weight: 600;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right .btn-remove i {
  font-weight: 400;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .value {
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .value span {
  margin-left: 0.2rem;
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .old-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .per-price .old-value span {
  margin-left: 0.2rem;
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price {
  margin-left: auto;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price .old-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--grey1);
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price .value {
  font-size: 16px;
  font-weight: 700;
  color: var(--grey1);
}

.payment-summary {
  border: 1px solid var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.payment-summary .payment-summary-header {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
  margin-bottom: 0.5rem;
}
.payment-summary .payment-summary-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment-summary .payment-summary-items .payment-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--border-grey);
  padding: 0.5rem 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey1);
}
.payment-summary .payment-summary-items .payment-summary-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.gift-discount {
  border: 1px solid var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}
.gift-discount form {
  border: 1px solid var(--border-grey);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: White;
}
.gift-discount form .input-group input {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
}
.gift-discount form .input-group input::-webkit-input-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input::-moz-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input:-ms-input-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input::-ms-input-placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group input::placeholder {
  color: var(--grey2);
  font-weight: 500;
}
.gift-discount form .input-group button {
  background: transparent;
  border: none;
  color: var(--accent);
  font-size: 13px;
  font-weight: 600;
}

.gift-discount-head {
  margin-bottom: 0.5rem;
  display: block;
}
.gift-discount-head span {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}

.shopping-buttons-1 .btn-continue {
  background-color: transparent;
  color: var(--grey2);
  border: 1px solid var(--grey3);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shopping-buttons-1 .btn-continue:hover {
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
}
.shopping-buttons-1 .btn-continue i {
  font-size: 1rem;
}

.payment-final-buttons-1 .btn-theme-1 {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payment-final-buttons-1 .btn-theme-1:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.payment-cart-summary-body {
  border: 1px solid var(--border-grey);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 1rem;
  padding: 0.5rem 1rem;
}

.payment-list-head {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
  margin-bottom: 0.5rem;
}
.payment-list-head p {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}

.payment-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.payment-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--border-grey);
  gap: 10px;
  padding-bottom: 0.3rem;
}
.payment-list-item:last-child {
  border-bottom: none;
}

.payment-list-item-image {
  width: 75px;
  height: 75px;
  border-radius: 6px;
}
.payment-list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.payment-list-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.payment-list-item-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
}

.payment-list-item-quantity {
  font-size: 11px;
  font-weight: 600;
  color: var(--grey1);
}

.payment-list-item-price {
  margin-top: 0.3rem;
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
}

.customer-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  background-color: var(--grey4);
  border-radius: 6px;
  padding: 1rem;
}

.customer-avatar {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--grey3);
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 600;
}

.customer-info {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.customer-name {
  font-size: 14px;
  font-weight: 600;
}

.customer-email {
  color: var(--grey1);
  font-size: 12px;
}

body.account-body .customer-menu {
  margin-top: 0.5rem;
}
body.account-body .customer-menu-link {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding-inline: 1rem;
  padding-block: 0.3rem;
}
body.account-body .customer-menu-link i {
  font-size: 1.2rem;
}
body.account-body .customer-menu-link:hover {
  background: transparent;
  color: var(--accent);
}
body.account-body .customer-menu-link.active {
  background-color: var(--grey4);
  font-weight: 600;
  border-radius: 6px;
}
body.account-body .customer-menu-link.active i {
  font-weight: 400;
}

.user-dashboard {
  border: 1px solid var(--grey3);
  border-radius: 6px;
  padding: 1rem;
}

.mainAccount .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: var(--grey4);
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 500;
}
.mainAccount .description i {
  font-size: 2rem;
  font-weight: 400;
}
.mainAccount .link-boxes .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  background: var(--grey4);
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-radius: 6px;
  color: var(--grey1);
  font-size: 14px;
  font-weight: 600;
}
.mainAccount .link-boxes .link-box i {
  font-size: 1.2rem;
  font-weight: 400;
}

.info-alert {
  background: -webkit-gradient(linear, left top, right top, from(var(--light-blue, #dfefff)), to(white));
  background: linear-gradient(to right, var(--light-blue, #dfefff), white);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border: 1px solid var(--grey3);
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 13px;
  color: var(--grey2);
}
.info-alert strong {
  display: block;
  font-size: 16px;
  color: var(--grey1);
  font-weight: 600;
}

.user-info-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.user-info-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.user-info-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.user-info-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.user-info-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-info-form .form-input textarea {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-info-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-info-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.user-address-info-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.user-address-info-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.user-address-info-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.user-address-info-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.user-address-info-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-address-info-form .form-input textarea {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-address-info-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-address-info-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.user-security-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.user-security-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.user-security-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.user-security-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.user-security-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-security-form .form-input textarea {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.user-security-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.user-security-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.order-detail-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.order-detail-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.order-detail-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.order-detail-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.order-detail-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.order-detail-form .form-input textarea {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.order-detail-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-detail-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.common-register-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.common-register-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.common-register-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.common-register-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.common-register-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.common-register-form .form-input textarea {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.common-register-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common-register-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.login-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.login-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.login-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.login-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.login-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.login-form .form-input textarea {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.login-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.contact-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
  padding: 0.2rem 0.5rem;
}
.contact-form .form-input label {
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0;
}
.contact-form .form-input input {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  font-size: 14px;
  font-weight: 500;
}
.contact-form .form-input input.form-phone-control {
  -webkit-padding-start: 3rem;
  padding-inline-start: 3rem;
}
.contact-form .form-input select {
  height: auto;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.contact-form .form-input textarea {
  border: none;
  padding: 0;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.contact-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}

.order-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.order-filter button {
  background-color: transparent;
  color: var(--grey2);
  border: 1px solid var(--grey3);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-filter button:hover {
  background-color: var(--grey2);
  color: white;
  border-color: var(--grey2);
}
.order-filter button.active {
  background-color: var(--pressed);
  border-color: var(--pressed);
}

.order-item {
  border: 1px solid var(--grey3);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  overflow: hidden;
}

.order-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 1rem;
}
.order-item-col .order-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
}
.order-item-col .order-number a {
  color: var(--grey1);
  font-size: 16px;
  font-font-weight: 600;
}
.order-item-col .order-date {
  margin-left: auto;
  color: var(--grey1);
  border: 1px solid var(--grey3);
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}
.order-item-col .order-status span {
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
}
.order-item-col .order-status .status-waiting {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}
.order-item-col .order-status .status-preparing {
  background-color: #cce5ff;
  color: #004085;
  border: 1px solid #b8daff;
}
.order-item-col .order-status .status-shipped {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.order-item-col .order-status .status-delivered {
  background-color: #d1ecf1;
  color: #0c5460;
  border: 1px solid #bee5eb;
}
.order-item-col .order-status .status-cancelled {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.order-item-col .order-status .status-returned {
  background-color: #e2e3e5;
  color: #383d41;
  border: 1px solid #d6d8db;
}
.order-item-col .order-status .status-other {
  background-color: #e9ecef;
  color: #495057;
  border: 1px solid #ced4da;
}

.order-item-col-bottom {
  background-color: var(--grey4);
}
.order-item-col-bottom .order-total {
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
}
.order-item-col-bottom .order-cancel button {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  background-color: #f8d7da;
  color: #a83a44;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.order-item-col-bottom .order-cancel button:hover {
  background-color: #a83a44;
  color: #fff;
}
.order-item-col-bottom .order-details a {
  background-color: transparent;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
}
.order-item-col-bottom .order-details a:hover {
  background-color: var(--accent);
  color: white;
}

footer {
  border-top: 1px solid var(--border-grey);
  padding-top: 2rem;
}
footer .logo-area img {
  width: 100%;
  max-width: 190px;
}
footer .social-media {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
footer .social-media a {
  font-size: 18px;
  color: var(--grey2);
}
footer .secure {
  margin: 1rem 0;
}
footer .secure .title-3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
footer .secure .description {
  font-font-size: 14px;
  font-weight: 500;
  color: var(--grey2);
}
footer .info .title {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
footer .info .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 5px;
}
footer .info .footer-links li a {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .info .footer-links li a:hover {
  color: var(--grey1);
}
footer .footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-newsletter .description {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
}
footer .footer-newsletter .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 5px;
}
footer .footer-newsletter .newsletter-form input {
  border: 1px solid var(--border-grey);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
}
footer .footer-newsletter .newsletter-form button {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  border-radius: 4px;
  height: 33px;
  padding-inline: 10px;
}
footer .footer-newsletter .newsletter-form button:hover {
  background-color: var(--hover);
  border-color: var(--hover);
}
footer .bar {
  border-top: 1px solid var(--border-grey);
  padding-top: 1rem;
  margin-top: 2rem;
}

.userPanelTitle {
  border: 1px solid var(--border-grey);
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: var(--grey5);
}
.userPanelTitle .btn-primary {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.userPanelTitle .btn-danger {
  background-color: 0;
  color: white;
  border: 1px solid red;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq .card .card-header h2 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.faq .card .card-header h2 button i {
  font-weight: 400;
  font-size: 20px;
}
.faq .card .card-header h2 button:hover {
  text-decoration: none;
}
.faq .card .card-header h2 button:focus {
  text-decoration: none;
}

body.blogs-body .blog-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
body.blogs-body .blog-categories li {
  border: 1px solid var(--grey3) !important;
  border-radius: 10px;
  padding: 0.2rem 1rem;
  background: var(--grey4);
}
body.blogs-body .blog-categories li:hover {
  background: white;
}
body.blogs-body .blog-categories li a {
  padding: 0;
}
body.blogs-body .blogs-content .p-g-mod-header {
  border: none;
}
body.blogs-body .card-blog {
  border: 1px solid var(--grey3);
  border-radius: 10px;
  overflow: hidden;
}
body.blogs-body .card-blog .date {
  font-size: 12px;
  font-weight: 500;
  padding: 0.5rem;
  display: block;
}
body.blogs-body .card-blog .title {
  height: auto;
  font-size: 16px;
  font-weight: 600;
  padding: 0.5rem;
  color: var(--grey1);
}
body.blogs-body .card-blog .description {
  color: var(--grey2);
  height: auto;
}

.cat-responsive-popup .c-r-p-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--border-grey);
}
.cat-responsive-popup .c-r-p-header .hide-popup {
  font-size: 20px;
  color: var(--grey2);
}
.cat-responsive-popup .c-r-p-header .c-r-p-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
  text-align: center;
}
.cat-responsive-popup .c-r-p-header .clear-filters {
  font-size: 13px;
  font-weight: 400;
  color: var(--grey2);
}

.bulk-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.bulk-delete .btn-bulk-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--danger);
  color: var(--danger);
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bulk-delete .btn-bulk-remove:hover {
  background: var(--danger);
  color: white;
}

.dropdown-user-menu {
  min-width: 200px !important;
  top: 10px !important;
  left: 10px !important;
}

.share-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.share-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.share-header-content .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey1);
}
.share-header-content .description {
  font-size: 12px;
  font-weight: 400;
  color: var(--grey2);
  margin-bottom: 0;
}

.share-header-icon {
  margin-left: auto;
}
.share-header-icon img {
  width: 65px;
  height: 65px;
}

.share-copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.share-copy-link .share-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.share-copy-link .share-input-group .label-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--grey1);
}
.share-copy-link .share-input-group .share-input-group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 0.5rem;
}
.share-copy-link .share-input-group .share-input-group-input .share-input-group-input-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 75%;
  font-size: 12px;
  font-weight: 500;
  color: var(--grey2);
}
.share-copy-link .share-input-group .share-input-group-input .copyLink {
  font-size: 12px;
  font-weight: 400;
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--accent);
}

.socialshare-modal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.socialshare-modal-list .btn-socialshare {
  width: 100%;
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: linear-gradient(-45deg, #f5f5f5, #ffffff);
}
.socialshare-modal-list .btn-socialshare i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
}
.socialshare-modal-list .btn-socialshare-x i {
  background: linear-gradient(45deg, #000000, #1a1a1a);
  color: white;
}
.socialshare-modal-list .btn-socialshare-fb i {
  background: linear-gradient(45deg, #1877f2, #166fe5);
  color: white;
}
.socialshare-modal-list .btn-socialshare-li i {
  background: linear-gradient(45deg, #0077b5, #0099ff);
  color: white;
}
.socialshare-modal-list .btn-socialshare-pint i {
  background: linear-gradient(45deg, #e60023, #cd2a3e);
  color: white;
}
.socialshare-modal-list .btn-socialshare-wp i {
  background: linear-gradient(45deg, #25d366, #128c7e);
  color: white;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 8rem;
}

.not-found-title {
  font-size: 42px;
  font-weight: 600;
  color: var(--grey1);
}

.not-found-text {
  font-size: 16px;
  font-weight: 400;
}

.not-found-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.not-found-buttons .btn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid var(--border-grey);
  background: white;
  color: var(--grey1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found-buttons .btn:hover {
  background: var(--accent);
  color: white;
}

.product-actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.product-actions .compare-button {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: var(--accent);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-grey);
}
.product-actions .favourite {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  color: var(--accent);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-grey);
}

.checkout-container {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1rem;
}
.checkout-section {
  border-bottom: 4px solid var(--border-grey);
  border-right: 1px solid var(--border-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 20px 10px 20px;
  background: var(--grey5);
}
.checkout-section.active {
  background: White;
  border-bottom: 4px solid var(--accent);
}
.checkout-section.active .section-title {
  color: var(--accent);
}
.checkout-section:last-child {
  border-right: none;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: var(--grey1);
}
.section-content p {
  margin-bottom: 0;
}
.section-content span {
  font-weight: 600;
}
.section-content .address-type {
  font-size: 15px;
}
.section-content .address-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
}

.basket-container {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  overflow: hidden;
}
.basket-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: var(--grey1);
  padding: 10px 1rem;
  cursor: pointer;
}
.basket-toggle:hover {
  background: var(--grey5);
}
.basket-toggle[aria-expanded=true] .basket-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.basket-count {
  margin-left: 0.2rem;
}
.basket-image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.basket-image-group img {
  max-width: 50px;
  border-radius: 50px;
  border: 4px solid #fff;
  position: relative;
}
.basket-image-group img:not(:first-child) {
  margin-left: -20px;
}
.basket-arrow {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--grey3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.basket-arrow i {
  font-size: 16px;
}
.basket-body {
  border-top: 1px solid var(--border-grey);
  padding: 1rem;
}
.basket-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.basket-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.basket-list-item-image {
  position: relative;
}
.basket-list-item-quantity {
  position: absolute;
  top: -5px;
  left: -5px;
  background: var(--accent);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  font-weight: 600;
}
.basket-list-item-price {
  margin-top: 0.5rem;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.delivery-addresses {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 1rem;
}

.address-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.address-header .send-to-same {
  margin-left: auto;
}
.address-header .send-to-same label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  background: var(--grey4);
  padding: 5px 10px;
  border-radius: 5px;
}
.address-header .edit-link {
  margin-left: auto;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  cursor: pointer;
}
.address-header .edit-link:hover {
  color: var(--accent);
}
.address-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--grey1);
}
.address-options {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.address-options .new-address-box {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  background: var(--grey5);
}
.address-options .new-address-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  cursor: pointer;
}
.address-options .new-address-box a:hover {
  color: var(--accent);
}
.address-card {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  background: var(--grey5);
}
.address-card.selected {
  border-color: var(--accent);
  border-width: 2px;
}
.address-card.selected .person-name,
.address-card.selected .phone,
.address-card.selected .full-address,
.address-card.selected .city-region {
  color: var(--grey1);
}
.address-radio {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-radio input {
  margin-bottom: 0;
  cursor: pointer;
}
.address-radio input:checked {
  background: var(--accent);
  border-color: var(--accent);
  border-radius: 50%;
  position: relative;
}
.address-radio input:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background: var(--accent);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.address-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  gap: 3px;
}
.address-details .person-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-details .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-details .full-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-details .city-region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.address-description {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
  margin-bottom: 0.5rem;
  display: block;
}
.address-modal .modal-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.address-modal .modal-footer button:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.gift-pack-container {
  border: 1px solid var(--border-grey);
  border-radius: 10px;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.payment-form-methods .accordion .card {
  border-color: var(--border-grey);
}
.payment-form-methods .accordion .card-header {
  padding: 0.5rem 1rem;
  background: var(--grey5);
  border-bottom: 1px solid var(--border-grey);
}
.payment-form-methods .accordion .card-header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.payment-form-methods .accordion .card-header h2 .btn-link {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: var(--grey2);
}
.payment-form-methods .accordion .card-header h2 .btn-link:hover, .payment-form-methods .accordion .card-header h2 .btn-link:focus, .payment-form-methods .accordion .card-header h2 .btn-link:focus-visible {
  text-decoration: none;
}
.payment-form-methods .accordion .card-header h2 .btn-link[aria-expanded=true] {
  color: var(--accent);
}
.payment-form-methods .accordion .card-header h2 .btn-link[aria-expanded=true]::after {
  content: "Seçili Ödeme Yöntemi";
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  margin-left: auto;
}

.balance-pay-info {
  font-size: 13px;
  font-weight: 500;
  color: var(--grey2);
}
.balance-pay-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--grey1);
  border: 1px solid var(--border-grey);
  border-radius: 5px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
  gap: 5px;
}

.btn-balance-pay {
  background-color: var(--accent);
  color: white;
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.btn-balance-pay:hover {
  background-color: var(--hover);
  border-color: var(--hover);
  color: white;
}

.myAccount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.myAccount .description {
  font-size: 14px;
  font-weight: 400;
  color: var(--grey1);
  margin-bottom: 10px;
}
.myAccount .link-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.myAccount .link-content .link-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--grey4);
  padding: 40px 20px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.myAccount .link-content .link-link i {
  font-size: 30px;
  font-weight: 400;
  color: var(--grey1);
}
.myAccount .link-content .link-link:hover {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.myAccount .link-content .link-link:hover i {
  color: #fff;
}

.customer-balance,
.customer-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--grey4);
  border-radius: 6px;
  padding: 1rem;
  margin-top: 0.3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.customer-balance .balance-title,
.customer-balance .points-title,
.customer-points .balance-title,
.customer-points .points-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
.customer-balance .balance-title i,
.customer-balance .points-title i,
.customer-points .balance-title i,
.customer-points .points-title i {
  font-size: 16px;
  font-weight: 400;
  color: var(--grey1);
}

.border-none {
  border: none !important;
}

@media (max-width: 991px) {
  .category-filter-order-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-header-space {
    display: block;
  }
  header.desktop {
    display: none;
  }
  header.mobile {
    display: block;
  }
  body {
    margin-bottom: 52px;
  }
  .mobile-sidebar {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-sidebar .mobile-logo img {
    max-width: 250px;
  }
  .mobile-sidebar .sidebar-close {
    font-size: 32px;
    color: #666;
  }
  .bottom-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    width: 100%;
    height: 52px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-inline: 1rem;
    border-top: 1px solid #ddd;
  }
  .bottom-navbar-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-size: 24px;
    color: #111;
  }
  .stores .cards {
    display: block;
    text-align: center;
  }
  .stores .card {
    display: inline-block;
    border-right: none;
    margin: 0;
    max-width: 45%;
    height: 50px;
    border: 0;
  }
  footer .bar p {
    text-align: center !important;
  }
  footer .bar .right-image {
    margin: 10px 0;
    text-align: center !important;
  }
  footer .logo-area {
    display: none;
  }
  footer .bb {
    border-top: 0;
    border-bottom: 0;
  }
  footer .info {
    padding-top: 0;
  }
  footer .info .title {
    text-align: center !important;
    color: #000;
    border: 1px solid #000;
    padding: 8px;
    position: relative;
  }
  footer .info .title::after {
    content: "+";
    right: 10px;
    top: 3px;
    bottom: 0;
    position: absolute;
    font-size: 20px;
    margin-bottom: 10px;
  }
  footer .info .fs {
    display: none;
    text-align: center !important;
    border: 1px solid #000;
    margin-bottom: 15px;
    color: #000 !important;
  }
  footer .info ul {
    margin: 0;
  }
  footer .info ul li {
    color: #000 !important;
  }
  footer .info ul li a {
    color: #000;
  }
  footer .info ul li a:before {
    display: none;
  }
  footer .social-media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
    
  }
  footer .secure {
    text-align: center !important;
    margin: 10px 0;
  }
}
/* =========================================================
   Trendyol tarzı kompakt e-ticaret tema override
   Bu bölüm mevcut CSS'in sonuna eklenmek için yazılmıştır.
   ========================================================= */

:root {
  --accent: #f27a1a;
  --hover: #ff8a2b;
  --pressed: #e56d11;
  --body: #f8f8f8;
  --white: #ffffff;
  --grey1: #333333;
  --grey2: #666666;
  --grey3: #e6e6e6;
  --grey4: #f5f5f5;
  --grey5: #fafafa;
  --border-grey: #e6e6e6;
  --border-grey2: #d8d8d8;
  --danger: #dc3545;
  --shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

html {
  scroll-behavior: smooth;
}

body {
  background: #f8f8f8;
  color: #333;
  font-family: Inter, "Source Sans 3", sans-serif;
  font-size: 14px;
}

img {
  max-width: 100%;
  display: block;
}

a {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

button,
.btn,
input,
select,
textarea {
  box-shadow: none !important;
}

/* Header */
header.desktop {
  background: #fff;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 101;
}

header.desktop .header-center {
  padding: 14px 0;
}

header.desktop .header-center .logo img {
  max-width: 220px;
}

header.desktop .header-center .search form {
  border: 2px solid var(--accent);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
  min-height: 44px;
  gap: 0;
}

header.desktop .header-center .search form .input-box {
  flex: 1 1 auto;
}

header.desktop .header-center .search form .input-box input {
  height: 44px;
  padding: 0 16px;
  font-size: 13px;
}

header.desktop .header-center .search form button {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  margin-right: 0;
  flex: 0 0 44px;
}

header.desktop .header-center .header-actions {
  gap: 10px;
  margin-right: 0;
}

header.desktop .header-center .header-actions .actions-item {
  gap: 6px;
}

header.desktop .header-center .header-actions .actions-item-user,
header.desktop .header-center .header-actions .actions-item-basket {
  height: 38px;
  padding-inline: 8px;
}

header.desktop .header-center .header-actions .actions-item-user a,
header.desktop .header-center .header-actions .actions-item-basket .name {
  font-size: 12px;
}

header.desktop .header-center .header-actions .actions-item-user a i,
header.desktop .header-center .header-actions .actions-item-basket .icon i {
  font-size: 16px;
}

header.desktop .header-center .header-actions .actions-item-basket .icon {
  width: 22px;
  height: 22px;
}

header.desktop .header-center .header-actions .actions-item-basket .icon .count {
  width: 15px;
  height: 15px;
  font-size: 9px;
  top: -4px;
  right: -4px;
}

header.desktop .menu {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

header.desktop .mega-menu .nav-item {
  height: 42px;
}

header.desktop .mega-menu .nav-link {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  padding: 0 12px;
}

header.desktop .mega-menu .nav-link:hover,
header.desktop .mega-menu .nav-link.active {
  color: var(--accent);
  background: rgba(242, 122, 26, 0.06);
}

header.desktop .dropdown-category {
  width: 180px;
  height: 42px;
  background: #fff7f2;
  border-right: 1px solid #f0e2d7;
}

header.desktop .dropdown-category .nav-link {
  font-size: 12px;
  color: #222;
}

header.desktop .mega-menu .dropdown-menu {
  top: 42px;
  border: 1px solid #ececec;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.mega-menu-container {
  padding: 18px;
}

.menu-left ul.f-ul {
  width: 250px;
}

.menu-left ul.f-ul li.f-li a.f-item {
  font-size: 13px;
  padding: 8px 14px;
}

.dropdown-menu2 {
  width: 920px;
  min-height: 360px;
  height: auto;
  max-height: 420px;
  border-radius: 0 0 12px 12px;
}

/* General cards */
.card-product,
.shopping-cart-1 .shopping-list,
.payment-summary,
.gift-discount,
.payment-cart-summary-body,
.user-dashboard,
.order-item,
.checkout-container,
.userPanelTitle,
.info-alert,
.mainAccount .link-boxes .link-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.card-product {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.card-product:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  border-color: #dedede;
}

.card-product .card-product-inner {
  padding: 10px;
}

.card-product .card-product-inner .info-group {
  gap: 4px;
  margin-bottom: 4px;
}

.card-product .card-product-inner .info-group .category,
.card-product .card-product-inner .info-group .brand-name {
  font-size: 11px;
  line-height: 1.2;
  color: #8a8a8a;
}

.card-product .card-product-inner .title {
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
  color: #333;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
  margin-bottom: 6px;
}

.card-product .card-product-inner .price-group {
  align-items: flex-end;
  gap: 8px;
}

.card-product .card-product-inner .price-group .discount {
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 6px;
  background: #fff1e6;
  color: var(--accent);
}

.card-product .card-product-inner .price-group .prices .list-price {
  font-size: 11px;
  color: #9a9a9a;
  text-decoration: line-through;
}

.card-product .card-product-inner .price-group .prices .sale-price {
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  color: var(--accent);
}

.card-product .card-product-inner .buttons {
  margin-top: 8px;
  gap: 6px;
}

.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .btn-fast-buy {
  height: 34px;
  border-radius: 8px;
  font-size: 11px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.card-product .card-product-inner .buttons .btn-cart {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.card-product .card-product-inner .buttons .btn-cart:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons .btn-fast-buy {
  border: 1px solid #e2e2e2;
  color: #555;
  background: #fff;
}

.card-product .card-product-inner .buttons .btn-color-1:hover,
.card-product .card-product-inner .buttons .btn-fast-buy:hover {
  color: var(--accent);
  border-color: #f3c6a2;
  background: #fff8f3;
}

.card-product img,
.card-product .image img,
.card-product .card-image img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  padding: 8px;
  background: #fff;
}

.product-actions {
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.product-actions .compare-button,
.product-actions .favourite {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #666;
  background: rgba(255,255,255,0.96);
  border: 1px solid #ebebeb;
}

.product-actions .compare-button:hover,
.product-actions .favourite:hover {
  color: var(--accent);
  border-color: #f1bf97;
}

.product-actions i {
  font-size: 14px !important;
  line-height: 1;
}

/* Listing / filters */
.category-filter-order,
.pagination-info-bar,
.category-info {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 10px 12px;
}

.category-filter-order-select {
  min-height: 38px;
  border-radius: 8px;
  font-size: 12px;
}

.product-view span {
  font-size: 12px;
}

.product-view .product-view-select a .view-item {
  width: 8px;
  height: 12px;
}

/* Product detail */
.product-profile-1 {
  background: #fff;
  border-radius: 12px;
}

.product-profile-1 .free-cargo-badge {
  top: 10px;
  left: 12px;
  transform: none;
  border-radius: 999px;
  font-size: 11px;
  padding: 6px 10px;
}

.product-profile-1 h1.title {
  font-size: 22px;
  line-height: 1.3;
  gap: 10px;
}

.product-profile-1 .short-description {
  font-size: 13px;
  line-height: 1.5;
}

.product-price-group {
  gap: 16px;
  flex-wrap: wrap;
}

.product-price-group .price-base .price-discount {
  border-radius: 10px;
  padding: 10px 12px;
  min-width: 72px;
}

.product-price-group .price-base .price-discount .rate {
  font-size: 20px;
}

.product-price-group .price-base .price-prices .list-price {
  font-size: 16px;
}

.product-price-group .price-base .price-prices .sale-price {
  font-size: 32px;
  color: var(--accent);
}

.variant-box ul li .name {
  font-size: 13px;
}

.variant-box ul li .options a {
  min-width: 58px;
  min-height: 40px;
  border-radius: 10px;
  font-size: 12px;
}

.product-buttons {
  gap: 10px;
}

.product-buttons .product-buttons-item {
  gap: 8px;
  flex-wrap: wrap;
}

.product-buttons .product-buttons-item .product-quantity {
  min-height: 42px;
  border-radius: 10px;
}

.product-buttons .product-buttons-item .product-quantity .btn {
  min-width: 36px;
}

.product-buttons .product-buttons-item .btn-cart,
.product-buttons .product-buttons-item .btn-fast-buy,
.product-buttons .product-buttons-item .btn-ruler {
  min-height: 42px;
  border-radius: 10px;
  font-size: 13px;
}

.product-buttons .product-buttons-item .btn-cart {
  min-width: 180px;
}

.btn-wp {
  min-height: 42px;
  border-radius: 10px;
  font-size: 13px;
}

.related-products-group .related-products a {
  padding: 6px 10px;
  border-radius: 999px;
}

/* Shopping cart / checkout */
.shopping-cart-1 .shopping-info {
  background: linear-gradient(90deg, #fff2e6, #fffaf7);
  border: 1px solid #f6dbc4;
  padding: 20px;
}

.shopping-cart-1 .shopping-list {
  border-radius: 12px;
}

.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img {
  width: 88px;
  height: 88px;
}

.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .brand {
  font-size: 12px;
}

.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .name {
  font-size: 14px;
}

.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price .value,
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-price-group .total-price .old-value {
  font-size: 15px;
  color: var(--accent);
}

.checkout-container {
  border-radius: 12px;
}

.checkout-section {
  padding: 16px 16px 12px;
}

.checkout-section.active {
  box-shadow: inset 0 -3px 0 var(--accent);
}

.section-title {
  font-size: 16px;
}

/* Account / orders */
.customer-head,
.mainAccount .description {
  border-radius: 12px;
}

.customer-avatar {
  width: 44px;
  height: 44px;
  font-size: 14px;
}

body.account-body .customer-menu-link {
  border-radius: 10px;
  min-height: 42px;
}

.myAccount .link-content {
  gap: 12px;
}

.myAccount .link-content .link-link {
  border-radius: 12px;
  padding: 22px 12px;
  font-size: 13px;
}

.myAccount .link-content .link-link i {
  font-size: 24px;
}

.order-filter {
  flex-wrap: wrap;
}

.order-filter button {
  min-height: 34px;
  border-radius: 999px;
  padding: 0 14px;
}

.order-item {
  border-radius: 12px;
}

.order-item-col {
  padding: 12px 16px;
}

.order-item-col .order-number a {
  font-size: 14px;
}

.order-item-col .order-date,
.order-item-col .order-status span,
.order-item-col-bottom .order-details a,
.order-item-col-bottom .order-cancel button {
  font-size: 11px;
}

/* Footer */
footer {
  margin-top: 36px;
  background: #fff;
}

footer .logo-area img {
  max-width: 150px;
}

footer .social-media a {
  width: 32px;
  height: 32px;
  border: 1px solid #ececec;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  background: #fff;
}

footer .social-media a:hover {
  color: var(--accent);
  border-color: #f1bf97;
}

footer .info .title,
footer .secure .title-3 {
  font-size: 15px;
}

footer .info .footer-links li a,
footer .footer-newsletter .description {
  font-size: 13px;
}

footer .footer-newsletter .newsletter-form input {
  min-height: 38px;
  border-radius: 8px;
}

footer .footer-newsletter .newsletter-form button {
  min-width: 92px;
  height: 38px;
  border-radius: 8px;
}

/* Buttons / forms */
.category-price-inputs .btn,
.payment-final-buttons-1 .btn-theme-1,
.user-info-form button,
.user-address-info-form button,
.user-security-form button,
.order-detail-form button,
.common-register-form button,
.login-form button,
.contact-form button,
.userPanelTitle .btn-primary,
.btn-theme-1 {
  min-height: 40px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}

.form-control,
.user-info-form .form-input,
.user-address-info-form .form-input,
.user-security-form .form-input,
.order-detail-form .form-input,
.common-register-form .form-input,
.login-form .form-input,
.contact-form .form-input {
  border-radius: 10px;
}

/* Mobile */
@media (max-width: 1199px) {
  header.desktop .mega-menu .nav-link {
    padding: 0 9px;
    font-size: 11px;
  }

  .dropdown-menu2 {
    width: 740px;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 13px;
    margin-bottom: 60px;
  }

  header.mobile {
    display: block;
    height: 60px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.06);
  }

  header.mobile .logo img {
    max-width: 120px;
  }

  header.mobile .icon-group {
    font-size: 18px;
  }

  header.mobile .icon-group .badge {
    min-width: 16px;
    height: 16px;
    font-size: 9px;
    top: -5px;
    right: -5px;
  }

  .sidebar-menu,
  .sidebar-user {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  }

  .bottom-navbar {
    height: 58px;
    padding-inline: 10px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
  }

  .bottom-navbar-item {
    font-size: 20px;
  }

  .card-product .card-product-inner {
    padding: 8px;
  }

  .card-product img,
  .card-product .image img,
  .card-product .card-image img {
    height: 145px;
    padding: 6px;
  }

  .card-product .card-product-inner .title {
    font-size: 11px;
    min-height: 30px;
    max-height: 30px;
  }

  .card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 15px;
  }

  .card-product .card-product-inner .buttons {
    flex-wrap: wrap;
  }

  .card-product .card-product-inner .buttons .btn-color-1,
  .card-product .card-product-inner .buttons .btn-cart,
  .card-product .card-product-inner .buttons .btn-fast-buy {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }

  .product-profile-1 h1.title {
    font-size: 18px;
  }

  .product-price-group .price-base .price-prices .sale-price {
    font-size: 26px;
  }

  .product-buttons .product-buttons-item .btn-cart,
  .product-buttons .product-buttons-item .btn-fast-buy,
  .product-buttons .product-buttons-item .btn-ruler,
  .btn-wp {
    width: 100%;
  }

  .checkout-container {
    grid-template-columns: 1fr;
  }

  .checkout-section {
    border-right: 0;
  }

  .shopping-cart-1 .shopping-list-body .shopping-list-product {
    align-items: flex-start;
  }

  .myAccount .link-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .card-product {
    border-radius: 8px;
  }

  .card-product img,
  .card-product .image img,
  .card-product .card-image img {
    height: 132px;
  }

  .product-actions {
    top: 6px;
    right: 6px;
  }

  .product-actions .compare-button,
  .product-actions .favourite {
    width: 28px;
    height: 28px;
  }

  .product-profile-1 h1.title {
    font-size: 17px;
  }

  .product-price-group .price-base .price-prices .sale-price {
    font-size: 24px;
  }

  .shopping-cart-1 .shopping-list-body .shopping-list-product {
    flex-direction: column;
  }

  .shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img {
    width: 76px;
    height: 76px;
  }

  .shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info {
    flex-direction: column;
  }

  .shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right {
    margin-left: 0;
    align-items: flex-start;
  }

  .order-item-col {
    flex-wrap: wrap;
    gap: 8px;
  }

  .order-item-col .order-date {
    margin-left: 0;
  }

  footer .footer-newsletter .newsletter-form {
    flex-direction: column;
  }

  footer .footer-newsletter .newsletter-form button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .myAccount .link-content {
    grid-template-columns: 1fr;
  }

  .card-product .card-product-inner .buttons .btn-color-1,
  .card-product .card-product-inner .buttons .btn-cart,
  .card-product .card-product-inner .buttons .btn-fast-buy {
    flex: 1 1 100%;
  }

  .product-buttons .product-buttons-item {
    flex-direction: column;
    align-items: stretch;
  }

  .product-buttons .product-buttons-item .product-quantity {
    width: 100%;
    justify-content: space-between;
  }
}

/* =========================================================
   TRENDMAVI PREMIUM MODERN THEME OVERRIDE
   PC + TABLET + MOBILE UYUMLU
   Bu bölüm mevcut CSS'in üzerine premium görünüm bindirir.
========================================================= */

:root{
  --accent:#0b74ff;
  --hover:#0057c8;
  --body:#f6f8fc;
  --white:#ffffff;
  --grey1:#0f172a;
  --grey2:#64748b;
  --grey3:#e2e8f0;
  --grey4:#f1f5f9;
  --grey5:#f8fafc;
  --border-grey:#e5e7eb;
  --border-grey2:#cbd5e1;
  --shadow:0 12px 35px rgba(15,23,42,.08);
  --premium-radius:18px;
  --premium-radius-lg:26px;
  --premium-gradient:linear-gradient(135deg,#0b74ff 0%,#0047ff 100%);
  --premium-orange:linear-gradient(135deg,#ff7a00 0%,#ff3d00 100%);
  --premium-green:linear-gradient(135deg,#25d366 0%,#128c7e 100%);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  background:var(--body)!important;
  font-family:"Inter","Source Sans 3",Arial,sans-serif!important;
  color:var(--grey1)!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{text-decoration:none!important;color:var(--accent);transition:all .25s ease;}
a:hover{color:var(--hover)!important;}
img{max-width:100%;height:auto;}

/* HEADER PREMIUM */
header.desktop{
  background:#fff!important;
  position:sticky;
  top:0;
  z-index:999;
  box-shadow:0 8px 28px rgba(15,23,42,.07);
}
header.desktop .header-contact{display:none!important;}
header.desktop .header-center{padding:20px 0!important;}
header.desktop .header-center .logo img{max-width:245px!important;object-fit:contain;}
header.desktop .header-center .search form{
  height:48px!important;
  background:#f8fafc!important;
  border:1.5px solid #dbeafe!important;
  border-radius:999px!important;
  padding:0 6px 0 18px!important;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.04);
}
header.desktop .header-center .search form .input-box{flex:1!important;}
header.desktop .header-center .search form .input-box input{
  height:44px!important;
  font-size:14px!important;
  font-weight:500!important;
  color:#0f172a!important;
}
header.desktop .header-center .search form button{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:50%!important;
  background:var(--premium-gradient)!important;
  box-shadow:0 8px 18px rgba(11,116,255,.22);
}
header.desktop .header-center .search form button i{font-size:15px!important;color:#fff!important;}
header.desktop .header-center .header-actions{gap:14px!important;margin-right:0!important;}
header.desktop .header-center .header-actions .actions-item-user,
header.desktop .header-center .header-actions .actions-item-basket{
  min-height:42px;
  border-radius:999px;
  padding:6px 10px!important;
  background:#fff;
  border:1px solid #e5e7eb;
  box-shadow:0 6px 18px rgba(15,23,42,.04);
}
header.desktop .header-center .header-actions .actions-item-user:hover,
header.desktop .header-center .header-actions .actions-item-basket:hover{
  border-color:#bfdbfe;
  box-shadow:0 10px 24px rgba(11,116,255,.12);
}
header.desktop .header-center .header-actions .actions-item-user a,
header.desktop .header-center .header-actions .actions-item-basket .name{font-weight:700!important;color:#0f172a!important;}
header.desktop .header-center .header-actions .actions-item-basket .icon .count{
  width:17px!important;height:17px!important;font-size:10px!important;background:#ff6600!important;top:-5px!important;right:-6px!important;
}
header.desktop .menu{background:#fff!important;border-top:0!important;border-bottom:1px solid #e5e7eb!important;}
header.desktop .mega-menu .nav-item{height:48px!important;}
header.desktop .mega-menu .nav-link{
  height:38px!important;
  border-radius:12px!important;
  font-size:14px!important;
  font-weight:700!important;
  color:#334155!important;
  padding:0 14px!important;
}
header.desktop .mega-menu .nav-link:hover{background:#eff6ff!important;color:var(--accent)!important;}
header.desktop .mega-menu .dropdown-menu{
  top:48px!important;
  border:0!important;
  border-radius:0 0 22px 22px!important;
  box-shadow:0 22px 55px rgba(15,23,42,.12)!important;
}
.dropdown-category{width:190px!important;height:48px!important;}
.dropdown-category .menu-left{
  border:1px solid #e5e7eb!important;
  border-radius:0 0 18px 18px!important;
  box-shadow:0 20px 45px rgba(15,23,42,.12)!important;
  overflow:hidden;
}
.menu-left ul.f-ul{width:260px!important;}
.menu-left ul.f-ul li.f-li{padding:7px 0!important;}
.menu-left ul.f-ul li.f-li a.f-item{font-size:14px!important;font-weight:700!important;color:#1e293b!important;}
.menu-left ul.f-ul li.f-li:hover{background:#eff6ff!important;}
.dropdown-menu2{border-radius:0 0 18px 0!important;box-shadow:0 20px 45px rgba(15,23,42,.12)!important;}
.mega-menu-container{padding:18px!important;}
.mega-menu-container .sub-title{font-weight:800!important;color:var(--accent)!important;}

/* GENEL KUTULAR */
.card-product,
.payment-summary,
.gift-discount,
.payment-cart-summary-body,
.user-dashboard,
.user-info-form .form-input,
.user-address-info-form .form-input,
.info-alert{
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:var(--premium-radius)!important;
  box-shadow:0 8px 26px rgba(15,23,42,.06)!important;
}

/* ÜRÜN KARTI */
.card-product{
  overflow:hidden!important;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease!important;
}
.card-product:hover{
  transform:translateY(-6px);
  border-color:#bfdbfe!important;
  box-shadow:0 18px 45px rgba(15,23,42,.12)!important;
}
.card-product img{transition:transform .35s ease;}
.card-product:hover img{transform:scale(1.035);}
.card-product .card-product-inner .title{
  color:#0f172a!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.35!important;
}
.card-product .card-product-inner .info-group .category,
.card-product .card-product-inner .info-group .brand-name{font-size:12px!important;color:#64748b!important;font-weight:600!important;}
.card-product .card-product-inner .price-group .discount{
  background:var(--premium-orange)!important;
  border-radius:999px!important;
  padding:5px 10px!important;
  box-shadow:0 8px 18px rgba(255,106,0,.20);
}
.card-product .card-product-inner .price-group .prices .list-price{color:#94a3b8!important;}
.card-product .card-product-inner .price-group .prices .sale-price{
  color:#0f172a!important;
  font-size:20px!important;
  font-weight:900!important;
}
.card-product .card-product-inner .buttons .btn-color-1,
.card-product .card-product-inner .buttons .btn-cart,
.card-product .card-product-inner .buttons .btn-fast-buy{
  border-radius:999px!important;
  font-weight:800!important;
}

/* ÜRÜN DETAY */
.product-profile-1{
  background:#fff!important;
  border:1px solid #e5e7eb!important;
  border-radius:var(--premium-radius-lg)!important;
  padding:24px!important;
  box-shadow:var(--shadow)!important;
}
.product-profile-1 h1.title{
  font-size:28px!important;
  font-weight:900!important;
  line-height:1.24!important;
  color:#0f172a!important;
}
.product-profile-1 .short-description{font-size:14px!important;color:#64748b!important;line-height:1.55!important;}
.product-profile-1 .free-cargo-badge{
  background:var(--premium-orange)!important;
  border-radius:999px!important;
  font-weight:800!important;
  box-shadow:0 8px 18px rgba(255,106,0,.22);
}
.variant-box ul li .options a{
  border-radius:14px!important;
  box-shadow:0 8px 22px rgba(15,23,42,.06)!important;
}
.variant-box ul li .options a.active{background:var(--premium-gradient)!important;border-color:transparent!important;}
.product-price-group{align-items:center!important;gap:20px!important;flex-wrap:wrap;}
.product-price-group .price-base .price-discount{
  background:var(--premium-orange)!important;
  border-radius:16px!important;
  box-shadow:0 8px 18px rgba(255,106,0,.18);
}
.product-price-group .price-base .price-prices .sale-price{
  font-size:36px!important;
  font-weight:900!important;
  color:#0f172a!important;
}
.product-transfer-prices,
.product-gain-advantage,
.product-price-group .price-installment{
  border-radius:16px!important;
  background:#f8fafc!important;
  border:1px solid #e5e7eb!important;
}
.product-buttons .product-buttons-item{gap:10px!important;}
.product-buttons .product-buttons-item .btn-cart,
.payment-final-buttons-1 .btn-theme-1,
.user-info-form button{
  background:var(--premium-gradient)!important;
  border:none!important;
  border-radius:999px!important;
  min-height:48px!important;
  font-weight:900!important;
  box-shadow:0 12px 24px rgba(11,116,255,.22);
}
.product-buttons .product-buttons-item .btn-cart:hover,
.payment-final-buttons-1 .btn-theme-1:hover,
.user-info-form button:hover{filter:brightness(.95);transform:translateY(-1px);}
.product-buttons .product-buttons-item .btn-fast-buy,
.shopping-buttons-1 .btn-continue{
  min-height:48px!important;
  border-radius:999px!important;
  font-weight:800!important;
  border:1px solid #cbd5e1!important;
}
.btn-wp{
  background:var(--premium-green)!important;
  border-radius:999px!important;
  font-weight:900!important;
  box-shadow:0 12px 24px rgba(37,211,102,.18);
}

/* SEPET - ÖDEME */
.shopping-cart-1 .shopping-info{
  background:linear-gradient(135deg,#eff6ff 0%,#ffffff 100%)!important;
  border-radius:24px!important;
  border:1px solid #dbeafe!important;
}
.shopping-cart-1 .shopping-list{
  border:none!important;
  border-radius:24px!important;
  box-shadow:var(--shadow)!important;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img{
  border-radius:16px!important;
  background:#f8fafc;
  overflow:hidden;
}
.shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-left .name{font-weight:800!important;color:#0f172a!important;}
.payment-summary .payment-summary-header,
.gift-discount-head span,
.payment-list-head{font-weight:900!important;color:#0f172a!important;}
.gift-discount form{border-radius:999px!important;overflow:hidden;}
.gift-discount form .input-group button{font-weight:900!important;}

/* MÜŞTERİ PANELİ */
.customer-head{
  background:linear-gradient(135deg,#eff6ff 0%,#fff 100%)!important;
  border:1px solid #dbeafe!important;
  border-radius:22px!important;
}
.customer-avatar{background:var(--premium-gradient)!important;color:#fff!important;box-shadow:0 10px 22px rgba(11,116,255,.20);}
.customer-name{font-weight:900!important;color:#0f172a!important;}
body.account-body .customer-menu-link{
  border-radius:14px!important;
  padding:.55rem .8rem!important;
  font-weight:700!important;
}
body.account-body .customer-menu-link:hover,
body.account-body .customer-menu-link.active{background:#eff6ff!important;color:var(--accent)!important;}
.mainAccount .description,
.mainAccount .link-boxes .link-box{border-radius:18px!important;background:#f8fafc!important;}
.info-alert{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%)!important;}

/* FORM */
input,select,textarea,button{font-family:inherit!important;}
.user-info-form .form-input input,
.user-info-form .form-input select,
.user-info-form .form-input textarea{font-size:15px!important;color:#0f172a!important;}
.user-info-form .form-input:focus-within,
.user-address-info-form .form-input:focus-within{border-color:#93c5fd!important;box-shadow:0 0 0 4px rgba(59,130,246,.10)!important;}

/* MOBİL HEADER */
header.mobile{
  height:64px!important;
  background:#fff!important;
  box-shadow:0 8px 26px rgba(15,23,42,.12)!important;
  z-index:1000!important;
}
.mobile-header-space{height:64px!important;}
header.mobile .logo img{max-width:138px!important;max-height:58px!important;object-fit:contain;}
header.mobile .icon-group{font-size:22px!important;color:#0f172a!important;}
header.mobile .icon-group .badge{background:#ff6600!important;font-weight:800!important;}
header.mobile .mobile-search{background:#fff!important;border-bottom:1px solid #e5e7eb!important;}
header.mobile .mobile-search form input{height:58px!important;font-size:15px!important;}
.sidebar-menu,.sidebar-user{box-shadow:0 25px 60px rgba(15,23,42,.18)!important;}
.sidebar-menu .title,.sidebar-user .title{background:#0f172a!important;}
.sidebar-menu .categories ul li a,.sidebar-menu .links a,.sidebar-user .login-menu a{font-weight:700!important;}

/* RESPONSIVE */
@media (max-width: 1199px){
  header.desktop .mega-menu .nav-link{font-size:13px!important;padding:0 10px!important;}
  .dropdown-category{width:170px!important;}
}
@media (max-width: 991px){
  header.desktop{display:none!important;}
  header.mobile,.mobile-header-space{display:block!important;}
  .product-profile-1{padding:18px!important;border-radius:22px!important;}
  .product-profile-1 h1.title{font-size:23px!important;}
  .product-price-group .price-base .price-prices .sale-price{font-size:30px!important;}
  .product-buttons .product-buttons-item{flex-direction:column!important;align-items:stretch!important;}
  .product-buttons .product-buttons-item .btn-cart,
  .product-buttons .product-buttons-item .btn-fast-buy,
  .btn-wp{width:100%!important;}
}
@media (max-width: 768px){
  body{background:#f8fafc!important;}
  .card-product{border-radius:16px!important;margin-bottom:14px!important;}
  .card-product:hover{transform:none!important;}
  .card-product .card-product-inner .title{font-size:13px!important;line-height:1.3!important;}
  .card-product .card-product-inner .price-group .prices .sale-price{font-size:17px!important;}
  .product-profile-1{box-shadow:none!important;border-radius:18px!important;padding:14px!important;}
  .product-profile-1 h1.title{font-size:20px!important;}
  .product-price-group{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;}
  .product-price-group .price-base{width:100%;justify-content:space-between;}
  .product-price-group .price-base .price-prices .sale-price{font-size:27px!important;}
  .shopping-cart-1 .shopping-list-body .shopping-list-product{flex-direction:column!important;}
  .shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-img{width:100%!important;height:180px!important;}
  .shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info{flex-direction:column!important;}
  .shopping-cart-1 .shopping-list-body .shopping-list-product .shopping-list-item .list-info-right{margin-left:0!important;align-items:flex-start!important;}
  .payment-summary,.gift-discount,.payment-cart-summary-body,.user-dashboard{border-radius:18px!important;}
  .customer-head{align-items:flex-start!important;}
}
@media (max-width: 480px){
  header.mobile .logo img{max-width:120px!important;}
  .product-profile-1 h1.title{font-size:19px!important;}
  .product-price-group .price-base .price-prices .sale-price{font-size:25px!important;}
  .card-product .card-product-inner .title{font-size:12.5px!important;}
  .payment-final-buttons-1 .btn-theme-1,
  .user-info-form button{width:100%!important;}
  .customer-head{gap:.75rem!important;padding:.8rem!important;}
  .customer-avatar{width:44px!important;height:44px!important;}
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important;}
}

/* =========================================================
   ÜRÜN DETAY SAYFASI - SON DÜZENLEME
   WhatsApp ile Sipariş Ver + Havale/EFT alanı kaldırıldı.
   Gruplar / İlişkili Ürünler alanı bozulmadan ürün buton
   bölgesine uyumlu hale getirildi.
   ========================================================= */

/* WhatsApp ile Sipariş Ver butonunu kaldır */
.product-profile-1 .btn-wp,
body.product-body .btn-wp,
.btn-wp {
  display: none !important;
}

/* Havale / EFT ile satın alabilirsiniz alanını kaldır */
.product-profile-1 .product-transfer-prices,
body.product-body .product-transfer-prices,
.product-transfer-prices {
  display: none !important;
}

/* Gruplar / İlişkili Ürünler alanını ürün detay buton alanına uyumlu göster */
.product-profile-1 .related-products-group,
body.product-body .related-products-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
  list-style: none;
}

.product-profile-1 .related-products-group .related-products,
body.product-body .related-products-group .related-products {
  margin: 0;
  padding: 0;
}

.product-profile-1 .related-products-group .related-products a,
body.product-body .related-products-group .related-products a {
  min-height: 38px;
  padding: 6px 10px;
  border: 1px solid var(--border-grey);
  border-radius: 6px;
  background: #fff;
  color: var(--grey1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.product-profile-1 .related-products-group .related-products a:hover,
body.product-body .related-products-group .related-products a:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.product-profile-1 .related-products-group .related-products a.active,
body.product-body .related-products-group .related-products a.active {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

@media (max-width: 768px) {
  .product-profile-1 .related-products-group,
  body.product-body .related-products-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .product-profile-1 .related-products-group .related-products a,
  body.product-body .related-products-group .related-products a {
    width: 100%;
    min-height: 36px;
    font-size: 12px;
    padding: 6px 8px;
  }
}