@media (min-width: 1200px) {
  .box-nav-ul .mega-menu {
    padding-top: 32px;
    padding-bottom: 34px;
    border-top: 1px solid #f0dfd6;
    background: #fff;
    box-shadow: 0 22px 48px rgba(90, 55, 38, 0.11);
  }
  .box-nav-ul .mega-menu > .container > .row {
    --bs-gutter-x: 30px;
    align-items: stretch;
    justify-content: center;
  }
  .box-nav-ul .mega-menu .re10n-mega-group {
    padding-top: 7px;
  }
  .box-nav-ul .mega-menu .mega-menu-item {
    height: 100%;
  }
  .box-nav-ul .mega-menu .menu-heading {
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eadfd9;
    color: #292421;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.45;
  }
  .box-nav-ul .mega-menu .menu-heading::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 44px;
    height: 2px;
    content: "";
    background: #ff5a1f;
  }
  .box-nav-ul .mega-menu .menu-list li:not(:last-child) {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgba(255, 90, 31, 0.16);
  }
  .box-nav-ul .mega-menu .menu-link-text {
    display: block;
    position: relative;
    padding: 6px 8px 7px;
    border-radius: 0;
    color: #57514d;
    line-height: 1.35;
    background: 0 0 !important;
    transition: color 0.2s ease;
  }
  .box-nav-ul .mega-menu .menu-link-text::after {
    position: absolute;
    right: 8px;
    bottom: 2px;
    left: 8px;
    height: 1px;
    content: "";
    background: linear-gradient(
      90deg,
      rgba(255, 90, 31, 0.92),
      rgba(255, 90, 31, 0.24)
    );
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.18s ease;
  }
  .box-nav-ul .mega-menu .menu-link-text:focus-visible,
  .box-nav-ul .mega-menu .menu-link-text:hover {
    color: #e94d16;
    background: 0 0 !important;
    transform: none;
  }
  .box-nav-ul .mega-menu .menu-link-text:focus-visible::after,
  .box-nav-ul .mega-menu .menu-link-text:hover::after {
    opacity: 1;
    transform: scaleX(1);
  }
  .box-nav-ul .mega-menu .re10n-mega-card {
    align-self: stretch;
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-inner {
    height: 100%;
    min-height: 260px;
    padding: 6px;
    border: 1px solid #eadfd9;
    border-radius: 14px;
    background: #fffaf7;
    box-shadow: 0 12px 30px rgba(121, 72, 46, 0.1);
    overflow: hidden;
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-image {
    position: relative;
    height: 100%;
    min-height: 246px;
    border: 1px solid #f1d7ca;
    border-radius: 10px;
    background: #f7f3f1;
    overflow: hidden;
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-image::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(
      180deg,
      transparent 50%,
      rgba(42, 31, 25, 0.2) 100%
    );
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-image img {
    width: 100%;
    height: 100%;
    min-height: 246px;
    object-fit: cover;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .box-nav-ul .mega-menu .re10n-mega-card:hover .collection-image img {
    transform: scale(1.035);
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-content {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-title {
    height: 42px;
    border: 1px solid rgba(255, 90, 31, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(74, 43, 29, 0.12);
    color: #292421;
    font-weight: 600;
    line-height: 40px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-title:focus-visible,
  .box-nav-ul .mega-menu .re10n-mega-card .collection-title:hover {
    border-color: #ff5a1f;
    background: #ff5a1f;
    color: #fff;
  }
  .box-nav-ul .mega-menu .re10n-mega-card .collection-title .icon {
    color: currentColor;
  }
}
@media (prefers-reduced-motion: reduce) {
  .box-nav-ul .mega-menu .menu-link-text,
  .box-nav-ul .mega-menu .menu-link-text::after,
  .box-nav-ul .mega-menu .re10n-mega-card .collection-image img {
    transition: none;
  }
}
.card-product.re10n-shared-product-card {
  transition: transform 0.28s ease;
}
.re10n-shared-product-card .card-product-wrapper {
  border: 1px solid #dfe3e7;
  border-radius: 6px;
  background: #f3f5f7;
  transition: border-color 0.28s ease;
}
.orthovita-category-page .re10n-shared-product-card .re10n-card-image-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #f6f6f4;
  color: #6f6f6f;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 180ms ease;
}
.orthovita-category-page .re10n-shared-product-card .re10n-card-image-spinner {
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 115, 47, 0.2);
  border-top-color: var(--primary, #ff732f);
  border-radius: 50%;
  animation: re10n-card-image-spin 0.7s linear infinite;
}
.orthovita-category-page
  .re10n-shared-product-card
  .re10n-card-image-loading-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
.orthovita-category-page
  .re10n-shared-product-card
  .card-product-wrapper.re10n-card-image-ready
  .re10n-card-image-loader {
  opacity: 0;
  visibility: hidden;
}
@keyframes re10n-card-image-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .orthovita-category-page
    .re10n-shared-product-card
    .re10n-card-image-spinner {
    animation-duration: 1.4s;
  }
}
.re10n-shared-product-card:hover .card-product-wrapper {
  border-color: #c5c9ce;
}
.re10n-shared-product-card .card-product-wrapper .size-list.style-2 {
  right: 138px;
  bottom: 10px;
  left: 10px;
  width: auto;
  max-width: none;
  height: 42px;
  padding: 5px 8px;
  gap: 0;
  overflow-x: auto;
  justify-content: safe center;
  border: 1px solid #d5d9dd;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 16px rgba(35, 31, 32, 0.08);
  scrollbar-width: none;
}
.re10n-shared-product-card
  .card-product-wrapper
  .size-list.style-2::-webkit-scrollbar {
  display: none;
}
.re10n-shared-product-card .card-product-wrapper .size-list.style-2 span {
  flex: 0 0 auto;
  min-width: 26px;
  height: 30px;
  padding: 0 5px;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  background: 0 0;
  color: #4d4e50;
  font-size: 11px;
  font-weight: 650;
  transition: border-color 0.2s ease, background-color 0.2s ease,
    color 0.2s ease;
}
.re10n-shared-product-card .card-product-wrapper .size-list.style-2 span:hover {
  border-bottom-color: var(--primary);
  background: 0 0;
  color: var(--primary);
}
.re10n-shared-product-card
  .card-product-wrapper
  .size-list.style-2
  .orthovita-size-more {
  position: relative;
  display: inline-flex;
  min-width: 34px;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-weight: 750;
}
.re10n-shared-product-card
  .card-product-wrapper
  .size-list.style-2
  .orthovita-size-ruler {
  font-size: 13px;
  line-height: 1;
}
.re10n-shared-product-card
  .card-product-wrapper
  .size-list.style-2
  .orthovita-size-more-plus {
  position: absolute;
  top: 3px;
  right: 1px;
  padding: 1px;
  border-radius: 50%;
  background: var(--white);
  font-size: 8px;
  line-height: 1;
}
.re10n-shared-product-card .card-product-wrapper .list-product-btn.absolute-3 {
  right: 10px;
  bottom: 10px;
  left: 10px;
  justify-content: center;
}
.re10n-shared-product-card
  .card-product-wrapper.has-size-options
  .list-product-btn.absolute-3 {
  right: 10px;
  bottom: 10px;
  left: auto;
  width: 128px;
}
.re10n-shared-product-card .list-product-btn.absolute-3 .box-icon.style-2 {
  min-width: 126px;
  height: 38px;
  padding: 0 16px;
  border-color: var(--primary);
  border-radius: 4px;
  background-color: var(--primary) !important;
  color: var(--white);
  box-shadow: 0 9px 20px rgba(254, 117, 44, 0.24);
  transition: background-color 0.26s ease, border-color 0.26s ease,
    color 0.26s ease, box-shadow 0.26s ease, transform 0.2s ease;
}
.re10n-shared-product-card .list-product-btn.absolute-3 .box-icon.style-2 .icon,
.re10n-shared-product-card
  .list-product-btn.absolute-3
  .box-icon.style-2
  .text {
  color: inherit;
}
.re10n-shared-product-card
  .card-product-wrapper.has-size-options
  .list-product-btn.absolute-3
  .box-icon.style-2 {
  width: 100%;
  min-width: 0;
  height: 42px;
  padding: 0 12px;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 6px 16px rgba(254, 117, 44, 0.18);
}
.re10n-shared-product-card
  .list-product-btn.absolute-3
  .box-icon.style-2:focus-visible,
.re10n-shared-product-card
  .list-product-btn.absolute-3
  .box-icon.style-2:hover {
  border-color: #626366;
  background-color: #626366 !important;
  color: var(--white);
}
.re10n-shared-product-card
  .list-product-btn.absolute-3
  .box-icon.style-2:active {
  transform: translateY(1px);
}
.re10n-shared-product-card .list-product-btn .box-icon.style-2 {
  border: 1px solid rgba(98, 99, 102, 0.18);
  border-radius: 4px;
  box-shadow: none;
}
.re10n-shared-product-card .list-product-btn.column-right .box-icon {
  border: 1px solid rgba(98, 99, 102, 0.14);
  box-shadow: 0 8px 20px rgba(35, 31, 32, 0.09);
}
.re10n-shared-product-card .re10n-card-price-row {
  display: flex;
  align-items: stretch;
  gap: 8px;
  min-height: 44px;
}
.re10n-shared-product-card .card-product-info .re10n-card-price-row .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  margin-top: 0;
}
.re10n-shared-product-card .re10n-card-discount-badge {
  display: inline-flex;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--primary);
  color: var(--white);
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}
@media (hover: hover) and (min-width: 768px) {
  .card-product.re10n-shared-product-card:hover {
    transform: translateY(-3px);
  }
}
@media (max-width: 1024px) {
  .re10n-shared-product-card .card-product-wrapper {
    border-radius: 6px;
  }
  .re10n-shared-product-card .card-product-wrapper .size-list.style-2 {
    display: none !important;
  }
  .re10n-shared-product-card .re10n-card-price-row {
    gap: 7px;
    min-height: 40px;
  }
  .re10n-shared-product-card .re10n-card-discount-badge {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    font-size: 12px;
  }
  .re10n-shared-product-card .card-product-info .re10n-card-price-row .price {
    gap: 3px;
  }
}
@media (max-width: 992px) {
  .re10n-shared-product-card .card-product-wrapper .list-product-btn.absolute-3,
  .re10n-shared-product-card
    .card-product-wrapper.has-size-options
    .list-product-btn.absolute-3 {
    right: auto;
    bottom: 10px;
    left: 50%;
    width: auto;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
  }
  .re10n-shared-product-card
    .card-product-wrapper.has-size-options
    .list-product-btn.absolute-3
    .box-icon.style-2,
  .re10n-shared-product-card .list-product-btn.absolute-3 .box-icon.style-2 {
    width: auto;
    min-width: 112px;
    max-width: none;
    height: 34px;
    padding: 0 11px;
    gap: 6px;
    border-color: rgba(254, 117, 44, 0.28);
    border-bottom-color: rgba(254, 117, 44, 0.72);
    border-radius: 6px;
    background: linear-gradient(180deg, #fff 0, #fffaf7 100%) !important;
    color: var(--main);
    box-shadow: 0 5px 13px rgba(35, 31, 32, 0.075);
  }
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2
    .icon {
    color: var(--primary);
    font-size: 13px;
  }
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2
    .text {
    color: #333;
    font-size: 11.5px;
    font-weight: 650;
    letter-spacing: 0.015em;
  }
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2:focus-visible,
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2:hover {
    border-color: var(--primary);
    background-color: var(--primary) !important;
    color: var(--white);
  }
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2:focus-visible
    .icon,
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2:focus-visible
    .text,
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2:hover
    .icon,
  .re10n-shared-product-card
    .list-product-btn.absolute-3
    .box-icon.style-2:hover
    .text {
    color: var(--white);
  }
}
@media (prefers-reduced-motion: reduce) {
  .card-product.re10n-shared-product-card,
  .re10n-shared-product-card .card-product-wrapper,
  .re10n-shared-product-card .card-product-wrapper .size-list.style-2 span {
    transition: none;
  }
}
.orthovita-cart-products
  .card-product.re10n-shared-product-card
  .card-product-wrapper
  .size-list.style-2 {
  right: 138px;
  left: 10px;
  gap: 0 !important;
  padding: 5px 8px;
}
.orthovita-cart-products
  .card-product.re10n-shared-product-card
  .card-product-wrapper
  .size-list.style-2
  span {
  min-width: 26px !important;
}
.orthovita-cart-products
  .card-product.re10n-shared-product-card
  .card-product-wrapper
  .on-sale-wrap
  .on-sale-item,
.orthovita-search-page
  .tf-grid-layout
  .card-product.re10n-shared-product-card
  .card-product-wrapper
  .on-sale-wrap
  .on-sale-item {
  padding: 6px 9px !important;
  border-radius: 5px !important;
  font-size: 10px !important;
}
@media (max-width: 1024px) {
  .orthovita-cart-products
    .card-product.re10n-shared-product-card
    .card-product-wrapper
    .size-list.style-2 {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .orthovita-cart-products
    .card-product.re10n-shared-product-card
    .card-product-wrapper
    .on-sale-wrap
    .on-sale-item,
  .orthovita-search-page
    .tf-grid-layout
    .card-product.re10n-shared-product-card
    .card-product-wrapper
    .on-sale-wrap
    .on-sale-item {
    padding: 4px 6px !important;
    border-radius: 5px !important;
    font-size: 8px !important;
  }
}
@media (max-width: 767px) {
  #footer.footer.has-all-border .footer-col,
  #footer.footer.has-all-border .row > div:first-child .footer-col,
  #footer.footer.has-all-border .row > div:last-child .footer-col {
    min-height: 0;
    padding: 0 !important;
    border-right: 0;
    border-bottom: 1px solid #eee7e3;
  }
  #footer.footer.has-all-border .footer-col-block .footer-heading-moblie {
    display: flex;
    align-items: center;
    min-height: 56px;
    margin: 0;
    padding: 0 30px 0 0;
    position: relative;
    border-bottom: 1px solid #eee7e3;
    background: #fff !important;
    color: #242424 !important;
  }
  #footer.footer.has-all-border .footer-col-block .footer-heading-moblie h6 {
    margin: 0;
    font-size: 12.5px;
    line-height: 1.3;
    color: #242424 !important;
  }
  #footer.footer.has-all-border .footer-col-block .footer-heading-moblie a {
    color: #242424 !important;
  }
  #footer.footer.has-all-border
    .footer-col-block
    .footer-heading-moblie::after {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 12px;
    height: 1px;
    margin: 0;
    content: "";
    background: #fe752c;
    transform: translateY(-50%);
  }
  #footer.footer.has-all-border
    .footer-col-block
    .footer-heading-moblie::before {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    width: 12px;
    height: 1px;
    margin: 0;
    content: "";
    background: #fe752c;
    transform: translateY(-50%) rotate(90deg);
  }
  #footer.footer.has-all-border
    .footer-col-block.open
    .footer-heading-moblie::before {
    opacity: 0;
  }
  #footer.footer.has-all-border .footer-col-3 .footer-heading-moblie {
    min-height: 86px;
    padding-right: 0;
  }
  #footer.footer.has-all-border .footer-col-3 .footer_logo {
    display: block;
    width: 164px;
    max-width: 100%;
    max-height: 50px;
    object-fit: contain;
    object-position: left center;
  }
  #footer.footer.has-all-border .footer-col-3 .footer-menu-list {
    padding-bottom: 18px;
  }
}
.card-product .size-list.style-2 .variant-image-item {
  display: none !important;
}
.canvas-search #search-container {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  top: calc(100% + 8px) !important;
  overflow: visible !important;
  background: #fff !important;
  z-index: 100 !important;
}
.canvas-search #search-container .pw-autocomplete-dropdown {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #eee !important;
  border-radius: 0 0 10px 10px !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12) !important;
}
.canvas-search #search-container .pw-autocomplete-suggestions {
  max-height: min(68vh, 650px) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.canvas-search #search-container .pw-autocomplete-product-section-body {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  padding: 0 16px !important;
}
.canvas-search #search-container .pw-product-suggestion {
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  column-gap: 14px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #eee !important;
}
.canvas-search #search-container .pw-product-suggestion .block-110 {
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 78px !important;
  height: 78px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #f7f7f7 !important;
}
.canvas-search #search-container .pw-product-suggestion-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
}
.canvas-search #search-container .pw-product-suggestion-name {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}
.canvas-search #search-container .pw-product-suggestion-name a {
  color: #222 !important;
}
.canvas-search #search-container .pw-product-suggestion-price {
  grid-column: 2 !important;
  grid-row: 2 !important;
  margin: 7px 0 0 !important;
}
.canvas-search #search-container .pw-product-suggestion-price > div {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px 10px !important;
}
.canvas-search #search-container .pw-product-suggestion-current-price,
.canvas-search #search-container .pw-product-suggestion-old-price {
  font-size: 13px !important;
  line-height: 1.3 !important;
}
.canvas-search #search-container .pw-product-suggestion-current-price {
  color: #fe752c !important;
  font-weight: 700 !important;
}
.canvas-search #search-container .pw-autocomplete-section-title {
  padding: 12px 16px !important;
  font-size: 13px !important;
}
.canvas-search #search-container .tum-urunler {
  padding: 14px 16px !important;
}
.canvas-search #search-container .tum-urunler a {
  color: #fe752c !important;
}
@media (max-width: 575px) {
  .canvas-search {
    max-width: 100% !important;
  }
  .canvas-search #search-container .pw-autocomplete-product-section-body {
    padding: 0 12px !important;
  }
  .canvas-search #search-container .pw-product-suggestion {
    grid-template-columns: 64px minmax(0, 1fr) !important;
    column-gap: 11px !important;
    padding: 11px 0 !important;
  }
  .canvas-search #search-container .pw-product-suggestion .block-110 {
    width: 64px !important;
    height: 64px !important;
  }
}
.orthovita-price-request-action,
.orthovita-price-request-action:hover {
  pointer-events: none !important;
  cursor: not-allowed !important;
  opacity: 0.52 !important;
  filter: saturate(0.55) !important;
}
.orthovita-card-price-request,
.quick-add-price-request {
  color: var(--primary, #fe752c) !important;
  font-weight: 700 !important;
}
.popup-findsize .orthovita-size-guide-content {
  padding: 28px !important;
  max-height: min(70vh, 680px);
  overflow: auto;
}
.popup-findsize .orthovita-size-guide-content img {
  max-width: 100%;
  height: auto;
}
.popup-findsize .orthovita-size-guide-content table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}
.popup-findsize .orthovita-size-guide-content td,
.popup-findsize .orthovita-size-guide-content th {
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.orthovita-inner-page .siteyiOrtala {
  width: 100% !important;
  max-width: 1360px !important;
  min-height: 260px;
  margin: 0 auto !important;
  padding: 58px 24px 82px !important;
  background: #fff;
}
.orthovita-inner-page #cokluSayfa,
.orthovita-inner-page #cokluSayfa > .siteSag,
.orthovita-inner-page .blogIcerigi,
.orthovita-inner-page .sayfaIcleri {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
}
.orthovita-inner-page #cokluSayfa > .siteSol {
  display: none !important;
}
.orthovita-inner-page .orthovita-source-heading {
  display: none !important;
}
.orthovita-inner-page .clear,
.orthovita-inner-page .temizle {
  clear: both;
}
.orthovita-content-page .urunListele > div:not(.genelBaslik):not(.temizle),
.orthovita-inner-page .page-inner-content {
  color: #444;
  font-size: 16px;
  line-height: 1.85;
}
.orthovita-content-page .urunListele img,
.orthovita-inner-page .page-inner-content img {
  max-width: 100%;
  height: auto;
}
.re10n-editorial-page {
  margin: 0;
  color: #4f5154;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
}
.re10n-editorial-page * {
  box-sizing: border-box;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.re10n-editorial-page h2,
.re10n-editorial-page h3 {
  margin: 0;
  color: #232526;
  font-family: Sora, "Albert Sans", sans-serif !important;
  letter-spacing: -0.035em;
}
.re10n-editorial-page h2 {
  font-size: clamp(28px, 2.8vw, 38px) !important;
  font-weight: 650 !important;
  line-height: 1.22 !important;
}
.re10n-editorial-page h3 {
  font-size: clamp(19px, 1.7vw, 23px) !important;
  font-weight: 650 !important;
  line-height: 1.3 !important;
}
.re10n-editorial-page p {
  margin: 0;
  color: #5d6063;
  font: inherit;
}
.re10n-editorial-page p + p {
  margin-top: 13px;
}
.re10n-editorial-intro {
  padding: 24px 28px;
  border-left: 3px solid #fe752c;
  background: linear-gradient(90deg, #fff5ef 0, rgba(255, 245, 239, 0) 78%);
}
.re10n-editorial-kicker {
  display: none;
}
.re10n-editorial-lead {
  margin-top: 14px !important;
  color: #3f4244 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}
.re10n-editorial-section {
  margin-top: 32px;
  padding-top: 0;
  border: 0;
}
.re10n-editorial-duo h3,
.re10n-editorial-section > h3 {
  position: relative;
  padding-bottom: 10px;
}
.re10n-editorial-duo h3::after,
.re10n-editorial-section > h3::after {
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 9px;
  background: #fe752c;
  content: "";
}
.re10n-editorial-split {
  display: block;
}
.re10n-editorial-copy {
  display: block;
  margin-top: 13px;
}
.re10n-editorial-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.re10n-editorial-values li {
  position: relative;
  display: block;
  padding: 9px 0 9px 17px;
  border-bottom: 1px solid #ededed;
}
.re10n-editorial-values li::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe752c;
  content: "";
}
.re10n-editorial-values strong {
  display: inline;
  margin-right: 4px;
  color: #292b2d;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
}
.re10n-editorial-duo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  margin-top: 34px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: 0 0;
}
.re10n-editorial-duo article {
  padding: 22px 24px;
  border-top: 2px solid #fe752c;
  background: #fafafa;
}
.re10n-editorial-duo article:first-child {
  background: #fff8f4;
}
.re10n-editorial-duo article + article {
  margin-top: 0;
}
.re10n-editorial-duo p {
  margin-top: 10px;
}
.re10n-editorial-closing {
  margin-top: 30px !important;
  padding: 18px 22px;
  border-left: 3px solid #fe752c;
  background: #fff8f4;
  color: #3f4244 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
}
.re10n-editorial-page--service .re10n-editorial-intro {
  padding: 0 0 22px;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  background: 0 0;
  position: relative;
  z-index: 0;
  top: 0 !important;
}
.re10n-editorial-page--impact .re10n-editorial-intro {
  padding: 24px 28px;
  border: 0;
  border-left: 3px solid #fe752c;
  background: linear-gradient(90deg, #fff4ec 0, #fffaf7 58%, #fff 100%);
}
.re10n-editorial-page--impact .re10n-editorial-intro h2,
.re10n-editorial-page--impact .re10n-editorial-intro p {
  color: #232526 !important;
}
.re10n-editorial-page--impact .re10n-editorial-intro p {
  color: #5d6063 !important;
}
.re10n-editorial-page--policy .re10n-editorial-intro {
  padding: 22px 26px;
  border: 0;
  border-top: 3px solid #fe752c;
  background: #f7f7f7;
}
.re10n-editorial-page--policy .re10n-editorial-section {
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
.re10n-editorial-note {
  margin-top: 22px;
  padding: 16px 19px;
  border-left: 3px solid #fe752c;
  background: #fff7f2;
  color: #3f4244;
}
.re10n-editorial-note p,
.re10n-editorial-note strong {
  color: inherit !important;
}
.re10n-editorial-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  counter-reset: editorial-step;
  list-style: none;
}
.re10n-editorial-steps li {
  position: relative;
  min-height: 150px;
  padding: 46px 18px 18px;
  border: 1px solid #e9e9e9;
  background: #fff;
  counter-increment: editorial-step;
}
.re10n-editorial-steps li::before {
  position: absolute;
  top: 16px;
  left: 18px;
  color: #fe752c;
  font-family: Sora, sans-serif;
  font-size: 13px;
  font-weight: 700;
  content: counter(editorial-step, decimal-leading-zero);
}
.re10n-editorial-steps strong {
  display: block;
  margin-bottom: 5px;
  color: #282a2b;
  font-family: Sora, "Albert Sans", sans-serif;
  font-size: 15px;
}
.re10n-editorial-faq {
  margin-top: 14px;
}
.re10n-editorial-faq section {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.re10n-editorial-faq h3 {
  margin-bottom: 8px;
  font-size: 18px !important;
}
.re10n-editorial-faq h3::after {
  content: none;
}
.re10n-editorial-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
.re10n-editorial-contact-grid article {
  padding: 20px;
  border-top: 2px solid #fe752c;
  background: #fafafa;
}
.re10n-editorial-contact-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #252726;
  font-family: Sora, "Albert Sans", sans-serif;
}
.re10n-editorial-contact-grid a {
  color: #fe752c;
  font-weight: 700;
  text-decoration: none;
}
.re10n-editorial-page table {
  width: 100%;
  margin-top: 18px;
  border-collapse: collapse;
}
.re10n-editorial-page td,
.re10n-editorial-page th {
  padding: 12px 14px;
  border: 1px solid #e7e7e7;
  text-align: left;
  vertical-align: top;
}
.re10n-editorial-page th {
  background: #fff7f2;
  color: #292b2d;
  font-weight: 700;
}
@media (max-width: 767px) {
  .re10n-editorial-page {
    font-size: 15px;
  }
  .re10n-editorial-intro {
    padding: 19px 18px;
  }
  .re10n-editorial-lead {
    font-size: 16px !important;
  }
  .re10n-editorial-section {
    margin-top: 30px;
    padding-top: 0;
  }
  .re10n-editorial-duo {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .re10n-editorial-duo article + article {
    margin-top: 0;
  }
  .re10n-editorial-values {
    grid-template-columns: 1fr;
  }
  .re10n-editorial-contact-grid,
  .re10n-editorial-steps {
    grid-template-columns: 1fr;
  }
  .re10n-editorial-steps li {
    min-height: 0;
  }
  .re10n-editorial-closing {
    font-size: 16px !important;
  }
}
.orthovita-all-categories-page .siteyiOrtala {
  max-width: 1360px !important;
  padding-top: 54px !important;
}
.orthovita-all-categories {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.orthovita-all-categories-intro {
  max-width: 760px;
}
.orthovita-all-categories-intro span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--primary, #fe752c);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.orthovita-all-categories-intro h2 {
  margin: 0;
  color: #222;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 500;
  line-height: 1.1;
}
.orthovita-all-categories-intro p {
  max-width: 560px;
  margin: 14px 0 0;
  color: #626366;
  font-size: 16px;
  line-height: 1.7;
}
.orthovita-category-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.orthovita-category-highlight-card {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 28px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4fbf8 0, #d9f4ea 48%, #bfe7f7 100%);
  color: #1f2b27;
  isolation: isolate;
}
.orthovita-category-highlight-card::before {
  content: "";
  position: absolute;
  inset: auto -45px -70px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  z-index: -1;
}
.orthovita-category-highlight-card.highlight-1 {
  background: linear-gradient(135deg, #fff5eb 0, #e9faf3 58%, #d8f1ff 100%);
}
.orthovita-category-highlight-card.highlight-2 {
  background: linear-gradient(135deg, #edf9ff 0, #e8fff4 52%, #f5f9fb 100%);
}
.orthovita-category-highlight-card span {
  color: var(--primary, #fe752c);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.orthovita-category-highlight-card strong {
  max-width: 240px;
  color: #222;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.18;
}
.orthovita-category-highlight-card i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  border: 1px solid rgba(47, 186, 123, 0.38);
  border-radius: 50%;
  color: var(--primary, #fe752c);
}
.orthovita-category-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.orthovita-category-group-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #edf0ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(24, 52, 40, 0.045);
  isolation: isolate;
}
.orthovita-category-group-card::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(47, 186, 123, 0.08),
    rgba(44, 172, 224, 0.06)
  );
  z-index: -1;
}
.orthovita-category-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf0ef;
}
.orthovita-category-group-head span {
  color: #222;
  font-size: 26px;
  font-weight: 600;
}
.orthovita-category-group-head a {
  color: var(--primary, #fe752c);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.orthovita-category-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}
.orthovita-category-chip-list a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 9px 15px;
  border: 1px solid #e5ebe8;
  border-radius: 999px;
  background: #fff8f3;
  color: #3f4744;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease,
    color 0.2s ease;
}
.orthovita-category-chip-list a:hover {
  border-color: var(--primary, #fe752c);
  background: var(--primary, #fe752c);
  color: #fff;
}
.orthovita-account-page img[alt="Hesabım"],
.orthovita-account-page img[alt="hesabim"],
.orthovita-login-page img[alt="Hesabım"],
.orthovita-login-page img[alt="hesabim"] {
  display: none !important;
}
.orthovita-login-page .siteyiOrtala {
  padding-top: 72px !important;
}
.orthovita-login-page #hizli-uye-menu {
  display: none !important;
}
.orthovita-login-page #main-login-form {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 60px;
  margin: 0 !important;
}
.orthovita-login-page #main-login-form > [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}
.orthovita-login-page .col-sm-left-login,
.orthovita-login-page .col-sm-right-register {
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: 0 0 !important;
  box-shadow: none !important;
}
.orthovita-login-page .col-sm-left-login {
  padding-right: 60px !important;
  border-right: 1px solid #e5e5e5 !important;
}
.orthovita-login-page .spanTittle {
  display: block;
  margin-bottom: 34px;
  color: #222;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
}
.orthovita-login-page .userWrapper {
  position: relative;
  margin-bottom: 15px;
}
.orthovita-login-page input[type="email"],
.orthovita-login-page input[type="password"],
.orthovita-login-page input[type="tel"],
.orthovita-login-page input[type="text"] {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid #dedede;
  border-radius: 0;
  background: #fff;
}
.orthovita-login-page input:focus {
  border-color: #fe752c;
  box-shadow: 0 0 0 3px rgba(47, 186, 123, 0.1);
  outline: 0;
}
.orthovita-login-page .TcxPassEye {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.orthovita-login-page .userLoginBtn,
.orthovita-login-page .userRegisterBtn {
  width: 100%;
  min-height: 52px;
  border: 1px solid #fe752c !important;
  border-radius: 0 !important;
  background: #fe752c !important;
  color: #fff !important;
  font-weight: 700;
}
.orthovita-login-page .userPassBtnContainer {
  margin: 18px 0;
}
.orthovita-login-page .checkContainer {
  margin: 14px 0;
}
.orthovita-faq-page img[alt="sıkça sorulan sorular"i],
.orthovita-inner-page img[alt="sorgula" i] {
  display: none !important;
}
.orthovita-faq-page .siteyiOrtala {
  max-width: 1120px !important;
}
.orthovita-faq-page .sss {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 !important;
}
.orthovita-faq-page .sss .flat-toggle {
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.orthovita-faq-page .sss .flat-toggle:has(.soru[aria-expanded="true"]) {
  border-color: #ffd3bc;
  background: #fffaf7;
}
.orthovita-faq-page .sss .soru {
  position: relative;
  width: 100%;
  margin: 0 !important;
  padding: 18px 56px 18px 20px !important;
  border: 0 !important;
  background: 0 0 !important;
  color: #222 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
  cursor: pointer;
}
.orthovita-faq-page .sss .soru::after,
.orthovita-faq-page .sss .soru::before {
  display: block !important;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  content: "" !important;
  background: #fe752c;
  color: transparent !important;
  font-family: inherit !important;
  font-size: 0 !important;
  transform: translateY(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.orthovita-faq-page .sss .soru::before {
  transform: translateY(-50%) rotate(90deg);
}
.orthovita-faq-page .sss .soru[aria-expanded="true"]::before {
  opacity: 0;
  transform: translateY(-50%) rotate(0);
}
.orthovita-faq-page .sss .soru:hover {
  color: #fe752c !important;
}
.orthovita-faq-page .sss .sss-icon {
  display: none !important;
}
.orthovita-faq-page .sss .cevap {
  margin: 0 !important;
  padding: 0 56px 20px 20px !important;
  border: 0 !important;
  background: 0 0 !important;
  color: #666;
  font-size: 15px;
  line-height: 1.75;
}
.orthovita-blog-list-page .blogIcerigi > .urunListele > div[style*="display"] {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 24px;
}
.orthovita-blog-list-page .blog.blog-list {
  overflow: hidden;
  margin: 0 !important;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.orthovita-blog-list-page .blog.blog-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.orthovita-blog-list-page .blog .post-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0 22px 24px;
}
.orthovita-blog-list-page .blog .post-media {
  margin: 0 -22px 22px;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f4f4f4;
}
.orthovita-blog-list-page .blog .post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orthovita-blog-list-page .blog .post-title {
  margin: 0 0 12px !important;
  color: #222;
  font-size: 20px !important;
  line-height: 1.35 !important;
}
.orthovita-blog-detail-page .blog .meta,
.orthovita-blog-list-page .blog .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px !important;
  padding: 0 !important;
  color: #777;
  font-size: 13px;
}
.orthovita-blog-list-page .blog .le-button {
  display: inline-flex;
  width: max-content;
  margin-top: auto;
  border-bottom: 1px solid currentColor;
  color: #222;
  font-weight: 600;
}
.orthovita-blog-detail-page .blogIcerigi {
  max-width: 980px !important;
  margin: 0 auto !important;
}
.orthovita-blog-detail-page .blog .post-content {
  color: #444;
  font-size: 16px;
  line-height: 1.85;
}
.orthovita-blog-detail-page .blog .post-media {
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 14px;
}
.orthovita-blog-detail-page .blog .post-media img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.orthovita-blog-detail-page .blog .post-title {
  margin-bottom: 14px;
  color: #222;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}
.orthovita-blog-list-page .orthovita-blog-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px 28px;
}
.orthovita-blog-list-page .siteyiOrtala {
  background: #fff;
}
.orthovita-blog-list-page .blog-article-item {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.orthovita-blog-list-page .blog-article-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.orthovita-blog-list-page .article-thumb {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f5f5f5;
}
.orthovita-blog-list-page .article-thumb img,
.orthovita-blog-list-page .article-thumb > a {
  display: block;
  width: 100%;
  height: 100%;
}
.orthovita-blog-list-page .article-thumb img {
  object-fit: cover;
  transition: transform 0.35s ease;
}
.orthovita-blog-list-page .blog-article-item:hover .article-thumb img {
  transform: scale(1.035);
}
.orthovita-blog-list-page .article-label {
  position: absolute;
  right: auto;
  bottom: 18px;
  left: 18px;
  z-index: 2;
}
.orthovita-blog-list-page .article-label .tf-btn {
  width: auto !important;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid #fe752c;
  border-radius: 3px;
  background: #fe752c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.orthovita-blog-list-page .article-content {
  display: flex;
  min-height: 185px;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.orthovita-blog-list-page .article-title {
  margin-bottom: 12px;
}
.orthovita-blog-list-page .article-title a {
  color: #222;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.orthovita-blog-list-page .orthovita-blog-meta {
  margin-bottom: 22px;
}
.orthovita-blog-list-page .orthovita-blog-meta .meta {
  margin: 0 !important;
  color: #777;
  font-size: 13px;
}
.orthovita-blog-list-page .article-btn {
  margin-top: auto;
}
.orthovita-blog-list-page .article-btn a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid currentColor;
  color: #222;
  font-weight: 600;
}
.orthovita-blog-list-page .article-btn svg {
  width: 16px;
  height: 16px;
}
.orthovita-blog-detail-page .blogIcerigi {
  max-width: none !important;
}
.orthovita-blog-detail-page .orthovita-blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 54px;
  align-items: start;
}
.orthovita-blog-detail-page .orthovita-blog-detail-content {
  min-width: 0;
}
.orthovita-blog-detail-page
  .orthovita-blog-detail-content
  > .urunListele:first-child
  > div[style*="display"] {
  display: block !important;
}
.orthovita-blog-detail-page .orthovita-blog-detail-main {
  width: 100%;
}
.orthovita-blog-detail-page .orthovita-blog-article-content {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 1.9;
}
.orthovita-blog-detail-page .orthovita-blog-article-content .post-media {
  overflow: hidden;
  margin: 0 0 22px;
  border-radius: 12px;
  background: #f5f5f5;
}
.orthovita-blog-detail-page .orthovita-blog-article-content .post-media img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
}
.orthovita-blog-detail-page .orthovita-blog-article-content .tags-lists {
  display: flex;
  justify-content: center;
  margin: 0 0 18px;
  padding: 0;
}
.orthovita-blog-detail-page .orthovita-blog-article-content .tags-item {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f0faf6;
  color: #fe752c;
  font-size: 12px;
  font-weight: 700;
}
.orthovita-blog-detail-page .orthovita-blog-article-content .post-title {
  margin: 0 0 14px;
  text-align: center;
}
.orthovita-blog-detail-page .orthovita-blog-article-content .meta {
  justify-content: center;
  margin-bottom: 0 !important;
}
.orthovita-blog-detail-page .orthovita-blog-sidebar {
  position: sticky;
  top: 110px;
  min-width: 0;
}
.orthovita-blog-detail-page .sidebar-item + .sidebar-item {
  margin-top: 42px;
}
.orthovita-blog-detail-page .sidebar-title {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
  color: #222;
  font-size: 22px;
  font-weight: 500;
}
.orthovita-blog-detail-page .sidebar-content ul {
  margin: 0;
  padding: 0;
}
.orthovita-blog-detail-page .sidebar-categories li + li {
  margin-top: 13px;
}
.orthovita-blog-detail-page .sidebar-categories a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #444;
}
.orthovita-blog-detail-page .sidebar-post li + li {
  margin-top: 18px;
}
.orthovita-blog-detail-page .blog-article-item.style-sidebar {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
}
.orthovita-blog-detail-page .blog-article-item.style-sidebar .article-thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 4px;
  background: #f5f5f5;
}
.orthovita-blog-detail-page .blog-article-item.style-sidebar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orthovita-blog-detail-page .blog-article-item.style-sidebar .article-title a {
  color: #222;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}
.orthovita-account-page .menu_list.uyelik {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 0;
}
.orthovita-account-page .menu_list.uyelik .menu_head {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #e5e9e7 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(72, 50, 38, 0.045);
  animation: orthovita-account-card-in 0.42s cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--account-card-index, 0) * 35ms);
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.orthovita-account-page .menu_list.uyelik .menu_head a {
  display: grid !important;
  min-height: 92px;
  grid-template-columns: 48px minmax(0, 1fr) 32px;
  gap: 15px;
  align-items: center;
  padding: 19px 18px !important;
  color: #292c2b !important;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none !important;
}
.orthovita-account-page .menu_list.uyelik .menu_head a::before {
  display: none !important;
  content: none !important;
}
.orthovita-account-page .orthovita-account-card-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(254, 117, 44, 0.18);
  border-radius: 12px;
  background: rgba(254, 117, 44, 0.09);
  color: #e85f1b;
  font-size: 18px;
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.24s ease, color 0.24s ease;
}
.orthovita-account-page .orthovita-account-card-label {
  min-width: 0;
  letter-spacing: -0.01em;
}
.orthovita-account-page .orthovita-account-card-arrow {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f4f6f5;
  color: #777d7a;
  font-size: 14px;
  transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    background-color 0.24s ease, color 0.24s ease;
}
.orthovita-account-page .menu_list.uyelik .menu_head:hover {
  z-index: 1;
  transform: translateY(-3px);
  border-color: rgba(254, 117, 44, 0.62) !important;
  background: #fffaf7 !important;
  box-shadow: 0 16px 34px rgba(204, 83, 25, 0.12);
}
.orthovita-account-page
  .menu_list.uyelik
  .menu_head:hover
  .orthovita-account-card-icon {
  transform: scale(1.04);
  background: #fe752c;
  color: #fff;
}
.orthovita-account-page
  .menu_list.uyelik
  .menu_head:hover
  .orthovita-account-card-arrow {
  transform: translateX(3px);
  background: #fe752c;
  color: #fff;
}
.orthovita-account-page .menu_list.uyelik .menu_head.active {
  border-color: #fe752c !important;
  background: #fe752c !important;
  box-shadow: 0 14px 30px rgba(204, 83, 25, 0.2);
}
.orthovita-account-page .menu_list.uyelik .menu_head.active a {
  color: #fff !important;
}
.orthovita-account-page
  .menu_list.uyelik
  .menu_head.active
  .orthovita-account-card-arrow,
.orthovita-account-page
  .menu_list.uyelik
  .menu_head.active
  .orthovita-account-card-icon {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.orthovita-account-page .menu_list.uyelik .menu_head:focus-within {
  outline: 3px solid rgba(254, 117, 44, 0.22);
  outline-offset: 3px;
}
.orthovita-act-profile .register-tab label {
  border: 1px solid #e5e9e7 !important;
  background: #f7f8f7 !important;
  color: #3a4640 !important;
  transition: border-color 0.2s ease, background-color 0.2s ease,
    color 0.2s ease;
}
.orthovita-act-profile .register-tab label:hover {
  border-color: rgba(254, 117, 44, 0.5) !important;
  background: #fff7f2 !important;
  color: #d95313 !important;
}
.orthovita-act-profile .register-tab label.active {
  border-color: #fe752c !important;
  background: #fe752c !important;
  color: #fff !important;
}
@keyframes orthovita-account-card-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .orthovita-account-page .menu_list.uyelik .menu_head {
    animation: none;
    transition: none;
  }
  .orthovita-account-page .orthovita-account-card-arrow,
  .orthovita-account-page .orthovita-account-card-icon {
    transition: none;
  }
}
.orthovita-wishlist-page .siteSag > .genelBaslik:first-child,
.orthovita-wishlist-page .siteSag > .genelBaslik:first-child + .temizle,
.orthovita-wishlist-page .siteSag > .genelBaslik:first-child + .temizle + div {
  display: none !important;
}
.orthovita-wishlist-page .urunListele {
  width: 100% !important;
  margin-bottom: 54px;
}
.orthovita-wishlist-page .urunListele > .genelBaslik {
  display: block !important;
  margin: 0 0 24px !important;
}
.orthovita-wishlist-page .urunListele > .genelBaslik h2 {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
}
.orthovita-wishlist-page .orthovita-wishlist-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px 22px;
}
.orthovita-wishlist-page .orthovita-wishlist-card {
  position: relative;
  display: block !important;
  width: 100% !important;
  overflow: hidden;
  border: 0;
  background: #fff;
}
.orthovita-wishlist-page .orthovita-wishlist-card tbody,
.orthovita-wishlist-page .orthovita-wishlist-card tr {
  display: flex !important;
  width: 100% !important;
  flex-direction: column;
}
.orthovita-wishlist-page .orthovita-wishlist-card td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left !important;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteResim {
  position: relative;
  display: block !important;
  aspect-ratio: 1/1.08;
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #f5f6f6;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteResim a,
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteResim img {
  display: block;
  width: 100%;
  height: 100%;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteResim img {
  object-fit: contain;
  transition: transform 0.3s ease;
}
.orthovita-wishlist-page .orthovita-wishlist-card:hover .urunLiteResim img {
  transform: scale(1.04);
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteBaslik {
  min-height: 48px;
  margin-bottom: 8px;
  color: #222;
  font-size: 15px;
  line-height: 1.45;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteBaslik br {
  display: none;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteBaslik a {
  color: inherit;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteFiyat {
  margin-bottom: 14px;
  color: #fe752c;
  font-size: 15px;
  font-weight: 700;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunuLiteIncele a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border: 1px solid #fe752c !important;
  background: 0 0 !important;
  color: #fe752c !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunuLiteIncele img {
  display: none;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunuLiteIncele a::after {
  content: "İncele";
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteDelete {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 42px !important;
}
.orthovita-wishlist-page .orthovita-wishlist-card .urunLiteDelete form {
  display: block !important;
}
.orthovita-wishlist-page .orthovita-wishlist-card .orthovita-wishlist-remove {
  display: flex;
  width: 42px;
  height: 42px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  color: #222;
  font-size: 17px;
  cursor: pointer;
}
.orthovita-wishlist-page
  .orthovita-wishlist-card
  .orthovita-wishlist-remove:hover {
  border-color: #fe752c;
  color: #fe752c;
}
.orthovita-wishlist-page .orthovita-wishlist-shell {
  width: 100%;
}
.orthovita-wishlist-page
  .orthovita-wishlist-section
  + .orthovita-wishlist-section {
  margin-top: 68px;
}
.orthovita-wishlist-page .orthovita-wishlist-section-heading {
  margin-bottom: 28px;
}
.orthovita-wishlist-page .orthovita-wishlist-section-heading h2 {
  margin: 0;
  color: #222;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.2;
  font-weight: 500;
  font-family: Sora, "Albert Sans", sans-serif !important;
}
.orthovita-wishlist-page .orthovita-wishlist-entry {
  min-width: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.orthovita-wishlist-page .orthovita-wishlist-entry.is-removing {
  opacity: 0;
  transform: scale(0.97);
}
.orthovita-wishlist-page .orthovita-wishlist-entry .card-product {
  width: 100%;
}
.orthovita-wishlist-page .orthovita-wishlist-entry .card-product-wrapper {
  aspect-ratio: 1/1.1;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f6f6;
}
.orthovita-wishlist-page .orthovita-wishlist-entry .product-img,
.orthovita-wishlist-page .orthovita-wishlist-entry .product-img img {
  width: 100%;
  height: 100%;
}
.orthovita-wishlist-page .orthovita-wishlist-delete-action .icon-delete {
  display: none;
}
.orthovita-wishlist-page .orthovita-wishlist-delete-action:hover .icon-heart {
  display: none;
}
.orthovita-wishlist-page .orthovita-wishlist-delete-action:hover .icon-delete {
  display: inline-block;
}
.orthovita-wishlist-page .orthovita-wishlist-empty {
  max-width: 560px;
  margin: 20px auto;
  padding: 68px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  text-align: center;
}
.orthovita-wishlist-page .orthovita-wishlist-empty > .icon {
  display: block;
  margin-bottom: 20px;
  color: #fe752c;
  font-size: 48px;
}
.orthovita-wishlist-page .orthovita-wishlist-empty h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
.orthovita-wishlist-page .orthovita-wishlist-empty p {
  margin-bottom: 24px;
  color: #666;
}
.orthovita-contact-page .siteyiOrtala {
  max-width: none !important;
  padding: 0 0 84px !important;
}
.orthovita-contact-page #cokluSayfa > .siteSag {
  width: 100% !important;
}
.orthovita-contact-page .orthovita-contact-map {
  width: 100%;
  overflow: hidden;
  background: #f3f3f3;
}
.orthovita-contact-page .orthovita-contact-map iframe {
  display: block;
  width: 100% !important;
  height: min(50vw, 580px) !important;
  min-height: 420px;
  border: 0 !important;
  filter: none !important;
}
.orthovita-contact-page .orthovita-contact-layout {
  display: grid;
  width: min(100% - 48px, 1280px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 68px;
  margin: 68px auto 0;
}
.orthovita-contact-page .orthovita-contact-layout > .col {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.orthovita-contact-page .orthovita-contact-layout .genelBaslik {
  display: block !important;
  margin: 0 0 26px !important;
}
.orthovita-contact-page .orthovita-contact-layout .genelBaslik h2 {
  margin: 0;
  color: #222;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
}
.orthovita-contact-page .orthovita-contact-info-column {
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}
.orthovita-contact-page .orthovita-contact-info-column p {
  margin: 0 0 18px;
}
.orthovita-contact-page .orthovita-contact-form-column form.generatedForm {
  display: block !important;
  width: 100% !important;
}
.orthovita-contact-page .orthovita-contact-form-column fieldset,
.orthovita-contact-page .orthovita-contact-form-column ul {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.orthovita-contact-page .orthovita-contact-form-column ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}
.orthovita-contact-page .orthovita-contact-form-column li {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.orthovita-contact-page .orthovita-contact-form-column li.clear,
.orthovita-contact-page .orthovita-contact-form-column li.width-100 {
  grid-column: 1/-1;
}
.orthovita-contact-page .orthovita-contact-form-column .sf-text-label {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.orthovita-contact-page .orthovita-contact-form-column input[type="email"],
.orthovita-contact-page .orthovita-contact-form-column input[type="text"],
.orthovita-contact-page .orthovita-contact-form-column textarea {
  width: 100% !important;
  min-height: 52px;
  padding: 13px 15px !important;
  border: 1px solid #dedede !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.orthovita-contact-page .orthovita-contact-form-column textarea {
  min-height: 150px;
  resize: vertical;
}
.orthovita-contact-page .orthovita-contact-form-column input:focus,
.orthovita-contact-page .orthovita-contact-form-column textarea:focus {
  border-color: #fe752c !important;
  box-shadow: 0 0 0 3px rgba(47, 186, 123, 0.1);
  outline: 0;
}
.orthovita-contact-page .orthovita-contact-form-column .checkbox-fa {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.orthovita-contact-page .orthovita-contact-form-column input[type="button"] {
  width: 100%;
  min-height: 52px;
  border: 1px solid #fe752c !important;
  border-radius: 0 !important;
  background: #fe752c !important;
  color: #fff !important;
  font-weight: 700;
}
.orthovita-search-page .orthovita-search-form {
  display: block !important;
  margin: 0 auto 50px;
  padding: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #fff;
}
.orthovita-search-page .orthovita-search-form fieldset,
.orthovita-search-page .orthovita-search-form ul {
  margin: 0;
  padding: 0;
  border: 0;
}
.orthovita-search-page .orthovita-search-form ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.orthovita-search-page .orthovita-search-form li {
  margin: 0 !important;
  list-style: none;
}
.orthovita-search-page .orthovita-search-form label {
  display: block;
  margin-bottom: 8px;
  color: #222;
  font-size: 14px;
  font-weight: 600;
}
.orthovita-search-page .orthovita-search-form input[type="text"],
.orthovita-search-page .orthovita-search-form select {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #dedede;
  border-radius: 0;
  background: #fff;
}
.orthovita-search-page .orthovita-search-form .price1,
.orthovita-search-page .orthovita-search-form .price2 {
  width: calc(50% - 5px) !important;
}
.orthovita-search-page .orthovita-search-form input[type="submit"] {
  min-height: 50px;
  padding: 12px 30px;
  border: 1px solid #fe752c;
  background: #fe752c;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
}
.orthovita-search-page .searchResultFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 46px !important;
  padding: 0 !important;
}
.orthovita-search-page .searchResultFilter li {
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid #dedede;
  border-radius: 999px;
  line-height: 1.4 !important;
}
.orthovita-search-page .orthovita-search-results > .genelBaslik {
  display: block !important;
  margin: 0 0 26px !important;
}
.orthovita-search-page
  #cokluSayfa
  > .siteSag
  > .genelBaslik:not(.orthovita-source-heading)
  h2,
.orthovita-search-page .orthovita-search-results > .genelBaslik h2 {
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 500;
}
.orthovita-search-page .orthovita-search-results > div.tf-grid-layout {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 22px;
}
#canvasSearch .card-product .card-product-wrapper .on-sale-wrap,
.orthovita-search-page
  .orthovita-search-results
  .card-product
  .card-product-wrapper
  .on-sale-wrap,
.orthovita-search-page
  .tf-grid-layout
  .card-product
  .card-product-wrapper
  .on-sale-wrap {
  position: absolute;
  z-index: 5;
  top: 10px !important;
  right: 48px !important;
  left: 10px !important;
  display: flex !important;
  flex-flow: row wrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  width: auto !important;
  max-width: none !important;
  text-align: left !important;
  pointer-events: none;
}
#canvasSearch .card-product .card-product-wrapper .on-sale-wrap .on-sale-item,
.orthovita-search-page
  .orthovita-search-results
  .card-product
  .card-product-wrapper
  .on-sale-wrap
  .on-sale-item,
.orthovita-search-page
  .tf-grid-layout
  .card-product
  .card-product-wrapper
  .on-sale-wrap
  .on-sale-item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 6px 9px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}
#canvasSearch
  .card-product
  .card-product-wrapper
  .on-sale-wrap
  .orthovita-discount,
.orthovita-search-page
  .orthovita-search-results
  .card-product
  .card-product-wrapper
  .on-sale-wrap
  .orthovita-discount,
.orthovita-search-page
  .tf-grid-layout
  .card-product
  .card-product-wrapper
  .on-sale-wrap
  .orthovita-discount {
  background: var(--primary) !important;
  color: var(--white) !important;
}
@media only screen and (max-width: 767px) {
  #canvasSearch .card-product .card-product-wrapper .on-sale-wrap,
  .orthovita-search-page
    .orthovita-search-results
    .card-product
    .card-product-wrapper
    .on-sale-wrap,
  .orthovita-search-page
    .tf-grid-layout
    .card-product
    .card-product-wrapper
    .on-sale-wrap {
    top: 6px !important;
    right: 44px !important;
    left: 6px !important;
    gap: 3px !important;
  }
  #canvasSearch .card-product .card-product-wrapper .on-sale-wrap .on-sale-item,
  .orthovita-search-page
    .orthovita-search-results
    .card-product
    .card-product-wrapper
    .on-sale-wrap
    .on-sale-item,
  .orthovita-search-page
    .tf-grid-layout
    .card-product
    .card-product-wrapper
    .on-sale-wrap
    .on-sale-item {
    padding: 4px 6px !important;
    font-size: 8px !important;
  }
}
.orthovita-basket-page .siteyiOrtala,
.orthovita-checkout-page .siteyiOrtala {
  max-width: 1380px !important;
  padding-top: 52px !important;
}
.orthovita-basket-page #cokluSayfa > .genelBaslik,
.orthovita-checkout-page #cokluSayfa > .genelBaslik {
  display: block !important;
  margin: 0 0 20px !important;
}
.orthovita-basket-page #cokluSayfa > .genelBaslik h2,
.orthovita-checkout-page #cokluSayfa > .genelBaslik h2 {
  position: relative;
  margin: 0;
  padding: 0 48px 18px 0;
  border-bottom: 1px solid #e7e7e7;
  color: #222;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 500;
  margin-top: 15px;
}
.orthovita-basket-page .sepet-goster,
.orthovita-checkout-page .sepet-goster {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  min-height: 0 !important;
  padding: 0 !important;
  border: 1px solid #fe752c !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #fe752c !important;
}
.orthovita-basket-page .sepet-goster .orthovita-accordion-chevron,
.orthovita-checkout-page .sepet-goster .orthovita-accordion-chevron {
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  transition: transform 0.2s ease;
}
.orthovita-basket-page .sepet-goster.is-open .orthovita-accordion-chevron,
.orthovita-checkout-page .sepet-goster.is-open .orthovita-accordion-chevron {
  transform: rotate(180deg);
}
.orthovita-basket-page .basket-wrap,
.orthovita-checkout-page .basket-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 28px;
  align-items: start;
  width: 100% !important;
  visibility: visible !important;
}
.orthovita-checkout-page .basket-wrap.basket-tek {
  display: block;
}
.orthovita-basket-page .basket-left,
.orthovita-checkout-page .basket-left {
  float: none !important;
  width: 100% !important;
}
.orthovita-basket-page .basket-title,
.orthovita-checkout-page .basket-title {
  display: grid !important;
  grid-template-columns: minmax(280px, 1.8fr) 130px 130px 130px 44px;
  gap: 12px;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #e7e7e7;
  background: 0 0 !important;
  color: #e92b32;
  font-size: 12px;
  font-weight: 700;
  text-align: left !important;
  text-transform: uppercase;
}
.orthovita-basket-page .basket-item,
.orthovita-checkout-page .basket-item {
  position: relative;
  display: grid !important;
  grid-template-columns: minmax(280px, 1.8fr) 130px 130px 130px 44px;
  gap: 12px;
  align-items: center;
  min-height: 124px !important;
  padding: 18px 0 !important;
  border-bottom: 1px solid #ededed;
}
.orthovita-basket-page .basket-item > *,
.orthovita-checkout-page .basket-item > * {
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.orthovita-basket-page .cart-detail table,
.orthovita-checkout-page .cart-detail table {
  width: 100%;
}
.orthovita-basket-page .cart-detail td,
.orthovita-checkout-page .cart-detail td {
  padding: 0 12px 0 0 !important;
  border: 0 !important;
}
.orthovita-basket-page .sepet-image,
.orthovita-checkout-page .sepet-image {
  width: 94px !important;
}
.orthovita-basket-page .sepet-image img,
.orthovita-checkout-page .sepet-image img {
  display: block;
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.orthovita-basket-page .cart-info,
.orthovita-checkout-page .cart-info {
  color: #777;
  font-size: 12px;
  line-height: 1.55;
}
.orthovita-basket-page .cart-info h3,
.orthovita-checkout-page .cart-info h3 {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.4;
}
.orthovita-basket-page .cart-info span,
.orthovita-checkout-page .cart-info span {
  color: #fe752c !important;
}
.orthovita-basket-page .sp-input-group,
.orthovita-checkout-page .sp-input-group {
  display: inline-flex !important;
  width: 108px !important;
  height: 42px;
  align-items: stretch;
  border: 1px solid #e5e5e5;
}
.orthovita-basket-page .sp-input-group button,
.orthovita-checkout-page .sp-input-group button {
  display: block;
  width: 34px;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f5f5f5 !important;
  color: #222 !important;
}
.orthovita-basket-page .sp-input-group input,
.orthovita-checkout-page .sp-input-group input {
  width: 40px !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff;
  text-align: center;
}
.orthovita-basket-page .guncelle,
.orthovita-basket-page .sepetbirim,
.orthovita-checkout-page .guncelle,
.orthovita-checkout-page .sepetbirim {
  display: none !important;
}
.orthovita-basket-page .sepet-satir-sil button,
.orthovita-checkout-page .sepet-satir-sil button {
  display: flex;
  width: 42px;
  height: 50px;
  min-height: 0 !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f4f4f4 !important;
  color: #555 !important;
}
.orthovita-basket-page .basket-right,
.orthovita-checkout-page #basket-right-container .basket-right {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 22px !important;
  border: 1px solid #ececec;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}
.orthovita-basket-page .basket-right ul,
.orthovita-checkout-page .basket-right ul {
  margin: 0;
  padding: 0;
}
.orthovita-basket-page .basket-right .tutar,
.orthovita-checkout-page .basket-right .tutar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.orthovita-basket-page .basket-right .sepet2,
.orthovita-checkout-page .basket-right .sepet2 {
  display: none;
}
.orthovita-basket-page .basket-right .sepet1,
.orthovita-checkout-page .basket-right .sepet1 {
  color: #e92b32;
  font-size: 13px;
  font-weight: 700;
}
.orthovita-basket-page .basket-right .sepet3,
.orthovita-checkout-page .basket-right .sepet3 {
  color: #e92b32;
  font-size: 18px;
  font-weight: 700;
}
.orthovita-basket-page .basket-button {
  display: grid !important;
  grid-column: 1/-1;
  grid-template-columns: 180px 180px minmax(240px, 1fr);
  gap: 12px;
  margin-top: 26px;
}
.orthovita-basket-page .basket-button a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid #dedede;
  color: #222;
  font-weight: 600;
}
.orthovita-basket-page .basket-button .green-button {
  justify-self: end;
  width: min(100%, 330px);
  border-color: #fe752c !important;
  background: #fe752c !important;
  color: #fff !important;
}
.orthovita-basket-page .catSlider {
  display: none !important;
}
.orthovita-checkout-page #cokluSayfa > .genelBaslik:nth-of-type(2) {
  margin-top: 52px !important;
}
.orthovita-checkout-page #cokluSayfa > .genelBaslik:nth-of-type(2) h2 {
  padding-right: 0;
}
.orthovita-checkout-page #basket-right-container {
  float: right;
  width: 300px;
  margin-left: 28px;
}
.orthovita-checkout-page #siparis-submit-button {
  width: 100% !important;
  min-height: 48px;
  margin-top: 14px;
  border: 1px solid #6c757d !important;
  background: #6c757d !important;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}
.orthovita-checkout-page .shopphp-payment-body {
  width: calc(100% - 328px);
  min-width: 0;
}
.orthovita-checkout-page .shopphp-payment-body .container {
  max-width: none !important;
  padding: 0 !important;
}
.orthovita-payment-step-page .orthovita-credit-card-option,
.orthovita-payment-step-page
  .orthovita-credit-card-option-wrap
  > .orthovita-credit-card-option {
  width: 100%;
  min-height: 64px;
  margin: 0 0 18px !important;
  padding: 18px 22px !important;
  border: 1px solid #f4d6c6 !important;
  border-radius: 12px !important;
  background: #fff5eb !important;
  color: #202124 !important;
  font-weight: 700;
  box-shadow: 0 12px 34px rgba(254, 117, 44, 0.08);
  cursor: pointer;
}
body.orthovita-payment-step-page .pay-items.tabs-items.active,
body.orthovita-payment-step-page
  .pay-items.tabs-items.orthovita-credit-card-option,
body.orthovita-payment-step-page .pay-items.tabs-items.selected {
  display: block !important;
  border: 1px solid #fe752c !important;
  border-color: #fe752c !important;
  background: #fff5eb !important;
  box-shadow: 0 14px 38px rgba(254, 117, 44, 0.08) !important;
}
body.orthovita-payment-step-page .pay-items.tabs-items .card-headers,
body.orthovita-payment-step-page .pay-items.tabs-items .card-headers > div {
  border-color: #f4d6c6 !important;
  color: #202124 !important;
}
body.orthovita-payment-step-page .pay-items.tabs-items .card-bodys,
body.orthovita-payment-step-page .pay-items.tabs-items .card-bodys.d-none,
body.orthovita-payment-step-page .pay-items.tabs-items .pay-auto-cc,
body.orthovita-payment-step-page .pay-items.tabs-items .pay-auto-load {
  display: block !important;
}
body.orthovita-payment-step-page .pay-items.tabs-items .radius {
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #fe752c !important;
  border-radius: 50% !important;
  background: #fff !important;
  position: relative;
}
body.orthovita-payment-step-page .pay-items.tabs-items.active .radius::after,
body.orthovita-payment-step-page .pay-items.tabs-items.selected .radius::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #fe752c;
}
.orthovita-payment-step-page .orthovita-credit-card-option.is-selected,
.orthovita-payment-step-page .orthovita-credit-card-option:hover {
  border-color: #fe752c !important;
  background: #fff5eb !important;
}
.orthovita-payment-step-page .shopphp-payment-body [style*="#f00"],
.orthovita-payment-step-page .shopphp-payment-body [style*="#ff0000"],
.orthovita-payment-step-page .shopphp-payment-body [style*="red"] {
  border-color: #fe752c !important;
  color: inherit !important;
}
.orthovita-payment-step-page
  .orthovita-credit-card-option
  input[type="checkbox"],
.orthovita-payment-step-page .orthovita-credit-card-option input[type="radio"] {
  accent-color: #fe752c !important;
}
.orthovita-payment-step-page .orthovita-credit-card-option::after {
  content: none !important;
  display: none !important;
}
.orthovita-payment-step-page
  .orthovita-credit-card-option:not(.is-selected)::after {
  content: none !important;
  display: none !important;
}
.orthovita-payment-step-page .orthovita-contract-accordion {
  width: 100%;
  margin: 34px 0 28px;
  clear: left;
}
.orthovita-payment-step-page .orthovita-contract-panel {
  overflow: hidden;
  margin: 0 0 12px;
  border: 1px solid #e7eee9;
  border-radius: 12px;
  background: #fff;
}
.orthovita-payment-step-page .orthovita-contract-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 16px 20px;
  color: #202124;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}
.orthovita-payment-step-page
  .orthovita-contract-panel
  summary::-webkit-details-marker {
  display: none;
}
.orthovita-payment-step-page .orthovita-contract-panel summary svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #fe752c;
  transition: transform 0.2s ease;
}
.orthovita-payment-step-page .orthovita-contract-panel[open] summary svg {
  transform: rotate(180deg);
}
.orthovita-payment-step-page .orthovita-contract-body {
  padding: 0 20px 20px;
}
.orthovita-payment-step-page .orthovita-contract-body .textArea,
.orthovita-payment-step-page .orthovita-contract-body textarea {
  width: 100% !important;
  min-height: 220px !important;
  padding: 18px !important;
  border: 1px solid #edf0ee !important;
  border-radius: 10px !important;
  background: #fe752c03 !important;
  color: #5f6662 !important;
  font-size: 13px !important;
  line-height: 1.7 !important;
}
.orthovita-payment-step-page .orthovita-address-card {
  width: min(100%, 760px);
  margin: 32px 0 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ece6e1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(67, 45, 31, 0.07);
}
.orthovita-payment-step-page .orthovita-address-card > .genelBaslik {
  position: relative;
  margin: 0 !important;
  padding: 24px 28px 18px 33px;
  border-bottom: 1px solid #f0ebe7;
  background: linear-gradient(90deg, #fff8f4 0, #fff 72%);
}
.orthovita-payment-step-page .orthovita-address-card > .genelBaslik::before {
  position: absolute;
  top: 24px;
  bottom: 19px;
  left: 0;
  width: 4px;
  background: #fe752c;
  content: "";
}
.orthovita-payment-step-page
  #cokluSayfa
  .orthovita-address-card
  > .genelBaslik
  .orthovita-address-title {
  margin: 0 !important;
  padding: 0;
  border: 0;
  color: #202124 !important;
  font-size: clamp(23px, 2vw, 29px) !important;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
}
.orthovita-payment-step-page .orthovita-address-table {
  display: block !important;
  width: 100% !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: 0 0 !important;
}
.orthovita-payment-step-page .orthovita-address-table tbody {
  display: block;
}
.orthovita-payment-step-page .orthovita-address-table tr {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid #eee8e4;
  border-radius: 0;
  background: 0 0;
  transition: background-color 0.18s ease;
}
.orthovita-payment-step-page .orthovita-address-table tr:last-child {
  border-bottom: 0;
}
.orthovita-payment-step-page
  .orthovita-address-table
  tr:not(.orthovita-address-section):hover {
  background: #fffaf7;
}
.orthovita-payment-step-page .orthovita-address-table td {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 13px 12px !important;
  border: 0 !important;
  color: #202124;
  font-size: 13px;
  line-height: 1.45;
}
.orthovita-payment-step-page .orthovita-address-table td:first-child {
  width: auto;
  border-right: 1px solid #eee8e4 !important;
  background: #faf8f6;
  color: #6f6661;
  font-weight: 600;
  transition: background-color 0.18s ease, color 0.18s ease;
}
.orthovita-payment-step-page
  .orthovita-address-table
  tr:not(.orthovita-address-section):hover
  td:first-child {
  background: #fff3eb;
  color: #d95c1d;
}
.orthovita-payment-step-page .orthovita-address-table td.td2 {
  display: none !important;
}
.orthovita-payment-step-page .orthovita-address-table td:last-child {
  font-weight: 700;
  word-break: break-word;
}
.orthovita-payment-step-page
  .orthovita-address-table
  tr.orthovita-address-section {
  grid-template-columns: 1fr;
  min-height: auto;
  margin-top: 0;
  border-top: 6px solid #fff;
  border-bottom: 1px solid #f2d8c9;
  border-radius: 0;
  background: #fff4ed;
}
.orthovita-payment-step-page
  .orthovita-address-table
  tr.orthovita-address-section
  td:first-child {
  border-right: 0 !important;
  border-bottom: 0 !important;
  padding: 13px 28px !important;
  background: 0 0;
  color: #fe752c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.orthovita-payment-step-page
  .orthovita-address-table
  tr.orthovita-address-empty,
.orthovita-payment-step-page
  .orthovita-address-table
  tr.orthovita-address-section
  td:not(:first-child) {
  display: none !important;
}
.orthovita-checkout-page #top-payment-tab {
  overflow: hidden;
  border-radius: 0 !important;
}
.orthovita-checkout-page #top-payment-tab .tab {
  min-height: 54px;
  border-color: #e5e5e5 !important;
}
.orthovita-checkout-page #top-payment-tab .active {
  color: #fe752c;
}
.orthovita-checkout-page .new-adres-items {
  min-height: 160px;
  border-color: #e5e5e5;
  border-radius: 8px;
  box-shadow: none;
}
.orthovita-checkout-page .addres-add-form input,
.orthovita-checkout-page .addres-add-form select,
.orthovita-checkout-page textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #dedede;
  background: #fff;
}
.orthovita-checkout-page textarea {
  min-height: 120px;
}
.orthovita-inner-page .alert,
.orthovita-inner-page .basket-info,
.orthovita-inner-page .uyari {
  padding: 16px 18px;
  border: 1px solid #f4d6c6;
  border-radius: 8px;
  background: #fff5eb;
}
.orthovita-inner-page .pagination,
.orthovita-inner-page .sayfalama {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .orthovita-search-page .orthovita-search-results > div.tf-grid-layout,
  .orthovita-wishlist-page .orthovita-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .orthovita-inner-page .siteyiOrtala {
    padding: 44px 18px 68px !important;
  }
  .orthovita-payment-step-page .orthovita-address-card,
  .orthovita-payment-step-page .orthovita-contract-accordion {
    width: 100%;
  }
  .orthovita-blog-list-page .blogIcerigi > .urunListele > div[style*="display"],
  .orthovita-blog-list-page .orthovita-blog-grid,
  .orthovita-login-page #main-login-form {
    grid-template-columns: 1fr;
  }
  .orthovita-login-page .col-sm-left-login {
    padding: 0 0 44px !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e5e5 !important;
  }
  .orthovita-account-page .menu_list.uyelik {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .orthovita-search-page .orthovita-search-results > div.tf-grid-layout,
  .orthovita-wishlist-page .orthovita-wishlist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .orthovita-basket-page .basket-wrap {
    grid-template-columns: 1fr;
  }
  .orthovita-basket-page .basket-button {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .orthovita-basket-page .basket-button .green-button {
    grid-column: 1/-1;
    justify-self: stretch;
    width: 100%;
  }
  .orthovita-checkout-page #basket-right-container {
    float: none;
    width: 100%;
    margin: 0 0 28px;
  }
  .orthovita-checkout-page .shopphp-payment-body {
    width: 100%;
  }
  .orthovita-payment-step-page .orthovita-address-table tbody {
    grid-template-columns: 1fr;
  }
  .orthovita-blog-detail-page .orthovita-blog-detail-layout,
  .orthovita-contact-page .orthovita-contact-layout {
    grid-template-columns: 1fr;
  }
  .orthovita-blog-detail-page .orthovita-blog-sidebar {
    position: static;
  }
}
@media (max-width: 767px) {
  .orthovita-category-group-grid,
  .orthovita-category-highlight-grid {
    grid-template-columns: 1fr;
  }
  .orthovita-category-highlight-card {
    min-height: 160px;
    padding: 24px;
  }
  .orthovita-category-group-card {
    padding: 24px 20px;
  }
  .orthovita-category-group-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .orthovita-category-chip-list a {
    width: 100%;
    justify-content: space-between;
    border-radius: 10px;
  }
  .orthovita-account-page .menu_list.uyelik,
  .orthovita-contact-page .orthovita-contact-form-column ul,
  .orthovita-search-page .orthovita-search-form ul {
    grid-template-columns: 1fr;
  }
  .orthovita-contact-page .orthovita-contact-layout {
    width: min(100% - 32px, 1280px);
    gap: 44px;
    margin-top: 44px;
  }
  .orthovita-contact-page .orthovita-contact-form-column li.clear,
  .orthovita-contact-page .orthovita-contact-form-column li.width-100 {
    grid-column: auto;
  }
  .orthovita-search-page .orthovita-search-form {
    padding: 20px;
  }
  .orthovita-basket-page .basket-title,
  .orthovita-checkout-page .basket-title {
    display: none !important;
  }
  .orthovita-payment-step-page .orthovita-address-card {
    padding: 0;
    border-radius: 12px;
  }
  .orthovita-payment-step-page .orthovita-address-card > .genelBaslik {
    padding: 20px 20px 15px 25px;
  }
  .orthovita-payment-step-page .orthovita-address-card > .genelBaslik::before {
    top: 20px;
    bottom: 16px;
  }
  .orthovita-payment-step-page .orthovita-address-table tr {
    grid-template-columns: 132px minmax(0, 1fr);
  }
  .orthovita-payment-step-page .orthovita-address-table td:first-child {
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  .orthovita-basket-page .basket-item,
  .orthovita-checkout-page .basket-item {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px 14px;
    padding: 20px 0 !important;
  }
  .orthovita-basket-page .basket-item .cart-detail,
  .orthovita-checkout-page .basket-item .cart-detail {
    grid-column: 1/-1;
  }
  .orthovita-basket-page .basket-item .cart-price,
  .orthovita-checkout-page .basket-item .cart-price {
    grid-column: 1;
  }
  .orthovita-basket-page .basket-item .cart-qty,
  .orthovita-checkout-page .basket-item .cart-qty {
    grid-column: 1;
  }
  .orthovita-basket-page .basket-item .cart-total-price,
  .orthovita-checkout-page .basket-item .cart-total-price {
    grid-column: 2;
    grid-row: 2/4;
    align-self: center;
  }
  .orthovita-basket-page .basket-item .sepet-satir-sil,
  .orthovita-checkout-page .basket-item .sepet-satir-sil {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .orthovita-basket-page .basket-button {
    grid-template-columns: 1fr;
  }
  .orthovita-basket-page .basket-button .green-button {
    grid-column: auto;
  }
  .popup-findsize .orthovita-size-guide-content {
    padding: 18px !important;
  }
}
@media (max-width: 479px) {
  .orthovita-search-page .orthovita-search-results > div.tf-grid-layout,
  .orthovita-wishlist-page .orthovita-wishlist-grid {
    grid-template-columns: 1fr;
  }
  .orthovita-basket-page .sepet-image,
  .orthovita-checkout-page .sepet-image {
    width: 72px !important;
  }
  .orthovita-basket-page .sepet-image img,
  .orthovita-checkout-page .sepet-image img {
    width: 62px;
    height: 62px;
  }
}
.card-product .list-color-product {
  gap: 7px;
  align-items: center;
}
.card-product .list-color-product .list-color-item {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 2px;
  overflow: hidden;
  border-radius: 10px;
  border-color: #e8efec;
  background: #fff;
}
.card-product .list-color-product .list-color-item.has-image .swatch-value {
  display: none;
}
.card-product .list-color-product .list-color-item.has-image img {
  visibility: visible;
  position: relative;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  opacity: 0;
  transition: opacity 160ms ease;
}
.card-product
  .list-color-product
  .list-color-item.has-image.re10n-variant-image-ready
  img {
  opacity: 1;
}
.card-product .list-color-product .re10n-variant-image-loader {
  position: absolute;
  inset: 2px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease;
}
.card-product .list-color-product .re10n-variant-image-spinner {
  width: 12px;
  height: 12px;
  border: 1.5px solid rgba(254, 117, 44, 0.22);
  border-top-color: var(--primary, #fe752c);
  border-radius: 50%;
  animation: re10n-card-image-spin 0.7s linear infinite;
}
.card-product
  .list-color-product
  .list-color-item.re10n-variant-image-ready
  .re10n-variant-image-loader {
  opacity: 0;
  visibility: hidden;
}
.card-product
  .list-color-product
  .list-color-item:not(.has-image)
  .swatch-value {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.card-product .list-color-product .list-color-item.active,
.card-product .list-color-product .list-color-item:hover {
  border-color: var(--main);
}
@media (max-width: 575px) {
  .card-product .list-color-product .list-color-item {
    width: 31px;
    height: 31px;
  }
  .card-product .list-color-product .list-color-item.has-image img {
    width: 25px;
    height: 25px;
  }
}
body.orthovita-inner-page #cokluSayfa .anasBaslik h2,
body.orthovita-inner-page
  #cokluSayfa
  .genelBaslik:not(.orthovita-source-heading)
  h2 {
  color: #242625 !important;
  font-family: Sora, "Albert Sans", sans-serif !important;
  font-size: clamp(25px, 2vw, 36px) !important;
  margin-bottom: 10px;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.025em !important;
  text-transform: none !important;
}
@media (max-width: 767px) {
  body.orthovita-inner-page #cokluSayfa .anasBaslik h2,
  body.orthovita-inner-page
    #cokluSayfa
    .genelBaslik:not(.orthovita-source-heading)
    h2 {
    font-size: clamp(22px, 6.5vw, 27px) !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
  }
}
.popup-quickadd .tf-product-info-item {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.popup-quickadd .tf-product-info-item .image {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-bottom: 27px;
  background: 0 0;
}
.popup-quickadd .tf-product-info-item .image .quick-add-main-image,
.popup-quickadd .tf-product-info-item .image img {
  display: block;
  width: 220px;
  max-width: 72%;
  height: auto;
  object-fit: contain;
}
.popup-quickadd .re10n-quick-detail-link {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 0;
  padding: 0 0 4px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.popup-quickadd .re10n-quick-detail-link::after {
  background-color: var(--primary);
}
.popup-quickadd .re10n-quick-detail-link:focus-visible,
.popup-quickadd .re10n-quick-detail-link:hover {
  color: #626366;
}
.popup-quickadd .re10n-quick-detail-link:focus-visible::after,
.popup-quickadd .re10n-quick-detail-link:hover::after {
  background-color: #626366;
}
.popup-quickadd .tf-product-info-item .content {
  width: 100%;
  gap: 5px;
}
.popup-quickadd .tf-product-info-item .content > a {
  padding-right: 28px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}
.popup-quickadd .tf-product-info-price {
  flex-wrap: wrap;
  gap: 7px;
}
.popup-quickadd .tf-product-info-price .badges-on-sale {
  border-radius: 4px;
  background-color: var(--primary);
}
.popup-quickadd .tf-product-info-price .price {
  color: var(--primary);
  font-weight: 700;
}
.popup-quickadd .variant-picker-item {
  margin-bottom: 13px !important;
}
.popup-quickadd .variant-picker-item .variant-picker-label {
  margin-bottom: 9px;
}
.popup-quickadd .variant-picker-item .variant-picker-label-value {
  color: var(--primary);
}
.popup-quickadd .variant-picker-item .variant-picker-values {
  gap: 7px;
}
.popup-quickadd .variant-picker-item .variant-picker-values label.style-image {
  display: flex;
  width: 72px;
  height: 62px;
  align-items: center;
  justify-content: center;
  padding: 4px;
  overflow: hidden;
  border: 1px solid rgba(98, 99, 102, 0.16);
  border-radius: 4px;
  background: 0 0;
}
.popup-quickadd
  .variant-picker-item
  .variant-picker-values
  label.style-image
  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.popup-quickadd
  .variant-picker-item
  .variant-picker-values
  input:checked
  + label.style-image {
  border-color: var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}
.popup-quickadd
  .variant-picker-item
  .variant-picker-values
  label.style-image:hover,
.popup-quickadd
  .variant-picker-item
  .variant-picker-values
  label.style-text:hover {
  border-color: var(--primary);
}
.popup-quickadd .variant-picker-item .variant-picker-values label.style-text {
  min-width: 40px;
  height: 36px;
  padding: 6px 11px;
  border-color: rgba(98, 99, 102, 0.16);
  border-radius: 4px;
}
.popup-quickadd
  .variant-picker-item
  .variant-picker-values
  input:checked
  + label.style-text:not(.color-btn) {
  border-color: var(--primary);
  background-color: var(--primary);
  box-shadow: none;
}
.popup-quickadd .quick-add-stock-status {
  margin-bottom: 10px !important;
}
.popup-quickadd .tf-product-info-buy-button {
  display: grid !important;
  grid-template-columns: 100px minmax(0, 1fr) 44px;
  align-items: stretch;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}
.popup-quickadd .tf-product-info-quantity {
  min-width: 0;
  margin: 0;
}
.popup-quickadd .tf-product-info-quantity .quantity-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.popup-quickadd .tf-product-info-quantity .wg-quantity {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(98, 99, 102, 0.16);
  border-radius: 4px;
  background: #fff;
}
.popup-quickadd .tf-product-info-quantity .wg-quantity .btn-quantity,
.popup-quickadd .tf-product-info-quantity .wg-quantity input {
  height: 42px;
}
.popup-quickadd .tf-product-info-quantity .wg-quantity .btn-quantity {
  width: 30px;
  color: var(--primary);
  font-size: 19px;
}
.popup-quickadd .tf-product-info-quantity .wg-quantity input {
  width: 38px;
  font-size: 14px;
}
.popup-quickadd .quick-add-submit {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border-color: var(--primary);
  border-radius: 4px;
  background: var(--primary);
  color: #fff;
  white-space: nowrap;
}
.popup-quickadd .quick-add-submit:focus-visible,
.popup-quickadd .quick-add-submit:hover {
  border-color: #626366;
  background: #626366;
  color: #fff;
}
.popup-quickadd .tf-product-btn-wishlist,
.popup-quickadd .tf-product-btn-wishlist .quick-add-wishlist-btn {
  width: 44px;
  height: 44px;
}
.popup-quickadd .tf-product-btn-wishlist .quick-add-wishlist-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  border: 0;
  border-radius: inherit;
  background: 0 0;
  color: #626366;
}
.popup-quickadd .tf-product-btn-wishlist .quick-add-wishlist-btn i {
  color: inherit;
}
.popup-quickadd .tf-product-btn-wishlist:focus-within,
.popup-quickadd .tf-product-btn-wishlist:hover {
  border-color: var(--primary);
  background: var(--primary) !important;
}
.popup-quickadd .tf-product-btn-wishlist .quick-add-wishlist-btn.active,
.popup-quickadd .tf-product-btn-wishlist:focus-within .quick-add-wishlist-btn,
.popup-quickadd .tf-product-btn-wishlist:hover .quick-add-wishlist-btn {
  background: var(--primary);
  color: #fff;
}
@media (max-width: 420px) {
  .popup-quickadd #quickAddModalBody > .wrap,
  .popup-quickadd .modal-content > .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .popup-quickadd .tf-product-info-buy-button {
    grid-template-columns: 90px minmax(0, 1fr) 42px;
    gap: 6px !important;
  }
  .popup-quickadd .quick-add-submit {
    padding: 0 9px;
    font-size: 13px !important;
  }
  .popup-quickadd .tf-product-btn-wishlist,
  .popup-quickadd .tf-product-btn-wishlist .quick-add-wishlist-btn {
    width: 42px;
  }
}
@media (max-width: 1150px) {
  #mobileMenu > .d-flex.flex-row-reverse.justify-content-end.mt-4 {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
  }
  .tf-toolbar-bottom {
    border-top: 1px solid rgba(254, 117, 44, 0.24);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.98) 0,
      #fff8f4 100%
    );
    box-shadow: 0 -5px 18px rgba(35, 31, 32, 0.07);
  }
  .tf-toolbar-bottom .toolbar-item a .toolbar-icon i,
  .tf-toolbar-bottom .toolbar-item.active .toolbar-icon i {
    color: #fe752c;
  }
  .tf-toolbar-bottom .toolbar-item a .toolbar-icon .toolbar-count {
    background: #fe752c;
  }
}
.preload-wrapper .preload-container {
  display: flex;
}
.preload-container {
  background: #fff !important;
  opacity: 1;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}
.preload-container.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preload-container .re10n-preloader-mark {
  position: relative;
  display: flex;
  width: 112px;
  height: 108px;
  align-items: center;
  justify-content: center;
}
.preload-container .re10n-preloader-mark img,
.preload-container .re10n-preloader-svg {
  position: relative;
  z-index: 2;
  display: block;
  width: 58px;
  height: 58px;
  margin-top: -12px;
  filter: drop-shadow(0 7px 14px rgba(254, 117, 44, 0.14));
  animation: re10n-preloader-logo-breathe 1.55s ease-in-out infinite;
}
.preload-container .re10n-preloader-halo {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 1;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(254, 117, 44, 0.12) 0,
    rgba(254, 117, 44, 0.055) 42%,
    rgba(254, 117, 44, 0) 72%
  );
  transform: translateX(-50%);
  animation: re10n-preloader-halo-breathe 1.55s ease-in-out infinite;
}
.preload-container .re10n-preloader-track {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 72px;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(254, 117, 44, 0.13);
  transform: translateX(-50%);
}
.preload-container .re10n-preloader-track span {
  display: block;
  width: 30px;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(254, 117, 44, 0),
    #fe752c 44%,
    #ff9a62 100%
  );
  animation: re10n-preloader-track 1.15s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}
@keyframes re10n-preloader-logo-breathe {
  0%,
  100% {
    opacity: 0.9;
    transform: scale(0.97);
  }
  50% {
    opacity: 1;
    transform: scale(1.025);
  }
}
@keyframes re10n-preloader-halo-breathe {
  0%,
  100% {
    opacity: 0.62;
    transform: translateX(-50%) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.08);
  }
}
@keyframes re10n-preloader-track {
  0% {
    transform: translateX(-34px);
  }
  50% {
    transform: translateX(42px);
  }
  100% {
    transform: translateX(78px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .preload-container .re10n-preloader-halo,
  .preload-container .re10n-preloader-mark img,
  .preload-container .re10n-preloader-svg,
  .preload-container .re10n-preloader-track span {
    animation-duration: 2.2s;
  }
}
