/*
Theme Name: CheckBoost - Sua Loja em Alto Nivel
Author: Jeferson Augusto
Version: v1
Text Domain: Checkboost
*/


:root {
  --st-green: #1f982d;
  --st-red: #aa3939;
  --st-dark: #1a1a1a;
  --st-muted: #555555;
  --st-border: #dadada;
  --st-light: #f7f7f7;
  --st-bg: #ffffff;
  --st-gold: #c59b5f;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Albert Sans", sans-serif;
  color: var(--st-dark);
  background: var(--st-bg);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.st-container {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
}

.st-page {
  padding: 30px 0 60px;
}

.woocommerce-account .woocommerce {
  display: block;
}

.woocommerce-account.logged-in .woocommerce {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 240px;
  width: 240px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 18px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--st-dark);
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #f7f7f7;
}

.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1 1 auto;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  margin: 0 0 16px;
  font-size: 20px;
}

.woocommerce-account .woocommerce form {
  margin: 0;
}

.woocommerce-account .woocommerce form .form-row {
  margin: 0 0 16px;
}

.woocommerce-account .woocommerce form label {
  font-size: 13px;
  color: var(--st-muted);
}

.woocommerce-account .woocommerce form input[type="text"],
.woocommerce-account .woocommerce form input[type="email"],
.woocommerce-account .woocommerce form input[type="password"],
.woocommerce-account .woocommerce form input[type="tel"],
.woocommerce-account .woocommerce form textarea,
.woocommerce-account .woocommerce form select {
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: var(--st-dark);
  background: #fff;
}

.woocommerce-account .woocommerce form .woocommerce-Button,
.woocommerce-account .woocommerce button.button,
.woocommerce-account .woocommerce a.button {
  background: #34302b;
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
}

.woocommerce-account .woocommerce .woocommerce-form-login,
.woocommerce-account .woocommerce .woocommerce-form-register {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 16px;
  padding: 20px;
  width: 100%;
  max-width: 520px;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  display: flex;
  justify-content: center;
}

.woocommerce-account:not(.logged-in) .woocommerce .col2-set {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  width: 100%;
  margin: 40px auto 80px;
}

.woocommerce-account:not(.logged-in) .woocommerce .col2-set .col-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login {
  text-align: center;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login > p,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row-first,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .woocommerce .col2-set .col-2 {
  display: none;
}

.woocommerce-account.st-account-register:not(.logged-in) .woocommerce .col2-set .col-1 {
  display: none;
}

.woocommerce-account.st-account-register:not(.logged-in) .woocommerce .col2-set .col-2 {
  display: block;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-columns.col2-set {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  width: 100%;
  margin: 40px auto 80px;
}

.woocommerce-account:not(.logged-in):not(.st-account-register) .woocommerce .u-columns.col2-set .u-column2 {
  display: none;
}

.woocommerce-account.st-account-register:not(.logged-in) .woocommerce .u-columns.col2-set .u-column1 {
  display: none;
}

.woocommerce-account.st-account-register:not(.logged-in) .woocommerce .u-columns.col2-set .u-column2 {
  display: block;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-register {
  border: none;
  padding: 0;
  box-shadow: none;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-column1 > h2 {
  text-align: center;
  margin: 0 0 6px;
  font-size: 24px;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-column1 > p {
  text-align: center;
  margin: 0 0 24px;
  color: var(--st-muted);
  font-size: 16px;
}

.woocommerce-account:not(.logged-in) .woocommerce .u-column1 > h3 {
  text-align: center;
  margin: 0 0 14px;
  font-size: 20px;
}

.woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-Button {
  width: 100%;
  margin-top: 12px;
}

.woocommerce-account:not(.logged-in) .woocommerce form {
  width: 100%;
}

.woocommerce-account:not(.logged-in) .woocommerce form .form-row label {
  display: block;
  text-align: left;
  width: 340px;
  max-width: 100%;
  margin: 0 auto 6px;
  font-size: 16px;
}

.woocommerce-account:not(.logged-in) .woocommerce form .form-row {
  width: 100%;
}

.cb-attribute {
  display: grid;
  gap: 8px;
  margin: 16px 0;
}

.cb-attribute-title {
  font-size: 14px;
  color: var(--st-dark);
}

.cb-attribute-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cb-attribute-select select {
  display: none;
}

.st-attribute-select select {
  display: none;
}

.cb-attribute-option {
  border: 2px solid #dcdcdc;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.cb-attribute-option--color {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--cb-swatch, #ffffff);
  position: relative;
}

.cb-attribute-option--color.is-active {
  border-color: #8d8d8d;
  box-shadow: 0 0 0 2px #bcbcbc inset;
}

.cb-attribute-option--label {
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: var(--st-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cb-attribute-option--label.is-active {
  background: #34302b;
  color: #fff;
  border-color: #34302b;
}

.woocommerce-account:not(.logged-in) .woocommerce form input[type="text"],
.woocommerce-account:not(.logged-in) .woocommerce form input[type="email"],
.woocommerce-account:not(.logged-in) .woocommerce form input[type="password"] {
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
  height: 44px;
  border-radius: 14px;
  font-size: 16px;
}

.woocommerce-account:not(.logged-in) .woocommerce .password-input {
  position: relative;
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
}

.woocommerce-account:not(.logged-in) .woocommerce .password-input input[type="password"] {
  padding-right: 42px;
}

.woocommerce-account:not(.logged-in) .woocommerce .show-password-input {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-LostPassword {
  width: 340px;
  max-width: 100%;
  margin: 8px auto 12px;
  text-align: right;
  font-size: 15px;
}

.woocommerce-account:not(.logged-in) .woocommerce form .woocommerce-Button {
  width: 300px;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  display: block;
  font-size: 16px;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form__label span {
  font-size: 15px;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-LostPassword,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .woocommerce-LostPassword a,
.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-register p {
  font-size: 16px;
}

.st-account-register-link {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-LostPassword {
  text-align: right;
  margin-top: 8px;
  font-size: 13px;
}

.st-account-register-link {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
}

 

.woocommerce-account .woocommerce .woocommerce-LostPassword {
  margin-top: 12px;
}

.woocommerce-account .woocommerce .woocommerce-LostPassword a {
  color: var(--st-dark);
  font-weight: 500;
}

.woocommerce-account .woocommerce .col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
  align-items: start;
  width: 100%;
}

.woocommerce-account .woocommerce .col2-set .col-1,
.woocommerce-account .woocommerce .col2-set .col-2 {
  width: 100%;
  float: none;
}

.woocommerce-account .woocommerce .col2-set > div {
  width: 100%;
}

.woocommerce-account .woocommerce form .form-row-wide,
.woocommerce-account .woocommerce form .form-row {
  width: 100%;
}

.woocommerce-account .woocommerce form .password-input,
.woocommerce-account .woocommerce form .woocommerce-form-row {
  width: 100%;
}

.woocommerce-account .woocommerce form .password-input input {
  width: 100%;
}

.st-header-topbar {
  width: 100%;
  text-align: center;
  padding: 8px 0;
}

.single-product .st-header-topbar {
  margin-top: -19px;
}

.single-product .wp-site-blocks {
  padding-top: 0 !important;
}

.single-product .wp-site-blocks > .wp-block-template-part,
.single-product .wp-site-blocks > .wp-block-html {
  margin-top: 0 !important;
}

.st-product-form {
  display: grid;
  gap: 14px;
  margin: 18px 0;
}

.st-product-form__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.st-product-form__field {
  display: grid;
  gap: 8px;
}

.st-product-form__label {
  font-weight: 600;
  color: #1f2937;
}

.st-product-form__required {
  color: #dc2626;
  margin-left: 4px;
}

.st-product-form input[type="text"],
.st-product-form input[type="file"],
.st-product-form select,
.st-product-form textarea {
  width: 100%;
  max-width: 520px;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 14px;
  color: #111827;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.st-product-form select {
  min-height: 44px;
}

.st-product-form textarea {
  min-height: 120px;
  resize: vertical;
}

.st-product-form input[type="text"]:focus,
.st-product-form input[type="file"]:focus,
.st-product-form select:focus,
.st-product-form textarea:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.12);
}

.st-product-form__options {
  display: grid;
  gap: 8px;
}

.st-product-form__option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #111827;
}

.st-header-topbar .st-container {
  display: block;
}

.st-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--st-bg);
  border-bottom: 1px solid #efefef;
}

.st-header-top {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 10px 0;
}

.st-logo {
  width: 95px;
  height: 91px;
  object-fit: contain;
}

.st-search {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--st-border);
  border-radius: 16px;
  padding: 0 5px 0 16px;
  min-height: 44px;
  color: #222222;
  font-size: 14px;
  background: #fff;
  position: relative;
}

.st-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.st-search-input {
  flex: 1;
  border: none;
  font-size: 14px;
  color: #222222;
  height: 44px;
  padding: 0 6px;
  background: transparent;
  outline: none;
}

.st-search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 7px 10px;
  cursor: pointer;
}

.st-search img {
  width: 20px;
  height: 20px;
}

.st-search-results {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--st-border);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  z-index: 20;
  display: none;
  max-height: 280px;
  overflow-y: auto;
}

.st-search-results.is-visible {
  display: block;
}

.st-search-result {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  color: var(--st-dark);
}

.st-search-result:hover,
.st-search-result:focus,
.st-search-result.is-active {
  background: #f7f7f7;
}

.st-search-result img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 6px;
}

.st-search-result-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.st-search-result-name {
  font-size: 14px;
}

.st-search-result-price {
  font-size: 12px;
  color: var(--st-green);
  font-weight: 600;
}

.st-search-empty {
  padding: 10px 14px;
  font-size: 13px;
  color: var(--st-muted);
}

.st-search-more {
  display: block;
  margin: 8px 12px 12px;
  padding: 8px 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  border: 1px solid var(--st-border);
  background: #fff;
}

.st-search-more:hover,
.st-search-more:focus {
  background: #f7f7f7;
}

.st-header-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}

.st-action {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}

.st-action-help {
  gap: 8px;
  position: relative;
}

.st-action-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.st-action-text span {
  font-size: 13px;
  font-weight: 500;
  color: var(--st-muted);
}

.st-action-text strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--st-dark);
}

.st-help-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.st-action-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f59e0b;
}

.st-action-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.st-help-popup {
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  width: 260px;
  background: #fff;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 9px 17px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 40;
}

.st-help-popup.is-visible {
  display: grid;
  gap: 12px;
}

.st-help-actions {
  display: grid;
  gap: 8px;
}

.st-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #1a1a1a;
  text-decoration: none;
}

.st-help-btn--whatsapp {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
}

.st-help-cards {
  display: grid;
  gap: 10px;
}

.st-help-card {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 12px 14px;
  text-align: center;
}

.st-help-card-title {
  font-size: 12px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 6px;
}

.st-help-card-body {
  font-size: 12px;
  color: #4b5563;
  line-height: 1.35;
}

.st-login-entry {
  position: relative;
}

.st-login-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  padding: 0;
}

.st-login-popup {
  position: absolute;
  right: 0;
  top: calc(100% + 16px);
  width: 320px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 9px 17px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 40;
}

.st-login-popup.is-visible {
  display: block;
}

.st-account-entry .st-login-trigger {
  gap: 8px;
}

.st-account-entry .st-login-trigger span {
  font-weight: 600;
}

.st-account-popup {
  width: 220px;
  padding: 15px 20px;
  display: none;
  gap: 5px;
  align-items: stretch;
}

.st-account-popup.is-visible {
  display: flex;
  flex-direction: column;
}

.st-account-popup-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 15px;
  border-bottom: 1px solid #e9e9e9;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.st-account-popup-list {
  display: flex;
  flex-direction: column;
}

.st-account-popup-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.st-account-popup-item:hover,
.st-account-popup-item:focus {
  color: #1a1a1a;
}

.st-account-popup-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.st-account-popup-caret {
  position: absolute;
  top: -11px;
  right: 40px;
  width: 22px;
  height: 11px;
}

.st-login-popup p {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--st-muted);
  text-align: center;
  letter-spacing: 0.28px;
}

.st-login-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.st-login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 100px;
  font-size: 14px;
  text-decoration: none;
}

.st-login-btn-primary {
  background: #34302b;
  color: #fff;
}

.st-login-btn-secondary {
  background: #ededed;
  color: #555;
}

.st-login-caret {
  position: absolute;
  top: -11px;
  right: 40px;
  width: 22px;
  height: 11px;
}

.st-action img {
  width: 30px;
  height: 30px;
}


.st-menu {
  border-top: 1px solid #f2f2f2;
}

.st-menu-mobile-top,
.st-menu-mobile-actions,
.st-menu-heading {
  display: none;
}

.st-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid #efefef;
  border-radius: 12px;
  background: #fff;
  place-items: center;
  cursor: pointer;
}

.st-mobile-toggle img {
  width: 20px;
  height: 20px;
}

.st-mobile-overlay {
  display: none;
}

.st-menu-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.st-menu-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
}

.st-menu-toggle span {
  display: none;
}

.st-menu-nav {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.st-menu-track {
  flex: 1;
  min-width: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

.st-menu-arrow {
  width: 30px;
  height: 44px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.st-menu-arrow img {
  width: 22px;
  height: 22px;
}

.st-menu-arrow-right img {
  transform: rotate(180deg);
}

.st-menu-list {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  flex-wrap: nowrap;
  overflow: visible;
  list-style: none;
  padding: 0;
  margin: 0;
}

.st-menu-list--mobile {
  display: none;
}

.st-menu-list--all {
  display: none;
}

@media (min-width: 641px) {
  .st-menu-inner {
    position: relative;
  }

  .st-menu-nav {
    position: relative;
    padding: 0 44px;
  }

  .st-menu-toggle {
    width: auto;
    height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px 0 6px;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
    color: #1a1a1a;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }

  .st-menu-toggle span {
    display: none;
  }

  .st-menu-toggle img {
    width: 20px;
    height: 20px;
  }

  .st-menu-toggle:hover,
  .st-menu-toggle:focus,
  .st-menu-toggle[aria-expanded="true"] {
    background: var(--st-menu-hover-bg, #c0a06a);
    color: var(--st-menu-hover-text, #34302b);
    border-radius: 10px;
  }

  .st-menu-submenu-group {
    font-weight: 600;
    font-size: 12px;
    color: #1a1a1a;
    margin: 0 0 6px;
  }

  .st-menu-submenu-group + li {
    margin-top: 2px;
  }

  .st-menu-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    z-index: 3;
    background: #fff;
  }

  .st-menu-arrow-left {
    left: 0;
  }

  .st-menu-arrow-right {
    right: 0;
  }

  .st-menu-list--desktop {
    flex: 0 0 auto;
    width: max-content;
    transition: transform 0.2s ease;
    will-change: transform;
  }

  .st-menu-arrow.is-disabled {
    opacity: 0.35;
    cursor: default;
  }

  .st-menu-nav {
    overflow: visible;
  }

  .st-menu-list--desktop > li {
    position: static;
  }

  .st-menu-submenu-layer {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    z-index: 25;
    pointer-events: auto;
  }

  .st-menu-submenu {
    display: none;
    background: #fff;
    padding: 24px max(16px, calc((100% - 1180px) / 2));
    margin: 0;
    list-style: none;
    column-count: 5;
    column-gap: 48px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #efefef;
  }

  .st-menu-submenu.is-active {
    display: block;
  }

  .st-menu-submenu li {
    break-inside: avoid;
  }

  .st-menu-submenu a {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
  }

  .st-menu-submenu a:hover,
  .st-menu-submenu a:focus {
    background: var(--st-menu-hover-bg, #c0a06a);
    color: var(--st-menu-hover-text, #34302b);
    border-radius: 8px;
  }

  .st-menu-list--desktop .sub-menu {
    position: absolute;
    top: calc(100% - 8px);
    left: 0;
    right: 0;
    background: #fff;
    padding: 24px max(16px, calc((100% - 1180px) / 2));
    margin: 0;
    list-style: none;
    display: none;
    column-count: 3;
    column-gap: 48px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #efefef;
    z-index: 25;
    transform: translateX(var(--st-menu-offset, 0px));
  }

  .st-menu-list--desktop .sub-menu {
    display: none;
  }
}

.st-menu-item,
.st-menu-list a {
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  color: var(--st-dark);
  text-decoration: none;
  border-radius: 0;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  overflow: visible;
}

.st-menu-item:hover,
.st-menu-item:focus,
.st-menu-list a:hover,
.st-menu-list a:focus,
.st-menu-list .current-menu-item > a {
  background: #c0a06a;
  color: #34302b;
  border-radius: 0;
}

.st-menu-special {
  position: relative;
}

.st-menu-special > a {
  padding-top: 28px;
}

.st-menu-badge {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--st-green);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
  white-space: nowrap;
  z-index: 2;
}

.st-menu-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  bottom: -6px;
  width: 16px;
  height: 7px;
  background: url("/wp-content/themes/checkboost-templo/assets/img/badge-tail.svg") no-repeat center/contain;
}

.st-hero {
  padding: 20px 0 10px;
}

.st-home-banners {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.st-home-banners-viewport {
  overflow: hidden;
  margin-top: -30px;
}

.st-home-banners-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.st-home-banner {
  display: block;
  min-width: 100%;
  flex: 0 0 100%;
}

.st-home-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.st-home-banners-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  background: #fff;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.st-home-banners-btn img {
  width: 18px;
  height: 18px;
}

.st-home-banners-prev {
  left: 12px;
}

.st-home-banners-next {
  right: 12px;
}

.st-home-banners-next img {
  transform: rotate(180deg);
}

.st-hero-banner {
  background: var(--st-red);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}

.st-hero-banner::before {
  content: "";
  position: absolute;
  inset: -120px -40px auto -40px;
  height: 520px;
  background: url("/wp-content/themes/checkboost-templo/assets/img/hero-bg.png") center/cover;
  opacity: 0.08;
  mix-blend-mode: multiply;
}

.st-hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 20px;
  padding: 38px 60px;
}

.st-hero-copy {
  text-align: center;
  color: #fff;
}

.st-hero-badge {
  display: inline-block;
  background: #db1215;
  padding: 4px 10px;
  border-radius: 8px;
  font-family: "Alexandria", sans-serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.st-hero-title {
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.st-hero-sub {
  font-size: 12px;
  margin: 6px 0 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
}

.st-hero-cta {
  display: inline-block;
  background: var(--st-green);
  color: #fff;
  padding: 10px 18px;
  border-radius: 18px;
  font-weight: 600;
  font-size: 13px;
}

.st-hero-products {
  position: relative;
  height: 340px;
}

.st-hero-products img {
  position: absolute;
  bottom: -30px;
  max-height: 360px;
}

.st-hero-products .p1 {
  left: 0;
  height: 320px;
}

.st-hero-products .p2 {
  left: 120px;
  height: 330px;
  z-index: 2;
}

.st-hero-products .p3 {
  left: 230px;
  height: 300px;
}

.st-benefits {
  --st-benefits-cols: 5;
  --st-benefits-gap: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - (var(--st-benefits-cols) - 1) * var(--st-benefits-gap)) / var(--st-benefits-cols)), 1fr));
  gap: var(--st-benefits-gap);
  padding: 20px 0 10px;
  font-size: 12px;
  color: var(--st-muted);
}

.st-benefits-figma {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 0;
  margin-bottom: 30px;
  font-size: 13px;
  color: #7a7a7a;
}

.st-benefit {
  display: flex;
  gap: 10px;
  align-items: center;
}

.st-benefit-icon {
  width: var(--st-benefit-icon-size, 24px);
  height: var(--st-benefit-icon-size, 24px);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #8b6b3b;
  font-weight: 700;
}

.st-benefit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.st-benefits-figma .st-benefit {
  gap: 12px;
}

.st-benefits-figma .st-benefit strong {
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1f;
}

.st-benefits-figma .st-benefit div {
  line-height: 1.35;
}

.st-categories {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  padding: 18px 0 30px;
}

.st-categories-block {
  padding: 24px 0 30px;
}

.st-categories-block ul,
.st-categories-block .wc-block-product-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 28px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.st-categories-block .wp-block-woocommerce-product-categories {
  width: 100%;
}

.st-categories-block li,
.st-categories-block .wc-block-product-categories-list-item {
  width: calc((100% - 28px * 5) / 6);
  text-align: center;
  font-size: 13px;
  color: #6f6f6f;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.st-categories-block img,
.st-categories-block .wc-block-product-categories-list-item__image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 0;
  object-fit: cover;
  box-shadow: none;
}

.st-categories-block .wc-block-product-categories-list-item__image {
  margin: 0;
}

.st-categories-block a {
  text-decoration: none;
}

.st-categories-block .wc-block-product-categories-list-item__link {
  border: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
}

.st-categories-block .wc-block-product-categories-list-item__link::before,
.st-categories-block .wc-block-product-categories-list-item__link::after {
  content: none;
}

.st-categories-block .wc-block-product-categories-list-item__content {
  margin: 0;
}

.st-categories-block .wc-block-product-categories-list-item__count {
  display: none;
}

.st-category {
  text-align: center;
  font-size: 12px;
  color: var(--st-muted);
}

.st-category img {
  width: 58px;
  height: 58px;
  margin: 0 auto 8px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  object-fit: cover;
}

.st-section-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
  font-size: var(--st-title-size, 24px);
  font-weight: var(--st-title-weight, 500);
  color: var(--st-title-color, inherit);
}

.st-section-title > span {
  font-size: inherit;
  font-weight: inherit;
}

.st-section-title__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.st-section-title__label {
  font-size: var(--st-title-size, 24px);
  font-weight: var(--st-title-weight, 500);
  color: var(--st-title-color, inherit);
  line-height: 1.1;
}

.st-section-title__subtitle {
  font-size: var(--st-subtitle-size, 12px);
  font-weight: 500;
  color: var(--st-subtitle-color, #555555);
  line-height: 1.2;
}

.st-section-title.is-centered {
  justify-content: space-between;
}

.st-section-title.is-centered > span {
  flex: 1;
  text-align: center;
}

.st-section-title.is-centered .st-section-title__text {
  flex: 1;
  align-items: center;
  text-align: center;
}

.st-section-title.is-centered .st-section-link {
  margin-left: auto;
}

.st-section-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #34302b;
}

.st-section-link img {
  width: 10px;
  height: 10px;
  transform: rotate(90deg);
}

.st-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.st-products-live .wc-block-grid__products,
.st-products-live .wp-block-woocommerce-product-template {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.st-products-live .wp-block-woocommerce-product-template > li {
  flex: 0 0 216px;
  width: auto;
  background: #fff;
  border-radius: 8px;
  transition: box-shadow 0.2s ease;
  cursor: pointer;
  padding: 12px;
}

.st-products-live .wc-block-grid__product {
  position: relative;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  font-size: 12px;
  color: var(--st-muted);
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 216px;
  height: 436px;
  max-height: 436px;
}

.st-products-live .wp-block-woocommerce-product-template > li:hover,
.st-products-live .wp-block-woocommerce-product-template > li:focus-within {
  box-shadow: 0 0 0 1px #efefef;
}

.st-products-carousel {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.st-carousel-track {
  overflow: hidden;
}

.st-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #f7f7f7;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.st-carousel-btn img {
  width: 18px;
  height: 18px;
}

.st-carousel-prev {
  left: -42px;
}

.st-carousel-prev img {
  transform: none;
}

.st-carousel-next {
  right: -42px;
}

.st-carousel-next img {
  transform: rotate(180deg);
}

.st-brand-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.st-brand-track::-webkit-scrollbar {
  display: none;
}

.st-brand-track {
  scrollbar-width: none;
}

.st-brand-track li {
  flex: 0 0 auto;
}

.st-brand-item {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  overflow: hidden;
  display: block;
  background: #f2f2f2;
  border: 1px solid #efefef;
}

.st-brand-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 999px;
}

.st-category-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.st-category-track::-webkit-scrollbar {
  display: none;
}

.st-category-track {
  scrollbar-width: none;
}

.st-category-track li {
  flex: 0 0 auto;
}

.st-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 120px;
}

.st-category-thumb {
  width: 110px;
  height: 110px;
  border-radius: 999px;
  overflow: hidden;
  display: block;
  background: #f2f2f2;
  border: 1px solid #efefef;
}

.st-category-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 999px;
}

.st-category-name {
  margin-top: 8px;
  font-size: var(--st-category-font, 12px);
  color: #555;
  text-align: center;
}

@media (max-width: 640px) {
  .st-brand-item {
    width: 86px;
    height: 86px;
  }

  .st-category-thumb {
    width: 86px;
    height: 86px;
  }

  .st-category-item {
    width: 96px;
  }
}

.st-products-live .wp-block-woocommerce-product-template::-webkit-scrollbar {
  display: none;
}

.st-products-live .wp-block-woocommerce-product-template {
  scrollbar-width: none;
}

.st-products-live .wc-block-grid__product-link {
  color: inherit;
  text-decoration: none;
}

.st-products-live .wc-block-grid__product-image {
  margin: 0;
  height: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  overflow: hidden;
}

.st-products-live .wc-block-grid__product-image img {
  width: 100%;
  height: 100%;
  max-width: 194px;
  object-fit: cover;
}

.st-products-live .wc-block-grid__product-title,
.st-products-live .st-product-title {
  color: var(--st-dark);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
  min-height: 40px;
  padding: 0;
  display: block;
}

.st-products-live .wc-block-grid__product-title a,
.st-products-live .wc-block-components-product-title,
.st-products-live .wc-block-components-product-title__link,
.st-products-live .wc-block-components-product-name,
.st-products-live .wc-block-components-product-name__link {
  color: inherit;
  text-decoration: none;
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
}

.st-products-live .wc-block-grid__product-price,
.st-products-live .st-product-price {
  color: var(--st-green);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  padding: 0;
}

.st-products-live .wc-block-grid__product-price del {
  color: #818181;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
  opacity: 1;
}

.st-products-live .wc-block-grid__product,
.st-products-live .wc-block-product {
  position: relative;
}

.st-products-live .wc-block-product.outofstock,
.st-products-live .wc-block-product.is-outofstock,
.st-products-live .product.outofstock,
.st-category-products .wc-block-product.outofstock,
.st-category-products .wc-block-product.is-outofstock,
.st-category-products .product.outofstock {
  opacity: 0.35;
  filter: grayscale(0.2);
}

.st-cart-page .wc-block-components-product-metadata__description,
.st-cart-page .wc-block-components-product-metadata__short-description {
  display: none;
}

.st-products-live .wc-block-grid__product-onsale,
.st-products-live .wc-block-grid__product-badge,
.st-products-live .wc-block-components-sale-badge:not(.st-product-badge),
.st-products-live .wc-block-product__sale-badge:not(.st-product-badge) {
  display: none;
}

.st-products-live .st-product-badge,
.st-products-live .wc-block-components-sale-badge.st-product-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--st-green);
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 1000px;
  margin-bottom: 0;
  display: inline-block;
  border: none;
}

.st-products-live .st-product-badge,
.st-products-live .wc-block-components-sale-badge,
.st-products-live .wc-block-product__sale-badge,
.st-products-live .wc-block-grid__product-onsale,
.st-products-live .wc-block-grid__product-badge {
  display: none !important;
}

.st-products-live .st-product-installments,
.st-products-live .st-product-pix {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  padding: 0;
}

.st-outofstock-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.st-outofstock-modal.is-visible {
  display: flex;
}

.st-outofstock-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.st-outofstock-card {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 12px;
}

.st-outofstock-title {
  font-weight: 700;
  font-size: 16px;
  color: #111;
}

.st-outofstock-product {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
}

.st-outofstock-thumb {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 12px;
  background: #f5f5f5;
}

.st-outofstock-info {
  font-size: 14px;
  color: #222;
  font-weight: 600;
}

.st-outofstock-text {
  font-size: 13px;
  color: #555;
}

.st-outofstock-actions {
  display: grid;
  gap: 8px;
}

.st-outofstock-actions .button {
  width: 100%;
  border-radius: 999px;
}

.st-card {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding: 10px;
  font-size: 12px;
  color: var(--st-muted);
}

.st-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.st-card-name {
  color: var(--st-dark);
  font-size: 12px;
  margin: 10px 0 6px;
  min-height: 32px;
}

.st-card-price {
  color: var(--st-green);
  font-weight: 700;
  font-size: 14px;
}

.st-card-old {
  text-decoration: line-through;
  font-size: 11px;
  color: #818181;
}

.st-card-badge {
  display: inline-block;
  background: var(--st-green);
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.st-promo {
  background: #f1f1f1;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 20px;
  margin: 30px 0;
  align-items: center;
}

.st-promo-images {
  display: flex;
  gap: 12px;
}

.st-promo img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  background: #fff;
}

.st-promo-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}

.st-promo-text {
  font-size: 12px;
  color: var(--st-muted);
  margin-bottom: 12px;
}

.st-promo-button {
  display: inline-block;
  background: var(--st-green);
  color: #fff;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
}

.st-newsletter {
  background: var(--st-gold);
  color: #fff;
  padding: 20px 0;
}

.st-newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.st-newsletter-form {
  display: flex;
  gap: 10px;
}

.st-input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 12px;
  border: none;
  font-size: 12px;
}

.st-button {
  background: #fff;
  color: var(--st-dark);
  padding: 10px 18px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  border: none;
}

.st-footer {
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.st-footer-newsletter {
  background: #c0a06a;
}

.st-footer-newsletter-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 25px 0;
}

.st-footer-newsletter-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.st-footer-newsletter-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
}

.st-footer-newsletter-head strong {
  display: block;
  font-weight: 600;
}

.st-footer-newsletter-head span {
  display: block;
  font-weight: 400;
}

.st-footer-newsletter-icon {
  width: 30px !important;
  height: 30px !important;
  max-width: 30px;
  max-height: 30px;
  flex: 0 0 auto;
  object-fit: contain;
  display: block;
}

.st-footer-newsletter-form {
  position: relative;
}

.st-footer-newsletter-form input {
  width: 100%;
  height: 44px;
  border: none;
  border-radius: 16px;
  padding: 10px 90px 10px 15px;
  font-size: 14px;
  color: #222;
  font-family: "Open Sans", sans-serif;
}

.st-footer-newsletter-form input::placeholder {
  color: #222;
}

.st-footer-newsletter-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 44px;
  padding: 5px 15px;
  border: none;
  border-radius: 4px;
  background: #fff;
  color: #1a1a1a;
  font-size: 14px;
  cursor: pointer;
}

.st-marketing-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 9999;
}

.st-marketing-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.st-marketing-popup__card {
  background: #ffffff;
  padding: 18px 26px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  text-align: center;
  min-width: 240px;
}

.st-marketing-popup.is-error .st-marketing-popup__card {
  background: #fff2f2;
  color: #a83a3a;
}

.st-footer-newsletter-divider {
  width: 1px;
  height: 60px;
  background: var(--st-border);
  flex: 0 0 auto;
}

.st-footer-main {
  background: #fff;
}

.st-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
  gap: 60px;
  padding: 40px 0 30px;
  font-size: 14px;
  color: var(--st-muted);
}

.st-footer h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--st-muted);
}

.st-footer a {
  display: block;
  margin-bottom: 8px;
  color: var(--st-muted);
}

.st-footer-contact p {
  margin: 0 0 8px;
  color: var(--st-dark);
}

.st-footer-phone {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--st-dark);
  font-weight: 500;
  margin-bottom: 10px;
}

.st-footer-phone img {
  width: 15px;
  height: 15px;
}

.st-footer-trust {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.st-footer-trust.is-gray {
  opacity: 0.7;
  mix-blend-mode: luminosity;
}

.st-footer-certificate {
  flex: 0 0 calc(25% - 6px);
  max-width: calc(25% - 6px);
  height: var(--st-footer-cert-height, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-footer-certificate img {
  max-width: var(--st-footer-cert-width, 88px);
  max-height: var(--st-footer-cert-height, 40px);
  object-fit: contain;
}

.st-footer-trust.is-gray .st-footer-certificate img {
  filter: grayscale(1);
}

.st-footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.st-footer-social img {
  width: 28px;
  height: 28px;
}

.st-footer-payments {
  display: flex;
  gap: 12px;
  align-items: center;
}

.st-footer-payments.is-gray {
  opacity: 0.8;
  mix-blend-mode: luminosity;
}

.st-footer-payment {
  width: var(--st-footer-pay-width, 43px);
  height: var(--st-footer-pay-height, 32px);
  border-radius: 5px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.st-footer-payment img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.st-footer-payments.is-gray .st-footer-payment img {
  filter: grayscale(1);
}

.st-footer-bottom {
  text-align: center;
  font-size: 14px;
  color: var(--st-dark);
  padding: 0 0 30px;
}

.st-bottom-bar {
  background: #f3f3f3;
  padding: 13px 0;
  font-size: 13px;
  color: var(--st-muted);
}

.st-bottom-bar-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.st-bottom-bar img {
  width: 99px;
  height: auto;
}

.st-product-page {
  padding: 20px 0 60px;
}

.st-breadcrumbs .woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #555;
  padding: 25px 0;
}

.st-breadcrumbs .woocommerce-breadcrumb a {
  color: #222;
  text-decoration: none;
  position: relative;
}

.st-breadcrumbs .woocommerce-breadcrumb a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 10px;
  background: url("/wp-content/themes/checkboost-templo/assets/img/breadcrumb-arrow.svg")
    no-repeat center/contain;
}

.st-breadcrumbs .woocommerce-breadcrumb a:last-of-type::after {
  display: none;
}

.st-breadcrumbs .woocommerce-breadcrumb > span,
.st-breadcrumbs .woocommerce-breadcrumb > span:last-child {
  color: #555;
}

.st-category-page {
  padding-bottom: 70px;
}

.st-category-hero {
  padding: 20px 0 10px;
}

.st-category-banner {
  min-height: 0;
  background: transparent;
}

.st-category-banner::before {
  content: none;
}

.st-category-banner.is-empty {
  display: none;
}

.st-category-banner .st-category-banner-image {
  display: block;
  width: 100%;
  height: auto;
}

.st-category-banner.has-thumb {
  display: block;
  padding: 0;
}

.st-category-banner.has-thumb .st-category-banner-image {
  width: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.st-category-banner .st-hero-content {
  padding: 32px 50px;
}

.st-category-banner .st-hero-title {
  font-size: 42px;
}

.st-category-banner .st-hero-products {
  height: 230px;
}

.st-category-banner .st-hero-products img {
  bottom: -18px;
  max-height: 240px;
}

.st-category-banner .st-hero-products--thumb {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 230px;
}

.st-category-banner .st-hero-products--thumb img {
  position: relative;
  bottom: 0;
  left: auto;
  max-height: 230px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.st-category-banner .st-hero-products .p1 {
  height: 210px;
}

.st-category-banner .st-hero-products .p2 {
  height: 220px;
}

.st-category-banner .st-hero-products .p3 {
  height: 200px;
}

.st-category-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #933333;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 14px;
  border-radius: 8px;
  letter-spacing: 0;
  text-transform: none;
  margin: 8px 0 14px;
}

.st-category-content {
  padding-top: 6px;
}

.st-category-title {
  font-size: 18px;
  font-weight: 600;
  margin: 14px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.st-category-toolbar {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-bottom: 18px;
}

.st-filters-toggle {
  display: none;
  align-items: center;
  gap: 6px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.st-filters-close {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.st-filters-overlay {
  display: none;
}

.st-category-toolbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--st-muted);
}

.st-category-active-filters {
  display: flex;
  align-items: center;
}

.st-category-active-filters.wc-block-product-filters {
  display: flex;
}

.st-category-active-filters.wc-block-product-filters .wc-block-product-filters__open-overlay,
.st-category-active-filters.wc-block-product-filters .wc-block-product-filters__overlay-header,
.st-category-active-filters.wc-block-product-filters .wc-block-product-filters__overlay-footer {
  display: none;
}

.st-category-active-filters.wc-block-product-filters .wc-block-product-filters__overlay,
.st-category-active-filters.wc-block-product-filters .wc-block-product-filters__overlay-wrapper,
.st-category-active-filters.wc-block-product-filters .wc-block-product-filters__overlay-dialog {
  position: static;
  inset: auto;
  transform: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.st-category-active-filters.wc-block-product-filters .wc-block-product-filters__overlay-content {
  padding: 0;
}

.st-category-active-filters .wp-block-woocommerce-product-filter-active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.st-category-active-filters .wc-block-product-filter-removable-chips__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-category-active-filters .wc-block-product-filter-removable-chips__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f7f7f7;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  color: #555;
}

.st-category-active-filters .wc-block-product-filter-removable-chips__remove {
  border: none;
  background: transparent;
  font-size: 11px;
  color: #777;
  cursor: pointer;
  padding: 0;
}

.st-category-active-filters .wc-block-product-filter-clear-button,
.st-category-active-filters .wc-block-product-filter-clear-button button,
.st-category-active-filters .wc-block-product-filter-clear-button a,
.st-category-active-filters .st-filter-clear {
  font-size: 12px;
  color: #2b70c9;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.st-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f7f7f7;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  color: #555;
}

.st-filter-chip button {
  border: none;
  background: transparent;
  font-size: 11px;
  color: #777;
  cursor: pointer;
  padding: 0;
}

.st-filter-clear {
  font-size: 12px;
  color: #2b70c9;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.st-category-toolbar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.st-category-count .woocommerce-result-count {
  margin: 0;
  font-size: 12px;
  color: #555;
}

.st-category-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.st-category-view {
  display: flex;
  align-items: center;
  gap: 8px;
}

.st-view-btn {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  padding: 0;
}

.st-view-btn.is-active {
  background: #f3f3f3;
  border-color: #d0d0d0;
}

.st-view-grid {
  display: grid;
  grid-template-columns: repeat(2, 6px);
  gap: 3px;
}

.st-view-grid span {
  width: 6px;
  height: 6px;
  background: #777;
  border-radius: 2px;
  display: block;
}

.st-view-list {
  display: grid;
  gap: 3px;
  width: 14px;
}

.st-view-list span {
  height: 2px;
  background: #777;
  border-radius: 999px;
  display: block;
}

.st-category-sort {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
}

.st-category-sort .woocommerce-ordering {
  margin: 0;
}

.st-category-sort select,
.st-category-sort .orderby {
  appearance: none;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 6px 30px 6px 10px;
  font-size: 12px;
  color: #555;
  background: #fff url("/wp-content/themes/checkboost-templo/assets/img/chevron.svg") no-repeat right 10px center;
  background-size: 12px 12px;
}

.st-category-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.st-category-filters,
.st-category-filters-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 12px;
  color: #555;
}

.st-category-filters-block.wc-block-product-filters {
  display: block !important;
  width: 100%;
}

.st-category-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.st-category-filters-title {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.st-category-filters-block.wc-block-product-filters .wc-block-product-filters__open-overlay,
.st-category-filters-block.wc-block-product-filters .wc-block-product-filters__overlay-header,
.st-category-filters-block.wc-block-product-filters .wc-block-product-filters__overlay-footer {
  display: none;
}

.st-category-filters-block.wc-block-product-filters .wc-block-product-filters__overlay,
.st-category-filters-block.wc-block-product-filters .wc-block-product-filters__overlay-wrapper,
.st-category-filters-block.wc-block-product-filters .wc-block-product-filters__overlay-dialog {
  position: static;
  inset: auto;
  transform: none;
  width: auto;
  max-width: none;
  height: auto;
  background: transparent;
  box-shadow: none;
  padding: 0;
  pointer-events: auto;
}

.st-category-filters-block.wc-block-product-filters .wc-block-product-filters__overlay-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  overflow: visible;
}

.st-category-filters-clear {
  font-size: 12px;
  color: #2b70c9;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.st-filter-group {
  border-bottom: 1px solid #efefef;
  padding-bottom: 14px;
}

.st-category-filters-block .st-filter-group + .st-filter-group {
  margin-top: 10px;
}

.st-filter-group:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.st-filter-group fieldset > .screen-reader-text {
  display: block;
  position: static;
  width: auto;
  height: auto;
  margin: 0 0 16px;
  line-height: 1.2;
  clip: auto;
  clip-path: none;
  overflow: visible;
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.st-filter-group fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: 0;
}

.st-filter-group .wp-block-woocommerce-product-filter-taxonomy,
.st-filter-group .wp-block-woocommerce-product-filter-attribute,
.st-filter-group .wp-block-woocommerce-product-filter-price,
.st-filter-group .wp-block-woocommerce-product-filter-checkbox-list,
.st-filter-group .wp-block-woocommerce-product-filter-chips,
.st-filter-group .wc-block-product-filter-checkbox-list,
.st-filter-group .wc-block-product-filter-chips {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.st-filter-group .wc-block-product-filter-attribute__heading,
.st-filter-group .wc-block-product-filter-price__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: #555;
  margin: 0;
}

.st-filter-group .wc-block-product-filter-attribute__heading::after,
.st-filter-group .wc-block-product-filter-price__heading::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/checkboost-templo/assets/img/chevron.svg") no-repeat center/contain;
  transform: rotate(90deg);
  opacity: 0.6;
}

.st-filter-group-price .wc-block-product-filter-price__inputs,
.st-filter-group-price .wc-block-product-filter-price__range-input-wrapper,
.st-filter-group-price form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.st-filter-group-price .wc-block-product-filter-price-slider__content {
  grid-template-areas: "left-input right-input";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.st-filter-group-price .wc-block-product-filter-price-slider__range {
  display: none;
}

.st-filter-group-price .wc-block-product-filter-price-slider__left,
.st-filter-group-price .wc-block-product-filter-price-slider__right {
  grid-area: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.st-filter-group-price .wc-block-product-filter-price-slider__left::before {
  content: "Minimo";
  font-size: 11px;
  color: #777;
}

.st-filter-group-price .wc-block-product-filter-price-slider__right::before {
  content: "Maximo";
  font-size: 11px;
  color: #777;
}

.st-filter-group-price .wc-block-product-filter-price-slider__left input,
.st-filter-group-price .wc-block-product-filter-price-slider__right input {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  color: #555;
  background: #fff;
  width: 100%;
  max-width: none;
}

.st-filter-group-price input,
.st-filter-group-price .wc-block-product-filter-price__input {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  color: #555;
  background: #fff;
}

.st-filter-group .wc-block-product-filter-chips {
  display: block;
}

.st-filter-group .wc-block-product-filter-chips__items {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.st-filter-group .wc-block-product-filter-chips__item {
  min-width: 28px;
  height: 28px;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  background: #fff;
  font-size: 11px;
  color: #555;
  cursor: pointer;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.st-filter-group .wc-block-product-filter-chips__item.is-active,
.st-filter-group .wc-block-product-filter-chips__item[aria-pressed="true"],
.st-filter-group .wc-block-product-filter-chips__item[aria-checked="true"] {
  background: #f3f3f3;
  border-color: #d0d0d0;
}

.st-filter-attr-tamanho .wc-block-product-filter-chips__item,
.st-filter-attr-size .wc-block-product-filter-chips__item {
  min-width: 28px;
  width: 28px;
  padding: 0;
}

.st-filter-attr-cor .wc-block-product-filter-chips__item,
.st-filter-attr-color .wc-block-product-filter-chips__item {
  min-width: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
  border-radius: 999px;
  border-color: #d0d0d0;
  background: var(--st-swatch, #999);
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.st-filter-attr-cor .wc-block-product-filter-chips__item[aria-checked="true"],
.st-filter-attr-color .wc-block-product-filter-chips__item[aria-checked="true"] {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #2b70c9;
}

.st-filter-attr-cor .wc-block-product-filter-chips__item[value="vermelho"] { --st-swatch: #c0392b; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="verde"] { --st-swatch: #2e9e5b; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="azul"] { --st-swatch: #2b70c9; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="preto"] { --st-swatch: #1a1a1a; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="branco"] { --st-swatch: #ffffff; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="cinza"] { --st-swatch: #9b9b9b; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="amarelo"] { --st-swatch: #f2c94c; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="laranja"] { --st-swatch: #f2994a; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="rosa"] { --st-swatch: #eb6fa1; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="roxo"] { --st-swatch: #7d5ba6; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="marrom"] { --st-swatch: #8d5b3f; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="bege"] { --st-swatch: #e3c7a3; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="prata"] { --st-swatch: #c0c0c0; }
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="dourado"] { --st-swatch: #d4af37; }

.st-filter-attr-cor .wc-block-product-filter-chips__item[value="branco"],
.st-filter-attr-cor .wc-block-product-filter-chips__item[value="prata"] {
  border-color: #bdbdbd;
}

.st-filter-group .wc-block-product-filter-checkbox-list__items {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.st-filter-group-tax .wc-block-product-filter-checkbox-list__items {
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

.st-filter-group-tax .wc-block-product-filter-checkbox-list__item {
  flex: 0 1 auto;
}

.st-filter-group .wc-block-product-filter-checkbox-list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
}

.st-filter-group .wc-block-product-filter-checkbox-list__input {
  margin: 0;
}

.st-filter-group-price .wc-block-product-filter-price__button {
  border: none;
  background: #f0f0f0;
  color: #555;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
}

.st-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  color: #555;
}

.st-filter-caret {
  width: 12px;
  height: 12px;
  background: url("/wp-content/themes/checkboost-templo/assets/img/chevron.svg") no-repeat center/contain;
  transform: rotate(90deg);
  opacity: 0.6;
}

.st-filter-body {
  margin-top: 10px;
}

.st-filter-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.st-filter-price input {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 6px 8px;
  font-size: 12px;
  color: #555;
  background: #fff;
}

.st-filter-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.st-filter-size {
  width: 28px;
  height: 28px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background: #fff;
  font-size: 11px;
  color: #555;
  cursor: pointer;
  padding: 0;
}

.st-filter-colors {
  display: flex;
  align-items: center;
  gap: 8px;
}

.st-filter-color {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1px solid #d0d0d0;
  background: var(--st-swatch, #999);
  cursor: pointer;
  padding: 0;
}

.st-filter-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  color: #555;
}

.st-filter-list a {
  color: inherit;
}

.st-filter-more {
  display: inline-flex;
  margin-top: 6px;
  font-size: 12px;
  color: #2b70c9;
}

.st-category-products .wc-block-grid__products,
.st-category-products .wp-block-woocommerce-product-template {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-category-products .wp-block-woocommerce-product-template > li,
.st-category-products .wc-block-grid__product {
  position: relative;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  height: 100%;
  font-size: 12px;
  color: var(--st-muted);
  transition: box-shadow 0.2s ease;
  cursor: pointer;
}

.st-category-products .wp-block-woocommerce-product-template > li:hover,
.st-category-products .wp-block-woocommerce-product-template > li:focus-within,
.st-category-products .wc-block-grid__product:hover,
.st-category-products .wc-block-grid__product:focus-within {
  box-shadow: 0 0 0 1px #efefef;
}

.st-category-products .wc-block-grid__product-link {
  color: inherit;
  text-decoration: none;
}

.st-category-products .wc-block-grid__product-image {
  margin: 0;
  height: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  overflow: hidden;
}

.st-category-products .wc-block-grid__product-image img {
  width: 100%;
  height: 100%;
  max-width: 194px;
  object-fit: cover;
}

.st-category-products .wc-block-grid__product-title,
.st-category-products .st-product-title,
.st-category-products .wc-block-components-product-title,
.st-category-products .wc-block-components-product-name {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 14px;
  color: var(--st-dark);
  font-weight: 400;
  margin: 0;
  min-height: 40px;
  line-height: 20px;
  padding: 0;
}

.st-category-products .wc-block-components-product-title__link,
.st-category-products .wc-block-components-product-name__link {
  color: inherit;
  text-decoration: none;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.st-category-products .wc-block-grid__product-price,
.st-category-products .st-product-price {
  font-size: 17px;
  font-weight: 700;
  color: var(--st-green);
  margin: 0;
  line-height: 1.5;
  padding: 0;
}

.st-category-products .wc-block-grid__product-price del {
  color: #818181;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
  opacity: 1;
}

.st-category-products .st-product-installments,
.st-category-products .st-product-pix {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  padding: 0;
}

.st-category-products .wc-block-grid__product,
.st-category-products .wc-block-product {
  position: relative;
}

.st-category-products .wc-block-grid__product-onsale,
.st-category-products .wc-block-grid__product-badge,
.st-category-products .wc-block-components-sale-badge:not(.st-product-badge),
.st-category-products .wc-block-product__sale-badge:not(.st-product-badge) {
  display: none;
}

.st-category-products .st-product-badge,
.st-category-products .wc-block-components-sale-badge.st-product-badge {
  position: absolute;
  top: 5px;
  left: 5px;
  background: var(--st-green);
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 1000px;
  border: none;
}

.st-category-products .st-product-badge,
.st-category-products .wc-block-components-sale-badge,
.st-category-products .wc-block-product__sale-badge,
.st-category-products .wc-block-grid__product-onsale,
.st-category-products .wc-block-grid__product-badge,
.st-category-products .st-card-badge {
  display: none !important;
}

/* Loja (archive) com o mesmo visual da home */
.woocommerce-shop .woocommerce,
.post-type-archive-product .woocommerce {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
}

.woocommerce-shop .woocommerce ul.products,
.post-type-archive-product .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-shop .woocommerce ul.products li.product,
.post-type-archive-product .woocommerce ul.products li.product {
  position: relative;
  background: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  height: 100%;
  font-size: 12px;
  color: var(--st-muted);
  transition: box-shadow 0.2s ease;
}

.woocommerce-shop .woocommerce ul.products li.product:hover,
.woocommerce-shop .woocommerce ul.products li.product:focus-within,
.post-type-archive-product .woocommerce ul.products li.product:hover,
.post-type-archive-product .woocommerce ul.products li.product:focus-within {
  box-shadow: 0 0 0 1px #efefef;
}

.woocommerce-shop .woocommerce ul.products li.product a,
.post-type-archive-product .woocommerce ul.products li.product a {
  color: inherit;
  text-decoration: none;
}

.woocommerce-shop .woocommerce ul.products li.product img,
.post-type-archive-product .woocommerce ul.products li.product img {
  width: 100%;
  height: 194px;
  max-width: 194px;
  object-fit: cover;
  margin: 0 auto;
}

.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  color: var(--st-dark);
  font-weight: 400;
  margin: 0;
}

.woocommerce-shop .woocommerce ul.products li.product .price,
.post-type-archive-product .woocommerce ul.products li.product .price {
  color: var(--st-green);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
}

.woocommerce-shop .woocommerce ul.products li.product .price del,
.post-type-archive-product .woocommerce ul.products li.product .price del {
  color: #818181;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 2px;
  opacity: 1;
}

.woocommerce-shop .woocommerce ul.products li.product .price ins,
.post-type-archive-product .woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce-shop .woocommerce ul.products li.product.outofstock,
.post-type-archive-product .woocommerce ul.products li.product.outofstock {
  opacity: 0.35;
  filter: grayscale(0.2);
}

.st-category-pagination {
  margin: 26px 0 10px;
  display: none !important;
}

.st-category-pagination .page-numbers {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #777;
  text-decoration: none;
  border: 1px solid transparent;
}

.st-category-load-more-wrap {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}

.st-category-load-more {
  border: none;
  border-radius: 999px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  background: var(--st-green);
  color: #fff;
  cursor: pointer;
}

.st-category-load-more[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.st-category-pagination .page-numbers.current {
  background: #1a1a1a;
  color: #fff;
}

.st-category-pagination .page-numbers:hover {
  background: #f2f2f2;
  border-color: #e2e2e2;
}

.st-category-pagination .wp-block-query-pagination-previous,
.st-category-pagination .wp-block-query-pagination-next {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #e2e2e2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 12px;
  text-decoration: none;
}

.st-category-products.is-loading::after {
  content: "Carregando...";
  display: block;
  text-align: center;
  font-size: 12px;
  color: #777;
  margin: 14px 0 6px;
}

.st-category-sentinel {
  width: 100%;
  height: 1px;
}

.st-category-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}

.st-category-per-page {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #555;
}

.st-category-per-page select {
  appearance: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 4px 26px 4px 8px;
  font-size: 12px;
  color: #555;
  background: #fff url("/wp-content/themes/checkboost-templo/assets/img/chevron.svg") no-repeat right 8px center;
  background-size: 12px 12px;
}

@media (max-width: 1024px) {
  .st-category-banner .st-hero-content {
    padding: 26px 32px;
  }

  .st-category-banner .st-hero-title {
    font-size: 34px;
  }

  .st-category-toolbar,
  .st-category-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .st-category-products .wc-block-grid__products,
  .st-category-products .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .woocommerce-shop .woocommerce ul.products,
  .post-type-archive-product .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .st-category-toolbar {
    grid-template-columns: 1fr;
  }

  .st-category-toolbar-right {
    width: 100%;
  }

  .st-category-layout {
    grid-template-columns: 1fr;
  }

  .st-filters-toggle {
    display: inline-flex;
    width: fit-content;
  }

  .st-category-filters {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 86vw);
    background: #fff;
    padding: 18px;
    overflow-y: auto;
    transform: translateX(110%);
    transition: transform 0.25s ease;
    z-index: 1001;
    box-shadow: -12px 0 24px rgba(0, 0, 0, 0.12);
  }

  .st-filters-close {
    display: inline-flex;
    align-self: flex-end;
    margin-bottom: 12px;
  }

  .st-filters-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
  }

  body.st-filters-open .st-category-filters {
    transform: translateX(0);
  }

  body.st-filters-open .st-filters-overlay {
    display: block;
  }

  body.st-filters-open {
    overflow: hidden;
  }

  .st-category-products .wc-block-grid__products,
  .st-category-products .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-shop .woocommerce ul.products,
  .post-type-archive-product .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .st-category-banner .st-hero-content {
    padding: 22px;
  }

  .st-category-banner .st-hero-title {
    font-size: 28px;
  }

  .st-category-banner .st-hero-products {
    height: 200px;
  }

  .st-category-banner .st-hero-products img {
    max-height: 200px;
  }

  .st-category-controls {
    flex-direction: column;
    align-items: flex-start;
  }

  .st-category-toolbar-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .st-category-products .wc-block-grid__products,
  .st-category-products .wp-block-woocommerce-product-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-shop .woocommerce ul.products,
  .post-type-archive-product .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-category-footer {
    justify-content: flex-start;
  }
}

.st-product-hero {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.st-product-media {
  --st-gallery-thumb: 72px;
  --st-gallery-gap: 16px;
  --st-gallery-radius: 16px;
  display: block;
  position: relative;
  width: 100%;
}

.st-media-actions {
  position: absolute;
  right: 16px;
  top: 16px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  z-index: 2;
}

.st-media-action {
  width: 43px;
  height: 43px;
  border-radius: 100px;
  background: #fff;
  border: none;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.st-media-action img {
  width: 25px;
  height: 25px;
}

.st-product-discount {
  position: absolute;
  left: calc(var(--st-gallery-thumb) + var(--st-gallery-gap));
  right: 0;
  bottom: 0;
  width: calc(100% - var(--st-gallery-thumb) - var(--st-gallery-gap));
  border-radius: 0 0 var(--st-gallery-radius) var(--st-gallery-radius);
  background: #d8f56b;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-sizing: border-box;
}

.st-product-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 490px;
}

.st-product-page-title {
  font-size: 21px;
  font-weight: 500;
  color: #1a1a1a;
  margin: 0;
}

.st-product-meta-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  color: #555;
}

.st-product-sku {
  padding-right: 15px;
  border-right: 1px solid #e9e9e9;
}

.st-product-rating .wc-block-components-product-rating__stars,
.st-product-rating .wc-block-components-product-rating__stars svg {
  color: #eeaa4a;
}

.st-product-price-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.st-product-price-lg .wc-block-components-product-price__value {
  font-size: 24px;
  color: #1f982d;
  font-weight: 600;
}

.st-product-price-lg del {
  font-size: 14px;
  color: #818181;
}

.st-product-installments,
.st-product-pix {
  font-size: 14px;
  color: #555;
}

.st-payment-link {
  color: #016fb9;
  font-size: 14px;
  text-decoration: none;
}

.st-product-swatches {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.st-swatch-row {
  display: flex;
  gap: 5px;
  font-size: 14px;
  color: #222;
}

.st-swatch-row strong {
  color: #1a1a1a;
}

.st-swatch-options {
  display: flex;
  gap: 10px;
}

.st-swatch-color {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  border: 1px solid #dadada;
  cursor: pointer;
  position: relative;
}

.st-swatch-active {
  box-shadow: 0 0 0 2.2px #fff, 0 0 0 3.5px #858585;
}

.st-swatch-sizes {
  display: flex;
  gap: 10px;
}

.st-size {
  height: 34px;
  padding: 0 10px;
  border: 1px solid #dadada;
  background: #fff;
  font-size: 14px;
  color: #222;
  cursor: pointer;
  position: relative;
}

.st-swatch-color[data-on-sale="1"]::after,
.st-size[data-on-sale="1"]::after {
  content: "PROMOÇÃO";
  position: absolute;
  top: -24px;
  right: -12px;
  background: #1f982d;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.st-swatch-color[data-on-sale="1"]::before,
.st-size[data-on-sale="1"]::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #1f982d;
}

.st-size-active {
  background: #34302b;
  color: #fff;
  font-weight: 600;
  border-color: #34302b;
}

.st-size-guide {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #016fb9;
  text-decoration: none;
}

.single-product .woocommerce-variation-add-to-cart .variations {
  border: none;
  margin: 12px 0 0;
}

.single-product .woocommerce-variation-add-to-cart .variations tr,
.single-product .woocommerce-variation-add-to-cart .variations th,
.single-product .woocommerce-variation-add-to-cart .variations td {
  border: none;
}

.single-product .woocommerce-variation-add-to-cart .variations tr {
  display: block;
  margin-bottom: 16px;
}

.single-product .woocommerce-variation-add-to-cart .variations .label,
.single-product .woocommerce-variation-add-to-cart .variations .value {
  display: block;
  padding: 0;
}

.single-product .woocommerce-variation-add-to-cart .variations .st-variation-row .label {
  display: none;
}

.single-product .woocommerce-variation-add-to-cart .variations .st-variation-row .value {
  margin: 0;
}

.single-product .woocommerce-variation-add-to-cart .reset_variations {
  display: none;
}

.single-product .woocommerce-variation-add-to-cart .variations .st-attribute-select {
  display: none;
}

.single-product .woocommerce-variation-add-to-cart .variations th.label,
.single-product .woocommerce-variation-add-to-cart .variations td.label,
.single-product .woocommerce-variation-add-to-cart .variations .label,
.single-product .woocommerce-variation-add-to-cart .variations .label label {
  display: none !important;
}

.single-product table.variations th.label,
.single-product table.variations th.label label {
  display: none !important;
}

.single-product .woocommerce-variation-add-to-cart .variations td.value > label,
.single-product .woocommerce-variation-add-to-cart .variations td.value > select,
.single-product .woocommerce-variation-add-to-cart .variations td.value .st-attribute-select,
.single-product .woocommerce-variation-add-to-cart .variations td.value > .reset_variations {
  display: none !important;
}

.single-product .woocommerce-variation-price,
.single-product .woocommerce-variation .price {
  display: none;
}

.single-product .st-product-swatches .st-attribute-select,
.single-product .st-product-swatches select {
  display: none !important;
}

.st-size-guide img {
  width: 18px;
  height: 18px;
}

.single-product .st-product-cart form.cart {
  display: flex;
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.single-product.product-type-simple .st-product-cart form.cart {
  flex-direction: row;
  align-items: center;
}

.st-product-cart .quantity {
  width: 85px;
  height: 48px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

.st-product-cart .qty {
  width: 30px;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 14px;
  color: #1a1a1a;
}

.st-qty-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.st-qty-btn img {
  width: 20px;
  height: 20px;
}

.st-product-cart .single_add_to_cart_button {
  background: #00b215;
  border: none;
  color: #fff;
  padding: 14px 32px;
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  flex: 1;
  height: 48px;
}

.st-shipping {
  margin-top: 15px;
}

.st-shipping-title {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 15px 0;
}

.st-shipping-box {
  background: #f3f3f3;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.st-shipping-row {
  display: flex;
  gap: 15px;
  align-items: center;
}

.st-shipping-row input {
  width: 150px;
  height: 44px;
  border: 1px solid #dadada;
  border-radius: 16px;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  background: #fff;
}

.st-shipping-row button {
  height: 44px;
  padding: 12px 31px;
  border: 1px solid #34302b;
  border-radius: 100px;
  background: transparent;
  font-size: 14px;
  color: #34302b;
}

.st-shipping-check {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: #555;
  align-items: center;
}

.st-shipping-check input {
  width: 20px;
  height: 20px;
}

.st-product-details {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.st-swatch-oos {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 18px;
  color: #b91c1c;
  pointer-events: none;
}

.st-swatch-color.is-out-of-stock,
.st-size.is-out-of-stock {
  opacity: 0.6;
  pointer-events: none;
}

.st-product-section {
  border-top: 1px solid #e9e9e9;
  padding-top: 32px;
}

.st-section-heading {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.st-product-description .st-section-body,
.st-product-description .st-section-body p {
  font-size: 15px;
  color: #555;
  line-height: 24px;
}

.st-product-description .st-section-body p {
  margin: 0 0 16px;
}

.st-product-description .st-section-body ul {
  margin: 0 0 20px 18px;
}

.st-product-description .st-section-body strong {
  color: #1a1a1a;
}

.st-specs-table .woocommerce-product-attributes,
.st-specs-table table {
  width: 100%;
  border-collapse: collapse;
}

.st-specs-table .woocommerce-product-attributes th,
.st-specs-table .woocommerce-product-attributes td,
.st-specs-table table th,
.st-specs-table table td {
  padding: 14px 18px;
  font-size: 14px;
}

.st-specs-table .woocommerce-product-attributes th,
.st-specs-table table th {
  width: 240px;
  color: #1a1a1a;
  font-weight: 500;
  background: #f9f9f9;
  text-align: left;
}

.st-specs-table .woocommerce-product-attributes td,
.st-specs-table table td {
  color: #555;
  background: #fff;
}

.st-reviews-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
}

.st-reviews-summary {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.st-reviews-average {
  font-size: 42px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1;
}

.st-reviews-stars .wc-block-components-product-rating__stars {
  font-size: 18px;
}

.st-reviews-stars .wc-block-components-product-rating__count,
.st-reviews-stars .wc-block-components-product-rating__link {
  display: none;
}

.st-reviews-count .wc-block-components-product-rating-counter {
  font-size: 14px;
  color: #6d6d6d;
}

.st-review-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 12px 28px;
  border-radius: 100px;
  background: #ededed;
  color: #555;
  font-size: 14px;
  text-decoration: none;
}

.st-reviews .woocommerce-Reviews-title,
.st-reviews #review_form_wrapper {
  display: none;
}

.st-reviews .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.st-reviews .commentlist li {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.st-reviews .commentlist li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.st-reviews .commentlist li .woocommerce-review__author {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
}

.st-reviews .commentlist li .description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.st-reviews .commentlist li .woocommerce-review__published-date {
  font-size: 13px;
  color: #777;
}

@media (max-width: 900px) {
  .st-reviews-grid {
    grid-template-columns: 1fr;
  }

  .st-specs-table .woocommerce-product-attributes th,
  .st-specs-table table th {
    width: 160px;
  }
}

@media (max-width: 1024px) {
  .st-header-top {
    flex-wrap: wrap;
  }

  .st-hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .st-hero-products {
    height: 260px;
  }

  .st-benefits {
    --st-benefits-cols: 2;
  }

  .st-categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .st-categories-block ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .st-products {
    grid-template-columns: repeat(2, 1fr);
  }

  .st-carousel-prev {
    left: -10px;
  }

  .st-carousel-next {
    right: -10px;
  }

  .st-promo {
    grid-template-columns: 1fr;
  }

  .st-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .st-newsletter-inner {
    grid-template-columns: 1fr;
  }

  .st-footer-newsletter-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .st-footer-newsletter-divider {
    display: none;
  }

}

@media (max-width: 768px) {
  .st-benefits {
    --st-benefits-cols: 2;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 12px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .st-benefits::-webkit-scrollbar {
    display: none;
  }

  .st-benefit {
    flex: 0 0 calc((100% - var(--st-benefits-gap)) / 2);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

@media (max-width: 900px) {
  .st-product-hero {
    flex-direction: column;
    gap: 24px;
  }

  .st-product-media {
    min-width: 100%;
    width: 100%;
    --st-gallery-thumb: 64px;
    gap: 20px;
  }

  .st-product-gallery {
    flex-direction: column;
  }

  .st-product-gallery .woocommerce-product-gallery {
    grid-template-columns: 1fr;
    grid-template-areas: "thumbs" "main";
    align-items: center;
    gap: 12px;
  }

  .st-product-gallery .flex-control-thumbs {
    grid-area: thumbs;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
  }

  .st-product-gallery .flex-control-thumbs li {
    flex: 0 0 var(--st-gallery-thumb);
    height: var(--st-gallery-thumb);
  }

  .st-product-gallery .woocommerce-product-gallery__wrapper,
  .st-product-gallery .flex-viewport {
    grid-area: main;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-height: none;
  }

  .st-product-gallery .woocommerce-product-gallery__image {
    height: auto;
    aspect-ratio: 1;
  }

  .st-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    height: auto;
    aspect-ratio: 1;
    max-height: none;
  }

  .st-product-gallery .flex-viewport .slides > li {
    height: auto;
    aspect-ratio: 1;
  }

  .st-product-gallery .woocommerce-product-gallery__wrapper img,
  .st-product-gallery .flex-viewport img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .st-product-discount {
    left: 0;
    right: 0;
  }

  .st-product-info {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .st-header {
    z-index: 120;
  }

  .st-menu-arrow {
    display: none;
  }

  .st-menu-nav {
    overflow-x: auto;
  }

  .st-menu-list {
    overflow: visible;
  }

  .st-menu-list {
    gap: 2px;
  }

  .st-menu-item {
    padding: 8px 10px;
    font-size: 12px;
  }

  .st-header-top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "menu logo actions"
      "search search search";
    align-items: center;
    gap: 10px 12px;
  }

  .st-mobile-toggle {
    display: grid;
    justify-self: start;
    grid-area: menu;
  }

  .st-search {
    grid-area: search;
    width: 100%;
  }

  .st-header-actions {
    display: flex;
    width: auto;
    gap: 12px;
    justify-self: end;
    grid-area: actions;
  }

  .st-logo-link {
    display: flex;
    justify-content: center;
    justify-self: center;
    grid-area: logo;
  }

  .st-login-entry {
    display: none;
  }

  .st-action span {
    display: none;
  }

  .st-action img {
    width: 24px;
    height: 24px;
  }

  .st-product-page {
    padding-top: 8px;
  }

  .st-page {
    padding-top: 16px;
  }

  .st-breadcrumbs .woocommerce-breadcrumb {
    padding: 12px 0;
  }

  .st-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: min(320px, 90vw);
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    z-index: 130;
    border-top: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  }

  .st-menu-open .st-menu {
    transform: translateX(0);
  }

  .st-mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    z-index: 110;
  }

  .st-menu-open + .st-mobile-overlay,
  body.st-menu-open .st-mobile-overlay {
    display: block;
  }

  .st-menu-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 20px;
    height: 100%;
  }

  .st-menu-toggle {
    display: none;
  }

  .st-menu-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex: 1 1 auto;
    overflow: hidden;
  }

  .st-menu-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    position: relative;
    height: 100%;
    overflow-y: auto;
  }

  .st-menu-list--desktop {
    display: none;
  }

  .st-menu-list--mobile {
    display: flex;
  }

  .st-menu-item {
    width: 100%;
  }

  .st-menu-mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
  }

  .st-menu-mobile-top .st-logo {
    width: 78px;
    height: 72px;
    margin-top: 6px;
  }

  .st-menu-close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }

  .st-menu-mobile-actions {
    display: grid;
    gap: 10px;
  }

  .st-menu-mobile-btn--account {
    display: none;
  }

  body.logged-in .st-menu-mobile-btn--account {
    display: inline-flex;
  }

  body.logged-in .st-menu-mobile-btn--primary:not(.st-menu-mobile-btn--account),
  body.logged-in .st-menu-mobile-btn--secondary {
    display: none;
  }

  .st-menu-mobile-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
  }

  .st-menu-mobile-btn--primary {
    background: #34302b;
    color: #fff;
  }

  .st-menu-mobile-btn--secondary {
    background: #ededed;
    color: #34302b;
  }

  .st-menu-heading {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #8a8a8a;
    margin-top: 4px;
  }

  .st-menu-list > li {
    border-bottom: 1px solid #efefef;
  }

  .st-menu-list > li > a {
    width: 100%;
    justify-content: space-between;
    padding: 14px 6px;
    font-size: 14px;
  }

  .st-menu-list li.menu-item-has-children > a::after {
    content: ">";
    color: #b5b5b5;
    font-size: 16px;
  }

  .st-menu-list .sub-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 6px;
    font-size: 14px;
    width: 100%;
  }

  .st-submenu-header .st-submenu-back::after,
  .st-submenu-all a::after {
    content: none;
  }

  .st-menu-badge {
    position: static;
    transform: none;
    margin-left: 8px;
  }

  .st-menu-badge::after {
    display: none;
  }

  .st-menu-special > a {
    padding-top: 14px;
  }

  .st-menu-list .sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
    z-index: 5;
  }

  .st-menu-list li.is-open > .sub-menu {
    transform: translateX(0);
  }

  .st-submenu-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 6px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .st-submenu-back {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: #f1f1f1;
    font-size: 16px;
    cursor: pointer;
  }

  .st-submenu-title {
    font-weight: 600;
    font-size: 14px;
  }

  .st-submenu-all a {
    display: block;
    padding: 12px 6px;
    font-size: 13px;
    color: #6b6b6b;
  }

  .st-menu-list .sub-menu li {
    border-bottom: 1px solid #efefef;
  }

  .st-hero-banner:not(.st-category-banner) {
    min-height: 340px;
  }

  .st-hero-content {
    padding: 24px;
  }

  .st-hero-title {
    font-size: 28px;
  }

  .st-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-carousel-btn {
    display: none;
  }

  .st-home-banners-btn {
    width: 34px;
    height: 34px;
  }

  .st-home-banners-btn img {
    width: 14px;
    height: 14px;
  }

  .st-categories-block ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-footer-grid {
    grid-template-columns: 1fr;
  }

  .st-footer-newsletter-form button {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 10px;
    border-radius: 12px;
  }

  .st-footer-newsletter-form input {
    padding: 10px 15px;
  }

  .st-footer-trust {
    flex-wrap: wrap;
    gap: 15px;
  }

  .st-footer-payments {
    flex-wrap: wrap;
  }

  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
  }

  .woocommerce-account.logged-in .woocommerce {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 auto;
  }

  .woocommerce-account .woocommerce .col2-set {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   CART ICON + BADGE
   ============================================ */

.st-header .st-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.st-header .st-cart img {
  width: 28px;
  height: 28px;
  display: block;
}

.st-cart-badge {
  background: #16a34a;
  color: #fff;
}

.st-header .st-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 2px solid #fff;
}


.st-cart-page {
  padding: 32px 0 70px;
}

/* ============================================
   REVIEW MODAL
   ============================================ */

.st-review-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.st-review-modal.is-visible {
  display: flex;
}

.st-review-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.st-review-modal__panel {
  position: relative;
  width: min(520px, 92vw);
  background: #fff;
  color: #1a1a1a;
  border-radius: 18px;
  padding: 28px;
  z-index: 2;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.st-review-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.st-review-modal__panel h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.st-review-modal__subtitle {
  margin: 0 0 18px;
  font-size: 13px;
  color: #666;
}

.st-review-modal #reply-title {
  display: none;
}

.st-review-modal .comment-form {
  display: grid;
  gap: 12px;
}

.st-review-modal .comment-form label {
  font-size: 13px;
  color: #333;
}

.st-review-modal .comment-form input,
.st-review-modal .comment-form textarea,
.st-review-modal .comment-form select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding: 10px 12px;
  font-size: 13px;
  color: #222;
}

.st-review-modal .comment-form textarea {
  min-height: 110px;
  resize: vertical;
}

.st-review-modal .comment-form-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.st-review-modal .comment-form-rating label {
  margin: 0;
}

.st-review-modal .comment-form .form-submit {
  margin: 0;
}

.st-review-modal .comment-form .form-submit input {
  height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid #222;
  background: #222;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.comment-form-review-images {
  margin: 8px 0 0;
  display: grid;
  gap: 8px;
}

.comment-form-review-images input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.st-review-upload-box {
  border: 1px dashed #b9d7f5;
  border-radius: 14px;
  background: #eef6ff;
  padding: 18px;
  display: grid;
  gap: 6px;
  place-items: center;
  text-align: center;
  cursor: pointer;
  color: #2f5f9b;
}

.st-review-upload-box.is-dragover {
  background: #e2f0ff;
  border-color: #7fb6f3;
}

.st-review-upload-icon {
  color: #2f5f9b;
}

.st-review-upload-title {
  font-size: 13px;
  font-weight: 600;
}

.st-review-upload-subtitle {
  font-size: 11px;
  color: #5a7aa5;
}

.st-review-upload-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #666;
}

.st-review-upload-error {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #b91c1c;
}

.st-review-upload-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.st-review-upload-preview {
  position: relative;
  width: 56px;
  height: 56px;
}

.st-review-upload-previews img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.st-review-upload-remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: none;
  background: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.st-product-reviews .woocommerce-review__avatar,
.st-product-reviews .commentlist .avatar {
  display: none;
}

.st-product-reviews .comment-text {
  margin-left: 0;
}

.st-review-photos {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.st-product-reviews {
  margin-bottom: 30px;
}

.st-product-reviews .star-rating::before,
.st-product-reviews .star-rating span::before,
.st-review-modal .stars a::before {
  color: #cd7414;
}

.st-reviews-summary .star-rating,
.st-reviews-summary .star-rating::before,
.st-reviews-summary .star-rating span::before,
.st-reviews-stars .star-rating,
.st-reviews-stars .star-rating::before,
.st-reviews-stars .star-rating span::before {
  color: #cd7414;
}

.st-product-reviews .st-reviews-summary .star-rating::before,
.st-product-reviews .st-reviews-summary .star-rating span::before {
  color: #cd7414 !important;
}

.st-product-reviews .st-reviews-stars .wc-block-components-product-rating__stars,
.st-product-reviews .st-reviews-stars .wc-block-components-product-rating__stars::before,
.st-product-reviews .st-reviews-stars .wc-block-components-product-rating__stars span::before {
  color: #cd7414 !important;
}

.st-reviews-more {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #222;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-review-photos img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

.st-review-photo-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.st-review-photo-modal.is-visible {
  display: flex;
}

.st-review-photo-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.st-review-photo-modal__panel {
  position: relative;
  max-width: min(820px, 92vw);
  max-height: 85vh;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
}

.st-review-photo-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  font-size: 22px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.st-review-photo-modal__prev {
  left: -18px;
}

.st-review-photo-modal__next {
  right: -18px;
}

.st-review-photo-modal__img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
}

.st-review-photo-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.st-modal-open {
  overflow: hidden;
}

/* ============================================
   STOCK NOTIFY
   ============================================ */

.st-stock-notify {
  margin-top: 14px;
}

.st-stock-notify__trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #1f982d;
  background: #1f982d;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.st-stock-notify-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.st-stock-notify-modal.is-visible {
  display: flex;
}

.st-stock-notify-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.st-stock-notify-modal__panel {
  position: relative;
  width: min(420px, 92vw);
  background: #fff;
  color: #1a1a1a;
  border-radius: 18px;
  padding: 24px;
  z-index: 2;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.st-stock-notify-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.st-stock-notify-modal__panel h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.st-stock-notify-modal__panel p {
  margin: 0 0 16px;
  font-size: 13px;
  color: inherit;
}

.st-stock-notify__form {
  display: grid;
  gap: 12px;
}

.st-stock-notify__form label {
  display: grid;
  gap: 6px;
  font-size: 12px;
  color: inherit;
}

.st-stock-notify__form input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  font-size: 13px;
}

.st-stock-notify__submit {
  height: 42px;
  border-radius: 999px;
  border: 1px solid #00b215;
  background: #00b215;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.st-cart-page .st-cart {
  display: flex;
  flex-direction: column;
}

.st-cart-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: var(--st-dark);
}

.st-cart-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: var(--st-muted);
  margin-bottom: 14px;
}

.st-cart-clear {
  font-size: 12px;
  font-weight: 500;
  color: #2b70c9;
}

.st-cart-clear:hover,
.st-cart-clear:focus {
  text-decoration: underline;
}

.st-cart-table-head {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 200px 110px;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
  color: #7a7a7a;
}

.st-cart-head-item {
  grid-column: 2;
  padding-left: 16px;
}

.st-cart-head-qty {
  grid-column: 3;
  justify-self: center;
}

.st-cart-head-sub {
  grid-column: 4;
  justify-self: end;
}

.st-cart .wp-block-woocommerce-cart {
  margin: 0;
}

.st-cart .wc-block-cart {
  padding-top: 0;
}

.st-cart .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
  margin: 0;
}

.st-cart .wc-block-components-main,
.st-cart .wc-block-components-sidebar {
  width: auto;
  padding: 0;
  margin: 0;
}

.st-cart table.wc-block-cart-items {
  width: 100%;
  border-spacing: 0;
  border-top: 0;
  border-bottom: 1px solid #efefef;
}

.st-cart table.wc-block-cart-items .wc-block-cart-items__header {
  display: none;
}

.st-cart table.wc-block-cart-items td {
  border-top: 1px solid #efefef;
  padding: 18px 0 18px 16px;
  vertical-align: middle;
}

.st-cart table.wc-block-cart-items .wc-block-cart-items__row:first-child td {
  border-top: none;
}

.st-cart table.wc-block-cart-items td:first-child {
  padding-left: 0;
}

.st-cart table.wc-block-cart-items td:last-child {
  padding-right: 0;
}

.st-cart .wc-block-cart-item__image {
  width: 72px;
}

.st-cart .wc-block-cart-item__image a {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #f5f5f5;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.st-cart .wc-block-cart-item__image img {
  width: 40px;
  height: auto;
}

.st-cart .wc-block-components-product-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--st-dark);
}

.st-cart .wc-block-components-product-metadata {
  font-size: 11px;
  color: #9a9a9a;
}

.st-cart .wc-block-cart-item__prices,
.st-cart .wc-block-components-product-price {
  font-size: 12px;
  color: var(--st-muted);
}

.st-cart .wc-block-cart-item__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  column-gap: 12px;
  align-items: center;
}

.st-cart .wc-block-cart-item__wrap > * {
  grid-column: 1;
}

.st-cart .wc-block-cart-item__wrap > .wc-block-cart-item__quantity {
  grid-column: 2;
  grid-row: 1 / -1;
  justify-self: center;
  align-self: center;
}

.st-cart .wc-block-cart-item__quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 200px;
}

.st-cart .wc-block-components-quantity-selector {
  width: auto;
  margin: 0;
  padding: 4px 8px;
  background: #f4f4f4;
  border: none;
  border-radius: 12px;
}

.st-cart .wc-block-components-quantity-selector__button {
  min-width: 18px;
  width: 18px;
  height: 18px;
  opacity: 1;
  color: #666;
}

.st-cart .wc-block-components-quantity-selector__input {
  width: 26px;
  padding: 0;
  font-size: 13px;
  color: var(--st-dark);
}

.st-cart .wc-block-components-quantity-selector__input:focus,
.st-cart .wc-block-components-quantity-selector__button:focus {
  box-shadow: none;
  outline: none;
}

.st-cart .wc-block-cart-item__remove-link {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  background: #fff;
  color: #9a9a9a;
  display: grid;
  place-items: center;
  font-size: 0;
  text-decoration: none;
}

.st-cart .wc-block-cart-item__remove-link::before {
  content: "x";
  font-size: 12px;
  line-height: 1;
}

.st-cart .wc-block-cart-item__remove-link:hover,
.st-cart .wc-block-cart-item__remove-link:focus {
  color: #666;
  border-color: #d0d0d0;
}

.st-cart .wc-block-cart-item__total {
  width: 110px;
  text-align: right;
  font-size: 13px;
  font-weight: 600;
  color: var(--st-dark);
}

.st-cart .wp-block-woocommerce-cart-totals-block {
  background: #f7f7f7;
  border-radius: 18px;
  padding: 20px;
}

.st-cart .wp-block-woocommerce-cart-order-summary-block {
  margin-bottom: 12px;
  border-bottom: none;
}

.st-cart .wc-block-cart__totals-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--st-dark);
  margin: 0 0 8px;
}

.st-cart .wc-block-components-totals-item {
  font-size: 12px;
  color: var(--st-muted);
  margin: 0 0 8px;
}

.st-cart .wc-block-components-totals-footer-item {
  color: var(--st-green);
  font-weight: 600;
  font-size: 13px;
}

.st-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.st-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 13px;
}

.st-cart .wc-block-components-totals-coupon .wc-block-components-panel__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
  color: #2b70c9;
  font-size: 12px;
}

.st-cart .wc-block-components-totals-coupon .wc-block-components-panel__button::before {
  content: "%";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #2b70c9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
}

.st-cart .wc-block-components-totals-coupon__form input,
.st-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  border-radius: 12px;
  font-size: 12px;
}

.st-cart .wc-block-cart__submit {
  margin: 10px 0 0;
}

.st-cart .wc-block-cart__submit .wc-block-components-button {
  background: #00b215;
  border-radius: 999px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 16px;
}

.st-cart-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 6px;
}

.st-cart-save {
  height: 36px;
  border-radius: 999px;
  border: none;
  background: #e8e8e8;
  color: #6d6d6d;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.st-cart-continue {
  text-align: center;
  font-size: 12px;
  color: var(--st-muted);
}

@media (max-width: 1024px) {
  .st-cart .wc-block-components-sidebar-layout {
    grid-template-columns: minmax(0, 1fr) 280px;
  }
}

@media (max-width: 900px) {
  .st-cart .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .st-cart .wc-block-components-sidebar {
    order: -1;
  }

  .st-cart-table-head {
    display: none;
  }

  .st-cart .wc-block-cart-item__wrap {
    display: block;
  }

  .st-cart .wc-block-cart-item__wrap > * {
    grid-column: auto;
  }

  .st-cart .wc-block-cart-item__wrap > .wc-block-cart-item__quantity {
    grid-row: auto;
    justify-self: start;
    width: auto;
  }

  .st-cart .wc-block-cart-item__quantity {
    justify-content: flex-start;
  }

  .st-cart .wc-block-cart-item__total {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .st-cart-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .st-cart .wp-block-woocommerce-cart-totals-block {
    padding: 16px;
  }
}
.single-product .st-gallery-thumbs {
  display: none;
}

.single-product .st-gallery-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.single-product .st-product-gallery {
  width: 100%;
}

.single-product .st-product-gallery .woocommerce-product-gallery {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-areas: "thumbs main";
  align-items: center;
  gap: 18px;
  background: #f7f7f7;
  border-radius: 18px;
  padding: 18px;
}

.single-product .st-product-gallery .flex-viewport {
  grid-area: main;
  width: 100% !important;
  height: 560px;
  max-height: 620px;
}

.single-product .st-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100% !important;
  height: 100%;
}

.single-product .st-product-gallery .woocommerce-product-gallery__image,
.single-product .st-product-gallery .woocommerce-product-gallery__image a {
  width: 100%;
  height: 100%;
  display: block;
}

.single-product .st-product-gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-product .st-product-gallery .flex-control-nav.flex-control-thumbs {
  grid-area: thumbs;
  display: flex !important;
  flex-direction: row;
  gap: 12px;
  padding: 6px 4px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  justify-content: flex-start;
}

.single-product .st-product-gallery .flex-control-thumbs li {
  width: 70px !important;
  height: 70px !important;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #f0f0f0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.single-product .st-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .st-product-gallery .flex-control-thumbs li.flex-active-slide,
.single-product .st-product-gallery .flex-control-thumbs li img.flex-active {
  border-color: #5930ff;
  box-shadow: 0 0 0 3px #eae4ff;
}

.single-product .st-product-discount {
  align-self: stretch;
  margin-top: 4px;
  background: #e6fd63;
  text-align: center;
  border-radius: 0 0 14px 14px;
  padding: 10px 12px;
}

@media (max-width: 900px) {
  .single-product .st-product-gallery .woocommerce-product-gallery {
    grid-template-columns: 1fr;
    grid-template-areas: "main" "thumbs";
  }

  .single-product .st-product-gallery .flex-viewport {
    height: auto;
    aspect-ratio: 1;
    max-height: none;
  }

  .single-product .st-product-gallery .flex-control-nav.flex-control-thumbs {
    flex-direction: row;
    width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .single-product .st-product-gallery .flex-control-thumbs li {
    width: 64px !important;
    height: 64px !important;
  }
}
