/* Reset some basic browser styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Basic styling */
body {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #868686;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #868686;
}

a:hover {
  text-decoration: none;
  color: #000;
}

input {
  outline: none;
}

img {
  max-width: 100%;
}

.overlay {
  border-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)) fill 1;
}

.cta {
  padding: 0.8rem 1.4rem;
  background-color: #000;
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
  border: none;
  outline: none;
  text-align: center;
}

.cta:hover {
  background-color: #fff;
  color: #000;
}

.cta-white {
  background-color: #fff;
  color: #000;
}

.cta-white:hover {
  background-color: #000;
  color: #fff;
}

.cta-black {
  background-color: #000;
  color: #fff;
}

.cta-black:hover {
  background-color: #000;
  color: #fff;
}

.cta-gray {
  background-color: #868686;
  color: #fff;
}

.cta-gray:hover {
  background-color: #000;
  color: #fff;
}

.cta-br {
  border: 2px solid #000;
}

.cta-br:hover {
  background-color: #fff;
  color: #000;
}

.brb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.brt {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.bry {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.br {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-heading {
  font-family: "Jost", Sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

/* Start */
.no-radius {
  border-radius: 0 !important;
}
.no-radius .modal-content {
  border-radius: 0 !important;
}

/* Custom size for larger modal */
.modal-lg {
  max-width: 50% !important; /* Make modal larger (adjust % as needed) */
}

.wish-box {
  position: relative;
}

.wish-box .bi-x-circle {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 1.1rem;
}

.wish-box .bi-x-circle:hover {
  color: #000;
  cursor: pointer;
}

.wish-image,
.wish-info {
  flex-grow: 2;
}

/* Optional: adjust image size to fit larger modal */
.wish-image img {
  width: 100%;
  height: auto;
}

#cartSidebar {
  position: fixed;
  top: 0;
  right: -450px;
  width: 400px;
  height: 100vh;
  background-color: #fff;
  box-shadow: -5px -5px 10px rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  z-index: 9999999;
}

#cartSidebar.open {
  right: 0;
}

#cartSidebar .close-btn {
  font-size: 24px;
  text-align: right;
  cursor: pointer;
  color: #000;
  background: none;
  border: none;
  outline: none;
}

#cartSidebar .cart-header {
  padding: 15px;
}

#cartSidebar .cart-header h2,
.cart-total .m-cart-total {
  font-size: 1.4rem;
  color: #000;
  margin: 0;
}

#cartSidebar .cart-items {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
}

#cartSidebar .cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

#cartSidebar .cart-item:last-child {
  border-bottom: none;
}

#cartSidebar .cart-item img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 10px;
}

#cartSidebar .cart-item .m-cart-qty {
  color: #000;
}

#cartSidebar .cart-item .item-details {
  flex: 1;
}

#cartSidebar .cart-item .item-price {
  font-size: 1rem;
}

#cartSidebar .cart-total {
  padding: 15px;
}
#cartSidebar .cart-total h3 {
  font-size: 1.1rem;
  margin: 0;
}

#cartSidebar .cart-actions {
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

#cartSidebar .cart-actions .cta {
  flex: 1;
  text-align: center;
  margin: 0 5px;
}

.top {
  color: #fff;
  background-color: #000;
  padding: 5px 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
}

.top:hover .bi {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  color: #fff;
}

/* Top bar starts */
header .top-bar li {
  position: relative;
}

header .top-bar li:before {
  position: absolute;
  content: "";
  right: -0.9rem;
  background: #e2e2e2;
  width: 1px;
  height: 18px;
  top: calc(50% - 9px);
}

header .top-bar li:last-child:before {
  display: none;
}

header .top-bar li .bi-person {
  font-size: 1rem;
}

header .nav-bar .logo {
  width: 140px;
  margin-right: 50px;
}

header .nav-bar .logo img {
  width: 100%;
}

header .nav-bar .navigation a,
header .nav-bar .accounts a,
header .nav-bar .actions a {
  color: #000;
  text-transform: uppercase;
}

.search-input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.search-input input,
.search-input button {
  border: none;
  background: none;
  outline: none;
}

.result .result-img-cont {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.result .result-img-cont img {
  width: 100%;
}

.search-area {
  display: none;
  position: sticky;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999999;
  width: 100%;
  top: 0;
}

.cart-icon,
.wish-icon {
  position: relative;
}

.cart-count,
.wish-count {
  position: absolute;
  top: -14px;
  right: -14px;
  background-color: black;
  color: white;
  font-size: 11px;
  font-weight: 500;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}

.container-fluid {
  padding-right: var(--bs-gutter-x, 4rem);
  padding-left: var(--bs-gutter-x, 4rem);
}

/* Main content styling */
main {
  overflow-x: hidden;
}

.prod-view-cont {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999999;
  top: 0;
  left: 0;
  color: #fff;
}

/* Unique class to avoid conflicts */
.bannerSwiper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.bannerSwiper .swiper-slide {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
  padding: 0 20px;
  text-align: left;
  max-width: 600px;
  margin-left: 6rem;
}

.slide-content h4 {
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.slide-content h1 {
  font-size: 3rem;
  margin: 10px 0;
  color: #fff;
}

.slide-content p {
  font-size: 1.1rem;
  margin: 10px 0;
}

/* Arrows styling */
.banner-swiper-button-next,
.banner-swiper-button-prev {
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
}

.banner-swiper-button-next:hover,
.banner-swiper-button-prev:hover {
  background: rgba(0, 0, 0, 1);
}

.banner-swiper-button-next:after,
.banner-swiper-button-prev:after {
  font-size: 0.7rem;
}

.bs-icon i {
  font-size: 2rem;
  color: #c6c6c6;
}

.cat-swiper-slide {
  position: relative;
  width: 300px;
  height: 300px;
}

.cat-box {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.cat-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 12px;
}

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-15px, -15px);
  }
  50% {
    transform: translate(10px, 10px);
  }
  75% {
    transform: translate(-5px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.cat-swiper-slide:hover .cat-box {
  animation: shake 0.6s ease-in-out;
}

.style-swiper-button-prev,
.style-swiper-button-next {
  color: #000;
  opacity: 0;
  font-size: 0.6rem;
}

.swiper:hover .style-swiper-button-prev,
.swiper:hover .style-swiper-button-next {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
/* .style-swiper-button-next {
  color: #fff;
} */

.swiper .style-swiper-button-prev:hover,
.swiper .style-swiper-button-next:hover {
  opacity: 1;
}

.swiper .style-swiper-button-prev:after,
.swiper .style-swiper-button-next:after {
  font-size: 2rem;
}

/* === Latest Arrivals === */

.cat-full-box {
  width: 100%;
  height: 500px;
  background-size: cover;
  position: relative;
}

.cat-content {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.cat-content h5 {
  font-size: 1rem;
  color: #fff;
}

.cat-content h1 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.prod-img-cont {
  position: relative;
  width: 300px;
  height: 300px;
  display: block;
  overflow: hidden;
}

.sale-calc {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  background-color: #b12a2a;
  font-weight: 600;
  z-index: 999;
  padding: 4px 8px;
}

.prod-img-cont img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.prod-img-cont .hover-img {
  visibility: hidden;
}

.prod:hover .prod-img-cont .hover-img {
  visibility: visible;
}

.prod-actions {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  transition: all 0.3s ease-in-out;
}

.prod-img-cont:hover .prod-actions {
  right: 10px;
}

.prod-actions .action-box {
  font-size: 1rem;
  color: #000;
  background: #fff;
  padding: 5px 10px;
  margin: 10px 0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

.prod-actions .action-box:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.prod .cat-link {
  font-size: 0.8rem;
}

.prod h1 {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.prod .price {
  font-size: 1.2rem;
}

.prod .price span {
  font-size: 1rem;
  text-decoration: line-through;
}

.prod button {
  display: block;
  color: #e1e1e1;
  border: 1px solid #e1e1e1;
  background-color: transparent;
  width: 100%;
  padding: 0.8rem 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.prod button:hover {
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

/* .new-swiper-button-prev:after,
.new-swiper-button-next:after {
  color: #000;
} */

/* === Feature Product === */
.feature {
  background-image: url(../img/f-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.feature h1,
.feature h2 {
  color: #fff;
}

/* Unisex */
.uni-cont {
  position: relative;
  display: block;
  overflow: hidden;
}

.uni-cont img {
  object-fit: cover;
  max-width: 100%;
  transition: all 1s ease-in-out;
}

.uni-link {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.uni-link h3 {
  text-shadow: 1px 1px 1px #000;
}

.uni-cont:hover img {
  scale: 1.2;
}

.uni-btn {
  flex-grow: 0;
}

/* Gallery */
/* Swiper Styles */
.gal-swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.gal-swiper-slide {
  width: auto;
  flex-shrink: 0;
}

/* Gallery Image Container */
.gal-img {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%; /* Ensure it takes the parent's size */
}

.gal-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1; /* Above the image but below the icon */
}

/* Hover Effects */
.gal-img:hover::before {
  opacity: 1;
}

.gal-img img {
  object-fit: cover;
  width: 100%; /* Ensure it fills the container */
  height: 100%; /* Match the height of the container */
  transition: transform 0.3s ease-in-out;
}

.gal-img:hover img {
  transform: scale(1.2); /* Smooth zoom effect */
}

.gal-img i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0;
  z-index: 2; /* Above the overlay */
  font-size: 2rem;
  transition: opacity 0.3s ease-in-out;
}

.gal-img:hover i {
  opacity: 1;
}

/* Subscribe */
.sub .bi-envelope {
  font-size: 4rem;
  color: #000;
  margin-right: 1rem;
  display: flex;
}

.sub-icon {
  margin-right: 1rem;
  position: relative;
}

.sub-icon::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.sub-form input {
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  flex-grow: 2;
}

.sub-form button {
  border: none;
  border-bottom: 2px solid #000;
  outline: none;
  background: none;
}

footer {
  border-top: 1px solid #e5e5e5;
}

.mini-footer {
  border-top: 1px solid #e5e5e5;
}

.privacy-links a {
  color: #000;
}

.social-links .bi-facebook {
  color: #1877f2;
}

.social-links .bi-tiktok {
  color: #25f4ee;
}

.social-links .bi-instagram {
  color: #c32aa3;
}

.footer-list img {
  max-width: 50%;
}

.footer-list h5 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-list li {
  margin-bottom: 1rem;
}

/* Shop */
.s-banner {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: 50% 50%;
}

.s-banner a::after {
  content: "\203a"; /* Unicode for downward triangle and thin right arrow */
  margin-left: 8px; /* Space between the text and icons */
  font-size: 1em; /* Adjust size as needed */
  color: #ccc; /* Makes the icons white */
}

.s-banner li:last-child a::after {
  content: "";
}

.s-banner a {
  color: #cccccc;
}

.s-banner a.active {
  color: #fff;
  pointer-events: none;
}

.s-banner a:hover {
  color: #fff;
}

/* Categories */
.cats ul li a span {
  background-color: #f1f1f1;
  display: flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
}

/* Single Product */
.ss-img-cont {
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  cursor: pointer;
  border: 1px solid transparent;
}

.ss-img-cont:hover {
  border-color: #000;
}

.ss-img-cont:last-child {
  margin-bottom: 0;
}

.ss-img-cont img {
  width: 100%;
}

.single-img,
.single-img img {
  width: 100%;
}

.single-bread li a.active {
  color: #000;
  pointer-events: none;
}

.single-bread li a::after {
  content: "\203a";
  margin: 0 5px;
}

.single-bread li:last-child a::after {
  content: "";
  margin: 0;
}

.btn-counter {
  width: 50px; /* Square button size */
  height: 50px;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: center;
  line-height: 50px; /* Center align text */
  cursor: pointer;
  padding: 0;
  font-size: 1rem;
  opacity: 0.7;
}

.btn-counter:hover {
  opacity: 1;
}

.input-counter {
  width: 80px; /* Fixed width */
  height: 50px; /* Match the button height */
  border: none;
  outline: none;
  text-align: center;
  font-size: 1rem;
  margin: 0 5px; /* Spacing between buttons and input */
}

.single-atc {
  height: 50px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  text-transform: uppercase;
}

.single-atc:hover {
  background-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, 1);
}

.single-wish {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.single-wish {
  font-size: 20px;
  color: #e1e1e1;
}

.single-wish:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.b-now {
  width: 100%;
  height: 50px;
  border: none;
  border: 1px solid #000;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
}

.b-now:hover {
  background-color: #000;
  color: #fff;
}

.single-social li a {
  color: #000;
}

.single-social li a:hover {
  opacity: 0.7;
}

.prod-stars {
  font-size: 0.75rem;
}

.prod-stars span {
  text-transform: lowercase;
}

.prod-stars .bi {
  color: #ff9e21;
}

.single-tab-btns-cont {
  border-right: 2px solid #e1e1e1;
}

.single-tab-btns-cont li:has(button.active) {
  border-right: 2px solid #000;
}

.single-tab {
  background: none;
  border: none;
  outline: none;
  font-size: 1.2rem;
}

.single-tab-btns-cont li button.active {
  border-bottom: 2px solid #000;
}

.shop-add-c {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

/* Cart */
.payment-nav li {
  padding: 0 2rem;
  position: relative;
}

.payment-nav li::after {
  content: "|";
  position: absolute;
  font-size: 1.5rem;
  right: 0;
}

.payment-nav li:last-child::after {
  content: "";
}

.payment-nav a {
  font-size: 1.5rem;
}

.payment-nav a.active {
  color: #000;
}

.product-thumbnail a {
  width: 80px;
}

.cart-table th,
.cart-table td {
  padding: 1rem;
}

.product-quantity .btn-counter {
  width: auto;
  height: auto;
  flex-grow: 2;
}

.cart-actions {
  justify-content: stretch;
  border-top: none;
}

.cart-actions input {
  height: 40px;
  outline: none;
  padding-left: 10px;
}

.cart-actions .coupon-button {
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  line-height: 40px;
  padding: 0 1rem;
  text-transform: uppercase;
}

.cart-actions .coupon-button:hover {
  background: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 1);
}

.update-cart-btn {
  height: 40px;
  line-height: 40px;
  background-color: #000;
  border-color: #000;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  border: none;
}

.update-cart-btn:disabled {
  cursor: not-allowed;
}

.cart-shop-link {
  font-size: 1rem;
}

.cart-shop-link::before {
  content: "\2190";
  margin-right: 5px;
}

.cart-item .remove {
  font-size: 1.2rem;
}

.cart-totals-header {
  background-color: #e9e9e9;
  color: #000;
  padding: 1rem;
}

.cart-totals-header h2 {
  font-size: 1.5rem;
}

.cart-totals-content {
  background-color: #f6f6f6;
  color: #000;
  padding: 1rem;
}

.cart-totals-content h3 {
  font-size: 1rem;
}

.cart-totals-content h1 {
  font-size: 1.8rem;
}

.change-address-btn {
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
  display: inline;
  cursor: pointer;
}

.cart-total-shipping {
  transition: all 0.5s ease-in-out;
}

/* Checkout */
.checkout-login-form,
.checkout-coupon-form {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out;
}

.checkout-login-form input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  padding-left: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}

.checkout-login-form button {
  width: 100%;
}

.checkout-action-header {
  background-color: #e9e9e9;
  height: 5rem;
  text-transform: uppercase;
}

.checkout-action-header span {
  font-weight: 500;
  color: #000;
  cursor: pointer;
}

.checkout-action-header i {
  font-size: 1.4rem;
}

.c-form {
  color: #000;
}

.c-form label {
  display: block;
  color: #000;
  font-weight: 500;
}

.c-form label span {
  color: red;
}

.c-form input[type="text"],
.c-form input[type="number"],
.c-form input[type="password"],
.c-form textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  height: 40px;
  line-height: 40px;
}

.c-form textarea {
  height: auto;
}

.c-form span {
  color: #000;
  font-weight: 500;
}

.password-row,
.ship-form {
  display: none;
}

.c-form h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.check-info h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.check-info-content {
  /* border: 1px solid #000; */
  padding: 1rem;
}

.check-info-content h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.check-info p {
  color: #000;
}

.check-product-img {
  width: 50px;
  height: 50px;
}

.check-product-img img {
  width: 100%;
  object-fit: cover;
}

.check-total-heading {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}

.check-total-amount {
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
}

.pay-method {
  border: 1px solid #ccc;
}

.c-form-row {
  margin: 1rem 0;
}

.pay-heading {
  color: #000;
  font-weight: 500;
}

.payment-message {
  display: none;
}

/* 404 not found */
.not-found h1 {
  font-size: 16rem;
}

.not-found h2 {
  font-size: 3rem;
  font-weight: 500;
}

.not-found p {
  width: 45ch;
}

/* Woocommerce Styling start */
.product-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This will crop and scale the image to cover the area */
}

.prod .cta-activated {
  background-color: #000;
  color: #fff;
}

/* Single Page */
.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 999;
  right: 10px;
  top: 10px;
}

.woocommerce-product-gallery__image img {
  width: 100%;
}
.onsale {
  display: none;
}
.flex-control-nav {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  padding: 0;
}

.in-stock {
  color: green;
}

.out-of-stock {
  color: red;
}

form.cart {
  display: flex;
  flex-grow: 2;
}

/* Responsive */
