
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
}


.home-shell{
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
  background: #fbfbfb;
}

.cat-sidebar {
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.cat-title{
  font-size: 28px;
  line-height: 1.1;
  margin: 4px 0 14px;
  font-weight: 600;
  font-family: 'alatsi', sans-serif;
}

.cat-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap: 1px;
}

.cat-item{
  display:flex;
  align-items:center;
  gap: 10px;
  padding: 5px 1px;
  text-decoration:none;
  color:#1b1b1b;
  border:1px solid transparent;
}

.cat-item:hover{
  background:#f6f6f6;
}

.cat-item.is-active{
  background: #eaf4ea;
  border-color: #cfe7cf;
  color:#145214;
}

.cat-icon{
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-icon-img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


.cat-text{
  flex: 1 1 auto;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.cat-arrow{
  opacity:.6;
  font-size: 18px;
}

.home-main{
  min-width: 0;
}

.banner-carousel{
  margin-bottom: 14px;
}

.banner-cell{
  width: 100%;           
  padding-right: 14px;  
  box-sizing: border-box;
}

.banner-cell:last-child{
  padding-right: 0;
}


.banner-card{
  background:#fff;
  border:1px solid #eee;
  border-radius: 1px;
  overflow:hidden;
  height: 280px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.banner-card img{
  width:100%;
  height:100%;
  object-fit: cover; 
  display:block;
}

.banner-carousel:focus{
  outline: none;
}

@media (max-width: 980px){
  .banner-cell{ width: 100%; padding-right: 0; }
}




.section-head-title {
  margin-bottom: 20px;
}

.section-title-bar {
  background: #145214;
  border-left: 30px solid #dcb826;
  padding: 10px 15px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}

.section-title-text {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
}

.section-head-search {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-sort-dropdown-wrap {
  position: relative;
  flex-shrink: 0;
}

.home-sort-dropdown {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 0px 30px 0px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  height: 35px;
  white-space: nowrap;
  transition: border-color 0.15s;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.home-sort-dropdown:hover {
  border-color: #145214;
}

.home-sort-dropdown:focus {
  outline: none;
  border-color: #145214;
  box-shadow: 0 0 0 3px rgba(20, 82, 20, 0.1);
}

.home-sort-dropdown-ico {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
}

.home-search-wrapper {
  flex: 1;
  max-width: 500px;
  margin-left: auto;
}

.section-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  margin: 6px 0 12px;
}

.section-title{
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  font-family: 'SatoshiVariable', sans-serif;
  letter-spacing: -0.02em;
}

.home-search{
  flex: 0 0 380px;
  display:flex;
  align-items:center;
  gap: 10px;
  height: 35px;
  background:#efefef;
  border-radius: 8px;
  padding: 0 14px;
  border:1px solid #ececec;
}

.home-search__icon svg{
  width: 18px;
  height: 18px;
  opacity:.55;
}

.home-search__input{
  width:100%;
  border:0;
  outline:none;
  background:transparent;
  font-size: 14px;
}

.home-search__input::placeholder{
  color:#8a8a8a;
}


.product-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.prod-card{
  background:#fff;
  border:1px solid #eee;
  border-radius: 4px;
  padding: 14px 14px 1px 14px;
  display:flex;
  gap: 14px;
  text-decoration:none;
  color:#1b1b1b;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
  min-height: 110px;
}

.prod-card:hover{
  border-color:#ddd;
  transform: translateY(-1px);
}

.prod-card__left{
  flex: 1 1 auto;
  min-width: 0;
}

.prod-name{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
}

.prod-sub{
  margin: 0 0 6px;
  font-size: 12px;
  color:#7a7a7a;
  font-weight: 700;
}

.prod-desc{
  margin: 0;
  font-size: 13px;
  color:#7a7a7a;
  line-height: 1.3;
}

.prod-card__right{
  flex: 0 0 110px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.prod-imgbox{
  border-radius: 4px;
  flex-shrink: 0;
  background: #f7f7f7;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.prod-imgbox img{
  width:100%;
  height:100%;
  object-fit: contain;
  display:block;
}




.banner-carousel .flickity-page-dots{
  bottom: -12px;      
}

.banner-carousel .flickity-page-dots .dot{
  width: 3px;
  height: 3px;
  margin: 0 5px;
  opacity: .35;
  gap: 1px;
}

.banner-carousel .flickity-page-dots .dot.is-selected{
  opacity: 1;
}




.section-title-count {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 8px;
}

.home-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.home-pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  background: #ffffff;
  color: #374151;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}

.home-page-btn:hover:not(.is-disabled):not(.is-active) {
  background: #f9fafb;
  border-color: #9ca3af;
}

.home-page-btn.is-active {
  background: #145214;
  border-color: #145214;
  color: #ffffff;
  cursor: default;
}

.home-page-btn.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.home-page-ellipsis {
  color: #9ca3af;
  font-size: 14px;
  padding: 0 4px;
}

.home-page-prev svg,
.home-page-next svg {
  stroke: currentColor;
}




.home-filter-card {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 10px; 
}


.hf-section {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  overflow: hidden; 
}


.hf-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e6e6; 
  padding: 12px 16px;
  border-bottom: 1px solid #ccc; 
  margin-bottom: 0;
}


.hf-title {
  font-size: 16px; 
  font-weight: 500;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.hf-clear-link {
  font-size: 12px;
  color: #145214;
  text-decoration: none;
  font-weight: 600;
}


.hf-divider {
  display: none;
  height: 1px;
  background: #f0f0f0;
  margin: 12px 0;
}

.hf-clear-link:hover {
  text-decoration: underline;
}


.hf-sort-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
}

.hf-sort-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  font-family: 'Inter', sans-serif;
}

.hf-sort-btn:hover {
  background: #f5f5f5;
  color: #111;
}

.hf-sort-btn.is-active {
  background: #eaf4ea;
  color: #145214;
  font-weight: 600;
}

.hf-sort-btn svg {
  flex-shrink: 0;
  opacity: 0.6;
}

.hf-sort-btn.is-active svg {
  opacity: 1;
}


.hf-filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hf-filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  color: #444;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  font-family: 'Inter', sans-serif;
}

.hf-filter-item:hover {
  background: #f5f5f5;
  color: #111;
}

.hf-filter-item.is-active {
  background: #eaf4ea;
  color: #145214;
  font-weight: 600;
}

.hf-filter-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 8px;
}

.hf-filter-count {
  flex-shrink: 0;
  font-size: 11px;
  background: #f0f0f0;
  color: #666;
  border-radius: 20px;
  padding: 1px 7px;
  font-weight: 600;
}

.hf-filter-item.is-active .hf-filter-count {
  background: #c8e6c8;
  color: #145214;
}


.hf-show-more-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 4px 10px;
  font-size: 12px;
  color: #145214;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
}

.hf-show-more-btn:hover {
  text-decoration: underline;
}

.hf-show-more-btn svg {
  transition: transform 0.2s;
}

.hf-show-more-btn.is-open svg {
  transform: rotate(180deg);
}


.hf-reset-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 9px;
  border-radius: 8px;
  background: #fff4f4;
  color: #c0392b;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s;
  font-family: 'Inter', sans-serif;
}

.hf-reset-all-btn:hover {
  background: #ffe0e0;
}


.hf-no-param {
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
  color: #999;
  font-family: 'Inter', sans-serif;
  line-height: 1.5;
}









@media (max-width: 768px) {
  .section-title-count {
    font-size: 14px;
  }

  .home-pagination-wrap {
    margin-top: 24px;
  }

  .home-pagination {
    width: 100%;
    justify-content: center;
  }

  .home-page-btn {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
  }
}





    .prod-count {
      font-size: 12px;
      color: #145214;
      margin-top: 8px;
      font-weight: 600;
      font-family: 'SatoshiVariable', sans-serif;
    }

    .empty-state {
      grid-column: 1 / -1;
      text-align: center;
      padding: 80px 20px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }

    .prod-card {
      transition: transform 0.2s, box-shadow 0.2s;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
    }

    .prod-card:hover {
      transform: translateY(-1px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }

    .prod-card:hover .prod-name {
      color: #145214;
    }

    
    .home-search-wrapper {
      position: relative;
      flex: 1;
      max-width: 500px;
    }

    .home-search {
      position: relative;
    }

    
    .home-search-results {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      right: 0;
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
      max-height: 400px;
      overflow-y: auto;
      display: none;
      z-index: 1000;
    }

    
.mobile-cat-title {
  font-size: 22px;
  font-weight: 600;
  font-family: 'Alatsi', sans-serif;
  margin: 16px 14px 0;
  padding: 0;
  color: #1b1b1b;
}

    .home-search-results.show {
      display: block;
    }

    .home-search-result-item {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 16px;
      text-decoration: none;
      color: #1b1b1b;
      border-bottom: 1px solid #f3f3f3;
      transition: background 0.2s ease;
      font-family: 'SatoshiVariable', sans-serif;
    }

    .home-search-result-item:last-child {
      border-bottom: none;
    }

    .home-search-result-item:hover {
      background: #f9fafb;
    }

    .home-search-result-img {
      width: 48px;
      height: 48px;
      object-fit: cover;
      border-radius: 8px;
      background: #f5f5f5;
      flex-shrink: 0;
    }

    .home-search-result-info {
      flex: 1;
      min-width: 0;
    }

    .home-search-result-name {
      font-size: 14px;
      font-weight: 600;
      color: #111;
      margin: 0 0 4px 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .home-search-result-meta {
      font-size: 12px;
      color: #666;
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .home-search-result-brand {
      padding: 2px 8px;
      background: #e8f5e9;
      border-radius: 4px;
      font-size: 11px;
      color: #2e7d32;
      font-weight: 600;
    }

    .home-search-no-results {
      padding: 24px 16px;
      text-align: center;
      color: #999;
      font-size: 14px;
      font-family: 'SatoshiVariable', sans-serif;
    }

    .home-search-loading {
      padding: 24px 16px;
      text-align: center;
      color: #999;
      font-size: 14px;
      font-family: 'SatoshiVariable', sans-serif;
    }

    .home-search-view-all {
      display: block;
      padding: 12px 16px;
      text-align: center;
      color: #111;
      font-weight: 600;
      font-size: 13px;
      text-decoration: none;
      border-top: 1px solid #e5e7eb;
      background: #fafafa;
      border-radius: 0 0 14px 14px;
      font-family: 'SatoshiVariable', sans-serif;
    }

    .home-search-view-all:hover {
      background: #f3f3f3;
    }

    













@media (max-width: 980px){
  .home-shell{ grid-template-columns: 1fr; }
  .banner-row{ grid-template-columns: 1fr; }
  .product-grid{ grid-template-columns: 1fr; }
  .section-head{ flex-direction: column; align-items: flex-start; }
  .home-search{ width:100%; flex: 1 1 auto; }
}






@media (max-width: 860px) {
  
  .gk-auth {
    gap: 6px;
    margin-left: 4px;
  }

  .gk-btn {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }

  
  .gk-search-wrapper {
    display: none;
  }

  
  .gk-iconbtn {
    width: 32px;
    height: 32px;
  }
  .gk-icon-svg {
    width: 28px;
    height: 28px;
  }
  .gk-search-result-item { 
  gap: 4px; 
  padding: 5px 12px; 
    }
}

@media (max-width: 480px) {
  
  .gk-btn--ghost {
    
    padding: 0 8px;
    font-size: 11px;
  }
  .gk-btn--solid {
    padding: 0 8px;
    font-size: 11px;
  }
  .gk-search-result-item { 
  gap: 4px; 
  padding: 5px 12px; 
    }
}





.mobile-home {
  display: none;
}


@media (max-width: 980px) {
  .home-shell {
    display: none;
    overflow-y: scroll;
  }
  .mobile-home {
    display: block;
  padding: 0 0 40px; 
}
  }




.mobile-banner {
  width: 100%;
  margin-bottom: 0;
}

.mobile-banner .banner-cell {
  width: 100%;
  padding-right: 0;
  
  min-height: 1px; 
}


.mobile-banner .banner-card {
  height: auto !important;   
  min-height: auto !important;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}


.mobile-banner .banner-card img {
  width: 100%;
  height: auto !important;   
  object-fit: contain;       
  display: block;
  max-height: none;
}





.banner-carousel:not(.flickity-enabled) {
  opacity: 0;
  min-height: 280px; 
}

.banner-carousel.flickity-enabled {
  opacity: 1;
  transition: opacity 0.3s ease;
}


.mobile-banner:not(.flickity-enabled) {
  opacity: 0;
  min-height: 300px; 
}

.mobile-banner.flickity-enabled {
  opacity: 1;
  transition: opacity 0.3s ease;
}



@media (max-width: 480px) {
  .mobile-banner .banner-card {
    height: auto !important; 
    max-width: 100%;
  }
  
}


.mobile-banner.banner-carousel .flickity-page-dots {
  bottom: 10px; 
}

.mobile-banner.banner-carousel .flickity-page-dots .dot {
  width: 5px;
  height: 5px;
  margin: 0 4px;
  opacity: .3;
}
.mobile-banner.banner-carousel .flickity-page-dots .dot.is-selected {
  opacity: 1;
}



.mobile-search-row {
  padding: 10px 14px 10px;
  min-height: 62px;
  position: relative;
  display: flex;           
  align-items: center;    
  gap: 8px;               
}


.mobile-search-row .home-search {
  flex: 1;                 
  min-width: 0;          
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  background: #efefef;
  border-radius: 999px;
  padding: 0 14px;
  border: 1px solid #e5e5e5;
}


.mobile-filter-toggle-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 42px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  font-family: 'SatoshiVariable', sans-serif;
  position: relative;
  white-space: nowrap;
  transition: background 0.15s;
}

.mobile-filter-toggle-btn:hover {
  background: #f3f4f6;
}

.mobile-filter-badge {
  width: 7px;
  height: 7px;
  background: #145214;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 5px;
}






.mobile-filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.35);
  z-index: 299;
}
.mobile-filter-overlay.is-open { display: block; }

.mobile-filter-sheet {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 82vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 32px rgba(0,0,0,0.15);
  z-index: 300;
  padding: 16px;
  flex-direction: column;
  gap: 12px;
}
.mobile-filter-sheet.is-open { display: flex; }

.mobile-filter-sheet-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.mobile-filter-sheet-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  font-family: 'SatoshiVariable', sans-serif;
}
.mobile-filter-sheet-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  color: #111;
}
.mobile-filter-sheet-close:hover { background: #f3f3f3; }












.mobile-cat-list {
  list-style: none;
  padding: 6px 14px 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mobile-cat-group {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}


.mobile-cat-btn {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  color: #1b1b1b;
  transition: background 0.15s;
}

.mobile-cat-btn:hover {
  background: #f8f8f8;
}

.mobile-cat-btn.is-active {
  background: #eaf4ea;
  color: #145214;
}

.mobile-cat-text {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
}


.mobile-arrow-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #aaa;
  transition: transform 0.22s ease, color 0.15s;
  transform: rotate(-90deg); 
}

.mobile-cat-btn.is-active .mobile-arrow-svg,
.mobile-cat-btn[aria-expanded="true"] .mobile-arrow-svg {
  transform: rotate(0deg); 
  color: #145214;
}


.mobile-cat-btn .cat-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}



.mobile-prod-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  border-top: 0px solid #eee;
}

.mobile-prod-list.is-open {
  max-height: 1200px;
  background-color: #f6f6f6;
  border-top: 1px solid #eee;
}


.mobile-prod-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  text-decoration: none;
  color: #1b1b1b;
  border-bottom: 1px solid #f3f3f3;
  transition: background 0.15s;
}

.mobile-prod-item:last-child {
  border-bottom: none;
}

.mobile-prod-item:hover {
  background: #f8fdf8;
}

.mobile-prod-imgbox {
  width: 48px;
  height: 40px;
  border-radius: 5px;
  background: #f7f7f7;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.mobile-prod-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mobile-prod-name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 1.3;
}


.mobile-prod-count {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
  min-width: 24px;
  text-align: center;
  flex-shrink: 0;
  font-family: 'Poppins', sans-serif;
}

.mobile-prod-empty {
  padding: 12px 14px;
  font-size: 12px;
  color: #aaa;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
}







.mobile-param-grid-wrap {
  padding: 18px 14px 10px;
  contain: layout style;
}

.mobile-param-grid-title {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 14px;
  color: #1b1b1b;
}


.mobile-param-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 3px;
  margin-bottom: 12px;
  max-height: 230px; 
  overflow: hidden;
  transition: max-height 0.4s ease;
  contain: layout;
}

.mobile-param-grid.is-expanded {
  max-height: 1200px; 
}


.mobile-param-toggle-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 20px;
  background: #145214;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 20px;
}

.mobile-param-toggle-btn:hover {
  background: #356222;
}

.mobile-param-toggle-btn:active {
  transform: scale(0.98);
}

.mobile-param-toggle-btn .toggle-icon {
  transition: transform 0.3s ease;
  color: #fff;
}

.mobile-param-toggle-btn.is-expanded .toggle-icon {
  transform: rotate(180deg);
}

.mobile-section-title {
  font-size: 15px;
  font-weight: 700;
  min-height: 28px;
  font-family: 'Poppins', sans-serif;
  margin: 0 14px;
  color: #1b1b1b;
}


.mobile-home[data-no-param="true"] .mobile-search-row {
  display: none;
}

.mobile-home[data-no-param="true"] .mobile-section-title {
  display: none;
}




@media (min-width: 480px) {
  .mobile-param-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mobile-param-card-btn {
  min-height: 90px;
  contain: layout;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Poppins', sans-serif;
}

.mobile-param-card-btn:active {
  transform: scale(0.97);
}

.mobile-param-card-btn.is-active {
  transform: scale(1.05);
  border-color: #74a660;
  background: #eaf4ea;
  box-shadow: 0 4px 12px rgba(116, 166, 96, 0.2);
  z-index: 1;
}

.mobile-param-card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 10px;
  transition: background 0.2s;
}

.mobile-param-card-btn.is-active .mobile-param-card-icon {
  background: #fff;
}

.mobile-param-card-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.mobile-param-card-name {
  font-size: 11px;
  font-weight: 600;
  color: #374151;
  text-align: center;
  line-height: 1.3;
  min-height: 30px;
  display: flex;
  align-items: center;
}

.mobile-param-card-btn.is-active .mobile-param-card-name {
  color: #145214;
}



.mobile-subcat-list {
  padding: 0 14px 40px;
  min-height: 120px;
}

.mobile-subcat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #1b1b1b;
  transition: all 0.15s;
}

.mobile-subcat-item:hover,
.mobile-subcat-item:active {
  background: #f9fafb;
  border-color: #d1d5db;
}

.mobile-subcat-img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.mobile-subcat-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 4px;
}

.mobile-subcat-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mobile-subcat-name {
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #111;
  line-height: 1.3;
}

.mobile-subcat-count {
  font-size: 11px;
  color: #6b7280;
  font-family: 'SatoshiVariable', sans-serif;
}

.mobile-subcat-arrow {
  color: #9ca3af;
  flex-shrink: 0;
}

.mobile-subcat-empty {
  padding: 40px 20px;
  text-align: center;
  color: #9ca3af;
  font-size: 14px;
  font-family: 'SatoshiVariable', sans-serif;
}



.mobile-subcat-placeholder {
  min-height: 120px;
  padding: 20px 20px;
  text-align: center;
}

.mobile-subcat-placeholder-text {
  font-size: 14px;
  color: #6b7280;
  font-family: 'SatoshiVariable', sans-serif;
  margin: 0;
  line-height: 1.5;
}













.prod-desc-2 {
  font-size: 13px;
  line-height: 1.3;
  color: #7a7a7a;
  margin: 4px 0 0;
  font-family: 'SatoshiVariable', sans-serif;

  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;

  overflow: hidden;
  text-overflow: ellipsis;
}











.desktop-param-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.desktop-param-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 3px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #1b1b1b;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.03);
}

.desktop-param-card:hover,
.desktop-param-card.is-active,
.desktop-param-card-icon img.is-active  {
  border-color: #145214;
  box-shadow: 0 8px 24px rgba(116, 166, 96, 0.15);
  color: #436a3e;
}

.desktop-param-card {
  position: relative;
  overflow: visible; 
}

.desktop-param-card-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9f9f9f28;
  border-radius: 16px;
  transition: all 0.2s;
}

.desktop-param-card:hover .desktop-param-card-icon {
  background: #eaf4ea;
}

.desktop-param-card-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.desktop-param-card-name {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  color: #374151;
  text-align: center;
  line-height: 1.4;
  transition: color 0.2s;
}

.desktop-param-card:hover .desktop-param-card-name {
  color: #436a3e;
}

.scroll-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 0 4px;
  animation: scrollHintFadeIn 0.5s ease forwards;
  cursor: pointer;
}

.scroll-hint-text {
  font-size: 12px;
  font-weight: 500;
  color: #145214;
  font-family: 'Inter', sans-serif;
  opacity: 0.8;
}

.scroll-hint-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #145214;
  border-radius: 50%;
  color: #fff;
  animation: scrollHintBounce 1.2s ease-in-out infinite;
  box-shadow: 0 4px 12px rgba(20, 82, 20, 0.3);
}

@keyframes scrollHintFadeIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes scrollHintBounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(6px); }
}


@media (max-width: 1200px) {
  .desktop-param-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 980px) {
  .desktop-param-grid {
    display: none; 
  }
}

.mobile-deals-carousel,
.mobile-banner,
.js-deals-carousel-mobile {
  width: 100%;
  max-width: 100vw;
}


.company-header-bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 200px;
  background-color: #2a4a2a;
  margin: -16px -16px 0 -16px;
  border-radius: 12px 12px 0 0;
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: unset;
}

.company-header-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.116); 
}

.company-name-wrap {
  padding: 14px 16px 0;
}

.company-name {
  margin: 0 0 4px 0;
}

.company-tagline {
  margin: 0;
}


.company-header-bg .company-divider {
  width: calc(100% + 32px); 
  margin: 4px -16px -16px -16px; 
  background: rgba(0, 0, 0, 0.08); 
}
.company-info-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.company-logo {
  width: 120px;
  height: 120px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 50%;
  overflow: hidden;
}

.company-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-name {
  font-size: 15px;
  font-weight: 600;
  font-family: 'SatoshiVariable', sans-serif;
  padding: 10px 0px 0px 10px;
  color: #000000;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}

.company-tagline {
  font-size: 10px;
  color: #050505;
  text-align: center;
  font-family: 'SatoshiVariable', sans-serif;
  line-height: 1.2;
  margin: 0;
}

.company-divider {
  height: 1px;
  background: #ededed;
  margin: 8px 0;
}

.company-info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
}

.company-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.company-icon {
  width: 20px;
  height: 20px;
  color: #145214;
  flex-shrink: 0;
  margin-top: 2px;
}

.company-info-text {
  flex: 1;
  min-width: 0;
}

.company-info-label {
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  font-family: 'Poppins', sans-serif;
}

.company-info-value {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  font-family: 'SatoshiVariable', sans-serif;
}

.company-about {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  font-family: 'SatoshiVariable', sans-serif;
  margin: 0;
  margin-bottom:20px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.company-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #436a3e;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  font-family: 'SatoshiVariable', sans-serif;
  transition: all 0.2s;
}

.company-cta-btn:hover {
  background: #1e6b1e;
  box-shadow: 0 4px 12px rgba(20, 82, 20, 0.2);
}

.company-cta-btn:active {
  transform: translateY(0);
}

.company-cta-btn svg {
  color: #fff;
}














.home-best-deals {
  width: 100%;
  background: #fbfbfb;
  overflow: hidden;
}


.home-deals-bg {
  position: relative;
background: #145214;
background: linear-gradient(171deg,rgba(20, 82, 20, 1) 1%, rgba(0, 0, 0, 1) 95%);
padding-top: 20px;
padding-bottom: 40px; 
}

.home-deals-container {
  max-width: 100%;
  margin: 0 20px;
  padding: 0 20px;
}


.home-deals-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  padding-top: 20px;
}

.home-deals-title {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Alatsi', sans-serif;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
}

.home-deals-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s;
  backdrop-filter: blur(10px);
}

.home-deals-empty {
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.home-deals-view-all:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}


.home-deals-carousel {
  margin: 0 -8px;
}

.home-deals-cell {
  width: calc(100% / 5 - 16px);  
  margin: 0 8px;
}



.home-deal-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  height: 100%;  
}

.home-deal-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.home-deal-media {
  flex-shrink: 0;  
}

.home-deal-imgwrap {
  border-radius: 12px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.home-deal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.home-deal-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 12px 2px 10px;
  font-size: 9px;
  color: #6b7280;
  font-family: 'SatoshiVariable', sans-serif;
}

.home-deal-strip-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.home-deal-mail-ico {
  color: #ef4444;
  display: inline-flex;
}

.home-deal-mail-ico svg {
  width: 16px;
  height: 16px;
}

.home-deal-mail-text {
  font-weight: 500;
}

.home-deal-strip-right {
  font-weight: 700;
}

.home-deal-brand {
  font-size: 8px;
  font-weight: 500;
  font-family: 'GoodTiming', sans-serif;
  color: #145214;
}

.home-deal-brand2 {
  font-size: 8px;
  font-weight: 500;
  font-family: 'GoodTiming', sans-serif;
  color: #c29f04;
}


.home-deal-body {
  padding: 0 12px 10px;
  font-family: 'SatoshiVariable', sans-serif;
  flex: 1 1 auto;  
  display: flex;
  flex-direction: column;
  min-height: 0;  
}

.home-deal-name {
  font-size: 13px;
  font-weight: 600;
  margin: 6px 0 10px;
  color: #111827;
  text-transform: uppercase;
  font-family: 'SatoshiVariable', sans-serif;
  flex-shrink: 0;  
  
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.3 * 13px * 2);  
}

.home-deal-specs {
  display: grid;
  gap: 6px;
  flex-shrink: 0;  
}

.home-deal-spec {
  font-size: 11px;
  color: #374151;
  line-height: 1.35;
}

.home-deal-k {
  font-weight: 600;
  color: #111827;
}

.home-deal-v {
  color: #374151;
}


.home-deal-desc {
  margin: 10px 0 0;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.45em * 3);  
  flex-shrink: 0;  
}


.home-deal-cta {
  padding: 10px 12px 14px;
  margin-top: auto;  
  flex-shrink: 0;  
}

.home-deal-wa-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #74a660;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #5b8f49;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.home-deal-wa-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
}

.home-deal-wa-ico {
  display: inline-flex;
}

.home-deal-wa-ico img {
  display: block;
}

.home-deal-wa-text {
  font-family: 'SatoshiVariable', sans-serif;
}





.js-banner-carousel:not(.flickity-enabled),
.js-banner-carousel-mobile:not(.flickity-enabled) {
  min-height: 280px; 
}

.js-deals-carousel:not(.flickity-enabled) {
  min-height: 380px;  
}

.js-deals-carousel-mobile:not(.flickity-enabled) {
  min-height: 320px;
}





@media (max-width: 980px) {
  .home-best-deals {
    display: none;
  }
}


.mobile-best-deals {
  display: none; 
  padding: 30px 0 50px; 
  background: #243a31;
  margin: 0 -5px;
}

@media (max-width: 980px) {
  .mobile-best-deals {
    display: block;
  }
}

.mobile-deals-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  margin-bottom: 20px;
}

.mobile-deals-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Alatsi', sans-serif;
  color: #fff;
  margin: 0;
}

.mobile-deals-view-all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s;
}

.mobile-deals-view-all:hover {
  background: rgba(255, 255, 255, 0.25);
}


.mobile-deals-cell {
  width: calc(50% - 12px); 
  margin: 0 6px;
}





.mobile-deal-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  height: 100%;
}

.mobile-deal-card:active {
  transform: scale(0.98);
}


.mobile-deal-media {
  padding: 10px 10px 8px;
}

.mobile-deal-imgwrap {
  border-radius: 10px;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.mobile-deal-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.mobile-deal-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 6px;
  font-size: 9px;
  color: #6b7280;
  font-family: 'SatoshiVariable', sans-serif;
}

.mobile-deal-strip-left {
  display: flex;
  align-items: center;
  gap: 3px;
}

.mobile-deal-mail-ico {
  color: #ef4444;
  display: inline-flex;
}

.mobile-deal-mail-ico svg {
  width: 12px;
  height: 12px;
}

.mobile-deal-mail-text {
  font-weight: 500;
  font-size: 8px;
}

.mobile-deal-strip-right {
  font-weight: 700;
}

.mobile-deal-brand {
  font-size: 7px;
  font-weight: 500;
  font-family: 'GoodTiming', sans-serif;
  color: #145214;
}

.mobile-deal-brand2 {
  font-size: 7px;
  font-weight: 500;
  font-family: 'GoodTiming', sans-serif;
  color: #c29f04;
}


.mobile-deal-body {
  padding: 0 10px 8px;
  font-family: 'SatoshiVariable', sans-serif;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.mobile-deal-name {
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #111827;
  text-transform: uppercase;
  font-family: 'SatoshiVariable', sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  min-height: calc(1.3em * 2); 
}

.mobile-deal-specs {
  margin-bottom: 6px;
  font-size: 11px;
  color: #6b7280;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-deal-spec {
  font-size: 9px;
  color: #374151;
  line-height: 1.3;
}

.mobile-deal-k {
  font-weight: 600;
  color: #111827;
}

.mobile-deal-v {
  color: #374151;
  
}

.mobile-deal-desc {
  margin: 0;
  font-size: 9px;
  color: #6b7280;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: calc(1.4em * 2);
}


.mobile-deal-cta {
  padding: 6px 10px 10px;
  margin-top: auto;
}

.mobile-deal-wa-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #74a660;
  color: #fff;
  text-decoration: none;
  border-radius: 7px;
  padding: 8px 8px;
  font-weight: 700;
  font-size: 10px;
  border: 1px solid #5b8f49;
  transition: all 0.15s ease;
  font-family: 'SatoshiVariable', sans-serif;
}

.mobile-deal-wa-btn:active {
  transform: scale(0.97);
  filter: brightness(0.95);
}

.mobile-deal-wa-ico {
  display: inline-flex;
}

.mobile-deal-wa-ico img {
  display: block;
  width: 14px;
  height: 14px;
}



.mobile-deals-cell {
  width: calc(50% - 8px);
  margin: 0 4px;
}

.mobile-deals-carousel .flickity-page-dots {
  bottom: -35px;
  position: static;
  margin-top: 20px;
}

.mobile-deals-carousel .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3); 
  border: 2px solid rgba(255, 255, 255, 0.5); 
  margin: 0 6px;
  transition: all 0.3s;
  opacity: 1;
}

.mobile-deals-carousel .flickity-page-dots .dot.is-selected {
  background: #fff; 
  border-color: #fff;
  transform: scale(1.2);
}






@media (min-width: 600px) and (max-width: 980px) {
  .mobile-deals-cell {
    width: calc(33.333% - 12px); 
  }

  .mobile-deal-imgwrap {
    height: 140px; 
  }
  
  .mobile-deal-name {
    font-size: 12px;
  }
  
  .mobile-deal-spec {
    font-size: 10px;
  }
  
  .mobile-deal-desc {
    font-size: 10px;
  }
  
  .mobile-deal-wa-btn {
    font-size: 11px;
    padding: 9px 10px;
  }
  
  .mobile-deal-wa-ico img {
    width: 16px;
    height: 16px;
  }
}














.kp-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px;
  background: #fbfbfb;
}


.kp-shell-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 18px;
  align-items: start;
}

.kp-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 18px;
}

.kp-content {
  min-width: 0;
}

    .kp-breadcrumb {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
      color: #6b7280;
      margin-bottom: 14px;
      font-weight: 600;
      flex-wrap: wrap;
      font-family: 'Inter', sans-serif;
    }
    .kp-bc-link { color: #6b7280; text-decoration: none; }
    .kp-bc-link:hover { text-decoration: underline; color: #111827; }
    .kp-bc-sep { color: #cbd5e1; }
    .kp-bc-current { color: #111827; }

    .kp-head { margin-bottom: 18px; }
    .kp-title {
      font-size: 28px;
      font-weight: 600;
      margin: 0 0 10px 0;
      color: #111827;
      font-family: 'SatoshiVariable', sans-serif;
    }
    .kp-desc {
      margin: 0;
      font-size: 15px;
      line-height: 1.5;
      color: #4b5563;
      font-family: 'SatoshiVariable', sans-serif;
    }
    .kp-desc-strong { color: #111827; font-weight: 700; }

    
    .kp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

    
    .kp-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .kp-media { padding: 12px 12px 10px; }
    .kp-media-imgwrap {
      border-radius: 12px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      overflow: hidden;
    }
    .kp-media-img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .kp-media-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 8px;
      font-size: 8px;
      color: #6b7280;
      font-family: 'SatoshiVariable', sans-serif;
    }
    .kp-strip-left { display: flex; align-items: center; gap: 6px; }
    .kp-mail-ico { color: #ef4444; display: inline-flex; }



    .kp-brand-text{
      font-size:10px;
      font-weight:500;
      font-family: 'GoodTiming', sans-serif;
      color: #145214;
    }

      .kp-brand-text2{
      font-size:10px;
      font-weight:500;
      font-family: 'GoodTiming', sans-serif;
      color: #c29f04;
    }

    .kp-body { 
      padding: 0 12px 10px; 
      font-family: 'SatoshiVariable', sans-serif;
    }


    .kp-name {
      font-size: 13px;
      font-weight: 600;
      margin: 6px 0 10px;
      color: #111827;
      text-transform: uppercase;
      font-family: 'SatoshiVariable', sans-serif;
    }

    .kp-specs { display: grid; gap: 4px; }
    .kp-spec { font-size: 11px; color: #374151; line-height: 1.35; }
    .kp-k { font-weight: 600; color: #111827; }
    .kp-v { color: #374151; }

    
    .kp-desc-mini {
      margin: 10px 0 0;
      font-size: 11px;
      color: #6b7280;
      line-height: 1.45;

      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      min-height: calc(1.45em * 3);
    }

    .kp-cta { padding: 2px 12px 8px; margin-top: auto; }

    .kp-wa-btn {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: #74a660; 
      color: #fff;
      text-decoration: none;
      border-radius: 8px;
      padding: 10px 12px;
      font-weight: 700;
      font-size: 12px;
      border: 1px solid #5b8f49;
      transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
    }
    .kp-wa-btn:hover { transform: translateY(-1px); filter: brightness(0.98); }
    .kp-wa-ico { display: inline-flex; }

    .kp-bottom { display: flex; justify-content: center; margin-top: 22px; }
    .kp-viewall {
      font-family: 'SatoshiVariable', sans-serif;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 34px;
      border-radius: 999px;
      border: 1px solid #e5e7eb;
      text-decoration: none;
      color: #111827;
      background: #fff;
      min-width: 220px;
    }

    
    .kp-empty {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 14px;
      padding: 40px;
      text-align: center;
    }
    .kp-back {
      display: inline-block;
      margin-top: 12px;
      text-decoration: none;
      color: #2563eb;
    }

    .kp-wa-text{
      font-family: 'SatoshiVariable', sans-serif;
    }

    
.kp-pagination-wrap {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.kp-total-count {
  font-size: 13px;
  color: #6b7280;
  font-family: 'SatoshiVariable', sans-serif;
  margin: 0;
}

.kp-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.kp-page-btn {
  min-width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  font-family: 'SatoshiVariable', sans-serif;
  transition: all 0.15s;
  padding: 0 10px;
  cursor: pointer;
}

.kp-page-btn:hover:not(.is-active):not(.is-disabled) {
  background: #f3f4f6;
  border-color: #d1d5db;
}

.kp-page-btn.is-active {
  background: #111827;
  color: #fff;
  border-color: #111827;
  font-weight: 700;
}

.kp-page-btn.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.kp-page-prev,
.kp-page-next {
  padding: 0 8px;
}

.kp-page-ellipsis {
  color: #9ca3af;
  font-size: 14px;
  padding: 0 4px;
  font-family: 'SatoshiVariable', sans-serif;
}


.kp-back-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.kp-back-param-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #145214;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
}

.kp-back-param-btn:hover {
  text-decoration: underline;
}



@media (max-width: 980px) {

  .kp-sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;           
    width: 100%;
    max-height: 82vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.15);
    z-index: 300;
    padding: 16px;
    transform: translateY(100%);   
    transition: transform 0.3s ease;
  }

  .kp-sidebar.is-open {
    transform: translateY(0);        
  }

  .kp-filter-sheet-header {
    display: flex;                 
  }

  .kp-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 299;
    backdrop-filter: blur(2px);
  }

  .kp-filter-overlay.is-open {
    display: block;
  }

  .kp-filter-toggle {
    display: flex;                  
  }
}

@media (min-width: 981px) {
  .kp-filter-sheet-header { display: none; }  
  .kp-filter-toggle       { display: none; }  
  .kp-filter-overlay      { display: none !important; }
}


@media (max-width: 520px) {
  .kp-page-btn {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    padding: 0 8px;
  }
}


    

  
@media (max-width: 1100px) {
  .kp-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  .kp-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

     .kp-breadcrumb {
      font-size: 12px;
    }

  
  .kp-media { padding: 8px 8px 6px; }
  .kp-media-imgwrap { height: 120px; }
  .kp-body { padding: 0 8px 8px; }
  .kp-cta { padding: 6px 8px 10px; }

  .kp-name { font-size: 11px; margin: 4px 0 6px; }
  .kp-spec { font-size: 10px; }
  .kp-specs { gap: 4px; }


  .kp-desc-mini { display: none; }
  .kp-media-strip { padding: 6px 8px; }
  .kp-strip-left { gap: 4px; }
  .kp-mail-text { font-size: 9px; }
  .kp-brand-text,
  .kp-brand-text2 { font-size: 8px; }
  

  .kp-wa-btn { font-size: 10px; padding: 8px 6px; gap: 4px; }
}

@media (max-width: 520px) {
  .kp-shell { padding: 16px 10px 40px; }
  .kp-title { font-size: 20px; }

  
  .kp-grid { 
    grid-template-columns: repeat(2, 1fr); 
    gap: 10px;
  }

  
  .kp-media { padding: 8px 8px 6px; }
  .kp-body { padding: 0 8px 8px; }
  .kp-cta { padding: 6px 8px 10px; }

  
  .kp-media-imgwrap { height: 110px; }

  
  .kp-name { font-size: 11px; margin: 4px 0 6px; }

  
  .kp-desc-mini { display: none; }
  .kp-spec:nth-child(3),  
  .kp-spec:nth-child(4) { 
    display: none;
  }

  
  .kp-specs { gap: 4px; }
  .kp-spec { font-size: 10px; }

  
  .kp-wa-btn { 
    font-size: 10px; 
    padding: 8px 6px;
    gap: 4px;
  }

  
  .kp-media-strip { padding: 5px 6px; }
  .kp-strip-left { gap: 4px; } 
  .kp-mail-text { font-size: 8px; }
  .kp-brand-text,
  .kp-brand-text2 { font-size: 7px; letter-spacing: 0; }
}



@media (max-width: 860px) {
  .kp-shell-inner {
    grid-template-columns: 1fr;
  }

  .kp-sidebar {
    position: static;
    top: auto;
  }

  .kp-sidebar {
    display: none;
  }

  .kp-sidebar.is-open {
    display: flex;
    position: fixed;
    inset: 0;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -8px 32px rgba(0,0,0,0.15);
    z-index: 300;
    padding: 16px;
    gap: 16px;
  }

  .kp-filter-toggle {
    display: flex !important;
  }

  .kp-filter-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 299;
    backdrop-filter: blur(2px);
  }
  .kp-filter-overlay.is-open {
    display: block;
  }
}

.kp-filter-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  font-family: 'SatoshiVariable', sans-serif;
  margin-bottom: 12px;
}

.kp-filter-toggle:hover {
  background: #f3f4f6;
}


.kp-filter-sheet-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 4px;
}

@media (max-width: 860px) {
  .kp-filter-sheet-header {
    display: flex;
  }
}

.kp-filter-sheet-title {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  font-family: 'SatoshiVariable', sans-serif;
}

.kp-filter-sheet-close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  color: #111;
}
.kp-filter-sheet-close:hover { background: #f3f3f3; }

 















    .dp-shell{max-width:1100px;margin:0 auto;padding:24px 18px;}
    .dp-breadcrumb{font-size:15px;color:#777;margin-bottom:16px;display:flex;flex-wrap:wrap;gap:6px; font-weight: 600; align-items:center; font-family: 'SatoshiVariable', sans-serif  ;}
    .dp-bc-link{color:#777;text-decoration:none;}
    .dp-bc-par{color:#777;text-decoration:none;}
    .dp-bc-par:hover{text-decoration:underline; color: #000000;}
    .dp-bc-link:hover{text-decoration:underline; color: #000000;}
    .dp-bc-sep{color:#777;}
    .dp-bc-current{color:#000000;}
    .dp-info {font-family: 'SatoshiVariable', sans-serif;}

    .dp-top{display:grid;grid-template-columns:1.05fr 0.95fr;gap:26px;align-items:start;}



    @media (max-width: 900px){.dp-top{grid-template-columns:1fr;}}
    .dp-title{font-size:28px;line-height:1.1;margin:0 0 10px;}
    .dp-shortdesc{margin:0 0 14px;color:#666;font-size:14px;line-height:1.4;}

    .dp-gallery-main{
      position:relative;
      background:#fff;
      padding:0px 18px 18px 18px;
      display:flex;
      align-items:center;
      justify-content:center;
      height: 420px;
      min-height: 420px;
    }
    .dp-main-img {
      width: 100%;
      height: 100%;
      max-height: 420px;
      object-fit: contain;
    }

    .dp-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;font-size:22px;line-height:0;display:flex;align-items:center;justify-content:center;}
    .dp-gallery-prev{left:10px;}
    .dp-gallery-next{right:10px;}
    .dp-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap;}
    .dp-thumb{border:1px solid #eee;background:#fff;border-radius:12px;padding:6px;cursor:pointer;}
    .dp-thumb.is-active{border-color:#111;}
    .dp-thumb-img{width:64px;height:64px;object-fit:cover;border-radius:10px;}

    .dp-meta{margin:12px 0 18px;border-top:1px solid #eee;padding-top:12px;}
    .dp-meta-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed #eee;}
    .dp-meta-label{font-size:12px;color:#777;}
    .dp-meta-value{font-size:12px;color:#111;text-align:right;max-width:65%;}

    .dp-actions{display:flex;gap:12px;align-items:center;margin:14px 0 18px;}
    .dp-qty{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#fff;}
    .dp-qty-btn{width:40px;height:40px;border:0;background:#fff;cursor:pointer;font-size:18px;}
    .dp-qty-input{width:44px;height:40px;border:0;text-align:center;outline:none;}

    .dp-wa-btn{
      flex:1;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      height:40px;
      border-radius:12px;
      background:#74a660;
      color:#fff;
      border:none;
      font-weight:600;
      cursor:pointer;
      transition:background 0.2s;
      font-family: 'SatoshiVariable', sans-serif;
    }
    .dp-wa-btn:hover{background:#358614;}
    .dp-wa-icon{width:18px;height:18px;object-fit:contain;filter:brightness(0) invert(1);}
    .dp-wa-text{font-size:13px;}

    .dp-mini-table{margin-top:6;border:1px solid #eee;border-radius:2px;background:#fff;padding:10px 12px;}
    .dp-mini-row{display:grid;grid-template-columns:140px 1fr;gap:10px;padding:8px 0;border-bottom:1px dashed #eee;}
    .dp-mini-row:last-child{border-bottom:none;}
    .dp-mini-k{font-size:11px;color:#777;text-transform:uppercase;letter-spacing:.3px;}
    .dp-mini-v{font-size:12px;color:#111;}

    .dp-tabs{margin-top:28px;}
    .dp-tabs-head{display:flex;gap:18px;border-bottom:1px solid #eee;}
    .dp-tab{padding:12px 2px;border:0;background:transparent;cursor:pointer;font-weight:700;color:#888;}
    .dp-tab.is-active{color:#111;border-bottom:2px solid #111;}
    .dp-pane{display:none;padding:8px 0;}
    .dp-pane.is-active{display:block;}

    
    .dp-longdesc-wrapper {
      position: relative;
    }

    .dp-longdesc{
      font-size:16px;
      line-height:1.4;
      color:#333; 
      font-family: 'SatoshiVariable', sans-serif;
      overflow: hidden;
      transition: max-height 0.3s ease;
    }

    .dp-longdesc.is-truncated {
      max-height: 400px;
      position: relative;
    }

    .dp-longdesc.is-truncated::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100px;
      background: linear-gradient(to bottom, transparent, white);
      pointer-events: none;
    }

    .dp-longdesc.is-expanded {
      max-height: none;
    }

    .dp-longdesc.is-expanded::after {
      display: none;
    }

    .dp-read-more-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin: 16px auto 0;
      padding: 10px 24px;
      background: #f3f4f6;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      color: #374151;
      font-weight: 600;
      font-size: 14px;
      font-family: 'SatoshiVariable', sans-serif;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .dp-read-more-btn:hover {
      background: #e5e7eb;
      border-color: #d1d5db;
    }

    .dp-read-more-icon {
      transition: transform 0.3s ease;
    }

    .dp-read-more-btn.is-active .dp-read-more-icon {
      transform: rotate(180deg);
    }

    .dp-longdesc h3 {
      margin-bottom: 8px;
      font-weight: 700;
    }

    .dp-longdesc p {
      margin-top: 0;
      margin-bottom: 16px;
    }

    .dp-longdesc ul, 
    .dp-longdesc ol {
      margin-top: 0;
      margin-bottom: 16px;
      padding-left: 24px;
    }

    .dp-longdesc li {
      margin-bottom: 2px;
      line-height: 1.5;
    }

    .dp-longdesc li p {
      margin-bottom: 0;
      margin-top: 0;
    }
    
    .dp-longdesc table {
      width: 100%;
      border-collapse: separate; 
      border-spacing: 0;
      font-size: 13px;
      border: 1px solid #e5e7eb;
      overflow: hidden; 
      margin-bottom: 20px;
    }

    .dp-longdesc table th,
    .dp-longdesc table td {
      vertical-align: middle;
      text-align: left;
    }

    .dp-longdesc table th {
      background-color: #f8f9fa; 
      color: #111;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      font-size: 11px;
      padding: 14px 16px;
      border-bottom: 1px solid #e5e7eb;
      border-right: 1px solid #e5e7eb;
    }

    .dp-longdesc table td {
      padding: 12px 16px;
      border-bottom: 1px solid #e5e7eb; 
      border-right: 1px solid #e5e7eb; 
      color: #212121; 
    }

    .dp-longdesc table td p {
      margin-top: 0;
      margin-bottom: 0;
    }

    .dp-longdesc table tr:first-child td {
      background-color: #eeeff0; 
      color: #111;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 0.5px;
    }

    .dp-longdesc table tr:not(:first-child):nth-child(even) {
      background-color: #fcfcfc;
    }

    .dp-longdesc table tr:hover td {
      background-color: #f3f4f6; 
      transition: background-color 0.2s ease;
    }

    .dp-longdesc table tr:last-child td {
      border-bottom: none;
    }

    .dp-longdesc table th:last-child,
    .dp-longdesc table td:last-child {
      border-right: none;
    }

    .dp-longdesc img {
      max-width: 100%;
      height: auto;
    }

    .dp-muted{color:#777;font-size:14px; font-family: 'SatoshiVariable', sans-serif;}

    .dp-related{margin:30px 0 12px;}
    .dp-related-title{font-size:24px;margin:0 0 38px;text-align:center; font-family: 'SatoshiVariable', sans-serif;}
    .dp-related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;}
    @media (max-width: 1000px){.dp-related-grid{grid-template-columns:repeat(2,1fr);}}
    @media (max-width: 520px){.dp-related-grid{grid-template-columns:1fr;}}

    .dp-related-card{display:block;text-decoration:none;color:inherit;}
    .dp-related-media{border:1px solid #e5e7eb;border-radius:18px;overflow:hidden;background:#fff;}
  
  .dp-related-media-title {
  font-family: 'SatoshiVariable', sans-serif;
  padding: 10px 12px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;

  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  min-height: calc(1.4em * 2); 
}
    .dp-related-imgwrap{display:flex;align-items:center;justify-content:center;padding:10px 12px;}
    .dp-related-img{width:100%;max-width:200px;height:140px;object-fit:contain;}
    .dp-related-strip{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-top:1px solid #eee;}
    .dp-related-mail-text{font-family: 'SatoshiVariable', sans-serif;font-size:11px;color:#111;}


    .dp-related-brand{
      font-size:10px;
      font-weight:500;
      font-family: 'GoodTiming', sans-serif;
      color: #145214;
    }

    .dp-related-brand2{
      font-size:10px;
      font-weight:500;
      font-family: 'GoodTiming', sans-serif;
      color: #c29f04;
    }

    .dp-related-cta{margin-top:8px;display:flex;justify-content:center;}
    .dp-related-wa{font-family: 'SatoshiVariable', sans-serif;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;height:36px;background:#69a84f;color:#fff;border-radius:10px;font-weight:700;}
    .dp-related-wa-icon{width:18px;height:18px;filter:brightness(0) invert(1);}
    .dp-related-wa-text{font-size:12px;}


    
@media (max-width: 900px) {

  .dp-related-title { font-size: 20px; margin-bottom: 20px; }

  .dp-related-grid {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 4px 18px 16px;
    margin: 0 -18px;
    scrollbar-width: none;
  }

  .dp-breadcrumb {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .dp-related-grid::-webkit-scrollbar { display: none; }

  .dp-related-card {
    flex: 0 0 200px;
    scroll-snap-align: start;
  }

  .dp-related-img { height: 110px; }

  
  .dp-related-strip { padding: 6px 8px; }
  .dp-related-mail-text { font-size: 9px; }
  .dp-related-mail { font-size: 10px; }
  .dp-related-brand,
  .dp-related-brand2 { font-size: 8px; }
}


@media (max-width: 520px) {

  .dp-related-card { flex: 0 0 160px; }
  .dp-related-img { height: 90px; }
.dp-related-media-title {
    font-size: 10px;
    padding: 8px;
    
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    
    line-height: 1.2;
    
    
    min-height: calc(1.6em * 2); 
    
    
    max-height: calc(1.6em * 2); 
  }

  
  .dp-related-strip { padding: 5px 6px; }
  .dp-related-strip-left {
    overflow: hidden;
    min-width: 0;
  }
  .dp-related-mail-text {
    font-size: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 72px;
  }
  .dp-related-brand,
  .dp-related-brand2 { font-size: 7px; letter-spacing: 0; }
}

.dp-gallery-main {
    height: auto;      
    min-height: 280px; 
    max-height: 320px; 
    padding: 0 18px 12px 18px; 
  }

  
  .dp-main-img {
    max-height: 320px; 
  }

  


















.dp-preview-banner {
  background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  border-bottom: 2px solid #d97706;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dp-preview-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dp-preview-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dp-preview-icon {
  width: 24px;
  height: 24px;
  color: #78350f;
  flex-shrink: 0;
}

.dp-preview-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dp-preview-label {
  font-size: 14px;
  font-weight: 700;
  color: #78350f;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dp-preview-status {
  font-size: 12px;
  color: #92400e;
  font-family: 'SatoshiVariable', sans-serif;
}

.dp-preview-status strong {
  font-weight: 700;
  color: #78350f;
}

.dp-preview-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dp-preview-notice {
  font-size: 12px;
  color: #92400e;
  font-weight: 500;
  font-family: 'SatoshiVariable', sans-serif;
}

.dp-preview-edit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #78350f;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  transition: all 0.2s;
  white-space: nowrap;
}

.dp-preview-edit-btn:hover {
  background: #92400e;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dp-preview-edit-btn svg {
  flex-shrink: 0;
}


@media (max-width: 768px) {
  .dp-preview-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .dp-preview-right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .dp-preview-edit-btn {
    width: 100%;
    justify-content: center;
  }

  .dp-preview-notice {
    font-size: 11px;
  }
}











    .auth-shell{
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
}


.auth-left{
  background: var(--bg-left);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
}

.left-inner{
  width: min(520px, 100%);
  display: grid;
  gap: 26px;
  justify-items: center;
  text-align: center;
}

.brand-big__logo{
  width: 260px;
  max-width: 80%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.18));
}

.product-hero{
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-hero__img{
  width: 92%;
  max-width: 520px;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 35px rgba(0,0,0,.20));
}

.left-title{
  margin: 6px 0 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: .2px;
  font-weight: 700;
}


.auth-right{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 28px;
}

.right-inner{
  width: min(520px, 100%);
}

.brand-small{
  margin-bottom: 18px;
}
.brand-small__logo{
  width: 120px;
  height: auto;
  display: block;
}

.auth-title{
  margin: 8px 0 6px;
  font-size: 42px;
  letter-spacing: -.6px;
}

.auth-sub{
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 14px;
}
.auth-link{
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}

.alert{
  border: 1px solid var(--border);
  background: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  margin: 14px 0 16px;
  font-size: 14px;
}
.alert--error{
  border-color: #fecaca;
  background: #fff1f2;
  color: #9f1239;
}

.auth-form{
  display: grid;
  gap: 16px;
}

.field{ display: grid; gap: 8px; }
.label{
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}

.input{
  width: 100%;
  height: 46px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  outline: none;
  font-size: 14px;
  background: #fff;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.input:focus{
  border-color: rgba(47,70,56,.45);
  box-shadow: 0 0 0 4px rgba(47,70,56,.10);
}

.input-wrap{
  position: relative;
}
.input--with-icon{
  padding-right: 44px;
}

.eye-btn{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #6b7280;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
}
.eye-btn:hover{
  background: rgba(0,0,0,.04);
  color: #374151;
}


.row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: -4px;
}

.check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  user-select: none;
}
.check input{
  width: 16px;
  height: 16px;
  accent-color: var(--bg-left);
}


.btn-primary{
  height: 50px;
  border: 0;
  border-radius: 14px;
  background: var(--btn);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: transform .08s ease, background .15s ease;
}
.btn-primary:hover{ background: var(--btn-hover); }
.btn-primary:active{ transform: translateY(1px); }


.divider{
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 8px 0 2px;
  color: #9ca3af;
  font-size: 12px;
}
.divider::before,
.divider::after{
  content: "";
  height: 1px;
  background: var(--border);
  flex: 1;
}
.divider span{
  padding: 0 2px;
}


.social{
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.btn-social{
  height: 48px;
  border: 1px solid var(--border);
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
  background: #fff;
  transition: background .15s ease, transform .08s ease, border-color .15s ease;
}
.btn-social:hover{
  background: #f9fafb;
  border-color: #d1d5db;
}
.btn-social:active{ transform: translateY(1px); }

.social-ic{
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
}
.social-ic--g{
  background: #eef2ff;
  color: #111827;
}
.social-ic--f{
  background: #eff6ff;
  color: #1d4ed8;
}

.footnote{
  margin: 18px 0 0;
  font-size: 12px;
  color: #9ca3af;
}


@media (max-width: 980px){
  .auth-shell{
    grid-template-columns: 1fr;
  }
  .auth-left{
    padding: 40px 24px;
  }
  .auth-right{
    padding: 44px 20px;
  }
  .auth-title{
    font-size: 36px;
  }
}