:root {
  --edu-ink: #090a0c;
  --edu-ink-soft: #14161a;
  --edu-graphite: #202329;
  --edu-red: #e10812;
  --edu-red-dark: #b9060d;
  --edu-blue: #78c9ff;
  --edu-paper: #ffffff;
  --edu-canvas: #f3f5f7;
  --edu-line: #e1e5e9;
  --edu-muted: #656b73;
  --edu-success: #15935f;
  --edu-radius-sm: 10px;
  --edu-radius: 18px;
  --edu-radius-lg: 28px;
  --edu-shadow-sm: 0 8px 26px rgba(9, 10, 12, .07);
  --edu-shadow: 0 22px 70px rgba(9, 10, 12, .13);
}

html {
  scroll-behavior: smooth;
}

body.edu-storefront-modern {
  background: var(--edu-canvas);
  color: var(--edu-ink-soft);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.01em;
}

.edu-storefront-modern h1,
.edu-storefront-modern h2,
.edu-storefront-modern h3,
.edu-storefront-modern h4,
.edu-storefront-modern h5,
.edu-storefront-modern h6 {
  color: var(--edu-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.035em;
}

.edu-storefront-modern a {
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.edu-storefront-modern :focus-visible {
  outline: 3px solid rgba(120, 201, 255, .9);
  outline-offset: 3px;
}

.edu-icon {
  display: inline-block;
  flex: 0 0 auto;
  height: 1.2em;
  vertical-align: -.2em;
  width: 1.2em;
}

/* Header */
.edu-utility-bar {
  background: #050607;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .74);
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .01em;
  position: relative;
  z-index: 101;
}

.edu-utility-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 34px;
}

.edu-utility-bar span,
.edu-utility-bar a {
  align-items: center;
  color: inherit;
  display: inline-flex;
  gap: 7px;
}

.edu-utility-bar a:hover {
  color: #fff;
}

.edu-utility-bar .edu-icon {
  color: var(--edu-red);
  height: 15px;
  width: 15px;
}

.edu-storefront-modern #header {
  box-shadow: 0 10px 32px rgba(0, 0, 0, .18);
}

.edu-storefront-modern #header .header-wrapper,
.edu-storefront-modern #masthead {
  background: #08090b;
}

.edu-storefront-modern #masthead {
  min-height: 84px;
}

.edu-storefront-modern #masthead .header-inner {
  min-height: 84px;
}

.edu-storefront-modern #logo {
  margin-right: 34px;
  width: 164px;
}

.edu-storefront-modern #logo img {
  border-radius: 0;
  max-height: 58px !important;
  object-fit: contain;
}

.edu-storefront-modern .header-main .header-nav-main.nav-left {
  flex: 1 1 auto;
}

.edu-storefront-modern .header-search-form-wrapper,
.edu-storefront-modern .header-search-form-wrapper form,
.edu-storefront-modern .header-search-form-wrapper .searchform {
  width: 100%;
}

.edu-storefront-modern .header-search-form-wrapper {
  max-width: 650px;
}

.edu-storefront-modern .header-search-form-wrapper .search-field {
  background: #fff;
  border: 0;
  border-radius: 12px 0 0 12px;
  box-shadow: none;
  font-size: 14px;
  height: 48px;
  padding-left: 18px;
}

.edu-storefront-modern .header-search-form-wrapper .ux-search-submit {
  background: var(--edu-red);
  border: 0;
  border-radius: 0 12px 12px 0;
  color: #fff;
  height: 48px;
  min-width: 54px;
}

.edu-storefront-modern .header-nav-main > li > a,
.edu-storefront-modern .mobile-nav > li > a,
.edu-storefront-modern .header-nav-main .cart-icon strong {
  color: #fff;
}

.edu-storefront-modern .header-nav-main > li > a:hover,
.edu-storefront-modern .mobile-nav > li > a:hover {
  color: var(--edu-blue);
}

.edu-storefront-modern .header-nav-main .cart-icon strong {
  border-color: rgba(255, 255, 255, .8);
}

.edu-storefront-modern .header-nav-main .cart-icon strong::after {
  border-color: rgba(255, 255, 255, .8);
}

.edu-storefront-modern #wide-nav {
  background: #101216 !important;
  border-top: 1px solid rgba(255, 255, 255, .08);
  min-height: 46px;
}

.edu-storefront-modern #wide-nav .flex-row {
  min-height: 46px;
}

.edu-storefront-modern #wide-nav .header-bottom-nav > li > a {
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 46px;
  padding: 0 11px;
  text-transform: none;
}

.edu-storefront-modern #wide-nav .header-bottom-nav > li > a:hover,
.edu-storefront-modern #wide-nav .header-bottom-nav > li.active > a,
.edu-storefront-modern #wide-nav .header-bottom-nav > li.current > a {
  color: #fff;
}

.edu-storefront-modern #wide-nav .header-bottom-nav > li > a::before {
  background: var(--edu-red);
}

/* Home */
.edu-storefront-modern.home .page-wrapper,
.edu-storefront-modern.home .page-wrapper .page-inner {
  padding-bottom: 0;
  padding-top: 0;
}

.edu-home {
  background: var(--edu-canvas);
  margin-left: calc(50% - 50vw);
  overflow: clip;
  width: 100vw;
}

.edu-hero {
  background-color: #060709;
  background-position: center center, right center;
  background-repeat: no-repeat;
  background-size: cover, auto 225%;
  color: #fff;
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.edu-hero::before {
  background: radial-gradient(circle at 78% 48%, rgba(120, 201, 255, .2), transparent 24%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.edu-hero::after {
  background: linear-gradient(90deg, var(--edu-red), rgba(225, 8, 18, 0));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 52%;
}

.edu-hero__inner {
  align-items: center;
  display: flex;
  min-height: 610px;
  padding-bottom: 84px;
  padding-top: 72px;
  position: relative;
  z-index: 1;
}

.edu-hero__copy {
  max-width: 690px;
}

.edu-kicker {
  color: var(--edu-red);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.4;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.edu-hero h1 {
  color: #fff;
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 850;
  line-height: .96;
  margin: 0 0 24px;
  text-wrap: balance;
}

.edu-hero h1 span {
  color: var(--edu-blue);
  text-shadow: 0 0 34px rgba(120, 201, 255, .22);
}

.edu-hero__copy > p {
  color: rgba(255, 255, 255, .75);
  font-size: 19px;
  line-height: 1.58;
  margin: 0 0 30px;
  max-width: 610px;
}

.edu-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.edu-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 760;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0;
  min-height: 50px;
  padding: 0 22px;
}

.edu-button:hover {
  transform: translateY(-2px);
}

.edu-button--primary {
  background: var(--edu-red);
  box-shadow: 0 12px 30px rgba(225, 8, 18, .28);
  color: #fff;
}

.edu-button--primary:hover {
  background: #f20b16;
  box-shadow: 0 16px 36px rgba(225, 8, 18, .38);
  color: #fff;
}

.edu-button--ghost {
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
}

.edu-button--ghost:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .42);
  color: #fff;
}

.edu-button--dark {
  background: var(--edu-ink);
  color: #fff;
}

.edu-button--dark:hover {
  background: var(--edu-graphite);
  color: #fff;
}

.edu-hero__proof {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.edu-hero__proof span {
  align-items: center;
  color: rgba(255, 255, 255, .68);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 7px;
}

.edu-hero__proof .edu-icon {
  color: var(--edu-success);
}

.edu-finder-shell {
  margin-top: -70px;
  padding-bottom: 42px;
  position: relative;
  z-index: 3;
}

.edu-finder-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .84);
  border-radius: var(--edu-radius-lg);
  box-shadow: var(--edu-shadow);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(280px, .8fr) minmax(380px, 1.2fr);
  min-height: 180px;
  padding: 30px 34px;
}

.edu-finder-card__heading {
  align-items: center;
  display: flex;
  gap: 18px;
}

.edu-finder-card__heading .edu-kicker {
  margin-bottom: 5px;
}

.edu-finder-card h2 {
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 6px;
}

.edu-finder-card p {
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.edu-icon-disc {
  align-items: center;
  background: rgba(225, 8, 18, .08);
  border: 1px solid rgba(225, 8, 18, .12);
  border-radius: 50%;
  color: var(--edu-red);
  display: inline-flex;
  flex: 0 0 62px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

.edu-icon-disc .edu-icon {
  height: 28px;
  width: 28px;
}

.edu-finder-placeholder {
  align-items: center;
  background: #f6f7f8;
  border: 1px solid var(--edu-line);
  border-radius: 14px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px;
}

.edu-finder-placeholder p {
  max-width: 430px;
}

.edu-finder-placeholder .edu-button {
  flex: 0 0 auto;
}

.edu-section {
  padding: 76px 0;
}

.edu-section--categories {
  padding-top: 42px;
}

.edu-section--products,
.edu-section--services {
  background: #fff;
}

.edu-section--decision {
  background: #0c0e11;
  color: #fff;
}

.edu-section--instagram {
  background: #edf0f3;
}

.edu-section-heading {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.edu-section-heading .edu-kicker {
  margin-bottom: 7px;
}

.edu-section-heading h2 {
  font-size: clamp(30px, 3.8vw, 44px);
  line-height: 1.08;
  margin: 0;
}

.edu-section-heading p {
  color: var(--edu-muted);
  font-size: 15px;
  margin: 12px auto 0;
  max-width: 660px;
}

.edu-section-heading > a {
  align-items: center;
  color: var(--edu-ink);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 750;
  gap: 8px;
}

.edu-section-heading > a:hover {
  color: var(--edu-red);
  transform: translateX(3px);
}

.edu-section-heading--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
  text-align: center;
}

.edu-section--decision .edu-section-heading h2,
.edu-section--decision .edu-section-heading p {
  color: #fff;
}

.edu-category-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edu-category-card {
  align-items: center;
  background: #fff;
  border: 1px solid var(--edu-line);
  border-radius: var(--edu-radius);
  box-shadow: 0 1px 0 rgba(9, 10, 12, .02);
  color: var(--edu-ink);
  display: grid;
  gap: 15px;
  grid-template-columns: 52px 1fr 22px;
  min-height: 106px;
  padding: 18px;
}

.edu-category-card:hover {
  border-color: rgba(225, 8, 18, .24);
  box-shadow: var(--edu-shadow-sm);
  color: var(--edu-ink);
  transform: translateY(-3px);
}

.edu-category-card__icon {
  align-items: center;
  background: #f1f3f5;
  border-radius: 14px;
  color: var(--edu-ink);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  transition: background-color .2s ease, color .2s ease;
  width: 52px;
}

.edu-category-card:hover .edu-category-card__icon {
  background: var(--edu-red);
  color: #fff;
}

.edu-category-card__icon .edu-icon {
  height: 26px;
  width: 26px;
}

.edu-category-card__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.edu-category-card__text strong {
  font-size: 15px;
  line-height: 1.3;
}

.edu-category-card__text small {
  color: var(--edu-muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 3px;
}

.edu-category-card > .edu-icon {
  color: #9da3aa;
}

/* Product cards */
.edu-section--products .container {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.edu-products-shell .woocommerce {
  margin: 0;
  max-width: none;
  width: 100%;
}

.edu-products-shell .products {
  margin: 0;
  max-width: none;
  width: 100%;
}

.edu-storefront-modern .shop-container .products {
  margin-left: -8px;
  margin-right: -8px;
  max-width: none;
}

.edu-products-shell .products > .product-small,
.edu-storefront-modern .shop-container .products > .product-small {
  padding: 8px;
}

.edu-products-shell .products > .product-small > .col-inner,
.edu-storefront-modern .shop-container .products > .product-small > .col-inner {
  background: #fff;
  border: 1px solid #e1e6eb;
  border-radius: 22px;
  box-shadow: 0 10px 32px rgba(18, 32, 51, .07);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.edu-products-shell .products > .product-small > .col-inner:hover,
.edu-storefront-modern .shop-container .products > .product-small > .col-inner:hover {
  border-color: rgba(225, 8, 18, .24);
  box-shadow: 0 20px 48px rgba(18, 32, 51, .14);
  transform: translateY(-5px);
}

.edu-products-shell .products > .product-small .product-small.box,
.edu-storefront-modern .shop-container .products > .product-small .product-small.box {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0 !important;
}

.edu-products-shell .box-image,
.edu-storefront-modern .shop-container .box-image {
  aspect-ratio: 4 / 5;
  background: radial-gradient(circle at 50% 34%, #fff 0, #f0f2f4 74%);
  border-radius: 20px 20px 0 0;
  flex: 0 0 auto;
  height: auto;
  overflow: hidden;
}

.edu-products-shell .box-image > div,
.edu-products-shell .box-image > div > a,
.edu-storefront-modern .shop-container .box-image > div,
.edu-storefront-modern .shop-container .box-image > div > a {
  display: block;
  height: 100%;
  width: 100%;
}

.edu-products-shell .box-image img,
.edu-storefront-modern .shop-container .box-image img {
  aspect-ratio: auto !important;
  height: 100% !important;
  object-fit: contain;
  padding: 8px;
  transition: transform .35s ease;
  width: 100% !important;
}

.edu-products-shell .products > .product-small > .col-inner:hover .box-image img,
.edu-storefront-modern .shop-container .products > .product-small > .col-inner:hover .box-image img {
  transform: scale(1.018);
}

.edu-products-shell .box-text,
.edu-storefront-modern .shop-container .box-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 170px;
  padding: 18px 18px 20px !important;
  text-align: left !important;
}

.edu-products-shell .title-wrapper,
.edu-storefront-modern .shop-container .title-wrapper {
  min-height: 2.7em;
}

.edu-products-shell .product-title,
.edu-storefront-modern .shop-container .product-title {
  display: -webkit-box;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.35;
  margin: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edu-products-shell .category,
.edu-storefront-modern .shop-container .category {
  color: var(--edu-red);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
}

.edu-products-shell .price,
.edu-storefront-modern .shop-container .price {
  color: var(--edu-ink) !important;
  display: block;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.3;
  margin-top: 10px;
}

.edu-products-shell .price-wrapper,
.edu-storefront-modern .shop-container .price-wrapper {
  margin-bottom: 13px;
}

.edu-products-shell .edu-product-card__cta,
.edu-storefront-modern .shop-container .edu-product-card__cta {
  align-items: center;
  background: var(--edu-ink);
  border: 0;
  border-radius: 11px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: space-between;
  margin-top: auto;
  min-height: 42px;
  padding: 11px 14px;
  text-transform: none;
  width: 100%;
}

.edu-products-shell .edu-product-card__cta:hover,
.edu-storefront-modern .shop-container .edu-product-card__cta:hover {
  background: var(--edu-red);
  color: #fff;
}

.edu-products-shell .edu-product-card__cta .edu-icon,
.edu-storefront-modern .shop-container .edu-product-card__cta .edu-icon {
  height: 15px;
  width: 15px;
}

.edu-products-shell .image-tools.grid-tools,
.edu-storefront-modern .shop-container .image-tools.grid-tools {
  display: none !important;
}

.edu-products-shell .badge-container,
.edu-storefront-modern .shop-container .badge-container {
  left: 14px;
  top: 14px;
}

.edu-products-shell .badge-inner,
.edu-storefront-modern .shop-container .badge-inner {
  background: var(--edu-red);
  border-radius: 999px;
  font-size: 11px;
  padding: 7px 11px;
}

.edu-products-shell .out-of-stock-label,
.edu-storefront-modern .shop-container .out-of-stock-label {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(18, 32, 51, .1);
  border-radius: 999px;
  bottom: auto !important;
  color: #303846;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  height: auto !important;
  left: auto !important;
  line-height: 1.2;
  padding: 8px 11px;
  right: 14px;
  top: 14px !important;
  text-transform: uppercase;
  width: auto !important;
}

.edu-decision-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edu-decision-card {
  background: #15181d;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--edu-radius);
  min-height: 286px;
  padding: 26px;
  position: relative;
}

.edu-decision-card--accent {
  background: linear-gradient(145deg, rgba(225, 8, 18, .2), #15181d 60%);
  border-color: rgba(225, 8, 18, .42);
}

.edu-decision-card__number {
  color: var(--edu-red);
  display: block;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  margin-bottom: 42px;
}

.edu-decision-card h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 12px;
}

.edu-decision-card p {
  color: rgba(255, 255, 255, .65);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 24px;
}

.edu-decision-card a {
  align-items: center;
  bottom: 24px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 750;
  gap: 8px;
  position: absolute;
}

.edu-decision-card a:hover {
  color: var(--edu-blue);
}

.edu-legal-note {
  align-items: flex-start;
  color: rgba(255, 255, 255, .5);
  display: flex;
  font-size: 11px;
  gap: 9px;
  line-height: 1.55;
  margin: 22px auto 0;
  max-width: 950px;
}

.edu-legal-note .edu-icon {
  color: var(--edu-blue);
  margin-top: 1px;
}

.edu-services-banner {
  background: #08090b;
  border-radius: var(--edu-radius-lg);
  box-shadow: var(--edu-shadow-sm);
  display: block;
  overflow: hidden;
}

.edu-services-banner img {
  display: block;
  height: auto;
  transition: transform .5s ease, opacity .3s ease;
  width: 100%;
}

.edu-services-banner:hover img {
  opacity: .94;
  transform: scale(1.008);
}

.edu-service-points {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.edu-service-points > div {
  align-items: center;
  background: #f5f6f7;
  border: 1px solid var(--edu-line);
  border-radius: 14px;
  display: flex;
  gap: 14px;
  padding: 17px;
}

.edu-service-points > div > .edu-icon {
  color: var(--edu-red);
  height: 25px;
  width: 25px;
}

.edu-service-points span {
  display: flex;
  flex-direction: column;
}

.edu-service-points strong {
  color: var(--edu-ink);
  font-size: 13px;
}

.edu-service-points small {
  color: var(--edu-muted);
  font-size: 11px;
  line-height: 1.4;
  margin-top: 2px;
}

/* Archives */
.edu-storefront-modern.archive.woocommerce .shop-page-title {
  background: var(--edu-ink);
  color: #fff;
  padding: 34px 0;
}

.edu-storefront-modern.archive.woocommerce .shop-page-title .page-title-inner,
.edu-storefront-modern.archive.woocommerce .shop-page-title .woocommerce-breadcrumb,
.edu-storefront-modern.archive.woocommerce .shop-page-title a,
.edu-storefront-modern.archive.woocommerce .shop-page-title h1 {
  color: #fff;
}

.edu-storefront-modern .shop-container {
  padding-bottom: 54px;
  padding-top: 30px;
}

/* Single product */
.edu-storefront-modern.single-product #main {
  background: var(--edu-canvas);
}

.edu-storefront-modern.single-product .product-container {
  padding-bottom: 42px;
  padding-top: 34px;
}

.edu-storefront-modern.single-product .product-main .product-gallery,
.edu-storefront-modern.single-product .product-main .product-info {
  padding-bottom: 24px;
}

@media (min-width: 850px) {
  .edu-storefront-modern .category-page-row {
    max-width: 1280px;
    width: calc(100% - 32px);
  }

  .edu-storefront-modern.single-product .product-main .content-row {
    max-width: 1280px;
  }

  .edu-storefront-modern.single-product .product-main .product-gallery {
    flex-basis: 58%;
    max-width: 58%;
  }

  .edu-storefront-modern.single-product .product-main .product-info {
    flex: 1 1 42%;
    max-width: 42%;
  }

  .edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__image > a {
    align-items: center;
    background: #fff;
    display: flex;
    height: clamp(620px, 53vw, 760px);
    justify-content: center;
    overflow: hidden;
  }

  .edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__image > a img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
}

.edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__wrapper,
.edu-storefront-modern.single-product .product-gallery .product-thumbnails a {
  border-radius: var(--edu-radius);
  overflow: hidden;
}

.edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__image img {
  background: #fff;
  border-radius: var(--edu-radius);
}

.edu-storefront-modern.single-product .product-gallery .product-thumbnails a {
  align-items: center;
  background: #fff;
  border: 1px solid var(--edu-line);
  display: flex;
  height: 92px;
  justify-content: center;
  padding: 4px;
}

.edu-storefront-modern.single-product .product-gallery .product-thumbnails img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.edu-storefront-modern.single-product .product-gallery .zoom-button {
  align-items: center;
  background: rgba(8, 9, 11, .88) !important;
  border-color: rgba(255, 255, 255, .58) !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex;
  gap: 6px;
  height: 42px;
  padding: 0 14px;
  width: auto;
}

.edu-storefront-modern.single-product .product-gallery .zoom-button::after {
  content: "Ampliar";
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}

.edu-storefront-modern.single-product .product-info {
  background: #fff;
  border: 1px solid var(--edu-line);
  border-radius: var(--edu-radius-lg);
  box-shadow: var(--edu-shadow-sm);
  padding: 30px !important;
}

.edu-storefront-modern.single-product .product-info .product-title {
  color: var(--edu-ink);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 820;
  line-height: 1.08;
  margin-bottom: 12px;
}

.edu-storefront-modern.single-product .product-info .is-divider {
  background: var(--edu-red);
  height: 3px;
  margin: 16px 0;
  width: 44px;
}

.edu-storefront-modern.single-product .product-info .price {
  color: var(--edu-ink);
  font-size: 24px;
  font-weight: 820;
}

.edu-storefront-modern.single-product .product-info .woocommerce-product-details__short-description {
  color: var(--edu-muted);
  font-size: 13px;
  line-height: 1.65;
}

.edu-storefront-modern.single-product .variations {
  border-top: 1px solid var(--edu-line);
  margin-top: 18px;
  padding-top: 12px;
}

.edu-storefront-modern.single-product .variations label {
  color: var(--edu-ink);
  font-size: 12px;
  font-weight: 760;
}

.edu-storefront-modern.single-product .variations select,
.edu-storefront-modern.single-product .quantity input[type="number"] {
  background-color: #f7f8f9;
  border: 1px solid var(--edu-line);
  border-radius: 10px;
  box-shadow: none;
  min-height: 46px;
}

.edu-storefront-modern.single-product .single_add_to_cart_button {
  background: var(--edu-red) !important;
  border-radius: 11px;
  box-shadow: 0 10px 24px rgba(225, 8, 18, .25);
  min-height: 48px;
}

.edu-storefront-modern.single-product .single_add_to_cart_button:hover {
  background: var(--edu-red-dark) !important;
  box-shadow: 0 14px 30px rgba(225, 8, 18, .32);
}

.edu-product-guide {
  background: #f6f8fa;
  border: 1px solid #dfe5e9;
  border-left: 3px solid var(--edu-red);
  border-radius: 11px;
  margin: 18px 0 2px;
  padding: 15px 16px;
}

.edu-product-guide > strong {
  align-items: center;
  color: var(--edu-ink);
  display: flex;
  font-size: 12px;
  gap: 7px;
}

.edu-product-guide > strong .edu-icon {
  color: var(--edu-red);
}

.edu-product-guide ul {
  color: var(--edu-muted);
  font-size: 11px;
  line-height: 1.55;
  margin: 8px 0 0 18px;
}

.edu-product-guide li {
  margin-bottom: 3px;
}

.edu-storefront-modern.single-product .product-footer .woocommerce-tabs {
  background: #fff;
  border: 1px solid var(--edu-line);
  border-radius: var(--edu-radius);
  margin-bottom: 34px;
  overflow: hidden;
  padding: 8px 26px 26px;
}

.edu-storefront-modern.single-product .product-footer .product-tabs {
  border-bottom: 1px solid var(--edu-line);
}

.edu-storefront-modern.single-product .product-footer .product-tabs > li > a {
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.edu-product-videos {
  background: #0c0e11;
  margin-top: 24px;
  padding: 68px 0;
}

.edu-product-videos .edu-section-heading h2 {
  color: #fff;
}

.edu-video-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edu-video-card {
  aspect-ratio: 16 / 9;
  background: #15181d;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--edu-radius);
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.edu-video-card::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, .86), transparent 62%);
  content: "";
  inset: 0;
  position: absolute;
}

.edu-video-card img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .25s ease;
  width: 100%;
}

.edu-video-card:hover img {
  opacity: .86;
  transform: scale(1.035);
}

.edu-video-card__play {
  align-items: center;
  background: var(--edu-red);
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 52px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  z-index: 2;
}

.edu-video-card__play .edu-icon {
  height: 28px;
  width: 28px;
}

.edu-video-card__label {
  bottom: 15px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  left: 16px;
  position: absolute;
  z-index: 2;
}

.edu-video-modal[hidden] {
  display: none;
}

.edu-video-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999999;
}

.edu-video-modal__backdrop {
  background: rgba(0, 0, 0, .9);
  inset: 0;
  position: absolute;
}

.edu-video-modal__dialog {
  max-width: 980px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.edu-video-modal__close {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  color: #090a0c;
  cursor: pointer;
  display: flex;
  font-size: 27px;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 4px;
  position: absolute;
  right: -13px;
  top: -50px;
  width: 42px;
}

.edu-video-modal__frame {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: var(--edu-radius);
  overflow: hidden;
}

.edu-video-modal__frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

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

.edu-mobile-nav {
  display: none;
}

/* Consentimento LGPD alinhado ao novo sistema visual. */
.edu-storefront-modern .edu-lgpd-consent__panel {
  border-color: var(--edu-line);
  border-radius: 16px;
  box-shadow: var(--edu-shadow);
  max-width: 720px;
}

.edu-storefront-modern .edu-lgpd-consent__button {
  border-radius: 10px;
  min-height: 46px;
  text-transform: none;
}

.edu-storefront-modern .edu-lgpd-consent__button--primary {
  background: var(--edu-red);
  box-shadow: 0 10px 22px rgba(225, 8, 18, .22);
}

.edu-storefront-modern .edu-lgpd-consent__button--primary:hover,
.edu-storefront-modern .edu-lgpd-consent__button--primary:focus-visible {
  background: var(--edu-red-dark);
  box-shadow: 0 13px 28px rgba(225, 8, 18, .28);
}

.edu-storefront-modern .edu-lgpd-consent__button--secondary {
  background: #eef1f4;
  color: var(--edu-ink);
}

@media (max-width: 849px) {
  body.edu-storefront-modern {
    padding-bottom: 69px;
  }

  .edu-utility-bar__inner {
    justify-content: center;
  }

  .edu-utility-bar__inner > span:first-child {
    display: none;
  }

  .edu-storefront-modern #masthead,
  .edu-storefront-modern #masthead .header-inner {
    min-height: 70px;
  }

  .edu-storefront-modern #logo {
    margin: 0;
    width: 108px;
  }

  .edu-storefront-modern #logo img {
    max-height: 44px !important;
  }

  .edu-storefront-modern #wide-nav {
    background: #101216 !important;
    display: block;
    min-height: 56px;
  }

  .edu-storefront-modern #wide-nav .flex-row {
    min-height: 56px;
    padding: 7px 15px;
  }

  .edu-storefront-modern #wide-nav .header-search-form-wrapper {
    max-width: none;
    width: 100%;
  }

  .edu-storefront-modern #wide-nav .search-field,
  .edu-storefront-modern #wide-nav .ux-search-submit {
    height: 42px;
  }

  .edu-home {
    margin-left: calc(50% - 50vw);
  }

  .edu-hero {
    background-position: center center, right center;
    background-size: cover, auto 180%;
    min-height: 540px;
  }

  .edu-hero__inner {
    min-height: 540px;
    padding: 56px 22px 86px;
  }

  .edu-hero__copy {
    max-width: 580px;
  }

  .edu-hero h1 {
    font-size: clamp(44px, 11vw, 64px);
  }

  .edu-hero__copy > p {
    font-size: 17px;
  }

  .edu-finder-card {
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    padding: 25px;
  }

  .edu-finder-card__body {
    margin-top: 20px;
  }

  .edu-finder-placeholder {
    align-items: stretch;
    flex-direction: column;
  }

  .edu-section {
    padding: 60px 0;
  }

  .edu-section--categories {
    padding-top: 28px;
  }

  .edu-category-grid,
  .edu-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-decision-card:last-child {
    grid-column: 1 / -1;
  }

  .edu-service-points {
    grid-template-columns: 1fr;
  }

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

  .edu-storefront-modern.single-product .product-info {
    margin: 0 10px;
    padding: 25px !important;
  }

  .edu-storefront-modern.single-product .product-gallery .zoom-button.hide-for-small {
    bottom: 14px;
    display: inline-flex !important;
    right: 14px;
    top: auto;
  }

  .edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__image > a {
    align-items: center;
    background: #fff;
    display: flex;
    height: min(105vw, 680px);
    justify-content: center;
    overflow: hidden;
  }

  .edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__image > a img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .edu-mobile-nav {
    align-items: flex-end;
    background: rgba(8, 9, 11, .98);
    border-top: 1px solid rgba(255, 255, 255, .12);
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 68px;
    left: 0;
    padding: 7px max(8px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    position: fixed;
    right: 0;
    z-index: 9998;
  }

  .edu-mobile-nav a {
    align-items: center;
    color: rgba(255, 255, 255, .68);
    display: flex;
    flex-direction: column;
    font-size: 9px;
    font-weight: 650;
    gap: 4px;
    justify-content: flex-end;
    min-width: 0;
  }

  .edu-mobile-nav .edu-icon {
    height: 20px;
    width: 20px;
  }

  .edu-mobile-nav__finder .edu-icon {
    align-items: center;
    background: var(--edu-red);
    border: 5px solid #08090b;
    border-radius: 50%;
    color: #fff;
    height: 45px;
    margin-top: -24px;
    padding: 8px;
    width: 45px;
  }

  .edu-storefront-modern .edu-lgpd-consent {
    bottom: 78px;
  }

  .edu-storefront-modern .edu-lgpd-consent__panel {
    border-radius: 14px;
    gap: 9px;
    padding: 12px;
  }

  .edu-storefront-modern .edu-lgpd-consent__text strong {
    margin-bottom: 3px;
  }

  .edu-storefront-modern .edu-lgpd-consent__text p {
    font-size: 11px;
    line-height: 1.38;
  }

  .edu-storefront-modern .edu-lgpd-consent__button {
    font-size: 11px;
    min-height: 42px;
  }
}

@media (max-width: 549px) {
  .edu-utility-bar {
    font-size: 11px;
  }

  .edu-hero {
    background-position: center center, right center;
    background-size: cover, auto 155%;
    min-height: 590px;
  }

  .edu-hero::before {
    background: rgba(4, 5, 7, .16);
  }

  .edu-hero__inner {
    align-items: flex-end;
    min-height: 590px;
    padding: 60px 18px 102px;
  }

  .edu-hero h1 {
    font-size: 46px;
  }

  .edu-hero__copy > p {
    font-size: 15px;
    max-width: 94%;
  }

  .edu-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .edu-button {
    width: 100%;
  }

  .edu-hero__proof {
    gap: 8px 13px;
  }

  .edu-hero__proof span:last-child {
    display: none;
  }

  .edu-finder-shell {
    margin-top: -64px;
  }

  .edu-finder-shell .container,
  .edu-section .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .edu-finder-card {
    border-radius: 22px;
    margin: 0;
    padding: 22px 18px;
  }

  .edu-finder-card__heading {
    align-items: flex-start;
    gap: 12px;
  }

  .edu-icon-disc {
    flex-basis: 48px;
    height: 48px;
    width: 48px;
  }

  .edu-icon-disc .edu-icon {
    height: 22px;
    width: 22px;
  }

  .edu-finder-card h2 {
    font-size: 22px;
  }

  .edu-section-heading {
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .edu-section-heading h2 {
    font-size: 31px;
  }

  .edu-section-heading > a {
    display: none;
  }

  .edu-category-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .edu-category-card {
    min-height: 88px;
    padding: 14px;
  }

  .edu-storefront-modern .shop-container .products {
    margin-left: -5px;
    margin-right: -5px;
  }

  .edu-storefront-modern .shop-container .products > .product-small {
    padding: 5px;
  }

  .edu-products-shell {
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
  }

  .edu-section--products .container .edu-products-shell .products {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px;
    margin: 0 !important;
    max-width: none;
    overflow-x: auto;
    padding: 0 16px 12px;
    scroll-padding-left: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
  }

  .edu-products-shell .products::-webkit-scrollbar {
    display: none;
  }

  .edu-products-shell .products > .product-small {
    flex: 0 0 82vw !important;
    max-width: 320px !important;
    padding: 0 !important;
    scroll-snap-align: start;
    width: 82vw !important;
  }

  .edu-products-shell .products > .product-small > .col-inner,
  .edu-storefront-modern .shop-container .products > .product-small > .col-inner {
    border-radius: 18px;
  }

  .edu-products-shell .box-image,
  .edu-storefront-modern .shop-container .box-image {
    border-radius: 17px 17px 0 0;
  }

  .edu-products-shell .box-text {
    min-height: 143px;
    padding: 16px !important;
  }

  .edu-products-shell .product-title {
    font-size: 15px;
  }

  .edu-products-shell .price {
    font-size: 17px;
  }

  .edu-storefront-modern .shop-container .box-text {
    min-height: 165px;
    padding: 12px !important;
  }

  .edu-storefront-modern .shop-container .product-title {
    font-size: 12.5px;
  }

  .edu-storefront-modern .shop-container .price {
    font-size: 14.5px;
  }

  .edu-storefront-modern .shop-container .edu-product-card__cta {
    border-radius: 9px;
    font-size: 10.5px;
    min-height: 38px;
    padding: 9px 10px;
  }

  .edu-storefront-modern .shop-container .edu-product-card__cta .edu-icon {
    height: 13px;
    width: 13px;
  }

  .edu-products-shell .badge-container,
  .edu-storefront-modern .shop-container .badge-container {
    left: 10px;
    top: 10px;
  }

  .edu-storefront-modern .shop-container .badge-inner {
    font-size: 9px;
    padding: 6px 8px;
  }

  .edu-decision-grid {
    grid-template-columns: 1fr;
  }

  .edu-decision-card:last-child {
    grid-column: auto;
  }

  .edu-decision-card {
    min-height: 270px;
  }

  .edu-services-banner {
    border-radius: 16px;
    overflow-x: auto;
  }

  .edu-services-banner img {
    max-width: none;
    width: 920px;
  }

  .edu-video-grid {
    grid-template-columns: 1fr;
  }

  .edu-product-videos {
    padding: 52px 0;
  }

  .edu-video-modal {
    padding: 12px;
  }

  .edu-video-modal__close {
    right: 0;
  }

  .edu-storefront-modern.single-product .product-container {
    padding-top: 18px;
  }

  .edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__image > a {
    align-items: center;
    aspect-ratio: auto;
    background: #fff;
    display: flex;
    height: min(118vw, 540px);
    justify-content: center;
    overflow: hidden;
  }

  .edu-storefront-modern.single-product .product-gallery .woocommerce-product-gallery__image > a img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .edu-storefront-modern.single-product .product-info {
    border-radius: 20px;
    margin: 0 6px;
    padding: 20px !important;
  }

  .edu-storefront-modern.single-product .product-info .product-title {
    font-size: 29px;
  }

  .edu-storefront-modern.single-product .product-footer .woocommerce-tabs {
    border-radius: 16px;
    padding: 8px 16px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .edu-storefront-modern *,
  .edu-storefront-modern *::before,
  .edu-storefront-modern *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Rifas: pagina de produto sem a coluna vazia da galeria */
.edu-storefront-modern.edu-rifa-product #main {
  background: var(--edu-canvas) !important;
}

.edu-storefront-modern.edu-rifa-product .product-page-title {
  display: none !important;
}

.edu-storefront-modern.edu-rifa-product .product-container {
  padding: 0 0 64px !important;
}

.edu-storefront-modern.edu-rifa-product .product-main {
  padding: 36px 0 0 !important;
}

.edu-storefront-modern.edu-rifa-product .product-main .content-row {
  display: block !important;
  margin: 0 auto !important;
  max-width: 1180px !important;
  padding: 0 24px !important;
  width: 100% !important;
}

.edu-storefront-modern.edu-rifa-product .product-main .product-gallery {
  display: none !important;
}

.edu-storefront-modern.edu-rifa-product .product-main .product-info {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  float: none !important;
  flex: none !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content {
  box-sizing: border-box;
  margin: 0 auto !important;
  max-width: 1120px !important;
  padding: 0 !important;
  width: 100% !important;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content > h3:first-child,
.edu-storefront-modern.edu-rifa-product .ecf3-status > .ecf3-card > h3:first-child,
.edu-storefront-modern.edu-rifa-product .ecf2-status > .ecf2-card > h3:first-child {
  color: var(--edu-red);
  font-size: 12px !important;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.3;
  margin: 0 0 12px !important;
  text-transform: uppercase;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-card {
  background: #fff;
  border: 1px solid rgba(24, 38, 60, .1);
  border-radius: 24px;
  box-shadow: 0 24px 70px rgba(20, 38, 65, .1);
  margin: 0 0 30px;
  max-width: none;
  padding: 30px 32px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-card > h2 {
  align-items: center;
  color: #101722;
  display: flex;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 820;
  gap: 14px;
  justify-content: space-between;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0 0 24px !important;
  text-transform: none;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-badge {
  background: var(--edu-red);
  color: #fff;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  margin: 0;
  padding: 7px 12px;
  text-transform: none;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-grid {
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0 !important;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-kpi {
  background: #f7f8fa;
  border: 1px solid #e4e9ee;
  border-radius: 15px;
  color: #344054;
  line-height: 1.45;
  min-width: 0;
  padding: 16px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-kpi.win {
  grid-column: span 2;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-kpi > strong:first-child {
  color: #182230;
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-bar {
  background: #e8edf2;
  border-radius: 999px;
  height: 12px;
  margin-top: 22px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-bar > span {
  background: linear-gradient(90deg, var(--edu-red), #ff4d57);
  border-radius: 999px;
  height: 12px;
  min-width: 4px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-info {
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-cities {
  margin-top: 14px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-cities .legend {
  color: #182230;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-cities .scroller {
  background: #fff;
  border-color: #e3e8ee;
  border-radius: 12px;
  scrollbar-color: #bdc5cf transparent;
  scrollbar-width: thin;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-cities .hint {
  color: #7b8491;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc {
  background: #0b0d11;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  color: #fff;
  padding: 20px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .row {
  display: grid !important;
  gap: 10px;
  grid-template-columns: auto 110px minmax(0, 1fr) auto;
  margin: 0 0 14px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .lbl {
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .qty {
  -webkit-text-fill-color: #101722 !important;
  background: #fff;
  border: 0;
  border-radius: 10px;
  color: #101722 !important;
  font-size: 16px;
  font-weight: 750;
  height: 46px;
  margin: 0;
  padding: 0 12px;
  text-align: center;
  width: 100%;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-inline-buttons {
  align-items: center;
  display: flex;
  gap: 7px;
  margin: 0;
  width: auto;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-inline-buttons button {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  color: #fff;
  min-height: 40px;
  padding: 9px 12px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-inline-buttons button:hover {
  background: var(--edu-red);
  border-color: var(--edu-red);
  opacity: 1;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .buy {
  align-items: center;
  background: var(--edu-red) !important;
  border-radius: 10px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  text-transform: none;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .buy:hover {
  background: var(--edu-red-dark) !important;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .metrics {
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .metrics li {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 11px;
  min-width: 0;
  padding: 11px 12px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .metrics .k {
  color: #aeb7c4;
  font-size: 12px;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-calc .metrics .v {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.edu-storefront-modern.edu-rifa-product .wc-rifa-card > p {
  line-height: 1.6;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content img {
  height: auto;
  max-width: 100%;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content > p {
  color: #3f4b5d;
  font-size: 15px;
  line-height: 1.75;
  margin: 16px auto;
  max-width: 980px;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content > p img {
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(20, 38, 65, .1);
  display: block;
  margin: 22px auto;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content .gallery {
  display: grid !important;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 !important;
  width: 100% !important;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content .gallery .gallery-item {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content .gallery .gallery-icon {
  height: 100%;
}

.edu-storefront-modern.edu-rifa-product .rifa-only-content .gallery img {
  aspect-ratio: 4 / 3;
  border: 0 !important;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(20, 38, 65, .1);
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

/* Galeria showroom: a grade acima permanece como fallback sem JavaScript. */
.edu-storefront-modern.edu-rifa-product .edu-rifa-gallery-source {
  display: none !important;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom {
  background:
    radial-gradient(circle at 50% 0, rgba(237, 28, 36, .13), transparent 34%),
    linear-gradient(145deg, #11151b, #07090c 72%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(10, 18, 30, .22);
  color: #fff;
  margin: 30px 0;
  overflow: hidden;
  padding: 22px;
  width: 100%;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__heading {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 17px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__eyebrow {
  color: #ff3b43;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1.2;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__heading h2 {
  color: #fff;
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin: 0;
  text-transform: none;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__counter {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  color: #e8ebef;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 750;
  padding: 7px 11px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage {
  background: radial-gradient(circle at 50% 42%, #252a31 0, #0b0e12 55%, #050608 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 18px;
  height: clamp(560px, 54vw, 690px);
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .24), transparent);
  content: '';
  height: 2px;
  left: -35%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .18s ease;
  width: 35%;
  z-index: 4;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage.is-loading::after {
  animation: edu-rifa-gallery-loading 1s linear infinite;
  opacity: 1;
}

@keyframes edu-rifa-gallery-loading {
  to {
    left: 100%;
  }
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage-button {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: zoom-in;
  height: 100%;
  inset: 0;
  letter-spacing: normal;
  margin: 0 !important;
  min-height: 0;
  padding: 18px !important;
  position: absolute;
  text-transform: none;
  width: 100%;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__main-image {
  border: 0 !important;
  border-radius: 12px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .26));
  height: 100% !important;
  object-fit: contain;
  opacity: 1;
  transition: opacity .18s ease, transform .24s ease;
  width: 100% !important;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage.is-loading .edu-rifa-showroom__main-image {
  opacity: .45;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage-button:hover .edu-rifa-showroom__main-image {
  transform: scale(1.008);
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__expand {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(5, 7, 10, .74);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  bottom: 32px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  padding: 9px 13px;
  pointer-events: none;
  position: absolute;
  right: 32px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__expand::before {
  content: '+';
  font-size: 18px;
  font-weight: 500;
  line-height: .7;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav,
.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(8, 11, 15, .72) !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 50% !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .26) !important;
  color: #fff !important;
  display: flex;
  font-size: 35px;
  font-weight: 300;
  height: 52px;
  justify-content: center;
  line-height: 1;
  margin: 0 !important;
  min-height: 0;
  padding: 0 0 4px !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  z-index: 5;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav:hover,
.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav:hover {
  background: var(--edu-red) !important;
  border-color: var(--edu-red) !important;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav:focus-visible,
.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav:focus-visible,
.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumb:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav--previous {
  left: 16px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav--next {
  right: 16px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding: 4px 2px 5px;
  scroll-behavior: smooth;
  scrollbar-color: rgba(255, 255, 255, .25) transparent;
  scrollbar-width: thin;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumb {
  background: #11151a !important;
  border: 2px solid transparent !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  flex: 0 0 112px;
  height: 84px;
  margin: 0 !important;
  min-height: 0;
  opacity: .62;
  overflow: hidden;
  padding: 3px !important;
  transition: border-color .18s ease, opacity .18s ease, transform .18s ease;
  width: 112px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumb:hover {
  opacity: .9;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumb[aria-selected='true'] {
  border-color: #f02028 !important;
  opacity: 1;
  transform: translateY(-2px);
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumb img {
  border: 0 !important;
  border-radius: 7px;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

html.edu-rifa-lightbox-open,
html.edu-rifa-lightbox-open body {
  overflow: hidden !important;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox[hidden] {
  display: none !important;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox {
  background: rgba(2, 4, 7, .97);
  color: #fff;
  display: grid;
  grid-template-rows: 66px minmax(0, 1fr);
  inset: 0;
  position: fixed;
  z-index: 999999;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__toolbar {
  align-items: center;
  background: rgba(9, 12, 16, .92);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 10px 18px;
  position: relative;
  z-index: 3;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__title {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-right: auto;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__zoom,
.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__close {
  align-items: center;
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  letter-spacing: 0;
  margin: 0 !important;
  min-height: 0;
  padding: 0 15px !important;
  text-transform: none;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__close {
  border-radius: 50% !important;
  font-size: 29px;
  font-weight: 300;
  padding: 0 0 4px !important;
  width: 42px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__zoom:hover,
.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__close:hover {
  background: var(--edu-red) !important;
  border-color: var(--edu-red) !important;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__zoom:focus-visible,
.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__media {
  align-items: center;
  display: flex;
  grid-row: 2;
  justify-content: center;
  min-height: 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 24px 82px 56px;
  touch-action: pan-y pinch-zoom;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__image {
  display: block;
  flex: 0 0 auto;
  height: auto;
  max-height: calc(100dvh - 150px);
  max-width: 100%;
  object-fit: contain;
  user-select: none;
  width: auto;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__media.is-zoomed {
  display: block;
  padding-bottom: 86px;
  padding-top: 40px;
  text-align: center;
  touch-action: pan-x pan-y pinch-zoom;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__media.is-zoomed .edu-rifa-lightbox__image {
  margin: 0 auto;
  max-height: none;
  max-width: none;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav {
  position: fixed;
  top: 52%;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav--previous {
  left: 18px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav--next {
  right: 18px;
}

.edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__counter {
  backdrop-filter: blur(12px);
  background: rgba(10, 13, 18, .74);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  bottom: 18px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  left: 50%;
  padding: 8px 12px;
  position: fixed;
  transform: translateX(-50%);
  z-index: 3;
}

/* Blocos editoriais usados pelas rifas atuais e anteriores */
.edu-storefront-modern.edu-rifa-product .ecf3-status > .ecf3-card,
.edu-storefront-modern.edu-rifa-product .ecf2-status > .ecf2-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.edu-storefront-modern.edu-rifa-product .ecf3-card,
.edu-storefront-modern.edu-rifa-product .ecf2-card {
  background: #fff;
  border: 1px solid #e1e6ec;
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(20, 38, 65, .07);
  margin: 18px 0;
  padding: 22px;
}

.edu-storefront-modern.edu-rifa-product .ecf3-card h3,
.edu-storefront-modern.edu-rifa-product .ecf2-card h3 {
  color: #172033;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
  margin: 0 0 10px;
}

.edu-storefront-modern.edu-rifa-product .ecf3-status > .ecf3-card > img,
.edu-storefront-modern.edu-rifa-product .ecf2-banner img {
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(20, 38, 65, .1);
  display: block;
  margin: 24px auto;
  width: 100%;
}

.edu-storefront-modern.edu-rifa-product .ecf3-prize {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr);
}

.edu-storefront-modern.edu-rifa-product .ecf3-prize > h3:empty {
  display: none;
}

.edu-storefront-modern.edu-rifa-product .ecf3-prize .big {
  color: #172033;
  font-size: 25px;
  line-height: 1.3;
}

.edu-storefront-modern.edu-rifa-product .ecf3-prize .alt {
  background: #0b0d11;
  border-radius: 14px;
  color: #fff;
  padding: 18px;
}

.edu-storefront-modern.edu-rifa-product .ecf3-prize .alt .ecf3-small {
  color: #d1d6de;
}

.edu-storefront-modern.edu-rifa-product .ecf3-grid,
.edu-storefront-modern.edu-rifa-product .ecf2-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.edu-storefront-modern.edu-rifa-product .ecf3-timeline {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.edu-storefront-modern.edu-rifa-product .ecf3-mark {
  background: #f7f8fa;
  border: 1px solid #e3e8ee;
  border-left: 3px solid var(--edu-red);
  border-radius: 12px;
  padding: 13px;
}

.edu-storefront-modern.edu-rifa-product .ecf2-app,
.edu-storefront-modern.edu-rifa-product .ecf3-app {
  color: #344054;
  max-width: none;
}

.edu-storefront-modern.edu-rifa-product .ecf2-inner,
.edu-storefront-modern.edu-rifa-product .ecf3-inner {
  padding: 0;
}

.edu-storefront-modern.edu-rifa-product .ecf2-banner {
  border-radius: 20px;
  margin: 20px 0;
  overflow: hidden;
}

.edu-storefront-modern.edu-rifa-product .ecf2-banner img {
  margin: 0;
}

.edu-storefront-modern.edu-rifa-product .ecf2-hero,
.edu-storefront-modern.edu-rifa-product .ecf2-chips {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.edu-storefront-modern.edu-rifa-product .ecf2-badge,
.edu-storefront-modern.edu-rifa-product .ecf2-chip {
  background: #fff;
  border: 1px solid #dfe5eb;
  border-radius: 999px;
  color: #172033;
  display: inline-block;
  font-size: 12px;
  font-weight: 750;
  padding: 7px 11px;
}

.edu-storefront-modern.edu-rifa-product .ecf2-alert {
  background: #fff8db;
  border-left: 4px solid #f0b400;
  border-radius: 12px;
  color: #4b3a00;
  margin: 16px 0;
  padding: 14px 16px;
}

.edu-storefront-modern.edu-rifa-product .ecf2-steps {
  counter-reset: edu-rifa-step;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.edu-storefront-modern.edu-rifa-product .ecf2-steps li {
  background: #f7f8fa;
  border: 1px solid #e3e8ee;
  border-radius: 12px;
  margin: 9px 0;
  padding: 12px 12px 12px 46px;
  position: relative;
}

.edu-storefront-modern.edu-rifa-product .ecf2-steps li::before {
  align-items: center;
  background: #172033;
  border-radius: 8px;
  color: #fff;
  content: counter(edu-rifa-step);
  counter-increment: edu-rifa-step;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  left: 11px;
  position: absolute;
  top: 10px;
  width: 26px;
}

@media (max-width: 849px) {
  .edu-storefront-modern.edu-rifa-product .product-container {
    padding-bottom: 86px !important;
  }

  .edu-storefront-modern.edu-rifa-product .product-main {
    padding-top: 22px !important;
  }

  .edu-storefront-modern.edu-rifa-product .product-main .content-row {
    padding: 0 12px !important;
  }

  .edu-storefront-modern.edu-rifa-product .product-main .product-info {
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .edu-storefront-modern.edu-rifa-product .rifa-only-content {
    padding: 0 !important;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-card {
    border-radius: 20px;
    margin-bottom: 22px;
    padding: 20px 16px;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-card > h2 {
    align-items: flex-start;
    flex-direction: column;
    font-size: 26px;
    gap: 9px;
    margin-bottom: 18px !important;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-grid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-kpi.win {
    grid-column: 1 / -1;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-info {
    grid-template-columns: 1fr;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-calc {
    padding: 16px;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-calc .row {
    grid-template-columns: 1fr;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-calc .qty {
    height: 50px;
    width: 100%;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-inline-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-inline-buttons button {
    width: 100%;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-calc .buy {
    min-height: 50px;
    width: 100%;
  }

  .edu-storefront-modern.edu-rifa-product .wc-rifa-calc .metrics {
    grid-template-columns: 1fr;
  }

  .edu-storefront-modern.edu-rifa-product .rifa-only-content .gallery {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 20px 0 !important;
  }

  .edu-storefront-modern.edu-rifa-product .rifa-only-content .gallery img {
    border-radius: 11px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin: 26px -12px;
    padding: 17px 0 20px;
    width: calc(100% + 24px);
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__heading {
    align-items: center;
    margin-bottom: 14px;
    padding: 0 16px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__eyebrow {
    font-size: 10px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__heading h2 {
    font-size: 23px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    height: min(66svh, 560px);
    min-height: 430px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom[data-orientation='landscape'] .edu-rifa-showroom__stage {
    height: min(56svh, 470px);
    min-height: 340px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__stage-button {
    padding: 12px !important;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__main-image {
    border-radius: 8px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav {
    font-size: 30px;
    height: 44px;
    width: 44px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav--previous {
    left: 9px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__nav--next {
    right: 9px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__expand {
    bottom: 22px;
    right: 18px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumbs {
    gap: 8px;
    margin-top: 12px;
    padding: 4px 16px 5px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-showroom__thumb {
    border-radius: 10px !important;
    flex-basis: 86px;
    height: 68px;
    width: 86px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox {
    grid-template-rows: 58px minmax(0, 1fr);
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__toolbar {
    padding: 8px 10px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__title {
    display: none;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__zoom,
  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__close {
    height: 40px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__zoom {
    margin-left: auto !important;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__close {
    width: 40px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__media {
    padding: 12px 10px 62px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__image {
    max-height: calc(100dvh - 132px);
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__media.is-zoomed {
    padding: 30px 10px 86px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav {
    font-size: 29px;
    height: 42px;
    top: 52%;
    width: 42px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav--previous {
    left: 6px;
  }

  .edu-storefront-modern.edu-rifa-product .edu-rifa-lightbox__nav--next {
    right: 6px;
  }

  .edu-storefront-modern.edu-rifa-product .ecf3-prize,
  .edu-storefront-modern.edu-rifa-product .ecf3-grid,
  .edu-storefront-modern.edu-rifa-product .ecf2-grid,
  .edu-storefront-modern.edu-rifa-product .ecf3-timeline {
    grid-template-columns: 1fr;
  }

  .edu-storefront-modern.edu-rifa-product .ecf3-card,
  .edu-storefront-modern.edu-rifa-product .ecf2-card {
    padding: 18px;
  }
}

@media (max-width: 359px) {
  .edu-storefront-modern.edu-rifa-product .wc-rifa-grid {
    grid-template-columns: 1fr;
  }
}
