/** Shopify CDN: Minification failed

Line 782:5 Expected ":"

**/

  body {
    background-color: #000000;
  }

  .sticky_BuyNow {
    height:148px;
    width : 30px;
    background-color: #FB2100;
    border:1px solid #ffffff;
    position: fixed;
    right:0;
    top:80px;
    color: #FFF;
    font-family: "Gotham";
    font-style: normal;
    font-size:16px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    writing-mode: sideways-lr;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor: pointer;
    z-index:190;
  }

  #product_mainContainer{
    scroll-margin-top: 250px;
  }

  .header-mobile,
  .announcement-bar,
  .header-navigation-wrapper,
  .footer,
  .footer-1 {
    display: none !important;
  }


  .hero_container {
    position: relative
  }

  .kenny_curtain_gif {
    width: 100vw;
    height: auto;
    position: absolute;
    z-index: 10;
  }

  .heroSection {
    background-image: url('/cdn/shop/files/kennyheroimage_latest.png?v=1759930712');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 1440px;
    aspect-ratio: 5723 / 4740;
    margin: 0 auto;

    opacity: 0;
    /* start invisible */
    animation: fadeInHero 6s ease-in forwards;
    /* optional delay to sync with curtain */
  }

  @keyframes fadeInHero {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .kennySign {
    aspect-ratio: 243 / 117;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .heroSection_details_container {
    padding: 5px 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .thestagetitle {
    width: 270px;
    margin-top: -20px;
    align-self: center;
  }

  .bykennysebastian {
    align-self: flex-end;
    margin-top: 10px;
    width: 120px;
  }


  .foundersection {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
    align-items: center;
  }

  .swiper_mainContainer {
    padding: 0 20px;
    margin-top: 30px;
  }

  .swiper {
    max-width: 900px;
    /* Limit width to match your other sections */
    margin: 0 auto;
    /* Center horizontally */
    width: 100%;
    /* Allow responsive scaling */
    padding-bottom: 60px;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    position: relative;
    /* Center slide content */
  }

  .swiper-act-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    top: 25px;
    gap: 10px;
  }

  .swiper-act-text h4 {
    color: #FFF;
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0 5px;
  }

  .swiper-act-text p {
    color: #FFF;
    text-align: center;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  .lowercase {
    text-transform: lowercase !important;
  }
  .act_image {
    aspect-ratio: 1145 / 818;
    width: 100%;
    max-width: 900px;
  }

  .spotlight_image {
    aspect-ratio: 1 / 1;
  }

  .swiper-pagination {
    /* Move bullets below the images (adjust -50px for spacing) */
    position: absolute;
  }
  .swiper-pagination-bullet {
    width: 12px;
    /* Increase size for better visibility */
    height: 12px;
    border: solid 1px #fff;
    /* White dots */
    opacity: 0.5;
    margin: 0 5px;
    /* Space between bullets */
    border-radius: 50%;
    /* Make them round */
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    /* Full opacity for active bullet */
    background: #ffffff;
    /* Red color for active (matches your theme) */
  }

  /* swiper carousal styling */

.swiper-new-carousel .swiper-wrapper{
  padding-left:20px;
}

  .swiper-new-carousel .swiper-slide {
    width: 216px;
    height:216px;
    aspect-ratio:1:1;
  }


  .shantanuwithkenny {
    aspect-ratio: 1145 / 818;
    width: 100%;
    max-width: 900px;
  }





  /*

   .product_miccheck { 
   background-image: url("//www.bombayshavingcompany.com/cdn/shop/t/378/assets/miccheckimage.png?121380"); 
   } 

   .product_spotlight { 
   background-image: url("//www.bombayshavingcompany.com/cdn/shop/t/378/assets/spotlightimage.png?121380"); 
   } 
*/



  .productCatalogue {
    display: flex;
    flex-direction:column;
    gap: 55px;
    width: 100%;
    justify-content: center;
    max-width: none;
  } 
  .product_container {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mrp_product {
    font-family: 'Gotham';
    font-size: 23px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    color: white;
    margin-top: 15px
  }
  h3.mrp_product.mrp_product-price {
    font-size: 23px;
  }


  .product_miccheck,
  .product_spotlight {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: 1;
    height: auto;
    aspect-ratio: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
  }

  .product_miccheck img,
  .product_spotlight img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    z-index: 0;
  }

  .product_miccheck::before,
  .product_spotlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    /* Full black overlay initially */
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .product_miccheck:hover::before,
  .product_spotlight:hover::before {
    opacity: 0;
    /* Reveal original image colors on hover */
  }


  .product_miccheck h3,
  .product_spotlight h3,
  .addtocart_CTA {
    position: relative;
    z-index: 2;
    /* Above the overlay */
  }

  .product_miccheck h3,
  .product_spotlight h3 {
    font-family: 'Gotham';
    font-size: 27px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    color: white;
    margin: 0;
  }

  .productCatalogue{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }


  .addtocart_CTA,
  .buyboth {
    width: 233px;
    height: 49px;
    background: #FB2100;
    color: #FFF;
    font-family: "Gotham";
    font-size: 21px;
    line-height: normal;
    text-transform: uppercase;
    border: none !important;
  }

  .addtocart_CTA:hover,
  .buyboth:hover {
    background: #000000;
  }

  .buyboth {
    margin-top: 20px;
    width: 298px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self:center;
  }

  .input_button-container {
    display: flex;
  }


  /* allow flex items to shrink properly */
  .productCatalogue > .product_miccheck,
  .productCatalogue > .product_spotlight {
    min-width: 0;
    /* crucial for flex children to shrink on small screens */
    box-sizing: border-box;
    /* you already had this, but keep it */
  }

  .product_miccheck img,
  .product_spotlight img {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* show whole image, scale it to fit */
    z-index: -1;
  }

  .mobile-break {
    display: inline;
  }

  .product_mainContainer{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:30px 0;
  }

  .thestage_productpage_qty_container{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }



    @media (max-width: 450px) {
    .qty-wrapper {
      gap: 8px;
      margin-top: 10px;
    }
    .qty-btn {
      width: 24px;
      height: 24px;
      font-size: 20px;
    }
    .qty-display {
      min-width: 42px;
      height: 34px;
      font-size: 14px;
    }
  }



  /* reduce heavy padding on small viewports so the image has space */
  @media (max-width: 450px) {
    .product_miccheck,
    .product_spotlight {
      padding: 10px;
      /* reduce from 30px */
    }

    /* optionally reduce aspect-ratio so items are less tall on tiny screens */
    .product_miccheck,
    .product_spotlight {
      aspect-ratio: 1 / 1.25;
      /* tweak as you like */
    }

    /* if you want two columns to stay but fit, give explicit widths */
    .productCatalogue {
      gap: 12px;
    }
    .productCatalogue > * {
      flex-basis: calc(50% - 6px);
    }

  }

  @media(min-width: 450px) {
    .kennySign {
      height: 40px
    }
  }


  /* reduce heavy padding on small viewports so the image has space */
  @media (max-width: 750px) {
    .product_miccheck,
    .product_spotlight {
      padding: 20px;
      /* reduce from 30px */
    }
    .thestage-price {
      gap: 13px !important;
    }

    /* optionally reduce aspect-ratio so items are less tall on tiny screens */
    .product_miccheck,
    .product_spotlight {
      aspect-ratio: 1 / 1.25;
      /* tweak as you like */
    }

    /* if you want two columns to stay but fit, give explicit widths */
    .productCatalogue {
      gap: 50px;
    }
    .productCatalogue > * {
      flex-basis: calc(50% - 6px);
    }


  }

  @media (min-width: 750px) {
    .mobile-break {
      display: none;
    }

    .productCatalogue {
      flex-direction:row;
    }

    .product_miccheck,
    .product_spotlight {
      aspect-ratio: 1 / 1.25;
      /* tweak as you like */
    }

    .product_miccheck,
    .product_spotlight {
      padding: 20px;
      /* reduce from 30px */
    }
  }
  

  .footerCTA {
    width: 204.36px;
    height: 42.89px;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Gotham";
    font-size: 20.184px;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    background: #FB2100;
    border: none !important;
    display: block;
    margin: 30px auto auto;
  }

  .thestage-price {
    display: flex;
    gap: 29px;
  }

  .footerCTA:hover {
    background: #000000;
  }

  .kennysignfooter {
    display: block;
    margin: 30px auto auto;
    height: 70px;
    aspect-ratio: 243 / 117;
    margin-bottom:60px;
  }

  .videoSection {
    padding: 0 20px;
    max-width: 900px;
    margin: 40px auto auto;
    margin-bottom:20px;
  }

  .videoSection video {
    width: 100%;
    height: auto;
    max-width: 900px;
    /* Match your container */
    display: block;
    margin: 0 auto;
    aspect-ratio: 347.42 / 210.30;
  }


  .videoSection_description {
    margin-top: 20px;
  }

  .videoSection_description p {
    color: white;
    text-align: center;
    font-family: Georgia;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
  }

  .videoSection_description h4 {
    color: white;
    text-align: center;
    font-family: 'Gotham'
    , sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
  }


  .carousal_section{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:30px;
    padding-top:30px;
  }

  .carousal_section_heading_wrapper{
    width:242.04px;
    height:48.49px;
    border:1px solid #FF0000;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    box-sizing: border-box;  
    padding: 8px 16px;
  }

  .carousal_section_heading {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    color:#ffffff;
    font-style: normal;
    line-height: normal;
    margin: 0;
  }
  .spotlight_container {
    display: none;
  }

  .spotlight_carousal {
    margin: 20px
  }
  .spotlight_carousal img {
    aspect-ratio: 347.55 / 347.55;
  }

  @media (min-width : 600px) {
    .thestagetitle {
      width: 350px;
    }
    .kennySign {
      height: 80px;
    }
    .bykennysebastian {
      width: 140px;
    }
    .addtocart_CTA,
    .buyboth {
      width: 280px;
      height: 45px;
    }

    .videoSection_description p,
    .videoSection_description h4 {
      font-size: 24px
    }

    .kennysignfooter {
      height: 90px;
      aspect-ratio: 243 / 117;
    }

      .swiper-new-carousel .swiper-slide {
      width: 302px;
      height:302px;
      aspect-ratio:1:1;
    }

  }

  @media (min-width : 900px) {
    .thestagetitle {
      width: 600px;
    }
    .heroSection_details_container {
      padding-top: 15px
    }
    .kennySign {
      height: 90px;
      margin-bottom: 30px;
    }
    .bykennysebastian {
      width: 260px;
    }
    .product_container {
      max-width: max-content !important;
    }
    .product_miccheck h3,
    .product_spotlight h3 {
      font-size: 32px;
    }

    .mrp_product {
      font-size: 16px;
    }
    h3.mrp_product.mrp_product-price {
      font-size: 20px;
    }

    .videoSection_description p,
    .videoSection_description h4 {
      font-size: 28px
    }


    .swiper-act-text h4 {
      font-size: 48px;
    }

    .swiper-act-text p {
      font-size: 24px
    }
    .footerCTA {
      width: 405px;
      height: 85px;
      font-size: 40.184px;
    }

    .kennysignfooter {
      height: 150px;
      margin-top: 80px;
      aspect-ratio: 243 / 117;
    }

    .swiper-pagination-bullet {
      height: 28px;
      width: 28px;
    }

    .qty-btn {
      width: 38px;
      height: 38px;
    }


    .carousal_section_heading_wrapper{
      width: 344px;
      height: 62px;
    }


    .swiper.swiper-new-carousel{
      max-width: 100% !important;
      margin: 0px;
    }

    .swiper-new-carousel .swiper-wrapper{
      gap:40px;
    }
    .swiper-new-carousel .swiper-slide {
      width: 472px;
      height:472px;
      aspect-ratio:1:1;
    }

    .carousal_section_heading{
      font-size:40px
    }

    .sticky_BuyNow {
      height:190px;
      width : 62px;}
    }

    #product_mainContainer{
      scroll-margin-top: 150px;
    }


  /* Quantity selector styles — theme-matched */
  .qty-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: center;
    flex-shrink: 0;
    S box-sizing: border-box;
    margin-top: -12px;
  }

  /* buttons */
  .qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: none;
    font-family: "Gotham"
    , sans-serif;
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FB2100;
    /* primary CTA red */
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    transition: transform 0.08s ease, background 0.12s ease;
  }

  .qty-btn:active {
    transform: scale(0.96);
  }
  .qty-btn:hover {
    background: #000;
  }

  /* number display */
  .qty-display {
    min-width: 48px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Gotham"
    , sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 0 6px;
  }

  /* qty value */
  .qty-value {
    display: block;
    width: 100%;
    text-align: center;
  }

  /* keep everything constrained inside product container on mobile */
  .product_container {
    max-width: 322px;
    box-sizing: border-box;
  }

  /* responsive tweaks */


  @media (min-width : 1000px) {
    .thestagetitle {
      width: 900px;
    }

    .bykennysebastian {
      width: 300px;
    }

    .videoSection {
      max-width: 1100px;
    }

    .shantanuwithkenny {
      max-width: 1100px;
    }

    .videoSection_description p,
    .videoSection_description h4 {
      font-size: 32px
    }

  }


  @media (min-width : 1200px) {
    .productCatalogue {
      width: 1120px;
    }

  }

