:root {
  --dots-bg: #08111f;
  --dots-surface: #ffffff;
  --dots-surface-soft: #eef4fb;
  --dots-surface-dark: #10233d;
  --dots-text: #12263f;
  --dots-text-soft: #56708d;
  --dots-line: rgba(18, 38, 63, 0.12);
  --dots-primary: #11b2d8;
  --dots-primary-dark: #0a7ea5;
  --dots-accent: #f59f0b;
  --dots-radius-lg: 28px;
  --dots-radius-md: 18px;
  --dots-shadow: 0 24px 80px rgba(5, 17, 36, 0.14);
}

html[data-dots-theme="dark"] {
  --dots-surface: #0d1c2d;
  --dots-surface-soft: #12243a;
  --dots-text: #edf4ff;
  --dots-text-soft: #a8bdd4;
  --dots-line: rgba(255, 255, 255, 0.12);
  --dots-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

body {
  color: var(--dots-text);
}

.dots-theme-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(9, 22, 36, 0.92);
  color: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  font-weight: 700;
}

.dots-theme-toggle__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #92ca3d;
  box-shadow: 0 0 0 4px rgba(146, 202, 61, 0.16);
}

html[data-dots-theme="light"] .dots-theme-toggle {
  background: rgba(255, 255, 255, 0.92);
  color: var(--dots-text);
  border-color: rgba(18, 38, 63, 0.08);
}

.home.page:not(.woocommerce-page),
.home.blog {
  background:
    radial-gradient(circle at top left, rgba(146, 202, 61, 0.18), transparent 28%),
    radial-gradient(circle at top right, rgba(17, 178, 216, 0.14), transparent 32%),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 58%, #f4f7fb 100%);
}

.dots-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.dots-site-header,
.dots-site-footer {
  background: rgba(248, 251, 255, 0.9);
}

.dots-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 38, 63, 0.08);
}

.dots-site-header .wp-block-site-title a,
.dots-site-footer .wp-block-site-title a {
  color: var(--dots-text);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.dots-main-nav .wp-block-navigation-item__content,
.dots-site-footer .wp-block-navigation-item__content {
  color: var(--dots-text);
  text-decoration: none;
  font-weight: 600;
}

.dots-main-nav .wp-block-navigation-item__content {
  padding: 10px 14px;
  border-radius: 999px;
}

.dots-main-nav .wp-block-navigation-item__content:hover,
.dots-site-footer .wp-block-navigation-item__content:hover {
  color: var(--dots-primary-dark);
}

.dots-site-footer {
  margin-top: 40px;
  border-top: 1px solid rgba(18, 38, 63, 0.08);
}

.dots-site-footer p {
  color: var(--dots-text-soft);
}

.dots-site-footer__links {
  gap: 32px;
}

.dots-site-footer h4 {
  margin-bottom: 10px;
}

.dots-homepage main.wp-block-group,
.dots-homepage .wp-site-blocks {
  background:
    radial-gradient(circle at top left, rgba(17, 178, 216, 0.16), transparent 35%),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 58%, #f4f7fb 100%);
}

.dots-hero {
  padding: 72px 0 44px;
}

.dots-hero .dots-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 32px;
  align-items: stretch;
}

.dots-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(17, 178, 216, 0.12);
  color: var(--dots-primary-dark);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dots-hero h1,
.dots-section h2,
.dots-cta h2 {
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 18px 0 18px;
}

.dots-hero p,
.dots-section__heading p,
.dots-cta p,
.dots-value-card p,
.dots-panel__list,
.dots-product-card__body p {
  color: var(--dots-text-soft);
  line-height: 1.7;
  font-size: 1.05rem;
}

.dots-hero__actions,
.dots-hero__meta,
.dots-product-trust {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.dots-hero__actions {
  margin-top: 28px;
}

.dots-hero__meta {
  margin-top: 24px;
}

.dots-hero__meta span,
.dots-product-trust span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--dots-line);
  color: var(--dots-text);
  font-size: 0.92rem;
  box-shadow: 0 10px 30px rgba(11, 30, 54, 0.06);
}

.dots-button,
.wc-block-components-button,
body .button.alt,
body .wp-element-button,
body .wc-forward,
body .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.dots-button:hover,
body .button.alt:hover,
body .wp-element-button:hover,
body .wc-forward:hover,
body .single_add_to_cart_button:hover {
  transform: translateY(-1px);
}

.dots-button--primary,
body .button.alt,
body .wp-element-button,
body .wc-forward,
body .single_add_to_cart_button {
  background: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(17, 178, 216, 0.24);
}

.dots-button--secondary {
  background: rgba(8, 17, 31, 0.04);
  color: var(--dots-text);
  border: 1px solid var(--dots-line);
}

.dots-panel,
.dots-value-card,
.dots-cta,
.dots-product-card,
body.woocommerce div.product,
body.woocommerce-page .wp-site-blocks main {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--dots-shadow);
  backdrop-filter: blur(10px);
}

.dots-panel {
  height: 100%;
  padding: 28px;
  border-radius: var(--dots-radius-lg);
  background:
    linear-gradient(180deg, rgba(8, 17, 31, 0.96) 0%, rgba(16, 35, 61, 0.94) 100%);
  color: #fff;
}

.dots-panel--hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
}

.dots-panel__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 25%, rgba(146, 202, 61, 0.45), transparent 22%),
    radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(145deg, rgba(9, 27, 47, 0.96), rgba(13, 43, 71, 0.92));
}

.dots-panel__logo {
  position: absolute;
  right: -20px;
  bottom: -22px;
  width: min(68%, 340px);
  opacity: 0.95;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.24));
}

.dots-panel__logo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
}

.dots-panel__content {
  position: relative;
  z-index: 1;
  max-width: 320px;
}

.dots-panel__label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 16px;
}

.dots-panel__list {
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
}

.dots-section {
  padding: 34px 0 40px;
}

.dots-section__heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.dots-section__heading h2,
.dots-cta h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.dots-shop-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 16px 0 14px;
}

.dots-shop-hero {
  padding: 18px 0 28px;
}

.dots-shop-hero .dots-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 22px;
  align-items: stretch;
}

.dots-shop-stat {
  height: 100%;
  padding: 26px;
  border-radius: var(--dots-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(146, 202, 61, 0.24), transparent 28%),
    linear-gradient(145deg, rgba(7, 20, 33, 0.98), rgba(13, 34, 52, 0.94));
  color: rgba(255, 255, 255, 0.86);
  box-shadow: var(--dots-shadow);
}

.dots-shop-stat strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #fff;
}

.dots-shop-stat p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.dots-product-grid,
.dots-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.dots-product-card,
.dots-value-card {
  border-radius: var(--dots-radius-md);
  overflow: hidden;
}

.dots-product-card__visual {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  padding: 14px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  isolation: isolate;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 40%),
    linear-gradient(135deg, #06223d, #0f355c 60%, #0b8fd3 100%);
}

.dots-product-card__media {
  position: absolute;
  inset: 14px;
  display: block;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  clip-path: inset(0 round 20px 20px 0 0);
}

.dots-product-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 12, 24, 0.02), rgba(4, 12, 24, 0.16) 56%, rgba(4, 12, 24, 0.78) 100%);
}

.dots-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dots-product-card__visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px 20px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.dots-accent--amber .dots-product-card__visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 40%),
    linear-gradient(135deg, #2b1a09, #6a3d0b 55%, #f59f0b 100%);
}

.dots-accent--blue .dots-product-card__visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 40%),
    linear-gradient(135deg, #071e45, #103d8b 55%, #53b5ff 100%);
}

.dots-accent--mint .dots-product-card__visual {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 40%),
    linear-gradient(135deg, #06231f, #0f5d51 55%, #22c39a 100%);
}

.dots-product-card__badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.dots-product-card__title {
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.dots-product-card__body,
.dots-value-card {
  padding: 24px;
}

.dots-product-card__price {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.dots-text-link {
  color: var(--dots-primary-dark);
  font-weight: 700;
  text-decoration: none;
}

.dots-text-link:hover {
  color: var(--dots-primary);
}

.dots-product-card__badge {
  margin-bottom: 14px;
  display: inline-flex;
  align-self: flex-start;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(8, 17, 31, 0.08);
  color: var(--dots-text-soft);
  box-shadow: inset 0 0 0 1px rgba(18, 38, 63, 0.08);
}

.dots-value-card h3 {
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 12px;
}

.dots-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: var(--dots-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(17, 178, 216, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 251, 0.95));
}

body.woocommerce-page .wp-site-blocks main,
body.single-product .wp-site-blocks main {
  padding: 34px 0 60px;
}

body.woocommerce .woocommerce-breadcrumb,
body.woocommerce-page .woocommerce-breadcrumb {
  margin-bottom: 16px;
  color: var(--dots-text-soft);
}

body.woocommerce div.product {
  border-radius: var(--dots-radius-lg);
  padding: 30px;
}

body.single-product div.product .summary {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

body.single-product div.product .product_title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
  color: var(--dots-primary-dark);
  font-weight: 700;
  font-size: 1.4rem;
}

.dots-product-trust {
  margin: 6px 0 2px;
}

body.single-product .woocommerce-product-details__short-description p {
  font-size: 1.05rem;
  color: var(--dots-text-soft);
}

body.single-product div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message {
  color: var(--dots-text);
}

body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-message {
  border-top-color: var(--dots-primary);
  background: #fff;
  border-radius: 14px;
}

body.woocommerce-page table.shop_table,
body.woocommerce-page .cart-collaterals .cart_totals,
body.woocommerce-page form.checkout,
body.woocommerce-page form.woocommerce-cart-form {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--dots-radius-md);
  padding: 24px;
  box-shadow: var(--dots-shadow);
}

body.woocommerce-page input.input-text,
body.woocommerce-page textarea,
body.woocommerce-page select {
  border-radius: 14px;
  border: 1px solid var(--dots-line);
  padding: 14px 16px;
}

body.theme-storefront .site-branding .custom-logo-link img,
body.theme-storefront .site-branding img.custom-logo {
  max-width: 64px;
  width: 64px;
  height: 64px;
  object-fit: contain;
}

body.theme-storefront .site-header {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.94));
  border-bottom: 1px solid rgba(18, 38, 63, 0.08);
}

body.theme-storefront .site-branding {
  margin-bottom: 0;
}

body.theme-storefront .site-branding .site-title {
  display: none;
}

body.theme-storefront .site-header .site-search,
body.theme-storefront .site-header-cart {
  display: none;
}

body.theme-storefront.dots-shop-archive,
body.theme-storefront.dots-shop-archive .site {
  background:
    radial-gradient(circle at top left, rgba(146, 202, 61, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(17, 178, 216, 0.12), transparent 28%),
    linear-gradient(180deg, #f6fbff 0%, #ffffff 58%, #f4f7fb 100%);
}

body.theme-storefront .storefront-primary-navigation {
  background: transparent;
  border-top: 0;
}

body.theme-storefront .main-navigation ul.menu > li > a,
body.theme-storefront .main-navigation ul.nav-menu > li > a {
  padding: 1rem;
  font-weight: 600;
}

body.theme-storefront .site-footer {
  background:
    linear-gradient(180deg, #071421 0%, #0d2234 100%);
  color: rgba(255, 255, 255, 0.78);
}

body.theme-storefront .site-footer a,
body.theme-storefront .site-footer .widget-title,
body.theme-storefront .site-footer .site-info,
body.theme-storefront .site-footer .site-info a {
  color: rgba(255, 255, 255, 0.88);
}

body.theme-storefront .site-footer .site-info a:hover,
body.theme-storefront .site-footer a:hover {
  color: #92ca3d;
}

body.theme-storefront.dots-shop-archive .storefront-breadcrumb,
body.theme-storefront.dots-shop-archive .woocommerce-result-count,
body.theme-storefront.dots-shop-archive .woocommerce-ordering {
  display: none !important;
}

body.theme-storefront.dots-shop-archive .storefront-sorting {
  display: none !important;
}

body.theme-storefront.dots-shop-archive #content > .col-full {
  max-width: 1180px;
}

body.theme-storefront.dots-shop-archive ul.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(360px, 1fr)) !important;
  gap: 24px;
  margin: 0;
}

body.theme-storefront.dots-shop-archive ul.products::before,
body.theme-storefront.dots-shop-archive ul.products::after {
  display: none;
}

body.theme-storefront.dots-shop-archive ul.products li.product {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0;
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--dots-shadow);
  border: 1px solid rgba(255, 255, 255, 0.7);
  overflow: hidden;
  display: grid;
  gap: 14px;
}

body.theme-storefront.dots-shop-archive ul.products li.product a {
  text-decoration: none;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  gap: 12px 22px;
  align-items: center;
}

body.theme-storefront.dots-shop-archive ul.products li.product img {
  width: 220px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  margin: 0;
  overflow: hidden;
  grid-column: 1;
  grid-row: 1 / span 3;
}

body.theme-storefront.dots-shop-archive ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.6rem;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--dots-text);
  padding: 0;
  margin: 0;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
}

body.theme-storefront.dots-shop-archive ul.products li.product .price {
  color: var(--dots-primary-dark);
  font-size: 1.12rem;
  font-weight: 700;
  margin: 0;
  grid-column: 2;
  grid-row: 3;
  align-self: start;
}

body.theme-storefront.dots-shop-archive ul.products li.product .dots-loop-description {
  margin: 0;
  color: var(--dots-text-soft);
  font-size: 0.98rem;
  line-height: 1.65;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}

body.theme-storefront.dots-shop-archive ul.products li.product .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  min-width: 230px;
  margin-top: 6px;
  margin-left: calc(220px + 22px);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%);
  color: #fff;
  padding: 0 28px;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 18px 40px rgba(17, 178, 216, 0.24);
  float: none;
  justify-self: start;
}

body.theme-storefront.dots-shop-archive ul.products li.product .button:hover,
body.theme-storefront.dots-shop-archive ul.products li.product .button:focus {
  background: linear-gradient(135deg, #20bbe0 0%, #1198dd 100%);
  color: #fff;
}

body.single-product .single_add_to_cart_button,
body.single-product .related.products .button,
body.single-product .upsells.products .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%) !important;
  color: #fff !important;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 18px 40px rgba(17, 178, 216, 0.24);
}

body.single-product .related.products .button,
body.single-product .upsells.products .button {
  min-width: 190px;
}

body.woocommerce-page .wc-proceed-to-checkout {
  background: transparent;
  padding: 0;
  border: 0;
  box-shadow: none;
}

body.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%);
  color: #fff;
  line-height: 1.1;
  text-align: center;
  box-shadow: 0 18px 40px rgba(17, 178, 216, 0.24);
  border: 0;
  background-color: var(--dots-primary);
  background-image: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%);
}

body.woocommerce-page .wc-proceed-to-checkout::before,
body.woocommerce-page .wc-proceed-to-checkout::after,
body.woocommerce-page .wc-proceed-to-checkout a.checkout-button::before,
body.woocommerce-page .wc-proceed-to-checkout a.checkout-button::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart ul.products li.product .button,
body.woocommerce-cart .products li.product .button,
body.woocommerce-cart .cart-empty + .return-to-shop .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 152px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%) !important;
  color: #fff !important;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 18px 40px rgba(17, 178, 216, 0.22);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  width: 100%;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  display: block;
  width: 100%;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  width: 100%;
  text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart.wp-block-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 160px;
  padding: 0 22px;
  border-radius: 999px;
  border: 0 !important;
  background-color: var(--dots-primary) !important;
  background-image: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%) !important;
  color: #fff !important;
  text-align: center;
  line-height: 1.1;
  box-shadow: 0 18px 40px rgba(17, 178, 216, 0.22);
}

body.woocommerce-cart .wc-block-cart__submit-container,
body.woocommerce-cart .wc-block-cart__submit,
body.woocommerce-cart .wc-block-cart__submit-button-container,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button:not(.is-link) {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 0 28px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background-color: var(--dots-primary) !important;
  background-image: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%) !important;
  box-shadow: 0 18px 40px rgba(17, 178, 216, 0.24) !important;
  color: #fff !important;
}

body.woocommerce-cart .wc-block-cart__submit-button::before,
body.woocommerce-cart .wc-block-cart__submit-button::after,
body.woocommerce-cart .wc-block-components-button:not(.is-link)::before,
body.woocommerce-cart .wc-block-components-button:not(.is-link)::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-cart .wc-block-components-button__text {
  color: #fff !important;
}

body.theme-storefront.dots-shop-archive .woocommerce-pagination {
  margin-top: 24px;
}

html[data-dots-theme="dark"] body,
html[data-dots-theme="dark"] body.theme-storefront,
html[data-dots-theme="dark"] body.theme-storefront .site,
html[data-dots-theme="dark"] body.theme-storefront .site-content {
  background:
    radial-gradient(circle at top left, rgba(146, 202, 61, 0.12), transparent 22%),
    radial-gradient(circle at top right, rgba(17, 178, 216, 0.16), transparent 28%),
    linear-gradient(180deg, #071421 0%, #0b1827 100%);
  color: var(--dots-text);
}

html[data-dots-theme="dark"] body.theme-storefront .site-header,
html[data-dots-theme="dark"] .dots-product-card,
html[data-dots-theme="dark"] .dots-value-card,
html[data-dots-theme="dark"] .dots-cta,
html[data-dots-theme="dark"] body.woocommerce div.product,
html[data-dots-theme="dark"] body.woocommerce-page table.shop_table,
html[data-dots-theme="dark"] body.woocommerce-page .cart-collaterals .cart_totals,
html[data-dots-theme="dark"] body.woocommerce-page form.checkout,
html[data-dots-theme="dark"] body.woocommerce-page form.woocommerce-cart-form,
html[data-dots-theme="dark"] body.theme-storefront.dots-shop-archive ul.products li.product {
  background: rgba(13, 28, 45, 0.92);
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-dots-theme="dark"] body.theme-storefront .main-navigation ul.menu > li > a,
html[data-dots-theme="dark"] body.theme-storefront .main-navigation ul.nav-menu > li > a,
html[data-dots-theme="dark"] body.theme-storefront .site-footer,
html[data-dots-theme="dark"] body.theme-storefront .site-footer a,
html[data-dots-theme="dark"] body.theme-storefront .site-footer .site-info,
html[data-dots-theme="dark"] body.theme-storefront .site-footer .site-info a,
html[data-dots-theme="dark"] .dots-product-card__title,
html[data-dots-theme="dark"] .dots-eyebrow,
html[data-dots-theme="dark"] .dots-panel__label,
html[data-dots-theme="dark"] .dots-panel__list,
html[data-dots-theme="dark"] .dots-shop-stat strong,
html[data-dots-theme="dark"] body.theme-storefront h1,
html[data-dots-theme="dark"] body.theme-storefront h2,
html[data-dots-theme="dark"] body.theme-storefront h3,
html[data-dots-theme="dark"] body.theme-storefront h4,
html[data-dots-theme="dark"] body.theme-storefront h5,
html[data-dots-theme="dark"] body.theme-storefront h6,
html[data-dots-theme="dark"] body.theme-storefront .entry-title,
html[data-dots-theme="dark"] body.theme-storefront .entry-header .entry-title,
html[data-dots-theme="dark"] body.theme-storefront.dots-shop-archive ul.products li.product .woocommerce-loop-product__title,
html[data-dots-theme="dark"] body.single-product div.product .product_title,
html[data-dots-theme="dark"] body.woocommerce-page .woocommerce-breadcrumb {
  color: var(--dots-text);
}

html[data-dots-theme="dark"] .dots-hero p,
html[data-dots-theme="dark"] .dots-section__heading p,
html[data-dots-theme="dark"] .dots-cta p,
html[data-dots-theme="dark"] .dots-value-card p,
html[data-dots-theme="dark"] .dots-product-card__body p,
html[data-dots-theme="dark"] .dots-shop-stat p,
html[data-dots-theme="dark"] body.single-product .woocommerce-product-details__short-description p,
html[data-dots-theme="dark"] body.theme-storefront p,
html[data-dots-theme="dark"] body.theme-storefront li,
html[data-dots-theme="dark"] body.theme-storefront label,
html[data-dots-theme="dark"] body.theme-storefront small,
html[data-dots-theme="dark"] body.theme-storefront legend,
html[data-dots-theme="dark"] body.theme-storefront .woocommerce-breadcrumb a,
html[data-dots-theme="dark"] body.theme-storefront .woocommerce-breadcrumb,
html[data-dots-theme="dark"] body.theme-storefront .storefront-breadcrumb,
html[data-dots-theme="dark"] body.theme-storefront .storefront-breadcrumb a,
html[data-dots-theme="dark"] body.theme-storefront .widget-area,
html[data-dots-theme="dark"] body.theme-storefront .site-main,
html[data-dots-theme="dark"] body.theme-storefront .entry-content {
  color: var(--dots-text-soft);
}

html[data-dots-theme="dark"] .dots-hero__meta span,
html[data-dots-theme="dark"] .dots-product-trust span,
html[data-dots-theme="dark"] .dots-product-card__badge {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: var(--dots-text-soft);
}

html[data-dots-theme="dark"] .dots-eyebrow {
  background: rgba(17, 178, 216, 0.18);
  color: #d6f4ff;
}

html[data-dots-theme="dark"] body.woocommerce-page .woocommerce-info,
html[data-dots-theme="dark"] body.woocommerce-page .woocommerce-message,
html[data-dots-theme="dark"] body.woocommerce-page input.input-text,
html[data-dots-theme="dark"] body.woocommerce-page textarea,
html[data-dots-theme="dark"] body.woocommerce-page select {
  background: rgba(8, 17, 31, 0.72);
  color: var(--dots-text);
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-dots-theme="dark"] body.theme-storefront .amount,
html[data-dots-theme="dark"] body.theme-storefront .price,
html[data-dots-theme="dark"] body.theme-storefront .price .woocommerce-Price-amount,
html[data-dots-theme="dark"] body.theme-storefront.dots-shop-archive ul.products li.product .price,
html[data-dots-theme="dark"] body.single-product div.product p.price,
html[data-dots-theme="dark"] body.single-product div.product span.price {
  color: #76d4ff;
}

html[data-dots-theme="dark"] body.theme-storefront .button,
html[data-dots-theme="dark"] body.theme-storefront button,
html[data-dots-theme="dark"] body.theme-storefront input[type="button"],
html[data-dots-theme="dark"] body.theme-storefront input[type="submit"],
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-button {
  color: #fff;
}

html[data-dots-theme="dark"] body.theme-storefront.dots-shop-archive ul.products li.product .dots-loop-description {
  color: var(--dots-text-soft);
}

html[data-dots-theme="dark"] body.single-product .single_add_to_cart_button,
html[data-dots-theme="dark"] body.single-product .related.products .button,
html[data-dots-theme="dark"] body.single-product .upsells.products .button,
html[data-dots-theme="dark"] body.theme-storefront.dots-shop-archive ul.products li.product .button,
html[data-dots-theme="dark"] body.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  background: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%) !important;
  color: #fff !important;
}

html[data-dots-theme="dark"] body.woocommerce-page .wc-proceed-to-checkout {
  background: transparent !important;
}

html[data-dots-theme="dark"] body.woocommerce-cart ul.products li.product .button,
html[data-dots-theme="dark"] body.woocommerce-cart .products li.product .button,
html[data-dots-theme="dark"] body.woocommerce-cart .cart-empty + .return-to-shop .button {
  background: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%) !important;
  color: #fff !important;
}

html[data-dots-theme="dark"] body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
html[data-dots-theme="dark"] body.woocommerce-cart .wc-block-cart__submit-button,
html[data-dots-theme="dark"] body.woocommerce-cart .wc-block-components-button:not(.is-link),
html[data-dots-theme="dark"] body.woocommerce-cart .wc-block-components-button__text {
  color: #fff !important;
}

html[data-dots-theme="dark"] body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
html[data-dots-theme="dark"] body.woocommerce-cart .wc-block-cart__submit-button,
html[data-dots-theme="dark"] body.woocommerce-cart .wc-block-components-button:not(.is-link) {
  background-color: var(--dots-primary) !important;
  background-image: linear-gradient(135deg, var(--dots-primary) 0%, #0b8fd3 100%) !important;
}

html[data-dots-theme="dark"] body.theme-storefront .storefront-sorting,
html[data-dots-theme="dark"] body.theme-storefront .woocommerce-result-count,
html[data-dots-theme="dark"] body.theme-storefront .woocommerce-ordering,
html[data-dots-theme="dark"] body.theme-storefront .orderby {
  color: var(--dots-text-soft);
}

html[data-dots-theme="dark"] body.theme-storefront .wc-block-cart,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-sidebar-layout,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-totals-wrapper,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-order-summary,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-cart-items,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-panel,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-totals-coupon,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-checkout__main,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-checkout__sidebar {
  color: var(--dots-text);
}

html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-product-name,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-order-summary-item__description,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-totals-item__label,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-totals-item__value,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-formatted-money-amount,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-checkout-step__heading,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-title {
  color: var(--dots-text);
}

html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-product-metadata,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-order-summary-item__individual-prices,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-order-summary-item__quantity,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-checkbox__label,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-text-input label,
html[data-dots-theme="dark"] body.theme-storefront .wc-block-components-textarea label {
  color: var(--dots-text-soft);
}

@media (max-width: 980px) {
  .dots-hero .dots-shell,
  .dots-shop-hero .dots-shell,
  .dots-product-grid,
  .dots-value-grid,
  .dots-cta {
    grid-template-columns: 1fr;
  }

  .dots-cta {
    display: grid;
  }

  .dots-panel--hero {
    min-height: 400px;
  }
}

@media (max-width: 640px) {
  .dots-shell {
    width: min(100vw - 24px, 1180px);
  }

  .dots-hero {
    padding-top: 44px;
  }

  .dots-hero h1,
  .dots-section__heading h2,
  .dots-cta h2,
  body.single-product div.product .product_title {
    font-size: 2.25rem;
  }

  .dots-panel,
  .dots-value-card,
  .dots-product-card__body,
  .dots-cta,
  body.woocommerce div.product,
  body.woocommerce-page table.shop_table,
  body.woocommerce-page .cart-collaterals .cart_totals,
  body.woocommerce-page form.checkout,
  body.woocommerce-page form.woocommerce-cart-form {
    padding: 20px;
  }

  .dots-panel__logo {
    width: min(72%, 260px);
    right: -10px;
    bottom: -10px;
  }

  body.theme-storefront.dots-shop-archive ul.products {
    grid-template-columns: 1fr;
  }

  body.theme-storefront.dots-shop-archive ul.products li.product a {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
  }

  body.theme-storefront.dots-shop-archive ul.products li.product img,
  body.theme-storefront.dots-shop-archive ul.products li.product .dots-loop-description,
  body.theme-storefront.dots-shop-archive ul.products li.product .woocommerce-loop-product__title,
  body.theme-storefront.dots-shop-archive ul.products li.product .price {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }

  body.theme-storefront.dots-shop-archive ul.products li.product .button {
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }

  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
    grid-template-columns: 1fr 1fr;
  }
}
