.gd-ebay__product {
    background-color: #F6F6F6;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 60px;
}



/*
    Image 
*/


.prod-gallery .content {display: none; background-color: #ffffff; border: 1px solid #d9d9d9; width: 100%; height: 670px; text-align: center; position: absolute; top: 0px; right: 0px;}
.prod-gallery { margin: 0 auto; position: relative; padding-top: 690px;}
.prod-gallery .content {display: none; background-color: #ffffff; border: 1px solid #d9d9d9;  text-align: center; position: absolute; top: 0px; right: 0px; }
.prod-gallery .content img,  .prod-gallery label img {max-width: 100%; max-height: 100%; position: relative; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.prod-gallery input {display: none;}
.prod-gallery label {float: left; cursor: pointer; margin:10px 10px 0px 0px; background-color: #ffffff; border:1px solid #ebebeb; width:100px; height: 120px; text-align: center;}
.prod-gallery label.last {margin-right: 0;}
#prod1:checked ~ #content1,
#prod2:checked ~ #content2,
#prod3:checked ~ #content3,
#prod4:checked ~ #content4, #prod5:checked ~ #content5 {
  display: block;
}




/*
    Sidebar 
*/ 


.gd-ebay__product-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.gd-ebay__product-subtitle {
    display: block;
    color: #6C757D;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
}

.gd-ebay__product-sku {
    color: #231F20;
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0 0;
}


.gd-ebay__btn-wrap {
    border-top: 1px solid #D9D9D9; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    padding-top: 20px;
    margin-top: 20px;
}

.gd-ebay__product-btn {
    background-color: #FFC624;
    border-radius: 5px;
    padding: 13px 0;
    color: #231F20;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


.gd-ebay__product-btn:hover {
    background-color: #231F20;
    color: #fff;
}

.gd-ebay__product-usp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
}


.gd-ebay__product-usp .gd-ebay__usp-title {
    color: #231F20;
    width: 125px;
} 


.gd-ebay__product-bottom { 
    background-color: #fff;
    border-radius: 5px;
    padding: 28px 18px;
    display: flex;
    justify-content: start;
    align-items: start;
}


.gd-ebay__product-bottom h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
}


.gd-ebay__product-bottom p, 
.gd-ebay__product-bottom a
{
    color: #231F20;
    font-size: 14px;
    font-weight: 400; 
}


.gd-ebay__product-bottom img {
    margin-right: 20px;
}


.gd-ebay__product-hr {
    display: block;
    border: 1px solid #d9d9d9;
    margin-top: 30px;
    width: 100%;
}


.item-page-brand {
    max-width: 150px !important;
}


/*
    Tabs 
*/ 


.gd-ebay__tabs {
    margin-top: 120px;
    overflow: hidden;
}



.gd-ebay__tabs input {display: none;}
.gd-ebay__tabs label {float: left; font-weight: 500; font-size: 22px; text-transform: capitalize; color: #231F20; padding:18px 16px; cursor: pointer; position: relative; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-left: 60px;}
.gd-ebay__tabs label:hover, .gd-ebay__tabs input:checked + label {color:  #231F20; background-color: #FFC624; text-shadow: .1px 0 0 #231F20;}
.gd-ebay__tabs .content {display: none; float: left; width: calc(100% - 60px); padding: 30px 0 30px 60px; border-top: 4px solid #FFC624; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; border-bottom: 1px solid #d9d9d9; }
.gd-ebay__tabs .content p, .gd-ebay__tabs .content .lead {line-height: 22px; color: #231F20; font-size: 18px; font-weight: 400 !important; font-family: "DM Sans", sans-serif !important; margin-bottom: 10px;}
.gd-ebay__tabs .content a{color: #FFC624;}
.gd-ebay__tabs .content ol li {line-height: 22px; list-style-type: disc; color: #231F20; font-size: 18px; font-weight: 400; list-style-type: number; margin: 10px 0;}
.gd-ebay__tabs .content ol ul li {list-style-type: circle; font-weight: 300;}
#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4
{
	display: block;
}




@media (max-width: 1024px) {
    .gd-ebay__product {
        grid-template-columns: 1fr;
        padding: 60px 15px 60px 15px;
    }
    
    .gd-ebay__btn-wrap {
        flex-direction: column;
    }
    
    .gd-ebay__product-image {
        width: 100%;
    }
    
     .prod-gallery {
         padding-top: 380px;
     }
    
    .prod-gallery .content {
        height: 345px;
    }
    
     .prod-gallery {
         width: 100%;
     }
     
      .prod-gallery label {
          height: 90px;
      }
      
      
      .gd-ebay__product-usp {
          flex-direction: column;
          align-items: start;
          gap: 25px;
      }
      
      
      .gd-ebay__tabs {
          margin-top: 80px;
      } 
      
      
      .gd-ebay__tabs label {
          margin: 0;
          padding: 0 0 0 15px;
          display: block;
          float: none;
          width: 100%;
      }
      
    .gd-ebay__tabs .content {
        padding: 30px 0 0 0;
    }
    
    .gd-ebay__tabs label {
        border: 1px solid #D9D9D9;
        font-size: 22px;
        font-weight: 400;
        border-radius: 0;
        padding: 18px 0 18px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
        .gd-ebay__tabs label img {
            padding-right: 15px;
            mix-blend-mode: multiply;
        }
    
    .gd-ebay__tabs label:hover {
        color: #fff;
        text-shadow: .1px 0 0 #fff;
    } 
    
    .gd-ebay__tabs .content {
        border-top: none;
        border-left: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        padding: 30px 0 30px 15px;
        position: relative;
        z-index: 2;
        width: 100%;
        
    }
    
    
    .gd-ebay__tabs .content p , .gd-ebay__tabs .content ul , .gd-ebay__tabs .content h2 , .gd-ebay__tabs .content div {
        padding-right: 15px;
    }
    
    
    .gd-ebay__tabs input:checked + label {
        color: #fff;
        text-shadow: .1px 0 0 #fff;
    }
    
    .gd-ebay__tabs input:checked + label img {
        transform: rotate(180deg); 
        padding-left: 15px;
        padding-right: 0;
    }
      
      #mobtab1:checked ~ #content1,
      #mobtab2:checked ~ #content2,
      #mobtab3:checked ~ #content3,
      #mobtab4:checked ~ #content4
      {
          display: block;
      }
     
}


.

