


html,
body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}


@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}


.bg-success.text-white.py-2 {
  font-size: .95rem;
  letter-spacing: .2px;
}


nav.navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid #f0f1f4 !important;
  padding-block: .9rem !important;
  background: #fff;
  transition: box-shadow .2s ease, padding .2s ease;
}

nav.navbar.navbar-scrolled {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}


.navbar-brand span.fs-4 {
  font-weight: 800;
  letter-spacing: .3px;
  font-size: clamp(1.25rem, 1.1rem + .6vw, 1.7rem) !important;
}

.navbar-nav .nav-link {
  position: relative;
  color: #222 !important;
  font-weight: 600;
  letter-spacing: .2px;
  padding-block: .45rem !important;
  padding-inline: .6rem !important;
}

.navbar-nav .nav-link:hover {
  color: #000 !important;
}
.rating {
    display: none !important;
}
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  inset-inline: 12%;
  inset-block-end: -6px;
  block-size: 2px;
  background: #000;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
  opacity: .9;
}

.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}


.btn.btn-outline-success {
  border-radius: 10px;
  font-weight: 700;
  padding: .5rem 1rem;
}


.header-icons {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.header-icons .icon-btn {
  inline-size: 38px;
  block-size: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e8ec;
  background: #fff;
  color: #222;
  text-decoration: none;
  transition: .15s;
  position: relative;
}

.header-icons .icon-btn:hover {
  transform: translateY(-1px);
  border-color: #ccc;
}

.header-icons .badge {
  position: absolute;
  inset-block-start: -6px;
  inset-inline-end: -6px;
  background: #111;
  color: #fff;
  font-size: .7rem;
  border-radius: 10px;
  padding: 2px 5px;
}


.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  inline-size: 40px;
  block-size: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.icon-btn:hover {
  background: #28a745;
  color: #fff;
}


.page-header .breadcrumb {
  background: none;
  padding: 0;
  margin-block-end: 0;
}

.page-header .breadcrumb-item a {
  color: #666;
  text-decoration: none;
}

.page-header .breadcrumb-item a:hover {
  text-decoration: underline;
}

.page-header .page-title {
  font-size: 1.75rem;
  color: #111;
}



.carousel-item {
  block-size: 100vh;
}

.carousel-item img {
  block-size: 100%;
  object-fit: cover;
}


.carousel-caption.left-align {
  inset-inline-start: 5%;
  inset-inline-end: auto;
  text-align: start;
  max-inline-size: 40%;
  inset-block-start: 50%;
  transform: translateY(-50%);
}

.carousel-caption.left-align h2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.carousel-caption h2,
.carousel-caption p {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}

@media (max-width: 768px) {
  .carousel-caption.left-align {
    inset-inline-start: 5%;
    inset-inline-end: auto;
    text-align: start;
    max-inline-size: 90%;
  }
}



.product-img {
  inline-size: 100%;
  block-size: 250px;
  object-fit: cover;
  border-start-start-radius: .375rem;
  border-start-end-radius: .375rem;
}



.form-check-input {
  inline-size: .95rem;
  block-size: .95rem;
  margin-block-start: .1rem;
}

.list-group .form-check {
  background: #fff;
}

.list-group .form-check:last-child {
  border-block-end: none;
}


.product-grid,
.row.g-4 {
  row-gap: 2.25rem !important;
}


.product-card {
  position: relative;
  border: 1px solid #eef0f3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  overflow: hidden;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .10);
  border-color: #e6e9ee;
}


.product-thumb-wrap {
  background: #fafbfc;
  padding: 18px 18px 6px;
  position: relative;
  border-block-end: 1px solid #f0f1f4;
}

.product-thumb {
  inline-size: 100%;
  aspect-ratio: 1 / 1;
  block-size: 260px;
  object-fit: contain;
  transition: transform .35s ease;
}

.product-card:hover .product-thumb {
  transform: scale(1.04);
}


.product-title {
  font-weight: 700;
  font-size: .98rem;
  color: #171a1f;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title:hover {
  color: #198754;
}


.rating .star {
  color: #d9dce1;
  font-size: 1rem;
  letter-spacing: .5px;
}

.rating .star.full {
  color: #ffc107;
}

.price {
  color: #111;
  font-weight: 700;
    font-size: 23px 
}

.price-old {
  color: #a2a7af;
  text-decoration: line-through;
  font-size: .85rem;
}


.product-card .actions {
  padding: 0 14px 14px;
  display: flex;
  gap: .5rem;
}

.product-card .actions .btn {
  border-radius: 10px;
  block-size: 38px;
  font-weight: 600;
}

.product-card .btn-outline-success {
  border-color: #22a25b;
  color: #22a25b;
}

.product-card .btn-outline-success:hover {
  background: #22a25b;
  color: #fff;
}

.product-card .btn-success {
  background: #22a25b;
  border-color: #22a25b;
}

.product-card .btn-success:hover {
  filter: brightness(.95);
}


.product-card .badge-discount {
  position: absolute;
  top: 12px;

 
  z-index: 6;
}


.product-card .content {
  padding: 12px 14px 10px;
  display: flex;
  flex-direction: column;
  gap: .4rem;
}

@media (min-width:0) {
  .product-card {
    margin-block-end: .25rem;
  }
}



.sort-and-view {
  margin-block-end: 20px;
}

.sort-select {
  min-inline-size: 160px;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 4px 8px;
  margin-inline-end: 8px;
 
}

.sort-select:focus {
  outline: none;
  border-color: #28a745;
  box-shadow: 0 0 0 0.15rem rgba(40, 167, 69, .25);
}

.view-toggle {
  display: flex;
  gap: 4px;
}

.view-toggle button {
  background: #fff;
  border: 1px solid #ddd;
  inline-size: 36px;
  block-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all .15s ease;
}

.view-toggle button:hover {
  border-color: #aaa;
}

.view-toggle button.active {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}



.filter-toggle .btn {
  line-height: 1;
}

button[data-bs-toggle="collapse"] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #333;
  transition: color .2s ease;
}

button[data-bs-toggle="collapse"]:hover {
  color: #28a745;
}



.product-card {
  position: relative;
}


.product-thumb-wrap {
  position: relative;
}

.product-thumb-wrap .fav-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
 
  z-index: 7;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

html[dir="rtl"] .product-card .badge-discount {
  left: auto;
  right: 12px;
 
}

html[dir="rtl"] .product-thumb-wrap .fav-toggle {
  right: auto;
  left: 12px;
 
}

.price,
.price-old {
  unicode-bidi: plaintext;
}

.fav-toggle.active {
  background: #ffe6ea;
 
  box-shadow: 0 4px 16px rgba(220, 53, 69, .20);
}


.fav-toggle .icon-flower {
  width: 20px;
  height: 20px;
  display: block;
  background: url('../img/icons/flower.svg') no-repeat center / contain;
  filter: grayscale(100%) opacity(.85);
 
  transition: transform .15s ease, filter .15s ease;
}

.fav-toggle:hover .icon-flower {
  filter: grayscale(40%) opacity(.95);
 
}

.fav-toggle.active .icon-flower {
 
  filter: invert(28%) sepia(93%) saturate(3620%) hue-rotate(343deg) brightness(94%) contrast(97%);
  transform: scale(1.06);
}




.filter-card {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .05);
}

.filter-card+.filter-card {
  margin-top: 1rem;
}


.filter-list .form-check {
  padding: .35rem 0;
  border-bottom: 1px dashed #eee;
}

.filter-list .form-check:last-child {
  border-bottom: 0;
}

.filter-list .form-check:hover {
  background: #fafafa;
  border-radius: 10px;
}


.filter-list .form-check-input {
  position: static !important;
  margin: 0 .5rem 0 0 !important;
  width: 1.05rem;
  height: 1.05rem;
 
  flex: 0 0 auto;
}

.filter-list .form-check-input:checked {
  background-color: #22a25b;
  border-color: #22a25b;
  box-shadow: 0 0 0 4px rgba(34, 162, 91, .12);
}


.filter-count {
  background: #f0f3f6;
  color: #666;
  font-size: .75rem;
  border-radius: 999px;
  padding: .1rem .45rem;
  line-height: 1;
  min-width: 1.25rem;
  text-align: center;
}


.filter-scroll {
  max-height: 290px;
  overflow: auto;
  padding-right: 6px;
}

.filter-scroll::-webkit-scrollbar {
  width: 8px;
}

.filter-scroll::-webkit-scrollbar-thumb {
  background: #e3e6ea;
  border-radius: 8px;
}


@media (min-width: 992px) {
  aside.col-lg-3 {
    position: sticky;
    top: 84px;
  }
}


.filter-toggle .toggle {
  display: inline-block;
  transition: transform .18s ease;
}

button[aria-expanded="false"] .toggle {
  transform: rotate(90deg);
}

.cur-ico {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
 
}

[dir="rtl"] .cur-ico {
  margin-left: -1.9rem;
}

[dir="ltr"] .cur-ico {
  margin-right: .3rem;
}

.total-amount {
  display: inline-flex;
  align-items: center;
  gap: -1.6rem;
 
  white-space: nowrap;
 
}

.cur-ico {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: -2px;
 
  margin-inline-start: .3rem;
 
}



#quickView input[type="number"]::-webkit-outer-spin-button,
#quickView input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

#quickView input[type="number"] {
  -moz-appearance: textfield
}


.view-toggle {
  display: flex;
  gap: .5rem;
}

.view-toggle .view-btn {
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
}

.view-toggle .view-btn.active {
  background: #22c55e;
  border-color: #22c55e;
  color: #fff;
}

.view-toggle .view-btn:focus {
  outline: 0;
  box-shadow: none;
}

.view-toggle .view-btn:focus-visible {
  box-shadow: 0 0 0 .25rem rgba(34, 197, 94, .25);
}


.products-wrap.list-view>[class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.products-wrap.list-view .product-card {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.products-wrap.list-view .product-thumb-wrap {
  flex: 0 0 160px;
  width: 160px;
}

.products-wrap.list-view .actions {
  margin-left: auto;
  display: flex;
  gap: .5rem;
}




.products-wrap.list-view>[class*="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.products-wrap.list-view .product-card {
  display: grid;
  grid-template-columns: 120px 1fr auto;
 
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid #eef0f2;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(16, 24, 40, .06);
}

.products-wrap.list-view .product-thumb-wrap {
  position: relative;
 
  width: 120px;
  height: 120px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.products-wrap.list-view .product-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products-wrap.list-view .fav-toggle {
  position: absolute;
  top: 8px;
  right: 8px;
}

.products-wrap.list-view .content {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.products-wrap.list-view .product-title {
  margin: 0;
  font-weight: 700;
}

.products-wrap.list-view .rating {
  margin: 2px 0 4px;
}

.products-wrap.list-view .price {
  font-weight: 700;
  font-size: 1.1rem;
}

.products-wrap.list-view .price-old {
  margin-left: 6px;
  color: #9ca3af;
  text-decoration: line-through;
}


.products-wrap.list-view .actions {
  align-self: center;
  display: flex;
  gap: 10px;
}

.products-wrap.list-view .actions .btn {
  height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  white-space: nowrap;
  min-width: 118px;
 
}


@media (max-width: 575.98px) {
  .products-wrap.list-view .product-card {
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto auto;
    gap: 12px;
  }

  .row.g-4 .product-card .actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .row.g-4 .product-card .actions .btn {
    width: 100% !important;
    height: 44px;
    line-height: 1;
  }

}


.product-card .actions .btn {
  display: inline-flex;
 
  align-items: center;
  justify-content: center;
  height: 40px;

  padding: 0 16px;

  line-height: 1;
}

.product-card .actions .btn:focus {

  outline: none;
  box-shadow: 0 0 0 .2rem rgba(25, 135, 84, .25);
}




@media (hover:hover) {
  .dropdown-hover:hover>.dropdown-menu {
    display: block;
    margin-top: 8px
  }

  .dropdown-hover .dropdown-toggle::after {
    display: none
  }
}

.account-menu .dropdown-item {
  padding: .5rem .75rem
}


.cart-qty {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
 
}

.cart-qty .qty-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background: #fff;
  color: #212529;
  font-weight: 700;
  line-height: 1;
}

.cart-qty .qty-btn:hover {
  background: #f1f3f5;
  border-color: #cfd6dd;
}

.cart-qty .qty-input {
  width: 56px;
  height: 36px;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  line-height: 1;
}


.cart-qty .qty-input::-webkit-outer-spin-button,
.cart-qty .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.cart-qty .qty-input {
  -moz-appearance: textfield;
}


.cart-actions {
  display: flex;
  gap: .75rem;
 
  flex-wrap: wrap;
}


.table td,
.table th {
  vertical-align: middle;
}


.price bdi {
  direction: ltr;
  unicode-bidi: isolate;
}

.modal-dialog.modal-xl {
  max-width: 1100px;
}


.qv-card {
  border-radius: 14px;
  overflow: hidden;
}

.qv-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  background: #fff;
  font-weight: 600;
  letter-spacing: .02em;
  color: #6c757d;
}

.qv-back {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #6c757d;
  padding: 0;
  cursor: pointer;
}

.qv-back:hover {
  color: #111;
}

.qv-heart {
  border: 0;
  background: transparent;
  color: #9aa0a6;
  padding: 6px;
  border-radius: 8px;
}

.qv-heart:hover {
  color: #e74c3c;
}


.qv-wrap {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 36px;
  padding: 32px;
  background: #fff;
}

.qv-wrap .photo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
}

.qv-wrap .photo img {
  width: 100%;
  max-width: 520px;
  height: auto;
  max-height: 440px;
  object-fit: contain;
}

.qv-wrap .description {
  padding-right: 16px;
}


.qv-wrap .description h2 {
  font-size: 42px;
  line-height: 1.12;
  margin: 0 0 6px;
  font-weight: 800;
  color: #2b2b2b;
}

.qv-sub {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 13px;
  color: #8e8e8e;
  letter-spacing: .1em;
}

.qv-prices .now {
  display: block;
  font-size: 46px;
  font-weight: 900;
  color: #2dbf65;
  margin: 6px 0 10px;
}

.qv-prices .old {
  display: inline-block;
  margin-right: 8px;
  color: #9aa0a6;
  text-decoration: line-through;
}


:root {
  --qv-label-w: 48px;
 
  --qv-gap: 14px;
 
  --qv-field-h: 44px;
 
  --qv-radius: 5px;
 
  --qv-border: #e6e6e6;
 
}


.qv-qtyline,
.qv-options .mb-3 {
  display: grid;
  grid-template-columns: var(--qv-label-w) auto;
  align-items: center;
  column-gap: 30px;
  margin: 18px 0;
}


.qv-qty-label,
.qv-options .form-label {
  margin: 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 1rem;
  color: #444;
}


.qv-qty-box {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  height: var(--qv-field-h);
  border: 1px solid var(--qv-border);
  border-radius: var(--qv-radius);
  background: #fff;
}

.qv-qty-box button {
  width: 46px;
  height: var(--qv-field-h);
  border: 0;
  background: #fff;
  font-size: 20px;
  line-height: 1;
}

.qv-qty-box input {
  width: 90px;
  height: var(--qv-field-h);
  text-align: center;
  border: 0;
  outline: 0;
  font-weight: 600;
}


.qv-options {
  margin-top: 8px;
}

.qv-options .form-select {
  height: var(--qv-field-h);
  padding: 0 1rem;
  border-radius: var(--qv-radius);
  border: 1px solid #ddd;
  width: auto;
  min-width: 160px;
  max-width: 220px;
}


.qv-actions {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.qv-actions .btn-add {
  padding: 12px 22px;
  border-radius: var(--qv-radius);
  border: 1px solid #2dbf65;
  background: #2dbf65;
  color: #fff;
  font-weight: 700;
}

.qv-actions .btn-add:hover {
  filter: brightness(.95);
}

.qv-actions .btn-wish {
  padding: 12px 22px;
  border-radius: var(--qv-radius);
  border: 1px solid #d9d9d9;
  background: #f8f9fa;
  color: #444;
  font-weight: 700;
}

.qv-actions .btn-wish:hover {
  border-color: #bdbdbd;
}


@media (max-width: 992px) {
  .qv-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .qv-wrap .photo img {
    max-height: 360px;
  }

  .qv-wrap .description h2 {
    font-size: 32px;
  }

  .qv-prices .now {
    font-size: 36px;
  }
}

.qv-qty-box {
  width: 179px;
}






:root {
  --flybar-bg: #fff;
  --flybar-icon: #9aa0a6;
  --flybar-active: #1677ff;
  --flybar-indicator: rgba(22, 119, 255, .14);
  --flybar-shadow: 0 10px 28px rgba(0, 0, 0, .12), 0 4px 12px rgba(0, 0, 0, .06);
  --flybar-gap: 24px;
  --flybar-size: 46px;
  --flybar-pad-y: 10px;
  --flybar-pad-x: 12px;
}


body {
  padding-bottom: 96px;
}


.flybar {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(env(safe-area-inset-bottom, 0px) + 14px);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: var(--flybar-gap);
  padding: var(--flybar-pad-y) var(--flybar-pad-x);
  background: var(--flybar-bg);
  border-radius: 999px;
  box-shadow: var(--flybar-shadow);
  -webkit-backdrop-filter: saturate(120%) blur(4px);
  backdrop-filter: saturate(120%) blur(4px);
}

.flybar__item {
  position: relative;
  width: var(--flybar-size);
  height: var(--flybar-size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--flybar-icon);
  transition: transform .15s ease, color .15s;
}

.flybar__item:active {
  transform: translateY(1px) scale(.98);
}

.flybar__item.is-active {
  color: var(--flybar-active);
}

.flybar__item i {
  font-size: 22px;
  position: relative;
  z-index: 1;
}

.flybar__indicator {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: var(--flybar-size);
  height: var(--flybar-size);
  border-radius: 50%;
  background: var(--flybar-indicator);
  pointer-events: none;
  z-index: 0;
  transition: left .25s cubic-bezier(.22, .61, .36, 1);
}

.flybar__badge {
  position: absolute;
  top: -4px;
  right: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  line-height: 18px;
  border-radius: 9px;
  background: #111;
  color: #fff;
  z-index: 2;
}


@media (min-width: 992px) {
  .flybar {
    display: none;
  }

  body {
    padding-bottom: 0;
  }
}

@media (max-width:330px) {
  .flybar {
    gap: 16px;
  }
}

.flex-grow-1 {
  flex-grow:1!important
}



.product-thumb {
    /* Resmi kesmeyi engelle, kutunun içine sığdır */
    object-fit: contain !important; 
    
    /* Resim kutuya tam oturmazsa arkası beyaz kalsın (siyah/gri boşluk olmasın) */
    background-color: #fff !important; 
    
    /* Resmi ortala */
    background-position: center;
    
    /* Netlik ayarı (Bulanıklığı azaltmaya yardımcı olur) */
    image-rendering: -webkit-optimize-contrast; 
    
    /* Boyutları sabitle ki kayma yapmasın */
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1/1 !important; /* Kare formatı zorla */
}

/* Resim çerçevesini (Wrapper) de hizalayalım */
.product-thumb-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    overflow: hidden;
    aspect-ratio: 1/1; /* Çerçeveyi de kare yap */
}

