.elementor-32872 .elementor-element.elementor-element-a5cf8af{--display:flex;--margin-top:0px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;}.elementor-32872 .elementor-element.elementor-element-08b3fcc{padding:18px 0px 18px 0px;border-style:solid;border-width:2px 0px 0px 0px;border-color:#222222;}.elementor-32872 .elementor-element.elementor-element-a86316a{margin:24px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:768px){.elementor-32872 .elementor-element.elementor-element-a5cf8af{--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}.elementor-32872 .elementor-element.elementor-element-a86316a{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-a86316a *//* ========= Customer Review KR ========= */
.crkr-wrap { gap: 16px; }

/* Search row */
.crkr-search{
  display:flex; align-items:center; justify-content:space-between;
  gap:0px; margin: 24px 0;
}
.crkr-search__box{
  flex:1; position:relative;  border-radius:6px;
  background:#fff;
  width: auto;
}
.crkr-search__box .crkr-ic{
  position:absolute; left:10px; top:50%; transform:translateY(-50%);
  font-size:14px; opacity:.6;
}

.crkr-search__box svg.cr-ajax-search-icon {
    position: absolute;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    /* opacity: .6; */
}

.crkr-search__box input[type="text"] {
    padding: 0 20px 0 32px;
    border: solid 1px var(--wd-form-brd-color);
}

button.crkr-search__btn {
    border: solid 1px var(--wd-form-brd-color);
        padding: 8px 16px;
    background: #fff;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 0px;
    font-family: 'PretendardStd-Regular';
    width: auto;
    border-radius: 4px;
    color: black;
    letter-spacing: normal;
    font-size: 1em;
    text-transform: none;
    line-height: 1.5em;
}

.crkr-search__box input{
  width:100%; height:100%; border:none; outline:none;
  padding:0 10px 0 32px; font-size:14px;
  background:transparent;
}
.crkr-search__btn{
  height:40px; padding:0 16px; border:1px solid #e5e7eb;
  border-radius:6px; background:#fff; cursor:pointer;
}
.crkr-search__btn:hover{ background:#f8fafc; }

/* Grid */
.crkr-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap:20px;
}
@media (max-width:1400px){ .crkr-grid{ grid-template-columns: repeat(4, minmax(0,1fr)); } }

@media (max-width:1024px) { .crkr-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); } }


.crkr-card{
  border:1px solid #ececec; border-radius:10px; overflow:hidden;
  background:#fff; cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}

.crkr-card__thumb img{ width:100%; height:290px; object-fit:cover; display:block; }

.crkr-card__body{ padding:20px; }
.crkr-card__meta{ display:flex; align-items:center; gap:6px; font-size:12px; color:#6b7280; justify-content: space-between; margin-bottom: 12px;}
.crkr-card__dot{ display:none; }
span.crkr-card__author {
    color: #0E252C;
    font-size: 13px;
    font-family: 'PretendardStd-Regular';
    font-weight: 500;
}
span.crkr-card__date {
    color: #777;
    font-size: 13px;
    font-family: 'PretendardStd-Regular';
}
.crkr-card__text{ margin:6px 0 8px; font-size:13px; line-height:1.5; color:#767676; margin-bottom: 12px;}
.crkr-card__rating{ color:#F5B301; line-height:1; font-size:13px; margin-bottom:20px; }
.crkr-card__product{ display:flex; align-items:center; gap:8px; padding-top:20px; border-top:1px solid #f1f5f9; }
.crkr-card__product img{ width:40px; height:40px; border-radius:8px;margin-right: 5px; object-fit:cover; }
.crkr-one-line{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width: -webkit-fill-available;
    margin-left: 5px;
    color: #777;
    font-size: 13px;}
.crkr-line-3{
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
  overflow:hidden;
}

/* Empty */
.crkr-empty{ padding:30px 0; color:#6b7280; }

/* Pagination */
.crkr-pager{ margin:18px auto 0; display:flex; align-items:center; justify-content:center; gap:6px; }
.crkr-pager__link, .crkr-pager__gap{
  display:inline-flex; min-width:30px; height:30px; align-items:center; justify-content:center;
  border:1px solid #e5e7eb; border-radius:6px; font-size:13px; color:#111827; background:#fff;
}
.crkr-pager__link:hover{ background:#f8fafc; }
.crkr-pager__link.is-active{ background:#111827; color:#fff; border-color:#111827; }
.crkr-pager__gap{ border:none; }

/* ===== Modal ===== */
body.crkr-lock{ overflow:hidden; }

.crkr-modal{ position:fixed; inset:0; background:rgba(0,0,0,.75); z-index:9999; display:none; }
.crkr-modal__wrap{ min-height:100%; display:flex; align-items:center; justify-content:center; padding:24px; }

.crkr-modal__content{
  width: min(1024px, 95vw); height: min(700px, 90vh); overflow:hidden;
  background:#fff; border-radius:8px; display:flex; flex-direction:column; position:relative; border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

.crkr-modal__fixedhead {
    width: -webkit-fill-available;
    /* width: 56%; */
    position: absolute;
    top: 0;
    background-color: #fff;
    padding: 24px 24px 24px 0;
}

@media (min-width:768px){ .crkr-modal__content{ flex-direction:row; } }

.crkr-modal__close{
  position:absolute; top:10px; right:18px; font-size:30px; line-height:1;
  background:none; border:none; cursor:pointer; color:#111;
}

button.crkr-modal__close {
    position: absolute;
    top: 12px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    right: 12px;
    color: #000;
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    align-items: center;
}
.crkr-modal__gallery{ flex:1; min-width: 54%;
    padding: 0;
    background-color: #222; }
.crkr-modal__main img{ width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
    display: block;}
    
    .crkr-modal__main {
    width: 100%;
    height: 100%;
}
.crkr-modal__thumbs{ display:flex; gap:10px; flex-wrap:wrap; margin-top:12px; }
.crkr-modal__thumbs img{
  width:64px; height:64px; object-fit:cover; border-radius:8px; border:2px solid transparent; cursor:pointer;
}
.crkr-modal__thumbs img.is-active{ border-color:#0073aa; }

.crkr-modal__detail{ flex:1; padding:28px 0 28px 32px; min-height: 0; }
.crkr-modal__product{ display: flex
;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
    max-width: fit-content;}
.crkr-modal__product img{ width:40px; height:40px; border-radius:6px; object-fit:cover; }
.crkr-modal__product-txt {
    width: -webkit-fill-available;
    flex-wrap: nowrap;
    display: flex;
    margin-block: 12px;
    max-width: -webkit-fill-available;
    margin-right: 12px;
    overflow: hidden;
}
.crkr-modal__product-name {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-right: 24px;
    min-width: 0;
    flex: 1 1 auto;
    max-width: fit-content;
}
.crkr-modal__body {
    padding-block: 100px 120px;
    overflow-y: auto;
    height: 100%;
        padding-right: 32px;
}
.crkr-modal__product-price{ margin-top:2px; color:#111827; font-weight:600; }
.crkr-modal__rating{ color:#F5B301; margin:4px 0; }
.crkr-modal__meta{ color:#6b7280; font-size:13px; }
.crkr-modal__title{ font-size:16px; font-weight:700; margin:16px 0 6px; }
.crkr-modal__desc p{ margin:10px 0; color:#444;}
.crkr-modal__other{ margin:16px 0 8px; font-weight:600; color: #555;
    font-size: 14px; }

.crkr-modal__thumbs--bottom img{ width:60px; height:60px; }


/* pagination */
.crkr-pagination{
  display:flex; gap:8px; justify-content:center; margin-top:24px;
}
.crkr-pagination .crkr-page{
  display:inline-flex; align-items:center; justify-content:center;
  width:40px; height:40px; border:1px solid #E6E6E6; border-radius:6px;
  background:#fff; color:#111; text-decoration:none; font-size:14px;
}
.crkr-pagination .crkr-page.is-active{
  background:#008055; color:#fff; border-color:#008055;
}


/* Judul card */
.crkr-card__title{
  font-size: 14px;
    font-weight: 600;
    margin: 6px 0 11px;
    line-height: 24px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/* util: satu baris + ellipsis untuk judul */
.crkr-one-line{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cr-star{ width:15px; height:15px; vertical-align:middle; }

.crkr-modal__otherandthumb {
    position: absolute;
    bottom: 0;
    padding: 0 24px 24px 0;
    width: -webkit-fill-available;
    background-color: #fff;
}

.crkr-modal__ratingandmeta {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 4px 12px;
    border-radius: 4px;
    background-color: #f8f9fa;
    width: -webkit-fill-available;
}

@media (max-width:768px) { 
    .crkr-card__thumb img {
    height: 190px;
}
    .crkr-grid {
        gap: 12px;
    }
    span.crkr-card__date {
        display: none;
    }
    .crkr-card__body {
        padding: 12px;
        
    }
    .crkr-card__meta {
        margin-bottom: 8px;
    }
    .crkr-card {
        border-radius: 8px;
    }
    .crkr-card__title {
    margin: 6px 0 8px;}
    .crkr-card__rating {
        margin-bottom: 12px;
    }
    .crkr-card__product {
        padding-top: 12px;
    }
    .crkr-card__product img {
    width: 32px;
    height: 32px;
    margin-right: 0px;
}
.crkr-one-line {
    margin-left: 0px;
}
button.crkr-search__btn {
    width:22%;
}

.crkr-modal__wrap {
    height: 100%;
    padding:0px;
}
    
    .crkr-modal__content {
    width: 100%;
    height: 100%;
        border-radius: 0 !important;
    }
    .crkr-modal__fixedhead {
    padding: 0;
    position: relative;}
    
    .crkr-modal__otherandthumb {
    padding: 0 24px 24px 24px;
        width: 100%;
        right: 0;
        bottom: 0;
    }
    .crkr-modal__detail {
    overflow-y: auto;
    padding:24px;
}
    .crkr-modal__body {
        padding-block: 12px 120px;
        overflow-y: hidden;
        padding-right: 0;
        height: auto;
    }
.crkr-modal__gallery {
    flex: 1 1 24%;
    max-height: 40%;
}

.crkr-modal__detail {
    flex:1 1 42%;
}
.crkr-modal__main img {
    object-fit: contain;}
    .crkr-modal__thumbs {
        gap:8px;
    }
}

@media (min-width:769px) {
    .crkr-search {
    position: absolute;
        top: -122px;
        width: 24%;
        right: 0;
        justify-content: end;
        gap: 0px;
}
.crkr-search__box input[type="text"] {
    width: auto;
}
}/* End custom CSS */