/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.content-image-cta p {
  font-size: 12px; }

@media (min-width: 1024px) {
  .archive-container {
    max-width: var(--wp--style--global--wide-size);
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .archive-container {
    display: flex;
    gap: 2rem;
    justify-content: space-between; } }

@media (min-width: 1024px) {
  .archive-container .sidebar {
    flex-shrink: 0;
    flex-basis: 17.8125rem; } }

.archive-container .product-overview {
  flex-grow: 1; }

/*# sourceMappingURL=archive-content.css.map */
