/*
 * Custom CSS reserved for isolated changes.
 * Add new styles here instead of editing theme/frontend/css/style.css.
 */

:root {
    --t5s-anchor-offset: 120px;
}

/* Final override for commitment image-grid section */
.section_camket .title_home {
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
}

.section_camket .title_home .section-title,
.section_camket .title_home .section-title-normal {
    margin-bottom: 0 !important;
}

.section_camket .title_home .section-title-main,
.section_camket .title_home .section-title-main[style] {
    color: #d5a62a !important;
    font-size: clamp(1.7rem, 2.2vw, 2.3rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important;
    letter-spacing: -0.02em !important;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}
.section_camket .title_home .section-title-main{
    font-size: ;
}
.section_camket .title_home + ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 14px !important;
}

.section_camket .title_home + ul li {
    position: relative !important;
    margin: 0 !important;
    padding: 0 0 0 34px !important;
    color: #2e2a23 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    display: block !important;
}
.section_camket .banner-grid-wrapper img{
    border-radius: 5px;
}

.section_camket .title_home + ul li::before {
    content: "\2713" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.2em !important;
    width: 22px !important;
    height: 22px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 4px !important;
    background: #2e6b34 !important;
    color: #fff !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    transform: none !important;
    box-shadow: none !important;
}

.section_camket .title_home + ul li b {
    font-weight: 600 !important;
    color: inherit !important;
}

html {
    scroll-behavior: auto;
}

[id] {
    scroll-margin-top: calc(var(--t5s-anchor-offset) + 12px);
}

.title_home::before {
    display: none !important;
    content: none !important;
}

@media only screen and (max-width: 549px) {
    .section_camket .title_home .section-title-main {
        font-size: 1.35rem;
    }

    .section_camket .title_home + ul {
        gap: 10px;
    }

    .section_camket .title_home + ul li {
        padding-left: 30px;
        font-size: 0.92rem;
    }

    .section_camket .title_home + ul li::before {
        width: 20px;
        height: 20px;
        font-size: 0.74rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body.single-product {
    background:
        radial-gradient(circle at top left, rgba(218, 187, 94, 0.14), transparent 34%),
        linear-gradient(180deg, #f9f6ef 0%, #ffffff 220px);
}

.single-product .shop-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.single-product div.product {
    color: #3b3427;
}

.single-product div.product > .product-container,
.single-product .product-footer > .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.single-product .woocommerce-breadcrumb,
.single-product .rank-math-breadcrumb,
.single-product .breadcrumbs {
    font-size: 0.92rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8f8673;
}

.single-product .woocommerce-breadcrumb a,
.single-product .rank-math-breadcrumb a,
.single-product .breadcrumbs a {
    color: #7f7353;
}

.single-product .product-main {
    position: relative;
    overflow: hidden;
    padding: 24px 10px;
    border: 1px solid rgba(141, 122, 59, 0.18);
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(255, 252, 244, 0.98), rgba(249, 244, 232, 0.94));
    box-shadow: 0 18px 42px rgba(76, 58, 22, 0.07);
}

.single-product .product-main .content-row {
    align-items: flex-start;
    margin-left: -12px;
    margin-right: -12px;
}

.single-product .product-main .content-row > .col {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
}

.single-product .product-main::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(201, 167, 63, 0.2), transparent 70%);
    pointer-events: none;
}

.single-product .woocommerce-product-gallery,
.single-product .product-images,
.single-product .product-gallery {
    position: relative;
    z-index: 1;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .product-images .flickity-viewport {
    border-radius: 24px;
    background: linear-gradient(180deg, #fffdfa, #f8f0dd);
}

.single-product .product-gallery {
    margin-bottom: 0;
}

.single-product .woocommerce-product-gallery__image,
.single-product .product-gallery-slider .slide {
    border-radius: 24px;
    overflow: hidden;
}

.single-product .woocommerce-product-gallery__image img,
.single-product .product-gallery-slider img {
    mix-blend-mode: multiply;
}

.single-product .summary,
.single-product .product-info {
    position: relative;
    z-index: 1;
    padding: 6px 0 0;
}

.single-product .product-stacked-info,
.single-product .is-sticky-column,
.single-product .is-sticky-column__inner {
    position: static !important;
}

.single-product .product-title,
.single-product .summary h1.product-title {
    margin-bottom: 8px;
    font-size: clamp(1.2rem, 2.35vw, 2rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #1d5a35;
}

.single-product .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 10px 0 14px;
    font-size: 0;
}

.single-product .price .amount,
.single-product .price ins .amount {
    font-size: clamp(1.2rem, 2.1vw, 2rem);
    font-weight: 800;
    color: #b98214;
    letter-spacing: -0.02em;
}

.single-product .price del .amount {
    font-size: 1.1rem;
    color: #a49a84;
}

.single-product .summary .woocommerce-product-rating,
.single-product .summary .product-short-description,
.single-product .summary .short-description {
    color: #665f52;
}

.single-product .summary .product-short-description,
.single-product .summary .short-description {
    margin-bottom: 0;
    padding: 5px 16px;
    border-left: 4px solid #d7b352;
    border-radius: 16px;
    background: rgba(255, 251, 241, 0.88);
    line-height: 1.5;
    font-size: 0.8rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.single-product .summary .product-short-description p:last-child,
.single-product .summary .short-description p:last-child{
	margin-bottom: 0 !important;
}

.single-product .summary .product-short-description ul,
.single-product .summary .short-description ul {
    margin-bottom: 0;
}

.single-product form.cart {
    display: flex;
    align-items: stretch;
    gap: 14px;
    margin: 18px 0 12px;
    padding: 14px;
    border: 1px solid rgba(29, 90, 53, 0.12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 229, 0.92));
}

.single-product form.cart .quantity {
    margin: 0;
}

.single-product form.cart .quantity input.qty {
    width: 68px;
    height: 46px;
    border: 1px solid rgba(110, 97, 65, 0.18);
    border-radius: 12px;
    background: #fffdfa;
    box-shadow: none;
    font-weight: 700;
    color: #2f3528;
}

.single-product form.cart .quantity .button.minus,
.single-product form.cart .quantity .button.plus {
    width: 32px;
    padding: 0;
    font-size: 1rem;
}

.single-product .single_add_to_cart_button,
.single-product .button.alt {
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d6b3d, #2f7b2f 58%, #c39a2d 130%);
    box-shadow: 0 14px 30px rgba(36, 96, 52, 0.2);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.single-product .single_add_to_cart_button:hover,
.single-product .button.alt:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(36, 96, 52, 0.28);
    filter: saturate(1.08);
}

.single-product .product_meta {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed rgba(110, 97, 65, 0.24);
    color: #776f61;
    font-size: 0.95rem;
}

.single-product .product_meta > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.single-product .product_meta a {
    color: #1d6b3d;
    font-weight: 600;
}

.single-product .social-icons a,
.single-product .product-footer .social-icons a {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(29, 90, 53, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #55704b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .social-icons.share-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.single-product .social-icons a:hover,
.single-product .product-footer .social-icons a:hover {
    background: #1d6b3d;
    border-color: #1d6b3d;
    color: #fff;
}

.single-product .woocommerce-tabs,
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 22px;
    padding: 22px 24px 28px;
    border: 1px solid rgba(141, 122, 59, 0.14);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 235, 0.96));
    box-shadow: 0 18px 42px rgba(79, 61, 28, 0.06);
}

.single-product .product-footer {
    margin-top: 18px;
}

.single-product .product-footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.single-product .woocommerce-tabs ul.tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 0 18px;
    padding: 0;
    border-bottom: 1px solid rgba(121, 109, 77, 0.12);
    overflow: hidden;
}

.single-product .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    flex: 0 0 auto;
}

.single-product .woocommerce-tabs ul.tabs li a {
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #7b725f;
    text-transform: uppercase;
    background: transparent;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a,
.single-product .woocommerce-tabs ul.tabs li:hover a {
    color: #1d5a35;
    background: rgba(213, 183, 99, 0.16);
}

.single-product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 0;
}

.single-product .woocommerce-Tabs-panel,
.single-product .woocommerce-tabs .panel {
    color: #4f493f;
    line-height: 1.75;
    font-size: 1rem;
}

.single-product .woocommerce-Tabs-panel h2,
.single-product .woocommerce-tabs .panel h2 {
    color: #214d34;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.single-product .related,
.single-product .upsells {
    margin-top: 34px;
    padding: 22px 24px 8px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(249, 243, 228, 0.7), rgba(255, 255, 255, 0.98));
}

.single-product .related > h2,
.single-product .upsells > h2 {
    color: #1d5a35;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
.product-footer .woocommerce-tabs>.nav-line:not(.nav-vertical){
	margin-top: 0 !important;
}
@media only screen and (max-width: 849px) {
    .single-product div.product > .product-container,
    .single-product .product-footer > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-product .product-main {
        padding: 18px;
        border-radius: 20px;
    }

    .single-product form.cart {
        flex-wrap: wrap;
    }

    .single-product .single_add_to_cart_button,
    .single-product .button.alt {
        width: 100%;
    }

    .single-product .woocommerce-tabs,
    .single-product .woocommerce-tabs.wc-tabs-wrapper,
    .single-product .related,
    .single-product .upsells {
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 20px;
    }

    .single-product .product-title,
    .single-product .summary h1.product-title {
        font-size: 1.85rem;
    }
    .single-product .next-prev-thumbs{
    	display: none !important;
    }
}

@media (max-width: 576px){
	.single-product .summary .product-short-description, .single-product .summary .short-description{
		font-size: 0.6rem;
	}
	.single-product .single_add_to_cart_button, .single-product .button.alt{
		font-size: 0.7rem;
	}
	.single-product .product-title, .single-product .summary h1.product-title{
		font-size: 1.2rem;
	}
	.product-info .breadcrumbs{
		font-size: .5em !important;
		margin-bottom: 5px;
	}
	.single-product .social-icons a, .single-product .product-footer .social-icons a{
		width: 30px;
	    height: 30px;
	    margin-right: 0px;
	    margin-left: 0;
	    margin-bottom: 5px !important;
	}
}

body.archive.woocommerce-page .row.category-page-row .col.large-3 {
    padding: 0;
    box-shadow: none;
    background: transparent;
}

body.archive.woocommerce-page .woocommerce-result-count,
body.archive.woocommerce-page .woocommerce-ordering {
    margin-bottom: 0;
}

body.archive.woocommerce-page .shop-page-title,
body.archive.woocommerce-page .woocommerce-products-header {
    margin-bottom: 0px;
}

body.archive.woocommerce-page .shop-page-title .page-title-inner,
body.archive.woocommerce-page .woocommerce-products-header .page-title-inner,
body.archive.woocommerce-page .shop-page-title .flex-row,
body.archive.woocommerce-page .woocommerce-products-header .flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px 20px;
    padding: 6px 0 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.archive.woocommerce-page .woocommerce-breadcrumb,
body.archive.woocommerce-page .breadcrumbs {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    color: #8a7f6a;
}

body.archive.woocommerce-page .woocommerce-breadcrumb a,
body.archive.woocommerce-page .breadcrumbs a {
    color: #8a7f6a;
}

body.archive.woocommerce-page .woocommerce-breadcrumb .divider,
body.archive.woocommerce-page .breadcrumbs .divider {
    margin: 0 8px;
    color: #c49a2c;
}

body.archive.woocommerce-page .woocommerce-breadcrumb strong,
body.archive.woocommerce-page .breadcrumbs strong,
body.archive.woocommerce-page .woocommerce-breadcrumb .current,
body.archive.woocommerce-page .breadcrumbs .current {
    color: #235b36;
    font-weight: 800;
}

body.archive.woocommerce-page .woocommerce-result-count {
    color: #716856;
    font-size: 0.95rem;
}

body.archive.woocommerce-page .woocommerce-ordering select {
    min-width: 268px;
    height: 42px;
    padding: 0 40px 0 14px;
    border: 1px solid rgba(184, 149, 54, 0.2) !important;
    border-radius: 12px !important;
    background-color: rgba(255, 255, 255, 0.9);
    color: #3f382d;
    font-size: 0.95rem;
    box-shadow: none !important;
}

body.archive.woocommerce-page #shop-sidebar {
    position: sticky;
    top: 110px;
    padding: 20px 18px;
    border: 1px solid rgba(184, 149, 54, 0.2);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(214, 182, 97, 0.14), transparent 32%),
        linear-gradient(180deg, #fffefb 0%, #f8f3e7 100%);
    box-shadow: 0 18px 40px rgba(83, 67, 29, 0.08);
}

body.archive.woocommerce-page #shop-sidebar .widget {
    margin-bottom: 16px;
    padding: 16px 16px 14px;
    border: 1px solid rgba(31, 90, 53, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.archive.woocommerce-page #shop-sidebar .widget:last-child {
    margin-bottom: 0;
}

body.archive.woocommerce-page #shop-sidebar .widget-title.shop-sidebar {
    margin-bottom: 10px !important;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #235b36;
}

body.archive.woocommerce-page #shop-sidebar .is-divider.small {
    width: 52px;
    height: 3px;
    margin: 0 0 14px !important;
    border-radius: 999px;
    background: linear-gradient(90deg, #c89d2e, #2f6e35);
    opacity: 1;
}

body.archive.woocommerce-page #shop-sidebar .price_slider_wrapper {
    padding-top: 4px;
}

body.archive.woocommerce-page #shop-sidebar .ui-widget-content {
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: #d8d5cf;
}

body.archive.woocommerce-page #shop-sidebar .ui-slider .ui-slider-range {
    background: linear-gradient(90deg, #c89d2e, #2f6e35);
}

body.archive.woocommerce-page #shop-sidebar .ui-slider .ui-slider-handle {
    top: -5px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #2f6e35;
    box-shadow: 0 3px 10px rgba(47, 110, 53, 0.25);
}

body.archive.woocommerce-page #shop-sidebar .price_slider_amount {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 14px;
}

body.archive.woocommerce-page #shop-sidebar .price_slider_amount .button {
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #235b36, #7d9725);
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(35, 91, 54, 0.16);
}

body.archive.woocommerce-page #shop-sidebar .price_slider_amount .price_label {
    margin: 0;
    color: #6f6657;
    font-size: 0.95rem;
    line-height: 1.5;
}

body.archive.woocommerce-page #shop-sidebar .product-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.archive.woocommerce-page #shop-sidebar .product-categories li {
    margin: 0;
}

body.archive.woocommerce-page #shop-sidebar .product-categories li + li {
    margin-top: 10px;
}

body.archive.woocommerce-page #shop-sidebar .product-categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(200, 157, 46, 0.16);
    border-radius: 14px;
    background: #fffdfa;
    color: #3b372f;
    font-weight: 600;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.archive.woocommerce-page #shop-sidebar .product-categories a::after {
    content: "+";
    color: #b68722;
    font-size: 1rem;
    font-weight: 700;
}

body.archive.woocommerce-page #shop-sidebar .product-categories a:hover,
body.archive.woocommerce-page #shop-sidebar .product-categories .current-cat > a {
    border-color: rgba(47, 110, 53, 0.25);
    background: rgba(214, 182, 97, 0.12);
    color: #235b36;
    transform: translateX(2px);
}

@media only screen and (max-width: 849px) {
    body.archive.woocommerce-page .shop-page-title .page-title-inner,
    body.archive.woocommerce-page .woocommerce-products-header .page-title-inner,
    body.archive.woocommerce-page .shop-page-title .flex-row,
    body.archive.woocommerce-page .woocommerce-products-header .flex-row {
        flex-direction: column;
        align-items: stretch;
        padding: 6px 0 12px;
    }

    body.archive.woocommerce-page .woocommerce-ordering select {
        min-width: 100%;
        width: 100%;
    }

    body.archive.woocommerce-page #shop-sidebar {
        position: static;
        margin-bottom: 18px;
        padding: 16px 14px;
        border-radius: 18px;
    }

    body.archive.woocommerce-page #shop-sidebar .widget {
        padding: 14px 14px 12px;
        border-radius: 14px;
    }
}

.single-product .related.related-products-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    padding: 28px 22px 24px;
    border: 1px solid rgba(184, 149, 54, 0.14);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(214, 182, 97, 0.12), transparent 30%),
        linear-gradient(180deg, #fffefb 0%, #faf6ed 100%);
    box-shadow: 0 18px 40px rgba(83, 67, 29, 0.06);
}

.single-product .related.related-products-wrapper .product-section-title {
    margin: 0 0 18px;
    padding: 0;
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #214d34;
}

.single-product .related.related-products-wrapper .row.row-slider {
    margin-left: -10px;
    margin-right: -10px;
}

.single-product .related.related-products-wrapper .product-small.col {
    width: 100%;
    padding: 0 10px 14px;
}

.single-product .related.related-products-wrapper .col-inner {
    height: 100%;
}

.single-product .related.related-products-wrapper .product-small.box {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(184, 149, 54, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 14px 32px rgba(83, 67, 29, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.single-product .related.related-products-wrapper .product-small.box:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 110, 53, 0.18);
    box-shadow: 0 22px 36px rgba(83, 67, 29, 0.12);
}

.single-product .related.related-products-wrapper .box-image {
    padding: 18px 18px 0;
}

.single-product .related.related-products-wrapper .image-fade_in_back {
    border-radius: 18px;
    background: linear-gradient(180deg, #fffdfa, #f6efdf);
    overflow: hidden;
}

.single-product .related.related-products-wrapper .image-fade_in_back img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 8px;
}

.single-product .related.related-products-wrapper .box-text.box-text-products {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 18px 18px;
}

.single-product .related.related-products-wrapper .product-cat {
    margin-bottom: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #9a927f;
}

.single-product .related.related-products-wrapper .woocommerce-loop-product__title,
.single-product .related.related-products-wrapper .product-title {
    margin-bottom: 8px;
    font-size: 1.15rem;
    line-height: 1.38;
}

.single-product .related.related-products-wrapper .woocommerce-loop-product__title a,
.single-product .related.related-products-wrapper .product-title a {
    color: #2e4467;
    font-weight: 700;
}

.single-product .related.related-products-wrapper .price {
    margin: 0;
}

.single-product .related.related-products-wrapper .price .amount {
    font-size: 1.2rem;
    font-weight: 800;
    color: #c08a17;
}

.single-product .related.related-products-wrapper .flickity-prev-next-button {
    top: 34px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(184, 149, 54, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 20px rgba(83, 67, 29, 0.1);
    transform: none;
}

.single-product .related.related-products-wrapper .flickity-prev-next-button.previous {
    right: 48px;
    left: auto;
}

.single-product .related.related-products-wrapper .flickity-prev-next-button.next {
    right: 0;
}

.single-product .related.related-products-wrapper .flickity-button:disabled {
    opacity: 0.35;
}

.single-product .related.related-products-wrapper .flickity-button-icon {
    fill: #2f6e35;
}

@media only screen and (max-width: 849px) {
    .single-product .related.related-products-wrapper {
        padding: 22px 16px 18px;
        border-radius: 18px;
    }

    .single-product .related.related-products-wrapper .product-section-title {
        font-size: 1.5rem;
    }

    .single-product .related.related-products-wrapper .flickity-prev-next-button {
        top: 26px;
        width: 34px;
        height: 34px;
    }

    .single-product .related.related-products-wrapper .flickity-prev-next-button.previous {
        right: 40px;
    }
}

body.woocommerce-cart {
    background:
        radial-gradient(circle at top left, rgba(214, 182, 97, 0.12), transparent 28%),
        linear-gradient(180deg, #fbf8f1 0%, #ffffff 240px);
}

body.woocommerce-cart .woocommerce.row.row-large.row-divided {
    gap: 28px 0;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-sidebar {
    border: 1px solid rgba(184, 149, 54, 0.14);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(214, 182, 97, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 237, 0.96));
    box-shadow: 0 18px 40px rgba(83, 67, 29, 0.06);
}

body.woocommerce-cart .woocommerce-cart-form {
    padding: 12px 20px 18px;
}

body.woocommerce-cart .cart-sidebar {
    padding: 18px 18px 16px;
}

body.woocommerce-cart .cart-wrapper {
    overflow: hidden;
}

body.woocommerce-cart table.shop_table {
    border: 0;
    margin-bottom: 0;
}

body.woocommerce-cart table.shop_table thead th {
    padding: 14px 10px;
    border-top: 0;
    border-bottom: 1px solid rgba(121, 109, 77, 0.14);
    color: #6f6657;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.woocommerce-cart table.shop_table tbody td {
    padding: 16px 10px;
    border-top: 1px solid rgba(121, 109, 77, 0.1);
    vertical-align: middle;
}

body.woocommerce-cart .product-remove a.remove {
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid rgba(184, 149, 54, 0.18);
    border-radius: 50%;
    background: #fff;
    color: #94732d !important;
    font-size: 1.2rem;
    font-weight: 400;
}

body.woocommerce-cart .product-remove a.remove:hover {
    background: #c53b2d;
    border-color: #c53b2d;
    color: #fff !important;
}

body.woocommerce-cart .product-thumbnail a {
    display: block;
    width: 88px;
    padding: 6px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdfa, #f6efdf);
}

body.woocommerce-cart .product-thumbnail img {
    border-radius: 12px;
}

body.woocommerce-cart .product-name a {
    color: #28466b;
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.4;
}

body.woocommerce-cart .product-price .amount,
body.woocommerce-cart .product-subtotal .amount {
    color: #1f1f1f;
    font-size: 1.05rem;
    font-weight: 700;
}

body.woocommerce-cart .product-quantity .quantity {
    margin: 0;
}

body.woocommerce-cart .product-quantity .qty {
    width: 54px;
    height: 42px;
    border: 1px solid rgba(121, 109, 77, 0.16);
    border-radius: 0;
    background: #fffdfa;
    box-shadow: none;
    font-weight: 700;
}

body.woocommerce-cart .product-quantity .button.minus,
body.woocommerce-cart .product-quantity .button.plus {
    width: 30px;
    padding: 0;
    border-color: rgba(121, 109, 77, 0.16);
    background: #fff;
    color: #5d564b;
}

body.woocommerce-cart .actions.clear {
    padding-top: 18px;
}

body.woocommerce-cart .continue-shopping .button,
body.woocommerce-cart button[name="update_cart"] {
    padding: 0 20px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.woocommerce-cart .continue-shopping .button {
    border: 1px solid rgba(47, 110, 53, 0.28);
    background: #fff;
    color: #235b36;
    line-height: 2.5;
}

body.woocommerce-cart button[name="update_cart"] {
    border: 0;
    background: linear-gradient(135deg, #8ba15b, #6d823e);
    color: #fff;
    box-shadow: 0 10px 20px rgba(109, 130, 62, 0.14);
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .ux-cart-coupon .widget-title {
    margin-bottom: 14px;
    color: #235b36;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

body.woocommerce-cart .cart_totals table.shop_table_responsive th,
body.woocommerce-cart .cart_totals table.shop_table_responsive td {
    padding: 14px 0;
    border-top: 1px solid rgba(121, 109, 77, 0.1);
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td,
body.woocommerce-cart .cart_totals .order-total .amount {
    color: #1c1c1c;
    font-weight: 800;
    font-size: 1.05rem;
}

body.woocommerce-cart .checkout-button.button.alt {
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #c92a23, #b9201b);
    box-shadow: 0 14px 28px rgba(185, 32, 27, 0.18);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.woocommerce-cart .ux-cart-coupon {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(121, 109, 77, 0.12);
}

body.woocommerce-cart .ux-cart-coupon .widget-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.woocommerce-cart .ux-cart-coupon .input-text {
    height: 46px;
    border: 1px solid rgba(121, 109, 77, 0.16);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

body.woocommerce-cart .ux-cart-coupon .button {

    border: 1px solid rgba(184, 149, 54, 0.18);
    border-radius: 12px;
    background: #fffdfa;
    color: #235b36;
    font-weight: 700;
}
body.woocommerce-cart .woocommerce.row.row-large.row-divided{
    margin-left: -15px;
    margin-right: -15px;
}
.woocommerce.row-large>.col{
    padding: 0 15px 20px;
}
@media only screen and (max-width: 849px) {
    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-sidebar {
        border-radius: 18px;

    }

    body.woocommerce-cart .woocommerce-cart-form {
        padding: 10px 14px 16px;
        margin-bottom: 0 !important;
    }

    body.woocommerce-cart .cart-sidebar {
        padding: 16px 14px 14px;
    }

    body.woocommerce-cart .continue-shopping .button,
    body.woocommerce-cart button[name="update_cart"] {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 549px) {
    body.woocommerce-cart .woocommerce.row.row-large.row-divided {
        gap: 18px 0;
    }

    body.woocommerce-cart .woocommerce-cart-form {
        padding: 6px 10px 12px;
        border-radius: 16px;
    }

    body.woocommerce-cart .cart-sidebar {
        padding: 12px 10px;
        border-radius: 16px;
    }

    body.woocommerce-cart table.shop_table thead th {
        padding: 10px 6px;
        font-size: 0.82rem;
    }

    body.woocommerce-cart table.shop_table tbody td {
        padding: 10px 6px;
    }

    body.woocommerce-cart .product-remove a.remove {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 1rem;
    }

    body.woocommerce-cart .product-thumbnail a {
        width: 40px;
        padding: 4px;
        border-radius: 12px;
    }

    body.woocommerce-cart .product-name a {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    body.woocommerce-cart .product-price .amount,
    body.woocommerce-cart .product-subtotal .amount,
    body.woocommerce-cart .mobile-product-price .amount {
        font-size: 0.75rem;
    }

    body.woocommerce-cart .product-quantity .qty {
        width: 42px;
        height: 36px;
        font-size: 0.9rem;
    }

    body.woocommerce-cart .product-quantity .button.minus,
    body.woocommerce-cart .product-quantity .button.plus {
        width: 24px;
        font-size: 0.9rem;
    }

    body.woocommerce-cart .actions.clear {
        padding-top: 12px;
    }

    body.woocommerce-cart .continue-shopping .button,
    body.woocommerce-cart button[name="update_cart"] {
        padding: 0 14px;
        margin-bottom: 8px;
        font-size: 0.82rem;
    }

    body.woocommerce-cart .cart_totals h2,
    body.woocommerce-cart .ux-cart-coupon .widget-title {
        margin-bottom: 10px;
        font-size: 1rem;
    }

    body.woocommerce-cart .cart_totals table.shop_table_responsive th,
    body.woocommerce-cart .cart_totals table.shop_table_responsive td {
        padding: 10px 0;
    }

    body.woocommerce-cart .cart_totals .order-total th,
    body.woocommerce-cart .cart_totals .order-total td,
    body.woocommerce-cart .cart_totals .order-total .amount {
        font-size: 0.96rem;
    }

    body.woocommerce-cart .checkout-button.button.alt {
        border-radius: 14px;
        font-size: 0.88rem;
    }

    body.woocommerce-cart .ux-cart-coupon {
        margin-top: 12px;
        padding-top: 12px;
    }

    body.woocommerce-cart .ux-cart-coupon .input-text,
    body.woocommerce-cart .ux-cart-coupon .button {
        
        height: 40px;
        font-size: 0.9rem;
    }
    body.woocommerce-cart td.product-thumbnail{
        width: unset !important;
    }
}

body.woocommerce-checkout {
    background:
        radial-gradient(circle at top left, rgba(214, 182, 97, 0.12), transparent 28%),
        linear-gradient(180deg, #fbf8f1 0%, #ffffff 260px);
}

body.woocommerce-checkout .woocommerce-info.message-wrapper {
    margin-bottom: 14px;
    border: 1px solid rgba(184, 149, 54, 0.14);
    border-radius: 16px;
    background: rgba(255, 252, 244, 0.96);
    box-shadow: 0 10px 24px rgba(83, 67, 29, 0.05);
}

body.woocommerce-checkout .woocommerce-info.message-wrapper .message-container {
    padding: 14px 16px;
    color: #6b624f;
    font-size: 0.95rem;
}

body.woocommerce-checkout .woocommerce-info a,
body.woocommerce-checkout .showcoupon {
    color: #235b36;
    font-weight: 700;
}

body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout #customer_details,
body.woocommerce-checkout .large-5 .col-inner.has-border {
    border: 1px solid rgba(184, 149, 54, 0.14);
    border-radius: 24px;
    background:
        radial-gradient(circle at top right, rgba(214, 182, 97, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 237, 0.96));
    box-shadow: 0 18px 40px rgba(83, 67, 29, 0.06);
}

body.woocommerce-checkout form.checkout_coupon {
    padding: 16px 18px;
    margin-bottom: 18px;
}

body.woocommerce-checkout #customer_details {
    padding: 15px 15px 12px;
}

body.woocommerce-checkout .large-5 .col-inner.has-border {
    padding: 18px;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce-additional-fields h3,
body.woocommerce-checkout #order_review_heading {
    margin-bottom: 16px;
    color: #235b36;
    font-size: 1.35rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    display: flow-root;
}

body.woocommerce-checkout .form-row {
    margin-bottom: 5px;
}

body.woocommerce-checkout .form-row label {
    color: #4d463a;
    font-size: 0.95rem;
    font-weight: 700;
}

body.woocommerce-checkout .form-row .optional {
    color: #8e8677;
    font-weight: 500;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout textarea.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-selection--single {
    border: 1px solid rgba(121, 109, 77, 0.16) !important;
    border-radius: 14px !important;
    background: #fffdfa !important;
    box-shadow: none !important;
    color: #312d26;
    font-size: 0.96rem;
}

body.woocommerce-checkout input.input-text,
body.woocommerce-checkout select,
body.woocommerce-checkout .select2-selection--single {
    height: 36px;
    margin-bottom: 5px;
}

body.woocommerce-checkout textarea.input-text {
    min-height: 110px;
    padding-top: 12px;
}

body.woocommerce-checkout .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 14px !important;
    color: #312d26 !important;
}

body.woocommerce-checkout .select2-selection__arrow {
    height: 44px !important;
}

body.woocommerce-checkout .checkout-sidebar {
    max-height: none;
}

body.woocommerce-checkout #order_review table.shop_table {
    border: 0;
    margin-bottom: 16px;
}

body.woocommerce-checkout #order_review thead th,
body.woocommerce-checkout #order_review tbody td,
body.woocommerce-checkout #order_review tfoot th,
body.woocommerce-checkout #order_review tfoot td {
    padding: 12px 0;
    border-top: 1px solid rgba(121, 109, 77, 0.1);
}

body.woocommerce-checkout #order_review thead th {
    border-top: 0;
    color: #6f6657;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.woocommerce-checkout #order_review .product-name {
    color: #28466b;
    font-weight: 700;
}

body.woocommerce-checkout #order_review .product-total,
body.woocommerce-checkout #order_review .amount,
body.woocommerce-checkout #order_review .order-total strong {
    color: #1f1f1f;
    font-weight: 800;
}

body.woocommerce-checkout #payment {
    padding: 0;
    background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
    margin-bottom: 14px;
    border-top: 0;
    border-bottom: 1px solid rgba(121, 109, 77, 0.1);
}

body.woocommerce-checkout #payment .place-order {
    padding: 0;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout button[name="woocommerce_checkout_update_totals"] {
    width: 100%;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #c92a23, #b9201b);
    box-shadow: 0 14px 28px rgba(185, 32, 27, 0.18);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
    margin-top: 16px;
    color: #6f6657;
    font-size: 0.9rem;
    line-height: 1.7;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #235b36;
    font-weight: 700;
}
.woocommerce-billing-fields{
    border-top: none !important;
    padding-top: 0 !important;
}
body.woocommerce-checkout #order_review_heading{
    padding-top: 0 !important;
}
.section_camket{
    padding-top: 60px !important;
}
.header:not(.transparent) .header-nav-main.nav > li > a{
    color: #216439 !important;
}
@media only screen and (max-width: 849px) {
    body.woocommerce-checkout form.checkout_coupon,
    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout .large-5 .col-inner.has-border {
        border-radius: 18px;
    }

    body.woocommerce-checkout form.checkout_coupon {
        padding: 14px;
    }

    body.woocommerce-checkout #customer_details,
    body.woocommerce-checkout .large-5 .col-inner.has-border {
        padding: 16px 14px;
    }
    .noidung_nhaphanphoi ul li{
        font-size: 14px;
    }
    .noidung_nhaphanphoi ul li::before{
        top: 15%;
    }
    .noidung_nhaphanphoi ul{
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 549px) {
    body.woocommerce-checkout .woocommerce-info.message-wrapper .message-container {
        padding: 12px 14px;
        font-size: 0.9rem;
    }

    body.woocommerce-checkout .woocommerce-billing-fields h3,
    body.woocommerce-checkout .woocommerce-additional-fields h3,
    body.woocommerce-checkout #order_review_heading {
        margin-bottom: 12px;
        font-size: 1.1rem;
    }

    body.woocommerce-checkout .form-row {
        margin-bottom: 2px;
    }

    body.woocommerce-checkout .form-row label {
        font-size: 0.88rem;
    }

    body.woocommerce-checkout input.input-text,
    body.woocommerce-checkout select,
    body.woocommerce-checkout .select2-selection--single {
        height: 42px;
        font-size: 0.92rem;
    }

    body.woocommerce-checkout textarea.input-text {
        min-height: 96px;
    }

    body.woocommerce-checkout #order_review thead th,
    body.woocommerce-checkout #order_review tbody td,
    body.woocommerce-checkout #order_review tfoot th,
    body.woocommerce-checkout #order_review tfoot td {
        padding: 10px 0;
        font-size: 0.9rem;
    }

    body.woocommerce-checkout #place_order,
    body.woocommerce-checkout button[name="woocommerce_checkout_update_totals"] {
        font-size: 0.92rem;
    }
    .footer-wrapper .col{
        padding-bottom: 0 !important;
    }
    .banner .slider-wrapper .img img{
        height: 150px;
    }
    .section-title-container{
        margin-bottom: 0 !important;
    }
    .section_khoinghiep{
        padding-bottom: 0 !important;
    }
    .section_khoinghiep .col,
    .section_daily .col{
        padding-bottom: 10px !important;
    }
}
