body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 22px;
  right: 22px;
  width: min(420px, calc(100vw - 32px));
  pointer-events: none;
}
#alert .alert {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  margin-bottom: 10px;
  padding: 12px 12px 12px 14px;
  border: 1px solid var(--site-line);
  border-radius: 14px;
  background: #fff;
  color: var(--site-text);
  box-shadow: 0 22px 54px rgba(7, 41, 69, 0.18);
  pointer-events: auto;
}
#alert .alert i {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
}
#alert .alert .btn-close {
  position: static;
  align-self: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 999px;
  background-size: 10px;
  opacity: .55;
}
#alert .alert-success {
  border-color: rgba(15, 139, 79, 0.25);
}
#alert .alert-success i {
  background: #e8f8ee;
  color: #0f8b4f;
}
#alert .alert-danger {
  border-color: rgba(185, 28, 28, 0.2);
}
#alert .alert-danger i {
  background: #fff1f0;
  color: #b42318;
}
#alert .alert-warning i {
  background: #fff8e8;
  color: #a16207;
}
#alert .alert-info i,
#alert .alert-primary i,
#alert .alert-secondary i,
#alert .alert-light i,
#alert .alert-dark i {
  background: #eef6ff;
  color: var(--site-accent);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 180px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  /* margin-bottom: 10px; */
}
#cart .img-thumbnail {
  /*min-width: 100px;*/
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
  min-height: 58px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
    min-height: 260px;
    overflow: hidden;
  }
  .product-list .product-thumb .image {
    flex: 0 0 260px;
    width: 260px;
    margin-bottom: 0;
    padding: 12px;
    aspect-ratio: auto;
  }
  .product-list .product-thumb .content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px;
    flex: 1;
    position: relative;
    padding: 18px;
  }
  .product-list .product-thumb .description {
    padding: 0;
  }
  .product-list .product-thumb .description h4 {
    min-height: 0;
    font-size: 18px;
  }
  .product-list .product-thumb .button {
    align-self: end;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    padding: 0;
    border-left: 0;
    width: auto;
    margin-left: 0;
  }
  .product-list .product-card-kicker,
  .product-list .product-card-meta {
    display: none;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.catalog-page,
.product-detail-page {
  padding-top: 28px;
  padding-bottom: 64px;
}

.catalog-page #column-left .list-group,
.product-detail-page #column-left .list-group {
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.catalog-page #column-left .list-group-item,
.product-detail-page #column-left .list-group-item {
  border: 0;
  border-bottom: 1px solid rgba(214, 231, 243, 0.72);
  padding: 14px 16px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 600;
  background: transparent;
}

.catalog-page #column-left .list-group-item:last-child,
.product-detail-page #column-left .list-group-item:last-child {
  border-bottom: 0;
}

.catalog-page #column-left .list-group-item.active,
.product-detail-page #column-left .list-group-item.active {
  background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%);
  color: #fff;
}

.catalog-page #column-left .list-group-item:not(.active):hover,
.product-detail-page #column-left .list-group-item:not(.active):hover {
  background: var(--site-surface-soft);
  color: var(--site-text);
}

.catalog-page #column-left .category-parent-item,
.product-detail-page #column-left .category-parent-item {
  font-weight: 700;
}

.catalog-page #column-left .category-child-item,
.product-detail-page #column-left .category-child-item {
  position: relative;
  padding-left: 34px;
  font-size: 12px;
  color: var(--site-text-soft);
}

.catalog-page #column-left .category-child-item::before,
.product-detail-page #column-left .category-child-item::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(20, 200, 246, 0.7);
}

.catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.catalog-heading h1,
.product-buy-panel h1 {
  margin: 0;
  color: var(--site-text);
}

.catalog-heading-meta {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--site-text-soft);
}

.catalog-compare-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--site-line);
  color: var(--site-text);
  background: #fff;
}

.category-intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.category-intro-image {
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--site-surface-soft);
}

.sub-category-panel {
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.sub-category-panel-bottom,
.category-intro-bottom {
  margin-top: 30px;
}

.sub-category-panel h2 {
  margin-bottom: 16px;
  font-size: 20px;
}

.sub-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.sub-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid var(--site-line);
  background: #fff;
  color: var(--site-text);
  font-weight: 600;
}

.sub-category-link:hover {
  border-color: rgba(20, 200, 246, 0.42);
  color: var(--site-accent);
}

.catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
}

.catalog-toolbar .btn-group {
  gap: 8px;
}

.catalog-toolbar .btn-group .btn {
  min-width: 46px;
  min-height: 46px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: var(--site-surface-soft);
  color: var(--site-text);
}

.catalog-toolbar .input-group-text {
  min-width: 74px;
  border-color: var(--site-line);
  background: var(--site-surface-soft);
  color: var(--site-text);
  font-size: 12px;
  font-weight: 700;
}

.catalog-toolbar .form-select {
  min-height: 46px;
  border-color: var(--site-line);
  font-size: 13px;
  font-weight: 600;
  color: var(--site-text);
  box-shadow: none;
}

.catalog-view-controls {
  margin-right: auto;
}

.catalog-toolbar-summary {
  display: grid;
  gap: 2px;
  margin-right: auto;
}

.catalog-toolbar-summary strong {
  font-size: 13px;
  color: var(--site-text);
}

.catalog-toolbar-summary span {
  font-size: 12px;
  color: var(--site-text-soft);
}

.catalog-select {
  min-width: 240px;
}

.product-grid {
  row-gap: 16px;
}

.product-thumb {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(7, 41, 69, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-thumb:hover {
  transform: translateY(-2px);
  border-color: rgba(20, 200, 246, 0.42);
  box-shadow: 0 22px 48px rgba(7, 41, 69, 0.1);
}

.product-thumb .image {
  position: relative;
  aspect-ratio: 1 / 0.78;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  background: linear-gradient(180deg, #f8fcff 0%, #eef7fc 100%);
}

.product-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(7, 41, 69, 0.16);
}

.badge-discount {
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
}

.badge-star {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
}

.badge-bestseller {
  background: linear-gradient(135deg, #ea580c 0%, #dc2626 100%);
}

.badge-installment {
  background: linear-gradient(135deg, #0f766e 0%, #0ea5a4 100%);
}

.badge-campaign {
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
}

.badge-new {
  background: linear-gradient(135deg, #16a34a 0%, #22c55e 100%);
}

.badge-soldout {
  background: #edf2f5;
  color: #7c8b96;
  box-shadow: none;
}

.product-thumb .image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.product-thumb .image img {
  max-height: 100%;
  object-fit: contain;
}

.product-thumb .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.product-thumb form {
  margin: 0;
}

.product-card-wishlist-form {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.product-thumb .description {
  flex: 1;
  padding: 18px;
  margin-bottom: 0;
}

.product-card-kicker {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  color: var(--site-accent);
  text-transform: uppercase;
}

.product-card-meta {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: var(--site-text-soft);
}

.product-thumb .description h4 {
  min-height: 40px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.product-thumb .description h4 a {
  color: var(--site-text);
  font-weight: 400;
  text-decoration: none;
}

.product-thumb .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  color: var(--site-text);
}

.product-thumb .price-new {
  font-size: 20px;
  font-weight: 800;
  color: var(--site-deep);
}

.product-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  padding: 0 18px 18px;
}

.product-thumb .button button,
.product-card-footer button,
.btn-card-wishlist {
  width: auto;
  min-height: 42px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  color: var(--site-text);
  line-height: 1;
}

.product-thumb .button button + button {
  border-left: 1px solid var(--site-line);
}

.product-thumb .btn-card-cart {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%);
  font-weight: 800;
}

.btn-card-wishlist {
  display: inline-flex;
  width: 36px;
  height: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 231, 243, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #64748b;
  box-shadow: 0 10px 22px rgba(7, 41, 69, 0.12);
}

.btn-card-wishlist:hover {
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.24);
}

.btn-card-wishlist.is-active,
.product-action-icon.is-active {
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.32);
  background: #fff5f5;
}

.product-card-qty {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  gap: 6px;
  padding: 0 18px 10px;
}

.quantity-stepper-button,
.quantity-stepper-input {
  min-height: 36px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  color: var(--site-text);
  text-align: center;
  font-weight: 800;
}

.quantity-stepper-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quantity-stepper-input {
  width: 100%;
}

.product-grid-compact .product-thumb .content {
  padding-top: 12px;
}

.product-grid-compact .product-thumb .image {
  padding: 3px;
  aspect-ratio: 1 / 0.92;
}

.product-grid-compact .product-thumb .description {
  padding: 12px 12px 10px;
}

.product-grid-compact .product-thumb .description h4 {
  min-height: 38px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.product-grid-compact .product-card-meta {
  margin-bottom: 6px;
  font-size: 11px;
}

.product-grid-compact .product-thumb .price {
  gap: 6px;
}

.product-grid-compact .product-thumb .price-new {
  font-size: 16px;
}

.product-grid-compact .product-thumb .price-old {
  font-size: 11px;
}

.product-grid-compact .product-card-footer {
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 6px;
  padding: 0 12px 12px;
}

.product-grid-compact .product-card-qty {
  grid-template-columns: 30px minmax(0, 1fr) 30px;
  gap: 5px;
  padding: 0 12px 8px;
}

.product-grid-compact .quantity-stepper-button,
.product-grid-compact .quantity-stepper-input {
  min-height: 32px;
  font-size: 12px;
}

.product-grid-compact .product-thumb .button button,
.product-grid-compact .product-card-footer button {
  min-height: 38px;
  font-size: 12px;
}

.product-grid-compact .product-thumb .btn-card-cart {
  width: 38px;
  height: 38px;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
    min-height: 260px;
    overflow: hidden;
  }

  .product-list .product-thumb .image {
    flex: 0 0 260px;
    width: 260px;
    margin-bottom: 0;
    padding: 12px;
    aspect-ratio: auto;
  }

  .product-list .product-thumb .content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 18px;
    flex: 1;
    padding: 18px;
  }

  .product-list .product-thumb .description {
    padding: 0;
  }

  .product-list .product-thumb .description h4 {
    min-height: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .product-list .product-thumb .button {
    align-self: end;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    padding: 0;
    width: auto;
    margin-left: 0;
    border-left: 0;
  }

  .product-list .product-card-kicker,
  .product-list .product-card-meta {
    display: none;
  }
}

.product-grid-compact .product-card-badges {
  top: 10px;
  left: 10px;
  gap: 5px;
}

.product-grid-compact .product-card-badge {
  min-height: 24px;
  padding: 0 8px;
  font-size: 10px;
}

@media (min-width: 960px) {
  .product-list .col {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .product-list .col:hover {
    z-index: 80;
  }

  .product-list .product-thumb {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
    min-height: 118px;
    overflow: visible;
  }

  .product-list .product-thumb .image {
    width: 112px;
    height: 118px;
    min-height: 118px;
    margin: 0;
    padding: 6px;
    align-self: start;
    aspect-ratio: auto;
    overflow: visible;
    z-index: 10;
  }

  .product-list .product-thumb .content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: start;
    align-self: start;
    gap: 22px;
    min-height: 118px;
    padding: 12px 18px;
  }

  .product-list .product-thumb .image a,
  .product-list .product-thumb .image img {
    position: relative;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  }

  .product-list .product-thumb .image:hover {
    z-index: 100;
  }

  .product-list .product-thumb .image:hover img {
    z-index: 101;
    transform: scale(3.1);
    transform-origin: left top;
    padding: 8px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 22px 54px rgba(7, 41, 69, 0.22);
  }

  .product-list .product-thumb .description {
    display: grid;
    gap: 10px;
    align-content: center;
  }

  .product-list .product-thumb .description h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
  }

  .product-list .product-thumb .price-new {
    font-size: 21px;
  }

  .product-list .product-thumb form {
    align-self: start;
  }

  .product-list .product-card-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 8px;
  }
}

.search-page .product-thumb .image {
  padding: 8px;
  aspect-ratio: 1 / 0.9;
}

.search-page .product-thumb .image img {
  width: 100%;
  max-height: 100%;
}

.search-page .product-grid-compact .product-thumb .description {
  padding-top: 10px;
}

.btn-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.catalog-pagination {
  margin-top: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
}

.catalog-pagination-panel .pagination {
  margin-bottom: 0;
}

.catalog-pagination-panel .page-link {
  min-width: 40px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: var(--site-line);
  color: var(--site-text);
  font-weight: 700;
  box-shadow: none;
}

.catalog-pagination-panel .active > .page-link,
.catalog-pagination-panel .page-link.active {
  border-color: var(--site-accent);
  background: var(--site-accent);
  color: #fff;
}

.catalog-pagination-results {
  font-size: 12px;
  font-weight: 700;
  color: var(--site-text-soft);
}

.catalog-empty {
  padding: 42px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.catalog-empty p {
  max-width: 54ch;
  margin: 0 auto 16px;
  color: var(--site-text-soft);
}

.home-products-band {
  padding: 28px 0 8px;
}

.search-panel,
.brand-index-panel,
.brand-group-panel {
  margin-bottom: 28px;
  padding: 22px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.search-panel-head {
  display: grid;
  gap: 4px;
  margin-bottom: 18px;
}

.search-panel-head strong {
  font-size: 15px;
  color: var(--site-text);
}

.search-panel-head span {
  font-size: 13px;
  color: var(--site-text-soft);
}

.search-panel .form-control,
.search-panel .form-select {
  min-height: 48px;
  border-color: var(--site-line);
  box-shadow: none;
}

.search-panel .form-check {
  margin-top: 8px;
}

.search-panel .form-check-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--site-text);
}

.search-panel-actions {
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px solid var(--site-line);
}

#button-search {
  min-width: 180px;
  font-weight: 700;
}

.search-results-heading {
  margin-top: 6px;
  margin-bottom: 18px;
}

.brand-index-panel p {
  margin: 0;
  line-height: 1.9;
}

.brand-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.brand-group-panel h2 {
  margin-bottom: 14px;
}

.compare-table-wrap {
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.compare-table {
  margin-bottom: 0;
  min-width: 880px;
}

.compare-table thead td {
  background: var(--site-surface-soft);
  color: var(--site-text);
  font-weight: 800;
}

.compare-table td {
  padding: 16px 14px;
  border-color: var(--site-line);
  vertical-align: top;
  background: #fff;
}

.compare-table tbody td:first-child,
.compare-table tr > td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 160px;
  background: #f8fcff;
  color: var(--site-text);
  font-weight: 700;
}

.compare-table .img-thumbnail {
  max-width: 140px;
  padding: 10px;
  border-color: var(--site-line);
  border-radius: 8px;
  background: var(--site-surface-soft);
}

.compare-table .description {
  min-width: 240px;
  color: var(--site-text-soft);
  line-height: 1.65;
}

.compare-table .rating {
  color: #f59e0b;
}

.compare-actions-cell form {
  display: grid;
  gap: 10px;
}

.compare-actions-cell .btn {
  min-height: 44px;
  font-weight: 700;
  border-radius: 8px;
}

.product-detail-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(360px, 1.06fr) minmax(260px, 0.62fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 34px;
}

.product-detail-shell.no-media {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.36fr);
}

.product-media-panel,
.product-side-card {
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.product-media-panel {
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.product-gallery {
  display: grid;
  gap: 16px;
}

.product-gallery > a:first-child {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  padding: 18px;
  border: 1px solid rgba(214, 231, 243, 0.9);
  border-radius: 12px;
  background: radial-gradient(circle at top, rgba(20, 200, 246, 0.1) 0%, rgba(255, 255, 255, 0.96) 48%, #f7fbff 100%);
}

.product-main-image {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.product-thumb-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.product-thumb-strip a {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.product-thumb-strip a:hover {
  transform: translateY(-1px);
  border-color: rgba(20, 200, 246, 0.42);
  box-shadow: 0 12px 24px rgba(7, 41, 69, 0.08);
}

.product-thumb-strip a.is-active {
  border-color: var(--site-accent);
  box-shadow: inset 0 0 0 1px rgba(13, 102, 194, 0.14), 0 14px 28px rgba(7, 41, 69, 0.1);
  background: linear-gradient(180deg, #ffffff 0%, #edf7ff 100%);
}

.product-thumb-strip img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-buy-panel {
  padding: 4px 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}

.product-buy-panel h1 {
  margin: 0 0 10px;
  color: var(--site-text);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.35;
}

.product-side-panel {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 112px;
}

.product-side-card {
  padding: 18px;
}

.product-side-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--site-text);
  font-size: 14px;
  font-weight: 900;
}

.product-side-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-side-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--site-text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.product-side-list i {
  width: 20px;
  color: var(--site-accent);
  line-height: 1.45;
}

.product-side-list strong {
  color: var(--site-text);
  text-align: right;
}

.product-side-actions {
  display: grid;
  gap: 10px;
}

.product-side-actions .btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-weight: 800;
}

.product-meta-list {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--site-surface-soft);
}

.product-header-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 14px;
}

.product-meta-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--site-line);
  background: #fff;
  color: var(--site-text);
  font-size: 12px;
  font-weight: 700;
}

.product-meta-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.product-price-panel {
  margin: 18px 0;
  padding: 18px 0;
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
}

.product-price-panel h2 {
  margin: 0;
}

.product-price-panel .price-new {
  font-size: 34px;
  font-weight: 900;
  color: var(--site-deep);
}

.product-purchase-note {
  margin: -2px 0 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--site-text-soft);
}

.product-form-section {
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
}

.product-form-heading {
  margin-bottom: 14px;
}

.product-form-heading h3 {
  margin: 0;
  font-size: 16px;
  color: var(--site-text);
}

.product-form-purchase .product-form-heading {
  margin-bottom: 12px;
}

.product-quick-actions {
  display: none;
}

.product-purchase-actions-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px 52px;
  gap: 8px;
  align-items: stretch;
}

.product-action-icon {
  width: 52px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
}

.product-cart-row .input-group {
  display: grid;
  grid-template-columns: auto 128px minmax(180px, 1fr);
  min-height: 40px;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: transparent;
  box-shadow: 0 14px 28px rgba(7, 41, 69, 0.08);
}

.product-cart-row .input-group-text {
  border: 0;
  border-radius: 0;
  background: #f7fbff;
  color: var(--site-text-soft);
  font-weight: 800;
}

.product-detail-qty {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 0;
  border-left: 1px solid var(--site-line);
  border-right: 1px solid var(--site-line);
}

.product-detail-qty .quantity-stepper-button,
.product-detail-qty .quantity-stepper-input {
  min-height: 40px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-cart-row .btn {
  min-width: 0;
  min-height: 40px;
  border-radius: 0;
  font-weight: 800;
}

.product-detail-qty .quantity-stepper-input {
  padding-right: 4px;
  padding-left: 4px;
}

.product-tabs {
  margin-top: 18px;
  position: sticky;
  top: 12px;
  z-index: 12;
  display: flex;
  gap: 8px;
  padding: 10px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: var(--site-shadow);
}

.product-tabs .nav-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-radius: 8px;
  color: var(--site-text-soft);
  font-weight: 800;
  background: transparent;
}

.product-tabs .nav-link.active {
  color: var(--site-deep);
  background: var(--site-surface-soft);
  box-shadow: inset 0 0 0 1px rgba(13, 102, 194, 0.12);
}

.product-tabs .nav-link:hover {
  color: var(--site-text);
  background: rgba(245, 251, 255, 0.9);
}

.product-tab-content {
  padding: 26px 0;
}

.product-tab-content > .tab-pane {
  padding: 24px 26px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: transparent;
  box-shadow: var(--site-shadow);
}

.product-tab-content .table {
  margin-bottom: 0;
}

.product-tab-content .table thead td {
  background: var(--site-surface-soft);
}

.review-list,
.question-list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.review-card,
.question-card {
  padding: 18px 20px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: var(--site-surface-soft);
}

.review-card-head,
.question-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.review-card-head strong,
.question-card-head strong {
  font-size: 14px;
  color: var(--site-text);
}

.review-card-head span,
.question-card-head span {
  font-size: 12px;
  font-weight: 600;
  color: var(--site-text-soft);
}

.review-card-body p,
.question-card-body p {
  margin-bottom: 10px;
  color: var(--site-text);
}

.product-question-block {
  display: grid;
  gap: 16px;
}

.question-card-body h3 {
  margin: 0 0 8px;
  color: var(--site-text);
  font-size: 16px;
  font-weight: 900;
}

.question-answer {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(26, 126, 87, 0.18);
  border-radius: 8px;
  background: #f5fff9;
}

.question-answer strong {
  display: block;
  margin-bottom: 6px;
  color: #1a7e57;
}

.question-answer small {
  color: var(--site-text-soft);
  font-weight: 700;
}

.product-question-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.review-card .rating {
  color: #f59e0b;
}

.review-pagination {
  margin-top: 8px;
}

.review-pagination .pagination {
  justify-content: flex-end;
  margin-bottom: 0;
}

.review-empty {
  margin: 0;
  padding: 18px;
  border: 1px dashed var(--site-line);
  border-radius: 8px;
  background: var(--site-surface-soft);
  color: var(--site-text-soft);
}

#form-review > h2 {
  margin: 0 0 16px;
  padding-top: 22px;
  border-top: 1px solid var(--site-line);
  font-size: 18px;
  color: var(--site-text);
}

#form-review .form-label {
  font-weight: 700;
  color: var(--site-text);
}

#form-review .form-control,
#form-review .form-select {
  min-height: 48px;
  border-color: var(--site-line);
  border-radius: 8px;
  box-shadow: none;
}

#form-review textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

#form-review .invalid-feedback {
  color: #c0392b;
}

.review-note,
.review-login {
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: var(--site-surface-soft);
  font-size: 13px;
  line-height: 1.6;
  color: var(--site-text-soft);
}

.review-note .text-danger,
.review-login a {
  font-weight: 700;
}

.review-login a {
  color: var(--site-accent);
}

#input-rating {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: var(--site-surface-soft);
  color: var(--site-text-soft);
}

#input-rating .form-check-input {
  margin: 0;
}

#button-review {
  min-width: 180px;
  font-weight: 700;
}

.product-detail-page .alert {
  border: 1px solid var(--site-line);
  border-radius: 8px;
  box-shadow: none;
}

.product-detail-page .alert-warning {
  background: #fff8e8;
  border-color: #f3db9b;
  color: #7a5a00;
}

.product-detail-page #alert .alert-success {
  background: #edf9f1;
  border-color: #bfe7ca;
  color: #1f6b3a;
}

.product-detail-page #alert .alert-danger {
  background: #fff1f0;
  border-color: #efc1bd;
  color: #9d3028;
}

.related-products-section {
  margin-top: 20px;
  padding: 28px 0 8px;
  border-top: 1px solid var(--site-line);
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

:root {
  --site-bg: #f5f5f5;
  --site-surface: #ffffff;
  --site-surface-soft: #fafafa;
  --site-text: #333333;
  --site-text-soft: #666666;
  --site-line: #e6e6e6;
  --site-accent: #f27a1a;
  --site-accent-2: #ff6000;
  --site-deep: #333333;
  --site-hero: #ffffff;
  --site-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  --site-price: #333333;
  --site-price-sale: #c9a227;
  --site-cta: #f27a1a;
}

body {
  background: var(--site-bg);
  color: var(--site-text);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

a {
  color: var(--site-accent);
}

#container {
  position: relative;
  min-height: 100%;
  margin-bottom: 0;
}

#content, #column-left, #column-right {
  padding-bottom: 0;
}

.container {
  max-width: 1280px;
}

.site-topbar {
  background: #fff;
  border-bottom: 1px solid var(--site-line);
}

.site-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 38px;
}

.site-topbar-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
}

.site-topbar-meta,
.site-topbar-contact a {
  color: var(--site-text-soft) !important;
}

.site-topbar-contact a {
  text-decoration: none;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid var(--site-line);
  box-shadow: 0 1px 4px rgba(26, 39, 68, 0.06);
}

.site-header-main {
  display: grid;
  grid-template-columns: 220px minmax(320px, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 88px;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

#logo {
  text-align: left;
  margin: 0;
}

#logo img {
  max-width: 170px;
}

.site-brand-copy {
  display: grid;
  gap: 2px;
}

.site-brand-copy strong {
  font-size: 18px;
  line-height: 1.2;
  color: var(--site-deep);
}

.site-brand-copy span {
  font-size: 12px;
  color: var(--site-text-soft);
}

.site-search-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.site-search-mega {
  position: relative;
  margin: 0;
}

.site-search-shell {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 6px;
  border: 1px solid var(--site-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 72, 117, 0.08);
}

.site-search-icon {
  position: absolute;
  left: 18px;
  color: var(--site-text-soft);
}

.site-search-input {
  border: none;
  box-shadow: none;
  background: transparent;
  padding-left: 42px;
  height: 46px;
  font-size: 14px;
  font-weight: 600;
  color: var(--site-text);
}

.site-search-input::placeholder {
  color: #7890a8;
  font-weight: 600;
}

.site-search-submit {
  min-width: 52px;
  border-radius: 16px !important;
  padding-left: 18px;
  padding-right: 18px;
}

.site-search-mega-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  right: auto;
  z-index: 1040;
  display: none;
  width: min(1040px, calc(100vw - 32px));
  padding: 16px;
  border: 1px solid var(--site-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 41, 69, 0.16);
  transform: translateX(-50%);
}

.site-search-mega-panel.is-open {
  display: block;
}

.site-search-panel-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(250px, 0.64fr);
  gap: 14px;
}

.site-search-featured,
.site-search-results {
  padding: 14px;
  border: 1px solid var(--site-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.site-search-panel-title {
  margin-bottom: 12px;
  color: var(--site-text);
  font-size: 14px;
  font-weight: 800;
}

.site-search-quick-panels {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.site-search-quick-panel {
  padding: 12px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  border-radius: 16px;
  background: #fff;
}

.site-search-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.site-search-chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: #f8fbff;
  color: var(--site-text);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.site-search-chip:hover {
  border-color: rgba(20, 200, 246, 0.42);
  color: var(--site-deep);
}

.site-search-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.site-search-tab {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: #fff;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 700;
}

.site-search-tab.is-active {
  border-color: var(--site-accent);
  background: var(--site-accent);
  color: #fff;
}

.site-search-featured-list,
.site-search-results-list {
  display: grid;
  gap: 10px;
}

.site-search-featured-item,
.site-search-result-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  border-radius: 14px;
  background: #fff;
  color: var(--site-text);
  text-decoration: none;
}

.site-search-featured-item img,
.site-search-result-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.site-search-result-avatar {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #2f43d6 0%, #142b9f 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.site-search-featured-copy,
.site-search-result-copy {
  display: grid;
  gap: 6px;
}

.site-search-featured-copy strong,
.site-search-result-copy strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--site-text);
  font-size: 13px;
  line-height: 1.45;
}

.site-search-featured-price,
.site-search-result-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.site-search-meta {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.site-search-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  color: var(--site-text-soft);
  font-size: 14px;
  text-align: center;
}

.site-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.header-account {
  min-width: 156px;
  max-width: 210px;
}

.account-mega-menu {
  width: min(680px, calc(100vw - 40px));
  padding: 14px;
  border: 1px solid var(--site-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 41, 69, 0.16);
}

.account-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.account-mega-panel {
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.account-mega-title {
  margin-bottom: 10px;
  color: var(--site-text);
  font-size: 14px;
  font-weight: 800;
}

.account-mega-links {
  display: grid;
  gap: 8px;
}

.account-mega-link {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  border-radius: 12px;
  color: var(--site-text);
  text-decoration: none;
}

.account-mega-link:hover {
  background: rgba(13, 102, 194, 0.06);
}

.account-mega-link span {
  display: grid;
  gap: 2px;
}

.account-mega-link strong {
  font-size: 13px;
}

.account-mega-link small {
  color: var(--site-text-soft);
  font-size: 12px;
  line-height: 1.45;
}

.header-action-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
  color: var(--site-text);
}

.header-action-link span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.header-action-link strong,
.header-action-link small {
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-action-link strong {
  font-size: 16px;
  font-weight: 600;
}

.header-action-link small {
  font-size: 14px;
  color: var(--site-text-soft);
}

.header-action-link:hover {
  color: var(--site-text);
  background: var(--site-surface-soft);
}

.header-action-link-compact {
  min-width: 156px;
}

.header-action-link-muted {
  background: #f9fbfd;
}

.site-cart {
  min-width: 220px;
}

.btn-cart {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  border: none;
  background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%);
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(13, 102, 194, 0.16);
  font-weight: 800;
  letter-spacing: 0;
}

.btn-primary,
.hero-actions .btn-primary {
  border: none;
  background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-2) 100%);
  box-shadow: 0 18px 32px rgba(13, 102, 194, 0.16);
}

.site-menu-shell {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fb 100%);
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #d8e0e8;
  box-shadow: 0 10px 24px rgba(7, 41, 69, 0.04);
}

#menu {
  position: relative;
  min-height: 52px;
  border: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
  padding: 0;
}

#menu .navbar-collapse {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: thin;
}

#menu .navbar-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2px;
  width: 100%;
  min-width: max-content;
}

#menu .nav-item {
  position: static;
}

#menu .nav-item-featured {
  flex: 0 0 auto;
  margin-right: 8px;
}

#menu .nav-link-wrap {
  display: flex;
  align-items: center;
  min-height: 52px;
  border-radius: 8px;
}

#menu .nav-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: var(--site-text);
  font-size: 12px;
  font-weight: 700;
  text-shadow: none;
  white-space: nowrap;
}

#menu .nav-link-featured {
  gap: 10px;
  padding: 0 16px;
  border-radius: 8px;
  background: #eef4f7;
  font-weight: 700;
}

#menu .nav-link-featured i {
  font-size: 14px;
}

#menu .mega-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  border: 1px solid rgba(208, 225, 232, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #6c8797;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

#menu .mega-toggle i {
  font-size: 10px;
  line-height: 1;
}

#menu .nav-link-wrap:hover .mega-toggle,
#menu .dropdown.show .mega-toggle {
  border-color: rgba(0, 120, 160, 0.25);
  background: #fff;
  color: var(--site-accent);
}

#menu .dropdown.show .mega-toggle i,
#menu .mega-nav-item:hover .mega-toggle i {
  transform: rotate(180deg);
}

#menu .nav-link:hover,
#menu .nav-link-wrap:hover,
#menu .dropdown.show > .nav-link-wrap,
#menu .mega-nav-item:hover > .nav-link-wrap {
  background: #eef4f7;
}

#menu .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  padding: 24px;
  border: 1px solid var(--site-line);
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
  box-shadow: 0 24px 56px rgba(7, 41, 69, 0.18);
}

#menu .mega-nav-item .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

@media (min-width: 992px) {
  #menu .mega-nav-item:hover > .dropdown-menu,
  #menu .mega-nav-item:focus-within > .dropdown-menu {
    display: block;
  }
}

#menu .dropdown-item {
  border-radius: 10px;
  padding: 9px 12px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

#menu .dropdown-item:hover {
  background: var(--site-surface-soft);
}

.dropdown-view-all {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--site-line);
}

.dropdown-mega-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 280px;
  gap: 24px;
  align-items: start;
}

#menu .dropdown-inner {
  display: grid;
  gap: 14px;
}

#menu .dropdown-column-2 .dropdown-inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#menu .dropdown-column-3 .dropdown-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#menu .dropdown-column-4 .dropdown-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#menu .dropdown-inner .mega-link-column {
  display: grid;
  gap: 14px;
}

.mega-category-card {
  height: 100%;
  padding: 14px;
  border: 1px solid rgba(208, 225, 232, 0.9);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
}

#menu .dropdown-item-heading {
  padding: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 700;
}

.mega-grandchildren {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mega-grandchild-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--site-surface-soft);
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 600;
}

.mega-grandchild-link:hover {
  background: rgba(0, 120, 160, 0.12);
  color: var(--site-accent);
}

.mega-promo-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 18px;
  border-radius: 12px;
  background: linear-gradient(180deg, #09466a 0%, #0f6b97 100%);
  color: #fff;
  box-shadow: 0 24px 44px rgba(0, 80, 112, 0.22);
}

.mega-promo-card.has-image {
  display: flex;
  align-items: flex-end;
  padding: 0;
}

.mega-promo-card:not(.has-image) {
  min-height: 0;
  justify-content: space-between;
  background: linear-gradient(180deg, #005070 0%, #0c7da2 100%);
}

.mega-promo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-promo-card.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 31, 53, 0.08) 0%, rgba(7, 31, 53, 0.82) 100%);
}

.mega-promo-content {
  position: relative;
  z-index: 1;
  padding: 18px;
}

.mega-promo-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mega-promo-kicker {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(221, 244, 255, 0.78);
}

.mega-promo-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.mega-promo-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #fff;
}

.mega-promo-card p {
  margin-bottom: 14px;
  color: rgba(231, 247, 255, 0.82);
  line-height: 1.6;
}

.mega-promo-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}

.mega-promo-link:hover {
  color: #fff;
  background: rgba(255,255,255,0.08);
}

.cart-dropdown-menu {
  min-width: min(480px, calc(100vw - 32px));
  padding: 12px !important;
  border: 1px solid var(--site-line);
  border-radius: 18px;
  box-shadow: 0 24px 54px rgba(7, 41, 69, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.cart-dropdown-body {
  display: grid;
  gap: 12px;
}

.cart-dropdown-items {
  display: grid;
  gap: 3px;
}

.cart-dropdown-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 96px 34px;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  border-radius: 16px;
  background: #fff;
}

.cart-dropdown-thumb img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  background: #f8fbff;
}

.cart-dropdown-copy > a {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 6px;
  color: var(--site-text);
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

.cart-dropdown-copy small {
  color: var(--site-text-soft);
  line-height: 1.4;
}

.cart-dropdown-meta {
  display: grid;
  gap: 6px;
  min-width: 96px;
  text-align: center;
  color: var(--site-text);
  font-size: 13px;
}

.cart-dropdown-qty {
  display: grid;
  grid-template-columns: 27px 36px 27px;
  gap: 4px;
}

.cart-dropdown-qty .quantity-stepper-button,
.cart-dropdown-qty .quantity-stepper-input {
  min-height: 28px;
  min-width: 0;
  border-radius: 7px;
  font-size: 12px;
}

.cart-dropdown-remove {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-dropdown-summary {
  padding: 14px;
  border-top: 1px solid var(--site-line);
  border-radius: 16px;
  background: #fff;
}

.cart-dropdown-total-table {
  display: grid;
  gap: 8px;
}

.cart-dropdown-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

.cart-dropdown-actions {
  margin: 10px 0 0;
}

.cart-dropdown-actions a {
  color: var(--site-deep);
}

.cart-dropdown-empty {
  color: var(--site-text-soft);
  font-weight: 600;
}

.cart-added-modal .modal-content {
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 18px;
  box-shadow: 0 32px 90px rgba(7, 41, 69, 0.24);
  overflow: hidden;
}

.cart-added-modal .modal-header {
  align-items: flex-start;
  padding: 20px 22px 14px;
  border-bottom: 1px solid var(--site-line);
  background: #fff;
}

.cart-added-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: var(--site-accent);
  font-size: 13px;
  font-weight: 700;
}

.cart-added-modal .modal-title {
  color: var(--site-text);
  font-size: 22px;
  font-weight: 900;
}

.cart-added-modal .modal-body {
  max-height: min(62vh, 560px);
  overflow: auto;
  padding: 16px;
  background: #fafafa;
}

.cart-added-modal .cart-dropdown-body {
  gap: 12px;
}

.cart-added-modal .cart-dropdown-items {
  max-height: 330px;
  overflow: auto;
  padding-right: 4px;
}

.cart-added-modal .cart-dropdown-item {
  grid-template-columns: 74px minmax(260px, 1fr) 132px 42px;
}

.cart-added-modal .cart-dropdown-thumb img {
  width: 74px;
  height: 74px;
}

.cart-added-modal .cart-dropdown-meta {
  min-width: 132px;
}

.cart-added-modal .cart-dropdown-qty {
  grid-template-columns: 34px 44px 34px;
  gap: 5px;
}

.cart-added-modal .cart-dropdown-qty .quantity-stepper-button,
.cart-added-modal .cart-dropdown-qty .quantity-stepper-input {
  font-size: 13px;
}

.cart-added-modal .cart-dropdown-actions {
  display: none;
}

.cart-added-modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--site-line);
  background: #fff;
}

.cart-added-modal .modal-footer .btn {
  border-radius: 8px;
  font-weight: 700;
}

.cart-added-modal .modal-footer .cart-added-continue {
  margin-right: auto;
}

.cart-added-modal .modal-footer .cart-added-go-cart {
  border: 1px solid var(--site-accent);
  color: var(--site-accent);
  background: #fff;
}

.cart-added-modal .modal-footer .cart-added-go-cart:hover {
  border-color: var(--site-accent-2);
  color: var(--site-accent-2);
  background: #fff5eb;
}

.cart-added-modal .modal-footer .cart-added-checkout {
  border: 0;
  color: #fff;
  background: var(--site-accent);
}

.cart-added-modal .modal-footer .cart-added-checkout:hover {
  color: #fff;
  background: var(--site-accent-2);
}

.cart-added-modal .modal-footer .btn-outline-primary {
  border-color: var(--site-accent);
  color: var(--site-accent);
  background: #fff;
}

.cart-added-modal .modal-footer .btn-primary {
  border: 0;
  color: #fff;
  background: var(--site-accent);
}

.cart-added-loading,
.cart-added-empty {
  display: flex;
  min-height: 180px;
  align-items: center;
  justify-content: center;
  color: var(--site-text-soft);
  font-weight: 800;
}

.cart-page {
  padding-bottom: 34px;
}

.cart-page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.cart-page-heading h1,
.cart-page-empty h1 {
  margin: 0;
  color: var(--site-text);
  font-size: 30px;
  font-weight: 900;
}

.cart-continue-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  color: #555;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

.cart-continue-button:hover,
.cart-continue-button:focus {
  border-color: #bbb;
  color: #333;
  background: #f5f5f5;
  transform: none;
}

.cart-continue-button i {
  font-size: 12px;
}

.cart-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.cart-page-summary {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--site-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.cart-page-summary h2 {
  margin: 0;
  color: var(--site-text);
  font-size: 20px;
  font-weight: 900;
}

.cart-summary-lines {
  display: grid;
  gap: 10px;
}

.cart-summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--site-text-soft);
  font-size: 14px;
  font-weight: 700;
}

.cart-summary-line strong {
  color: var(--site-text);
  white-space: nowrap;
}

.cart-summary-line.is-total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--site-line);
  color: var(--site-text);
  font-size: 17px;
}

.cart-shipping-box {
  display: grid;
  gap: 10px;
  padding-top: 2px;
}

.cart-shipping-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
}

.cart-shipping-list {
  display: grid;
  gap: 8px;
}

.cart-shipping-option {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 62px) minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #f8fbff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.cart-shipping-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cart-shipping-option.is-selected {
  border-color: rgba(26, 126, 87, 0.48);
  background: #f5fff9;
  box-shadow: 0 10px 22px rgba(26, 126, 87, 0.12);
}

.cart-shipping-mark {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(118, 139, 155, 0.34);
  border-radius: 999px;
  color: transparent;
  font-size: 11px;
  background: #fff;
}

.cart-shipping-option.is-selected .cart-shipping-mark {
  border-color: #1a7e57;
  color: #fff;
  background: #1a7e57;
}

.cart-shipping-logo {
  display: block;
  width: 62px;
  max-height: 28px;
  object-fit: contain;
}

.cart-shipping-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.cart-shipping-copy strong {
  overflow: hidden;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-shipping-copy small {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.cart-shipping-price {
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.checkout-shipping-option {
  display: grid;
  grid-template-columns: 20px minmax(0, 70px) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: #fff;
}

.checkout-shipping-option input {
  margin: 0;
}

.checkout-shipping-logo {
  display: block;
  width: 70px;
  max-height: 30px;
  object-fit: contain;
}

.checkout-shipping-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.checkout-shipping-copy strong,
.checkout-shipping-price {
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
}

.checkout-shipping-copy small {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.cart-coupon-box {
  display: grid;
  gap: 10px;
}

.cart-checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.cart-coupon-title {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
  text-align: left;
}

.cart-coupon-title .fa-chevron-down {
  margin-left: auto;
  color: var(--site-text-soft);
  font-size: 11px;
  transition: transform .18s ease;
}

.cart-coupon-title[aria-expanded="true"] .fa-chevron-down {
  transform: rotate(180deg);
}

.cart-coupon-area {
  padding-top: 2px;
}

.cart-coupon-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
}

.cart-coupon-form .form-control,
.cart-coupon-form .btn {
  min-height: 42px;
  border-radius: 9px;
  font-weight: 800;
}

.cart-coupon-form .btn-primary {
  border-color: #333;
  background: #333;
  color: #fff;
}

.cart-coupon-form .btn-primary:hover,
.cart-coupon-form .btn-primary:focus {
  border-color: #111;
  background: #111;
  color: #fff;
}

.checkout-page {
  padding-bottom: 42px;
}

.checkout-page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.checkout-page-heading h1 {
  margin: 0;
  color: var(--site-text);
  font-size: 30px;
  font-weight: 900;
}

.checkout-page-heading p {
  margin: 6px 0 0;
  color: var(--site-text-soft);
  font-size: 14px;
  font-weight: 700;
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.checkout-steps span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 900;
}

.checkout-steps span.is-active {
  border-color: rgba(242, 122, 26, 0.24);
  background: #fffaf5;
  color: var(--site-accent);
}

.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 18px;
  align-items: start;
}

.checkout-main,
.checkout-side {
  display: grid;
  gap: 14px;
}

.checkout-side {
  position: sticky;
  top: 96px;
}

.checkout-card {
  padding: 18px;
  border: 1px solid var(--site-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.checkout-card-compact {
  padding: 16px;
}

.checkout-card fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.checkout-card legend,
.checkout-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--site-text);
  font-size: 18px;
  font-weight: 900;
}

.checkout-card legend {
  float: none;
  width: auto;
  padding: 0;
}

.checkout-card .form-label,
.checkout-card .form-check-label {
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
}

.checkout-card .form-control,
.checkout-card .form-select {
  min-height: 44px;
  border-color: var(--site-line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}

.checkout-card textarea.form-control {
  min-height: 96px;
}

.checkout-card .form-check {
  min-height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px 9px 38px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: #f8fbff;
}

.checkout-card .form-check + .form-check {
  margin-top: 8px;
}

.checkout-card .form-check-input {
  margin-left: -24px;
}

.checkout-card .input-group {
  gap: 8px;
}

.checkout-card .input-group-text {
  min-width: 44px;
  justify-content: center;
  border: 1px solid var(--site-line);
  border-radius: 10px !important;
  background: #fafafa;
  color: #333;
}

.checkout-card .input-group .form-control {
  border-radius: 10px !important;
}

.checkout-card .input-group .btn,
.checkout-card .btn-primary {
  min-height: 44px;
  border: 0;
  border-radius: 10px !important;
  background: #333;
  font-weight: 900;
}

.checkout-card .input-group .btn:hover,
.checkout-card .btn-primary:hover {
  background: #111;
}

.checkout-card .btn-light {
  min-height: 42px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
  color: var(--site-text);
  font-weight: 800;
}

.checkout-confirm {
  display: grid;
  gap: 14px;
}

.checkout-address-panel,
.checkout-address-form,
.checkout-method-options {
  display: grid;
  gap: 12px;
}

.checkout-address-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 2px;
}

.checkout-address-head strong {
  color: var(--site-text);
  font-size: 14px;
  font-weight: 900;
}

.checkout-address-add {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.checkout-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checkout-address-card,
.checkout-method-card {
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #f8fbff;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.checkout-address-card input,
.checkout-method-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkout-address-card.is-selected,
.checkout-method-card.is-selected {
  border-color: rgba(242, 122, 26, 0.35);
  background: #fffaf5;
  box-shadow: 0 12px 26px rgba(242, 122, 26, 0.08);
}

.checkout-address-mark,
.checkout-method-mark {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(118, 139, 155, 0.34);
  border-radius: 999px;
  color: transparent;
  background: #fff;
  font-size: 11px;
}

.checkout-address-card.is-selected .checkout-address-mark,
.checkout-method-card.is-selected .checkout-method-mark {
  border-color: #333;
  color: #fff;
  background: #333;
}

.checkout-address-copy,
.checkout-method-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.checkout-address-copy strong,
.checkout-method-copy strong {
  overflow: hidden;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-address-copy small,
.checkout-method-copy small,
.checkout-address-empty,
.checkout-method-empty,
.checkout-method-loading {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.checkout-address-empty,
.checkout-method-empty,
.checkout-method-loading {
  padding: 14px;
  border: 1px dashed var(--site-line);
  border-radius: 12px;
  background: #f8fbff;
}

.checkout-address-form {
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--site-line);
}

.checkout-address-form .row {
  align-items: start;
}

.checkout-address-form .col:has(textarea) {
  grid-column: 1 / -1;
}

.checkout-address-form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.checkout-method-group {
  display: grid;
  gap: 9px;
}

.checkout-method-group > strong {
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
}

.checkout-comment-box {
  margin-top: 16px;
}

.checkout-contract-box {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--site-line);
}

.checkout-contract-check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.checkout-contract-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #333;
}

.checkout-contract-link {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--site-accent);
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.checkout-contract-content {
  padding: 12px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #f8fbff;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.checkout-contract-content strong {
  display: block;
  margin-bottom: 6px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
}

.checkout-contract-content ol {
  margin: 0;
  padding-left: 18px;
}

.checkout-confirm-products {
  display: grid;
  gap: 10px;
  max-height: 320px;
  overflow: auto;
  padding-right: 2px;
}

.checkout-confirm-product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #f8fbff;
}

.checkout-confirm-product-copy {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.checkout-confirm-product-copy a {
  overflow: hidden;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkout-confirm-product-copy span,
.checkout-confirm-product-copy li {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.checkout-confirm-product-copy ul {
  margin: 0;
  padding-left: 16px;
}

.checkout-confirm-product strong {
  color: var(--site-text);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.checkout-confirm-totals {
  display: grid;
  gap: 9px;
  padding-top: 12px;
  border-top: 1px solid var(--site-line);
}

.checkout-confirm-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 800;
}

.checkout-confirm-total strong {
  color: var(--site-text);
  white-space: nowrap;
}

.checkout-confirm-total.is-total {
  margin-top: 4px;
  color: var(--site-text);
  font-size: 17px;
  font-weight: 900;
}

.checkout-confirm-button,
#checkout-payment .btn-primary,
#button-confirm {
  display: inline-flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 900;
}

#modal-shipping .modal-content,
#modal-payment .modal-content {
  border: 0;
  border-radius: 16px;
  box-shadow: 0 30px 70px rgba(7, 41, 69, 0.2);
}

#modal-shipping .form-check,
#modal-payment .form-check {
  padding: 10px 12px 10px 38px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #f8fbff;
}

#modal-shipping .form-check + .form-check,
#modal-payment .form-check + .form-check {
  margin-top: 8px;
}

.cart-coupon-remove {
  width: 42px;
  padding: 0;
  border-radius: 999px !important;
}

.cart-page-items {
  display: grid;
  gap: 12px;
}

.cart-page-item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 132px 130px 42px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--site-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(7, 41, 69, 0.08);
}

.cart-page-thumb {
  display: flex;
  width: 96px;
  height: 96px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #f8fbff;
}

.cart-page-thumb img {
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}

.cart-page-copy {
  min-width: 0;
}

.cart-page-product-name {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--site-text);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.cart-page-model,
.cart-page-options {
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 700;
}

.cart-page-qty {
  display: grid;
  grid-template-columns: 36px 48px 36px;
  gap: 6px;
  align-items: center;
}

.cart-page-qty .quantity-stepper-button,
.cart-page-qty .quantity-stepper-input {
  min-height: 38px;
}

.cart-page-price {
  display: grid;
  gap: 4px;
  justify-items: end;
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 700;
}

.cart-page-price strong {
  color: var(--site-text);
  font-size: 17px;
  font-weight: 900;
}

.cart-page-remove {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: #fff1f1;
  color: #c62828;
}

.cart-page-remove:hover {
  background: #c62828;
  color: #fff;
}

.cart-page-empty {
  padding: 48px 24px;
  border: 1px solid var(--site-line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: var(--site-shadow);
}

.success-page {
  padding-bottom: 48px;
}

.success-panel {
  display: grid;
  justify-items: center;
  gap: 20px;
  max-width: 820px;
  margin: 0 auto;
  padding: 42px;
  border: 1px solid var(--site-line);
  border-radius: 16px;
  background: #fff;
  text-align: center;
  box-shadow: var(--site-shadow);
}

.success-icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f8b4f 0%, #18b475 100%);
  color: #fff;
  font-size: 30px;
  box-shadow: 0 18px 34px rgba(24, 180, 117, 0.24);
}

.success-copy {
  display: grid;
  gap: 10px;
}

.success-copy h1 {
  margin: 0;
  color: var(--site-text);
  font-size: 30px;
  font-weight: 900;
}

.success-order-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(26, 126, 87, 0.18);
  border-radius: 999px;
  background: #f4fff9;
  color: #176044;
  font-size: 14px;
  font-weight: 800;
}

.success-message {
  color: var(--site-text-soft);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.success-message p {
  margin: 0 0 8px;
}

.success-message a {
  color: #176044;
  font-weight: 900;
}

.success-bank-box {
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(26, 126, 87, 0.18);
  border-radius: 14px;
  background: #f7fbf9;
  text-align: left;
}

.success-bank-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--site-text);
  font-size: 15px;
  font-weight: 900;
}

.success-bank-content {
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.success-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.success-actions .btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  font-weight: 900;
}

@media (max-width: 1199.98px) {
  .cart-page-layout {
    grid-template-columns: 1fr;
  }

  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .cart-page-summary {
    position: static;
    order: 1;
  }

  .checkout-side {
    position: static;
    order: 1;
  }

  .cart-page-items {
    order: 2;
  }

  .checkout-main {
    order: 2;
  }
}

@media (max-width: 767.98px) {
  .product-purchase-actions-row {
    grid-template-columns: minmax(0, 1fr) 48px 48px;
  }

  .product-action-icon {
    width: 48px;
    min-height: 40px;
  }

  .product-cart-row .input-group {
    grid-template-columns: auto minmax(96px, 128px) minmax(132px, 1fr);
    overflow: hidden;
    border-radius: 10px;
  }

  .product-cart-row .input-group-text {
    justify-content: center;
    min-height: 40px;
    border-radius: 0;
  }

  .product-detail-qty {
    grid-template-columns: 32px minmax(0, 1fr) 32px;
    border-top: 0;
    border-right: 1px solid var(--site-line);
    border-left: 1px solid var(--site-line);
  }

  .product-cart-row .btn {
    min-height: 40px;
    border-radius: 0;
  }

  .cart-page-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-page-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .checkout-page-heading h1 {
    font-size: 24px;
  }

  .checkout-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .checkout-card {
    padding: 14px;
  }

  .checkout-card .input-group {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .checkout-card .input-group .btn {
    grid-column: 1 / -1;
    width: 100%;
  }

  .checkout-confirm-product {
    grid-template-columns: 1fr;
  }

  .checkout-address-head,
  .checkout-address-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .checkout-address-grid {
    grid-template-columns: 1fr;
  }

  .cart-page-item {
    grid-template-columns: 82px minmax(0, 1fr) 42px;
    align-items: start;
  }

  .cart-page-thumb {
    width: 82px;
    height: 82px;
  }

  .cart-page-thumb img {
    max-width: 70px;
    max-height: 70px;
  }

  .cart-page-copy {
    grid-column: 2 / 3;
  }

  .cart-page-qty {
    grid-column: 1 / 3;
    width: 132px;
  }

  .cart-page-price {
    grid-column: 2 / 3;
    justify-items: start;
  }

  .cart-page-remove {
    grid-column: 3;
    grid-row: 1;
  }
}

.sidebar-panel {
  margin-bottom: 16px;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.sidebar-panel-head {
  padding: 16px 18px 14px;
  border-bottom: 1px solid rgba(208, 225, 232, 0.82);
}

.sidebar-panel-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--site-accent);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.sidebar-panel-head h2 {
  margin: 0;
  font-size: 18px;
  color: var(--site-text);
}

.sidebar-category-list,
.sidebar-filter-groups {
  padding: 12px;
}

.sidebar-category-group + .sidebar-category-group,
.sidebar-filter-group + .sidebar-filter-group {
  margin-top: 10px;
}

.sidebar-category-group {
  border: 1px solid rgba(208, 225, 232, 0.82);
  border-radius: 10px;
  background: #fbfdff;
}

.sidebar-category-group.is-active {
  border-color: rgba(0, 120, 160, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
}

.sidebar-category-parent {
  display: block;
  padding: 13px 14px;
  color: var(--site-text);
  font-size: 14px;
  font-weight: 700;
}

.sidebar-category-children {
  display: grid;
  gap: 6px;
  padding: 0 10px 10px;
}

.sidebar-category-select {
  padding: 0 10px 10px;
}

.sidebar-category-select-title {
  margin: 2px 0 10px;
  color: var(--site-text);
  font-size: 12px;
  font-weight: 800;
}

.sidebar-category-select-options {
  display: grid;
  gap: 6px;
}

.sidebar-category-child {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 600;
}

.sidebar-category-child:hover {
  background: var(--site-surface-soft);
  color: var(--site-text);
}

.sidebar-category-child.is-active {
  background: linear-gradient(135deg, rgba(0, 120, 160, 0.12) 0%, rgba(16, 192, 224, 0.18) 100%);
  color: var(--site-deep);
}

.sidebar-filter-group-title {
  margin-bottom: 10px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
}

.sidebar-filter-options {
  display: grid;
  gap: 8px;
}

.sidebar-price-range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sidebar-price-range .form-control {
  min-height: 42px;
  border-color: var(--site-line);
  border-radius: 8px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.sidebar-price-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.sidebar-price-preset,
.mega-view-all-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: #fff;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.sidebar-price-preset.is-active,
.sidebar-price-preset:hover,
.mega-view-all-link:hover {
  border-color: rgba(0, 120, 160, 0.24);
  background: rgba(0, 120, 160, 0.08);
  color: var(--site-accent);
}

.sidebar-clear-link {
  margin-top: 8px;
  min-height: 42px;
  border-radius: 8px;
}

.sidebar-filter-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 600;
}

.sidebar-filter-option:hover {
  background: var(--site-surface-soft);
  color: var(--site-text);
}

.sidebar-filter-option input {
  margin-top: 3px;
}

.sidebar-filter-actions {
  padding: 0 12px 12px;
}

.site-home {
  padding-bottom: 0;
}

.site-home .seven-slider,
.site-home .hero-section {
  margin-top: 0;
}

.seven-slider {
  position: relative;
  min-height: var(--seven-slider-height, 420px);
  background: var(--site-hero);
}

.seven-slider .carousel-item {
  position: relative;
  min-height: var(--seven-slider-height, 420px);
}

.seven-slider-click-area {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
}

.seven-slider-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seven-slider-overlay {
  position: relative;
  z-index: 2;
  min-height: var(--seven-slider-height, 420px);
  display: flex;
  align-items: center;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(7, 31, 53, 0.88) 0%, rgba(8, 45, 79, 0.72) 42%, rgba(11, 74, 116, 0.32) 100%);
}

.seven-slider-copy {
  max-width: 760px;
  padding: 52px 0 44px;
  color: #fff;
  pointer-events: none;
}

.seven-slider-copy .btn {
  pointer-events: auto;
}

.seven-slider-copy h1 {
  max-width: 18ch;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  color: #fff;
}

.seven-slider-copy p {
  max-width: 58ch;
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(232, 246, 255, 0.86);
}

.seven-slider .carousel-control-prev,
.seven-slider .carousel-control-next {
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.seven-slider .carousel-control-prev-icon,
.seven-slider .carousel-control-next-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background-color: transparent;
  background-size: 18px;
  filter: invert(18%) sepia(18%) saturate(1100%) hue-rotate(162deg) brightness(82%) contrast(92%);
}

.hero-section {
  position: relative;
  min-height: 420px;
  background: var(--site-hero);
}

.hero-media,
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  min-height: 420px;
  background: linear-gradient(90deg, rgba(7, 31, 53, 0.88) 0%, rgba(8, 45, 79, 0.72) 42%, rgba(11, 74, 116, 0.32) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(320px, 720px) 300px;
  align-items: end;
  gap: 40px;
  min-height: 420px;
  padding: 52px 0 44px;
}

.hero-copy {
  color: #fff;
}

.hero-kicker,
.section-kicker {
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #89e6ff;
}

.hero-copy h1 {
  max-width: 17ch;
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  color: #fff;
}

.hero-copy p {
  max-width: 60ch;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(232, 246, 255, 0.86);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn-hero {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.hero-actions .btn-outline-light {
  border-width: 1px;
}

.hero-stats {
  display: grid;
  gap: 14px;
}

.hero-stat {
  padding: 18px 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.hero-stat-value {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.hero-stat-label {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(231, 247, 255, 0.78);
}

.quick-strip,
.promo-carousel-band,
.category-band,
.procurement-band,
.brand-band,
.content-pass-through {
  padding: 48px 0;
}

.quick-strip {
  background: var(--site-surface);
}

.promo-carousel-band {
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.promo-card {
  min-height: 210px;
  padding: 32px 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(11, 63, 115, 0.98) 0%, rgba(16, 118, 185, 0.96) 52%, rgba(20, 200, 246, 0.88) 100%);
  box-shadow: var(--site-shadow);
  color: #fff;
}

.promo-card-copy {
  max-width: 720px;
}

.promo-card h2 {
  max-width: 18ch;
  margin-bottom: 14px;
  color: #fff;
}

.promo-card p {
  max-width: 62ch;
  margin-bottom: 18px;
  color: rgba(231, 247, 255, 0.84);
  line-height: 1.8;
}

.promo-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-weight: 700;
}

.promo-link:hover {
  color: #fff;
  background: rgba(255,255,255,0.18);
}

.promo-carousel .carousel-control-prev,
.promo-carousel .carousel-control-next {
  width: 52px;
  opacity: 1;
}

.promo-carousel .carousel-control-prev-icon,
.promo-carousel .carousel-control-next-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background-color: rgba(7, 41, 69, 0.28);
  background-size: 18px;
}

.quick-strip-grid,
.procurement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.quick-strip-item,
.procurement-item {
  padding: 24px 0;
  border-top: 2px solid rgba(20, 200, 246, 0.18);
}

.quick-strip-item h2,
.procurement-item h3,
.section-heading h2 {
  margin-bottom: 10px;
  color: var(--site-text);
}

.quick-strip-item p,
.procurement-item p {
  margin: 0;
  color: var(--site-text-soft);
  line-height: 1.75;
}

.category-band {
  background: linear-gradient(180deg, #f7fbff 0%, #eff7fd 100%);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-link {
  white-space: nowrap;
  font-weight: 700;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.category-tile {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--site-line);
  background: #fff;
  box-shadow: var(--site-shadow);
  color: var(--site-text);
}

.category-tile:hover {
  color: var(--site-text);
  transform: translateY(-2px);
}

.category-tile-visual {
  position: relative;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(13, 102, 194, 0.12) 0%, rgba(20, 200, 246, 0.18) 100%);
  color: var(--site-deep);
}

.category-tile-index {
  font-size: 16px;
  font-weight: 800;
}

.category-tile-dot {
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--site-accent-2);
}

.category-tile-body {
  display: grid;
  gap: 4px;
  min-width: 0;
  flex: 1;
}

.category-tile-name {
  font-size: 18px;
  font-weight: 700;
}

.category-tile-meta {
  font-size: 12px;
  font-weight: 600;
  color: var(--site-text-soft);
}

.category-tile-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--site-surface-soft);
  color: var(--site-accent);
}

.procurement-band {
  background: #fff;
}

.brand-band {
  background: linear-gradient(180deg, #eff7fd 0%, #ffffff 100%);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.brand-chip {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--site-line);
  background: rgba(255,255,255,0.92);
  box-shadow: var(--site-shadow);
  color: var(--site-text);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.content-pass-through {
  background: var(--site-surface-soft);
}

footer {
  position: static;
  padding: 48px 0 26px;
  background: linear-gradient(180deg, #003b53 0%, #00283a 100%);
  border: none;
  color: rgba(229, 241, 251, 0.8);
}

.footer-utility {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.footer-utility-link {
  display: grid;
  gap: 4px;
  min-height: 88px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.footer-utility-link strong {
  font-size: 15px;
  color: #fff;
}

.footer-utility-link span {
  color: rgba(229, 241, 251, 0.72);
  line-height: 1.5;
}

.footer-top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

.footer-brand-panel {
  padding: 8px 0;
}

.footer-logo-block strong {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  color: #fff;
}

.footer-logo-block span,
.footer-contact-stack a {
  display: block;
  color: rgba(229, 241, 251, 0.74);
  line-height: 1.8;
}

.footer-contact-stack {
  margin-top: 16px;
}

.footer-contact-stack a:first-child {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-links-row {
  flex: 1;
  row-gap: 24px;
}

footer h5 {
  margin-bottom: 14px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
}

footer ul li + li {
  margin-top: 8px;
}

footer hr {
  margin: 28px 0 0;
  border-bottom-color: rgba(255,255,255,0.12);
}

.footer-bottom {
  padding-top: 18px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(229, 241, 251, 0.68);
}

.breadcrumb {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 14px 18px;
  border: 1px solid var(--site-line);
  background: rgba(255,255,255,0.82);
}

.gencbutiq-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 16px 0 20px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  list-style: none;
}

.gencbutiq-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
  position: static;
  white-space: nowrap;
  text-shadow: none;
}

.gencbutiq-breadcrumb .breadcrumb-item:after,
.gencbutiq-breadcrumb .breadcrumb-item:before {
  content: none !important;
  display: none !important;
}

.gencbutiq-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.gencbutiq-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›" !important;
  display: inline-flex !important;
  align-items: center;
  margin: 0 10px;
  color: #c5cdd6;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.gencbutiq-breadcrumb .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.gencbutiq-breadcrumb .breadcrumb-item a:hover {
  color: var(--site-accent);
}

.gencbutiq-breadcrumb .breadcrumb-item.is-current a {
  color: var(--site-text);
  pointer-events: none;
}

.gencbutiq-breadcrumb .breadcrumb-item .fa-house {
  font-size: 13px;
}

.checkout-breadcrumb {
  margin-top: 18px;
  margin-bottom: 18px;
}

.account-login-page #content {
  min-width: 0;
}

#container:has(#account-login) .site-topbar,
#container:has(#account-login) .site-header,
#container:has(#account-login) #menu,
#container:has(#account-login) footer,
#container:has(#account-register) .site-topbar,
#container:has(#account-register) .site-header,
#container:has(#account-register) #menu,
#container:has(#account-register) footer {
  display: none;
}

#container:has(#account-login),
#container:has(#account-register) {
  min-height: 100vh;
  background: #f5f7fa;
}

.account-login-page,
.account-register-page {
  max-width: 560px;
}

.account-auth-shell {
  display: block;
  padding: 56px 0 18px;
}

.account-login-card,
.account-register-card {
  width: 100%;
  padding: 26px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(7, 41, 69, 0.08);
}

.account-auth-shell-register {
  padding-top: 34px;
}

.account-register-card {
  width: 100%;
}

.account-auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 22px;
  padding: 4px;
  border-radius: 8px;
  background: #f1f5f8;
}

.account-auth-tabs a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--site-text);
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
}

.account-auth-tabs a.active {
  color: #fff;
  background: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.account-login-head {
  margin-bottom: 20px;
}

.account-login-head h1 {
  margin: 4px 0 8px;
  font-size: 24px;
  font-weight: 900;
}

.account-login-head p {
  margin: 0;
  color: var(--site-text-soft);
}

.account-social-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 0;
}

.account-social-btn {
  min-height: 46px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
  color: var(--site-text);
  font-weight: 800;
}

.account-social-btn:disabled {
  opacity: 0.62;
}

.account-auth-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin: 18px 0;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.account-auth-divider::before,
.account-auth-divider::after {
  content: "";
  height: 1px;
  background: var(--site-line);
}

.account-register-page #form-register fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.account-register-page #form-register legend {
  display: none;
}

.account-register-page #form-register .row.mb-3 {
  margin-left: 0;
  margin-right: 0;
}

.account-register-page #form-register .col-sm-2,
.account-register-page #form-register .col-sm-10 {
  width: 100%;
}

.account-register-page #form-register .col-sm-2 {
  margin-bottom: 0;
  padding: 0;
  font-weight: 800;
}

.account-register-page #form-register .col-sm-10 {
  padding: 0;
}

.account-register-page #form-register .text-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.account-register-consent {
  display: grid;
  gap: 14px;
}

.account-register-consent .form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 0;
}

.account-register-consent .form-check-input {
  flex: 0 0 auto;
  margin: 2px 0 0;
}

.account-register-inline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-register-card #form-register .mb-3 {
  margin-bottom: 12px !important;
}

.account-register-card #form-register .form-switch {
  min-height: auto;
}

.account-newsletter-row {
  margin-bottom: 14px;
  color: var(--site-text);
  font-weight: 800;
}

.account-newsletter-row .form-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: auto;
  padding-left: 0;
}

.account-newsletter-row .form-check-input {
  float: none;
  margin: 0;
}

.account-kvkk-note {
  margin: 2px 0 16px;
  color: var(--site-text-soft);
  font-size: 12px;
  line-height: 1.55;
}

.account-kvkk-note a {
  color: #1a7e57;
  font-weight: 900;
}

.account-login-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.account-login-label-row a {
  font-size: 13px;
  font-weight: 700;
}

.account-login-submit {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 800;
}

.account-login-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--site-line);
}

.account-login-register span {
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 700;
}

.account-auth-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 34px;
  color: var(--site-text-soft);
  font-size: 13px;
}

.account-auth-footer strong {
  color: var(--site-text);
}

.account-auth-footer a {
  color: #1a7e57;
  font-weight: 900;
}

.account-login-card .form-control,
.account-register-card .form-control,
.account-register-card .form-select {
  min-height: 46px;
  border-radius: 10px;
}

@media (max-width: 1199.98px) {
  .site-header-main {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 0;
  }

  .site-brand {
    justify-content: flex-start;
  }

  .site-header-actions {
    flex-wrap: wrap;
  }

  .site-cart {
    min-width: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-copy h1 {
    max-width: 16ch;
  }

  .catalog-heading,
  .catalog-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .catalog-toolbar-summary {
    margin-right: 0;
  }

  .catalog-select {
    width: 100%;
    min-width: 0;
  }

  .footer-utility {
    grid-template-columns: 1fr;
  }

  .quick-strip-grid,
  .procurement-grid,
  .category-grid,
  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .sub-category-grid,
  .brand-link-grid,
  .product-detail-shell,
  .category-intro {
    grid-template-columns: 1fr;
  }

  .product-side-panel {
    position: static;
  }

  .dropdown-mega-grid {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  #menu .dropdown-column-4 .dropdown-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  #menu {
    padding: 8px 0;
  }

  #menu .navbar-collapse {
    overflow: visible;
  }

  #menu .navbar-nav {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
    min-width: 0;
  }

  #menu .nav-item,
  #menu .nav-item-featured {
    width: 100%;
    margin-right: 0;
  }

  #menu .nav-link-wrap,
  #menu .nav-link,
  #menu .nav-link-featured {
    width: 100%;
    border-radius: 8px;
  }

  #menu .dropdown-menu {
    position: static !important;
    margin-top: 8px;
    border-radius: 12px;
  }

  .dropdown-mega-grid,
  #menu .dropdown-column-2 .dropdown-inner,
  #menu .dropdown-column-3 .dropdown-inner,
  #menu .dropdown-column-4 .dropdown-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .product-tabs {
    position: static;
    overflow-x: auto;
    padding: 8px;
  }

  .site-topbar-inner,
  .site-topbar-meta,
  .hero-actions,
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-brand {
    align-items: flex-start;
  }

  .site-brand-copy {
    display: none;
  }

  .site-header-actions {
    width: 100%;
  }

  .header-action-link {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .header-action-link span {
    min-width: 0;
  }

  .header-action-link strong,
  .header-action-link small {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-cart {
    width: 100%;
  }

  .site-menu-utility,
  .site-menu-shortcuts {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-menu-utility {
    padding: 10px 0;
  }

  .cart-dropdown-menu {
    min-width: min(430px, calc(100vw - 32px));
  }

  .hero-section,
  .hero-overlay,
  .hero-grid {
    min-height: 0;
  }

  .hero-grid {
    padding: 72px 0 48px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: 38px;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip-grid,
  .procurement-grid,
  .brand-grid {
    grid-template-columns: 1fr;
  }
}

.home-marketplace {
  background: linear-gradient(180deg, #f4f8fc 0%, #f8fbfe 240px, #f6f9fc 100%);
}

.home-top-category-strip {
  padding: 14px 0 6px;
}

.home-top-category-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(98px, 118px);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.home-top-category-track::-webkit-scrollbar {
  display: none;
}

.home-top-category-chip {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
  color: var(--site-text);
  text-decoration: none;
}

.home-top-category-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #2f43d6 0%, #142b9f 100%);
  box-shadow: 0 16px 32px rgba(20, 43, 159, 0.18);
  overflow: hidden;
}

.home-top-category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-top-category-icon span {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.home-top-category-label {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.home-hero-wrap {
  display: block;
  padding: 18px 0 10px;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(286px, 0.82fr);
  gap: 16px;
  align-items: stretch;
}

.home-seo-panel {
  border: 1px solid var(--site-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.home-hero-main {
  overflow: hidden;
  border-radius: 18px;
  background: var(--site-hero);
}

.home-hero-side {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(222, 230, 238, 0.95);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 36, 54, 0.08);
}

.home-marketplace .seven-slider,
.home-marketplace .hero-section-fallback {
  margin: 0;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
}

.home-marketplace .seven-slider {
  --seven-slider-height: clamp(220px, 21vw, 280px) !important;
}

.home-marketplace .seven-slider-image {
  object-fit: contain;
  object-position: center;
  background: var(--site-hero);
}

.home-marketplace .seven-slider .carousel-control-prev,
.home-marketplace .seven-slider .carousel-control-next {
  top: auto;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.home-marketplace .seven-slider .carousel-control-prev {
  left: auto;
  right: 82px;
}

.home-marketplace .seven-slider .carousel-control-next {
  right: 24px;
}

.home-marketplace .seven-slider .carousel-control-prev-icon,
.home-marketplace .seven-slider .carousel-control-next-icon {
  width: 17px;
  height: 17px;
  background-color: transparent;
  filter: invert(18%) sepia(18%) saturate(1100%) hue-rotate(162deg) brightness(82%) contrast(92%);
}

.home-marketplace .seven-slider .container {
  max-width: none;
  padding: 0 28px;
}

.home-marketplace .seven-slider-overlay {
  background: transparent;
  pointer-events: none;
}

.home-marketplace .seven-slider-copy {
  display: none;
}

.home-marketplace .seven-slider-copy {
  max-width: 620px;
}

.home-marketplace .seven-slider-copy h1,
.home-marketplace .hero-copy h1 {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.12;
}

.home-marketplace .seven-slider-copy p,
.home-marketplace .hero-copy p {
  max-width: 54ch;
}

.hero-section-fallback {
  position: relative;
  min-height: 280px;
}

.hero-section-fallback .hero-media,
.hero-section-fallback .hero-media img {
  width: 100%;
  height: 100%;
}

.hero-section-fallback .hero-image {
  object-fit: cover;
}

.hero-section-fallback .hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 26px 28px;
  background: linear-gradient(90deg, rgba(8, 36, 64, 0.88) 0%, rgba(8, 36, 64, 0.48) 48%, rgba(8, 36, 64, 0.08) 100%);
}

.hero-section-fallback .hero-copy {
  max-width: 620px;
}

.home-campaigns {
  padding: 12px 0 22px;
}

.home-campaign-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-campaign-card {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  border-radius: 16px;
  background: #eef5f1;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(15, 36, 54, 0.1);
}

.home-campaign-card img {
  width: 100%;
  height: 100%;
  min-height: 142px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.home-campaign-card:hover img {
  transform: scale(1.03);
}

.home-campaign-copy {
  position: absolute;
  inset: auto 14px 14px 14px;
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(16, 82, 58, 0.82);
  backdrop-filter: blur(10px);
}

.home-campaign-copy strong {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.home-campaign-copy small {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.home-hero-side {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 8px;
  height: 280px;
  min-height: 280px;
  max-height: 280px;
  padding: 10px 10px 8px;
  border-radius: 18px;
  background: #ececff;
  overflow: hidden;
}

.hero-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 36px;
}

.hero-side-head-compact {
  align-items: center;
}

.hero-side-title {
  margin-bottom: 0;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: #15135c;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.hero-side-title i {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #19a463;
  font-size: 12px;
}

.hero-side-head h2 {
  margin: 4px 0 8px;
  font-size: 24px;
}

.hero-side-head p {
  margin: 0;
  color: var(--site-text-soft);
  line-height: 1.65;
}

.hero-side-nav {
  display: flex;
  gap: 8px;
}

.hero-side-nav .carousel-control-prev,
.hero-side-nav .carousel-control-next {
  position: static;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  opacity: 1;
  box-shadow: 0 8px 18px rgba(7, 41, 69, 0.1);
}

.hero-side-nav .carousel-control-prev-icon,
.hero-side-nav .carousel-control-next-icon {
  width: 14px;
  height: 14px;
  filter: invert(25%) sepia(18%) saturate(1200%) hue-rotate(174deg) brightness(95%) contrast(92%);
}

.hero-side-carousel,
.hero-side-carousel .carousel-inner,
.hero-side-carousel .carousel-item {
  height: 100%;
}

.hero-deal-list {
  display: grid;
  grid-auto-rows: minmax(0, auto);
  gap: 7px;
  height: auto;
  min-height: 0;
}

.hero-deal-card {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) 38px;
  align-items: center;
  gap: 9px;
  min-height: 0;
  padding: 7px 9px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  overflow: visible;
}

.hero-deal-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 52px;
  padding: 5px;
  border-radius: 10px;
  background: #f8fafc;
}

.hero-deal-media img {
  width: 100%;
  max-width: 56px;
  max-height: 44px;
  object-fit: contain;
}

.hero-deal-body {
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
  max-width: 100%;
}

.hero-deal-title,
.hero-deal-title a {
  min-width: 0;
  max-width: 100%;
  color: var(--site-text);
  font-size: 11px;
  line-height: 1.25;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-deal-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
  max-width: 100%;
}

.hero-deal-price .price-new {
  color: #333;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  word-break: break-word;
}

.hero-deal-price:has(.price-old) .price-new {
  color: var(--site-price-sale);
}

.hero-deal-price .price-old {
  color: var(--site-text-soft);
  text-decoration: line-through;
  font-size: 10px;
  font-weight: 700;
}

.hero-deal-cart-form {
  margin: 0;
}

.hero-deal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 2px solid #2d33ff;
  border-radius: 9px;
  background: #fff;
  color: #2d33ff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-mini-stat {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  border-radius: 8px;
  background: #fff;
}

.hero-mini-stat strong {
  color: var(--site-deep);
  font-size: 18px;
}

.hero-mini-stat span {
  color: var(--site-text-soft);
  font-size: 12px;
  line-height: 1.5;
}

.category-band-home,
.home-product-section,
.brand-band-home,
.home-seo-band {
  padding: 14px 0 8px;
}

.home-section-heading p {
  max-width: 68ch;
  margin: 8px 0 0;
  color: var(--site-text-soft);
}

.category-grid-home {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.home-marketplace .category-grid-home {
  align-items: stretch;
}

.category-tile-home {
  min-height: 132px;
}

.home-product-grid {
  margin-top: 6px;
}

.home-section-carousel-nav {
  display: flex;
  gap: 8px;
}

.home-section-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: #fff;
  color: var(--site-text);
}

.home-section-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 60px) / 5);
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.home-section-track::-webkit-scrollbar {
  display: none;
}

.home-section-slide {
  scroll-snap-align: start;
}

.brand-grid-home {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.brand-grid-home .brand-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 12px 16px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  color: var(--site-text);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--site-shadow);
}

.home-seo-panel {
  padding: 28px;
}

.home-seo-panel h2 {
  margin: 4px 0 12px;
}

.home-seo-panel p {
  max-width: 84ch;
  margin: 0;
  color: var(--site-text-soft);
  line-height: 1.8;
}

.home-seo-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.home-seo-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: #f9fcff;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.search-results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
}

.search-featured-panel {
  position: sticky;
  top: 110px;
  padding: 18px;
  border: 1px solid var(--site-line);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: var(--site-shadow);
}

.search-featured-panel h3 {
  margin: 4px 0 14px;
  font-size: 20px;
}

.search-featured-list {
  display: grid;
  gap: 10px;
}

.search-featured-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  border-radius: 14px;
  background: #fff;
  color: var(--site-text);
  text-decoration: none;
}

.search-featured-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.search-featured-copy {
  display: grid;
  gap: 6px;
}

.search-featured-copy strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--site-text);
  font-size: 13px;
  line-height: 1.45;
}

.search-featured-price {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.catalog-pagination.is-hidden {
  display: none;
}

.catalog-loadmore {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 18px 12px 0;
}

.catalog-loadmore-button {
  min-width: 240px;
}

.catalog-loadmore-status {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .site-search-panel-grid,
  .account-mega-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-campaign-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid-home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .brand-grid-home {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-section-track {
    grid-auto-columns: calc((100% - 32px) / 3);
  }

  .search-results-layout {
    grid-template-columns: 1fr;
  }

  .search-featured-panel {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .site-search-mega-panel {
    padding: 12px;
    border-radius: 18px;
  }

  .site-search-featured-item,
  .site-search-result-item {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .site-search-chip-list {
    gap: 6px;
  }

  .site-search-chip {
    min-height: 34px;
    padding: 0 12px;
  }

  .home-hero-wrap {
    padding-top: 16px;
  }

  .home-top-category-track {
    grid-auto-columns: minmax(88px, 96px);
    gap: 10px;
  }

  .home-top-category-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
  }

  .home-marketplace .seven-slider,
  .home-marketplace .hero-section-fallback {
    min-height: clamp(150px, 40vw, 220px);
  }

  .home-marketplace .seven-slider {
    --seven-slider-height: clamp(150px, 40vw, 220px) !important;
  }

  .home-marketplace .seven-slider .carousel-control-prev,
  .home-marketplace .seven-slider .carousel-control-next {
    bottom: 10px;
    width: 34px;
    height: 34px;
  }

  .home-marketplace .seven-slider .carousel-control-prev {
    right: 52px;
  }

  .home-marketplace .seven-slider .carousel-control-next {
    right: 10px;
  }

  .home-campaign-grid {
    grid-template-columns: 1fr;
  }

  .account-social-actions {
    grid-template-columns: 1fr;
  }

  .account-register-inline {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .home-marketplace .seven-slider .container,
  .hero-section-fallback .hero-overlay {
    padding: 22px;
  }

  .hero-deal-card {
    grid-template-columns: 56px minmax(0, 1fr) 34px;
    gap: 8px;
    padding: 7px;
  }

  .hero-deal-media {
    width: 56px;
    height: 50px;
    padding: 4px;
  }

  .hero-deal-media img {
    width: 100%;
    max-width: 48px;
    max-height: 42px;
  }

  .hero-deal-price {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .hero-deal-price .price-new,
  .hero-deal-price .price-old {
    white-space: nowrap;
  }

  .hero-deal-price .price-old {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-deal-cart-form {
    width: 34px;
  }

  .hero-deal-link {
    width: 32px;
    height: 32px;
  }

  .hero-mini-stats {
    grid-template-columns: 1fr;
  }

  .category-grid-home,
  .brand-grid-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-section-track {
    grid-auto-columns: calc((100% - 12px) / 1.35);
  }

  .cart-dropdown-menu {
    min-width: min(92vw, 400px);
  }

  .cart-dropdown-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .cart-dropdown-meta {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .cart-dropdown-remove {
    grid-column: 2;
  }
}

.account-page {
  padding-top: 26px;
  padding-bottom: 10px;
}

.account-breadcrumb {
  margin-bottom: 18px;
}

.account-layout {
  align-items: flex-start;
  gap: 0;
}

.account-layout #column-left,
.account-layout #column-right,
[id^="account-"] > .row #column-left,
[id^="account-"] > .row #column-right {
  position: sticky;
  top: 112px;
}

.account-layout #column-right,
[id^="account-"] > .row #column-right {
  order: -1;
}

.account-content {
  min-width: 0;
}

.account-sidebar {
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
  padding: 14px;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.account-sidebar-toggle {
  display: none;
}

.account-sidebar-user {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(214, 231, 243, 0.8);
  border-radius: 10px;
  background: #f8fbff;
}

.account-sidebar-avatar,
.account-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f8b4f 0%, #18b475 100%);
  color: #fff;
  font-weight: 900;
}

.account-sidebar-avatar {
  width: 46px;
  height: 46px;
}

.account-sidebar-user strong,
.account-sidebar-user span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-sidebar-user strong {
  color: var(--site-text);
  font-size: 13px;
}

.account-sidebar-user span {
  color: var(--site-text-soft);
  font-size: 12px;
}

.account-sidebar-section {
  display: grid;
  gap: 5px;
}

.account-sidebar-title {
  padding: 0 10px;
  color: var(--site-text-soft);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-sidebar-link {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 9px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.account-sidebar-link i {
  color: var(--site-text-soft);
  text-align: center;
}

.account-sidebar-link:hover,
.account-sidebar-link.is-active {
  background: #eef8f3;
  color: #087348;
}

.account-sidebar-link:hover i,
.account-sidebar-link.is-active i {
  color: #087348;
}

.account-sidebar-logout {
  border-top: 1px solid var(--site-line);
  padding-top: 10px;
  color: #b42318;
}

.account-hero-panel,
.account-section-panel,
.account-form-panel,
.account-address-card,
.account-empty-state {
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.account-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 20px;
  align-items: center;
  margin-bottom: 18px;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #f3faf6 100%);
}

.account-eyebrow,
.account-page-heading span,
.account-section-heading span {
  color: #087348;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.account-hero-copy h1,
.account-page-heading h1,
.account-section-heading h2 {
  margin: 4px 0 8px;
  color: var(--site-text);
}

.account-hero-copy p {
  max-width: 62ch;
  margin: 0;
  color: var(--site-text-soft);
  line-height: 1.7;
}

.account-identity-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.9);
  border-radius: 10px;
  background: #fff;
}

.account-avatar {
  width: 58px;
  height: 58px;
  font-size: 22px;
}

.account-identity-card strong,
.account-identity-card span,
.account-identity-card small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-identity-card strong {
  color: var(--site-text);
  font-size: 16px;
}

.account-identity-card span,
.account-identity-card small {
  color: var(--site-text-soft);
  font-size: 13px;
}

.account-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.account-stat-card {
  display: grid;
  gap: 7px;
  min-height: 118px;
  padding: 16px;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: #fff;
  color: var(--site-text);
  text-decoration: none;
  box-shadow: var(--site-shadow);
}

.account-stat-card i {
  color: #0f8b4f;
  font-size: 20px;
}

.account-stat-card span {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.account-stat-card strong {
  font-size: 28px;
  line-height: 1;
}

.account-dashboard-grid {
  display: grid;
  gap: 18px;
}

.account-section-panel,
.account-form-panel {
  padding: 22px;
}

.account-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.account-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.account-action-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px 12px;
  align-items: start;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.92);
  border-radius: 10px;
  background: #fff;
  color: var(--site-text);
  text-decoration: none;
}

.account-action-card:hover {
  border-color: rgba(15, 139, 79, 0.28);
  background: #f7fcf9;
  color: var(--site-text);
}

.account-action-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eef8f3;
  color: #087348;
}

.account-action-card strong,
.account-action-card span {
  grid-column: 2;
}

.account-action-card strong {
  font-size: 14px;
}

.account-action-card span {
  margin-top: -6px;
  color: var(--site-text-soft);
  font-size: 12px;
  line-height: 1.55;
}

.account-page-heading {
  margin-bottom: 16px;
}

.account-page-heading h1 {
  font-size: 28px;
}

.account-form-panel legend {
  margin-bottom: 18px;
  color: var(--site-text);
  font-size: 16px;
  font-weight: 800;
}

.account-form-panel .row.mb-3 {
  align-items: center;
  margin-bottom: 14px !important;
}

.account-form-panel .col-form-label {
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
}

.account-form-panel .form-control,
.account-form-panel .form-select {
  min-height: 46px;
  border-color: var(--site-line);
  border-radius: 9px;
  box-shadow: none;
}

.account-page-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--site-text-soft);
  font-size: 14px;
  line-height: 1.65;
}

.return-form-panel {
  display: grid;
  gap: 18px;
}

.return-product-summary {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #f8fbff;
}

.return-product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eef8f3;
  color: #087348;
  font-size: 18px;
}

.return-product-copy {
  min-width: 0;
}

.return-product-copy span,
.return-product-copy strong,
.return-product-copy small {
  display: block;
}

.return-product-copy span {
  margin-bottom: 4px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.return-product-copy strong {
  overflow: hidden;
  color: var(--site-text);
  font-size: 15px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.return-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 7px;
}

.return-product-copy small {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.return-field-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 260px;
  gap: 16px;
  align-items: end;
}

.return-form-panel .form-label {
  margin-bottom: 7px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
}

.return-form-panel textarea.form-control {
  min-height: 118px;
  resize: vertical;
}

.return-choice-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  min-height: 46px;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
}

.return-choice-row .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  background: #fff;
}

.return-choice-row .form-check + .form-check {
  border-left: 1px solid var(--site-line);
}

.return-agree {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
}

.return-choice-row .form-check-input,
.return-agree .form-check-input {
  flex: 0 0 auto;
  margin: 0;
}

.return-form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-end;
  padding-top: 2px;
}

.return-submit-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.return-agree {
  max-width: 520px;
  color: var(--site-text-soft);
  font-size: 12px;
}

.return-agree a {
  color: #087348;
  font-weight: 800;
}

.return-form-actions .btn {
  min-height: 44px;
  border-radius: 10px;
  font-weight: 900;
}

.return-form-actions .btn-primary {
  min-width: 150px;
  border: 0;
  background: linear-gradient(135deg, #0f8b4f 0%, #18b475 100%);
}

.return-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.return-detail-main,
.return-detail-side,
.return-history-panel {
  display: grid;
  gap: 16px;
}

.return-detail-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.return-detail-header > div,
.return-detail-info,
.return-detail-side-list > div {
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: #f8fbff;
}

.return-detail-header span,
.return-detail-info span,
.return-detail-side-list span,
.return-detail-comment span,
.return-history-head span {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.return-detail-header strong,
.return-detail-info strong,
.return-detail-side-list strong {
  overflow: hidden;
  color: var(--site-text);
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
}

.return-detail-product {
  margin: 2px 0;
}

.return-detail-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.return-detail-comment {
  padding: 16px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: #fff;
}

.return-detail-comment p {
  margin: 6px 0 0;
  color: var(--site-text);
  line-height: 1.7;
}

.return-detail-side h2 {
  margin: 0;
  color: var(--site-text);
  font-size: 18px;
  font-weight: 900;
}

.return-detail-side-list {
  display: grid;
  gap: 10px;
}

.return-history-list {
  display: grid;
  gap: 12px;
}

.return-history-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.return-history-marker {
  width: 14px;
  height: 14px;
  margin-top: 15px;
  border: 3px solid #dff3e8;
  border-radius: 999px;
  background: #0f8b4f;
}

.return-history-body {
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: #fff;
}

.return-history-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.return-history-head strong {
  color: var(--site-text);
  font-size: 14px;
  font-weight: 900;
}

.return-history-body p {
  margin: 8px 0 0;
  color: var(--site-text-soft);
  font-size: 13px;
  line-height: 1.65;
}

.return-history-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.return-detail-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.return-detail-actions .btn-primary {
  min-height: 44px;
  min-width: 150px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f8b4f 0%, #18b475 100%);
  font-weight: 900;
}

.order-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 18px;
  align-items: start;
  margin-bottom: 18px;
}

.order-detail-main,
.order-detail-side,
.order-history-panel {
  display: grid;
  gap: 16px;
}

.order-status-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.order-status-strip > div,
.order-address-card > div {
  display: grid;
  gap: 5px;
  min-height: 72px;
  padding: 13px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: #f8fbff;
}

.order-status-strip span,
.order-product-price span,
.order-address-card span,
.order-comment-panel span,
.order-history-head span,
.order-cancel-modal .modal-header span {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.order-status-strip strong,
.order-product-price strong,
.order-address-card strong {
  overflow: hidden;
  color: var(--site-text);
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
}

.order-product-list {
  display: grid;
  gap: 12px;
}

.order-product-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px 132px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #fff;
}

.order-product-body {
  min-width: 0;
}

.order-product-title {
  display: block;
  overflow: hidden;
  margin-bottom: 8px;
  color: var(--site-text);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-product-title:hover {
  color: #087348;
}

.order-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.order-product-options {
  display: grid;
  gap: 3px;
  margin: 9px 0 0;
  padding: 0;
  color: var(--site-text-soft);
  font-size: 12px;
  list-style: none;
}

.order-product-price {
  display: grid;
  gap: 4px;
  justify-items: end;
}

.order-product-actions {
  display: grid;
  gap: 8px;
}

.order-product-actions .btn {
  min-height: 38px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 900;
}

.order-icon-btn,
.order-reorder-button {
  border: 1px solid var(--site-line);
  color: #087348;
}

.order-cancel-trigger,
.order-cancel-all,
.order-cancel-submit,
.order-return-button {
  border: 1px solid var(--site-line);
  background: #fff;
  color: var(--site-text-soft);
}

.order-cancel-trigger:hover,
.order-cancel-all:hover,
.order-cancel-submit:hover,
.order-return-button:hover {
  border-color: #cfd8df;
  background: #f5f7fa;
  color: var(--site-text);
}

.order-cancel-all {
  min-height: 42px;
  border-radius: 10px;
  font-weight: 900;
  color: var(--site-text);
}

.order-summary-card,
.order-address-card {
  display: grid;
  gap: 12px;
}

.order-summary-card h2,
.order-address-card h2 {
  margin: 0;
  color: var(--site-text);
  font-size: 18px;
  font-weight: 900;
}

.order-total-list {
  display: grid;
  gap: 8px;
}

.order-total-list > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(214, 231, 243, 0.9);
}

.order-total-list > div:last-child {
  border-bottom: 0;
}

.order-total-list span {
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 800;
}

.order-total-list strong {
  color: var(--site-text);
  font-size: 15px;
  font-weight: 900;
}

.order-address-card p,
.order-comment-panel p {
  margin: 0;
  color: var(--site-text);
  font-size: 13px;
  line-height: 1.65;
}

.order-comment-panel {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.order-history-list {
  display: grid;
  gap: 12px;
}

.order-history-item {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
}

.order-history-marker {
  width: 14px;
  height: 14px;
  margin-top: 15px;
  border: 3px solid #dff3e8;
  border-radius: 999px;
  background: #0f8b4f;
}

.order-history-body {
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: #fff;
}

.order-history-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.order-history-head strong {
  color: var(--site-text);
  font-size: 14px;
  font-weight: 900;
}

.order-history-body p {
  margin: 8px 0 0;
  color: var(--site-text-soft);
  font-size: 13px;
  line-height: 1.65;
}

.order-history-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.order-detail-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.order-detail-actions .btn-primary {
  min-height: 44px;
  min-width: 150px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #0f8b4f 0%, #18b475 100%);
  font-weight: 900;
}

.order-cancel-modal {
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 28px 70px rgba(7, 41, 69, 0.2);
}

.order-cancel-modal .modal-header,
.order-cancel-modal .modal-footer {
  border-color: var(--site-line);
}

.order-cancel-modal .modal-title {
  margin: 2px 0 0;
  color: var(--site-text);
  font-size: 18px;
  font-weight: 900;
}

.order-cancel-modal .modal-body p {
  margin: 0 0 14px;
  color: var(--site-text-soft);
  font-size: 13px;
  line-height: 1.65;
}

.order-cancel-modal .form-label {
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
}

.order-cancel-modal .form-select,
.order-cancel-modal .form-control {
  min-height: 44px;
  border-color: var(--site-line);
  border-radius: 10px;
  box-shadow: none;
}

.account-narrow-panel {
  max-width: 720px;
}

.account-form-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.account-form-actions .col {
  flex: 0 0 auto;
}

.address-form-page .account-page-heading {
  margin-bottom: 18px;
}

.address-form-panel {
  display: grid;
  gap: 18px;
}

.address-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

.address-form-full {
  grid-column: 1 / -1;
}

.address-form-panel .form-label {
  margin-bottom: 7px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 800;
}

.address-form-panel .form-control,
.address-form-panel .form-select {
  min-height: 46px;
  border-color: var(--site-line);
  border-radius: 9px;
  box-shadow: none;
}

.address-form-panel textarea.form-control {
  min-height: 110px;
}

.address-form-static {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid var(--site-line);
  border-radius: 9px;
  background: #f8fbff;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 700;
}

.address-form-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.address-form-choice-row .form-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 10px;
  background: #f8fbff;
}

.address-form-default {
  padding-top: 4px;
  border-top: 1px solid var(--site-line);
}

.address-form-actions {
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--site-line);
}

.address-form-actions .btn {
  min-height: 44px;
  min-width: 132px;
  border-radius: 10px;
  font-weight: 900;
}

.address-form-actions .btn-light {
  border: 1px solid var(--site-line);
  background: #fff;
  color: var(--site-text);
}

.account-page .table-responsive,
[id^="account-"] .table-responsive {
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.account-page .table,
[id^="account-"] .table {
  margin: 0;
}

.account-page .table th,
[id^="account-"] .table th {
  border-bottom: 1px solid var(--site-line);
  background: #f8fbff;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 900;
}

.account-page .table td,
[id^="account-"] .table td {
  vertical-align: middle;
  color: var(--site-text);
  font-size: 13px;
}

.account-address-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 0;
}

.account-address-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.account-address-topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}

.account-address-title {
  color: var(--site-text);
  font-size: 15px;
  font-weight: 900;
}

.account-address-person {
  display: block;
  margin-bottom: 6px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.account-address-lines {
  display: grid;
  gap: 3px;
}

.account-address-lines span {
  color: var(--site-text);
  font-size: 13px;
  line-height: 1.55;
}

.account-address-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #f5f7fa;
  color: #333;
}

.account-address-body p {
  margin: 6px 0 0;
  color: var(--site-text);
  line-height: 1.65;
}

.account-address-actions {
  display: flex;
  gap: 8px;
}

.account-address-actions .btn {
  min-width: 40px;
  min-height: 40px;
  padding: 0;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
  color: var(--site-text-soft);
}

.account-address-actions .btn:hover {
  border-color: #cfd8df;
  background: #f5f7fa;
  color: var(--site-text);
}

.address-book-panel {
  padding: 18px;
}

.address-book-page .account-page-heading {
  margin-bottom: 18px;
}

.address-book-actions {
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

.address-book-actions .btn {
  min-height: 44px;
  border-radius: 10px;
  font-weight: 900;
}

.address-book-actions .btn-light {
  border: 1px solid var(--site-line);
  background: #fff;
  color: var(--site-text);
}

.address-book-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.account-address-empty i {
  color: #666;
}

.account-address-empty p {
  max-width: 420px;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

.account-address-badge {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #333;
  font-size: 11px;
  font-weight: 900;
}

.account-empty-state {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 42px 18px;
  color: var(--site-text-soft);
}

.account-empty-state i {
  color: #0f8b4f;
  font-size: 34px;
}

.account-list {
  display: grid;
  gap: 12px;
}

.account-list-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 140px 130px 110px;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #fff;
}

.account-return-list .account-list-item {
  grid-template-columns: 48px minmax(0, 1fr) 150px 110px;
}

.account-list-item-compact {
  grid-template-columns: 48px minmax(0, 1fr) 150px;
}

.account-product-list-item {
  grid-template-columns: 72px minmax(0, 1fr) 140px 180px;
}

.account-list-icon,
.account-product-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef8f3;
  color: #087348;
}

.account-list-icon {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.account-product-thumb {
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: #f8fbff;
  border: 1px solid rgba(214, 231, 243, 0.95);
}

.account-product-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.account-list-main {
  min-width: 0;
}

.account-list-title {
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
  color: var(--site-text);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-list-title:hover {
  color: #087348;
}

.account-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.account-list-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef8f3;
  color: #087348;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.account-list-amount {
  display: grid;
  gap: 3px;
  justify-items: end;
  color: var(--site-text);
  font-size: 15px;
  font-weight: 900;
  text-align: right;
}

.account-list-amount small {
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
  text-decoration: line-through;
}

.account-list-actions-inline {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.account-list-actions-inline .btn,
.account-list-page-actions .btn {
  min-height: 40px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
}

.account-list-actions-inline .btn-primary,
.account-list-page-actions .btn-primary {
  border: 0;
  background: linear-gradient(135deg, #0f8b4f 0%, #18b475 100%);
}

.account-list-actions-inline .btn-light {
  border: 1px solid var(--site-line);
  background: #fff;
  color: var(--site-text);
}

.account-list-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 700;
}

.account-list-page-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

.account-summary-strip {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.95);
  border-radius: 12px;
  background: #f8fbff;
}

.account-summary-strip span {
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 800;
}

.account-summary-strip strong {
  color: var(--site-text);
  font-size: 20px;
  font-weight: 900;
}

@media (max-width: 1199.98px) {
  .account-hero-panel {
    grid-template-columns: 1fr;
  }

  .account-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .account-layout #column-left,
  .account-layout #column-right,
  [id^="account-"] > .row #column-left,
  [id^="account-"] > .row #column-right {
    position: static;
    display: block !important;
    width: 100%;
    margin-bottom: 16px;
  }

  .account-sidebar-toggle {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    padding: 0 14px;
    border: 1px solid var(--site-line);
    border-radius: 12px;
    background: #fff;
    color: var(--site-text);
    font-size: 13px;
    font-weight: 900;
    box-shadow: var(--site-shadow);
  }

  .account-sidebar.collapse:not(.show) {
    display: none !important;
  }

  .account-sidebar.collapse.show,
  .account-sidebar.collapsing {
    display: grid !important;
  }

  .account-action-grid,
  .account-stat-grid,
  .return-field-grid,
  .return-detail-grid,
  .return-detail-info-grid,
  .order-detail-grid,
  .order-status-strip,
  .address-form-grid {
    grid-template-columns: 1fr;
  }

  .account-list-item,
  .account-return-list .account-list-item,
  .account-list-item-compact,
  .account-product-list-item {
    grid-template-columns: 48px minmax(0, 1fr) 120px;
  }

  .account-product-list-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .account-list-actions-inline {
    grid-column: 1 / -1;
  }

  .order-product-card {
    grid-template-columns: minmax(0, 1fr) 140px;
  }

  .order-product-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .account-sidebar.collapse {
    display: grid !important;
  }
}

@media (max-width: 767.98px) {
  .account-hero-panel,
  .account-section-panel,
  .account-form-panel {
    padding: 16px;
  }

  .account-address-card {
    grid-template-columns: 1fr;
  }

  .account-address-actions {
    justify-content: flex-end;
  }

  .return-product-summary {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 13px;
  }

  .return-product-icon {
    width: 42px;
    height: 42px;
  }

  .return-choice-row,
  .return-form-actions,
  .return-submit-group {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: stretch;
  }

  .return-form-actions .btn,
  .return-submit-group .btn {
    width: 100%;
  }

  .return-detail-header,
  .return-history-head {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .return-detail-actions .btn-primary {
    width: 100%;
  }

  .account-list-item,
  .account-return-list .account-list-item,
  .account-list-item-compact,
  .account-product-list-item {
    grid-template-columns: 1fr;
  }

  .account-list-icon,
  .account-product-thumb {
    width: 56px;
    height: 56px;
  }

  .account-list-title {
    white-space: normal;
  }

  .account-list-status,
  .account-list-amount,
  .account-list-actions-inline {
    justify-content: flex-start;
    justify-items: start;
    text-align: left;
  }

  .account-list-actions-inline,
  .account-list-footer,
  .account-list-page-actions,
  .account-summary-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .account-list-actions-inline .btn,
  .account-list-page-actions .btn {
    width: 100%;
  }

  .order-product-card,
  .order-product-actions {
    grid-template-columns: 1fr;
  }

  .order-product-price {
    justify-items: start;
  }

  .order-history-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-detail-actions .btn-primary {
    width: 100%;
  }
}

/* Contact page */
.contact-page {
  padding-top: 28px;
  padding-bottom: 72px;
}

.contact-hero-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px;
  padding: 34px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 18%, rgba(16, 192, 224, 0.34) 0, rgba(16, 192, 224, 0) 30%),
    linear-gradient(135deg, var(--site-hero) 0%, #004c68 58%, #087348 100%);
  color: #fff;
  box-shadow: var(--site-shadow);
}

.contact-hero-panel::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.contact-hero-copy,
.contact-hero-card {
  position: relative;
  z-index: 1;
}

.contact-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 34px;
  margin-bottom: 16px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #dff9ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.contact-hero-panel h1 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: .95;
}

.contact-hero-panel p {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-hero-actions .btn,
.contact-submit {
  min-height: 46px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.contact-hero-actions .btn-primary,
.contact-submit {
  border: 0;
  background: linear-gradient(135deg, #0f8b4f 0%, #18b475 100%);
}

.contact-hero-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.contact-hero-card {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.contact-hero-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #fff;
  color: #0f8b4f;
  font-size: 21px;
}

.contact-hero-card strong {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.contact-hero-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 24px;
  align-items: start;
}

.contact-info-stack {
  display: grid;
  gap: 18px;
}

.contact-store-card,
.contact-locations-panel,
.contact-form-panel {
  border: 1px solid var(--site-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--site-shadow);
}

.contact-store-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
}

.contact-store-image {
  min-height: 100%;
  background: var(--site-surface-soft);
}

.contact-store-image img,
.contact-location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-store-body,
.contact-locations-panel,
.contact-form-panel {
  padding: 24px;
}

.contact-section-heading {
  margin-bottom: 16px;
}

.contact-info-stack > .contact-section-heading {
  margin-bottom: 0;
}

.contact-section-heading span {
  display: block;
  margin-bottom: 6px;
  color: var(--site-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-section-heading h2 {
  margin: 0;
  color: var(--site-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.contact-section-heading-small h2 {
  font-size: 20px;
}

.contact-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.contact-detail-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(214, 231, 243, 0.9);
  border-radius: 12px;
  background: var(--site-surface-soft);
}

.contact-detail-address {
  background: #fff;
}

.contact-detail-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #eef8f3;
  color: #087348;
}

.contact-detail-item small {
  display: block;
  margin-bottom: 4px;
  color: var(--site-text-soft);
  font-size: 12px;
  font-weight: 800;
}

.contact-detail-item strong,
.contact-detail-item a {
  color: var(--site-text);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.contact-detail-item address {
  margin: 6px 0 0;
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.contact-note {
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 12px;
  background: #fff8e8;
  color: #8a5a00;
  font-size: 13px;
  font-weight: 700;
}

.contact-map-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  margin-top: 16px;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--site-text);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.contact-map-link:hover {
  background: var(--site-deep);
  color: #fff;
}

.contact-accordion {
  display: grid;
  gap: 10px;
}

.contact-accordion .accordion-item {
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 12px;
}

.contact-accordion .accordion-button {
  color: var(--site-text);
  font-weight: 900;
  box-shadow: none;
}

.contact-accordion .accordion-button:not(.collapsed) {
  background: var(--site-surface-soft);
  color: var(--site-accent);
}

.contact-location-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
}

.contact-location-image {
  overflow: hidden;
  min-height: 120px;
  border-radius: 12px;
  background: var(--site-surface-soft);
}

.contact-location-body strong {
  color: var(--site-text);
  font-weight: 900;
}

.contact-location-body address,
.contact-location-body p,
.contact-location-meta {
  color: var(--site-text-soft);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.contact-location-body address,
.contact-location-body p {
  margin: 7px 0 0;
}

.contact-location-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 10px;
}

.contact-map-link-small {
  min-height: 36px;
  margin-top: 12px;
  padding: 0 12px;
}

.contact-form-panel {
  position: sticky;
  top: 18px;
}

.contact-form-panel fieldset {
  display: grid;
  gap: 14px;
  margin: 0;
}

.contact-field .form-label {
  margin-bottom: 7px;
  color: var(--site-text);
  font-size: 12px;
  font-weight: 900;
}

.contact-field .form-control {
  min-height: 48px;
  border-color: var(--site-line);
  border-radius: 12px;
  color: var(--site-text);
  font-size: 13px;
  font-weight: 700;
  box-shadow: none;
}

.contact-field textarea.form-control {
  min-height: 170px;
  resize: vertical;
}

.contact-field .form-control:focus {
  border-color: rgba(16, 192, 224, 0.72);
  box-shadow: 0 0 0 4px rgba(16, 192, 224, 0.12);
}

.contact-submit {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 991.98px) {
  .contact-hero-panel,
  .contact-layout,
  .contact-store-card {
    grid-template-columns: 1fr;
  }

  .contact-form-panel {
    position: static;
  }

  .contact-store-image {
    min-height: 220px;
  }
}

@media (max-width: 767.98px) {
  .contact-page {
    padding-top: 18px;
  }

  .contact-hero-panel,
  .contact-store-body,
  .contact-locations-panel,
  .contact-form-panel {
    padding: 18px;
  }

  .contact-hero-card {
    padding: 18px;
  }

  .contact-detail-grid,
  .contact-location-card {
    grid-template-columns: 1fr;
  }

  .contact-hero-actions .btn {
    width: 100%;
  }
}

/* Shared mobile containment */
@media (max-width: 767.98px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  main,
  main > *,
  #content,
  #column-left,
  #column-right,
  .container,
  .container-fluid,
  .row > * {
    min-width: 0;
    max-width: 100%;
  }

  main .container,
  main .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
  }

  .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 8px 4px;
    scrollbar-width: none;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .breadcrumb > li.breadcrumb-item {
    padding: 0 14px;
  }

  .account-page .table,
  .product-detail-page .table,
  .checkout-page .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }

  .account-page-heading h1,
  .catalog-heading h1,
  .contact-hero-panel h1 {
    overflow-wrap: anywhere;
  }

  .account-section-panel,
  .account-form-panel,
  .catalog-toolbar,
  .product-detail-panel,
  .checkout-panel {
    max-width: 100%;
    overflow: hidden;
  }

  .account-page .btn,
  .checkout-page .btn {
    white-space: normal;
  }
}

/* Genç Butiq – ürün listeleme ve detay */
.product-thumb {
  border-radius: 4px;
  border-color: var(--site-line);
  box-shadow: none;
}

.product-thumb:hover {
  transform: none;
  border-color: #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.product-thumb .image {
  aspect-ratio: 1 / 1;
  padding: 12px;
  background: #fff;
}

.product-thumb .image img {
  object-fit: contain;
  max-height: 100%;
}

.product-thumb .description h4 {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

.product-thumb .description h4 a {
  color: #333;
}

.product-card-meta {
  font-size: 12px;
  font-weight: 600;
  color: var(--site-text-soft);
  margin-bottom: 4px;
}

.product-thumb .price-new {
  font-size: 16px;
  font-weight: 700;
  color: var(--site-price);
}

.product-thumb .price-old {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.product-thumb .btn-card-cart {
  background: #fff;
  border-color: var(--site-line);
  color: #333;
}

.product-thumb .btn-card-cart:hover {
  background: #f5f5f5;
  border-color: #ccc;
  color: #111;
}

.catalog-toolbar {
  background: #fff;
  border: 1px solid var(--site-line);
  border-radius: 4px;
  padding: 12px 16px;
}

.catalog-heading h1 {
  font-size: 22px;
  font-weight: 700;
  color: var(--site-deep);
}

.product-detail-shell {
  background: #fff;
  border: 1px solid var(--site-line);
  border-radius: 4px;
  padding: 24px;
}

.product-buy-panel h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #333;
}

.product-buy-panel .price-new {
  font-size: 28px;
  font-weight: 700;
  color: #333;
}

.gencbutiq-price-box .price-new,
.gencbutiq-price-row .price-new {
  color: #333;
}

.gencbutiq-price-row:has(.price-old) .price-new {
  color: var(--site-price-sale);
}

.product-buy-panel .price-old {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.product-buy-panel .btn-primary,
.product-detail-page #button-cart {
  background: var(--site-accent);
  border-color: var(--site-accent);
  color: #fff;
  font-weight: 700;
  min-height: 48px;
  border-radius: 4px;
}

.product-buy-panel .btn-primary:hover,
.product-detail-page #button-cart:hover {
  background: var(--site-accent-2);
  border-color: var(--site-accent-2);
}

.product-media-panel {
  background: #fff;
}

.product-main-image {
  object-fit: contain;
  max-height: 520px;
}

.breadcrumb {
  background: transparent;
  padding-left: 0;
}

.breadcrumb-item a {
  color: var(--site-text-soft);
  font-size: 12px;
}

.btn-primary {
  background: var(--site-accent);
  border-color: var(--site-accent);
}

.btn-primary:hover {
  background: var(--site-accent-2);
  border-color: var(--site-accent-2);
}

.site-nav {
  background: #fff;
  border-top: 1px solid var(--site-line);
  border-bottom: 2px solid var(--site-accent);
}

.site-nav .nav-link,
.site-nav .dropdown-toggle {
  color: var(--site-text);
  font-weight: 600;
}

.site-nav .nav-link:hover,
.site-nav .dropdown-toggle:hover {
  color: var(--site-accent);
}

/* Genç Butiq mega menu */
.gencbutiq-menu-shell {
  background: #fff;
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  box-shadow: none;
}

.gencbutiq-menu-container {
  padding: 0;
}

.gencbutiq-menu-mobile-label {
  padding: 12px 16px 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--site-text);
}

.gencbutiq-nav {
  gap: 0 !important;
}

.gencbutiq-mega-item {
  position: static;
}

.gencbutiq-menu-shell #menu .nav-link-wrap {
  border-radius: 0;
  border-bottom: 2px solid transparent;
}

.gencbutiq-menu-shell #menu .nav-link {
  min-height: 48px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.gencbutiq-menu-shell #menu .mega-nav-item:hover > .nav-link-wrap,
.gencbutiq-menu-shell #menu .dropdown.show > .nav-link-wrap {
  background: #fff;
  border-bottom-color: var(--site-accent);
}

.gencbutiq-menu-shell #menu .mega-nav-item:hover .nav-link,
.gencbutiq-menu-shell #menu .dropdown.show .nav-link {
  color: var(--site-accent);
}

.gencbutiq-menu-shell #menu .dropdown-menu.gencbutiq-mega-panel {
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--site-line);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.gencbutiq-mega-inner {
  padding: 24px 15px;
}

.gencbutiq-mega-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: start;
}

.gencbutiq-mega-sidebar {
  display: grid;
  gap: 2px;
  padding-right: 16px;
  border-right: 1px solid var(--site-line);
}

.gencbutiq-mega-sidebar-title {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--site-text-soft);
}

.gencbutiq-mega-sidebar-link,
.gencbutiq-mega-sidebar-all {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.gencbutiq-mega-sidebar-link:hover,
.gencbutiq-mega-sidebar-all:hover {
  background: #fff5eb;
  color: var(--site-accent);
}

.gencbutiq-mega-sidebar-all {
  margin-top: 8px;
  color: var(--site-accent);
  font-weight: 700;
}

.gencbutiq-mega-sidebar-all i {
  margin-left: auto;
  font-size: 11px;
}

.gencbutiq-mega-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px 24px;
}

.gencbutiq-mega-column-title {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.gencbutiq-mega-column-title:hover {
  color: var(--site-accent);
}

.gencbutiq-mega-links {
  display: grid;
  gap: 8px;
}

.gencbutiq-mega-link {
  display: block;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.gencbutiq-mega-link:hover {
  color: var(--site-accent);
}

.gencbutiq-mega-more {
  display: inline-block;
  margin-top: 10px;
  color: var(--site-accent);
  font-size: 12px;
  font-weight: 700;
}

.gencbutiq-mega-banner {
  display: block;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fafafa;
}

.gencbutiq-mega-banner-image {
  display: block;
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.gencbutiq-mega-banner-copy {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.gencbutiq-mega-banner-copy strong {
  color: #333;
  font-size: 13px;
}

.gencbutiq-mega-banner-copy small {
  color: var(--site-accent);
  font-size: 12px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .gencbutiq-menu-shell #menu .mega-nav-item:hover > .dropdown-menu,
  .gencbutiq-menu-shell #menu .mega-nav-item:focus-within > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .gencbutiq-mega-layout {
    grid-template-columns: 1fr;
  }

  .gencbutiq-mega-sidebar {
    padding-right: 0;
    padding-bottom: 16px;
    border-right: 0;
    border-bottom: 1px solid var(--site-line);
  }

  .gencbutiq-mega-banner {
    display: none;
  }
}

/* Genç Butiq footer */
.gencbutiq-footer {
  position: static;
  padding: 0;
  background: #f5f5f5;
  border: 0;
  color: #484848;
}

.gencbutiq-footer-utility {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.gencbutiq-footer-utility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 20px 0;
}

.gencbutiq-footer-utility-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fafafa;
  color: #484848;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gencbutiq-footer-utility-card:hover {
  border-color: #d9d9d9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  color: #484848;
}

.gencbutiq-footer-utility-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: var(--site-accent);
  font-size: 18px;
  box-shadow: inset 0 0 0 1px #eee;
}

.gencbutiq-footer-utility-copy {
  display: grid;
  gap: 2px;
}

.gencbutiq-footer-utility-copy strong {
  color: #333;
  font-size: 14px;
}

.gencbutiq-footer-utility-copy small {
  color: #666;
  font-size: 12px;
}

.gencbutiq-footer-main {
  padding: 32px 0 24px;
  background: #fff;
}

.gencbutiq-footer-links {
  row-gap: 24px;
}

.gencbutiq-footer h5 {
  margin-bottom: 14px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.gencbutiq-footer ul li + li {
  margin-top: 10px;
}

.gencbutiq-footer a {
  color: #666;
  font-size: 13px;
}

.gencbutiq-footer a:hover {
  color: var(--site-accent);
}

.gencbutiq-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.gencbutiq-footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.gencbutiq-footer-contact-item i {
  color: var(--site-accent);
}

.gencbutiq-footer-brands {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.gencbutiq-footer-brands-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.gencbutiq-footer-brands-head h5 {
  margin: 0;
}

.gencbutiq-footer-brands-head a {
  color: var(--site-accent);
  font-size: 13px;
  font-weight: 700;
}

.gencbutiq-footer-brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 12px;
}

.gencbutiq-footer-brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 12px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
}

.gencbutiq-footer-brand-card:hover {
  border-color: #d9d9d9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.gencbutiq-footer-brand-card img {
  max-width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.gencbutiq-footer-brand-card span {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.gencbutiq-footer-bottom {
  background: #fafafa;
  border-top: 1px solid #e6e6e6;
}

.gencbutiq-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 16px 0;
}

.gencbutiq-footer-logo img {
  max-height: 36px;
  width: auto;
}

.gencbutiq-footer-logo strong {
  color: #333;
  font-size: 18px;
}

.gencbutiq-footer-bottom p {
  margin: 0;
  color: #888;
  font-size: 12px;
}

.gencbutiq-footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.gencbutiq-footer-developed a {
  color: #666;
  font-weight: 600;
  text-decoration: none;
}

.gencbutiq-footer-developed a:hover {
  color: var(--site-accent, #f27a1a);
  text-decoration: underline;
}

@media (max-width: 991px) {
  .gencbutiq-footer-utility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gencbutiq-menu-shell #menu .navbar-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .gencbutiq-footer-utility-grid {
    grid-template-columns: 1fr;
  }

  .gencbutiq-footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .gencbutiq-footer-meta {
    align-items: flex-start;
  }
}

/* Genç Butiq header refinements */
.gencbutiq-topbar {
  background: #f5f5f5;
  border-bottom: none;
}

.gencbutiq-topbar .site-topbar-inner {
  min-height: 34px;
}

.gencbutiq-topbar .site-topbar-meta {
  gap: 18px;
  font-size: 11px;
  color: #666 !important;
}

.gencbutiq-topbar .site-topbar-meta i {
  color: var(--site-accent);
}

.gencbutiq-header {
  border-bottom: 1px solid var(--site-line);
  box-shadow: none;
}

.gencbutiq-header .site-header-main {
  grid-template-columns: 170px minmax(0, 1fr) auto;
  gap: 28px;
  min-height: 72px;
}

.gencbutiq-header #logo img {
  max-width: 170px;
}

.gencbutiq-header .site-search-shell {
  min-height: 44px;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--site-accent);
  border-radius: 8px;
  box-shadow: none;
}

.gencbutiq-header .site-search-icon {
  left: 14px;
  font-size: 15px;
  color: #999;
}

.gencbutiq-header .site-search-input {
  height: 40px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 400;
}

.gencbutiq-header .site-search-input::placeholder {
  color: #999;
  font-weight: 400;
}

.gencbutiq-header .site-search-submit {
  min-width: 52px;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--site-accent) !important;
}

.gencbutiq-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gencbutiq-header-actions .header-action-icon {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 72px;
  padding: 6px 8px;
  border-radius: 8px;
  text-decoration: none;
}

.gencbutiq-header-actions .header-action-icon i {
  font-size: 20px;
  line-height: 1;
  color: #333;
}

.gencbutiq-header-actions .header-action-icon span {
  text-align: center;
}

.gencbutiq-header-actions .header-action-icon strong {
  font-size: 11px;
  font-weight: 600;
  color: #333;
}

.gencbutiq-header-actions .header-action-icon small {
  font-size: 10px;
  color: #666;
}

.gencbutiq-header-actions .header-action-icon:hover {
  background: #fff5eb;
}

.gencbutiq-header-actions .header-action-icon:hover i,
.gencbutiq-header-actions .header-action-icon:hover strong {
  color: var(--site-accent);
}

.gencbutiq-header-actions .header-account .header-action-icon.dropdown-toggle::after {
  display: none;
}

.gencbutiq-menu-container {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}

.gencbutiq-menu-shell {
  border-top: none;
}

.gencbutiq-menu-shell #menu .navbar-nav {
  margin-left: 0;
}

@media (max-width: 1199.98px) {
  .gencbutiq-header .site-header-main {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px 0;
  }

  .gencbutiq-header-actions {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .gencbutiq-topbar .site-topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 6px 0;
  }

  .gencbutiq-header-actions .header-action-icon {
    min-width: 58px;
    padding: 4px;
  }

  .gencbutiq-header-actions .header-action-icon span {
    display: none;
  }
}

/* Genç Butiq product detail page */
.gencbutiq-product-breadcrumb-band {
  margin-bottom: 16px;
  border-bottom: 1px solid #eceff3;
  background: #f5f5f5;
}

.gencbutiq-product-breadcrumb-band .container {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.gencbutiq-product-page .gencbutiq-product-breadcrumb {
  margin: 0;
  padding: 10px 0;
}

.gencbutiq-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 12px 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fafafa;
}

.gencbutiq-product-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 13px;
  line-height: 1.4;
}

.gencbutiq-product-meta-label {
  color: var(--site-text-soft);
  font-weight: 600;
}

.gencbutiq-product-meta-value {
  color: var(--site-text);
  font-weight: 700;
}

.gencbutiq-product-meta-item.is-low-stock .gencbutiq-product-meta-value,
.gencbutiq-product-badges .gencbutiq-badge.is-low-stock {
  color: #dc2626;
}

.gencbutiq-product-meta-item.is-out-stock .gencbutiq-product-meta-value,
.gencbutiq-product-badges .gencbutiq-badge.is-out-stock {
  color: #991b1b;
}

.home-brands-band {
  padding: 14px 0 8px;
}

.gencbutiq-home-brands {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.gencbutiq-home-brands .gencbutiq-footer-brands-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 991px) {
  .gencbutiq-home-brands .gencbutiq-footer-brands-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gencbutiq-product-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(380px, 1.05fr);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
  padding: 24px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
}

.gencbutiq-product-shell.no-media {
  grid-template-columns: minmax(0, 1fr);
}

.gencbutiq-product-gallery {
  padding: 16px;
  border: 0;
  box-shadow: none;
  background: #fff;
}

.gencbutiq-gallery-layout {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.gencbutiq-thumb-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: 520px;
  overflow: auto;
}

.gencbutiq-thumb-strip a {
  aspect-ratio: 1;
  padding: 8px;
  border: 1px solid var(--site-line);
  border-radius: 6px;
  background: #fff;
}

.gencbutiq-thumb-strip a.is-active {
  border-color: var(--site-accent);
  box-shadow: inset 0 0 0 1px rgba(242, 122, 26, 0.25);
}

.gencbutiq-main-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  padding: 18px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
}

.gencbutiq-product-summary {
  padding: 4px 0;
}

.gencbutiq-product-brand {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--site-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gencbutiq-product-brand:hover {
  color: var(--site-accent-2);
}

.gencbutiq-product-summary h1 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: #333;
}

.gencbutiq-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.gencbutiq-product-rating .rating {
  display: inline-flex;
  gap: 2px;
  color: #ffc107;
  font-size: 13px;
}

.gencbutiq-review-link {
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.gencbutiq-review-link:hover {
  color: var(--site-accent);
}

.gencbutiq-price-box {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #f3e3d4;
  border-radius: 8px;
  background: #fffaf5;
}

.gencbutiq-discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 24px;
  margin-bottom: 8px;
  padding: 0 8px;
  border-radius: 4px;
  background: #fff8e6;
  color: var(--site-price-sale);
  font-size: 12px;
  font-weight: 800;
}

.gencbutiq-price-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.gencbutiq-price-row .price-old {
  color: #999;
  font-size: 16px;
  text-decoration: line-through;
}

.gencbutiq-price-row .price-new {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.gencbutiq-price-row:has(.price-old) .price-new {
  color: var(--site-price-sale);
}

.gencbutiq-tax-note {
  margin-top: 8px;
  color: #888;
  font-size: 12px;
}

.gencbutiq-product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.gencbutiq-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  background: #f5f5f5;
  color: #555;
  font-size: 12px;
  font-weight: 600;
}

.gencbutiq-badge i {
  color: var(--site-accent);
}

.gencbutiq-purchase-actions {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 48px;
  gap: 10px;
  align-items: stretch;
}

.gencbutiq-purchase-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.gencbutiq-purchase-buttons .btn {
  min-height: 48px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
}

.gencbutiq-purchase-buttons .btn-dark {
  background: #333;
  border-color: #333;
}

.gencbutiq-purchase-buttons .btn-dark:hover {
  background: #111;
  border-color: #111;
}

.gencbutiq-qty {
  border: 1px solid var(--site-line);
  border-radius: 8px;
  overflow: hidden;
}

.gencbutiq-qty .quantity-stepper-button,
.gencbutiq-qty .quantity-stepper-input {
  min-height: 48px;
}

.gencbutiq-product-page #button-cart {
  min-height: 48px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
}

.gencbutiq-favorite-btn {
  min-height: 48px;
  border-radius: 8px;
}

.gencbutiq-summary-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--site-line);
}

.gencbutiq-summary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.gencbutiq-summary-link:hover {
  color: var(--site-accent);
}

.gencbutiq-product-info {
  margin-top: 8px;
  border: 1px solid var(--site-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.gencbutiq-product-tabs {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-bottom: 1px solid var(--site-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow-x: auto;
}

.gencbutiq-product-tabs .nav-link {
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: transparent;
  color: #666;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.gencbutiq-product-tabs .nav-link.active {
  color: var(--site-accent);
  background: transparent;
  border-bottom-color: var(--site-accent);
  box-shadow: none;
}

.gencbutiq-product-tabs .nav-link:hover {
  color: var(--site-accent);
  background: transparent;
}

.gencbutiq-product-tab-content {
  padding: 0;
}

.gencbutiq-product-tab-content > .tab-pane {
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.gencbutiq-installment-wrap {
  display: grid;
  gap: 16px;
}

.gencbutiq-installment-note {
  margin: 0;
  color: var(--site-text-soft);
  font-size: 13px;
  line-height: 1.6;
}

.gencbutiq-installment-banks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.gencbutiq-installment-bank {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.gencbutiq-installment-bank-head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--site-line);
  background: #fafafa;
}

.gencbutiq-installment-logo {
  display: block;
  width: auto;
  max-width: 100%;
  height: 36px;
  object-fit: contain;
}

.gencbutiq-installment-logo-fallback {
  color: var(--site-text);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.gencbutiq-installment-table-wrap {
  flex: 1 1 auto;
  overflow-x: auto;
}

.gencbutiq-installment-table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.gencbutiq-installment-table th,
.gencbutiq-installment-table td {
  padding: 9px 10px;
  border-bottom: 1px solid rgba(214, 231, 243, 0.85);
  font-size: 12px;
  line-height: 1.35;
  word-break: break-word;
}

.gencbutiq-installment-table th {
  background: #f8fbff;
  color: var(--site-text-soft);
  font-size: 11px;
  font-weight: 800;
  text-align: left;
}

.gencbutiq-installment-table th:first-child,
.gencbutiq-installment-table td:first-child {
  width: 34%;
}

.gencbutiq-installment-table tbody tr:last-child td {
  border-bottom: 0;
}

.gencbutiq-installment-table tr.is-cash-price {
  background: #fffaf5;
}

.gencbutiq-installment-table td.is-bold,
.gencbutiq-installment-table tr.is-cash-price td {
  color: var(--site-text);
  font-weight: 800;
}

.gencbutiq-installment-badge {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(242, 122, 26, 0.12);
  color: var(--site-accent);
  font-size: 10px;
  font-weight: 800;
  vertical-align: middle;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .gencbutiq-installment-banks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gencbutiq-installment-banks {
    grid-template-columns: 1fr;
  }

  .gencbutiq-installment-table th,
  .gencbutiq-installment-table td {
    padding: 10px 12px;
    font-size: 12px;
  }
}

.gencbutiq-section-title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.gencbutiq-spec-section {
  margin-bottom: 28px;
}

.gencbutiq-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--site-line);
  border-radius: 8px;
  overflow: hidden;
}

.gencbutiq-spec-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 12px;
  min-height: 46px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--site-line);
  background: #fff;
}

.gencbutiq-spec-row:nth-child(even) {
  background: #fafafa;
}

.gencbutiq-spec-row:last-child,
.gencbutiq-spec-row:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.gencbutiq-spec-label {
  color: #888;
  font-size: 13px;
  font-weight: 600;
}

.gencbutiq-spec-value {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

.gencbutiq-description-body {
  color: #333;
  font-size: 14px;
  line-height: 1.7;
}

.gencbutiq-description-body p {
  margin-bottom: 12px;
}

.gencbutiq-description-body ul,
.gencbutiq-description-body ol {
  margin: 0 0 16px;
  padding-left: 18px;
}

.gencbutiq-description-body li {
  margin-bottom: 8px;
}

.gencbutiq-description-body strong {
  color: #222;
}

.gencbutiq-product-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--site-line);
}

.gencbutiq-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.gencbutiq-tag:hover {
  background: #fff5eb;
  color: var(--site-accent);
}

@media (max-width: 991px) {
  .gencbutiq-product-shell {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .gencbutiq-gallery-layout {
    grid-template-columns: 1fr;
  }

  .gencbutiq-thumb-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    max-height: none;
  }

  .gencbutiq-spec-grid {
    grid-template-columns: 1fr;
  }

  .gencbutiq-spec-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .gencbutiq-purchase-actions {
    grid-template-columns: 1fr;
  }
}

/* Home hero + deals zone refresh */
.home-deals-zone {
  padding-top: 18px;
}

.home-deals-zone .home-hero-grid {
  align-items: stretch;
}

.home-deals-zone .home-hero-main,
.home-deals-zone .seven-slider,
.home-deals-zone .hero-section-fallback {
  min-height: 360px;
}

.home-deals-zone .seven-slider {
  --seven-slider-height: 360px !important;
}

.home-deals-zone .seven-slider-image {
  object-fit: cover;
  background: #fff;
}

.home-deals-zone .seven-slider .carousel-control-prev,
.home-deals-zone .seven-slider .carousel-control-next {
  background: #fff;
}

.home-deals-zone .seven-slider .carousel-control-prev-icon,
.home-deals-zone .seven-slider .carousel-control-next-icon {
  background-color: transparent;
}

.home-deals-panel {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  height: auto;
  max-height: none;
  overflow: visible;
  padding: 14px;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
  box-shadow: var(--site-shadow);
}

.home-hero-side.home-deals-panel {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 360px;
  max-height: none;
  overflow: visible;
  padding: 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
  box-shadow: var(--site-shadow);
}

.home-deals-panel .hero-side-carousel,
.home-deals-panel .hero-side-carousel.carousel {
  margin-bottom: 0;
}

.home-deals-panel .hero-side-carousel,
.home-deals-panel .hero-side-carousel .carousel-inner,
.home-deals-panel .hero-side-carousel .carousel-item {
  height: auto;
  flex: 1 1 auto;
}

.home-deals-panel .hero-deal-list {
  gap: 6px;
}

.home-deals-panel .hero-side-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}

.home-deals-panel .hero-side-title span {
  display: grid;
  gap: 2px;
}

.home-deals-panel .hero-side-title strong {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.home-deals-panel .hero-side-title small {
  color: #888;
  font-size: 12px;
  font-weight: 600;
}

.hero-side-title-icon {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff5eb;
  color: var(--site-accent);
  font-size: 14px;
}

.home-deals-panel .hero-side-nav .carousel-control-prev,
.home-deals-panel .hero-side-nav .carousel-control-next {
  border: 1px solid var(--site-line);
}

.hero-deal-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #888;
  font-size: 14px;
  font-weight: 600;
}

.home-deals-panel .hero-deal-card {
  grid-template-columns: 63px minmax(0, 1fr) 34px;
  gap: 8px;
  padding: 7px 8px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  align-items: center;
  overflow: hidden;
}

.home-deals-panel .hero-deal-cart-form {
  align-self: center;
}

.home-deals-panel .hero-deal-media {
  position: relative;
  width: 63px;
  height: 70px;
  padding: 6px;
  border-radius: 8px;
  background: #fafafa;
}

.home-deals-panel .hero-deal-media img {
  max-width: 100%;
  max-height: 100%;
}

.hero-deal-badge {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  min-width: 34px;
  padding: 2px 6px;
  border-radius: 4px;
  background: var(--site-accent);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.hero-deal-badge-soft {
  background: #fff5eb;
  color: var(--site-accent);
}

.hero-deal-brand {
  color: var(--site-accent);
  font-size: 11px;
  font-weight: 700;
}

.home-deals-panel .hero-deal-title,
.home-deals-panel .hero-deal-title a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #333;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
}

.home-deals-panel .hero-deal-body {
  gap: 1px;
  overflow: hidden;
}

.home-deals-panel .hero-deal-price .price-new {
  color: #333;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
}

.home-deals-panel .hero-deal-price:has(.price-old) .price-new {
  color: var(--site-price-sale);
}

.home-deals-panel .hero-deal-price .price-old {
  color: #999;
  font-size: 9px;
  line-height: 1.15;
}

.home-deals-panel .hero-deal-link {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 7px;
  background: var(--site-accent);
  color: #fff;
  font-size: 12px;
}

.home-deals-panel .hero-deal-link:hover {
  background: var(--site-accent-2);
  color: #fff;
}

.home-spotlight-band {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--site-line);
}

.home-spotlight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.home-spotlight-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--site-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-spotlight-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.home-spotlight-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.home-spotlight-link:hover {
  color: var(--site-accent);
}

.home-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-spotlight-card {
  position: relative;
  min-height: 132px;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: #fff;
  text-decoration: none;
  box-shadow: var(--site-shadow);
}

.home-spotlight-card img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.home-spotlight-card:hover img {
  transform: scale(1.03);
}

.home-spotlight-copy {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.home-spotlight-copy strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.home-spotlight-copy small {
  color: rgba(255, 255, 255, 0.88);
  font-size: 11px;
  font-weight: 600;
}

.home-section-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--site-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-section-heading p {
  margin: 6px 0 0;
  color: #888;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .home-spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .home-deals-zone .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-deals-panel {
    height: auto;
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 575px) {
  .home-spotlight-grid {
    grid-template-columns: 1fr;
  }

  .home-spotlight-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .cart-added-modal .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .cart-added-modal .modal-footer .cart-added-continue {
    margin-right: 0;
    order: 3;
  }

  .cart-added-modal .modal-footer .cart-added-go-cart,
  .cart-added-modal .modal-footer .cart-added-checkout {
    width: 100%;
    justify-content: center;
  }
}

/* Cart remove + consolidated cart UI */
.cart-remove-btn {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  background: #fff;
  color: #888;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.cart-remove-btn:hover {
  border-color: #f1c7c7;
  background: #fff5f5;
  color: #d64545;
  transform: translateY(-1px);
}

.cart-dropdown-menu {
  min-width: min(420px, calc(100vw - 32px));
  padding: 12px !important;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.cart-dropdown-item {
  grid-template-columns: 56px minmax(0, 1fr) 92px 36px;
  gap: 10px;
  padding: 10px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fafafa;
}

.cart-dropdown-thumb img {
  width: 56px;
  height: 56px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
}

.cart-dropdown-copy {
  min-width: 0;
}

.cart-dropdown-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 4px;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.cart-dropdown-name:hover {
  color: var(--site-accent);
}

.cart-dropdown-price {
  color: var(--site-price);
  font-size: 14px;
  font-weight: 700;
}

.cart-dropdown-meta {
  min-width: 92px;
  text-align: center;
}

.cart-dropdown-summary {
  padding: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fafafa;
}

.cart-dropdown-total-row:last-child strong,
.cart-dropdown-total-row:last-child span {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.cart-dropdown-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 12px 0 0;
}

.cart-dropdown-btn {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.cart-dropdown-btn-outline {
  border: 1px solid var(--site-accent);
  color: var(--site-accent);
  background: #fff;
}

.cart-dropdown-btn-outline:hover {
  background: #fff5eb;
  color: var(--site-accent-2);
}

.cart-dropdown-btn-primary {
  border: 0;
  color: #fff;
  background: var(--site-accent);
}

.cart-dropdown-btn-primary:hover {
  color: #fff;
  background: var(--site-accent-2);
}

.cart-page-item {
  grid-template-columns: 88px minmax(0, 1fr) 120px 110px 36px;
  gap: 12px;
  padding: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  box-shadow: none;
}

.cart-page-thumb {
  width: 88px;
  height: 88px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fafafa;
}

.cart-page-product-name {
  font-size: 15px;
  font-weight: 600;
}

.cart-page-price strong {
  color: var(--site-price);
  font-size: 16px;
  font-weight: 700;
}

.cart-page-summary {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background: #fafafa;
}

.cart-checkout-button {
  background: var(--site-accent);
  border-color: var(--site-accent);
}

.cart-checkout-button:hover {
  background: var(--site-accent-2);
  border-color: var(--site-accent-2);
}

.cart-shipping-option.is-selected {
  border-color: rgba(242, 122, 26, 0.35);
  background: #fffaf5;
  box-shadow: 0 4px 12px rgba(242, 122, 26, 0.08);
}

.cart-shipping-option.is-selected .cart-shipping-mark {
  border-color: var(--site-accent);
  background: var(--site-accent);
}

.cart-added-modal .cart-dropdown-item {
  grid-template-columns: 56px minmax(0, 1fr) 100px 36px;
}

/* Account area — neutral + accent theme */
.account-sidebar-user {
  background: #fafafa;
  border-color: #eee;
}

.account-sidebar-avatar,
.account-avatar {
  background: #333;
  color: #fff;
}

.account-sidebar-link:hover,
.account-sidebar-link.is-active {
  background: #333;
  color: #fff;
}

.account-sidebar-link:hover i,
.account-sidebar-link.is-active i {
  color: #fff;
}

.account-hero-panel {
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
}

.account-eyebrow,
.account-page-heading span,
.account-section-heading span {
  color: var(--site-accent);
}

.account-stat-card i {
  color: #333;
}

.account-stat-card:hover {
  border-color: #ddd;
}

.account-action-card:hover {
  border-color: #ddd;
  background: #fafafa;
}

.account-action-card i {
  background: #f5f5f5;
  color: #333;
}

.account-action-card:hover i {
  background: #fff5eb;
  color: var(--site-accent);
}

.account-kvkk-note a,
.account-auth-footer a,
.account-login-label-row a {
  color: #555;
}

.account-kvkk-note a:hover,
.account-auth-footer a:hover,
.account-login-label-row a:hover {
  color: var(--site-accent);
}

.account-page .btn-primary,
[id^="account-"] .btn-primary,
.account-list-actions-inline .btn-primary,
.account-list-page-actions .btn-primary {
  border-color: #333;
  background: #333;
}

.account-page .btn-primary:hover,
[id^="account-"] .btn-primary:hover,
.account-list-actions-inline .btn-primary:hover,
.account-list-page-actions .btn-primary:hover {
  border-color: #111;
  background: #111;
}

.account-empty-state i {
  color: #666;
}

.account-list-icon {
  background: #f5f5f5;
  color: #333;
}

@media (max-width: 767px) {
  .cart-dropdown-actions {
    grid-template-columns: 1fr;
  }

  .cart-page-item {
    grid-template-columns: 72px minmax(0, 1fr) 36px;
    grid-template-areas:
      "thumb copy remove"
      "thumb qty remove"
      "thumb price remove";
  }

  .cart-page-thumb {
    grid-area: thumb;
    width: 72px;
    height: 72px;
  }

  .cart-page-copy {
    grid-area: copy;
  }

  .cart-page-qty {
    grid-area: qty;
    justify-self: start;
  }

  .cart-page-price {
    grid-area: price;
    justify-self: start;
    justify-items: start;
  }

  .cart-page-item .cart-remove-btn {
    grid-area: remove;
    align-self: start;
  }
}

/* Genç Butiq – ürün kartları (liste + ana sayfa) */
.product-card .image {
  position: relative;
  background: #fafafa;
}

.product-card-image-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.product-card-discount {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  min-width: 42px;
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--site-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 4px 12px rgba(242, 122, 26, 0.28);
}

.product-card .product-card-badges {
  top: auto;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.product-card .product-card-badge {
  min-height: 24px;
  padding: 0 8px;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.product-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.product-card-stars {
  display: inline-flex;
  align-items: center;
  gap: 1px;
}

.product-card-stars .fa-star {
  font-size: 11px;
  color: #d1d5db;
}

.product-card-stars .fa-star.is-filled {
  color: #f59e0b;
}

.product-card-rating-value {
  color: #333;
  font-size: 12px;
  font-weight: 700;
}

.product-card-rating-count {
  color: #888;
  font-size: 11px;
  font-weight: 600;
}

.product-card-shop {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: end;
  gap: 10px;
  padding: 0 14px 14px;
}

.product-card-pricing {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.product-card-pricing .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.product-card-save {
  color: #e11d48;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.product-card-installment {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f766e;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.product-card-installment i {
  font-size: 12px;
}

.product-card .description {
  padding: 12px 14px 8px;
}

.product-card .description h4 {
  min-height: 36px;
  margin-bottom: 6px;
}

.product-card .btn-card-cart {
  flex-shrink: 0;
}

.product-grid-compact .product-card-shop {
  grid-template-columns: minmax(0, 1fr) 38px;
  gap: 8px;
  padding: 0 12px 12px;
}

.product-grid-compact .product-card .description {
  padding: 10px 12px 6px;
}

.product-grid-compact .product-card-discount {
  top: 8px;
  left: 8px;
  min-width: 38px;
  padding: 3px 7px;
  font-size: 11px;
}

.home-section-slide .product-card {
  height: 100%;
}

.home-section-slide .product-card .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.home-section-slide .product-card form {
  margin-top: auto;
}

.hero-deal-save {
  color: #e11d48;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.1;
}

.hero-deal-installment {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #0f766e;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-deal-installment i {
  font-size: 11px;
}

.home-deals-panel .hero-deal-body {
  gap: 2px;
}

@media (min-width: 960px) {
  .product-list .product-card-shop {
    grid-column: 2;
    grid-row: 2;
    padding: 0;
  }

  .product-list .product-card .description {
    grid-column: 2;
    grid-row: 1;
  }

  .product-list .product-card form {
    display: contents;
  }
}

/* Fiyat, sepete ekle ve checkout son rötuşlar */
.product-card-pricing .price-new,
.product-thumb .price-new,
.home-deals-panel .hero-deal-price .price-new,
.home-spotlight-card .price-new {
  color: var(--site-price);
}

.product-card-pricing .price:has(.price-old) .price-new,
.product-thumb .price:has(.price-old) .price-new {
  color: var(--site-price-sale);
}

.product-card .btn-card-cart,
.product-thumb .btn-card-cart {
  border: 1px solid var(--site-line);
  background: #fff;
  color: #333;
  box-shadow: none;
}

.product-card .btn-card-cart:hover,
.product-thumb .btn-card-cart:hover {
  border-color: #ccc;
  background: #f5f5f5;
  color: #111;
}

.checkout-page .checkout-confirm-button,
.checkout-page #button-confirm,
.checkout-page #checkout-payment .checkout-confirm-button,
.checkout-page #checkout-payment #button-confirm {
  background: var(--site-accent);
  border-color: var(--site-accent);
  color: #fff;
}

.checkout-page .checkout-confirm-button:hover,
.checkout-page #button-confirm:hover,
.checkout-page #checkout-payment .checkout-confirm-button:hover,
.checkout-page #checkout-payment #button-confirm:hover {
  background: var(--site-accent-2);
  border-color: var(--site-accent-2);
  color: #fff;
}

.checkout-page #checkout-payment .btn-primary:not(.checkout-confirm-button):not(#button-confirm) {
  background: #333;
  border-color: #333;
}

.checkout-page #checkout-payment .btn-primary:not(.checkout-confirm-button):not(#button-confirm):hover {
  background: #111;
  border-color: #111;
}

@media (max-width: 767px) {
  .gencbutiq-purchase-buttons {
    grid-template-columns: 1fr;
  }
}
