
.product-main-img{
  /* background:#fff;
  border-radius:16px;
  padding:20px;
  text-align:center;
  box-shadow:0 10px 30px rgba(0,0,0,.08); */
}
.product-main-img img{
  width:100%;
  max-height:420px;
  object-fit:contain;
  cursor:zoom-in;
}

.thumbSwiper .swiper-slide{
    background: #fff;
    border-radius: 10px;
    padding: 6px;
    cursor: pointer;
    border: 2px solid #ececf1;
    height: 60px;
}
.thumbSwiper img{
  width:100%;
  /* height:80px; */
  object-fit:contain;
}

.product-info{
  background:#fff;
  border-radius:16px;
  padding:25px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.thumbSwiper{
  /*overflow: visible;*/
  /*padding-right: 40px; /* 👈 peek space */
}

.thumbSwiper .swiper-slide{
  width: 60px;
}


.cardBoxView{
    background:#fff;
    border-radius:16px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.productTitle h4{
      font-size: 22px;
    font-weight: 600;
    color: #214857;
    line-height: 33px;
}

.priceproducttitle{
        font-size: 25px;
    margin-top: 16px;
    font-weight: 600;
}

.offpriceproduct{
        font-size: 15px !important;
}

.productPriceInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.pricediscountbtn{
         font-size: 13px;
    background-color: #fb8811 !important;
    padding: 8px 15px;
    color: #fff;
}

.produtcolors{
    display: flex;
    align-items: center;
    gap: 12px;
}

.produtcolors span{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #ececf1;
}

.produtcolors p , .produtsize p , .updatequantity{
      margin-bottom: 0px;
    position: relative;
    top: 0px;
    font-size: 15px;
    font-weight: 500;
}


.colorWrapper{
    display: flex;
    gap: 8px;
    align-items: center;
}

.colorCircle{
     width: 25px;
    height: 25px;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-block;
}

/* Hover */
.colorCircle:hover{
    transform: scale(1.15);
}

/* Selected color */
input[type="radio"]:checked + .colorCircle{
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #007bff;
    transform: scale(1.15);
}



.sizeWrapper{
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sizeBox{
    padding: 6px 12px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s ease;
}

/* Hover */
.sizeBox:hover{
    border-color: #000;
}

/* Selected */
input[type="radio"]:checked + .sizeBox{
    background: #000;
    color: #fff;
    border-color: #000;
}



.product-qty-box{
    max-width: 100%;
}

.qty-wrapper{
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    width: fit-content;
    border-radius: 4px;
    overflow: hidden;
}

.qty-btn{
    width: 32px;
    height: 32px;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 18px;
}

.qty-btn:hover{
    background: #e0e0e0;
}

#quantity{
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
}

#qtyMessage{
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #d9534f;
}

.add-to-cart-btn , .dsfjksdfjkhlkfdhsjkf{
    margin-top: 10px;
    width: 100%;
    padding: 8px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.dsfjksdfjkhlkfdhsjkf:hover , .add-to-cart-btn:hover {
    background: #fb8811;
}
.actionsbuttons{
        display: flex;
    align-items: center;
    gap: 11px;
}

.actionsbuttons button{
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 0px;
    font-size: 15px;
}

.orangebutton{
    background-color: #fb8811 !important;
    color: #fff !important;
}

.productBoxInfoHelpSupport img{
    width: 40px;
        margin: auto;
}
.productBoxInfoHelpSupport p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #214857;
    font-weight: 500;
}

.productBoxInfoHelpSupport .item{
    display: flex;
    align-items: center;
    gap: 5px;
    
}

.productBoxInfoHelpSupport {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.thumbSwipermine{
    height: auto !important;
}

.productBoxInfoHelpSupport .item {
    display: grid;
    align-items: center;
    gap: 5px;
    text-align: center;
    width: 32%;
  justify-content: center;
}


.cardBoxView{
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 6px;
}

.cardBoxView h6{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.specTable{
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.specTable th{
    text-align: left;
    width: 45%;
    color: #555;
    font-weight: 500;
    padding: 6px 0;
}

.specTable td{
    text-align: right;
    color: #000;
    font-weight: 500;
    padding: 6px 0;
}

.specTable tr{
    border-bottom: 1px dashed #eee;
}

.specTable tr:last-child{
    border-bottom: none;
}

.product-description p.head{
      margin-bottom: 0px;
    position: relative;
    top: 0px;
    font-size: 15px;
    font-weight: 500;
}

.product-description li{
       font-size: 13px;
    margin-bottom: 5px;
}