[tab-item]:not([tab-selected]) {
  display: none;
}
[tab-item-custom]:not([tab-selected]) {
  display: none;
}
.hdt-tabs-head {
  gap: var(--tabs-head-spacing);
  margin-bottom: var(--tabs-head-spacing);
}
.hdt-tabs-head > h4 {
  flex: 0 0 auto;
}
.hdt-tabs-collections {
  --text-14xl: 3.2rem;
}
.hdt-text-14xl {
  font-size: var(--text-14xl);
}
.hdt-text-uppercase-true .hdt-tabs-item-title {
  text-transform: uppercase;
}
.hdt-tabs-list {
  max-width: 100%;
}
.hdt-tabs-list .hdt-tabs-item-title {
  border: none;
  line-height: var(--button-line-height);
  color: rgb(var(--color-foreground2));
  padding-bottom: 12px;
  gap: 5px;
}
.hdt-tabs-list .hdt-tabs-item-title:hover {
  color: rgb(var(--color-foreground));
}
.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title::before {
  width: 0;
  height: var(--tab-border-width);
  background-color: rgb(var(--color-foreground));
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: none;
}
.hdt-tabs-underline .hdt-tabs-list .hdt-tabs-item-title[aria-current="true"] {
  color: rgb(var(--color-foreground));
}
.hdt-tabs-underline
  .hdt-tabs-list
  .hdt-tabs-item-title.hdt-font-normal[aria-current="true"] {
  /* font-weight: 500; */
}
.hdt-tabs-underline
  .hdt-tabs-list
  .hdt-tabs-item-title.hdt-font-medium[aria-current="true"] {
  /* font-weight: 600; */
}
.hdt-tabs-underline
  .hdt-tabs-list
  .hdt-tabs-item-title.hdt-font-semibold[aria-current="true"] {
  /* font-weight: 700; */
}
.hdt-tabs-underline
  .hdt-tabs-list
  .hdt-tabs-item-title.hdt-font-extrabold[aria-current="true"] {
  font-weight: 900;
}
.hdt-tabs-underline
  .hdt-tabs-list
  .hdt-tabs-item-title[aria-current="true"]::before {
  width: 100%;
  right: 0;
}
.hdt-tab-in-wrapper .hdt-tabs-item-title {
  border: solid;
  border-color: transparent;
  border-width: var(--tab-border-width);
  transition: 0.4s ease 0.1s;
  padding: var(--spacing-0-6) 0;
}
.hdt-tab-in-wrapper .hdt-tabs-item-title svg {
  margin-inline-start: 10px;
}
.hdt-tab-in-wrapper .hdt-tabs-item-title.hdt-text-12xl svg {
  width: 18px;
  height: 18px;
}
.hdt-tab-in-wrapper .hdt-tabs-item-title.hdt-text-14xl svg {
  width: 20px;
  height: 20px;
}
.hdt-tab-in-wrapper .hdt-tabs-item-title:hover {
  color: rgb(var(--color-accent));
}
.hdt-tab-in-wrapper .hdt-tabs-item-title[aria-current="true"] {
  border-color: rgb(var(--color-accent));
  color: rgb(var(--color-accent));
  padding: var(--spacing-0-6) var(--spacing-2);
  border-radius: var(--rounded-button);
}
.hdt-tabs-list .hdt-slider__slide {
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .hdt-tabs-head.hdt-tabs-inline .hdt-tabs-head > h4 {
    max-width: 40%;
  }
  .hdt-tabs-head.hdt-tabs-inline .hdt-tabs-list {
    max-width: 60%;
  }
}
@media (min-width: 1025px) {
}
@media (min-width: 1150px) {
}
@media (max-width: 1149px) {
  .hdt-tabs-list .hdt-tabs-item-title.hdt-text-12xl {
    font-size: 24px;
  }
  .hdt-tabs-list .hdt-tabs-item-title.hdt-text-14xl {
    font-size: 26px;
  }
  .hdt-tabs-list .hdt-tabs-item-title {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .hdt-tabs-head {
    flex-direction: column;
    gap: 15px;
  }
  .hdt-tabs-list .hdt-tabs-item-title {
    padding-bottom: 5px;
  }
  .hdt-tabs-list .hdt-tabs-item-title.hdt-text-lg {
    font-size: 14px;
  }
  .hdt-tabs-list .hdt-tabs-item-title.hdt-text-12xl {
    font-size: 18px;
  }
  .hdt-tabs-list .hdt-tabs-item-title.hdt-text-14xl {
    font-size: 20px;
  }
}

/* tabs custom */
@media (min-width: 768px) {
  .hdt-tabs-custom-title:where(
      h5:not(.hdt-h1, .hdt-h2, .hdt-h3, .hdt-h4, .hdt-h5, .hdt-h6),
      .hdt-h5
    ) {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

.hdt-tabs-custom-title {
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
  color: rgb(var(--color-foreground2));
  transition: all 0.25s ease-in;
  padding: 24px;
  background: rgb(var(--color-background2));
  position: relative;
  border-radius: var(--rounded);
  /* box-shadow: 0px -15px 10px -15px #0000000A inset; */
}


.hdt-tabs-custom-title .hdt-tab-in-label {
  background: var(--label-bg);
  color: var(--label-color);
  line-height: 1;
  padding: 4px 12px;
  border-radius: var(--rounded-xs);
  overflow: hidden;
}
.hdt-tabs-custom-title[aria-current="true"] {
  color: rgb(var(--color-foreground));
  font-weight: var(--font-semibold);
  background: rgb(var(--color-background));
}
.hdt-tabs-default 
  .hdt-col:first-child
  .hdt-tabs-custom-title[aria-current="true"] {
  box-shadow: #0000000a 5px 0px 20px, #0000000a -5px 0px 20px 0px,
    #0000000a 5px 0px 20px 0px;
  z-index: 3;
  border-bottom-left-radius: 0;
}
.hdt-tabs-default
  .hdt-col:first-child
  .hdt-tabs-custom-title[aria-current="true"]::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  transform: translateY(50%);
  background: rgb(var(--color-background));
  pointer-events: none;
}
.hdt-tabs-default
  .hdt-col:first-child
  .hdt-tabs-custom-title[aria-current="true"]::after {
  content: "";
  background: white;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 24px;
  --size: 50px;
  transform: translateY(47%) translateX(50%);
  opacity: 1;
  transition: background 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  -webkit-mask-image: radial-gradient(
    var(--size) var(--size) at 100% 0,
    transparent 50%,
    white 50%
  );
  mask-image: radial-gradient(
    var(--size) var(--size) at 100% 0,
    transparent 50%,
    white 50%
  );
  right: -1rem;
  pointer-events: none;
}
.dir--rtl .hdt-tabs-default
.hdt-col:first-child
.hdt-tabs-custom-title[aria-current="true"]::after{
  transform: translateY(47%) translate(-70%) rotateY(180deg);
  right: auto;
  left: -1px;
}
.dir--rtl .hdt-tabs-default .hdt-col:last-child .hdt-tabs-custom-title[aria-current=true]:after{
  transform: translateY(47%) translate(81%) rotateY(0deg);
  left: auto;
  right: 1px;
}

.hdt-tabs-default .hdt-col:last-child .hdt-tabs-custom-title[aria-current="true"] {
  box-shadow: #0000000a 5px 0px 20px, #0000000a -5px 0px 20px 0px,
    #0000000a 5px 0px 20px 0px;
  z-index: 3;
  border-bottom-left-radius: 0;
}
.hdt-tabs-default
  .hdt-col:last-child
  .hdt-tabs-custom-title[aria-current="true"]::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  transform: translateY(50%);
  background: rgb(var(--color-background));
  pointer-events: none;
}
.hdt-tabs-default
  .hdt-col:last-child
  .hdt-tabs-custom-title[aria-current="true"]::after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 24px;
  --size: 50px;
  transform: translateY(47%) translate(-50%) rotateY(180deg);
  opacity: 1;
  transition: background 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  -webkit-mask-image: radial-gradient(
    var(--size) var(--size) at 100% 0,
    transparent 50%,
    white 50%
  );
  mask-image: radial-gradient(
    var(--size) var(--size) at 100% 0,
    transparent 50%,
    white 50%
  );
  left: -1rem;
  pointer-events: none;
}

.hdt-tabs-default .hdt-tabs-in-pt {
  padding:56px 48px 48px;
  box-shadow: 0px 5px 20px #32091f1a;

  /* border-top-left-radius: 0px;
  border-top-right-radius: 0px; */
}
.hdt-tabs-vertical{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  --gap: 30px;
}
.hdt-tabs-vertical .hdt-tab-custom > div{
  --cols: 1;
  padding: 32px 40px;
  box-shadow: 0px 4px 48px 0px #32091F1A;
  border-radius: var(--rounded);
}
.hdt-tabs-vertical .hdt-tabs-custom-title{
  font-size: var(--text-lg);
  font-weight: var(--font-medium);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 0;
  border-radius: 0;
  color: rgb(var(--color-foreground));
  background-color: transparent;
  position: relative;

  svg{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: .3s ease-out;
    color: rgb(var(--color-accent));
  }
  &::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    transition: .3s ease-in;
    background-color: rgb(var(--color-line-border));
  }
}
.dir--rtl .hdt-tabs-vertical .hdt-tabs-custom-title svg{
  right: auto;
  left: 0;
  transform: rotateY(180deg);
}
.hdt-tabs-vertical .hdt-col:last-child .hdt-tabs-custom-title::after{
  opacity: 0;
}
.hdt-tabs-vertical .hdt-tabs-custom-title[aria-current="true"]{
  color: rgb(var(--color-accent));
  svg {
    opacity: 1;
  }
  &::after{
    height: 1.5px;
    opacity: 1 !important;
    background-color: rgb(var(--color-accent));
  }
}
.hdt-tabs-vertical .hdt-tabs-in-pt{
  padding: 20px 30px;
  width: calc(67% - (var(--gap) / 2));
  padding-inline-end: 0;
}
.hdt-tabs-vertical .hdt-tabs-head{
  width: calc(33%  - (var(--gap) / 2));
}
@media (min-width:1150px){
  .hdt-tab-vertical .lg\:hdt-slides-3{
    --slide-size: 31%;
  }
  .hdt-tab-vertical .hdt-slider__button--next{
    --slateX:calc(var(--slX,0) * -1);
  }
}
.hdt-tab-in-wrapper .hdt-tabs-item-title:not([aria-current="true"]) {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px !important;
  border-color: rgb(var(--color-line-border));
  color: rgb(var(--color-foreground));
  border-radius: var(--rounded-button);
}
.hdt-tab-in-wrapper .hdt-tabs-item-title[aria-current="true"] {
  padding: 0 16px !important;
}
.hdt-tab-in{
  position: relative;
  z-index: 4;
}
.hdt-tab-in-wrapper {
  display: flex;
  gap: var(--gap);
}
.hdt-tab-custom .hdt-tab-in-tab__head ,
.hdt-a-t .hdt-tab-in-wrapper{
  margin-bottom: 32px;
}.hdt-a-t .hdt-tab-in-wrapper{
  --gap: 12px;
}
.hdt-tab-custom .hdt-nav-btns-default .hdt-slider__button[disabled="disabled"],
.hdt-tab-custom .hdt-nav-btns-default .hdt-slider__button {
  --color-slbtn-border-dis: var(--color-slbtn-bg-hv) / 1;
  --color-slbtn-text: var(--color-slbtn-bg-hv) / 1;
  --color-slbtn-bg-dis: var(--color-button) / 1;
}
.hdt-tab-custom .hdt-nav-btns-default .hdt-slider__button:hover {
  --color-slbtn-border: var(--color-accent);
  --color-slbtn-text: var(--color-accent);
  --color-slbtn-bg-hv: var(--color-button) / 1;
  --color-slbtn-border-hv: var(--color-accent);
  --color-slbtn-text-hv: var(--color-accent);
}
.dir--ltr .hdt-tab-custom .hdt-container hdt-slider.hdt-nav-middle_out {
  --sl-btn-prev-l: 0px;
  --sl-btn-next-r: 0px;
}
.hdt-tab-custom .hdt-slider__button {
  transform: translateY(-50%) translateX(var(--slate-X));
  --color-slbtn-border: var(--color-button-text);
}
.hdt-tab-custom .hdt-slider__button.hdt-slider__button--prev {
  --slate-X: -50%;
}
.hdt-tab-custom .hdt-slider__button.hdt-slider__button--next {
  --slate-X: 50%;
}
.hdt-tab-custom .hdt-tab-item{
  position: relative;
}
.hdt-custom-tab-link {
  position: absolute;
  top: 0;
  transform: translateY(-150%);
  /* right: 0px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--color-custom-gradient);
  --hdt-pd-x: 24px;
  min-height: 40px;
}
.dir--rtl .hdt-custom-tab-link svg{
  transform: rotateY(180deg);
}
@media (max-width: 1024px) {
  .hdt-custom-tab-link {
    position: relative;
    top: unset;
    right: unset;
    width: fit-content;
    margin: 32px auto 0;
    transform: none;
  }
  .hdt-tabs-in-pt {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hdt-tabs-in-pt {
    padding: 32px 15px;
  }
  .hdt-tab-in-wrapper {
    scrollbar-width: none;

    overscroll-behavior-x: contain;

    overflow-x: auto;

    overflow-y: hidden;

    scroll-behavior: smooth;

    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    position: relative;
  }
  .hdt-tab-custom hdt-tab{
    position: relative;
  }
  .hdt-tab-custom hdt-tab::before{
    /* position: absolute;
    content: "";
    pointer-events: none;
    top: 0;right: 0;bottom: 0;
    background: linear-gradient(90deg, rgba(235, 238, 252, 0) 0%, #EBEEFC 53.5%, #EBEEFC 100%);
    width: 35px;
    height: 35px;
    transform: translateX(10%);
    z-index: 1; */
  }
  .hdt-tabs-custom-title{
    padding: 16px;
    font-size: 16px;
  }
}
.hdt-card-product.hdt-pr-style10 .hdt-product-form{
  width: 100%;
}
.hdt-pr-style10 .hdt-product-btns.hdt-pr-btns-group1{
  width: 100%;
}
.hdt-tabs-collections.hdt-custom-link-bottom .hdt-custom-tab-link{
  position: static;
  margin: 48px auto 0;
  width: fit-content;
  transform: none;
}
@media (max-width: 1024px){
  .hdt-tabs-custom-title{
    padding: 16px;
  }
  .hdt-tabs-default .hdt-tabs-in-pt{
    padding: 32px 20px !important;
  }
  .hdt-tab-custom .hdt-tab-in-tab__head,
  .hdt-a-t .hdt-tab-in-wrapper{
    margin-bottom: 24px;
  }
}

@media (max-width: 767px){
  .hdt-tabs-default .hdt-tabs-in-pt{
    padding: 32px 16px 40px !important;
  }
  .hdt-tabs-custom-title{
    gap: 6px;
  }
  .hdt-tabs-custom-title .hdt-tab-in-label{
    font-size: var(--text-xs);
  }
  .hdt-tabs-collections.hdt-custom-link-bottom .hdt-custom-tab-link{
    margin: 32px auto 0;
    background: rgb(var(--color-button-text));
    color: rgb(vaR(--color-button));
    transform: none;
  }
}