.product {
    max-width: 1300px;
    width:100%;
    margin: auto;
    display: flex;
    position: relative;
    padding-bottom: 50px;
    padding-top:40px;
    flex-wrap : wrap;
}

.productOptionsTitle {
    padding-left: 10px;
}

#productDetailImage {
    width: 450px;
    height: auto;
    max-height: 600px;
    object-fit: contain;
}

.image-bar img{
    width: 100px;
    height: auto;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-bar img.selected {
    border: 1px solid #7F0B0E;
}

.image-container{
    max-width: 600px;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-info {
    max-width: 700px;
    width:100%;
}

.product-info h1 {
    font: normal normal bold 36px/36px Philosopher;
    /* padding-left: 15px; */
    margin : 0;
    padding-bottom: 20px;
}

fieldset {
    border: none;
    padding: 0 15px 15px;
    height: fit-content;
    margin: 0;
    min-width: 0;
}

/* Reset legend styling */
legend {
    padding: 0;
    margin: 0;
     /* Adjust as needed */
     /* Adjust as needed */
    font: normal normal bold 18px/32px Mulish;
    flex: 0 0 200px;
    position: relative;
    letter-spacing: 1.2;
}

legend span {
    position: absolute;
    top: -20px;
    font: normal normal bold 12px/32px Mulish;
    text-transform: uppercase;
    letter-spacing: 0.9;
}

.productChoiceItems{
    font: normal normal normal 18px/32px Mulish;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #E5DBBA;
    position: relative;
    padding-top: 10px;
    padding-left:10px;
}

.productChoiceItems > div > div {
    flex: 0 0 auto;
    /* padding: 10px; */
    padding-right: 3px;
    cursor: pointer;
    position: relative;
}

.productChoiceItems > .radioType {
    padding-right: 10px;
}

/* .productChoiceItems > .img-container:hover::before {
    background-color: #7F0B0E;
    content: attr(data-tooltip);
    width: fit-content;
    height: fit-content;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute;
    bottom: 50px;
    left: 40px;
    opacity: 0.9;
    z-index: 2;
    color: white;
}

.productChoiceItems > .img-container > img {
    padding: 5px;
}

.productChoiceItems > .img-container > img:hover,
.productChoiceItems> .img-container > img.selected{
    padding: 3px;
    border: 2px solid #7F0B0E;
} */





.productChoiceItems > div > .woodType:hover::before,.productChoiceItems > div > .stainType:hover::before {
    background-color: #7F0B0E;
    content: attr(data-tooltip);
    width: fit-content;
    height: fit-content;
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 20px;
    position: absolute;
    bottom: 50px;
    left: 30px;
    opacity: 0.9;
    z-index: 2;
    color: white;
}

.productChoiceItems > div > div > label > img {
    padding: 5px;
}

.productChoiceItems > div > div > label > img:hover,
.productChoiceItems> div > div > label > img.selected{
    padding: 3px;
    border: 2px solid #7F0B0E;
}

/* Hide the default radio button */
input[type="radio"] {
    display: none;
}

/* Custom radio button styling */
input[type="radio"] + label {
    position: relative;
    cursor: pointer;
}

input[type="radio"] + label.rackHeight {
    padding-left: 30px; /* Space for the custom radio button */
    padding-right: 10px;
}

/* Outer circle */
input[type="radio"] + label.rackHeight::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #CEC4A4; /* Outer circle color */
    background: #F5F1E2;
}

/* Inner circle (checked state) */
input[type="radio"]:checked + label.rackHeight::after  {
    content: '';
    position: absolute;
    left: 5px; /* Position inside the outer circle */
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #7F0B0E;
    ; /* Inner circle color */    
}

input[type="radio"]:checked + label.rackHeight::before {
    background-color: white;
    border-color: #7F0B0E;
}

#productOptions {
     max-width: 700px;  
     width:100%;
}

.optionsChoices {
    display:flex;
    flex-wrap: wrap;
    padding-left:10px;
}
.optionsLegend {
    width: 100%;
}
.product-summary {
    /* padding-left: 15px; */
}

#desc {
    font: normal normal bold 30px/50px Philosopher;
    color: #410709;
    margin: 0;
}

#sku {
    font: normal normal normal 18px/32px Mulish;
    color: #000;
    margin: 0;
}

#sku span {
    font: normal normal bold 18px/32px Mulish;
    color:#290506
}

#pricing {
    flex: 0 0 auto;
}

.purchase-options {
    background-color: #F5F1E2;
    padding: 32px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.salePrice,
.productPrice {
    position: relative;
    top: -25px;
    width: 125px;
    font: normal normal bold 18px/40px Mulish;
    letter-spacing: 1.35px;
}

.salePrice span::before, 
.productPrice span::before {
    content: '$';
} 

.salePrice span, 
.productPrice span {
    position: absolute;
    top: 40px;
    left: 0;
    /* font: normal normal normal 25px/40px Mulish; */
    font: normal 25px Mulish;
    letter-spacing: 0;
} 

.salePrice {
    display: none;
}
.quantity {
    position: relative;
    height: 60px;
    width: 60px;
    /* margin-left: 120px; */
    margin-right: auto;
}
.quantity label {
    position: absolute;
    top: -15px;
    left: 0;
    font: normal normal bold 18px/40px Mulish;
    letter-spacing: 1.35px;
}

.quantity input {
    position: absolute;
    top: 24px;
    left: 0;
    width: 100%;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    outline: none;
    font: normal normal normal 18px/32px Mulish;
}

.extra-imgs {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 12px 0;
}

.extra-imgs img {
    width: auto;
    height: 60px;
}

.tabs {
    font: normal normal normal 18px/32px Mulish;
    padding: 100 0;
}

.tabs h2 {
    margin: 0 auto 32px auto;
    width: fit-content;
    font: normal normal bold 50px/60px Philosopher;
    letter-spacing: 0px;
}

.accordion {
    width: 100%;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-item {
    border-bottom: 1px solid #ddd;
}
.accordion-item:last-child {
    border-bottom: none;
}
.accordion-header {
    background-color: #410709;
    color: white;
    padding: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    font: normal normal bold 18px/32px Mulish;
    letter-spacing: 1.35px;
}

.accordion-header::before{
    display: none;
}
.accordion-header::after {
    color: white;
    border-color: white;
    line-height: 17px;
}
.accordion-header:hover {
    background-color: #290506;
}
.accordion-content {
    display: none;
    padding: 32px;
    background-color: #f9f9f9;
}

.accordion-content h3 {
    font: normal normal bold 38px/50px Philosopher;
}
.accordion-content p {
    margin: 0;
    font: normal normal normal 18px/32px Mulish;
}
.accordion-content ul {
    list-style-type: none;
    padding-left: 20px;
}
.accordion-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.accordion-content h2, .accordion-content h3 {
    margin-top: 0;
}
.accordion-header .icon {
    font-size: 1.5em;
}

.specsTbl h5 {
    position: relative;
    background-color: inherit;
    padding: 8px;
    font-size: 22px;
    line-height: 1.5;
    text-align:center;
    margin: auto;
}

.specsTbl h5::before,
.specsTbl h5::after{
    display: none;
}