.single-bottle-slider .col-md-6, .newPdtAr .col-md-6{
padding: 0 4px;
}
  
   .single-pdt-column-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 10px 12px;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: flex-start;
}
.single-pdt-column-inner:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}
.single-bottle-slider .pdt_subtitle, .pdt_title{
    text-align:left!important;
}
.pdt_details {
    display: flex;
    flex-direction: column;
    height: 100%;
     width: 100%;
}
.pdt_image {
    margin: 0 auto 5px;
}
.pdt_title {
    margin-bottom: 5px;
    font-size: 18px;
}
.pdtCntAr {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%;
    margin: 0;
}

.pdtCntAr p {
    margin: 0;
}

.pdtCntAr .btn {
    margin-top: auto;
    align-self: center;
    max-width: 100%;
    padding: 5px 20px;
}
.pdtCntAr .btn:hover {
    background: #007bb2;
    color: #fff;
}
.btn-blue{
    padding: 10px 28px;
}
.newPdtAr .pdt_subtitle {
    font-size: 18px;
    margin-bottom: 10px;
    text-align:left;
}
.pdt_details ul {
    padding: 0 0 0px 10px;
    min-height: auto;
}
.pdt_details .btn-blue
 {
    max-width: 100%;
    margin: 15px 0 10px 0;
}
.pdt_details ul li {
    margin-left: 10px;
}

 .black-friday-txt{
 text-align: center;
    padding: 6px 15px;
    background: #053721;
    color: #fff;   
    padding: 10px 0;
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    color: #fff;  
    display: inline-block;
    cursor: pointer;
    margin-bottom: 15px;
}
a.black-friday-txt:hover{
  color:#fff;
}

.blackf-txt{
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-text-stroke: 1px #000;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    font-family: "Montserrat", sans-serif;
    margin-left: 2px;
    font-weight: 900;
}
    h1.america-heading {
        text-align: center;
        color: #fff;
        position: relative;
        text-transform: capitalize;
        font-size: 40px;
        padding-top: 15px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-shadow: none;
    }

    h1.america-heading-mb {
        text-align: center;
        color: #fff;
        position: relative;
        text-transform: capitalize;
        font-size: 18px !important;
        padding-top: 15px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-shadow: none !important;
        margin-bottom: 5px !important;
        padding: 0;
    }

    .pdt_image img {
        max-width: 100%;
            padding: 0;
    }
    .desktop-herobanner{
        width:100%;
    }
    .mobile-herobanner{
        display: none;
    }


/*topBanner */
 
/* --- Desktop Timer --- */
    #desktop-timer {
      display: flex;
      justify-content: center;
      gap: 14px;
      padding: 10px 0;
    }

    #desktop-timer .time-value {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 40px;
    line-height: 1.4;
    background: #0F84A6;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 2px;
    }
    #desktop-timer .time-label {
        font-size: 12px;
        text-align: center;
        font-weight: bold;
        color: #ffffff;
    }

    /* --- Mobile Timer --- */
    #mobile-timer {
      display: none;
      justify-content: center;
      gap: 10px;
      padding: 10px 0;
    }

    #mobile-timer .time-value {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 40px;
    line-height: 1.4;
    background: #0F84A6;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 2px;
    }

    #mobile-timer .time-label {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    }
    .newPdtAr .pdt_title {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Gotham-Bold';
    }

    /* --- Responsive Rules --- */
    @media(max-width:1024px) and (min-width:768px){
         .newPdtAr .col-md-6{
        margin-bottom: 25px;
    }
       .newPdtAr .pdt_image img, .pdt_image img {
        max-width: 80%;
    }
        .single-bottle-slider .col-md-6, .newPdtAr .col-md-6 {
    padding: 0 15px;
}
    }
    @media screen and (max-width: 768px) {
      #desktop-timer { display: none; }
      #mobile-timer { display: flex; }
    }

/*topbanner Ends*/

@media screen and (max-width: 767px) {
    .black-friday-txt {
        font-size: 1.8rem;
        display: inline-block;
        line-height: 1.3;
        width: 100%;
    }
   
    .desktop-herobanner{
    display: none;
    }
    .mobile-herobanner{
        display: block;
        width:100%;
    } 
    .single-bottle-slider .col-md-6, .newPdtAr .col-md-6 {
    padding: 0 15px;
}
    .newPdtAr .col-md-6{
        margin-bottom: 25px;
    }
    .pdt_details p, .pdt_details ul
     {
        max-width: 100%;
        margin: 0;
    }
    .newPdtAr .pdt_details ul {
        min-height: inherit!important;
    }
    .newPdtAr .pdt_title br{
        display: none;
    }
    .newPdtAr .pdt_image img, .pdt_image img {
        max-width: 80%;
    }
    }
    