.block__section-tab-collection-inner {
  display: flex;
  gap: 1rem;
}

.block__sectiontab-left-side-text-box .h1 {
  margin: 0;
  margin-bottom: 9px;
}

.block__section-tab-collection-tab-left-side {
  position: relative;
  width: 50%;
  border-radius: 12px;
  overflow: hidden;
}

.block__section-tab-collection-tab-left-side img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.block__sectiontab-left-side-text-box {


  padding: 150px 110px;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.block__sectiontab-left-side-text-box p {
  margin-bottom: 5.4rem;
  font-size: var(--medium_body);
  opacity: .8;
  line-height: 24px;
  margin-top: 5px;
}

.text-list .point {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
  gap: 2rem;
}

.text-list .point p {
  margin: 0px;
  font-size: var(--body);
}

.block__sectiontab-left-side-text-box .button_hover {
  max-width: 320px;
  margin-top: 5.4rem;
  padding: 25px 50px;
  text-decoration: none;
}

.block__section-tab-collection-right-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7.2rem 0 10rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(var(--color-badge-border), .1);
}

.block__section_right-side--heading,
.tab_collection_list {
  padding: 0 9rem;
}

.block__section-tab-collection-right-side h2 {
  margin: 0;
  margin-bottom: 3.2rem;
  line-height: 1;
}

.tab-product img {
  position: relative;
  display: block;
}

.tab-product .image-boxs {
  position: relative;
  width: 76px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all .3s ease-in-out;
  margin: 0 auto;
}
.tab-product:hover .image-boxs {
  border-color: var(--primary-color);
}
.tab-product .image-boxs:after {
  /* position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://cdn.shopify.com/s/files/1/0920/6153/2233/files/svdfimage.png?v=1745390396');
  background-size: cover;
  transition: all .3s ease-in-out;
  opacity: 0; */
}

.tab-product:hover .image-boxs:after {
  opacity: 1;
}

.block__section-tab-collection-right-side .tab-product:hover img {
  transition: all 0.5s;
}

.tab-product-title {
  text-align: center;
  color: var(--senary-color);
  margin: 1.5rem auto 0;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  vertical-align: middle;
  display: inline-block;
  line-height: 14px;
}

.tab-product_link {
  text-decoration: none;
  text-align: center;
}

.tab-product:hover .tab-product-title {
  border-bottom: 1px solid var(--senary-color);
}


.tab_collection_list {
  border-bottom: 1px solid rgba(var(--color-badge-border), .1);
  display: inline-flex;
  align-items: center;
  column-gap: 2.8rem;
  justify-content: center;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: auto;
  padding: 0;
  margin: 0;
  width: 100%;
}

.block__section-tab-collection_slider {
  margin-top: 70px;
  width: 84%;
  padding: 0 30px;
}

.block__section-tab-collection-right-side .block_slider-inner ul {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}


.block__section-tab-collection-right-side .block_slider-inner ul li .tab-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  align-items: center;
}



.block__section-tab-collection-right-side .block_slider-inner {
  display: none;
}

.block__section-tab-collection-right-side .block_slider-inner.active {
  display: block;
}
.block__section_right-side--title {
  margin: 0px;
  width: 100%;
}

.block__section-tab-collection-right-side .tab_click_list {
  list-style: none;
  text-align: left;
  letter-spacing: 0.04em;
  padding: 20px 8px;
  border-bottom: 2px solid var(--octal-color);
  transition: all .3s ease-in-out;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: var(--regular_body);
  line-height: 1;
  font-weight: 500;
  max-width: 9.6rem;
  width: 100%;
  text-align: center;
}

.block__section-tab-collection-right-side .tab_click_list:hover {
  border-bottom: 2px solid var(--primary-color);
}

.block__section-tab-collection-right-sideb .tab_click_list svg {
  position: relative;
  left: 5px;
}

.block__section-tab-collection-right-side .tab_click_list:hover svg {
  position: relative;
  left: 5px;
}

.block__section-tab-collection-right-side .tab_click_list.active {
  border-bottom: 2px solid #B4975A;

}

.tab_collection_list::-webkit-scrollbar {
  width: 100%;
  height: 6px;
  background-color: rgba(var(--color-foreground), .2);
  display: none;
}

.tab_collection_list::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), .2);
}

.tab_collection_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(var(--septenary-color));
  background-color: rgba(var(--color-foreground), .2);
}
@media (max-width:1550px) {
  .block__section-tab-collection_slider{
    width: 85%;
  }
  .tab_collection_list{
    column-gap: 2.5rem;
  }
}
@media (max-width:1499px) {
  .tab_collection_list{
    column-gap: 2rem;
  }
}
@media (max-width:1399px) {
  .block__section-tab-collection_slider{
    width: 90%;
  }
  .tab_collection_list{
    column-gap: 1.7rem;
  }
}
@media (max-width:1349px) {
/* 
  .block__section-tab-collection-right-side .tab_collection_list {
    justify-content: start;
    padding: 0 20px;
  } */
  .block__section-tab-collection-right-side .title-left-main h2 {
    font-size: 48px;
  }
  .block__section-tab-collection-right-side .block_slider-inner ul {
    gap: 2rem;
  }
}

@media (max-width:1299px) {
  .block__section-tab-collection_slider{
    width: 100%;
  }
}
@media (max-width:1249px) {
 .tab_collection_list{
    column-gap: 1.5rem;
  }
}

@media (max-width: 1200px) {
  .block__sectiontab-left-side-text-box {
    padding: 0 30px;
  }

  .block__sectiontab-left-side-text-box .button_hover {
    margin-top: 3.4rem;
  }
  .tab_collection_list {
      column-gap: 1rem;
      justify-content: start;
  }
  .block__section_right-side--heading,
  .tab_collection_list {
    padding: 0 2rem;
  }
  .tab-product .image-boxs {
    width: 65px;
  } 
   .block__section-tab-collection-right-side .block_slider-inner ul {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
  }
  .block__section-tab-collection_slider{
    padding: 0 20px;
  }
  
}

@media (max-width: 989px) {
  .tab_collection_list {
    column-gap: 1.8rem;
  }
  .block__sectiontab-left-side-text-box {
    padding: 50px 30px;
  }

  .block__sectiontab-left-side-text-box p {
    margin-bottom: 3.4rem;
  }
  .block__section-tab-collection-right-side .block_slider-inner ul { 
    grid-template-columns: repeat(4,1fr);
  }

  .block__section-tab-collection_slider {
      margin-top: 30px;
  }
}
@media (max-width: 899px) {
  .block__section-tab-collection-right-side .block_slider-inner ul { 
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width: 768px) {

  .block__section-tab-collection .page-width {
    padding: 0;
  }

  .block__section-tab-collection-inner {
    flex-wrap: wrap;
    row-gap: 0;
  }

  .block__section-tab-collection-tab-left-side,
  .block__section-tab-collection-right-side {
    width: 100%;
    border-radius: 0;
  }

  .block__section-tab-collection-right-side {
    padding: 3.2rem 0;
  }

  .block__sectiontab-left-side-text-box {
    padding: 5rem 2.4rem;
  }

  .block__sectiontab-left-side-text-box p {
    margin-bottom: 1.2rem;
    font-size: 16px;
    margin-top: 0;
  }

  .block__sectiontab-left-side-text-box .button_hover {
    margin-top: 3.2rem;
    max-width: 100%;
  }

  .text-list .point {
    margin-bottom: 0.5rem;
  }

  .block__sectiontab-left-side-text-box .button_hover {
    padding: 14px 36px;
  }

  .block__section_right-side--heading,
  .tab_collection_list {
    padding: 0 2rem;
  }
  .block__section_right-side--heading{
    text-align: center;
  }
  .block__section-tab-collection-right-side h2 {
    margin-bottom: 1.2rem;
  }

  .block__section-tab-collection_slider {
    margin-top: 3.6rem;
  }
  .tab_collection_list {
    column-gap: 1rem;
     justify-content: center;
  }
  .text-list{
    margin-top: 2rem;
  }
  .block__section-tab-collection_slider {
    width: 560px;
  }
  .block__section-tab-collection-right-side .title-left-main h2 {
    font-size: 36px;
  }
  .block__section-tab-collection-right-side .collection_tab{
    text-align: center;
  }
  .block__section-tab-collection-right-side .tab_collection_list{
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .block__section-tab-collection-right-side .block_slider-inner ul { 
    grid-template-columns: repeat(5,1fr);
  }
  .tab-product-title{margin-top:1rem;}
}
@media (max-width: 576px) {
  .text-list .point p {
    font-size: 14px;
    font-weight: 400;
  }
  .block__section-tab-collection_slider {
    width: 96%;
  }
  .block__section-tab-collection-right-side .tab_click_list{
    font-size: 12px;
    padding: 12px 8px;
  }
  .tab-product .image-boxs {
    width: 60px;
  }
  .tab-product-title{
    font-size: 10px;
  }
  .tab_collection_list {
    justify-content: start;
     padding: 0 1rem;
  }
}
@media (max-width: 449px) {
  .tab_collection_list {
    column-gap: 0.5rem;
  }
  .tab-product .image-boxs {
    width: 54px;
  }
  .block__section-tab-collection_slider{
    padding: 0 15px;
    width: 100%;
  }
  .block__section-tab-collection-right-side .block_slider-inner ul {
    grid-column-gap: 5px;
    grid-row-gap: 15px;
  }
  .block__section-tab-collection-right-side .tab_collection_list {
    width: calc(100% - 20px);
  }
}
@media (max-width: 400px) {
  .block__section-tab-collection-right-side .block_slider-inner ul { 
    grid-template-columns: repeat(4,1fr);
  }
}