body {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */}
#section01 {position: relative;margin-top: -40px;left: 40%;height: 200px;width: 200px;}
#feature-items {margin-top: 100%;}
.feature-products {font-weight: 600;font-size: 20px;text-align: left;display: block;color: #fff;margin-bottom: 20px;padding: 15px;}
div.container.demo {background-color: rgba(0,0,0,.5); max-width: 1300px; width:100%}
.product-wrapper img {height: 190px;}
.product-style2 {background: rgba(0, 0, 0, 0.5);}
.icon-btn {background-color: transparent; border: none;}
.actions,.stock-product,.product-rating,.breadcumb-content,.copyright-text {display: none;}
.align-items-center {margin-top: -30px;}
.sec-feat {position: relative; font-size: 30px;
padding: 40px 0 12px 0;
margin: -0.1em 0 33px 0;
letter-spacing: 0;
position: relative;
text-transform: uppercase;
font-family: "Barlow", sans-serif;color: #fFffff;font-weight: 700;
}
.sec-feat:before {
content: "";
width: 46px;
height: 3px;
position: absolute;
left: 0;
bottom: 0;
background-color: #f2003A;
display: inline-block;}
section {
background-color: transparent;
position: unset;
display: block;}
.arrow {
position: absolute;
top: 200px;
left: 30%;
width: 200px;
height: 200px;
margin-top: 200px;
}
.product-card {
margin-bottom: 30px;
position: relative;
}
.product-wrapper {
position: relative;
display: inline-block;
width: 100%;
}
.product-name {display: inline-block;height: 56px;
margin-top: 10px;
font-weight: 600;
font-size: 16px;
color: #fff;
}
/* Quickview Icon */
.quickview-icon {
position: absolute;
top: 10px;
right: 10px;
background: rgba(0,0,0,0.6);
color: #fff;
padding: 6px 8px;
border-radius: 50%;
opacity: 0;
transition: opacity 0.3s ease;
cursor: pointer;
}
.product-wrapper:hover .quickview-icon {
opacity: 1;
}
.quickview-button {
  position: absolute;
  top: 35%;
  right: 30%;
  background-color: #f2003a;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0; /* hidden by default */
  pointer-events: none; /* disables clicks when hidden */
  transition: opacity 0.3s ease;
}

.product-wrapper:hover .quickview-button {
  opacity: 1; /* show on hover */
  pointer-events: auto; /* re-enable clicks */
}

.quickview-button:hover {
  background-color: #d00033;
}

/* Quickview Slide Panel */
#quickview-panel {
position: fixed;
top: 0;
left: -100%;
width: 100%;
height: 100vh;
background: #fff;
z-index: 9999;
transition: left 0.4s ease;
}
#quickview-panel.active {
left: 0;
}
.quickview-content {
padding: 60px;
}
.close-btn {
position: absolute;
top: 20%;
right: 25%;
font-size: 40px;
cursor: pointer;
color: #000;z-index: 2;
}
.product-card {
display: flex;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    max-width: 200px;
    margin: auto;
text-align: center;}
.product-card-popup {
display: flex;
    background-color: transparent;
    border-radius: 12px;padding: 5% 15%;
    margin: auto;}
.product-image-slide {
width: 100%;
max-width: 320px;
height: 100%;margin-top: 3%;
}
.product-details {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-title-slide {
  font-size: 28px;
  font-weight: bold;
}
.product-description-slide {margin-top: unset;  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;}
.product-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.5;
}

.product-features {
  list-style: disc;
  padding-left: 20px;
  color: #333;
}

.product-features li {
  margin-bottom: 10px;
}
.product-sku {font-weight: bold;}
.product-title ,.product-sku,.product-description-slide,.product-features {color: #555;}
@media only screen and (max-width: 768px) {
#section01 {left: 20%;}
.arrow {top: 100px;width: 70px;height: 70px;left: 40%;}
.product-card {flex-direction: column;align-items: center;}
.product-image {width: 100%;height: auto;}
.product-details {padding: 20px;}
div.container.demo {margin-left: 0;max-width: 500px;}
.row>* {padding-left: 0; padding-right: 0;}
}