#shopify-section-template--21374907154672__main {

  * {
    box-sizing: border-box;
    padding: 0;
    --grid-gap: 1em;
    --sunken-shadow:
		inset 0 1px 3px rgba(94, 77, 50, 0.8),
		inset 0 -1px 1px rgba(188, 154, 100, 0.05);
  }

  body {
    font-family: 'Interstate', sans-serif;
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: center;
    color: #0e0e0e;
    text-wrap: pretty;
  }

  span {
    text-wrap: pretty;
  }

  .a {
    color: #0e0e0e;
    text-decoration: unset;
  }

  .a:hover {
    color: #bc9a64;
  }

  .card-container {
    display: grid;
    margin: 0 10%;
    gap: var(--grid-gap);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-max-column-count: 4;
    justify-content: center;
  }

  .card {
    display: flex;
    flex-direction: column;
    min-height: 480px;
    border: 1px solid #bc9a64;
    border-radius: 16px;
    background: #fff;
  }

  .card-thumbnail1,
  .card-thumbnail2,
  .card-thumbnail3,
  .card-thumbnail4 {
    width: auto;
    min-width: 250px;
    height: 250px;
    border-radius: 16px 16px 0 0;
    display: grid; 
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
  }

  .card-thumbnail1 { background-image: url('/cdn/shop/files/salmon-DNA-facial2.jpg?v=1753389657'); background-size: 380px 380px; }
  .card-thumbnail2 { background-image: url('/cdn/shop/files/mermaid.jpg?v=1761161070'); background-size: 370px 370px; }
  .card-thumbnail3 { background-image: url('/cdn/shop/files/salmon-DNA-facial3.jpg?v=1753389673'); background-size: 370px 370px; }
  .card-thumbnail4 { background-image: url('/cdn/shop/files/salmon-DNA-facial4.jpg?v=1753390929'); background-size: 370px 370px; }

  .asset-number {
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    bottom: 16px;
    left: 16px;
    text-align: left;
  }
  .asset-number span {
    display: block;
    font-size: 16px;
    font-weight: 900;
  }

  .card-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 0 10px 15px;
    text-wrap: pretty;
  }
  .card-content .type {
    font-size: clamp(8px, 10px, .8em);
    letter-spacing: 1px;
    color: #a68a6a;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
  }
  .card-content h2 {
    font-size: clamp(12px, 16px, 1.2em);
    font-weight: 700;
    margin-bottom: 4px;
    min-height: 52px;      /* <<< ADDED: adjust value if needed for your tallest title */
    display: flex;
    align-items: flex-end;
  }
  .card-content .subtitle {
    font-size: clamp(10px, 12px, 1em);
    color: #5a5045;
    margin-bottom: 4px;
  }
  .card-content .description {
    font-size: clamp(11px, 13px, .9em);
    color: #777;
    margin-bottom: 16px;
  }

  .card-actions {
    margin-top: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 16px 10px;
  }

  .preview-button {
    flex: 1;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #bc9a64;
    background-color: #f5ede4;
		box-shadow: 1px solid rgba(131, 107, 110, 0.8);
    border: 1px solid rgba(188, 154, 100, .1);
  }

  .preview-button::before {
    content: "";
    margin-right: 6px;
    color: #0e0e0e;
  }

  .go-button {
    background-color: #bc9a64;
    width: 52px;
    min-width: 52px;
    height: 40px;
    border-radius: 8px;
    cursor: w-resize;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('/cdn/shop/files/salmon-icon.svg?v=1753395588'); 
    background-size: 50px 40px;
    padding-inline: 0;
    box-shadow: var(--sunken-shadow);
  }
}
