/* BASIC css start */
/* =========================================================
   AKKINARA MOBILE CATEGORY LIST
   FINAL CLEAN CSS
   Prefix : aklist-
========================================================= */


/* =========================================================
   ROOT
========================================================= */

.aklist-page,
.aklist-page * {
    box-sizing: border-box;
}

.aklist-page {
    --aklist-bg: #ffffff;
    --aklist-text: #252825;
    --aklist-sub: #777b76;
    --aklist-muted: #999c97;
    --aklist-line: #e8e4de;
    --aklist-soft: #f7f5f2;
    --aklist-brown: #8a5a44;

    width: 100%;
    margin: 0;
    padding: 0 0 36px;

    background: #fff;
    color: var(--aklist-text);

    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Apple SD Gothic Neo",
        "Noto Sans KR",
        "Malgun Gothic",
        sans-serif;
}

.aklist-page * {
    min-width: 0;
}

.aklist-page a {
    color: inherit !important;
    text-decoration: none !important;
}

.aklist-page ul,
.aklist-page ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aklist-page figure,
.aklist-page figcaption,
.aklist-page p,
.aklist-page h1,
.aklist-page h2 {
    margin: 0;
    padding: 0;
}

.aklist-page img {
    display: block;
    max-width: 100%;
}


/* =========================================================
   CATEGORY VISUAL
========================================================= */

.aklist-category-visual {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.aklist-category-visual:empty {
    display: none;
}

.aklist-category-visual img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.aklist-category-html {
    width: 100%;
    overflow: hidden;
}

.aklist-category-html img {
    max-width: 100% !important;
    height: auto !important;
}


/* =========================================================
   ±âÁ¸ »ó´Ü PRODUCT CATEGORY Á¦¸ñ Á¦°Å
========================================================= */

.aklist-title {
    display: none !important;
}


/* =========================================================
   CATEGORY PANEL
========================================================= */

.aklist-category-panel {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: #fff !important;
}


/* ´ëºÐ·ù¸í | »óÇ° ºÐ·ù */

.aklist-category-panel-head {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    gap: 7px !important;

    width: 100%;

    min-height: 48px;

    padding: 12px 14px;

    border-top: 1px solid var(--aklist-line);
    border-bottom: 1px solid var(--aklist-line);

    background: #fff;
}

.aklist-category-main {
    color: #252825;

    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;

    white-space: normal;
}

.aklist-category-divider {
    color: #c5c1bb;

    font-size: 12px;
    font-weight: 400;
}

.aklist-category-heading {
    color: #777b76;

    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   CATEGORY OPTIONS
========================================================= */

.aklist-category-options {
    display: block;

    width: 100%;

    padding: 10px 14px 12px;

    background: #fff;
}

.aklist-category-option {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
}

.aklist-category-option + .aklist-category-option {
    margin-top: 10px !important;
}


/* ÁßºÐ·ù/¼ÒºÐ·ù Á¦¸ñ */

.aklist-category-option-label {
    display: flex;
    align-items: center;

    gap: 8px;

    width: 100%;

    margin: 0 0 7px;
}

.aklist-category-number {
    display: flex;

    flex: 0 0 25px;

    align-items: center;
    justify-content: center;

    width: 25px;
    height: 25px;

    border-radius: 6px;

    background: var(--aklist-brown);

    color: #fff;

    font-size: 8px;
    font-weight: 800;
}

.aklist-category-option-label > div {
    flex: 1 1 auto;
}

.aklist-category-option-label strong {
    display: block;

    color: #343734;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}

.aklist-category-option-label small {
    display: none;
}


/* =========================================================
   CATEGORY SELECT
========================================================= */

.aklist-category-selectbox {
    position: relative;

    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.aklist-category-selectbox::after {
    position: absolute;

    top: 50%;
    right: 15px;

    width: 7px;
    height: 7px;

    margin-top: -5px;

    border-right: 1.5px solid #555;
    border-bottom: 1.5px solid #555;

    transform: rotate(45deg);

    pointer-events: none;

    content: "";
}

.aklist-category-selectbox select {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    height: 46px !important;
    min-height: 46px !important;

    margin: 0 !important;

    padding:
        0
        42px
        0
        12px !important;

    border: 1px solid #d5d0c9 !important;
    border-radius: 8px !important;

    background: #fff !important;

    color: #333 !important;

    font-family: inherit !important;
    font-size: 12px !important;
    font-weight: 600 !important;

    line-height: normal !important;

    -webkit-appearance: none !important;
    appearance: none !important;
}


/* =========================================================
   BEST SECTION
========================================================= */

.shopbrand .MK_product_list.aklist-best {
    width: 100%;

    margin: 8px 0 0 !important;

    padding: 0 14px 10px !important;

    border-top: 1px solid var(--aklist-line) !important;
    border-bottom: 1px solid var(--aklist-line) !important;

    background: #fff !important;
}

.aklist-section-title {
    padding: 17px 0 10px;
}

.aklist-section-title p {
    margin-bottom: 3px;

    color: var(--aklist-brown);

    font-size: 8px;
    font-weight: 800;

    letter-spacing: .14em;
}

.aklist-section-title h2 {
    color: #252825;

    font-size: 16px;
    font-weight: 800;

    line-height: 1.4;
}


/* =========================================================
   BEST LIST RESET
========================================================= */

.shopbrand
.MK_product_list
.aklist-best-items {
    padding: 0 !important;
}

.shopbrand
.MK_product_list
.items
#MK_best_product.aklist-best-list {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.shopbrand
.MK_product_list
.items
#MK_best_product.aklist-best-list > li {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
}

.shopbrand
.MK_product_list
.items
#MK_best_product.aklist-best-list > li + li {
    border-top: 1px solid var(--aklist-line);
}


/* =========================================================
   PRODUCT TOOLBAR
========================================================= */

.aklist-toolbar {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 10px;

    width: 100%;

    min-height: 56px;

    margin: 8px 0 0;

    padding: 8px 14px;

    border-top: 1px solid var(--aklist-line);
    border-bottom: 1px solid var(--aklist-line);

    background: #fff;
}

.aklist-product-count {
    display: flex;

    flex: 1 1 auto;

    align-items: center;

    gap: 3px;

    min-width: 0;
}

.aklist-product-count span {
    color: #858984;

    font-size: 10px;
}

.aklist-product-count strong {
    color: var(--aklist-brown);

    font-size: 12px;
    font-weight: 800;
}

.aklist-sort {
    display: flex;

    flex: 0 1 145px;

    align-items: center;
    justify-content: flex-end;

    gap: 5px;

    min-width: 0;
}

.aklist-sort > span {
    flex: 0 0 auto;

    color: #858984;

    font-size: 9px;
}

.aklist-sort-box {
    flex: 1 1 auto;

    min-width: 0;
}

.aklist-sort-box select {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    height: 37px !important;

    margin: 0 !important;

    padding: 0 8px !important;

    border: 1px solid #d7d2cc !important;
    border-radius: 7px !important;

    background: #fff !important;

    color: #444 !important;

    font-size: 10px !important;
}


/* =========================================================
   PRODUCT LIST ROOT
========================================================= */

.aklist-products {
    width: 100%;

    margin: 0;

    padding: 0 14px 10px;

    background: #fff;
}

.aklist-product-list {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.aklist-product-list > ul {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}

.aklist-product-list > ul > li {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
}

.aklist-product-list > ul > li + li {
    border-top: 1px solid var(--aklist-line);
}


/* ±âÁ¸ ¼îÇÎ¸ô 1¿­/2¿­ CSS ¹«·ÂÈ­ */

.aklist-page .list_shopping1x ul,
.aklist-page .list_shopping2x ul {
    display: block !important;

    width: 100% !important;
}

.aklist-page .list_shopping1x ul li,
.aklist-page .list_shopping2x ul li {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
}


/* =========================================================
   PRODUCT FLEX ROW
========================================================= */

.aklist-product-row {
    display: flex !important;

    flex-direction: row !important;

    align-items: flex-start !important;
    justify-content: flex-start !important;

    gap: 13px !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    padding: 15px 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    overflow: visible !important;
}


/* MakeShop figure °£¼· ¹æÁö */

.aklist-page
.list_shopping1x
.aklist-product-row figure,

.aklist-page
.list_shopping2x
.aklist-product-row figure {
    display: contents !important;
}


/* =========================================================
   PRODUCT THUMBNAIL
   ¹è°æ ¿ÏÀü Á¦°Å
========================================================= */

.aklist-product-thumb {
    position: relative;

    display: flex !important;

    flex: 0 0 38% !important;

    align-items: center !important;
    justify-content: center !important;

    width: 38% !important;
    max-width: 150px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;

    overflow: hidden !important;
}


/*
 * Á¤»ç°¢Çü ¹Ú½º¸¦ °­Á¦ÇÏÁö ¾ÊÀ½.
 * ÀÌ¹ÌÁö ¿ø·¡ ºñÀ²ÀÌ º¸ÀÌµµ·Ï ÇÔ.
 */

.aklist-product-thumb img,
.aklist-product-thumb .listPic {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: none !important;

    margin: 0 auto !important;
    padding: 0 !important;

    border: 0 !important;

    background: transparent !important;

    object-fit: contain !important;
}


/* =========================================================
   BEST BADGE
========================================================= */

.aklist-best-mark {
    position: absolute;

    top: 5px;
    left: 5px;

    display: flex;

    align-items: center;
    justify-content: center;

    min-width: 36px;
    height: 20px;

    padding: 0 6px;

    border-radius: 5px;

    background: rgba(35, 38, 35, .9);

    color: #fff;

    font-size: 8px;
    font-weight: 800;
}


/* =========================================================
   PRODUCT INFORMATION
========================================================= */

.aklist-product-content {
    display: flex !important;

    flex: 1 1 0 !important;

    flex-direction: column !important;

    align-items: flex-start !important;

    width: auto !important;
    max-width: none !important;

    min-width: 0 !important;

    margin: 0 !important;

    padding: 1px 0 0 !important;

    overflow: visible !important;

    text-align: left !important;
}


/* =========================================================
   PRODUCT NAME
========================================================= */

.aklist-product-name {
    display: block !important;

    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    color: #292c29 !important;

    font-size: 14px !important;
    font-weight: 800 !important;

    line-height: 1.48 !important;

    letter-spacing: -.025em !important;

    white-space: normal !important;

    word-break: keep-all !important;

    overflow-wrap: anywhere !important;

    text-align: left !important;

    text-overflow: clip !important;

    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
}


/* =========================================================
   SUBNAME
========================================================= */

.aklist-product-subname {
    display: block !important;

    width: 100% !important;

    height: auto !important;

    margin: 5px 0 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    color: #858984 !important;

    font-size: 10px !important;

    line-height: 1.5 !important;

    white-space: normal !important;

    word-break: keep-all !important;

    overflow-wrap: anywhere !important;
}


/* =========================================================
   ICONS
========================================================= */

.aklist-product-icons {
    display: block;

    width: 100%;

    margin-top: 5px;

    font-size: 0;
}

.aklist-product-icons:empty {
    display: none;
}

.aklist-product-icons img {
    display: inline-block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 16px !important;

    margin: 0 3px 3px 0 !important;
}


/* =========================================================
   REVIEW
========================================================= */

.aklist-review {
    margin-top: 6px !important;

    color: #777b76 !important;

    font-size: 9px !important;

    line-height: 1.4 !important;
}

.aklist-review strong {
    color: var(--aklist-brown);

    font-weight: 800;
}


/* =========================================================
   PRICE
========================================================= */

.aklist-price-before {
    margin-top: 8px !important;

    color: #aaa !important;

    font-size: 10px !important;

    line-height: 1.3 !important;
}

.aklist-price-before del {
    color: #aaa !important;
}

.aklist-price {
    margin-top: 3px !important;

    color: #252825 !important;

    font-size: 16px !important;
    font-weight: 850 !important;

    line-height: 1.35 !important;

    letter-spacing: -.03em !important;
}

.aklist-price-replace {
    margin-top: 9px !important;

    color: var(--aklist-brown) !important;

    font-size: 13px !important;
    font-weight: 800 !important;

    line-height: 1.4 !important;
}

.aklist-point {
    margin-top: 4px !important;

    color: #999c97 !important;

    font-size: 9px !important;

    line-height: 1.4 !important;
}


/* =========================================================
   SOLD OUT
========================================================= */

.aklist-soldout {
    display: inline-flex !important;

    align-items: center;
    justify-content: center;

    margin-top: 8px !important;

    padding: 5px 8px !important;

    border: 0 !important;
    border-radius: 4px;

    background: #eee !important;

    color: #777 !important;

    font-size: 9px !important;
    font-weight: 800 !important;
}


/* =========================================================
   BEST PAGING
========================================================= */

.shopbrand
.MK_product_list
.items
.paging-num.aklist-best-paging {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 15px 0 4px !important;
}

.shopbrand
.MK_product_list
.items
.paging-num.aklist-best-paging
.aklist-page-arrow {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    width: 32px !important;
    height: 32px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid #ddd8d1 !important;
    border-radius: 50% !important;

    background: #fff !important;

    color: #333 !important;

    font-size: 18px;
}

.aklist-page-number {
    color: #999;

    font-size: 10px;
}

.aklist-page-number strong {
    color: #333;
}


/* =========================================================
   EMPTY
========================================================= */

.aklist-empty {
    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    min-height: 220px;

    text-align: center;
}

.aklist-empty strong {
    color: #555;

    font-size: 14px;
    font-weight: 800;
}

.aklist-empty p {
    margin-top: 5px;

    color: #999;

    font-size: 10px;
}


/* =========================================================
   MORE
========================================================= */

.aklist-more {
    width: 100%;

    padding: 18px 0 4px;
}

.aklist-more-button {
    display: flex !important;

    align-items: center !important;
    justify-content: center !important;

    gap: 7px;

    width: 100% !important;

    min-height: 48px !important;

    margin: 0 !important;

    padding: 0 14px !important;

    border: 1px solid #d6d1ca !important;
    border-radius: 8px !important;

    background: #fff !important;

    color: #343734 !important;

    font-size: 11px !important;
    font-weight: 800 !important;
}

.aklist-more-button > span {
    display: block;

    width: 7px;
    height: 7px;

    margin-top: -4px;

    border-right: 1.5px solid #555;
    border-bottom: 1.5px solid #555;

    transform: rotate(45deg);
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media screen and (max-width: 350px) {

    .aklist-product-row {
        gap: 10px !important;
    }

    .aklist-product-thumb {
        flex-basis: 36% !important;
        width: 36% !important;
    }

    .aklist-product-name {
        font-size: 12px !important;
    }

    .aklist-price {
        font-size: 14px !important;
    }

    .aklist-category-options {
        padding-left: 10px;
        padding-right: 10px;
    }

    .aklist-toolbar {
        padding-left: 10px;
        padding-right: 10px;
    }

    .aklist-sort {
        flex-basis: 135px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media screen and (min-width: 600px) {

    .aklist-page {
        max-width: 900px;

        margin-left: auto;
        margin-right: auto;
    }

    .aklist-category-options {
        display: grid;

        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );

        gap: 10px;
    }

    .aklist-category-option + .aklist-category-option {
        margin-top: 0 !important;
    }

    .aklist-product-thumb {
        flex:
            0 0
            180px !important;

        width: 180px !important;
        max-width: 180px !important;
    }

    .aklist-product-name {
        font-size: 15px !important;
    }

    .aklist-price {
        font-size: 18px !important;
    }
}
/* BASIC css end */

