/* Global cleanup overrides for the static site */
:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  background-color: #f5f1e8;
}

img,
video,
iframe,
svg {
  max-width: 100%;
  height: auto;
}

img {
  display: block;
}

a {
  text-underline-offset: 0.12em;
}

button,
input,
select,
textarea {
  font: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main,
.site,
#page {
  min-width: 0;
}

.site-content,
.inner-wrap,
.wrap,
.container,
.content-area {
  min-width: 0;
}

.entry-content,
.elementor-widget-container,
.widget,
.post,
.page {
  overflow-wrap: anywhere;
  word-break: normal;
}

.entry-content p,
.entry-content li,
.entry-content blockquote,
.elementor-widget-container p,
.elementor-widget-container li {
  line-height: 1.75;
}

.main-navigation a,
.menu a {
  line-height: 1.2;
}

.site-header,
.site-footer,
#colophon {
  position: relative;
}

.screen-reader-text:focus {
  z-index: 99999;
}

.woocommerce .woocommerce-Price-amount,
.price,
.amount {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .site-content,
  .inner-wrap,
  .wrap,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* GTranslate widget cleanup */
.widget_gtranslate,
.widget_gtranslate .gtranslate_wrapper,
.widget_gtranslate .gt_switcher_wrapper,
.widget_gtranslate .gt_switcher,
.widget_gtranslate .gt_option,
.widget_gtranslate .gt_selected {
  overflow: visible !important;
}

.widget_gtranslate {
  position: relative;
  z-index: 40;
  max-width: 100%;
}

.widget_gtranslate .gtranslate_wrapper {
  min-height: 52px;
  width: 100% !important;
  max-width: 360px !important;
}

.widget_gtranslate #google_translate_element2,
#google_translate_element2,
div.skiptranslate,
.skiptranslate,
.goog-te-gadget,
.goog-te-gadget-simple,
.goog-te-banner-frame,
iframe.goog-te-banner-frame {
  display: none !important;
}

.widget_gtranslate select,
.widget_gtranslate select.gt_selector,
.widget_gtranslate select.goog-te-combo,
#google_translate_element select,
#google_translate_element2 select,
select.gt_selector,
select.goog-te-combo {
  display: block !important;
  width: 100% !important;
  max-width: 360px !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 8px 0 0 !important;
  padding: 8px 40px 8px 12px !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #111827 !important;
  background-color: #fff !important;
  border: 1px solid #d7d4ce !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12) !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.widget_gtranslate select option,
select.gt_selector option,
select.goog-te-combo option {
  min-height: 24px !important;
  padding: 4px 8px !important;
  font-family: Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: #111827 !important;
  background: #fff !important;
}

.widget_gtranslate .gt_switcher {
  width: 100% !important;
  max-width: 360px !important;
  min-width: 0 !important;
  position: relative;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff !important;
  border: 1px solid #d7d4ce !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12) !important;
  box-sizing: border-box !important;
}

.widget_gtranslate .gt_selected {
  background: #fff !important;
  border-radius: 8px !important;
  position: relative !important;
  z-index: 9999 !important;
}

.widget_gtranslate .gt_selected > a,
.widget_gtranslate .gt_option > a {
  display: flex !important;
  align-items: center !important;
  gap: 10px;
  min-height: 52px;
  width: 100% !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  color: #111827 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

.widget_gtranslate .gt_selected > a {
  justify-content: flex-start;
  font-weight: 600;
  position: relative;
  padding-right: 40px !important;
}

.widget_gtranslate .gt_selected img,
.widget_gtranslate .gt_option img {
  display: none !important;
}

.widget_gtranslate .gt_option {
  width: 100% !important;
  max-width: 360px !important;
  max-height: 320px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  border: 1px solid #d7d4ce !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16) !important;
  background: #fff !important;
  box-sizing: border-box !important;
  z-index: 9998 !important;
}

.widget_gtranslate .gt_option > a {
  border: 0 !important;
  border-bottom: 1px solid #ece7de !important;
}

.widget_gtranslate .gt_option > a:last-child {
  border-bottom: 0 !important;
}

.cashshop-cart-link[data-cart-count]:not([data-cart-count="0"])::after {
  content: attr(data-cart-count);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding: 0 5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #d62839;
  border-radius: 999px;
  vertical-align: middle;
}

.cashshop-cart-variant {
  margin-top: 4px;
  font-size: 13px;
  color: #6b7280;
}

.cashshop-empty-cart,
.cashshop-checkout-note {
  padding: 14px 16px;
  border: 1px solid #e5d7b8;
  background: #fff9ec;
  color: #4b3b1d;
  border-radius: 8px;
}

.cashshop-remove-item {
  border: 0;
  background: transparent;
  color: #b91c1c;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.cashshop-chat-contact {
  padding: 16px;
  text-align: left;
}

.cashshop-chat-contact p {
  margin: 0 0 10px;
}

.cashshop-chat-mail {
  display: inline-block;
  padding: 10px 14px;
  font-weight: 700;
  color: #fff !important;
  background: #111827;
  border-radius: 8px;
  text-decoration: none;
}

#wplvt-chat-widget,
#wplvt-chat-widget * {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  box-sizing: border-box;
}

#wplvt-chat-widget {
  right: 24px !important;
  bottom: 24px !important;
  width: auto !important;
  max-width: calc(100vw - 32px) !important;
}

#wplvt-chat-widget .wplvt-welcome-bubble {
  right: 0 !important;
  bottom: 78px !important;
  width: 340px !important;
  max-width: calc(100vw - 48px) !important;
  min-width: 280px !important;
  padding: 16px 18px !important;
  color: #1f2937 !important;
  background: #ffffff !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28) !important;
}

#wplvt-chat-widget .wplvt-welcome-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  width: 100%;
}

#wplvt-chat-widget .wplvt-welcome-text {
  display: block !important;
  flex: 1 1 auto !important;
  min-width: 0;
  width: 100%;
  color: #1f2937 !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  white-space: normal !important;
}

#wplvt-chat-widget .wplvt-welcome-close {
  flex: 0 0 auto !important;
  width: 24px !important;
  min-width: 24px !important;
}

#wplvt-chat-widget .wplvt-chat-window {
  right: 0 !important;
  width: 380px !important;
  max-width: calc(100vw - 48px) !important;
  color: #1f2937;
}

#wplvt-chat-widget .wplvt-chat-header,
#wplvt-chat-widget .wplvt-chat-button {
  background: #48d80b !important;
  box-shadow: 0 16px 36px rgba(72, 216, 11, 0.28) !important;
}

#wplvt-chat-widget .cashshop-chat-contact {
  width: 100%;
  color: #1f2937;
}

#wplvt-chat-widget .cashshop-chat-contact p,
#wplvt-chat-widget .cashshop-chat-contact strong,
#wplvt-chat-widget .cashshop-chat-contact a {
  white-space: normal !important;
}

#wplvt-chat-widget .cashshop-chat-mail {
  background: #48d80b !important;
  color: #111827 !important;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-post-categories,
.elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-post-categories {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  max-width: 100%;
  max-height: 90%;
  overflow: hidden;
  z-index: 2;
}

.elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-post-categories .tg-post-category,
.elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-post-categories .tg-post-category {
  display: block !important;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-width: 0;
  padding: 7px 10px !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (max-width: 767px) {
  .elementor .tg-module-wrapper .tg_module_block .tg-module-thumb .tg-post-categories .tg-post-category,
  .elementor .tg-module-wrapper .tg_module_block .fitvids-video .tg-post-categories .tg-post-category {
    font-size: 11px !important;
  }
}

#notification-1.notification {
  top: 104px !important;
  right: 20px !important;
  bottom: auto !important;
  left: auto !important;
  max-width: calc(100vw - 40px);
  z-index: 9997 !important;
}

#notification-1 .notification-block {
  align-items: stretch;
  max-width: 320px;
}

#notification-1 .notification-img {
  flex: 0 0 56px;
}

#notification-1 .notification-text-block {
  width: 220px !important;
  max-width: calc(100vw - 96px);
  box-sizing: border-box;
}

.cashshop-restored-layout > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 34px;
  align-items: start;
}

.cashshop-restored-layout > .elementor-container > .elementor-column {
  width: auto !important;
  max-width: none !important;
}

.cashshop-restored-sidebar-block {
  display: block !important;
  min-width: 0;
  align-self: start;
}

.cashshop-restored-sidebar-block > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column;
  gap: 18px;
  align-content: flex-start;
  align-items: stretch;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  flex: 0 0 100% !important;
  padding: 0 !important;
}

.cashshop-restored-sidebar-block .elementor-widget,
.cashshop-restored-sidebar-block .elementor-widget-container,
.cashshop-restored-promo-widget {
  width: 100% !important;
  max-width: 100% !important;
  overflow-wrap: normal;
  word-break: normal;
}

.cashshop-restored-sidebar-block .elementor-widget-heading .elementor-heading-title,
.cashshop-restored-promo-widget .elementor-heading-title {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.cashshop-restored-sidebar-block .elementor-widget-heading .elementor-heading-title a,
.cashshop-restored-promo-widget .elementor-heading-title a {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  padding: 15px 18px;
  color: #ffffff !important;
  background: #ff3d5e;
  border-radius: 0;
  box-shadow: 0 14px 30px rgba(255, 61, 94, 0.18);
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 800;
  letter-spacing: 0.01em;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.cashshop-restored-sidebar-block .widget_728x90_advertisement,
.cashshop-restored-sidebar-block .widget_300x250_advertisement,
.cashshop-restored-sidebar-block .advertisement_300x250 {
  margin: 0;
  padding: 0;
  background: transparent;
}

.cashshop-restored-sidebar-block .advertisement_300x250 {
  padding: 16px;
  background: #191919;
  border: 1px solid #303030;
  border-top: 4px solid #ff3d5e;
}

.cashshop-restored-sidebar-block .advertisement-title .widget-title {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
}

.cashshop-restored-sidebar-block .advertisement-content a,
.cashshop-restored-sidebar-block .advertisement-content img {
  display: block;
  width: 100%;
}

.cashshop-restored-sidebar-block .advertisement-content img {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 4px;
}

.cashshop-recommended-sidebar-block .tg-module-wrapper {
  margin-bottom: 0;
}

.cashshop-recommended-sidebar-block .tg-module-wrapper > .tg-row {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  margin: 0 !important;
}

.cashshop-recommended-sidebar-block .tg_module_block--list-small.no-thumbnail {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 16px !important;
  color: #f7f7f7;
  background: #191919;
  border: 1px solid #303030;
  border-left: 4px solid #ff3d5e;
  overflow: hidden;
  overflow-wrap: normal;
  word-break: normal;
}

.cashshop-recommended-sidebar-block .tg_module_block--list-small.no-thumbnail .tg-module-info {
  min-height: 0 !important;
}

.cashshop-recommended-sidebar-block .tg_module_block--list-small.no-thumbnail .tg-module-title {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.cashshop-recommended-sidebar-block .tg_module_block--list-small.no-thumbnail .tg-module-title a {
  color: #ffffff !important;
  text-decoration: none;
}

.cashshop-recommended-sidebar-block .tg_module_block--list-small.no-thumbnail .tg-module-meta {
  margin: 0;
  color: #a7a7a7;
  font-size: 13px;
}

.cashshop-recommended-sidebar-block .tg_module_block--list-small.no-thumbnail .tg-module-meta a {
  color: #bdbdbd !important;
}

.cashshop-restored-news-title .elementor-heading-title {
  padding: 12px 0 10px;
  border-bottom: 3px solid #ff3d5e;
  color: #ffffff !important;
  font-size: 20px !important;
  font-weight: 800;
  text-transform: none;
}

.cashshop-restored-post-card {
  position: relative !important;
  display: block;
  max-width: 100%;
  padding: 16px;
  color: #f7f7f7;
  background: #191919;
  border: 1px solid #303030;
  border-top: 4px solid #ff3d5e;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  overflow-wrap: normal;
  word-break: normal;
}

.cashshop-restored-post-column {
  max-width: 100%;
}

.cashshop-restored-post-card .tg-module-thumb {
  margin-bottom: 14px;
}

.cashshop-restored-post-card .tg-module-title {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: normal;
  word-break: normal;
}

.cashshop-restored-post-card .tg-module-title a {
  color: #ffffff !important;
  text-decoration: none;
}

.cashshop-restored-post-card .tg-module-meta {
  margin-bottom: 10px;
  color: #a7a7a7;
  font-size: 13px;
}

.cashshop-restored-post-card .tg-module-meta a {
  color: #bdbdbd !important;
}

.cashshop-restored-post-card .tg-excerpt {
  color: #d7d7d7;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .cashshop-restored-layout > .elementor-container {
    grid-template-columns: 1fr;
  }

  .cashshop-restored-sidebar-block > .elementor-widget-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .cashshop-restored-sidebar-block > .elementor-widget-wrap {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  #notification-1.notification {
    right: 12px !important;
    left: auto !important;
    top: 86px !important;
    bottom: auto !important;
    max-width: calc(100vw - 24px);
  }

  #notification-1 .notification-img {
    flex-basis: 48px;
  }

  #notification-1 .notification-img span {
    font-size: 30px !important;
  }

  #notification-1 .notification-text-block {
    width: calc(100vw - 72px) !important;
  }
}

.widget_gtranslate .gt_option > a:hover,
.widget_gtranslate .gt_option > a:focus-visible {
  background: #f4efe6 !important;
  color: #111827 !important;
}

.widget_gtranslate .gt_selected > a::after {
  content: "▾";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #6b7280;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.goog-te-spinner-pos,
.skiptranslate > iframe {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-logo-link,
.goog-te-gadget span,
.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd *,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe {
  display: none !important;
}
