.banner-product .row {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

body.home-body .pattern-group .p-g-t-nav .nav {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
body.home-body .pattern-group .p-g-t-nav .nav .nav-item {
  margin: 0;
}
body.home-body .pattern-group .p-g-t-nav .nav .nav-item .nav-link {
  border: 1px solid var(--border-grey);
  color: var(--grey1);
  padding-inline: 1rem;
  border-radius: 12px;
  font-weight: 600;
  margin-right: 10px;
}
body.home-body .pattern-group .p-g-t-nav .nav .nav-item .nav-link.active {
  background: var(--border-grey);
  color: #000;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header {
  border: none;
  height: auto;
  margin-bottom: 10px;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--grey1);
  background: white;
  position: relative;
  z-index: 2;
  padding-inline: 1rem;
  left: -10px;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info::before {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--accent);
  border-radius: 12px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.top-footer {
  background: var(--navy);
  padding: 30px 0;
}
.top-footer .tf-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.top-footer .tf-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.top-footer .tf-item .content .title {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}
.top-footer .tf-item .content .description {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
}

body.categories-body .category-detail .content-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 1.5rem 0;
}
body.categories-body .category-detail .content-detail .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--navy);
}
body.categories-body .category-detail .content-detail .description {
  font-size: 14px;
  font-weight: 500;
  color: var(--grey1);
}
body.categories-body .card-product {
  background: #f4f6ff;
  border-color: #f4f6ff;
  border-radius: 0;
}

.product-header .brand-name {
  margin-top: 0.2rem;
  font-size: 14px;
  color: #589dd2;
}
.product-header .barcode-value {
  font-size: 14px;
  margin-top: 0.4rem;
  font-weight: 400;
}

.base-price-installment {
  border-radius: 4px;
  color: var(--white);
  padding: 0.5rem;
  background: var(--navy);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.5rem;
  font-size: 12px;
  font-weight: 500;
}

.profile-nitelik,
.product-profile-info {
  padding: 1rem 0;
  margin: 1rem 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  border-top: 1px solid var(--border-grey);
  border-bottom: 1px solid var(--border-grey);
}
.profile-nitelik li,
.product-profile-info li {
  color: var(--navy);
  font-weight: 600;
}
.profile-nitelik li a,
.profile-nitelik li .value,
.product-profile-info li a,
.product-profile-info li .value {
  font-weight: 400;
  color: var(--navy);
}

.product-profile-info {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.profile-desktop-info {
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--border-grey);
  z-index: 5;
  -webkit-box-shadow: -10px 0 40px -2px #ccc;
          box-shadow: -10px 0 40px -2px #ccc;
  display: none !important;
}
@media (min-width: 992px) {
  .profile-desktop-info {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.profile-desktop-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.profile-desktop-info-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.profile-desktop-info-item .left img {
  max-width: 80px;
}
.profile-desktop-info-item .left .bottom-title {
  color: var(--navy);
  font-size: 16px;
  font-weight: 600;
}
.profile-desktop-info-item .right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.profile-desktop-info-item .right .sale-price {
  font-size: 18px;
  font-weight: 600;
  color: var(--accent);
}
.profile-desktop-info-item .right .oliz-price-product span {
  color: #6192cc;
  font-weight: 600;
  font-size: 16px;
}
.profile-desktop-info-item .right .bottom-sale-btn {
  background: var(--accent);
  color: var(--white);
  border-radius: 32px;
  padding: 0.5rem 2rem;
  font-size: 14px;
  font-weight: 500;
}

.product-price-group .oliz-price-product {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-price-group .oliz-price-product span {
  color: #6192cc;
  font-weight: 600;
  font-size: 18px;
  margin-left: 10px;
}
.product-price-group .oliz-price-product span:first-child {
  margin-left: 0;
}

.oliz-code {
  border: 1px solid var(--border-grey);
  padding: 10px;
  border-radius: 4px;
}
.oliz-code input {
  border: none;
  outline: none;
}
.oliz-code input:focus {
  outline: none;
}
.oliz-code button {
  background: -webkit-gradient(linear, left top, right top, from(rgb(196, 141, 190)), to(rgb(90, 147, 206)));
  background: linear-gradient(90deg, rgb(196, 141, 190) 0%, rgb(90, 147, 206) 100%);
  font-size: 14px;
  color: var(--white);
  border: none;
}

.price-group .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price-group .oliz-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6192cc;
  font-weight: 700;
  font-size: 18px;
}

.custom-head-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 350px;
}
.custom-head-carousel .carousel-arrow {
  color: var(--white);
  font-size: 14px;
}
.custom-head-carousel .carousel-item {
  text-align: center;
  color: var(--white);
}

.items-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.items-list .title {
  background-color: #2C7CB7;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}

.items-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.items-list .item:last-child {
  border-bottom: none;
}

.items-list .v {
  color: #444;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.items-list .t {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  font-weight: bold;
  color: #000;
}