@charset "UTF-8";
/* Blog Forum — Shop */
/* Developers: Syed Zain Nasir */
/* Supplied catalog design, with shared Blog layout, breadcrumb and Finder. */
.tep-footer {
  position: relative;
  border-top: 1px solid #b9dfea;
  color: #365461;
  background: linear-gradient(115deg, #e8f7fc, #f4fbff 48%, #eaf5fc);
  font-size: 12px;
  line-height: 1.55;
}
.tep-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, #31caec, #90d9ec 38%, #b9b5ef 72%, #f0d3a2);
}

.tep-footer-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 30px clamp(16px, 2.2vw, 36px) 18px;
}

.tep-footer-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 28px;
}
.tep-footer-columns > * {
  min-width: 0;
}

.tep-footer-recent,
.tep-footer-resources {
  border-left: 1px solid #cce4ed;
  padding-left: 28px;
}

.tep-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.tep-footer-brand img {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  object-fit: contain;
}
.tep-footer-brand h2 {
  max-width: 220px;
  color: #234d61;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.tep-footer-brand span {
  display: block;
  margin-top: 5px;
  color: #2285a2;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.tep-footer-intro {
  max-width: 410px;
  color: #48636f;
  font-size: 12px;
  line-height: 1.75;
}

.tep-footer h3 {
  color: #2c5265;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.tep-footer-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.tep-footer-heading > h2 {
  color: #2c5265;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.tep-footer-icon {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7803921569);
  border-radius: 8px;
  color: #1594b6;
  background: linear-gradient(145deg, #fff, #d8f5ff);
  box-shadow: inset 0 1px #fff, 0 2px 5px rgba(38, 109, 129, 0.0705882353);
}

.tep-footer-icon--violet {
  color: #8762b6;
  background: linear-gradient(145deg, #fff, #ede3ff);
}

.tep-footer-icon--amber {
  color: #b18028;
  background: linear-gradient(145deg, #fff, #fff0c9);
}

.tep-footer svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tep-footer-newsletter {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #bce0ec;
  border-radius: 12px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(224, 244, 255, 0.7215686275));
  box-shadow: inset 0 1px #fff, 0 4px 12px rgba(26, 105, 133, 0.062745098);
}

.tep-footer-newsletter-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tep-footer-newsletter-title img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 9px;
}
.tep-footer-newsletter-title p {
  margin-top: 3px;
  color: #537281;
  font-size: 11px;
  line-height: 1.5;
}

.tep-footer-email-field {
  display: flex;
  gap: 7px;
  margin-top: 13px;
}
.tep-footer-email-field input {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 37px;
  padding: 0 11px;
  border: 1px solid #b8dce9;
  border-radius: 7px;
  outline: none;
  color: #264b5d;
  background: rgba(255, 255, 255, 0.8509803922);
  font-size: 11px;
  box-shadow: inset 0 1px 3px rgba(33, 125, 165, 0.0392156863);
}
.tep-footer-email-field input::placeholder {
  color: #668592;
}
.tep-footer-email-field input:focus {
  border-color: #42b9dd;
  box-shadow: 0 0 0 3px rgba(39, 192, 236, 0.1254901961);
}
.tep-footer-email-field button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 37px;
  padding: 0 11px;
  border: 1px solid #20b6e4;
  border-radius: 7px;
  color: #fff;
  background: linear-gradient(#00e3ff, #0cc1ff 48%, #0e9af9);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6117647059), 0 3px 6px rgba(26, 157, 205, 0.1019607843);
  font-size: 11px;
  font-weight: 650;
  text-shadow: 0 1px 1px rgba(7, 130, 166, 0.3333333333);
  cursor: pointer;
}
.tep-footer-email-field button svg {
  width: 13px;
  height: 13px;
}

.tep-footer-privacy {
  margin-top: 9px;
  color: #62808e;
  font-size: 10px;
}
.tep-footer-privacy a {
  color: #267b9e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.tep-footer-status {
  margin-top: 10px;
  padding-top: 9px;
  border-top: 1px solid #c5e4ef;
  color: #476877;
  font-size: 11px;
}
.tep-footer-status[hidden] {
  display: none;
}

.tep-footer-apps {
  margin-top: 19px;
}

.tep-footer-app-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
}
.tep-footer-app-badges img {
  display: block;
  width: auto;
  height: 32px;
  max-width: 100%;
  object-fit: contain;
}

.tep-footer-posts {
  list-style: none;
  display: grid;
  gap: 0;
}

.tep-footer-post {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #d5e8ef;
}
.tep-footer-post:first-child {
  padding-top: 0;
}
.tep-footer-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.tep-footer-thumb {
  display: block;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9215686275);
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #d8eff8);
  box-shadow: 0 0 0 1px #bedce8, 0 4px 7px rgba(32, 92, 119, 0.1098039216);
}
.tep-footer-thumb img {
  display: block;
  width: 64px;
  height: 49px;
  object-fit: cover;
  border-radius: 5px;
}

.tep-footer-post h3 {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 600;
}

.tep-footer-post h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tep-footer-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 9px;
  margin-top: 5px;
  color: #5d7886;
  font-size: 10px;
}
.tep-footer-post-meta a:first-of-type {
  color: #258bab;
}
.tep-footer-post-meta a:last-of-type {
  color: #80649e;
}

.tep-footer-all-posts {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: #1b88ac;
  font-size: 11px;
  font-weight: 650;
}
.tep-footer-all-posts svg {
  width: 13px;
  height: 13px;
}

.tep-footer-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.tep-footer-topic {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 31px;
  padding: 6px 8px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #3c6375;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.8509803922), rgba(238, 248, 255, 0.6784313725));
  box-shadow: inset 0 1px #fff;
  font-size: 11px;
  line-height: 1.35;
}
.tep-footer-topic::before {
  content: "";
  flex: 0 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #39b5c5;
  box-shadow: 0 0 0 2px rgba(57, 181, 197, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+2)::before {
  background: #c980aa;
  box-shadow: 0 0 0 2px rgba(201, 128, 170, 0.0784313725);
}
.tep-footer-topic:nth-child(4n+3)::before {
  background: #a18bd7;
  box-shadow: 0 0 0 2px rgba(161, 139, 215, 0.0784313725);
}
.tep-footer-topic:nth-child(4n)::before {
  background: #d1aa56;
  box-shadow: 0 0 0 2px rgba(209, 170, 86, 0.0784313725);
}

.tep-footer-contact {
  margin-top: 23px;
}
.tep-footer-contact .tep-footer-heading {
  margin-bottom: 10px;
}
.tep-footer-contact address {
  display: grid;
  gap: 6px;
  font-style: normal;
}
.tep-footer-contact address a {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 2px 8px;
  font-size: 11px;
  overflow-wrap: anywhere;
}
.tep-footer-contact address span {
  min-width: 43px;
  color: #718b97;
  font-size: 10px;
}

.tep-footer-skype {
  margin-top: 9px;
  color: #607f8f;
  font-size: 10px;
}
.tep-footer-skype strong {
  margin-left: 6px;
  color: #3f6c7e;
  font-size: 11px;
  font-weight: 500;
}

.tep-footer-community {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  margin-top: 24px;
  padding: 14px 0;
  border-top: 1px solid #c6e1eb;
  border-bottom: 1px solid #c6e1eb;
}

.tep-footer-follow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.tep-footer-follow > span {
  color: #4c7384;
  font-size: 11px;
  font-weight: 600;
}

.tep-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.tep-footer-social a {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid #c4e0ec;
  border-radius: 9px;
  color: #397184;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9254901961), rgba(229, 243, 251, 0.831372549));
  box-shadow: inset 0 1px #fff, 0 3px 6px rgba(33, 104, 134, 0.062745098);
}
.tep-footer-social img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.tep-footer-social .tep-footer-x {
  color: #42566a;
}

.tep-footer-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  border: 1px solid #c6e1ec;
  border-radius: 7px;
  color: #40788f;
  background: rgba(255, 255, 255, 0.6196078431);
  font-size: 11px;
}
.tep-footer-back svg {
  width: 12px;
  height: 12px;
}

.tep-footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 20px;
  padding-top: 16px;
}
.tep-footer-bottom small {
  color: #5f7c89;
  font-size: 10px;
}

.tep-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  font-size: 10px;
  color: #4f7182;
}

.tep-footer a:hover {
  color: #0989b6;
}

.tep-footer-topic:hover,
.tep-footer-social a:hover,
.tep-footer-back:hover {
  border-color: #7dc9e4;
  background: #fff;
}

.tep-footer-email-field button:hover {
  filter: brightness(1.04);
}

.tep-footer-email-field button:disabled {
  cursor: default;
  opacity: 0.65;
}

.tep-footer a:focus-visible,
.tep-footer button:focus-visible {
  outline: 2px solid #1aa5cf;
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .tep-footer-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 25px;
  }
  .tep-footer-recent {
    padding-left: 25px;
  }
  .tep-footer-resources {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    margin-top: 0;
    padding-left: 25px;
    border-left: 1px solid #cce4ed;
  }
}
@media (max-width: 640px) {
  .tep-footer-inner {
    padding-top: 25px;
  }
  .tep-footer-columns,
  .tep-footer-resources {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
  .tep-footer-recent {
    border-left: 0;
    border-top: 1px solid #cce4ed;
    padding: 22px 0 0;
  }
  .tep-footer-contact {
    border-left: 0;
    padding-left: 0;
  }
  .tep-footer-brand h2 {
    font-size: 17px;
  }
  .tep-footer-intro {
    max-width: none;
  }
  .tep-footer-community {
    gap: 15px;
  }
  .tep-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .tep-footer-legal {
    gap: 9px 14px;
  }
}
.widget-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sidebar-widget {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #bbdeea;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.937254902), #edf8fc);
  box-shadow: inset 0 1px #fff, 0 6px 16px rgba(13, 96, 124, 0.0862745098);
}

.widget-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 51px;
  padding: 10px 11px;
  border-bottom: 1px solid #c6e3ed;
  color: #264f61;
  background: linear-gradient(115deg, #e4f7ff, #f6fbff);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.widget-icon {
  display: grid;
  flex: 0 0 29px;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.6705882353);
  border-radius: 8px;
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.6745098039), 0 3px 7px rgba(51, 87, 125, 0.1254901961);
}
.widget-icon svg {
  width: 17px;
  height: 17px;
}

.widget-icon--books {
  background: linear-gradient(145deg, #ffd773, #f2a038);
}

.widget-icon--categories {
  background: linear-gradient(145deg, #b299f5, #7f62da);
}

.widget-items {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.book {
  --book-tint: #e1f7f5;
  --book-edge: #a2d8da;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  border: 1px solid #d5e8ef;
  border-radius: 9px;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.937254902), #f0faff);
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(26, 99, 123, 0.0431372549);
}

.book--pi {
  --book-tint: #ffedf4;
  --book-edge: #e4bacd;
}

.book-cover {
  position: relative;
  display: block;
  width: 56px;
  height: 76px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.9294117647);
  border-radius: 6px;
  background: linear-gradient(135deg, #fff, var(--book-tint));
  box-shadow: 0 0 0 1px var(--book-edge), 3px 4px 0 -1px var(--book-edge), 2px 7px 10px -5px rgba(49, 94, 119, 0.4);
  transform: perspective(350px) rotateY(-7deg);
  transition: transform 0.18s ease;
}
.book-cover::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 3px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.1254901961), transparent 40%);
  pointer-events: none;
}
.book-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.book-info {
  min-width: 0;
  display: grid;
  gap: 7px;
}
.book-info strong {
  color: #2c4c60;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.book-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 8px;
}

.book .stars {
  color: #e7a221;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-shadow: 0 1px #fff;
  white-space: nowrap;
}

.book-price {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 7px;
  border: 1px solid #efda9e;
  border-radius: 6px;
  color: #8b6010;
  background: linear-gradient(145deg, #fffaf0, #ffedc8);
  box-shadow: inset 0 1px #fff;
  font-size: 12px;
  font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
  .book:hover .book-cover {
    transform: perspective(350px) rotateY(0) translateY(-1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .book-cover,
  .book:hover .book-cover {
    transform: none;
    transition: none;
  }
}
.category-arrow-icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-card:focus-visible {
  outline: 2px solid #15a8d7;
  outline-offset: 3px;
}

.category-card {
  --category-ink: #137f89;
  --category-tint: #e0f7f6;
  --category-edge: #bae1e1;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 9px 8px;
  border: 1px solid var(--category-edge);
  border-radius: 9px;
  color: #2c4c60;
  background: linear-gradient(125deg, rgba(255, 255, 255, 0.937254902), var(--category-tint));
  box-shadow: inset 0 1px #fff, 0 2px 6px rgba(26, 99, 123, 0.0431372549);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.category-card--pi {
  --category-ink: #ae4177;
  --category-tint: #ffedf5;
  --category-edge: #ecd0de;
}

.category-card--proteus {
  --category-ink: #7355b0;
  --category-tint: #f0ecff;
  --category-edge: #d7ccec;
}

.category-card--pic {
  --category-ink: #b04d4d;
  --category-tint: #fff0ed;
  --category-edge: #edccc5;
}

.category-card--visual-studio {
  --category-ink: #7751ac;
  --category-tint: #f4edff;
  --category-edge: #dcd0ee;
}

.category-card--8051 {
  --category-ink: #327b98;
  --category-tint: #e9f8ff;
  --category-edge: #bddfec;
}

.category-card--555 {
  --category-ink: #947018;
  --category-tint: #fff8df;
  --category-edge: #ebdda7;
}

.category-card--matlab {
  --category-ink: #aa5b26;
  --category-tint: #fff1e6;
  --category-edge: #efd3ba;
}

.category-card--labview {
  --category-ink: #90721b;
  --category-tint: #fffae4;
  --category-edge: #ebdfa8;
}

.category-card--components {
  --category-ink: #417d4f;
  --category-tint: #edf9ed;
  --category-edge: #cbe5cb;
}

.category-card--csharp {
  --category-ink: #86529b;
  --category-tint: #faefff;
  --category-edge: #e3cfeb;
}

.category-card--embedded {
  --category-ink: #376d9b;
  --category-tint: #edf5ff;
  --category-edge: #c7dced;
}

.category-card--seo {
  --category-ink: #277f78;
  --category-tint: #e8faf5;
  --category-edge: #bde3d8;
}

.category-icon {
  display: grid;
  flex: 0 0 36px;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.8901960784);
  border-radius: 9px;
  background: linear-gradient(145deg, #fff, var(--category-tint));
  box-shadow: 0 0 0 1px var(--category-edge), inset 0 1px #fff, 0 3px 6px rgba(23, 93, 112, 0.062745098);
}
.category-icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.category-copy {
  display: grid;
  flex: 1;
  min-width: 0;
  gap: 4px;
}
.category-copy strong {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}
.category-copy small {
  color: var(--category-ink);
  font-size: 10px;
  font-weight: 500;
}

.category-arrow-icon {
  display: grid;
  flex: 0 0 21px;
  place-items: center;
  width: 21px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.7019607843);
  border-radius: 6px;
  color: var(--category-ink);
  background: rgba(255, 255, 255, 0.431372549);
  box-shadow: inset 0 1px #fff;
}
.category-arrow-icon svg {
  width: 13px;
  height: 13px;
}

.category-card:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 1px #fff, 0 5px 10px rgba(26, 99, 123, 0.0862745098);
}

@media (prefers-reduced-motion: reduce) {
  .category-card,
  .category-card:hover {
    transform: none;
    transition: none;
  }
}
.shop-preview-note {
  margin: 10px 0 24px;
  color: #8b9aa4;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
}

.shop-empty,
.shop-empty-cart {
  padding: 40px 20px;
  text-align: center;
  border: 1px dashed #c4dfeb;
  border-radius: 12px;
  background: #f8fcfe;
}

.shop-empty > .shop-icon,
.shop-empty-cart > .shop-icon {
  margin: 0 auto 13px;
  width: 42px;
  height: 42px;
}

.shop-empty h2,
.shop-empty-cart h3 {
  color: #376e87;
  font-size: 19px;
  margin-bottom: 9px;
}

.shop-empty p,
.shop-empty-cart p {
  margin-bottom: 18px;
  color: #6a8493;
  font-size: 13px;
  line-height: 1.7;
}

.shop-toast {
  position: fixed;
  z-index: 10000;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  max-width: calc(100vw - 32px);
  padding: 12px 18px;
  border: 1px solid #a8d8e4;
  border-radius: 10px;
  background: rgba(241, 252, 255, 0.9803921569);
  color: #2d6b80;
  box-shadow: 0 8px 28px rgba(26, 87, 115, 0.2039215686);
  font-size: 13px;
  line-height: 1.6;
}

.shop-dialog {
  position: fixed;
  inset: 0;
  width: min(740px, 100vw - 32px);
  max-height: calc(100dvh - 44px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid #a5d7e6;
  border-radius: 15px;
  background: #fff;
  color: #2c5267;
  box-shadow: 0 24px 90px rgba(20, 57, 82, 0.2392156863);
}

.shop-dialog::backdrop {
  background: rgba(25, 48, 68, 0.4);
  backdrop-filter: blur(4px);
}

.shop-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #c2e2ee;
  background: linear-gradient(115deg, #e3f9ff, #f1efff);
}

.shop-dialog-header h2 {
  font-size: 17px;
  font-weight: 650;
  color: #246d8c;
}

.shop-dialog-close {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #c2ddea;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8117647059);
  color: #658294;
}

.shop-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.shop-detail-image {
  display: grid;
  place-items: center;
  padding: 20px;
  background: radial-gradient(ellipse at center, var(--shop-tint), #fff 80%);
}

.shop-detail-image img {
  width: 100%;
  height: auto;
}

.shop-detail-copy {
  padding: 24px 24px 24px 8px;
}

.shop-detail-category {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--shop-ink);
  font-size: 11px;
}

.shop-detail-copy h3 {
  margin: 14px 0 10px;
  color: #206e93;
  font-size: 23px;
  line-height: 1.4;
}

.shop-detail-copy p {
  color: #6b8290;
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.shop-detail-price {
  display: block;
  margin: 20px 0 15px;
  color: #243e4e;
  font-size: 28px;
}

.shop-detail-copy > small {
  display: block;
  margin-top: 14px;
  color: #8b9ba6;
  font-size: 10px;
  line-height: 1.6;
}

.shop-dialog--cart {
  width: min(600px, 100vw - 32px);
}

.shop-cart-items {
  padding: 0 20px;
}

.shop-cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #e3edf2;
}

.shop-cart-item > :where(picture.tep-picture) > img {
  flex-shrink: 0;
  width: 80px;
  height: 68px;
  object-fit: contain;
  border: 1px solid #e0ebf1;
  border-radius: 9px;
  background: #f8fcff;
}

.shop-cart-item-copy {
  min-width: 0;
  flex: 1;
}

.shop-cart-item-copy > strong {
  display: block;
  color: #386a84;
  font-size: 13px;
  line-height: 1.5;
}

.shop-cart-item-copy > span {
  display: block;
  margin-top: 4px;
  color: #8296a2;
  font-size: 11px;
}

.shop-quantity {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  border: 1px solid #d6e4ed;
  border-radius: 5px;
}

.shop-quantity button {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: #f5fafd;
  color: #6d8a9a;
}

.shop-quantity svg {
  width: 12px;
  height: 12px;
}

.shop-quantity > span {
  font-size: 11px;
}

.shop-cart-item-end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.shop-cart-item-end strong {
  color: #385d72;
  font-size: 14px;
}

.shop-cart-item-end button {
  padding: 5px;
  border: 0;
  background: none;
  color: #a4838a;
}

.shop-cart-item-end svg {
  width: 16px;
  height: 16px;
}

.shop-cart-bottom {
  padding: 20px;
  background: #f9fcfe;
}

.shop-cart-bottom > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.shop-cart-bottom strong {
  font-size: 23px;
}

.shop-cart-bottom p {
  margin: 12px 0 17px;
  color: #7a8d99;
  font-size: 12px;
  line-height: 1.7;
}

.shop-cart-bottom > button {
  width: 100%;
}

.shop-empty-cart {
  margin: 20px;
}

@media (max-width: 600px) {
  .shop-detail {
    grid-template-columns: 1fr;
  }
  .shop-detail-image {
    padding: 8px 40px;
  }
  .shop-detail-image img {
    max-height: 180px;
  }
  .shop-detail-copy {
    padding: 8px 20px 20px;
  }
  .shop-cart-items {
    padding-inline: 13px;
  }
  .shop-cart-item {
    gap: 8px;
  }
  .shop-cart-item > :where(picture.tep-picture) > img {
    width: 58px;
    height: 54px;
  }
  .shop-cart-item-copy > strong {
    font-size: 12px;
  }
  .shop-cart-item-end strong {
    font-size: 12px;
  }
}
.shop-full-product {
  margin-top: 16px;
  text-decoration: none;
}

.shop-cart-bottom .commerce-cart-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: stretch;
}

.commerce-cart-links > a {
  flex: 1;
  text-decoration: none;
  font-size: 12px;
}

.commerce-empty-cart-link {
  margin: 8px;
  text-decoration: none;
}

.lab-card,
.lab-starters > button {
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.lab-card:hover {
  border-color: #aacee0;
  box-shadow: 0 5px 16px rgba(54, 119, 149, 0.0705882353);
}

.lab-toast {
  position: fixed;
  z-index: 1500;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 12px 17px;
  border: 1px solid #41647b;
  border-radius: 9px;
  background: rgba(32, 62, 82, 0.9607843137);
  color: #eff9fd;
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 6px 25px rgba(37, 67, 84, 0.1882352941);
}

.lab-dialog {
  position: fixed;
  margin: auto;
  width: min(850px, 100vw - 30px);
  max-height: 85vh;
  overflow: auto;
  padding: 0;
  border: 1px solid #b6d8e8;
  border-radius: 13px;
  color: #47718a;
  background: #fff;
  box-shadow: 0 20px 60px rgba(24, 63, 90, 0.2509803922);
}

.lab-dialog::backdrop {
  background: rgba(23, 50, 70, 0.4705882353);
  backdrop-filter: blur(3px);
}

.lab-dialog > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 18px;
  border-bottom: 1px solid #d3e7f0;
  background: linear-gradient(115deg, #edf9ff, #f6f2fc);
}

.lab-dialog h2 {
  color: #397e9e;
  font-size: 17px;
  font-weight: 600;
}

.lab-diagram-zoom {
  overflow-x: auto;
  border: 1px solid #d4e7ef;
  border-radius: 10px;
}

.lab-diagram-zoom .lab-circuit {
  min-width: 680px;
}

#lab-dialog-body {
  padding: 18px;
}

#lab-dialog-body > p {
  font-size: 12px;
  margin: 0 0 14px;
}

#lab-dialog-body > label {
  display: block;
  margin: 10px 0 8px;
  color: #5d8399;
  font-size: 11px;
}

#lab-dialog-body :is(input, textarea) {
  width: 100%;
  padding: 12px;
  border: 1px solid #bddae7;
  border-radius: 7px;
  background: #f7fcff;
  color: #365f77;
  font-size: 12px;
  line-height: 1.7;
}

#lab-dialog-body textarea {
  min-height: 200px;
  font-family: Consolas, monospace;
}

#lab-dialog-body .lab-dialog-note {
  margin: 12px 0 0;
  color: #6e899b;
  font-size: 11px;
}

@media (prefers-reduced-motion: reduce) {
  .lab-content * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/*# sourceMappingURL=aiProjectStartLazy.css.map */
