:root {
  --SG-primary-color: #004280;      
  --SG-secondary-color: #0C0C0C;    
  --SG-text-color: #434447;    
  --SG-background-color: #DFEBF7;  
  --SG-background-gray: #F6F7F9;   
  --SG-text-color-gray: #737B7D;         
  --SG-accent-color: #F39800;  
  --SG-price-color: #E57B03;  
  --SG-link-color:#006EFF; 
  --SG-border-color:#CFD2D5;      
}

.selection-guide-areas {
  margin: 56px auto;
  padding: 0 48px;
  max-width: 1600px;
}
@media (max-width: 992px) {
  .selection-guide-areas {
    margin: 48px auto; 
    padding: auto 48px;
  }
}
@media (max-width: 767px) {
  .selection-guide-areas {
    margin: 24px auto; 
    padding: 0 16px; 
  }
}
@media (max-width: 544px) {
  .selection-guide-areas {
    margin: 24px auto;
    padding: 0 16px ; 
  }
}
/* product-essentials */
.product-essentials h4.title{
  color: var(--SG-primary-color);
  font-weight: bold;
}
.product-essentials p.subtitle{
  color: var(--SG-text-color-gray);
}

.feature-highlights h2 {
  color: var(--SG-text-color);
  display: flex;
  align-items: center;
  font-weight: 400;
}
.feature-highlights h2::before{
  display: block;
  width: 3px;
  height: 38px;
  background-color: var(--SG-accent-color);
  content: '';
  margin-right: 12px;
}

.feature-highlights h4.title{
  color: var(--SG-primary-color);
  font-weight: bold;
  max-width: 260px;
  margin: auto;
}

.feature-highlights_content{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .feature-highlights_content {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.feature-highlights_items{
  text-align: center;
}
@media (max-width: 1400px) {
  .feature-highlights_items {
    flex: 0 0 auto;
    width: 33%;
  }
}
@media (max-width: 840px) {
  .feature-highlights_items {
    width: 50%;
  }
}
@media (max-width: 544px) {
  .feature-highlights_items {
    width: 100%;
  }
}


.media-showcase .media-showcase_video{
  aspect-ratio: 16/9;
  object-fit: cover;
  max-width: 680px;
  flex: 2;
}
.media-showcase .media-showcase_text{
  flex:1;
  margin-left: 48px;
}
@media (max-width: 840px) {
  .media-showcase .media-showcase_video{
    max-width: 100%;
    margin: 16px auto;
  }
  .media-showcase .media-showcase_video{
    flex: auto;
  }
  .media-showcase .media-showcase_text{
    flex: auto;
    margin-left: 16px;
  }
}
.media-showcase_text h4{
  font-weight: bold;
  position: relative;
}
.media-showcase_text h4::before{
  display: block;
  width: 3px;
  height: 100%;
  background-color: var(--SG-accent-color);
  content: '';
  position: absolute;
  left: -16px;  
}
.media-showcase_text p{
  margin: 0;
  color: #737B7D;
}

.editable-banner{
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.editable-banner .editable-banner_item{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 20px 4% 80px;
}

.editable-banner h2{
  font-size: 50px;
  margin: 30px 0 8px;
}
.editable-banner h3{
  font-size: 32px;
  margin: 0;
  font-weight: 200;
}
.editable-banner p{
  margin: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 787px) {
  .editable-banner h2{
    font-size: 42px;
    margin: 0;
  }
  .editable-banner h3{
    font-size: 28px;
  }
  .editable-banner p{
    letter-spacing: 0.2px;
  }
}
@media (max-width: 640px) {
  .editable-banner_text{
    margin: 10vw;
  }
  .editable-banner h2{
    font-size: 10vw;
    margin: 2vw 0;
  }
  .editable-banner h3{
    font-size: 5vw;
  }
  .editable-banner p{
    font-size: 22px;
  }
}
@media (max-width: 460px) {
  .editable-banner_text{
    margin: 4vw 6vw;
  }
  .editable-banner h2{
    font-size: 32px;
  }
  .editable-banner h3{
    font-size: 22px;
  }
  .editable-banner p{
    font-size: 16px;
  }
}

.people-also-visit{
  background-color: var(--SG-background-color);
  margin: 0 auto;
  padding: 56px 48px;
  max-width: 1600px;
}
@media (max-width: 992px) {
  .people-also-visit {
    margin: 0 auto; 
    padding: 48px 48px;
  }
}
@media (max-width: 767px) {
  .people-also-visit {
    margin: 0 auto; 
    padding: 24px 16px; 
  }
}
@media (max-width: 544px) {
  .people-also-visit {
    margin: 0 auto;
    padding: 24px 16px ; 
  }
}
.people-also-visit_content{
  display: flex;
  justify-content: space-between;
}
.people-also-visit_item{
  width: 49%;
  display: flex;
  background: #fff;
}
.people-also-visit_item img{
  width: 100%;
  max-width: 320px;
  object-fit: cover;
  max-height: fit-content;
}
.people-also-visit_text{
  margin: 24px;
}
@media (max-width: 1440px) {
  .people-also-visit_content {
    flex-wrap: wrap;
  }
  .people-also-visit_item{
    width: 100%;
    margin: 12px auto;
  }
  .people-also-visit_text{
    margin: 60px;
  }
}
@media (max-width: 1080px) {
  .people-also-visit_text{
    margin: 40px;
  }
}
@media (max-width: 840px) {
  .people-also-visit_content {
    flex-wrap: nowrap;
  }
  .people-also-visit_item{
    width: 48%;
    margin: 12px auto;
    flex-wrap: wrap;
  }
  .people-also-visit_text{
    margin: 24px;
  }
  .people-also-visit_item img{
    max-width: 100%;  
  }
}
@media (max-width: 640px) {
  .people-also-visit_text{
    margin: 16px;
  }
}
@media (max-width: 544px) {
  .people-also-visit_content {
    flex-wrap: wrap;
  }
  .people-also-visit_item{
    width: 100%;
    margin: 12px auto;
  }
}
.people-also-visit h2 {
  color: var(--SG-text-color);
  display: flex;
  align-items: center;
  font-weight: 400;
}
.people-also-visit h2::before{
  display: block;
  width: 3px;
  height: 38px;
  background-color: var(--SG-accent-color);
  content: '';
  margin-right: 12px;
}
.people-also-visit_text h3{
 color: var(--SG-text-color);
 font-size: 1.5rem;
}
.people-also-visit_text p{
  color: var(--SG-text-color-gray);
  display: -webkit-box;           
  -webkit-box-orient: vertical;   
  -webkit-line-clamp: 8;          
  overflow: hidden;
}
@media (max-width: 1440px) {
  .people-also-visit_text p{
    -webkit-line-clamp: 5;          
  }
}
@media (max-width: 1080px) {
  .people-also-visit_text p{
    -webkit-line-clamp: 6;          
  }
}
@media (max-width: 840px) {
  .people-also-visit_text p{
    -webkit-line-clamp: 6;          
  }
}
@media (max-width: 544px) {
  .people-also-visit_text p{
    -webkit-line-clamp: none;          
  }
}
.people-also-visit_text a{
  text-decoration: none;
}
.people-also-visit_text span{
  color: var(--SG-link-color);
}
.people-also-visit_text span svg{
  fill: var(--SG-link-color);
}

.selection-guide_title {
  color: var(--SG-text-color);
  display: flex;
  align-items: center;
  font-weight: 400;
}
.selection-guide_title::before{
  display: block;
  width: 3px;
  height: 38px;
  background-color: var(--SG-accent-color);
  content: '';
  margin-right: 12px;
}

.product-selection{
  background-color: var(--SG-background-gray);
  margin: 0 auto;
  padding: 56px 48px;
  max-width: 1600px;
}
@media (max-width: 992px) {
  .product-selection {
    margin: 0 auto; 
    padding: 48px 48px;
  }
}
@media (max-width: 767px) {
  .product-selection {
    margin: 0 auto; 
    padding: 0; 
  }
}
@media (max-width: 544px) {
  .product-selection {
    margin: 0 auto;
    padding: 0 ; 
  }
}
.product-selection .selection-tabs_container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 40px auto 60px;
}

.product-selection .selection-tabs_item{
  width: 160px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .selection-tabs_item::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--SG-border-color);
    z-index: -1;
    opacity: 0.5;
  }
  .selection-tabs_item::after{
    content: '';
    display: block;
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--SG-border-color);
    z-index: -1;
    opacity: 0.2;
  }
}

.selection-tabs_item img{
  width: 80%;
  margin-bottom: 8px;
  background: #e8ecef;
  border-radius: 50%;
}
.selection-tabs_item h5{
  font-size: 1.1rem;
  color: var(--SG-primary-color);
  margin: auto;
  white-space: nowrap;
}
.selection-tabs_item span{
  color: var(--SG-text-color-gray);
  white-space: nowrap;
}
@media (max-width: 992px) {
  .selection-tabs_item h5{
    font-size: 0.86rem;
    letter-spacing: -0.3px;
  }
  .selection-tabs_item span{
    font-size: 0.8rem;
    letter-spacing: -0.1px;
  }
}
.tab-item_active img{
  border: var(--SG-link-color) 3px solid;
}
.tab-item_active h5{
  color: var(--SG-link-color);
  font-weight: 600;
}
@media (hover: hover) {
  .selection-tabs_item:hover {
    transform: scale(0.98);
    transition-duration: 0.3s;
  }
}
@media (max-width: 767px) {
  .product-selection{
    /* background-color: #fff; */
  }
  .selection-guide_title{
    padding: 24px 16px 0;
  }
  .product-selection
  .selection-tabs_container{
    margin: auto;
    overflow-x: scroll;
    scrollbar-width: none;
    background-color: var(--SG-background-gray);
    position: sticky;
    top: 90px;
    z-index: 8;
    justify-content: left;
  }
  .product-selection
  .selection-tabs_item{
    padding: 12px 40px; 
    min-width: 46vw;
  }
  .selection-tabs_item img, 
  .selection-tabs_item span {
    display: none;
  }
  .tab-item_active{
    background: var(--SG-background-color);  
    border-bottom: var(--SG-link-color) solid 3px; 
  }
  @media (hover: hover) {
    .selection-tabs_item:hover {
      transform:none;
      background: var(--SG-background-color);
    }
  }
}
.product-selection
.product-selection_container{
  display: grid;
  grid-template-columns: 206px 1fr;
  gap: 16px; 
}
.product-selection
.product-selection_filter-panel{
  min-width: 206px;
  width: 20%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .product-selection
  .product-selection_container{
    display: flex;
    gap: 16px; 
    flex-wrap: wrap;
  }
  .product-selection
  .product-selection_filter-panel{
    min-width: auto;
    width: 100%;
    margin: 20px 20px 0;
  }
}
.product-selection_filter-panel
select{
  width: 100%;
  height: 32px;
  padding: 0 8px;
  border: solid 1px var(--SG-border-color);
    border-radius: 2px;
}
select:focus {
  outline: 2px solid var(--SG-background-color);
}
.product-selection_filter-panel
.filter-panel_header{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.72px;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.product-selection_filter-panel
.filter-panel_header i{
  width: 30px;
  height: 21px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position-x: left;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.7001 16.2C15.1972 16.2 15.6001 16.6029 15.6001 17.1C15.6001 17.5971 15.1972 18 14.7001 18H9.3001C8.80304 18 8.4001 17.5971 8.4001 17.1C8.4001 16.6029 8.80304 16.2 9.3001 16.2H14.7001ZM17.1001 11.1C17.5972 11.1 18.0001 11.5029 18.0001 12C18.0001 12.4971 17.5972 12.9 17.1001 12.9H6.9001C6.40304 12.9 6.0001 12.4971 6.0001 12C6.0001 11.5029 6.40304 11.1 6.9001 11.1H17.1001ZM19.5001 6C19.9972 6 20.4001 6.40294 20.4001 6.9C20.4001 7.39706 19.9972 7.8 19.5001 7.8H4.5001C4.00304 7.8 3.6001 7.39706 3.6001 6.9C3.6001 6.40294 4.00304 6 4.5001 6H19.5001Z" fill="%23434447"/></svg>');
}
.product-selection_filter-panel
.mobile-title{
  display: none;
  padding: 16px 20px;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  border-bottom: 2px solid #CFD2D5;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.product-selection_filter-panel
.mobile-title .filter-close{
  width: 32px;
  height: 32px;
  display: block;
  background-image: url('data:image/svg+xml,<svg width="14" height="15" viewBox="0 0 14 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.51116 14.2467C0.0792404 13.8147 0.0892851 13.0815 0.51116 12.6596L5.4029 7.75781L0.51116 2.86607C0.0892851 2.4442 0.0792404 1.71094 0.51116 1.27902C0.94308 0.847097 1.67634 0.857142 2.09821 1.26897L7 6.17076L11.8917 1.27902C12.3136 0.857142 13.0469 0.847097 13.4788 1.27902C13.9107 1.71094 13.9007 2.4442 13.4788 2.86607L8.58705 7.75781L13.4788 12.6596C13.9007 13.0815 13.9107 13.8147 13.4788 14.2467C13.0469 14.6786 12.3136 14.6685 11.8917 14.2467L7 9.35491L2.09821 14.2467C1.67634 14.6685 0.94308 14.6786 0.51116 14.2467Z" fill="%23434447"/></svg>');
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.product-selection_filter-panel
.mobile-save-button{
  display: none;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-top: 1px solid var(--SG-border-color);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-selection_filter-panel
.mobile-save-button .filter-close{
  height: 40px;
  padding: 8px 16px;
  border-radius: 2px;
  background: var(--SG-accent-color);
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.16px;
}

@media (max-width: 767px) {
  .product-selection_filter-panel 
  .mobile-title{
    display: flex;
  }
  .product-selection_filter-panel
  .mobile-save-button{
      display: flex;
  }
  .product-selection_filter-panel
  .filter-panel_header 
  .filter-panel_title{
    background: var(--SG-accent-color);
    color: #fff;
    width: fit-content;
    border-radius: 25px;
    padding: 4px 16px 4px 10px;
    font-size: 20px;
    letter-spacing: 0px;
  }
  .product-selection_filter-panel
  .filter-panel_header i{
    height: 19px;
    width: 26px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M14.7001 16.2C15.1972 16.2 15.6001 16.6029 15.6001 17.1C15.6001 17.5971 15.1972 18 14.7001 18H9.3001C8.80304 18 8.4001 17.5971 8.4001 17.1C8.4001 16.6029 8.80304 16.2 9.3001 16.2H14.7001ZM17.1001 11.1C17.5972 11.1 18.0001 11.5029 18.0001 12C18.0001 12.4971 17.5972 12.9 17.1001 12.9H6.9001C6.40304 12.9 6.0001 12.4971 6.0001 12C6.0001 11.5029 6.40304 11.1 6.9001 11.1H17.1001ZM19.5001 6C19.9972 6 20.4001 6.40294 20.4001 6.9C20.4001 7.39706 19.9972 7.8 19.5001 7.8H4.5001C4.00304 7.8 3.6001 7.39706 3.6001 6.9C3.6001 6.40294 4.00304 6 4.5001 6H19.5001Z" fill="%23ffffff"/></svg>');
  }
  .product-selection_filter-panel
  .filter-wrapper{
    position: fixed;
    width: 100vw;
    right: 0;
    background: #fff;
    bottom: 0;
    z-index: 999;
    display: none;
    height: calc(100vh - 90px);
  }
  .product-selection_filter-panel
  .filter-panel_items{
    padding: 10px 30px 20px;
    height: calc(100vh - 90px - 66px - 73px);
    overflow: scroll;
  }
}

.filter-panel_checkbox_options{
  width: 100%;
  border: solid 1px var(--SG-border-color);
  border-radius: 2px;
  padding: 0 10px;
}

.product-selection_filter-panel
.filter-group-title{
  color: var(--SG-text-color);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  margin: auto;
}

.filter-panel_items
.filter-group{
  margin: 10px auto;
}

.filter-panel_checkbox_options
.filter-group label{
  margin: 4px 0;
  display: flex;
  font-size: 14px;
  color: var(--SG-text-color-gray);
}
.filter-panel_checkbox_options
.filter-group label span{
  letter-spacing: 0.42px;
  opacity: 0.5;
  margin-left: 2px;
  font-size: 12px;
}
.filter-panel_checkbox_options
.filter-group input{
  margin-right: 4px;
}
.filter-group label:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.2;
}
.clear-all-tag{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.48px;
  color: var(--SG-link-color);
  cursor: pointer;
}
.product-selection_product-grid{
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); */
  gap: 16px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
}
.product-selection_product-grid
.product-card{
  background-color: #fff;
  padding: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-selection_product-grid
.product-card a{
  display: block;
  width: 100%;
  text-decoration: none;
}

.product-selection_product-grid
.product-card img{
  width: 100%;
  margin-bottom: 10px;
  aspect-ratio: 1 / 0.7;
  object-fit: contain;
}
.product-selection_product-grid
.product-card h4{
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.72px;
  text-overflow: ellipsis;
  color: var(--SG-text-color);
}

.product-selection_product-grid
.product-card .product_name{
  color: var(--SG-text-color-gray);
  font-size: 14px;
  font-weight: 600;
}
.product-selection_product-grid
.product-card p{
    font-size: 14px;
    color: var(--SG-text-color-gray);
    margin: auto;
}
.product-selection_product-grid
.product-card .product_price{
  color: var(--SG-price-color);
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  width: 100%;
  display: inline-block;
  margin: 10px auto;
}
.product-selection_product-grid
.product-card
.add-to-cart-btn{
  display: flex;
  height: 40px;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  background: var(--SG-accent-color);
  border: none;
  width: 100%;
}
.product-selection_product-grid
.product-card
.keyword-tag{
  border: 1px solid var(--SG-border-color);
  color: var(--SG-border-color);
  padding: 0px 6px;
  margin: 10px auto;
  display: inline-block;
  font-size: 13px;
}

@media (hover: hover) {
  .product-selection_product-grid
  .product-card
  .add-to-cart-btn:hover{
    background: var(--SG-price-color);
  }

  .product-selection_product-grid
  .product-card:hover h4{
    color: var(--SG-primary-color);
    text-decoration-line: underline;
  }
}

@media (max-width: 767px) {
  .product-selection_product-grid{
    gap: 0;
    margin: 0 14px 20px;
    justify-content: space-between;
  }

  .product-selection_product-grid
  .product-card{
    margin: 4px;
  }

  .product-selection_product-grid
  .product-card h4{
    font-size: 18px;
  }
  .product-selection_product-grid
  .product-card p{
      font-size: 14px;
      line-height: 16px;
  }
  .product-selection_product-grid
  .product-card .product_price{
    font-size: 18px;
  }
  .product-selection_product-grid
  .product-card
  .add-to-cart-btn{
    height: 36px;
  }
}
