/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2026-03-12 14:34:02 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,600;1,700&family=Poppins:wght@300;400;500;600;700&display=swap');body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 57.17%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 40.83%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 42.8775%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 30.6225%;
    }
}

/* =========================================
   PYNARAE - CUSTOM STYLE 1
   Palette:
   Mist Blue Grey  : #C5D5DD
   Warm Ivory      : #F7F3EE
   Soft Off White  : #FBF9F6
   Charcoal        : #2F3133
   Soft Taupe      : #B8B0A7
   Champagne       : #C7B08A
   Deep Blue Charcoal : #3B434C
========================================= */

/* ---------- Base ---------- */
html,
body {
    background-color: #F7F3EE;
}

body,
li {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #2F3133;
    background-color: #F7F3EE;
}

p {
    line-height: inherit;
    letter-spacing: 0;
    margin: 0 0 1rem;
    color: #5D6165;
}

a {
    color: inherit;
    transition: all .25s ease;
}

strong,
b {
    color: #2F3133;
}

@media (max-width: 575px) {
    body {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* ---------- Headings ---------- */
h1, h2, h3, h4, h5, h6,
.vc_custom_heading,
.page-title,
.block-title strong {
    color: #2F3133;
    margin-top: 0;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 42px;
    line-height: 1.15;
    letter-spacing: .03em;
    font-style: italic;
    margin: 0 0 24px;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: .015em;
    font-style: italic;
    margin: 0 0 22px;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.35;
    margin: 0 0 16px;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 12px;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 10px;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* ---------- Brand Accent ---------- */
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
    color: #C5D5DD;
}

html .background-color-secondary {
    background-color: #C5D5DD !important;
}

.custom-font1 {
    font-family: 'Playfair Display', serif;
}

.font-weight-extra-bold {
    font-weight: 800;
}

/* ---------- Buttons ---------- */
html .action.primary,
html .btn,
html .btn-modern {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .12em;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .25s ease;
    box-shadow: none;
}

html .btn {
    padding: .95em 2.2em;
}

html .btn-modern {
    font-size: .75rem;
    font-weight: 500;
    height: auto;
}

html .btn-lg {
    line-height: 1.2;
    border-radius: 0;
}

html .btn-xl {
    font-size: .95rem;
    padding: 1em 2.5em;
}

.btn-modern.btn-xl {
    font-size: .95rem;
    padding: 1.15em 3em;
}

html .action.primary {
    color: #2F3133;
    background-color: #C5D5DD;
    border-color: #C5D5DD;
}

html .action.primary:hover {
    color: #2F3133;
    background-color: #B8CCD5;
    border-color: #B8CCD5;
}

html .btn-dark,
html .btn-quaternary {
    color: #FBF9F6;
    background-color: #3B434C;
    border-color: #3B434C;
}

html .btn-dark:hover,
html .btn-quaternary:hover {
    color: #FBF9F6;
    background-color: #2F3133;
    border-color: #2F3133;
}

html .btn-light {
    color: #2F3133;
    background-color: #FBF9F6;
    border-color: #E8E1D8;
}

html .btn-light:hover {
    color: #2F3133;
    background-color: #EEF3F5;
    border-color: #D7E3E8;
}

.btn-flat {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .08em;
}

/* ---------- Global Layout ---------- */
.layout-1220 .header.content,
.main-panel-top .container {
    max-width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
}

.page-wrapper > .breadcrumbs .items {
    position: relative;
    margin-bottom: 28px;
    padding-bottom: 12px;
}

.page-wrapper > .breadcrumbs .items:after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    border-bottom: 1px solid #E3DDD6;
}

.checkout-cart-index .page-title-wrapper .page-title {
    font-family: inherit;
    font-style: inherit;
}

.side-custom-block .custom-block h2 {
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
}

.top-icon .porto-sicon-header {
    margin-bottom: .75rem;
}

/* ---------- Top Promo Bar ---------- */
.page-header.type20 .main-panel-top {
    display: block !important;
    background: #3B434C !important;
    border: none !important;
}

.page-header.type20 .main-panel-top .header-right {
    display: none !important;
}

.page-header.type20 .main-panel-top .header-left {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}

.page-header.type20 .main-panel-top .panel.wrapper {
    justify-content: center !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.page-header.type20 .main-panel-top .header-left h2,
.page-header.type20 .main-panel-top .header-left .vc_custom_heading,
.page-header.type20 .main-panel-top .header-left .custom-html {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    letter-spacing: .02em !important;
    color: rgba(255,255,255,.88) !important;
}

.page-header.type20 .main-panel-top .header-left b,
.page-header.type20 .main-panel-top .header-left strong {
    color: #FFFFFF !important;
}

.page-header.type20 .main-panel-top .header-left a {
    color: #FFFFFF !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.page-header.type20 .main-panel-top .header-left a:hover {
    opacity: .85;
}

@media (max-width: 767px) {
    .page-header.type20 .main-panel-top .header-left h2,
    .page-header.type20 .main-panel-top .header-left .vc_custom_heading,
    .page-header.type20 .main-panel-top .header-left .custom-html {
        font-size: 12px !important;
        line-height: 1.5 !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ---------- Header Type 20 ---------- */
.page-header.type20 {
    border-bottom: 1px solid #E3DDD6;
    background: #F7F3EE;
}

.page-header.type20 .header-main {
    margin-top: 0 !important;
    border-top: none !important;
    background: #F7F3EE !important;
}

.page-header.type20 .logo {
    margin-right: 1rem;
}

.page-header.type20 .logo img {
    max-height: 38px;
    width: auto;
}

.page-header.type20 .header-contact .my-account i,
.page-header.type20 .header-contact .wishlist i {
    font-size: 26px;
    color: #3B434C;
}

.page-header.type20 .header-contact .my-account,
.page-header.type20 .header-contact .wishlist {
    padding: 0 .125rem;
}

.page-header.type20 .header-contact .my-account {
    margin-right: 0 !important;
}

.page-header.type20 .header-right > * {
    margin-left: 14px;
}

.page-header.type20 .header-right > *:first-child {
    margin-left: 0;
}

.page-header.type20 .header-contact > *:not(:first-child) {
    margin-left: 14px;
}

.page-header.type20 .search-area.show-icon a.search-toggle-icon {
    font-size: 22px;
    color: #3B434C;
}

.page-header.type20 .search-area.show-icon a.search-toggle-icon:hover,
.page-header.type20 .header-contact a:hover,
.page-header.type20 .minicart-wrapper .action.showcart:hover {
    color: #C7B08A !important;
}

/* ---------- Desktop Header ---------- */
@media (min-width: 992px) {
    .page-header.type20 .header-main .header-left,
    .page-header.type20 .header-main .header-right {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .page-header.type20 .nav-sections {
        display: block;
        margin-left: 1rem;
    }

    .page-header.type20 .navigation .level0 > .level-top,
    .page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: .08em;
        text-transform: uppercase;
        padding: 18px 26px;
        color: #2F3133;
    }

    .page-header.type20 .navigation .level0 > .level-top:hover,
    .page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top:hover {
        color: #3B434C;
    }

    .page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top:before {
        content: "";
        position: absolute;
        height: 1px;
        background-color: #C5D5DD;
        top: 50%;
        left: 26px;
        right: 26px;
        margin-top: 12px;
        opacity: 0;
        transition: all .25s ease;
    }

    .page-header.type20 .navigation:not(.side-megamenu) .level0:hover .level-top:before,
    .page-header.type20 .navigation:not(.side-megamenu) .level0.active .level-top:before {
        opacity: 1;
    }

    .page-header.type20.sticky-header .header-main .header-left,
    .page-header.type20.sticky-header .header-main .header-right {
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-header.type20.sticky-header .nav-sections {
        margin-left: 1rem !important;
    }

    .rtl .page-header.type20.sticky-header .nav-sections {
        margin-right: 1rem !important;
        margin-left: 0 !important;
    }
}

/* ---------- Mobile Header ---------- */
@media (max-width: 991px) {
    .page-header.type20 .header-main .header-left,
    .page-header.type20 .header-main .header-right {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .page-header.type20 .logo img {
        max-height: 34px;
        width: auto;
    }

    .page-header.type20 .search-area.show-icon a.search-toggle-icon {
        font-size: 20px;
    }

    .page-header.type20 .navigation .level0 > .level-top,
    .page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top {
        font-size: 14px;
        letter-spacing: .06em;
    }
}

/* ---------- Banner / Hero ---------- */
.home-banner-slider h2,
.home-banner h2 {
    font-family: 'Playfair Display', serif !important;
    font-size: 64px;
    line-height: 1.05;
    letter-spacing: 0;
    font-style: italic;
    color: #2F3133;
}

.home-banner-slider h4,
.home-banner h4 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #B8B0A7;
}

.home-banner-slider p,
.home-banner p,
.home-mid-banner p {
    color: #5D6165;
}

.home-banner-slider .btn,
.home-banner .btn,
.home-mid-banner .btn {
    min-width: 160px;
    text-align: center;
}

@media (max-width: 991px) {
    .home-banner-slider h2,
    .home-banner h2 {
        font-size: 40px;
        line-height: 1.1;
    }
}

/* ---------- Section Titles ---------- */
.thumb-info .thumb-info-title,
ul.products li.product-category .thumb-info h3,
.vc_custom_heading {
    color: #2F3133;
}

ul.products li.product-category .thumb-info h3:after {
    border-color: #C5D5DD;
}

.py-section-subtitle,
.vc_custom_heading.py-section-subtitle,
h5.py-section-subtitle {
    color: #6A6E72 !important;
    border-bottom-color: #E3DDD6 !important;
}

/* ---------- Cards / Soft Blocks ---------- */
.py-card,
.py-value-box,
.py-soft-banner,
.home-features,
.porto-products,
.widget-style .product-item-info.type12,
.thumb-info-wrapper {
    border-color: #E3DDD6;
}

.py-card,
.py-value-box {
    background: #FBF9F6;
}

.py-soft-banner {
    background: #EEF3F5;
}

.home-features {
    background: #FBF9F6;
}

/* ---------- Footer ---------- */
.footer,
.footer p {
    line-height: 1.8;
    letter-spacing: 0;
    color: rgba(255,255,255,.78);
}

.footer {
    background: #3B434C;
}

.footer .widgettitle,
.footer .widget-title {
    font-size: .9375rem;
    font-weight: 600;
    color: #FBF9F6;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.footer a {
    color: rgba(255,255,255,.82);
}

.footer a:hover {
    color: #C7B08A;
}

.footer-top .custom-block:before,
.footer-top .custom-block:after {
    margin-bottom: 0;
    border: none;
    margin-top: 0;
}

.footer-middle > .container::before {
    content: '';
    display: block;
    position: static;
    border-top: 1px solid rgba(255,255,255,.14);
    margin-bottom: 2rem;
}

.footer-middle > .container::after {
    border-color: rgba(255,255,255,.14);
    margin-top: .625rem;
    position: static;
}

.footer .block.newsletter .form.subscribe {
    margin-bottom: 10px;
}

.footer .newsletter input {
    height: 3rem;
    padding-left: 1.25rem;
    background: rgba(255,255,255,.08);
    color: #FBF9F6;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,.14);
}

.footer .newsletter input::placeholder {
    color: rgba(255,255,255,.55);
}

.footer .newsletter .action.subscribe {
    height: 3rem;
    font-weight: 600;
    border-radius: 0;
    border: none;
    letter-spacing: .12em;
    background: #C5D5DD;
    color: #2F3133;
}

.footer .newsletter .action.subscribe:hover {
    background: #B8CCD5;
    color: #2F3133;
}

.footer .widget > div > ul li {
    margin-bottom: .625rem;
}

.footer-middle > .container {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-bottom {
    font-size: .95em;
    color: rgba(255,255,255,.72);
}

.footer-bottom address {
    text-align: center;
}

/* ---------- Utility ---------- */
.porto-icon-shopping-cart:before {
    content: '\e80d';
}

.minicart-wrapper .action.showcart .minicart-icon {
    right: 0;
    left: 0;
    color: #3B434C;
}

.page-header.type20 .minicart-wrapper .action.showcart {
    min-width: 29.5px;
    margin-left: -1.5px;
}

.page-header.type20 .minicart-wrapper .action.showcart .counter.qty {
    background: #C7B08A;
    color: #FBF9F6;
}

.rtl .page-header.type20 .header-right > * {
    margin-right: 14px;
    margin-left: 0;
}

.rtl .page-header.type20 .header-right > *:first-child {
    margin-right: 0;
}

.rtl .page-header.type20 .header-contact > *:not(:first-child) {
    margin-right: 14px !important;
    margin-left: 0;
}
/* Top promo bar color */
.page-header.type20 .main-panel-top {
    background: #4A5561 !important;
    border: none !important;
}

.page-header.type20 .main-panel-top .header-left h2,
.page-header.type20 .main-panel-top .header-left .vc_custom_heading,
.page-header.type20 .main-panel-top .header-left .custom-html {
    color: rgba(255,255,255,.90) !important;
}

.page-header.type20 .main-panel-top .header-left a {
    color: #FFFFFF !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.page-header.type20 .main-panel-top .header-left a:hover {
    color: #D9E5EA !important;
}
/* =========================================
   PYNARAE FINAL COLOR OVERRIDE
========================================= */

:root {
  --py-brand: #3E6768;
  --py-bg: #F7F3EE;
  --py-surface: #FBF9F6;
  --py-text: #2F3133;
  --py-muted: #B8B0A7;
  --py-accent: #C7B08A;
  --py-dark: #3B434C;
  --py-line: #E3DDD6;
  --py-body: #5D6165;
}

/* Global */
html, body,
.page-wrapper,
.columns,
.main,
.page-main {
  background: var(--py-bg) !important;
  color: var(--py-text) !important;
}

body, p, li, td, input, textarea, select {
  color: var(--py-body) !important;
}

/* Top promo bar */
.page-header.type20 .main-panel-top {
  background: var(--py-dark) !important;
  border: none !important;
}

.page-header.type20 .main-panel-top .header-left h2,
.page-header.type20 .main-panel-top .header-left .vc_custom_heading,
.page-header.type20 .main-panel-top .header-left .custom-html {
  color: rgba(255,255,255,.88) !important;
}

.page-header.type20 .main-panel-top .header-left a {
  color: #fff !important;
}

.page-header.type20 .main-panel-top .header-left a:hover {
  color: #D9E5EA !important;
}

/* Header */
.page-header.type20,
.page-header.type20 .header-main {
  background: var(--py-bg) !important;
  border-color: var(--py-line) !important;
}

.page-header.type20 .navigation .level0 > .level-top,
.page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top {
  color: var(--py-text) !important;
}

.page-header.type20 .navigation .level0 > .level-top:hover,
.page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top:hover {
  color: var(--py-brand) !important;
}

.page-header.type20 .navigation:not(.side-megamenu) .level0 .level-top:before {
  background-color: var(--py-brand) !important;
}

/* Titles */
h1, h2, h3, h4, h5, h6,
.vc_custom_heading,
.page-title,
.block-title strong {
  color: var(--py-text) !important;
}

.py-label,
.py-section-subtitle,
.py-home .py-label,
.py-home .py-section-subtitle {
  color: var(--py-muted) !important;
}

/* Cards / sections */
.py-home .py-card,
.py-home .py-value-box,
.py-home .py-soft-banner,
.py-home .home-features,
.py-home .porto-products,
.py-home .widget-style .product-item-info.type12 {
  background: var(--py-surface) !important;
  border-color: var(--py-line) !important;
}

.py-home .py-soft-banner {
  background: #EEF3F5 !important;
  border-color: #DCE5E8 !important;
}

.py-home .py-pill {
  background: rgba(251,249,246,.96) !important;
  border-color: #D8D4CD !important;
  color: var(--py-text) !important;
}

/* Buttons */
html .action.primary,
html .btn-dark,
html .btn-quaternary,
.py-home .btn.btn-dark {
  background: var(--py-dark) !important;
  border-color: var(--py-dark) !important;
  color: var(--py-surface) !important;
}

html .action.primary:hover,
html .btn-dark:hover,
html .btn-quaternary:hover,
.py-home .btn.btn-dark:hover {
  background: var(--py-text) !important;
  border-color: var(--py-text) !important;
  color: var(--py-surface) !important;
}

html .btn-light,
.py-home .btn.btn-light {
  background: var(--py-surface) !important;
  border-color: #D7E3E8 !important;
  color: var(--py-text) !important;
}

html .btn-light:hover,
.py-home .btn.btn-light:hover {
  background: #C5D5DD !important;
  border-color: #C5D5DD !important;
  color: var(--py-text) !important;
}

/* Links / tiny highlights */
a:hover,
.py-home a:hover {
  color: var(--py-brand);
}

.minicart-wrapper .action.showcart .counter.qty {
  background: var(--py-accent) !important;
  color: #fff !important;
}

/* Lines */
.page-wrapper > .breadcrumbs .items:after,
.footer-middle > .container::before,
.footer-middle > .container::after {
  border-color: var(--py-line) !important;
}

/* Footer */
.footer {
  background: var(--py-dark) !important;
}

.footer,
.footer p,
.footer-bottom {
  color: rgba(255,255,255,.78) !important;
}

.footer .widgettitle,
.footer .widget-title {
  color: var(--py-surface) !important;
}

.footer a {
  color: rgba(255,255,255,.84) !important;
}

.footer a:hover {
  color: var(--py-accent) !important;
}

.footer .newsletter input {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.14) !important;
  color: var(--py-surface) !important;
}

.footer .newsletter .action.subscribe {
  background: #C5D5DD !important;
  border-color: #C5D5DD !important;
  color: var(--py-text) !important;
}
/* =========================================
   PYNARAE - FIX HERO FOG + STICKY HEADER GAP
========================================= */

/* 1) 首页首屏别那么雾 */
.py-home .py-hero:before {
  background: linear-gradient(
    90deg,
    rgba(247,243,238,.78) 0%,
    rgba(247,243,238,.48) 38%,
    rgba(247,243,238,.12) 68%,
    rgba(247,243,238,0) 100%
  ) !important;
}

.py-home .py-hero img {
  filter: saturate(.88) brightness(1.02) contrast(.99) !important;
}

@media (max-width: 991px) {
  .py-home .py-hero:before {
    background: linear-gradient(
      180deg,
      rgba(247,243,238,.78) 0%,
      rgba(247,243,238,.50) 42%,
      rgba(247,243,238,.10) 100%
    ) !important;
  }
}

/* 2) 修复下拉后 sticky 页眉中间发白 / 白色缺口 */
.page-header.type20.sticky-header,
.page-header.type20.sticky-header .header-main,
.page-header.type20.sticky-header .header.content,
.page-header.type20.sticky-header .header-left,
.page-header.type20.sticky-header .header-right,
.page-header.type20.sticky-header .nav-sections,
.page-header.type20.sticky-header .nav-sections .section-items,
.page-header.type20.sticky-header .nav-sections .section-item-content,
.page-header.type20.sticky-header .navigation,
.page-header.type20.sticky-header .navigation > ul,
.page-header.type20.sticky-header .logo,
.page-header.type20.sticky-header .header-contact,
.page-header.type20.sticky-header .search-area,
.page-header.type20.sticky-header .minicart-wrapper {
  background: #F7F3EE !important;
}

/* sticky 时边线统一 */
.page-header.type20.sticky-header {
  border-bottom: 1px solid #E3DDD6 !important;
  box-shadow: none !important;
}

/* 导航项本身不要出现白底块 */
.page-header.type20 .navigation .ui-menu-item.level0,
.page-header.type20 .navigation .ui-menu-item.level0 > a.level-top,
.page-header.type20.sticky-header .navigation .ui-menu-item.level0,
.page-header.type20.sticky-header .navigation .ui-menu-item.level0 > a.level-top {
  background: transparent !important;
}

/* 防止空菜单项 / 空白方块 */
.page-header.type20 .navigation > ul > li:empty,
.page-header.type20.sticky-header .navigation > ul > li:empty {
  display: none !important;
}
/* =========================================
   PYNARAE - REAL FIX FOR STICKY HEADER LOGO
========================================= */

/* sticky header 整体高度稍微放宽 */
.page-header.type20.sticky-header .header-main .header-left,
.page-header.type20.sticky-header .header-main .header-right {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* sticky header 的 logo 容器不要被压缩 */
.page-header.type20.sticky-header .logo {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  min-width: 230px !important;
  max-width: none !important;
  width: auto !important;
  margin-right: 1.5rem !important;
  overflow: visible !important;
}

/* sticky header 的 logo 图片真正放大 */
.page-header.type20.sticky-header .logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: 42px !important;
}

/* 如果主题对 sticky 状态单独缩放 logo，强制取消 */
.page-header.type20.sticky-header .logo,
.page-header.type20.sticky-header .logo img {
  transform: none !important;
}

/* 手机版不要放太大 */
@media (max-width: 991px) {
  .page-header.type20.sticky-header .logo {
    min-width: 170px !important;
    margin-right: 1rem !important;
  }

  .page-header.type20.sticky-header .logo img {
    max-height: 34px !important;
  }
}
/* =========================================
   PYNARAE - FOOTER CLEANUP FOR PORTO BLOCKS
========================================= */

.footer .footer-middle {
  background: #3B434C !important;
}

.footer .footer-bottom {
  background: #343C44 !important;
}

.footer .widgettitle,
.footer .widget-title,
.footer h5 {
  color: #FBF9F6 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  margin-bottom: 18px !important;
}

.footer p,
.footer li,
.footer a,
.footer .links li a {
  color: rgba(255,255,255,.76) !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
  text-decoration: none !important;
}

.footer a:hover,
.footer .links li a:hover {
  color: #C7B08A !important;
}

.footer ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer li {
  margin-bottom: 4px !important;
}

.footer .block.newsletter {
  margin-bottom: 0 !important;
}

.footer .newsletter-block-title,
.footer .block.newsletter .title,
.footer .footer-top h5,
.footer .footer-top .widget-title {
  color: #FBF9F6 !important;
}

.footer .block.newsletter input {
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.14) !important;
  color: #FBF9F6 !important;
}

.footer .block.newsletter input::placeholder {
  color: rgba(255,255,255,.55) !important;
}

.footer .block.newsletter .action.subscribe {
  background: #DCE5E8 !important;
  border-color: #DCE5E8 !important;
  color: #2F3133 !important;
}

.footer .block.newsletter .action.subscribe:hover {
  background: #C7D7DE !important;
  border-color: #C7D7DE !important;
  color: #2F3133 !important;
}

.footer .footer-bottom,
.footer .footer-bottom p,
.footer .footer-bottom address {
  color: rgba(255,255,255,.68) !important;
  text-align: center !important;
}

.footer .footer-middle > .container::before,
.footer .footer-middle > .container::after {
  border-color: rgba(255,255,255,.10) !important;
}
/* =========================================
   PYNARAE - FOOTER FINAL FIX
========================================= */

/* 清掉 Porto footer 默认白条/块状链接样式 */
.footer .links li,
.footer .links li a,
.footer .widget > div > ul li,
.footer .widget > div > ul li a,
.footer .widget ul li,
.footer .widget ul li a,
.footer .footer-middle .block-content ul li,
.footer .footer-middle .block-content ul li a {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

/* 去掉每一行像输入框一样的白底和大 padding */
.footer .links li,
.footer .widget > div > ul li,
.footer .widget ul li,
.footer .footer-middle .block-content ul li {
  padding: 0 !important;
  margin: 0 0 8px 0 !important;
  min-height: auto !important;
}

/* 链接本身恢复正常文本样式 */
.footer .links li a,
.footer .widget > div > ul li a,
.footer .widget ul li a,
.footer .footer-middle .block-content ul li a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(255,255,255,.78) !important;
  font-size: 15px !important;
  line-height: 1.9 !important;
}

.footer .links li a:hover,
.footer .widget > div > ul li a:hover,
.footer .widget ul li a:hover,
.footer .footer-middle .block-content ul li a:hover {
  color: #C7B08A !important;
}

/* 联系方式那列也不要条块感 */
.footer .footer-middle p,
.footer .footer-middle li,
.footer .footer-middle span {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* footer 四列整体再舒服一点 */
.footer .footer-middle {
  padding-top: 38px !important;
  padding-bottom: 30px !important;
}

.footer .footer-middle .container {
  max-width: 1280px !important;
}

.footer .footer-middle .row > div {
  margin-bottom: 16px !important;
}

/* 标题和正文层级再拉开一点 */
.footer h5,
.footer .widget-title,
.footer .widgettitle {
  margin-bottom: 16px !important;
}

.footer p {
  margin: 0 0 8px 0 !important;
  color: rgba(255,255,255,.76) !important;
  line-height: 1.9 !important;
}

/* 底部版权稍微更细一点 */
.footer .footer-bottom {
  padding-top: 16px !important;
  padding-bottom: 20px !important;
}

.footer .footer-bottom,
.footer .footer-bottom p,
.footer .footer-bottom address {
  color: rgba(255,255,255,.68) !important;
  font-size: 14px !important;
}

/* 移动端 */
@media (max-width: 991px) {
  .footer .footer-middle {
    padding-top: 28px !important;
    padding-bottom: 20px !important;
  }

  .footer .links li a,
  .footer .widget > div > ul li a,
  .footer .widget ul li a,
  .footer .footer-middle .block-content ul li a,
  .footer p {
    font-size: 14px !important;
  }
}