@charset "UTF-8";
.text-blue, .text-blue-600 {
  color: #1e6ec8;
}

.text-green, .text-green-600 {
  color: #16a34a;
}

.text-gray, .text-gray-600 {
  color: #4b5563;
}

.text-orange {
  color: #ea580c;
}

.text-purple {
  color: #9333ea;
}

.text-yellow {
  color: #fde047;
}

.text-red {
  color: #c8140a;
}

.bg-light-blue {
  background-color: #1ea5eb;
}

.bg-light-green {
  background-color: #82e0aa;
}

html {
  font-size: 120%;
}

body {
  font-family: Inter, Arial, sans-serif;
  background-color: #fff !important;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
body:not(.archive) #content #primary {
  width: 100%;
}
body:not(.archive) #content #secondary {
  display: none;
}

a:focus, input:focus, textarea:focus, button:focus {
  outline: none;
}

.home #main {
  text-align: center;
}

@media (min-width: 1280px) {
  .col-full {
    max-width: 1280px;
    margin: 0 auto;
  }
}

#page {
  overflow-x: hidden;
}

.d-flex {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .d-flex {
    flex-direction: row;
  }
}
.d-flex > * {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.border {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.mb-section {
  margin-bottom: 3rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.font-small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.font-normal {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.font-large {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.sub-title {
  margin: 0.5rem auto 0;
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .sub-title {
    max-width: 42rem;
    margin: 0.5rem auto 0;
  }
}

#secondary.widget-area {
  margin-top: 1rem;
}
#secondary.widget-area .widget.widget_block {
  margin: 0;
}
#secondary.widget-area h1, #secondary.widget-area h2, #secondary.widget-area h3, #secondary.widget-area h4, #secondary.widget-area h5, #secondary.widget-area h6 {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}

.home .template-content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.template-content {
  margin-top: 2rem;
  width: 100% !important;
}
.template-content article {
  text-align: center;
}
.template-content article h1 {
  color: #111827;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.template-content article .entry-content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  max-width: 768px;
  width: 100%;
  margin: 0 auto 3rem;
}
.template-content article .entry-content p:last-child {
  margin-bottom: 0;
}

.content-box {
  padding: 1.5rem;
  text-align: left;
}
.content-box__title {
  color: #0a0a0a;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}
.content-box__title svg {
  margin-right: 0.5rem;
}
.content-box__subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #737373;
  margin-top: 0.4rem;
}
.content-box p:last-child {
  margin-bottom: 0;
}

.teluria-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 250px;
  width: 100%;
}
.teluria-logo img {
  width: 48px;
  height: auto;
  flex-shrink: 0;
}
.teluria-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.teluria-logo__text strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #111827;
  white-space: nowrap;
}
.teluria-logo__text span {
  font-size: 0.72rem;
  color: #4b5563;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.teluria-logo:hover .teluria-logo__text strong {
  color: #1e6ec8;
}

.home header#masthead {
  margin-bottom: 0;
}

header#masthead {
  padding: 0;
}
header#masthead .col-full {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  header#masthead .col-full {
    padding: 1.75em 2.617924em;
  }
}
header#masthead .col-full .site-search {
  flex: 1;
  margin: 0 50px;
}
header#masthead .col-full .site-search .widget_product_search {
  max-width: 550px;
  width: 100%;
}
header#masthead .col-full .site-search .widget_product_search form::before {
  top: 1.35em;
  right: 1.1em;
  left: auto;
}
header#masthead .col-full .site-search .widget_search form:not(.wp-block-search)::before, header#masthead .col-full .site-search .widget_product_search form:not(.wp-block-search)::before {
  color: #9ca3af;
}
header#masthead .col-full .site-search input[type=search] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.8rem 2.75rem 0.8rem 1.1rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  box-shadow: none;
  background-color: transparent;
  border-radius: 12px;
}
header#masthead .col-full .site-branding {
  width: 200px;
  max-width: 100%;
  margin: 0;
}
header#masthead .col-full .site-branding .site-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
header#masthead .col-full .site-branding .site-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #404040;
}
header#masthead .storefront-primary-navigation {
  background: linear-gradient(135deg, #1ea5eb 0%, #1e2d96 100%);
}
header#masthead .storefront-primary-navigation .col-full {
  padding: 0.7em 2.617924em;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li > a,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li > a {
  position: relative;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}
@media (min-width: 768px) {
  header#masthead .storefront-primary-navigation .main-navigation ul.menu > li > a,
  header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li > a {
    padding: 0.7em 0.95em;
  }
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li > a:after,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li > a:after {
  content: "";
  position: absolute;
  left: 0.95em;
  right: 0.95em;
  bottom: 0.42em;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li > a:hover,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li > a:hover {
  opacity: 1;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li > a:hover:after,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li > a:hover:after {
  transform: scaleX(1);
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current-menu-item > a,
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current-menu-ancestor > a,
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current_page_item > a,
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current_page_ancestor > a,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li.current-menu-item > a,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li.current-menu-ancestor > a {
  opacity: 1;
  font-weight: 700;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current-menu-item > a:after,
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current-menu-ancestor > a:after,
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current_page_item > a:after,
header#masthead .storefront-primary-navigation .main-navigation ul.menu > li.current_page_ancestor > a:after,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li.current-menu-item > a:after,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu > li.current-menu-ancestor > a:after {
  transform: scaleX(1);
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu li > ul,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu li > ul {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  padding: 0.4rem;
  margin-top: 0.4rem;
  min-width: 230px;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu li > ul::before,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu li > ul::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.6rem;
  height: 0.6rem;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu li > ul li,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu li > ul li {
  margin: 1px 0;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu li > ul li > a,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu li > ul li > a {
  color: #374151 !important;
  font-size: 15px;
  font-weight: 500;
  padding: 0.6em 0.9em !important;
  border-radius: 8px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu li > ul li > a:hover,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu li > ul li > a:hover {
  background-color: #f3f6fb;
  color: #1e6ec8 !important;
}
header#masthead .storefront-primary-navigation .main-navigation ul.menu li > ul li.current-menu-item > a,
header#masthead .storefront-primary-navigation .main-navigation ul.menu li > ul li.current-menu-ancestor > a,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu li > ul li.current-menu-item > a,
header#masthead .storefront-primary-navigation .main-navigation ul.nav-menu li > ul li.current-menu-ancestor > a {
  background-color: rgba(30, 110, 200, 0.1);
  color: #1e6ec8 !important;
  font-weight: 600;
}
header#masthead .site-icons {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
header#masthead .site-icons a {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: #0a0a0a;
  position: relative;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
header#masthead .site-icons a:hover {
  background-color: #f5f5f5;
  border-radius: 12px;
}
header#masthead .site-icons a .counter {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -0.5rem;
  right: -0.5rem;
  background-color: #c8140a;
  color: #fff;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}
header#masthead .site-icons__contact {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  margin-right: 0.4rem;
  padding-right: 0.6rem;
  border-right: 1px solid #e5e7eb;
}
header#masthead .site-icons__contact a {
  gap: 0.4rem;
  color: #475569;
  font-size: 0.85rem;
  white-space: nowrap;
}
header#masthead .site-icons__contact a svg {
  opacity: 0.6;
}
header#masthead .site-icons__contact a:hover {
  color: #1e6ec8;
  background: transparent;
}
header#masthead .site-icons__contact a:hover svg {
  opacity: 1;
}
header#masthead .site-icons__login {
  gap: 0.45rem !important;
  color: #1e6ec8 !important;
  font-weight: 600;
}
header#masthead .site-icons__login span {
  font-size: 0.9rem;
}
header#masthead .site-icons__login:hover {
  background: rgba(30, 110, 200, 0.08) !important;
  border-radius: 12px;
}
header#masthead .site-icons__company {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  text-align: right;
  margin: 0 0.3rem 0 0.2rem;
}
header#masthead .site-icons__company em {
  font-style: normal;
  font-size: 0.68rem;
  color: #94a3b8;
}
header#masthead .site-icons__company strong {
  font-size: 0.85rem;
  color: #0f172a;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header#masthead .site-icons__icon svg {
  display: block;
}
header#masthead .site-icons__account {
  position: relative;
}
header#masthead .site-icons__account:hover .site-icons__menu, header#masthead .site-icons__account:focus-within .site-icons__menu {
  display: block;
}
header#masthead .site-icons__menu {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  z-index: 500;
  min-width: 190px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
  padding: 0.35rem;
}
header#masthead .site-icons__menu a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 7px;
  font-size: 0.88rem;
  color: #334155;
}
header#masthead .site-icons__menu a:hover {
  background: #f1f5f9;
  color: #1e6ec8;
}
@media (max-width: 1200px) {
  header#masthead .site-icons__contact a span {
    display: none;
  }
  header#masthead .site-icons__contact {
    border-right: 0;
    padding-right: 0;
  }
  header#masthead .site-icons__company em {
    display: none;
  }
}
@media (max-width: 768px) {
  header#masthead .site-icons__contact, header#masthead .site-icons__company {
    display: none;
  }
  header#masthead .site-icons__login span {
    display: none;
  }
}

.teluria-search {
  position: relative;
}
.teluria-search__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  min-width: 340px;
  z-index: 500;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.16);
  padding: 0.4rem;
  max-height: 72vh;
  overflow-y: auto;
  display: none;
  text-align: left;
}
.teluria-search__dropdown.is-open {
  display: block;
}
.teluria-search__group {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  padding: 0.6rem 0.7rem 0.3rem;
}
.teluria-search__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.7rem;
  border-radius: 8px;
  text-decoration: none !important;
  color: #1f2937;
  box-shadow: none !important;
}
.teluria-search__item.is-active {
  background: #f1f5f9;
}
.teluria-search__item--cat {
  justify-content: space-between;
}
.teluria-search__thumb {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #eef0f3;
  background: #fff;
  mix-blend-mode: multiply;
  padding: 2px;
}
.teluria-search__thumb--empty {
  mix-blend-mode: normal;
  background: #f8fafc;
}
.teluria-search__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.teluria-search__title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teluria-search__title mark {
  background: rgba(30, 110, 200, 0.16);
  color: inherit;
  padding: 0 1px;
  border-radius: 2px;
}
.teluria-search__cat {
  font-size: 0.75rem;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teluria-search__count {
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  background: #eef2f7;
  border-radius: 999px;
  padding: 0.05rem 0.55rem;
}
.teluria-search__more {
  display: block;
  text-align: center;
  padding: 0.7rem;
  margin-top: 0.3rem;
  border-top: 1px solid #eef0f3;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1e6ec8;
  text-decoration: none !important;
}
.teluria-search__more:hover {
  background: #f8fafc;
}
.teluria-search__empty {
  padding: 1rem 0.8rem;
  color: #94a3b8;
  font-size: 0.88rem;
}

.product-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  overflow: hidden;
  color: #111827;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.product-tile:hover {
  border-color: rgba(30, 110, 200, 0.4);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.1);
  transform: translateY(-3px);
}
.product-tile:hover .product-tile__cta {
  color: #1e6ec8;
}
.product-tile__badges {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  right: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  z-index: 2;
}
.product-tile__badge {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: #c8140a;
  color: #fff;
  white-space: nowrap;
}
.product-tile__badge:nth-child(2n) {
  background: #1e6ec8;
}
.product-tile__image {
  display: block;
  background: #fff;
}
.product-tile__image img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: contain;
  padding: 1.75rem;
  margin: 0;
  mix-blend-mode: multiply;
}
.product-tile__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 1.4rem 1.5rem 0.5rem;
  flex: 1;
}
.product-tile__title {
  font-size: 1.1rem;
  line-height: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.product-tile__subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-tile__cta {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding: 0.6rem 1.5rem 1.4rem;
  text-align: center;
  color: #c8140a;
  transition: color 0.2s ease;
}

.teluria-shop-fullwidth .content-area {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
}
.teluria-shop-fullwidth #secondary,
.teluria-shop-fullwidth .widget-area {
  display: none !important;
}

.teluria-shop-fullwidth ul.products.columns-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 992px) {
  .teluria-shop-fullwidth ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

li.product.teluria-tile-item {
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  transform: none !important;
}
li.product.teluria-tile-item:hover {
  box-shadow: none !important;
  transform: none !important;
}
li.product.teluria-tile-item::before, li.product.teluria-tile-item::after {
  display: none !important;
}
li.product.teluria-tile-item .product-tile {
  height: 100%;
}

.teluria-shop-fullwidth .tonovani-filters {
  margin: 2.25rem 0 2.65rem;
}

.teluria-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
}

.teluria-sort-tabs {
  display: inline-flex;
  gap: 0.3rem;
  padding: 0.3rem;
  background: #f1f5f9;
  border-radius: 12px;
}

.teluria-sort-tab {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.05rem;
  border-radius: 9px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
  text-decoration: none !important;
  transition: color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.teluria-sort-tab:hover {
  color: #1e6ec8;
}
.teluria-sort-tab.is-active {
  background: #fff;
  color: #111827;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 6px 14px -6px rgba(15, 23, 42, 0.18);
}

.teluria-shop-count {
  color: #4b5563;
  font-size: 0.92rem;
  font-weight: 500;
  white-space: nowrap;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 860px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 1.5rem;
  float: none !important;
  width: auto !important;
}
@media (max-width: 860px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: static;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 20px 40px -30px rgba(31, 27, 23, 0.25);
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.72rem 0.9rem;
  border-radius: 11px;
  color: #4b5563;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none !important;
  background-image: none !important;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a .teluria-account-ic {
  color: #9aa2ad;
  flex: 0 0 auto;
  transition: color 0.15s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background: #f1f5f9;
  color: #111827;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  background-color: transparent !important;
  background-image: linear-gradient(135deg, #1ea5eb 0%, #1e2d96 100%) !important;
  color: #fff;
  box-shadow: 0 8px 18px -6px rgba(30, 45, 150, 0.4);
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a .teluria-account-ic {
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #c8140a;
}
.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
  float: none !important;
  width: auto !important;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}

.teluria-status {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.6rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: #eef2f7;
  color: #64748b;
}
.teluria-status--completed {
  background: #e7f6ec;
  color: #1a7f45;
}
.teluria-status--processing {
  background: #e8f0fc;
  color: #1e5fbf;
}
.teluria-status--on-hold {
  background: #fdf1dd;
  color: #a9741a;
}
.teluria-status--pending {
  background: #eef2f7;
  color: #64748b;
}
.teluria-status--cancelled, .teluria-status--failed {
  background: #fdecec;
  color: #c0392b;
}
.teluria-status--refunded {
  background: #f0eef7;
  color: #6b5b95;
}

.teluria-account {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.teluria-account__hello {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.6rem 1.75rem;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(120deg, #1ea5eb 0%, #1e6ec8 55%, #1e2d96 100%);
  box-shadow: 0 18px 40px -22px rgba(30, 45, 150, 0.55);
}
.teluria-account__hello h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #fff;
}
.teluria-account__hello .teluria-account__company {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.35rem 0 0;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.teluria-account__hello .teluria-account__company svg {
  opacity: 0.9;
}
.teluria-account__hello .teluria-account__cta {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.3rem;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s ease;
}
.teluria-account__hello .teluria-account__cta:hover {
  background: rgba(255, 255, 255, 0.28);
}
.teluria-account__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 700px) {
  .teluria-account__stats {
    grid-template-columns: 1fr;
  }
}
.teluria-account__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem;
}
@media (max-width: 900px) {
  .teluria-account__grid {
    grid-template-columns: 1fr;
  }
}
.teluria-account__quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 700px) {
  .teluria-account__quick {
    grid-template-columns: 1fr;
  }
}
.teluria-account__quick a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(31, 27, 23, 0.07);
  background: #fff;
  color: #1f2937;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.teluria-account__quick a svg {
  color: #1e6ec8;
  flex: 0 0 auto;
}
.teluria-account__quick a:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px -12px rgba(31, 27, 23, 0.28);
  border-color: rgba(30, 110, 200, 0.3);
}

.teluria-stat {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.15rem 1.3rem;
  border-radius: 16px;
  border: 1px solid rgba(31, 27, 23, 0.07);
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04);
}
.teluria-stat__label {
  font-size: 0.82rem;
  font-weight: 600;
  color: #8a8272;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.teluria-stat__value {
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  line-height: 1.1;
}
.teluria-stat__value--sm {
  font-size: 1.1rem;
  line-height: 1.3;
}
.teluria-stat__sub {
  font-size: 0.82rem;
  color: #4b5563;
  margin-top: 0.15rem;
}

.teluria-card {
  padding: 1.4rem 1.6rem;
  border-radius: 18px;
  border: 1px solid rgba(31, 27, 23, 0.07);
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 24px 48px -34px rgba(31, 27, 23, 0.28);
}
.teluria-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.teluria-card__head h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111827;
}
.teluria-card__head a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e6ec8;
  text-decoration: none;
}
.teluria-card__head a:hover {
  text-decoration: underline;
}

.teluria-order-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teluria-order-list li + li {
  border-top: 1px solid rgba(31, 27, 23, 0.07);
}
.teluria-order-list__row {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 0.75rem 1rem;
  padding: 0.75rem 0;
  text-decoration: none !important;
  color: #1f2937;
}
.teluria-order-list__row:hover .teluria-order-list__no {
  color: #1e6ec8;
}
.teluria-order-list__no {
  font-weight: 700;
  color: #111827;
}
.teluria-order-list__date {
  color: #4b5563;
  font-size: 0.9rem;
}
.teluria-order-list__count {
  color: #8a8272;
  font-size: 0.85rem;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .teluria-order-list__row {
    grid-template-columns: 1fr auto;
  }
  .teluria-order-list__date {
    display: none;
  }
}

.teluria-address + .teluria-address {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(31, 27, 23, 0.07);
}
.teluria-address__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a8272;
  margin-bottom: 0.3rem;
}
.teluria-address address {
  font-style: normal;
  color: #1f2937;
  line-height: 1.55;
}

.teluria-empty {
  text-align: center;
  padding: 2.5rem 1.5rem;
}
.teluria-empty--inline {
  padding: 1.25rem 0;
  text-align: left;
}
.teluria-empty p {
  color: #4b5563;
  margin: 0 0 1rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a::before,
.woocommerce-account .woocommerce-MyAccount-navigation li a::after {
  display: none !important;
  content: none !important;
}

.teluria-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.teluria-orders-table thead th {
  text-align: left;
  padding: 0 0.5rem 0.75rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a8272;
  font-weight: 700;
  border-bottom: 1px solid rgba(31, 27, 23, 0.1);
}
.teluria-orders-table tbody td, .teluria-orders-table tbody th {
  padding: 0.95rem 0.5rem;
  border-bottom: 1px solid rgba(31, 27, 23, 0.07);
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
}
.teluria-orders-table thead th:first-child, .teluria-orders-table tbody th:first-child, .teluria-orders-table tbody td:first-child {
  padding-left: 0;
}
.teluria-orders-table thead th:last-child, .teluria-orders-table tbody td:last-child {
  padding-right: 0;
}
.teluria-orders-table .woocommerce-orders-table__cell-order-number a {
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}
.teluria-orders-table .woocommerce-orders-table__cell-order-number a:hover {
  color: #1e6ec8;
}
.teluria-orders-table .woocommerce-orders-table__cell-order-date time {
  color: #4b5563;
}
.teluria-orders-table .woocommerce-orders-table__cell-order-actions {
  text-align: right;
}

.teluria-order-action {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 9px;
  background: #f1f5f9;
  color: #1f2937;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease;
}
.teluria-order-action:hover {
  background: #1e6ec8;
  color: #fff;
}
.teluria-order-action + .teluria-order-action {
  margin-left: 0.4rem;
}

.teluria-empty:not(.teluria-empty--inline) {
  border: 1px dashed rgba(31, 27, 23, 0.16);
  border-radius: 18px;
  background: #fff;
}
.teluria-empty:not(.teluria-empty--inline) .teluria-empty__icon {
  color: #1e6ec8;
  opacity: 0.85;
  margin-bottom: 0.6rem;
  display: flex;
  justify-content: center;
}
.teluria-empty:not(.teluria-empty--inline) h3 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
}
.teluria-empty:not(.teluria-empty--inline) .teluria-empty__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1.45rem;
  border-radius: 11px;
  background: linear-gradient(135deg, #1ea5eb 0%, #1e2d96 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 24px -10px rgba(30, 45, 150, 0.5);
}
.teluria-empty:not(.teluria-empty--inline) .teluria-empty__btn:hover {
  filter: brightness(1.05);
}

.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 0;
}
@media (max-width: 700px) {
  .woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}
.woocommerce-account .woocommerce-Address {
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04);
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title h2, .woocommerce-account .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title .edit {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e6ec8;
  text-decoration: none;
}
.woocommerce-account .woocommerce-Address .woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-Address address {
  font-style: normal;
  color: #1f2937;
  line-height: 1.6;
}
.woocommerce-account .woocommerce-EditAccountForm,
.woocommerce-account .woocommerce-address-fields,
.woocommerce-account form.edit-account {
  max-width: 640px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset,
.woocommerce-account .woocommerce-address-fields fieldset,
.woocommerce-account form.edit-account fieldset {
  margin-top: 1.5rem;
}

.teluria-empty--wide {
  max-width: 640px;
  margin: 1rem auto 3rem;
  padding: 3rem 2rem;
}

.teluria-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  align-items: center;
  justify-content: center;
}

.teluria-empty__link {
  font-weight: 600;
  color: #1e6ec8;
  text-decoration: none;
}
.teluria-empty__link:hover {
  text-decoration: underline;
}

.woocommerce-cart .woocommerce:has(> .woocommerce-cart-form) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 900px) {
  .woocommerce-cart .woocommerce:has(> .woocommerce-cart-form) {
    grid-template-columns: 1fr;
  }
}
.woocommerce-cart .woocommerce-notices-wrapper {
  grid-column: 1/-1;
}
.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  margin: 0;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 24px 48px -34px rgba(31, 27, 23, 0.25);
}
.woocommerce-cart .woocommerce-cart-form table.cart {
  margin: 0;
  border: 0;
  background: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart thead th {
  text-align: left;
  padding: 0 0.5rem 0.9rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a8272;
  font-weight: 700;
  border-bottom: 1px solid rgba(31, 27, 23, 0.1);
  background: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart thead th.product-remove, .woocommerce-cart .woocommerce-cart-form table.cart thead th.product-thumbnail {
  text-indent: -9999px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td {
  padding: 1.1rem 0.5rem;
  border-top: 0;
  border-bottom: 1px solid rgba(31, 27, 23, 0.07);
  vertical-align: middle;
  background: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart tr:last-child td {
  border-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-thumbnail {
  width: 90px;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-thumbnail img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(31, 27, 23, 0.07);
  background: #fff;
  mix-blend-mode: multiply;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-name a {
  font-weight: 700;
  color: #111827;
  text-decoration: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-name a:hover {
  color: #1e6ec8;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-name dl.variation, .woocommerce-cart .woocommerce-cart-form table.cart .product-name .wc-item-meta {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  color: #4b5563;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-name dl.variation dt, .woocommerce-cart .woocommerce-cart-form table.cart .product-name .wc-item-meta dt {
  font-weight: 600;
  float: left;
  margin: 0 0.35rem 0 0;
  clear: left;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-name dl.variation dd, .woocommerce-cart .woocommerce-cart-form table.cart .product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-name dl.variation dd p, .woocommerce-cart .woocommerce-cart-form table.cart .product-name .wc-item-meta dd p {
  margin: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-price, .woocommerce-cart .woocommerce-cart-form table.cart .product-subtotal {
  font-weight: 600;
  color: #1f2937;
  white-space: nowrap;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-subtotal {
  font-weight: 800;
}
.woocommerce-cart .woocommerce-cart-form table.cart .product-quantity .quantity input.qty {
  width: 62px;
  height: 44px;
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove {
  width: 34px;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove a.remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #94a3b8 !important;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.product-remove a.remove:hover {
  background: #c8140a;
  color: #fff !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions {
  padding: 1.25rem 0 0;
  border-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon {
  display: flex;
  gap: 0.5rem;
  float: none;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon input.input-text {
  height: 46px;
  max-width: 220px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 1rem;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon button {
  height: 46px;
  border-radius: 10px;
  background: #eef2f7 !important;
  color: #1f2937 !important;
  font-weight: 600;
  padding: 0 1.2rem;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions .coupon button:hover {
  background: #e2e8f0 !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name=update_cart] {
  float: right;
  height: 46px;
  border-radius: 10px;
  background: #fff !important;
  color: #1e6ec8 !important;
  border: 1px solid rgba(30, 110, 200, 0.4) !important;
  font-weight: 700;
  padding: 0 1.3rem;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name=update_cart]:hover {
  background: #f3f8ff !important;
}
.woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name=update_cart]:disabled {
  opacity: 0.45;
}
.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  width: auto !important;
  float: none !important;
  position: sticky;
  top: 1.5rem;
}
@media (max-width: 900px) {
  .woocommerce-cart .cart-collaterals {
    grid-column: 1;
    position: static;
  }
}
.woocommerce-cart .cart-collaterals .cross-sells {
  display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: auto !important;
  float: none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 1rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 24px 48px -34px rgba(31, 27, 23, 0.25);
}
.woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 0.9rem 1.15rem;
  border-top: 1px solid rgba(31, 27, 23, 0.06);
  font-size: 0.95rem;
  background: none;
  text-align: left;
  vertical-align: top;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  font-weight: 600;
  color: #6b6459;
  width: 42%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  color: #1f2937;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th, .woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  border-top: 1px solid rgba(31, 27, 23, 0.12);
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
  font-size: 1.05rem;
  font-weight: 800;
  color: #111827;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total .amount, .woocommerce-cart .cart-collaterals .cart_totals table .order-total .woocommerce-Price-amount {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1e6ec8;
}
.woocommerce-cart .cart-collaterals .cart_totals table .woocommerce-shipping-destination {
  color: #4b5563;
  font-size: 0.85rem;
}
.woocommerce-cart .cart-collaterals .cart_totals table a {
  color: #1e6ec8;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 1.25rem 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1ea5eb 0%, #1e2d96 100%) !important;
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 12px 26px -10px rgba(30, 45, 150, 0.5);
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  filter: brightness(1.05);
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 1.5rem;
}
.woocommerce-checkout .checkout_coupon {
  border: 1px solid rgba(31, 27, 23, 0.1) !important;
  border-radius: 14px;
  background: #fff;
  padding: 1.25rem 1.5rem;
}
.woocommerce-checkout .checkout_coupon .input-text {
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.woocommerce-checkout .checkout_coupon button {
  height: 46px;
  border-radius: 10px;
}
.woocommerce-checkout form.checkout.woocommerce-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  grid-template-areas: "customer heading" "customer review";
  grid-template-rows: auto 1fr;
  gap: 0 2.5rem;
  align-items: start;
}
@media (max-width: 900px) {
  .woocommerce-checkout form.checkout.woocommerce-checkout {
    grid-template-columns: 1fr;
    grid-template-areas: "customer" "heading" "review";
  }
}
.woocommerce-checkout #customer_details {
  grid-area: customer;
  width: auto !important;
  float: none !important;
  padding: 1.6rem 1.85rem;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 24px 48px -34px rgba(31, 27, 23, 0.25);
}
.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  width: auto;
  float: none;
  margin: 0;
}
.woocommerce-checkout #customer_details .col-2 {
  margin-top: 1.5rem;
}
.woocommerce-checkout #customer_details h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 1.2rem;
}
.woocommerce-checkout #customer_details .form-row {
  margin-bottom: 1rem;
}
.woocommerce-checkout #order_review_heading {
  grid-area: heading;
  margin: 0 0 1rem;
  font-size: 1.3rem;
  font-weight: 800;
  color: #111827;
}
.woocommerce-checkout #order_review {
  grid-area: review;
  width: auto !important;
  float: none !important;
  position: sticky;
  top: 1.5rem;
}
@media (max-width: 900px) {
  .woocommerce-checkout #order_review {
    position: static;
  }
}
.woocommerce-checkout #order_review .shop_table {
  margin: 0;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 24px 48px -34px rgba(31, 27, 23, 0.25);
}
.woocommerce-checkout #order_review .shop_table th, .woocommerce-checkout #order_review .shop_table td {
  padding: 0.85rem 1.15rem;
  border-top: 1px solid rgba(31, 27, 23, 0.06);
  background: none;
  text-align: left;
}
.woocommerce-checkout #order_review .shop_table thead th {
  border: 0;
  border-bottom: 1px solid rgba(31, 27, 23, 0.1);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a8272;
  font-weight: 700;
}
.woocommerce-checkout #order_review .shop_table .product-name {
  color: #1f2937;
  font-weight: 600;
}
.woocommerce-checkout #order_review .shop_table .product-total, .woocommerce-checkout #order_review .shop_table td.product-total {
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
}
.woocommerce-checkout #order_review .shop_table .wc-item-meta {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: #4b5563;
}
.woocommerce-checkout #order_review .shop_table .wc-item-meta li {
  margin: 0;
}
.woocommerce-checkout #order_review .shop_table .wc-item-meta strong {
  font-weight: 600;
}
.woocommerce-checkout #order_review .shop_table .cart-subtotal th, .woocommerce-checkout #order_review .shop_table .order-total th {
  font-weight: 700;
  color: #111827;
}
.woocommerce-checkout #order_review .shop_table td.product-total, .woocommerce-checkout #order_review .shop_table .cart-subtotal td, .woocommerce-checkout #order_review .shop_table .order-total td, .woocommerce-checkout #order_review .shop_table .woocommerce-shipping-totals td, .woocommerce-checkout #order_review .shop_table .tax-total td {
  text-align: right;
}
.woocommerce-checkout #order_review .shop_table .order-total th, .woocommerce-checkout #order_review .shop_table .order-total td {
  border-top: 1px solid rgba(31, 27, 23, 0.12);
}
.woocommerce-checkout #order_review .shop_table .order-total .amount, .woocommerce-checkout #order_review .shop_table .order-total .woocommerce-Price-amount {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1e6ec8;
}
.woocommerce-checkout #order_review #payment {
  margin-top: 1rem;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04);
}
.woocommerce-checkout #order_review #payment ul.payment_methods {
  margin: 0;
  padding: 1.1rem 1.15rem;
  border: 0;
  background: none;
}
.woocommerce-checkout #order_review #payment ul.payment_methods li {
  margin: 0;
}
.woocommerce-checkout #order_review #payment ul.payment_methods label {
  font-weight: 600;
  color: #1f2937;
}
.woocommerce-checkout #order_review #payment ul.payment_methods .payment_box {
  background: #f7f8fa;
  border-radius: 10px;
  font-size: 0.9rem;
  color: #4b5563;
}
.woocommerce-checkout #order_review #payment ul.payment_methods .payment_box::before {
  display: none;
}
.woocommerce-checkout #order_review #payment .place-order {
  padding: 0 1.15rem 1.2rem;
}
.woocommerce-checkout #order_review #payment #place_order {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1ea5eb 0%, #1e2d96 100%) !important;
  color: #fff !important;
  font-size: 1.05rem;
  font-weight: 800;
  box-shadow: 0 12px 26px -10px rgba(30, 45, 150, 0.5);
}
.woocommerce-checkout #order_review #payment #place_order:hover {
  filter: brightness(1.05);
}
.woocommerce-checkout #order_review #payment .woocommerce-privacy-policy-text {
  font-size: 0.82rem;
  color: #4b5563;
  padding: 0 1.15rem;
  margin-top: 0.5rem;
}

.woocommerce-order .teluria-thankyou {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 2.5rem;
  padding: 2.75rem 2rem;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 30px 60px -40px rgba(31, 27, 23, 0.3);
}
.woocommerce-order .teluria-thankyou__icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e7f6ec;
  color: #1a7f45;
}
.woocommerce-order .teluria-thankyou__icon--err {
  background: #fdecec;
  color: #c0392b;
}
.woocommerce-order .teluria-thankyou h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 0.6rem;
  letter-spacing: -0.01em;
}
.woocommerce-order .teluria-thankyou p {
  color: #4b5563;
  margin: 0 auto 1.5rem;
  max-width: 520px;
  line-height: 1.6;
}
.woocommerce-order .teluria-thankyou p strong {
  color: #111827;
}
.woocommerce-order .teluria-thankyou__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.25rem;
  align-items: center;
  justify-content: center;
}
.woocommerce-order ul.woocommerce-order-overview {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  border: 0 !important;
  background: none !important;
}
.woocommerce-order ul.woocommerce-order-overview::before, .woocommerce-order ul.woocommerce-order-overview::after {
  display: none !important;
  content: none !important;
}
@media (max-width: 700px) {
  .woocommerce-order ul.woocommerce-order-overview {
    grid-template-columns: repeat(2, 1fr);
  }
}
.woocommerce-order ul.woocommerce-order-overview li {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.1rem 1.3rem;
  margin: 0;
  border: 1px solid rgba(31, 27, 23, 0.07) !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04);
  text-transform: none;
}
.woocommerce-order ul.woocommerce-order-overview li::before, .woocommerce-order ul.woocommerce-order-overview li::after {
  display: none !important;
  content: none !important;
}
.woocommerce-order ul.woocommerce-order-overview li span {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a8272;
  font-weight: 600;
}
.woocommerce-order ul.woocommerce-order-overview li strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: #111827;
}
.woocommerce-order .woocommerce-order-details > h2, .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #111827;
  margin: 0 0 1rem;
}
.woocommerce-order .woocommerce-order-details table.order_details, .woocommerce-order .woocommerce-order-details table.shop_table {
  width: 100%;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04), 0 24px 48px -34px rgba(31, 27, 23, 0.25);
}
.woocommerce-order .woocommerce-order-details table.order_details th, .woocommerce-order .woocommerce-order-details table.order_details td, .woocommerce-order .woocommerce-order-details table.shop_table th, .woocommerce-order .woocommerce-order-details table.shop_table td {
  padding: 0.85rem 1.15rem;
  border-top: 1px solid rgba(31, 27, 23, 0.06);
  background: none;
  text-align: left;
}
.woocommerce-order .woocommerce-order-details table.order_details thead th, .woocommerce-order .woocommerce-order-details table.shop_table thead th {
  border: 0;
  border-bottom: 1px solid rgba(31, 27, 23, 0.1);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a8272;
}
.woocommerce-order .woocommerce-order-details table.order_details td.product-total, .woocommerce-order .woocommerce-order-details table.order_details .woocommerce-table__product-total, .woocommerce-order .woocommerce-order-details table.shop_table td.product-total, .woocommerce-order .woocommerce-order-details table.shop_table .woocommerce-table__product-total {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-order .woocommerce-order-details table.order_details tfoot th, .woocommerce-order .woocommerce-order-details table.shop_table tfoot th {
  font-weight: 700;
  color: #111827;
}
.woocommerce-order .woocommerce-order-details table.order_details tfoot td, .woocommerce-order .woocommerce-order-details table.shop_table tfoot td {
  text-align: right;
}
.woocommerce-order .woocommerce-order-details table.order_details tfoot .order-total .amount, .woocommerce-order .woocommerce-order-details table.shop_table tfoot .order-total .amount {
  font-size: 1.15rem;
  font-weight: 800;
  color: #1e6ec8;
}
.woocommerce-order .woocommerce-order-details table.order_details .wc-item-meta, .woocommerce-order .woocommerce-order-details table.shop_table .wc-item-meta {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.82rem;
  color: #4b5563;
}
.woocommerce-order .woocommerce-order-details table.order_details .wc-item-meta li, .woocommerce-order .woocommerce-order-details table.shop_table .wc-item-meta li {
  margin: 0;
}
.woocommerce-order .woocommerce-order-details table.order_details .wc-item-meta strong, .woocommerce-order .woocommerce-order-details table.shop_table .wc-item-meta strong {
  font-weight: 600;
}
.woocommerce-order .woocommerce-order-details table.order_details a, .woocommerce-order .woocommerce-order-details table.shop_table a {
  color: #111827;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce-order .woocommerce-order-details table.order_details a:hover, .woocommerce-order .woocommerce-order-details table.shop_table a:hover {
  color: #1e6ec8;
}
.woocommerce-order .woocommerce-customer-details {
  margin-top: 2.5rem;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 0;
}
@media (max-width: 700px) {
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column {
  padding: 1.4rem 1.6rem;
  border: 1px solid rgba(31, 27, 23, 0.07);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(31, 27, 23, 0.04);
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column h2, .woocommerce-order .woocommerce-customer-details .woocommerce-column h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.75rem;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column address {
  font-style: normal;
  color: #1f2937;
  line-height: 1.6;
}

.tonovani-filters {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 600px) {
  .tonovani-filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .tonovani-filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.tonovani-filter {
  position: relative;
  display: block;
  min-height: 132px;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  color: #fff;
  background: #384253 center/cover no-repeat;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.tonovani-filter::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  z-index: 2;
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 48px 48px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
}
.tonovani-filter--vse {
  background-image: linear-gradient(150deg, #1ea5eb 0%, #1e2d96 100%);
}
.tonovani-filter--barva-kryci-barva {
  background-image: linear-gradient(150deg, #f52d19 0%, #a00000 100%);
}
.tonovani-filter--drevo {
  background-image: linear-gradient(150deg, #d19a4e 0%, #6f4318 100%);
}
.tonovani-filter--interier {
  background-image: linear-gradient(150deg, #f0a06a 0%, #b5482a 100%);
}
.tonovani-filter--fasada {
  background-image: linear-gradient(150deg, #98a3b5 0%, #384253 100%);
}
.tonovani-filter--purlet {
  background-image: linear-gradient(150deg, #4a8f66 0%, #1d3d2b 100%);
}
.tonovani-filter--hostemix {
  background-image: linear-gradient(150deg, #6b7482 0%, #262b33 100%);
}
.tonovani-filter--denas {
  background-image: linear-gradient(150deg, #35b0b5 0%, #12586b 100%);
}
.tonovani-filter--vse::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%273%27%20width%3D%277%27%20height%3D%277%27%20rx%3D%271.5%27%2F%3E%3Crect%20x%3D%2714%27%20y%3D%273%27%20width%3D%277%27%20height%3D%277%27%20rx%3D%271.5%27%2F%3E%3Crect%20x%3D%273%27%20y%3D%2714%27%20width%3D%277%27%20height%3D%277%27%20rx%3D%271.5%27%2F%3E%3Crect%20x%3D%2714%27%20y%3D%2714%27%20width%3D%277%27%20height%3D%277%27%20rx%3D%271.5%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter--barva-kryci-barva::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%274%27%20width%3D%2712%27%20height%3D%276%27%20rx%3D%271.5%27%2F%3E%3Cpath%20d%3D%27M15%207h4a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202h-8v2%27%2F%3E%3Crect%20x%3D%277%27%20y%3D%2717%27%20width%3D%274%27%20height%3D%274%27%20rx%3D%271%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter--drevo::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%202%205%2012h4l-5%208h16l-5-8h4L12%202z%27%2F%3E%3Cpath%20d%3D%27M12%2020v2%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter--interier::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M3%2011%2012%203l9%208%27%2F%3E%3Cpath%20d%3D%27M5%2010v10h14V10%27%2F%3E%3Crect%20x%3D%2710%27%20y%3D%2714%27%20width%3D%274%27%20height%3D%276%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter--fasada::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%275%27%20y%3D%273%27%20width%3D%2714%27%20height%3D%2718%27%20rx%3D%271%27%2F%3E%3Cpath%20d%3D%27M9%207h1.5M13.5%207H15M9%2011h1.5M13.5%2011H15M9%2015h1.5M13.5%2015H15%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter--purlet::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%273%27%20y%3D%278%27%20width%3D%2718%27%20height%3D%278%27%20rx%3D%272%27%2F%3E%3Cpath%20d%3D%27M8%208v8M12%208v8M16%208v8%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter--hostemix::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Crect%20x%3D%276%27%20y%3D%273%27%20width%3D%2712%27%20height%3D%2718%27%20rx%3D%272.5%27%2F%3E%3Cpath%20d%3D%27M6%208h12M6%2016h12%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter--denas::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27white%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%203%203%208l9%205%209-5-9-5z%27%2F%3E%3Cpath%20d%3D%27M3%2013l9%205%209-5%27%2F%3E%3C%2Fsvg%3E");
}
.tonovani-filter__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.55) 100%);
}
.tonovani-filter__body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.9rem 1rem;
}
.tonovani-filter__name {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
.tonovani-filter__count {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  flex: none;
  padding: 0.1rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.tonovani-filter.has-image .tonovani-filter__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.tonovani-filter:hover {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.22);
  transform: translateY(-3px);
}
.tonovani-filter.is-active {
  outline: 3px solid #fff;
  outline-offset: -3px;
  box-shadow: 0 14px 34px rgba(30, 45, 150, 0.35);
}

.teluria-404 {
  max-width: 620px;
  margin: 4rem auto 5rem;
  text-align: center;
}
.teluria-404__code {
  display: block;
  font-size: clamp(5rem, 14vw, 8.5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #f52d19 0%, #c8140a 35%, #1e6ec8 75%, #1e2d96 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.teluria-404__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0.75rem 0 0.5rem;
}
.teluria-404__text {
  color: #4b5563;
  margin: 0 auto 1.75rem;
  max-width: 470px;
}
.teluria-404__search {
  position: relative;
  margin: 0 auto 1.5rem;
}
.teluria-404__search .woocommerce-product-search {
  position: relative;
}
.teluria-404__search input.search-field {
  width: 100%;
  height: 48px;
  padding: 0 1rem 0 2.75rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 1rem center;
}
.teluria-404__search input.search-field:focus {
  border-color: #1e6ec8;
  box-shadow: 0 0 0 3px rgba(30, 110, 200, 0.12);
  outline: none;
}
.teluria-404__search button[type=submit] {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.teluria-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.teluria-404__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 1.6rem;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none !important;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #1f2937;
  transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.teluria-404__btn:hover {
  border-color: rgba(30, 110, 200, 0.45);
  color: #1e6ec8;
}
.teluria-404__btn--primary {
  background: linear-gradient(135deg, #f52d19 0%, #a00000 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 18px rgba(200, 20, 10, 0.24);
}
.teluria-404__btn--primary:hover {
  color: #fff;
  filter: brightness(1.04);
}

.site-footer {
  padding: 0;
  margin-top: 4rem;
  background: transparent;
}
.site-footer > .col-full {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.teluria-footer {
  background: #f4f6fa;
  color: #4b5563;
  border-top: 4px solid;
  border-image: linear-gradient(135deg, #f52d19 0%, #c8140a 35%, #1e6ec8 75%, #1e2d96 100%) 1;
  text-align: left;
}
.teluria-footer a, .teluria-footer a:hover, .teluria-footer a:focus {
  text-decoration: none;
}
.teluria-footer > .col-full {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 2.617924em 3rem;
}
.teluria-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .teluria-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .teluria-footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.teluria-footer__brand p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6b7280;
  max-width: 300px;
  margin: 1.25rem 0 0;
}
.teluria-footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.teluria-footer__logo img {
  width: 44px;
  height: auto;
}
.teluria-footer__logo span {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.teluria-footer__logo span strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.teluria-footer__logo span em {
  font-style: normal;
  font-size: 0.72rem;
  color: #6b7280;
  letter-spacing: 0.04em;
}
.teluria-footer__col h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  margin-bottom: 1.1rem;
}
.teluria-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.teluria-footer__col ul li {
  margin-bottom: 0.55rem;
}
.teluria-footer__col ul a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #475569;
  transition: color 0.15s ease;
}
.teluria-footer__col ul a:hover {
  color: #1e6ec8;
}
.teluria-footer__bottom {
  background: #e7ebf1;
  border-top: 1px solid #dbe1ea;
}
.teluria-footer__bottom .col-full {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1.4rem 2.617924em;
}
.teluria-footer__bottom .col-full span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #64748b;
}

.site-footer .teluria-footer__col ul a:not(.button) {
  color: #3f4b5b;
}
.site-footer .teluria-footer__col ul a:not(.button):hover {
  color: #1e6ec8;
}
.site-footer .teluria-footer__col h4 {
  color: #0f172a;
}
.site-footer .teluria-footer__brand p {
  color: #64748b;
}
.site-footer .teluria-footer__logo span strong {
  color: #0f172a;
}
.site-footer .teluria-footer__logo span em {
  color: #64748b;
}
.site-footer .teluria-footer__bottom .col-full span {
  color: #64748b;
}

form .wpforms-field {
  padding: 0.6rem 0 !important;
}
form label {
  line-height: 1 !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
form input[type=text], form input[type=password], form input[type=email], form input[type=number], form select, form textarea {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  padding: 0.75rem 1rem !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
form input[type=text]:focus, form input[type=password]:focus, form input[type=email]:focus, form input[type=number]:focus, form select:focus, form textarea:focus {
  border-color: #1e6ec8 !important;
  box-shadow: 0 0 0 3px rgba(30, 110, 200, 0.15) !important;
}
form input[type=text].wpforms-error, form input[type=password].wpforms-error, form input[type=email].wpforms-error, form input[type=number].wpforms-error, form select.wpforms-error, form textarea.wpforms-error {
  border-color: #d63637 !important;
}
form button:not([type=button]) {
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  padding: 0.8rem 1rem !important;
  display: block !important;
  width: 100% !important;
  background: linear-gradient(135deg, #1ea5eb 0%, #1e2d96 100%) !important;
  border: none !important;
  border-radius: 10px !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
form button:not([type=button]):hover {
  box-shadow: 0 8px 20px rgba(30, 45, 150, 0.35) !important;
  transform: translateY(-1px);
}
form .wpforms-error {
  margin-top: 0.3rem !important;
}

.btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: block;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  background: transparent;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: #0a0a0a;
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.btn.btn-white {
  background: #fff;
}
.btn.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #1e6ec8;
  color: #fff;
}
.btn.btn-primary:hover {
  background: rgb(21.9096334186%, 53.1457800512%, 88.2864450128%);
}
.btn:hover {
  background: #f4f4f4;
}
.btn.btn-inline {
  display: inline-block;
}

.top-head {
  border-bottom: 1px solid #e5e7eb;
}
.top-head .col-full {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  flex-flow: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .top-head .col-full {
    flex-flow: row;
  }
}
.top-head .col-full > * {
  flex: 1;
  display: flex;
  gap: 1em;
}
.top-head .col-full a {
  color: #2c2d33;
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.top-head .col-full a:hover {
  color: #4f4f57;
}
.top-head .col-full .account-links {
  justify-content: end;
}

.contacts-widget {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .contacts-widget {
    flex-direction: row;
  }
}
.contacts-widget > div {
  flex: 1;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}
.contacts-widget .blue {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}
.contacts-widget .blue .icon svg {
  color: #1e6ec8;
}
.contacts-widget .green {
  background-color: #f0fdf4;
  border-color: #bbf7d0;
}
.contacts-widget .green .icon svg {
  color: #16a34a;
}
.contacts-widget h2 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.contacts-widget a.cta {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.contacts-widget a.cta:hover {
  text-decoration: underline;
}
.contacts-widget p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4b5563;
  margin: 0;
}

.awesomeness {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 3rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .awesomeness {
    flex-direction: row;
  }
}
.awesomeness__item {
  flex: 1;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 1.5rem;
  cursor: pointer;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.awesomeness__item:hover {
  box-shadow: 0 0 #000, 0 0 #000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.awesomeness__item__title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 16px;
}
.awesomeness__item__imp {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0.5rem;
}
.awesomeness__item p {
  color: #4b5563;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.about-video {
  max-width: 720px;
  margin: 1.5rem auto 0;
  aspect-ratio: 16/9;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}
.about-video iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contacts {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .contacts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.contacts__item {
  padding: 1rem;
}
.contacts__item__location {
  color: #0a0a0a;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.5rem;
}
.contacts__item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
.contacts__item p a {
  color: #6d6d6d;
}
.contacts__item p a:hover {
  text-decoration: underline;
}

.faq {
  margin-top: 0.5rem;
}
.faq__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4b5563;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 0;
}
.faq__item p {
  margin: 0;
}
.faq__item__title {
  color: #0a0a0a;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 0.25rem;
}
.faq .btn {
  margin-top: 1rem;
}

.download {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.download__item {
  border-radius: 12px;
  padding: 0.75rem;
  background: #f9fafb;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.download__item__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}
.download__item__content__meta__name {
  font-weight: 500;
  margin: 0;
  color: #0a0a0a;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.download__item__content__meta__description {
  color: #4b5563;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  padding: 0.125rem 0.625rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  border-radius: 9999px;
}
.badge.badge-sm {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
.badge.blue {
  color: #1e6ec8;
  background-color: #dbeafe;
  border-color: #dbeafe;
}
.badge.green {
  color: #16a34a;
  background-color: #dcfce7;
  border-color: #dcfce7;
}
.badge.purple {
  color: #9333ea;
  background-color: #f3e8ff;
  border-color: #f3e8ff;
}
.badge.orange {
  color: #ea580c;
  background-color: #ffedd5;
  border-color: #ffedd5;
}

.badge-group {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

ul {
  margin: 1rem 0 0 1rem;
}
ul.no-mark {
  list-style: none;
  margin: 1rem 0 0;
}
ul.mark-large li::marker {
  font-size: 1.25rem;
}
ul.mark-color li:nth-child(1n+1)::marker, ul.mark-color li:nth-child(1)::marker {
  color: #1e6ec8;
}
ul.mark-color li:nth-child(2n+1)::marker {
  color: #16a34a;
}
ul.mark-color li:nth-child(3n+1)::marker {
  color: #ea580c;
}
ul.mark-color li:nth-child(4n+1)::marker {
  color: #9333ea;
}
ul.mark-color li:nth-child(5n+1)::marker {
  color: #c8140a;
}
ul li.w-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
ul li.w-icon span {
  height: 16px;
  width: 16px;
}

.milestone__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.milestone__item:last-child {
  margin-bottom: 0;
}
.milestone__item__circle {
  color: #1e6ec8;
  background-color: #dbeafe;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
.milestone__item__content {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.categories {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.categories .category {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  border-color: #e5e5e5;
  animation-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  background: #fff;
}
.categories .category:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}
.categories .category:hover .category__image img {
  transform: scale(1.1);
}
.categories .category__image {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}
.categories .category__image img {
  width: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.categories .category__image__badge {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  background: #fff;
  border-radius: 9999px;
  top: 1rem;
  right: 1rem;
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories .category__name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.categories .category__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4b5563;
  margin: 0;
}
.categories .category .badge {
  display: inline-block;
  margin-top: 0.75rem;
  color: #1e40af;
  background-color: #dbeafe;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
}

.widget-area .widget {
  margin-bottom: 0;
}
.widget-area .wp-block-heading {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-size: 1.05rem;
  color: #111827;
  margin-bottom: 0.75rem;
}
.widget-area > .widget_block:has(.wc-block-product-categories),
.widget-area > .widget_block:has(.wp-block-heading) {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 14px;
  padding: 1.4rem 1.25rem;
}
.widget-area > .widget_block:has(.wp-block-heading) {
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  padding-bottom: 0;
}
.widget-area > .widget_block:has(.wc-block-product-categories) {
  border-top: none;
  border-radius: 0 0 14px 14px;
}

.wc-block-product-categories.is-enhanced ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wc-block-product-categories.is-enhanced li > ul {
  display: none;
  margin-left: 0.85rem;
  padding-left: 0.75rem;
  border-left: 2px solid #eef0f3;
}
.wc-block-product-categories.is-enhanced li.is-open > ul {
  display: block;
}
.wc-block-product-categories.is-enhanced .cat-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 2px 0;
}
.wc-block-product-categories.is-enhanced .cat-row a {
  flex: 1;
  display: block;
  padding: 0.45rem 0.6rem;
  border-radius: 8px;
  color: #374151;
  text-decoration: none !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.wc-block-product-categories.is-enhanced .cat-row a:hover {
  background: #f3f6fb;
  color: #1e6ec8;
}
.wc-block-product-categories.is-enhanced .cat-row .wc-block-product-categories-list-item-count {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  padding: 0.1rem 0.5rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #4b5563;
  white-space: nowrap;
}
.wc-block-product-categories.is-enhanced li.is-current > .cat-row a {
  background: rgba(30, 110, 200, 0.1);
  color: #1e6ec8;
  font-weight: 600;
}
.wc-block-product-categories.is-enhanced li.is-current > .cat-row .wc-block-product-categories-list-item-count {
  background: #1e6ec8;
  color: #fff;
}
.wc-block-product-categories.is-enhanced .cat-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #9ca3af;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.wc-block-product-categories.is-enhanced .cat-toggle svg {
  transition: transform 0.2s ease;
}
.wc-block-product-categories.is-enhanced .cat-toggle:hover {
  background: #f3f4f6;
  color: #1e6ec8;
}
.wc-block-product-categories.is-enhanced li.is-open > .cat-row .cat-toggle svg {
  transform: rotate(180deg);
}

.image-boxes {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .image-boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.image-boxes .image-box {
  display: flex;
  align-items: start;
  gap: 1rem;
  text-align: left;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background-color: #fff;
  cursor: pointer;
  padding: 1.5rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.image-boxes .image-box:hover {
  box-shadow: 0 0 #000, 0 0 #000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.image-boxes .image-box__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin: 0;
  color: #0a0a0a;
}
.image-boxes .image-box p {
  margin: 0.5rem 0 0;
}
.image-boxes .image-box__icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e6ec8;
  background-color: #dbeafe;
  border-radius: 12px;
}

.storefront-breadcrumb {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 1.15rem;
}
.storefront-breadcrumb::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  margin-left: -50vw;
  border-bottom: 1px solid #e9e9ec;
}

.woocommerce-products-header__title {
  color: #111827;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.woocommerce-products-header .page-description {
  color: #4b5563;
  margin: 0;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

.storefront-sorting {
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: center;
  justify-content: space-between;
}
.storefront-sorting:before, .storefront-sorting:after {
  display: none;
}
.storefront-sorting .woocommerce-result-count {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

ul.products {
  margin-bottom: 1rem;
}
ul.products.columns-3 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
ul.products.columns-3:before, ul.products.columns-3:after {
  display: none;
}
ul.products.columns-3 li {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  border-color: #e5e5e5;
  animation-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  background: #fff;
  text-align: left;
  position: relative;
}
ul.products.columns-3 li:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  transform: translateY(-0.5rem);
}
ul.products.columns-3 li:hover a img {
  transform: scale(1.1);
}
ul.products.columns-3 li a.woocommerce-loop-product__link {
  margin-bottom: 2rem;
}
ul.products.columns-3 li a.woocommerce-loop-product__link img {
  width: 100%;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
ul.products.columns-3 li .woocommerce-loop-product__title {
  margin-top: 6px;
  margin-bottom: 0;
  letter-spacing: -0.025em;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
}
ul.products.columns-3 li .woocommerce-loop-product__description {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 0;
}
ul.products.columns-3 li .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #1e6ec8;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  gap: 0.5rem;
  justify-content: left;
}
ul.products.columns-3 li .price > * {
  font-weight: 700;
  margin: 0 !important;
}
ul.products.columns-3 li .price del {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #4b5563;
}
ul.products.columns-3 li .price .woocommerce-price-suffix {
  display: none;
}
ul.products.columns-3 li span.onsale {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  padding: 0.125rem 0.625rem;
  border-radius: 9999px;
}
ul.products.columns-3 li span.onsale {
  background-color: #f52d19;
  border-color: #f52d19;
}
ul.products.columns-3 li span.onsale:hover {
  background-color: #c8140a;
  border-color: #c8140a;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-shopping-cart w-4 h-4 mr-2'%3E%3Ccircle cx='8' cy='21' r='1'%3E%3C/circle%3E%3Ccircle cx='19' cy='21' r='1'%3E%3C/circle%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'%3E%3C/path%3E%3C/svg%3E") !important;
  color: #4b5563;
  mask-size: 3em !important;
  width: 4em !important;
  margin: 0 auto 0.5em !important;
}

body.woocommerce-cart .storefront-breadcrumb {
  display: none;
}
body.woocommerce-cart #content .col-full {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
body.woocommerce-cart #content .col-full .wp-block-woocommerce-empty-cart-block {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body.woocommerce-cart #content .col-full .wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  color: #111827;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
body.woocommerce-cart #content .col-full .wp-block-woocommerce-empty-cart-block .empty-cart-p {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

/* Výpis produktů — tlačítko detailu v brand stylu */
.woocommerce ul.products li.product .button,
ul.products li.product .button {
  background: #fff !important;
  color: #1e6ec8 !important;
  border: 1px solid rgba(30, 110, 200, 0.4) !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  padding: 0.55em 1.3em !important;
  transition: all 0.15s ease;
}
.woocommerce ul.products li.product .button:hover,
ul.products li.product .button:hover {
  background: linear-gradient(135deg, #1ea5eb 0%, #1e2d96 100%) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.woocommerce ul.products li.product .onsale,
ul.products li.product .onsale {
  background: linear-gradient(135deg, #f52d19 0%, #a00000 100%) !important;
  border: none !important;
  border-radius: 999px !important;
}

/*# sourceMappingURL=main.css.map */
