body {
  background-image: url("pkdots.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  font-family: "Georgia", serif;
  text-align: center;
}

.banner {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}

.banner img {
  max-width: 400px;
  width: 100%;
  height: auto;
} 

.banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 36px;
  color: #db7093;
}

.back-button { 
  display: inline-block;
  margin: 20px;
  padding: 10px 20px;
  background-color: #ffd6cc;
  color: #5a3d3d;
  border: 2px solid #ffb6a6;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Trebuchet MS", Sans-Serif;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}

.back-button:hover {
  background-color: #ffb6a6;
  border-color: #ff8c69;
  color: #fff;
}

/* Viewer layout */
.viewer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
}

.outfit-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-right: 120px;
}

.dresses {
  margin-left: 120px;
}

.viewer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
  gap: 80px;
}

.clothing-section {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  width: 250px;
  height: 250px;/* allows buttons to position inside */
}

.dressup.clothing-section {
  height: 350px;
}

/* Clothes images */
.clothing-section img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
}

/* Cutout buttons */
.clothing-btn {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
}

.clothing-btn img {
  width: 35px;  /* size of your cutout */
  height: auto;
  display: block;
}

/* Positioning for buttons */
.shirt-left  { left: -60px; }
.shirt-right { right: -60px; }

.pants-left  { left: -60px; }
.pants-right { right: -60px; }

.dresses-left  { left: -60px; }
.dresses-right { right: -60px; }

.clothing-section img {
  max-width: 180px;
  height: auto;
  object-fit: contain;
}

.pants img {
  max-width: 230px;
}

.dresses img {
  max-width: 600px;
  max-height: 600px;
}

/* ——— Shirts ——— */
#shirts-img[src="bluhalter.PNG"] {
  transform: scale(1.0);
}

#shirts-img[src="swtank.PNG"] {
  transform: scale(1.0);
}

#shirts-img[src="pkjuicytop.PNG"] {
  transform: scale(1.0);
}

#shirts-img[src="ogy2kshirt.PNG"] {
  transform: scale(1.1);
}

#shirts-img[src="blustripessw.PNG"] {
  transform: scale(1.3);
}

/* ——— Pants / Bottoms ——— */
#pants-img[src="jeanskirt.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="spshorts.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="patchpants.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="bluskirt.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="tnpants.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="workpants.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="pkswpants.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="gnpants.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="gryflareleggings.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="hippiepants.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="gnflarelegging.PNG"] {
  transform: scale(1.0);
}

#pants-img[src="bellbottoms.PNG"] {
  transform: scale(1.0);
}

/* ——— Dresses ——— */
#dressup-img[src="ywfloraldress.PNG"] {
  transform: scale(1.0);
}

#dressup-img[src="bndress.PNG"] {
  transform: scale(1.0);
}

#dressup-img[src="pkdress.PNG"] {
  transform: scale(1.0);
}

#dressup-img[src="blkfloraldress.PNG"] {
  transform: scale(1.0);
}












