
.iframe {border-radius: 20px;object-fit: cover;}
        .video-container {position: relative;display: inline-block;width: 26%;}
        .play-button {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 36px;background: #FF0000;color: white;border: none;border-radius: 26%;padding: 15px;cursor: pointer;z-index: 1;}
        .play-button:focus {outline: none;}
body {
    background: #F5F4F2 !important;
}
button.carousel-control-next {
    background: no-repeat !important;
    width: 25px !important;
    height: 22px !important;
    background: black !important ;
    top: 50% !important;
}

button.carousel-control-prev {
    background: no-repeat !important;
    width: 25px !important;
    height: 22px !important;
    background: black !important ;
    top: 50% !important;
}




.whats-in-box.mt-4 {
	display: flex;
	gap: 13px;
	width: 100%;
	margin: auto;
	background: white;
	border-radius: 32px;
	padding: 12px;
	border: 1px solid #eddede;
	align-items: center;
	margin-bottom: 29px;
}

.boxitems ul li {
	padding: 4px;
}

.frist {
	width: 33.33%;
	float: left;
	margin-left: -4px;
	border: 1px solid;
	border-radius: 15px;
	margin-left: 4px;
}

.sec_class {
	width: 33.33%;
	float: left;
	border: 1px solid;
	border-radius: 11px;
	height: 399px;
	background: ghostwhite;
}
.three {
	width: 33.33%;
	float: left;
	border: 1px solid;
	border-radius: 11px;
	height: 399px;
	background: ghostwhite;
}

  .carousel-item {
    transition: transform 0.3s ease-in-out; /* Smooth slide effect */
  }
  
	.boxitems {
    margin-top: 17px;
}
  .group-49999 {
    width: 30%;
    float: right;
}
  button.play-button {
    display: none !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 201px !important;
    height: 100px !important;
    background: 53% !important;
    margin-bottom: -78px;
		margin-left: -20px;
}
.row_1 {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    margin-top: 4px;
    /* margin-left: 16px; */
    width: 78%;
    font-size: 14px;
    text-align: center;
    margin: auto;
    font-weight: 700;
    margin-bottom: -1px;
    margin-top: 10px;
}
.row_2 {
    display: flex;
    justify-content: space-around;
    margin-top: -19px;
}
.warranty {
    margin: -14px 22px 3px 0px;
    display: inline-block;
    /* width: 153px; */
    overflow-wrap: break-word;
    font-family: var(--body-b-font-family, 'Poppins');
    font-weight: var(--body-b-font-weight, 700);
    font-size: var(--body-b-font-size, 12px);
}
.carousel-control-next, .carousel-control-prev {
    /*top: 402px !important;*/
    bottom: 0;
        width: 22% !important;
    opacity: 1 !important;
}

.carousel-control-prev {
    left: -21px !important;
    /* width: 52px; */
}
.carousel-control-next {
    right: -20px !important;
}

body{
    overflow-x: hidden;
}

/* bulk Order Button */
.btn.btn-bulk-order.balwaan-krishi-logo-1 {
    position: absolute;
    right: 32px;
    top: 50%;
    background: #DB2B21;
    color: white;
    z-index: 999;
    border: none;
    position: fixed;
    width: 9%;
    font-size: 14px;
    height: 35px;
    border-radius: 14px;
    margin-left: -41px;
}

.btn-bulk-order {
  background-color: #e1251b;
  color: white;
  border-radius: 20px;
  font-weight: bold;
  padding: 10px 20px;
}
.modal-header, .modal-footer {
  border: none;
}
.modal-content {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.modal-footer .form-control {
  border-radius: 10px;
  padding: 10px;
}
.form-label {
  font-weight: bold;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    /*border-bottom: 1px solid !important;*/
    text-align: center !important;
    margin-bottom: 1px !important;
    margin-top: -40px !important;
}
.btn-close {
    transform: rotate(44deg);
    background: no-repeat;
    border: none;
    font-size: 37px !important;
    top: -4px !important;
    position: absolute !important;
    right: 21px !important;
}
.btn-submit {
  background-color: #e1251b;
  color: white;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 20px;
}
.btn-close {
transform: rotate(44deg);
background: no-repeat;
border: none;
font-size: 37px;
}
.modal-content {
	border: 1px solid rgba(0,0,0,.2);
  border-radius: 22px !important;
}
.modal-footer .btn.btn-submit {
	background: #DB2B21;
	color: white;
	width: 30%;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    padding-bottom: 0px;
}

#modelNo {
    gap: 14px;
    margin-left: 1px;
    width: 95%;
}

/* Slider container */
.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

/* Slides container */
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Individual slide */
.slide {
  min-width: 100%;
  box-sizing: border-box;
}

/* Navigation buttons */
.prev, .next {
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

/* Hide buttons on smaller screens if needed */
@media (max-width: 600px) {
  .prev, .next {
      display: none;
  }
}

/* fotter css */


.mac-book-air-4 {
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  box-sizing: border-box;
}
/*.mac-book-air-4 .frame-1503 {*/
/*  border-bottom: 1px solid var(--stroke-2, #CCCCCC);*/
/*  background: #FFFFFF;*/
/*  margin-bottom: 60px;*/
/*  display: flex;*/
/*  flex-direction: row;*/
/*  justify-content: space-between;*/
/*  padding: 24px 48px 23px 48px;*/
/*  width: 100%;*/
/*  box-sizing: border-box;*/
/*  align-items: center;*/
/*}*/
.mac-book-air-4 .logo-2 {
    background: url('https://balwaan.com/assets/landing/assets/images/logo_2.png') 50% / cover no-repeat;
    width: 142px;
    height: 75px;
    padding: 14px;
    margin: 6px 5px;
}
.mac-book-air-4 .frame-50 {
    border-radius: 28px;
    background: #DB2B21;
    margin: 13px 0;
    display: flex;
    padding: 9px 19.5px 2px 26.5px;
    box-sizing: border-box;
    height: 40px;
    justify-content: center;
    width: 15%;
    font-size: 10px;
}
.mac-book-air-4 .prebook-now {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
  cursor: pointer;
}

.mac-book-air-4 .group-49 {
  border-radius: 24px;
  border: 3px solid #FAFAFA;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://balwaan.com/assets/landing/assets/images/rectangle_7.png');
  position: relative;
  margin-bottom: 1px;
  display: flex;
  padding: 156px 0.7px 156px 0;
  width: 240px;
  height: 340px;
  box-sizing: border-box;
}
.mac-book-air-4 .rectangle-73 {
  border-radius: 12px;
  background: var(--red-3, #DB2B21);
  position: absolute;
  left: 50%;
  top: 142px;
  translate: -50% 0;
  width: 61px;
  height: 56px;
}
.mac-book-air-4 .polygon-1 {
  transform: rotate(90.816deg);
  position: relative;
  width: 27.6px;
  height: 26.9px;
}
.mac-book-air-4 .frame-1471 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-balwaan-portable-pressure-washer-and-get-20-extra-off {
  margin-bottom: 16px;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.prebook-balwaan-portable-pressure-washer-and-get-20-extra-off {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
  color: #FFFFFF;
}
.prebook-balwaan-portable-pressure-washer-and-get-20-extra-off-sub55 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .frame-2 {
  border-radius: 12px;
  background: var(--red-3, #DB2B21);
  margin-bottom: 16px;
  display: flex;
  align-self: flex-start;
  padding: 12px 0.8px 12px 0;
  width: 296px;
  box-sizing: border-box;
}
.mac-book-air-4 .pre-book-now {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  color: var(--white-2, #FFFFFF);
}
.mac-book-air-4 .pre-book-discount-applicable-for-the-first-1000-customer-only {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
}
.pre-book-discount-applicable-for-the-first-1000-customer-only {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 12px;
  line-height: 1.333;
}
.pre-book-discount-applicable-for-the-first-1000-customer-only-sub7 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .frame-1472 {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.introducing-balwaan-pressure-washer-series {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}
.introducing-balwaan-pressure-washer-series-sub78 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}
.introducing-balwaan-pressure-washer-series-sub80 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.333;
}
.mac-book-air-4 .introducing-balwaan-pressure-washer-series {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .group-23 {
  border-radius: 6.6px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  column-gap: 17.1px;
  width: 154.3px;
  box-sizing: border-box;
}
.mac-book-air-4 .group-20 {
  border-radius: 6.6px;
  display: flex;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-4 .pw-250 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/pw_2501.jpeg') 50% / cover no-repeat;
  width: 40px;
  height: 40px;
}
.mac-book-air-4 .group-21 {
  border-radius: 6.6px;
  display: flex;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-4 .pw-350 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/pw_350.jpeg') 50% / cover no-repeat;
  width: 40px;
  height: 40px;
}
.mac-book-air-4 .group-22 {
  border-radius: 6.6px;
  display: flex;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-4 .pw-400 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/pw_400.jpeg') 50% / cover no-repeat;
  width: 40px;
  height: 40px;
}
.mac-book-air-4 .frame-1468 {
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 1.6px;
  display: flex;
  padding: 10px 0 10px 5.3px;
  width: 282px;
  box-sizing: border-box;
}
.delivery-by-10-th-october {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.delivery-by-10-th-october-sub10 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.delivery-by-10-th-october-sub11 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.mac-book-air-4 .delivery-by-10-th-october {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}
.mac-book-air-4 .frame-1493 {
  margin: -23px 49px 19px 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .group-42 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 43%, rgba(0, 0, 0, 0.9) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_81.png') 50% / cover no-repeat;
  position: relative;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  padding: 96px 0 91.8px 27.9px;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .water-pressure-control {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.comes-with-apressure-control-valve {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.comes-with-apressure-control-valve-sub9 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .comes-with-apressure-control-valve {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-4 .group-41 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 43.4%, rgba(0, 0, 0, 0.9) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_72.png') 50% / cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 55px 0 61.8px 27.9px;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .heavy-duty-plunger-pump {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.high-quality-plunger-pump-made-for-consistent-and-effective-performance {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.high-quality-plunger-pump-made-for-consistent-and-effective-performance-sub7 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .high-quality-plunger-pump-made-for-consistent-and-effective-performance {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-4 .group-44 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 42.7%, rgba(0, 0, 0, 0.9) 98.8%), url('https://balwaan.com/assets/landing/assets/images/rectangle_101.png') 50% / cover no-repeat;
  position: relative;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  padding: 96px 0 91.8px 27.9px;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .pure-copper-motor {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .powerful-and-durable-motor-for-efficient-performance {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.powerful-and-durable-motor-for-efficient-performance {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.powerful-and-durable-motor-for-efficient-performance-sub9 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .group-43 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 43.3%, rgba(0, 0, 0, 0.9) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_91.png') 50% / cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 81.1px 0 66.7px 28.2px;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .compact-yet-powerful {
  margin-bottom: 15.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24.7px;
  line-height: 1.2;
  color: #FFFFFF;
}
.delivers-about-45-bars-of-pressure-with-aportable-setup-sub7 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 17.6px;
  line-height: 1.333;
}
.mac-book-air-4 .delivers-about-45-bars-of-pressure-with-aportable-setup {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 17.6px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-4 .frame-21 {
  margin: 0 49.5px 19px 49.5px;
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .applications {
  margin: 0 0px 20px 0px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-1-font-family, 'Poppins');
  font-weight: var(--heading-1-font-weight, 700);
  font-size: var(--heading-1-font-size, 24px);
  line-height: var(--heading-1-line-height, 1.2);
  color: #000000;
}
.mac-book-air-4 .car-bike-wash-2-solar-wash-3-roof-and-barramda-wash-4-public-washrooms-5-footpath-wash-6-porch-wash-7-diwali-cleaning-8-toilet-wash-9-ac-filters-wash-10-carpet-wash {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}


.mac-book-air-4 .frame-1501 {
  border-radius: 11px 11px 0 0;
  background: var(--green-1, #66B33E);
  margin-bottom: 16px;
  display: flex;
  padding: 8.5px 0.5px 8.5px 0;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-now-and-get-25-extra-discount {
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--white-2, #FFFFFF);
}
button.decrease {
  border: none !important;}
button.increase {
  border: none !important;}

.mac-book-air-4 .frame-51 {
  box-shadow: 0px 115.5px 46.5px 0px rgba(45, 41, 34, 0.01), 0px 64.5px 39px 0px rgba(45, 41, 34, 0.02), 0px 28.5px 28.5px 0px rgba(45, 41, 34, 0.03), 0px 7.5px 16.5px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 16.5px;background: var(--white-2, #FFFFFF);position: absolute;left: 50%;bottom: 16px;translate: -50% 0;display: flex;flex-direction: row;column-gap: 6px;padding: 6px;box-sizing: border-box;
}
.mac-book-air-4 .ellipse-1 {
  border-radius: 6px;background: var(--red-3, #DB2B21);width: 12px;height: 12px;
}
.mac-book-air-4 .ellipse-2 {
  border-radius: 3px;background: var(--stroke-2, #CCCCCC);margin: 3px 0;width: 6px;height: 6px;
}
.mac-book-air-4 .ellipse-3 {
  border-radius: 3px;background: var(--stroke-2, #CCCCCC);margin: 3px 0;width: 6px;height: 6px;
}
.mac-book-air-4 .frame-1500 {
  margin: 0 14.5px 9px 15px;display: flex;flex-direction: column;align-items: center;width: fit-content;box-sizing: border-box;
}
.mac-book-air-4 .frame-478 {
	margin: 15px 0.5px 16px 0px;
	width: 95%;
}
.mac-book-air-4 .pressure-washer-pw-250 {
  margin-bottom: 6.5px;display: inline-block;align-self: flex-start;overflow-wrap: break-word;font-family: var(--heading-3-cta-font-family, 'Poppins');font-weight: var(--heading-3-cta-font-weight, 700);font-size: var(--heading-3-cta-font-size, 16px);line-height: var(--heading-3-cta-line-height, 1);color: #000000;width: 95%;
}

.mac-book-air-4 .units-booked {
  margin-right: 7px;
  width: 106px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-3, #DB2B21);
	display: flex;
}
.mac-book-air-4 .frame-1518 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-5 {
  border-radius: 4px;
  background: var(--red-3, #DB2B21);
  margin: 3px 4px 3px 0;
  width: 8px;
  height: 8px;
}
.mac-book-air-4 .live {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-3, #DB2B21);
}
.mac-book-air-4 .line-3 {
    background: #CCCCCC;
    width: 347px;
    height: 2px;
    margin-top: -9px;
    margin-bottom: 0px;
}
.mac-book-air-4 .frame-477 {
  margin-left: 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .wmotive-power {

  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .line-1 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .bar-max-pressure {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .line-2 {
  background: #E6E6E6;
  margin: 0 33.5px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .lmflowing {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}


.mac-book-air-4 .frame-1511 {
  border-radius: 8px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.5px 8.3px 6.5px 7px;
  width: 347px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .whats-in-the-box {
  margin-right: 8.5px;
  width: 125px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-b-font-family, 'Poppins');
  font-weight: var(--heading-4-b-font-weight, 700);
  font-size: var(--heading-4-b-font-size, 14px);
  line-height: var(--heading-4-b-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-1512 {
  margin: 5.2px 0;
  display: flex;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector {
  width: 13.3px;
  height: 6.7px;
}

.mac-book-air-4 .frame-1516 {
  margin: 0 0.2px 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .price {
  margin-right: 10.5px;
  width: 35px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .container {
  margin-right: 0px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-1514 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
	margin: 9px 13.2px 4px 0;
}
.mac-book-air-4 .prebook-price {
  margin-right: 8.5px;
  width: 292px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: black;
}
.mac-book-air-4 .container-1 {
  margin-bottom: 1px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-1680 {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  box-sizing: border-box;
	margin-top: 49px;
	margin: auto;
}
.expected-delivery-date-10-oct {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 10px;
  line-height: 1.333;
}
.mac-book-air-4 .expected-delivery-date-10-oct {
  margin: 0 0.8px 4px 0;
  overflow-wrap: break-word;
  font-family: var(--caption-r-font-family, 'Poppins');
  font-weight: var(--caption-r-font-weight, 400);
  font-size: var(--caption-r-font-size, 13px);
  line-height: var(--caption-r-line-height, 1.5);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .pre-book-now-500 {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  color: var(--white-2, #FFFFFF);
}
.mac-book-air-4 .frame-481 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15011 {
  border-radius: 16px 16px 0 0;
  background: var(--green-1, #66B33E);
  margin-bottom: 16px;
  display: flex;
  padding: 8.5px 0.5px 8.5px 0;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-now-and-get-25-extra-discount-1 {
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--white-2, #FFFFFF);
}
.mac-book-air-4 .frame-14991 {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/img_11.jpeg') 50% / cover no-repeat;
  position: relative;
  margin: 0 15px 13.5px 15px;
  width: 379px;
  height: 347px;
}
.mac-book-air-4 .frame-511 {
  box-shadow: 0px 115.5px 46.5px 0px rgba(45, 41, 34, 0.01), 0px 64.5px 39px 0px rgba(45, 41, 34, 0.02), 0px 28.5px 28.5px 0px rgba(45, 41, 34, 0.03), 0px 7.5px 16.5px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 16.5px;
  background: var(--white-2, #FFFFFF);
  position: absolute;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-11 {
  border-radius: 6px;
  background: var(--red-3, #DB2B21);
  width: 12px;
  height: 12px;
}
.mac-book-air-4 .ellipse-21 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .ellipse-31 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .frame-15001 {
  margin: 0 15px 9px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-4781 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .pressure-washer-pw-350 {
  margin-bottom: 6.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-4 .frame-15171 {
  margin: 0 0.8px 9px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .units-booked-1 {
  margin-right: 7px;
  width: 106px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-3, #DB2B21);
}
.mac-book-air-4 .frame-15181 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-51 {
  border-radius: 4px;
  background: var(--red-3, #DB2B21);
  margin: 3px 4px 3px 0;
  width: 8px;
  height: 8px;
}
.mac-book-air-4 .live-1 {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-3, #DB2B21);
}
.mac-book-air-4 .line-31 {
  background: #CCCCCC;
  margin-bottom: 15px;
  width: 347px;
  height: 0px;
}
.mac-book-air-4 .frame-4771 {
  margin: 0 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .wmotive-power-1 {
  margin: 1px 17px 0 0;
  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .line-11 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .bar-max-pressure-1 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .line-21 {
  background: #E6E6E6;
  margin: 0 34.4px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .lmflowing-1 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .frame-16811 {
  margin: 0 15px 10.5px 15px;
  display: flex;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15111 {
  border-radius: 8px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.5px 8.3px 6.5px 7px;
  width: 347px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .whats-in-the-box-1 {
  margin-right: 8.5px;
  width: 125px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-b-font-family, 'Poppins');
  font-weight: var(--heading-4-b-font-weight, 700);
  font-size: var(--heading-4-b-font-size, 14px);
  line-height: var(--heading-4-b-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-15121 {
  margin: 5.2px 0;
  display: flex;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-1 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-16821 {
  margin: 0 15.2px 13.5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15161 {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .price-1 {
  margin-right: 10.5px;
  width: 35px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .container-2 {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-15141 {
  margin-right: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-price-1 {
  margin-right: 8.5px;
  width: 290px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .container-3 {
  margin-bottom: 1px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-16801 {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.expected-delivery-date-10-oct-1 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 10px;
  line-height: 1.333;
}
.mac-book-air-4 .expected-delivery-date-10-oct-1 {
  margin: 0 0.8px 4px 0;
  overflow-wrap: break-word;
  font-family: var(--caption-r-font-family, 'Poppins');
  font-weight: var(--caption-r-font-weight, 400);
  font-size: var(--caption-r-font-size, 10px);
  line-height: var(--caption-r-line-height, 1.5);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-23 {
  border-radius: 31px;
  background: var(--red-3, #DB2B21);
  display: flex;
  padding: 12px 0.3px 12px 0;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .pre-book-now-5001 {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  color: var(--white-2, #FFFFFF);
}
.mac-book-air-4 .frame-482 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15012 {
  border-radius: 16px 16px 0 0;
  background: var(--green-1, #66B33E);
  margin-bottom: 16px;
  display: flex;
  padding: 8.5px 0.5px 8.5px 0;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-now-and-get-25-extra-discount-2 {
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--white-2, #FFFFFF);
}
.mac-book-air-4 .frame-14992 {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/img_1.jpeg') 50% / cover no-repeat;
  position: relative;
  margin: 0 15px 5.5px 15px;
  width: 379px;
  height: 347px;
}
.mac-book-air-4 .frame-512 {
  box-shadow: 0px 115.5px 46.5px 0px rgba(45, 41, 34, 0.01), 0px 64.5px 39px 0px rgba(45, 41, 34, 0.02), 0px 28.5px 28.5px 0px rgba(45, 41, 34, 0.03), 0px 7.5px 16.5px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 16.5px;
  background: var(--white-2, #FFFFFF);
  position: absolute;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-12 {
  border-radius: 6px;
  background: var(--red-3, #DB2B21);
  width: 12px;
  height: 12px;
}
.mac-book-air-4 .ellipse-22 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .ellipse-32 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .frame-15002 {
  margin: 0 14.5px 9px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-4782 {
  margin: 0 0.5px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .pressure-washer-pw-400 {
  margin: 0 16px 12.5px 0;
  display: inline-block;
  width: 223px;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-4 .frame-15172 {
  margin-top: 30.5px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .units-booked-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-3, #DB2B21);
}
.mac-book-air-4 .ellipse-52 {
  border-radius: 4px;
  background: var(--red-3, #DB2B21);
  margin: 3px 4px 3px 0;
  width: 8px;
  height: 8px;
}
.mac-book-air-4 .live-2 {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-3, #DB2B21);
}
.mac-book-air-4 .line-32 {
  background: #CCCCCC;
  margin: 0 0.5px 15px 0;
  width: 347px;
  height: 0px;
}
.mac-book-air-4 .frame-4772 {
  margin-left: 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .wmotive-power-2 {
  margin: 1px 17px 0 0;
  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .line-12 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .bar-max-pressure-2 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .line-22 {
  background: #E6E6E6;
  margin: 0 33.5px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .lmflowing-2 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .frame-16812 {
  margin: 0 15px 10.5px 15px;
  display: flex;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15112 {
  border-radius: 8px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.5px 8.3px 6.5px 7px;
  width: 347px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .whats-in-the-box-2 {
  margin-right: 8.5px;
  width: 125px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-b-font-family, 'Poppins');
  font-weight: var(--heading-4-b-font-weight, 700);
  font-size: var(--heading-4-b-font-size, 14px);
  line-height: var(--heading-4-b-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-15122 {
  margin: 5.2px 0;
  display: flex;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-2 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-16822 {
  margin: 0 15.4px 13.5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15162 {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .price-2 {
  margin-right: 10.5px;
  width: 35px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .container-4 {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-15142 {
  margin-right: 0.1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-price-2 {
  margin-right: 8.5px;
  width: 292px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .container-5 {
  margin-bottom: 1px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-16802 {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.expected-delivery-date-10-oct-2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 10px;
  line-height: 1.333;
}
.mac-book-air-4 .expected-delivery-date-10-oct-2 {
  margin: 0 0.8px 4px 0;
  overflow-wrap: break-word;
  font-family: var(--caption-r-font-family, 'Poppins');
  font-weight: var(--caption-r-font-weight, 400);
  font-size: var(--caption-r-font-size, 10px);
  line-height: var(--caption-r-line-height, 1.5);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-24 {
  border-radius: 34px;
  background: var(--red-3, #DB2B21);
  display: flex;
  padding: 12px 0.3px 12px 0;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .pre-book-now-5002 {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 16px;
  color: var(--white-2, #FFFFFF);
}
.mac-book-air-4 .frame-1484 {
  position: relative;
  margin: 0 44.5px 60px 47.5px;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-4811 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-2, #FFFFFF);
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15.5px 0 34px 0;
  width: 490px;
  box-sizing: border-box;
}
.mac-book-air-4 .step-1 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .group-46 {
  margin-bottom: 20px;
  width: 69.3px;
  height: 80px;
}
.mac-book-air-4 .pre-book-order {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-4821 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-2, #FFFFFF);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15.5px 0 15px 0;
  width: 33.33%;
  box-sizing: border-box;
}
.mac-book-air-4 .step-2 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .group-47 {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.mac-book-air-4 .pay-remaining-amount-when-product-launches {
  text-align: center;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-483 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-2, #FFFFFF);
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15.5px;
  width: 390px;
  height: 208px;
  box-sizing: border-box;
}
.mac-book-air-4 .step-3 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .group {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.mac-book-air-4 .delivered-by-10-th-october {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-743 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  background: #1E2B3D;
  margin: 0 48px 60px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20.9px;
  width: 100%;
  box-sizing: border-box;
      font-family: 'Gilroy', 'Roboto Condensed';
}
.mac-book-air-4 .frame-63 {
  margin-bottom: 20.9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .container-6 {
  margin-bottom: 3.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 900;
  font-size: 41.8px;
  line-height: 1.2;
  color: #1E2B3D;
  justify-content: space-between;
}
.mac-book-air-4 .trusted-by-lakhs-of-customer {
  margin: 0 11.6px 3.5px 11.6px;
  display: inline-block;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 900;
  font-size: 34.8px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .the-best-services-and-features-to-ensure-aseamless-buying-experience-for-you {
  text-align: center;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 20.9px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
.mac-book-air-4 .frame-704 {
  display: flex;
  flex-direction: row;
  column-gap: 20.9px;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-59 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23.2px 11.9px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-14941 {
  margin-bottom: 53.8px;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  
}
.mac-book-air-4 .original-balwaan-products {

  display: inline-block;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .image-16 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_164.png') 50% / cover no-repeat;
  width: 100px;
  height: 100px;
}

.mac-book-air-4 .frame-7041 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 0 23.2px 11.9px;
  width: 269.9px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-14942 {
  margin-bottom: 21.8px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .image-161 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_162.png') 50% / cover no-repeat;
  margin: 0 20px 32px 0;
  width: 100px;
  height: 100px;
}
.mac-book-air-4 .robust-after-sales-support {
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .check-out-our-spares-and-accessories-section {
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-4 .frame-705 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 11.9px 33.7px 11.9px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-14943 {
  margin-bottom: 43.3px;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .machine-only-brand {
  display: inline-block;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .image-162 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_161.png') 50% / cover no-repeat;
  width: 100px;
  height: 100px;
}
.mac-book-air-4 .pre-or-post-purchase-assistance-from-our-agri-expert {
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-4 .frame-706 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 0 21.7px 11.9px;
  width: 269.9px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-14944 {
  margin-bottom: 36.3px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .image-163 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_16.png') 50% / cover no-repeat;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}
.mac-book-air-4 .no-fake-promise {
  margin: 17px 0;
  display: inline-block;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .we-allow-for-easy-returns-on-all-products-for-up-to-7-days-tcapplicable {
  align-self: flex-start;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.we-allow-for-easy-returns-on-all-products-for-up-to-7-days-tcapplicable {
      font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.mac-book-air-4 .frame-15123 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  left: 11.7px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-18 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-1513 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  top: 50%;
  right: 11.3px;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-19 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15124 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  left: 11.7px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-20 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15131 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  top: 50%;
  right: 11.3px;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-21 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15125 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  left: 11.7px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-22 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15132 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  top: 50%;
  right: 11.3px;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-23 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .firefly-aperson-washing-toilet-with-portable-pressure-washer-529822 {
  background: url('https://balwaan.com/assets/landing/assets/images/firefly_aperson_washing_toilet_with_portable_pressure_washer_529822.jpeg');
  position: absolute;
  left: -133.8px;
  bottom: -1px;
  width: 372px;
  height: 372px;
}
.mac-book-air-4 .firefly-aperson-washing-solar-panel-with-portable-pressure-washer-103892 {
  background: url('https://balwaan.com/assets/landing/assets/images/firefly_aperson_washing_solar_panel_with_portable_pressure_washer_103892.jpeg') 50% / cover no-repeat;
  position: absolute;
  right: -112.8px;
  bottom: 0px;
  width: 370px;
  height: 370px;
}

.mac-book-air-4 .frame-1694 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-285 {
  border-radius: 4px;
  border: 1px solid var(--grey, #808080);
  background: var(--white, #FFFFFF);
  display: flex;
  flex-direction: row;
  width: 72px;
  box-sizing: border-box;
}
.mac-book-air-4 .minus-square {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .minus-square-1 {
  position: relative;
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-1224 {
  background: var(--white, #FFFFFF);
  position: absolute;
  right: -2px;
  bottom: 3px;
  width: 27px;
  height: 18px;
}
.mac-book-air-4 .container-7 {
  position: absolute;
  left: 9.5px;
  bottom: -3px;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black, #000000);
}
.mac-book-air-4 .plus-square {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-1695 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-2851 {
  border-radius: 4px;
  border: 1px solid var(--grey, #808080);
  background: var(--white, #FFFFFF);
  display: flex;
  flex-direction: row;
  width: 72px;
  box-sizing: border-box;
}
.mac-book-air-4 .minus-square-2 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .minus-square-3 {
  position: relative;
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-12241 {
  background: var(--white, #FFFFFF);
  position: absolute;
  right: -2px;
  bottom: 3px;
  width: 27px;
  height: 18px;
}
.mac-book-air-4 .container-8 {
  position: absolute;
  left: 9.5px;
  bottom: -3px;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black, #000000);
}
.mac-book-air-4 .plus-square-1 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-1696 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-2852 {
  border-radius: 4px;
  border: 1px solid var(--grey, #808080);
  background: var(--white, #FFFFFF);
  display: flex;
  flex-direction: row;
  width: 72px;
  box-sizing: border-box;
}
.mac-book-air-4 .minus-square-4 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .minus-square-5 {
  position: relative;
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-12242 {
  background: var(--white, #FFFFFF);
  position: absolute;
  right: -2px;
  bottom: 3px;
  width: 27px;
  height: 18px;
}
.mac-book-air-4 .container-9 {
  position: absolute;
  left: 9.5px;
  bottom: -3px;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black, #000000);
}
.mac-book-air-4 .plus-square-2 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .sku-mtak-el-pr-6034 {
  margin: 0px 7px 5px 0;
  display: inline-block;
  width: 148px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .sku-mtak-el-pr-6035 {
  margin: 5px 7px 5px 0;
  display: inline-block;
  width: 147px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .sku-mtak-el-pr-6036 {
  margin: 5px 7px 5px 0;
  display: inline-block;
  width: 147px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--grey-1, #808080);
}
.frame-1124 {
  background: #111924;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  width: 1280px;
  box-sizing: border-box;
}
.frame-738 {
  margin-bottom: -55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
  box-sizing: border-box;
  font-family: 'Poppins' !important;
}
.frame-960 {
  margin: 8.7px 0 42.9px 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.mac-book-air-4 .balwaan-krishi-logo-1 {
  margin-bottom: 13.1px;
  display: flex;
  align-self: flex-start;
  width: 103px;
  height: 55px;
  box-sizing: border-box;
}
.mac-book-air-4 .container-10 {
  width: 103px;
  height: 46.2px;
}
.mac-book-air-4 .one-of-indias-fastest-growing-agri-machines-tools-brands-you-will-find-the-best-selection-of-tillers-brush-cutters-augers-sprayers-and-other-outdoor-power-tools-here-from-rural-to-urban-areas-balwaan-will-help-you-manage-your-outdoor-work-quickly-efficiently-and-easily {
  margin-left: 0px;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.frame-736 {
  margin-bottom: 41.5px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.address {
  margin-bottom: 8px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.2;
  color: #FFFFFF;
}
.frame-585 {
  opacity: 0.8;
  display: flex;
  /*padding-right: 21.7px;*/
  box-sizing: border-box;
  margin-bottom: -27px;
}
.mac-book-air-4 .rajasthan-head-office-ganga-apartment-c-17-purohit-ji-ka-baas-22-godam-circle-near-akkash-industrial-area-jaipur-rajasthan-302006 {
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #FFFFFF;
}
.rajasthan-head-office-ganga-apartment-c-17-purohit-ji-ka-baas-22-godam-circle-near-akkash-industrial-area-jaipur-rajasthan-302006-sub2 {
    font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.frame-962 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
}
.copyright-2022-balwaan-all-rights-reserved {
  margin-right: 8.5px;
  width: 292px;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  line-height: 1.2;
  color: #FFFFFF;
}
.frame-91 {
    margin-top: 1px;
    display: flex;
    flex-direction: row;
    width: 165.3px;
    height: fit-content;
    box-sizing: border-box;
    margin-left: 0px;
    justify-content: flex-start;
    align-items: center;
}

.facebook {
  margin: 1.3px 15px 1.3px 0;
  display: flex;
  width: 27px;

  box-sizing: border-box;
}
.vector-54 {
  width: 16px;
}
.instagram {
  margin-right: 11.7px;
  width: 27px;

}
.twitter {
  margin: 2px 11.7px 2px 0;
  display: flex;
  width: 27px;

  box-sizing: border-box;
}
.vector-58 {
  width: 27px;
  
}
.youtube {
  width: 27px;

}
.frame-961 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.contact {
  margin-bottom: 8px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.2;
  color: #FFFFFF;
}
.frame-5851 {
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.xxx-xxx-xxx-xx {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
}
.frame-1709 {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-left: 349px;
}
.xxx-xxx-xxx-xx-1 {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.mac-book-air-4 .container-1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 346.2px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .container-2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.mac-book-air-4 .container-3 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-4 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-5 {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 784px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .container-6 {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.mac-book-air-4 .container-7 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-8 {
  position: relative;
  margin: 0 0.8px 9px 0;
  display: flex;
  width: 346.2px;
  box-sizing: border-box;
}
.mac-book-air-4 .container-9 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-10 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-11 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}


.mac-book-air-31 .firefly-aperson-washing-carpet-with-portable-pressure-washer-6511221 {
  background: url('https://balwaan.com/assets/landing/assets/images/firefly_aperson_washing_carpet_with_portable_pressure_washer_6511221.jpeg') 50% / cover no-repeat;
  position: absolute;
  right: -6.5px;
  bottom: -6px;
  width: 383px;
  height: 382px;
}
.mac-book-air-31 .firefly-aperson-washing-solar-panel-with-portable-pressure-washer-103891 {
  background: url('https://balwaan.com/assets/landing/assets/images/firefly_aperson_washing_solar_panel_with_portable_pressure_washer_103891.jpeg') 50% / cover no-repeat;
  position: absolute;
  right: -112.8px;
  bottom: 0px;
  width: 370px;
  height: 370px;
}
.mac-book-air-31 .firefly-aperson-washing-toilet-with-portable-pressure-washer-529821 {
  background: url('https://balwaan.com/assets/landing/assets/images/firefly_aperson_washing_toilet_with_portable_pressure_washer_529821.jpeg') 50% / cover no-repeat;
  position: absolute;
  left: -133.8px;
  bottom: -1px;
  width: 372px;
  height: 372px;
}
.mac-book-air-31 .frame-1494 {
  margin: 0 47.5px 60px 47.5px;
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-480 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 15px 13.7px 15px 15px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-1499 {
  margin: 0 1.3px 14.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-1467 {
  margin-bottom: 10px;
  display: flex;
  width: 347px;
  height: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .rectangle-69 {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_69.jpeg') 50% / contain no-repeat;
  width: 347px;
  height: 347px;
}
.mac-book-air-31 .rectangle-691 {
  border-radius: 10px;
  border: 1px solid #706565;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_69.jpeg') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .rectangle-85 {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_85.jpeg') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .rectangle-84 {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_84.png') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .frame-1500 {
  margin-bottom: 6.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-478 {
  margin: 0 1.7px 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .pressure-washer-pw-350 {
  margin: 2px 16px 2.5px 0;
  display: inline-block;
  width: 137px;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .frame-1473 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}
.mac-book-air-31 .container {
  margin: 0 0.6px 6.5px 0.6px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .frame-1474 {
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .container-1 {
  margin: 1px 6.1px 1px 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  /* text-decoration-line: line-through; */
  line-height: 1;
  color: #7D7D7D;
}
.mac-book-air-31 .off {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: #009A1F;
}
.mac-book-air-31 .line-3 {
  background: #CCCCCC;
  margin: 0 1.3px 15px 0;
  width: 347px;
  height: 0px;
}

.mac-book-air-31 .frame-477 {
  margin-left: 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .wmotive-power {
  margin: 1px 17px 0 0;
  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .line-1 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .bar-max-pressure {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-31 .line-2 {
  background: #E6E6E6;
  margin: 0 32.7px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .lmflowing {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-31 .frame-4781 {
  margin-bottom: 11px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .whats-in-the-box {
  margin-bottom: 4.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .filter-connector-pin-8-mm-high-quality-steel-hose-18-mm-suction-plastic-hose-foam-bottle-ultra-high-quality-gun {
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #666666;
}
.mac-book-air-31 .frame-2 {
  border-radius: 16px;
  background: var(--red-2, #DB2B21);
  margin-right: 1.3px;
  display: flex;
  padding: 12px 0.8px 12px 0;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .pre-book-now {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-31 .frame-481 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 15px 13.7px 15px 15px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14991 {
  margin: 0 1.3px 14.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14671 {
  margin-bottom: 10px;
  display: flex;
  width: 347px;
  height: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .rectangle-692 {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_701.jpeg') 50% / contain no-repeat;
  width: 347px;
  height: 347px;
}
.mac-book-air-31 .rectangle-693 {
  border-radius: 10px;
  border: 1px solid #706565;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_701.jpeg') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .rectangle-851 {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_852.jpeg') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .rectangle-841 {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_84.png') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .frame-15001 {
  margin-bottom: 6.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-4782 {
  margin: 0 1.7px 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .pressure-washer-pw-3501 {
  margin: 2px 16px 2.5px 0;
  display: inline-block;
  width: 137px;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .frame-14731 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}
.mac-book-air-31 .container-2 {
  margin: 0 0.6px 6.5px 0.6px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .frame-14741 {
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .container-3 {
  margin: 1px 6.1px 1px 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  /* text-decoration-line: line-through; */
  line-height: 1;
  color: #7D7D7D;
}
.mac-book-air-31 .off-1 {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: #009A1F;
}
.mac-book-air-31 .line-31 {
  background: #CCCCCC;
  margin: 0 1.3px 15px 0;
  width: 347px;
  height: 0px;
}
.mac-book-air-31 .frame-4771 {
  margin-left: 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .wmotive-power-1 {
  margin: 1px 17px 0 0;
  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .line-11 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}

.mac-book-air-31 .bar-max-pressure-1 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-31 .line-21 {
  background: #E6E6E6;
  margin: 0 32.7px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .lmflowing-1 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-31 .frame-4783 {
  margin-bottom: 11px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .whats-in-the-box-1 {
  margin-bottom: 4.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .filter-connector-pin-8-mm-high-quality-steel-hose-18-mm-suction-plastic-hose-foam-bottle-ultra-high-quality-gun-1 {
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #666666;
}
.mac-book-air-31 .frame-21 {
  border-radius: 16px;
  background: var(--red-2, #DB2B21);
  margin-right: 1.3px;
  display: flex;
  padding: 12px 0.8px 12px 0;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .pre-book-now-1 {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-31 .frame-482 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 15px 13.7px 15px 15px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14992 {
  margin: 0 1.3px 14.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14672 {
  margin-bottom: 10px;
  display: flex;
  width: 347px;
  height: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .rectangle-694 {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_70.jpeg') 50% / contain no-repeat;
  width: 347px;
  height: 347px;
}
.mac-book-air-31 .rectangle-695 {
  border-radius: 10px;
  border: 1px solid #706565;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_70.jpeg') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .rectangle-852 {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_851.jpeg') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .rectangle-842 {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: url('https://balwaan.com/assets/landing/assets/images/rectangle_84.png') 50% / contain no-repeat;
  width: 106px;
  height: 106px;
}
.mac-book-air-31 .frame-15002 {
  margin-bottom: 6.5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-4784 {
  margin: 0 1.7px 14px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .pressure-washer-pw-3502 {
  margin: 2px 16px 2.5px 0;
  display: inline-block;
  width: 137px;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .frame-14732 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}
.mac-book-air-31 .container-4 {
  margin: 0 0.6px 6.5px 0.6px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .frame-14742 {
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .container-5 {
  margin: 1px 6.1px 1px 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  /* text-decoration-line: line-through; */
  line-height: 1;
  color: #7D7D7D;
}
.mac-book-air-31 .off-2 {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: #009A1F;
}
.mac-book-air-31 .line-32 {
  background: #CCCCCC;
  margin: 0 1.3px 15px 0;
  width: 347px;
  height: 0px;
}
.mac-book-air-31 .frame-4772 {
  margin-left: 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .wmotive-power-2 {
  margin: 1px 17px 0 0;
  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .line-12 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .bar-max-pressure-2 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-31 .line-22 {
  background: #E6E6E6;
  margin: 0 32.7px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .lmflowing-2 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-31 .frame-4785 {
  margin-bottom: 11px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .whats-in-the-box-2 {
  margin-bottom: 4.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-31 .filter-connector-pin-8-mm-high-quality-steel-hose-18-mm-suction-plastic-hose-foam-bottle-ultra-high-quality-gun-2 {
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #666666;
}
.mac-book-air-31 .frame-22 {
  border-radius: 16px;
  background: var(--red-2, #DB2B21);
  margin-right: 1.3px;
  display: flex;
  padding: 12px 0.8px 12px 0;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-31 .pre-book-now-2 {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-31 .container {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .container-1 {
  margin-right: 1px;
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  width: 346px;
  box-sizing: border-box;
}
.mac-book-air-31 .container-2 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-31 .container-3 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-31 .container-4 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-31 .container-5 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.mac-book-air-3 {
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
  box-sizing: border-box;
}
.mac-book-air-31 .rectangle-5 {
  background: #D9D9D9;
  margin-bottom: 60px;
  width: 1280px;
  height: 56px;
}
.mac-book-air-31 .frame-1471 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .prebook-balwaan-portable-pressure-washer-and-get-20-extra-off {
  margin-bottom: 16px;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.prebook-balwaan-portable-pressure-washer-and-get-20-extra-off {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
  color: #FFFFFF;
}
.prebook-balwaan-portable-pressure-washer-and-get-20-extra-off-sub55 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-31 .frame-23 {
  border-radius: 12px;
  background: var(--red-2, #DB2B21);
  margin-bottom: 16px;
  display: flex;
  align-self: flex-start;
  padding: 12px 0.8px 12px 0;
  width: 296px;
  box-sizing: border-box;
}
.mac-book-air-31 .pre-book-now-3 {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-31 .pre-book-discount-applicable-for-the-first-1000-customer-only {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
}
.pre-book-discount-applicable-for-the-first-1000-customer-only {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  line-height: 1.333;
}
.pre-book-discount-applicable-for-the-first-1000-customer-only-sub7 {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-31 .frame-24 {
  margin: 0 49.5px 60px 49.5px;
  display: flex;
  flex-direction: row;
  column-gap: 24px;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .applications {
  margin: 0 0px 20px 0px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-1-font-family, 'Poppins');
  font-weight: var(--heading-1-font-weight, 700);
  font-size: var(--heading-1-font-size, 24px);
  line-height: var(--heading-1-line-height, 1.2);
  color: #000000;
}
.mac-book-air-31 .car-bike-wash-2-solar-wash-3-roof-and-barramda-wash-4-public-washrroms-wash-5-footpath-wash-6-porch-wash-7-diwali-cleaning-8-toilet-wash-9-ac-filters-wash-10-carpet-wash {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.mac-book-air-31 .frame-1472 {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.introducing-balwaan-pressure-washer-series {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}
.introducing-balwaan-pressure-washer-series-sub78 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}
.introducing-balwaan-pressure-washer-series-sub80 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.333;
}
.mac-book-air-31 .introducing-balwaan-pressure-washer-series {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .group-23 {
  border-radius: 6.6px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  column-gap: 17.1px;
  width: 154.3px;
  box-sizing: border-box;
}
.mac-book-air-31 .group-20 {
  border-radius: 6.6px;
  background: #FFFFFF;
  position: relative;
  margin-bottom: 0px;
  display: flex;
  padding: 4.3px 0 4.2px 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-31 .image-12 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/image_12.png') 50% / cover no-repeat;
  width: 40px;
  height: 31.4px;
}
.mac-book-air-31 .group-21 {
  border-radius: 6.6px;
  background: #FFFFFF;
  position: relative;
  margin-top: 0px;
  display: flex;
  padding: 4.3px 0 4.2px 0px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-31 .image-121 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/image_12.png') 50% / cover no-repeat;
  width: 40px;
  height: 31.4px;
}
.mac-book-air-31 .group-22 {
  border-radius: 6.6px;
  background: #FFFFFF;
  position: relative;
  margin-top: 0px;
  display: flex;
  padding: 4.3px 0px 4.2px 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-31 .image-122 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/image_12.png') 50% / cover no-repeat;
  width: 40px;
  height: 31.4px;
}
.mac-book-air-31 .frame-1468 {
  border-radius: 12px;
  border: 2px solid #FFFFFF;
  background: rgba(0, 0, 0, 0.6);
  margin-right: 1.6px;
  display: flex;
  padding: 10px 0 10px 5.3px;
  width: 282px;
  box-sizing: border-box;
}
.delivery-by-10-th-october {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.delivery-by-10-th-october-sub10 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.delivery-by-10-th-october-sub11 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.mac-book-air-31 .delivery-by-10-th-october {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
}
.mac-book-air-31 .group-41 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 43.4%, rgba(0, 0, 0, 0.9) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_72.png') 50% / cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 55px 0 61.8px 27.9px;
  width: 572px;
  box-sizing: border-box;
}
.mac-book-air-31 .heavy-duty-plunger-pump {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.high-quality-plunger-pump-made-for-consistent-and-effective-performance {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.high-quality-plunger-pump-made-for-consistent-and-effective-performance-sub7 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-31 .high-quality-plunger-pump-made-for-consistent-and-effective-performance {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-31 .group-42 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 43%, rgba(0, 0, 0, 0.9) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_81.png') 50% / cover no-repeat;
  position: relative;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  padding: 96px 0 91.8px 27.9px;
  width: 572px;
  box-sizing: border-box;
}
.mac-book-air-31 .water-pressure-control {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.comes-with-apressure-control-valve {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.comes-with-apressure-control-valve-sub9 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-31 .comes-with-apressure-control-valve {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-31 .group-43 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 43.3%, rgba(0, 0, 0, 0.9) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_91.png') 50% / cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 81.1px 0 66.7px 28.2px;
  width: 572px;
  box-sizing: border-box;
}
.mac-book-air-31 .compact-yet-powerful {
  margin-bottom: 15.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24.7px;
  line-height: 1.2;
  color: #FFFFFF;
}
.delivers-about-45-bars-of-pressure-with-aportable-setup-sub7 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 17.6px;
  line-height: 1.333;
}
.mac-book-air-31 .delivers-about-45-bars-of-pressure-with-aportable-setup {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 17.6px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-31 .group-44 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 42.7%, rgba(0, 0, 0, 0.9) 98.8%), url('https://balwaan.com/assets/landing/assets/images/rectangle_101.png') 50% / cover no-repeat;
  position: relative;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  padding: 96px 0 91.8px 27.9px;
  width: 572px;
  box-sizing: border-box;
}
.mac-book-air-31 .pure-copper-motor {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .powerful-and-durable-motor-for-efficient-performance {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.powerful-and-durable-motor-for-efficient-performance {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.powerful-and-durable-motor-for-efficient-performance-sub9 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-31 .group-48 {
  border-radius: 36px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.95) 48.8%, rgba(0, 0, 0, 0.95) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_4.png');
  position: relative;
  margin: 0 48px 60px 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 30px 29px 30px;
  width: 1184px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-1482 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 31px;
  width: 370px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-4811 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15.5px 0 34px 0;
  width: 380px;
  box-sizing: border-box;
}
.mac-book-air-31 .step-1 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-31 .group-46 {
  margin-bottom: 20px;
  width: 69.3px;
  height: 80px;
}
.mac-book-air-31 .pre-book-order {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-31 .frame-4821 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15.5px 0 15px 0;
  width: 380px;
  box-sizing: border-box;
}
.mac-book-air-31 .step-2 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-31 .group-47 {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.mac-book-air-31 .pay-remaining-amount-when-product-launches {
  text-align: center;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-31 .frame-483 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15.5px;
  width: 380px;
  height: 208px;
  box-sizing: border-box;
}
.mac-book-air-31 .step-3 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-31 .group {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.mac-book-air-31 .delivered-by-10-th-october {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: var(--blue, #1E2B3D);
}
.mac-book-air-31 .frame-1484 {
  position: relative;
  margin: 0 44.5px 60px 47.5px;
  width: 1185px;
  box-sizing: border-box;
}
.frame-1124 {
  background: #111924;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  width: 1280px;
  box-sizing: border-box;
}
.frame-738 {
  margin-bottom: 12.4px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
  font-family: 'Gilroy', 'Roboto Condensed';
}
span.one-of-indias-fastest-growing-agri-machines-tools-brands-you-will-find-the-best-selection-of-tillers-brush-cutters-augers-sprayers-and-other-outdoor-power-tools-here-from-rural-to-urban-areas-balwaan-will-help-you-manage-your-outdoor-work-quickly-efficiently-and-easily {
    font-size: 14px;
}
.frame-960 {
  margin: 8.7px 165.6px 42.5px 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.balwaan-krishi-logo-1 {
  margin-bottom: 13.1px;
  display: flex;
  align-self: flex-start;
  width: 103px;
  height: 55px;
  box-sizing: border-box;
  margin-left: -42px;
}
.mac-book-air-31 .container-6 {
  width: 103px;
  height: 46.2px;
}
.mac-book-air-31 .one-of-indias-fastest-growing-agri-machines-tools-brands-you-will-find-the-best-selection-of-tillers-brush-cutters-augers-sprayers-and-other-outdoor-power-tools-here-from-rural-to-urban-areas-balwaan-will-help-you-manage-your-outdoor-work-quickly-efficiently-and-easily {
  margin-left: 0px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.mac-book-air-31 .frame-737 {
  margin: 0 153px 15px 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.mac-book-air-31 .company {
  margin-bottom: 11px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .frame-586 {
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  padding-right: 13.3px;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .about-balwaan {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .read-our-blog {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .careers {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .terms-of-service {
  margin: 0 3.6px 5.5px 0;
  display: inline-block;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .privacy-policy {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .investor-relations {
  margin-bottom: 5.5px;
  display: inline-block;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .warranty-policy {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .impact-stories {
  align-self: flex-start;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-31 .frame-736 {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.mac-book-air-31 .help {
  margin-bottom: 11px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.2;
  color: #FFFFFF;
}
.frame-585 {
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  padding-right: 7.9px;
  width: fit-content;
  box-sizing: border-box;
}
.track-your-order {
  margin: 0 10.7px 5.5px 0;
  display: inline-block;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.return-policy {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .bulk-orders {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
    font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.why-buy-direct {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.warranty-claims {
  margin: 0 11.9px 5.5px 0;
  display: inline-block;
  overflow-wrap: break-word;
      font-family: 'Poppins';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.service-centres {
  margin-bottom: 5.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.how-to-buy-on-emi {
  margin-bottom: 19.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}
.contact-us {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #FFFFFF;
}

.copyright-2022-balwaan-all-rights-reserved {
    margin-right: 8.5px;
    width: 339px;
    overflow-wrap: break-word;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 13.8px;
    line-height: 1.2;
    color: #FFFFFF;
}

.frame-91 {
	display: flex;
	gap: 1px;
	float: revert-layer;
}

.linkedin {
  margin-right: 15.7px;
  width: 27px;
}

.frame-1488 {
  /*box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));*/
  /*border-radius: 36px;*/
  /*border: 1px solid var(--stroke-2, #CCCCCC);*/
  /*background: var(--white-1, #FFFFFF);*/
  position: relative;
  width: 184.5px;
  height: 370px;
}
.mac-book-air-31 .frame-1489 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  position: relative;
  width: 184.5px;
  height: 370px;
}
.mac-book-air-31 .frame-1493 {
  margin: 0 49px 60px 47px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .container-6 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-31 .container-7 {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 784px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .group-49 {
  border-radius: 24px;
  border: 3px solid #FAFAFA;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://balwaan.com/assets/landing/assets/images/rectangle_6.png') 50% / cover no-repeat;
  position: relative;
  margin-bottom: 1px;
  display: flex;
  padding: 156px 0.7px 156px 0;
  width: 240px;
  height: 340px;
  box-sizing: border-box;
}
.mac-book-air-31 .rectangle-73 {
  border-radius: 12px;
  background: var(--red-2, #DB2B21);
  position: absolute;
  left: 50%;
  top: 142px;
  translate: -50% 0;
  width: 61px;
  height: 56px;
}
.mac-book-air-31 .polygon-1 {
  transform: rotate(90.816deg);
  position: relative;
  width: 27.6px;
  height: 26.9px;
}
.mac-book-air-31 .frame-743 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  background: #1E2B3D;
  margin: 0 48px 60px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20.9px;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-63 {
  margin-bottom: 20.9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .container-7 {
  margin-bottom: 3.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 900;
  font-size: 41.8px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-31 .trusted-by-lakhs-of-customer {
  margin: 0 11.6px 3.5px 11.6px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 900;
  font-size: 34.8px;
  line-height: 1.2;
  color: #FFFFFF;
}
.frame-960 {
	width: 100%;
	float: left;
  color: white;
}
.frame-962 {
	float: left;
	padding: 0px 1px;
	display: flex;
	flex-wrap: wrap;
	float: left;
	width: 99%;
	align-items: flex-start;
  color: white;
}
.frame-737 {
    float: left;
    width: 29%;
    color: white;
    margin-left: 40px;
}

.frame-736 {
    width: 100%;
    float: left;
    color: white;
}
.company {
    font-size: 20px;
    font-weight: 700;
}
.help {
    font-size: 20px;
    font-weight: 700;
}

.frame-1124 {
	background: #1E2B3D;
	width: 100%;
	float: left;
	padding: 3px;
	gap: 10px;
	margin: auto;
    padding: 50px 40px 4px 50px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.mac-book-air-31 .the-best-services-and-features-to-ensure-aseamless-buying-experience-for-you {
  text-align: center;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 20.9px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
.mac-book-air-31 .frame-704 {
  display: flex;
  flex-direction: row;
  column-gap: 20.9px;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-59 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23.2px 11.9px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14941 {
  margin-bottom: 53.8px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .original-balwaan-products {
  margin: 0 45.1px 1px 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-31 .image-16 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_164.png') 50% / cover no-repeat;
  width: 100px;
  height: 100px;
}
.mac-book-air-31 .get-pakka-bill-with-gst-invoice-for-all-your-purchases {
  margin-right: 1.7px;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-31 .frame-7041 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 0 23.2px 11.9px;
  width: 269.9px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14942 {
  margin-bottom: 21.8px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .robust-after-sales-support {
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-31 .image-161 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_162.png') 50% / cover no-repeat;
  margin: 0 20px 32px 0;
  width: 100px;
  height: 100px;
}
.mac-book-air-31 .check-out-our-spares-and-accessories-section {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-31 .frame-705 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 11.9px 33.7px 11.9px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14943 {
  margin-bottom: 43.3px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .machine-only-brand {
  margin: 0 50.1px 1px 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-31 .image-162 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_161.png') 50% / cover no-repeat;
  width: 100px;
  height: 100px;
}
.mac-book-air-31 .pre-or-post-purchase-assistance-from-our-agri-expert {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-31 .frame-706 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 0 23.2px 11.9px;
  width: 269.9px;
  box-sizing: border-box;
}
.mac-book-air-31 .frame-14944 {
  margin-bottom: 53.8px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-31 .no-fake-promise {
  margin: 17px 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-31 .image-163 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_16.png') 50% / cover no-repeat;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}
.mac-book-air-31 .we-allow-for-easy-returns-on-all-products-for-up-to-7-days {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-31 .container-8 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-31 .container-9 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-31 .container-10 {
  margin-right: 1px;
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  width: 346px;
  box-sizing: border-box;
}
.mac-book-air-31 .container-11 {
  margin-right: 1px;
  display: flex;
  flex-direction: row;
  column-gap: 14px;
  width: 346px;
  box-sizing: border-box;
}
.mac-book-air-31 .container-12 {
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}

/* end css */

.mac-book-air-4 {
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: column;
  align-items: center;
  
  width: 95%;
  margin: auto;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-1503 {
  border-bottom: 1px solid var(--stroke-2, #CCCCCC);
  background: #FFFFFF;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 42px 11px 48px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
  align-items: center;
}


.mac-book-air-4 .prebook-now {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #FFFFFF;
  
}


.img_video {
  position: absolute;
  left: -1px;
  top: 0px;
  height: 335px;
  border-radius: 35px;
  width: 195px;
}

.man_slider_img {
	margin: 0px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	object-fit: cover;
	border-radius: 13px;
	width: 100%;
	margin-top: 140px;
	margin-bottom: 43px;
}

.mac-book-air-4 .group-49 {
  border-radius: 24px;
  border: 3px solid #FAFAFA;

  position: relative;
  margin-bottom: 1px;
  display: flex;
  padding: 156px 0.7px 156px 0;
  width: 240px;
  height: 340px;
  box-sizing: border-box;
}
.mac-book-air-4 .rectangle-73 {
  border-radius: 12px;
  background: var(--red-2, #DB2B21);
  position: absolute;
  left: 50%;
  top: 142px;
  translate: -50% 0;
  width: 61px;
  height: 56px;
}
.mac-book-air-4 .polygon-1 {
  transform: rotate(90.816deg);
  position: relative;
  width: 27.6px;
  height: 26.9px;
}
.mac-book-air-4 .frame-1471 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
  z-index: 99;
}
.mac-book-air-4 .prebook-balwaan-portable-pressure-washer-and-get-20-extra-off {
  margin-bottom: 16px;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.prebook-balwaan-portable-pressure-washer-and-get-20-extra-off {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
  color: #FFFFFF;
}
.prebook-balwaan-portable-pressure-washer-and-get-20-extra-off-sub55 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .frame-2 {
  border-radius: 12px;
  background: var(--red-2, #DB2B21);
  margin-bottom: 16px;
  display: flex;
  align-self: flex-start;
  padding: 10px 3.8px 12px 97px;
  width: 296px;
  box-sizing: border-box;
  cursor: pointer;
}
.mac-book-air-4 .pre-book-now {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 14px;
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-4 .pre-book-discount-applicable-for-the-first-1000-customer-only {
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
}
.pre-book-discount-applicable-for-the-first-1000-customer-only {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 12px;
  line-height: 1.333;
}
.pre-book-discount-applicable-for-the-first-1000-customer-only-sub7 {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .frame-1472 {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
  z-index: 99;
}
.introducing-balwaan-pressure-washer-series {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}
.introducing-balwaan-pressure-washer-series-sub78 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.333;
}
.introducing-balwaan-pressure-washer-series-sub80 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.333;
}
.mac-book-air-4 .introducing-balwaan-pressure-washer-series {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-family: 'Inter';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .group-23 {
  border-radius: 6.6px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  column-gap: 17.1px;
  width: 154.3px;
  box-sizing: border-box;
}
.mac-book-air-4 .group-20 {
  border-radius: 6.6px;
  background: #FFFFFF;
  position: relative;
  display: flex;
  padding: 4.3px 0 4.2px 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-4 .image-12 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/b1.png') 50% / cover no-repeat;
  width: 40px;
  height: 31.4px;
}
.mac-book-air-4 .group-21 {
  border-radius: 6.6px;
  background: #FFFFFF;
  position: relative;
  display: flex;
  padding: 4.3px 0 4.2px 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-4 .image-121 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/b2.png') 50% / cover no-repeat;
  width: 40px;
  height: 31.4px;
}
.mac-book-air-4 .group-22 {
  border-radius: 6.6px;
  background: #FFFFFF;
  position: relative;
  display: flex;
  padding: 4.3px 0 4.2px 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
}
.mac-book-air-4 .image-122 {
  border-radius: 6.6px;
  background: url('https://balwaan.com/assets/landing/assets/images/b3.png') 50% / cover no-repeat;
  width: 40px;
  height: 31.4px;
}
.mac-book-air-4 .frame-1468 {
	border-radius: 12px;
	border: 2px solid #FFFFFF;
	background: rgba(0, 0, 0, 0.6);
	margin-right: 1.6px;
	display: flex;
	width: 283px;
	box-sizing: border-box;
	/* padding: 17px 1px -2px 3px; */
	justify-content: center;
    padding-top: 15px;
    padding-bottom: 2px;
}
.delivery-by-10-th-october {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.delivery-by-10-th-october-sub10 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.delivery-by-10-th-october-sub11 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.mac-book-air-4 .delivery-by-10-th-october {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  /*padding-left: 102px;*/
  text-align: center;
  /*padding: 0px 51px;*/
}
/*.mac-book-air-4 .frame-1493 {*/
/*  margin: 0 49px 60px 47px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  width: fit-content;*/
/*  box-sizing: border-box;*/
/*}*/
.mac-book-air-4 .group-42 {
    border-radius: 36px;
    background-image: url('https://balwaan.com/assets/landing/assets/images/rectangle_81.png');
    position: relative;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    padding: 96px 0 91.8px 27.9px;
    width: 100%;
    box-sizing: border-box;
    background-size: cover; /* Or 'contain' */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent repeating */
}

.mac-book-air-4 .water-pressure-control {
  margin-bottom: 5.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.comes-with-apressure-control-valve {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.comes-with-apressure-control-valve-sub9 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .comes-with-apressure-control-valve {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-4 .group-41 {
  border-radius: 36px;
  background-image: url('https://balwaan.com/assets/landing/assets/images/rectangle_72.png');
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 55px 0 61.8px 27.9px;
  width: 100%;
  box-sizing: border-box;
  background-size: cover; /* Or 'contain' */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent repeating */
}


.mac-book-air-4 .heavy-duty-plunger-pump {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.high-quality-plunger-pump-made-for-consistent-and-effective-performance {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.high-quality-plunger-pump-made-for-consistent-and-effective-performance-sub7 {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .high-quality-plunger-pump-made-for-consistent-and-effective-performance {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #FFFFFF;
}
.mac-book-air-4 .group-44 {
  border-radius: 36px;
  background-image:  url('https://balwaan.com/assets/landing/assets/images/rectangle_101.png');
  position: relative;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  padding: 96px 0 91.8px 27.9px;
  width: 100%;
  box-sizing: border-box;
  background-size: cover; /* Or 'contain' */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent repeating */
}
.mac-book-air-4 .pure-copper-motor {
  margin-bottom: 16.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .powerful-and-durable-motor-for-efficient-performance {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #FFFFFF;
}
.powerful-and-durable-motor-for-efficient-performance {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.333;
}
.powerful-and-durable-motor-for-efficient-performance-sub9 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.333;
}
.mac-book-air-4 .group-43 {
  border-radius: 36px;
  background-image: url('https://balwaan.com/assets/landing/assets/images/rectangle_91.png');
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 81.1px 0 66.7px 28.2px;
  width: 100%;
  box-sizing: border-box;
  background-size: cover; /* Or 'contain' */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent repeating */
}
.mac-book-air-4 .compact-yet-powerful {
  margin-bottom: 15.2px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24.7px;
  line-height: 1.2;
  color: #FFFFFF;
}
.delivers-about-45-bars-of-pressure-with-aportable-setup-sub7 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 17.6px;
  line-height: 1.333;
}
.mac-book-air-4 .delivers-about-45-bars-of-pressure-with-aportable-setup {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14.6px;
  line-height: 1.5;
  color: #FFFFFF;
}
.col-12.col-md-6.col-lg-4.mb-4.d-flex.justify-content-center.align-items-center.gap-2 {
	gap: 31px !important;
}

.mac-book-air-4 .frame-1482 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 31px;
  width: 100%;
  height: 96%;
  box-sizing: border-box;
}

.col-lg-4 {
	height: 392px !important;
}
.mac-book-air-4 .applications {
  margin: 0 0px 20px 0px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-1-font-family, 'Poppins');
  font-weight: var(--heading-1-font-weight, 700);
  font-size: var(--heading-1-font-size, 24px);
  line-height: var(--heading-1-line-height, 1.2);
  color: #000000;
}
.mac-book-air-4 .car-bike-wash-2-solar-wash-3-roof-and-barramda-wash-4-public-washrooms-5-footpath-wash-6-porch-wash-7-diwali-cleaning-8-toilet-wash-9-ac-filters-wash-10-carpet-wash {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.mac-book-air-4 .frame-1488 {
  position: relative;
  width: 14%;
  height: 370px;
}
.mac-book-air-4 .frame-1489 {
  position: relative;
  width: 14%;
  height: 370px;
}

.mac-book-air-4 .frame-1485 {
  position: relative;
  width: 35%;
  height: 370px;
}

.group-48 {
	width: 100% !important;
}
.mac-book-air-4 .frame-1494 {
  display: flex;
	width: 100%;
}

.frame-480 {
    display: flex;
    gap: 24px;
    /* margin-left: 80px; */
    border: 1px solid #eddede;
    width: 100%;
    /* margin: -4px 9px; */
    padding: 10px 0px;
    border-radius: 23px;
    background: white;
}


.bulk {
	border-radius: 12px;
	background: black;
	display: flex;
	padding: 17px 0.3px 17px 0;
	width: 93%;
	box-sizing: border-box;
	justify-content: center;
	cursor: pointer;
	margin: auto;
	margin-top: 17px;
}

.frame-151677 {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: auto;
	margin-top: 10px;

}
.frame-15146 {
	display: flex;
	justify-content: space-between;
	width: 92%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

.bulkorders {
	overflow-wrap: break-word;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 16px;
	color: var(--white-1, #FFFFFF);
	padding: 2px 84px;
	justify-content: center;
}

.mac-book-air-4 .frame-1501 {
	border-radius: 11px;
	background: var(--green-1, #66B33E);
	margin-bottom: 6px;
	display: flex;
	padding: 13.5px 3.5px 9.5px 32px;
	width: 92%;
	box-sizing: border-box;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	text-align: center;
}
.mac-book-air-4 .prebook-now-and-get-25-extra-discount {
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-4 .frame-1499 {
  position: relative;
  margin: 0 15px 13.5px 15px;
  width: 379px;
  height: 347px;
}
.mac-book-air-4 .frame-51 {
  box-shadow: 0px 115.5px 46.5px 0px rgba(45, 41, 34, 0.01), 0px 64.5px 39px 0px rgba(45, 41, 34, 0.02), 0px 28.5px 28.5px 0px rgba(45, 41, 34, 0.03), 0px 7.5px 16.5px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 16.5px;
  background: var(--white-1, #FFFFFF);
  position: absolute;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-1 {
  border-radius: 6px;
  background: var(--red-2, #DB2B21);
  width: 12px;
  height: 12px;
}
.mac-book-air-4 .ellipse-2 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .ellipse-3 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .frame-1500 {
  /* margin: 0 14.5px -37px 15px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  box-sizing: border-box;
}
.product_img {
	width: 100%;
	/* border: 1px solid;
	border-radius: 11px; */
}
.custom-list li {
	list-style: disc;
	color: #808080;
}
.carousel-item {
	width: 96% !important;
	margin-bottom: 20px !important;
}


.card {
	width: 100% !important;
	margin: auto !important;
	width: 100% !important;
	font-size: 14px !important;
}

.warr {
	width: 92%;
	margin: auto;
	background: #dbdee2;
	text-align: center;
	padding: 8px;
	border-radius: 8px;
	font-weight: 600;
	font-family: 'Poppins';
  margin-top: 18px;
}


.mac-book-air-4 .pressure-washer-pw-250 {
  margin-bottom: 6.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 17px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
	width: 95%;
}

.mac-book-air-4 .units-booked {
  margin-right: 7px;
  width: 166px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-2, #DB2B21);
}
.mac-book-air-4 .frame-1518 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-bottom: 5px;
	margin-left: 16px;
}
.mac-book-air-4 .ellipse-5 {
  border-radius: 4px;
  background: var(--red-2, #DB2B21);
  margin: 3px 4px 3px 0;
  width: 8px;
  height: 8px;
}
.mac-book-air-4 .live {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-2, #DB2B21);
}
.mac-book-air-4 .line-3 {
	background: #CCCCCC;
	width: 95%;
	height: 2px;
	margin-left: -19px;
	margin-top: -9px;
	margin-bottom: 0px;
}
.mac-book-air-4 .frame-477 {
  margin-left: 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .wmotive-power {

  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .line-1 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .bar-max-pressure {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .line-2 {
  background: #E6E6E6;
  margin: 0 33.5px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .lmflowing {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
select#modelNo {
    padding: 6px 6px;
}

.model-flex {
    display: flex;
}

.carousel-control-next-icon {
    background-image: url('https://balwaan.com/assets/landing/assets/images/s2.png') !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.carousel-control-prev-icon {
    background-image: url('https://balwaan.com/assets/landing/assets/images/s1.png') !important;
    background-size: contain;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    z-index: 999;
}


.mac-book-air-4 .frame-1681 {
	/* margin: 58px 19px 0px 0px; */
	display: flex;
	width: 94%;
	box-sizing: border-box;
	margin-top: 69px;
	margin-left: -27px;
}


.mac-book-air-4 .frame-1511 {
  border-radius: 8px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.5px 8.3px 6.5px 7px;
  width: 347px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .whats-in-the-box {
  margin-right: 8.5px;
  width: 125px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-b-font-family, 'Poppins');
  font-weight: var(--heading-4-b-font-weight, 700);
  font-size: var(--heading-4-b-font-size, 14px);
  line-height: var(--heading-4-b-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-1512 {
  margin: 5.2px 0;
  display: flex;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-1682 {
  margin: 0 15px 13.5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-1516 {
	margin: 9px 23.2px 4px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
 .price_cut {
  text-decoration-line: line-through;

}
.mac-book-air-4 .price {
  margin-right: 247.5px;
  width: 35px;
  overflow-wrap: break-word;
  font-family: 'Poppins' !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .container {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-1514 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
	margin: 9px 23.2px 4px 0;
}
.mac-book-air-4 .prebook-price {
  margin-right: 8.5px;
  width: 292px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(#1E2B3D);
}
.mac-book-air-4 .container-1 {
  margin-bottom: 1px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: var(#1E2B3D);
}

.expected-delivery-date-10-oct {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 10px;
  line-height: 1.333;
}
.mac-book-air-4 .expected-delivery-date-10-oct {
  margin: 0 0.8px 4px 0;
  overflow-wrap: break-word;
  font-family: var(--caption-r-font-family, 'Poppins');
  font-weight: var(--caption-r-font-weight, 400);
  font-size: var(--caption-r-font-size, 12px);
  line-height: var(--caption-r-line-height, 1.5);
  color: black;
  font-weight: 700;
  font-style: revert;
  text-transform: capitalize;
  color: var(--grey-1, #808080);
  margin-top: 5px;
}

ul.list-unstyled {
    list-style: disc;
    padding-left: 7px;
    color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-22 {
  border-radius: 12px;
  background: var(--red-2, #DB2B21);
  display: flex;
  padding: 12px 0.3px 12px 0;
  width: 98%;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  margin-top: 4px;

}
.mac-book-air-4 .pre-book-now-500 {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 15px;
  color: var(--white-1, #FFFFFF);
  padding: 5px 84px;
  justify-content: center;
}
.mac-book-air-4 .frame-481 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15011 {
  border-radius: 17px 15px 0 0;
  background: var(--green-1, #66B33E);
  margin-bottom: 6px;
  display: flex;
  padding: 13.5px 3.5px 9.5px 61px;
  width: 409px;
  box-sizing: border-box;
  text-align: center;
}
.mac-book-air-4 .prebook-now-and-get-25-extra-discount-1 {
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-4 .frame-14991 {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 75.9%, rgba(0, 0, 0, 0.4) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_701.jpeg') 50% / contain no-repeat; */
  position: relative;
  margin: 0 15px 13.5px 15px;
  width: 379px;
  height: 347px;
}
.mac-book-air-4 .frame-511 {
  box-shadow: 0px 115.5px 46.5px 0px rgba(45, 41, 34, 0.01), 0px 64.5px 39px 0px rgba(45, 41, 34, 0.02), 0px 28.5px 28.5px 0px rgba(45, 41, 34, 0.03), 0px 7.5px 16.5px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 16.5px;
  background: var(--white-1, #FFFFFF);
  position: absolute;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-11 {
  border-radius: 6px;
  background: var(--red-2, #DB2B21);
  width: 12px;
  height: 12px;
}
.mac-book-air-4 .ellipse-21 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .ellipse-31 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .frame-15001 {
  margin: 0 15px 9px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-4781 {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .pressure-washer-pw-350 {
  margin-bottom: 6.5px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-4 .frame-15171 {
  margin: 0 0.8px 9px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .units-booked-1 {
  margin-right: 7px;
  width: 106px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-2, #DB2B21);
}
.mac-book-air-4 .frame-15181 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-51 {
  border-radius: 4px;
  background: var(--red-2, #DB2B21);
  margin: 3px 4px 3px 0;
  width: 8px;
  height: 8px;
}
.mac-book-air-4 .live-1 {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-2, #DB2B21);
}
.mac-book-air-4 .line-31 {
  background: #CCCCCC;
  margin-bottom: 15px;
  width: 347px;
  height: 0px;
}
.mac-book-air-4 .frame-4771 {
  margin: 0 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .wmotive-power-1 {
  margin: 1px 17px 0 0;
  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .line-11 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .bar-max-pressure-1 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .line-21 {
  background: #E6E6E6;
  margin: 0 34.4px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-1-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .lmflowing-1 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .frame-16811 {
  margin: 0 15px 10.5px 15px;
  display: flex;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15111 {
  border-radius: 8px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.5px 8.3px 6.5px 7px;
  width: 347px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .whats-in-the-box-1 {
  margin-right: 8.5px;
  width: 125px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-b-font-family, 'Poppins');
  font-weight: var(--heading-4-b-font-weight, 700);
  font-size: var(--heading-4-b-font-size, 14px);
  line-height: var(--heading-4-b-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-15121 {
  margin: 5.2px 0;
  display: flex;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-1 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-16821 {
  margin: 0 15.2px 13.5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15161 {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .price-1 {
  margin-right: 10.5px;
  width: 35px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .container-2 {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-15141 {
  margin-right: 0.5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-price-1 {
  margin-right: 8.5px;
  width: 290px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .container-3 {
  margin-bottom: 1px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-16801 {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.expected-delivery-date-10-oct-1 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 10px;
  line-height: 1.333;
}
.mac-book-air-4 .expected-delivery-date-10-oct-1 {
  margin: 0 0.8px 4px 0;
  overflow-wrap: break-word;
  font-family: var(--caption-r-font-family, 'Poppins');
  font-weight: var(--caption-r-font-weight, 400);
  font-size: var(--caption-r-font-size, 10px);
  line-height: var(--caption-r-line-height, 1.5);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-23 {
  border-radius: 31px;
  background: var(--red-2, #DB2B21);
  display: flex;
  padding: 12px 0.3px 12px 0;
  width: 347px;
  box-sizing: border-box;
}

.mac-book-air-4 .frame-482 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15012 {
  border-radius: 17px 15px 0 0;
  background: var(--green-1, #66B33E);
  margin-bottom: 6px;
  display: flex;
  padding: 13.5px 3.5px 9.5px 61px;
  width: 409px;
  box-sizing: border-box;
  text-align: center;
}
.mac-book-air-4 .prebook-now-and-get-25-extra-discount-2 {
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--white-1, #FFFFFF);
}
.mac-book-air-4 .frame-14992 {
  border-radius: 16px;
  border: 1px solid #E6E6E6;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 75.5%, rgba(0, 0, 0, 0.4) 100%), url('https://balwaan.com/assets/landing/assets/images/rectangle_70.jpeg') 50% / contain no-repeat;
  position: relative;
  margin: 0 15px 5.5px 15px;
  width: 379px;
  height: 347px;
}
.mac-book-air-4 .frame-512 {
  box-shadow: 0px 115.5px 46.5px 0px rgba(45, 41, 34, 0.01), 0px 64.5px 39px 0px rgba(45, 41, 34, 0.02), 0px 28.5px 28.5px 0px rgba(45, 41, 34, 0.03), 0px 7.5px 16.5px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 16.5px;
  background: var(--white-1, #FFFFFF);
  position: absolute;
  left: 50%;
  bottom: 16px;
  translate: -50% 0;
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  padding: 6px;
  box-sizing: border-box;
}
.mac-book-air-4 .ellipse-12 {
  border-radius: 6px;
  background: var(--red-2, #DB2B21);
  width: 12px;
  height: 12px;
}
.mac-book-air-4 .ellipse-22 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .ellipse-32 {
  border-radius: 3px;
  background: var(--stroke-2, #CCCCCC);
  margin: 3px 0;
  width: 6px;
  height: 6px;
}
.mac-book-air-4 .frame-15002 {
  margin: 0 14.5px 9px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-4782 {
  margin: 0 0.5px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .pressure-washer-pw-400 {
  margin: 0 16px 12.5px 0;
  display: inline-block;
  width: 223px;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: #000000;
}
.mac-book-air-4 .frame-15172 {
  margin-top: 30.5px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .units-booked-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-2, #DB2B21);
}
.mac-book-air-4 .ellipse-52 {
  border-radius: 4px;
  background: var(--red-2, #DB2B21);
  margin: 3px 4px 3px 0;
  width: 8px;
  height: 8px;
}
.mac-book-air-4 .live-2 {
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--red-2, #DB2B21);
}
.mac-book-air-4 .line-32 {
  background: #CCCCCC;
  margin: 0 0.5px 15px 0;
  width: 347px;
  height: 0px;
}
.mac-book-air-4 .frame-4772 {
  margin-left: 0.4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .wmotive-power-2 {
  margin: 1px 17px 0 0;
  width: 81px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.wmotive-power-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .line-12 {
  background: #E6E6E6;
  margin: 0 34.2px 7px 0;
  width: 28px;
  height: 0px;
}
.bar-max-pressure-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .bar-max-pressure-2 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .line-22 {
  background: #E6E6E6;
  margin: 0 33.5px 7px 0;
  width: 28px;
  height: 0px;
}
.lmflowing-2-sub15 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 12px;
  line-height: 1.333;
}
.mac-book-air-4 .lmflowing-2 {
  margin-top: 1px;
  text-align: center;
  overflow-wrap: break-word;
  font-family: var(--body-r-font-family, 'Poppins');
  font-weight: var(--body-r-font-weight, 400);
  font-size: var(--body-r-font-size, 12px);
  line-height: var(--body-r-line-height, 1.5);
  color: #000000;
}
.mac-book-air-4 .frame-16812 {
  margin: 0 15px 10.5px 15px;
  display: flex;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15112 {
  border-radius: 8px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--background-color, #F5F4F2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.5px 8.3px 6.5px 7px;
  width: 347px;
  height: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .whats-in-the-box-2 {
  margin-right: 8.5px;
  width: 125px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-b-font-family, 'Poppins');
  font-weight: var(--heading-4-b-font-weight, 700);
  font-size: var(--heading-4-b-font-size, 14px);
  line-height: var(--heading-4-b-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-15122 {
  margin: 5.2px 0;
  display: flex;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-2 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-16822 {
  margin: 0 15.4px 13.5px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-15162 {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .price-2 {
  margin-right: 10.5px;
  width: 35px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .container-4 {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  /* text-decoration-line: line-through; */
  line-height: 1.5;
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-15142 {
  margin-right: 0.1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .prebook-price-2 {
  margin-right: 8.5px;
  width: 292px;
  overflow-wrap: break-word;
  font-family: var(--heading-4-m-font-family, 'Poppins');
  font-weight: var(--heading-4-m-font-weight, 500);
  font-size: var(--heading-4-m-font-size, 14px);
  line-height: var(--heading-4-m-line-height, 1.2);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .container-5 {
  margin-bottom: 1px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: var(--heading-3-cta-font-family, 'Poppins');
  font-weight: var(--heading-3-cta-font-weight, 700);
  font-size: var(--heading-3-cta-font-size, 16px);
  line-height: var(--heading-3-cta-line-height, 1);
  color: var(--blue, #1E2B3D);
}
.mac-book-air-4 .frame-16802 {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 379px;
  box-sizing: border-box;
}
.expected-delivery-date-10-oct-2 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 10px;
  line-height: 1.333;
}
.mac-book-air-4 .expected-delivery-date-10-oct-2 {
  margin: 0 0.8px 4px 0;
  overflow-wrap: break-word;
  font-family: var(--caption-r-font-family, 'Poppins');
  font-weight: var(--caption-r-font-weight, 400);
  font-size: var(--caption-r-font-size, 10px);
  line-height: var(--caption-r-line-height, 1.5);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .frame-24 {
  border-radius: 34px;
  background: var(--red-2, #DB2B21);
  display: flex;
  padding: 12px 0.3px 12px 0;
  width: 347px;
  box-sizing: border-box;
}

.mac-book-air-4 .frame-1484 {
  position: relative;
  margin: -34px 45.5px 62px;
  width: 100%;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-4811 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15.5px 0 34px 0;
  width: 490px;
  box-sizing: border-box;
}
.mac-book-air-4 .step-1 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: black;
}
.mac-book-air-4 .group-46 {
  margin-bottom: 20px;
  width: 69.3px;
  height: 80px;
}
.mac-book-air-4 .pre-book-order {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: black;
}
.mac-book-air-4 .frame-4821 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15.5px 0 15px 0;
  width: 33.33%;
  box-sizing: border-box;
}
.mac-book-air-4 .step-2 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: black;
}
.mac-book-air-4 .group-47 {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.mac-book-air-4 .pay-remaining-amount-when-product-launches {
  text-align: center;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: black;
}
.mac-book-air-4 .frame-483 {
  border-radius: 36px;
  border: 1px solid var(--stroke-2, #CCCCCC);
  background: var(--white-1, #FFFFFF);
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15.5px;
  width: 390px;
  height: 208px;
  box-sizing: border-box;
}
.mac-book-air-4 .step-3 {
  margin-bottom: 20.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: black;
}
.mac-book-air-4 .group {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
.mac-book-air-4 .delivered-by-10-th-october {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: black;
}
.mac-book-air-4 .frame-743 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 36px;
  background: #1E2B3D;
  margin: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20.9px;
  width: 100%;
  box-sizing: border-box;
  margin-top: -13px;
  margin-bottom: 31px;
      font-family: 'Gilroy', 'Roboto Condensed';
}
.mac-book-air-4 .frame-63 {
  margin-bottom: 20.9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .container-6 {
  margin-bottom: 3.5px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 900;
  font-size: 41.8px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .trusted-by-lakhs-of-customer {
  margin: 0 11.6px 3.5px 11.6px;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 34.8px;
  line-height: 1.2;
  color: #FFFFFF;
}
.mac-book-air-4 .the-best-services-and-features-to-ensure-aseamless-buying-experience-for-you {
  text-align: center;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 20.9px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.5);
}
.mac-book-air-4 .frame-704 {
  display: flex;
  flex-direction: row;
  column-gap: 20.9px;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-59 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 23.2px 11.9px;
  box-sizing: border-box;
  width: 269.9px;
}
.mac-book-air-4 .frame-14941 {
  margin-bottom: 53.8px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .original-balwaan-products {
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .image-16 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_164.png') 50% / cover no-repeat;
  width: 100%;
  height: 100px;
}
.mac-book-air-4 .get-pakka-bill-with-gst-invoice-for-all-your-purchases {
  margin-right: 1.7px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-4 .frame-7041 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 0 23.2px 11.9px;
  width: 269.9px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-14942 {
  margin-bottom: 21.8px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .image-161 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_162.png') 50% / cover no-repeat;
  margin: 0 20px 32px 0;
  width: 100%;
  height: 100px;
}
.mac-book-air-4 .robust-after-sales-support {
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .check-out-our-spares-and-accessories-section {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-4 .frame-705 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 11.9px 33.7px 11.9px;
  box-sizing: border-box;
  width: 269.9px;
}
.mac-book-air-4 .frame-14943 {
  margin-bottom: 43.3px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .machine-only-brand {
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .image-162 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_161.png') 50% / cover no-repeat;
  width: 100%;
  height: 100px;
}
.mac-book-air-4 .pre-or-post-purchase-assistance-from-our-agri-expert {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.mac-book-air-4 .frame-706 {
  box-shadow: 0px 61.1px 24.6px 0px rgba(45, 41, 34, 0.01), 0px 34.1px 20.6px 0px rgba(45, 41, 34, 0.02), 0px 15.1px 15.1px 0px rgba(45, 41, 34, 0.03), 0px 4px 8.7px 0px rgba(45, 41, 34, 0.04), 0px 0px 0px 0px rgba(45, 41, 34, 0.04);
  border-radius: 13.9px;
  border: 0.8px solid #E6E6E6;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 23.2px 0 21.7px 11.9px;
  width: 269.9px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-14944 {
  margin-bottom: 36.3px;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  width: fit-content;
  box-sizing: border-box;
}
.mac-book-air-4 .image-163 {
  background: url('https://balwaan.com/assets/landing/assets/images/image_16.png') 50% / cover no-repeat;
  margin-right: 20px;
  width: 100%;
  height: 100px;
}
.mac-book-air-4 .no-fake-promise {
  margin: 17px 0;
  display: inline-block;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 27.9px;
  line-height: 1.2;
  color: #1E2B3D;
}
.mac-book-air-4 .we-allow-for-easy-returns-on-all-products-for-up-to-7-days-tcapplicable {
  align-self: flex-start;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 17.4px;
  line-height: 1.2;
  color: rgba(30, 43, 61, 0.5);
}
.we-allow-for-easy-returns-on-all-products-for-up-to-7-days-tcapplicable {
  font-family: 'Gilroy', 'Roboto Condensed';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.333;
}
.mac-book-air-4 .frame-15123 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  left: 11.7px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-18 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-1513 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  top: 50%;
  right: 11.3px;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-19 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15124 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  left: 11.7px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-20 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15131 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  top: 50%;
  right: 11.3px;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-21 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15125 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  left: 11.7px;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-22 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .frame-15132 {
  box-shadow: var(--card-bento-shadow, 0px 77px 31px 0px rgba(45, 41, 34, 0.01)), var(--card-bento-shadow, 0px 43px 26px 0px rgba(45, 41, 34, 0.02)), var(--card-bento-shadow, 0px 19px 19px 0px rgba(45, 41, 34, 0.03)), var(--card-bento-shadow, 0px 5px 11px 0px rgba(45, 41, 34, 0.04)), var(--card-bento-shadow, 0px 0px 0px 0px rgba(45, 41, 34, 0.04));
  border-radius: 20px;
  background: var(--background-color, #F5F4F2);
  position: absolute;
  top: 50%;
  right: 11.3px;
  translate: 0 -50%;
  display: flex;
  padding: 5.3px 8.7px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.mac-book-air-4 .vector-23 {
  width: 13.3px;
  height: 6.7px;
}
.mac-book-air-4 .firefly-aperson-washing-toilet-with-portable-pressure-washer-529822 {
  background: url('https://balwaan.com/assets/landing/assets/images/new_w.png');
  position: absolute;
  left: -44.4px;
  bottom: 4px;
  width: 372px;
  height: 380px;
  top: -6px;
  background-repeat: no-repeat;
}
.mac-book-air-4 .firefly-aperson-washing-solar-panel-with-portable-pressure-washer-103892 {
    background: url('https://balwaan.com/assets/landing/assets/images/new_w2.png');
    position: absolute;
    right: -191.8px;
    /* width: 323px; */
    height: 376px;
    background-repeat: no-repeat;
    top: -7px;
}
.mac-book-air-4 .firefly-aperson-washing-carpet-with-portable-pressure-washer-6511222 {
    background: url('https://balwaan.com/assets/landing/assets/images/neww.png');
    /* position: absolute; */
    /* right: 13.5px; */
    /* bottom: 0px; */
    width: 100%;
    border-radius: 36px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.mac-book-air-4 .frame-1694 {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 347px;
	box-sizing: border-box;
	padding: 0px;
	height: 29px;
	margin-left: -16px;
	margin-top: -39px;
}
.mac-book-air-4 .frame-285 {
	border-radius: 4px;
	border: 1px solid var(--grey, #808080);
	background: var(--white, #FFFFFF);
	display: flex;
	flex-direction: row;
	width: 25%;
	box-sizing: border-box;
	justify-content: space-evenly;
	align-items: center;
	height: 30px;
}
.mac-book-air-4 .minus-square {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .minus-square-1 {
  position: relative;
  width: 24px;
  height: 33px;
}
.mac-book-air-4 .frame-1224 {
  background: var(--white, #FFFFFF);
  position: absolute;
top: 18%;
}
.mac-book-air-4 .container-7 {
  position: absolute;
  left: 9.5px;
  bottom: -3px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black, #000000);
}
.mac-book-air-4 .plus-square {
  width: 24px;
  height: 24px;
}

.card-header {
  display: flex;
  padding: 0.3rem 0.1rem !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.card-header .toggle-icon {
  transform: rotate(182deg);
  transition: transform 0.2s;
  width: 19px;
  margin-right: 9px;
}
.card-header.collapsed .toggle-icon {
  transform: rotate(3deg);
  width: 19px;
  margin-right: 9px;
}

.mac-book-air-4 .frame-1695 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-2851 {
  border-radius: 4px;
  border: 1px solid var(--grey, #808080);
  background: var(--white, #FFFFFF);
  display: flex;
  flex-direction: row;
  width: 72px;
  box-sizing: border-box;
}
.mac-book-air-4 .minus-square-2 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .minus-square-3 {
  position: relative;
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-12241 {
  background: var(--white, #FFFFFF);
  position: absolute;
  right: -2px;
  bottom: 3px;
  width: 27px;
  height: 18px;
}
.mac-book-air-4 .container-8 {
  position: absolute;
  left: 9.5px;
  bottom: -3px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black, #000000);
}
.mac-book-air-4 .plus-square-1 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-1696 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 347px;
  box-sizing: border-box;
}
.mac-book-air-4 .frame-2852 {
  border-radius: 4px;
  border: 1px solid var(--grey, #808080);
  background: var(--white, #FFFFFF);
  display: flex;
  flex-direction: row;
  width: 72px;
  box-sizing: border-box;
}
.mac-book-air-4 .minus-square-4 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .minus-square-5 {
  position: relative;
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .frame-12242 {
  background: var(--white, #FFFFFF);
  position: absolute;
  right: -2px;
  bottom: 3px;
  width: 27px;
  height: 18px;
}
.mac-book-air-4 .container-9 {
  position: absolute;
  left: 9.5px;
  bottom: -3px;
  overflow-wrap: break-word;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: var(--black, #000000);
}
.mac-book-air-4 .plus-square-2 {
  width: 24px;
  height: 24px;
}
.mac-book-air-4 .sku-mtak-el-pr-6034 {

  display: inline-block;
  width: 153px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .sku-mtak-el-pr-6035 {
  margin: 5px 7px 5px 0;
  display: inline-block;
  width: 147px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .sku-mtak-el-pr-6036 {
  margin: 5px 7px 5px 0;
  display: inline-block;
  width: 147px;
  overflow-wrap: break-word;
  font-family: var(--body-b-font-family, 'Poppins');
  font-weight: var(--body-b-font-weight, 700);
  font-size: var(--body-b-font-size, 12px);
  line-height: var(--body-b-line-height, 1.2);
  color: var(--grey-1, #808080);
}
.mac-book-air-4 .container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
	max-width: 100%;
	padding: 0px;
	margin-bottom: 0px;
}
.mac-book-air-4 .container-1 {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 58.2px;
  height: fit-content;
  box-sizing: border-box;
  color: black;
}
.mac-book-air-4 .container-2 {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.mac-book-air-4 .container-3 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-4 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-5 {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    gap: 10px;
		margin-top: 65px !important;
}
.mac-book-air-4 .container-6 {
  margin-bottom: -2px;
  display: flex;
  flex-direction: row;
  width: 100%;
	margin-top: -20px;
  box-sizing: border-box;
  justify-content: space-between;
}
.mac-book-air-4 .container-7 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-8 {
  position: relative;
  margin: 0 0.8px 9px 0;
  display: flex;
  width: 346.2px;
  box-sizing: border-box;
}
.mac-book-air-4 .container-9 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-10 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.mac-book-air-4 .container-11 {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.container-13 {
    font-size: 24px;
}

.arrow_right{
	width: 18px;
}


.ytp-shorts-mode.ytp-embed:not(.ad-showing) .ytp-title-text {
    font-size: 16px;
    white-space: normal;
    padding-top: 14px;
    padding-right: 53px;
    display: none !important;
}

.ytp-shorts-mode.ytp-embed:not(.ad-showing) .ytp-title-text {
    font-size: 16px;
    white-space: normal;
    padding-top: 14px;
    padding-right: 53px;
    display: none !important;
}

