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;
}

/* === OSKRAN BRAND THEME START === */
:root {
  --osk-purple: #1b0065;
  --osk-purple-2: #250078;
  --osk-deep: #11175f;
  --osk-deep-2: #080b3f;
  --osk-orange: #ff6a00;
  --osk-orange-2: #ff8a1d;
  --osk-bg: #f5f6fb;
  --osk-card: #ffffff;
  --osk-border: #e6e9f2;
  --osk-text: #111827;
  --osk-muted: #6b7280;
  --osk-radius: 18px;
  --osk-shadow: 0 10px 26px rgba(17, 23, 95, 0.10);
}

/* Base */
html,
body {
  background: var(--osk-bg);
  color: var(--osk-text);
}

body {
  font-size: 15px;
}

a {
  color: var(--osk-deep);
  transition: color 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

a:hover,
a:focus {
  color: var(--osk-orange);
  text-decoration: none;
}

/* Top bar */
#top {
  background: var(--osk-deep-2);
  border: 0;
  min-height: 44px;
}

#top,
#top a,
#top .btn-link {
  color: rgba(255, 255, 255, 0.90);
}

#top a:hover,
#top .btn-link:hover {
  color: var(--osk-orange-2);
}

/* Main header */
header {
  background: linear-gradient(135deg, var(--osk-deep-2) 0%, var(--osk-purple) 55%, var(--osk-deep) 100%);
  border: 0;
  box-shadow: 0 10px 24px rgba(8, 11, 63, 0.18);
  padding-top: 18px;
  padding-bottom: 18px;
}

#logo {
  text-align: center;
}

#logo img {
  max-height: 82px;
  width: auto;
  object-fit: contain;
}

/* Search */
#search {
  max-width: 720px;
  margin: 0 auto;
}

#search .form-control {
  height: 54px;
  border: 0;
  border-radius: 18px 0 0 18px;
  background: #ffffff;
  color: var(--osk-text);
  box-shadow: 0 8px 20px rgba(8, 11, 63, 0.12);
}

#search .form-control::placeholder {
  color: #9ca3af;
}

#search .btn {
  height: 54px;
  min-width: 62px;
  border: 0;
  border-radius: 0 18px 18px 0;
  background: var(--osk-orange);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.22);
}

#search .btn:hover,
#search .btn:focus {
  background: var(--osk-orange-2);
  color: #ffffff;
}

/* Cart button in header */
#header-cart .btn,
header #cart button,
#cart > .btn {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(8, 11, 63, 0.16);
}

#header-cart .btn:hover,
header #cart button:hover,
#cart > .btn:hover {
  background: var(--osk-orange);
  color: #ffffff;
}

/* Main menu */
#menu {
  background: linear-gradient(135deg, var(--osk-purple), var(--osk-deep));
  border: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 8px 22px rgba(17, 23, 95, 0.12);
}

#menu .nav > li > a,
#menu .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a,
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav > li.show > a {
  background: var(--osk-orange);
  color: #ffffff;
}

#menu .dropdown-menu {
  border: 0;
  border-radius: 14px;
  box-shadow: var(--osk-shadow);
  overflow: hidden;
}

#menu .dropdown-menu a:hover {
  background: rgba(255, 106, 0, 0.10);
  color: var(--osk-orange);
}

/* Containers and modules */
.container {
  max-width: 1280px;
}

.card,
.product-thumb,
.list-group,
.dropdown-menu,
#content .swiper,
#content .carousel,
.slideshow,
.swiper-viewport {
  border-color: var(--osk-border);
  border-radius: var(--osk-radius);
  box-shadow: var(--osk-shadow);
}

.swiper-viewport,
.slideshow {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--osk-border);
}

/* Product cards */
.product-thumb {
  background: var(--osk-card);
  overflow: hidden;
  border: 1px solid var(--osk-border);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-thumb:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 106, 0, 0.35);
  box-shadow: 0 16px 34px rgba(17, 23, 95, 0.14);
}

.product-thumb .image {
  background: #ffffff;
  padding: 10px;
}

.product-thumb .image img {
  border-radius: 14px;
}

.product-thumb .caption {
  padding: 14px;
}

.product-thumb .caption h4,
.product-thumb .caption h4 a {
  color: var(--osk-deep);
  font-weight: 800;
  line-height: 1.5;
}

.product-thumb .price {
  color: var(--osk-orange);
  font-weight: 900;
  font-size: 17px;
}

.product-thumb .button-group {
  border-top: 1px solid var(--osk-border);
  background: #fafbff;
}

.product-thumb .button-group button {
  color: var(--osk-deep);
  border-color: var(--osk-border);
}

.product-thumb .button-group button:hover {
  background: var(--osk-orange);
  color: #ffffff;
}

/* Buttons and forms */
.btn-primary,
.btn-outline-primary:hover {
  background-color: var(--osk-orange);
  border-color: var(--osk-orange);
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: var(--osk-orange-2);
  border-color: var(--osk-orange-2);
  color: #ffffff;
}

.btn-outline-primary {
  color: var(--osk-orange);
  border-color: var(--osk-orange);
}

.form-control,
.form-select {
  border-color: var(--osk-border);
  border-radius: 14px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--osk-orange);
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.12);
}

/* Breadcrumb and pagination */
.breadcrumb {
  background: transparent;
  padding-right: 0;
  padding-left: 0;
}

.breadcrumb a {
  color: var(--osk-muted);
}

.pagination .page-link {
  color: var(--osk-deep);
  border-color: var(--osk-border);
}

.pagination .active .page-link,
.page-item.active .page-link {
  background-color: var(--osk-orange);
  border-color: var(--osk-orange);
}

/* Footer */
footer {
  background: linear-gradient(135deg, var(--osk-deep-2), var(--osk-purple));
  color: #ffffff;
  border-top: 4px solid var(--osk-orange);
}

footer h5 {
  color: #ffffff;
  font-weight: 800;
}

footer a {
  color: rgba(255, 255, 255, 0.88);
}

footer a:hover {
  color: var(--osk-orange-2);
}

/* RTL refinements */
html[dir="rtl"] body,
body[dir="rtl"] {
  text-align: right;
}

html[dir="rtl"] .dropdown-menu,
body[dir="rtl"] .dropdown-menu {
  text-align: right;
}

/* Mobile */
@media (max-width: 767.98px) {
  #top {
    min-height: 38px;
    font-size: 13px;
  }

  header {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  #logo {
    margin-bottom: 12px;
  }

  #logo img {
    max-height: 58px;
  }

  #search .form-control,
  #search .btn {
    height: 48px;
  }

  #menu {
    border-radius: 0;
  }

  #menu .navbar-nav > li > a,
  #menu .nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .product-thumb {
    border-radius: 16px;
  }

  .btn,
  .form-control,
  .form-select {
    min-height: 44px;
  }
}
/* === OSKRAN BRAND THEME END === */

/* === OSKRAN BRAND THEME V3 HEADER REFINEMENT START === */

/* تقليل ارتفاع الشريط العلوي */
#top {
  min-height: 34px;
  font-size: 14px;
}

#top .container {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* تصغير الهيدر وتحسين توزيعه */
header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

header .container {
  max-width: 1280px;
}

/* إبراز الشعار لأن لونه قريب من الخلفية */
#logo {
  text-align: center;
}

#logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 18px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(8, 11, 63, 0.18);
}

#logo img {
  max-height: 68px !important;
  opacity: 1;
}

/* تحسين البحث */
#search {
  margin-top: 6px;
}

#search .form-control,
#search .btn {
  height: 50px !important;
}

#search .form-control {
  font-size: 16px;
  padding-right: 18px;
  padding-left: 18px;
}

#search .btn {
  min-width: 58px;
  font-size: 18px;
}

/* تحسين زر السلة */
#header-cart,
#cart {
  margin-top: 6px;
}

#header-cart .btn,
header #cart button,
#cart > .btn {
  min-height: 50px !important;
  border-radius: 18px !important;
  background: rgba(0, 0, 0, 0.78) !important;
  color: #ffffff !important;
  font-weight: 700;
}

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

/* القائمة الرئيسية */
#menu {
  margin-top: 0;
  margin-bottom: 22px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(135deg, #1b0065 0%, #11175f 100%) !important;
}

#menu .container {
  max-width: 1280px;
}

#menu .nav > li > a,
#menu .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 800;
  padding: 14px 17px;
}

#menu .nav > li > a:hover,
#menu .navbar-nav > li > a:hover {
  background: var(--osk-orange) !important;
}

/* السلايدر */
.swiper-viewport,
.slideshow,
#content .swiper,
#content .carousel {
  border-radius: 22px !important;
  border: 1px solid #e5e7f0 !important;
  box-shadow: 0 14px 32px rgba(17, 23, 95, 0.10) !important;
  overflow: hidden;
}

/* تقليل المسافة بين القائمة والسلايدر */
#content {
  padding-top: 0;
}

/* سطح الصفحة */
body {
  background: #f5f6fb !important;
}

/* Mobile */
@media (max-width: 767.98px) {
  header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #logo a {
    padding: 6px 14px;
    border-radius: 16px;
  }

  #logo img {
    max-height: 54px !important;
  }

  #search {
    margin-top: 10px;
  }

  #search .form-control,
  #search .btn,
  #header-cart .btn,
  header #cart button,
  #cart > .btn {
    height: 46px !important;
    min-height: 46px !important;
  }

  #menu {
    margin-bottom: 14px;
    border-radius: 0;
  }

  #menu .nav > li > a,
  #menu .navbar-nav > li > a {
    padding: 12px 14px;
    font-size: 14px;
  }
}

/* === OSKRAN BRAND THEME V3 HEADER REFINEMENT END === */

/* === OSKRAN BRAND THEME V4 HOME REFINEMENT START === */

/* تقليل ارتفاع الهيدر أكثر */
header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

#logo a {
  padding: 6px 14px !important;
  border-radius: 16px !important;
}

#logo img {
  max-height: 56px !important;
}

/* جعل البحث والسلة أخف */
#search {
  max-width: 620px !important;
  margin-top: 2px !important;
}

#search .form-control,
#search .btn {
  height: 44px !important;
  min-height: 44px !important;
}

#header-cart,
#cart {
  margin-top: 2px !important;
}

#header-cart .btn,
header #cart button,
#cart > .btn {
  min-height: 44px !important;
  height: 44px !important;
  border-radius: 16px !important;
}

/* تقليل ارتفاع منطقة القائمة */
#menu {
  margin-bottom: 14px !important;
  border-radius: 0 0 16px 16px !important;
}

#menu .nav > li > a,
#menu .navbar-nav > li > a {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  font-size: 14px !important;
}

/* ضبط السلايدر في الرئيسية */
.swiper-viewport,
.slideshow,
#content .swiper,
#content .carousel {
  max-height: 330px !important;
  border-radius: 20px !important;
}

.swiper-viewport img,
.slideshow img,
#content .swiper img,
#content .carousel img {
  max-height: 330px !important;
  object-fit: contain !important;
}

/* تقليل المساحات حول محتوى الرئيسية */
#content {
  padding-top: 0 !important;
}

#content > .row,
#content .module,
#content .swiper-viewport {
  margin-top: 0 !important;
}

/* تحسين صناديق المنتجات والأقسام الظاهرة أسفل السلايدر */
.product-thumb,
.card,
.list-group {
  border-radius: 18px !important;
  border: 1px solid #e6e9f2 !important;
  box-shadow: 0 10px 26px rgba(17, 23, 95, 0.08) !important;
}

.product-thumb .caption h4,
.product-thumb .caption h4 a {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.product-thumb .price {
  color: #ff6a00 !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.product-thumb .button-group button {
  min-height: 40px !important;
}

/* تحسين أزرار السلايدر */
.swiper-button-next,
.swiper-button-prev,
.carousel-control-prev,
.carousel-control-next {
  color: #11175f !important;
  opacity: 0.75 !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #ff6a00 !important;
  opacity: 1 !important;
}

/* Mobile */
@media (max-width: 767.98px) {
  #logo img {
    max-height: 48px !important;
  }

  #search {
    max-width: 100% !important;
  }

  .swiper-viewport,
  .slideshow,
  #content .swiper,
  #content .carousel {
    max-height: 230px !important;
  }

  .swiper-viewport img,
  .slideshow img,
  #content .swiper img,
  #content .carousel img {
    max-height: 230px !important;
  }
}

/* === OSKRAN BRAND THEME V4 HOME REFINEMENT END === */

/* === OSKRAN BRAND THEME V5 SLIDER FINAL START === */
.swiper-viewport,
.slideshow,
#content .swiper,
#content .carousel {
  max-height: none !important;
  height: auto !important;
  border-radius: 22px !important;
  overflow: hidden !important;
}

.swiper-viewport img,
.slideshow img,
#content .swiper img,
#content .carousel img {
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: cover !important;
  display: block !important;
}

.swiper-slide,
.carousel-item {
  background: transparent !important;
}

@media (max-width: 767.98px) {
  .swiper-viewport,
  .slideshow,
  #content .swiper,
  #content .carousel {
    border-radius: 16px !important;
  }

  .swiper-viewport img,
  .slideshow img,
  #content .swiper img,
  #content .carousel img {
    width: 100% !important;
    height: auto !important;
  }
}
/* === OSKRAN BRAND THEME V5 SLIDER FINAL END === */

/* === OSKRAN FOOTER V1 START === */
footer {
  background: linear-gradient(135deg, #080b3f 0%, #1b0065 60%, #11175f 100%) !important;
  border-top: 4px solid #ff6a00 !important;
  color: #ffffff !important;
}

.oskran-footer-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.oskran-footer-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}

.oskran-footer-subtitle {
  color: #ff8a1d;
  font-size: 15px;
  font-weight: 700;
}

.oskran-footer-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.oskran-footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
  text-decoration: none !important;
}

.oskran-footer-contact a:hover {
  background: #ff6a00;
  border-color: #ff6a00;
  color: #ffffff !important;
}

footer h5 {
  color: #ffffff !important;
  font-weight: 900;
  margin-bottom: 16px;
}

footer ul li {
  margin-bottom: 8px;
}

footer a {
  color: rgba(255, 255, 255, 0.86) !important;
}

footer a:hover {
  color: #ff8a1d !important;
}

.oskran-powered {
  text-align: center;
  color: rgba(255, 255, 255, 0.82);
  margin: 18px 0 0;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .oskran-footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .oskran-footer-title {
    font-size: 20px;
  }

  .oskran-footer-contact {
    justify-content: flex-start;
  }

  .oskran-footer-contact a {
    width: 100%;
    justify-content: center;
  }
}
/* === OSKRAN FOOTER V1 END === */

/* === OSKRAN FOOTER CONTACT UPDATE START === */
.oskran-footer-contact .oskran-footer-complaints {
  background: rgba(255, 106, 0, 0.18) !important;
  border-color: rgba(255, 106, 0, 0.55) !important;
  color: #ffffff !important;
}

.oskran-footer-contact .oskran-footer-complaints:hover {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
/* === OSKRAN FOOTER CONTACT UPDATE END === */

/* === OSKRAN PRODUCT CARDS V6 START === */

/* Product card base */
.product-thumb {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #e7eaf3 !important;
  box-shadow: 0 10px 26px rgba(17, 23, 95, 0.08) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.product-thumb:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(255, 106, 0, 0.45) !important;
  box-shadow: 0 18px 38px rgba(17, 23, 95, 0.14) !important;
}

/* Product image area */
.product-thumb .image {
  height: 250px !important;
  padding: 16px !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

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

.product-thumb .image img {
  width: 100% !important;
  height: 100% !important;
  max-height: 230px !important;
  object-fit: contain !important;
  border-radius: 14px !important;
}

/* Product text area */
.product-thumb .content,
.product-thumb .caption {
  flex: 1 1 auto !important;
  padding: 16px 18px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
}

.product-thumb h4,
.product-thumb .caption h4 {
  min-height: 58px !important;
  margin: 0 0 10px !important;
  line-height: 1.45 !important;
}

.product-thumb h4 a,
.product-thumb .caption h4 a {
  color: #11175f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Description clamp */
.product-thumb p,
.product-thumb .description {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  margin-bottom: 12px !important;
}

.product-thumb .description,
.product-thumb .caption > p:not(.price) {
  min-height: 78px !important;
  max-height: 78px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

/* Price */
.product-thumb .price {
  margin-top: auto !important;
  margin-bottom: 6px !important;
  color: #ff6a00 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.product-thumb .price-new {
  color: #ff6a00 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.product-thumb .price-old {
  color: #9ca3af !important;
  font-size: 13px !important;
  text-decoration: line-through !important;
  margin-inline-start: 6px !important;
}

.product-thumb .price-tax {
  display: block !important;
  margin-top: 4px !important;
  color: #8b8f9a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Buttons */
.product-thumb .button-group {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  border-top: 1px solid #e7eaf3 !important;
  background: #fafbff !important;
  margin-top: auto !important;
}

.product-thumb .button-group button {
  width: 100% !important;
  min-height: 46px !important;
  border: 0 !important;
  border-inline-start: 1px solid #e7eaf3 !important;
  background: transparent !important;
  color: #5f6773 !important;
  font-size: 17px !important;
  transition: background-color 0.16s ease, color 0.16s ease !important;
}

.product-thumb .button-group button:first-child {
  border-inline-start: 0 !important;
}

.product-thumb .button-group button:hover {
  background: #ff6a00 !important;
  color: #ffffff !important;
}

.product-thumb .button-group button i,
.product-thumb .button-group button .fa,
.product-thumb .button-group button .fas,
.product-thumb .button-group button .far {
  color: inherit !important;
}

/* Better spacing for featured modules */
#content h3,
#content h2 {
  color: #11175f !important;
  font-weight: 900 !important;
  margin-top: 22px !important;
  margin-bottom: 18px !important;
}

/* Mobile */
@media (max-width: 767.98px) {
  .product-thumb .image {
    height: 190px !important;
    padding: 12px !important;
  }

  .product-thumb .image img {
    max-height: 170px !important;
  }

  .product-thumb .content,
  .product-thumb .caption {
    padding: 13px 14px 12px !important;
  }

  .product-thumb h4,
  .product-thumb .caption h4 {
    min-height: 50px !important;
  }

  .product-thumb h4 a,
  .product-thumb .caption h4 a {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .product-thumb .description,
  .product-thumb .caption > p:not(.price) {
    min-height: 66px !important;
    max-height: 66px !important;
    -webkit-line-clamp: 3 !important;
    font-size: 13px !important;
  }

  .product-thumb .price {
    font-size: 16px !important;
  }

  .product-thumb .button-group button {
    min-height: 42px !important;
  }
}

/* === OSKRAN PRODUCT CARDS V6 END === */

/* === OSKRAN PRODUCT CARDS V6 START === */

/* Product card base */
.product-thumb {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 1px solid #e7eaf3 !important;
  box-shadow: 0 10px 26px rgba(17, 23, 95, 0.08) !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.product-thumb:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(255, 106, 0, 0.45) !important;
  box-shadow: 0 18px 38px rgba(17, 23, 95, 0.14) !important;
}

/* Product image area */
.product-thumb .image {
  height: 250px !important;
  padding: 16px !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
}

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

.product-thumb .image img {
  width: 100% !important;
  height: 100% !important;
  max-height: 230px !important;
  object-fit: contain !important;
  border-radius: 14px !important;
}

/* Product text area */
.product-thumb .content,
.product-thumb .caption {
  flex: 1 1 auto !important;
  padding: 16px 18px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
}

.product-thumb h4,
.product-thumb .caption h4 {
  min-height: 58px !important;
  margin: 0 0 10px !important;
  line-height: 1.45 !important;
}

.product-thumb h4 a,
.product-thumb .caption h4 a {
  color: #11175f !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Description clamp */
.product-thumb p,
.product-thumb .description {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  margin-bottom: 12px !important;
}

.product-thumb .description,
.product-thumb .caption > p:not(.price) {
  min-height: 78px !important;
  max-height: 78px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
}

/* Price */
.product-thumb .price {
  margin-top: auto !important;
  margin-bottom: 6px !important;
  color: #ff6a00 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.product-thumb .price-new {
  color: #ff6a00 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
}

.product-thumb .price-old {
  color: #9ca3af !important;
  font-size: 13px !important;
  text-decoration: line-through !important;
  margin-inline-start: 6px !important;
}

.product-thumb .price-tax {
  display: block !important;
  margin-top: 4px !important;
  color: #8b8f9a !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* Buttons */
.product-thumb .button-group {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  border-top: 1px solid #e7eaf3 !important;
  background: #fafbff !important;
  margin-top: auto !important;
}

.product-thumb .button-group button {
  width: 100% !important;
  min-height: 46px !important;
  border: 0 !important;
  border-inline-start: 1px solid #e7eaf3 !important;
  background: transparent !important;
  color: #5f6773 !important;
  font-size: 17px !important;
  transition: background-color 0.16s ease, color 0.16s ease !important;
}

.product-thumb .button-group button:first-child {
  border-inline-start: 0 !important;
}

.product-thumb .button-group button:hover {
  background: #ff6a00 !important;
  color: #ffffff !important;
}

.product-thumb .button-group button i,
.product-thumb .button-group button .fa,
.product-thumb .button-group button .fas,
.product-thumb .button-group button .far {
  color: inherit !important;
}

/* Better spacing for featured modules */
#content h3,
#content h2 {
  color: #11175f !important;
  font-weight: 900 !important;
  margin-top: 22px !important;
  margin-bottom: 18px !important;
}

/* Mobile */
@media (max-width: 767.98px) {
  .product-thumb .image {
    height: 190px !important;
    padding: 12px !important;
  }

  .product-thumb .image img {
    max-height: 170px !important;
  }

  .product-thumb .content,
  .product-thumb .caption {
    padding: 13px 14px 12px !important;
  }

  .product-thumb h4,
  .product-thumb .caption h4 {
    min-height: 50px !important;
  }

  .product-thumb h4 a,
  .product-thumb .caption h4 a {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .product-thumb .description,
  .product-thumb .caption > p:not(.price) {
    min-height: 66px !important;
    max-height: 66px !important;
    -webkit-line-clamp: 3 !important;
    font-size: 13px !important;
  }

  .product-thumb .price {
    font-size: 16px !important;
  }

  .product-thumb .button-group button {
    min-height: 42px !important;
  }
}

/* === OSKRAN PRODUCT CARDS V6 END === */

/* === OSKRAN PRODUCT CARDS V7 COMPACT MARKETPLACE START === */

#content .product-thumb {
  min-height: 0 !important;
}

#content .product-thumb .image {
  height: 210px !important;
  padding: 14px !important;
}

#content .product-thumb .image img {
  max-height: 190px !important;
  object-fit: contain !important;
}

#content .product-thumb .caption > p:not(.price),
#content .product-thumb .description {
  display: none !important;
}

#content .product-thumb h4,
#content .product-thumb .caption h4 {
  min-height: 56px !important;
  max-height: 56px !important;
  margin: 0 0 8px !important;
  overflow: hidden !important;
}

#content .product-thumb h4 a,
#content .product-thumb .caption h4 a {
  font-size: 16px !important;
  line-height: 1.55 !important;
  -webkit-line-clamp: 2 !important;
}

#content .product-thumb .price {
  display: block !important;
  min-height: 34px !important;
  margin: 4px 0 8px !important;
  color: #ff6a00 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

#content .product-thumb .price-tax {
  display: none !important;
}

#content .product-thumb .button-group {
  margin-top: 0 !important;
}

#content .product-thumb .button-group button {
  min-height: 42px !important;
  font-size: 16px !important;
}

@media (max-width: 767.98px) {
  #content .product-thumb .image {
    height: 170px !important;
  }

  #content .product-thumb .image img {
    max-height: 150px !important;
  }

  #content .product-thumb h4,
  #content .product-thumb .caption h4 {
    min-height: 48px !important;
    max-height: 48px !important;
  }

  #content .product-thumb h4 a,
  #content .product-thumb .caption h4 a {
    font-size: 14px !important;
  }

  #content .product-thumb .price {
    font-size: 15px !important;
  }
}

/* === OSKRAN PRODUCT CARDS V7 COMPACT MARKETPLACE END === */

/* === OSKRAN PRODUCT CARDS V8 RESTORE TITLE PRICE START === */

#content .product-thumb .description {
  display: flex !important;
  flex-direction: column !important;
  min-height: 120px !important;
  max-height: none !important;
  padding: 12px 16px 10px !important;
  overflow: visible !important;
  text-align: center !important;
}

#content .product-thumb .description > p:not(.price),
#content .product-thumb .description p:not(.price):not(.price-tax) {
  display: none !important;
}

#content .product-thumb .description h4,
#content .product-thumb h4,
#content .product-thumb .caption h4 {
  display: block !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0 0 8px !important;
  overflow: hidden !important;
  line-height: 1.45 !important;
}

#content .product-thumb .description h4 a,
#content .product-thumb h4 a,
#content .product-thumb .caption h4 a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  color: #11175f !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

#content .product-thumb .description .price,
#content .product-thumb .price {
  display: block !important;
  min-height: 28px !important;
  margin: 4px 0 8px !important;
  color: #ff6a00 !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

#content .product-thumb .price-tax {
  display: none !important;
}

#content .product-thumb .image {
  height: 190px !important;
  padding: 12px !important;
}

#content .product-thumb .image img {
  max-height: 170px !important;
}

#content .product-thumb .button-group {
  margin-top: auto !important;
}

#content .product-thumb .button-group button {
  min-height: 42px !important;
}

@media (max-width: 767.98px) {
  #content .product-thumb .image {
    height: 155px !important;
  }

  #content .product-thumb .image img {
    max-height: 135px !important;
  }

  #content .product-thumb .description {
    min-height: 105px !important;
    padding: 10px 12px 8px !important;
  }

  #content .product-thumb .description h4,
  #content .product-thumb h4,
  #content .product-thumb .caption h4 {
    min-height: 44px !important;
    max-height: 44px !important;
  }

  #content .product-thumb .description h4 a,
  #content .product-thumb h4 a,
  #content .product-thumb .caption h4 a {
    font-size: 14px !important;
  }

  #content .product-thumb .description .price,
  #content .product-thumb .price {
    font-size: 15px !important;
  }
}

/* === OSKRAN PRODUCT CARDS V8 RESTORE TITLE PRICE END === */

/* === OSKRAN MOBILE V9 FINAL HOME START === */
@media (max-width: 767.98px) {
  body {
    background: #f5f6fb !important;
  }

  header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #logo {
    margin-bottom: 10px !important;
  }

  #logo a {
    padding: 6px 14px !important;
    border-radius: 16px !important;
  }

  #logo img {
    max-height: 50px !important;
  }

  #search {
    margin: 8px 8px 10px !important;
    max-width: none !important;
  }

  #search .form-control,
  #search .btn {
    height: 44px !important;
    min-height: 44px !important;
  }

  #cart,
  #header-cart {
    margin: 0 8px 10px !important;
  }

  #cart > .btn,
  header #cart button,
  #header-cart .btn {
    height: 44px !important;
    min-height: 44px !important;
    width: 100% !important;
    border-radius: 16px !important;
  }

  #menu {
    margin: 0 8px 12px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  .swiper-viewport,
  .slideshow,
  #content .swiper,
  #content .carousel {
    margin: 0 8px 18px !important;
    border-radius: 16px !important;
  }

  .swiper-viewport img,
  .slideshow img,
  #content .swiper img,
  #content .carousel img {
    width: 100% !important;
    height: auto !important;
  }

  #content h2,
  #content h3 {
    display: block !important;
    width: auto !important;
    background: transparent !important;
    color: #11175f !important;
    text-align: right !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    line-height: 1.4 !important;
    margin: 12px 10px 14px !important;
    padding: 0 !important;
  }

  #content .product-thumb {
    border-radius: 18px !important;
    margin-bottom: 16px !important;
  }

  #content .product-thumb .image {
    height: 180px !important;
    padding: 12px !important;
  }

  #content .product-thumb .image img {
    max-height: 160px !important;
    object-fit: contain !important;
  }

  #content .product-thumb .description {
    min-height: 94px !important;
    padding: 8px 12px 8px !important;
  }

  #content .product-thumb .description h4,
  #content .product-thumb h4,
  #content .product-thumb .caption h4 {
    min-height: 44px !important;
    max-height: 44px !important;
    margin-bottom: 6px !important;
  }

  #content .product-thumb .description h4 a,
  #content .product-thumb h4 a,
  #content .product-thumb .caption h4 a {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  #content .product-thumb .description .price,
  #content .product-thumb .price {
    font-size: 16px !important;
    margin: 4px 0 6px !important;
  }

  #content .product-thumb .button-group button {
    min-height: 40px !important;
  }

  .oskran-footer-brand {
    padding-top: 22px !important;
  }

  .oskran-footer-contact a {
    width: 100% !important;
    justify-content: center !important;
  }
}
/* === OSKRAN MOBILE V9 FINAL HOME END === */

/* === OSKRAN MOBILE V10 POLISH START === */
@media (max-width: 767.98px) {
  header {
    padding-top: 14px !important;
  }

  #logo {
    margin-top: 2px !important;
    margin-bottom: 12px !important;
  }

  #menu {
    background: linear-gradient(135deg, #1b0065 0%, #11175f 100%) !important;
  }

  #menu .navbar-header,
  #menu .navbar-toggler,
  #menu .btn-navbar,
  #menu button {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  #menu .btn-navbar,
  #menu button {
    color: #ffffff !important;
    min-width: 44px !important;
    height: 40px !important;
  }

  #menu .btn-navbar i,
  #menu button i,
  #menu .fa,
  #menu .fas {
    color: #ffffff !important;
    font-size: 18px !important;
  }

  #menu .navbar-brand,
  #menu #category {
    color: #ffffff !important;
    font-weight: 900 !important;
  }

  #content h2,
  #content h3 {
    margin-top: 16px !important;
    margin-bottom: 12px !important;
  }

  #content .product-thumb {
    box-shadow: 0 10px 24px rgba(17, 23, 95, 0.10) !important;
  }
}
/* === OSKRAN MOBILE V10 POLISH END === */

/* === OSKRAN PRODUCT PAGE V11 START === */
#product-product {
  padding-top: 14px !important;
}

#product-product .breadcrumb {
  background: #ffffff !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  margin-bottom: 22px !important;
}

#product-product h1 {
  color: #11175f !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin-bottom: 18px !important;
}

#product-product .image,
#product-product .magnific-popup,
#product-product .thumbnail {
  border-radius: 18px !important;
}

#product-product .image,
#product-product .image a,
#product-product .thumbnail {
  background: #ffffff !important;
  border-color: #e6e9f2 !important;
}

#product-product .image img,
#product-product .thumbnail img {
  border-radius: 14px !important;
}

#product-product .image-additional,
#product-product .image-additional a,
#product-product .image-additional img {
  border-radius: 10px !important;
}

#product-product .image-additional a {
  background: #ffffff !important;
  border: 1px solid #e6e9f2 !important;
  padding: 4px !important;
}

#product-product ul.list-unstyled {
  margin-bottom: 16px !important;
}

#product-product ul.list-unstyled li {
  margin-bottom: 8px !important;
  color: #111827 !important;
  font-size: 15px !important;
}

#product-product ul.list-unstyled li a {
  color: #11175f !important;
  font-weight: 800 !important;
}

#product-product h2,
#product-product .price,
#product-product [class*="price"] {
  color: #11175f;
}

#product-product h2 {
  color: #11175f !important;
  font-weight: 900 !important;
  margin: 18px 0 10px !important;
}

#product-product .price-new {
  color: #ff6a00 !important;
}

#product-product .btn-group .btn,
#product-product button[formaction*="wishlist"],
#product-product button[formaction*="compare"] {
  border-radius: 12px !important;
  min-width: 52px !important;
  min-height: 46px !important;
}

#product-product #button-cart,
#product-product button[id*="button-cart"],
#product-product .btn-primary {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  border-radius: 14px !important;
  min-height: 48px !important;
  font-weight: 900 !important;
}

#product-product #button-cart:hover,
#product-product button[id*="button-cart"]:hover,
#product-product .btn-primary:hover {
  background: #ff8a1d !important;
  border-color: #ff8a1d !important;
}

#product-product input[name="quantity"] {
  min-height: 48px !important;
  border-radius: 12px !important;
  text-align: center !important;
  font-weight: 800 !important;
}

#product-product .nav-tabs {
  border-bottom: 1px solid #e6e9f2 !important;
  margin-top: 24px !important;
}

#product-product .nav-tabs .nav-link,
#product-product .nav-tabs a {
  color: #11175f !important;
  font-weight: 900 !important;
  border-radius: 12px 12px 0 0 !important;
}

#product-product .nav-tabs .nav-link.active,
#product-product .nav-tabs li.active a {
  color: #11175f !important;
  background: #ffffff !important;
  border-color: #e6e9f2 #e6e9f2 #ffffff !important;
}

#product-product .tab-content {
  background: #ffffff !important;
  border-radius: 0 0 18px 18px !important;
  padding: 22px !important;
  border: 1px solid #e6e9f2 !important;
  border-top: 0 !important;
  line-height: 2 !important;
  color: #111827 !important;
  font-size: 16px !important;
}

#product-product #tab-description {
  line-height: 2 !important;
}

@media (max-width: 767.98px) {
  #product-product {
    padding-top: 10px !important;
  }

  #product-product .breadcrumb {
    font-size: 12px !important;
    padding: 10px 12px !important;
    margin: 10px 8px 16px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  #product-product h1 {
    font-size: 22px !important;
    line-height: 1.45 !important;
    text-align: center !important;
    margin: 16px 8px 14px !important;
  }

  #product-product .image,
  #product-product .thumbnail {
    margin: 0 8px 12px !important;
  }

  #product-product .image img,
  #product-product .thumbnail img {
    max-height: 360px !important;
    object-fit: contain !important;
  }

  #product-product .image-additional {
    display: flex !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 0 8px 8px !important;
  }

  #product-product .image-additional a {
    flex: 0 0 72px !important;
    width: 72px !important;
    height: 72px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #product-product .image-additional img {
    max-width: 62px !important;
    max-height: 62px !important;
    object-fit: contain !important;
  }

  #product-product ul.list-unstyled {
    text-align: center !important;
    margin: 10px 8px 14px !important;
  }

  #product-product ul.list-unstyled li {
    font-size: 14px !important;
  }

  #product-product h2 {
    text-align: center !important;
    font-size: 24px !important;
    margin-top: 14px !important;
  }

  #product-product .btn-group {
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 14px !important;
  }

  #product-product #product,
  #product-product .form-group {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }

  #product-product input[name="quantity"] {
    width: 90px !important;
  }

  #product-product #button-cart,
  #product-product button[id*="button-cart"] {
    width: 100% !important;
    margin-top: 8px !important;
  }

  #product-product .nav-tabs {
    margin: 18px 8px 0 !important;
  }

  #product-product .nav-tabs .nav-link,
  #product-product .nav-tabs a {
    font-size: 14px !important;
    padding: 10px 14px !important;
  }

  #product-product .tab-content {
    margin: 0 8px 18px !important;
    padding: 16px !important;
    font-size: 15px !important;
    line-height: 2 !important;
    text-align: right !important;
  }
}
/* === OSKRAN PRODUCT PAGE V11 END === */

/* === OSKRAN PRODUCT PAGE BUYBOX V12 START === */

#product-product #product {
  background: #ffffff !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 18px !important;
  padding: 16px !important;
  margin-top: 18px !important;
  box-shadow: 0 10px 24px rgba(17, 23, 95, 0.07) !important;
}

#product-product #product .form-label,
#product-product #product label {
  color: #11175f !important;
  font-weight: 900 !important;
}

#product-product input[name="quantity"] {
  background: #ffffff !important;
  border: 1px solid #dfe4ef !important;
  color: #11175f !important;
}

#product-product #button-cart,
#product-product button[id*="button-cart"] {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  min-height: 50px !important;
  border-radius: 14px !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 22px rgba(255, 106, 0, 0.22) !important;
}

#product-product #button-cart:hover,
#product-product button[id*="button-cart"]:hover {
  background: #ff8a1d !important;
  border-color: #ff8a1d !important;
}

@media (max-width: 767.98px) {
  #product-product #product {
    margin: 16px 8px 18px !important;
    padding: 14px !important;
  }

  #product-product #product .input-group,
  #product-product #product .row {
    width: 100% !important;
  }

  #product-product input[name="quantity"] {
    min-height: 46px !important;
  }

  #product-product #button-cart,
  #product-product button[id*="button-cart"] {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 16px !important;
  }
}

/* === OSKRAN PRODUCT PAGE BUYBOX V12 END === */

/* === OSKRAN PRODUCT DESCRIPTION FOOTER FIX V13 START === */

#product-product #content {
  overflow: visible !important;
}

#product-product .tab-content,
#product-product #tab-description {
  display: block !important;
  height: auto !important;
  min-height: unset !important;
  max-height: none !important;
  overflow: visible !important;
  clear: both !important;
  position: relative !important;
  z-index: 2 !important;
  margin-bottom: 34px !important;
}

#product-product #tab-description p,
#product-product #tab-description div,
#product-product #tab-description span {
  max-height: none !important;
  overflow: visible !important;
}

footer {
  clear: both !important;
  position: relative !important;
  z-index: 1 !important;
}

@media (max-width: 767.98px) {
  #product-product .tab-content,
  #product-product #tab-description {
    margin-bottom: 28px !important;
    padding-bottom: 22px !important;
  }

  footer {
    margin-top: 18px !important;
  }
}

/* === OSKRAN PRODUCT DESCRIPTION FOOTER FIX V13 END === */

/* === OSKRAN PRODUCT DESCRIPTION GAP FIX V14 START === */

#product-product #content {
  min-height: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#product-product .tab-content {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  margin-bottom: 18px !important;
  padding-bottom: 18px !important;
}

#product-product #tab-description {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  overflow: visible !important;
}

#product-product #tab-description::after,
#product-product .tab-content::after {
  content: "";
  display: block;
  clear: both;
}

#product-product + footer,
#product-product footer,
footer {
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  #product-product .tab-content {
    margin-bottom: 12px !important;
    padding-bottom: 14px !important;
  }

  #product-product #tab-description {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  footer {
    margin-top: 0 !important;
  }
}

/* === OSKRAN PRODUCT DESCRIPTION GAP FIX V14 END === */

/* === OSKRAN CONTENT MINHEIGHT FIX V15 START === */

#content {
  min-height: 0 !important;
}

#product-product,
body#product-product,
body.product-product,
#content#product-product,
.container#product-product,
main#product-product {
  min-height: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

#product-product .tab-content,
#product-product #tab-description,
#content .tab-content,
#content #tab-description {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin-bottom: 0 !important;
}

#content + footer,
main + footer,
.container + footer,
footer {
  margin-top: 0 !important;
}

#product-product .tab-content,
#content .tab-content {
  padding-bottom: 16px !important;
}

@media (max-width: 767.98px) {
  #content {
    min-height: 0 !important;
  }

  #product-product,
  body#product-product,
  body.product-product,
  #content#product-product,
  .container#product-product,
  main#product-product {
    min-height: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  #product-product .tab-content,
  #product-product #tab-description,
  #content .tab-content,
  #content #tab-description {
    margin-bottom: 0 !important;
    padding-bottom: 12px !important;
  }

  footer {
    margin-top: 0 !important;
  }
}

/* === OSKRAN CONTENT MINHEIGHT FIX V15 END === */

/* === OSKRAN PRODUCT GAP HARD FIX V16 START === */

body:has(#product) main,
body:has(#product) .container,
body:has(#product) .row,
body:has(#product) #content,
body:has(#product) .col,
body:has(#product) .col-sm,
body:has(#product) .col-md,
body:has(#product) .col-lg {
  min-height: 0 !important;
}

body:has(#product) #content {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

body:has(#product) .tab-content,
body:has(#product) #tab-description {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 12px !important;
  overflow: visible !important;
}

body:has(#product) footer {
  margin-top: 0 !important;
  clear: both !important;
}

body:has(#product) #tab-description + *,
body:has(#product) .tab-content + * {
  margin-top: 0 !important;
}

@media (max-width: 767.98px) {
  body:has(#product) #content,
  body:has(#product) .container,
  body:has(#product) .row {
    min-height: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }

  body:has(#product) .tab-content,
  body:has(#product) #tab-description {
    padding-bottom: 8px !important;
    margin-bottom: 0 !important;
  }

  body:has(#product) footer {
    margin-top: 0 !important;
  }
}

/* === OSKRAN PRODUCT GAP HARD FIX V16 END === */

/* === OSKRAN CART CHECKOUT V1 START === */

#checkout-cart,
#checkout-checkout {
  padding-top: 18px !important;
}

#checkout-cart .breadcrumb,
#checkout-checkout .breadcrumb {
  background: #ffffff !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  margin-bottom: 22px !important;
}

#checkout-cart h1,
#checkout-checkout h1 {
  color: #11175f !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  margin-bottom: 22px !important;
}

#checkout-cart .table-responsive,
#checkout-checkout .table-responsive {
  background: #ffffff !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(17, 23, 95, 0.08) !important;
  overflow: hidden !important;
}

#checkout-cart table,
#checkout-checkout table {
  margin-bottom: 0 !important;
}

#checkout-cart table thead,
#checkout-checkout table thead {
  background: #f5f6fb !important;
}

#checkout-cart table thead td,
#checkout-cart table thead th,
#checkout-checkout table thead td,
#checkout-checkout table thead th {
  color: #11175f !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #e6e9f2 !important;
  padding: 14px !important;
}

#checkout-cart table tbody td,
#checkout-checkout table tbody td {
  vertical-align: middle !important;
  border-color: #eef1f7 !important;
  padding: 14px !important;
}

#checkout-cart table img,
#checkout-checkout table img {
  border-radius: 12px !important;
  background: #ffffff !important;
  border: 1px solid #eef1f7 !important;
  padding: 4px !important;
}

#checkout-cart table a,
#checkout-checkout table a {
  color: #11175f !important;
  font-weight: 800 !important;
}

#checkout-cart table a:hover,
#checkout-checkout table a:hover {
  color: #ff6a00 !important;
}

#checkout-cart input[name^="quantity"],
#checkout-cart input[type="text"],
#checkout-checkout input[name^="quantity"],
#checkout-checkout input[type="text"] {
  border-radius: 12px !important;
  border: 1px solid #dfe4ef !important;
  min-height: 42px !important;
  text-align: center !important;
  font-weight: 800 !important;
}

#checkout-cart .btn,
#checkout-checkout .btn {
  border-radius: 12px !important;
  font-weight: 800 !important;
  min-height: 42px !important;
}

#checkout-cart .btn-primary,
#checkout-cart .btn-success,
#checkout-checkout .btn-primary,
#checkout-checkout .btn-success {
  background: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(255, 106, 0, 0.18) !important;
}

#checkout-cart .btn-primary:hover,
#checkout-cart .btn-success:hover,
#checkout-checkout .btn-primary:hover,
#checkout-checkout .btn-success:hover {
  background: #ff8a1d !important;
  border-color: #ff8a1d !important;
}

#checkout-cart .btn-danger,
#checkout-checkout .btn-danger {
  border-radius: 12px !important;
}

#checkout-cart .card,
#checkout-cart .accordion-item,
#checkout-cart .list-group,
#checkout-checkout .card,
#checkout-checkout .accordion-item,
#checkout-checkout .list-group,
#checkout-checkout fieldset {
  background: #ffffff !important;
  border: 1px solid #e6e9f2 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(17, 23, 95, 0.07) !important;
  overflow: hidden !important;
}

#checkout-cart .card-header,
#checkout-cart .accordion-header,
#checkout-checkout .card-header,
#checkout-checkout .accordion-header {
  background: #f5f6fb !important;
  color: #11175f !important;
  font-weight: 900 !important;
  border-bottom: 1px solid #e6e9f2 !important;
}

#checkout-cart .form-control,
#checkout-cart .form-select,
#checkout-checkout .form-control,
#checkout-checkout .form-select {
  border-radius: 12px !important;
  border-color: #dfe4ef !important;
  min-height: 44px !important;
}

#checkout-cart .form-control:focus,
#checkout-cart .form-select:focus,
#checkout-checkout .form-control:focus,
#checkout-checkout .form-select:focus {
  border-color: #ff6a00 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.12) !important;
}

#checkout-checkout .accordion-button,
#checkout-checkout legend,
#checkout-checkout h2,
#checkout-checkout h3 {
  color: #11175f !important;
  font-weight: 900 !important;
}

#checkout-checkout .accordion-button:not(.collapsed) {
  background: #f5f6fb !important;
  color: #11175f !important;
}

@media (max-width: 767.98px) {
  #checkout-cart,
  #checkout-checkout {
    padding-top: 10px !important;
  }

  #checkout-cart .breadcrumb,
  #checkout-checkout .breadcrumb {
    font-size: 12px !important;
    padding: 10px 12px !important;
    margin: 10px 8px 16px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  #checkout-cart h1,
  #checkout-checkout h1 {
    font-size: 22px !important;
    text-align: center !important;
    margin: 14px 8px 16px !important;
  }

  #checkout-cart .table-responsive,
  #checkout-checkout .table-responsive {
    margin: 0 8px 16px !important;
    border-radius: 16px !important;
  }

  #checkout-cart table thead,
  #checkout-checkout table thead {
    display: none !important;
  }

  #checkout-cart table tbody tr,
  #checkout-checkout table tbody tr {
    display: block !important;
    border-bottom: 1px solid #eef1f7 !important;
    padding: 12px !important;
  }

  #checkout-cart table tbody td,
  #checkout-checkout table tbody td {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    border: 0 !important;
    padding: 8px !important;
  }

  #checkout-cart table img,
  #checkout-checkout table img {
    max-width: 120px !important;
    height: auto !important;
  }

  #checkout-cart .btn,
  #checkout-checkout .btn {
    min-height: 44px !important;
  }

  #checkout-cart .buttons,
  #checkout-checkout .buttons {
    margin: 0 8px 18px !important;
  }

  #checkout-cart .buttons .btn,
  #checkout-checkout .buttons .btn {
    width: 100% !important;
    margin-bottom: 8px !important;
  }

  #checkout-cart .card,
  #checkout-cart .accordion-item,
  #checkout-cart .list-group,
  #checkout-checkout .card,
  #checkout-checkout .accordion-item,
  #checkout-checkout .list-group,
  #checkout-checkout fieldset {
    margin: 0 8px 14px !important;
    border-radius: 16px !important;
  }
}

/* === OSKRAN CART CHECKOUT V1 END === */
