body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}
/* ==============================
   Oto Parca Pazari Custom Header
   ============================== */

:root {
  --opp-orange: #F16E20;
  --opp-dark: #232323;
  --opp-gray: #4A4A4A;
  --opp-light: #F9FAFB;
}

body {
  background: var(--opp-light);
}

.opp-topbar {
  background: var(--opp-dark);
  color: #fff;
  font-size: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.opp-topbar i {
  color: var(--opp-orange);
  margin-right: 6px;
}

.opp-top-left,
.opp-top-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.opp-top-right a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.opp-top-right a:hover {
  color: var(--opp-orange);
}

.opp-header {
  background: #fff;
  padding: 14px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  position: relative;
  z-index: 20;
}

.opp-logo {
  margin: 0 !important;
  text-align: left !important;
}

.opp-logo img {
  max-width: 220px;
  max-height: 70px;
}

.opp-logo-text {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  text-decoration: none;
  color: var(--opp-dark);
  line-height: 1;
  flex-wrap: wrap;
}

.opp-logo-text span {
  font-size: 25px;
  font-weight: 300;
  color: var(--opp-dark);
}

.opp-logo-text strong {
  font-size: 34px;
  font-weight: 900;
  color: var(--opp-orange);
  text-transform: uppercase;
}

.opp-logo-text small {
  font-size: 15px;
  font-weight: 800;
  color: var(--opp-dark);
}

.opp-search-box #search {
  margin: 0;
}

.opp-search-box #search .input-group {
  border: 2px solid var(--opp-dark);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.opp-search-box #search input {
  border: 0;
  height: 46px;
  font-size: 14px;
  box-shadow: none;
}

.opp-search-box #search button {
  background: var(--opp-orange);
  border-color: var(--opp-orange);
  color: #fff;
  min-width: 75px;
  font-weight: 800;
  text-shadow: none;
}

.opp-search-box #search button:hover {
  background: #d95d17;
  border-color: #d95d17;
}

.opp-search-hints {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  font-size: 12px;
  color: #777;
}

.opp-search-hints a {
  color: var(--opp-orange);
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
}

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

.opp-account {
  display: flex;
  align-items: center;
  gap: 10px;
}

.opp-account > i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f3f3f3;
  color: var(--opp-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.opp-account small {
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.1;
}

.opp-account a {
  display: block;
  color: var(--opp-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.opp-account a:hover {
  color: var(--opp-orange);
}

.opp-cart {
  min-width: 135px;
}

.opp-cart #cart {
  margin: 0;
}

.opp-cart #cart > .btn,
.opp-cart #cart button {
  background: var(--opp-dark) !important;
  border-color: var(--opp-dark) !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 800;
  padding: 11px 14px;
  text-shadow: none;
}

.opp-cart #cart > .btn:hover,
.opp-cart #cart button:hover {
  background: var(--opp-orange) !important;
  border-color: var(--opp-orange) !important;
}

.opp-menu-wrap {
  background: var(--opp-dark);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 3px solid var(--opp-orange);
}

.opp-menu-wrap #menu {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  min-height: 46px;
  padding: 0;
}

.opp-menu-wrap #menu .navbar-nav > li > a,
.opp-menu-wrap #menu .nav-link {
  color: #fff !important;
  text-shadow: none !important;
  font-weight: 800;
  font-size: 13px;
  padding: 14px 16px !important;
  text-transform: uppercase;
}

.opp-menu-wrap #menu .navbar-nav > li > a:hover,
.opp-menu-wrap #menu .nav-link:hover {
  background: var(--opp-orange) !important;
  color: #fff !important;
}

.opp-menu-wrap #category {
  color: #fff;
}

.opp-menu-wrap #menu .dropdown-menu {
  border: 0;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 18px 35px rgba(0,0,0,0.18);
}

@media (max-width: 991px) {
  .opp-topbar {
    display: none;
  }

  .opp-logo {
    text-align: center !important;
  }

  .opp-header-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .opp-search-hints {
    flex-direction: column;
    text-align: center;
  }

  .opp-menu-wrap #menu {
    padding: 8px 0;
  }
}
/* ==============================
   Oto Parca Pazari Home Page
   ============================== */

.opp-hero {
  background: linear-gradient(135deg, #232323 0%, #2f2f2f 55%, #111 100%);
  color: #fff;
  padding: 55px 0;
  border-bottom: 4px solid var(--opp-orange);
}

.opp-badge {
  display: inline-block;
  background: rgba(241,110,32,0.15);
  color: var(--opp-orange);
  border: 1px solid rgba(241,110,32,0.35);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.opp-hero h1 {
  color: #fff;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 16px;
}

.opp-hero p {
  color: #ddd;
  font-size: 16px;
  margin-bottom: 22px;
}

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

.opp-btn-orange {
  background: var(--opp-orange);
  border-color: var(--opp-orange);
  color: #fff;
  font-weight: 900;
}

.opp-btn-orange:hover {
  background: #d95d17;
  border-color: #d95d17;
  color: #fff;
}

.opp-btn-dark {
  background: #111;
  border-color: #111;
  color: #fff;
  font-weight: 900;
}

.opp-btn-dark:hover {
  background: var(--opp-orange);
  border-color: var(--opp-orange);
  color: #fff;
}

.opp-btn-light {
  background: #f3f3f3;
  border-color: #e5e5e5;
  color: var(--opp-dark);
  font-weight: 900;
}

.opp-finder-card {
  background: #fff;
  color: var(--opp-dark);
  padding: 26px;
  border-radius: 22px;
  border-top: 5px solid var(--opp-orange);
  box-shadow: 0 20px 50px rgba(0,0,0,0.22);
}

.opp-finder-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.opp-finder-title > i {
  width: 44px;
  height: 44px;
  background: rgba(241,110,32,0.12);
  color: var(--opp-orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.opp-finder-title h3 {
  margin: 0;
  font-size: 20px;
  color: var(--opp-dark);
  font-weight: 900;
}

.opp-finder-title p {
  margin: 2px 0 0;
  color: #777;
  font-size: 13px;
}

.opp-finder-card label {
  font-size: 12px;
  color: #666;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.opp-finder-card .form-select,
.opp-finder-card .form-control {
  min-height: 44px;
  border-radius: 10px;
  font-weight: 700;
}

.opp-brand-showcase {
  background: #fff;
  padding: 34px 0 0;
}

.opp-section-head {
  margin-bottom: 22px;
}

.opp-section-head span {
  display: inline-block;
  color: var(--opp-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.opp-section-head h2 {
  color: var(--opp-dark);
  font-weight: 900;
  margin: 0;
}

.opp-brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.opp-brand-box {
  min-height: 260px;
  padding: 28px 18px;
  background: #fff;
  border-right: 1px solid #eee;
  text-decoration: none;
  color: var(--opp-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: .25s ease;
  position: relative;
  overflow: hidden;
}

.opp-brand-box:hover {
  background: #fff7f2;
  color: var(--opp-dark);
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.08);
  z-index: 2;
}

.opp-brand-box strong {
  font-size: 28px;
  font-weight: 950;
  color: var(--opp-dark);
}

.opp-brand-box small {
  color: #777;
  font-weight: 800;
  text-transform: uppercase;
}

.opp-brand-box > i {
  font-size: 58px;
  color: var(--opp-orange);
  opacity: .9;
  text-align: center;
  margin: 20px 0;
}

.opp-brand-box span {
  color: var(--opp-orange);
  font-size: 13px;
  font-weight: 900;
}

.opp-advantages {
  background: #fff;
  padding: 28px 0;
  border-bottom: 1px solid #eee;
}

.opp-advantage {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 18px;
  min-height: 135px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.04);
}

.opp-advantage i {
  color: var(--opp-orange);
  font-size: 28px;
  margin-bottom: 10px;
}

.opp-advantage h4 {
  color: var(--opp-dark);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 5px;
}

.opp-advantage p {
  color: #777;
  font-size: 12px;
  margin: 0;
}

.opp-category-section {
  padding: 42px 0;
  background: #f7f7f7;
}

.opp-category-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: var(--opp-dark);
  transition: .2s ease;
  height: 100%;
}

.opp-category-card:hover {
  border-color: var(--opp-orange);
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
  color: var(--opp-dark);
}

.opp-category-card > i {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(241,110,32,0.12);
  color: var(--opp-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex: 0 0 auto;
}

.opp-category-card h3 {
  color: var(--opp-dark);
  font-size: 17px;
  margin: 0 0 4px;
  font-weight: 900;
}

.opp-category-card p {
  color: #777;
  font-size: 12px;
  margin: 0;
}

.opp-category-card span {
  margin-left: auto;
  color: var(--opp-orange);
}

.opp-content-area {
  padding: 35px 0;
  background: #fff;
}

@media (max-width: 991px) {
  .opp-hero {
    padding: 35px 0;
  }

  .opp-hero h1 {
    font-size: 31px;
  }

  .opp-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .opp-brand-box {
    min-height: 220px;
  }
}

@media (max-width: 575px) {
  .opp-brand-grid {
    grid-template-columns: 1fr;
  }
}
/* ==============================
   FIX & PREMIUM LAYOUT
   ============================== */

#common-home.container {
  max-width: 100% !important;
  padding: 0 !important;
}

#content {
  padding-bottom: 0 !important;
}

main {
  background: #f5f6f8;
}

.opp-hero {
  margin-top: 0 !important;
  padding: 90px 0 !important;
  background:
    radial-gradient(circle at top right, rgba(241,110,32,0.18), transparent 30%),
    linear-gradient(135deg,#181818 0%,#232323 50%,#101010 100%) !important;
}

.opp-hero .container {
  max-width: 1320px;
}

.opp-hero-text {
  max-width: 560px;
}

.opp-hero h1 {
  font-size: 58px !important;
  line-height: 1.05 !important;
  margin-bottom: 24px !important;
}

.opp-hero p {
  font-size: 17px !important;
  line-height: 1.8;
  color: rgba(255,255,255,0.75) !important;
}

.opp-btn-orange,
.opp-btn-dark,
.opp-btn-light {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.opp-finder-card {
  border-radius: 28px !important;
  padding: 34px !important;
}

.opp-brand-showcase {
  padding: 0 !important;
}

.opp-brand-grid {
  max-width: 100%;
}

.opp-brand-box {
  min-height: 320px !important;
  padding: 34px !important;
  position: relative;
}

.opp-brand-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 40%, rgba(241,110,32,0.04));
  opacity: 0;
  transition: .25s;
}

.opp-brand-box:hover::before {
  opacity: 1;
}

.opp-brand-box strong {
  font-size: 34px !important;
}

.opp-brand-box > i {
  font-size: 78px !important;
}

.opp-advantages {
  padding: 55px 0 !important;
}

.opp-advantage {
  padding: 30px !important;
  border-radius: 22px !important;
}

.opp-advantage i {
  font-size: 34px !important;
}

.opp-category-section {
  padding: 70px 0 !important;
}

.opp-category-section .container {
  max-width: 1320px;
}

.opp-category-card {
  min-height: 135px;
  border-radius: 22px !important;
  padding: 26px !important;
}

.opp-category-card > i {
  width: 58px !important;
  height: 58px !important;
  font-size: 24px !important;
}

.opp-category-card h3 {
  font-size: 22px !important;
}

.opp-content-area {
  padding-top: 0 !important;
}

.product-thumb {
  border-radius: 18px !important;
  overflow: hidden;
  border: 1px solid #ececec !important;
  box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.product-thumb .button button {
  min-height: 46px;
}

footer {
  position: relative !important;
  bottom: auto !important;
  margin-top: 0 !important;
}

@media (max-width: 991px) {

  .opp-hero {
    padding: 55px 0 !important;
  }

  .opp-hero h1 {
    font-size: 40px !important;
  }

  .opp-brand-grid {
    grid-template-columns: repeat(2,1fr) !important;
  }
}

@media (max-width: 575px) {

  .opp-hero h1 {
    font-size: 30px !important;
  }

  .opp-brand-grid {
    grid-template-columns: 1fr !important;
  }

  .opp-finder-card {
    padding: 22px !important;
  }

  .opp-category-card {
    padding: 18px !important;
  }
}
/* ==============================
   OPP Header Tight Polish
   ============================== */

.opp-topbar {
  padding: 7px 0 !important;
}

.opp-header {
  padding: 18px 0 !important;
}

.opp-header .container,
.opp-menu-wrap .container {
  max-width: 1380px;
}

.opp-logo img {
  max-width: 240px !important;
  max-height: 82px !important;
  object-fit: contain;
}

.opp-search-box #search .input-group {
  border: 1px solid #dfe3e8 !important;
  border-radius: 8px !important;
}

.opp-search-box #search input {
  height: 52px !important;
  font-size: 15px !important;
  padding-left: 18px !important;
}

.opp-search-box #search button {
  min-width: 64px !important;
  background: #fff !important;
  border-left: 1px solid #dfe3e8 !important;
  color: #000 !important;
  font-size: 20px !important;
}

.opp-search-box #search button:hover {
  background: var(--opp-orange) !important;
  color: #fff !important;
}

.opp-search-hints {
  margin-top: 9px !important;
  font-size: 13px !important;
}

.opp-search-hints a {
  color: var(--opp-orange) !important;
}

.opp-account > i {
  width: 45px !important;
  height: 45px !important;
}

.opp-account a {
  font-size: 14px !important;
}

.opp-cart {
  min-width: 165px !important;
}

.opp-cart #cart button,
.opp-cart #cart > .btn {
  min-height: 50px !important;
  border-radius: 8px !important;
  padding: 12px 18px !important;
}

.opp-menu-wrap #menu .navbar-nav {
  justify-content: center;
  width: 100%;
}

.opp-menu-wrap #menu .navbar-nav > li > a,
.opp-menu-wrap #menu .nav-link {
  padding: 17px 18px !important;
  letter-spacing: .2px;
}

@media (max-width: 991px) {
  .opp-header {
    padding: 14px 0 !important;
  }

  .opp-logo img {
    max-width: 210px !important;
  }

  .opp-cart {
    min-width: auto !important;
  }
}
/* =========================
   Modern Product Cards
========================= */

.product-thumb {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #ececec;
    transition: 0.35s ease;
    padding: 18px;
    position: relative;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.product-thumb:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    border-color: #F16E20;
}

.product-thumb .image {
    background: #f7f7f7;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-thumb .image img {
    transition: 0.4s ease;
    width: 100%;
}

.product-thumb:hover .image img {
    transform: scale(1.08);
}

.product-thumb h4 {
    min-height: 48px;
}

.product-thumb h4 a {
    color: #111;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
}

.product-thumb h4 a:hover {
    color: #F16E20;
}

.product-thumb .description {
    color: #666;
    font-size: 14px;
    min-height: 52px;
    margin-top: 10px;
}

.product-thumb .price {
    color: #F16E20;
    font-size: 24px;
    font-weight: 800;
    margin-top: 14px;
}

.product-thumb .button-group {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.product-thumb .button-group button {
    flex: 1;
    border: 0;
    border-radius: 12px;
    padding: 12px;
    background: #111;
    color: #fff;
    transition: 0.3s;
    font-weight: 700;
}

.product-thumb .button-group button:hover {
    background: #F16E20;
}

.product-thumb .button-group button + button {
    max-width: 52px;
    flex: unset;
}

.product-layout {
    margin-bottom: 30px;
}
.opp-product-info-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:14px;
    padding:20px;
    margin-bottom:25px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:15px;
}

.opp-info-item{
    background:#fafafa;
    border-radius:10px;
    padding:15px;
    border-left:4px solid #f97316;
}

.opp-info-item span{
    display:block;
    font-size:13px;
    color:#888;
    margin-bottom:5px;
}

.opp-info-item strong{
    font-size:15px;
    color:#111;
}
.opp-product-info-box{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
margin:40px 0;
}

.opp-info-item{
background:#fff;
border:1px solid #eee;
border-left:4px solid #f97316;
border-radius:14px;
padding:20px;
transition:.3s;
}

.opp-info-item:hover{
transform:translateY(-3px);
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.opp-info-item span{
display:block;
font-size:13px;
color:#888;
margin-bottom:10px;
}

.opp-info-item strong{
font-size:20px;
font-weight:800;
color:#111;
}

@media(max-width:992px){

.opp-product-info-box{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.opp-product-info-box{
grid-template-columns:1fr;
}

}
.opp-whatsapp-area{
margin:25px 0;
}

.opp-whatsapp-btn{
width:100%;
padding:16px;
font-size:18px;
font-weight:700;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
}

.opp-cart-box{
display:flex;
gap:15px;
margin-top:20px;
}

.opp-cart-box input{
height:60px;
max-width:120px;
border-radius:14px;
font-size:20px;
font-weight:700;
text-align:center;
}

.opp-cart-btn{
flex:1;
border-radius:14px;
font-size:20px;
font-weight:700;
}

.opp-product-info-box{
margin-top:30px;
}
/* =========================
   Product Page Final Fix
========================= */

#product-product .col-sm-4,
#product-product .col-sm-8{
width:auto !important;
}

#product-product .btn{
border-radius:14px;
font-weight:700;
}

#product-product #input-quantity{
max-width:100px;
height:58px;
font-size:20px;
font-weight:700;
text-align:center;
}

#button-cart{
background:#f97316 !important;
border-color:#f97316 !important;
color:#fff !important;
height:58px;
padding:0 35px;
font-size:20px;
font-weight:800;
}

#button-cart:hover{
background:#e56512 !important;
border-color:#e56512 !important;
}

.opp-cart-box{
display:flex;
align-items:center;
gap:15px;
margin-top:20px;
}

.opp-whatsapp-btn{
background:#16a34a !important;
border:none !important;
color:#fff !important;
}

.opp-whatsapp-btn:hover{
background:#12803a !important;
}

#product-product .tab-content{
background:#fff;
padding:25px;
border-radius:16px;
border:1px solid #eee;
margin-top:20px;
}

#product-product .nav-tabs{
border-bottom:none;
}

#product-product .nav-tabs li a{
border-radius:12px 12px 0 0;
font-weight:700;
}
/* Product page cleanup */
#product {
  display: none !important;
}

.opp-product-right .opp-product-info-box {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.opp-product-right .opp-info-item {
  min-height: auto !important;
  padding: 16px !important;
}

.opp-product-right .opp-info-item strong {
  font-size: 16px !important;
  line-height: 1.4 !important;
}


.opp-cart-box {
  margin-bottom: 25px !important;
}

.opp-product-price{
  font-size:32px;
  font-weight:800;
  color:#ff6a00;
  margin:15px 0;
}

.opp-price-ask{
  color:#111;
  background:#fff3e8;
  padding:12px 18px;
  border-radius:12px;
  display:inline-block;
  font-size:20px;
}

/* Product Detail Final */
.opp-product-gallery {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 25px;
}

.opp-main-image {
  width: 100%;
  border-radius: 16px;
  background: #f8f8f8;
}

.opp-thumb-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.opp-product-right {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(0,0,0,.05);
}

.opp-product-title {
  font-size: 34px;
  font-weight: 900;
  color: #111;
  margin-bottom: 18px;
}

.opp-product-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.opp-product-meta div {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 12px 16px;
}

.opp-product-meta span {
  color: #777;
  font-size: 13px;
  display: block;
}

.opp-product-meta strong {
  color: #111;
  font-size: 15px;
}

.opp-product-price {
  font-size: 34px;
  font-weight: 900;
  color: #f97316;
  margin: 18px 0 25px;
}

.opp-price-old {
  text-decoration: line-through;
  opacity: .5;
  font-size: 20px;
  margin-bottom: 8px;
}

.opp-price-ask {
  background: #fff3e8;
  color: #111;
  padding: 12px 18px;
  border-radius: 12px;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
}

.opp-product-info-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin: 25px 0;
}

.opp-info-item {
  background: #fff;
  border: 1px solid #eee;
  border-left: 4px solid #f97316;
  border-radius: 14px;
  padding: 16px;
}

.opp-info-item span {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.opp-info-item strong {
  font-size: 16px;
  font-weight: 800;
  color: #111;
}

.opp-whatsapp-area {
  margin: 24px 0;
}

.opp-whatsapp-btn {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.opp-cart-box {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.opp-cart-box input {
  height: 58px;
  max-width: 110px;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.opp-cart-btn {
  flex: 1;
  border-radius: 14px;
  font-size: 20px;
  font-weight: 900;
  background: #f97316 !important;
  border-color: #f97316 !important;
  color: #fff !important;
}

.opp-options-box {
  margin: 20px 0;
}

#product-info .tab-content {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #eee;
  margin-top: 20px;
}

#product-info .nav-tabs {
  border-bottom: none;
}

#product-info .nav-tabs .nav-link {
  border-radius: 12px 12px 0 0;
  font-weight: 800;
}

@media(max-width: 768px) {
  .opp-product-info-box {
    grid-template-columns: 1fr;
  }

  .opp-cart-box {
    flex-direction: column;
  }

  .opp-cart-box input {
    max-width: 100%;
    width: 100%;
  }
}

/* Compact Product Layout */

.opp-product-right{
    padding:20px !important;
}

.opp-product-title{
    font-size:26px !important;
    margin-bottom:12px !important;
    line-height:1.2;
}

.opp-product-meta{
    margin-bottom:10px !important;
}

.opp-product-meta div{
    padding:8px 12px !important;
}

.opp-product-price{
    font-size:28px !important;
    margin:10px 0 18px !important;
}

.opp-product-info-box{
    grid-template-columns:repeat(2,1fr) !important;
    gap:10px !important;
    margin:18px 0 !important;
}

.opp-info-item{
    padding:12px !important;
    border-radius:12px !important;
}

.opp-info-item span{
    font-size:12px !important;
    margin-bottom:5px !important;
}

.opp-info-item strong{
    font-size:15px !important;
    line-height:1.3;
}

.opp-whatsapp-btn{
    padding:12px !important;
    font-size:16px !important;
    border-radius:12px !important;
}

.opp-cart-box{
    margin-top:14px !important;
    gap:10px !important;
}

.opp-cart-box input{
    height:52px !important;
    font-size:18px !important;
}

.opp-cart-btn{
    height:52px !important;
    font-size:18px !important;
}

.opp-product-gallery{
    padding:15px !important;
}

.opp-main-image{
    max-height:520px;
    object-fit:contain;
}

@media(min-width:1200px){

    .opp-product-gallery,
    .opp-product-right{
        min-height:640px;
    }

}

.opp-search-box{
  position:relative;
}

.opp-live-search{
  display:none;
  position:absolute;
  top:100%;
  left:0;
  right:0;
  background:#fff;
  border:1px solid #eee;
  border-radius:0 0 14px 14px;
  box-shadow:0 18px 35px rgba(0,0,0,.15);
  z-index:9999;
  overflow:hidden;
}

.opp-live-search.active{
  display:block;
}

.opp-live-title,
.opp-live-loading,
.opp-live-empty,
.opp-live-all{
  padding:12px 15px;
  font-weight:800;
}

.opp-live-item{
  display:flex;
  gap:12px;
  padding:10px 15px;
  text-decoration:none;
  color:#111;
  border-top:1px solid #f1f1f1;
}

.opp-live-item:hover{
  background:#fff3e8;
  color:#111;
}

.opp-live-img img{
  width:50px;
  height:50px;
  object-fit:contain;
}

.opp-live-info strong{
  display:block;
}

.opp-live-info small{
  color:#f97316;
  font-weight:800;
}

.opp-live-all{
  display:block;
  background:#f97316;
  color:#fff;
  text-align:center;
  text-decoration:none;
}

/* SEARCH FINAL FORCE FIX */
.opp-header .opp-search-box{
  max-width:620px !important;
  width:620px !important;
  margin:0 auto !important;
}

.opp-header #search{
  width:100% !important;
  display:flex !important;
}

.opp-header #search input,
.opp-header #search .form-control{
  height:46px !important;
  font-size:15px !important;
  border:2px solid #e5e7eb !important;
  border-right:0 !important;
  border-radius:10px 0 0 10px !important;
}

.opp-header #search button,
.opp-header #search .btn,
.opp-header #search .btn-lg{
  width:46px !important;
  min-width:46px !important;
  height:46px !important;
  padding:0 !important;
  background:#ff6a00 !important;
  border:2px solid #ff6a00 !important;
  color:#fff !important;
  border-radius:0 10px 10px 0 !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

.opp-header #search button i,
.opp-header #search .btn i{
  color:#fff !important;
  font-size:16px !important;
}

/* Modern Breadcrumb */
.breadcrumb{
  background:#fff !important;
  border:1px solid #eee !important;
  border-radius:16px !important;
  padding:12px 18px !important;
  margin:18px 0 28px !important;
  box-shadow:0 8px 25px rgba(0,0,0,.04);
  display:flex;
  align-items:center;
  gap:8px;
}

.breadcrumb .breadcrumb-item{
  font-weight:700;
  color:#777;
}

.breadcrumb .breadcrumb-item a{
  color:#111;
  text-decoration:none;
}

.breadcrumb .breadcrumb-item a:hover{
  color:#ff6a00;
}

.breadcrumb .breadcrumb-item:last-child a,
.breadcrumb .breadcrumb-item:last-child{
  color:#ff6a00 !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  content:"›";
  color:#ff6a00;
  font-weight:900;
  padding-right:8px;
}

/* BREADCRUMB FORCE FINAL */
#product-category .breadcrumb,
#product-info .breadcrumb,
.container > .breadcrumb,
ul.breadcrumb{
  background:#ffffff !important;
  border:1px solid #eeeeee !important;
  border-radius:16px !important;
  padding:12px 18px !important;
  margin:18px 0 28px !important;
  box-shadow:0 8px 25px rgba(0,0,0,.05) !important;
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  overflow:hidden !important;
}

ul.breadcrumb li,
ul.breadcrumb .breadcrumb-item{
  background:none !important;
  border:none !important;
  padding:0 !important;
  margin:0 !important;
  font-weight:800 !important;
  color:#777 !important;
}

ul.breadcrumb li a,
ul.breadcrumb .breadcrumb-item a{
  background:none !important;
  color:#111 !important;
  text-decoration:none !important;
  padding:8px 10px !important;
  border-radius:10px !important;
}

ul.breadcrumb li a:hover,
ul.breadcrumb .breadcrumb-item a:hover{
  background:#fff3e8 !important;
  color:#ff6a00 !important;
}

ul.breadcrumb li + li:before,
ul.breadcrumb .breadcrumb-item + .breadcrumb-item:before{
  content:"›" !important;
  color:#ff6a00 !important;
  font-weight:900 !important;
  padding:0 4px !important;
}

ul.breadcrumb li:last-child a,
ul.breadcrumb .breadcrumb-item:last-child a{
  color:#ff6a00 !important;
}


/* =========================================================
   OtoParcaPazari MOBILE ONLY FIX
   Masaüstü yapıyı bozmaz. Sadece 768px ve altı çalışır.
   ========================================================= */
@media (max-width: 768px) {
  html, body { width:100% !important; max-width:100% !important; overflow-x:hidden !important; }
  #container, main, .container, .row { max-width:100% !important; overflow-x:hidden !important; }
  .container { padding-left:14px !important; padding-right:14px !important; }

  .opp-topbar { display:none !important; }

  .opp-header {
    padding:10px 0 14px !important;
    background:#fff !important;
    box-shadow:0 4px 18px rgba(0,0,0,.06) !important;
  }

  .opp-header .row { gap:8px !important; }
  .opp-logo { text-align:center !important; margin-bottom:4px !important; }
  .opp-logo img, #logo img { max-width:180px !important; max-height:72px !important; object-fit:contain !important; }

  .opp-header .opp-search-box { width:100% !important; max-width:100% !important; margin:0 auto !important; }
  .opp-header #search, .opp-custom-search { width:100% !important; display:flex !important; align-items:stretch !important; }

  .opp-custom-search-input,
  .opp-header #search input,
  .opp-header #search .form-control {
    width:100% !important;
    min-width:0 !important;
    height:46px !important;
    font-size:13px !important;
    padding:0 12px !important;
    border-radius:12px 0 0 12px !important;
    border:1px solid #e5e7eb !important;
    border-right:0 !important;
  }

  .opp-custom-search-button,
  .opp-header #search button,
  .opp-header #search .btn,
  .opp-header #search .btn-lg {
    width:48px !important;
    min-width:48px !important;
    height:46px !important;
    border-radius:0 12px 12px 0 !important;
    background:#ff6a00 !important;
    border:1px solid #ff6a00 !important;
    color:#fff !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .opp-search-hints {
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
    font-size:11px !important;
    line-height:1.3 !important;
    margin-top:7px !important;
    text-align:left !important;
    white-space:normal !important;
  }

  .opp-search-hints span {
    flex:1 !important;
    min-width:0 !important;
    display:block !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }

  .opp-search-hints a {
    flex:0 0 auto !important;
    font-size:12px !important;
    white-space:nowrap !important;
    color:#ff6a00 !important;
    font-weight:900 !important;
  }

  .opp-header-actions {
    justify-content:center !important;
    gap:10px !important;
    margin-top:6px !important;
    flex-wrap:nowrap !important;
  }

  .opp-account {
    background:#f8f8f8 !important;
    border-radius:14px !important;
    padding:8px 10px !important;
    max-width:48% !important;
    min-width:0 !important;
  }

  .opp-account > i { width:34px !important; height:34px !important; min-width:34px !important; font-size:13px !important; }
  .opp-account small { font-size:10px !important; }
  .opp-account a { font-size:12px !important; line-height:1.2 !important; }

  .opp-cart { min-width:0 !important; max-width:52% !important; }
  .opp-cart #cart { margin:0 !important; }

  .opp-cart #cart button,
  .opp-cart #cart > .btn {
    min-height:42px !important;
    height:42px !important;
    padding:0 12px !important;
    border-radius:14px !important;
    font-size:13px !important;
    white-space:nowrap !important;
    background:#ff6a00 !important;
    border-color:#ff6a00 !important;
  }

  .opp-cart #cart .dropdown-menu {
    position:fixed !important;
    left:12px !important;
    right:12px !important;
    top:170px !important;
    width:auto !important;
    min-width:0 !important;
    max-width:calc(100% - 24px) !important;
  }

  .opp-menu-wrap { background:#1f1f1f !important; border-bottom:2px solid #ff6a00 !important; }
  .opp-menu-wrap .container { padding-left:0 !important; padding-right:0 !important; }
  .opp-menu-wrap #menu { padding:0 !important; min-height:54px !important; }

  #category {
    font-size:15px !important;
    line-height:54px !important;
    padding-left:16px !important;
    font-weight:900 !important;
  }

  #menu .navbar-toggler {
    margin:8px 14px 8px auto !important;
    background:#2b2b2b !important;
    border:1px solid rgba(255,255,255,.12) !important;
    border-radius:10px !important;
    width:42px !important;
    height:38px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  #navbar-menu { background:#232323 !important; border-top:1px solid rgba(255,255,255,.08) !important; }

  .opp-menu-wrap #menu .navbar-nav {
    width:100% !important;
    display:block !important;
    padding:8px 0 !important;
  }

  .opp-menu-wrap #menu .navbar-nav > li > a,
  .opp-menu-wrap #menu .nav-link,
  .opp-menu-wrap #menu .dropdown-item {
    display:block !important;
    width:100% !important;
    padding:13px 18px !important;
    color:#fff !important;
    border-bottom:1px solid rgba(255,255,255,.06) !important;
    font-size:13px !important;
    text-transform:uppercase !important;
    font-weight:850 !important;
    background:transparent !important;
  }

  .opp-menu-wrap #menu .dropdown-menu {
    position:static !important;
    width:100% !important;
    box-shadow:none !important;
    border-radius:0 !important;
    background:#2b2b2b !important;
    padding:0 !important;
  }

  .opp-menu-wrap #menu .dropdown-menu .dropdown-item {
    color:#eee !important;
    padding-left:30px !important;
  }

  .opp-hero {
    padding:36px 0 40px !important;
    text-align:left !important;
  }

  .opp-hero-text { max-width:100% !important; }
  .opp-badge { font-size:10px !important; padding:5px 10px !important; margin-bottom:12px !important; }

  .opp-hero h1 {
    font-size:30px !important;
    line-height:1.12 !important;
    margin-bottom:14px !important;
    letter-spacing:-.3px !important;
  }

  .opp-hero p {
    font-size:14px !important;
    line-height:1.65 !important;
    margin-bottom:18px !important;
  }

  .opp-hero-buttons { gap:10px !important; }

  .opp-hero-buttons .btn {
    flex:1 1 calc(50% - 6px) !important;
    min-height:46px !important;
    padding:0 12px !important;
    font-size:13px !important;
    border-radius:12px !important;
  }

  .opp-finder-card {
    margin-top:22px !important;
    padding:18px !important;
    border-radius:20px !important;
  }

  .opp-finder-title { gap:10px !important; margin-bottom:14px !important; }
  .opp-finder-title > i { width:38px !important; height:38px !important; font-size:16px !important; }
  .opp-finder-title h3 { font-size:17px !important; }
  .opp-finder-title p { font-size:12px !important; }

  .opp-brand-grid { grid-template-columns:1fr !important; }
  .opp-brand-box { min-height:210px !important; padding:22px !important; }
  .opp-brand-box strong { font-size:26px !important; }
  .opp-brand-image { height:150px !important; margin:12px 0 !important; }
  .opp-brand-image img { max-width:220px !important; max-height:140px !important; }

  .opp-advantages { padding:28px 0 !important; }
  .opp-advantage { padding:16px !important; border-radius:16px !important; min-height:120px !important; }

  .opp-category-section { padding:34px 0 !important; }
  .opp-category-card { padding:14px !important; border-radius:16px !important; min-height:115px !important; }

  #cookie {
    height:auto !important;
    min-height:0 !important;
    padding:12px !important;
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    width:auto !important;
    border-radius:16px !important;
    opacity:.98 !important;
  }

  #cookie div { font-size:12px !important; line-height:1.4 !important; }

  #cookie .btn,
  #cookie button {
    padding:8px 10px !important;
    font-size:11px !important;
    border-radius:10px !important;
  }

  ul.breadcrumb,
  .breadcrumb {
    overflow-x:auto !important;
    flex-wrap:nowrap !important;
    white-space:nowrap !important;
    padding:10px 12px !important;
    border-radius:14px !important;
  }
}

@media (max-width: 420px) {
  .opp-logo img, #logo img { max-width:165px !important; }
  .opp-hero h1 { font-size:28px !important; }
  .opp-search-hints { font-size:10px !important; }
  .opp-search-hints a { font-size:11px !important; }
}

