/* @font-face {
  font-family: "NobelTRIAL-Regular";
  src: url(../font/NobelTRIAL-Regular.otf);
}
@font-face {
  font-family: "NobelTRIAL-Light";
  src: url(../font/NobelTRIAL-Light.otf);
}

@font-face {
  font-family: "NobelTRIAL-Book";
  src: url(../font/NobelTRIAL-Book.otf);
} */

/*HEADER CODE CSS:START */

.header-topbar {
  background-color: #a4987e;
}
.header-topbar a {
  font-size: 18px;
  font-family: var(--primary-font);
  color: #010f1c;
}

header .logo img {
  width: 158px;
}

header menu a {
  font-size: 16px;
  font-family: var(--primary-font);
  position: relative;
  font-weight: 100;
}

header menu .sub-menu-parent > a + .sub-menu {
  top: 100%;
  font-family: var(--primary-font);
  font-weight: 100;
  opacity: 0;
  visibility: hidden;
  min-width: 500px;
  width: auto;
  z-index: 1000;
}

header menu .sub-menu-parent:hover > a + .sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in-out;
}

header menu .sub-menu-parent > .menu-icon > svg {
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
header menu .sub-menu-parent:hover > .menu-icon > svg {
  transform: rotate(180deg);
}
header menu > a:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
header menu ul > li > a {
  text-decoration: none;
  color: #010f1c !important;
}

.header-1 {
  position: absolute;
  top: 0;
  /* background: rgb(255 255 255 / 5%);
  border-bottom: 0.5px solid rgb(255 255 255 / 10%); */
  /* backdrop-filter: blur(1px); */
}
.header-1 menu a {
  color: #fff;
}
.header-1 menu .sub-menu-parent > a + .sub-menu > div {
  /* background: rgb(255 255 255 / 10%); */
  background:#fff;
  backdrop-filter: blur(10px);
  gap: 3rem !important;
}
.header-1 menu .sub-menu-parent > .menu-icon > svg {
  fill:#fff;
}
.header-1 menu > a:hover::after {
  background-color: #a4987e;
}
.header-1 menu ul > li {
  color: #A4987E;
}
.header-1 .logo .logo2 {
  display: none;
}
.header-1 .cart-group-2 {
  display: none;
}

.header-2 {
  /* position: absolute;
  top: 0; */
  position: fixed;
  top: 0;
  background: #fff;
  /* border-bottom: 0.5px solid #010f1c; */
  box-shadow: 0 2px 6px rgba(1,15,28,.16);
  z-index: 9;

  /* backdrop-filter: blur(1px); */
}
.header-2 menu a {
  color: #010f1c;
}
.header-2 a svg,.header-2 button svg{
  color: #010f1c;
  fill: #010f1c;
}
.header-2 menu .sub-menu-parent > a + .sub-menu > div {
  background: #fff;
  backdrop-filter: blur(10px);
  gap: 3rem !important;
}
.header-1 menu .sub-menu-parent > .menu-icon > svg {
  fill: #fff;
}
.header-1 menu > a:hover::after {
  background-color: #a4987e;
}
.header-2 menu ul > li {
  color: #a4987e;
}
.header-2 .logo .logo1 {
  display: none;
}
.header-2 .cart-group-1 {
  display: none;
}
.offcanvas {
  background-color: #fff;
}

.offcanvas list-group-item{
  color: #fff;
}

.mobile-sidebar-dropdow-icon::after {
  content: "+";
  font-size: 30px;
  position: absolute;
  right: 0;
}
.mobile-sidebar-dropdow-icon[aria-expanded="true"]::after {
  content: "-";
}

.menu-inner-list a::before {
  content: "•";
}

.inner-accordion-mobile .accordion-button::after {
  filter: invert(1);
}

/*HEADER CODE CSS:END */

.title {
  font-family: var(--primary-font);
  font-size: 32px;
  color: #010f1c;
  letter-spacing: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .title {
    font-size: 18px;
    letter-spacing: 8px;
  }
}

main {
  text-align: center;

  margin-inline: auto;
  border-radius: 25px 25px 0px 0px;
  margin-top: 15px;
}
main {
  width: calc(100% - 30px);
}
main img {
  /* height: calc(100vh - 30px); */
  /* width: calc(100% - 30px); */
  object-fit: cover;
  object-position: center;
  border-radius: var(--bs-border-radius-xl) !important;
}

@media (max-width: 767px) {
  main > img {
    height: auto;
  }
  .VisitOurStore-inner > img {
    display: none;
  }
}
.offcanvas.offcanvas-top.search-canvas {
  max-height: inherit;
  height: 36px;
  min-height: auto;
  border: none;
}
.search-canvas input::placeholder {
  color: #fff;
}

.home-section-inner-2 span {
  color: #010f1c;
  font-size: 20px;
  font-family: var(--primary-font);
  font-weight: 100;
  border-bottom: 1px solid #010f1c;
}
.home-section-inner-2 .rounded-pill,
.home-section-inner-2 .rounded-pill img {
  min-height: 360px;
  max-height: 360px;
  object-position: center;
  border: 1px solid #B4B4B4;
}


/* Categories Desktop Slider Styles */
@media (min-width: 768px) {
  .categories-desktop-slider {
    position: relative;
    padding: 0 50px;
  }
  
  .categories-desktop-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  
  .categories-desktop-slider .slick-prev {
    left: 0;
  }
  
  .categories-desktop-slider .slick-next {
    right: 0;
  }
  
  .categories-desktop-slider .slick-arrow:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-top: 2px solid #010f1c;
    border-right: 2px solid #010f1c;
  }
  
  .categories-desktop-slider .slick-prev:before {
    transform: rotate(-135deg);
  }
  
  .categories-desktop-slider .slick-next:before {
    transform: rotate(45deg);
  }
  
  .categories-desktop-slider .slick-list {
    padding: 0 !important;
  }
  
  .categories-desktop-slider .slick-slide {
    padding: 0 8px;
  }
  
  .categories-desktop-slider .slick-slide > div {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .home-section-inner-2 .rounded-pill,
  .home-section-inner-2 .rounded-pill img {
    min-height: 200px;
    max-height: 500px;
  }
  
  /* Categories Mobile Slider Styles */
  .categories-mobile-slider {
    position: relative;
    padding: 0 40px;
    min-height: 220px;
  }
  
  .categories-mobile-slider .slick-list {
    min-height: 220px;
  }
  
  .categories-mobile-slider .slick-track {
    display: flex;
    align-items: stretch;
  }
  
  .categories-mobile-slider .slick-slide {
    height: auto;
  }
  
  .categories-mobile-slider .slick-slide > div {
    height: 100%;
    display: flex;
    align-items: stretch;
  }
  
  .categories-mobile-slider .home-section-inner-2 {
    height: 100%;
    display: inline-block;
    /* flex-direction: column; */
  }
  
  .categories-mobile-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: transparent;
    border: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  
  .categories-mobile-slider .slick-prev {
    left: 0;
  }
  
  .categories-mobile-slider .slick-next {
    right: 0;
  }
  
  .categories-mobile-slider .slick-arrow:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 2px solid #010f1c;
    border-right: 2px solid #010f1c;
  }
  
  .categories-mobile-slider .slick-prev:before {
    transform: rotate(-135deg);
  }
  
  .categories-mobile-slider .slick-next:before {
    transform: rotate(45deg);
  }
  
  .categories-mobile-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    gap: 10px;
  }
  
  .categories-mobile-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  
  .categories-mobile-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #010f1c;
    background: transparent;
    font-size: 0;
    cursor: pointer;
  }
  
  .categories-mobile-slider .slick-dots li.slick-active button {
    background: #010f1c;
  }
}

.product-card {
  font-family: var(--primary-font);
}
.product-card .rating {
  font-family: var(--primary-font);
  font-size: 16px;
}
.product-card .product-title {
  font-family: var(--primary-font);
  color: #010f1c;
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.product-card .product-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card .product-weight {
  color: #a4987e;
  font-size: 16px;
  font-family: var(--primary-font);
}
.product-card .product-price {
  font-family: var(--primary-font);
  font-size: 16px;
}
.product-card .new-price {
  color: #010f1c;
}
.product-card .old-price {
  text-decoration: line-through;
  color: #a4987e;
}

.tp-product-add-to-wishlist-btn {
  color: currentColor;
  transition: color 0.3s ease;
}

.tp-product-add-to-wishlist-btn.active {
  color: #ef4444 !important;
}

.tp-product-add-to-wishlist-btn.active svg {
  color: #ef4444;
}

.tp-product-add-to-wishlist-btn.active svg path {
  fill: #ef4444 !important;
  stroke: none !important;
}

/* Ensure wishlist count badge is always visible */
[data-bb-value="wishlist-count"] {
  display: inline-block !important;
  visibility: visible !important;
}

.tp-header-action-badge[data-bb-value="wishlist-count"] {
  display: inline-block !important;
  visibility: visible !important;
}

.add-cart-btn {
  border: 1px solid #010f1c;
  font-size: 12px;
  font-family: var(--primary-font);
  color: #010f1c;
  background-color: transparent;
  transition: all 0.1s ease-in-out;
  outline: none;
}
.add-cart-btn:hover {
  background-color: #010f1c;
  color: #fff;
}

.filters ul li {
  font-family: var(--primary-font);
  font-size: 18px;
  color: #a4987e;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  cursor: pointer;
}

.filters ul li.active {
  color: #010f1c;
  border-bottom-color: #010f1c;
}

/* Fade Up Animation */
.fade-up {
  opacity: 0;

  animation: fadeUp 0.6s ease forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .filters ul li {
    font-size: 16px;
  }

  .product-card .rating {
    font-size: 12px;
  }
  .product-card .product-title {
    font-size: 16px;
  }

  .product-card .product-weight {
    font-size: 12px;
  }
  .product-card .product-price {
    font-size: 12px;
  }
}

.JustforYou {
  background: rgba(164, 152, 126, 0.4);
}

/* Ensure all product cards in Just For You section have equal heights */
.JustforYou .collection-products-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.JustforYou .collection-products-slider .slick-slide {
  height: auto;
  display: flex;
}

.JustforYou .collection-products-slider .slick-slide > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.JustforYou .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.JustforYou .OurCollection {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.JustforYou .OurCollection .fade-up {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.JustforYou .OurCollection .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.JustforYou .product-card > div:last-child {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}

.Featured-products-home-section ul li > .nav-link {
  font-family: var(--primary-font);
  font-size: 18px;
  color: #a4987e;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  cursor: pointer;
}

.Featured-products-home-section ul li > .nav-link.active {
  color: #010f1c;
  border-bottom-color: #010f1c;
}

.Featured-products-home-section .view-more > a {
  color: #010f1c;
  font-size: 18px;
  font-family: var(--primary-font);
}

.promo-carousel {
  overflow: hidden;
  background-color: #a4987e;
  font-size: 18px;
  text-transform: uppercase;
  color: #010f1c;
}
.promo-carousel .item-wrap {
  transform: translateX(0px);
  width: 400%;
  position: relative;
  white-space: nowrap;
  display: flex;
}

@media (min-width: 768px) {
  .promo-carousel .item-wrap {
    width: 200%;
  }
}

.WhyChoose-home-section li {
  color: #010f1c;
  font-size: 16px;
  font-family: var(--primary-font);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  row-gap: 10px;
}
.WhyChoose-home-section li img {
  margin-right: 10px;
}
.WhyChoose-home-section li span {
  font-family: sans-serif;
}

@media (max-width: 767px) {
  .WhyChoose-home-section li {
    font-size: 12px;
  }
}

.video-box {
  position: relative;
  width: 100%;

  overflow: hidden;
  border-radius: 12px;
  background: #000;
}
.video-box-1 {
  height: 29.583vw;
}
.video-box-2 {
  height: 450px;
}

.video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

/* Center Play Button Only */
.center-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10;
  display: block; /* Start hidden, show when paused */

  padding: 0;
  background: #ffffff2b;
}
.center-play img {
  width: 52px;
  height: 52px;
}

@media (max-width: 767px) {
  .video-box {
    height: 180px;
  }
}

.NewArrivals {
  position: relative;
  width: 100%;

  margin: auto;
  background-color: #fff;
}
.NewArrivals .slick-track {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.NewArrivals .slick-slide {
  /* width: 150px;
  height: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  padding-inline: 10px;
  transition: all 0.3s ease-in-out;
  transform: scale(0.5);

  width: 350px;
}

.NewArrivals .slick-current {
  padding: 0px;
  transform: scale(1);
}

.NewArrivals .slick-slide .this-hide {
  display: none;
}
.NewArrivals .slick-current .this-hide {
  display: block;
}

.NewArrivals .add-cart-btn {
  max-width: 135px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .NewArrivals .slick-slide {
    width: 150px;
  }
}

.btn-wrap {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 140px);
}

.btn-wrap .prev-arrivals {
  transform: rotate(90deg);
}

.btn-wrap .next-arrivals {
  transform: rotate(270deg);
}

.testimonials .card {
  margin-block: 20px;
  margin-inline: 20px;
}

.testimonials .slick-dots {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.testimonials .slick-dots li {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.testimonials .slick-dots li::marker {
  display: none;
}
.testimonials .slick-dots li button {
  background-color: transparent;
  border: none;
  border-radius: 100%;
  width: 10px;
  max-width: 10px;
  min-width: 10px;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
  text-indent: 99999px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #000;
}
.testimonials .slick-dots li.slick-active button {
  background-color: #000;
}

.VisitOurStore .inner {
  box-shadow: -2px -5px 24px 0px rgba(0, 0, 0, 0.1) inset;
  background-color: #fff;
}
.VisitOurStore .inner-img {
  box-shadow: 10px 14px 14px 0px rgba(0, 0, 0, 0.15);
  max-height: 285px;
}
.VisitOurStore .VisitOurStore-inner {
  max-width: 852px;
}

.inner-img {
  top: 80px;
  left: 10px;
  margin-bottom: 80px;
  object-fit: cover;
}

.connet-instagram .inner {
  max-height: 730px;
  object-fit: cover;
  width: 100%;
}

footer {
  background-color: #010f1c;
  font-family: var(--primary-font);
  font-size: 20px;
}
footer * {
  color: #a4987e;
}

footer span {
  font-family: Arial, Helvetica, sans-serif;
}

.connet-instagram {
  cursor: pointer;
}
.connet-instagram a {
  color: #a4987e;
  font-size: 32px;
  font-family: var(--primary-font);
  pointer-events: none;
}

aside {
  font-family: var(--primary-font);
  font-size: 16px;
}
aside a {
  color: #010f1c;
}
aside a.active {
  color: #a4987e;
}
aside .accordion-button-custom {
  font-family: var(--primary-font);
  color: #010f1c;
  font-size: 20px;
  cursor: pointer;
}

aside .accordion-button-custom svg {
  transition: all 0.3s ease-in-out;
}
aside .accordion-button-custom[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.Categories-filter aside a {
  color: #ffffff;
}
.Categories-filter aside a.active {
  color: #a4987e;
}
.Categories-filter aside .accordion-button-custom {
  color: #fff;
}
.Categories-filter aside .accordion-button-custom svg {
  filter: invert(1);
}

.product-section {
  padding-top: 120px;
}

.Product-subHeader input {
  border-color: #a4987e;
  font-family: var(--primary-font);
  font-size: 18px;
  max-width: 350px;
}

.Product-subHeader input::placeholder {
  color: #010f1c;
}
.product-section .sub-title {
  color: #a4987e;
  font-family: var(--primary-font);
  font-size: 36px;
}

hr {
  border-top-color: #a4987e;
}

.input-group-search {
  max-width: 350px;
}

.product-section .add-cart-btn {
  background-color: #010f1c;
  color: #fff;
}
@media (max-width: 767px) {
  .product-section .sub-title {
    font-size: 24px;
  }

  .input-group-search {
    max-width: 200px;
  }
  .product-section {
    padding-top: 0px;
  }
  .Product-subHeader {
    position: sticky;
    top: 62px;
    padding-block: 5px;
  }
}

.productDetails-section {
  padding-top: 120px;
}

.productDetails-section .pd-title {
  color: #a4987e;
  font-size: 36px;
  font-family: var(--primary-font);
  line-height: 1.2;
}
.productDetails-section .pd-weight {
  font-size: 20px;
  color: #010f1c;
  font-family: var(--primary-font);
}
.productDetails-section .pb-review {
  font-size: 16px;
  color: #010f1c;
  font-family: var(--primary-font);
}
.productDetails-section .pd-sold-details {
  font-size: 16px;
  color: #010f1c;
  font-family: var(--primary-font);
}
.productDetails-section .pd-sold-details span {
  font-family: var(--primary-font);
}
.productDetails-section .pd-price {
  font-family: var(--primary-font);
  color: #010f1c;
  font-size: 18px;
}
.productDetails-section .pd-price div {
  font-family: var(--primary-font);
  color: #a4987e;
  font-size: 18px;
}
.productDetails-section .pd-plus-minus {
  border-radius: 50rem;
  border: 1px solid #010f1c;
  width: 100px;
  height: 32px;
  overflow: hidden;
  color: #010f1c;
  font-size: 16px;
}
.productDetails-section .pd-plus-minus button {
  width: 30px;
  height: 100%;
  background: transparent;
  border: none;
  text-align: center;
  padding: 0px;
}
.productDetails-section .pd-plus-minus input {
  background-color: transparent;
  text-align: center;
  border: none;
  width: 40px;
  outline: none;
  padding: 0px;
}

.productDetails-section .pb-ad-cart {
  border: 1px solid #010f1c;
  font-size: 12px;
  font-family: var(--primary-font);
  color: #010f1c;
  background-color: transparent;
  transition: all 0.1s ease-in-out;
  outline: none;
  border-radius: 50rem;
  height: 32px;
  text-transform: uppercase;
}

.productDetails-section .pd-buy-now {
  font-size: 12px;
  font-family: var(--primary-font);
  color: #fff;
  background-color: #010f1c;
  transition: all 0.1s ease-in-out;
  outline: none;
  border-radius: 50rem;
  height: 36px;
  text-transform: uppercase;
}

.productDetails-section .pamyent-option img {
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.productDetails-section .pd-note label {
  color: #010f1c;
  font-family: var(--primary-font);
  font-size: 18px;
}
.productDetails-section .pd-note div > div {
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 0.5px solid rgba(164, 152, 126, 1);
}
.productDetails-section .pd-note span {
  color: #010f1c;
  font-family: var(--primary-font);
  font-weight: 100;
  font-size: 12px;
}
.productDetails-section .pd-share div {
  color: #010f1c;
  font-family: var(--primary-font);
  font-size: 18px;
}

.fs-x {
  font-family: Arial, Helvetica, sans-serif;
}
.productDetails-section .accordion-item a > span {
  color: #010f1c;
  font-size: 20px;
  font-family: var(--primary-font);
}
.productDetails-section .accordion-item a:after {
  content: "+";
  position: absolute;
  right: 0px;
  color: #010f1c;
  font-size: 24px;
}

.productDetails-section .accordion-item a[aria-expanded="true"]:after {
  content: "-";
}
.productDetails-section .accordion-flush > .accordion-item {
  border-color: #a4987e;
}

.main-slider img {
  border-radius: 10px;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 400px;
}
.thumbs {
  border-radius: 10px;
}

.thums-box {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding-block: 13px;
  cursor: pointer;
}
.thums-box img {
  width: 95px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

/* Example for a 20px gutter width */
.thumbs.slick-slider {
  margin-left: -10px; /* Half of the desired gutter width */
  margin-right: -10px;
}

@media (max-width: 767px) {
  .productDetails-section {
    padding-top: 0px;
  }
}

.tp-slider-thumb img {
  width: 100%;
}

.tp-slider-area {
  max-width: 1920px;
  margin-inline: auto;
}

header {
  max-width: 1920px;
  margin-inline: auto;
  left: 0;
  right: 0;
}

.main-slider .slick-slide img,
.thumbs .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* filter: drop-shadow(2px 4px 6px #00000010);
  border: 1px solid #efefef;
  border-radius: 10px !important; */
}

.thums-box {
  padding-inline: 13px;
}

@media (min-width: 768px) {
  main:has(header) {
    height: calc(100vh - 70px);
    border-radius: 30px;
  }
}

.tp-slider-full-width .swiper-slide,
.tp-slider-full-width .tp-slider-thumb,
.tp-slider-full-width .tp-slider-thumb picture {
  height: 100vh;
  min-height: 720px;
}

.tp-slider-full-width .tp-slider-thumb {
  position: relative;
}

.tp-slider-full-width .tp-slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .tp-slider-full-width .swiper-slide,
  .tp-slider-full-width .tp-slider-thumb,
  .tp-slider-full-width .tp-slider-thumb picture {
    height: 70vh;
    min-height: 520px;
  }
}

@media (max-width: 767px) {
  .productDetails-section {
    padding-top: 0px;
  }
}
.OurCollection{
  padding: 0px 10px;
}
.OurCollection .product-card{
  border-right: 0.5px solid #A4987E;
  border-radius: 0px !important;
  padding-right: 20px;
}
/* .row > .OurCollection:nth-child(4n) .product-card,
.row > .OurCollection:nth-of-type(4n) .product-card,
.OurCollection:nth-child(4n) .product-card,
.OurCollection:nth-of-type(4n) .product-card{
  border-right: none !important;
  padding-right: 0 !important;
} */
.row > .OurCollection:last-child .product-card,
.OurCollection:last-child .product-card,
.OurCollection:last-of-type .product-card{
  border-right: none !important;
  padding-right: 0 !important;
}

/* Featured Products Slider Arrows - Left and Right Positioning */
.featured-products-slider {
  position: relative;
  padding: 0 50px;
}

.featured-products-slider .slick-prev,
.featured-products-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #a4987e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.featured-products-slider .slick-prev:hover,
.featured-products-slider .slick-next:hover {
  background: #a4987e;
  border-color: #a4987e;
}

.featured-products-slider .slick-prev:hover svg,
.featured-products-slider .slick-next:hover svg {
  stroke: #fff;
}

.featured-products-slider .slick-prev {
  left: -20px;
}

.featured-products-slider .slick-next {
  right: -20px;
}

.featured-products-slider .slick-prev svg,
.featured-products-slider .slick-next svg {
  width: 16px;
  height: 14px;
  stroke: #a4987e;
  transition: all 0.3s ease;
}

.featured-products-slider .slick-prev.slick-disabled,
.featured-products-slider .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .featured-products-slider {
    padding: 0 40px;
  }
  
  .featured-products-slider .slick-prev {
    left: -5px;
  }
  
  .featured-products-slider .slick-next {
    right: -5px;
  }
  
  .featured-products-slider .slick-prev,
  .featured-products-slider .slick-next {
    width: 35px;
    height: 35px;
  }
}

/* Featured Products Slider - Equal size for title and button */
@media (min-width: 768px) {
  .featured-products-slider .product-card > div.d-flex.flex-md-row > div:first-child,
  .featured-products-slider .product-card > div.d-flex.flex-md-row > button {
    flex: 1 1 0;
    min-width: 0;
  }
  
  .featured-products-slider .product-card > div.d-flex.flex-md-row > button {
    width: auto;
  }
}

.featured-products-slider .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.featured-products-slider .product-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Collection Products Slider Arrows - Left and Right Positioning (Just for You & Our Collection) */
.collection-products-slider {
  position: relative;
  padding: 0 50px;
}

.collection-products-slider .slick-prev,
.collection-products-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #a4987e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.collection-products-slider .slick-prev:hover,
.collection-products-slider .slick-next:hover {
  background: #a4987e;
  border-color: #a4987e;
}

.collection-products-slider .slick-prev:hover svg,
.collection-products-slider .slick-next:hover svg {
  stroke: #fff;
}

.collection-products-slider .slick-prev {
  left: -20px;
}

.collection-products-slider .slick-next {
  right: -20px;
}

.collection-products-slider .slick-prev svg,
.collection-products-slider .slick-next svg {
  width: 16px;
  height: 14px;
  stroke: #a4987e;
  transition: all 0.3s ease;
}

.collection-products-slider .slick-prev.slick-disabled,
.collection-products-slider .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .collection-products-slider {
    padding: 0 40px;
  }
  
  .collection-products-slider .slick-prev {
    left: -10px;
  }
  
  .collection-products-slider .slick-next {
    right: -10px;
  }
  
  .collection-products-slider .slick-prev,
  .collection-products-slider .slick-next {
    width: 35px;
    height: 35px;
  }
}

/* Best Selling Products Slider Arrows - Left and Right Positioning */
.best-selling-products-slider {
  position: relative;
  padding: 0 50px;
}

.best-selling-products-slider .slick-prev,
.best-selling-products-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #A4987E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.best-selling-products-slider .slick-prev:hover,
.best-selling-products-slider .slick-next:hover {
  background: #A4987E;
  border-color: #A4987E;
  color: #fff;
}

.best-selling-products-slider .slick-prev:hover svg,
.best-selling-products-slider .slick-next:hover svg {
  stroke: #fff;
}

.best-selling-products-slider .slick-prev {
  left: -20px;
}

.best-selling-products-slider .slick-next {
  right: -20px;
}

.best-selling-products-slider .slick-prev svg,
.best-selling-products-slider .slick-next svg {
  width: 16px;
  height: 14px;
  stroke: #A4987E;
  transition: all 0.3s ease;
}

.best-selling-products-slider .slick-prev.slick-disabled,
.best-selling-products-slider .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.best-selling-products-slider .slick-slide:not(:last-child) .product-card {
  border-right: 0.5px solid #A4987E;
  padding-right: 20px;
}

.best-selling-products-slider .slick-slide:last-child .product-card {
  border-right: none !important;
  padding-right: 0 !important;
}

.best-selling-products .product-title,.tp-product-area .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.best-selling-products .product-title a,.tp-product-area .product-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.JustforYou .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.JustforYou .product-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .best-selling-products-slider {
    padding: 0 40px;
  }
  
  .best-selling-products-slider .slick-prev {
    left: -5px;
  }
  
  .best-selling-products-slider .slick-next {
    right: -5px;
  }
  
  .best-selling-products-slider .slick-prev,
  .best-selling-products-slider .slick-next {
    width: 35px;
    height: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-slider-item.tp-slider-height {
      min-height: auto;
  }
}

@media (max-width: 767px) {
  .OurCollection .product-card {
    border-right: none !important;
  }

  .best-selling-products-slider .slick-slide:not(:last-child) .product-card {
    border-right: none !important;
  }
  .connet-instagram a{
    font-size: 18px;
    line-height: 1;
  }
  /* .connet-instagram a img{
    width: 30px;
    height: 30px;
  } */
  
  /* Fix product title display in Featured-products-home-section on mobile */
  .Featured-products-home-section .product-card .product-title {
    width: 100%;
    min-width: 0;
    overflow: visible;
  }
  
  .Featured-products-home-section .product-card .product-title a {
    display: block;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
  }
  
  .Featured-products-home-section .product-card > div:last-child > div:first-child {
    min-width: 0;
    flex: 1 1 auto;
    width: 100%;
  }
}
.VisitOurStore span{
  font-size: 1rem;
}
.product-title a{
  text-align: left;
}

/* Product Thumbnail Rotation on Hover */
.tp-product-area .product-image-wrapper,
.JustforYou .product-image-wrapper,
.Featured-products-home-section .product-image-wrapper,
.best-selling-products-slider .product-image-wrapper,
.video-products-section .product-image-wrapper,
.product-section .product-image-wrapper,
.best-selling-products-section .product-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.tp-product-area .product-images-container,
.JustforYou .product-images-container,
.Featured-products-home-section .product-images-container,
.best-selling-products-slider .product-images-container,
.video-products-section .product-images-container,
.product-section .product-images-container,
.best-selling-products-section .product-images-container {
  position: relative;
  width: 100%;
  display: block;
}

/* Fix Just For You product images container to maintain consistent height on hover */
.JustforYou .product-image-wrapper {
  height: 280px;
  overflow: hidden;
}

.JustforYou .product-images-container {
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.JustforYou .product-thumbnail {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.JustforYou .product-thumbnail.active {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .JustforYou .product-image-wrapper {
    height: 250px;
  }
  
  .JustforYou .product-images-container {
    height: 250px;
  }
}

.tp-product-area .product-thumbnail,
.JustforYou .product-thumbnail,
.Featured-products-home-section .product-thumbnail,
.best-selling-products-slider .product-thumbnail,
.video-products-section .product-thumbnail,
.product-section .product-thumbnail,
.best-selling-products-section .product-thumbnail {
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tp-product-area .product-thumbnail.active,
.JustforYou .product-thumbnail.active,
.Featured-products-home-section .product-thumbnail.active,
.best-selling-products-slider .product-thumbnail.active,
.video-products-section .product-thumbnail.active,
.product-section .product-thumbnail.active,
.best-selling-products-section .product-thumbnail.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
}

/* Hide thumbnails beyond the first two (index 0 and 1) */
.tp-product-area .product-thumbnail:nth-child(n+3),
.JustforYou .product-thumbnail:nth-child(n+3),
.Featured-products-home-section .product-thumbnail:nth-child(n+3),
.best-selling-products-slider .product-thumbnail:nth-child(n+3),
.video-products-section .product-thumbnail:nth-child(n+3),
.product-section .product-thumbnail:nth-child(n+3),
.best-selling-products-section .product-thumbnail:nth-child(n+3) {
  display: none !important;
}

.productDetails-section .breadcrumb__list span:not(:last-child){
  padding-right: 0px;
  margin-right: 0px;
}
.productDetails-section .breadcrumb__list span:not(:last-child)::after{
  background-color : transparent;
}
#filterAccordion ul.filter-list li label span{
  text-transform: capitalize;
}
.product-section ul.filter-list li a,.product-section ul.filter-list li span{
  font-weight: 100;
}

.categories-desktop-slider .slick-slide {
  padding: 5px;
}

.bb-product-attribute-swatch-title{
  display: none !important;
}

.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-text-display{
  border-color: #a4987e !important;
}
.bb-product-attribute-swatch-list.text-swatch li:not(.disabled) input[type=radio]:checked ~ .bb-product-attribute-text-display:before{
  border-bottom : 16px solid #a4987e !important;
}
.tp-product-details-social .bb-social-sharing .bb-social-sharing__item{
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.tp-slider-thumb.text-end {
  width: 100%;
}