.custom-printed-cups-page {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #4a4a52;
  line-height: 1.55;
  background-color: #ffffff;
}
.custom-printed-cups-page img,
.custom-printed-cups-page svg {
  display: block;
  max-width: 100%;
  height: auto;
}
.custom-printed-cups-page a:not(.btn) {
  color: inherit;
  text-decoration: none;
  transition: color 0.18s ease;
}
.custom-printed-cups-page ul,
.custom-printed-cups-page ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.custom-printed-cups-page .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.custom-printed-cups-page .section-heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
  text-align: center;
}
.custom-printed-cups-page .section-heading-divider .heading-line {
  flex: 0 1 80px;
  height: 2px;
  background-color: #cd9933;
  opacity: 0.8;
}
.custom-printed-cups-page .section-heading-divider .heading-text {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111111;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .section-heading-divider .heading-text {
    font-size: 1.1rem;
  }
}
.custom-printed-cups-page .btn:not(.btn-brand):not(.btn-outline-brand):not(.btn-outline-brand-swap):not(.cta-btn):not(.cgp-faq-quote-btn) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  letter-spacing: 0.2px;
  text-transform: none;
  transition: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
}
.custom-printed-cups-page .btn.btn--primary {
  background-color: #cd9933;
  color: #0b0b0f;
  border: 1px solid rgba(205, 153, 51, 0.65);
  box-shadow: 0 16px 45px rgba(205, 153, 51, 0.18);
}
.custom-printed-cups-page .btn.btn--primary:hover, .custom-printed-cups-page .btn.btn--primary:focus {
  background-color: #ddb04a;
  border-color: #d4a23f;
  color: #0b0b0f;
  box-shadow: 0 16px 45px rgba(205, 153, 51, 0.18);
  transform: none;
}
.custom-printed-cups-page .btn.btn--primary:active {
  background-color: #c19030;
  border-color: #bd8d2f;
  color: #0b0b0f;
}
.custom-printed-cups-page .btn.btn--outline {
  background-color: #cd9933;
  color: #0b0b0f;
  border: 1px solid rgba(205, 153, 51, 0.65);
  box-shadow: 0 16px 45px rgba(205, 153, 51, 0.18);
}
.custom-printed-cups-page .btn.btn--outline:hover, .custom-printed-cups-page .btn.btn--outline:focus {
  background-color: #ddb04a;
  border-color: #d4a23f;
  color: #0b0b0f;
  box-shadow: 0 16px 45px rgba(205, 153, 51, 0.18);
  transform: none;
}
.custom-printed-cups-page .btn.btn--outline:active {
  background-color: #c19030;
  border-color: #bd8d2f;
  color: #0b0b0f;
}
.custom-printed-cups-page .btn.btn--sm:not(.btn-brand):not(.btn-outline-brand) {
  padding: 8px 18px;
  font-size: 15px;
}
.custom-printed-cups-page .btn.btn--arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.custom-printed-cups-page .btn.btn--arrow svg {
  transition: transform 0.18s ease;
  fill: currentColor;
}
.custom-printed-cups-page .btn.btn--arrow:hover svg {
  transform: translateX(4px);
}
.custom-printed-cups-page .hero-section {
  position: relative;
  background-color: #F4E9E1;
  background-image: url("../img/custom-printed-cups/hero-banner.webp");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 500px;
  padding: 70px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section {
    background-image: none;
    background-color: #faf6ef;
    min-height: auto;
    padding: 40px 0 50px;
  }
}
.custom-printed-cups-page .hero-section-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 32px;
  }
}
.custom-printed-cups-page .hero-section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-content {
    align-items: center;
  }
}
.custom-printed-cups-page .hero-section-breadcrumb {
  margin-bottom: 14px;
}
.custom-printed-cups-page .hero-section-breadcrumb-list {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-breadcrumb-list {
    justify-content: center;
  }
}
.custom-printed-cups-page .hero-section-breadcrumb-item {
  display: inline-flex;
  align-items: center;
}
.custom-printed-cups-page .hero-section-breadcrumb-item a {
  color: rgba(17, 17, 17, 0.55);
  transition: color 0.18s ease;
}
.custom-printed-cups-page .hero-section-breadcrumb-item a:hover {
  color: #cd9933;
}
.custom-printed-cups-page .hero-section-breadcrumb-item--active {
  color: #cd9933;
}
.custom-printed-cups-page .hero-section-breadcrumb-separator {
  font-size: 15px;
  color: rgba(17, 17, 17, 0.35);
  display: inline-flex;
  align-items: center;
}
.custom-printed-cups-page .hero-section-breadcrumb-separator .hero-section-breadcrumb-icon {
  display: block;
  width: 7px;
  height: 11px;
}
.custom-printed-cups-page .hero-section-subtitle {
  font-size: 15px;
  font-weight: 800;
  color: #cd9933;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  display: inline-block;
}
.custom-printed-cups-page .hero-section-title {
  font-size: 3.25rem;
  font-weight: 900;
  color: #111111;
  line-height: 1.15;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.custom-printed-cups-page .hero-section-title .highlight {
  color: #cd9933;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-title {
    font-size: 2.65rem;
  }
}
@media (max-width: 480px) {
  .custom-printed-cups-page .hero-section-title {
    font-size: 2.15rem;
  }
}
.custom-printed-cups-page .hero-section-description {
  font-size: 1.05rem;
  color: #4a4a52;
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 520px;
}
.custom-printed-cups-page .hero-section-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-cta {
    justify-content: center;
  }
}
.custom-printed-cups-page .hero-section-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-bottom: 34px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 480px) {
  .custom-printed-cups-page .hero-section-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.custom-printed-cups-page .hero-section-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-feature-item {
    justify-content: flex-start;
  }
}
.custom-printed-cups-page .hero-section-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #cd9933;
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(205, 153, 51, 0.3);
}
.custom-printed-cups-page .hero-section-feature-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}
.custom-printed-cups-page .hero-section-feature-text {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
}
.custom-printed-cups-page .hero-section-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-cta {
    justify-content: center;
  }
}
.custom-printed-cups-page .hero-section-visual {
  display: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .hero-section-visual {
    display: flex;
    margin-top: 10px;
  }
  .custom-printed-cups-page .hero-section-visual img {
    max-height: 380px;
    width: 100%;
    max-width: 560px;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.06));
  }
}
.custom-printed-cups-page .popular-cups {
  padding: 60px 0 70px;
  background-color: #ffffff;
}
.custom-printed-cups-page .popular-cups-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  position: relative;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .popular-cups-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.custom-printed-cups-page .popular-cups-title-wrap {
  position: relative;
}
.custom-printed-cups-page .popular-cups-title {
  font-size: 1.55rem;
  font-weight: 900;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.custom-printed-cups-page .popular-cups-title::after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #cd9933;
  margin-top: 6px;
}
.custom-printed-cups-page .popular-cups-wrapper {
  position: relative;
}
.custom-printed-cups-page .popular-cups-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 10px 4px 16px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.custom-printed-cups-page .popular-cups-slider::-webkit-scrollbar {
  display: none;
}
.custom-printed-cups-page .cup-card {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: calc((100% - 60px) / 4);
  background-color: #ffffff;
  border: 1px solid #e8e8ee;
  border-radius: 10px;
  padding: 0 0 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  scroll-snap-align: start;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .cup-card {
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 768px) {
  .custom-printed-cups-page .cup-card {
    flex: 0 0 calc((100% - 14px) / 2);
    min-width: calc((100% - 14px) / 2);
  }
}
@media (max-width: 480px) {
  .custom-printed-cups-page .cup-card {
    flex: 0 0 85%;
    min-width: 85%;
  }
}
.custom-printed-cups-page .cup-card-img-wrap {
  width: 100%;
  margin-bottom: 16px;
  line-height: 0;
}
.custom-printed-cups-page .cup-card-img-wrap a {
  display: block;
  width: 100%;
  line-height: 0;
}
.custom-printed-cups-page .cup-card-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.custom-printed-cups-page .cup-card-title {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 6px;
  padding: 0 18px;
  line-height: 1.3;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-printed-cups-page .cup-card-price {
  font-size: 15px;
  color: #737380;
  margin-bottom: 14px;
}
.custom-printed-cups-page .cup-card-btn {
  width: calc(100% - 36px);
  margin: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.custom-printed-cups-page .dual-showcase {
  padding: 10px 0 55px;
}
.custom-printed-cups-page .dual-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .dual-showcase-grid {
    grid-template-columns: 1fr;
  }
}
.custom-printed-cups-page .dual-showcase-card {
  background-color: #ffffff;
  border: 1px solid #e8e8ee;
  border-radius: 16px;
  padding: 30px 26px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}
.custom-printed-cups-page .dual-showcase-card.design-studio, .custom-printed-cups-page .dual-showcase-card.sizes-lids {
  justify-content: flex-start;
  gap: 12px;
}
.custom-printed-cups-page .design-studio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  height: auto;
}
.custom-printed-cups-page .design-studio-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}
.custom-printed-cups-page .design-studio-icon {
  width: 38px;
  height: 38px;
  color: #cd9933;
  flex-shrink: 0;
}
.custom-printed-cups-page .design-studio-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.custom-printed-cups-page .design-studio-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
  text-transform: uppercase;
}
.custom-printed-cups-page .design-studio-subtitle {
  font-size: 15px;
  color: #737380;
  margin-top: 4px;
}
.custom-printed-cups-page .design-studio-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.custom-printed-cups-page .design-studio-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .design-studio-main {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.custom-printed-cups-page .design-studio-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .design-studio-content .design-studio-header {
    justify-content: center;
  }
}
.custom-printed-cups-page .design-studio-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .design-studio-footer {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
  }
}
.custom-printed-cups-page .design-studio-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .design-studio-actions {
    justify-content: center;
  }
}
.custom-printed-cups-page .design-studio-steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.custom-printed-cups-page .design-studio-step {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #111111;
}
.custom-printed-cups-page .design-studio-step svg {
  width: 14px;
  height: 14px;
  fill: #cd9933;
  flex-shrink: 0;
}
.custom-printed-cups-page .design-studio-preview-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 320px;
}
.custom-printed-cups-page .design-studio-preview {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  object-position: center;
  margin: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.custom-printed-cups-page .design-studio-swatches {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
  flex-shrink: 0;
}
.custom-printed-cups-page .design-studio-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.custom-printed-cups-page .design-studio-swatch:hover {
  transform: scale(1.15);
}
.custom-printed-cups-page .design-studio-swatch.active {
  transform: scale(1.25);
  box-shadow: 0 0 0 2.5px #ffffff, 0 0 0 5px #cd9933;
}
.custom-printed-cups-page .design-studio-swatch--black {
  background-color: #1a1a1a;
}
.custom-printed-cups-page .design-studio-swatch--gold {
  background-color: #d88918;
}
.custom-printed-cups-page .design-studio-swatch--kraft {
  background-color: #b08759;
}
.custom-printed-cups-page .design-studio-swatch--tan {
  background-color: #cbb499;
}
.custom-printed-cups-page .sizes-lids {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  gap: 14px;
}
.custom-printed-cups-page .sizes-lids-section-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 12px;
}
.custom-printed-cups-page .sizes-lids-section-icon {
  width: 38px;
  height: 38px;
  color: #cd9933;
  flex-shrink: 0;
}
.custom-printed-cups-page .sizes-lids-section-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.custom-printed-cups-page .sizes-lids-section-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
}
.custom-printed-cups-page .sizes-lids-section-sub {
  font-size: 15px;
  color: #737380;
  margin-top: 0;
  margin-bottom: 12px;
}
.custom-printed-cups-page .sizes-lids-sizes-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8ee;
}
@media (max-width: 480px) {
  .custom-printed-cups-page .sizes-lids-sizes-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 6px;
  }
}
.custom-printed-cups-page .sizes-lids-size-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 1px;
  cursor: default;
  user-select: none;
  transition: transform 0.18s ease;
}
.custom-printed-cups-page .sizes-lids-size-item:hover {
  transform: translateY(-2px);
}
.custom-printed-cups-page .sizes-lids-size-img {
  height: 52px;
  width: auto;
  max-width: 52px;
  object-fit: contain;
  margin-bottom: 8px;
  transition: transform 0.18s ease;
}
.custom-printed-cups-page .sizes-lids-size-oz {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
}
.custom-printed-cups-page .sizes-lids-size-name {
  font-size: 15px;
  color: #737380;
}
.custom-printed-cups-page .sizes-lids-lids-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .custom-printed-cups-page .sizes-lids-lids-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 6px;
  }
}
.custom-printed-cups-page .sizes-lids-lid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4px 1px;
  cursor: default;
  user-select: none;
  transition: transform 0.18s ease;
}
.custom-printed-cups-page .sizes-lids-lid-item:hover {
  transform: translateY(-2px);
}
.custom-printed-cups-page .sizes-lids-lid-img {
  height: 48px;
  width: auto;
  max-width: 60px;
  object-fit: contain;
  margin-bottom: 8px;
  transition: transform 0.18s ease;
}
.custom-printed-cups-page .sizes-lids-lid-name {
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  line-height: 1.25;
}
.custom-printed-cups-page .specs-section {
  background-color: transparent;
  padding: 40px 0 50px;
  margin: 0;
}
.custom-printed-cups-page .specs-section-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.custom-printed-cups-page .specs-section-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.custom-printed-cups-page .printing-section {
  background-color: rgba(205, 153, 51, 0.3);
  padding: 40px 0 20px;
  margin: 0;
}
.custom-printed-cups-page .printing-section-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.custom-printed-cups-page .printing-section-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.custom-printed-cups-page .specs-printing {
  background-color: transparent;
  padding: 40px 0 50px;
  margin: 0;
}
.custom-printed-cups-page .specs-printing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .specs-printing-grid {
    grid-template-columns: 1fr;
  }
}
.custom-printed-cups-page .specs-printing-card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
.custom-printed-cups-page .specs-printing-card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.custom-printed-cups-page .specs-box-content {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .specs-box-content {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.custom-printed-cups-page .specs-box-table-wrap {
  border: 1px solid #dedee6;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.custom-printed-cups-page .specs-box-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.custom-printed-cups-page .specs-box-table thead th {
  font-weight: 800;
  color: #cd9933;
  text-transform: uppercase;
  font-size: 13.5px;
  letter-spacing: 0.5px;
  background-color: #faf6ef;
  border-bottom: 1.5px solid #dedee6;
  padding: 12px 16px;
  text-align: left;
}
.custom-printed-cups-page .specs-box-table thead th:first-child {
  border-right: 1px solid #dedee6;
  width: 36%;
}
.custom-printed-cups-page .specs-box-table tr {
  border-bottom: 1px solid #ececf0;
  transition: background-color 0.15s ease;
}
.custom-printed-cups-page .specs-box-table tr:last-child {
  border-bottom: none;
}
.custom-printed-cups-page .specs-box-table tr:nth-child(even) {
  background-color: #fafafc;
}
.custom-printed-cups-page .specs-box-table tr:hover {
  background-color: rgba(205, 153, 51, 0.06);
}
.custom-printed-cups-page .specs-box-table th,
.custom-printed-cups-page .specs-box-table td {
  padding: 11px 16px;
  text-align: left;
  vertical-align: middle;
}
.custom-printed-cups-page .specs-box-table tbody th {
  font-weight: 800;
  color: #111111;
  width: 36%;
  border-right: 1px solid #ececf0;
}
.custom-printed-cups-page .specs-box-table td {
  font-weight: 500;
  color: #333333;
}
.custom-printed-cups-page .specs-box-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 100%;
}
.custom-printed-cups-page .specs-box-diagram img {
  width: 100%;
  max-width: 320px;
  height: auto;
  max-height: 460px;
  object-fit: contain;
}
.custom-printed-cups-page .printing-box-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 0;
  align-items: center;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .printing-box-layout {
    grid-template-columns: 1fr;
  }
}
.custom-printed-cups-page .printing-box-content {
  display: flex;
  flex-direction: column;
}
.custom-printed-cups-page .printing-box-subtitle {
  font-size: 15px;
  color: #737380;
  margin-top: -14px;
  margin-bottom: 20px;
}
.custom-printed-cups-page .printing-box-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.custom-printed-cups-page .printing-box .printing-section-card-title {
  margin-bottom: 24px;
}
.custom-printed-cups-page .printing-box-feature {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.custom-printed-cups-page .printing-box-feature-icon {
  width: 48px;
  height: 48px;
  color: #cd9933;
  flex-shrink: 0;
  margin-top: 2px;
}
.custom-printed-cups-page .printing-box-feature-icon svg,
.custom-printed-cups-page .printing-box-feature-icon img {
  width: 48px;
  height: 48px;
}
.custom-printed-cups-page .printing-box-feature-icon svg {
  fill: currentColor;
}
.custom-printed-cups-page .printing-box-feature-icon img {
  object-fit: contain;
}
.custom-printed-cups-page .printing-box-feature-title {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 2px;
}
.custom-printed-cups-page .printing-box-feature-desc {
  font-size: 14px;
  color: #737380;
  line-height: 1.4;
}
.custom-printed-cups-page .printing-box-action {
  margin-left: 60px;
  align-self: flex-start;
}
.custom-printed-cups-page .printing-box-action .btn {
  width: auto;
  display: inline-flex;
}
.custom-printed-cups-page .printing-box-visual {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .printing-box-visual {
    margin-bottom: 24px;
  }
}
.custom-printed-cups-page .printing-box-visual img {
  width: 100%;
  max-width: 320px;
  height: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: bottom center;
}
.custom-printed-cups-page .section-heading-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 36px;
  text-align: center;
}
.custom-printed-cups-page .section-heading-divider .heading-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(205, 153, 51, 0.4), transparent);
  flex: 1;
  max-width: 140px;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .section-heading-divider .heading-line {
    display: none;
  }
}
.custom-printed-cups-page .section-heading-divider .heading-text {
  font-size: 1.65rem;
  font-weight: 900;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
}
.custom-printed-cups-page .section-heading-divider .heading-text .highlight,
.custom-printed-cups-page .section-heading-divider .heading-text .text-brand {
  color: #cd9933;
}
@media (max-width: 640px) {
  .custom-printed-cups-page .section-heading-divider .heading-text {
    font-size: 1.35rem;
  }
}
.custom-printed-cups-page .why-choose {
  padding: 40px 0 20px;
  background-color: #ffffff;
}
.custom-printed-cups-page .why-choose .section-heading-divider {
  margin-bottom: 24px;
}
.custom-printed-cups-page .why-choose-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .why-choose-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
  }
}
@media (max-width: 480px) {
  .custom-printed-cups-page .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 12px;
  }
}
.custom-printed-cups-page .why-choose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 14px 20px;
  background-color: #ffffff;
  border: 1.5px solid #cd9933;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(205, 153, 51, 0.08);
  transition: all 0.25s ease;
}
.custom-printed-cups-page .why-choose-item:hover {
  transform: translateY(-5px);
  border-color: #b5862c;
  box-shadow: 0 10px 24px rgba(205, 153, 51, 0.2);
  background-color: #fffdf9;
}
.custom-printed-cups-page .why-choose-item:hover .why-choose-icon-wrap {
  transform: scale(1.1);
}
.custom-printed-cups-page .why-choose-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #cd9933;
  margin-bottom: 14px;
  transition: transform 0.2s ease;
}
.custom-printed-cups-page .why-choose-icon-wrap svg,
.custom-printed-cups-page .why-choose-icon-wrap img {
  width: 35px;
  height: 35px;
}
.custom-printed-cups-page .why-choose-icon-wrap svg {
  fill: currentColor;
}
.custom-printed-cups-page .why-choose-icon-wrap img {
  object-fit: contain;
}
.custom-printed-cups-page .why-choose-title {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin-bottom: 8px;
  line-height: 1.25;
}
.custom-printed-cups-page .why-choose-desc {
  font-size: 15px;
  color: #737380;
  line-height: 1.45;
}
.custom-printed-cups-page .product-tabs-wrapper {
  margin-bottom: 28px;
  border-bottom: 2px solid rgba(11, 11, 15, 0.08);
}
.custom-printed-cups-page .product-tabs-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
  min-width: max-content;
}
.custom-printed-cups-page .product-tab-item {
  position: relative;
  padding: 12px 22px;
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(11, 11, 15, 0.58);
  background: transparent;
  cursor: pointer;
  border-bottom: 3.5px solid transparent;
  margin-bottom: -2px;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  user-select: none;
}
.custom-printed-cups-page .product-tab-item:hover {
  color: #0b0b0f;
  border-bottom-color: rgba(205, 153, 51, 0.45);
}
.custom-printed-cups-page .product-tab-item.active {
  color: #0b0b0f;
  border-bottom-color: #cd9933;
  font-weight: 900;
}
.custom-printed-cups-page .tab-pane {
  display: none;
  animation: fadeInTab 0.3s ease-in-out;
}
.custom-printed-cups-page .tab-pane.active {
  display: block;
}
@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.custom-printed-cups-page .size-detail-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.custom-printed-cups-page .size-badge {
  display: inline-block;
  background-color: #cd9933;
  color: #0b0b0f;
  font-weight: 900;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(205, 153, 51, 0.2);
  align-self: flex-start;
}
.custom-printed-cups-page .size-detail-title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0b0b0f;
  margin: 0;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .custom-printed-cups-page .size-detail-title {
    font-size: 1.35rem;
  }
}
.custom-printed-cups-page .size-detail-lead {
  font-size: 0.95rem;
  color: #555555;
  line-height: 1.7;
  margin: 0;
}
.custom-printed-cups-page .size-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 6px 0;
}
@media (max-width: 600px) {
  .custom-printed-cups-page .size-spec-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.custom-printed-cups-page .size-spec-card {
  background-color: #faf6ef;
  border: 1px solid rgba(205, 153, 51, 0.25);
  border-radius: 14px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: border-color 0.2s ease;
}
.custom-printed-cups-page .size-spec-card:hover {
  border-color: rgba(205, 153, 51, 0.6);
}
.custom-printed-cups-page .size-spec-card-label {
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(11, 11, 15, 0.55);
}
.custom-printed-cups-page .size-spec-card-value {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0b0b0f;
}
.custom-printed-cups-page .size-features-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.custom-printed-cups-page .size-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: rgba(11, 11, 15, 0.85);
  line-height: 1.5;
}
.custom-printed-cups-page .size-features-list li i {
  color: #cd9933;
  font-size: 1rem;
  margin-top: 3px;
  flex-shrink: 0;
}
.custom-printed-cups-page .spec-table-container {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(11, 11, 15, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
  margin: 12px 0 16px;
  background-color: #ffffff;
}
.custom-printed-cups-page .spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  text-align: left;
}
.custom-printed-cups-page .spec-table thead {
  background-color: #1a1a1a;
  color: #ffffff;
}
.custom-printed-cups-page .spec-table thead th {
  padding: 13px 18px;
  font-weight: 800;
  color: #cd9933;
  letter-spacing: 0.04em;
  font-size: 0.84rem;
  text-transform: uppercase;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.custom-printed-cups-page .spec-table thead th:last-child {
  border-right: none;
}
.custom-printed-cups-page .spec-table tbody tr {
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
  transition: background-color 0.15s ease;
}
.custom-printed-cups-page .spec-table tbody tr:last-child {
  border-bottom: none;
}
.custom-printed-cups-page .spec-table tbody tr:nth-child(even) {
  background-color: #faf6ef;
}
.custom-printed-cups-page .spec-table tbody tr:hover {
  background-color: rgba(205, 153, 51, 0.1);
}
.custom-printed-cups-page .spec-table tbody td {
  padding: 12px 18px;
  color: #0b0b0f;
  border-right: 1px solid rgba(11, 11, 15, 0.08);
  vertical-align: middle;
}
.custom-printed-cups-page .spec-table tbody td:last-child {
  border-right: none;
}
.custom-printed-cups-page .spec-table tbody td strong {
  color: #0b0b0f;
  font-weight: 800;
}
.custom-printed-cups-page .oz-pill-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(11, 11, 15, 0.08);
}
.custom-printed-cups-page .oz-pill {
  padding: 8px 16px;
  font-size: 0.86rem;
  font-weight: 800;
  border-radius: 999px;
  border: 1.5px solid rgba(205, 153, 51, 0.35);
  background-color: transparent;
  color: #0b0b0f;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.custom-printed-cups-page .oz-pill:hover {
  background-color: rgba(205, 153, 51, 0.12);
  border-color: #cd9933;
  transform: translateY(-1px);
}
.custom-printed-cups-page .oz-pill.active {
  background-color: #cd9933;
  color: #0b0b0f;
  border-color: #cd9933;
  box-shadow: 0 4px 12px rgba(205, 153, 51, 0.28);
}
.custom-printed-cups-page .oz-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-printed-cups-page .oz-card-item {
  background: #ffffff;
  border: 1.5px solid rgba(205, 153, 51, 0.25);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  animation: fadeInTab 0.25s ease-in-out;
}
.custom-printed-cups-page .oz-card-item:hover {
  border-color: rgba(205, 153, 51, 0.55);
  box-shadow: 0 8px 24px rgba(205, 153, 51, 0.1);
}
.custom-printed-cups-page .oz-card-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0b0b0f;
  margin: 8px 0 6px;
}
.custom-printed-cups-page .oz-capacity-tag {
  font-size: 0.82rem;
  font-weight: 800;
  color: #cd9933;
  background: rgba(205, 153, 51, 0.1);
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid rgba(205, 153, 51, 0.25);
}
.custom-printed-cups-page .seo-quote-section {
  padding: 24px 0 30px;
  background-color: transparent;
}
.custom-printed-cups-page .seo-quote-section-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: start;
}
.custom-printed-cups-page .seo-quote-section-inner > * {
  min-width: 0;
}
@media (max-width: 992px) {
  .custom-printed-cups-page .seo-quote-section-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.custom-printed-cups-page .product-tabs-wrapper {
  margin-bottom: 24px;
  border-bottom: 2px solid rgba(11, 11, 15, 0.08);
}
.custom-printed-cups-page .product-tabs-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.custom-printed-cups-page .product-tab-item {
  position: relative;
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0b0b0f;
  background: transparent;
  cursor: default;
  border-bottom: 3.5px solid #cd9933;
  margin-bottom: -2px;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.custom-printed-cups-page .seo-content {
  height: 580px;
  max-height: 580px;
  overflow-y: scroll !important;
  overflow-x: hidden;
  padding-right: 18px;
  padding-bottom: 18px;
  box-sizing: border-box;
  /* Custom Theme Yellow Scrollbar (#CD9933) */
  scrollbar-width: thin;
  scrollbar-color: #cd9933 #f2f2f2;
}
.custom-printed-cups-page .seo-content::-webkit-scrollbar {
  width: 6px;
  display: block;
}
.custom-printed-cups-page .seo-content::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 10px;
}
.custom-printed-cups-page .seo-content::-webkit-scrollbar-thumb {
  background-color: #cd9933;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
.custom-printed-cups-page .seo-content::-webkit-scrollbar-thumb:hover {
  background-color: #b88324;
}
@media (max-width: 992px) {
  .custom-printed-cups-page .seo-content {
    height: 400px;
    max-height: 400px;
  }
}
.custom-printed-cups-page .seo-content-block {
  color: #555555;
  padding-bottom: 18px;
}
.custom-printed-cups-page .seo-content-block h2,
.custom-printed-cups-page .seo-content-block h3,
.custom-printed-cups-page .seo-content-block h4 {
  color: #111111;
  font-weight: 800;
  margin: 0 0 12px;
}
.custom-printed-cups-page .seo-content-block h2 {
  font-size: 1.5rem;
}
.custom-printed-cups-page .seo-content-block h3 {
  font-size: 1.25rem;
}
.custom-printed-cups-page .seo-content-block p {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 16px;
}
.custom-printed-cups-page .seo-content-block ul,
.custom-printed-cups-page .seo-content-block ol {
  list-style: disc;
  padding-left: 1.25rem;
  margin: 0 0 16px;
}
.custom-printed-cups-page .seo-content-block ul li,
.custom-printed-cups-page .seo-content-block ol li {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 8px;
}
.custom-printed-cups-page .seo-content-block a {
  color: #cd9933;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.custom-printed-cups-page .seo-content-block a:hover {
  color: #b5862c;
}
.custom-printed-cups-page .seo-content-main-title {
  font-size: 1.65rem;
  font-weight: 900;
  color: #0b0b0f;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.custom-printed-cups-page .seo-content p {
  font-size: 15px;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 16px;
}
.custom-printed-cups-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-printed-cups-page .quote-form-card {
  background-color: #ffffff;
  border: 1.5px solid rgba(205, 153, 51, 0.35);
  border-radius: 20px;
  padding: 32px 28px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 90px;
  min-width: 0;
  width: 100%;
}
.custom-printed-cups-page .quote-form-card-header {
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2.5px solid #cd9933;
}
.custom-printed-cups-page .quote-form-card-title {
  font-size: 1.45rem;
  font-weight: 900;
  color: #0b0b0f;
  letter-spacing: -0.01em;
  margin: 0;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0;
  width: 100%;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .cpc-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .cpc-form-row::before, .custom-printed-cups-page .quote-form-card .cpc-quote-form .cpc-form-row::after {
  display: none;
  content: none;
}
@media (max-width: 600px) {
  .custom-printed-cups-page .quote-form-card .cpc-quote-form .cpc-form-row {
    grid-template-columns: 1fr;
  }
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-label-file {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0b0b0f;
  margin-bottom: 8px;
  line-height: 1.3;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group {
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group--file {
  padding: 12px 14px;
  border: 1.5px dashed rgba(205, 153, 51, 0.5);
  border-radius: 12px;
  background-color: #faf6ef;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group--file .form-control--file {
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 0.85rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  box-shadow: none;
  min-height: auto;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group--file .form-control--file:hover, .custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group--file .form-control--file:focus {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group--file .form-control--file::file-selector-button {
  border: 1px solid rgba(11, 11, 15, 0.22);
  background: #ffffff;
  color: #0b0b0f;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 8px;
  padding: 8px 14px;
  margin-right: 12px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group--file .form-control--file:hover::file-selector-button {
  background: #f5f5f5;
  border-color: rgba(11, 11, 15, 0.3);
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-group--captcha {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: #faf6ef;
  border: 1.5px solid rgba(205, 153, 51, 0.35);
  padding: 10px 14px;
  border-radius: 12px;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-control,
.custom-printed-cups-page .quote-form-card .cpc-quote-form select.form-control,
.custom-printed-cups-page .quote-form-card .cpc-quote-form textarea.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 12px 16px;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.4;
  color: #0b0b0f;
  background-color: #ffffff;
  border: 1.5px solid rgba(11, 11, 15, 0.16);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none;
  min-height: 46px;
  margin: 0;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-control:focus,
.custom-printed-cups-page .quote-form-card .cpc-quote-form select.form-control:focus,
.custom-printed-cups-page .quote-form-card .cpc-quote-form textarea.form-control:focus {
  border-color: #cd9933;
  box-shadow: 0 0 0 0.2rem rgba(205, 153, 51, 0.2);
  background-color: #ffffff;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-control::placeholder,
.custom-printed-cups-page .quote-form-card .cpc-quote-form select.form-control::placeholder,
.custom-printed-cups-page .quote-form-card .cpc-quote-form textarea.form-control::placeholder {
  color: rgba(11, 11, 15, 0.45);
  opacity: 1;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-control--textarea,
.custom-printed-cups-page .quote-form-card .cpc-quote-form select.form-control--textarea,
.custom-printed-cups-page .quote-form-card .cpc-quote-form textarea.form-control--textarea {
  resize: vertical;
  min-height: 85px;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-control--captcha,
.custom-printed-cups-page .quote-form-card .cpc-quote-form select.form-control--captcha,
.custom-printed-cups-page .quote-form-card .cpc-quote-form textarea.form-control--captcha {
  max-width: 120px;
  min-height: 40px;
  padding: 8px 12px;
  background-color: #ffffff;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form select.form-control {
  cursor: pointer;
  padding-right: 36px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%230b0b0f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .captcha-label {
  font-size: 0.92rem;
  font-weight: 800;
  color: #0b0b0f;
  margin: 0;
  white-space: nowrap;
  line-height: 1.2;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-submit {
  margin-top: 10px;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-submit .btn.btn--gold.btn--block {
  background-color: #cd9933;
  color: #0b0b0f;
  border: 1px solid #cd9933;
  padding: 14px 24px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(205, 153, 51, 0.25);
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-submit .btn.btn--gold.btn--block:hover, .custom-printed-cups-page .quote-form-card .cpc-quote-form .form-submit .btn.btn--gold.btn--block:focus {
  background-color: #e0ad4d;
  border-color: #e0ad4d;
  color: #0b0b0f;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(205, 153, 51, 0.35);
}
.custom-printed-cups-page .quote-form-card .cpc-quote-form .form-submit .btn.btn--gold.btn--block:active {
  transform: translateY(0);
}
.custom-printed-cups-page .faq-section {
  padding: 50px 0 70px;
  background-color: #fdfdfd;
}
.custom-printed-cups-page .faq-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
}
@media (max-width: 768px) {
  .custom-printed-cups-page .faq-section-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.custom-printed-cups-page .faq-section-item {
  background-color: #ffffff;
  border: 1px solid #e8e8ee;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.18s ease;
}
.custom-printed-cups-page .faq-section-item.active {
  border-color: rgba(224, 113, 22, 0.4);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.04);
}
.custom-printed-cups-page .faq-section-item.active .faq-section-arrow {
  transform: rotate(180deg);
  color: #cd9933;
}
.custom-printed-cups-page .faq-section-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  text-align: left;
  background: none;
  cursor: pointer;
}
.custom-printed-cups-page .faq-section-question:hover {
  color: #cd9933;
}
.custom-printed-cups-page .faq-section-arrow {
  width: 14px;
  height: 14px;
  color: #737380;
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.18s ease, color 0.18s ease;
}
.custom-printed-cups-page .faq-section-arrow svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.custom-printed-cups-page .faq-section-answer {
  display: none;
  padding: 0 20px 18px;
  font-size: 15px;
  color: #4a4a52;
  line-height: 1.6;
}
.custom-printed-cups-page .faq-section-answer p {
  margin: 0;
}
.custom-printed-cups-page .faq-section-answer.open {
  display: block;
}
.custom-printed-cups-page .value-banner {
  background-color: #cd9933;
  color: #ffffff;
  padding: 24px 0;
}
.custom-printed-cups-page .value-banner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 1024px) {
  .custom-printed-cups-page .value-banner-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
  }
}
@media (max-width: 480px) {
  .custom-printed-cups-page .value-banner-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.custom-printed-cups-page .value-banner-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.custom-printed-cups-page .value-banner-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.custom-printed-cups-page .value-banner-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.custom-printed-cups-page .value-banner-title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.3px;
}
.custom-printed-cups-page .value-banner-subtitle {
  font-size: 15px;
  opacity: 0.9;
  font-weight: 500;
  line-height: 1.2;
}
.custom-printed-cups-page {
  /* 2. FAQ SECTION */
}
.custom-printed-cups-page #faq .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #cd9933;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}
.custom-printed-cups-page #faq .eyebrow .dot,
.custom-printed-cups-page #faq .eyebrow i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.custom-printed-cups-page #faq h2.h1 {
  font-size: 2.8rem;
  font-weight: 900;
  color: #0b0b0f;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.custom-printed-cups-page #faq p.text-muted {
  color: #70685b !important;
  font-size: 15px;
  font-weight: 500;
}
.custom-printed-cups-page #faqAccordion .accordion-item {
  background-color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.custom-printed-cups-page #faqAccordion .accordion-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}
.custom-printed-cups-page #faqAccordion .accordion-header {
  margin: 0;
  padding: 0;
}
.custom-printed-cups-page #faqAccordion .accordion-button {
  background-color: #ffffff !important;
  color: #0b0b0f !important;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 22px;
  box-shadow: none !important;
  border: none !important;
  border-radius: 14px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-printed-cups-page #faqAccordion .accordion-button:focus {
  box-shadow: none !important;
}
.custom-printed-cups-page #faqAccordion .accordion-button:not(.collapsed) {
  color: #cd9933 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.custom-printed-cups-page #faqAccordion .accordion-button::after {
  filter: none !important;
  transform: scale(0.85);
  transition: transform 0.2s ease;
}
.custom-printed-cups-page #faqAccordion .accordion-button:not(.collapsed)::after {
  filter: none !important;
  transform: rotate(-180deg) scale(0.85);
}
.custom-printed-cups-page #faqAccordion .accordion-body {
  background-color: #ffffff !important;
  color: #555555 !important;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 22px 20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}
.custom-printed-cups-page #faqAccordion .accordion-body p {
  margin: 0;
}
.custom-printed-cups-page .btn.btn-brand,
.custom-printed-cups-page .btn.btn-outline-brand,
.custom-printed-cups-page .btn.btn-outline-brand-swap,
.custom-printed-cups-page .btn.btn--primary,
.custom-printed-cups-page .btn.btn--outline,
.custom-printed-cups-page .btn.btn--sm,
.custom-printed-cups-page .btn.btn--arrow {
  text-transform: none;
  letter-spacing: 0;
}
.custom-printed-cups-page .btn.btn--primary,
.custom-printed-cups-page .btn.btn--outline,
.custom-printed-cups-page .btn.btn--sm,
.custom-printed-cups-page .btn.btn--arrow {
  border-radius: 6px;
}
.custom-printed-cups-page .btn.btn-brand,
.custom-printed-cups-page .btn.btn-outline-brand,
.custom-printed-cups-page .btn.btn-outline-brand-swap {
  font-weight: 700;
  --bs-btn-color: #0b0b0f;
  --bs-btn-hover-color: #0b0b0f;
  --bs-btn-active-color: #0b0b0f;
  color: #0b0b0f;
}
.custom-printed-cups-page .btn.btn-brand:hover,
.custom-printed-cups-page .btn.btn-brand:focus,
.custom-printed-cups-page .btn.btn-brand:active,
.custom-printed-cups-page .btn.btn-outline-brand-swap:hover,
.custom-printed-cups-page .btn.btn-outline-brand-swap:focus,
.custom-printed-cups-page .btn.btn-outline-brand-swap:active,
.custom-printed-cups-page .btn.btn--primary:hover,
.custom-printed-cups-page .btn.btn--primary:focus,
.custom-printed-cups-page .btn.btn--primary:active,
.custom-printed-cups-page .btn.btn--outline:hover,
.custom-printed-cups-page .btn.btn--outline:focus,
.custom-printed-cups-page .btn.btn--outline:active,
.custom-printed-cups-page .btn.cup-card-btn:hover,
.custom-printed-cups-page .btn.cup-card-btn:focus,
.custom-printed-cups-page .btn.cup-card-btn:active {
  color: #0b0b0f;
}
.custom-printed-cups-page .btn.btn-outline-brand {
  --bs-btn-color: #cd9933;
  color: #cd9933;
}
.custom-printed-cups-page .btn.btn-outline-brand:hover,
.custom-printed-cups-page .btn.btn-outline-brand:focus,
.custom-printed-cups-page .btn.btn-outline-brand:active {
  color: #0b0b0f;
}
.custom-printed-cups-page .btn.btn--primary,
.custom-printed-cups-page .btn.btn--outline,
.custom-printed-cups-page .btn.cup-card-btn {
  color: #0b0b0f;
}
.custom-printed-cups-page .cup-card-title,
.custom-printed-cups-page .why-choose-title,
.custom-printed-cups-page .design-studio-title,
.custom-printed-cups-page .sizes-lids-section-title,
.custom-printed-cups-page .specs-section-card-title,
.custom-printed-cups-page .printing-section-card-title {
  color: #111111;
  font-weight: 800;
}
.custom-printed-cups-page .cup-card h3,
.custom-printed-cups-page .why-choose-item h3 {
  margin-bottom: 8px;
}
.custom-printed-cups-page .accordion-button {
  background-color: #ffffff;
  color: #111111;
  box-shadow: none;
}
.custom-printed-cups-page .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #cd9933;
}
.custom-printed-cups-page table {
  margin-bottom: 0;
}
.custom-printed-cups-page .cgp-testimonials-section {
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .custom-printed-cups-page .cgp-testimonials-section {
    padding-top: 28px;
    padding-bottom: 48px;
  }
}
.custom-printed-cups-page #cta-section .cta-btn {
  background-color: #cd9933;
  color: #0b0b0f;
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 8px;
  border: 1px solid rgba(205, 153, 51, 0.65);
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 16px 45px rgba(205, 153, 51, 0.18);
}
.custom-printed-cups-page #cta-section .cta-btn:hover, .custom-printed-cups-page #cta-section .cta-btn:focus {
  background-color: #ddb04a;
  border-color: #d4a23f;
  color: #0b0b0f;
  transform: none;
}

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