/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 50:0 Unexpected "<"
Line 213:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:designer-trade-program (INDEX:15) */
<style>
  .designer-trade-program {
    padding: 60px 20px;
    background-color: #FAF6EF;
    font-family: 'Source Sans Pro', sans-serif;
    color: #2C1C13;
    ;
  }

  .designer-trade-program .content-wrapper {
    max-width: 900px;
    margin: auto;
  }

  .designer-trade-program h1,
  .designer-trade-program h2 {
    font-size: 33px;
    margin-bottom:15px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
  }

  .designer-trade-program p {
    margin-bottom: 20px;
    line-height: 1.6;
  }

  .designer-trade-program ul {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .designer-trade-program li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
</style>
/* END_SECTION:designer-trade-program */

/* START_SECTION:luxury-partners-showcase (INDEX:27) */
<style>
  :root {
    --bg1: #FAF6EF;
    --bg2: #f9f5ee;
    --bg3: #f3efe8;
    --bg4: #f7f3ea;
    --bg5: #ffffff;
    --text-dark: #2C1C13;
    --accent-gold: #BFA87A;
    --font-serif: 'Libre Baskerville', serif;
    --font-sans: 'Inter', sans-serif;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: var(--font-serif);
    color: var(--text-dark);
    background: var(--bg1);
  }

  .luxury-partners-showcase .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
  }

  h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 16px;
    font-family: var(--font-sans);
  }

  .intro p {
    max-width: 850px;
    margin: 0 auto 40px;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
  }

  /* Sticky Nav */
  .partner-nav {
    position: sticky;
    top: 0;
    background-color: var(--bg5);
    border-bottom: 1px solid #ddd;
    padding: 16px 20px;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .partner-nav a {
    font-family: var(--font-sans);
    font-weight: 600;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 15px;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
  }

  .partner-nav a:hover {
    background-color: var(--accent-gold);
    color: white;
  }

  /* Logo Grid */
  .logo-grid {
    background-color: var(--bg5);
    padding: 60px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 40px 20px;
    justify-items: center;
    align-items: center;
  }

  .logo-grid a img {
    max-height: 100px;
    max-width: 160px;
    object-fit: contain;
    filter: grayscale(100%) contrast(1.05);
    transition: all 0.3s ease;
  }

  .logo-grid a:hover img {
    filter: none;
    transform: scale(1.1);
  }

  /* Partner Sections with alternating colors */
  .partner-section:nth-of-type(1) { background: var(--bg1); }
  .partner-section:nth-of-type(2) { background: var(--bg2); }
  .partner-section:nth-of-type(3) { background: var(--bg3); }
  .partner-section:nth-of-type(4) { background: var(--bg4); }
  .partner-section:nth-of-type(5) { background: var(--bg1); }
  .partner-section:nth-of-type(6) { background: var(--bg2); }
  .partner-section:nth-of-type(7) { background: var(--bg3); }
  .partner-section:nth-of-type(8) { background: var(--bg4); }
  .partner-section:nth-of-type(9) { background: var(--bg1); }
  .partner-section:nth-of-type(10) { background: var(--bg2); }

  .partner-section {
    padding: 100px 20px;
  }

  .partner-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-family: var(--font-sans);
  }

  .section-image {
    display: block;
    max-width: 700px;
    margin: 0 auto 20px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  }

  figcaption {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #666;
    max-width: 550px;
    margin: 12px auto 40px;
    line-height: 1.5;
  }

  .story {
    max-width: 750px;
    margin: 0 auto;
    font-size: 17px;
    text-align: center;
    line-height: 1.8;
    padding: 0 20px;
  }

  p {
    margin-bottom: 1.4em;
  }

  @media (max-width: 768px) {
    h1 { font-size: 28px; }
    .intro p, .story { font-size: 16px; }
    .logo-grid a img { max-height: 80px; }
    .partner-section h2 { font-size: 22px; }
    figcaption { font-size: 13px; }
  }
</style>
/* END_SECTION:luxury-partners-showcase */