/*
Theme Name: Cha La
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


.cont {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.header .nav-left {
    justify-content: center;
}
.header .nav-left li a {
    font-weight: 400;
}
.header .nav-left li.active a {
    font-weight: 700;
}

.d-slider__slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 65vw;
    max-height: 820px;
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.d-slider__slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.d-slider__content {
    position: relative;
}
.d-slider__title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
}
.d-slider__label {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: inline-block;
    padding: 7px 25px 7px 35px;
    border-radius: 25px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.d-slider__labelIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    display: block;
    color: #22C55E;
}
.d-slider__subtitle {
    color: #E2AC22;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    font-family: "Playfair Display", sans-serif;
    margin-bottom: 10px;
}
.d-slider__desc {
    color: #fff;
    margin-bottom: 20px;
}
.d-slider__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.d-slider__btn {
    background: #E2AC22;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    border: 1px solid #E2AC22;
    min-width: 190px;
    max-width: 100%;
}
.d-slider__btn:hover {
    color: #fff;
}
.d-slider__btn--ct-style {
    background: #4B3C32;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.d-slider .slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    list-style-type: none;
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    margin: 0;
}
.d-slider .slick-dots li {
    margin: 0;
    font-size: 0;
}
.d-slider .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 6px;
    background: #837C7B;
    border-radius: 5px;
    outline: none;
}
.d-slider .slick-active button {
    background: #E2AC22;
    width: 48px;
}
.ct-icon-box .icon-box-img {
    padding: 15px;
    background: #F8F3F2;
    border-radius: 20px;
}
.ct-icon-box {
    padding: 30px;
    box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 18px;
}
.special-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    border: 4px solid #fff;
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
    overflow: hidden; */
    padding: 30px;
}
.special-offer__left {
    width: calc(60% - 15px);
}
.special-offer__right {
    width: calc(40% - 15px);
}
.special-offer__label {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    display: inline-block;
    padding: 7px 25px 7px 35px;
    border-radius: 25px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
}
.special-offer__labelIcon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    display: block;
    color: #FDD44D;
}
.special-offer__title {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
}
.special-offer__desc {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}
.special-offer__btn {
    background: #fff;
    color: #422812;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 700;
    border: 1px solid #fff;
}
.special-offer__img {
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #E5A307;
    transform: rotate(5deg) scale(0.9);
    transition: .5s ease;
}
.special-offer__img:hover {
    transform: rotate(0deg) scale(1);
}
.special-offer__bg-1 {
    background: linear-gradient(135deg, #a45a11 0%, #96510e 55%, #8c4a0c 100%);
}
.special-offer__bg-2 {
    background: linear-gradient(135deg, #e59600 0%, #d78500 55%, #c87700 100%);
}
.special-offer__bg-3 {
    background: linear-gradient(135deg, #1a8b59 0%, #167d52 55%, #116f4b 100%);
}
.special-offer-wrap {
    position: relative;
}
.special-offer-arrows {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.special-offer-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.special-offers .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    outline: none;
}
.special-offers .slick-dots .slick-active button {
    background: #fff;
    width: 48px;
}
.special-offers .slick-dots {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom: 30px;
    left: 30px;
    gap: 10px;
}
.special-offers .slick-dots li {
    margin: 0;
}
.subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #8c6239;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-title {
    font-size: 45px;
    margin-bottom: 30px;
}
.ct-product__link {
    display: block;
    color: #4b5563;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.ct-products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.ct-product {
    width: calc(25% - 22.5px);
}
.ct-product__img {
    position: relative;
    padding-top: 85%;
}
.ct-product__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.ct-product__txt {
    padding: 15px;
}
.ct-product__header {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.ct-product__score {
    color: #F59E0B;
    margin-left: auto;
}
.ct-product__title {
    max-width: calc(100% - 40px);
    margin: 0;
}
.ct-product__catName {
    font-style: italic;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 10px;
}
.ct-product__desc {
    font-size: 14px;
}
.ct-product__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.ct-product__price {
    font-size: 20px;
    font-weight: 700;
    color: #754a26;
    max-width: calc(100% - 55px);
}
.ct-product__add-to-cart {
    margin-left: auto;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #F2E8E5;
    border-radius: 50%;
    color: #855E3E;
}
.about-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    border: 1px solid #F2E8E5;
}
.about-us__img,
.about-us__txt {
    width: 50%;
}
.about-us__img {
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #fff;
    transform: rotate(3deg);
    transition: .5s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
}
.about-us__img:hover {
    transform: rotate(0deg);
}
.about-us__txt {
    padding: 0 0 0 50px;
}
.about-us__desc {
    margin-bottom: 15px;
}
.ct-link {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    color: #5e3a1b;
    line-height: 1.1;
    font-weight: 700;
    gap: 10px;
}
.testimonial-title {
    text-align: center;
}
.testimonial-title .main-title {
    font-size: 30px;
    margin-bottom: 50px;
}
.testimonials {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.testimonial {
    width: calc(33.33% - 20px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px 30px 30px;
    position: relative;
}
.testimonial__star {
    width: 52px;
    height: 52px;
    border: 3px solid #fff;
    background: #A67C52;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -30px;
    left: 30px;
}
.testimonial__content {
    font-style: italic;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #F9FAFB;
}
.testimonial__user {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.testimonial__userAvatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial__userTxt {
    max-width: calc(100% - 56px);
    padding-left: 15px;
}
.testimonial__userName {
    font-weight: 700;
    font-size: 18px;
}
.testimonial__userCareer {
    color: #a67c52;
}
.main-title--ct-style {
    font-size: 30px;
    margin-bottom: 15px;
}
.img-style {
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    filter: grayscale(1);
    transition: .3s ease;
}
.img-style:hover {
    filter: none;
}
.img-style .img-inner {
    width: 70%;
}
.ct-para {
    font-size: 14px;
}
.list-style {
    list-style-type: none;
    margin: 0;
}
.list-style__item {
    margin-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}
.list-style__item:last-child {
    margin-bottom: 0;
}
.list-style__icon {
    width: 20px;
    line-height: 1;
}
.list-style__txt {
    padding-left: 10px;
    width: calc(100% - 20px);
}
.ct-newsletter__label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}
.ct-newsletter__input {
    position: relative;
}
.ct-newsletter__email[type="email"] {
    margin: 0;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    border-radius: 8px;
    color: #fff;
    padding: 0;
    text-indent: 15px;
}
.ct-newsletter__email[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: none;
    color: #fff;
}
.ct-newsletter__email[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.ct-newsletter__submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    padding: 0;
    line-height: 1;
    margin: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #8C6239;
    border-radius: 5px;
    min-height: auto;
}
.ct-newsletter__form {
    margin: 0;
}
.absolute-footer {
    padding-top: 0;
}
.absolute-footer .footer-primary {
    width: 100%;
}
.absolute-footer .col {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.copyright-footer {
    font-size: 14px;
}
.product-terms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}
.product-term {
    padding: 10px 25px;
    background: #F9FAFB;
    color: #4b5563;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
}
.product-term.active {
    background: #754A26;
    color: #fff;
}
.common-sec {
    padding: 40px 0;
}
.ct-load-more-wrap {
    text-align: center;
    margin-top: 30px;
}
.ct-load-more-btn {
    background: #422812;
    color: #fff;
    margin: 0;
    border-radius: 7px;
}
.ct-loading {
    color: #116f4b;
    font-weight: 700;
    margin-bottom: 10px;
}
.shop-page-title {
    display: none;
}
.ct-product__regularPrice {
    text-decoration: line-through;
    color: #4b5563;
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}
.ct-product-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
}
.ct-product-gallery {
    width: calc(50% - 15px);
}
.ct-product-gallery__mainItemImg {
    position: relative;
    padding-top: 80%;
    border-radius: 20px;
    overflow: hidden;
}
.ct-product-gallery__mainItemImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ct-product-gallery__mainArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #8C6239;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
.ct-product-gallery__mainPrev {
    left: 15px;
}
.ct-product-gallery__mainNext {
    right: 15px;
}
.ct-product-gallery__sub {
    margin-top: 15px;
}
.ct-product-gallery__sub .slick-slide {
    margin: 0 7.5px;
}
.ct-product-gallery__sub .slick-list {
    margin: 0 -7.5px;
}
.ct-product-gallery__subItemImg {
    position: relative;
    padding-top: 80%;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
}
.ct-product-gallery__subItemImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ct-product-gallery__subItem.slick-current .ct-product-gallery__subItemImg {
    border-color: #754A26;
}
.ct-product-summary {
    width: calc(50% - 15px);
}
.ct-product-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.ct-product-score {
    background: #FFFBEB;
    color: #b45309;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 1;
    border: 1px solid #fef3c7;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.ct-product-score__icon {
    color: #F59E0B;
}
.ct-reviews-count {
    color: #6b7280;
    font-weight: 700;
}
.ct-product-title {
    font-size: 35px;
    margin-bottom: 20px;
}
.ct-product-instock {
    color: #16a34a;
    font-weight: 700;
    margin-bottom: 20px;
}
.ct-product-outstock {
    font-weight: 700;
    color: #D04848;
    margin-bottom: 20px;
}
.ct-product-price-1 {
    font-size: 30px;
    font-weight: 700;
    color: #D04848;
    display: inline-block;
}
.ct-product-price-2 {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: line-through;
    color: #6b7280;
    margin-left: 5px;
}
.ct-product-price {
    line-height: 1.1;
    margin-bottom: 20px;
}
.ct-short-description {
    background: #FBFBFC;
    color: #4b5563;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #f3f4f6;
    font-style: italic;
}
.ct-accodion {
    margin-top: 20px;
    border: 1px solid #e0cec7;
    border-radius: 10px;
    overflow: hidden;
    box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.06),
    0 12px 30px rgba(0, 0, 0, 0.08);
}
.ct-accodion__title {
    margin: 0;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Inter", sans-serif;
    position: relative;
    cursor: pointer;
}
.ct-accodion__titleIcon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #DCFCE7;
    color: #16A34A;
    display: block;
    text-align: center;
}
.ct-accodion__titleTxt {
    width: calc(100% - 45px);
    margin-left: auto;
    font-size: 18px;
    padding-right: 30px;
}
.ct-accodion__content ul {
    list-style-type: none;
}
.ct-accodion__content ul:last-child {
    margin-bottom: 0;
}
.ct-accodion__content ul li {
    position: relative;
    padding-left: 15px;
}
.ct-accodion__content ul li:last-child {
    margin-bottom: 0;
}
.ct-accodion__content ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #D2BAB0;
    border-radius: 50%;
    display: block;
}
.ct-accodion__content {
    padding: 15px;
    display: none;
}
.ct-accodion__titleToggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F3F4F6;
    color: #9CA3AF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.ct-accodion__titleToggleUp {
    display: none;
}
.ct-accodion.active .ct-accodion__titleToggleUp {
    display: block;
}
.ct-accodion.active .ct-accodion__titleToggleDown {
    display: none;
}
.ct-accodion.active .ct-accodion__title {
    background: #FEFBFA;
}
.ct-accodion.active .ct-accodion__titleToggle {
    background: #EADDD7;
    color: #5E3A1B;
}
.ct-accodion__titleIcon--ct-style {
    background: #DBEAFE;
    color: #2563EB;
}
.ct-add-to-cart {
    margin-top: 30px;
}
.ct-add-to-cart .quantity {
    display: none;
}
.ct-add-to-cart .cart {
    margin: 0;
}
.ct-add-to-cart .single_add_to_cart_button {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
    padding: 10px 15px;
    line-height: 1.1;
    border-radius: 10px;
}
.ct-add-to-cart .single_add_to_cart_button::before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url('../../uploads/2026/01/shopping-cart.png') no-repeat center / cover;
}
.ct-extra {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}
.ct-extra-item {
    text-align: center;
    width: 33.33%;
}
.ct-extra-item__icon {
    width: 50px;
    height: 50px;
    background: #F9FAFB;
    border-radius: 50%;
    color: #8c6239;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px auto;
}
.ct-extra-item__txt-1 {
    font-weight: 700;
    color: #16a34a;
}
.ct-extra-item__txt-2 {
    color: #9ca3af;
    font-size: 14px;
}
.ct-product-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #E5E7EB;
    margin-bottom: 30px;
}
.ct-product-tab {
    padding: 0 15px 15px 15px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}
.ct-product-tab.active {
    color: #5E3A1B;
    border-color: #5E3A1B;
}
.ct-product-detail {
    padding: 30px;
    border: 1px solid #F3F4F6;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06),
    0 40px 80px rgba(0, 0, 0, 0.05);
}
.ct-product-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.ct-product-cat {
    background: #fff6f3;
    color: #8c6239;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    padding: 10px;
    line-height: 1.1;
}
.related-products {
    margin-top: 50px;
}
.ct-breadcrumbs {
    margin-bottom: 20px;
}
.ct-breadcrumbs .breadcrumbs {
    font-size: 14px;
    text-transform: capitalize;
}
.blog-title {
    text-align: center;
}
.blog-search-form {
    margin: 0 auto 30px auto;
    position: relative;
    max-width: 900px;
}
.blog-search-form input[type="text"] {
    margin: 0;
    padding: 0 15px;
    height: 50px;
    border-radius: 30px;
    box-shadow: none;
}
.blog-search-form button[type="submit"] {
    padding: 0;
    margin: 0;
    min-height: auto;
    line-height: 1;
    font-size: 0;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.cat-terms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}
.cat-term__link {
    display: inline-block;
    padding: 10px 25px;
    background: #F9FAFB;
    color: #4b5563;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
}
.cat-term.active .cat-term__link {
    background: #754A26;
    color: #fff;
}
.post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.post-item {
    width: calc(33.33% - 20px);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.post-item__link {
    display: block;
    color: #6b7280;
}
.post-item__link:hover {
    color: #6b7280;
}
.post-item__content {
    padding: 20px;
}
.post-item__date {
    font-size: 13px;
    margin-bottom: 10px;
}
.post-item__title {
    font-size: 24px;
}
.no-posts {
    text-align: center;
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
}
.wp-pagenavi .page {
    background: #422812;
}
.wp-pagenavi .current {
    background: #F59E0B;
}
.cat-terms-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.cat-term-2__link {
    padding: 5px 15px;
    display: inline-block;
    background: #FCF9F7;
    color: #9D560F;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
}
.cat-term-2__link:hover {
    color: #9D560F;
}
.single-sec {
    background: #F9FAFB;
}
.single-content-wrap {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.single-title {
    margin-bottom: 20px;
}
.single-thumb {
    margin-bottom: 20px;
}
.about-sec {
    padding: 40px 0;
}
.about-top-banner {
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 40%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.about-top-banner__sub {
    color: #fbbf24;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-top-banner__main {
    color: #fff;
    font-size: 65px;
    margin-bottom: 15px;
}
.about-top-banner__desc {
    color: #fff;
    font-size: 18px;
}
.about-top-banner__txt {
    padding: 30px 30px 60px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    line-height: 1.3;
}
.about-top-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: linear-gradient(to top, rgb(66 40 18 / 0.9) , rgb(94 58 27 / 0.4) , transparent);
}
.about-intro {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;
    border-radius: 40px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    margin-top: -40px;
    margin-bottom: 50px;
    background: #fff;
    position: relative;
    align-items: center;
}
.about-intro__left {
    width: calc(50% - 15px);
}
.about-intro__right {
    width: calc(50% - 15px);
}
.about-intro__desc p:last-of-type {
    margin-bottom: 0;
}
.about-intro__img {
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #fff;
    transform: rotate(3deg);
    transition: .5s ease;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06), 0 40px 80px rgba(0, 0, 0, 0.05);
}
.about-intro__img:hover {
    transform: rotate(0deg);
}
.about-intro-2 {
    background: #422812;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 60px 30px;
    border-radius: 30px;
    margin-bottom: 50px;
}
.about-intro-2-item {
    width: 25%;
    text-align: center;
    line-height: 1.1;
    border-right: 1px solid rgb(255 255 255 / 0.1);
}
.about-intro-2-item:last-child {
    border-right: none;
}
.about-intro-2-item__main {
    color: #fbbf24;
    font-weight: 700;
    font-size: 45px;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}
.about-intro-2-item__sub {
    color: #fff;
    text-transform: uppercase;
}
.about-intro-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}
.about-intro-3-item {
    width: calc(50% - 15px);
    background: #FDF8F6;
    padding: 30px;
    border-radius: 30px;
    border: 1px solid #f2e8e5;
}
.about-intro-3-item__icon {
    color: #8C6239;
    margin-bottom: 10px;
}
.about-intro-3-item--ct-style {
    background: #5E3A1B;
}
.about-intro-3-item--ct-style
.about-intro-3-item__icon {
    color: #FBBF24;
}
.about-intro-3-item--ct-style
.about-intro-3-item__title,
.about-intro-3-item--ct-style
.about-intro-3-item__desc {
    color: #fff;
}
.about-intro-4 {
    background: #FEFBFA;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.about-intro-4__title {
    text-align: center;
}
.about-intro-4-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.about-intro-4-box {
    width: calc(16.66% - 16.66px);
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 20px;
    line-height: 1.1;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.about-intro-4-box__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #FDF8F6;
    border-radius: 50%;
    color: #8C6239;
    margin-bottom: 10px;
}
.about-intro-4-box__title {
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #422812;
    margin-bottom: 10px;
}
.about-intro-4-box__desc {
    font-size: 14px;
}
.about-intro-5 {
    background: #422812;
    position: relative;
    border-radius: 30px;
    padding: 60px 30px;
    margin-bottom: 50px;
}
.about-intro-5__txt {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-style: italic;
    font-size: 35px;
    font-family: "Playfair Display", serif;
    line-height: 1.2;
    margin-bottom: 15px;
}
.about-intro-5__txt::after {
    content: '';
    display: block;
    width: 64px;
    height: 4px;
    background: #F59E0B;
    border-radius: 5px;
    margin: 20px auto 0 auto;
}
.about-intro-5__founder {
    color: #fbbf24;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}
.about-intro-5__subtitle {
    color: #eaddd7;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about-intro-5__bg-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #f59e0b33;
}
.about-intro-5__bg-2 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #f59e0b33;
    transform: rotate(180deg);
}
.about-intro-5__bg-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url('../../uploads/2026/01/cubes.png');
    opacity: .1;
}
.about-intro-5__wrapper {
    position: relative;
}
.about-intro-6 {
    background: #FDF8F6;
    border-radius: 30px;
    padding: 40px 30px;
    border: 1px solid #f2e8e5;
}
.about-intro-6__title {
    text-align: center;
}
.about-intro-6-profiles {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.about-intro-6-profile {
    width: calc(25% - 22.5px);
    text-align: center;
}
.about-intro-6-profile__img {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 1px 2px 0 rgb(0 0 0 / 0.05); */
    border: 4px solid #fff;
    margin: 0 auto 15px auto;
    filter: grayscale(1);
    transition: .3s ease;
}
.about-intro-6-profile__img:hover {
    filter: none;
}
.about-intro-6-profile__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-intro-6-profile__name {
    color: #422812;
    font-size: 20px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    margin-bottom: 10px;
}
.about-intro-6-profile__title {
    font-size: 14px;
    font-weight: 700;
    color: #8c6239;
    margin-bottom: 10px;
}
.about-intro-6-profile__desc {
    font-size: 14px;
}

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

    .special-offers .slick-dots {
        bottom: 10px;
    }

}

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

    .ct-product {
        width: calc(50% - 15px);
    }

    .testimonials {
        gap: 60px 0;
    }
    .testimonial {
        width: 100%;
    }

    .ct-product-gallery,
    .ct-product-summary {
        width: 100%;
    }
    .about-top-banner__main {
        font-size: 55px;
    }

    .about-top-banner {
        padding-top: 50%;
    }
    .about-intro-2-item {
        width: 50%;
        border: none;
    }
    .about-intro-6-profile {
        width: calc(50% - 15px);
    }
}

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

    .header .nav-left {
        justify-content: flex-start;
    }

    .d-slider__slide {
        height: 85vw;
    }

    .d-slider__title {
        font-size: 40px;
    }
    .d-slider__subtitle {
        font-size: 25px;
    }
    .special-offer__title {
        font-size: 35px;
    }
     
    .main-title {
        font-size: 35px;
    }
    .about-us {
        padding: 25px;
    }
    .about-us__txt {
        padding: 0 0 0 30px;
    }
    .main-title--ct-style {
        font-size: 30px;
    }
    .post-item {
        width: calc(50% - 15px);
    }
    .about-intro-4-box {
        width: calc(33.33% - 13.33px);
    }
    .about-intro-5__txt {
        font-size: 30px;
    }
}


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

    .d-slider__slide {
        height: auto;
        padding: 30px 0 60px 0;
    }
    .d-slider .slick-dots {
        bottom: 25px;
    }
    .d-slider__title {
        font-size: 30px;
    }
    .d-slider__subtitle {
        font-size: 22px;
    }

    .special-offer__left,
    .special-offer__right {
        width: 100%;
    }
    .special-offer {
        padding: 30px 15px;
    }
    .special-offer__title {
        font-size: 30px;
    }

    .main-title {
        font-size: 30px;
    }
    .ct-product {
        width: 100%;
    }
    .about-us__txt,
    .about-us__img {
        width: 100%;
    }
    .about-us__txt {
        order: 1;
        padding: 0;
    }
    .about-us__img {
        order: 2;
    }
    .about-us {
        padding: 25px 15px;
        gap: 30px;
    }
    .ct-product-main {
        padding: 15px;
    }
    .ct-product-title {
        font-size: 30px;
    }
    .ct-extra-item {
        width: 100%;
    }
    .cat-terms {
        justify-content: flex-start;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .post-item {
        width: 100%;
    }
    .post-item__title {
        font-size: 20px;
    }
    .single-content-wrap {
        padding: 20px;
    }

    .about-top-banner {
        padding-top: 345px;
    }
    .about-top-banner__txt {
        padding: 30px 15px 60px 15px;
    }
    .about-top-banner__main {
        font-size: 35px;
    }
    .about-top-banner__desc {
        font-size: 16px;
    }
    .about-intro__left,
    .about-intro__right {
        width: 100%;
    }
    .about-intro {
        padding: 30px 15px;
    }
    .about-intro-2 {
        padding: 30px;
    }
    .about-intro-2-item {
        width: 100%;
    }
    .about-intro-3-item {
        width: 100%;
        padding: 30px 15px;
    }
    .about-intro-4-box {
        width: calc(50% - 10px);
    }
    .about-intro-4 {
        padding: 30px 15px;
    }
    .about-intro-5__txt {
        font-size: 24px;
    }
    .about-intro-5 {
        padding: 40px 15px;
    }
    .about-intro-6-profile {
        width: 100%;
    }
}