#productFileSetup.has-border-linear-gradient {
    border: 3px solid #7fc242; /* use your preferred green */
    border-radius: 50px !important;
    box-sizing: border-box;
    padding: 2rem;
    background: #f4f4f4;
}

/* Target the specific File Setup section columns */
.file-setup-col1 {
    flex: 2 1 0% !important;   /* Makes left column take up 2/3 width */
    max-width: 40% !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-setup-col2 {
    flex: 1 1 0% !important;   /* Makes right column take up 1/3 width */
    max-width: 60% !important;
    margin-left: 2vw;
    display: block;	
}

@media (max-width: 900px) {
    .file-setup-col1, .file-setup-col2 {
        max-width: 100% !important;
        flex: 1 1 100% !important;
        margin-left: 0 !important;
        justify-content: center;
        text-align: center;
    }
}

.file-setup-info {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.file-setup-info > div {
  min-width: 120px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

/* 1. Center and contain the section, with minimal vertical padding */
#productFileSetup {
    max-width: 1200px;
    margin: 40px auto;
    width: 90%;
    box-sizing: border-box;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    min-height: unset !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 2. Remove extra space from columns */
#productFileSetup .columns,
#productFileSetup .column,
#productFileSetup .file-setup-col1,
#productFileSetup .file-setup-col2 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* 3. Tighten up the right column's text spacing (for tables) */
#productFileSetup .file-setup-info td, 
#productFileSetup .file-setup-info th {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 1.1 !important;
}

/* 4. Tighten up the right column's text spacing (for divs/spans/br) */
#productFileSetup .file-setup-col2, 
#productFileSetup .file-setup-col2 * {
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 5. Optionally, shrink font in right column for even less height */
#productFileSetup .file-setup-col2 {
    font-size: 0.97rem !important;
}

/* ######################################### */

.attributeHeader {
    display: inline-flex !important; /* makes the header inline */
    align-items: center !important;
    width: 160px !important;
    margin-right: 10px !important; /* space between label and dropdown */
}

.attribute-item {
    display: inline-flex !important; /* places options inline next to header */
    align-items: center !important;
    width: auto !important;
}

/* Ensure parent container supports inline elements */
#optionsContainer {
    display: flex !important; /* optional: better vertical alignment */
    align-items: center !important; /* vertically aligns items neatly */
}

.attribute-item.columns.is-multiline {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px !important;
}



.attribute-value-item,
select[id^="product_attribute_"],
button {
  border-radius: 0 !important;
  width: 300px !important;
}

.add-to-cart-wrapper {
  border: 2px solid #228B22; /* green border */
  padding: 24px;
  margin-top: 24px;
  border-radius: 0; /* makes corners square */
  background-color: #f1f9f1; /* optional: ensures consistent background */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.add-to-cart-wrapper .price {
  text-align: center;
}

.add-to-cart-wrapper .price div {
  display: inline-block; /* prevents full-width stretching */
  font-weight: bold;
  font-size: 1.25em;
}

.add-to-cart-wrapper .quantity-wrapper {
  visibility:hidden;
}

.bigpicture img.is-fullwidth {
    height: 400px !important;
    object-fit: contain !important;
}

/* ------------------------------------------------------------------
   ⬇⬇⬇  NEW 2025-08-07 – move the green frame & restyle price  ⬇⬇⬇
------------------------------------------------------------------ */

/* 1. Remove the old border from its original wrapper */
.add-to-cart-wrapper{
  border:none !important;
  background:transparent !important;
  padding:0rem 2rem!important;
  box-shadow:none !important;
}

/* 2. Re-apply the frame around Printing Time & Quantity rows
      (they already have unique wrapper classes courtesy of Infigo) */
.name_Printing_Time,
.name_Quantity{
  display:block;
  width:100%;
  background:#f1f9f1;
}

/* top half */
.name_Printing_Time{
  border:2px solid #228B22;
  border-bottom:none;
  padding:24px 24px 12px;
}

/* bottom half */
.name_Quantity{
  border:2px solid #228B22;
  border-top:none;
  padding:12px 24px 24px;
}

/* 3. Shrink & right-align the live price just under the new box */
.add-to-cart-wrapper .price{
  text-align:right !important;
  margin-top:8px;
}
.add-to-cart-wrapper .price .productPrice{
  font-size:2rem !important;
}

/* Push the entire framed box downward */
.name_Printing_Time{
  margin-top:40px !important;      /* adjust up or down as you like */
}

.add-to-cart-wrapper .price{ 
  margin-top:-35px !important; /* bigger number = larger gap */
}
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------
   2025-08-07 — Upload-Art button tweaks
------------------------------------------------------------------ */

/*  Scope everything to this product only  */
.bizcard-upload .add-to-cart-buttons-wrapper.column{
  /* unlock the column so it stretches full-width */
  flex:none !important;
  flex-basis:100% !important;
  max-width:100% !important;
  padding:0 !important;      /* remove side gutters */
  min-height:140px;          /* make the block taller */
  display:flex;
  align-items:center;        /* vertical-centre the button */
}

/*  Style the button itself  */
.bizcard-upload input.productvariantaddtocartbutton.catfish-button.multipart_product_start{
  -webkit-appearance:none !important;
  appearance:none !important;
  flex:1 1 auto !important;
  width:100% !important;
  padding:1.25rem 1rem !important;
  font-size:1.15rem !important;
  background:#00744b !important;   /* brand green */
  color:#fff !important;
  border:none !important;
  border-radius:8px !important;
  cursor:pointer !important;
  transition:background .2s;
}
.bizcard-upload input.productvariantaddtocartbutton.catfish-button.multipart_product_start:hover{
  background:#009f60 !important;   /* lighter on hover */
}

/* ------------------------------------------------------------------ */

/* One box around options + price + Upload button */
.arone-product-landing-page .column.details-wrapper {
  background: #faf8f0 !important;       /* off-white */
  border: 2px solid #d7d7d7 !important;
  border-radius: 12px !important;
  padding: 24px !important;              /* inner spacing */
  box-shadow: 0 2px 10px rgba(0,0,0,.06) !important;
}

/* Remove inner box so the outer one shows cleanly */
.arone-product-landing-page .details-wrapper .add-to-cart-wrapper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Keep content flush inside the new box */
.arone-product-landing-page .details-wrapper .product-variant-list,
.arone-product-landing-page .details-wrapper .price-quantity-start-wrapper {
  margin: 0 !important;
}

/* Make the button sit nicely inside the box */
.arone-product-landing-page .details-wrapper .action-button-wrapper .catfish-button {
  display: block !important;
  width: 100% !important;
  margin-top: 16px !important;
}

.arone-product-landing-page .details-wrapper .action-button-wrapper .catfish-button {
    height: 60px !important;        /* increase button height */
    line-height: 30px !important;   /* keep text vertically centered */
}

.bizcard-upload input.productvariantaddtocartbutton.catfish-button.multipart_product_start {
    font-size: 1.5rem !important;   /* optional: make text a bit larger */
}

.arone-product-landing-page .details-wrapper .price::before {
    content: "Price:    ";
    font-weight: bold;
    font-size: 1.5rem;
    color: #333; /* match your text color */
}

.arone-product-landing-page .details-wrapper .add-to-cart-buttons-wrapper {
    margin-top: -100px !important; /* adjust to taste — smaller number pulls it closer */
}

/* Make the options box a positioning context */
.arone-product-landing-page .column.details-wrapper {
  position: relative;
}
