section.section-inventory-full {
    padding: 100px 40px;
}
section.section-inventory-full .inventory-content-sub {
    text-align: center;
     margin-bottom:40px;
}
.section-stockwise-container {
    max-width: 1200px;
    margin: 0 auto;
}
section.section-inventory-full h3{
  font-family: Biotif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  letter-spacing: 0;
  color:#000000;
  margin:0;
  padding:0;
}
.container-des-box ul{
    margin: 0 0 12px 0;
  padding:0;
}
.container-des-box ul li {
    margin: 0;
       padding: 0 0 14px 34px;
}
.bottom-content-text{
  font-family: Inter;
font-weight: 500;
font-style: Italic;
font-size: 14px;
line-height: 22px;
letter-spacing: 0px;
  color:#000000;

}
.container-des-box li::before {
     content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    border-radius: 50px;
    top: 4px;
    left: 0;
    background: url(/template/23f99d91/images/list-icon.svg) no-repeat;
}
section.section-inventory-full .section-box-title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-bottom: 12px;
    margin-top: 8px;
    margin: 0 0 15px 0;
    padding: 0;
}
section.section-inventory-full .eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 6px;
    line-height: 28px;
}
section.section-inventory-full .content-sub-title{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.80);
    line-height: 29px;
    margin: 0;
    text-align: center;
}
.container-des-box {
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto;
}



.related-products-section .hyk-container {
  max-width: 1480px;
    margin: 0 auto;
}

/* Product category block
   Figma row: h=152 = 28px label + 114px cards, bordered top */
.related-products-section .hyk-product-category {
    margin-bottom: 39px;
}

.related-products-section .hyk-product-category:last-of-type {
    margin-bottom: 0;
}
.related-products-section {
    margin-top: 50px;
}
.related-products-section .hyk-category-label {
     display: block;
    color: #000;
    letter-spacing: 0.05em;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: Biotif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    letter-spacing: 0;
}

/* Product row (horizontal flex)
   Figma: cards are 334px each, gap 21px; max 4 cards per row */
.related-products-section .hyk-product-row {
    min-height: 114px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Individual product card
   Figma: w=334, h=114, fill:#ffffff, padL=19 padR=19 padT=21 padB=21
   stroke: 1px solid #d1d1d2, cornerRadius: 8 */
.related-products-section .hyk-product-card {
    height: 114px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 21px 45px 19px 19px;
    background: #ffffff;
    border: 1px solid #d1d1d2;
    border-radius: 8px;
  transition: all 0.3s ease 0s;
  position: relative;
}
.related-products-section .hyk-product-card:hover {
  border-color: #363E44;
    box-shadow: inset 0 0 0 1px #363E44;
  text-decoration: none;
}
.related-products-section span.hover-right-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  opacity: 0;
  visibility: hiden;
  transition: all 0.3s ease 0s;
}
.related-products-section .hyk-product-card:hover span.hover-right-arrow svg {
    transform: translateX(0px);
}
.related-products-section span.hover-right-arrow svg {
    transition: all ease-in-out 0.2s;
    transform: translateX(-5px);
}
.related-products-section .hyk-product-card:hover span.hover-right-arrow {
  opacity: 1;
  visibility: visible;
}

.related-products-section .hyk-product-card__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
    min-width: 50px;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.related-products-section .hyk-product-card__icon img {
     width: auto;
    height: 21px;
    object-fit: contain;
}

.related-products-section .hyk-product-card__info h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 4px;
    line-height: 23px;
}

.related-products-section .hyk-product-card__info p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.70);
    line-height: 22px;
    margin: 0;
}

/* Products action buttons */
.related-products-section .hyk-products__actions {
    display: flex;
    gap: 13px;
    margin-top: 54px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1024px) {
 .related-products-section .related-products-section {
    padding: 70px 0;
  }
 .related-products-section .hyk-product-row {
        flex-wrap: wrap;
        height: auto;
        gap: 16px;
    }
    .related-products-section .hyk-product-card {
        flex: 0 0 calc(50% - 8px);
        height: auto;
        min-height: 100px;
    }
  section.section-inventory-full {
    padding: 80px 20px;
}
}

@media (max-width: 767px) {
  .related-products-section .hyk-product-row {
    grid-template-columns: repeat(1, 1fr);
 }
  .related-products-section .related-products-section {
        padding: 60px 0;
    }
    .related-products-section .hyk-products__title {
        font-size: 32px;
    }
    .related-products-section .hyk-product-card {
        flex: 0 0 260px;
        min-height: 100px;
        height: auto;
    }
    .related-products-section .hyk-product-category {
      margin-bottom: 28px;
  	}
  	.related-products-section .hyk-products__actions {
    	margin-top: 42px;
	}
    section.section-inventory-full {
    padding:60px 15px;
}
  section.section-inventory-full .section-box-title {
    font-size: 32px;
    margin: 0 0 15px 0;
    padding: 0;
}
.responsive  section.section-inventory-full  .hyk-container {
    padding: 0 0;
}
}

@media (max-width: 480px) {
    .related-products-section .hyk-products__actions {
        flex-direction: column;
    }
  	.related-products-section a.hyk-btn {
    	width: 100%;
    	justify-content: center;
	}
}
