@import "header.css";
@import "footer.css";
@import "banner.css";
@import "cart.css";
@import "group-buy.css";
@import "notification.css";
@import "account-hover.css";
@import "produk-diskon-dan-terbaru.css";
@import "breadcrumbs.css";
@import "single-product.css";
@import "bundling-buy.css";
@import "category-slider.css";
@import "product-list.css";
@import "checkout.css";
@import "payment.css";
@import "modal-reward.css";
@import "modal-detail-belanja.css";
@import "akun-saya.css";
@import "tentang-kami-landing-page.css";

/* Header */
header .section-top-header .row-wrapper .col-left .column-wrapper {
  grid-template-columns: repeat(3, max-content);
}

header .section-top-header .row-wrapper .col-right .main-navigation ul {
  list-style: none;
  grid-template-columns: repeat(3, max-content);
}

header .site-branding .row-wrapper .col-branding .image-wrapper,
footer .row-wrapper .site-info a > .image-wrapper {
  width: 150px;
  height: 27px;
}

/* body:not(.home) header .site-branding .row-wrapper .col-feature {
    visibility: hidden;
    opacity: 0;
} */

header .site-branding .row-wrapper .col-feature {
  grid-template-columns: repeat(5, max-content);
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper {
  padding-right: 5px;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 9999;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul.menu li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul.menu > li.menu-item-has-children > a {
  padding-right: 24px;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul.menu > li.menu-item-has-children > a:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  font-size: 10px;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul li.menu-item-has-children ul.sub-menu {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  transition: 1ms all ease;
  padding-top: 10px;
  position: absolute;
  width: 100%;
  background: var(--color-light);
  padding: 10px;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul li.menu-item-has-children ul.sub-menu li {
  padding: 5px 0px;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul li.menu-item-has-children ul.sub-menu li a:hover {
  color: var(--color-main) !important;
}

header .site-branding .row-wrapper .col-feature .category-dropdown-wrapper .category-menu ul li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transition: 1s all ease;
}

header .site-branding .row-wrapper .col-feature .icon-wrapper {
  padding-right: 23px;
  /* padding-right: 15px; */
  border-right: 1px solid #e0e0e0;
  grid-template-rows: 30px;
}

header .site-branding .row-wrapper .col-feature .search-wrapper {
  width: 351px;
  height: 42px;
  border: 1px solid #e9e9e9;
  border-radius: 12px;
}

header .site-branding .row-wrapper .col-feature .search-wrapper input.input-search {
  width: 305px;
}

header .site-branding .row-wrapper .col-feature .search-wrapper input,
header .site-branding .row-wrapper .col-feature .search-wrapper button {
  border: none;
  background: transparent;
  height: 42px;
  padding: 11px 16px;
  margin: 0;
}

header .site-branding .row-wrapper .col-feature .search-wrapper button,
header .site-branding .row-wrapper .col-feature .search-wrapper input::placeholder {
  color: #a9a9a9;
}

header .site-branding .row-wrapper .col-feature .login-wrapper .not-signed-user {
  column-gap: 10px;
}

header .site-branding .row-wrapper .col-feature .login-wrapper .not-signed-user a {
  padding: 13.5px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}

header .site-branding .row-wrapper .col-feature .login-wrapper .not-signed-user a.btn-signup {
  color: var(--color-main) !important;
  border-radius: 10px;
  border: 1px solid var(--color-main);
}

header .site-branding .row-wrapper .col-feature .login-wrapper .not-signed-user a.btn-login {
  color: var(--color-light) !important;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
  border-radius: 10px;
}

/* End of Header */

/* Homepage */
/* @import "/assets/css/banner.css"; */

/* Section Banner Small Four */
.section-banner-small .row-wrapper .small-banner-wrapper {
  padding: 64px 0px;
  column-gap: 18px;
}

.section-banner-small .row-wrapper .small-banner-wrapper .banner-big .image-wrapper {
  width: 441px;
  height: 400px;
}

.section-banner-small .row-wrapper .small-banner-wrapper .banner-four {
  gap: 18px;
}

.section-banner-small .row-wrapper .small-banner-wrapper .banner-four .image-wrapper {
  width: 441px;
  height: 191px;
}

/* Section - Home Blogpost */
.section-blog-post {
  border-top: 1px solid #e9e9e9;
  padding: 69px 0px 64px 0px;
}

.section-blog-post .row-wrapper .row-title {
  padding-bottom: 36px;
}

.section-blog-post .row-wrapper .row-title .title-blog {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.section-blog-post .row-wrapper .row-title .col-2 {
  column-gap: 15px;
  align-items: center;
}

.section-blog-post .row-wrapper .row-title .all-blog,
.section-blog-post .row-wrapper .row-title .fa-chevron-right:before {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: var(--color-main) !important;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper {
  grid-template-columns: 545px 270px 429px;
  column-gap: 37px;
  grid-template-rows: repeat(3, max-content);
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper {
  grid-template-rows: repeat(3, max-content);
  position: relative;
}

/* -- First Child / First Post --  */
.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child {
  grid-template-rows: repeat(3, max-content);
  position: relative;
  grid-row-start: span 3;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .image-wrapper {
  width: 100%;
  height: 400px;
  grid-row-start: 1;
  grid-column-start: 1;
  z-index: 0;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child > .image-wrapper:after {
  content: "L";
  width: 545px;
  height: 400px;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper {
  grid-row-start: 1;
  grid-column-start: 1;
  z-index: 5;
  align-self: end;
  width: 380px;
  padding: 24px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper .item-title p {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: var(--color-light) !important;
  margin-bottom: 8px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper .author-details {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  column-gap: 8px;
  align-items: center;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper .author-details .author-image .image-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper .author-details .author-image .image-wrapper img {
  border-radius: 50%;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper .author-details .author-name {
  margin-right: 8px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper .author-details .author-name,
.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:first-child .content-wrapper .author-details .date-post {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-light) !important;
}

/* -- Second Child / Second Post --  */
.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-child(2) {
  row-gap: 24px;
  grid-row-start: span 3;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-child(2) .image-wrapper {
  height: 180px;
  width: 100%;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-child(2) .content-wrapper {
  display: grid;
  row-gap: 16px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-child(2) .content-wrapper .item-title p {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #151515;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-child(2) .content-wrapper .author-details {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-child(2) .content-wrapper .author-details .author-image {
  display: none;
}

/* -- Last 3rd post / Post smoll -- */
.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-last-child(-n + 3) {
  padding-left: 43px;
  grid-template-columns: repeat(2, max-content);
  justify-content: space-between;
  margin-bottom: 32px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-last-child(-n + 3) .image-wrapper {
  width: 96px;
  height: 96px;
  grid-column-start: 2;
  border-radius: 12px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-last-child(-n + 3) .image-wrapper img {
  border-radius: 12px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-last-child(-n + 3) .content-wrapper {
  width: 225px;
  grid-row-start: 1;
  display: grid;
  row-gap: 16px;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-last-child(-n + 3) .content-wrapper .item-title p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #151515;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-last-child(-n + 3) .content-wrapper .author-details {
  grid-template-columns: repeat(2, max-content);
  display: grid;
  column-gap: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #151515;
}

.section-blog-post .row-wrapper .row-blog-post-wrapper .col-blog-wrapper .blog-big-wrapper:nth-last-child(-n + 3) .content-wrapper .author-details .author-image {
  display: none;
}

/* End of Homepage */