.categoryIntroBox {
  &.designYourOwnGrid {
    background: transparent;
    .categoryIntroBg {
      background-color: var(--red-3) !important;
    }
    .categoryIntroImage {
      margin-left: 1vw;
    }
    
      .categoryContent {
		  grid-area: 1 / 2 / 4 / 3;
        max-width: 60ch;
        display: flex;
        flex-direction: column;
        gap: 1rem;
		  background: var(--blue-3);
		  padding: 2rem 2vw 3rem;
		  align-self: end;
            justify-self: start;
		  width:100%;
		  justify-content: start;
		    max-width: 100%;
		  h2 {
			  font-size: var(--size-4);
		  }
		  a.designOwn {
			  width:fit-content !important;
			  font-size:var(--size-1);
		  }
		  .categoryContentInner {
			  font-size:var(--size-2);
		  }
      }
	  .categoryIntroText {
		  background-image: url(/images/2025/homepage/threads.jpg);
        background-size: cover;
        background-color: #fff0; 
		  padding:30px 0 !important;
		 
        
	  }
    
  }
}
.container-top-full-a:has(.categoryIntroBox) {
    padding: 4vw 4vw 2rem;
}