﻿:root {
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.15);
  --discount-green: #198754;
  --sticky-nav-offset: 50px;
  --action-second: var(--theme-primary-color);
  --action-yellow: #F5C518;
  --bs-body-font-size: 16px;
}
@media (max-width: 992px) {
  :root {
    --sticky-nav-offset: 15px;
  }
}

.widget-container {
  width: 100% !important;
}

.monster-one {
  width: 90%;
}

.row {
  margin-top: 0;
  margin-bottom: 0;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

footer {
  margin-top: 1rem;
}

footer .row > * {
  margin-top: 0;
}

.row:has(.topbar-cart.svg) {
  align-items: center;
}

.row:has(#newsletter-form) {
  justify-content: space-around;
}

header > div:first-child > .widget-container > .row {
  margin-top: 0;
}

body#body-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

.widget-separator {
  height: 3px;
  background-image: linear-gradient(to right, transparent 0%, var(--theme-primary-color, #1B8FCF) 40%, var(--theme-primary-color, #1B8FCF) 60%, transparent 100%);
  width: 60%;
  max-width: 400px;
  margin: 2rem auto;
  border: none;
  opacity: 0.9;
  box-shadow: 0 1px 4px rgba(var(--theme-primary-rgb, 200, 16, 46), 0.15);
}
@media (max-width: 991px) {
  .widget-separator {
    margin: 1rem auto;
  }
}

#bulk-savings-details {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--theme-border-radius);
  overflow: hidden;
}
#bulk-savings-details th, #bulk-savings-details td {
  padding: var(--theme-border-radius);
}
#bulk-savings-details tr:first-child th:first-child {
  border-top-left-radius: var(--theme-border-radius);
}
#bulk-savings-details tr:first-child th:last-child {
  border-top-right-radius: var(--theme-border-radius);
}
#bulk-savings-details tr:last-child td:first-child {
  border-bottom-left-radius: var(--theme-border-radius);
}
#bulk-savings-details tr:last-child td:last-child {
  border-bottom-right-radius: var(--theme-border-radius);
}

.cart-fragment-header {
  background-color: var(--theme-primary-text-color) !important;
}

.topbar-cart.svg {
  display: inline;
  position: relative;
}

.cart-item-count {
  font-family: "Noto Sans Mono";
}

.cart-item .remove-item.floating {
  top: 14px;
  cursor: pointer;
}
.cart-item .remove-item.floating .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 700, "GRAD" 200, "opsz" 24;
}

a.over-ten div.cart-item-count {
  font-size: 14px !important;
  top: 2px !important;
}

.cart-fragment-items .product-title a {
  font-size: 15px !important;
}

.border-top-flat {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.border-bottom-flat {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

@media (max-width: 575.98px) {
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
}
.site-nav {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-radius: 0 0 var(--theme-border-radius) var(--theme-border-radius);
  flex-wrap: wrap !important;
  height: 40px;
  padding: 0 !important;
}
.site-nav a {
  color: #222;
  font-weight: 600;
  padding: 14px 18px;
  transition: all 0.2s;
}
.site-nav a:hover, .site-nav a.active {
  color: var(--theme-primary-text-color, #1B8FCF);
  text-decoration: underline var(--theme-primary-text-color, #1B8FCF) 3px;
  text-underline-offset: 8px;
}

.col:has(.site-nav-container) {
  margin-top: 0;
}

[id*=widget-row]:has(.site-nav-container) {
  position: sticky;
  top: 0;
  z-index: 1020 !important;
}

.breadcrumb {
  margin-bottom: var(--bs-spacer, 1rem);
  border-radius: var(--theme-border-radius);
  font-size: 0.875rem;
}

.breadcrumb-item {
  color: #6c757d;
}
.breadcrumb-item a {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.15s ease;
}
.breadcrumb-item a:hover, .breadcrumb-item a:focus {
  color: var(--theme-primary-text-color, #1B8FCF);
  font-weight: bold;
}
.breadcrumb-item.active {
  color: #343a40;
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
  content: "/";
}

.whitelabel-card {
  border: 1px solid #e0e0e0;
  border-radius: var(--theme-border-radius);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: white;
  padding: 20px;
}

.product-card {
  border: 1px solid #e0e0e0;
  border-radius: var(--theme-border-radius);
  margin-top: var(--bs-gutter-y, 1rem);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  background: white;
}
.product-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.catalog-image-box {
  background-image: none !important;
  position: relative;
  aspect-ratio: 1/1;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.05) 100%) !important;
  padding: 10px;
  box-sizing: border-box;
}

.image-flip-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.catalog-image-box .front-image, .catalog-image-box .back-image {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.catalog-image-box .back-image {
  opacity: 0;
  transform: scale(1);
}

.product-card.has-back:hover .front-image {
  opacity: 0;
}

.product-card.has-back:hover .back-image {
  opacity: 1;
}

.back-indicator {
  position: absolute;
  top: 0px;
  right: 12px;
  background: white;
  color: var(--theme-primary-color, #c8102e);
  border: 1px solid #CCC;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 999px;
  z-index: 10;
  pointer-events: none;
  transition: background 0.2s ease;
}
@media (max-width: 768px) {
  .back-indicator {
    top: 15px;
  }
}

.product-card:hover .back-indicator {
  background: #FCFCFC;
}

.design-cta-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 15px;
  opacity: 0;
  /*pointer-events: none;*/
  transition: opacity 0.3s ease;
  z-index: 5;
  background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.1) 100%);
}

@media (hover: hover) {
  .product-card:hover .design-cta-overlay {
    opacity: 1;
    /*pointer-events: auto;*/
  }
}
.design-btn {
  background: white;
  color: var(--theme-primary-text-color, #c8102e);
  font-weight: bold;
  padding: 0.75rem 1.8rem;
  border: 1px solid #CCC;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, background 0.2s ease;
}

.border-radius {
  border-radius: var(--theme-border-radius);
}

.border-radius-bottom-flat {
  border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}

@media (min-width: 768px) {
  .rounded-md-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .rounded-lg-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
.background-gradient-whitegray::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(to right bottom, #ffffff 50%, #d4d4d4 100%);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.background-gradient-categoryblack::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(135deg, var(--theme-primary-color) 25%, #000000 100%) !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.background-gradient-whitegray > *,
.background-gradient-categoryblack > * {
  position: relative;
  z-index: 2;
}

.pattern-apparel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://content.bespokelabs.co/images/theme/Shared/images/dw-pattern-test2-opacity20.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pattern-9::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("https://content.bespokelabs.co/images/theme/Shared/images/patterns/pattern9.png");
  opacity: 0.15;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.pattern-apparel > *,
.pattern-9 > * {
  position: relative;
  z-index: 2;
}

.form-control {
  border-radius: var(--theme-form-border-radius);
}

.form-select {
  border-radius: var(--theme-form-border-radius);
}

.form-floating .is-invalid {
  border-color: #dc2626 !important;
}
.form-floating .is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 38, 38, 0.25) !important;
}
.form-floating .invalid-feedback {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
  position: relative;
  text-align: right;
}

.no-border {
  border: 0px !important;
}
.no-border td {
  border: 0px !important;
}

#email-newsletter-input {
  border-top-left-radius: var(--theme-border-radius);
  border-bottom-left-radius: var(--theme-border-radius);
}

div.input-group:has(#email-newsletter-input) > button {
  border-top-right-radius: var(--theme-border-radius);
  border-bottom-right-radius: var(--theme-border-radius);
}

.privacy-modal {
  /* Footer Buttons */
  /* Buttons */
  /* Save Choices Button */
  /* Better visual separation between sections */
  /* Slightly smaller description text */
  /* Cancel Button - Make it neutral */
  /* Improve toggle spacing and alignment */
  /* Better heading */
}
.privacy-modal .modal-content {
  border-radius: var(--theme-border-radius, 12px);
}
.privacy-modal .modal-body {
  font-size: 0.9rem;
}
.privacy-modal .modal-footer, .privacy-modal .offcanvas-footer {
  padding: 1rem 1.5rem;
  gap: 10px;
}
.privacy-modal .btn {
  padding: 0.55rem 1.5rem;
  font-size: 0.95rem;
}
.privacy-modal .btn-primary {
  font-weight: 600;
}
.privacy-modal .form-check-label {
  font-weight: 600;
  color: #212529;
}
.privacy-modal .form-check ~ p,
.privacy-modal .form-check ~ div {
  font-size: 0.92rem;
  line-height: 1.45;
  color: #555;
}
.privacy-modal .btn-info, .privacy-modal .btn-secondary {
  background-color: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 0.65rem 1.5rem;
  font-weight: 500;
  border-radius: 8px;
}
.privacy-modal .btn-info:hover, .privacy-modal .btn-secondary:hover {
  background-color: #e9ecef;
  border-color: #ced4da;
  color: #212529;
}
.privacy-modal .form-check {
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
}
.privacy-modal .modal-header h5, .privacy-modal .offcanvas-header h5 {
  font-size: 1.25rem;
  font-weight: 600;
}

.text-color-site {
  color: var(--theme-primary-color) !important;
}

.text-color-category {
  color: var(--theme-primary-text-color) !important;
}

.text-color-category-overlay {
  color: var(--theme-category-overlay-text-color) !important;
}

.text-shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.text-shadow-strong {
  text-shadow: 0px 3px 4px rgb(0, 0, 0);
}

.text-header {
  font-weight: bold;
  font-size: 1.3rem !important;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .text-header {
    font-size: 1rem !important;
  }
}

.text-subheader {
  /*color: #000;*/
  color: var(--bs-secondary-color);
  font-weight: bold;
}
@media (max-width: 991px) {
  .text-subheader {
    font-size: 0.8rem !important;
  }
}

.text-stack {
  display: flex;
  flex-direction: column;
}

.text-fade-50 {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 50%, transparent 58%);
  mask-image: linear-gradient(to right, black 0%, black 50%, transparent 58%);
}

.text-fade-75 {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 75%, transparent 83%);
  mask-image: linear-gradient(to right, black 0%, black 75%, transparent 83%);
}

.text-fade-90 {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 90%, transparent 95%);
  mask-image: linear-gradient(to right, black 0%, black 90%, transparent 95%);
}

.text-fade-100 {
  -webkit-mask-image: linear-gradient(to right, black 0%, black 98%, transparent 100%);
  mask-image: linear-gradient(to right, black 0%, black 98%, transparent 100%);
}

.text-medium {
  font-size: 1.1em;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.color-primary {
  color: var(--theme-site-primary-color);
}

.text-discount {
  color: var(--discount-green) !important;
  font-weight: 700;
}

.link-primary {
  color: var(--theme-site-primary-color, #c8102e) !important;
}

.link-underline {
  text-decoration: underline;
}

.text-primary {
  color: var(--theme-site-primary-color, #c8102e) !important;
}

.text-collapser {
  height: 3rem;
}

.text-justify {
  text-align: justify !important;
}

.blend-soft::after {
  mix-blend-mode: soft-light;
}

.blend-overlay::after {
  mix-blend-mode: overlay;
}

.no-underline:hover {
  text-decoration: none;
}

.btn-secondaction,
.btn-secondaction:hover,
.search-btn,
.search-btn:hover,
.btn-search,
.btn-search:hover,
:not(.btn-check) + .btn:hover,
#thank-you :not(.btn-check) + .spirit-button:hover,
.btn:first-child:hover,
#thank-you .spirit-button:first-child:hover {
  background-color: var(--theme-color);
  color: white;
}

.testingcompile {
  color: transparent;
}

.btn-secondaction-outline,
.btn-secondaction-outline:hover {
  border-color: var(--theme-color);
  color: var(--theme-color);
}

a.secondary-link,
.footer.dark-bg a.secondary-link {
  color: var(--theme-color);
}

.widget-header {
  border-color: var(--theme-color);
}

#btdzn .btdzn-design-picker ul li.active {
  outline: 2px solid var(--theme-color) !important;
}

.btn-outline-secondaction {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.save-pill {
  display: inline-block;
  background: #c8102e;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem 1.25rem;
  border-radius: 999px;
  margin-top: 0.5rem;
  box-shadow: 0 2px 6px rgba(200, 16, 46, 0.3);
  animation: pulse 2s infinite;
}

.rounded-pill-start {
  border-radius: 999px 0 0 999px !important;
}

.rounded-pill-end {
  border-radius: 0 999px 999px 0 !important;
}

.btn-category {
  background-color: var(--theme-primary-text-color, #c8102e);
  color: #FFF;
  border-color: var(--theme-primary-text-color, #c8102e);
  border-radius: var(--theme-border-radius);
}
.btn-category:hover {
  background-color: var(--theme-primary-text-color, #c8102e) !important;
}

.btn-primary {
  background-color: var(--theme-site-primary-color, #c8102e);
  color: #FFF;
  border-color: var(--theme-site-primary-color, #c8102e);
  border-radius: var(--theme-border-radius) var(--theme-border-radius);
}
.btn-primary:hover {
  background: var(--theme-site-primary-color, #c8102e);
}

.btn-action {
  border-radius: var(--theme-border-radius);
}

.hamburger-menu {
  font-size: 2.5rem;
}

.btn-remove-item .trash-icon {
  fill: #6c757d;
  transition: fill 0.2s ease;
}

.btn-remove-item:hover .trash-icon {
  /*background-color: #FFF !important;*/
  fill: #dc3545;
}

.active-filters-row {
  position: relative;
}

.chips-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  scrollbar-width: none;
}

.chips-scroll::-webkit-scrollbar {
  display: none; /* Chrome/Safari/Edge */
}

/* Fade out on the right side */
.chips-scroll::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  background: linear-gradient(to right, transparent, #ffffff);
  pointer-events: none;
  z-index: 2;
}

.filter-chip {
  background: #f8f9fa;
  color: #555;
  border: 1px solid #CCC;
  border-radius: calc(var(--theme-border-radius) / 1.5);
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  align-items: center;
  transition: background 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
  height: 40.4px;
  white-space: nowrap;
}
.filter-chip a:hover {
  text-decoration: none;
}
.filter-chip:hover {
  background: rgba(var(--theme-primary-color, #c8102e), 0.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.filter-chip .material-icons {
  color: #6c757d;
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-weight: bold;
}

.sort-wrapper {
  background: #f8f9fa;
  color: #333;
  border: 1px solid #666;
  padding: 0;
  border-radius: calc(var(--theme-border-radius) / 1.5);
  transition: inherit;
  display: inline-block;
  vertical-align: middle;
}

.sort-select {
  padding: 8px 32px 8px 12px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: transparent;
  height: auto !important;
  line-height: 1.4;
  font-size: inherit;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}

.custom-pill-pagination {
  --bs-pagination-padding-x: 0;
  --bs-pagination-padding-y: 0;
  --bs-pagination-border-width: 0;
  gap: 12px;
}
.custom-pill-pagination .page-item {
  margin: 0;
}
.custom-pill-pagination .page-link {
  background: #f8f9fa;
  color: #333;
  border: 1px solid #666;
  border-radius: calc(var(--theme-border-radius) / 1.5) !important;
  padding: 8px 12px !important;
  min-width: 40px;
  text-align: center;
  background-color: white;
  transition: all 0.2s ease-in-out;
  box-shadow: none !important;
  font-size: 0.95rem;
}
.custom-pill-pagination .page-link:hover, .custom-pill-pagination .page-link:focus {
  background-color: #f8f9fa;
  color: black;
  box-shadow: var(--shadow-sm);
}
.custom-pill-pagination .page-item.active .page-link {
  background-color: #e9ecef;
  color: black;
  font-weight: 600;
  border-color: black;
  cursor: default;
}
.custom-pill-pagination .page-item.disabled .page-link {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #f8f9fa;
}

@media (max-width: 768px) {
  /* Hide everything except Prev and Next */
  .catalog-pagination .page-item {
    display: none;
  }
  /* Show only Previous and Next */
  .catalog-pagination .page-item[rel=prev],
  .catalog-pagination .page-item[rel=next],
  .catalog-pagination .page-item:first-child,
  .catalog-pagination .page-item:last-child {
    display: inline-block;
  }
}
.catalog-color {
  width: 24px;
  height: 24px;
  margin: 0 0.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: var(--swatch-color);
  display: block !important;
}
@media (max-width: 768px) {
  .catalog-color {
    width: 20px;
    height: 20px;
  }
}

.catalog-color-more {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid transparent;
  margin-top: 1px;
  display: none !important;
}
@media (min-width: 992px) {
  .catalog-color-more {
    display: block !important;
  }
}

.filter-item {
  margin: 0;
  padding: 0;
}
.filter-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  /*color: inherit;*/
  color: var(--bs-secondary-color) !important;
}
.filter-item a span {
  font-size: 0.85em;
  color: #888;
  font-weight: 400;
  letter-spacing: -0.3px;
  opacity: 0.9;
  margin-left: 4px;
}

.sub-level:has(li.filter-color) {
  text-align: center !important;
  padding: 5px 0 !important;
  margin: 0px 0 !important;
}

.filter-color {
  display: inline-block !important;
  margin: 0 10px 12px 0 !important;
  vertical-align: middle;
  list-style: none !important;
}
.filter-color a {
  display: inline-block;
  text-decoration: none;
}
.filter-color span {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background-color: var(--swatch-color);
}

.color-bubble {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  background-color: var(--swatch-color);
}

.catalog-filters .top-level {
  border-bottom: 1px solid #aaa !important;
  margin-bottom: 0.5rem !important;
}
.catalog-filters .top-level .top-level-header {
  /*color: var(--bs-secondary-color) !important;*/
}

.sub-level {
  padding-bottom: 15px !important;
}

.catalog-product-info {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.catalog-product-name {
  font-size: 1.1rem;
}

.catalog-sale-price {
  font-size: 1.2rem;
  color: #e30000;
  margin-right: 5px;
}

.catalog-regular-price {
  font-size: 1.2rem;
}

.catalog-swatch-row {
  height: 24px;
}

@media (max-width: 991px) {
  .catalog-image-box {
    width: 100% !important;
  }
  .catalog-item {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0.5rem;
  }
  .catalog-product-info {
    font-size: 1rem;
  }
  .catalog-sale-price {
    font-size: 1.1rem;
  }
}
.text-decoration-line-through {
  color: #555;
  font-size: 0.9rem !important;
}

.product-price.discount {
  margin-right: 5px;
}

.price-struck {
  color: #555 !important;
  font-size: 0.9rem !important;
}

.page-catalog {
  display: none;
}

.checkout-wrapper .form-control {
  border-radius: var(--theme-form-border-radius);
}
.checkout-wrapper .form-control[readonly] {
  background-color: var(--bs-secondary-bg) !important;
  -webkit-touch-callout: none;
  user-select: none;
}
.checkout-wrapper .form-control.error {
  transition: box-shadow 0.5s ease-in;
  box-shadow: 0 0 5px rgba(220, 53, 69, 0.9);
  border: 1px solid rgba(220, 53, 69, 0.8);
}
.checkout-wrapper .form-control:focus {
  transition: box-shadow 0.2s ease-in;
  box-shadow: 0 0 3px color-mix(in srgb, var(--theme-site-primary-color) 75%, transparent);
  border: 1px solid color-mix(in srgb, var(--theme-site-primary-color) 80%, transparent);
}
.checkout-wrapper .checkout-card {
  border: 1px solid #e0e0e0;
  border-radius: var(--theme-border-radius);
  margin-bottom: 2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: white;
  padding: 20px;
}
.checkout-wrapper tr.total-saved td {
  font-size: 16px !important;
}
.checkout-wrapper tr.total-saved td div {
  border: 1px solid #CCC;
  display: inline-block;
  padding: 8px 12px;
  box-shadow: var(--shadow-sm);
  border-radius: var(--theme-border-radius);
}
.checkout-wrapper .express-checkout-box.top {
  margin-top: 0px !important;
}
.checkout-wrapper label.error {
  font-size: 0.8rem;
  font-weight: bold;
  color: #dc3545;
  padding: 5px 10px;
  position: absolute;
  right: 5px;
}
.checkout-wrapper .discount-row td:last-child {
  text-align: right;
  color: var(--discount-green) !important;
}
.checkout-wrapper .breadcrumb-item.active {
  font-weight: 600;
  color: var(--theme-site-primary-color, #1B8FCF);
  text-decoration: underline var(--theme-site-primary-color, #1B8FCF) 3px;
  text-underline-offset: 8px;
}
.checkout-wrapper #back-to-link:hover {
  text-decoration: none;
}
.checkout-wrapper .checkout-icons {
  font-size: 24px;
  color: #CCC;
}
.checkout-wrapper .checkout-title {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 5px;
}

.trust-signals {
  font-size: 0.95rem;
  color: #CCC !important;
}
.trust-signals .bi {
  color: #CCC !important;
  transition: transform 0.2s ease;
}
.trust-signals span:hover .bi {
  transform: scale(1.15);
}

.shipping-options .shipping-option {
  padding: 0.75rem 1rem;
  transition: all 0.2s ease;
  border: 2px solid rgba(0, 0, 0, 0);
}
.shipping-options .shipping-option:not(.selected):hover {
  border: 2px solid #CCC;
  border-radius: var(--theme-border-radius);
  cursor: pointer;
}
.shipping-options .selected {
  border: 2px solid var(--theme-site-primary-color, #c8102e);
  border-radius: var(--theme-border-radius);
}

.order-actions {
  position: sticky;
  /*bottom: 1rem;*/
  bottom: 0;
  background: white;
  padding: 1rem 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .order-actions {
    position: relative;
  }
}

.form-check {
  margin-bottom: 1.25rem;
  padding-left: 1.75rem;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.15rem;
  border-radius: 0.35rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.form-check-input:checked {
  background-color: var(--theme-site-primary-color, #c8102e);
  border-color: var(--theme-site-primary-color, #c8102e);
}
.form-check-input:focus {
  border-color: var(--theme-site-primary-color, #c8102e);
}

.form-check-label {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  padding-left: 3px;
}

.popular-category {
  position: relative;
  height: 250px;
}
.popular-category .border-box {
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
  z-index: 1;
  display: flex;
  height: 100%;
  border: 1px solid #CCC;
  border-radius: var(--theme-border-radius);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: linear-gradient(to right bottom, #ffffff, #f4f4f4, #e9e9e9, #dfdfdf, #d4d4d4);
  justify-content: center;
  padding: 20px;
  padding-bottom: 50px;
  /*margin-left: 10px;
  margin-right: 10px;*/
  box-shadow: var(--shadow-md);
}
.popular-category .border-box:hover {
  transform: scale(1.03);
  z-index: 99;
  border-width: 2px;
}
.popular-category .bottom-bar {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  line-height: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  justify-content: right;
}
.popular-category .bottom-bar .category-name {
  font-weight: bold;
  padding: 0.5rem 1rem;
  /*margin: 0.5rem 0;
  margin-right: 25px;*/
  margin: 0.5rem auto;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 1.1rem;
  flex: none;
  box-shadow: var(--shadow-md);
}
@media (max-width: 991px) {
  .popular-category .bottom-bar .category-name {
    font-size: 0.9rem;
    margin: 0.5rem auto;
  }
}

.flyer-header-container {
  background: linear-gradient(135deg, var(--theme-primary-color) 25%, #000000 100%) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-sm);
}
.flyer-header-container .background {
  display: flex;
  align-items: center;
}
.flyer-header-container .background .header {
  width: 100%;
  margin-right: 100px;
}
.flyer-header-container .background .header div:first-child {
  font-size: 12px;
  margin-bottom: -10px;
}
.flyer-header-container .background .header div:last-child {
  font-size: 18px;
  margin-top: -10px;
}
.flyer-header-container .background .design-image {
  right: 65px !important;
  z-index: 0;
}
.flyer-header-container .background .design-image img {
  max-width: 150px !important;
  max-height: 150px !important;
}
.flyer-header-container.school .background .design-image {
  opacity: 0.95;
}
.flyer-header-container.school .background .design-image img {
  max-width: 175px !important;
  max-height: 175px !important;
}
.flyer-header-container.school .background .header div:last-child {
  font-size: 18px;
  margin-top: -10px;
}
.flyer-header-container.school .background .header div:first-child {
  color: var(--theme-primary-color);
  font-size: 120px;
  margin-top: -40px;
  margin-bottom: -40px;
  font-family: "RoadRunnerNotched";
  text-shadow: rgb(0, 0, 0) 0px 3px 4px !important;
  font-weight: normal;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.9);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.9);
}
.flyer-header-container.section {
  height: 100px;
}
.flyer-header-container.section .background {
  height: 100px;
}
.flyer-header-container.section .background .header {
  margin: 0px;
  padding-top: 20px !important;
}
.flyer-header-container.section .background .header div:last-child {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.flyer-header-container.section .background .header div:first-child {
  font-size: 28px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #FFF;
}
.flyer-header-container .card-title-lg {
  color: #FFF !important;
  text-shadow: rgb(0, 0, 0) 0px 3px 4px !important;
}

.small .flyer-header-container.section {
  height: 75px;
}
.small .flyer-header-container.section .background {
  height: 75px;
}
.small .flyer-header-container.section .background .header {
  padding-top: 20px !important;
}
.small .flyer-header-container.section .background .header div:last-child {
  margin-top: 5px;
  font-size: 12px;
}
.small .flyer-header-container.section .background .header div:first-child {
  font-size: 22px;
}

.promo-blast {
  border-radius: 0 0 var(--theme-border-radius) var(--theme-border-radius);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  background: linear-gradient(135deg, var(--theme-primary-color) 0%, color-mix(in srgb, var(--theme-primary-color) 75%, black) 100%) !important;
}
.promo-blast .row {
  margin: 0px;
}
.promo-blast .uppercase {
  font-size: 1.5rem !important;
}
.promo-blast .promo-blast-disclaimer-text {
  padding-top: 5px;
  font-size: 0.85rem;
  font-style: italic;
}
.promo-blast .time-remaining {
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .promo-blast .uppercase {
    font-size: 1rem !important;
  }
}

.carousel-scroller-container {
  border-radius: var(--theme-border-radius);
  overflow: hidden;
}

.whitelabel-card .card-title,
.flyer-header-container .card-title {
  font-weight: bold;
  font-size: 1.1em;
  padding-bottom: 5px;
}
.whitelabel-card .card-title-lg,
.flyer-header-container .card-title-lg {
  color: var(--theme-primary-color);
  font-weight: bold;
  font-size: 1.75rem;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .whitelabel-card .card-title-lg,
  .flyer-header-container .card-title-lg {
    font-size: 1.5rem !important;
  }
}
.whitelabel-card input,
.flyer-header-container input {
  border-radius: calc(var(--theme-border-radius));
}

.whitelabel-card.card-primary {
  background: var(--theme-primary-color);
  color: #FFF;
}

.cta-section .row .col {
  border-radius: var(--theme-border-radius);
  background: linear-gradient(135deg, var(--theme-primary-color) 0%, #000000 95%) !important;
  overflow: hidden !important;
  box-shadow: var(--shadow-sm);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  color: #FFF;
  margin-left: var(--row-gutter-x, 0.5rem);
  margin-right: var(--row-gutter-x, 0.5rem);
}

.btn-cta {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .btn-cta {
    font-size: var(--bs-btn-font-size);
  }
}
.btn-cta:hover {
  transform: scale(1.02);
}
.btn-cta .subtext {
  color: rgba(255, 255, 255, 0.9);
  padding-top: 10px;
  font-weight: normal;
  font-size: 16px;
}

/*.row:has(#home-search) {
    > * {
        margin-top: 0;
    }
}*/
.product-image-container {
  padding: 5px 5px 0px 5px;
}

.product-slider {
  transition: all 0.25s ease;
  border: 1px solid #CCC;
  border-radius: var(--theme-border-radius, 12px);
  box-shadow: var(--shadow-md);
  background-image: linear-gradient(to right bottom, #ffffff, #fafafa, #e9e9e9);
}
.product-slider:hover {
  border: 1px solid #CCC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.product-slider .arrow-btn {
  margin: 10px 0px;
  height: 100% !important;
  top: -10px !important;
  background-color: rgba(0, 0, 0, 0.01);
  border-radius: var(--theme-border-radius);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.15s ease-in-out;
  color: #CCC;
  padding: 0px 10px;
  z-index: 100;
  /*@media (max-width: 575.98px) {
      background-color: rgba(0,0,0,0.5);
      color: #DDD;
  }*/
}
.product-slider .arrow-btn:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #DDD;
}
.product-slider .arrow-btn.left {
  border-radius: var(--theme-border-radius) 0px 0px var(--theme-border-radius);
}
.product-slider .arrow-btn.right {
  border-radius: 0px var(--theme-border-radius) var(--theme-border-radius) 0px;
}
@media (min-width: 992px) {
  .product-slider .slides {
    height: 280px;
  }
}
.product-slider .slides .product-slide {
  margin: 20px 0px;
  transition: all 0.25s ease;
}
.product-slider .slides .product-slide:hover {
  opacity: 0.95;
}
.product-slider .slides .product-slide .product-image {
  transition: all 0.25s ease;
}
.product-slider .slides .product-slide:hover .product-image {
  transform: scale(1.05);
}

.product-slide .text {
  text-align: center;
}

.accordion {
  --accordion-bg: #ffffff;
  --accordion-border: 1px solid #e0e0e0;
  --accordion-radius: var(--theme-border-radius, 12px);
  --accordion-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.accordion-item {
  margin-bottom: 12px;
  border: var(--accordion-border);
  border-radius: var(--accordion-radius);
  overflow: hidden;
  box-shadow: var(--accordion-shadow);
  background: var(--accordion-bg);
  transition: all 0.2s ease;
}
.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #222;
  background: white;
  border: none;
  border-radius: var(--accordion-radius) !important;
  box-shadow: none !important;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: left;
}
.accordion-button:not(.collapsed) {
  background: #f8f9fa;
  color: var(--theme-primary-color, #A80A2A);
  font-weight: 700;
}
.accordion-button::after {
  content: "\e5c5";
  font-family: "Material Icons";
  font-size: 1.4rem;
  color: #888;
  transition: transform 0.3s ease;
  margin-left: auto;
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: var(--theme-primary-color, #A80A2A);
  background-image: none;
}
.accordion-button:hover {
  background: #f8f9fa;
}

.accordion-body {
  padding: 1.25rem 1.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #444;
  border-top: 1px solid #f0f0f0;
}

.btn-directory-letter {
  font-size: 1.5rem;
  min-width: 40px;
  margin: 0px 3px;
  border: 1px solid #CCC;
  color: #AAA;
  border-radius: calc(var(--theme-border-radius) / 2);
  text-align: center;
  transition: all 0.2s;
}
.btn-directory-letter.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.directory-section {
  margin-bottom: 1rem;
}
.directory-section header h4,
.directory-section header .h4 {
  font-size: 2rem;
  color: #CCC;
  border-bottom: 1px solid #CCC;
}
.directory-section h4[id^=letter-] {
  scroll-margin-top: 190px;
  margin-bottom: 20px;
}
.directory-section ul {
  column-count: 2;
  column-gap: 2rem;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .directory-section ul {
    column-count: 3;
  }
}
.directory-section ul li {
  margin-bottom: 5px;
}

.directory-search input.form-control {
  border-radius: var(--theme-form-border-radius);
}

mark {
  background-color: #fff3cd;
  padding: 1px 1px;
  border-radius: 3px;
  font-weight: 600;
}

.directory-list {
  column-count: 6;
  column-gap: 5rem;
  margin: 0px;
}
.directory-list a {
  display: block;
  padding: 2px 0;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 992px) {
  .directory-list {
    column-count: 3;
  }
}
@media (max-width: 576px) {
  .directory-list {
    column-count: 1;
  }
}

#magnifier-popover {
  display: none !important;
}

.dpm-nopanel {
  border-radius: var(--theme-border-radius);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.08);
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.desktop-gallery .dzn-gallery-thumb {
  border-radius: var(--theme-border-radius);
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.08);
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  transform: scale(1);
  transition: transform 0.15s ease-in-out;
}
.desktop-gallery .dzn-gallery-thumb:hover {
  transform: scale(1.08);
}

#dzn-vue {
  margin-top: -1rem;
}
#dzn-vue .dzn-add-to-cart {
  border-radius: var(--theme-border-radius);
  padding-right: 30px;
}

.pc-gallery-mockup, .extra-pc-btn {
  width: 65px;
}
.pc-gallery-mockup > div, .extra-pc-btn > div {
  border-radius: var(--theme-form-border-radius) !important;
  padding: 5px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pc-gallery-mockup:hover div, .extra-pc-btn:hover div {
  border: 2px solid var(--theme-primary-text-color);
}

/* Preset dropdown wrapper */
.preset-select {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem 0.5rem;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: var(--theme-border-radius, 8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover & focus states */
.preset-select:hover,
.preset-select:focus-within {
  border-color: var(--theme-primary-color, #c8102e);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-primary-rgb, 200, 16, 46), 0.15);
}

/* Selected image */
.preset-select img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
}

/* Check icon */
.preset-select .material-icons {
  color: var(--theme-primary-color, #c8102e);
  font-size: 1.5rem;
}

/* Text label */
.preset-select > div {
  flex-grow: 1;
  font-weight: 500;
  color: #333;
  font-size: 1.1rem;
}

/* Dropdown arrow (chevron down) */
.preset-select::after {
  content: "\e5c5"; /* Material Icons chevron_down */
  font-family: "Material Icons";
  font-size: 1.5rem;
  color: #6c757d;
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

/* Optional: Open state (add .open class via JS later) */
.preset-select.open {
  border-color: var(--theme-primary-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--theme-primary-rgb), 0.25);
}

.preset-select.open::after {
  transform: rotate(180deg); /* flip arrow when open */
}

/* Optional: Future dropdown menu (hidden until .open) */
.preset-select.open::after + .preset-dropdown-menu {
  display: block;
}

/* Placeholder for future dropdown menu (add via JS) */
.preset-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: var(--theme-border-radius);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  z-index: 1050;
  margin-top: 0.5rem;
  max-height: 300px;
  overflow-y: auto;
}

.dg-card-item {
  width: 55px;
  height: 55px;
  border-radius: var(--theme-form-border-radius) !important;
  padding: 5px 10px;
  border: 1px solid #eee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.mini-card {
  --mini-card-size: 60px;
  --mini-card-border: 1px solid #dee2e6;
  --mini-card-shadow: 0 2px 6px rgba(0,0,0,0.08);
  --mini-card-hover-shadow: 0 6px 16px rgba(0,0,0,0.15);
  width: var(--mini-card-size);
  height: var(--mini-card-size);
  min-width: var(--mini-card-size);
  min-height: var(--mini-card-size);
  border: var(--mini-card-border);
  border-radius: var(--theme-border-radius, 8px);
  box-shadow: var(--mini-card-shadow);
  background: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

.mini-card:hover,
.mini-card:focus-within {
  transform: translateY(-2px);
  box-shadow: var(--mini-card-hover-shadow);
  border-color: var(--theme-primary-color, #c8102e);
}

/* Image inside mini-card */
.mini-card img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Keeps logo/design aspect ratio */
  background: white; /* Fallback if image transparent */
}

/* Icon inside mini-card */
.mini-card .material-icons,
.mini-card i {
  font-size: calc(var(--mini-card-size) * 0.6); /* ~60% of card size */
  color: var(--theme-primary-color, #c8102e);
}

/* Solid color background (for product colors) */
.mini-card.color-swatch {
  background: var(--color, #ccc); /* fallback */
  border: 2px solid #fff; /* white border for contrast */
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); /* subtle inner border */
}

.mini-card.color-swatch.selected,
.mini-card.color-swatch.active {
  border-color: var(--theme-primary-color, #c8102e);
  box-shadow: 0 0 0 3px rgba(var(--theme-primary-rgb), 0.25);
}

/* Optional: Selected / active checkmark overlay */
.mini-card.selected::after,
.mini-card.active::after {
  content: "\e5ca"; /* Material Icons check */
  font-family: "Material Icons";
  position: absolute;
  top: -6px;
  right: -6px;
  background: var(--theme-primary-color);
  color: white;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.dg-separator {
  color: #CCC;
}

.dg-label {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
}

.change-design-btn {
  background: var(--theme-primary-color, #c8102e);
  color: white;
  /*font-weight: 600;*/
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: var(--theme-border-radius, 8px);
  box-shadow: 0 2px 8px rgba(var(--theme-primary-rgb, 200, 16, 46), 0.2);
  transition: all 0.2s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.change-design-btn:hover,
.change-design-btn:focus {
  color: #FFF;
  background: #a00d24;
  /*transform: translateY(-2px);*/
  transform: scale(1.075);
  box-shadow: 0 6px 16px rgba(var(--theme-primary-rgb), 0.35);
  text-decoration: none;
}

.change-design-btn i {
  font-size: 1.2rem;
}

.add-design-btn {
  color: #000;
  font-weight: 600;
  font-size: 0.8rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #CCC;
  border-radius: var(--theme-border-radius, 8px);
  transition: all 0.4s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 10px;
  text-transform: uppercase;
}

.add-design-btn:hover,
.add-design-btn:focus {
  color: #FFF;
  background: var(--theme-primary-color);
  transform: scale(1.075);
  box-shadow: 0 6px 16px rgba(var(--theme-primary-rgb), 0.35);
  text-decoration: none;
}

.design-color {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: var(--theme-border-radius, 8px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.2s ease;
  height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.design-color::after {
  content: "\e5c5"; /* Material Icons chevron_down */
  font-family: "Material Icons";
  font-size: 1.5rem;
  color: #6c757d;
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.design-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}

.design-cards-container::-webkit-scrollbar {
  width: 8px;
}

.design-cards-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.design-cards-container::-webkit-scrollbar-thumb {
  background: var(--theme-primary-color, #c8102e);
  border-radius: 4px;
}

.design-cards-container::-webkit-scrollbar-thumb:hover {
  background: #a00d24;
}

.design-card {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.design-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.version-preview-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: linear-gradient(90deg, #fff3cd, #ffeaa7);
  color: #856404;
  padding: 10px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-top: 3px solid #ffc107;
}

.grecaptcha-badge {
  visibility: hidden;
}
