/* GENERAL STYLES */
body {
    font-family: Colfax Bold, helvetica, helvetica neue, arial, sans-serif;
    margin: 0;
    background-color: #000;
    font-size: 16px;
}
a {
    text-decoration: none;
    color: white;
}

/* NAVIGATION STRUCTURE */
nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10%;
    align-items: center;
    background-color: #333;
    padding: 10px 40px 10px 40px;
    box-sizing: border-box;
}


/* LOGO */
.nav-left {
    max-width: 20%;
    box-sizing: border-box;
    justify-content: flex-start;
}

.nav-left img{
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
}

/* CENTER LINKS (desktop) */
.nav-center {
    max-width: 60%;
    justify-content: center;
}

.nav-links{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2em;
    box-sizing: border-box;
}

.nav-links a {
    display: block;
    padding: 10px 10px 10px 10px;

}

/* CART RIGHT (desktop) */
.nav-right {
    max-width: 15%;
    justify-content: center;
    margin-left: auto;
}
.nav-right a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.nav-right img {
    max-width: 20px;
    min-width: 20px;
    filter: invert(1);
}


/* HAMBURGER BUTTON*/
.hamburger {
    display: none;
    font-size: 1.8rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* MOBILE DROPDOWN */
.nav-dropdown {
    display: none;
    flex-direction: column;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: #333;
    text-align: center;
    padding: 5px 0;
    z-index: 1000;
}
.nav-dropdown a {
    display: block;
    padding: 10px 0;
    font-size: 1.2rem;
    color: white;
}
/*============================================== INDEX RELATED ==============================================*/ 
main.HOME {
    background-image: url('images/background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 2vw 5vw;
    color: white;
}

.Welcome {
    font-style: italic;
    background-color: #333;
    margin: 20px;
    padding: 20px;
    text-align: center;
    width:80vw;
}

.Welcome button {
    color: white;
    background-color: #000;
    width: 30%;
    text-align: center;
    max-height: fit-content;
    padding: 5px;
    align-self: top;
    border: 2px solid white;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    border-radius: 8px;
    font-size: 1.5em;
}

.Welcome button:hover {
    padding: 5px;
    font-family: Colfax Bold, helvetica, helvetica neue, arial, sans-serif;
    font-weight: bold;
    background-color: white;
    color: black;
    border: 2px solid white;
}

.Services {
    max-width: 80vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;

}

.Services >* {
    width: 30vw;
    height: 20vh;
    box-sizing: border-box;
    color: white;
    font-size: 1em;
    padding: 10px;
}

.Services p {
    color: white;
    background-color: #000;
    width: 50%;
    text-align: center;
    max-height: fit-content;
    padding: 5px;
    align-self: center;
    border: 2px solid white;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    border-radius: 8px;
    font-size: 1.5em;
}

.Services p:hover {
    padding: 5px;
    font-family: Colfax Bold, helvetica, helvetica neue, arial, sans-serif;
    font-weight: bold;
    background-color: white;
    color: black;
    border: 2px solid white;
}


#MS {
    display: flex;
    justify-content: center;
    background-image: url('images/MS.jpg');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
}

#PC {
    display: flex;
    justify-content: center;
    background-image: url('images/CMS.avif');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
}

#CPS {
    display: flex;
    justify-content: center;
    background-image: url('images/CPS.webp');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
}

.Previews {
    font-style: italic;
    background-color: #333;
    margin: 20px;
    padding: 20px;
    text-align: center;
    width:80vw;

}

.Previews button {
    color: white;
    background-color: #000;
    width: 30%;
    text-align: center;
    max-height: fit-content;
    padding: 5px;
    align-self: top;
    border: 2px solid white;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    border-radius: 8px;
    font-size: 1.5em;
}

.Previews button:hover {
    padding: 5px;
    font-family: Colfax Bold, helvetica, helvetica neue, arial, sans-serif;
    font-weight: bold;
    background-color: white;
    color: black;
    border: 2px solid white;
}
.homeFeaturedCategory {
    background-color: #555;
    border: 3px solid black;
    border-radius: 8px;
    margin: 5px;

}

/*============================================== PC RELATED ==============================================*/ 
main.PC {
    background-color: #333;
}
.PCIntro {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('images/plasmacut2.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    padding: 2vw 5vw;
    color: white;
    min-height: fit-content;
    max-height: 50vh;
}

.Featured {
    font-style: italic;
    background-color: #333;
    margin: 20px;
    padding: 20px;
    text-align: center;
    width:80vw;
}

.Featured .CPSPegboard .pegboard {
    margin: 0px 50px;
    justify-content: space-between;    
}

.PCBanner {
    height: fit-content;
    padding: 20px;
    background-color: #333;
    text-align: center;
    box-sizing: border-box;
}

.PCBanner h2 {
    font-size: 2em;
    font-weight: bold;
    font-style: italic;
}

.PCBanner p {
    font-size: 1.5em;
}

.PCPegboard{
    background-color: #333;
    color: white;
    font-style: italic;
    text-align: center;
}

.pegboard {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Optional: Adds space between items */
    margin: 10px;
    font-weight: bold;
    text-align: center;
    padding: 10px;    
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.pegboard >* {
    justify-content: center;
    align-self: center;
}

.CF {
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 2em;
    height: fit-content;
}
.CF h3 {
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0%;
    margin-top: 0%;
}

.CF button {
    padding: 20px;
    font-size: 1em;
    font-family: Colfax Bold, helvetica, helvetica neue, arial, sans-serif;
    font-weight: bold;
    background-color: white;
    color: black;
    border: 2px solid black;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    border-radius: 8px;
}

.CF button:hover {

    padding: 20px;
    font-size: 1em;
    font-family: Colfax Bold, helvetica, helvetica neue, arial, sans-serif;
    font-weight: bold;
    background-color: black;
    color: white;
    border: 2px solid white;
}

.CF button:after {
    padding: 20px;
    font-size: 1em;
    font-family: Colfax Bold, helvetica, helvetica neue, arial, sans-serif;
    font-weight: bold;
    background-color: black;
    color: white;
    border: 2px solid white;
}
/*============================================== MS RELATED ==============================================*/ 
main.MS {
    background-color: #333;
}

.MSIntro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('images/MS.jpg');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    padding: 2vw 5vw;
    color: white;
    min-height: fit-content;
    max-height: 50vh;
}
/*============================================== CPS RELATED ==============================================*/ 
main.CPS {
    background-color: #333;
}

.CPSIntro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('images/CPS.webp');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    padding: 2vw 5vw;
    color: white;
    min-height: fit-content;
    max-height: 50vh;
}

.CPSPegboard {
    background-color: #333;
    color: white;
    font-style: italic;
    text-align: center;
}
/*============================================== CMS RELATED ==============================================*/ 
main.CMS {
    background-image: url('images/CMS.avif');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.CMSIntro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2vw 5vw;
    color: white;
    min-height: fit-content;
    max-height: 50vh;
}

/* FORM CSS */
.form-wrap {
    max-width: 90vw;
    margin: 0 auto;
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    box-sizing: border-box;
    border: 1px solid #444;
}

.form-wrap h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2rem;
    color: white;
    font-style: italic;
}

.form-wrap p {
    margin-top: 0;
    margin-bottom: 25px;
    color: #cfcfcf;
}

form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-row >* {
    min-width: 50%;
}

.form-group {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
}

label {
    font-weight: bold;
    font-size: 0.95rem;
    color: white;
}

input,
select,
textarea {
    padding: 12px;
    border: 1px solid #555;
    border-radius: 8px;
    font-size: 1rem;
    box-sizing: border-box;
    background: #111;
    color: #fff;
    width: 100%;
}

textarea {
    min-height: 180px;
    resize: vertical;
}

input[type="file"] {
    padding: 10px;
    background: #111;
}

.checkbox-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    width: 50vw;
}

.checkbox-group label {
    min-width: 25%;
}

.quote, .followup {
    max-width: 15px;
}

.choose {

}

.submit-btn {
    padding: 14px 22px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.submit-btn:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.note {
    font-size: 0.9rem;
    color: #bdbdbd;
}
/*============================================== CONTACT RELATED ==============================================*/ 
main.CONTACT {
    background-color: #333;
}
.CONTACTIntro {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('images/CONTACT.avif');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    padding: 2vw 5vw;
    color: white;
    min-height: fit-content;
    max-height: 100vh;
}
.CONTACTIntro a{
    text-decoration: underline;
    font-weight: bold;
    color: blue;
}
.emailphonebox {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.emailphonebox >* {
    min-width: 50%;
}

.submit-btn2 {
    padding: 14px 22px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.submit-btn2:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

/*============================================== OVERLAY RELATED ==============================================*/ 

#productOverlay {
  position: fixed;
  top: 0;
  left: 0;

  width: 100vw;
  height: 100vh;

  display: none;
  justify-content: center;
  align-items: center;

  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
}

#overlayBox {
  background: #333;
  color: white;

  width: 80%;
  max-width: 600px;
  max-height: 85vh;
  overflow-y: auto;

  border: 3px solid black;
  border-radius: 8px;

  padding: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

#overlayImage {
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: 10px auto;
}

#overlayOptions label {
  display: block;
  margin-top: 12px;
}

#overlayOptions select {
  width: 100%;
  margin-top: 4px;
  padding: 6px;
}

#cartButton {
    margin: 10px auto;
    display: block;
    padding: 14px 22px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

#cartButton:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

#exitButton {
    display: block;
    padding: 8px 12px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

#exitButton:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

#overlayPrice {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
}

/*============================================== CART RELATED ==============================================*/ 
#cartOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
}

#cartBox {
  background: #333;
  color: white;
  width: 80%;
  max-width: 900px;
  max-height: 85vh;
  overflow-y: auto;
  border: 3px solid black;
  border-radius: 8px;
  padding: 20px;
}

#cartBox button {
    margin: 10px auto;
    display: block;
    padding: 10px 22px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

#cartbox button:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

#cartBox #exitButton {
    display: block;
    margin: 0;
    padding: 8px 12px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

#cartBox #exitButton:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

#cartBox h2 {
    font-style: italic;
}

#cartItems {
    align-items: center;
}

#cartItems > * {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 20px 0px;
}

.cartItemBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.cartItemMain {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.cartItemInfo {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.cartItemManage {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.cartItemImage {
    border: 4px solid black;
}

#cartCheckoutArea {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

#cartCheckoutArea button {
    margin: 10px;
}
/*============================================== CHECKOUT RELATED ==============================================*/ 
.checkoutArea {
    color: white;
    display: flex;
    flex-direction: column;
    margin: 20px 50px;
    padding: 20px;
    height: 80%;
    background-color: #333;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

#checkoutItems {
    width: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    margin: 20px 50px;
    padding: 20px;
    height: 80%;
    background-color: #333;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    border-right: 2px solid #555;
}
.checkoutItemBox {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}

.checkoutItemInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 60%;
}

.checkoutItemBox img {
    border: 2px solid black;
    border-radius: 8px;
}

#checkoutTotal {
    text-align: center;
    width: 100%;
}

#yourCart {
    width: 60%;
    text-align: center;
}

#checkoutSug {
    display: flex;
    flex-direction: row;
    width: 20%;
    max-width: 20%;
    object-fit: contain;
    max-width: fit-content;
    margin-right: 30px;
    justify-content: center;
}

.checkoutItemPrice {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.checkoutRows {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
}

#checkoutSug .CPSPegboard,
#checkoutSug .pegboard {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#checkoutSug .pegboard a {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#checkoutSug img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.checkdone {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 30%;
    gap: 20px;
    text-align: center;
    align-items: center;
}

.checkdone button {
    display: block;
    margin: 0;
    padding: 8px 12px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    width: 200px;
}

.checkdone button:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.checkdone p{
    font-size: 1.5em;
}

.cartfin {
    display: flex;
    flex-direction: column;
    background-color: #333;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 50px;
    padding: 20px;
    font-size: 1.5em;
}

.cartfin button {
    display: block;
    margin: 0;
    padding: 8px 12px;
    border: 2px solid #fff;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    width: 200px;
}

.cartfin button:hover {
    background: #000;
    color: #fff;
    border-color: #fff;
}

.cartfin a {
    text-decoration: underline;
}

/*============================================== DESKTOP RELATED ==============================================*/ 

/* FOOTER */
footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
}


/*============================================== MOBILE RELATED ==============================================*/ 
@media (max-width: 1200px) {
    body {
        font-size: clamp(15px, 2.5vw, 30px);

    }
    
    nav {
        padding: 10px 20px 10px 10px;
    }
    
    .nav-left {
        max-width: 60%;
    }
    .nav-center,
    .nav-right .desktop-cart p{
        display: none;
    }

    .nav-right, .hamburger {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .nav-right img, .hamburger {
        max-height: 40px;
        max-width: 40px;
        min-height: 30px;
        min-width: 30px;
        font-size: clamp(15px, 10vw, 50px);
    }


    .nav-dropdown.active {
        display: flex;
        animation: slideDown 0.3s ease;
        border-bottom: 2px solid black;
    }

    .nav-dropdown a {
        font-size: clamp(15px, 15vw, 30px);

    }

    .checkbox-group {
        flex-direction: column;
    }

    @keyframes slideDown {
        0% { opacity: 0; transform: translateY(-10px); }
        100% { opacity: 1; transform: translateY(0); }
    }


    .product img {
    width: 100%;
    cursor: pointer;
    }

    .Featured .CPSPegboard {
        overflow: hidden;
        width: 100%;
    }

    .productSlideWindow {
        overflow: hidden;
        width: 100%;
    }

    .productSlideTrack {
        display: flex;
        transition: transform 0.3s ease;
    }

    .productSlideTrack a {
        min-width: 100%;
        box-sizing: border-box;
    }

    .productSlideControls {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 10px;
    }

    .productSlideControls button  {
        display: block;
        margin: 0;
        padding: 8px 12px;
        border: 2px solid #fff;
        background: #fff;
        color: #000;
        font-weight: bold;
        font-size: 1rem;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color .2s ease, color .2s ease, border-color .2s ease;
    }

    .productSlideControls button:hover {
        background: #000;
        color: #fff;
        border-color: #fff;
    }
    #cartBox {
    background: #333;
    color: white;
    width: 80%;
    max-width: 600px;
    max-height: 85vh;
    overflow-y: auto;
    border: 3px solid black;
    border-radius: 8px;
    padding: 20px;
    }

    #cartItems .removeCartButton {
    width: 38px;
    height: 38px;
    padding: 0;

    }

    #cartItems .removeCartButton svg {
    pointer-events: none;
    }

    #cartItems > * {
    flex-direction: column;
    margin: 0;
    text-align: center;
    align-items: center;
    }
    
  .cartItemBox {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border-top: 2px solid #555;
    padding: 10px 0;
    margin: 0;
  }

  .cartItemMain {
    justify-content: center;
  }

  .cartItemMain img {
    width: 50%;
  }

  .cartItemManage {
    justify-content: center;
    margin: 0;
    gap: 20px;
    font-size: 1.5em;
  }

  .cartItemInfo >*{
    margin: 5px;
  }
  /* HOME RELATED MOBILE */
  main.HOME {
    padding: 0;
  }

  main.HOME >* {
    width: auto;
  }

  .Welcome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
  }

  .Welcome >* {
    justify-content: center;
    align-items: center;
    align-self: center;
  }

  .Services {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 95%;
  }

  .Services >* {
    width: 100%;
    height: 30vh;
  }

  .Previews h3 {
    font-size: 1.5em;
  }

  .Welcome button {
    width: auto;
  }

  .Previews button {
    width: auto;
  }

  #MS, #PC, #CPS {
    background-size: cover;
    height: 30vh;
  }

  #MS p, #PC p, #CPS p {
    padding: 20px;
  }

  /* CHECKOUT RELATED MOBILE */
  .checkoutArea {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: auto;
    box-sizing: border-box;
  }
  #checkoutSug {
    display: none;
  }

  .checkoutArea {
    margin: 20px;
    background-size: contain;
  }

    #checkoutItems,
    #checkoutItems * {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    }

    #checkoutItems {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-right: none;
    }

    .checkoutItemBox {
    width: 100%;
    max-width: 100%;
    min-width: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    }

    .checkoutItemBox > * {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    }

    .checkoutItemImage {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    flex-shrink: 1;
    }

    #checkoutItems .checkoutItemInfo {
        max-width: 40%;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    #checkoutItems .checkoutItemPrice {
        align-items: flex-end;
        justify-content: center;
    }

    .checkoutItemInfo >* {
        margin: 5px;
        font-size: clamp(15px, 2.5vw, 30px);
    }
    
    .checkoutItemPrice >* {
        margin: 5px;
        font-size: clamp(15px, 2.5vw, 30px);
    }
    #checkoutItems .removeCheckoutButton {
        max-width: 50px;
        margin-right: 10px;
    }


}   



