body {
  width: 100%;
  height: 100%;
}
/* Hero banner carousel - full width, responsive */
[id^="carousel-banner"] {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
[id^="carousel-banner"] .carousel-inner,
[id^="carousel-banner"] .carousel-item {
  width: 100%;
  max-width: none;
}
[id^="carousel-banner"] .carousel-item .row {
  max-width: none;
  width: 100%;
  margin: 0;
}
[id^="carousel-banner"] .carousel-item .row > div {
  max-width: none;
  width: 100%;
  padding: 0;
}
[id^="carousel-banner"] .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}
@media (min-width: 576px) {
  [id^="carousel-banner"] .carousel-item img {
    max-height: 65vh;
  }
}
@media (max-width: 575.98px) {
  [id^="carousel-banner"] .carousel-item img {
    max-height: 45vh;
    min-height: 200px;
  }
}
.hero-banner-intro {
  width: 100%;
  max-width: 100%;
  padding: 1.25rem 1rem;
  text-align: center;
}
.hero-banner-intro__text {
  margin: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
@media (min-width: 576px) {
  .hero-banner-intro {
    padding: 1.5rem 1.5rem;
  }
  .hero-banner-intro__text {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  .hero-banner-intro {
    padding: 1.75rem 2rem;
  }
  .hero-banner-intro__text {
    font-size: 1.125rem;
    max-width: 800px;
  }
}
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 - flow normal ca newsletter + footer să se vadă */
#container {
  width: 100%;
  min-height: 100%;
}
/* content - padding mic, footer nu mai e absolute */
#content, #column-left, #column-right {
  padding-bottom: 2rem;
}
#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: 0;
}
#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%;
  }
}
/* header actions: account + cart icon - same row, same height */
.header-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  min-height: 44px;
}
.header-actions__account {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #000;
  text-decoration: none;
  line-height: 0;
  flex-shrink: 0;
}
.header-actions__account:hover {
  color: #000000c2;
}
.header-actions__account i {
  font-size: 1.5rem;
  line-height: 1;
  display: block;
}
.header-actions__cart,
.header-actions__cart .dropdown {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-actions__cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  line-height: 0;
  flex-shrink: 0;
}
.header-actions__cart-btn:hover {
  color: #000000c2;
}
.header-actions__cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 0;
}
.header-actions__cart-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
}
.cart-bubble {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 9px;
}
.cart-bubble__text-count {
  display: block;
}
/* menu */
#menu {
  background: none;
  border: none;
  min-height: 40px;
  border-radius: 0;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-collapse {
  justify-content: center;
}
#menu .navbar-nav {
  flex-wrap: wrap;
  justify-content: center;
}
#menu .navbar-nav > li > a,
#menu .navbar-nav .nav-link {
  font-family: "Instrument Sans", sans-serif;
  font-size: 18px;
  color: #000;
  padding: 10px 15px;
  background-color: transparent !important;
  background-image: none !important;
  text-shadow: none;
}
#menu .navbar-nav > li > a:hover,
#menu .navbar-nav .nav-link:hover {
  background-color: transparent !important;
  background-image: none !important;
  color: #000000c2;
}
#menu .navbar-nav > li > a:focus,
#menu .navbar-nav .nav-link:focus {
  background-color: transparent !important;
}
#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: #333;
}
#menu .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #333;
  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;
  }
}
/* Newsletter strip - above footer, no gap */
.newsletter-strip {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  background: rgb(173, 196, 194);
}
.newsletter-strip__inner {
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
}
.newsletter-strip__media {
  flex: 0 0 28%;
  min-width: 180px;
  background: rgb(173, 196, 194);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.newsletter-strip__logo {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
}
.newsletter-strip__form-wrap {
  flex: 1 1 72%;
  min-width: 0;
  background: rgb(173, 196, 194);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}
.newsletter-strip__title {
  margin: 0 0 1.25rem;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 0.02em;
}
.newsletter-strip__form {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 420px;
  background: #fff;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.newsletter-strip__input {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 999px 0 0 999px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.9375rem;
  color: #000;
  background: #fff;
}
.newsletter-strip__input::placeholder {
  color: #888;
}
.newsletter-strip__input:focus {
  outline: none;
}
.newsletter-strip__btn {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  transition: background 0.2s;
}
.newsletter-strip__btn:hover {
  background: #333;
}
.newsletter-strip__btn-arrow {
  font-size: 1.25rem;
  line-height: 1;
}
.newsletter-strip__message {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  text-align: center;
  max-width: 420px;
  width: 100%;
}
.newsletter-strip__message--success {
  color: #0d6e0d;
}
.newsletter-strip__message--error {
  color: #b00;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 767.98px) {
  .newsletter-strip__inner {
    flex-direction: column;
    min-height: auto;
  }
  .newsletter-strip__media {
    flex: 0 0 auto;
    min-width: 100%;
    padding: 1.25rem;
  }
  .newsletter-strip__logo {
    width: 100px;
    height: 100px;
  }
  .newsletter-strip__form-wrap {
    flex: 1 1 auto;
    padding: 1.5rem 1rem;
  }
  .newsletter-strip__title {
    font-size: 0.9375rem;
    margin-bottom: 1rem;
  }
  .newsletter-strip__form {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .newsletter-strip__title {
    font-size: 1.0625rem;
  }
}
/* footer - flow normal ca newsletter-ul deasupra să fie vizibil */
footer {
  border: 1px solid #000000;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
  margin-top: 0;
}
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 card - Shopify-style: 10px radius, 2:3 image, quick-add on image, title, price */
.product-thumb {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-thumb__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 3 / 4;
  background: #f5f5f5;
}
.product-thumb__image-link {
  display: block;
  height: 100%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.product-thumb__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: bicubic;
}
.product-thumb__image-link:hover {
  opacity: 0.96;
}
.product-thumb__quick-add {
  padding: 0;
  margin: 0;
}
.product-thumb__cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: #000;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.product-thumb__cart-btn:hover {
  background: #333;
  color: #fff;
}
.product-thumb__cart-btn-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.product-thumb__cart-btn-icon svg {
  width: 100%;
  height: 100%;
}
.product-thumb__content {
  padding: max(20px, 1.5rem) max(20px, 1.5rem);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}
.product-thumb__title {
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #333;
}
.product-thumb__title a {
  color: inherit;
  text-decoration: none;
}
.product-thumb__title a:hover {
  color: #000;
}
.product-thumb__price {
  margin: 0;
}
.product-thumb__price .price-new {
  font-family: "Instrument Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.product-thumb__price .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 0.25rem;
}
.product-thumb__price .price-tax {
  display: block;
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.25rem;
}
@media (min-width: 576px) {
  .product-thumb__title,
  .product-thumb__price .price-new {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
    flex-direction: row;
  }
  .product-list .product-thumb__image {
    width: 38%;
    max-width: 280px;
    aspect-ratio: 3 / 4;
    border-radius: 10px 0 0 10px;
  }
  .product-list .product-thumb__quick-add {
    padding: 0;
  }
  .product-list .product-thumb__content {
    flex: 1;
    padding: max(20px, 1.5rem);
    justify-content: center;
  }
  .product-list .product-thumb__cart-btn {
    width: 100%;
  }
}
.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;
}
/* Sneakers promo section - sub Featured, full width */
.sneakers-promo {
  background-color: rgb(173, 196, 194);
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 2rem;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
.sneakers-promo__inner {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0.5rem;
}
.sneakers-promo__img {
  max-width: 56%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.sneakers-promo__title {
  margin: 1rem 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
}
.sneakers-promo__text {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: #000;
}
.sneakers-promo__btn {
  display: inline-block;
  padding: 0.55rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #000;
  border: none;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
}
.sneakers-promo__btn:hover {
  background: #333;
  color: #fff;
}
@media (min-width: 576px) {
  .sneakers-promo {
    padding: 2.25rem 1.5rem;
    margin-top: 2.5rem;
  }
  .sneakers-promo__inner {
    padding: 0 1rem;
  }
  .sneakers-promo__img {
    max-width: 48%;
  }
  .sneakers-promo__title {
    font-size: 1.375rem;
    margin-top: 1.25rem;
  }
  .sneakers-promo__text {
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 992px) {
  .sneakers-promo {
    padding: 2.5rem 2rem;
    margin-top: 3rem;
  }
  .sneakers-promo__title {
    font-size: 1.5rem;
    margin-top: 1.5rem;
  }
}
/* Shop by Collection - 4 cards, 3 per row */
.shop-by-collection {
  padding: 2.5rem 1rem 3rem;
  margin-top: 2rem;
}
.shop-by-collection__title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.shop-by-collection__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.collection-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border: 4px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  overflow: hidden;
}
.collection-card:hover {
  border-color: rgba(0, 0, 0, 0.25);
  color: inherit;
}
.collection-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  background: #e8e8e8;
  overflow: hidden;
}
.collection-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-card__label {
  display: block;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .shop-by-collection {
    padding: 3rem 1.5rem 3.5rem;
    margin-top: 2.5rem;
  }
  .shop-by-collection__title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
  .shop-by-collection__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}
@media (min-width: 992px) {
  .shop-by-collection__grid {
    gap: 1.5rem;
  }
  .collection-card__label {
    padding: 1rem;
    font-size: 1.0625rem;
  }
}
