.shopify-product-term{
  font-family: 'Larsseit';
  font-style: normal;
  color: var(--primary);
  background: var(--ghost-white);
  padding: 80px 0;

}
.shopify-product-term-head{
  max-width: 90%;
  margin-bottom: 60px;
}
.shopify-product-term-head h2{
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.02em;
} 
.shopify-product-term-head h2 svg{
  margin-left: 10px;
}
.shopify-product-term-image{
  text-align: center;
  margin-bottom: 32px;
}
.shopify-product-term-main{
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
}
.shopify-product-term-inner{
  background: white;
  padding: 48px 64px;
  flex: 0 0 auto;
  width: calc( 33.33333333% - 16px);
}
.shopify-product-term-details h5 a{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: var(--primary);
  transition: all .3s ease-in-out;
}
.shopify-product-term-details h5 a:hover{
  color: var(--primary-text-hover);
}
.shopify-product-term-details h6{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.shopify-product-price-item{
  margin-top: 24px;
}
.shopify-product-term-image img {
  max-width: 100%;
  object-fit: contain;
  max-height: 263px;
} 

.shopify-product-term-row{
  display: flex;
  column-gap: 24px;
  overflow: auto;
  -ms-overflow-style: none; 
  scrollbar-width: none;
  margin-top: 24px;
  cursor: move;
  height: 20px;
}
.shopify-product-term-row::-webkit-scrollbar { 
    display: none;
}
.shopify-product-term-item{
  flex: 0 0 auto;
  column-gap: 10px;
  align-items: center;

}
.shopify-product-term-item img{
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.shopify-product-term-item{
  display: flex;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}
.shopify-product-term-button a{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 14px 24px;
  background: var(--primary);
  border-radius: 24px;
  color: white;
  text-decoration: none;
  display: block;
  margin-top: 26px;
  transition: all .3s ease-in-out;
}
.shopify-product-term-button a:hover{
  background: var(--primary-text-hover);
}
.shopify-product-load-more{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  margin-left: 50%;
  margin-top: 50px;
  display: inline-block;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  border-radius: 24px;
  background: var(--primary);
  transform: translateX(-50%);
  display: none;
}
.shopify-product-load-more:hover{
  color: white;
  background: var(--primary-text-hover);
}
.shopify-product-btn-all{
  margin-top: 48px;
  text-align: center;
  padding: 24px;
}
   
.shopify-product-btn-all a{
  padding: 16px 32px;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 32px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}
.shopify-product-btn-all a:hover{
  color: white;
  background: var(--primary-text-hover);
}
@media(max-width: 1279px){
  .shopify-product-term-image img{
    max-height: 224px;
  }
}
@media(max-width: 767px){
  .shopify-product-term{
    padding: 64px 16px;
  }
  .shopify-product-term-head h2{
    font-size: 32px;
    line-height: 36px;
  }
  .shopify-product-term-image img{
    max-height: 128px;
  }
  .shopify-product-term-details h5,
  .shopify-product-term-details h6
  {
    font-size: 14px;
    line-height: 18px;
  }
  .shopify-product-term-main{
    gap: 24px 16px;
  }
  .shopify-product-term-inner{
    width: calc(50% - 8px);
    padding: 24px 16px;
  }
  .shopify-product-term-row{
    overflow: inherit;
    flex-wrap: wrap;
    gap: 8px;
    height: auto;
  }
  .shopify-product-term-item{
    width: 100%;
  }
}
