@charset "UTF-8";
:root {
--color-primary: #E4002B; --color-primary-dark: #B4001F;
--color-secondary: #FF7A00; --color-dark: #14161A; --color-dark-soft: #24262C;
--color-bg: #F7F7F8;
--color-white: #FFFFFF;
--color-text: #1F2124;
--color-muted: #6B7280;
--color-border: #E5E7EB;
--color-success: #16A34A;
--color-star: #FFB800;
--font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--mcbt-container-width: 1240px;
--radius: 10px;
--radius-sm: 6px;
--shadow-sm: 0 1px 3px rgba(20,22,26,.08);
--shadow-md: 0 6px 20px rgba(20,22,26,.10);
--header-h: 76px;
--transition: .18s ease;
} *, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
margin: 0;
font-family: var(--font-base);
font-size: 16px;
line-height: 1.6;
color: var(--color-text);
background: var(--color-bg);
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
iframe, video, embed, object { max-width: 100%; }
.mcbt-blog-post__content iframe, .woocommerce-Tabs-panel iframe, .single-post__content iframe {
width: 100%; aspect-ratio: 16 / 9; height: auto;
}
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; line-height: 1.25; font-weight: 700; }
p { margin: 0 0 1em; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }
button { cursor: pointer; }
svg { display: block; }
:focus-visible { outline: 2px solid var(--color-primary); outline-offset: 2px; }
.mcbt-container { max-width: var(--mcbt-container-width); margin: 0 auto; padding: 0 20px; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--color-primary); color: #fff; padding: 10px 16px; z-index: 10000; }
.skip-link:focus { left: 10px; top: 10px; } .section-title { font-size: clamp(22px, 3vw, 30px); text-align: center; }
.section-title span { color: var(--color-primary); }
.section-subtitle { text-align: center; color: var(--color-muted); margin-top: -8px; margin-bottom: 32px; }
.eyebrow { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--color-secondary); margin-bottom: 8px; } .btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 13px 26px; border-radius: var(--radius-sm); border: 2px solid transparent;
font-weight: 700; font-size: 15px; line-height: 1; cursor: pointer;
transition: background var(--transition), color var(--transition), border-color var(--transition), transform var(--transition);
white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--color-primary); color: #fff; }
.btn-primary:hover { background: var(--color-primary-dark); color: #fff; }
.btn-outline { background: transparent; border-color: currentColor; color: var(--color-white); }
.btn-outline:hover { background: rgba(255,255,255,.12); }
.btn-dark { background: var(--color-dark); color: #fff; }
.btn-dark:hover { background: var(--color-dark-soft); }
.btn-call { background: #d92d20; color: #fff; margin-top: 10px; }
.btn-call:hover { background: #b42318; color: #fff; }
.btn-block { width: 100%; } .mcbt-floating-call {
position: fixed; z-index: 9; left: 2.5rem; bottom: calc(8rem + 88px);
width: 58px; height: 58px; border-radius: 50%; background: #d92d20; color: #fff;
display: flex; align-items: center; justify-content: center;
box-shadow: 0 4px 14px rgba(0,0,0,.25); transition: background var(--transition);
}
.mcbt-floating-call:hover { background: #b42318; color: #fff; }
.btn-sm { padding: 9px 16px; font-size: 13px; }
.btn.loading { opacity: .6; pointer-events: none; } .site-header { background: var(--color-white); z-index: 500; box-shadow: var(--shadow-sm); } body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
body.admin-bar .site-header { top: 46px; }
}
.site-header__inner { display: flex; align-items: center; gap: 18px; height: var(--header-h); }
.site-logo { flex-shrink: 0; display: flex; align-items: center; max-width: 260px; }
.site-logo a { display: flex; align-items: center; }
.site-logo img, .site-logo .custom-logo { max-height: 48px !important; width: auto !important; height: auto; }
.site-logo__mark { display: flex; align-items: center; }
.site-logo__text {
display: flex; align-items: baseline; white-space: nowrap;
font-family: 'Montserrat', var(--font-base); font-weight: 800; font-style: italic; letter-spacing: -.01em;
}
.site-logo__text-1 { color: var(--color-dark); font-size: 21px; }
.site-logo__text-2 { color: var(--color-primary); font-size: 21px; }
.category-toggle-wrap { position: relative; flex-shrink: 0; }
.category-toggle {
flex-shrink: 0; display: flex; align-items: center; gap: 8px; background: var(--color-primary); color: #fff;
border: none; padding: 11px 18px; border-radius: var(--radius-sm); font-weight: 700; font-size: 14.5px; cursor: pointer;
transition: var(--transition);
}
.category-toggle svg { width: 18px; height: 18px; flex-shrink: 0; }
.category-toggle:hover { background: var(--color-primary-dark); } .category-mega {
display: none; flex-direction: column; position: fixed; top: 0; left: 0;
width: 680px; max-width: min(90vw, 680px); background: var(--color-white); border: 1px solid var(--color-border);
border-radius: var(--radius); box-shadow: var(--shadow-md); z-index: 600; overflow: hidden;
}
.category-mega.is-open { display: flex; }
.category-mega__mobile-head { display: none; align-items: center; justify-content: space-between; padding: 16px 18px; border-bottom: 1px solid var(--color-border); flex-shrink: 0; }
.category-mega__mobile-head strong { font-size: 16px; }
.category-mega__mobile-close { background: none; border: none; padding: 6px; color: var(--color-text); }
.category-mega__mobile-close svg { width: 22px; height: 22px; }
.category-mega__body { display: flex; flex: 1; min-height: 0; }
.category-mega__list {
width: 230px; flex-shrink: 0; background: var(--color-bg); border-right: 1px solid var(--color-border);
max-height: 480px; overflow-y: auto; padding: 8px 0;
}
.category-mega__item {
display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: left;
padding: 12px 16px; background: none; border: none; font: inherit; font-size: 14px; font-weight: 600;
color: var(--color-text); cursor: pointer;
}
.category-mega__item svg { color: var(--color-muted); flex-shrink: 0; }
.category-mega__item:hover, .category-mega__item.is-active { background: var(--color-white); color: var(--color-primary); }
.category-mega__item.is-active svg { color: var(--color-primary); }
.category-mega__panels { flex: 1; padding: 18px 20px; max-height: 480px; overflow-y: auto; min-width: 0; }
.category-mega__panel { display: none; }
.category-mega__panel.is-active { display: block; }
.category-mega__panel-head { margin-bottom: 14px; }
.category-mega__panel-head a { font-weight: 700; color: var(--color-primary); font-size: 14.5px; }
.category-mega__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.category-mega__tile { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 10px 6px; border-radius: var(--radius-sm); }
.category-mega__tile:hover { background: var(--color-bg); }
.category-mega__tile img {
width: 60px; height: 60px; object-fit: contain; border: 1px solid var(--color-border); border-radius: 50%; background: #fff;
}
.category-mega__tile-fallback {
width: 60px; height: 60px; border-radius: 50%; background: var(--color-bg); color: var(--color-muted);
display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 20px;
}
.category-mega__tile span { font-size: 12.5px; font-weight: 600; color: var(--color-text); line-height: 1.3; } .site-header__mobile { display: none; }
@media (max-width: 900px) { .category-mega {
position: fixed; inset: 0; top: 0; left: 0; width: 100%; max-width: 100%; height: 100%;
border-radius: 0; border: none; z-index: 2000;
}
.category-mega__mobile-head { display: flex; }
.category-mega__body { flex-direction: row; }
.category-mega__list { width: 120px; max-height: none; }
.category-mega__panels { max-height: none; padding: 14px; }
.category-mega__item { padding: 14px 10px; font-size: 12.5px; }
.category-mega__item svg { display: none; }
.category-mega__grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } .site-header__inner, .header-keywords { display: none; }
.site-header__mobile { display: block; }
.site-header__mobile-top {
display: flex; align-items: center; justify-content: space-between; height: 56px; border-bottom: 1px solid var(--color-border);
}
.site-header__mobile-top .header-action--login { flex-direction: row; gap: 6px; font-size: 13px; font-weight: 600; }
.site-header__mobile-top .header-action--login svg { width: 20px; height: 20px; }
.site-header__mobile-bottom { display: flex; align-items: center; gap: 10px; height: 56px; }
.site-header__mobile-bottom .site-search { max-width: none; }
.category-toggle--icon { padding: 10px; }
.category-toggle--icon span { display: none; }
.site-header__mobile-bottom .header-action { flex-direction: row; }
.site-header__mobile-bottom .header-action svg { width: 26px; height: 26px; }
}
.site-search { flex: 1; max-width: 520px; position: relative; }
.site-search form { display: flex; }
.site-search input[type="search"] {
flex: 1; border: 2px solid var(--color-border); border-right: none; border-radius: var(--radius-sm) 0 0 var(--radius-sm);
padding: 12px 16px; font-size: 14px;
}
.site-search input[type="search"]:focus { border-color: var(--color-primary); }
.site-search button {
border: 2px solid var(--color-primary); background: var(--color-primary); color: #fff;
padding: 0 20px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.site-search button:hover { background: var(--color-primary-dark); } .search-suggest {
position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 60;
background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
box-shadow: var(--shadow-md, 0 8px 24px rgba(0,0,0,.12)); padding: 10px; max-height: 420px; overflow-y: auto;
}
.search-suggest__list { display: flex; flex-direction: column; gap: 4px; }
.search-suggest__item { display: flex; gap: 12px; align-items: center; padding: 8px; border-radius: var(--radius-sm); }
.search-suggest__item:hover { background: var(--color-bg); }
.search-suggest__item-img { width: 48px; height: 48px; object-fit: cover; border-radius: var(--radius-sm); flex-shrink: 0; background: var(--color-bg); }
.search-suggest__item-body { display: flex; flex-direction: column; min-width: 0; }
.search-suggest__item-name { font-size: 13.5px; line-height: 1.4; color: var(--color-text); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 3px; }
.search-suggest__item-price { font-size: 13.5px; font-weight: 700; color: var(--color-primary); }
.search-suggest__all { display: block; text-align: center; font-size: 13.5px; font-weight: 700; color: var(--color-primary); padding: 10px 8px 4px; margin-top: 4px; border-top: 1px solid var(--color-border); }
.search-suggest__empty { padding: 12px 8px; font-size: 13.5px; color: var(--color-muted); text-align: center; }
.header-actions { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.header-action { position: relative; display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 11px; color: var(--color-text); }
.header-action svg { width: 24px; height: 24px; }
.header-action:hover { color: var(--color-primary); }
.header-action__count {
position: absolute; top: -6px; right: -10px; background: var(--color-primary); color: #fff;
font-size: 10px; font-weight: 700; min-width: 18px; height: 18px; border-radius: 999px;
display: flex; align-items: center; justify-content: center; padding: 0 4px;
} .header-keywords { background: var(--color-bg); border-top: 1px solid var(--color-border); }
.header-keywords__list { display: flex; align-items: center; gap: 22px; height: 40px; overflow-x: auto; white-space: nowrap; }
.header-keywords__list a { font-size: 13px; color: var(--color-muted); flex-shrink: 0; }
.header-keywords__list a:hover { color: var(--color-primary); } .breadcrumb { background: var(--color-white); border-bottom: 1px solid var(--color-border); font-size: 13px; color: var(--color-muted); }
.breadcrumb .mcbt-container { padding-top: 12px; padding-bottom: 12px; }
.breadcrumb a { color: var(--color-muted); }
.breadcrumb a:hover { color: var(--color-primary); }
.breadcrumb .sep { margin: 0 6px; opacity: .5; }
.breadcrumb .current { color: var(--color-text); font-weight: 600; } .hero {
position: relative; background: linear-gradient(120deg, var(--color-dark) 0%, #2b1210 60%, var(--color-primary-dark) 100%);
overflow: hidden; max-width: var(--mcbt-container-width); margin: 20px auto 0; border-radius: var(--radius);
}
.hero__slider { position: relative; min-height: 220px; padding-top: 20px; padding-bottom: 20px; }
.hero__slide {
display: none; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 24px; position: relative; z-index: 2;
}
.hero__slide.is-active { display: grid; animation: mcbtHeroFade .5s ease; }
@keyframes mcbtHeroFade { from { opacity: 0; } to { opacity: 1; } }
.hero__eyebrow { color: var(--color-secondary); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: 11.5px; margin-bottom: 8px; }
.hero__title { margin-bottom: 8px; }
.hero__title a { color: #fff; font-size: clamp(18px, 2.4vw, 26px); line-height: 1.25; font-weight: 700; text-decoration: none; display: block; }
.hero__title a:hover { color: var(--color-secondary); }
.hero__price { margin-bottom: 14px; font-size: 15px; }
.hero__price .woocommerce-Price-amount { color: var(--color-secondary); font-weight: 800; font-size: 20px; }
.hero__price del { color: #a9adb6; font-size: 13px; }
.hero__cta { display: flex; gap: 10px; flex-wrap: wrap; }
.hero__cta .btn { padding: 9px 18px; font-size: 13.5px; }
.hero__image { position: relative; display: block; max-height: 190px; }
.hero__image img { border-radius: var(--radius); max-height: 190px; width: 100%; object-fit: contain; }
.hero__badge {
position: absolute; top: 10px; right: 10px; background: var(--color-primary); color: #fff;
font-weight: 800; font-size: 15px; border-radius: 999px; width: 56px; height: 56px;
display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.05; box-shadow: var(--shadow-md);
}
.hero__dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; position: relative; z-index: 2; }
.hero__dot { width: 7px; height: 7px; border-radius: 999px; border: none; background: rgba(255,255,255,.35); padding: 0; cursor: pointer; transition: background .2s, width .2s; }
.hero__dot.is-active { background: var(--color-secondary); width: 18px; } .trust-bar {
background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
max-width: var(--mcbt-container-width); margin: 14px auto 0; box-shadow: var(--shadow-sm);
}
.trust-bar .mcbt-container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; padding-top: 16px; padding-bottom: 16px; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-item svg { width: 24px; height: 24px; color: var(--color-primary); flex-shrink: 0; }
.trust-item strong { display: block; font-size: 12.5px; }
.trust-item span { font-size: 11px; color: var(--color-muted); } .section { padding: 52px 0; }
.section--tight { padding: 36px 0; }
.section--flush-top { padding-top: 18px; }
.category-card {
background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
padding: 12px 8px; text-align: center; transition: var(--transition);
flex: 0 0 108px; scroll-snap-align: start;
}
.category-card:hover { border-color: var(--color-primary); box-shadow: var(--shadow-md); transform: translateY(-3px); }
.category-card__icon { width: 44px; height: 44px; margin: 0 auto 8px; border-radius: 50%; background: var(--color-bg); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.category-card__icon img { width: 100%; height: 100%; object-fit: cover; }
.category-card__title { font-size: 12px; font-weight: 700; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (max-width: 640px) {
.category-card { flex-basis: 92px; }
} .product-grid { display: grid; grid-template-columns: repeat(var(--shop-columns, 5), 1fr); gap: 20px; }
.product-grid--5 { grid-template-columns: repeat(5, 1fr); } .category-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.category-chip {
display: flex; align-items: center; gap: 8px; padding: 8px 14px 8px 8px; border-radius: 999px;
border: 1px solid var(--color-border); background: var(--color-white); font-size: 13.5px; font-weight: 600; color: var(--color-text);
}
.category-chip:hover { border-color: var(--color-primary); color: var(--color-primary); }
.category-chip img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.category-chip__fallback {
width: 32px; height: 32px; border-radius: 50%; background: var(--color-bg); color: var(--color-muted);
display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; text-transform: uppercase;
}
.product-card {
position: relative; background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
overflow: hidden; transition: box-shadow var(--transition), border-color var(--transition), transform var(--transition);
display: flex; flex-direction: column;
}
.product-card:hover { box-shadow: var(--shadow-md); border-color: transparent; transform: translateY(-3px); }
.product-card__media { position: relative; aspect-ratio: 1 / 1; background: #fff; overflow: hidden; }
.product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.product-card:hover .product-card__media img { transform: scale(1.05); }
.product-card__badges { position: absolute; top: 10px; left: 10px; display: flex; flex-direction: column; gap: 6px; z-index: 2; }
.badge { display: inline-block; font-size: 11px; font-weight: 800; padding: 4px 9px; border-radius: 4px; color: #fff; }
.badge--sale { background: var(--color-primary); }
.badge--new { background: var(--color-success); }
.badge--hot { background: var(--color-secondary); }
.product-card__actions {
position: absolute; right: 10px; top: 10px; display: flex; flex-direction: column; gap: 8px;
opacity: 0; transform: translateX(8px); transition: var(--transition); z-index: 2;
}
.product-card:hover .product-card__actions { opacity: 1; transform: translateX(0); }
.product-card__action-btn {
width: 36px; height: 36px; border-radius: 50%; background: #fff; border: 1px solid var(--color-border);
display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-sm);
}
.product-card__action-btn:hover { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.product-card__action-btn svg { width: 17px; height: 17px; }
.product-card__body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; }
.product-card__cat { font-size: 11px; color: var(--color-muted); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 4px; }
.product-card__title { font-size: 14.5px; font-weight: 600; line-height: 1.4; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.8em; }
.product-card__title a:hover { color: var(--color-primary); }
.product-card__tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 6px; }
.product-card__tag { font-size: 11px; padding: 2px 8px; border-radius: 999px; background: var(--color-bg); color: var(--color-muted); }
.product-card__price { display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; margin-bottom: 6px; }
.product-card__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 10px; font-size: 12px; color: var(--color-muted); margin-top: auto; padding-top: 8px; }
.product-card__meta-rating { color: var(--color-star); font-weight: 700; }
.product-card__compare {
display: inline-flex; align-items: center; gap: 4px; margin-left: auto; background: none; border: 0;
color: var(--color-muted); font: inherit; font-size: 12px; cursor: pointer; padding: 0;
}
.product-card__compare:hover, .product-card__compare.is-active { color: var(--color-primary); }
.price-current { font-size: 17px; font-weight: 800; color: var(--color-primary); }
.price-old { font-size: 13px; color: var(--color-muted); text-decoration: line-through; } .section-row-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.section-row-head__more { font-size: 13.5px; font-weight: 700; color: var(--color-primary); flex-shrink: 0; }
.section-row-head__more:hover { color: var(--color-primary-dark); }
.product-tabs__nav { display: flex; justify-content: center; gap: 10px; margin-bottom: 30px; flex-wrap: wrap; }
.product-tabs__nav button {
background: var(--color-white); border: 1px solid var(--color-border); padding: 10px 20px; border-radius: 999px;
font-weight: 700; font-size: 13.5px; color: var(--color-muted); transition: var(--transition);
}
.product-tabs__nav button.is-active, .product-tabs__nav button:hover { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.product-tabs__panel { display: none; }
.product-tabs__panel.is-active { display: block; } .promo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.promo-banner {
position: relative; border-radius: var(--radius); overflow: hidden; min-height: 220px;
display: flex; flex-direction: column; justify-content: center; padding: 32px; color: #fff;
background-size: cover; background-position: center;
}
.promo-banner::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,22,26,.85), rgba(20,22,26,.15)); }
.promo-banner > * { position: relative; z-index: 1; }
.promo-banner h3 { font-size: 24px; margin-bottom: 8px; }
.promo-banner p { color: #d6d8dd; margin-bottom: 16px; } .post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); overflow: hidden; transition: var(--transition); }
.post-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.post-card__media { display: block; aspect-ratio: 16/10; overflow: hidden; }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 18px; }
.post-card__meta { font-size: 12px; color: var(--color-muted); margin-bottom: 8px; }
.post-card__title { font-size: 16px; margin-bottom: 8px; }
.post-card__title a:hover { color: var(--color-primary); }
.post-card__excerpt { font-size: 13.5px; color: var(--color-muted); } .post-grid--compact { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.post-card--compact .post-card__media { aspect-ratio: 1/1; }
.post-card--compact .post-card__body { padding: 12px 4px; }
.post-card--compact .post-card__title { font-size: 13.5px; font-weight: 600; line-height: 1.4; margin-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media (max-width: 900px) { .post-grid--compact { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .post-grid--compact { grid-template-columns: repeat(2, 1fr); gap: 10px; } }
.post-grid__more { display: flex; justify-content: center; margin-top: 22px; }
.post-grid__more-link { display: inline-flex; align-items: center; gap: 4px; color: var(--color-primary); font-weight: 700; font-size: 14px; }
.post-grid__more-link:hover { text-decoration: underline; } .cta-strip { background: var(--color-dark); color: #fff; }
.cta-strip .mcbt-container { display: flex; align-items: center; justify-content: space-between; padding: 34px 20px; gap: 20px; flex-wrap: wrap; }
.cta-strip h3 { margin: 0 0 4px; font-size: 20px; }
.cta-strip p { margin: 0; color: #b9bcc3; } .site-footer { background: var(--color-dark); color: #b9bcc3; font-size: 14px; }
.footer-top { padding: 50px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 18px; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a:hover { color: var(--color-secondary); } .footer-policy-list.is-collapsed { max-height: 195px; overflow: hidden; position: relative; }
.footer-policy-list.is-collapsed::after {
content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 46px;
background: linear-gradient(to bottom, rgba(19,19,22,0), var(--color-dark));
}
.footer-policy-toggle {
display: flex; align-items: center; gap: 5px; margin-top: 12px; padding: 0;
background: none; border: none; color: var(--color-secondary); font-weight: 700; font-size: 13px; cursor: pointer;
}
.footer-policy-toggle:hover { text-decoration: underline; }
.footer-policy-toggle svg { transition: transform .2s ease; }
.footer-policy-toggle.is-expanded svg { transform: rotate(180deg); }
.footer-logo { font-size: 20px; font-weight: 800; color: #fff; margin-bottom: 14px; display: inline-block; }
.footer-logo strong { color: var(--color-primary); }
.footer-contact li { display: flex; gap: 10px; margin-bottom: 12px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; flex-shrink: 0; margin-top: 2px; color: var(--color-secondary); }
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { background: var(--color-primary); }
.footer-social svg { width: 16px; height: 16px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; }
.footer-bottom .mcbt-container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12.5px; }
.payment-icons { display: flex; gap: 8px; }
.payment-icons span { background: rgba(255,255,255,.08); padding: 4px 10px; border-radius: 4px; font-size: 11px; } .quick-view-modal { position: fixed; inset: 0; z-index: 2000; display: none; }
.quick-view-modal.is-open { display: block; }
.quick-view-modal__overlay { position: absolute; inset: 0; background: rgba(20,22,26,.6); }
.quick-view-modal__box {
position: relative; background: #fff; max-width: 860px; width: 92%; margin: 4vh auto; border-radius: var(--radius);
max-height: 92vh; overflow-y: auto; box-shadow: var(--shadow-md);
}
.quick-view-modal__close { position: absolute; top: 14px; right: 14px; background: var(--color-bg); border: none; width: 34px; height: 34px; border-radius: 50%; z-index: 2; }
.quick-view-modal__close svg { width: 18px; height: 18px; margin: 0 auto; }
.quick-view-loading { padding: 80px 20px; text-align: center; color: var(--color-muted); }
.quick-view { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.quick-view__media { position: relative; background: var(--color-bg); padding: 30px; display: flex; align-items: center; }
.quick-view__media img { width: 100%; }
.quick-view__info { padding: 34px 34px 34px 10px; }
.quick-view__info h2 { font-size: 22px; margin-bottom: 10px; }
.quick-view__rating { margin-bottom: 10px; min-height: 18px; }
.quick-view__price { font-size: 24px; font-weight: 800; color: var(--color-primary); margin-bottom: 14px; }
.quick-view__price ins { text-decoration: none; }
.quick-view__price del { color: var(--color-muted); font-size: 16px; margin-right: 8px; }
.quick-view__excerpt { color: var(--color-muted); font-size: 14px; margin-bottom: 14px; }
.quick-view__stock { margin-bottom: 16px; font-size: 13px; font-weight: 700; }
.quick-view__stock .in-stock { color: var(--color-success); }
.quick-view__stock .out-of-stock { color: var(--color-primary); }
.quick-view__cart { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; }
.quick-view__qty .quantity input { width: 64px; padding: 12px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); text-align: center; }
.quick-view__more { font-size: 13.5px; font-weight: 700; color: var(--color-primary); }
@media (max-width: 640px) {
.quick-view { grid-template-columns: 1fr; }
.quick-view__info { padding: 24px; }
} .mobile-bar { display: none; } .site-main { padding-top: 28px; padding-bottom: 52px; }
.archive-header { text-align: center; margin-bottom: 8px; }
.archive-header__title { font-size: clamp(22px, 3vw, 30px); }
.archive-header__count { color: var(--color-muted); font-size: 13.5px; margin-top: -4px; }
.term-description, .woocommerce-product-details__short-description {
max-width: 900px; margin: 20px auto 36px; color: var(--color-text); font-size: 14.5px; line-height: 1.8;
}
.term-description h2, .term-description h3 { font-size: 18px; margin-top: 1.4em; } .archive-description { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--color-border); }
.archive-description .term-description { margin: 0; max-width: none; }
.price-filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.price-chip { padding: 8px 16px; border-radius: 999px; border: 1.5px solid var(--color-border); background: var(--color-white); font-size: 13px; font-weight: 600; color: var(--color-text); }
.price-chip:hover { border-color: var(--color-primary); color: var(--color-primary); }
.price-chip.is-active { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.archive-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; flex-wrap: wrap; gap: 12px; }
.woocommerce-result-count { color: var(--color-muted); font-size: 13.5px; margin: 0; }
.woocommerce-ordering select {
border: 2px solid var(--color-border); border-radius: var(--radius-sm); padding: 9px 14px; font-size: 13.5px; background: #fff;
} .woocommerce-pagination { display: none; }
.woocommerce-pagination ul { display: flex; gap: 6px; }
.woocommerce-pagination .page-numbers {
display: flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; border-radius: var(--radius-sm);
border: 1px solid var(--color-border); background: #fff; font-weight: 700; font-size: 13.5px;
}
.woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-numbers:hover { background: var(--color-primary); border-color: var(--color-primary); color: #fff; } .archive-load-more { display: flex; justify-content: center; margin-top: 32px; }
.btn-load-more {
display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; border-radius: 999px;
border: 1px solid var(--color-primary); color: var(--color-primary); font-weight: 700; font-size: 14.5px;
background: var(--color-white); transition: var(--transition);
}
.btn-load-more:hover { background: var(--color-primary); color: #fff; }
.btn-load-more.is-loading { opacity: .6; pointer-events: none; }
.btn-load-more.is-loading svg { animation: mcbt-spin .8s linear infinite; }
@keyframes mcbt-spin { to { transform: rotate(360deg); } }
.silo-links { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--color-border); }
.silo-links__title { font-size: 16px; margin-bottom: 14px; }
.silo-links__list { display: flex; flex-wrap: wrap; gap: 10px; }
.silo-link { padding: 9px 16px; border-radius: 999px; background: var(--color-white); border: 1px solid var(--color-border); font-size: 13.5px; font-weight: 600; }
.silo-link:hover { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.woocommerce-info, .woocommerce-message, .woocommerce-error {
background: var(--color-white); border: 1px solid var(--color-border); border-left: 4px solid var(--color-primary);
border-radius: var(--radius-sm); padding: 14px 18px; margin-bottom: 24px; list-style: none; font-size: 14px;
}  .mcbt-product-layout {
display: grid; gap: 20px; margin-bottom: 40px; align-items: start;
grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
grid-template-areas: "gallery sidebar" "bundle sidebar" "tabs sidebar" "reviews sidebar";
}
.single-product__gallery { grid-area: gallery; }
.single-product__bundle { grid-area: bundle; }
.single-product__tabs { grid-area: tabs; }
.single-product__reviews-section { grid-area: reviews; } .single-product__sidebar {
grid-area: sidebar; position: sticky; top: 20px; align-self: start; display: flex; flex-direction: column; gap: 16px;
max-height: calc(100vh - 40px); overflow-y: auto;
}
.single-product__summary {
background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
padding: 20px; box-shadow: var(--shadow-sm); flex-shrink: 0;
} .single-product__deal-box {
border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); flex-shrink: 0;
background: var(--color-white); border: 1px solid var(--color-border);
}
.deal-box__head {
background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
color: #fff; padding: 14px 16px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px;
}
.deal-box__flame { font-size: 16px; }
.deal-box__title { font-weight: 800; font-size: 14.5px; margin-right: auto; }
.deal-box__countdown { display: flex; align-items: center; gap: 8px; font-size: 12.5px; }
.deal-box__countdown-label { opacity: .9; }
.deal-box__timer { display: flex; align-items: center; gap: 2px; font-weight: 700; font-variant-numeric: tabular-nums; }
.deal-box__timer-unit { background: rgba(0,0,0,.22); border-radius: 4px; padding: 2px 5px; min-width: 20px; text-align: center; }
.deal-box__slots { width: 100%; text-align: right; font-size: 12.5px; font-weight: 700; }
.deal-box__promos { padding: 14px 16px; }
.deal-box__promos-title { display: block; font-size: 13.5px; margin-bottom: 10px; }
.deal-box__promos-list { display: flex; flex-direction: column; gap: 10px; list-style: none; padding: 0; margin: 0; }
.deal-box__promos-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--color-text); line-height: 1.5; }
.deal-box__promos-list .promo-num {
flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--color-primary); color: #fff;
font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px;
} .single-product__gift-box {
background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
overflow: hidden; box-shadow: var(--shadow-sm); flex-shrink: 0;
}
.gift-box__head {
background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark)); color: #fff;
padding: 12px 16px; font-weight: 800; font-size: 14px; display: flex; align-items: center; gap: 6px;
}
.gift-box__list { padding: 10px; display: flex; flex-direction: column; gap: 4px; }
.gift-option {
display: flex; align-items: center; gap: 10px; padding: 8px; border-radius: var(--radius-sm); cursor: pointer;
}
.gift-option:hover { background: var(--color-bg); }
.gift-option input[type="radio"] { flex-shrink: 0; width: 17px; height: 17px; accent-color: var(--color-primary); }
.gift-option__img { width: 44px; height: 44px; object-fit: contain; border: 1px solid var(--color-border); border-radius: var(--radius-sm); flex-shrink: 0; background: #fff; }
.gift-option__info { display: flex; flex-direction: column; gap: 2px; font-size: 13.5px; min-width: 0; }
.gift-option__info a, .gift-option__name { font-weight: 600; color: var(--color-text); }
.gift-option__info a:hover { color: var(--color-primary); }
.gift-option__value { color: var(--color-primary); font-weight: 700; font-size: 13px; } .mcbt-gift-badge {
display: inline-flex; align-items: center; gap: 5px; font-size: 12.5px; font-weight: 700; color: var(--color-primary-dark);
background: #FFF3E0; border: 1px solid #FFD9A0; padding: 3px 10px; border-radius: 999px; margin: 4px 0 6px;
}
.product-card__body .mcbt-gift-badge { font-size: 11px; padding: 2px 8px; } .single-product__viewed {
background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
padding: 16px; box-shadow: var(--shadow-sm); flex-shrink: 0;
}
.single-product__viewed-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.single-product__viewed-head strong { font-size: 14.5px; }
.single-product__viewed-clear { background: none; border: 0; color: var(--color-muted); font-size: 12.5px; cursor: pointer; padding: 0; }
.single-product__viewed-clear:hover { color: var(--color-primary); text-decoration: underline; }
.single-product__viewed-row-wrap { position: relative; }
.single-product__viewed-row {
display: flex; gap: 10px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; -ms-overflow-style: none;
}
.single-product__viewed-row::-webkit-scrollbar { display: none; }
.viewed-card {
flex: 0 0 108px; display: block; border: 1px solid var(--color-border); border-radius: var(--radius-sm);
overflow: hidden; position: relative; text-align: left;
}
.viewed-card__remove {
position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.9);
border: 1px solid var(--color-border); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; color: var(--color-muted);
}
.viewed-card__remove:hover { color: var(--color-primary); }
.viewed-card__img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; background: #f7f7f7; }
.viewed-card__body { padding: 8px; }
.viewed-card__name { font-size: 12px; line-height: 1.4; color: var(--color-text); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 33px; margin-bottom: 4px; }
.viewed-card__price { font-size: 12.5px; font-weight: 700; color: var(--color-primary); } .single-product__gallery { position: relative; }
.single-product__gallery .woocommerce-product-gallery,
.single-product__gallery .woocommerce-product-gallery__wrapper,
.single-product__gallery .woocommerce-product-gallery__image { opacity: 1 !important; }
.single-product__gallery .woocommerce-product-gallery { display: block !important; width: 100% !important; }
.single-product__gallery .woocommerce-product-gallery__wrapper {
display: block !important; width: 100% !important;
position: relative; border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--color-border);
aspect-ratio: 1 / 1; touch-action: pan-y;
}
.single-product__gallery .woocommerce-product-gallery__image {
position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; margin: 0 !important;
max-width: none !important; float: none !important;
align-items: center; justify-content: center; z-index: 1;
} .single-product__gallery .woocommerce-product-gallery__wrapper:not(.js-ready) .woocommerce-product-gallery__image { display: none !important; }
.single-product__gallery .woocommerce-product-gallery__wrapper:not(.js-ready) .woocommerce-product-gallery__image:first-child { display: flex !important; }
.single-product__gallery .woocommerce-product-gallery__wrapper.js-ready .woocommerce-product-gallery__image { display: none !important; }
.single-product__gallery .woocommerce-product-gallery__wrapper.js-ready .woocommerce-product-gallery__image.mcbt-active { display: flex !important; z-index: 2; }
.single-product__gallery .woocommerce-product-gallery__image a {
position: absolute !important; inset: 0 !important; display: block !important;
width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important;
}
.single-product__gallery .woocommerce-product-gallery__image img {
position: absolute !important; inset: 0 !important; margin: 0 !important; padding: 0 !important;
width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important;
min-width: 0 !important; min-height: 0 !important;
object-fit: contain !important; object-position: center; aspect-ratio: auto !important;
} .gallery-nav {
position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 38px; height: 38px; border-radius: 50%;
background: rgba(255,255,255,.92); border: 1px solid var(--color-border); box-shadow: var(--shadow-sm);
display: flex; align-items: center; justify-content: center; color: var(--color-text);
}
.gallery-nav:hover { background: #fff; color: var(--color-primary); }
.gallery-nav--prev { left: 12px; }
.gallery-nav--next { right: 12px; }
.gallery-nav svg { width: 20px; height: 20px; }
.gallery-counter {
position: absolute; right: 12px; bottom: 12px; z-index: 5; background: rgba(20,22,26,.65); color: #fff;
font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 999px;
} .mcbt-video-play {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3;
width: 56px; height: 56px; border-radius: 50%; background: rgba(20,22,26,.72); color: #fff;
display: flex; align-items: center; justify-content: center; transition: var(--transition);
}
.mcbt-video-slide a:hover .mcbt-video-play { background: var(--color-primary); }
.mcbt-video-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 4; } .gallery-thumbs-row { position: relative; margin-top: 12px; }
.gallery-thumbs {
display: flex; gap: 10px; flex-wrap: nowrap; overflow-x: auto; scroll-behavior: smooth;
scroll-snap-type: x proximity; scrollbar-width: none; -ms-overflow-style: none;
}
.gallery-thumbs::-webkit-scrollbar { display: none; }
.gallery-thumbs button {
padding: 0; width: 64px; height: 64px; border-radius: var(--radius-sm); overflow: hidden; background: #fff;
border: 2px solid var(--color-border); cursor: pointer; flex-shrink: 0; scroll-snap-align: start;
}
.gallery-thumbs button img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-thumbs button.is-active { border-color: var(--color-primary); } .gallery-thumbs-nav {
display: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 28px; height: 28px;
border-radius: 50%; background: #fff; border: 1px solid var(--color-border); box-shadow: var(--shadow-sm);
align-items: center; justify-content: center; color: var(--color-text); cursor: pointer;
}
.gallery-thumbs-nav svg { width: 16px; height: 16px; }
.gallery-thumbs-nav--prev { left: -10px; }
.gallery-thumbs-nav--next { right: -10px; }
.gallery-thumbs-nav:hover { color: var(--color-primary); }
.gallery-thumbs-nav.is-hidden { display: none !important; }
@media (min-width: 900px) {
.gallery-thumbs-nav { display: flex; }
} .single-product__header-block { margin-bottom: 18px; }
.single-product__header-block .product_title { font-size: clamp(20px, 2.4vw, 26px); margin-bottom: 8px; }
.single-product__meta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 6px 16px; font-size: 13.5px; color: var(--color-muted); }
.single-product__meta-row > *:not(:first-child) { padding-left: 16px; border-left: 1px solid var(--color-border); }
.single-product__meta-sold { font-weight: 600; color: var(--color-text); }
.single-product__meta-rating { display: inline-flex; align-items: center; gap: 4px; color: var(--color-star); font-weight: 600; }
.single-product__meta-rating span { color: var(--color-muted); font-weight: 400; }
.single-product__meta-rating:hover { opacity: .85; }
.single-product__meta-link { display: inline-flex; align-items: center; gap: 5px; color: var(--color-primary); font-weight: 600; }
.single-product__meta-link:hover { color: var(--color-primary-dark); }
button.single-product__meta-link { background: none; border: none; font: inherit; font-weight: 600; cursor: pointer; }
button.single-product__meta-link.is-active { color: var(--color-primary-dark); }
.single-product__summary .price { display: block; font-size: 28px; font-weight: 800; color: var(--color-primary); margin-bottom: 6px; }
.single-product__summary .price del { color: var(--color-muted); font-size: 17px; font-weight: 400; margin-right: 10px; }
.single-product__summary .price ins { text-decoration: none; } .single-product__summary .price ins .woocommerce-Price-amount,
.single-product__summary .price > .woocommerce-Price-amount,
.product-card__price ins .woocommerce-Price-amount,
.product-card__price > .woocommerce-Price-amount,
.mcbt-compare-price { color: var(--color-primary) !important; font-weight: 800 !important; }
.single-product__stock { margin: 10px 0 16px; font-size: 13.5px; font-weight: 700; }
.single-product__stock .in-stock { color: var(--color-success); }
.single-product__stock .out-of-stock { color: var(--color-primary); }
.woocommerce-product-details__short-description { margin: 0 0 20px !important; max-width: none !important; text-align: left !important; } .variations { width: 100%; border-collapse: collapse; margin-bottom: 16px; }
.variations tr { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.variations th.label { text-align: left; padding: 0; font-weight: 700; font-size: 14.5px; text-transform: capitalize; }
.variations th.label label { margin: 0; }
.variations td.value { padding: 0; display: flex; align-items: center; gap: 10px; }
.variations select {
flex: 1; max-width: 320px; padding: 13px 20px; font-size: 15px; font-weight: 600; border: 2px solid var(--color-border);
border-radius: 999px; background: var(--color-white); color: var(--color-text); cursor: pointer;
}
.variations select:focus { border-color: var(--color-primary); outline: none; }
.variations .reset_variations { font-size: 13px; color: var(--color-muted); }
.variations .reset_variations:hover { color: var(--color-primary); }
.mcbt-product-layout form.cart { display: flex; flex-direction: column; gap: 12px; margin-bottom: 22px; }
.mcbt-product-layout .quantity { align-self: flex-start; }
.mcbt-product-layout .quantity input.qty { width: 90px; padding: 13px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); text-align: center; font-weight: 700; }
.mcbt-product-layout .single_add_to_cart_button { padding: 15px 20px; width: 100%; font-size: 15.5px; }
.single-product__summary .price { font-size: 24px; }
.single-product__promo-box { margin-bottom: 20px; padding: 14px 16px; background: var(--color-bg); border-radius: var(--radius-sm); border: 1px dashed var(--color-border); }
.single-product__promo-title { display: block; font-size: 13.5px; margin-bottom: 10px; }
.single-product__promo-list { display: flex; flex-direction: column; gap: 10px; counter-reset: none; }
.single-product__promo-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--color-text); line-height: 1.5; }
.single-product__promo-list .promo-num {
flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background: var(--color-primary); color: #fff;
font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.product_meta { font-size: 13px; color: var(--color-muted); margin-bottom: 14px; }
.product_meta a { color: var(--color-primary); }
.single-product__share { display: flex; align-items: center; gap: 10px; font-size: 13px; }
.single-product__share a { width: 32px; height: 32px; border-radius: 50%; background: var(--color-bg); display: flex; align-items: center; justify-content: center; }
.single-product__share a:hover { background: var(--color-primary); color: #fff; } .woocommerce-tabs ul.tabs { display: flex; gap: 4px; border-bottom: 2px solid var(--color-border); margin-bottom: 24px; flex-wrap: wrap; }
.woocommerce-tabs ul.tabs li { list-style: none; }
.woocommerce-tabs ul.tabs li a { display: block; padding: 13px 22px; font-weight: 700; font-size: 14.5px; color: var(--color-muted); border-bottom: 3px solid transparent; margin-bottom: -2px; }
.woocommerce-tabs ul.tabs li.active a { color: var(--color-primary); border-color: var(--color-primary); }
.woocommerce-tabs .panel { max-width: 900px; line-height: 1.9; font-size: 17px; color: var(--color-dark); }
.woocommerce-tabs .panel h2 { font-size: 20px; margin-bottom: 16px; } .woocommerce-tabs .panel img { width: 100%; height: auto; margin: 0 0 16px; border-radius: var(--radius-sm); } .mcbt-specs-table { width: 100%; border-collapse: collapse; }
.mcbt-specs-table tr:nth-child(odd) { background: var(--color-bg); }
.mcbt-specs-table th, .mcbt-specs-table td { padding: 12px 16px; text-align: left; font-size: 16px; border: none; color: var(--color-dark); }
.mcbt-specs-table th { width: 220px; font-weight: 700; color: var(--color-dark); }
.mcbt-specs-table td p { margin: 0; color: var(--color-muted); } .mcbt-collapsible.is-collapsed { max-height: 320px; overflow: hidden; position: relative; }
.mcbt-collapsible.is-collapsed::after {
content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 90px;
background: linear-gradient(to bottom, rgba(255,255,255,0), var(--color-white));
}
.mcbt-collapsible-toggle {
display: flex; align-items: center; gap: 6px; margin: 16px auto 0; padding: 9px 22px;
border: 1px solid var(--color-border); border-radius: 999px; background: var(--color-white);
color: var(--color-primary); font-weight: 700; font-size: 13.5px; cursor: pointer;
}
.mcbt-collapsible-toggle:hover { border-color: var(--color-primary); }
.mcbt-collapsible-toggle svg { transition: transform .2s ease; }
.mcbt-collapsible-toggle.is-expanded svg { transform: rotate(180deg); } .comment-form-images { margin-bottom: 16px; }
.comment-form-images label { display: block; font-weight: 600; font-size: 13.5px; margin-bottom: 6px; }
.comment-form-images input[type="file"] { font-size: 13px; }
.review-images { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.review-images__item { display: block; width: 64px; height: 64px; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid var(--color-border); }
.review-images__item img { width: 100%; height: 100%; object-fit: cover; display: block; } #reviews .comment-item, #reviews .comment { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--color-border); list-style: none; }
#reviews .comment-avatar img, #reviews .comment-avatar { border-radius: 50%; }
#reviews .comment-content { flex: 1; }
#reviews .comment-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
#reviews .comment-author { font-size: 14px; }
#reviews .comment-date { font-size: 12px; color: var(--color-muted); }
#reviews .star-rating { color: var(--color-star); margin-bottom: 6px; }
#reviews .comment-form input[type="text"], #reviews .comment-form input[type="email"], #reviews .comment-form textarea {
width: 100%; padding: 12px 14px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); margin-bottom: 14px; font-family: inherit;
}
#reviews .comment-form-rating select { padding: 10px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); }
#reviews .comment-form-rating p.stars a, #reviews .comment-form-rating p.stars a::before { color: var(--color-star); }
#reviews .form-submit input { padding: 13px 28px; border-radius: var(--radius-sm); border: none; background: var(--color-primary); color: #fff; font-weight: 700; }
.single-product__stock .sold-count { color: var(--color-muted); font-weight: 600; margin-left: 4px; } .sticky-buy-bar {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 450; background: #fff; border-top: 1px solid var(--color-border);
box-shadow: 0 -6px 20px rgba(0,0,0,.1); transform: translateY(100%); transition: transform .25s ease;
}
.sticky-buy-bar.is-visible { transform: translateY(0); }
.sticky-buy-bar__inner { display: flex; align-items: center; gap: 14px; padding: 10px 20px; }
.sticky-buy-bar__inner img { width: 46px; height: 46px; object-fit: contain; border-radius: var(--radius-sm); border: 1px solid var(--color-border); flex-shrink: 0; }
.sticky-buy-bar__info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.sticky-buy-bar__title { font-size: 13.5px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sticky-buy-bar__price { font-size: 15px; font-weight: 800; color: var(--color-primary); }
.sticky-buy-bar__price ins { text-decoration: none; }
.sticky-buy-bar__price del { font-size: 12px; color: var(--color-muted); margin-right: 6px; }
.sticky-buy-bar__btn { flex-shrink: 0; }
body.has-mobile-bar .sticky-buy-bar { bottom: 62px; }
@media (max-width: 640px) { .sticky-buy-bar__title { display: none; } } @media (min-width: 861px) { .sticky-buy-bar { display: none !important; } } .mcbt-compare-bar {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 460; background: #fff; border-top: 1px solid var(--color-border);
box-shadow: 0 -6px 20px rgba(0,0,0,.1);
}
body.has-mobile-bar .mcbt-compare-bar { bottom: 62px; }
.mcbt-compare-bar__inner { display: flex; align-items: center; gap: 16px; padding: 10px 20px; flex-wrap: wrap; }
.mcbt-compare-bar__items { display: flex; gap: 8px; flex: 1; flex-wrap: wrap; }
.mcbt-compare-bar__item { position: relative; width: 44px; height: 44px; flex-shrink: 0; }
.mcbt-compare-bar__item img { width: 100%; height: 100%; object-fit: contain; border-radius: var(--radius-sm); border: 1px solid var(--color-border); background: #fff; }
.mcbt-compare-bar__item button {
position: absolute; top: -6px; right: -6px; width: 18px; height: 18px; border-radius: 50%; background: var(--color-dark);
color: #fff; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; cursor: pointer;
}
.mcbt-compare-bar__actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.mcbt-compare-bar__clear { background: none; border: 0; color: var(--color-muted); font-size: 13px; cursor: pointer; }
.mcbt-compare-bar__clear:hover { color: var(--color-primary); text-decoration: underline; } .mcbt-compare-modal { position: fixed; inset: 0; z-index: 600; display: flex; align-items: center; justify-content: center; padding: 20px; }
.mcbt-compare-modal[hidden] { display: none; }
.mcbt-compare-modal__overlay { position: absolute; inset: 0; background: rgba(20,22,26,.6); }
.mcbt-compare-modal__box {
position: relative; background: #fff; border-radius: var(--radius); max-width: 960px; width: 100%; max-height: 85vh;
display: flex; flex-direction: column; overflow: hidden; box-shadow: var(--shadow-md);
}
.mcbt-compare-modal__head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--color-border); }
.mcbt-compare-modal__head strong { font-size: 16px; }
.mcbt-compare-modal__close { background: none; border: 0; font-size: 24px; line-height: 1; cursor: pointer; color: var(--color-muted); padding: 4px 8px; }
.mcbt-compare-modal__close:hover { color: var(--color-primary); }
.mcbt-compare-modal__content { padding: 20px; overflow: auto; }
.mcbt-compare-table { border-collapse: collapse; width: 100%; }
.mcbt-compare-table th, .mcbt-compare-table td { padding: 10px 14px; border-bottom: 1px solid var(--color-border); text-align: left; font-size: 13.5px; vertical-align: top; }
.mcbt-compare-table th { color: var(--color-muted); font-weight: 600; white-space: nowrap; }
.mcbt-compare-table td a { color: var(--color-text); font-weight: 600; }
.mcbt-compare-table td a:hover { color: var(--color-primary); }
.mcbt-compare-table__media img { width: 72px; height: 72px; object-fit: contain; border: 1px solid var(--color-border); border-radius: var(--radius-sm); }
.mcbt-compare-price { color: var(--color-primary); font-weight: 700; } .fbt { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 18px; }
.fbt__title { font-size: 16px; margin-bottom: 14px; }
.fbt__list { display: flex; flex-direction: column; gap: 14px; }
.fbt__item { display: flex; gap: 12px; align-items: flex-start; padding-bottom: 14px; border-bottom: 1px solid var(--color-border); }
.fbt__item:last-child { border-bottom: none; padding-bottom: 0; }
.fbt__item.is-unchecked { opacity: .5; }
.fbt__check { position: relative; flex-shrink: 0; cursor: pointer; }
.fbt__check input[type="checkbox"] { position: absolute; top: -4px; left: -4px; width: 18px; height: 18px; z-index: 2; accent-color: var(--color-primary); cursor: pointer; }
.fbt__img { width: 64px; height: 64px; object-fit: contain; border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: #fff; }
.fbt__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.fbt__name { font-size: 14px; font-weight: 600; color: var(--color-text); line-height: 1.4; }
.fbt__name:hover { color: var(--color-primary); }
.fbt__variations { display: flex; flex-wrap: wrap; gap: 8px; }
.fbt__variation-select { padding: 6px 10px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); font-size: 13px; background: #fff; }
.fbt__row { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.fbt__price { font-size: 14.5px; font-weight: 700; color: var(--color-primary); }
.fbt__qty { display: flex; align-items: center; border: 1px solid var(--color-border); border-radius: var(--radius-sm); overflow: hidden; }
.fbt__qty-btn { width: 28px; height: 28px; background: var(--color-bg); border: none; font-size: 15px; cursor: pointer; color: var(--color-text); }
.fbt__qty-btn:hover { background: var(--color-border); }
.fbt__qty-input { width: 40px; height: 28px; border: none; border-left: 1px solid var(--color-border); border-right: 1px solid var(--color-border); text-align: center; font-size: 13.5px; -moz-appearance: textfield; }
.fbt__qty-input::-webkit-outer-spin-button, .fbt__qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.fbt__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--color-border); flex-wrap: wrap; }
.fbt__total { font-size: 14.5px; color: var(--color-text); }
.fbt__total strong { font-size: 17px; color: var(--color-primary); }
.fbt__submit.loading { opacity: .6; pointer-events: none; }
@media (max-width: 480px) {
.fbt__footer { flex-direction: column; align-items: stretch; }
.fbt__submit { width: 100%; }
} .rating-breakdown { display: flex; gap: 32px; align-items: center; padding: 24px; background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); margin-bottom: 30px; flex-wrap: wrap; }
.rating-breakdown__score { text-align: center; min-width: 120px; }
.rating-breakdown__score strong { font-size: 42px; font-weight: 800; color: var(--color-primary); display: block; line-height: 1; }
.rating-breakdown__score .star-rating { margin: 8px auto; }
.rating-breakdown__score span { font-size: 12.5px; color: var(--color-muted); }
.rating-breakdown__bars { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 6px; }
.rating-breakdown__row { display: grid; grid-template-columns: 46px 1fr 40px; align-items: center; gap: 10px; font-size: 12.5px; color: var(--color-muted); }
.rating-breakdown__row .bar-track { height: 8px; background: var(--color-bg); border-radius: 999px; overflow: hidden; }
.rating-breakdown__row .bar-fill { height: 100%; background: var(--color-star); border-radius: 999px; }  .related.products, .up-sells.upsells.products { position: relative; margin-top: 50px; padding-top: 40px; border-top: 1px solid var(--color-border); }
.related.products > h2, .up-sells.upsells.products > h2 { font-size: 22px; text-align: left; margin-bottom: 20px; }
.related.products > .products, .up-sells.upsells.products > .products, .cross-sells > .products {
display: flex; flex-wrap: nowrap; gap: 16px; overflow-x: auto; list-style: none; padding: 0 2px 4px; margin: 0;
scroll-behavior: smooth; scroll-snap-type: x proximity; scrollbar-width: none; -ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
}
.related.products > .products::-webkit-scrollbar, .up-sells.upsells.products > .products::-webkit-scrollbar, .cross-sells > .products::-webkit-scrollbar { display: none; }
.related.products .product-card, .up-sells.upsells.products .product-card { flex: 0 0 220px; width: 220px; scroll-snap-align: start; }
@media (max-width: 640px) {
.related.products .product-card, .up-sells.upsells.products .product-card { flex-basis: 155px; width: 155px; }
} .mcbt-carousel { position: relative; }
.mcbt-scroll-row {
display: flex; flex-wrap: nowrap; gap: 16px; overflow-x: auto; padding: 2px 2px 4px; margin: 0;
scroll-behavior: smooth; scroll-snap-type: x proximity; scrollbar-width: none; -ms-overflow-style: none;
}
.mcbt-scroll-row::-webkit-scrollbar { display: none; }
.mcbt-scroll-row .product-card { flex: 0 0 220px; scroll-snap-align: start; }
@media (max-width: 640px) {
.mcbt-scroll-row .product-card { flex-basis: 155px; }
} .mcbt-carousel-nav {
display: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 36px; height: 36px;
border-radius: 50%; background: #fff; border: 1px solid var(--color-border); box-shadow: var(--shadow-sm);
align-items: center; justify-content: center; color: var(--color-text); cursor: pointer;
}
.mcbt-carousel-nav svg { width: 18px; height: 18px; }
.mcbt-carousel-nav--prev { left: -14px; }
.mcbt-carousel-nav--next { right: -14px; }
.mcbt-carousel-nav:hover { color: var(--color-primary); }
.mcbt-carousel-nav.is-hidden { display: none !important; }
@media (min-width: 900px) {
.mcbt-carousel-nav { display: flex; }
} .search-terms-box {
background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius);
padding: 22px 24px; box-shadow: var(--shadow-sm);
}
.search-terms-box__title { font-size: 17px; margin-bottom: 14px; }
.search-terms-box__list { display: flex; flex-wrap: wrap; gap: 8px; }
.search-term-chip {
background: var(--color-bg); color: var(--color-text); font-size: 12px; font-weight: 500;
padding: 6px 13px; border-radius: 999px; transition: var(--transition); line-height: 1.4;
}
.search-term-chip:hover { background: var(--color-primary); color: #fff; }  .answer-bar { background: #EEF3FC; border-left: 4px solid var(--color-primary); border-radius: var(--radius-sm); padding: 16px 20px; margin-bottom: 24px; }
.answer-bar__question { display: block; font-size: 17px; color: var(--color-dark); margin-bottom: 8px; }
.answer-bar__text { font-size: 15.5px; line-height: 1.7; color: var(--color-text); margin: 0; } .mcbt-toc { background: #EEF3FC; border: 1px solid #D7E3F7; border-radius: var(--radius-sm); padding: 16px 20px; margin-bottom: 28px; }
.mcbt-toc__toggle { display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; background: none; border: none; cursor: pointer; font-weight: 700; font-size: 15.5px; color: var(--color-dark); padding: 0; }
.mcbt-toc__toggle-label { font-weight: 600; color: var(--color-muted); font-size: 14px; }
.mcbt-toc__list { margin: 14px 0 0; padding-left: 20px; }
.mcbt-toc__list, .mcbt-toc__sublist { list-style: decimal; }
.mcbt-toc__sublist { margin: 4px 0 6px; padding-left: 20px; }
.mcbt-toc__list li { margin-bottom: 6px; }
.mcbt-toc a { color: var(--color-primary); font-size: 14.5px; line-height: 1.5; }
.mcbt-toc a:hover { text-decoration: underline; }
.mcbt-toc.is-collapsed .mcbt-toc__list { display: none; }
.mcbt-blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: start; margin: 30px 0 40px; }
.mcbt-blog-post { max-width: none; margin: 0; }
.blog-sidebar { position: sticky; top: 24px; }
.blog-sidebar__box { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 22px; }
.blog-sidebar__title { display: block; font-size: 17px; margin-bottom: 18px; }
.blog-sidebar__list { display: flex; flex-direction: column; gap: 18px; margin-bottom: 18px; }
.blog-sidebar__item { display: flex; gap: 14px; align-items: flex-start; }
.blog-sidebar__item-img { width: 96px; height: 96px; object-fit: cover; border-radius: var(--radius-sm); flex-shrink: 0; background: var(--color-bg); }
.blog-sidebar__item-body { display: flex; flex-direction: column; min-width: 0; padding-top: 4px; }
.blog-sidebar__item-name { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 15px; font-weight: 600; line-height: 1.4; color: var(--color-text); margin-bottom: 8px; }
.blog-sidebar__item-price { font-size: 16px; font-weight: 700; color: var(--color-primary); }
.blog-sidebar__all { display: block; text-align: center; font-size: 14.5px; font-weight: 700; color: var(--color-primary); padding-top: 14px; border-top: 1px solid var(--color-border); }
@media (max-width: 900px) {
.mcbt-blog-layout { grid-template-columns: 1fr; }
.blog-sidebar { position: static; }
}
.single-post__header { text-align: center; margin-bottom: 24px; }
.single-post__title { font-size: clamp(24px, 3.4vw, 36px); margin: 0 0 16px; }
.single-post__meta { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--color-muted); font-size: 13.5px; }
.single-post__meta img { border-radius: 50%; object-fit: cover; }
.single-post__thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 28px; }
.single-post__content { font-size: 18px; line-height: 1.9; color: var(--color-dark); }
.single-post__content h2 { font-size: 23px; margin-top: 1.6em; }
.single-post__content h3 { font-size: 19px; margin-top: 1.4em; }
.single-post__content img { width: 100%; height: auto; border-radius: var(--radius-sm); }
.single-post__content ul, .single-post__content ol { padding-left: 1.4em; margin-bottom: 1em; list-style: revert; }
.single-post__content blockquote { border-left: 4px solid var(--color-primary); padding: 4px 20px; color: var(--color-muted); font-style: italic; margin: 1.6em 0; }
.single-post__footer { margin-top: 28px; }
.single-post__tags { display: flex; gap: 8px; flex-wrap: wrap; } .embed-post-card {
display: flex; gap: 16px; align-items: center; margin: 1.6em 0; padding: 16px;
background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius);
text-decoration: none; color: inherit;
}
.embed-post-card__media { flex-shrink: 0; width: 110px; height: 110px; border-radius: var(--radius-sm); overflow: hidden; }
.embed-post-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.embed-post-card__body { display: flex; flex-direction: column; min-width: 0; }
.embed-post-card__eyebrow { font-size: 11.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--color-muted); margin-bottom: 4px; }
.embed-post-card__title { font-size: 16.5px; line-height: 1.35; color: var(--color-dark); margin-bottom: 6px; }
.embed-post-card__excerpt { font-size: 14px; line-height: 1.6; color: var(--color-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 6px; }
.embed-post-card__more { font-size: 13.5px; font-weight: 700; color: var(--color-primary); } .product-grid.embed-product-grid {
display: flex; flex-wrap: nowrap; gap: 16px; overflow-x: auto; margin: 1.6em 0; padding: 2px 2px 4px;
scroll-behavior: smooth; scroll-snap-type: x proximity; scrollbar-width: none; -ms-overflow-style: none;
-webkit-overflow-scrolling: touch;
}
.product-grid.embed-product-grid::-webkit-scrollbar { display: none; }
.product-grid.embed-product-grid .product-card { flex: 0 0 220px; width: 220px; scroll-snap-align: start; }
@media (max-width: 640px) {
.product-grid.embed-product-grid .product-card { flex-basis: 155px; width: 155px; }
}
@media (max-width: 560px) {
.embed-post-card { flex-direction: column; align-items: stretch; }
.embed-post-card__media { width: 100%; height: 180px; }
} .mcbt-faq { margin-top: 32px; }
.mcbt-faq__title { font-size: 21px; margin-bottom: 14px; }
.mcbt-faq__item { border: 1px solid var(--color-border); border-radius: var(--radius-sm); margin-bottom: 10px; overflow: hidden; }
.mcbt-faq__question {
display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%;
background: var(--color-white); border: none; cursor: pointer; text-align: left;
padding: 14px 18px; font-size: 17px; font-weight: 700; color: var(--color-dark);
}
.mcbt-faq__question svg { flex-shrink: 0; transition: transform var(--transition); color: var(--color-muted); }
.mcbt-faq__question[aria-expanded="true"] svg { transform: rotate(180deg); }
.mcbt-faq__answer { padding: 0 18px 16px; }
.mcbt-faq__answer p { font-size: 16px; font-weight: 500; line-height: 1.75; color: var(--color-dark); margin: 0; } .author-box {
display: flex; gap: 18px; margin-top: 32px; padding: 22px;
background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius);
}
.author-box__avatar { width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0; object-fit: cover; }
.author-box__label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--color-muted); margin-bottom: 4px; }
.author-box__name { display: block; font-size: 17px; margin-bottom: 8px; }
.author-box__bio { font-size: 15px; line-height: 1.75; color: var(--color-text); margin-bottom: 12px; }
.author-box__contact { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; font-weight: 600; }
.author-box__contact a { color: var(--color-primary); }
@media (max-width: 640px) { .author-box { flex-direction: column; } }
.comments-area { max-width: 820px; margin: 40px auto 0; padding-top: 30px; border-top: 1px solid var(--color-border); }
.comments-title { font-size: 20px; margin-bottom: 22px; }
.comment-list { list-style: none; padding: 0; }
.comment-avatar img { border-radius: 50%; }
.comment-respond { margin-top: 30px; }
.comment-reply-title { font-size: 18px; margin-bottom: 16px; }
.comment-form-comment textarea, .comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
width: 100%; padding: 13px 16px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); margin-bottom: 14px; font-family: inherit; font-size: 14.5px;
}
.comment-form-comment textarea:focus, .comment-form input:focus { border-color: var(--color-primary); outline: none; }
.comment-reply-link { font-size: 12.5px; font-weight: 700; color: var(--color-primary); } table.shop_table, .shop_table {
width: 100%; border-collapse: collapse; background: var(--color-white); border: 1px solid var(--color-border);
border-radius: var(--radius); overflow: hidden; margin-bottom: 26px;
}
table.shop_table th { background: var(--color-bg); text-align: left; padding: 14px 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .03em; color: var(--color-muted); }
table.shop_table td { padding: 16px; border-top: 1px solid var(--color-border); font-size: 14.5px; vertical-align: middle; }
table.shop_table td.product-thumbnail img { width: 70px; border-radius: var(--radius-sm); }
table.shop_table td.product-remove a { color: var(--color-primary); font-size: 20px; }
.woocommerce-cart-form .quantity input { width: 64px; padding: 10px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); text-align: center; }
.cart-collaterals { display: flex; justify-content: flex-end; margin-top: 10px; }
.cart_totals { width: 100%; max-width: 380px; background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 22px; }
.cart_totals h2 { font-size: 18px; margin-bottom: 14px; }
.cart_totals table { width: 100%; }
.cart_totals table th, .cart_totals table td { padding: 10px 0; border-top: 1px solid var(--color-border); font-size: 14px; }
.cart_totals .order-total .amount { color: var(--color-primary); font-weight: 800; font-size: 18px; }
.wc-proceed-to-checkout a { display: flex; }
.woocommerce-checkout .col2-set, .woocommerce-checkout .col-1, .woocommerce-checkout .col-2 { max-width: 100%; }
.woocommerce-checkout form .form-row { margin-bottom: 16px; }
.woocommerce-checkout form .form-row label { display: block; font-size: 13.5px; font-weight: 700; margin-bottom: 6px; }
.woocommerce-checkout form input.input-text, .woocommerce-checkout form select, .woocommerce-checkout form textarea {
width: 100%; padding: 13px 15px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); font-size: 14.5px; font-family: inherit;
}
.woocommerce-checkout form input.input-text:focus, .woocommerce-checkout form select:focus { border-color: var(--color-primary); outline: none; }
#order_review, .woocommerce-checkout-review-order { background: var(--color-white); border: 1px solid var(--color-border); border-radius: var(--radius); padding: 22px; }
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { padding: 12px 0; border-top: 1px solid var(--color-border); font-size: 14px; }
.wc_payment_methods { list-style: none; padding: 0; margin: 18px 0; }
.wc_payment_method { border: 2px solid var(--color-border); border-radius: var(--radius-sm); padding: 14px; margin-bottom: 10px; }
.wc_payment_method label { font-weight: 700; font-size: 14px; }
#place_order { width: 100%; padding: 16px; font-size: 16px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; list-style: none; padding: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { padding: 10px 18px; background: var(--color-white); border: 1px solid var(--color-border); border-radius: 999px; font-size: 13.5px; font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--color-primary); border-color: var(--color-primary); color: #fff; }
.woocommerce-form-login input, .woocommerce-form-register input { width: 100%; max-width: 380px; padding: 13px 15px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); margin-bottom: 14px; }
.woocommerce-form-row label { display:block; font-weight: 700; font-size: 13.5px; margin-bottom: 6px; }
@media (max-width: 860px) {
table.shop_table thead { display: none; }
table.shop_table tr { display: block; padding: 14px 0; border-top: 1px solid var(--color-border); }
table.shop_table td { display: flex; justify-content: space-between; align-items: center; border: none; padding: 6px 16px; }
.cart_totals { max-width: 100%; }
} @media (max-width: 1024px) {
.product-grid, .product-grid--5 { grid-template-columns: repeat(3, 1fr); }
.footer-grid { grid-template-columns: 1fr 1fr; }
.trust-bar .mcbt-container { grid-template-columns: repeat(2, 1fr); }
.post-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
:root { --header-h: 64px; }
.header-actions { gap: 16px; }
.hero__slider { padding-top: 18px; padding-bottom: 18px; min-height: auto; }
.hero__slide { grid-template-columns: 1fr; text-align: center; }
.hero__image { order: -1; max-height: 150px; margin: 0 auto 12px; }
.hero__image img { max-height: 150px; }
.hero__cta { justify-content: center; }
.promo-grid { grid-template-columns: 1fr; }
.section { padding: 34px 0; }
.mcbt-product-layout { grid-template-columns: 1fr; grid-template-areas: "gallery" "bundle" "sidebar" "tabs" "reviews"; gap: 22px; }
.single-product__sidebar { position: static; max-height: none; overflow: visible; }
.single-product__summary { border: none; padding: 0; box-shadow: none; }
.woocommerce-tabs ul.tabs { overflow-x: auto; flex-wrap: nowrap; }
.mobile-bar {
display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 400; background: #fff;
border-top: 1px solid var(--color-border); box-shadow: 0 -4px 12px rgba(0,0,0,.08);
}
.mobile-bar a, .mobile-bar button {
flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 8px 4px 10px;
font-size: 10.5px; color: var(--color-text); background: none; border: none; position: relative;
}
.mobile-bar svg { width: 22px; height: 22px; }
.mobile-bar .is-primary { color: var(--color-primary); }
body.has-mobile-bar { padding-bottom: 62px; }
}
@media (max-width: 640px) {
.product-grid, .product-grid--5 { grid-template-columns: repeat(2, 1fr); }
.footer-grid { grid-template-columns: 1fr; gap: 28px; }
.trust-bar .mcbt-container { grid-template-columns: repeat(2, 1fr); }
.post-grid { grid-template-columns: 1fr; }
.mcbt-container { padding: 0 16px; }
}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff")}:root{--swiper-theme-color:#007aff}.jp-carousel-overlay .swiper-container{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper{flex-direction:column}.jp-carousel-overlay .swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.jp-carousel-overlay .swiper-container-android .swiper-slide,.jp-carousel-overlay .swiper-wrapper{transform:translateZ(0)}.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.jp-carousel-overlay .swiper-container-pointer-events{touch-action:pan-y}.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.jp-carousel-overlay .swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.jp-carousel-overlay .swiper-slide-invisible-blank{visibility:hidden}.jp-carousel-overlay .swiper-container-autoheight,.jp-carousel-overlay .swiper-container-autoheight .swiper-slide{height:auto}.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.jp-carousel-overlay .swiper-container-3d{perspective:1200px}.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow,.jp-carousel-overlay .swiper-container-3d .swiper-slide,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,.jp-carousel-overlay .swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var( --swiper-navigation-size )/2);position:absolute;top:50%;width:calc(var( --swiper-navigation-size )/44*27);z-index:10}.jp-carousel-overlay .swiper-button-next.swiper-button-disabled,.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next{left:10px;right:auto}.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after{content:"prev"}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{left:auto;right:10px}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:"next"}.jp-carousel-overlay .swiper-button-next.swiper-button-white,.jp-carousel-overlay .swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.jp-carousel-overlay .swiper-button-next.swiper-button-black,.jp-carousel-overlay .swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.jp-carousel-overlay .swiper-button-lock{display:none}.jp-carousel-overlay .swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden{opacity:0}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets,.jp-carousel-overlay .swiper-pagination-custom,.jp-carousel-overlay .swiper-pagination-fraction{bottom:10px;left:0;width:100%}.jp-carousel-overlay .swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.jp-carousel-overlay .swiper-pagination-bullet{background:#000;border-radius:50%;display:inline-block;height:8px;opacity:.2;width:8px}.jp-carousel-overlay button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.jp-carousel-overlay .swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.jp-carousel-overlay .swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.jp-carousel-overlay .swiper-pagination-white{--swiper-pagination-color:#fff}.jp-carousel-overlay .swiper-pagination-black{--swiper-pagination-color:#000}.jp-carousel-overlay .swiper-pagination-lock{display:none}.jp-carousel-overlay .swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.jp-carousel-overlay .swiper-zoom-container>canvas,.jp-carousel-overlay .swiper-zoom-container>img,.jp-carousel-overlay .swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.jp-carousel-overlay .swiper-slide-zoomed{cursor:move}.jp-carousel-overlay .swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}:root{--jp-carousel-primary-color:#fff;--jp-carousel-primary-subtle-color:#999;--jp-carousel-bg-color:#000;--jp-carousel-bg-faded-color:#222;--jp-carousel-border-color:#3a3a3a}:root .jp-carousel-light{--jp-carousel-primary-color:#000;--jp-carousel-primary-subtle-color:#646970;--jp-carousel-bg-color:#fff;--jp-carousel-bg-faded-color:#fbfbfb;--jp-carousel-border-color:#dcdcde}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev{background-image:none}[data-carousel-extra]:not(.jp-carousel-wrap) img,[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-wrap.swiper-container{height:auto;width:100vw}.jp-carousel-overlay .swiper-zoom-container{background-position:50%;background-repeat:no-repeat;background-size:200%}.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img,.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img{transition:none!important}.jp-carousel-overlay .swiper-button-next,.jp-carousel-overlay .swiper-button-prev{background-image:none;height:auto;opacity:.5;padding:20px 40px;transition:opacity .5s ease-out;width:auto}.jp-carousel-overlay .swiper-button-next:hover,.jp-carousel-overlay .swiper-button-prev:hover{opacity:1}.jp-carousel-overlay .swiper-button-next:after,.jp-carousel-overlay .swiper-button-prev:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after{content:none}.jp-carousel-overlay .swiper-button-next svg,.jp-carousel-overlay .swiper-button-prev svg{background:var(--jp-carousel-bg-color);border-radius:4px;height:30px;width:28px}.jp-carousel-overlay .swiper-button-next svg:hover,.jp-carousel-overlay .swiper-button-prev svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-overlay{background:var(--jp-carousel-bg-color);bottom:0;direction:ltr;font-family:Helvetica Neue,sans-serif!important;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;z-index:2147483647}.jp-carousel-overlay *{box-sizing:border-box}.jp-carousel-overlay h1:before,.jp-carousel-overlay h2:before,.jp-carousel-overlay h3:before{content:none;display:none}.jp-carousel-overlay .swiper-container .swiper-button-prev{left:0;right:auto}.jp-carousel-overlay .swiper-container .swiper-button-next{left:auto;right:0}.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next,.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev{transform:scaleX(-1)}.jp-carousel-container{display:grid;grid-template-rows:1fr 64px;height:100%}.jp-carousel-hide-controls .jp-carousel-container{grid-template-rows:1fr}.jp-carousel-hide-controls .swiper-wrapper{margin-top:-32px}.jp-carousel-hide-controls .jp-swiper-button-next,.jp-carousel-hide-controls .jp-swiper-button-prev{margin-top:-54px}.jp-carousel-msg{background-color:var(--jp-carousel-primary-color);border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);display:inline-block;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;line-height:19px;margin:25px 20px 0 2px;padding:11px 15px;text-align:center}.jp-carousel-info{-webkit-font-smoothing:subpixel-antialiased!important;background-color:var(--jp-carousel-bg-color);display:flex;flex-direction:column;opacity:1;text-align:left!important;transition:opacity .2s ease-out;z-index:100}.jp-carousel-hide-controls .jp-carousel-info{height:0;overflow:hidden;visibility:hidden}.jp-carousel-info-footer{align-items:center;display:flex;height:64px;justify-content:space-between;position:relative}.jp-carousel-info-extra,.jp-carousel-info-footer{background-color:var(--jp-carousel-bg-color);width:100vw}.jp-carousel-info-extra{border-top:1px solid var(--jp-carousel-bg-faded-color);display:none;padding:35px}.jp-carousel-title-and-caption{margin-bottom:15px}.jp-carousel-info-extra.jp-carousel-show{display:block}.jp-carousel-info ::selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-info ::-moz-selection{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-primary-color)}.jp-carousel-photo-info{left:0!important;width:100%!important}.jp-carousel-comments-wrapper{display:none;padding:0;width:100%!important}.jp-carousel-comments-wrapper.jp-carousel-show{display:block}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:none}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-buttons{background:#222;border-bottom:1px solid #222;margin:-18px -20px 15px;padding:8px 10px;text-align:center}div.jp-carousel-buttons a{-webkit-font-smoothing:subpixel-antialiased;border:none!important;color:var(--jp-carousel-primary-subtle-color);font:normal 11px/1.2em Helvetica Neue,sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle}div.jp-carousel-buttons a:hover{border:none!important;color:var(--jp-carousel-primary-color)}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-slide,.jp-carousel-slide img{transform:translateZ(0)}.jp-carousel-close-hint{color:var(--jp-carousel-primary-color);cursor:default;cursor:pointer;height:45px;letter-spacing:0!important;padding:10px;position:fixed;right:30px;text-align:right;top:20px;transition:opacity .2s ease-out;width:45px;z-index:15}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint svg{background:var(--jp-carousel-bg-color);border-radius:4px;padding:3px 2px}.jp-carousel-close-hint svg:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-close-hint:hover{color:var(--jp-carousel-primary-color)}.jp-carousel-close-hint:hover span{border-color:var(--jp-carousel-primary-color)}.jp-carousel-pagination-container{flex:1;margin:0 15px 0 35px}.jp-carousel-pagination,.jp-swiper-pagination{color:var(--jp-carousel-primary-color);display:none;font-size:15px;font-weight:400;position:static!important;white-space:nowrap}.jp-carousel-pagination-container .swiper-pagination{line-height:8px;text-align:left}.jp-carousel-pagination{padding-left:5px}.jp-swiper-pagination .swiper-pagination-bullet{background:var(--jp-carousel-primary-subtle-color);margin:0 4px}.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--jp-carousel-primary-color)}.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){background:var(--jp-carousel-primary-color);opacity:.5}.jp-carousel-info-footer .jp-carousel-photo-title-container{flex-basis:50vw;flex:4;justify-content:center;margin:0;overflow:hidden}.jp-carousel-photo-caption,.jp-carousel-photo-title{background:none!important;border:none!important;color:var(--jp-carousel-primary-color);display:inline-block;font:normal 20px/1.3em Helvetica Neue,sans-serif;letter-spacing:0!important;line-height:normal;margin:0 0 10px;overflow:hidden;padding:0;text-shadow:none!important;text-transform:none!important}.jp-carousel-info-footer .jp-carousel-photo-caption{color:var(--jp-carousel-primary-subtle-color);cursor:pointer;font-size:15px;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.jp-carousel-info-footer .jp-carousel-photo-caption p{margin:0}.jp-carousel-photo-title{font-size:32px;margin-bottom:2px}.jp-carousel-photo-description{color:var(--jp-carousel-primary-subtle-color);font-size:16px;margin:25px 0;overflow:hidden;overflow-wrap:break-word;width:100%}.jp-carousel-photo-description p{color:var(--jp-carousel-primary-subtle-color);line-height:1.4;margin-bottom:0}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-photo-description p a{border:none!important;color:var(--jp-carousel-primary-color)!important;font-style:normal!important;font-weight:400!important;text-decoration:underline!important}.jp-carousel-photo-description p b,.jp-carousel-photo-description p strong{color:var(--jp-carousel-primary-subtle-color);font-weight:700}.jp-carousel-photo-description p em,.jp-carousel-photo-description p i{color:var(--jp-carousel-primary-subtle-color);font-style:italic}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-photo-description p a:hover{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-photo-description p:empty{display:none}.jp-carousel-comments-wrapper h1:after,.jp-carousel-comments-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-caption{font-size:14px;font-weight:400;margin:0}.jp-carousel-image-meta{color:var(--jp-carousel-primary-color);display:none;font-size:13px;font:12px/1.4 Helvetica Neue,sans-serif!important;width:100%}.jp-carousel-image-meta.jp-carousel-show{display:block}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{background:none!important;border:none!important;bottom:auto!important;font-family:Helvetica Neue,sans-serif!important;font-weight:400!important;left:auto!important;line-height:1.3em!important;position:inherit!important;right:auto!important;top:auto!important}.jp-carousel-image-meta ul{list-style:none!important;margin:0!important;padding:0!important}.jp-carousel-image-meta li{color:var(--jp-carousel-primary-color)!important;display:inline-block!important;font-size:13px!important;margin:0 2% 15px 0!important;vertical-align:top!important;width:48%!important}.jp-carousel-image-meta h5{color:var(--jp-carousel-primary-subtle-color)!important;font-size:10px!important;letter-spacing:.1em!important;margin:0 0 2px!important;text-transform:uppercase!important}a.jp-carousel-image-download{clear:both;color:var(--jp-carousel-primary-subtle-color);display:inline-block;font-size:14px;font-weight:400;line-height:1;text-decoration:none}a.jp-carousel-image-download svg{display:inline-block;margin:0 3px;padding-bottom:2px;vertical-align:middle}a.jp-carousel-image-download span.photo-size{border-radius:1em;display:inline-block;font-size:11px;margin-left:2px}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}.jp-carousel-comments{background:none transparent;bottom:10px;font:15px/1.7 Helvetica Neue,sans-serif!important;font-weight:400;margin-top:20px;width:100%}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:var(--jp-carousel-primary-color)!important}.jp-carousel-comment{background:none transparent;color:var(--jp-carousel-primary-subtle-color);display:flex;overflow:auto;width:100%}.jp-carousel-comment+.jp-carousel-comment{margin-top:20px}.jp-carousel-comment:last-of-type{margin-bottom:20px}.jp-carousel-comment p{color:var(--jp-carousel-primary-subtle-color)!important}.jp-carousel-comment .comment-author{border:none;display:inline;float:none;font-size:15px;font-weight:500;margin:0;padding:0;width:auto}.jp-carousel-comment .comment-author a{color:var(--jp-carousel-primary-color)}.jp-carousel-comment .comment-gravatar{float:none;margin-right:10px}.jp-carousel-comment .comment-content{border:none;padding:0}.jp-carousel-comment .avatar{background-color:transparent!important;border:none!important;border-radius:4px;height:64px;margin:0;min-height:64px;min-width:64px;padding:0!important;width:64px}.jp-carousel-comment .comment-date{border-bottom:1px solid var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color);font-size:11px;margin-bottom:6px}#jp-carousel-comment-form{margin:0 0 10px!important;width:100%}#jp-carousel-comment-form.jp-carousel-is-disabled{opacity:.5;pointer-events:none}textarea#jp-carousel-comment-form-comment-field{background:var(--jp-carousel-bg-faded-color);border:1px solid var(--jp-carousel-border-color);border-radius:3px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1);box-sizing:border-box;color:var(--jp-carousel-primary-subtle-color);float:none;font:16px/1.4 Helvetica Neue,sans-serif!important;height:147px;margin:0;overflow:hidden;padding:10px 10px 5px;width:100%}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-loading-overlay{bottom:0;display:none;left:0;position:fixed;right:0;top:0}#jp-carousel-loading-wrapper{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}#jp-carousel-library-loading,#jp-carousel-library-loading:after{border-radius:50%;height:40px;width:40px}#jp-carousel-library-loading{animation:load8 1.1s linear infinite;border:8px solid hsla(0,0%,100%,.2);border-left:8px solid var(--jp-carousel-primary-color);float:left;font-size:10px;margin:22px 0 0 10px;position:relative;text-indent:-9999em;transform:translateZ(0)}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;height:20px;width:20px}#jp-carousel-comment-form-spinner{animation:load8 1.1s linear infinite;border:4px solid hsla(0,0%,100%,.2);border-left:4px solid var(--jp-carousel-primary-color);bottom:0;display:none;float:left;font-size:10px;left:0;margin:0 auto;position:absolute;right:0;text-indent:-9999em;top:calc(50% - 15px);transform:translateZ(0)}@keyframes load8{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.jp-carousel-info-content-wrapper{margin:auto;max-width:800px}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);color:var(--jp-carousel-primary-subtle-color);float:left;font:16px/1.4 Helvetica Neue,sans-serif!important;padding:10px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:var(--jp-carousel-bg-faded-color);color:var(--jp-carousel-primary-subtle-color)}#jp-carousel-comment-form-commenting-as p{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:22px 0 0}#jp-carousel-comment-form-commenting-as fieldset{border:none;clear:both;float:left;margin:20px 0 0;padding:0}#jp-carousel-comment-form-commenting-as label{float:left;font:400 13px/1.7 Helvetica Neue,sans-serif!important;margin:0 20px 3px 0;width:100px}#jp-carousel-comment-form-button-submit{background:var(--jp-carousel-bg-color);border:1px solid var(--jp-carousel-primary-color);border-radius:3px;color:var(--jp-carousel-primary-color);display:block;font-size:14px;margin-left:auto;margin-top:20px;padding:8px 16px}#jp-carousel-comment-form-button-submit:active,#jp-carousel-comment-form-button-submit:focus{background:var(--jp-carousel-primary-color);color:var(--jp-carousel-bg-color)}#jp-carousel-comment-form-container{color:var(--jp-carousel-primary-subtle-color);margin-bottom:15px;margin-top:20px;overflow:hidden;position:relative;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{border:1px solid var(--jp-carousel-border-color);border-radius:2px;box-shadow:inset 0 0 5px 0 rgba(0,0,0,.2);box-sizing:border-box;display:block;font:13px/1.4 Helvetica Neue,sans-serif!important;margin-top:20px;overflow:auto;padding:1em 0;text-align:center;width:100%}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed,#jp-carousel-comments-loading{color:var(--jp-carousel-primary-subtle-color);display:none}#jp-carousel-comments-loading{bottom:10px;font:400 15px/1.7 Helvetica Neue,sans-serif!important;margin-bottom:20px;margin-top:20px;text-align:left;width:100%}.jp-carousel-photo-icons-container{display:block;flex:1;margin:0 20px 0 30px;text-align:right;white-space:nowrap}.jp-carousel-icon-btn{background:none;border:none;display:inline-block;height:64px;padding:16px;text-decoration:none}.jp-carousel-icon{border:none;border-radius:4px;display:inline-block;font-style:normal;font-weight:400;line-height:0;padding:4px 3px 3px;width:31px}.jp-carousel-icon:hover{background:var(--jp-carousel-primary-subtle-color)}.jp-carousel-icon svg{display:inline-block}.jp-carousel-overlay rect{fill:var(--jp-carousel-primary-color)}.jp-carousel-selected .jp-carousel-icon{background:var(--jp-carousel-primary-color)}.jp-carousel-selected rect{fill:var(--jp-carousel-bg-color)}.jp-carousel-icon-comments.jp-carousel-show{display:inline-block}.jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-primary-color);border-radius:4px;color:var(--jp-carousel-bg-color);display:none;font-family:Helvetica Neue,sans-serif!important;font-size:12px;font-weight:400;line-height:1;margin-left:-16px;padding:2px 4px;position:relative;vertical-align:top}.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator{background:var(--jp-carousel-bg-color);color:var(--jp-carousel-primary-color)}.jp-carousel-has-comments-indicator.jp-carousel-show{display:inline-block}@media only screen and (max-width:760px){.jp-carousel-buttons,.jp-carousel-overlay .swiper-container .swiper-button-next,.jp-carousel-overlay .swiper-container .swiper-button-prev{display:none!important}.jp-carousel-image-meta{box-sizing:border-box;float:none!important;margin-left:0;width:100%!important}.jp-carousel-close-hint{font-size:26px!important;position:fixed!important;right:10px;top:10px}.admin-bar .jp-carousel-close-hint{top:40px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:var(--jp-carousel-bg-color)}.jp-carousel-fadeaway,.jp-carousel-info>.jp-carousel-photo-info{display:none}.jp-carousel-comments-wrapper>.jp-carousel-photo-info{display:block}.jp-carousel-caption{overflow:visible!important}.jp-carousel-info-footer .jp-carousel-photo-title-container{display:none}.jp-carousel-photo-icons-container{margin:0 10px 0 0;white-space:nowrap}.jp-carousel-icon-btn{padding-left:20px}.jp-carousel-pagination{padding-left:5px}.jp-carousel-pagination-container{margin-left:25px}.jp-carousel-comment .avatar{min-width:48px}#jp-carousel-comment-form-commenting-as fieldset,#jp-carousel-comment-form-commenting-as input{float:none;width:100%}}:root{--jetpack--contact-form--border:1px solid #8c8f94;--jetpack--contact-form--border-color:#8c8f94;--jetpack--contact-form--border-size:1px;--jetpack--contact-form--border-style:solid;--jetpack--contact-form--border-radius:0px;--jetpack--contact-form--input-padding:16px;--jetpack--contact-form--font-size:16px}.contact-form .clear-form{clear:both}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus::placeholder{opacity:.3}:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea){border:1px solid #8c8f94;border-radius:0;box-sizing:border-box;font:inherit;padding:16px;width:100%}:where(.contact-form textarea){height:200px}.contact-form :where(.grunion-field[type=text],.grunion-field.textarea){padding-left:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));padding-right:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius))}.contact-form .grunion-field-wrap input,.contact-form .grunion-field-wrap textarea{margin:0}.contact-form select{min-width:150px;padding:14px 7px}.contact-form :where(input[type=radio],input[type=checkbox]){float:none;height:1rem;width:1rem}.contact-form input[type=checkbox],.contact-form input[type=radio]{margin:0 .75rem 0 0}.contact-form input[type=checkbox]{margin-left:0;top:0}.contact-form label{display:block;float:none;font-weight:700;margin-bottom:.25em}.contact-form label.consent{align-items:center;display:flex;font-size:13px;font-weight:400;text-transform:uppercase}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{align-items:center;display:inline-flex;float:none;font-weight:400;line-height:1;margin-bottom:0}.contact-form .grunion-checkbox-multiple-options,.contact-form .grunion-radio-options{display:flex;flex-direction:column;gap:12px}.contact-form label span{font-size:85%;font-weight:400;margin-left:.25em;opacity:.45}.contact-form-submission{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:4em;padding:1.5em 1em;width:100%}.contact-form-submission p{word-wrap:break-word;margin:0 auto}.contact-form-submission h4{font-weight:200;margin-bottom:32px;margin-top:32px}.contact-form-submission .go-back-message{margin-bottom:32px;margin-top:20px;text-align:left}.contact-form-submission .go-back-message .link{color:#000;font-weight:200}.contact-form-submission .field-name{font-weight:200}.contact-form-submission .field-value{font-weight:600;margin-bottom:20px}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-direction:row;flex-grow:1;flex-wrap:wrap;gap:var(--wp--style--block-gap,1.5rem);justify-content:flex-start}.wp-block-jetpack-contact-form>*{box-sizing:border-box;flex:0 0 100%}.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form{padding-left:0;padding-right:0}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{box-sizing:border-box}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);max-width:25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);max-width:50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);max-width:75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam,.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form .wp-block-spacer{width:100%}.contact-form .contact-form-dropdown__button.ui-button{align-items:center;background-color:var(--jetpack--contact-form--input-background);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-sizing:border-box;color:var(--jetpack--contact-form--text-color);display:flex;flex-direction:row-reverse;font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);justify-content:space-between;line-height:var(--jetpack--contact-form--line-height);padding:var(--jetpack--contact-form--input-padding);width:100%}.contact-form .contact-form-dropdown__button.ui-button .ui-selectmenu-icon.ui-icon{background:none}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon,.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon{align-items:center;border:2px solid transparent;box-sizing:border-box;display:flex;height:.8em;justify-content:center;margin-right:4px;overflow:visible;position:relative;width:.8em}.contact-form .contact-form-dropdown__button .ui-selectmenu-icon:after{border-bottom:2px solid;border-right:2px solid;box-sizing:border-box;content:"";display:block;height:100%;margin-top:-5px;transform:rotate(45deg);transition:all .2s ease-in-out;width:100%}.contact-form .contact-form-dropdown__button.ui-selectmenu-button-open .ui-selectmenu-icon:after{margin-top:8px;transform:rotate(225deg)}.contact-form .contact-form-dropdown__menu{z-index:1}.contact-form .contact-form-dropdown__menu ul.ui-menu{background-color:var(--jetpack--contact-form--input-background-fallback);border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);box-shadow:0 2px 6px rgba(0,0,0,.05);color:var(--jetpack--contact-form--text-color);font-family:var(--jetpack--contact-form--font-family);font-size:var(--jetpack--contact-form--font-size);line-height:normal;list-style:none;margin:0;max-height:230px;overflow:auto;padding:0}.contact-form .contact-form-dropdown__menu .ui-menu-item{margin:0}.contact-form .contact-form-dropdown__menu .ui-menu{margin-top:8px}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper{padding:var(--jetpack--contact-form--input-padding)}.contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper.ui-state-active{background-color:var(--jetpack--contact-form--text-color);border:none;color:var(--jetpack--contact-form--input-background-fallback);position:relative}.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap),.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap){--notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));display:flex;flex-direction:row-reverse;position:relative}.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-outlined .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options{flex-grow:1;padding:var(--jetpack--contact-form--input-padding,16px);padding-top:calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label{box-sizing:border-box;display:flex;height:100%;left:0;max-width:100%;pointer-events:none;position:absolute;right:0;text-align:left;width:100%}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-right-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-right:none;border-top-right-radius:unset;width:var(--notch-width)}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-right:none;padding:0 4px;transition:border .15s linear}.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch{padding:0}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label{font-weight:300;margin:0;pointer-events:none;position:relative;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);will-change:transform}.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing{border:var(--jetpack--contact-form--border);border-color:var(--jetpack--contact-form--border-color);border-radius:var(--jetpack--contact-form--border-radius);border-bottom-left-radius:unset;border-style:var(--jetpack--contact-form--border-style);border-width:var(--jetpack--contact-form--border-size);border-left:none;border-top-left-radius:unset;flex-grow:1}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__notch,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__notch{border-top-color:transparent}.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__label,.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__label{font-size:.8em;top:calc(var(--jetpack--contact-form--border-size)*-1);transform:translateY(-50%)}.contact-form .is-style-outlined .grunion-field-wrap .contact-form-dropdown__button,.contact-form .is-style-outlined .grunion-field-wrap>input,.contact-form .is-style-outlined .grunion-field-wrap>textarea{border-color:transparent!important;outline:none;padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-outlined .grunion-field-wrap textarea{padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-outlined .contact-form-dropdown__menu .ui-menu-item-wrapper,.contact-form .is-style-outlined .grunion-field-wrap textarea{padding-left:calc(var(--notch-width) + 4px);padding-right:calc(var(--notch-width) + 4px)}.contact-form .is-style-animated .grunion-field-wrap{--left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));--label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));--field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size))}.contact-form .is-style-animated .grunion-field-wrap input{outline:none}.contact-form .is-style-animated .grunion-field-wrap textarea{outline:none;padding:var(--jetpack--contact-form--input-padding,16px)}.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) .contact-form-dropdown__button,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>input,.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>textarea{padding-left:var(--field-padding);padding-right:var(--field-padding);padding-top:1.4em}.contact-form .is-style-animated .grunion-field-wrap .contact-form-dropdown__menu .ui-menu-item-wrapper{padding-left:var(--field-padding);padding-right:var(--field-padding)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap,.contact-form .is-style-animated .grunion-field-radio-wrap{background-color:var(--jetpack--contact-form--input-background)}.contact-form .is-style-animated .grunion-field-checkbox-multiple-wrap .grunion-checkbox-multiple-options,.contact-form .is-style-animated .grunion-field-radio-wrap .grunion-radio-options{flex-grow:1;padding-bottom:var(--jetpack--contact-form--input-padding,16px);padding-top:1.8em}.contact-form .is-style-animated .grunion-field-wrap .animated-label__label{box-sizing:border-box;left:var(--label-left);margin:0;max-width:100%;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .15s cubic-bezier(.4,0,.2,1);width:100%}.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label{top:var(--jetpack--contact-form--input-padding-top,16px);transform:unset}.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.animated-label__label{font-size:.75em;top:calc(2px + var(--jetpack--contact-form--border-size));transform:translateY(0)}.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options~.animated-label__label,.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options~.animated-label__label{left:0;top:0;transform:translateY(0)}.contact-form .is-style-below .grunion-field-wrap .below-label__label{margin-left:var(--jetpack--contact-form--border-size)}.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#f0f0f1;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}to{opacity:0}}.infinite-loader .spinner-inner div{animation:spinner-inner 1s linear infinite;background:#000;border-radius:3px/6px;height:12px;left:47px;outline:1px solid #fff;position:absolute;top:24px;transform-origin:3px 26px;width:6px}.infinite-loader .spinner-inner div:first-child{animation-delay:-.9166666667s;background:#000;transform:rotate(0deg)}.infinite-loader .spinner-inner div:nth-child(2){animation-delay:-.8333333333s;background:#000;transform:rotate(30deg)}.infinite-loader .spinner-inner div:nth-child(3){animation-delay:-.75s;background:#000;transform:rotate(60deg)}.infinite-loader .spinner-inner div:nth-child(4){animation-delay:-.6666666667s;background:#000;transform:rotate(90deg)}.infinite-loader .spinner-inner div:nth-child(5){animation-delay:-.5833333333s;background:#000;transform:rotate(120deg)}.infinite-loader .spinner-inner div:nth-child(6){animation-delay:-.5s;background:#000;transform:rotate(150deg)}.infinite-loader .spinner-inner div:nth-child(7){animation-delay:-.4166666667s;background:#000;transform:rotate(180deg)}.infinite-loader .spinner-inner div:nth-child(8){animation-delay:-.3333333333s;background:#000;transform:rotate(210deg)}.infinite-loader .spinner-inner div:nth-child(9){animation-delay:-.25s;background:#000;transform:rotate(240deg)}.infinite-loader .spinner-inner div:nth-child(10){animation-delay:-.1666666667s;background:#000;transform:rotate(270deg)}.infinite-loader .spinner-inner div:nth-child(11){animation-delay:-.0833333333s;background:#000;transform:rotate(300deg)}.infinite-loader .spinner-inner div:nth-child(12){animation-delay:0s;background:#000;transform:rotate(330deg)}.infinite-loader .spinner{background:none;display:inline-block;height:28px;overflow:hidden;width:28px}.infinite-loader .spinner-inner{backface-visibility:hidden;height:100%;position:relative;transform:translateZ(0) scale(.28);transform-origin:0 0;width:100%}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{background:transparent;border:none;color:inherit;cursor:inherit;display:inline;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;margin:0;padding:0;position:static}#infinite-handle span button::-moz-focus-inner{border:none;margin:0;padding:0}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{bottom:-50px;left:0;position:fixed;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:hsla(0,0%,100%,.8);border:solid rgba(0,0,0,.1);border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{float:right;font-weight:400;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#646970}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}#infinite-footer{position:static}}#infinite-aria{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.infinite-wrap:focus{outline:0!important}div.sharedaddy h3.sd-title:before{border-top:1px solid #dcdcde;content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{overflow:hidden;width:61px}#wpadminbar iframe.admin-bar-likes-widget{border-width:0;height:28px;min-height:28px;position:absolute;top:0;width:61px}div.jetpack-likes-widget-wrapper{min-height:50px;position:relative;width:100%}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-comment-likes-widget-wrapper{min-height:31px;position:relative;width:100%}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);display:none;min-width:130px;padding:10px 10px 12px;position:absolute;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{list-style-type:none;margin:0;padding:0;text-indent:0}#likes-other-gravatars li:before{content:""}#likes-other-gravatars ul.wpl-avatars{display:block;max-height:190px;overflow:auto}#likes-other-gravatars ul.wpl-avatars li{float:left;height:32px;margin:0 5px 5px 0;width:32px}#likes-other-gravatars ul.wpl-avatars li a{border-bottom:none!important;display:block;margin:0 2px 0 0}#likes-other-gravatars ul.wpl-avatars li a img{background:none;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{border-width:0;display:block;margin:0}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{border-width:0;margin:0;position:relative}.comment-likes-widget-placeholder{display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;height:18px;position:absolute}.comment-likes-widget-placeholder:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:16px 16px;color:#2ea2cc;content:"";display:inline-block;height:16px;padding-right:5px;position:relative;top:3px;width:16px}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{align-self:center;color:#4e4e4e;margin-top:4px;padding-left:5px}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{float:none;position:absolute;top:0;width:100%}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}@media print{.jetpack-likes-widget-wrapper{display:none}}.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;margin:0 10px;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-author,.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{display:block;flex-direction:row}.jp-related-posts-i2__post-heading{font-size:1rem;line-height:1.2em;margin:.5rem 0}.jp-related-posts-i2__post-link{display:block;line-height:1.2em;width:100%}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{display:block;margin-top:0}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{margin:0;max-width:none}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{display:block;margin-top:0}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{margin:1rem 0 0;max-width:none}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{clear:both;display:none;margin:1em 0;padding-top:1em;position:relative}.jp-relatedposts:after{clear:both;content:"";display:block}#jp-relatedposts h3.jp-relatedposts-headline{display:inline-block;float:left;font-family:inherit;font-size:9pt;font-weight:700;margin:0 0 1em}#jp-relatedposts h3.jp-relatedposts-headline em:before{border-top:1px solid #dcdcde;border-top:1px solid rgba(0,0,0,.2);content:"";display:block;margin-bottom:1em;min-width:30px;width:100%}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;float:left;margin:0 0 1em;width:33%}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;padding-right:20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{border-bottom:0;bottom:0;display:block;left:0;position:absolute;right:0;top:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{display:block;font-family:inherit;margin:0;max-width:100%;text-transform:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{filter:alpha(opacity=100);font-size:inherit;font-weight:400;-moz-opacity:1;opacity:1;text-decoration:none}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{height:auto;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt,.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;margin-right:3%;max-width:33%;overflow:hidden}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{clear:both;margin:0 0 1em;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;margin-right:0;max-width:100%}}@media print{.jp-relatedposts{display:none!important}}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{display:inline-block;font-size:9pt;font-weight:700;line-height:1.2;margin:0 0 1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid hsla(0,0%,100%,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{list-style:none!important;margin:0!important;padding:0!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em}.sd-gplus .sd-content{font-size:12px}.sd-content .share-email-error .share-email-error-title{margin:.5em 0}.sd-content .share-email-error .share-email-error-text{font-family:Open Sans,sans-serif;font-size:12px;margin:.5em 0}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{background:#fff;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.12);color:#2c3338!important;display:inline-block;font-family:Open Sans,sans-serif;font-size:13px;font-weight:500;line-height:23px;padding:4px 11px 3px 9px;text-decoration:none!important;text-shadow:none}.sd-social-official .sd-content ul li a.sd-button,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a{align-items:center;display:flex;font-size:12px;line-height:12px;min-height:20px;padding:1px 6px 0 5px}.sd-social-official .sd-content ul.preview li a.sd-button,.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a{position:relative;top:2px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:23px;margin-left:6px}.sd-social-icon .sd-content ul li a.sd-button>span{margin-left:0}.sd-social-text .sd-content ul li a.sd-button span{margin-left:3px}.sd-social-official .sd-content ul li a.sd-button>span,.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span{line-height:12px;margin-left:3px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{box-shadow:0 1px 2px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.22)}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font:normal 18px/1 social-logos;text-align:center;vertical-align:top}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 8px 12px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;height:0;line-height:inherit;padding-left:0}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:"\f469"}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:"\f410"}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:"\f207"}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:"\f202"}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:"\f222"}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:"\f607"}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:"\f224"}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:"\f210"}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:"\f203"}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:"\f205"}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:"\f606"}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:"\f220"}.sd-content ul li.share-mastodon div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-mastodon a:before,.sd-social-icon-text .sd-content li.share-mastodon a:before,.sd-social-official .sd-content li.share-mastodon a:before,.sd-social-text .sd-content ul li.share-mastodon a:before{content:"\f10a"}.sd-social-official .sd-content li.share-mastodon a:before{color:#563acc}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:"\f415"}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:"\f608"}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{content:"🚫";height:1em;width:1em}.sd-social .sd-button .share-count{background:#2ea2cc;border-radius:10px;color:#fff;display:inline-block;font-size:10px;line-height:1;padding:1px 3px;text-align:center}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul{display:flex;flex-wrap:wrap}.sd-social-official .sd-content ul:after{clear:both;content:".";display:block;height:0;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px}.sd-social-official .sd-content ul>li{display:flex;max-height:18px}.sd-social-official .sd-content ul>li .option-smart-off{margin-right:8px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{min-width:55px}.sd-social-official .sd-content .share-tumblr iframe{max-width:53px;width:unset}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-repeat:no-repeat;background-size:16px 16px;display:inline-block;height:21px;line-height:16px;margin-left:0;padding:0 0 0 19px}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important;width:0}.sharing-hidden .inner{background:#fff;border:1px solid #ccc;border-radius:2px;box-shadow:0 5px 20px rgba(0,0,0,.2);margin-top:5px;max-width:400px;padding:10px;position:absolute;z-index:2}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;height:0!important;margin:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{border-bottom:8px solid #ccc;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:block;height:0;left:20px;position:absolute;top:-8px;width:0;z-index:1}.sharing-hidden .inner:after{border-bottom:8px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;top:-7px;z-index:2}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border:0;border-radius:50%;-webkit-border-radius:50%;box-shadow:none;height:auto;line-height:1;margin-bottom:0;max-width:32px;padding:7px;position:relative;top:-2px;width:auto}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{background:#555;border-radius:0;bottom:0;font-size:9px;position:absolute;right:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#4f94d4;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button{background:linear-gradient(0deg,#563acc 0,#6364ff);color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#jetpack-source_f_name{display:none!important;left:-9000px;position:absolute!important}.sd-content .share-customize-link{line-height:11px;margin-top:8px}.sd-content .share-customize-link a{font-family:Open Sans,sans-serif;font-size:11px}@media print{.sharedaddy.sd-sharing-enabled{display:none}}.jetpack-slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-bottom:56.25%!important;padding-top:30px!important;position:relative;z-index:1}.jetpack-slideshow-window.jetpack-slideshow-white{background-color:#fff;border-color:#fff}.jetpack-slideshow-window,.jetpack-slideshow-window *{box-sizing:content-box}.jetpack-slideshow-loading{height:100%;margin:auto;text-align:center}body div.jetpack-slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-height:100%;max-width:100%;padding:0!important;position:relative;top:50%;transform:translateY(-50%)}.jetpack-slideshow-loading img{vertical-align:middle}.jetpack-slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.jetpack-slideshow-slide img{vertical-align:middle}.jetpack-slideshow-line-height-hack{font-size:0;overflow:hidden;width:0}.jetpack-slideshow-slide-caption{bottom:5px;color:#f6f7f7;font-family:Helvetica Neue,sans-serif;font-size:13px;height:25px;left:0;line-height:25px;position:absolute;text-align:center;text-shadow:#222 1px 1px 2px;width:100%;z-index:100}.jetpack-slideshow-controls{bottom:30px;direction:ltr;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";margin:auto;opacity:.5;position:absolute;text-align:center;transition:opacity .3s ease-out;width:100%;z-index:1000}.jetpack-slideshow-window:hover .jetpack-slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{zoom:1;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(//maychaybotot.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-position:-34px 8px!important;background-repeat:no-repeat;background-size:142px 16px!important;border:2px solid hsla(0,0%,100%,.1)!important;border-radius:10em!important;color:#222!important;display:inline-block!important;*display:inline;height:32px!important;line-height:32px!important;margin:0 5px!important;padding:0!important;text-align:center!important;transition:border-color .3s ease-out;width:32px!important}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.jetpack-slideshow-controls a,body div div.jetpack-slideshow-controls a:hover{background-image:url(//maychaybotot.com/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.jetpack-slideshow-controls a:hover{border-color:#fff!important}body div div.jetpack-slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.jetpack-slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.jetpack-slideshow-controls a.running,body div div.jetpack-slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.jetpack-slideshow-controls a.paused{background-position:9px 8px!important}.jetpack-slideshow-controls a img{border:50px dotted #f0f}body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{bottom:0!important;left:0!important;margin:0!important;min-height:100%!important;min-width:100%!important;padding:0!important;position:absolute!important;right:0!important;top:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{border:1px solid #dcdcde;line-height:normal;margin:20px auto;overflow:hidden}.presentation{margin:0;outline:none;overflow:hidden;position:relative}.presentation,.presentation .step{background-position:50%;background-repeat:no-repeat;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{background-repeat:no-repeat;opacity:0;position:absolute;transition:opacity .25s;width:34px;z-index:2}.presentation .nav-arrow-left,.presentation .nav-arrow-right{background-image:url(//maychaybotot.com/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px;height:100%}.presentation .nav-arrow-left{background-position:4px 50%;left:0}.presentation .nav-arrow-right{background-position:-120px 50%;right:0}.presentation .nav-fullscreen-button{background-image:url(//maychaybotot.com/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%;bottom:0;height:32px;margin:4px;right:0;width:32px;z-index:3}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(//maychaybotot.com/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{background-color:#dcdcde;background-color:rgba(0,0,0,.75);border-radius:50px;display:table;height:15%;margin:30% 10%;position:relative;transition:opacity .5s;width:80%;z-index:100}.presentation .autoplay-overlay .overlay-msg{color:#fff;display:table-cell;position:relative;text-align:center;vertical-align:middle}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}div.jetpack-quiz{background-color:#f3f3f3;border:1px solid #deede3;border-radius:.2em;line-height:1.3em;margin-bottom:2em;padding:1em}div.jetpack-quiz div.jetpack-quiz-question{font-weight:700;margin-bottom:.5em}div.jetpack-quiz div.jetpack-quiz-answer{border-bottom:1px dotted #999;cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em}div.jetpack-quiz div.jetpack-quiz-answer.last{border-bottom:0;margin-bottom:0;padding-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{color:#000;display:block;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{background:transparent;font:15px Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;margin:0;padding:0}.jetpack-quiz-options{margin-top:12px;text-align:right}.jetpack-quiz-count{color:#646970;float:left;font-size:12px}.jetpack-quiz-option-button{cursor:pointer;margin-left:12px}.jetpack-quiz-option-button:hover svg{background:#3c434a}.jetpack-quiz-option-button svg{fill:#fff;background:#000;border-radius:50%;display:inline-block;height:24px;width:24px}.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type,.jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type{display:none}#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;line-height:1;margin:0}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{fill:currentColor;color:inherit;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;speak:none;content:"\f415";display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:transparent;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:none;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#f0f0f1;background:hsla(0,0%,100%,.8);bottom:0;color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;text-indent:10px;text-overflow:ellipsis;white-space:nowrap;width:100%}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{height:0;overflow:hidden;visibility:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{left:0;position:absolute;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}.jetpack-display-remote-posts{margin:5px 0 20px}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{display:inline;list-style:none}.widget-grofile ul.grofile-accounts li:before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;float:left;height:16px;margin-bottom:8px;margin-right:8px;width:16px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{max-width:100%;width:500px}@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}div[class^=gr_custom_container]{background-color:#fff;border:1px solid gray;border-radius:10px;color:#000;padding:10px 5px}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{border-bottom:1px solid #a7aaad;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;width:100%}div[class^=gr_custom_book_container]{float:right;height:60px;margin-left:4px;overflow:hidden;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{color:gray;font-size:10px}div[class^=gr_custom_rating]{display:none}.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{clip:auto!important;background-color:#f0f0f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(2n){float:right}.widget-grid-view-image:nth-child(2n) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{height:auto;max-width:100%}.widgets-list-layout{list-style-type:none;margin:0;padding:0}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;list-style-type:none!important;margin-bottom:1em}.widgets-list-layout .widgets-list-layout-blavatar{float:left;height:auto;max-width:40px;width:21.276596%}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{content:"";display:table}.widgets-multi-column-grid ul{list-style-type:none;margin:0;overflow:hidden;padding:0}.widgets-multi-column-grid ul li{background:none;border:none;clear:none;float:left;list-style-type:none!important;margin:0 -5px -3px 0;padding:0 8px 6px 0}.widgets-multi-column-grid ul li a{background:none;border:0;margin:0;padding:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-height:48px;max-width:48px}.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{list-style:none;margin-bottom:1em}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{box-shadow:none;margin-bottom:5px;margin-right:5px;vertical-align:middle}.wpcnt{line-height:2;text-align:center}.wpa{display:inline-block;max-width:100%;overflow:hidden;position:relative}.wpa-about{border-bottom:none!important;box-shadow:none!important;color:#888;display:block;font:10px/1 Open Sans,Arial,sans-serif!important;left:0;margin-top:0;opacity:.85;position:absolute;right:0;text-align:left!important;text-decoration:none!important;top:5px}.wpa .u>div{display:block;margin-bottom:1em;margin-top:5px}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{background-color:transparent;display:block;margin-bottom:1em;margin-top:17px}.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{margin:0;top:1em}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{margin-top:3em;top:0}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;transition:opacity .4s,visibility .4s;visibility:hidden}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{margin:5px;max-width:100%}.wpcom-instagram-images{grid-gap:.5rem;display:grid;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-bottom:.5em!important;margin-top:1.5em}.jetpack-search-filters-widget__clear{margin-bottom:.5em;margin-top:.5em}.jetpack-search-sort-wrapper{margin-bottom:1.5em;margin-top:1em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{height:auto;width:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;list-style:none;padding:0}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{display:inherit;font-weight:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name=s]::placeholder{color:transparent}body.search .jetpack-search-form input[name=s].show-placeholder::placeholder{color:inherit}@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{fill:currentColor;color:inherit;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px}.milestone-widget{margin-bottom:1em}.milestone-content{line-height:2;margin-top:5px;max-width:100%;padding:0;text-align:center}.milestone-header{background-color:var(--milestone-text-color,#111);color:var(--milestone-bg-color,#fff);line-height:1.3;margin:0;padding:.8em}.milestone-header .date,.milestone-header .event{display:block}.milestone-header .event{font-size:120%}.milestone-countdown .difference{display:block;font-size:500%;font-weight:700;line-height:1.2}.milestone-countdown,.milestone-message{background-color:var(--milestone-bg-color,#fff);border:1px solid var(--milestone-border-color,#767676);border-top:0;color:var(--milestone-text-color,#111);padding-bottom:1em}.milestone-message{padding-top:1em}