/*最新消息 圖片版*/
.story-page .section_story_items {
    color: #999;
    position: relative;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    /*IE 5.5-7*/
    border-radius: 0.25rem;
    overflow: hidden;
}

.story-page .story-section03 .img-wrap .img-item {
    padding-top: 60%;
}

.story-page .story-section03 .story-detail-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.story-page .story-section03 .story-detail-title h3 {
    margin: 0;
}

.story-page .story-section03 .story-detail-title .portrait-img {
    border-radius: 50%;
    overflow: hidden;
}

.story-page .story-section03 .share-list {
    text-align: center;
}

.story-page .story-section03 .share-list li {
    margin-bottom: .5rem;
}

.story-page .story-section03 .share-list li a {
    display: block;
    font-size: initial;
    line-height: 0;
}

.story-page .story-section03 .share-list li a i {
    font-size: 32px;
    color: #666;
}

.story-page .story-section03 .share-list li a i:hover {
    color: #000;
}

/* 商品輪播放影片*/
.img-wrap .img-item iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.third_login_text {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.third_login_text .line {
    display: inline-block;
    width: 20%;
    border-top: 1px solid #ccc;
}

.third_login_text .txt {
    color: #000;
    font-weight: bold;
    vertical-align: middle;
}

.third_login .third_login_btn {
    width: 75%;
    margin: auto;
    text-align: center;
}

.third_login .fb-login,
.third_login .google-login,
.third_login .line-login {
    margin: auto;
    text-align: center;
}

.third_login .line-login img {
    width: 75%;
}

.third_login .fb-login img {
    width: 73%;
}

.third_login .google-login img {
    width: 100%;
}

/* BO KEE homepage redesign */
.bokee-home-page {
    --bokee-green: #075642;
    --bokee-green-dark: #043a2e;
    --bokee-red: #d7241f;
    --bokee-yellow: #f1c33a;
    --bokee-cream: #fbf2d8;
    --bokee-paper: #fff7df;
    --bokee-ink: #14362e;
    --bokee-muted: #6d6a5f;
    background: var(--bokee-cream);
    color: var(--bokee-ink);
    font-family: "Microsoft JhengHei", "Noto Sans TC", Arial, sans-serif;
}

.bokee-home-page a,
.bokee-home-page button {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.bokee-home-page img {
    max-width: 100%;
}

.bokee-home-page .container {
    max-width: 1280px;
}

.bokee-header {
    background: var(--bokee-green);
    border-bottom: 2px solid var(--bokee-red);
    color: #fff;
}

.bokee-header__notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 22px;
    border-bottom: 3px solid #d6aa28;
    background: #b71f19;
    color: #ffe7a2;
    font-size: 11px;
    letter-spacing: 0;
}

.bokee-header__main {
    padding: 0 15px;
}

.bokee-header__main > .row {
    min-height: 90px;
}

.bokee-header__since {
    color: #f2d56f;
    font-size: 10px;
    font-weight: 700;
}

.bokee-header .bokee-header__logo {
    position: static;
    display: flex;
    left: auto;
    top: auto;
    transform: none;
    justify-content: center;
    width: 212px;
    padding: 0;
    margin: 0 auto;
}

.bokee-header .bokee-header__logo img {
    width: 212px;
    height: auto;
    max-height: 78px;
    margin-right: 0;
    object-fit: contain;
}

.bokee-header__icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bokee-header .top-icon {
    padding: 0;
}

.bokee-header__icons .top-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bokee-header .top-icon .top-icon-list.bokee-header__icons .top-icon-link > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 1px solid #e5bf4c;
    border-radius: 50%;
    background: var(--bokee-red);
    color: #fff;
    font-size: 13px;
    line-height: 1;
    opacity: 1;
}

.bokee-header .top-icon .top-icon-list.bokee-header__icons .top-icon-link > a i {
    display: block;
    color: inherit;
    font-size: 13px;
    line-height: 1;
}

.bokee-header .top-icon .top-icon-list.bokee-header__icons .top-icon-link > a:hover {
    background: #f5d75b;
    color: var(--bokee-green);
    opacity: 1;
}

.bokee-header .top-icon .top-icon-list.bokee-header__icons .bag-number {
    position: absolute;
    right: -3px;
    bottom: -2px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 999px;
    background: #fff;
    color: var(--bokee-red);
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.bokee-header .search-body {
    right: 0;
    top: 44px;
    min-width: 260px;
    padding: 10px;
    border: 2px solid #e5bf4c;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.bokee-header.header .top-header.bokee-header__nav {
    padding: 0;
    border-top: 1px solid rgba(255, 247, 223, .22);
    border-bottom: 6px solid #d6aa28;
    background: #064334;
}

.bokee-header.header .top-header.bokee-header__nav .navbar {
    min-height: 53px;
    padding: 0;
}

.bokee-header.header .top-header.bokee-header__nav .top-menu .collapse {
    justify-content: center;
}

.bokee-header.header .top-header.bokee-header__nav .navbar-nav {
    width: 100%;
    gap: 0;
}

.bokee-header.header .top-header.bokee-header__nav .top-menu .collapse li a,
.bokee-header.header .top-header.bokee-header__nav .navbar-nav > li > a {
    display: flex;
    min-height: 53px;
    align-items: center;
    padding: 0 21px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.2;
    margin-right: 0;
    white-space: nowrap;
}

.bokee-header.header .top-header.bokee-header__nav .top-menu .collapse li.active a,
.bokee-header.header .top-header.bokee-header__nav .top-menu .collapse li:hover a,
.bokee-header.header .top-header.bokee-header__nav .navbar-nav > li.active > a,
.bokee-header.header .top-header.bokee-header__nav .navbar-nav > li > a:hover {
    color: #fff;
}

.bokee-header.header .top-header.bokee-header__nav .top-menu .collapse li.active a::before,
.bokee-header.header .top-header.bokee-header__nav .top-menu .collapse li:hover a::before {
    display: none;
}

.bokee-header .navbar-toggler {
    margin: 10px 0;
    border-color: #f1c33a;
}

.bokee-header .icon-bar {
    background: #f1c33a;
}

.bokee-home {
    overflow: hidden;
    background: var(--bokee-cream);
}

.bokee-hero {
    position: relative;
    background: var(--bokee-green);
}

.bokee-hero__slider,
.bokee-hero__slider .slick-list,
.bokee-hero__slider .slick-track {
    min-height: 600px;
}

.bokee-hero__slide {
    position: relative;
    display: flex !important;
    align-items: center;
    min-height: 600px;
    color: #fff;
    background-position: center;
    background-size: cover;
}

.bokee-hero__slide--empty {
    background:
        linear-gradient(120deg, rgba(181, 33, 25, .34), rgba(5, 89, 63, .82)),
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-color: var(--bokee-green);
    background-size: auto, 24px 24px, 24px 24px;
}

.bokee-hero__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(87, 24, 12, .58) 0%, rgba(6, 84, 58, .28) 48%, rgba(5, 56, 41, .68) 100%);
}

.bokee-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.bokee-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 14px;
    border: 2px solid var(--bokee-red);
    border-radius: 999px;
    background: var(--bokee-yellow);
    color: var(--bokee-green);
    font-size: 12px;
    font-weight: 800;
}

.bokee-hero__kicker {
    color: #ffe88e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-style: italic;
}

.bokee-hero__title {
    color: #fff6d4;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.15;
    text-shadow: 0 4px 16px rgba(0, 0, 0, .32);
}

.bokee-hero__text {
    max-width: 620px;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.bokee-hero__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
}

.bokee-hero__features span {
    display: grid;
    place-items: center;
    min-width: 150px;
    min-height: 64px;
    padding: 10px 18px;
    border: 2px solid rgba(245, 215, 91, .8);
    border-radius: 999px;
    background: rgba(5, 73, 53, .8);
}

.bokee-hero__features strong {
    color: #fff8d8;
    font-size: 16px;
}

.bokee-hero__features small {
    color: #f0d56b;
    font-size: 10px;
    font-weight: 800;
}

.bokee-hero .slick-dots {
    bottom: 24px;
}

.bokee-hero .slick-dots li button:before {
    color: #f6d856;
    opacity: .8;
}

.bokee-section {
    position: relative;
    padding: 76px 0;
}

.bokee-menu-section {
    padding-top: 60px;
    background-color: #fbf2d8;
    background-image: url("../images/bokee/shop-bg.jpg");
    background-repeat: repeat;
    background-size: 320px 220px;
}

.bokee-menu-section .bokee-section-title {
    max-width: 755px;
    margin-bottom: 0;
}

.bokee-products-section {
    padding: 84px 0 92px;
    background-color: var(--bokee-cream);
    background-image: url("../images/bokee/paper-bg.jpg?v1.028");
    background-repeat: repeat;
    background-size: 256px 256px;
}

.bokee-products-section .bokee-section-title--products {
    max-width: 980px;
    margin-bottom: 32px;
}

.bokee-products-section .bokee-section-title--products:before {
    position: absolute;
    left: 50%;
    top: -34px;
    z-index: -1;
    transform: translateX(-50%);
    color: rgba(8, 84, 61, .06);
    font-size: 92px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.bokee-products-badge {
    display: block;
    width: 188px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 22px;
}

.bokee-products-section .bokee-section-title--products h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 18px;
}

.bokee-products-section .bokee-section-title--products h2 strong {
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
}

.bokee-products-section .bokee-section-title--products h2 strong span {
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.bokee-products-section .bokee-section-title--products h2 strong span:first-child {
    color: var(--bokee-green);
}

.bokee-products-section .bokee-section-title--products h2 strong span:last-child {
    color: var(--bokee-red);
}

.bokee-products-section .bokee-section-title--products h2 em {
    display: inline-flex;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    align-items: center;
    justify-content: center;
    border: 3px double #c59f35;
    border-radius: 50%;
    background: rgba(255, 250, 229, .88);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .65);
    color: var(--bokee-green);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
}

.bokee-section-title {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.bokee-section-title:before {
    content: attr(data-ghost);
}

.bokee-section-title > span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--bokee-yellow);
    color: var(--bokee-red);
    font-size: 11px;
    font-weight: 900;
}

.bokee-section-title h2 {
    margin: 0 0 16px;
    color: var(--bokee-green);
    font-size: 30px;
    line-height: 1.28;
    font-weight: 900;
}

.bokee-section-title p {
    margin: 0;
    color: var(--bokee-muted);
    font-size: 15px;
    line-height: 1.8;
}

.bokee-menu-title-img {
    display: block;
    width: min(755px, 100%);
    height: auto;
    margin: 0 auto;
}

.bokee-menu-stamp {
    position: absolute;
    top: 88px;
    right: max(28px, calc((100vw - 1280px) / 2 + 36px));
    width: 168px;
    height: auto;
    opacity: .9;
}

.bokee-section-title--dark h2,
.bokee-section-title--dark p {
    color: #fff6d8;
}

.bokee-brands-section .bokee-section-title {
    max-width: 980px;
    margin-bottom: 54px;
}

.bokee-brands-section .bokee-section-title:before {
    position: absolute;
    left: 50%;
    top: 8px;
    z-index: -1;
    transform: translateX(-50%);
    color: rgba(255, 247, 223, .07);
    font-size: 88px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.bokee-brands-section .bokee-section-title > span {
    min-width: 166px;
    min-height: 45px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border: 3px solid #f0bd28;
    border-radius: 8px;
    background: var(--bokee-red);
    box-shadow: 6px 6px 0 #0b6b54;
    color: #fff6d4;
    font-size: 13px;
    letter-spacing: 0;
}

.bokee-menu-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
    padding: 34px 16px 18px;
    border: 4px solid var(--bokee-green);
    border-radius: 10px;
    background: #fbf2d8;
}

.bokee-menu-guide {
    position: absolute;
    left: 34px;
    top: -31px;
    z-index: 2;
    width: 237px;
    height: auto;
}

.bokee-menu-card {
    position: relative;
    display: flex;
    min-height: 292px;
    flex-direction: column;
    align-items: center;
    padding: 34px 12px 18px;
    border: 2px solid var(--bokee-green);
    border-radius: 8px;
    background: #fff8df;
    color: var(--bokee-ink);
    text-align: center;
}

.bokee-menu-card:hover {
    color: var(--bokee-ink);
    transform: translateY(-4px);
}

.bokee-menu-card__letter {
    position: absolute;
    top: -9px;
    color: rgba(8, 76, 56, .12);
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}

.bokee-menu-card__image {
    position: relative;
    z-index: 1;
    width: 112px;
    height: 112px;
    margin: 0 0 22px;
}

.bokee-menu-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bokee-menu-card__image em,
.bokee-product-card__image > em,
.bokee-brand-card__media em,
.bokee-news-card__media em {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 12px;
    color: rgba(20, 54, 46, .55);
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    text-align: center;
}

.bokee-menu-card__image.is-missing,
.bokee-product-card__image.is-missing,
.bokee-brand-card__media.is-missing,
.bokee-news-card__media.is-missing {
    background:
        linear-gradient(rgba(8, 84, 61, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 84, 61, .08) 1px, transparent 1px),
        #f3ead2;
    background-size: 12px 12px;
}

.bokee-menu-card__image.is-missing em,
.bokee-product-card__image.is-missing > em,
.bokee-brand-card__media.is-missing em,
.bokee-news-card__media.is-missing em {
    display: flex;
}

.bokee-menu-card strong {
    margin-bottom: 10px;
    color: var(--bokee-red);
    font-size: 15px;
}

.bokee-menu-card small {
    color: var(--bokee-muted);
    font-size: 12px;
    line-height: 1.55;
}

.bokee-story-section {
    background-color: #eef2de;
    background-image: url("../images/bokee/check-bg.jpg");
    background-repeat: repeat;
    background-size: 160px 160px;
}

.bokee-story {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) 280px;
    overflow: hidden;
    border: 4px solid var(--bokee-green);
    border-radius: 12px;
    background: #fff0bf;
    box-shadow: 0 20px 40px rgba(6, 60, 45, .16);
}

.bokee-story--content-only {
    grid-template-columns: minmax(0, 1fr);
}

.bokee-story--content-only .bokee-story__body {
    min-height: 320px;
}

.bokee-story__stats {
    display: flex;
    min-height: 420px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    padding: 54px 34px 34px;
    background-color: #b74439;
    background-image: url("../images/bokee/story-stat-bg.jpg?v1.024");
    background-position: center;
    background-size: cover;
    color: #fff6d4;
}

.bokee-story__stats span {
    color: #0b674f;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.bokee-story__stats span:nth-of-type(2) {
    margin-top: auto;
}

.bokee-story__stats span:nth-of-type(n + 2) {
    color: #f1c949;
}

.bokee-story__stats strong {
    color: #fff6d4;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
}

.bokee-story__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 42px 44px;
}

.bokee-story-badge {
    display: block;
    width: 142px;
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.bokee-story__body h2 {
    margin: 0 0 20px;
    color: var(--bokee-green);
    font-size: 30px;
    line-height: 1.35;
    font-weight: 900;
}

.bokee-story__body p {
    margin: 0 0 28px;
    color: #4e4c42;
    font-size: 15px;
    line-height: 1.9;
}

.bokee-story-button {
    display: inline-flex;
    width: 210px;
    max-width: 100%;
    height: 78px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    border: 0;
    background: transparent;
}

.bokee-story-button img {
    display: block;
    width: 100%;
    height: auto;
}

.bokee-story-button:hover {
    transform: translateY(-2px);
}

.bokee-story__image {
    position: relative;
    min-height: 420px;
}

.bokee-story__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bokee-story__image span {
    position: absolute;
    right: 24px;
    bottom: 26px;
    padding: 9px 16px;
    border-radius: 999px;
    background: var(--bokee-green);
    color: #fff8dc;
    font-weight: 800;
}

.bokee-brands-section {
    background-color: var(--bokee-green);
    background-image: url("../images/bokee/green-bg.jpg");
    background-repeat: repeat;
    background-size: 256px 256px;
}

.bokee-news-section {
    padding: 86px 0 98px;
    background-color: #044d3a;
    background-image: url("../images/bokee/news-bg.jpg?v1.031");
    background-repeat: repeat;
    background-size: 512px 512px;
}

.bokee-news-section .bokee-section-title {
    max-width: 980px;
    margin-bottom: 46px;
}

.bokee-news-section .bokee-section-title:before {
    position: absolute;
    left: 50%;
    top: -36px;
    z-index: -1;
    transform: translateX(-50%);
    color: rgba(255, 247, 223, .08);
    font-size: 96px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.bokee-news-badge {
    display: block;
    width: 174px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 22px;
}

.bokee-news-section .bokee-section-title h2 {
    color: #fff6d4;
    font-size: 34px;
    line-height: 1.25;
    text-shadow: 0 3px 0 rgba(0, 0, 0, .18);
}

.bokee-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 24px;
}

.bokee-brand-card {
    overflow: hidden;
    border: 3px solid #e8c24c;
    border-radius: 10px;
    background: #fff5cf;
    box-shadow: 10px 10px 0 rgba(0, 38, 28, .28);
}

.bokee-brand-card:nth-child(even) {
    margin-top: 52px;
}

.bokee-brand-card__title {
    display: flex;
    min-height: 62px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 12px 18px;
    border-bottom: 3px solid #e8c24c;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .06) 25%, transparent 25%) 0 0 / 22px 22px,
        linear-gradient(225deg, rgba(255, 255, 255, .05) 25%, transparent 25%) 0 0 / 22px 22px,
        #9f271f;
    color: #fff6d4;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
}

.bokee-brand-card:nth-child(2) .bokee-brand-card__title {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%) 0 0 / 22px 22px,
        linear-gradient(225deg, rgba(255, 255, 255, .04) 25%, transparent 25%) 0 0 / 22px 22px,
        #0a7c64;
}

.bokee-brand-card__media {
    position: relative;
    height: 176px;
}

.bokee-brand-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bokee-brand-card__body {
    padding: 28px 18px 24px;
}

.bokee-brand-card__tag {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    margin-bottom: 20px;
    padding: 7px 13px;
    border: 3px solid #0b6b54;
    border-radius: 8px;
    background: var(--bokee-yellow);
    box-shadow: 5px 5px 0 rgba(8, 84, 61, .45);
    color: var(--bokee-red);
    font-size: 12px;
    font-weight: 900;
}

.bokee-brand-card h4 {
    margin: 0 0 14px;
    color: var(--bokee-green);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
}

.bokee-brand-card p {
    min-height: 96px;
    margin: 0 0 24px;
    color: #5e584b;
    font-size: 15px;
    line-height: 1.75;
}

.bokee-brand-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 142px;
    min-height: 42px;
    padding: 0 18px;
    border: 3px solid #59291e;
    border-radius: 999px;
    background: #f1b634;
    box-shadow: 4px 4px 0 rgba(8, 84, 61, .28);
    color: var(--bokee-red);
    font-size: 13px;
    font-weight: 900;
}

.bokee-brand-card__link:hover {
    border-color: var(--bokee-green);
    background: #ffd143;
    color: var(--bokee-red);
}

.bokee-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 0 auto 52px;
    border: 0 !important;
}

.bokee-tabs .nav-link {
    min-height: 42px;
    margin-bottom: 0;
    padding: 8px 22px;
    border: 3px solid var(--bokee-green);
    border-radius: 999px;
    background: #fff9e5;
    color: var(--bokee-green);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.bokee-tabs .nav-link.active {
    border-color: var(--bokee-red);
    background: var(--bokee-red);
    box-shadow: 5px 5px 0 #c7962e;
    color: #fff;
}

.bokee-products-section .tab-content > .tab-pane:not(.active) {
    display: none !important;
    opacity: 0 !important;
}

.bokee-products-section .tab-content > .tab-pane.active {
    display: block;
    opacity: 1;
}

.bokee-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.bokee-product-card {
    display: flex;
    min-height: 505px;
    flex-direction: column;
    overflow: hidden;
    border: 3px solid var(--bokee-green);
    border-radius: 8px;
    background: #fff7df;
    box-shadow: 9px 9px 0 rgba(8, 84, 61, .23);
}

.bokee-product-card__image {
    position: relative;
    display: block;
    height: 300px;
    background:
        radial-gradient(circle at 22% 20%, rgba(255, 255, 255, .7) 0 1px, transparent 2px),
        radial-gradient(circle at 68% 72%, rgba(255, 255, 255, .55) 0 1px, transparent 2px),
        #eadfda;
}

.bokee-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 72px 26px 70px;
}

.bokee-product-card__image.is-fallback img {
    object-fit: contain;
    background: transparent;
}

.bokee-product-card__badges {
    display: none;
}

.bokee-product-card__badges em {
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--bokee-red);
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
}

.bokee-product-card__seal {
    position: absolute;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.bokee-product-card__seal--top {
    top: 26px;
}

.bokee-product-card__seal--bottom {
    bottom: 24px;
}

.bokee-product-card__seal:before,
.bokee-product-card__seal:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #d6aa28;
    clip-path: polygon(50% 0, 62% 37%, 100% 50%, 62% 63%, 50% 100%, 38% 63%, 0 50%, 38% 37%);
}

.bokee-product-card__seal b {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: 2px solid #f6dd73;
    border-radius: 50%;
    background: #b62620;
    color: #fff7df;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.bokee-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    border-top: 3px solid var(--bokee-green);
    padding: 24px 20px 22px;
}

.bokee-product-card h3 {
    min-height: auto;
    margin: 0 0 14px;
    color: var(--bokee-green);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.45;
}

.bokee-product-card__body p {
    min-height: 58px;
    margin: 0 0 20px;
    color: #6b6255;
    font-size: 15px;
    line-height: 1.65;
}

.bokee-product-card__price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    margin-bottom: 0;
}

.bokee-product-card__price span {
    color: #888;
    font-size: 13px;
    text-decoration: line-through;
}

.bokee-product-card__price strong {
    color: var(--bokee-red);
    font-size: 18px;
}

.bokee-product-card__actions {
    display: none;
    gap: 10px;
}

.bokee-card-btn,
.bokee-card-icon,
.bokee-btn {
    border: 2px solid var(--bokee-red);
    border-radius: 999px;
    background: var(--bokee-red);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.bokee-card-btn {
    flex: 1;
    min-height: 38px;
    padding: 0 14px;
    font-size: 13px;
}

.bokee-card-btn[disabled] {
    border-color: #b7ad93;
    background: #b7ad93;
    cursor: not-allowed;
}

.bokee-card-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
}

.bokee-card-icon.MyFollow,
.bokee-card-icon:hover,
.bokee-card-btn:hover,
.bokee-btn:hover {
    border-color: var(--bokee-green);
    background: var(--bokee-yellow);
    color: var(--bokee-green);
}

.bokee-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 22px;
}

.bokee-btn--center {
    margin-top: 36px;
}

.bokee-products-more {
    display: inline-flex;
    width: 196px;
    max-width: 100%;
    height: 66px;
    margin-top: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.bokee-products-more img {
    display: block;
    width: 100%;
    height: auto;
}

.bokee-products-more:hover {
    transform: translateY(-2px);
}

.bokee-btn--light {
    border-color: var(--bokee-green);
    background: #fff7df;
    color: var(--bokee-green);
}

.bokee-empty {
    padding: 42px 18px;
    border: 2px dashed rgba(8, 84, 61, .28);
    border-radius: 10px;
    color: var(--bokee-muted);
    text-align: center;
}

.bokee-empty--dark {
    border-color: rgba(255, 255, 255, .24);
    color: #fff7df;
}

.bokee-news-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.bokee-news-card {
    display: block;
    overflow: hidden;
    border: 3px solid #e8c24c;
    border-radius: 8px;
    background: #0b674f;
    color: #fff7df;
    box-shadow: 8px 8px 0 rgba(0, 40, 30, .28);
}

.bokee-news-card:hover {
    color: #fff7df;
    transform: translateY(-4px);
}

.bokee-news-card__media {
    position: relative;
    display: block;
    height: 170px;
    border-bottom: 3px solid #e8c24c;
}

.bokee-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bokee-news-card__date {
    display: block;
    padding: 0 18px 22px;
    color: #fff6d4;
    font-size: 14px;
    font-weight: 700;
}

.bokee-news-card__date i {
    margin-right: 7px;
    color: #fff6d4;
}

.bokee-news-card h3 {
    min-height: 64px;
    margin: 0;
    padding: 22px 18px 12px;
    color: #e8c24c;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 900;
}

.bokee-news-more {
    display: inline-flex;
    width: 196px;
    max-width: 100%;
    height: 66px;
    margin-top: 54px;
    padding: 0;
    border: 0;
    background: transparent;
}

.bokee-news-more img {
    display: block;
    width: 100%;
    height: auto;
}

.bokee-news-more:hover {
    transform: translateY(-2px);
}

.bokee-cta {
    position: relative;
    min-height: 398px;
    display: flex;
    align-items: center;
    border-top: 5px solid #d6aa28;
    background-position: center center;
    background-size: cover;
}

.bokee-cta:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(170, 35, 31, .38), rgba(7, 86, 66, .18) 48%, rgba(7, 86, 66, .38));
}

.bokee-cta .container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.bokee-cta__box {
    width: min(450px, 100%);
    padding: 31px 32px 34px;
    border: 4px solid var(--bokee-green);
    border-radius: 12px;
    background-color: #fff7df;
    background-image: url("../images/bokee/paper-bg.jpg?v1.032");
    background-repeat: repeat;
    background-size: 256px 256px;
    box-shadow: 11px 11px 0 #e8c24c;
}

.bokee-cta__badge {
    display: block;
    width: 184px;
    height: auto;
    margin: 0 0 20px;
}

.bokee-cta__box h2 {
    margin: 0 0 18px;
    color: var(--bokee-green);
    font-size: 32px;
    font-weight: 900;
    line-height: 1.25;
}

.bokee-cta__box h2 span {
    color: var(--bokee-red);
}

.bokee-cta__box p {
    margin: 0 0 28px;
    color: var(--bokee-muted);
    font-size: 15px;
    line-height: 1.7;
}

.bokee-cta__box div {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.bokee-cta__action {
    display: inline-flex;
    width: 134px;
    height: 60px;
}

.bokee-cta__action--contact {
    width: 142px;
}

.bokee-cta__action img {
    width: 100%;
    height: auto;
}

.bokee-cta__action:hover {
    transform: translateY(-2px);
}

.bokee-footer {
    background-color: var(--bokee-green-dark);
    background-image: url("../images/bokee/news-bg.jpg?v1.032");
    background-repeat: repeat;
    background-size: 512px 512px;
    color: #fff7df;
}

.bokee-footer__grid {
    display: grid;
    grid-template-columns: 1.15fr 1.45fr 1.15fr;
    gap: 48px;
    padding: 54px 0 44px;
}

.bokee-footer__brand-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.bokee-footer__logo {
    display: inline-flex;
    width: 218px;
    max-width: 100%;
    flex: 0 0 218px;
}

.bokee-footer__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bokee-footer h3,
.bokee-footer h4 {
    color: #fff7df;
    font-weight: 900;
}

.bokee-footer h3 {
    margin: 0 0 9px;
    font-size: 30px;
    line-height: 1.2;
}

.bokee-footer h4 {
    margin: 0 0 20px;
    color: #f1c33a;
    font-size: 20px;
}

.bokee-footer__brand-head strong {
    display: block;
    color: #f1c33a;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
}

.bokee-footer p,
.bokee-footer li,
.bokee-footer a {
    color: rgba(255, 247, 223, .82);
    font-size: 14px;
    line-height: 1.8;
}

.bokee-footer a:hover {
    color: #f1c33a;
}

.bokee-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bokee-footer__links,
.bokee-footer__contact {
    border-left: 1px solid rgba(255, 247, 223, .22);
    padding-left: 64px;
}

.bokee-footer__links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px;
}

.bokee-footer__social {
    gap: 10px;
    margin-top: 20px;
}

.bokee-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #e8c24c;
    border-radius: 50%;
    background: var(--bokee-red);
    color: #fff7df;
    font-size: 18px;
}

.bokee-footer__contact li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.bokee-footer__contact i {
    width: 18px;
    margin-top: 5px;
    color: #f1c33a;
    font-size: 16px;
}

.bokee-footer__copyright {
    border-top: 1px solid rgba(255, 255, 255, .14);
    padding: 22px 0;
}

.bokee-footer__copyright p {
    margin: 0;
    color: rgba(255, 247, 223, .58);
}

.bokee-home-page .fx-btn-area .fx-btn {
    background: var(--bokee-red);
}

@media (max-width: 1079px) {
    .bokee-menu-grid,
    .bokee-product-grid,
    .bokee-news-grid,
    .bokee-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bokee-story {
        grid-template-columns: 260px minmax(0, 1fr);
    }

    .bokee-story.bokee-story--content-only {
        grid-template-columns: 1fr;
    }

    .bokee-story__image {
        grid-column: 1 / -1;
        min-height: 320px;
    }

    .bokee-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bokee-footer__links,
    .bokee-footer__contact {
        padding-left: 34px;
    }
}

@media (max-width: 991px) {
    .bokee-header__main {
        padding: 10px 15px;
    }

    .bokee-header__main > .row {
        min-height: 68px;
    }

    .bokee-header .bokee-header__logo {
        justify-content: flex-start;
        width: 168px;
        margin: 0;
    }

    .bokee-header .bokee-header__logo img {
        width: 168px;
        height: auto;
        max-height: 60px;
    }

    .bokee-header__nav .navbar-nav {
        padding: 12px 0;
        background: #064334;
    }

    .bokee-header__nav .navbar-nav > li > a {
        min-height: 42px;
        padding: 0 12px;
        font-size: 15px;
    }

    .bokee-hero__slider,
    .bokee-hero__slider .slick-list,
    .bokee-hero__slider .slick-track,
    .bokee-hero__slide {
        min-height: 480px;
    }

    .bokee-hero__title {
        font-size: 44px;
    }

    .bokee-menu-grid,
    .bokee-product-grid,
    .bokee-news-grid,
    .bokee-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .bokee-section {
        padding: 56px 0;
    }

    .bokee-hero__slider,
    .bokee-hero__slider .slick-list,
    .bokee-hero__slider .slick-track,
    .bokee-hero__slide {
        min-height: 430px;
    }

    .bokee-hero__title {
        font-size: 36px;
    }

    .bokee-hero__text {
        font-size: 15px;
    }

    .bokee-hero__features span {
        min-width: 132px;
    }

    .bokee-section-title h2,
    .bokee-story__body h2 {
        font-size: 28px;
    }

    .bokee-products-section .bokee-section-title--products h2 {
        gap: 10px;
    }

    .bokee-products-section .bokee-section-title--products h2 strong {
        font-size: 24px;
    }

    .bokee-products-section .bokee-section-title--products h2 em {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        font-size: 30px;
    }

    .bokee-news-section .bokee-section-title h2 {
        font-size: 28px;
    }

    .bokee-tabs {
        gap: 8px;
    }

    .bokee-tabs .nav-link {
        padding: 7px 12px;
        font-size: 13px;
    }

    .bokee-menu-stamp {
        position: static;
        display: block;
        width: 120px;
        margin: 16px auto 0;
    }

    .bokee-menu-grid {
        margin-top: 44px;
        padding-top: 40px;
    }

    .bokee-menu-guide {
        left: 20px;
        top: -30px;
        width: 210px;
    }

    .bokee-story {
        grid-template-columns: 1fr;
    }

    .bokee-story__stats {
        min-height: 300px;
        padding: 28px;
    }

    .bokee-story__body {
        padding: 34px 26px;
    }

    .bokee-menu-grid,
    .bokee-product-grid,
    .bokee-news-grid,
    .bokee-brand-grid,
    .bokee-footer__grid {
        grid-template-columns: 1fr;
    }

    .bokee-footer__links {
        grid-template-columns: 1fr;
    }

    .bokee-footer__links,
    .bokee-footer__contact {
        border-left: 0;
        padding-left: 0;
    }

    .bokee-footer__brand-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .bokee-footer__logo {
        width: 210px;
        flex-basis: auto;
    }

    .bokee-brand-card:nth-child(even) {
        margin-top: 0;
    }

    .bokee-menu-card {
        min-height: 220px;
    }

    .bokee-product-card {
        min-height: auto;
    }

    .bokee-product-card__image {
        height: 260px;
    }

    .bokee-cta {
        min-height: 460px;
        align-items: flex-end;
        padding: 44px 0;
    }

    .bokee-cta__box {
        padding: 26px 22px 28px;
    }

    .bokee-cta__box h2 {
        font-size: 27px;
    }
}

@media (max-width: 991px) {
    .bokee-home-page .banner_slider.bokee-hero__slider {
        display: block;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .navbar {
        min-height: 48px;
        justify-content: flex-end;
    }

    .bokee-home-page .bokee-header .navbar-toggler {
        position: static !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        display: inline-flex;
        width: 42px;
        height: 34px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 4px;
        padding: 0;
        margin: 7px 0 7px auto;
        border: 2px solid #e5bf4c;
        border-radius: 999px;
        background: var(--bokee-red);
    }

    .bokee-home-page .bokee-header .navbar-toggler .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        margin: 0;
        background: #fff7df;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .top-menu nav .navbar-collapse {
        position: static;
        inset: auto;
        width: 100%;
        max-height: none;
        flex-basis: 100%;
        padding: 0;
        overflow: visible;
        background: #064334;
        opacity: 1;
        text-align: left;
        transform: none;
        transition: none;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .top-menu nav .navbar-collapse:not(.show) {
        display: none !important;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .top-menu nav .navbar-collapse.show {
        display: block !important;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .navbar-nav {
        padding: 0;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .navbar-nav > li > a,
    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .top-menu .collapse .top-icon-list .top-icon-link a {
        min-height: 44px;
        justify-content: center;
        border-top: 1px solid rgba(255, 247, 223, .14);
        color: #fff7df;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767px) {
    .bokee-home-page {
        padding-bottom: 0;
    }

    .bokee-home-page .container {
        width: 100%;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .bokee-home-page .bokee-header__notice {
        min-height: 28px;
        padding: 5px 12px;
        text-align: center;
        font-size: 10px;
        line-height: 1.45;
    }

    .bokee-home-page .bokee-header__main {
        position: relative;
        padding: 8px 70px;
    }

    .bokee-home-page .bokee-header__main > .row {
        min-height: 62px;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
    }

    .bokee-home-page .bokee-header__main > .row > .position-relative {
        display: flex;
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .bokee-home-page .bokee-header__main > .row > .text-right {
        display: none;
    }

    .bokee-home-page .bokee-header .bokee-header__logo {
        width: 148px;
        justify-content: center;
        margin: 0 auto;
    }

    .bokee-home-page .bokee-header .bokee-header__logo img {
        width: 148px;
        max-height: 52px;
    }

    .bokee-home-page .bokee-header__icons {
        gap: 5px;
    }

    .bokee-home-page .bokee-header .top-icon .top-icon-list.bokee-header__icons .top-icon-link > a {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .bokee-home-page .bokee-header .top-icon .top-icon-list.bokee-header__icons .top-icon-link > a i {
        font-size: 12px;
    }

    .bokee-home-page .bokee-header .top-icon .top-icon-list.bokee-header__icons .bag-number {
        right: -5px;
        bottom: -4px;
        min-width: 16px;
        height: 16px;
        padding: 0 3px;
        font-size: 10px;
        line-height: 16px;
    }

    .bokee-home-page .bokee-header .search-body {
        right: -72px;
        top: 38px;
        width: min(300px, calc(100vw - 24px));
        min-width: 0;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 28px;
        z-index: 40;
        height: 0;
        min-height: 0;
        border: 0;
        background: transparent;
        pointer-events: none;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .container,
    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .top-menu,
    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .navbar {
        position: static;
        height: 0;
        min-height: 0;
        padding: 0;
        pointer-events: none;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .navbar-toggler {
        position: absolute !important;
        top: 4px !important;
        right: 16px !important;
        width: 46px;
        height: 44px;
        margin: 0;
        border: 2px solid #ffffff !important;
        border-radius: 9px;
        background: #263039 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .18);
        pointer-events: auto;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .navbar-toggler .icon-bar {
        width: 23px;
        height: 3px;
        background: #fff !important;
    }

    .bokee-home-page .bokee-header.header .top-header.bokee-header__nav .top-menu nav .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: 64px;
        width: 100%;
        max-height: calc(100vh - 104px);
        overflow-y: auto;
        border-top: 1px solid rgba(255, 247, 223, .18);
        border-bottom: 4px solid #d6aa28;
        background: #064334;
        box-shadow: 0 14px 28px rgba(0, 0, 0, .24);
        pointer-events: auto;
    }

    .bokee-home-page .bokee-hero__slider,
    .bokee-home-page .bokee-hero__slider .slick-list,
    .bokee-home-page .bokee-hero__slider .slick-track,
    .bokee-home-page .bokee-hero__slide {
        min-height: 390px;
    }

    .bokee-home-page .bokee-hero__slide {
        align-items: flex-end;
        padding: 56px 0 64px;
        background-position: center top;
    }

    .bokee-home-page .bokee-hero__shade {
        background: linear-gradient(180deg, rgba(5, 58, 43, .18) 0%, rgba(7, 55, 42, .56) 42%, rgba(70, 18, 13, .78) 100%);
    }

    .bokee-home-page .bokee-hero__inner {
        gap: 10px;
    }

    .bokee-home-page .bokee-pill {
        min-height: 25px;
        padding: 4px 12px;
        font-size: 11px;
    }

    .bokee-home-page .bokee-hero__kicker {
        font-size: 17px;
    }

    .bokee-home-page .bokee-hero__title {
        font-size: 32px;
        line-height: 1.18;
    }

    .bokee-home-page .bokee-hero__text {
        max-width: 310px;
        font-size: 14px;
        line-height: 1.6;
    }

    .bokee-home-page .bokee-hero__features {
        width: 100%;
        gap: 8px;
        margin-top: 8px;
    }

    .bokee-home-page .bokee-hero__features span {
        min-width: 0;
        width: calc(50% - 4px);
        min-height: 52px;
        padding: 8px 10px;
    }

    .bokee-home-page .bokee-hero__features strong {
        font-size: 14px;
    }

    .bokee-home-page .bokee-hero__features small {
        font-size: 9px;
    }

    .bokee-home-page .bokee-section {
        padding: 48px 0;
    }

    .bokee-home-page .bokee-section-title {
        margin-bottom: 26px;
    }

    .bokee-home-page .bokee-section-title h2,
    .bokee-home-page .bokee-story__body h2,
    .bokee-home-page .bokee-news-section .bokee-section-title h2 {
        font-size: 24px;
        line-height: 1.35;
    }

    .bokee-home-page .bokee-section-title p {
        font-size: 14px;
        line-height: 1.7;
    }

    .bokee-home-page .bokee-menu-section {
        padding-top: 44px;
    }

    .bokee-home-page .bokee-menu-title-img {
        width: 100%;
    }

    .bokee-home-page .bokee-menu-stamp {
        width: 98px;
        margin-top: 12px;
    }

    .bokee-home-page .bokee-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 38px;
        padding: 36px 10px 12px;
        border-width: 3px;
        border-radius: 8px;
    }

    .bokee-home-page .bokee-menu-guide {
        left: 12px;
        top: -25px;
        width: 174px;
    }

    .bokee-home-page .bokee-menu-card {
        min-height: 186px;
        padding: 24px 8px 13px;
        border-radius: 7px;
    }

    .bokee-home-page .bokee-menu-card__letter {
        top: -6px;
        font-size: 38px;
    }

    .bokee-home-page .bokee-menu-card__image {
        width: 84px;
        height: 84px;
        margin-bottom: 13px;
    }

    .bokee-home-page .bokee-menu-card strong {
        margin-bottom: 7px;
        font-size: 14px;
    }

    .bokee-home-page .bokee-menu-card small {
        font-size: 11px;
        line-height: 1.45;
    }

    .bokee-home-page .bokee-story-section {
        padding: 44px 0;
    }

    .bokee-home-page .bokee-story {
        border-width: 3px;
        border-radius: 9px;
    }

    .bokee-home-page .bokee-story__stats {
        min-height: 218px;
        gap: 10px;
        padding: 28px 24px;
        background-position: center top;
    }

    .bokee-home-page .bokee-story__stats strong {
        font-size: 46px;
    }

    .bokee-home-page .bokee-story__body {
        padding: 30px 22px 32px;
    }

    .bokee-home-page .bokee-story-badge {
        width: 118px;
        margin-bottom: 14px;
    }

    .bokee-home-page .bokee-story__body p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.75;
    }

    .bokee-home-page .bokee-story-button {
        width: 176px;
        height: auto;
    }

    .bokee-home-page .bokee-story__image {
        min-height: 250px;
    }

    .bokee-home-page .bokee-brands-section {
        padding: 58px 0 64px;
    }

    .bokee-home-page .bokee-brands-section .bokee-section-title {
        margin-bottom: 34px;
    }

    .bokee-home-page .bokee-brands-section .bokee-section-title:before,
    .bokee-home-page .bokee-news-section .bokee-section-title:before,
    .bokee-home-page .bokee-products-section .bokee-section-title--products:before {
        top: -20px;
        font-size: 54px;
    }

    .bokee-home-page .bokee-brands-section .bokee-section-title > span {
        min-width: 132px;
        min-height: 37px;
        margin-bottom: 18px;
        padding: 6px 14px;
        box-shadow: 4px 4px 0 #0b6b54;
        font-size: 11px;
    }

    .bokee-home-page .bokee-brand-grid,
    .bokee-home-page .bokee-product-grid,
    .bokee-home-page .bokee-news-grid {
        justify-items: center;
        gap: 22px;
    }

    .bokee-home-page .bokee-brand-card,
    .bokee-home-page .bokee-product-card,
    .bokee-home-page .bokee-news-card {
        width: min(100%, 354px);
        box-shadow: 6px 6px 0 rgba(8, 84, 61, .2);
    }

    .bokee-home-page .bokee-brand-card__title {
        min-height: 50px;
        padding: 10px 14px;
        font-size: 18px;
    }

    .bokee-home-page .bokee-brand-card__media {
        height: 164px;
    }

    .bokee-home-page .bokee-brand-card__body {
        padding: 22px 16px 22px;
    }

    .bokee-home-page .bokee-brand-card__tag {
        min-height: 34px;
        margin-bottom: 14px;
        padding: 6px 12px;
        font-size: 11px;
    }

    .bokee-home-page .bokee-brand-card h4 {
        font-size: 17px;
    }

    .bokee-home-page .bokee-brand-card p {
        min-height: 0;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .bokee-home-page .bokee-products-section {
        padding: 58px 0 66px;
    }

    .bokee-home-page .bokee-products-badge {
        width: 142px;
        margin-bottom: 15px;
    }

    .bokee-home-page .bokee-products-section .bokee-section-title--products {
        margin-bottom: 24px;
    }

    .bokee-home-page .bokee-products-section .bokee-section-title--products h2 {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) 48px;
        gap: 8px;
        align-items: center;
        margin-bottom: 14px;
    }

    .bokee-home-page .bokee-products-section .bokee-section-title--products h2 strong {
        min-width: 0;
        font-size: 22px;
        line-height: 1.35;
    }

    .bokee-home-page .bokee-products-section .bokee-section-title--products h2 em {
        width: 48px;
        height: 48px;
        flex-basis: auto;
        font-size: 29px;
    }

    .bokee-home-page .bokee-tabs {
        justify-content: flex-start;
        gap: 9px;
        max-width: 100%;
        margin-bottom: 34px;
        padding: 0 2px 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .bokee-home-page .bokee-tabs .nav-link {
        flex: 0 0 auto;
        min-height: 36px;
        padding: 7px 15px;
        font-size: 13px;
    }

    .bokee-home-page .bokee-product-card__image {
        height: 232px;
    }

    .bokee-home-page .bokee-product-card__image img {
        padding: 54px 20px 52px;
    }

    .bokee-home-page .bokee-product-card__seal--top {
        top: 18px;
    }

    .bokee-home-page .bokee-product-card__seal--bottom {
        bottom: 17px;
    }

    .bokee-home-page .bokee-product-card__seal b {
        width: 25px;
        height: 25px;
        font-size: 13px;
    }

    .bokee-home-page .bokee-product-card__body {
        padding: 19px 16px 20px;
    }

    .bokee-home-page .bokee-product-card h3 {
        font-size: 17px;
    }

    .bokee-home-page .bokee-product-card__body p {
        min-height: 0;
        font-size: 14px;
    }

    .bokee-home-page .bokee-products-more,
    .bokee-home-page .bokee-news-more {
        width: 164px;
        height: 55px;
        margin-top: 34px;
    }

    .bokee-home-page .bokee-news-section {
        padding: 60px 0 70px;
    }

    .bokee-home-page .bokee-news-section .bokee-section-title {
        margin-bottom: 34px;
    }

    .bokee-home-page .bokee-news-badge {
        width: 138px;
        margin-bottom: 15px;
    }

    .bokee-home-page .bokee-news-card__media {
        height: 176px;
    }

    .bokee-home-page .bokee-news-card h3 {
        min-height: 0;
        padding: 18px 16px 10px;
        font-size: 17px;
    }

    .bokee-home-page .bokee-news-card__date {
        padding: 0 16px 18px;
        font-size: 13px;
    }

    .bokee-home-page .bokee-cta {
        min-height: 500px;
        align-items: flex-end;
        padding: 44px 0 50px;
        background-position: 42% center;
    }

    .bokee-home-page .bokee-cta:before {
        background: linear-gradient(180deg, rgba(5, 54, 41, .18), rgba(5, 45, 35, .7));
    }

    .bokee-home-page .bokee-cta .container {
        justify-content: center;
    }

    .bokee-home-page .bokee-cta__box {
        width: 100%;
        padding: 24px 20px 26px;
        border-width: 3px;
        border-radius: 10px;
        box-shadow: 7px 7px 0 #e8c24c;
    }

    .bokee-home-page .bokee-cta__badge {
        width: 142px;
        margin-bottom: 14px;
    }

    .bokee-home-page .bokee-cta__box h2 {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.32;
    }

    .bokee-home-page .bokee-cta__box p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .bokee-home-page .bokee-cta__box div {
        gap: 10px;
    }

    .bokee-home-page .bokee-cta__action {
        width: 116px;
        height: 52px;
    }

    .bokee-home-page .bokee-cta__action--contact {
        width: 124px;
    }

    .bokee-home-page .bokee-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 28px;
        padding: 44px 0 38px;
    }

    .bokee-home-page .bokee-footer {
        background: #f7f6f3;
        color: #192536;
    }

    .bokee-home-page .bokee-footer__brand {
        grid-column: 1 / -1;
    }

    .bokee-home-page .bokee-footer__brand-head {
        display: block;
        margin-bottom: 14px;
    }

    .bokee-home-page .bokee-footer__logo {
        display: none;
    }

    .bokee-home-page .bokee-footer h3 {
        margin-bottom: 14px;
        color: #c9944d;
        font-size: 20px;
        line-height: 1.35;
    }

    .bokee-home-page .bokee-footer h4 {
        margin-bottom: 14px;
        color: #c9944d;
        font-size: 18px;
        line-height: 1.35;
    }

    .bokee-home-page .bokee-footer__brand-head strong,
    .bokee-home-page .bokee-footer__social,
    .bokee-home-page .bokee-footer__links .bokee-footer__col:nth-child(2) {
        display: none;
    }

    .bokee-home-page .bokee-footer__links,
    .bokee-home-page .bokee-footer__contact {
        display: block;
        min-width: 0;
        padding-left: 0;
        border-left: 0;
    }

    .bokee-home-page .bokee-footer__contact h4 {
        font-size: 0;
    }

    .bokee-home-page .bokee-footer__contact h4:before {
        content: "聯絡我們";
        font-size: 18px;
    }

    .bokee-home-page .bokee-footer p,
    .bokee-home-page .bokee-footer li,
    .bokee-home-page .bokee-footer a {
        color: #192536;
        font-size: 13px;
        line-height: 1.85;
    }

    .bokee-home-page .bokee-footer__contact li {
        display: block;
        margin-bottom: 6px;
        word-break: break-word;
    }

    .bokee-home-page .bokee-footer__contact i {
        display: none;
    }

    .bokee-home-page .bokee-footer__copyright {
        border-top: 0;
        padding: 10px 14px;
        background: #8f8f8f;
    }

    .bokee-home-page .bokee-footer__copyright p {
        color: #fff;
        font-size: 13px;
        line-height: 1.5;
    }

    .bokee-home-page .fx-btn-mo {
        display: none !important;
    }

    .bokee-home-page .fx-btn-area {
        right: 8px;
        bottom: 82px;
        width: 42px;
        opacity: 1;
        z-index: 9999;
    }

    .bokee-home-page .fx-btn-area .fx-btn {
        display: flex !important;
        width: 38px;
        height: 38px;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        border: 0;
        border-radius: 50%;
        background: #555 !important;
        line-height: 1;
        opacity: .95;
    }

    .bokee-home-page .fx-btn-area .fx-btn:not(.fx-btn-cart):not(.fx-btn-phone):not(.cd-top) {
        display: none !important;
    }

    .bokee-home-page .fx-btn-area .fx-btn i {
        color: #fff;
        font-size: 17px;
    }

    .bokee-home-page .fx-btn-area .cd-top {
        visibility: visible;
        opacity: .95;
    }
}

@media (max-width: 374px) {
    .bokee-home-page .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .bokee-home-page .bokee-header .bokee-header__logo,
    .bokee-home-page .bokee-header .bokee-header__logo img {
        width: 132px;
    }

    .bokee-home-page .bokee-header__icons {
        gap: 3px;
    }

    .bokee-home-page .bokee-header .top-icon .top-icon-list.bokee-header__icons .top-icon-link > a {
        width: 26px;
        height: 26px;
    }

    .bokee-home-page .bokee-hero__title {
        font-size: 29px;
    }

    .bokee-home-page .bokee-hero__features span {
        min-height: 48px;
        padding: 7px 6px;
    }

    .bokee-home-page .bokee-menu-grid {
        gap: 7px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .bokee-home-page .bokee-menu-card {
        min-height: 176px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .bokee-home-page .bokee-menu-card__image {
        width: 76px;
        height: 76px;
    }

    .bokee-home-page .bokee-products-section .bokee-section-title--products h2 {
        grid-template-columns: 42px minmax(0, 1fr) 42px;
    }

    .bokee-home-page .bokee-products-section .bokee-section-title--products h2 strong {
        font-size: 20px;
    }

    .bokee-home-page .bokee-products-section .bokee-section-title--products h2 em {
        width: 42px;
        height: 42px;
        font-size: 25px;
    }
}
