*, ::after, ::before {
  box-sizing: border-box;
}

html, body {
  width: unset;
  height: unset;
}

.product-carousel{
  background-color: transparent;
  border-radius: 2.5px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-img{
  width: 100%;
}

.product-carousel-cover{
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;

  border-radius: 14px;
}

.no-padding{
  padding: 0px;
}

.product-title, .product-offer-price{
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  opacity: 1;
}

.product-plan{
  font-size: 14px;
  font-weight: 500;
  color: #F4F4F480;

  margin-left: 10px;
}

.product-ratings{
  display: flex;
  align-items: center;

  margin: 4px 0px 10px 0px;
}

.product-details{
  width: fit-content;

  display: flex;
  justify-content: center;
  align-items: center;
}

.product-details p{
  margin: 0px;
}

.product-offer-percent{
  font-size: 14px;
  font-weight: 400;
  color: #219128;
}

.catchy-deal{
  font-size: 14px;
  font-weight: 600;
  color: #D93232;
  margin: 14px 0px 32px 0px;
  font-family: Arial, Helvetica, sans-serif;
}

.offers-title{
  font-size: 16px;
  font-weight: 700;
}

.offer-container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: black;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.offer-container p{
  opacity: 1;
  margin: 0px !important;
  color: white;
}

.offer-container img{
  width: 12px;
  margin: 7px 10px 0px 0px;
}

.offer-code{
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}

.purchase-note{
  font-weight: 100;
  font-size: 12px;
  opacity: 1;

  line-height: 1.5;
}

.note-heavy-font{
  font-weight: 700;
}

.order-now-button{
  padding: 10px 30%;
  margin: 24px auto 64px auto;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-now-button img{
  margin-right: 8px;
}

.header-padding{
  padding-top: 54px;
}

.ajjas-pro-plans {
  display: flex;
  font-family: 'Helvetica';
  margin-bottom: 16px;
}

.optimiser-plan-button {
  padding: 4px 12px;
  margin-right: 16px;
  border-radius: 4px;
  background: transparent;
  
  font-size: 12px;
  font-weight: 500;
  color: #CCCCCC;

  border: 1px solid #CCCCCC;
  outline: none;
}

.optimiser-plan-button:hover {
  transform: unset;
}

.product-page-quantity {
  font-weight: 600;
  font-size: 16px;
  
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.product-page-quantity-title {
  color: #111111;
  margin-right: 16px;
}

.optimiser-plan-button-active {
  color: white;
  padding: 5.5px 12px;
  background: linear-gradient(to bottom right, #1778AC, #4C74DA);

  font-weight: 600 !important;
  border: none; 
}

.deliveryPointIcon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(151, 151, 151, 0.293);

  display: flex;
  justify-content: center;
  align-items: center;
}

.deliveryPointIcon img{
  width: 20px;
}

.deliveryIconRuppee{
  width: 14px !important;
  margin-left: 2px;
}

.deliveryPointText{
  font-size: 12px;
  margin: 5px 0px;
}

.individualDeliveryPoint{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

  margin-right: 48px;
}

.deliveryPointsContainer{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.sevenDaysReturnPolicy:hover{
  cursor: pointer;
}

.howThisWorksContainer{
  width: 100%;

  display: flex;
  flex-direction: column;

  justify-content: center;
  align-items: center;
  
  text-align: center;
}

.howThisWorksHeading{
  font-size: 32px;
  font-weight: 700;
  opacity: 1;

  margin: 0px 0px 40px 0px;
}

.howThisWorksStepBox{
  position: relative;

  min-height: 200px;
  margin-right: 90px;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.howThisWorksStepBox img{
  width: 100px;
}

.howThisWorksStepsContainer{
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.stepBoxCountHeader{
  position: absolute;
  left: 0px;
  top: 0px;
}

.howThisWorksStepHeading{
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

.howThisWorksStepDesc{
  font-size: 14px;
  font-weight: 400;
}

.HTWFreeDelivery{
  width: 90px !important;
}

.upsideRow{
  display: none;
}

.product-page-plan-title, .product-page-quantity-title{
  font-weight: 600;
  font-size: 18px;
  opacity: 1;
}

.product-page-plan-title{
  margin: 0px 0px 8px 0px;
}

.product-page-quantity-title{
  font-weight: 500;
}

.product-details-container {
  width: 100%;
  background-color: #F5F5F5;
}

.product-carousel {
  width: 100%;
  margin: 0px;
}

.swiper-pagination {
  width: fit-content;
  height: unset !important;

  padding: 5px 6px;
  margin-top: -30px;
  background-color: transparent;

  left: 50% !important;
  transform: translate(-50%, 0);

  border-radius: 25px;

  display: flex;
  align-items: center;
}

.swiper-pagination-bullet {
  background-color: #585858 !important;
  margin: 0px 3px;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

.product-type {
  margin: 16px 0px 8px 0px;

  font-size: 12px;
  font-weight: 400;
  color: #00000099;
}

#product-name {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
}

.product-ratings span {
  font-size: 12px;
  font-weight: 500;
  color: #FFBE00;

  margin-left: 8px;
}

.product-details .slashed-price {
  font-size: 20px;
  font-weight: 400;
  color: #555555;

  margin: 0px 12px !important;
  text-decoration: line-through;
}

.detail-seperator {
  width: 100%;
  height: 3px;
  margin: 16px 0px;
  background-color: #55555517;
}

.product-basic-details {
  padding: 0px 15px;
}

.product-variant-buttons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  padding: 0px 16px;
}

.product-variant-btn-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;

  margin-top: 12px;
}

.product-variant-btn-group button {
  padding: 5px 18px;
  margin-right: 16px;
  border-radius: 4px;
  background: transparent;

  font-weight: 500;
  color: #CCCCCC;

  border: 1px solid #CCCCCC;
  outline: none;

  cursor: pointer;
}

.product-variant-btn-group .active-btn {
  padding: 6.5px 18px;
  background: linear-gradient(to bottom right, #FFBE00, #FF6B00);
  font-weight: 600;
  color: black;

  border: none; 
}

.plans-container, .product-page-quantity {
  padding: 0px 16px;
}

.product-page-quantity-title {
  font-size: 16px;
  font-weight: 600;
}

.checkout-summary-quantity-picker {
  padding: 5px 10px 6px 10px;

  border: 1px solid #F4F4F4;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
}

#ajjas-qty {
  margin: 0px 16px;
}

.highlights-ajjas-go.product-highlights .ajjas-go-highlights-heading {
  font-size: 12px;
  font-weight: 600;
  color: #111111;
}

.highlights-ajjas-go.product-highlights {
  padding: 16px 10px 34px 16px;
}

.highlights-ajjas-go.product-highlights .ajjas-go-highlights {
  padding-right: 20px;
}

.highlights-ajjas-go.product-highlights .ajjas-go-highlights span {
  width: 48%;
  margin: 7.5px 0px;

  font-size: 13px;
  font-weight: 600;
}

.highlights-ajjas-go.product-highlights .ajjas-go-highlights span svg,
.highlights-ajjas-go.product-highlights .ajjas-go-highlights span img {
  width: 12px;
  margin-right: 8px;
}

.pro-max-tag {
  padding: 2px 3px;
  margin-left: 5px;
  background: linear-gradient(to bottom right, #FFBE00, #FF6B00);

  color: black;
  font-size: 6px;
  font-weight: 600;

  border-radius: 2px;
}

.fixed-buy-now-footer.product-price-footer {
  padding: 10px 16px;

  flex-direction: column;
  align-items: flex-start;
  background: linear-gradient(to right, #444341, #272726);
}

.fixed-buy-now-footer.product-price-footer .buy-now-footer-price-dets {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.fixed-buy-now-footer.product-price-footer .footer-discount-percent {
  font-size: 12px;
  font-weight: 300;
  color: #F5F5F5BD;
}

.fixed-buy-now-footer.product-price-footer .discounted-price {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;

  margin-right: 8px;
}

.fixed-buy-now-footer.product-price-footer .slashed-price {
  font-size: 14px;
  font-weight: 300;
  color: #F5F5F5BD;

  text-decoration: line-through;
}

.fixed-buy-now-footer.product-price-footer button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);

  width: unset;
  height: unset;
  padding: 10px 20px;
}

.swiper-container.product-carousel {
  height: fit-content;
  background-color: #F5F5F5;
}

.disable-duration {
  opacity: 0.4;
}

.hide-plan-btns {
  display: none;
}

.woot--bubble-holder {
  bottom: 80px !important;
}

.footer-link-container.product-page {
  padding-top: 32px;
}

.opaque svg, .opaque p {
  opacity: 0.4 !important;
}

.fixed-buy-now-footer.product-page-submit-button {
  display: none;
}

.footer-container {
  position: relative !important;
}

@media only screen and (min-width: 320px) {
  .deliveryPointsContainer{
    margin-top: 0px;
    justify-content: space-between;
    padding: 0px 12px;
  }
  .individualDeliveryPoint{
    margin-right: 0px;
  }
  .upsideRow{
    display: block;
    height: 1px;
    width: 110%;
    margin-left: -5%;
    background: white;
    opacity: .4;
  }
  .howThisWorksStepsContainer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .howThisWorksStepBox{
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 575px) {
  .deliveryPointsContainer{
    margin-top: 0px;
    justify-content: space-between;
    padding: 0px 12px;
  }
  .individualDeliveryPoint{
    margin-right: 0px;
  }
  .upsideRow{
    display: block;
    height: 1px;
    width: 300%;
    margin-left: -50%;
    background: white;
    opacity: .4;
  }
  .howThisWorksStepsContainer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .howThisWorksStepBox{
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 900px) {
  .container{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
  }

  .product-carousel-cover{
    width: unset;
    margin-right: 30px;
  }

  .product-carousel{
    height: 500px;
  }

  .product-img{
    height: 410px !important;
    width: 100%;
  }

  .image-holder{
    height: unset;
  }

  .order-now-button{
    margin: 24px 0px 0px 0px;
    padding: 12px 24%;
  }

  .product-plan{
    white-space: pre;
  }

  .upsideRow{
    display: none;
  }

  .individualDeliveryPoint{
    margin-right: 15px;
  }

  .deliveryPointsContainer{
    margin: 5px 0px;
    padding: 0px 0px;
  }
}

@media only screen and (min-width: 990px) {
  .deliveryPointsContainer{
    max-width: 300px;
  }
}

@media only screen and (min-width: 1100px) {
  .howThisWorksStepsContainer{
    flex-direction: row;
  }
  .howThisWorksStepBox{
    margin-right: 50px;
  }
  .individualDeliveryPoint{
    margin-right: 48px;
  }
  .deliveryPointsContainer{
    margin: 32px 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .container{
    display: flex;
    align-items: center;
    margin: 40px 0px 80px 12%;
  }

  .product-carousel-cover{
    width: unset;
    margin-right: 5%;
  }

  .product-carousel{
    height: 500px;
  }

  .product-img{
    height: 510px !important;
    width: 100%;
  }

  .image-holder{
    height: unset;
  }

  .order-now-button{
    margin: 24px 0px 0px 0px;
    padding: 12px 24%;
  }

  .product-plan{
    white-space: pre;
  }
}

@media screen and (min-width: 25cm) {
  #main-carousel {
    width: 510px;
  }

  .fixed-buy-now-footer.product-price-footer {
    display: none;
  }

  .container {
    margin: 0px;
    align-items: flex-start;

    padding: 120px 98px 164px 80px;
  }

  #product-page-carousel .swiper-slide {
    border-radius: 13px;
    overflow: hidden;
  }

  #product-page-carousel .swiper-slide div {
    height: 510px;
  }

  .product-details-container {
    margin-left: 100px;
  }

  .product-type {
    font-size: 16px;
    font-weight: 400;
  }

  #product-name {
    font-size: 48px;
    font-weight: 600;
  }

  .product-ratings span {
    font-size: 18px;
    font-weight: 600;
  }

  .product-details p {
    font-size: 24px;
    font-weight: 400;
  }

  .product-details .slashed-price, #productSubscriptionPrice {
    font-size: 36px;
    font-weight: 400;
  }

  .product-variant-buttons > p {
    font-size: 16px;
    font-weight: 600;
  }

  .product-variant-btn-group button {
    width: 142px;
    height: 36px;

    font-size: 16px;
    font-weight: 600;

    white-space: nowrap;
  }

  .ajjas-pro-plans button {
    width: 98px;
    height: 30px;

    font-size: 14px;
    font-weight: 600;
  }

  .purchase-note {
    font-size: 16px;
    font-weight: 600;
    color: #444444;
  }

  .purchase-note span {
    color: #111111;
  }

  .deliveryPointsContainer {
    display: none;
  }

  .detail-seperator.mobile-only {
    display: none;
  }

  .highlights-ajjas-go.product-highlights .ajjas-go-highlights-heading {
    font-size: 20px;
    font-weight: 600;
  }

  .highlights-ajjas-go.product-highlights .ajjas-go-highlights span {
    font-size: 22px;
    font-weight: 600;

    margin: 12px 0px;
  }

  .highlights-ajjas-go.product-highlights .ajjas-go-highlights span svg,
  .highlights-ajjas-go.product-highlights .ajjas-go-highlights span img  {
    scale: 1.4;
    margin-right: 10px;
  }

  .fixed-buy-now-footer.product-page-submit-button {
    width: 90%;

    display: flex;
    position: unset;
    
    border-radius: 8px;
    margin: 40px 0px 64px 20px;
    background: linear-gradient(to bottom, #FFFFFF, #D5DBE1);
  }

  .fixed-buy-now-footer.product-page-submit-button button {
    width: 263px;
    height: 41px;
  }

  .product-page-price-container > p {
    font-size: 16px;
    font-weight: 300;
    color: #444444;
  }

  .buy-now-footer-price-dets {
    flex-direction: row !important;
    align-items: flex-end !important;
  }

  .buy-now-footer-price-dets .discounted-price {
    font-size: 28px !important;
    font-weight: 600 !important;
  }

  .buy-now-footer-price-dets .slashed-price {
    font-size: 16px !important;
    font-weight: 300 !important;
    text-decoration: line-through !important;

    margin: 0px 0px 4px 10px;
  }

  .product-carousel-cover .swiper-pagination {
    position: absolute;
    left: 23.4% !important;

    width: 500px;
    height: 68px;
    margin-top: 14px;

    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .swiper-pagination-bullet, .swiper-pagination-bullet img {
    width: 70px;
  }

  .footer-container > span {
    margin-bottom: 100px;
  }
}