/* 
  Global Variable
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --bs-gutter-x: 1.5rem; /* Horizontal gutter */
  --bs-gutter-y: 0; /* Vertical gutter */
  /* Font Family */
  --font-roboto: "Roboto", sans-serif;
}

/* Media Query Variable */
body,
html {
  font-family: var(--font-roboto);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
}

/* unlockafe-container */
.unlockafe-container {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .unlockafe-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .unlockafe-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .unlockafe-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .unlockafe-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }
}
/* unlockafe-row Flex */
.unlockafe-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

/* unlockafe-columns */
[class*="unlockafe-col-"],
[class*="unlockafe-col-lg-"],
[class*="unlockafe-col-md-"] {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (min-width: 768px) {
  .unlockafe-col-md-6 {
    flex: 0 0 auto;
    width: 46.7%;
  }
}
@media (min-width: 992px) {
  .unlockafe-col-lg-4 {
    flex: 0 0 auto;
    max-width: 30%;
  }
  .unlockafe-col-lg-3 {
    flex: 0 0 auto;
    width: 22.5%;
  }
  .unlockafe-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
/* unlockafe-row Grid */
.unlockafe-grid {
  display: grid;
  row-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

@media only screen and (min-width: 768px) {
  .unlockafe-grid.md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .unlockafe-grid.lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Utilities */
.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.ds-flx {
  display: flex;
}

.ds-align-center {
  align-items: center;
}

.ps-relative {
  position: relative;
}

.ps-absolute {
  position: absolute;
}

.z-indx-plus {
  z-index: 1;
}

.z-indx-minus {
  z-index: -1;
}

.width-content {
  width: -moz-max-content;
  width: max-content;
}

.wd-100 {
  width: 100%;
}

.ht-100 {
  height: 100%;
}

.object-cvr {
  -o-object-fit: cover;
  object-fit: cover;
}

.top-section-0 {
  top: 0;
}

.bottom-section-0 {
  bottom: 0;
}

.left-section-0 {
  left: 0;
}

.right-section-0 {
  right: 0;
}

.overflow-hide {
  overflow: hidden;
}

.custom-ul {
  margin: 0;
  padding: 0;
  list-style: none;
} /* 
  Global Variable End
*/;.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 7px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.product {
  position: relative;
  z-index: 10;
  font-family: "Inter", sans-serif;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 1px solid transparent;
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product-4 {
  width: calc(100% / 4 - 18px);
  flex: 0 0 auto;
}

.product-3 {
  width: calc(100% / 3 - 16px);
  flex: 0 0 auto;
}

.product-2 {
  width: calc(100% / 2 - 12px);
  flex: 0 0 auto;
}

.product-1 {
  width: calc(100%);
  flex: 0 0 auto;
}

@media only screen and (min-width: 576px) {
  .product-sm-4 {
    width: calc(100% / 4 - 18px);
    flex: 0 0 auto;
  }

  .product-sm-3 {
    width: calc(100% / 3 - 16px);
    flex: 0 0 auto;
  }

  .product-sm-2 {
    width: calc(100% / 2 - 12px);
    flex: 0 0 auto;
  }

  .product-sm-1 {
    width: calc(100%);
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 992px) {
  .product-md-4 {
    width: calc(100% / 4 - 18px);
    flex: 0 0 auto;
  }

  .product-md-3 {
    width: calc(100% / 3 - 16px);
    flex: 0 0 auto;
  }

  .product-md-2 {
    width: calc(100% / 2 - 12px);
    flex: 0 0 auto;
  }

  .product-md-1 {
    width: calc(100%);
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 1200px) {
  .product-lg-4 {
    width: calc(100% / 4 - 18px);
    flex: 0 0 auto;
  }

  .product-lg-3 {
    width: calc(100% / 3 - 16px);
    flex: 0 0 auto;
  }

  .product-lg-2 {
    width: calc(100% / 2 - 12px);
    flex: 0 0 auto;
  }

  .product-lg-1 {
    width: calc(100%);
    flex: 0 0 auto;
  }
}

@media only screen and (min-width: 1400px) {
  .product-xl-4 {
    width: calc(100% / 4 - 18px);
    flex: 0 0 auto;
  }

  .product-xl-3 {
    width: calc(100% / 3 - 16px);
    flex: 0 0 auto;
  }

  .product-xl-2 {
    width: calc(100% / 2 - 12px);
    flex: 0 0 auto;
  }

  .product-xl-1 {
    width: calc(100%);
    flex: 0 0 auto;
  }
}

.product:hover {
  z-index: 50;
  /* box-shadow: rgba(27, 31, 34, 0.05) 0px 1px 3px,
    rgba(27, 31, 34, 0.05) 0px 20px 25px -5px,
    rgba(27, 31, 34, 0.04) 0px 10px 10px -5px;
  border-color: #e6e8eb; */
}

.product .product-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.product:hover .product-wrapper {
  overflow: unset;
}

.product .product-wrapper .thumbnail-wrapper {
  padding: 15px;
  margin-bottom: 12px;
  position: relative;
}

.product .product-wrapper .thumbnail-wrapper .thumbnail-badges {
  position: absolute;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  left: 20px;
  top: 25px;
  bottom: 5px;
  z-index: 1;
  pointer-events: none;
}

.product .product-wrapper .thumbnail-wrapper .thumbnail-badges .sale {
  background-color: #e53e3e;
  font-size: 12px;
}

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 4px;
  top: 20px;
  right: 20px;
}

@media screen and (min-width: 1024px) {
  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons {
    top: 10px;
    right: 10px;
  }
}

/* top: 5px;
right: 5px; */

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons>* {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border: 1px solid #e6e8eb;
  display: grid;
  place-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(2),
.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
  transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    border-color 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product:hover .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(2),
.product:hover .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(3) {
  opacity: 1;
  transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:hover {
  color: #e53e3e;
}

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(1) {}

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(2) {}

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(3) {
  transition-delay: 0.08s;
}

.product .product-wrapper .thumbnail-wrapper .thumbnail-buttons>* i {
  font-size: 15px;
}

.product .thumbnail-wrapper>.product-thumbnail {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-main-image {
  position: relative;
}

.product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-main-image img {
  display: block;
  height: auto;
  max-width: 100%;
  /* width: 100%; */
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
}

.product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-thumbnail-gallery {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-thumbnail-gallery>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  top: 0;
}

.product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-thumbnail-gallery>* img {
  position: absolute;
  width: auto;
  height: 100%;
  /* top: 0;
  left: 0; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.product .product-wrapper .thumbnail-wrapper .product-thumbnail .product-thumbnail-gallery>*.active img {
  opacity: 1;
}

.product .product-wrapper .product-thumbnail .hover-gallery-dots {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 3px 4px;
  pointer-events: none;
  z-index: 1;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.product .product-wrapper .product-thumbnail .hover-gallery-dots>* {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: #dfe2e6;
  border-radius: 50%;
}

.product .product-wrapper .product-thumbnail .hover-gallery-dots>*.active {
  background-color: #f5ac05;
}

.product .product-wrapper .content-wrapper {
  padding: 0 15px 15px;
}

.product .product-wrapper .content-wrapper .product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-bottom: 0.5rem;
}

.product .product-wrapper .content-wrapper .product-title a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.15rem;
  -webkit-transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-behavior: normal;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  transition-property: text-decoration-color;
  transition: text-decoration-color 0.1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-behavior: normal;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  transition-property: text-decoration-color;
}

.product .product-wrapper .content-wrapper .product-title a:hover {
  text-decoration: underline;
}

.product .product-wrapper .content-wrapper .product-rating {
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.product .product-wrapper .content-wrapper .product-rating .star-rating {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1px;
}

.product .product-wrapper .content-wrapper .product-rating .star-rating li {
  font-size: 0;
}

.product .product-wrapper .content-wrapper .product-rating .star-rating li i {
  font-size: 11px;
  color: #dfe2e6;
}

.product .product-wrapper .content-wrapper .product-rating .star-rating li i.active {
  color: #f5ac05;
}

.product .product-wrapper .content-wrapper .product-rating .rating-count {
  font-size: 12px;
  font-weight: 500;
  color: #54595f;
}

.product .product-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
  margin-bottom: 10px;
}

.product .product-cart-wrapper .pricing {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.2;
  gap: 0;
  font-size: 22px;
  font-weight: 400;
}

.product .product-cart-wrapper .pricing .amount {
  display: inline-flex;
}

.product .product-cart-wrapper .pricing .delete-amount {
  font-size: 70%;
  font-weight: 400;
  opacity: 0.6;
  color: #768088;
}

.product .product-cart-wrapper .pricing .updated-amount {
  display: inline-flex;
  color: #e53e3e;
  text-decoration: none;
}

.product .product-cart-wrapper .product-cart-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.product .product-cart-wrapper .product-cart-buttons a {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  place-content: center;
  background-color: rgba(64, 192, 87, 0.08);
  color: #29843b;
  font-size: 20px;
  border: 1px solid rgba(64, 192, 87, 0.2);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1),
    background-color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product .product-cart-wrapper .product-cart-buttons .added_to_cart.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.product .product-cart-wrapper .product-cart-buttons .add_to_cart_link.loading i::before {
  position: absolute;
  content: "\f110";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  inset: 0;
  display: grid;
  place-content: center;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.product .product-cart-wrapper .product-cart-buttons a:hover {
  background-color: #29843b;
  color: #fff;
  border-color: #29843b;
}

.product .product-wrapper .product-delivery-time {
  margin-bottom: 6px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #1b1f22;
  border: 1px solid rgba(27, 31, 34, 0.13);
  padding: 2.5px 10px;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.product .product-wrapper .product-inventory {
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

.product .product-wrapper .product-inventory.in-stock {
  color: #40c057;
}

.product .product-footer {
  position: absolute;
  height: 0;
  padding: 15px;
  z-index: 5;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.product .product-footer .product-footer-details .a-unordered-list {
  font-size: 12px;
  margin: 0;
  padding-left: 15px;
  position: relative;
}

.product .product-footer .product-footer-details .a-unordered-list::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eceef0;
  top: -15px;
  left: 0;
}

.product .product-content-fade {
  position: absolute;
  top: -5px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-color: #fff;
  border: 1px solid #e6e8eb;
  -webkit-box-shadow: rgba(27, 31, 34, 0.05) 0 1px 3px,
    rgba(27, 31, 34, 0.05) 0 20px 25px -5px,
    rgba(27, 31, 34, 0.04) 0 10px 10px -5px;
  box-shadow: rgba(27, 31, 34, 0.05) 0 1px 3px,
    rgba(27, 31, 34, 0.05) 0 20px 25px -5px,
    rgba(27, 31, 34, 0.04) 0 10px 10px -5px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.product:hover .product-content-fade {
  opacity: 1;
}

/* Modal background */
.quickview-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 9999;
  /* Makes sure it is on top of other content */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* Allows scrolling if content is too tall */
  background-color: rgba(0, 0, 0, 0.4);
  /* Semi-transparent background */
}

/* Modal content box */
.quickview-content {
  background-color: #fefefe;
  /* White background for content */
  margin: 15% auto;
  /* Center the content box */
  padding: 20px;
  border: 1px solid #888;
  /* Gray border */
  width: 80%;
  /* Width of the modal */
  max-width: 800px;
  /* Maximum width */
}

/* Close button */
.quickview-close {
  color: #aaa;
  /* Light gray color */
  float: right;
  /* Align to the right */
  font-size: 28px;
  font-weight: bold;
}

.quickview-close:hover,
.quickview-close:focus {
  color: black;
  /* Darker color on hover/focus */
  text-decoration: none;
  cursor: pointer;
}

.title-style {
  text-decoration: none !important;
}

.out_of_stock_color {
  color: red;
}

/* ============================================
   Wrapper & Container Styles
   ============================================ */

.unlockafe-product-grid-wrapper {
  width: 100%;
  position: relative;
}

/* Hide Product Description */
.unlockafe-product-grid-wrapper .product-footer,
.unlockafe-product-grid-wrapper .product-footer-details,
.unlockafe-product-grid-wrapper .product-footer-list {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.unlockafe-product-grid-wrapper .unlockafe-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.unlockafe-product-grid-wrapper .unlockafe-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

/* ============================================
   Responsive Design - Container & Grid
   ============================================ */

.unlockafe-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.unlockafe-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}

/* ============================================
   Responsive Design - Tablet (768px and below)
   ============================================ */

@media (max-width: 768px) {
  .unlockafe-container {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .unlockafe-flex {
    gap: 15px;
  }

  /* Force 2 columns on tablet */
  .product-4,
  .product-3,
  .product-2 {
    width: calc(50% - 7.5px) !important;
    flex: 0 0 auto !important;
  }

  .product-1 {
    width: 100% !important;
    flex: 0 0 auto !important;
  }

  /* Product card adjustments */
  .product {
    border-radius: 8px;
  }

  .product .product-wrapper .thumbnail-wrapper {
    padding: 10px;
    margin-bottom: 10px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-badges {
    left: 15px;
    top: 20px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons {
    top: 15px;
    right: 15px;
    gap: 3px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons > * {
    width: 28px;
    height: 28px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons > * i {
    font-size: 13px;
  }

  /* Content adjustments */
  .product .product-wrapper .content-wrapper {
    padding: 0 10px 10px;
  }

  .product .product-wrapper .content-wrapper .product-title {
    font-size: 13px;
    margin-bottom: 0.4rem;
  }

  .product .product-wrapper .content-wrapper .product-rating {
    margin-bottom: 12px;
    gap: 6px;
  }

  .product .product-wrapper .content-wrapper .product-rating .star-rating li i {
    font-size: 10px;
  }

  .product .product-wrapper .content-wrapper .product-rating .rating-count {
    font-size: 11px;
  }

  /* Pricing adjustments */
  .product .product-cart-wrapper {
    row-gap: 8px;
    margin-bottom: 8px;
  }

  .product .product-cart-wrapper .pricing {
    font-size: 18px;
  }

  .product .product-cart-wrapper .product-cart-buttons {
    gap: 8px;
  }

  .product .product-cart-wrapper .product-cart-buttons a {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  /* Delivery time */
  .product .product-wrapper .product-delivery-time {
    font-size: 11px;
    padding: 2px 8px;
  }

  /* Inventory */
  .product .product-wrapper .product-inventory {
    font-size: 11px;
  }
}

/* ============================================
   Responsive Design - Mobile (480px and below)
   ============================================ */

@media (max-width: 480px) {
  .unlockafe-container {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .unlockafe-flex {
    gap: 12px;
  }

  /* Force single column on mobile */
  .product-4,
  .product-3,
  .product-2,
  .product-1 {
    width: 100% !important;
    flex: 0 0 auto !important;
  }

  /* Override all responsive classes for mobile */
  .product-sm-4,
  .product-sm-3,
  .product-sm-2,
  .product-sm-1,
  .product-md-4,
  .product-md-3,
  .product-md-2,
  .product-md-1,
  .product-lg-4,
  .product-lg-3,
  .product-lg-2,
  .product-lg-1,
  .product-xl-4,
  .product-xl-3,
  .product-xl-2,
  .product-xl-1 {
    width: 100% !important;
    flex: 0 0 auto !important;
  }

  /* Product card adjustments */
  .product {
    border-radius: 6px;
  }

  .product .product-wrapper .thumbnail-wrapper {
    padding: 8px;
    margin-bottom: 8px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-badges {
    left: 12px;
    top: 15px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-badges .sale {
    font-size: 11px;
    padding: 3px 6px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons {
    top: 12px;
    right: 12px;
    gap: 2px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons > * {
    width: 26px;
    height: 26px;
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons > * i {
    font-size: 12px;
  }

  /* Content adjustments */
  .product .product-wrapper .content-wrapper {
    padding: 0 8px 8px;
  }

  .product .product-wrapper .content-wrapper .product-title {
    font-size: 12px;
    margin-bottom: 0.3rem;
    line-height: 1.4;
  }

  .product .product-wrapper .content-wrapper .product-rating {
    margin-bottom: 10px;
    gap: 5px;
  }

  .product .product-wrapper .content-wrapper .product-rating .star-rating li i {
    font-size: 9px;
  }

  .product .product-wrapper .content-wrapper .product-rating .rating-count {
    font-size: 10px;
  }

  /* Pricing adjustments */
  .product .product-cart-wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 6px;
    margin-bottom: 6px;
  }

  .product .product-cart-wrapper .pricing {
    font-size: 16px;
    width: 100%;
  }

  .product .product-cart-wrapper .product-cart-buttons {
    gap: 6px;
    width: 100%;
    justify-content: flex-start;
  }

  .product .product-cart-wrapper .product-cart-buttons a {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }

  /* Delivery time */
  .product .product-wrapper .product-delivery-time {
    font-size: 10px;
    padding: 2px 6px;
    margin-bottom: 4px;
  }

  /* Inventory */
  .product .product-wrapper .product-inventory {
    font-size: 10px;
  }

  /* Badge adjustments */
  .badge {
    padding: 4px 6px;
    font-size: 11px;
  }
}

/* ============================================
   Responsive Design - Extra Small Mobile (360px and below)
   ============================================ */

@media (max-width: 360px) {
  .unlockafe-container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .unlockafe-flex {
    gap: 10px;
  }

  .product .product-wrapper .thumbnail-wrapper {
    padding: 6px;
  }

  .product .product-wrapper .content-wrapper {
    padding: 0 6px 6px;
  }

  .product .product-wrapper .content-wrapper .product-title {
    font-size: 11px;
  }

  .product .product-cart-wrapper .pricing {
    font-size: 14px;
  }

  .product .product-cart-wrapper .product-cart-buttons a {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
}

/* ============================================
   Responsive Design - Large Screens (1400px and above)
   ============================================ */

@media (min-width: 1400px) {
  .unlockafe-container {
    max-width: 1320px;
  }

  .unlockafe-flex {
    gap: 30px;
  }
}

/* ============================================
   Responsive Image Handling
   ============================================ */

.product .product-wrapper .thumbnail-wrapper .product-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.product:hover .product-wrapper .thumbnail-wrapper .product-thumbnail img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .product .product-wrapper .thumbnail-wrapper .product-thumbnail img {
    min-height: 200px;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .product .product-wrapper .thumbnail-wrapper .product-thumbnail img {
    min-height: 180px;
  }
}

/* ============================================
   Responsive Hover Effects
   ============================================ */

@media (hover: hover) {
  .product:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 768px) {
  .product:hover {
    transform: none;
    box-shadow: none;
  }
}

/* ============================================
   Touch Device Optimizations
   ============================================ */

@media (hover: none) and (pointer: coarse) {
  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons > * {
    opacity: 1;
    transform: translateX(0);
  }

  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(2),
  .product .product-wrapper .thumbnail-wrapper .thumbnail-buttons a:nth-child(3) {
    opacity: 1;
    transform: translateX(0);
  }
};