.product-card,
.product-cards,
.dropdown-item-simple,
.dodo-shop-sidebar-item > a,
.dodo-shop-sidebar-item a {
    text-decoration: none;
}

.product-card {
    display: block;
}

.product-cards {
    display: block;
    color: inherit;
}

.product-cards .product-image img,
.product-card .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dodo-shop-main,
.dodo-page-shell,
.dodo-elementor-shell,
.dodo-single-product-main {
    padding-top: 24px;
}

.dodo-sidebar-shell {
    width: 320px;
}

.dodo-shop-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dodo-shop-sidebar-item {
    margin: 0;
    padding: 8px 0;
}

.dodo-shop-sidebar-item > a {
    color: #333;
    display: block;
    font-weight: 500;
}

.dodo-shop-sidebar-item.is-active > a {
    color: #17b6af;
}

.dodo-shop-sidebar-item .dodo-shop-sidebar-list {
    padding-left: 16px;
    margin-top: 6px;
}

.dodo-archive-heading {
    margin-bottom: 24px;
}

.dodo-archive-description,
.dodo-short-description,
.readTxt,
.entry-content {
    color: #444;
    line-height: 1.8;
}

.dodo-product-grid-area {
    flex: 1;
}

.dodo-pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.dodo-pagination a,
.dodo-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #fff;
    color: #333;
}

.dodo-pagination .current {
    background: #17b6af;
    color: #fff;
}

.dodo-empty-state {
    padding: 48px 24px;
    background: #fff;
    border-radius: 16px;
}

.dodo-product-summary {
    padding: 0 12px 16px;
    max-width: 880px;
}

.dodo-price-row {
    margin-bottom: 12px;
    font-size: 24px;
    color: #17b6af;
}

.dodo-add-to-cart form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.dodo-add-to-cart .single_add_to_cart_button,
.search-submit {
    border: 0;
    border-radius: 999px;
    background: #17b6af;
    color: #fff;
    cursor: pointer;
    padding: 12px 24px;
}

.dodo-product-description-source {
    display: none;
}

.dodo-page-content {
    padding: 48px 0;
}

.header-h5-icon img,
.header-h5-logo img,
.footer-fixed img {
    max-width: 100%;
    display: block;
}

.footer-fixed {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    width: 360px;
    height: 230px;
    text-decoration: none;
}

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 110px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: #17b6af;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 50;
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
}

.dodo-search-container {
    margin-top: 24px;
}

.dodo-contact-section {
    display: grid;
    grid-template-columns: minmax(320px, 1.05fr) minmax(360px, 0.95fr);
    min-height: 760px;
    margin-top: 32px;
    background: #f8eedf;
}

.dodo-contact-section-home {
    margin-top: 0;
}

.dodo-contact-media {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 520px;
}

.dodo-contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.12) 58%, rgba(0, 0, 0, 0.04) 100%);
}

.dodo-contact-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding: 80px 54px 56px;
    color: #fff;
}

.dodo-contact-copy h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 64px;
    line-height: 0.96;
    font-weight: 800;
    max-width: 540px;
}

.dodo-contact-copy p {
    max-width: 520px;
    margin: 0 0 38px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.55;
}

.dodo-contact-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    font-size: 16px;
    line-height: 1.45;
}

.dodo-contact-highlights span {
    padding-top: 14px;
    border-top: 2px solid rgba(255, 255, 255, 0.88);
}

.dodo-contact-form-wrap {
    display: flex;
    align-items: stretch;
    background: #f8eedf;
}

.dodo-contact-form-inner {
    width: 100%;
    padding: 60px 60px 56px;
}

.dodo-contact-title {
    margin: 0 0 12px;
    color: #1f1207;
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.dodo-contact-subtitle {
    margin: 0 0 40px;
    color: #8f8377;
    font-size: 20px;
    line-height: 1.5;
}

.dodo-contact-form-rendered .wpforms-container,
.dodo-contact-form-rendered .wpforms-container-full {
    margin: 0;
}

.dodo-contact-form-rendered .wpforms-field-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 18px;
}

.dodo-contact-form-rendered .wpforms-field {
    padding: 0 !important;
}

.dodo-contact-form-rendered .wpforms-field-label {
    margin-bottom: 10px !important;
    color: #584a3c !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.dodo-contact-form-rendered .wpforms-one-half,
.dodo-contact-form-rendered .wpforms-one-third,
.dodo-contact-form-rendered .wpforms-two-thirds,
.dodo-contact-form-rendered .wpforms-first {
    width: auto !important;
    margin-left: 0 !important;
    clear: none !important;
}

.dodo-contact-form-rendered .wpforms-field-text input,
.dodo-contact-form-rendered .wpforms-field-email input,
.dodo-contact-form-rendered .wpforms-field-phone input,
.dodo-contact-form-rendered .wpforms-field-number input,
.dodo-contact-form-rendered .wpforms-field-select select,
.dodo-contact-form-rendered .wpforms-field-textarea textarea {
    border: 0 !important;
    border-radius: 10px !important;
    min-height: 56px !important;
    background: #fff !important;
    color: #30251b !important;
    box-shadow: none !important;
    padding: 14px 18px !important;
    font-size: 18px !important;
}

.dodo-contact-form-rendered .wpforms-field-select select {
    appearance: none;
}

.dodo-contact-form-rendered .wpforms-field-textarea {
    grid-column: 1 / -1;
}

.dodo-contact-form-rendered .wpforms-field-textarea textarea {
    min-height: 160px !important;
}

.dodo-contact-form-rendered .wpforms-field-checkbox,
.dodo-contact-form-rendered .wpforms-field-radio {
    grid-column: 1 / -1;
}

.dodo-contact-form-rendered .wpforms-field-checkbox ul,
.dodo-contact-form-rendered .wpforms-field-radio ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 20px;
}

.dodo-contact-form-rendered .wpforms-field-checkbox li,
.dodo-contact-form-rendered .wpforms-field-radio li {
    margin: 0 !important;
}

.dodo-contact-form-rendered .wpforms-submit-container {
    margin-top: 20px !important;
    padding: 0 !important;
}

.dodo-contact-form-rendered button.wpforms-submit {
    width: 100% !important;
    min-height: 58px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #ff9f3c !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    transition: background 0.2s ease;
}

.dodo-contact-form-rendered button.wpforms-submit:hover {
    background: #ef8c24 !important;
}

.dodo-contact-fallback {
    padding: 22px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.72);
    color: #5d4c3f;
}

.dodo-contact-page-content {
    padding-top: 36px;
    padding-bottom: 56px;
}

@media (max-width: 991px) {
    .dodo-sidebar-shell {
        width: 100%;
        margin-bottom: 20px;
    }

    .content-wrapper {
        display: block;
    }

    .dodo-product-summary {
        padding-bottom: 32px;
    }

    .footer-fixed {
        width: 56px;
        right: 12px;
        bottom: 16px;
    }

    .back-to-top {
        right: 12px;
        bottom: 84px;
    }

    .dodo-contact-section {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .dodo-contact-copy {
        padding: 44px 20px 28px;
    }

    .dodo-contact-copy h2 {
        font-size: 42px;
        max-width: 320px;
    }

    .dodo-contact-copy p {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .dodo-contact-highlights {
        grid-template-columns: 1fr;
    }

    .dodo-contact-form-inner {
        padding: 34px 18px 28px;
    }

    .dodo-contact-title {
        font-size: 38px;
    }

    .dodo-contact-subtitle {
        margin-bottom: 24px;
        font-size: 18px;
    }

    .dodo-contact-form-rendered .wpforms-field-container,
    .dodo-contact-form-rendered .wpforms-field-checkbox ul,
    .dodo-contact-form-rendered .wpforms-field-radio ul {
        grid-template-columns: 1fr;
    }
}
