@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Quicksand:wght@300..700&display=swap");
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;
}
body {
  background-color: #f7f7fa;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #171d58;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 96px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 96px;
  }
}
/* ----- Sticky menu changes -----*/
:root {
  --head-h: 104px;
}
#main-header {
  transition: all 0.2s ease-out;
}
#main-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 12px;
  right: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
}
#main-header.scrolled .row__header {
  margin-bottom: 12px;
}
#main-header.scrolled #search-bar {
  max-width: 100%;
}
/* Keep layout from jumping when header fixes */
#main-header-placeholder {
  height: 0;
}
#main-header.scrolled + #main-header-placeholder {
  height: var(--head-h);
}
/* MENU default (normal flow) */
#main-menu-wrapper {
  transition: all 0.2s ease-out;
}
/* Fixed menu (hidden by default) */
body.header-fixed #main-menu-wrapper {
  position: fixed;
  top: calc(var(--head-h) + 10px);
  /* always header height + 10px gap */
  left: 0;
  right: 0;
  z-index: 1031;
  /* above page content, under header */
  transform: translateY(-100%);
  /* hidden by default while scrolling down */
  opacity: 0;
  pointer-events: none;
}
/* Show menu while scrolling UP */
body.header-fixed.menu-visible #main-menu-wrapper {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
/* Tiny link in header */
#main-header.scrolled .tiny-link {
  display: none;
}
#main-header.scrolled #logo a img {
  max-width: 300px;
}
.header-mobile {
  display: none !important;
}
/* FOOTER */
footer {
  padding-top: 0px;
  background-color: transparent;
  border-top: none;
}
footer h5 {
  font-family: inherit;
}
/* breadcrumb */
.breadcrumb {
  margin: 0;
  padding: 0 32px !important;
  border: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
}
.breadcrumb > li.breadcrumb-item {
  padding: 0px !important;
}
.breadcrumb > li.breadcrumb-item:after {
  display: none;
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: url("../image/chevron_right.svg");
  margin: 0 8px;
}
.breadcrumb-item .fa-home::before {
  font-size: 20px;
  color: #898995;
  transition: all 0.2s ease-out;
}
.breadcrumb-item .fa-home:hover::before {
  color: #cd1a1e;
}
/* ----- CUSTOM CSS "albert" ----- */
/* container width */
.container {
  width: 92%;
  max-width: 1440px;
}
/* header */
.top-stripe {
  gap: 30px;
  display: flex;
  justify-content: flex-end;
}
.top-stripe .list-inline-item {
  font-weight: 600;
}
.top-stripe .list-inline-item a span {
  text-decoration: underline;
}
.top-stripe .list-inline-item i {
  color: #171d58;
  margin-right: 12px;
}
.top-stripe .btn-checkout i {
  color: #212443;
}
.top-stripe .btn-checkout a span {
  text-decoration: none;
}
.top-stripe .list-inline-item .icon-gray {
  color: #b3b4bd;
  margin-left: 6px;
}
ul.dropdown-menu.dropdown-menu-right {
  border-radius: 25px !important;
  padding: 0;
  border: none;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
  overflow: hidden;
  top: 6px !important;
}
ul.dropdown-menu.dropdown-menu-right .dropdown-menu-item {
  font-family: "Quicksand", sans-serif;
  padding: 20px 30px;
  color: #171D58;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.25rem;
  transition: 0.2s all ease-out;
}
ul.dropdown-menu.dropdown-menu-right .dropdown-menu-item:hover {
  background: #cd1a1e;
  color: #fff;
}
ul.dropdown-menu.dropdown-menu-right .item-has-border {
  border-top: 1px solid #C5C6D580;
  border-bottom: 1px solid #C5C6D580;
}
#search-bar {
  margin: 0 auto;
  border-radius: 360px !important;
  transition: all 0.2s ease-out;
}
nav#top {
  background: #ededf1;
  border-bottom: 4px solid rgba(23, 29, 88, 0.1);
  padding: 5px 0;
}
.list-inline-item span i, .list-inline-item span {
  color: #212443;
  font-size: 1rem;
  font-weight: 700;
}
.btn-checkout {
  border-radius: 360px;
  background: #fff;
  color: #212443;
  padding: 0 16px !important;
  transition: all 0.2s ease-out;
}
.btn-checkout i {
  margin-right: 8px;
}
.btn-checkout:hover {
  background: #cd1a1e;
}
.btn-checkout:hover a i, .btn-checkout:hover a span {
  color: #fff !important;
}
.btn-checkout a i, .btn-checkout a span {
  transition: all 0.2s ease-out;
}
.row__header {
  align-items: flex-end;
  margin-bottom: 24px;
}
#logo img {
  max-width: 340px;
  transition: all 0.2s ease-out;
}
.header-mobile-logo #logo img.img-responsive {
  max-width: 160px !important;
}
form.input-group.mb-3, div#cart.col-md-4.col-lg-3.mb-2, div#logo, .row__menu .mb2 {
  margin: 0 !important;
}
.tiny-link {
  display: block;
  font-size: 0.85rem;
  color: #aaabbc;
  text-decoration: underline;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto 8px auto;
}
#cart .btn.btn-lg.btn-dark.d-block.dropdown-toggle {
  border-radius: 360px;
  background: #171d58;
  color: #fff;
  padding: 16px 32px !important;
  width: fit-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#cart .btn.btn-lg.btn-dark.d-block.dropdown-toggle:hover {
  background: #cd1a1e;
  border-color: #cd1a1e;
}
#cart .btn.btn-lg.btn-dark.d-block.dropdown-toggle i {
  font-size: 1.2em;
}
#cart .btn.btn-lg.btn-dark.d-block.dropdown-toggle.show {
  background: #cd1a1e;
  border-color: #cd1a1e;
}
/* menu */
#menu {
  border: none;
  background-color: #171d58;
  box-shadow: none;
  border-radius: 360px;
  background-image: none;
  background-repeat: no-repeat;
  padding: 8px 48px;
}
.bg-primary {
  background-color: #171d58 !important;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  gap: 8px;
}
#navbar-menu {
  background-color: #171d58;
  justify-content: center;
}
#menu .navbar-nav > li {
  padding: 0;
  border-radius: 360px;
  transition: all 0.2s ease-out;
}
#menu .navbar-nav > li > a {
  padding: 6px 24px;
}
#menu .navbar-nav > li > a:hover {
  background: none;
}
#menu .navbar-nav > li:hover {
  background: #cd1a1e;
}
.nav-link {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  padding: 0;
}
.nav-item a {
  font-weight: bold;
}
#cart {
  margin-bottom: 0 !important;
}
/* Dropdown menu */
.dropdown-menu {
  border-radius: 25px !important;
  border: none;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
}
/* search bar */
#search-bar {
  position: relative;
  max-width: 537px;
  margin: 0 auto;
}
/* style the input */
#search-bar input[type="text"], #search-bar input[type="search"] {
  width: 100%;
  height: 46px;
  padding: 0 44px 0 16px;
  border-radius: 360px;
  border: 2px solid rgba(23, 29, 88, 0.7);
  box-shadow: 0px 0px 0px 4px rgba(112, 113, 125, 0.08);
  font-size: 16px;
}
#search-bar input[type="text"]:hover, #search-bar input[type="search"]:hover {
  box-shadow: 0px 0px 0px 4px #e17678;
}
#search-bar input[type="text"]:focus, #search-bar input[type="search"]:focus {
  box-shadow: 0px 0px 0px 4px #e17678;
}
#search-bar .btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  border-radius: 50%;
  padding: 0;
  border: none;
  background: transparent;
  color: #cd1a1e;
  font-size: 18px;
  line-height: 1;
  z-index: 999;
}
/* Homepage features */
.features {
  margin: 40px 0;
}
.features .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.features .row > [class*="col-"] {
  display: flex;
  float: none;
}
.features__item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  width: 100%;
  background: #aa1d20;
  color: #fff;
  border-radius: 28px;
  padding: 24px 48px;
}
.features-gray .features__item {
  background: #848293;
}
.features__icon {
  font-size: 34px;
  margin-right: 28px;
  flex: 0 0 auto;
  color: #fff;
}
.features__body {
  flex: 1 1 auto;
}
.features__title {
  margin: 0 0 8px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.features__text {
  margin: 0;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}
/* Homepage swiper */
.catalog-slider {
  margin: 40px 0;
}
/* Homepage */
h2.title {
  margin-bottom: 16px;
}
/* category tile */
.category-tile:hover .category-img {
  transform: scale(1.05);
}
.category-tile:hover .category-img-wrapper {
  border-color: #cd1a1e;
}
.category-img {
  transition: all 0.2s ease-out;
  object-fit: cover;
}
.category-img-wrapper {
  border-radius: 25px;
  border: 6px solid rgba(23, 29, 88, 0.2);
  margin-bottom: 16px;
  background: #fff;
  transition: all 0.2s ease-out;
  overflow: hidden;
}
.category-tile .category-title {
  font-family: "Quicksand", sans-serif;
  color: #171d58;
  line-height: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* Card */
.catalog-card {
  position: relative;
  height: 531px;
  border-radius: 25px;
  border: 6px solid #c5c6d5;
  overflow: hidden;
  background-color: #e9ecef;
  transition: all 0.2s ease-out;
}
.catalog-card__inner {
  position: relative;
  z-index: 1;
}
.catalog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.2s ease-out;
}
/* hover effects */
.catalog-card:hover {
  border-color: #cd1a1e;
}
.catalog-card:hover::before {
  background-size: 105%;
}
.catalog-card:hover .catalog-card__inner .btn-pill {
  background: #cd1a1e;
  color: #fff;
}
.catalog-card__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  padding: 40px 24px 48px 24px;
  color: #0f1a2a;
}
.catalog-card__title {
  margin: 0;
  margin-bottom: 0.6rem;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #171d58;
  text-transform: uppercase;
}
.catalog-card__text {
  max-width: 26ch;
  line-height: 1.2;
  color: #171d58;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.catalog-card__inner ul {
  margin: 0 auto;
  padding: 16px;
}
.catalog-card__inner ul li {
  line-height: 1.2;
  font-family: "Quicksand", sans-serif;
  color: rgba(23, 29, 88, 0.8);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-bottom: 6px;
}
.catalog-card__inner ul li::marker {
  color: #c5c6d5;
  font-size: 20px;
}
.catalog-card__inner .btn-pill {
  align-self: flex-start;
  display: inline-block;
  padding: 8px 48px;
  border-radius: 999px;
  background: #fff;
  color: #171d58;
  font-weight: 700;
  text-decoration: none;
  margin: auto auto 0 auto;
  transition: all 0.2s ease-out;
}
.catalog-card__inner .btn-pill:hover {
  background: #cd1a1e;
  color: #fff;
}
/* Swiper spacing + arrows */
.catalogSwiper {
  padding: 6px 12px 40px;
}
.swiper-slide {
  height: auto;
}
.swiper-pagination-bullet {
  background: #adb5bd;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #171d58;
}
.catalog-card a:focus {
  outline: none;
  box-shadow: none;
}
.catalog-slider .container {
  position: relative;
  overflow: visible;
}
.catalogSwiper {
  position: relative;
}
.catalogSwiper .swiper-button-prev {
  left: 12px;
}
.catalogSwiper .swiper-button-next {
  right: 12px;
}
.catalogSwiper .swiper-button-prev::after, .catalogSwiper .swiper-button-next::after {
  font-size: 18px;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  background: #171d58;
  color: #fff;
  border-color: #171d58;
}
/* PRODUCT THUMB*/
.c-product {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 16px 4px 0 rgba(112, 113, 125, 0.08);
  overflow: hidden;
  max-width: 100%;
}
.c-product__media {
  position: relative;
  margin: 6px 6px 0;
  border-radius: 18px;
  overflow: hidden;
  border: 6px solid rgba(23, 29, 88, 0.25);
  background: #fff;
  transition: all 0.2s ease-out;
}
.c-product__media:hover {
  border-color: #cd1a1e;
}
.c-product__imgwrap {
  overflow: hidden;
}
.c-product__img {
  width: 100%;
  display: block;
  transition: all 0.2s ease-out;
}
.c-product__imgwrap:hover img.c-product__img.img-fluid {
  transform: scale(1.05);
}
.thumb-buttons-container {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.thumb-button-small {
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 360px;
  text-align: center;
  font-size: 12px;
  background: #f6f3f3;
  color: #6b6a6a;
  transition: all 0.2s ease-out;
}
.thumb-button-small:hover {
  background: #cd1a1e;
  color: #fff;
}
.c-product__badges {
  left: 22px;
  top: 18px;
}
.c-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.12);
}
.c-badge--sale {
  background: #cd1a1e;
}
.c-badge--new {
  background: #171d58;
}
/* Body */
.c-product__body {
  padding: 22px 16px;
  text-align: center;
  align-items: center;
}
.c-product__price {
  padding: 32px 0;
}
/* Meta row: stars left, small icons right */
.c-product__meta {
  min-height: 28px;
}
.c-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--c-chip-bg);
  border: 1px solid var(--c-chip-border);
  border-radius: 999px;
  padding: 2px 8px;
  height: 22px;
  font-size: 12px;
  line-height: 1;
  color: #0F172A;
}
.c-chip--num i {
  font-size: 12px;
}
/* Icon chips (perfect circles) */
.c-chip--icon {
  width: 24px;
  height: 24px;
  padding: 0;
  justify-content: center;
}
.c-chip--icon i {
  font-size: 12px;
  color: #0F172A;
}
/* Title & description */
.c-product__title {
  font-size: 1rem;
  font-weight: bold;
}
.c-product__title a {
  color: #0F172A;
}
.c-product__title:hover {
  text-decoration: underline;
}
.c-product__desc {
  color: #4B4D59;
  font-weight: 500;
  font-size: 0.84rem;
}
/* Price: always red */
.c-price {
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--c-accent);
}
.c-price--special {
  color: var(--c-accent);
}
.c-price--old {
  color: #94A3B8;
  text-decoration: line-through;
  font-weight: 600;
}
.c-price-tax {
  color: #94A3B8;
}
/* Stock */
.c-product__stock .text-success {
  color: #16A34A !important;
}
/* CTA button pinned bottom */
.c-btn-cart {
  background: #171D58;
  border: none;
  border-radius: 360px;
  padding: 0.75rem 4rem;
  font-weight: 500;
}
.c-btn-cart:hover {
  background: #CD1A1E;
}
.product-grid .product-layout, .product-list .product-layout {
  height: 100%;
}
.product-grid .product-layout > .product-thumb, .product-list .product-layout > .product-thumb {
  height: 100%;
}
/* Footer */
.footer__columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
}
.footer__columns > [class*="col-"] {
  flex: 1 1 320px;
  max-width: 320px;
}
.footer {
  color: #4b4d59;
  position: relative;
  border-top: 8px solid rgba(23, 29, 88, 0.05) !important;
}
.footer__upper {
  background: #f8f8fe;
}
.footer__title {
  color: #171D58;
  letter-spacing: 0.06em;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.footer__list li {
  margin: 0.4rem 0;
}
.footer__link {
  color: #4B4D59;
  text-decoration: underline;
}
.footer__link:hover {
  color: #4B4D59;
  text-decoration: none;
}
.footer__muted {
  color: #4b4d59;
}
.footer-text-bold {
  color: #3d3d43;
  font-weight: 800;
}
.footer__address {
  color: #364152;
}
.pill-list {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: center;
}
.pill, .pill--ghost, .pill--cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  border-radius: 360px;
  text-decoration: underline;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
  font-weight: bold;
}
.pill {
  background: #fff;
  color: #171D58;
  transition: all 0.2s ease-out;
  width: 100%;
  font-family: "Quicksand", sans-serif;
}
.pill--ghost {
  background: #fff;
  color: #171D58;
}
.pill--cta {
  background: #fff;
  color: #171D58;
}
.pill:hover {
  color: #fff;
  background: #cd1a1e;
  text-decoration: none;
}
.footer__backtotop {
  background: transparent;
  padding-top: 1rem;
  width: fit-content;
  margin: 0 auto;
}
.footer__backtotop__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #171D58;
  border: none;
  border-radius: 25px 25px 0 0;
  padding: 1.2rem 6.5rem;
  font-weight: bold;
  box-shadow: 0 4px 16px 0 #70717D08;
}
.footer__backtotop__txt {
  font-weight: bold;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.footer__badges__container {
  border-top: 3px solid #fff;
  background: #f8f8fe;
}
.footer__badge {
  border: none;
  border-radius: 25px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
}
.footer__badge img {
  display: block;
  height: 90px;
  width: auto;
}
.footer__legal {
  background: #ECEEF3;
  border-top: 8px solid rgba(23, 29, 88, 0.1);
}
.footer__legal-links a {
  color: #4B4D59;
  text-decoration: underline;
}
.footer__legal-links a:hover {
  text-decoration: none;
  color: #4B4D59;
}
.footer__brand {
  color: #171D58;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .footer__badge img {
    height: 42px;
  }
  .footer__legal-links {
    gap: 1rem;
  }
}
@media (max-width: 575.98px) {
  .footer__title {
    font-size: 1rem;
  }
  .footer__badge img {
    height: 36px;
  }
}
/* CART DROPDOWN */
ul.dropdown-menu.dropdown-menu-end {
  border-radius: 25px !important;
  padding: 10px;
  border: none;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
  background: #fff !important;
  overflow: hidden;
  top: 6px !important;
}
.cartpanel {
  min-width: 700px;
  max-width: 760px;
  border-radius: 25px;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
}
@media (max-width: 767.98px) {
  .cartpanel {
    min-width: 100%;
  }
}
/* PRODUCT CARD */
.cartcard {
  background: #f6f6f8;
  border: none;
  border-radius: 25px;
  padding: 6px 20px 6px 6px;
  position: relative;
}
.thumbbox {
  width: 100px;
}
.thumbwrap {
  display: block;
  width: 100px;
  height: 100px;
  border: 4px solid rgba(23, 29, 88, 0.2);
  border-radius: 20px;
  background: #f4f6fb;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.thumbwrap:hover {
  border-color: #cd1a1e;
}
.thumbwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.name a {
  font-weight: 700;
  font-size: 1rem;
  color: #171d58;
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
}
.name a:hover {
  text-decoration: underline;
}
.meta {
  font-size: 0.85rem;
  color: #4b4d59;
}
.meta li + li {
  margin-top: 2px;
}
.qty {
  font-size: 0.9rem;
  color: #4b4d59;
}
.price {
  font-weight: 700;
  color: #1c1d23;
  font-size: 1rem;
}
.rm-btn {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1;
}
/* wrapper acts like a relative container */
.rm-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
}
/* circle fills the wrapper */
.rm-icon .fa-circle {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  color: rgba(209, 210, 222, 0.5);
}
/* cross is centered with transform */
.rm-icon .fa-xmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-33%, -30%);
  font-size: 14px;
  color: #1e2a5a;
}
/* hover */
.rm-btn:hover .fa-circle {
  color: #cd1a1e;
}
.rm-btn:hover .fa-xmark {
  color: #fff;
}
/* DIVIDER */
.divider {
  height: 2px;
  background: #e5e7eb;
  border-radius: 2px;
  width: 100%;
}
.totals-block {
  margin-left: auto;
  max-width: 360px;
  border-top: 4px solid rgba(23, 29, 88, 0.1);
  border-bottom: 4px solid rgba(23, 29, 88, 0.1);
  padding: 12px 0;
}
.totals-inline {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.totals-col {
  min-width: 160px;
  text-align: center;
}
.totals-col .total-value {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #65677d !important;
}
.totals-col .total-grand {
  font-weight: 700;
  font-size: 2rem;
  color: #cd1a1e !important;
}
.totals-col .total-label {
  margin-top: 2px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #6b7280;
}
/* BOTTOM ACTION BUTTONS (compact, not stretched) */
.cart-actions {
  display: flex;
  justify-content: end;
  gap: 8px;
  flex-wrap: wrap;
}
.cart-actions .btn {
  width: auto;
  min-width: unset;
}
/* Pill buttons (smaller) */
.btn-deep, .btn-cta {
  border-radius: 60px;
  padding: 13px 28px;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  color: #fff;
}
.btn-deep i, .btn-cta i {
  margin-right: 12px;
}
.btn-deep {
  background: #171d58;
}
.btn-cta {
  background: #171d58;
}
.btn-deep:hover, .btn-cta:hover {
  background: #cd1a1e;
  color: #fff;
}
@media (max-width: 420px) {
  .totals-inline {
    gap: 16px;
  }
  .totals-col {
    min-width: 140px;
  }
  .cart-actions {
    justify-content: space-between;
  }
  .cart-actions .btn {
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
  }
}
/* cart */
.cart-mini__menu {
  min-width: 360px;
  max-width: 460px;
}
.cart-mini__item {
  background: #fff;
}
.cart-mini__thumb img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.cart-mini__qty {
  font-size: 0.95rem;
  color: #6c757d;
}
.cart-mini__line-total {
  font-size: 1rem;
}
.cart-mini__total-row td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.cart-mini__total-row--grand td:last-child {
  font-weight: 800;
  font-size: 1.1rem;
}
/* polish */
.cart-mini__item:hover {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.cart-mini__name:hover {
  text-decoration: underline;
}
/* Breadcrumbs */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
  overflow: hidden;
}
.breadcrumb > li.breadcrumb-item {
  position: relative;
  padding: 8px 20px;
  white-space: nowrap;
  color: var(--bs-body-color);
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li.breadcrumb-item > a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 100%;
  background: var(--bs-tertiary-bg);
  border-top: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: skewX(45deg);
  z-index: 1;
}
.breadcrumb > li.breadcrumb-item:not(:last-child) {
  margin-right: 15px;
}
.breadcrumb > li.breadcrumb-item.active {
  font-weight: 600;
  color: var(--bs-link-color);
}
/* Sidebar */
aside#column-left .list-group {
  border: none;
  border-radius: 0;
  background: transparent;
}
aside#column-left .list-group .list-group-item {
  margin: 0 0 8px 0;
  padding: 12px 20px;
  background: #dddee7;
  border: none;
  border-radius: 10px;
  color: #212443;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  transition: all 0.2s ease-out;
}
aside#column-left .list-group .list-group-item.active {
  background: #aa1d20;
  color: #fff;
}
/* hover */
aside#column-left .list-group .list-group-item:hover {
  background: #aa1d20;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
/* compare btn */
a#compare-total {
  background: #171d58;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 60px;
  font-size: 0.9rem;
}
a#compare-total i {
  margin-right: 24px;
}
/* -------- Category page -------- */
.txt-description {
  font-size: 1rem;
  font-weight: 600;
  color: #65677d;
  line-height: 160%;
}
.row-mt {
  margin-top: 72px;
}
.input-group-text {
  border: none;
  font-size: 1rem;
  color: #65677d;
  font-weight: 600;
}
.form-select {
  background: #fff;
  padding: 12px 20px;
  border: 2px solid #171d58;
  border-radius: 60px !important;
  font-weight: 800;
  color: #212443;
  font-size: 0.9rem;
  box-shadow: 0 0 0 4px rgba(23, 29, 88, 0.1);
  margin-left: 16px !important;
}
/* pagination */
.pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.pagination .page-link {
  border-radius: 999px !important;
  background: #fff;
  color: #212443;
  border: none;
  font-size: 1rem;
  padding: 14px 18px;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
  transition: all 0.2s ease-out;
}
.page-item:hover .page-link {
  background: #171d58;
  color: #fff;
}
.page-item.active .page-link {
  background: #171d58;
  color: #fff;
}
/* -------- Product page -------- */
#product-info .row {
  --bs-gutter-x: 3rem;
}
.product-card-bcg {
  background: #fff;
  padding: 32px;
  border-radius: 25px;
  box-shadow: 0 4px 10px 0 rgba(112, 113, 125, 0.08);
  margin-bottom: 20px;
}
.product-card-bcg__detail p, .product-card-bcg__detail span {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #676870 !important;
  line-height: 168% !important;
  font-family: "Open sans", sans-serif !important;
}
.product-card-bcg table {
  width: 100% !important;
  background: #f7f7fa;
  margin-bottom: 16px;
}
.product-card-bcg tr {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
/* Desktop only */
@media (min-width: 992px) {
  /* rodičovský sloupec musí být pozicovaný */
  /* sticky prvek – drží se v rámci .product-right-col */
  .product-right-col {
    position: relative;
  }
  .sticky-wrapper {
    position: sticky;
    top: 0;
    /* drží se nahoře, dokud nescrolluješ na konec */
    bottom: 0;
    /* a dovolí "držet" i dole */
    align-self: flex-start;
  }
}
.gallery-card {
  background: #fff;
  padding: 16px;
  border-radius: 25px;
  box-shadow: 0 4px 10px 0 rgba(112, 113, 125, 0.08);
  margin-bottom: 20px;
  transition: all 0.2s ease-out;
}
img.img-fluid.rounded {
  padding: 0;
  border-radius: 25px !important;
  border: 4px solid rgba(23, 29, 88, 0.1);
  transition: all 0.2s ease-out;
}
img.img-fluid.rounded:hover {
  border-color: #cd1a1e;
}
.img-thumbnail-wrapper {
  overflow: hidden;
  border-radius: 25px;
  border: 4px solid rgba(23, 29, 88, 0.1);
  transition: all 0.2s ease-out;
}
img.img-thumbnail {
  border: none;
  padding: 0;
  transition: all 0.2s ease-out;
}
img.img-thumbnail:hover {
  transform: scale(1.1);
}
.img-thumbnail-wrapper:hover {
  border-color: #cd1a1e;
}
/* Product-banner */
/* Container */
.product-banner {
  position: relative;
  background: url("../image/product-banner-montaz.png") no-repeat center center/cover;
  border-radius: 25px;
  overflow: hidden;
  padding: 3rem;
  display: flex;
  align-items: center;
}
/* Dark overlay */
.product-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(132, 130, 147, 0) 0%, rgba(132, 130, 147, 0.9) 40%, #848293 80%, #848293 100%);
}
/* Content */
.product-banner-content {
  position: relative;
  color: #fff;
  margin-left: auto;
  max-width: 60%;
  text-align: left;
}
.banner-title {
  margin-bottom: 1rem;
  color: #fff;
}
.banner-text {
  font-size: 1rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}
/* Button */
.banner-button {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background: #fff;
  color: #1a1a1a;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.banner-button:hover {
  background: #f2f2f2;
  color: #000;
}
.product-detail-title {
  text-align: center;
  margin: 28px 0;
  font-size: 1.6rem;
  font-weight: 700;
}
/* Product aside*/
.product-right-panel {
  position: relative;
}
.price-inc {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: #e63946;
}
.price-ex {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #6c757d;
  margin-top: 6px;
}
.old-price {
  margin-top: 6px;
}
.price-notes {
  display: flex;
  gap: 24px;
  font-size: 12px;
  color: #6c757d;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.styled-select {
  position: relative;
}
.styled-select select.form-select {
  padding-right: 42px;
  border-radius: 14px;
  height: 46px;
}
.styled-select .chev {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
}
.styled-select .chev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6c757d;
}
.option-pills .pill {
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  margin: 0.25rem 0.35rem 0.25rem 0;
}
.option-pills .thumb {
  max-width: 32px;
  max-height: 32px;
  border-radius: 6px;
}
.option-pills .btn-check:checked + .pill {
  background: #0d6efd;
  color: #fff;
  border-color: #0d6efd;
}
.qty-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 14px;
  overflow: hidden;
  height: 48px;
  width: 180px;
}
.btn-qty {
  width: 48px;
  height: 100%;
  border: 0;
  background: #f8f9fa;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}
.qty-input {
  width: 100%;
  border: 0;
  text-align: center;
  height: 100%;
  outline: none;
}
.btn-add {
  height: 48px;
  border-radius: 14px;
  font-weight: 600;
}
.stock-notes {
  margin-top: 10px;
}
/* ====== cart page ====== */
.cart-list.oc4 {
  margin: 0 auto 48px;
  padding: 0 12px;
  display: grid;
  gap: 24px;
  color: var(--vako-grey-900);
}
/* Steps */
.cart-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 8px;
  background: #fff;
  border-radius: 26px;
  box-shadow: var(--shadow-soft);
}
.cart-step {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--vako-grey-100);
  border-radius: 26px;
  padding: 12px 20px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--vako-grey-700);
  justify-content: center;
}
.cart-step.is-active {
  background: var(--vako-navy);
  color: #fff;
}
.cart-step .dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--vako-navy);
  font-weight: 800;
}
/* Items */
.cart-items {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  padding: 12px;
  display: grid;
  gap: 12px;
}
.cart-item {
  display: grid;
  grid-template-columns: 96px 1.5fr 1fr auto 110px;
  gap: 18px;
  align-items: center;
  padding: 14px 18px;
}
.cart-item + .cart-item {
  border-top: 1px solid var(--vako-grey-200);
}
.item-media {
  width: 96px;
  height: 76px;
  background: var(--vako-grey-100);
  border: 1px solid var(--vako-grey-200);
  border-radius: 12px;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.item-media img {
  max-width: 86px;
  max-height: 66px;
  border-radius: 10px;
}
.item-title {
  font-weight: 700;
  text-decoration: none;
  color: var(--vako-grey-900);
}
.item-sub {
  color: var(--vako-grey-700);
  font-size: 13px;
  margin-top: 4px;
}
.stock {
  color: var(--vako-green);
  font-weight: 700;
  margin-top: 8px;
}
.item-price {
  color: var(--vako-grey-700);
  font-size: 14px;
}
.item-total {
  font-weight: 800;
  color: var(--vako-grey-900);
}
/* Quantity + remove */
.item-qty {
  display: flex;
  align-items: center;
  gap: 12px;
}
.qty-control {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 2px solid var(--vako-navy);
  border-radius: 999px;
  padding: 4px 10px;
  height: 38px;
}
.qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: var(--vako-navy);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  display: grid;
  place-items: center;
}
.qty-input {
  width: 32px;
  text-align: center;
  border: 0;
  font-weight: 800;
  color: var(--vako-navy);
  background: transparent;
}
.btn-remove {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--vako-grey-200);
  background: #fff;
  color: var(--vako-grey-500);
  font-size: 18px;
  display: grid;
  place-items: center;
}
/* Bottom */
.cart-bottom {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.1fr 0.9fr;
}
.coupon-card, .summary-card {
  background: #fff;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
  padding: 26px;
}
.coupon-title {
  font-weight: 800;
  color: var(--vako-grey-700);
}
.coupon-input {
  margin-top: 12px;
  height: 46px;
  border: 2px solid var(--vako-navy);
  border-radius: 999px;
  padding: 0 18px;
}
.coupon-apply {
  margin-top: 14px;
  height: 40px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: var(--vako-navy);
  color: #fff;
  font-weight: 700;
}
.summary-head {
  font-weight: 800;
  color: var(--vako-grey-700);
  border-bottom: 2px solid var(--vako-grey-200);
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 2px solid var(--vako-grey-200);
}
.summary-total .without-tax {
  color: var(--vako-grey-500);
  font-weight: 700;
}
.summary-total .with-tax {
  color: var(--vako-danger);
  font-weight: 900;
  font-size: 24px;
}
.cart-cta {
  margin-top: 20px;
  height: 54px;
  width: 100%;
  border-radius: 999px;
  border: 0;
  background: var(--vako-navy);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(27, 35, 90, 0.25);
}
/* Responsive */
@media (max-width: 1024px) {
  .cart-item {
    grid-template-columns: 80px 1fr auto;
    grid-template-areas: "media main main" "media qty price" "media total total";
  }
  .cart-bottom {
    grid-template-columns: 1fr;
  }
}
/* CART */
div#shopping-cart .container {
  width: calc(100% + 24px);
  margin-left: -12px;
}
/* --- layout wrapper --- */
.checkout-cart {
  background: #fff;
  border-radius: 25px;
  padding: 36px;
  margin: 0 auto 40px;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
  box-sizing: border-box;
}
/* --- steps --- */
.checkout-steps {
  display: flex;
  gap: 20px;
  margin-bottom: 26px;
}
.checkout-step {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  background: #f6f6f8;
  border-radius: 9999px;
  padding: 4px;
  opacity: 0.65;
}
.checkout-step .step-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(209, 210, 222, 0.6);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.checkout-step .step-label {
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Quicksand", sans-serif;
  color: #171d58;
}
.checkout-step.is-active {
  background: #59586b;
  opacity: 1;
}
.checkout-step.is-done {
  background: #d1d3dd;
  opacity: 1;
}
.checkout-step.is-active .step-number {
  background: #82849c;
  color: #fff;
}
.checkout-step.is-active .step-label {
  color: #ffffff;
}
/* --- cart list --- */
.cart-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.cart-item {
  display: grid;
  grid-template-columns: 110px minmax(200px, 2fr) 150px 110px 200px 25px;
  gap: 20px;
  align-items: center;
  background: #f6f6f8;
  border-radius: 26px;
  padding: 6px 40px 6px 6px;
  box-sizing: border-box;
}
.cart-item + .cart-item {
  border: none;
}
.cart-item__img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  background: #fff;
  border-radius: 20px;
  border: 4px solid rgba(23, 29, 88, 0.2);
}
.cart-item__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cart-item__name {
  font-weight: 600;
  color: #4b4d59;
}
.cart-item__option, .cart-item__meta {
  font-size: 12px;
  color: #5d6270;
  line-height: 1.35;
}
.cart-item__stock {
  color: #288c45;
  font-weight: 600;
  font-size: 13px;
}
/* --- qty controls --- */
.cart-item__qty {
  display: flex;
  align-items: center;
  justify-self: center;
  background: #fff;
  border: 2px solid #171d58;
  border-radius: 9999px;
  overflow: hidden;
  padding: 4px;
  width: 106px;
  height: 40px;
}
.qty-btn {
  background: #171d58;
  border: none;
  width: 36px;
  height: 100%;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.qty-input {
  width: 34px;
  height: 100%;
  border: none;
  text-align: center;
  font-weight: 600;
  color: #1f2640;
  font-size: 14px;
}
.qty-input:focus {
  outline: none;
}
/* --- prices --- */
.price__wrapper {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 12px 0;
  border-top: 4px solid #f6f6f8;
  border-bottom: 4px solid #f6f6f8;
}
.cart-item__price {
  text-align: center;
  display: flex;
  flex-direction: co;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.price-unit {
  font-size: 14px;
  color: #4b4d59;
}
.price-total {
  font-size: 16px;
  font-weight: 700;
  color: #4b4d59;
}
/* --- remove --- */
.cart-item__remove {
  text-align: right;
}
.btn-remove {
  background: transparent;
  border: none;
  font-size: 20px;
  color: #9da3b1;
  cursor: pointer;
  transition: color 0.15s ease;
}
.btn-remove:hover {
  color: #cc2936;
}
/* --- bottom section --- */
.cart-summary {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  align-items: stretch;
}
.cart-coupon, .cart-total {
  border-radius: 25px;
  padding: 22px 24px;
  flex: 0 0 33%;
  max-width: 33%;
  width: 100%;
  box-sizing: border-box;
}
.cart-coupon {
  background: #f6f6f8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-coupon__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 300px;
  gap: 10px;
}
#input-coupon {
  max-width: 100%;
  width: 350px;
}
.cart-coupon__form label, .cart-total__title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #171d58;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.1em;
  margin: 0 auto;
  text-transform: uppercase;
}
.cart-total__title {
  margin-bottom: 12px;
}
.coupon-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.coupon-field input {
  flex: 1;
  background: #fff;
  border: 2px solid rgba(23, 29, 88, 0.7);
  border-radius: 9999px;
  padding: 10px 16px;
  outline: none;
  font-size: 14px;
}
.btn-apply {
  background: #171d58;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  border: none;
  border-radius: 9999px;
  padding: 10px 22px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.btn-apply:hover {
  background: #cd1a1e;
  color: #fff;
}
/* --- total box --- */
.cart-total__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tiny-txt {
  font-size: 12px;
  color: #8b8c99;
}
.value {
  color: #65677d;
  font-size: 24px;
  font-weight: 700;
}
.value--accent {
  color: #cd1a1e;
  font-size: 32px;
}
.btn-next {
  display: block;
  margin-top: 20px;
  background: #171d58;
  color: #fff;
  text-align: center;
  padding: 16px 18px;
  border-radius: 9999px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.btn-next:hover {
  background: #cd1a1e;
}
/* --- responsiveness --- */
@media (max-width: 1024px) {
  .cart-item {
    grid-template-columns: 72px 1fr;
    grid-template-areas: "img info" "stock qty" "price remove";
    row-gap: 10px;
  }
  .cart-item__img {
    grid-area: img;
  }
  .cart-item__details {
    grid-area: info;
  }
  .cart-item__stock {
    grid-area: stock;
  }
  .cart-item__qty {
    grid-area: qty;
    justify-self: start;
  }
  .cart-item__price {
    grid-area: price;
    text-align: left;
  }
  .cart-item__remove {
    grid-area: remove;
    text-align: right;
  }
  .cart-summary {
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .checkout-cart {
    padding: 18px 14px 26px;
    border-radius: 0;
  }
  .checkout-steps {
    gap: 10px;
    overflow-x: auto;
  }
  .cart-item {
    border-radius: 18px;
  }
}
/* === GENERAL LAYOUT === */
.checkout-step-content {
  background: #ffffff;
  border-radius: 25px;
  padding: 34px 12px 0px 12px;
}
.checkout-step-content h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #171d58;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
/* === STEP 2: DORUČOVACÍ ÚDAJE === */
#checkout-checkout {
  background: #ffffff;
  border-radius: 25px;
  padding: 36px 36px 64px 36px;
  box-shadow: 0 4px 16px 0 rgba(112, 113, 125, 0.08);
  margin-bottom: 36px;
}
.checkout-form-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
}
.checkout-left {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
/* LOGIN BUTTON */
.checkout-login-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #171d58;
  color: #fff;
  border-radius: 9999px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
/* RADIO SECTION */
.checkout-radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.checkout-radio-group label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171d58;
  font-size: 13px;
}
/* INPUTS */
.checkout-field-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.checkout-field-group .field-half {
  flex: 0 0 calc(50% - 5px);
}
.checkout-input, .checkout-field-group input[type="text"], .checkout-field-group input[type="email"], .checkout-field-group input[type="tel"], .checkout-field-group input[type="password"] {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(23, 29, 88, 0.2);
  border-radius: 14px;
  padding: 10px 14px;
  font-size: 14px;
  color: #1f2430;
  box-sizing: border-box;
}
.checkout-input:focus {
  outline: none;
  border-color: rgba(23, 29, 88, 0.6);
}
/* SUMMARY BOX RIGHT */
.summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* === STEP 3: DOPRAVA A PLATBA === */
.headline-box {
  background-color: #f6f6f8;
  color: #171d58;
  padding: 18px 28px;
  font-size: 22px !important;
  border-radius: 24px;
  letter-spacing: 0.1em;
}
.checkout-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.method-box {
  background: #f6f6f8;
  border-radius: 22px;
  padding: 20px 22px;
}
.method-box h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #171d58;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
}
.method-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid rgba(23, 29, 88, 0.15);
  border-radius: 14px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.method-option:hover {
  border-color: rgba(23, 29, 88, 0.5);
}
.method-option.active {
  border: 2px solid #171d58;
}
.method-option label {
  font-weight: 600;
  color: #1f2430;
}
.method-price {
  font-weight: 700;
  color: #1f2430;
}
.checkout-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.checkout-actions .btn {
  border-radius: 9999px;
  padding: 10px 20px;
  font-weight: 600;
}
.btn-light {
  background: #f2f3f6;
  border: 1px solid rgba(23, 29, 88, 0.2);
  color: #171d58;
}
.btn-primary {
  background: #171d58;
  color: #fff;
  border: none;
}
/* === RESPONSIVE === */
@media (max-width: 992px) {
  .checkout-form-layout, .checkout-methods {
    grid-template-columns: 1fr;
  }
  .checkout-actions {
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
  }
}
/* Register */
.register--btn {
  background: #171d58;
  color: #fff !important;
  transition: all 0.2s ease-out;
  padding: 12px 32px;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  border-radius: 999px;
  display: block;
  margin-bottom: 16px;
}
.register--btn i {
  margin-right: 16px;
}
.register--btn:hover {
  background: #cd1a1e;
}
.register--checkbox {
  display: flex;
  flex-direction: column;
}
.form-check-input:checked {
  background-color: #171d58;
  border-color: #171d58;
}
.form-check-label {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  text-transform: uppercase;
  color: #171d58;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.form-check .form-check-input {
  margin-top: 0.65em;
}
.col-thin {
  max-width: 86%;
  margin: 0 auto;
}
.register--input {
  padding: 12px 24px;
  background: #fff;
  border: 2px solid rgba(23, 29, 88, 0.4);
  border-radius: 15px;
  color: #65677d;
  font-size: 14px;
  font-weight: 600;
}
.register--input:focus, .register--select:focus {
  box-shadow: none;
  border-color: #171d58;
}
.register--select {
  box-shadow: none;
  margin: 0 !important;
  padding: 12px 24px;
  background: #fff;
  border: 2px solid rgba(23, 29, 88, 0.4);
  border-radius: 15px !important;
  color: #65677d;
  font-size: 14px;
  font-weight: 600;
}
/* Payment box */
.go-payment__box {
  padding: 32px;
  border-radius: 25px;
  background: #f6f6f8;
  text-align: center;
}
#go-payment {
  padding: 20px 32px;
  background: #171d58;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 999px;
  transition: all 0.2s ease-out;
  border: none;
}
#go-payment:hover {
  background: #cd1a1e;
}
.summary-totals {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border-radius: 25px;
  padding: 20px;
  border: 4px solid #d1d2dd;
  background: #fff;
}
.summary-totals-row {
  display: flex;
  flex-direction: column;
}
p.terms {
  font-size: 16px;
  font-weight: 600;
  color: #65677d;
}
.terms a {
  color: #65677d;
  text-decoration: underline;
}
.icon-gray {
  color: #6c6c84;
}
/* MENU mobile */
@media (max-width: 1024px) {
  nav#top {
    display: none;
  }
  #main-header {
    padding: 6px 0px;
    border: 2px solid #ededf1;
  }
  .header-mobile {
    display: flex !important;
  }
  .hidden-xs {
    display: none !important;
  }
  #main-header .header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
  }
  #main-header .header-mobile-left, #main-header .header-mobile-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-icon-btn {
    background: none;
    border: 0;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    color: #151f55;
  }
  .header-cart-mobile #cart {
    display: inline-block;
  }
  div#cart button.dropdown-toggle .cart-menu-txt {
    display: none !important;
  }
  #cart .btn.btn-lg.btn-dark.d-block.dropdown-toggle {
    padding: 0 !important;
    background: none;
    color: #171d58;
    font-size: 20px;
    border-radius: none;
    border: none;
  }
  #category {
    display: none !important;
  }
  #navbar-menu {
    background: transparent;
  }
  #menu {
    padding: 0;
    background: transparent !important;
  }
  .nav-item {
    background: #ededf1;
  }
  #menu .navbar-nav > li > a {
    color: #171d58;
  }
  #menu .navbar-nav {
    margin-top: 16px;
  }
}
/* MOBILE: show the navbar menu always, ignore collapse */
@media (max-width: 991.98px) {
  /* also override the transition state */
  /* hide the hamburger toggle on mobile */
  #navbar-menu.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
  #navbar-menu.collapsing {
    display: block !important;
    height: auto !important;
  }
  #menu .navbar-toggler.d-lg-none {
    display: none !important;
  }
}
/* MOBILE: horizontal flex list for main nav */
@media (max-width: 991.98px) {
  #menu .navbar-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  #menu .navbar-nav .nav-item {
    flex: 0 0 auto;
  }
  #menu .navbar-nav .nav-link {
    white-space: nowrap;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
