:root {
  --carousel-ht: 85vh;
  --carousel-ht: 100dvh;
}

.reverse-nav-color {
  /* color: hsl(38deg 33% 66%); */
  color: #fff;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 43%, transparent 100%); */
  background: transparent;
  font-weight: 300;
  /* text-shadow: 0px 2px rgba(0, 0, 0, 0.5); */
}

.brand {
  /* transition: all 1s ease-out; */
}

.reverse-nav-color .brand {
  text-shadow: 2px 1px 8px #000;
}

.reverse-nav-color .bars::before,
.reverse-nav-color .bars::after,
.reverse-nav-color .bar1 {
  background-color: #fff !important;
}

.reverse-nav-color .nav-item .btn-fill-black {
  background-color: transparent;
  color: #fff;
  transition: 400ms ease-out;
}

.reverse-nav-color:hover .nav-item .btn-fill-black {
  /* background: #000;
  color: #fff !important; */

  /* updated style on 28.09.2025 */
  background: transparent;
  color: rgba(var(--color-base-rgb), 0.75);
}

.reverse-nav-color .nav-item-link-text {
  text-shadow: 2px 2px 6px #000;
}

.container_body {
  position: relative;

  /* top: 4rem; */
  /* delete this line later, after making nav background transparent */
}

.carousel-wrapper {
  width: 100%;
  height: var(--carousel-ht, 100vh);
  /* border: 1px solid red; */
  position: relative;
  margin: auto;
}

.carousel-item {
  display: none;
  transition: display 0.2s ease-out;
}

.carousel-item:first-child {
  display: block;
}

.carousel-pic {
  width: inherit;
  height: var(--carousel-ht, 100vh);
  overflow: hidden;
  /* border: 1px solid blue; */
}

.carousel-pic img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;

  /* animation-name: zoom-in; */
  animation-duration: 10s;
  animation-timing-function: ease-out;
  animation-play-state: running;
  animation-fill-mode: forwards;
  animation-direction: normal;
  /* animation-direction: alternate; */
  animation-iteration-count: 1;
}

.zoom-out_Animation {
  animation-name: zoom-out;
  animation-direction: normal;
}

.zoom-in_Animation {
  animation-name: zoom-in !important;
  animation-delay: 200ms;
  /* animation-direction: reverse; */
}

/* .carousel-pic img:nth-of-type(2n) {
    animation-name: zoom-out;
    animation-direction: normal;
}

.carousel-pic img:nth-of-type(2n-1) {
    animation-name: zoom-in !important;
    animation-direction: reverse;
} */

.carousel-caption {
  color: #fff;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  /* bottom: 3vh; */
  bottom: 10vh;
  padding-left: 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.caption-heading,
.caption-subheading,
.carousel-shop-now,
.numbertext {
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  padding: 8px 12px;
  /* border: 1px solid #fff; */
  width: fit-content;
}

.caption-heading {
  /* font-size: 24px; */
  /* font-size: 38px; */
  font-size: 4.5rem;
  letter-spacing: 2px;
  /* font-family: "Quicksand"; */
  padding: 0 0 8px 0;
  /* text-shadow: 2px 1px 4px #000; */
  /* font-family: 'Instrument Serif', serif; */
  font-family: Cormorant, serif;
}

.caption-subheading {
  font-size: 16px;
  margin-top: 0;
  padding: 0 0 8px 0;
  font-family: inherit;
  text-shadow: 2px 1px 4px #000;
}

.carousel-shop-now {
  color: hsl(38deg, 33%, 23%);
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 8px 22px 10px 19px;
  border-radius: 31px;
  outline: none;
  border: none;
  transition: transform 0.4s ease;
}

.carousel-shop-now:hover {
  transform: scale(1.02);
}

.numbertext {
  /* font-size: 12px; */
  position: absolute;
  bottom: 4vh;
  left: 7vw;
  font-size: 1.02rem;
  letter-spacing: 1px;
  transition: all 700ms ease;
}

.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

/* carousel navigation button for navigating
slides -> previous ->next */
.carousel-navigate-wrapper {
  position: absolute;
  right: 7vw;
  transform: translate(6vw, -8.5vh);
  z-index: 0;
}

.carousel-navigate {
}

.carousel-nav-btns {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.prev-btn,
.next-btn {
  background-color: inherit;
  border: inherit;
  color: #fff;
  fill: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: skew(0.5); */
  padding: 7px;
  transition: all 400ms ease 100ms;
}

.prev-btn svg,
.next-btn svg {
  width: 26px;
  height: 26px;
  fill: inherit;
  fill-opacity: 0.75;
  transition: all 0.5s ease-out;
}

.prev-btn:hover,
.next-btn:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
  fill: hsl(38deg, 33%, 23%);
  border-radius: 40px;
}

.prev-btn:hover > svg,
.next-btn:hover > svg {
  fill-opacity: 1;
  transform: scale(1.1);
}

.prev-btn:active {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.next-btn {
}

::-webkit-scrollbar,
::-webkit-scrollbar-track {
  /* background-color: #000;
    background-image: url(../assets/scrollbar/track-for-vertical.png);
    background-repeat: repeat-y;
    background-size: contain; */
}

/* left right btn styling again*/
.pr-list-navigate-wrapper .prev-btn,
.pr-list-navigate-wrapper .next-btn {
  color: hsl(38deg, 33%, 23%);
  fill: hsl(38deg, 33%, 23%);
}

.pr-list-navigate-wrapper {
  position: absolute;
  transform: translateY(-7vh);
  right: 4vw;
}

.pr-list-nav-btns {
  display: flex;
  align-items: center;
  flex-direction: row;
}

@keyframes fade {
  from {
    opacity: 0.7;
  }

  to {
    opacity: 1;
  }
}

@keyframes zoom-in {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

@keyframes zoom-out {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

/* ------------------------------------------------------
 carousel end
 ///////////////////////////////////////////////////////*/

.body-content {
  min-height: 40vh;
  width: 100%;
}

/* *********************************************
        EXPERIMENTAL
*************************************************/
.body-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  /* border: 1px solid red; */
  backdrop-filter: blur(2px);
  position: absolute;
  transform: translateY(-2px);
  /* background: linear-gradient(180deg, transparent 0%, #836d2f 80%); */
}

/* .body-content::after {
    content: "";
    display: block;
    width: 100%;
    height: 10vh;
    background: url(../assets/slideshow_images/background.jpg);
    backdrop-filter: blur(127px);
    position: absolute;
    z-index: 0;
    transform: translateY(-30px);
    background: linear-gradient(180deg, transparent, #fff 30%);
} */

.p_container,
.showcase-categories {
  padding: 1rem 5% 1rem 9%;
}

.p_container .product-item {
  /* min-width: 275px; */
  --no-products-per-100vw: 4;
  min-width: calc(100vw / var(--no-products-per-100vw, 4));
  max-width: 65vw;
}

.product_list.flex-wrap .product-item {
  max-width: calc(100vw / var(--no-products-per-100vw, 4));
  min-width: unset;
}

.product_list.flex-wrap .product-item.pr-under-wrap {
  width: calc(100vw / var(--no-products-per-100vw, 4));
  min-width: unset;
  max-width: unset;
  flex-grow: 1;
}

.p_container .keyword-heading {
  font-size: 19px !important;
  margin-bottom: 1.125rem;
  margin-top: 2rem;
  /* added on 1-12-2024 */
  font-family: 'Futura PT', 'Barlow Condensed', sans-serif;
  text-align: center;
}

.p_container .item-title {
  font-size: 18px;
  padding: 0 12% 0 2%;

  /* added on 1-12-2024 */
  font-family: 'FUTURA PT', 'Barlow Condensed', sans-serif;
}

.view-all-products-wrapper {
  text-align: center;
  padding: 0.9rem 0 2rem;
}

.view-all {
  color: hsl(38deg, 33%, 23%) !important;
  /* font-family: "Barlow Condensed", sans-serif; */
  font-weight: 500;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
  margin: auto;

  /* added on 1-12-2024 */
  font-family: 'FUTURA PT', 'Barlow Condensed', sans-serif;
}

.view-all::after {
  content: "";
  height: 2px;
  width: 90%;
  margin: auto;
  background-color: hsl(38deg, 33%, 23%);
}

.showcase-for {
  font-size: 15px;
  font-weight: 900;
  margin: 10px 0 19px -9px;
  color: hsl(38deg 9% 39%);
}

.showcase-list {
  font-family: "galabiyah", serif;
  font-size: 64px;
  line-height: 72px;
  color: hsl(38deg 33% 13%);
  /* text-transform: uppercase; */
}

.showcase-list a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

.showcase-item-link:hover .showcase-ca {
  color: hsl(38deg 33% 13%) !important;
  background-color: hsl(38deg 33% 95%) !important;
  transition: color 0.2s ease 0s;
}

.showcase-item,
.showcase-item span {
  font-family: inherit;
}

.showcase-item {
  display: flex;
  flex-direction: column;
  background: inherit;
}

.showcase-item::after {
  content: "";
  margin: 15px 0 10px -10px;
  height: 2px;
  width: 100%;
  background-color: hsla(38deg, 33%, 23%, 0.3);
  transition: all 0.5s ease;
}

.showcase-ca {
  white-space: nowrap;
  /* overflow: hidden; */
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: inherit;
  font-size: inherit;
}

.showcase-ca span {
  font-family: inherit;
  font-size: inherit;
}

.hide {
  visibility: hidden;
}

.individual-chars {
  transform: matrix(0.5, 1, 0.2);
  display: block;
  height: 72px;
}

/* showcase-categories with accordions mashup */
.showcase-categories.with-accordions .side-item {
  line-height: initial;
}

.showcase-categories.with-accordions .expand_panel .side-item {
  font-family: inherit;
  font-size: 24px;
}

.showcase-categories.with-accordions .side-item-title {
  font-family: inherit;
  font-size: inherit;
  overflow: hidden;
}

.showcase-categories.with-accordions .accordion.showcase-ca {
  flex-direction: column;
}

.showcase-categories.with-accordions .side-item-title_wrapper::after {
  content: none;
}

.showcase-categories.with-accordions .letter.hidden {
  top: 0;
}

.p_container .hidden,
.showcase-categories.with-accordions .hidden {
  transform: translateX(-10%);
}

.p_container .show,
.showcase-categories.with-accordions .show {
  transform: translateX(0%);
  font-family: inherit;
}

.showcase-categories.showcase-categories.with-accordions .showcase-list {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  line-height: 49px;
  /* text-transform: uppercase; */
}

.showcase-item .accordion-icon {
  top: 1.2rem;
}

.showcase-item .accordion-icon .b3::before,
.showcase-item .accordion-icon .b3::after {
  width: 20px;
  height: 3px;
  border-radius: 15px;
}

@media screen and (max-width: 970px) {
  .p_container .product-item {
    --no-products-per-100vw: 3.5;
  }
}

/* @media screen and (min-width: 900px) { */
/* body {
    overflow: hidden;
    max-height: 100vh;
}

.container_body {
    max-height: 100vh;
    overflow: overlay;
    overflow: auto;
    scrollbar-gutter: stable;
    scroll-behavior: smooth;
}

.container_body::-webkit-scrollbar {
    width: 10px;
    padding-right: 2px;
    background-color: gray;
    border-radius: 0;
}

.container_body::-webkit-scrollbar-thumb {
    background-color: linear-gradient(-90deg, grey);
    /* border: 1px solid transparent; */
/* margin-right: 2px;
 border-radius: 0rem;
}

.container_body::-webkit-scrollbar-track-piece:start {
    background: transparent;
}

.container_body::-webkit-scrollbar-track-piece:end {
    background: transparent;
}

.container_body::-webkit-scrollbar-track {
    position: absolute;
    right: -3rem;
    top: -50rem;
    background: transparent;
} */

.carousel-pic > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  /* 4px is the scrollbar width */
  width: -webkit-fill-available;
  /*  or   */
  /* width: calc(100% - 4px); */
  height: var(--carousel-ht, 100vh);
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.1) 15%, transparent 25%, rgba(0, 0, 0, 0.5) 75%); */
  /* background: linear-gradient(180deg,rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.1) 15%, transparent 20%, rgba(0, 0, 0, 0.5) 85%); */

  background: linear-gradient(180deg,rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.3) 10%, rgba(0, 0, 0, 0.1) 15%, transparent 20%, transparent 50%, rgba(0, 0, 0, 0.8) 95%);
}

.carousel_wrapper-x1-header {
  text-align: center;
  margin: 0 0 2.4rem;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.45rem;
  display: flex;
  flex-direction: column;
}

.carousel_wrapper-x1-header::before ,
.carousel_wrapper-x1-header::after {
  content: "";
  width: 40px;
  height: 2px;
  margin: auto;
  background-color: red;
}

button.pause-play-btn {
  --pause-play-btn-w: 25px;
  border: 2px solid transparent;
  background: transparent;
  color: #fff;
  padding: 10px 10px;
  border-radius: 50%;
}

button.pause-play-btn.show-border {
  border: 2px solid rgb(95, 91, 91, 0.6);
}

button.pause-play-btn svg {
  width: var( --pause-play-btn-w, 30px);
  height: var( --pause-play-btn-w, 30px);
}

/* NEW SECTION */

.shop-by-container {
  margin: 0 1% 4vh 2%;
  overflow: hidden;
}

.shopx-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3.01%;
  padding: 1rem 5% 1rem 8%;
  /* padding: 0 2%; */
  width: max-content;
  /* max-width: 100%; */
  /* overflow: hidden; */
  --num-card-uxa-view: 4.2;
  transition: all 0.5s ease;
  /* overflow-x: auto; */
  user-select: none;
}

.shopx-wrapper::-webkit-scrollbar {
  display: none;
}

.shopx-wrapper:active {
  transform: scale(0.95);
}

.shopx-wrapper.carousel-x2{
  width: 100%;
}

.card-uxa {
  --each-card-uxa-width: min(max(calc(100% / var(--num-card-uxa-view)), 223px), 325px);
  min-width: var(--each-card-uxa-width);
  /* min-width: min(80%, 364px); */
  min-height: min(70vh, 600px);
  /* min-height: calc(var(--each-card-uxa-width)*1.7); */
  position: relative;
  transition: all 0.7s ease;
  overflow: hidden;
}

.card-uxa:active {
  transform: scale(0.99);
}

.photo-uxa {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.7s ease;
  overflow: hidden;
}

.photo-uxa::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, transparent 30%);
  transition: background 0.7s ease;
}

.photo-uxa:active,
.photo-uxa:hover {
  transform: scale(0.97);
}

.photo-uxa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s ease;
}

.photo-uxa:hover::after {
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, transparent 30%);
}

.photo-uxa:active img, .photo-uxa:hover img {
  transform: scale(1.065);
}


.card-uxa-btn {
  position: absolute;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  bottom: 2%;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 5px #000;
  letter-spacing: 1px;
  height: 12%;
}

.under-t {}

.photo-link-uxa {
  font-family: "Barlow Condensed", sans-serif;
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  font-size: 113%;
  gap: 6px;
}

.under-t .photo-link-uxa::after {
  content: "";
  width: 95%;
  height: 3px;
  background-color: #ddd;
  margin: auto;
  background: linear-gradient(0deg, white, #4e4029);
  border-radius: 5px;
}

/* END NEW SECTION */

/* banner carousel images section */
.banner-wrapper {
  height: max(377px, 101vh);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  overflow: scroll;
  overflow-y: hidden;
  column-gap: 2%;
}

.banner-wrapper::-webkit-scrollbar {
  height: 0;
  display: none;
}

.banner {
  min-width: 100%;
  max-height: 100%;
  position: relative;
}

img.banner-image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.banner-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  margin: 1rem 0 2rem;
}

.banner-dots {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 9%;
  z-index: 3;
}

span.banner-dot {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin: 0 0.5rem 0 5px;
  background: #fff;
  border-radius: 50%;
  transition: all 500ms ease-in;
}

span.banner-dot.cur-dt {
  border: 1px solid rgb(217, 217, 223);
  width: 20px;
  border-radius: 2px;
}

.banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  mix-blend-mode: lighten;
  background: linear-gradient(0deg, #fff 0%, transparent 3.2%, transparent 99%, #fff 100%);
  /* backdrop-filter: blur(12px); */
}

.banner-caption {
  position: absolute;
  /* bottom: 12.45%; */
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index: 2;

  top: 0;
  height: 100%;
  background: linear-gradient(0deg, transparent, rgba(0,0,0,0.7) 2%, rgba(0,0,0,0.15) 30%, transparent 50%, rgba(0,0,0,0.15) 100%);
}

.open_link_for_banner {
  position: absolute;
  bottom: 13.49%;
    /* left: 10%; */
  background: transparent;
  font-size: 1.25rem;
  color: rgba(255,255,255,0.65) !important;
  font-weight: 300;
  text-decoration: none !important;
  font-family: Barlow Condensed,Poppins, sans-serif;
  padding: 7px 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.95;
  transition: opacity 100ms ease-out, transform 250ms ease-in-out, all 350ms ease-in;
  text-transform: uppercase;
  border: 3px solid rgba(255,255,255,0.05);
  border-radius: 0;
  letter-spacing: 4px;
  min-width: 180px;
  justify-content: center;
}

.open_link_for_banner>svg {
  width: 1.5rem;
  height: 1.3rem;
  margin-right: 7px;
}

.open_link_for_banner:hover,
.open_link_for_banner:focus-visible {
  border-color: rgba(255,255,255,0.85) !important;
  color: #fff !important;
}

.banner:hover .open_link_for_banner {
  opacity: 0.999;
}

.open_link_for_banner:hover {
  opacity: 1;
  box-shadow: 1px 1px 0px 2px rgb(1 1 1 / 10%);
}


/*  want to remove or hide the circular handle of the slider */
.plyr__progress input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 0 !important; /* Set to zero to effectively hide it */
  height: 0;
  box-shadow: none !important;
}

.plyr__progress input[type=range]::-moz-range-thumb {
  width: 0 !important;
  height: 0;
  border: none; /* Remove any border for Firefox */
  box-shadow: none !important;
}

.plyr__progress input[type=range]::-ms-thumb {
  width: 0 !important;
  height: 0;
  box-shadow: none !important;
}

@media screen and (min-width: 1500px) {
  .p_container .product-item {
    /* min-width: 275px; */
    --no-products-per-100vw: 5;
    min-width: 400px;
    max-width: 400px;
  }

  .nav-item-link-text {
    font-size: 16px;
  }
  
  .product_list.flex-wrap {
    column-gap: 2rem;
    row-gap: 2rem;
  }

  .product-item:not(:first-child) {
    margin-left: 2rem;
  }

  .product_list.flex-wrap .product-item {
    margin-left: 0;
  }

  .p_container .keyword-heading {
    font-size: 24px !important;
  }

}

@media screen and (max-width: 900px) {
  .p_container .product-item {
    --no-products-per-100vw: 3;
  }

  .p_container .product_list.flex-wrap .product-item {
    --no-products-per-100vw: 3.9;
  }
}

/* } */

@media screen and (max-width: 714px) {
  .p_container .product-item {
    --no-products-per-100vw: 2.5;
  }

  .reverse-nav-color:hover .nav-item .btn-fill-black {
    background: inherit;
    color: inherit !important;
  }

  .p_container .product_list.flex-wrap .product-item {
    --no-products-per-100vw: 2.6;
  }

  .card-uxa {
    --num-card-uxa-view: 2.9;
  }

  .slide {
    width: 75vw !important;
  }
}

@media screen and (max-width: 650px) {
  .p_container .product-item {
    --no-products-per-100vw: 2;
  }

  .card-uxa {
    min-height: calc(var(--each-card-uxa-width)*2.2);
  }
  
}

@media screen and (max-width: 540px) {
  .p_container .product-item {
    --no-products-per-100vw: 1.25;
  }

  .showcase-list {
    font-family: "galabiyah", serif;
    font-size: 2.45rem;
    line-height: unset;
  }

  .caption-heading {
    font-size: 2rem;
  }
  /* NEW SECTION */
  .card-uxa {
    --num-card-uxa-view: 2;
    border-radius: 1rem;
  }
}
