@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

/* Reset */
/* Overlay */
/* Opacity */
/* Mega Menu Container */
/* Menu Left */
/* Deep Menu */
/* Mega Menu Container */
/* Mobile Header */
/* Sidebar User */
/* Sidebar Menu */
/* Responsive */

/* color palette */
:root {
  /* (Turuncu / Coral) */
  --color-turuncu: #ed6635;
  --color-turuncu-rgb: 237, 102, 53;

  /* (Sarı / Altın) */
  --color-sari: #fdba13;
  --color-sari-rgb: 255, 186, 19;

  /* Krem Rengi */
  --color-krem-light: #f9edd6;
  --color-krem-light-rgb: 249, 237, 214;

  /* Mavi */
  --color-mavi: #455987;
  --color-mavi-rgb: 69, 89, 135;

  /* Koyu Mavi / Lacivert */
  --color-lacivert: #1e2452;
  --color-lacivert-rgb: 30, 36, 82;
}

body {
  background: var(--body);
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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 {
  background: #fff;
}
header.desktop .header-contact {
  padding: 0.75rem 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(--grey2);
  font-weight: 500;
}
header.desktop .header-contact .call-info .item i {
  color: var(--grey1);
}
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 .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: var(--color-lacivert);
}
header.desktop .header-center .logo img {
  width: 100%;
  max-width: 190px;
}
header.desktop .header-center .search form {
  border: 1px solid var(--border-grey);
  /*border-radius: 10px;*/
  border-radius: var(--border-radius);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: #fff;
}
header.desktop .header-center .search form .input-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
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;
}
header.desktop .header-center .search form button {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
header.desktop .header-center .search form button i {
  color: var(--grey1);
  font-size: 16px;
}
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;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
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: -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: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
}
header.desktop .header-center .header-actions .actions-item-user a {
  color: var(--grey1);
}
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;
}
.dropdown-category:hover > .nav-link {
    color: var(--color-mavi) !important;
}

.dropdown-category:hover > .nav-link svg {
    stroke: var(--color-mavi);
}
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;
  display: block;
}
header.desktop .header-center .header-actions .actions-item-basket .icon {
  position: relative;
  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: 40px;
  height: 40px;
}
header.desktop .header-center .header-actions .actions-item-basket .icon i {
  font-size: 18px;
  color: var(--grey2);
}
header.desktop .header-center .header-actions .actions-item-basket .icon .count {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: var(--accent);
  color: white;
  font-size: 10px;
  border-radius: 10px;
  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;
}
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 {
  background-color: var(--color-mavi);
}
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;
}

/* menü hover düzenlemesi */
section.mega-menu-wrapper .nav-link:hover {
    color: var(--color-lacivert) !important; 
}

section.mega-menu-wrapper .nav-link:hover svg {
    stroke: var(--color-lacivert) !important;
}

/* menü hover düzenlemesi */

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: 56px;
}
header.desktop .mega-menu .nav-item:last-child .nav-link {
  border-right: 0;
}
header.desktop .mega-menu .nav-link {
  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: #fff;
  line-height: normal;
  font-weight: 500;
  font-size: 14px;
  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: #fff;
}
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;
}

.mega-menu-container {
  padding: 10px;
}
.mega-menu-container .sub-title {
  color: var(--accent) !important;
  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: 10px;
  float: left;
}
.mega-menu-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-menu-container ul li a {
  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;
}
.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%;
}


.dropdown-menu2 {
    min-height: 350px; 
    max-height: 500px; 
    
    overflow-y: auto; 
    
    box-sizing: border-box; 
}

.dropdown-menu2::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu2::-webkit-scrollbar-thumb {
    background-color: #ccc; 
    border-radius: 4px;
}

.dropdown-menu2::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}
.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;
  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;
  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);
  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 {
  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: start;
  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(--color-turuncu);
  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: end;
  margin-top: 0.5rem;
}
.card-product .card-product-inner .buttons .btn-color-1 {
  background-color: var(--color-turuncu);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 1rem;
}
.card-product .card-product-inner .buttons .btn-color-1:hover {
  background-color: #fff8ec;
  color: var(--color-turuncu);
  border-color: var(--color-turuncu);
}
.card-product .card-product-inner .buttons .btn-color-1.disabled {
  background: var(--border-grey);
}

@media (max-width: 768px) {
  .card-product .buttons,
  .card-product .btn-cart {
    width: 100% !important;
    display: block !important;
  }
  .card-product .btn-cart {
    padding: 10px 5px !important; 
    white-space: nowrap !important;
    font-size: 12px !important;
    text-align: center !important;
    box-sizing: border-box !important;
  }
}

.product-profile-carousel {
  background: var(--grey4);
  padding: 1rem;
  border-radius: 6px;
}

.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;
  font-size: 30px;
}
.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(--color-sari);
  background: var(--color-sari);
  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: 6px;
  padding: 0.2rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  height: 60px;
  width: 60px;
  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: 12px;
}
.product-price-group .price-base .price-discount .rate {
  font-size: 20px;
  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: 20px;
  font-weight: 500;
  color: var(--grey2);
}
.product-price-group .price-base .price-prices .sale-price {
  font-size: 30px;
  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-quantity .btn {
  color: var(--color-turuncu);
}
.product-buttons .product-buttons-item .product-quantity {
  border: 1px solid var(--color-mavi);
  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;
  background: transparent;
  color: var(--color-turuncu);
  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);
  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;
  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: rgb(37 211 102 / .1);
  border: 1px solid #25D366;
  color: #215433;
  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: 10px;
  -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 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;
  font-size: 20px;
}

.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;
  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;
  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;
  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;
  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 {
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}
.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;
  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);
}
.common-register-form .register-login-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 14px;
}
.common-register-form .register-login-divider span {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
}
.common-register-form .register-login-divider::before,
.common-register-form .register-login-divider::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: #e5e7eb;
}

section.pattern-group-p-login .social-divider,
.common-register-form .social-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}

section.pattern-group-p-login .social-divider span,
.common-register-form .social-divider span {
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
}

section.pattern-group-p-login .social-divider::before,
section.pattern-group-p-login .social-divider::after,
.common-register-form .social-divider::before,
.common-register-form .social-divider::after {
  content: '';
  flex: 1;
  height: 0.5px;
  background: #e5e7eb;
}

.common-register-form .btn-already-member {
  display: block;
  width: 100%;
  padding: 11px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #534AB7;
  border: 0.5px solid #534AB7;
  background: transparent;
  transition: background .15s, color .15s;
}
.common-register-form .btn-already-member:hover {
  background: #534AB7;
  color: #fff;
}

.login-form .form-input {
  border: 1px solid var(--grey3);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  border-radius: 6px;
}
.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;
  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;
  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-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);
  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-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);
  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;
  
}

.userPanelTitle {
  border: 1px solid var(--border-grey);
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: var(--grey5);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}
.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 {
  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: var(--color-sari);
  -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;
  }
}




/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}
/* stores */

/* tüm kategoriler scroll */
.f-ul {
    max-height: 400px;
    overflow-y: auto;
}

.f-ul .dropdown-menu {
    max-height: 600px;
    overflow-y: auto;
}
/* tüm kategoriler scroll */



/* kart boyuları eşitleme */

.card-product {
    height: 100%;
}

.card-product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative; 
}

.buttons {
    margin-top: auto;
    width: 100%; 
}


.card-product .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px; 
    margin-bottom: 10px;
}

.info-group {
    min-height: 25px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* boyuları eşitleme */




/* ========================================= */
/* === GENEL KART AYARLARI (TÜM EKRANLAR) === */
/* ========================================= */

.card-product .prices .list-price,
.card-product .prices .sale-price {
    white-space: nowrap;
}

.card-product .btn-icon {
    display: none !important;
}
.card-product .btn-text {
    display: inline-block;
}

.card-product .btn-cart {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
    padding: 8px 15px; 
    font-size: 14px;
    flex-shrink: 0; 
}

.card-product .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    width: 100%;
}

.card-product .price-group {
    display: flex;
    flex-direction: row; 
    align-items: center;
    margin-right: auto !important;
}


.card-product .prices .list-price,
.card-product .prices .sale-price {
    display: block; 
}




@media (max-width: 768px) {

    
    .card-product .btn-text { 
        display: none !important; 
    }
    .card-product .btn-icon { 
        display: block !important; 
        font-size: 18px;
    }

    .card-product .btn-cart {
        padding: 0;
        width: 38px;
        height: 38px;
        min-width: 38px; 
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

    .card-product .price-group {
        flex-direction: row; 
        flex: 1; 
    }

    .card-product .prices {
        display: flex;
        flex-direction: column;
        line-height: 1.1; 
    }

    .card-product .sale-price { font-size: 15px; }
    .card-product .list-price { font-size: 11px; }
    .card-product .discount { font-size: 11px; padding: 3px 6px; }
    
    
    .card-product .prices .list-price,
    .card-product .prices .sale-price {
        white-space: nowrap;
        display: block;
    }
    
  .card-product {
    height: 100%;
  }

  .card-product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .card-product .brand-name {
    min-height: 18px;
    display: block;
  }

  .card-product .title {
    font-size: 13px;
    min-height: 38px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
  }

  .card-product .prices {
    display: grid;
    grid-template-rows: 22px auto;  
    row-gap: 4px;
    min-height: 50px; 
  }

  .card-product .list-price {
    grid-row: 1;
    align-self: start;
    white-space: nowrap;
  }

  .card-product .prices:not(:has(.list-price))::before {
    content: "";
    grid-row: 1;
    display: block;
    min-height: 22px;
  }

  .card-product .sale-price {
    grid-row: 2;
    align-self: start;
    white-space: nowrap;
  }
     
  .card-product .buttons {
    gap: 8px; 
    margin-top: auto !important;  
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
  }

  .card-product .btn-cart {
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}




/* kart boyuları eşitleme */

/* sipariş sayfası */
.link-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
}

.link-item {
  flex: 1 1 calc(50% - 10px); 
  display: flex;
}

.myAccount .link-content .link-link {
  flex: 1;
  gap: 10px;
  text-decoration: none;
  height: 100%;
}




@media (max-width: 518px) {
  .link-item {
    flex: 1 1 100%; 
  }
}

@media (max-width: 971px) {
  .order-filter {
    flex-wrap: wrap;
    white-space: normal;
  }
  .order-filter button {
    flex: 1 0 calc(50% - 6px);
  }
}

/* sipariş sayfası */
.payment-form-methods {
    min-height: 420px;
}

.raw-content p:last-child:has(br:only-child),
.raw-content p:last-child:empty {
    display: none;
}
/* sipariş sayfası */

/*profil info alanı*/
.product-profile-info li {
    display: grid;
    grid-template-columns: 200px 15px auto; 
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
}

.product-profile-info .label {
    color: #70747D;
    font-size: 20px;
}

.product-profile-info .sep {
    text-align: center;
    color: #70747D;
}

.product-profile-info .value {
    color: #000;
}

/* profil info */

/*Add to style.css*/
.ship_type {
    border: 1px dashed #ccc;
    padding: 10px;
    border-radius: 6px;
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}


/* giriş yap üye ol */

section.pattern-group-p-register .p-g-mod-header .p-g-m-h-info,
section.pattern-group-p-login .p-g-mod-header .p-g-m-h-info {
display: flex !important;
justify-content: center !important;
width: 100% !important;
}

section.pattern-group-p-register .p-g-m-h-i-title,
section.pattern-group-p-login .p-g-m-h-i-title {
text-align: center !important;
width: 100% !important;
font-size: 24px !important;
}

section.pattern-group-p-register .common-register-form,
section.pattern-group-p-login .login-form,
.login-form,
section.pattern-group-p-login .p-g-b-c-0 .box,
section.pattern-group-p-login .p-g-b-c-2 .userPanelTitle {
background: #ffffff !important;
border-radius: 0.5rem !important;
border: 0.5px solid #e5e7eb !important;
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
box-sizing: border-box !important;
}

section.pattern-group-p-register .form-input,
.login-form .form-input {
display: flex;
flex-direction: column;
gap: 6px;
}

section.pattern-group-p-register .form-input label,
.login-form .form-input label {
display: none !important;
}

section.pattern-group-p-register .form-control,
.login-form .form-control.m-input {
width: 100%;
box-sizing: border-box;
}

section.pattern-group-p-register .form-control:focus,
.login-form .form-control.m-input:focus,
section.pattern-group-p-register .form-control.m-input:focus {
outline: none !important;
border-color: var(--accent) !important;
box-shadow: 0 0 0 3px rgba(83, 74, 183, 0.08) !important;
}

section.pattern-group-p-register .btn-success:active,
.login-form .btn-success:active,
.login-form .btn-fb-login:active,
.login-form .btn-google-login:active,
.login-form .btn-primary:active,
section.pattern-group-p-login .btn-social:active {
transform: scale(0.99);
}

section.pattern-group-p-register .common-register-form {
max-width: 620px;
margin: 0 auto;
padding: 2rem;
}

section.pattern-group-p-register .register_description .alert-info {
background: var(--color-background-info);
color: var(--color-text-info);
border: 0.5px solid var(--color-border-info);
border-radius: 8px;
padding: 12px 16px;
font-size: 14px;
margin-bottom: 2rem;
}

section.pattern-group-p-register .mws-form-inline .row {
display: flex;
gap: 16px;
}

section.pattern-group-p-register .mws-form-inline .col-md-6 {
flex: 1;
min-width: 0;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3):not(.social-divider):not(.d-flex) {
display: flex;
align-items: flex-start;
gap: 10px;
margin-bottom: 0.75rem;
padding: 10px 14px;
background: #f9fafb;
border-radius: 8px;
border: 0.5px solid #e5e7eb;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3) label {
font-size: 13px;
color: #6b7280;
line-height: 1.5;
cursor: pointer;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3) label a {
color: var(--accent);
text-decoration: none;
font-weight: 500;
}

section.pattern-group-p-register .mws-form-inline > div:not(.row):not(.mt-3) label a:hover {
text-decoration: underline;
}

section.pattern-group-p-register .ibutton {
accent-color: var(--accent);
width: 16px;
height: 16px;
cursor: pointer;
flex-shrink: 0;
margin-top: 2px;
}

section.pattern-group-p-register .section-divider {
border: none;
border-top: 0.5px solid #e5e7eb;
margin: 1.5rem 0;
}

section.pattern-group-p-register .btn-success {
width: 100%;
padding: 12px;
font-size: 15px;
font-weight: 500;
background: var(--accent);
color: #ffffff;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background 0.15s, transform 0.1s;
}

section.pattern-group-p-register .btn-success:hover,
.login-form .btn-success:hover {
background: var(--hover) !important;
}

section.pattern-group-p-login .login-form,
.login-form {
max-width: 420px;
margin: 0 auto;
padding: 1.5rem 1rem;
}

.login-form .form-control.m-input {
height: 45px !important;
padding: 12px 14px 4px 14px !important;
font-size: 14px !important;
box-sizing: border-box !important;
transition: all 0.2s ease-in-out !important;
}

.login-form .btn-success {
width: 100%;
height: 46px !important;
padding: 0 12px !important;
font-size: 15px;
font-weight: 500;

color: var(--grey5) !important;
border: none !important;
border-radius: 8px !important;
cursor: pointer;
transition: background 0.15s, transform 0.1s;
display: flex;
align-items: center;
justify-content: center;
}

.login-form .d-flex.flex-column {
gap: 10px;
margin-top: 15px;
text-align: center;
font-size: 13px;
color: #9ca3af;
}

.login-form .btn-fb-login,
.login-form .btn-google-login,
.login-form .btn-primary {
width: 100%;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
font-size: 14px;
font-weight: 500;
border-radius: 8px;
text-decoration: none;
transition: opacity 0.15s, transform 0.1s;
border: none;
}

.login-form .btn-fb-login {
background: #1877f2 !important;
color: #ffffff !important;
}

.login-form .btn-google-login {
background: #ffffff !important;
color: #374151 !important;
border: 0.5px solid #d1d5db !important;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.login-form .btn-primary {
background: #f3f4f6 !important;
color: #374151 !important;
border: 0.5px solid #e5e7eb !important;
}

.login-form .btn-fb-login:hover,
.login-form .btn-google-login:hover,
.login-form .btn-primary:hover {
opacity: 0.9;
}

section.pattern-group-p-login .pattern-group-body > .row {
display: flex !important;
align-items: flex-start !important;
}

section.pattern-group-p-login .p-g-b-c-inner {
height: 100% !important;
display: flex !important;
flex-direction: column !important;
}

section.pattern-group-p-login .p-g-b-c-0 .p-g-mod,
section.pattern-group-p-login .p-g-b-c-2 .p-g-mod {
margin-top: 52px !important;
}


.box.box-sifre {
    padding: 1rem !important;
    border: 1px solid var(--border-grey) !important;
    border-radius: 0.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04) !important;
}

section.pattern-group-p-login .p-g-b-c-0 .box, 
section.pattern-group-p-login .p-g-b-c-2 .userPanelTitle,
section.pattern-group-p-login .userPanelTitle { 
    border: 1px solid var(--border-grey) !important;
    padding: 1rem !important;
    min-height: 200px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.pattern-group-p-login .social-divider {
display: flex;
align-items: center;
gap: 12px;
margin: 16px 0;
}

section.pattern-group-p-login .social-divider span {
font-size: 12px;
color: #9ca3af;
white-space: nowrap;
}

section.pattern-group-p-login .social-divider::before,
section.pattern-group-p-login .social-divider::after {
content: '';
flex: 1;
height: 0.5px;
background: #e5e7eb;
}

section.pattern-group-p-login .btn-social {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 11px 16px;
border-radius: 10px;
font-size: 14px;
font-weight: 500;
cursor: pointer;
transition: opacity .15s, transform .1s;
text-decoration: none;
box-sizing: border-box;
margin-bottom: 10px;
border: none;
}

section.pattern-group-p-login .btn-social:hover {
opacity: .88;
}

section.pattern-group-p-login .btn-fb {
background: #1877F2;
color: #fff;
}

section.pattern-group-p-login .btn-google {
background: #fff;
color: #3c4043;
border: 0.5px solid #dadce0;
}

section.pattern-group-p-login .p-g-b-c-0 .btn-primary,
section.pattern-group-p-login .p-g-b-c-2 .btn-danger {
width: 100%;
height: 44px !important;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-weight: 500;
border-radius: 8px;
text-decoration: none;
transition: all 0.15s ease;
border: none !important;
}

section.pattern-group-p-login .p-g-b-c-0 .btn-primary {
background: #f3f4f6 !important;
background-color: rgba(0, 85, 181, 0.1) !important;
color: #0055b5 !important;
border: 0.5px solid rgba(0, 85, 181, 0.3) !important;
}

section.pattern-group-p-login .p-g-b-c-2 .btn-danger {
background: #fff0f1 !important;
color: #da3746 !important;
border: 0.5px solid #fecdd3 !important;
}

section.pattern-group-p-login .p-g-b-c-0 .btn-primary:hover {
background: rgba(0, 85, 181, 0.2) !important;
}

section.pattern-group-p-login .p-g-b-c-2 .btn-danger:hover {
background: #ffe4e6 !important;
}

span.zaten-uyeyim-box {
display: block;
text-align: center;
margin-top: 20px;
margin-bottom: 10px;
}

span.zaten-uyeyim-box .zaten-uyeyim-link {
font-size: 15px;
color: #4b5563;
font-weight: 500;
display: inline-block;
transition: color 0.2s ease;
}

span.zaten-uyeyim-box .zaten-uyeyim-link:hover {
color: #1f2937;
}

.floating-input {
position: relative;
width: 100%;
}

.login-form .floating-input label {
display: block !important;
position: absolute;
left: 14px;
top: 50%;
transform: translateY(-50%);
font-size: 14px !important;
color: #9ca3af !important;
font-weight: 400 !important;
pointer-events: none;
transition: all 0.2s ease-in-out !important;
background: transparent;
}

.login-form .form-control.m-input:focus + label,
.login-form .form-control.m-input:not(:placeholder-shown) + label {
top: 2px;
transform: translateY(0);
font-size: 11px !important;
font-weight: 600 !important;
color: var(--accent) !important;
}

section.pattern-group-p-register .form-control.m-input {
display: block !important;
width: 100% !important;
height: 42px !important;
padding: 14px 14px 2px 14px !important;
font-size: 14px !important;
background: #ffffff !important;
color: #111827 !important;
border: 1px solid #d1d5db !important;
border-radius: 8px !important;
box-sizing: border-box !important;
box-shadow: none !important;
transition: all 0.2s ease-in-out !important;
}

section.pattern-group-p-register .floating-input label {
display: block !important;
position: absolute !important;
left: 14px !important;
top: 50% !important;
transform: translateY(-50%) !important;
font-size: 14px !important;
color: #9ca3af !important;
font-weight: 400 !important;
pointer-events: none !important;
transition: all 0.2s ease-in-out !important;
background: transparent !important;
margin: 0 !important;
padding: 0 !important;
}

section.pattern-group-p-register .form-control.m-input:focus + label,
section.pattern-group-p-register .form-control.m-input:not(:placeholder-shown) + label {
top: 2px !important;
transform: translateY(0) !important;
font-size: 9px !important;
font-weight: 600 !important;
color: var(--accent) !important;
}

.login-form .btn-success {
    color: #ffffff !important;
}

div.col-12 .login-form {
    max-width: 100% !important; 
}

#uptNew h4 {
  color: #0055b5;
}
.box-sifre .userPanelTitle h4 {
    color: #da3746 !important;
}
/* giriş yap */




/* menü */
.dropdown-menu2 {
    width: 100% !important; 
    min-width: 950px;      
    box-sizing: border-box;
    padding: 25px !important;
    background: #ffffff !important;
    border: 1px solid #e1e1e1 !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
}

.mega-menu-container {
    width: 100% !important;
}

.mega-menu-grid-layout {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important; 
    gap: 25px 20px; 
    align-items: start;
    width: 100%;
}

.sub-cat-box {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.sub-cat-box .sub-title {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    border-bottom: 2px solid #eeeeee; 
    padding-bottom: 6px;
    text-decoration: none;
    transition: color 0.2s;
}

.sub-cat-box .sub-title:hover {
    color: #0056b3; 
}

.sub-category-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sub-category-list li {
    margin-bottom: 8px;
}

.sub-category-list li a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: inline-block;
}

.sub-category-list li a:hover {
    color: #000; 
    transform: translateX(3px); 
}
/* menü */

/* ürün kartı ikon */
.product-actions .compare-button i[class*="ri-"] {
    font-size: 0 !important;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'></path></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'></path></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--accent); 
}
i.ri-heart-line {
    font-size: 20px;
}

/* ürün kartı ikon */

/* modallar */
.modal-content .product-price-group .discount span:not(.rate) {
    display: none !important;
}
.native-modal .modal-content .modal-header .modal-title{
  font-size: 24px;
}

.product-buttons .btn-cart{
  background-color: var(--accent);
  border-color: var(--accent);
}

.product-buttons .btn-cart:hover{
  background-color: var(--hover);
  border-color: var(--hover);
}
.native-modal .modal-content .modal-header .close{
  border: 2px solid var(--accent);
  border-radius: 0px;
  outline: none;
}
.product-quantity .btn.btn-minus{
  border-radius: 0px !important;
}

.product-quantity .btn.btn-plus{
  border-radius: 0px !important;
}
.product-buttons .btn-cart{
  border-radius: 0px;
}
.modal-content{
  border-radius: 0px;
  border: 3px solid var(--hover);
}

.product-quantity .btn{
  background: var(--grey3);
}
.product-quantity input{
  border: var(--grey3);;
}

.swal-text{
  text-align: center;
}
.swal-footer{
  text-align: center;
}

.modal-content .login-form-modal .buttons {
    display: block !important;
    text-align: center !important;
    color: transparent !important;
    font-size: 0px !important;
}

.modal-content .login-form-modal .buttons .btn {
    font-size: 14px !important;
}

.modal-content .login-form-modal .buttons .btn-secondary {
    display: inline-block !important;
    width: 100% !important;
    max-width: 220px;
    margin-top: 15px !important;
    text-align: center !important;
}
/* modallar */

/* profil badges */
.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
  width: 100%;
}

.product-badges .p-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc; 
  border: 1px solid #e2e8f0; 
  padding: 30px 14px;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
}

.product-badges .p-badge:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.product-badges .p-badge svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.product-badges .p-badge span {
  font-size: 13px;
  font-weight: 600;
  color: #334155; 
  letter-spacing: -0.1px;
}

.product-badges .shipping-fast svg {
  color: #3b82f6; 
}

.product-badges .door-payment svg {
  color: #10b981;
}

.product-badges .credit-card svg {
  color: #64748b; 
}

.product-badges .p-badge:hover svg {
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .product-badges {
    gap: 8px;
  }
  .product-badges .p-badge {
    padding: 6px 10px;
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }
  .product-badges .p-badge span {
    font-size: 12px;
  }
}
/* profil badges */

/* footer signature */
.wave-divider {
  position: relative;
  width: 100%;
  height: 28px;
  overflow: hidden;
  background: #f4f4f5;
  line-height: 0;
}

.wave-svg {
  width: 200%;
  height: 100%;
  display: block;
}

.wave-path {
  fill: rgba(0, 0, 0, 0.045);
}

.wave-path-1 {
  animation: waveMove 14s linear infinite;
}

.wave-path-2 {
  fill: rgba(0, 0, 0, 0.03);
  animation: waveMove 20s linear infinite reverse;
}

@keyframes waveMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.wave-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.06), transparent);
  animation: waveGlint 9s ease-in-out infinite;
}

@keyframes waveGlint {
  0%   { left: -30%; opacity: 0; }
  8%   { opacity: 1; }
  35%  { opacity: 1; }
  45%  { left: 110%; opacity: 0; }
  100% { left: 110%; opacity: 0; }
}

@media (max-width: 480px) {
  .wave-divider { height: 20px; }
}
/*footer signature*/

/* newsletter */

section.newsletter-section {
    width: 100%;
    box-sizing: border-box;
}


section.newsletter-section .newsletter-box {
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}


section.newsletter-section .newsletter-left {
    flex: 1;
    min-width: 300px;
}

section.newsletter-section .newsletter-left h3.nl-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

section.newsletter-section .newsletter-left p.nl-description {
    font-size: 15px;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}


section.newsletter-section .newsletter-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 500px;
}


section.newsletter-section .newsletter-right form.nl-form {
    display: flex;
    width: 100%;
    gap: 10px;
}

section.newsletter-section .newsletter-right input.nl-input {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    padding: 12px 16px;
    font-size: 14px;
    color: #495057;
    outline: none;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

section.newsletter-section .newsletter-right input.nl-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
}

section.newsletter-section .newsletter-right button.nl-button {
    background-color: var(--hover);
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    white-space: nowrap;
}

section.newsletter-section .newsletter-right button.nl-button:hover {
    background-color: #333333;
}


section.newsletter-section .newsletter-right .nl-info {
    font-size: 12px;
    color: #868e96;
    line-height: 1.4;
}


section.newsletter-section .newsletter-right .nl-social-wrapper {
    margin-top: 5px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

section.newsletter-section .newsletter-right .nl-social-card {
    display: flex;
    gap: 12px;
    align-items: center;
}

section.newsletter-section .newsletter-right .nl-social-card a[class^="social-link"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f1f3f5;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

section.newsletter-section .newsletter-right .nl-social-card a[class^="social-link"] svg {
    width: 16px;
    height: 16px;
    transition: fill 0.2s ease;
    fill: #495057; 
}

section.newsletter-section .newsletter-right .nl-social-card a.social-link1:hover { background-color: #e7f5ff; }
section.newsletter-section .newsletter-right .nl-social-card a.social-link1:hover svg { fill: #1877f2; } /* Facebook */

section.newsletter-section .newsletter-right .nl-social-card a.social-link2:hover { background-color: #4e545963; }
section.newsletter-section .newsletter-right .nl-social-card a.social-link2:hover svg { fill: #000000; } /* X */

section.newsletter-section .newsletter-right .nl-social-card a.social-link3:hover { background-color: #fff0f6; }
section.newsletter-section .newsletter-right .nl-social-card a.social-link3:hover svg { fill: #ea4c89; } /* Instagram */

section.newsletter-section .newsletter-right .nl-social-card a.social-link4:hover { background-color: #ffe3e3; }
section.newsletter-section .newsletter-right .nl-social-card a.social-link4:hover svg { fill: #ff0000; } 


@media (max-width: 991px) {
    section.newsletter-section .newsletter-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        gap: 25px;
    }

    section.newsletter-section .newsletter-left {
        min-width: 100%;
    }

    section.newsletter-section .newsletter-right {
        max-width: 100%;
    }
}


@media (max-width: 575px) {
    section.newsletter-section .newsletter-right form.nl-form {
        flex-direction: column;
        gap: 10px;
    }

    section.newsletter-section .newsletter-right button.nl-button {
        width: 100%;
    }
}
/* newsletter */

.newsletter-section {
  position: relative;
  background-color: #f8f9fa;
  overflow: hidden;
  padding: 60px 0;
}

.newsletter-section .container {
  position: relative;
  z-index: 2;
}

.nl-animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.mech-icon {
  position: absolute;
  background-color: #1a202c;
  opacity: 0.12; 
}

.gear-1 {
  top: 15%;
  left: 5%;
  width: 80px;
  height: 80px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><circle cx='12' cy='12' r='3'/><path d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><circle cx='12' cy='12' r='3'/><path d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/></svg>") center/contain no-repeat;
  animation: spinGear 25s linear infinite;
}

.wrench-1 {
  bottom: 15%;
  left: 25%;
  width: 50px;
  height: 50px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 11v.01'/><path d='M8 11v.01'/><path d='M16 11v.01'/><path d='M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3l12 0'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 11v.01'/><path d='M8 11v.01'/><path d='M16 11v.01'/><path d='M18 4a3 3 0 0 1 3 3v8a3 3 0 0 1 -3 3h-5l-5 3v-3h-2a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3l12 0'/></svg>") center/contain no-repeat;
  animation: swingWrench 8s ease-in-out infinite;
}

.wheel-1 {
  top: 20%;
  right: 28%;
  width: 70px;
  height: 70px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0'/><path d='M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0'/><path d='M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5'/><path d='M3 9l4 0'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0'/><path d='M15 17a2 2 0 1 0 4 0a2 2 0 1 0 -4 0'/><path d='M5 17h-2v-4m-1 -8h11v12m-4 0h6m4 0h2v-6h-8m0 -5h5l3 5'/><path d='M3 9l4 0'/></svg>") center/contain no-repeat;
  animation: spinGear 35s linear infinite reverse;
}

.nut-1 {
  bottom: 20%;
  right: 5%;
  width: 45px;
  height: 45px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6.331 8h11.339a2 2 0 0 1 1.977 2.304l-1.255 8.152a3 3 0 0 1 -2.966 2.544h-6.852a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304'/><path d='M9 11v-5a3 3 0 0 1 6 0v5'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6.331 8h11.339a2 2 0 0 1 1.977 2.304l-1.255 8.152a3 3 0 0 1 -2.966 2.544h-6.852a3 3 0 0 1 -2.965 -2.544l-1.255 -8.152a2 2 0 0 1 1.977 -2.304'/><path d='M9 11v-5a3 3 0 0 1 6 0v5'/></svg>") center/contain no-repeat;
  animation: floatNut 6s ease-in-out infinite;
}

.gear-2 {
  bottom: 8%;
  left: 45%;
  width: 40px;
  height: 40px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><circle cx='12' cy='12' r='3'/><path d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'><circle cx='12' cy='12' r='3'/><path d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M6.34 17.66l-1.41 1.41M19.07 4.93l-1.41 1.41'/></svg>") center/contain no-repeat;
  animation: spinGear 12s linear infinite;
}

.wrench-2 {
  top: 10%;
  right: 12%;
  width: 55px;
  height: 55px;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454l0 .008'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454l0 .008'/></svg>") center/contain no-repeat;
  transform: rotate(45deg);
  animation: swingWrench 12s ease-in-out infinite reverse;
}

@keyframes spinGear {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes swingWrench {
  0%, 100% { transform: rotate(0deg) translateY(0); }
  50% { transform: rotate(15deg) translateY(-5px); }
}

@keyframes floatNut {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(45deg); }
}

@media (max-width: 768px) {
  .gear-2, .wrench-2, .wheel-1 {
    display: none;
  }
}

.newsletter-section-premium {
    position: relative;
    background: #f4f6f8;
    background-image: linear-gradient(135deg, #f4f6f8 25%, #ebedf0 100%);
    border-top: 3px solid var(--color-sari);
    padding: 60px 0;
    overflow: hidden;
}

.newsletter-box-premium {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.nl-form-premium {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.nl-input-premium {
    border: 1px solid #ced4da;
    padding: 12px 20px;
    background: #fff;
    min-width: 300px;
    outline: none;
}

.nl-button-premium {
    background: #232b38;
    color: #fff;
    border: none;
    padding: 0 30px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.nl-button-premium:hover {
    background: var(--color-sari);
}

.nl-social-card-premium a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    margin-right: 8px;
    color: #232b38;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: 0.3s;
}
.nl-social-card-premium a:hover {
    background: #232b38;
    color: #fff;
    transform: translateY(-3px);
}

/* newsletter */

/*prev next*/
.owl-nav,
.owl-single-button {
  display: none !important;
}

.owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px; 
  margin-top: 25px !important;
}

.owl-dots .owl-dot {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}

.owl-dots .owl-dot span {
  display: block;
  width: 24px; 
  height: 4px; 
  background-color: #e2e8f0 !important; 
  border-radius: 2px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out !important; 
}

.owl-dots .owl-dot.active span {
  width: 48px; 
  background-color: #e63000 !important; 
}

.owl-dots .owl-dot:hover span {
  background-color: #cbd5e1 !important;
}
.owl-dots .owl-dot.active:hover span {
  background-color: #e63000 !important;
}

.owl-nav,
.owl-single-button,
.carousel-control-prev,
.carousel-control-next {
  display: none !important;
}

.owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 25px !important;
}

.owl-dots .owl-dot {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer;
}

.owl-dots .owl-dot span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: #e2e8f0 !important;
  border-radius: 2px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out !important;
}

.owl-dots .owl-dot.active span {
  width: 48px;
  background-color: #e63000 !important;
}

.owl-dots .owl-dot:hover span {
  background-color: #cbd5e1 !important;
}

.carousel-indicators {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px !important;
  z-index: 15 !important; 
  pointer-events: auto !important; 
}

.carousel-indicators li {
  display: block;
  width: 24px !important;
  height: 6px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: none !important;
  border-radius: 3px !important;
  opacity: 1 !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
}

.carousel-indicators li.active {
  width: 48px !important;
  background-color: #e63000 !important;
}

.owl-dots .owl-dot:focus,
.owl-dots .owl-dot:active {
  outline: none !important;
  box-shadow: none !important;
}

.carousel-indicators li:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

body:has(.sidebar-menu.active) [data-slide-to],
body:has(.sidebar-user.active) [data-slide-to] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: none !important;
}

/*prev next*/

/* jjj */

/* ==========================================================================
   Ürün Sayfası Orijinal Carousel ve Thumbnail Kurtarma Kodları
   ========================================================================== */

/* 1. Görsellerin alt alta dizilmesini engelle ve sadece aktif olanı göster (Bootstrap standardı) */
section.pattern-group-p-product .carousel-inner {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

/* 2. Aktif olmayan görselleri gizle, aktif olanı görünür yap */
section.pattern-group-p-product .carousel-item {
    display: none !important;
    position: relative !important;
    transition: transform 0.6s ease-in-out !important;
}

section.pattern-group-p-product .carousel-item.active,
section.pattern-group-p-product .carousel-item.carousel-item-next,
section.pattern-group-p-product .carousel-item.carousel-item-prev {
    display: block !important;
}

/* 3. Küçük resimlerin (Thumbnail) çizgiye dönüşmesini engelle ve kutu yap */
section.pattern-group-p-product .carousel-indicators {
    position: relative !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    height: auto !important;
    bottom: auto !important;
    background: none !important;
    z-index: 15 !important;
}

/* 4. Küçük resim kutularını (li) eşitle ve genel CSS'teki çizgileri temizle */
section.pattern-group-p-product .carousel-indicators li {
    display: block !important;
    width: 70px !important;
    height: 70px !important;
    text-indent: 0 !important; /* Bootstrap'in görsel gizleme kodunu sıfırla */
    background: none !important; /* Genel CSS'teki beyaz rengi sil */
    border: 2px solid #e2e8f0 !important;
    border-radius: 6px !important;
    opacity: 0.7 !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.3s ease-in-out !important;
}

/* 5. Aktif olan küçük resmin çizgi gibi (48px) uzamasını engelle, sabit tut */
section.pattern-group-p-product .carousel-indicators li.active {
    width: 70px !important;
    border-color: #e63000 !important; /* Aktif resmi turuncu yap */
    opacity: 1 !important;
}

/* 6. Küçük resimlerin içindeki görselleri tam kaplama yap */
section.pattern-group-p-product .carousel-indicators li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* 7. Hover durumunda genel CSS arka plan rengini ez */
section.pattern-group-p-product .carousel-indicators li:hover {
    opacity: 1 !important;
    background-color: transparent !important;
    border-color: #cbd5e1 !important;
}

/* mobil close tuşu */
.mobile-sidebar {
    position: relative; 
    padding-top: 20px; 
}

.mobile-sidebar .sidebar-close {
    position: absolute;
    top: 0px;      
    right: 15px;    
    cursor: pointer;
}
/* mobile close */

/* 1. Ürün Kartlarını Eşit Boya Zorlama */
.card-product {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid var(--border-grey);
  border-radius: 1rem;
}

.card-product .c-p-i-link:hover .title {
    color: var(--color-turuncu) !important;
}

.card-product-inner {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  justify-content: space-between !important;
}

.card-product .image-wrapper {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 3 / 4 !important; 
  
  background-color: #fbfbfb !important;
  overflow: hidden !important;
}

.card-product .image {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.card-product .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important; 
  display: block !important;
}

.card-product .buttons {
  margin-top: auto !important;
  width: 100% !important;
}
/* 1. Ürün Kartlarını Eşit Boya Zorlama */


/* ikonlar */

.dropdown-user-menu li a i {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  vertical-align: middle;
  margin-right: 10px;
  background-color: currentColor;
  mask-size: contain !important;
  mask-position: center !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  -webkit-mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
}

.dropdown-user-menu li a i::before {
  display: none !important;
  content: "" !important;
}

.dropdown-user-menu li a i {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  font-style: normal !important;
}

.user-dashboard .link-item a span i,
.customer .customer-balance i,
.customer .customer-points i,
.customer .customer-menu a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: currentColor;
  vertical-align: middle;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

/* Hesabım / Kullanıcı İkonu (.ri-account-circle-line) */
.dropdown-user-menu li a i.ri-account-circle-line,
.user-dashboard .link-item i.ri-account-circle-line,
.customer .customer-menu i.ri-account-circle-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0' /><path d='M9 10a3 3 0 1 0 6 0a3 3 0 1 0 -6 0' /><path d='M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855' /></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 12a9 9 0 1 0 18 0a9 9 0 1 0 -18 0' /><path d='M9 10a3 3 0 1 0 6 0a3 3 0 1 0 -6 0' /><path d='M6.168 18.849a4 4 0 0 1 3.832 -2.849h4a4 4 0 0 1 3.834 2.855' /></svg>");
}

/* Adres Bilgilerim (.ri-map-pin-line) */
.dropdown-user-menu li a i.ri-map-pin-line,
.user-dashboard .link-item i.ri-map-pin-line,
.customer .customer-menu i.ri-map-pin-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0' /><path d='M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0' /></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0' /><path d='M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0' /></svg>");
}

/* 1. Hesabım (.ri-user-line) */
.dropdown-user-menu li a i.ri-user-line,
.user-dashboard .link-item i.ri-user-line,
.customer .customer-menu i.ri-user-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/><circle cx='12' cy='7' r='4'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/><circle cx='12' cy='7' r='4'/></svg>");
}

/* 2. Bayilik Bilgilerim (.ri-settings-line) */
.dropdown-user-menu li a i.ri-settings-line,
.user-dashboard .link-item i.ri-settings-line,
.customer .customer-menu i.ri-settings-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.1a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z'/><circle cx='12' cy='12' r='3'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.1a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z'/><circle cx='12' cy='12' r='3'/></svg>");
}

/* 3. E-Posta ve Şifre Ayarları (.ri-key-line ve .ri-lock-password-line) */
.dropdown-user-menu li a i.ri-key-line,
.dropdown-user-menu li a i.ri-lock-password-line,
.user-dashboard .link-item i.ri-key-line,
.user-dashboard .link-item i.ri-lock-password-line,
.customer .customer-menu i.ri-key-line,
.customer .customer-menu i.ri-lock-password-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4'/></svg>");
}

/* 4. Siparişlerim (.ri-shopping-basket-line ve .ri-shopping-bag-line) */
.dropdown-user-menu li a i.ri-shopping-basket-line,
.dropdown-user-menu li a i.ri-shopping-bag-line,
.user-dashboard .link-item i.ri-shopping-basket-line,
.user-dashboard .link-item i.ri-shopping-bag-line,
.customer .customer-menu i.ri-shopping-basket-line,
.customer .customer-menu i.ri-shopping-bag-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15' /><path d='M9 9a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3l0 -2' /><path d='M7 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /><path d='M16 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 3h1a2 2 0 0 1 2 2v10a2 2 0 0 0 2 2h15' /><path d='M9 9a3 3 0 0 1 3 -3h4a3 3 0 0 1 3 3v2a3 3 0 0 1 -3 3h-4a3 3 0 0 1 -3 -3l0 -2' /><path d='M7 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /><path d='M16 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /></svg>");
}

/* 5. Garajım (.fa-car veya .fas) */
.dropdown-user-menu li a i.fa-car,
.user-dashboard .link-item i.fa-car,
.user-dashboard .link-item i.fas,
.customer .customer-menu i.fa-car,
.customer .customer-menu i.fas {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0' /><path d='M15 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0' /><path d='M5 20h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5' /><path d='M3 6l9 -4l9 4' /></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0' /><path d='M15 20a2 2 0 1 0 4 0a2 2 0 0 0 -4 0' /><path d='M5 20h-2v-6l2 -5h9l4 5h1a2 2 0 0 1 2 2v4h-2m-4 0h-6m-6 -6h15m-6 0v-5' /><path d='M3 6l9 -4l9 4' /></svg>");
}

/* 6. Bakiye / Bakiye Yükle (.ri-bank-card-line) */
.dropdown-user-menu li a i.ri-bank-card-line,
.user-dashboard .link-item i.ri-bank-card-line,
.customer .customer-balance i.ri-bank-card-line,
.customer .customer-menu i.ri-bank-card-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 4h9.914a3 3 0 0 1 1.92 .695l5.166 4.305'/><path d='M11.15 9h8.85a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-13a2 2 0 0 1 -2 -2v-8.7'/><path d='M3 8l7.2 4.7a1.803 1.803 0 0 0 2 -3l-4.2 -2.7'/><path d='M5 16h17'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M2 4h9.914a3 3 0 0 1 1.92 .695l5.166 4.305'/><path d='M11.15 9h8.85a2 2 0 0 1 2 2v7a2 2 0 0 1 -2 2h-13a2 2 0 0 1 -2 -2v-8.7'/><path d='M3 8l7.2 4.7a1.803 1.803 0 0 0 2 -3l-4.2 -2.7'/><path d='M5 16h17'/></svg>");
}

/* 7. Hareketlerim (.ri-exchange-line) */
.dropdown-user-menu li a i.ri-exchange-line,
.user-dashboard .link-item i.ri-exchange-line,
.customer .customer-menu i.ri-exchange-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m17 2 4 4-4 4M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4 4-4m14-3v1a4 4 0 0 1-4 4H3'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m17 2 4 4-4 4M3 11v-1a4 4 0 0 1 4-4h14M7 22l-4-4 4-4m14-3v1a4 4 0 0 1-4 4H3'/></svg>");
}

/* 8. Sipariş Takip (.ri-search-eye-line) */
.dropdown-user-menu li a i.ri-search-eye-line,
.user-dashboard .link-item i.ri-search-eye-line,
.customer .customer-menu i.ri-search-eye-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8.504 9.426l3 -1.714a1 1 0 0 1 .992 0l3 1.714a1 1 0 0 1 .504 .868v3.411a1 1 0 0 1 -.504 .868l-3 1.715a1 1 0 0 1 -.992 0l-3 -1.715a1 1 0 0 1 -.504 -.868v-3.41a1 1 0 0 1 .504 -.869'/><path d='M15.75 9.964l-3.75 2.036'/><path d='M12 12l-3.75 -2.036'/><path d='M12 12v4.071'/><path d='M3 7v-2a2 2 0 0 1 2 -2h2'/><path d='M3 17v2a2 2 0 0 0 2 2h2'/><path d='M17 3h2a2 2 0 0 1 2 2v2'/><path d='M17 21h2a2 2 0 0 0 2 -2v-2'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M8.504 9.426l3 -1.714a1 1 0 0 1 .992 0l3 1.714a1 1 0 0 1 .504 .868v3.411a1 1 0 0 1 -.504 .868l-3 1.715a1 1 0 0 1 -.992 0l-3 -1.715a1 1 0 0 1 -.504 -.868v-3.41a1 1 0 0 1 .504 -.869'/><path d='M15.75 9.964l-3.75 2.036'/><path d='M12 12l-3.75 -2.036'/><path d='M12 12v4.071'/><path d='M3 7v-2a2 2 0 0 1 2 -2h2'/><path d='M3 17v2a2 2 0 0 0 2 2h2'/><path d='M17 3h2a2 2 0 0 1 2 2v2'/><path d='M17 21h2a2 2 0 0 0 2 -2v-2'/></svg>");
}

/* 9. Favori Listem (.ri-heart-line) */
.dropdown-user-menu li a i.ri-heart-line,
.user-dashboard .link-item i.ri-heart-line,
.customer .customer-menu i.ri-heart-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M19 14c1.49-1.46 3-3.21 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.76 0-3 .5-4.5 2-1.5-1.5-2.74-2-4.5-2A5.5 5.5 0 0 0 2 8.5c0 2.3 1.5 4.05 3 5.5l7 7Z'/></svg>");
}

/* 10. Fiyat Alarm Listem (.ri-price-tag-3-line) */
.dropdown-user-menu li a i.ri-price-tag-3-line,
.user-dashboard .link-item i.ri-price-tag-3-line,
.customer .customer-menu i.ri-price-tag-3-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0' /><path d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3' /></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M6.5 7.5a1 1 0 1 0 2 0a1 1 0 1 0 -2 0' /><path d='M3 6v5.172a2 2 0 0 0 .586 1.414l7.71 7.71a2.41 2.41 0 0 0 3.408 0l5.592 -5.592a2.41 2.41 0 0 0 0 -3.408l-7.71 -7.71a2 2 0 0 0 -1.414 -.586h-5.172a3 3 0 0 0 -3 3' /></svg>");
}

/* 11. Stok Alarm Listem (.ri-alert-line) */
.dropdown-user-menu li a i.ri-alert-line,
.user-dashboard .link-item i.ri-alert-line,
.customer .customer-menu i.ri-alert-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/><line x1='12' x2='12' y1='9' y2='13'/><line x1='12' x2='12.01' y1='17' y2='17'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/><line x1='12' x2='12' y1='9' y2='13'/><line x1='12' x2='12.01' y1='17' y2='17'/></svg>");
}

/* 12. Müşteri Hizmetleri (.ri-customer-service-2-line) */
.dropdown-user-menu li a i.ri-customer-service-2-line,
.user-dashboard .link-item i.ri-customer-service-2-line,
.customer .customer-menu i.ri-customer-service-2-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 18v-6a9 9 0 0 1 18 0v6'/><path d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 18v-6a9 9 0 0 1 18 0v6'/><path d='M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z'/></svg>");
}

/* 13. E-Bülten Ayarları (.ri-mail-settings-line) */
.dropdown-user-menu li a i.ri-mail-settings-line,
.user-dashboard .link-item i.ri-mail-settings-line,
.customer .customer-menu i.ri-mail-settings-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5' /><path d='M3 7l9 6l9 -6' /><path d='M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /><path d='M19.001 15.5v1.5' /><path d='M19.001 21v1.5' /><path d='M22.032 17.25l-1.299 .75' /><path d='M17.27 20l-1.3 .75' /><path d='M15.97 17.25l1.3 .75' /><path d='M20.733 20l1.3 .75' /></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M12 19h-7a2 2 0 0 1 -2 -2v-10a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v5' /><path d='M3 7l9 6l9 -6' /><path d='M17.001 19a2 2 0 1 0 4 0a2 2 0 1 0 -4 0' /><path d='M19.001 15.5v1.5' /><path d='M19.001 21v1.5' /><path d='M22.032 17.25l-1.299 .75' /><path d='M17.27 20l-1.3 .75' /><path d='M15.97 17.25l1.3 .75' /><path d='M20.733 20l1.3 .75' /></svg>");
}

/* 14. Hediye Çeki (.ri-gift-line) */
.dropdown-user-menu li a i.ri-gift-line,
.user-dashboard .link-item i.ri-gift-line,
.customer .customer-menu i.ri-gift-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='14' x='3' y='8' rx='2'/><path d='M12 5a3 3 0 1 0-3 3h6a3 3 0 1 0-3-3Zm0 0v17M3 12h18'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect width='18' height='14' x='3' y='8' rx='2'/><path d='M12 5a3 3 0 1 0-3 3h6a3 3 0 1 0-3-3Zm0 0v17M3 12h18'/></svg>");
}

/* 15. Çıkış Yap (.ri-logout-box-line) */
.dropdown-user-menu li a i.ri-logout-box-line,
.user-dashboard .link-item i.ri-logout-box-line,
.customer .customer-menu i.ri-logout-box-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4M16 17l5-5-5-5M21 12H9'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4M16 17l5-5-5-5M21 12H9'/></svg>");
}

/* YENİ: Puan İkonu (.ri-hand-coin-line) */
.customer .customer-points i.ri-hand-coin-line {
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 14a6 2 0 1 0 12 0a6 2 0 1 0 -12 0'/><path d='M3 14v5c0 1.105 2.686 2 6 2s6 -.895 6 -2v-5'/><path d='M9 5a6 2 0 1 0 12 0a6 2 0 1 0 -12 0'/><path d='M9 5v3'/><path d='M18.365 11.656c1.59 -.36 2.635 -.966 2.635 -1.656v-5'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M3 14a6 2 0 1 0 12 0a6 2 0 1 0 -12 0'/><path d='M3 14v5c0 1.105 2.686 2 6 2s6 -.895 6 -2v-5'/><path d='M9 5a6 2 0 1 0 12 0a6 2 0 1 0 -12 0'/><path d='M9 5v3'/><path d='M18.365 11.656c1.59 -.36 2.635 -.966 2.635 -1.656v-5'/></svg>");
}

/* ikon */

/* header contact kampanya */
.header-contact {
  background-color: var(--color-turuncu);
}

.campaign-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
  justify-content: center;
  gap: 80px;
}

.campaign-item {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.tick-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  stroke: #ffffff;
}

@media (max-width: 1200px) {
  .campaign-wrapper {
    justify-content: center;
    gap: 30px; 
  }
}

@media (max-width: 768px) {
  .campaign-wrapper {
    gap: 15px;
  }
  .campaign-item {
    font-size: 12px;
  }
}

/* header contact kampanya */


/* header center */

/* header center */

.header-center .header-sub-actions-row {
  margin-top: 20px !important;
  padding-top: 15px !important;
}

.header-center .header-sub-actions-row.gap-3,
.header-center .header-sub-actions-row .gap-3 {
  gap: 15px !important;
}

.header-center .header-sub-actions-row .sub-action-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 10px 22px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  transition: all 0.25s ease-in-out !important;
  height: 44px !important;
}

.header-center .header-sub-actions-row .sub-action-btn.btn-orange-filled {
  background-color: var(--color-turuncu, #ff7a00) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(255, 122, 0, 0.3) !important;
  border: 1px solid transparent !important;
}

.header-center .header-sub-actions-row .sub-action-btn.btn-orange-filled:hover {
  background-color: #e06b00 !important;
  transform: translateY(-2px) !important;
}

.header-center .header-sub-actions-row .sub-action-btn.btn-white-border {
  background-color: #ffffff !important;
  color: #ff7a00 !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.header-center .header-sub-actions-row .sub-action-btn.btn-white-border:hover {
  background-color: #f8f9fa !important;
  transform: translateY(-2px) !important;
}

.header-center .header-sub-actions-row .sub-action-btn.text-orange-number {
  color: var(--color-turuncu, #ff7a00) !important;
}

.header-center .header-sub-actions-row .sub-action-btn.btn-green-filled {
  background-color: #00d254 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 210, 84, 0.3) !important;
  border: 1px solid transparent !important;
}

.header-center .header-sub-actions-row .sub-action-btn.btn-green-filled:hover {
  background-color: #00b849 !important;
  transform: translateY(-2px) !important;
}

.header-center .header-sub-actions-row .sub-action-btn svg {
  flex-shrink: 0;
}

/* Ana taşıyıcı kutu */
.header-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 20px !important;
}

/* Her bir buton alanı */
.header-actions .actions-item {
  display: block !important;
  position: relative !important;
}

/* Sadece içlerindeki linkleri dikey hizala */
.header-actions .actions-item > a {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  text-decoration: none !important;
  width: 75px !important;
}

.header-actions .icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 28px !important;
  margin-bottom: 6px !important;
}

.header-actions .icon .count {
  position: absolute !important;
  top: -6px !important;
  right: -10px !important;
  background-color: #fdba13 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: bold !important;
  border-radius: 50% !important;
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.header-actions .action-text {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
}

/* GENERAL DROPDOWN BASE */
.header-center .actions-item.dropdown .dropdown-menu {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  padding: 12px !important;
  overflow: hidden !important;
  margin-top: 10px !important;
}

/* 1. GİRİŞ YAP / ÜYE OL MENÜSÜ */
.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu {
  min-width: 260px !important;
  padding: 12px !important;
}

/* Sadece dropdown açıldığında (show sınıfı geldiğinde) flex düzenine geçsin */
.header-center .actions-item.dropdown.show .dropdown-menu.dropdown-auth-menu,
.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu.show {
  display: flex !important;
  gap: 10px !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu li {
  flex: 1 !important;
  display: block !important;
  margin: 0 !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu .btn-auth {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  height: 42px !important;
  width: 100% !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu .btn-auth-login {
  background-color: #f1f5f9 !important;
  color: #334155 !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu .btn-auth-login:hover {
  background-color: #e2e8f0 !important;
  color: #0f172a !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu .btn-auth-register {
  background-color: #ff7a00 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 10px rgba(255, 122, 0, 0.25) !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-auth-menu .btn-auth-register:hover {
  background-color: #e06b00 !important;
  transform: translateY(-1px) !important;
}

/* 2. HESABIM MENÜSÜ (GİRİŞ YAPILMIŞ DURUM) */
.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu {
  min-width: 240px !important;
  padding: 8px !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu li {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 10px 14px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  text-decoration: none !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link i,
.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link svg {
  font-size: 16px !important;
  color: #ff7a00 !important;
  width: 20px !important;
  text-align: center !important;
  flex-shrink: 0 !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link:hover {
  background-color: #fff7ed !important;
  color: #ff7a00 !important;
}

/* Çıkış Yap Butonu Özel Stili */
.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link.logout-link {
  margin-top: 8px !important;
  background-color: #ff7a00 !important;
  color: #ffffff !important;
  justify-content: center !important;
  font-weight: 700 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 10px rgba(255, 122, 0, 0.2) !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link.logout-link i,
.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link.logout-link svg {
  color: #ffffff !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-user-menu .user-menu-link.logout-link:hover {
  background-color: #e06b00 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

/* 3. SEPET MENÜSÜ */
.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu {
  min-width: 280px !important;
  padding: 0 !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu li {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu li:first-child {
  background-color: #f8f9fa !important;
  border-bottom: 1px solid #eaeaea !important;
  padding: 12px 16px !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu .cart-info-label {
  font-size: 13px !important;
  color: #666666 !important;
  font-weight: 500 !important;
  display: block !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu li:nth-child(2) {
  padding: 16px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu li:nth-child(2) .cart-info-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333333 !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu .cart-total {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #ff7a00 !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu li:last-child {
  padding: 0 16px 16px 16px !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu li:last-child a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: #ff7a00 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  padding: 12px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease-in-out !important;
  width: 100% !important;
  box-shadow: 0 4px 10px rgba(255, 122, 0, 0.2) !important;
}

.header-center .actions-item.dropdown .dropdown-menu.dropdown-cart-menu li:last-child a:hover {
  background-color: #e06b00 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 14px rgba(255, 122, 0, 0.3) !important;
}
/*uyumluluk*/
section.uyumluluk .bakim-robotu {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 20px 0;
}


section.uyumluluk .bakim-robotu-ust {
    text-align: center;
    margin-bottom: 35px;
}

section.uyumluluk .bakim-robotu-ust .title {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    letter-spacing: -0.5px;
}

section.uyumluluk .pratical-robot-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

section.uyumluluk .pratical-robot-items-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

section.uyumluluk .pratical-robot-item {
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    display: flex !important; 
    flex-direction: column;
}

section.uyumluluk .pratical-robot-item-text {
    display: flex !important;
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 8px;
    gap: 5px;
}

section.uyumluluk .pratical-robot-item-text b {
    display: none !important;
}

section.uyumluluk .select-wrapper {
    position: relative;
    width: 100%;
}

section.uyumluluk .select-wrapper::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 32px;
    background-color: #fcf4ec;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='%23333333'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    pointer-events: none;
    transition: all 0.2s ease;
}

section.uyumluluk .pratical-robot-items-wrap .pratical-robot-item:first-child .select-wrapper::after {
    background-color: var(--color-turuncu);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2.5' stroke='%23ffffff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
}

/* Select Girdisi */
section.uyumluluk .pratical-robot-item select {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 55px 0 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--grey2);
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

section.uyumluluk .pratical-robot-item select:focus {
    border-color: var(--color-turuncu);
    outline: none;
}

/* Arama Butonu */
section.uyumluluk .pratical-robot-button {
    margin-top: 15px;
    width: auto;
}

section.uyumluluk .btn-custom {
    background: var(--color-turuncu);
    color: #ffffff;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

section.uyumluluk .btn-custom:hover {
    background: var(--color-turuncu);
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    section.uyumluluk .bakim-robotu {
        padding: 25px 15px;
    }
    section.uyumluluk .bakim-robotu-ust .title {
        font-size: 24px;
    }
    section.uyumluluk .pratical-robot-item {
        max-width: 100%;
    }
}
/* uyumluluk */


/**/
@media (min-width: 992px) {
.p-g-mod.p-g-mod-t-44.p-g-mod-showcase.p-g-mod-trans.banner {
  margin-top: -30px;
}
}

section.man-ban .carousel-inner,
section.man-ban .carousel-item,
section.man-ban .carousel-item img {
    border-radius: 8px !important;
    overflow: hidden !important;
}

section.man-ban .banner-item,
section.man-ban .banner-item .image,
section.man-ban .banner-item .image img {
    border-radius: 8px !important;
    overflow: hidden !important;
}
section.man-ban .banner-item {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    will-change: transform;
    display: block !important;
    z-index: 1; 
    position: relative;
}

section.man-ban .banner-item:hover {
    transform: scale(1.04) !important;
    z-index: 10 !important; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important; 
}

section.man-ban .banner-item .image,
section.man-ban .banner-item .image img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

@media (min-width: 992px) {
    section.man-ban .pattern-group-body > .row {
        display: grid !important;
        grid-template-columns: 8fr 4fr !important;
        gap: 20px !important;
        align-items: start !important;
    }

    section.man-ban .col-list {
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    section.man-ban .p-g-b-c-0 {
        aspect-ratio: 2.15 / 1 !important; 
        height: auto !important;
    }

    section.man-ban .carousel,
    section.man-ban .carousel-inner,
    section.man-ban .carousel-item,
    section.man-ban .carousel-item a {
        height: 100% !important;
        width: 100% !important;
        display: block !important;
    }

    section.man-ban .carousel-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: fill !important; 
    }

    section.man-ban .p-g-b-c-1,
    section.man-ban .p-g-b-c-1 .p-g-b-c-wrapper,
    section.man-ban .p-g-b-c-1 .p-g-b-c-inner,
    section.man-ban .p-g-b-c-1 .p-g-mod,
    section.man-ban .p-g-b-c-1 .p-g-mod-body,
    section.man-ban .row-wrapper {
        height: 100% !important;
        width: 100% !important;
    }

    section.man-ban .row-wrapper > .row {
        display: grid !important;
        grid-template-rows: 1fr 1fr !important; 
        gap: 15px !important; 
        height: 100% !important;
        margin: 0 !important;
    }

    section.man-ban .row-wrapper > .row .col-list-p-v-1 {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important;
    }

    section.man-ban .banner-item,
    section.man-ban .banner-item .image {
        height: 100% !important;
        width: 100% !important;
        display: block !important;
    }

    section.man-ban .banner-item .image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: fill !important;
    }
}

/* kategoriler */

section.cats .card-category .image a {
    width: 150px !important; 
    height: 150px !important;
    display: inline-block !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
}

section.cats .card-category .image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

section.cats .card-category {
    text-align: center !important;
}

/* kategoriler */


.p-g-mod.orange {
    background-color: var(--color-turuncu) !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.orange-grup .pattern-group-header {
    background-color: var(--color-turuncu) !important; 
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.orange-grup .pattern-group-header .p-g-h-info .p-g-h-i-title {
   color: white;
}

.orange-grup .pattern-group-header .p-g-h-button .btn-mod {
  color: #fff;
}

@media (min-width: 992px) {
.orange-grup .pattern-group-header .p-g-h-info {
   padding-left: 10px;
}
}

.card-brand .title{
  display: none;
}

.card-blog {
    border: 1px solid var(--border-grey2);
    border-radius: 1rem;
}

.card-blog .image a img{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.card-blog .buttons .btn-read-more:hover {
  background-color: var(--color-turuncu);
  border: 1px solid var(--color-turuncu);
}

.card-blog .buttons .btn-read-more{
  color: var(--color-turuncu);
  border-color: var(--color-turuncu);
}

section.pattern-group.blog .p-g-b-c-0 .row-wrapper > .row .banner-item,
section.pattern-group.blog .p-g-b-c-0 .row-wrapper > .row .banner-item .image,
section.pattern-group.blog .p-g-b-c-0 .row-wrapper > .row .banner-item .image img {
    border-radius: 1rem !important;
    overflow: hidden !important;
}

/* bize ulasın */
.footer-contact-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
    width: 100%;
    max-width: 320px; 
}

.footer-contact-buttons .sub-action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 14px 24px;
    border-radius: 20px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    width: 100%;
}

.footer-contact-buttons .btn-white-border.text-orange-number {
    background-color: #ffffff !important;
    border: 1.5px solid #e65c00 !important;
    color: #e65c00 !important;
}

.footer-contact-buttons .btn-white-border.text-orange-number svg {
    stroke: #e65c00 !important;
}

.footer-contact-buttons .btn-green-filled {
    background-color: #25d366 !important;
    border: 1.5px solid #25d366 !important;
    color: #ffffff !important;
}

.footer-contact-buttons .btn-green-filled svg {
    stroke: #ffffff !important;
    fill: none;
}

.footer-contact-buttons .sub-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0.95;
}

/* footer */

/* urun detay */
.product-info{
  border: 1px solid rgba(78, 202, 120, .5);
  padding: 15px;
  border-radius: 1rem;
  background: rgb(245, 255, 248);
}