/** Shopify CDN: Minification failed

Line 3808:0 Unexpected "@media"

**/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Fixes */
.shopify-section.popup-wrapper{
  z-index: 9999;
  position: relative;
}
.vwo_specBlock.physicalcharacteristics.vwo_mobileOnly {
    display: none !important;
}
body.tooltipopen {
  overflow: hidden;
}
.fbdesc {
  display: none;
}
.video-wrapper iframe {
  margin-bottom: 30px;
}
.image-flip {
  transform: scaleX(-1);
}
span#ProductPrice-product-template.noCompare {
  color: #9b0202;
  font-size: 35px;
  margin: 10px 0;
}
svg.common-tooltip {
  transform: none;
}
img#FeaturedImage-product-template {
  max-height: 520px;
}
.buttom_note p {
    margin: 0;
    display: none;
}
@media (max-width: 1023px) {
  .key-spec-wrap {
    text-align: center;
  }
}
#shopify-section-product-template .jdgm-widget.jdgm-widget {
  display: block !important;
}
.custom-attributes.product-restocks p {
  font-family: "Open Sans";
}
.product-form__ext {
  width: 100%;
  margin-top: 8px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  background: #ee4d2d;
  border-color: #ee4d2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
ul.list-item {
  padding-left: 25px;
}
.list-item li {
  list-style: disc;
}
.product-form.product-form-product-template option:disabled {
  display: none;
  visibility: hidden;
}
.product-form.product-form-product-template {
  width: 100%;
  flex-flow: column;
  align-items: flex-start;
}
.text-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.text-flex.contain {
  max-width: 475px;
}
.text-flex .divider {
  border: 1px solid #cfcfcf;
  margin: 0;
  width: 1px;
}
@media (max-width: 1120px) and (min-width: 1024px) {
  .product-form__ext {
    font-size: 1.5vw;
  }
}
@media (max-width: 450px) {
  .product-form__ext {
    font-size: 4vw;
  }
}
.thumb-disclaimer{
  text-align: center;
  font-size: 12px;
}
/* =============================================
  		PAYMENT OPTIONS
  		- GRAB, ATOME, PACE
================================================ */
.key-spec-wrap {
  margin: 0;
  padding-top: 15px;
}
.key-spec-wrap b{
  font-weight: 500;
}
.key-spec-wrap p:first-child {
  margin-top: 0;
}
.key-spec-wrap:empty {
  display: none;
}
.payment-alt-options .emi-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-alt-options .emi-box img {
  max-height: 20px;
  height: 100%;
  margin: 0 3px;
}
.payment-alt-options .emi-box img.pacepay {
  max-height: 15px;
  margin-bottom: -3.3px;
}
.payment-alt-options .emi-box img.atomepay {
  max-height: 16px;
  margin-bottom: -2px;
}
.payment-alt-options .btn-toggle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /*background: #C4C4C4;*/
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-right: 3px;
}
svg.common-tooltip {
  color: #adb5bd;
  width: 25px;
  height: 25px;
  cursor: pointer;
  transform: none;
}
.tooltip svg.voucher-tooltip-svg {
  fill: none;
}
/* modal */

.payment-alt-options .grabpay-modal,
.payment-alt-options .atomepay-modal,
.payment-alt-options .pacepay-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.payment-alt-options .grabpay-box,
.payment-alt-options .atomepay-box,
.payment-alt-options .pacepay-box {
  width: 90%;
  max-width: 790px;
  padding: 80px 100px;
  background: white;
  margin: auto;
  position: relative;
  z-index: 1;
  /*
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  */
}
body.modal-active {
  overflow: hidden;
}
.payment-alt-options .grabpay-modal.active,
.payment-alt-options .atomepay-modal.active,
.payment-alt-options .pacepay-modal.active {
  visibility: visible;
  opacity: 1;
  overflow: scroll;
  z-index: 99999;
}
.oasis-chart-modal .bnpl-content img{
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .oasis-chart-modal .bnpl-content img{
    max-width: 950px;
  }
}
.payment-alt-options .grapay-header,
.payment-alt-options .atomepay-header,
.payment-alt-options .pacepay-header {
  margin: 0 0 30px;
}
.payment-alt-options .grapay-header img {
  max-width: 80%;
}

.payment-alt-options .grabpay-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.payment-alt-options .grabpay-close svg {
  fill: #000;
}
/*new grab design 2/17/22*/
.payment-alt-options .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.payment-alt-options .pay-details .flex-wrap .flex-item.divider {
  width: 15px;
  font-weight: 600;
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.payment-alt-options .flex-wrap .divider:before,
.payment-alt-options .flex-wrap .divider:after {
  content: "";
  background: #000;
  width: 2px;
  height: 25px;
  top: -25px;
  position: absolute;
  left: 8px;
}
.payment-alt-options .flex-wrap .divider:after {
  top: unset;
  bottom: -25px;
}
.payment-alt-options .grapay-header .grab-logo {
  max-width: 300px;
  margin-bottom: 30px;
  width: 100%;
}
.payment-alt-options .grapay-header .flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.payment-alt-options .grapay-header .flex-item img {
  max-height: 25px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.payment-alt-options .pay-details {
  background: #ececec;
  padding: 20px 10px;
  text-align: center;
}
.payment-alt-options .pay-details h3 {
  font-size: 16px;
  font-weight: 600;
}
.payment-alt-options .pay-details .price {
  color: #9b0202;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.payment-alt-options .pay-details .flex-wrap .flex-item {
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 40%;
}
.payment-alt-options .pay-details .flex-wrap .flex-item:first-child {
  padding: 0 0px;
}
.payment-alt-options ul.grabpay-list {
  font-size: 14px;
}

@media (max-width: 1023px) {
  .payment-alt-options .emi-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .payment-alt-options .break {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 0;
  }
}
@media (max-width: 767px) {
  .payment-alt-options .emi-box,
  .payment-alt-options .grab-box {
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .payment-alt-options .grabpay-box {
    max-width: 330px;
    max-width: 372px;
    padding: 40px 30px;
  }
  .payment-alt-options .grapay-header {
    margin: 0 0 20px;
  }
  .payment-alt-options .grabpay {
    margin: 2px 5px 0 5px;
  }
  .payment-alt-options .atomepay {
    margin: 3px 5px 0 5px;
  }
  .payment-alt-options .pacepay {
    max-width: 12%;
    margin: 6px 4px 0 4px;
  }
  .payment-alt-options .btn-toggle {
    margin-top: 3px;
    margin-right: 3px;
  }
  .payment-alt-options .mb-20 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .payment-alt-options .pay-details h3 {
    font-size: 14px;
  }
  .grabpay-content .flex-item p {
    font-size: 10px;
  }
  .payment-alt-options li {
    font-size: 12px;
    line-height: 17px;
  }
  .payment-alt-options .grapay-header .flex-item {
    text-align: center;
    font-size: 12px;
  }
  .payment-alt-options .pay-details .flex-wrap .flex-item,
  .payment-alt-options .pay-details .flex-wrap .flex-item:first-child {
    padding: 0 12px;
  }
  .payment-alt-options .pay-details .flex-wrap .flex-item.divider {
    padding: 0;
  }
  .payment-alt-options ul.grabpay-list {
    font-size: 12px;
  }
  .grabpay-content p {
    font-size: 14px;
  }
  .payment-alt-options .grapay-header .grab-logo {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .payment-alt-options {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .payment-alt-options .pay-details .flex-wrap .flex-item,
  .payment-alt-options .pay-details .flex-wrap .flex-item:first-child {
    padding: 0;
  }
  .payment-alt-options .grabpay {
    margin: 1px 5px 0 5px;
  }
  .payment-alt-options .atomepay {
    margin: 3px 5px 0 5px;
  }
  .payment-alt-options .pacepay {
    max-width: 17%;
    margin: 5px 4px 0 4px;
  }
  .payment-alt-options .delivery_info_section .bottom_note ul {
    font-size: 14px;
  }
}
/* ============================================
		PRODUCT LAYOUT GRID
=============================================== */
.hidden.techimg {
  display: none;
}

.info-grid-wrap.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13% 50% 37%;
  grid-template-columns: 13% 50% 37%;
  grid-template-columns: 10% 40% 50%; /* from layout2 */
  margin: 0;
  position: relative;
  grid-template-rows: auto 1fr;
}
.info-grid-wrap .grid__item {
  padding: 0;
  float: none;
}
.info-grid-wrap .sale-section {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / span 2;
  padding-top: 30px;
}
.info-grid-wrap .info_wrap {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  padding-left: 30px;
}
.product-single__description.rte iframe.lazyloaded {
  width: 100%;
  height: 100%;
  padding: 0 8px;
  padding: 0;
  height: 40vw;
  margin-top: 50px;
  max-width: 1200px;
  max-height: 650px;
}
.product-single__description {
  text-align: center;
}
.product-single__meta .subtitle {
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  margin: 0;
  display: block;
}

@media (max-width: 1023px) {
  .info-grid-wrap.grid {
    -ms-grid-columns: 145px calc(100% - 145px);
    grid-template-columns: 145px calc(100% - 145px);
  }
  .info-grid-wrap .info_wrap {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    padding: 0;
  }
  .info-grid-wrap .sale-section {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    text-align: center;
  }
  .product-single__meta .product-single__title,
  #shopify-section-product-template .jdgm-widget.jdgm-widget,
  .product-single__meta .title-off {
    text-align: center;
  }
  .product-single__meta .subtitle {
    text-align: center;
  }
  .no-voucher.title-off {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .product-single__description.rte iframe.lazyloaded {
    height: 50vw;
  }
  .product-single__description.rte .video-wrapper {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .info-grid-wrap.grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .info-grid-wrap .info_wrap,
  .info-grid-wrap .sale-section {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .product-single__meta .subtitle {
    text-align: center;
  }
  .mb-text-center {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .product-single__meta h2.subtitle {
    font-size: 20px;
  }
}
/* =======================================
		TOOLTIP / TITLE
- remove running3289
========================================== */

/****vwo tooltip beside save $xx*****/
.title-off span.whyicon {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #6c757d;
  margin-left: 5px;
}

.title-off .whyicon {
  position: relative;
  cursor: pointer;
}

.title-off .whyicon .hoveredtext {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 8px;
  width: 230px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 11px !important;
  z-index: 1 !important;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #000000;
  line-height: 17px;
  position: absolute;
  left: 0px;
  z-index: 99;
  top: 150%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: none;
}

.title-off .whyicon:hover .hoveredtext,
.title-off .whyicon:focus .hoveredtext {
  opacity: 1;
  display: block;
}

@media all and (max-width: 510px) {
  .title-off .hoveredtext {
    right: 0px !important;
    z-index: 99;
    top: 150%;
    left: auto !important;
  }
}

@media all and (min-width: 511px) and (max-width: 1023px) {
  .title-off .hoveredtext {
    left: 120% !important;
    top: 5px !important;
  }
}

@media all and (min-width: 1024px) and (max-width: 1220px) {
  .title-off .hoveredtext {
    right: 0px !important;
    z-index: 99;
    top: 150%;
    left: auto !important;
  }
}

@media all and (min-width: 1400px) {
  .title-off .hoveredtext {
    left: 120% !important;
    top: 5px !important;
  }
}
.custom-attributes.product-restocks {
  font-weight: 600;
  float: none;
}
/* =======================================
		GROUPSELL
========================================== */
/*.groupsell-wrap .slick-track{
 	margin-left: -10px;
  	margin-right: -10px;
}*/
span.addon-selected-bundle {
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    text-transform: capitalize;
}
span.click-plus,
span.click-plus-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.groupsell-wrap {
  width: 100%;
}
.groupsell-title{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.template-product.google-tv .groupsell-title{
  margin: 15px 0;
}
.groupsell-wrap h3,
.washer_rack_bundle_selector h3 {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .groupsell-wrap h3,
  .washer_rack_bundle_selector h3 {
    font-size: 16px;
  }
}
.groupsell-wrap p.subtitle{
  padding: 10px 0;
  font-size: 14px;
}
.groupsell-wrap h3 span {
  font-size: 12px;
  font-weight: 500;
}
.groupsell-wrap h3 span.select-option{
  font-size: 16px;
  margin-left: 5px;
}
.groupsell-wrap h3 b {
  font-weight: 600;
}
.groupsell-wrap .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.groupsell-wrap .saleboxwrap {
  /* padding: 10px; */
  height: inherit !important;
  margin-bottom: 5px;
}

.groupsell-wrap .newsalebox2 {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: solid 1px #c4c4c4;
  -webkit-box-shadow: 0 0 0 rgb(255 255 255 / 30%);
  box-shadow: 0 0 0 rgb(255 255 255 / 30%);
  background: #fff;
  padding: 1rem;
  position: relative;
  height: 100%;
  display: grid;
  align-items: center;
  gap: 4px;
  grid-template-columns: auto 1fr 3fr auto;
}
.groupsell-wrap .newsalebox2.layout2 {
  grid-template-columns: auto 1fr auto;
  row-gap: 0;
  column-gap: 10px;
  column-gap: 1rem;
}
.groupsell-wrap.small-img .newsalebox2.layout2.price-row{
  grid-template-columns: auto auto .95fr auto;
}
.groupsell-wrap .newsalebox2.layout2.price-row {
  grid-template-columns: auto .95fr auto;
  grid-template-columns: auto auto .95fr auto;
}
.groupsell-wrap.small-img .newsalebox2.layout2.price-row .popimg img {
    max-width: 50px;
}
.groupsell-wrap .prodCont.show .newsalebox2:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.5);
}
.groupsell-wrap .prodCont.show .newsalebox2,
.groupsell-wrap .prodCont.show .saleboxwrap:hover .newsalebox2 {
  border: none;
}
.groupsell-wrap .prodName2 {
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.groupsell-wrap .prodprice2 {
  color: #7a0001;
  font-weight: 700;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  gap: 4px;
}
.groupsell-wrap .price-row .prodprice2{
  flex-flow: row nowrap;
  align-items: center;
}
.groupsell-wrap .price-row .prodprice2.column{
  flex-flow: column nowrap;
}
.groupsell-wrap .price-row .prodprice2 span:empty {
    display: none;
}
.groupsell-wrap .newsalebox2 .voucher-pricing {
  font-size: 18px;
}
.groupsell-wrap .newsalebox2 .newprice{
  font-size: 16px;
}
.groupsell-wrap .prodprice2 .oldPrice2 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.groupsell-wrap .slick-slide {
  display: block;
  max-width: 210px;
  min-width: 200px;
}
.selectedgroupsell {
  display: none;
}
.product-form__cart-submit {
  font-size: 16px;
  margin-top: 5px;
}
.product-form__cart-submit.hidden{
  display: none;
}
@media (min-width: 1024px) {
  .product-form__cart-submit {
    font-size: 21px;
  }
}
.product-form__checkout {
  color: #fff;
  background-color: #7a0001;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  color: #7a0001;
  background: #fff;
  border: 1px solid #7a0001;
}
.product-form__cart {
  border: 1px solid #7a0001;
  color: #7a0001;
  background: #fff;
  background: #7a0001;
  color: #fff;
}
select#ProductSelect-product-template {
  width: 100%;
  /*margin-top: 25px;*/
}
.groupsell-wrap .saleboxwrap:hover .newsalebox2 {
  background: #f0f0f0;
  border: solid 1px #bfbfbf;
  -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.groupsell-wrap .newsalebox2 .tickContainer,
.groupsell-wrap .newsalebox2 button {
  position: absolute;
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: transparent !important;
  background-color: transparent !important;
  border: solid 1px #d4d4d4;
  padding: 0 !important;
  border-radius: 100%;
  overflow: hidden;
  border: none !important;
  cursor: pointer;
}
.groupsell-wrap .newsalebox2 .tickContainer svg,
.groupsell-wrap .newsalebox2 button svg {
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  margin-top: 0 !important;
  border: none !important;
}
.groupsell-wrap
  .newsalebox2
  .mytwentyseven
  #AddToCart-product-template
  svg.plus,
.groupsell-wrap .newsalebox2 .tickContainer svg.plus {
  display: block;
  background: #fff;
}
.groupsell-wrap .newsalebox2 .tickContainer svg.tick {
  display: none;
}
.groupsell-wrap .newsalebox2.selected .tickContainer svg.tick {
  display: block;
}
.groupsell-wrap .newsalebox2.selected .tickContainer svg.plus {
  display: none;
}
.groupsell-wrap .saleboxwrap:hover .newsalebox2.selected,
.groupsell-wrap .newsalebox2.selected {
  background: #f2e5e5;
  border-color: #7a0000;
}
.groupsell-wrap .newsalebox2 .hdden {
  display: none;
}

.groupsell-wrap .infoicon {
  position: absolute;
  top: 12px;
  right: 20px;
  width: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 99;
}
.groupsell-wrap .infoicon > svg {
  width: 25px;
}
.groupsell-wrap .popover {
  width: 230px;
  height: auto;
  background: #fff;
  border: solid 1px #bfbfbf;
  -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: auto;
  right: 110%;
  top: -30px;
  display: none;
}
.groupsell-wrap .infoicon .myclose {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
.groupsell-wrap .popover .popname {
  font-family: "Open Sans" !important;
  font-weight: 700 !important;
  color: #000 !important;
  display: block !important;
  text-align: center !important;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
.groupsell-wrap .popover .popdesk1 {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  color: #000;
}
.groupsell-wrap .popover .popdesk2 {
  font-size: 13px;
  padding: 5px 15px 20px;
  text-align: center;
  color: #000;
}
.groupsell-wrap .infoicon:hover .popover {
  display: block !important;
}

.groupsell-wrap .slick-list {
  overflow: visible;
  z-index: 2;
}
.groupsell-wrap-second h3{
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.evosonic-selector-fix .groupsell-variant .proddesk2,
.evosonic-selector-fix .groupsell-wrap .prodName2 {
  margin: 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1480px) {
  .groupsell-wrap .popover {
    left: auto;
    right: 110%;
  }
}
@media (min-width: 1024px) {
  .groupsell-wrap .slick-track {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .groupsell-wrap .popover {
    position: fixed !important;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    z-index: 9999;
    height: 520px;
    margin-top: -260px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .groupsell-wrap.groupsell-variant .newsalebox2.sbs-image {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem;
  }
  .groupsell-wrap.groupsell-variant .newsalebox2.sbs-image .popimg {
    width: 30%;
  }
}
@media (max-width: 480px) {
  .groupsell-wrap .slick-slide {
    min-width: 50%;
    min-width: unset;
  }
  .groupsell-wrap.groupsell-variant .newsalebox2.sbs-image .prodName2 {
    margin: 0;
  }
  .groupsell-wrap.groupsell-variant .newsalebox2.sbs-image .prodprice2 {
    /* display: grid;
    margin: 0;
    row-gap: 0; */
  }
  .groupsell-wrap.groupsell-variant .newsalebox2.sbs-image .oldPrice2,
  .groupsell-wrap .prodprice2 .oldPrice2 {
    grid-row: 1;
    line-height: 12px;
    font-size: 12px;
  }
  .groupsell-wrap.groupsell-variant .newsalebox2.sbs-image .newprice,
  .groupsell-wrap.groupsell-variant .newsalebox2.sbs-image .voucher-pricing,
  .groupsell-wrap .newsalebox2 .newprice, .groupsell-wrap .newsalebox2 .voucher-pricing {
    grid-row: 2;
    font-size: 14px;
  }
  .groupsell-wrap .newsalebox2 .newprice{
    font-size: 14px;
  }
  .groupsell-wrap .prodName2{
    flex-direction: column;
    align-items: flex-start;
  }
  .free-gift .info-wrapper .title-wrapper .free-tag{
    font-size: 12px;
  }
  
}
@media(max-width: 389px){
  .product-form__cart-submit,
  .aircon-btns.flex-wrap a{
    font-size: 14px;
  }
}
@media(max-width: 375px){
  .product-form__cart-submit,
  .aircon-btns.flex-wrap a{
    font-size: 12px;
  }
}
/* april 2024 update */
.groupsell-wrap.groupsellv2 {
  width: 100%;
}
.groupsellv2.groupsell-wrap .saleboxwrap {
  padding-left: 0;
  padding-right: 0;
}
span.recommended-tag,
span.most-popular {
  display: inline-block;
  background: #fed83f;
  color: #000;
  border-radius: 6px;
  padding: 4px 6px;
  text-align: center;
  font-size: 12px;
  margin-right: 4px;
}
.proddesk2 {
  font-size: 12px;
}
.proddesk3{
  text-align: right;
  justify-self: flex-end;
}
.proddesk2.layout2 {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  text-align: left;
  padding: 0;
}
.groupsell-wrap .newsalebox2.layout2 .tickContainer {
  bottom: unset;
  top: 15px;
}
.groupsell-wrap .newsalebox2.layout2 {
  padding-bottom: 10px;
}
/* groupsell css */
.popdesk1 .check {
  font-size: 12px;
  list-style-image: url("https://cdn.shopify.com/s/files/1/1595/6213/files/check.svg?v=1710234827");
  padding-left: 10px;
}
.popdesk1 .check li {
  list-style: inherit;
}
.popdesk1 .smalltxt {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* groupsell - voucher */
.groupsell-wrap .voucher-pricing {
  padding: 0;
  min-width: 60px;
}
.groupsell-wrap .show-voucher .voucher-pricing .tooltip .tooltiptext {
  top: 80%;
}
.groupsell-wrap .voucher-pricing .voucher-wrap img {
  width: 14px;
}
.groupsell-wrap .voucher-pricing .voucher-wrap {
  padding: 0 5px;
  gap: 3px;
}
.groupsell-wrap .voucher-pricing .tooltiptext .promo-code {
  padding: 5px 0;
  display: block;
  text-align: center;
}
.groupsell-wrap .voucher-pricing .tooltiptext .promo-code p.code {
  font-size: 22px;
}
/* groupsell variant - simple */
.groupsell-variant.simple .color-selector-wrap {
  display: none;
}
/* =======================================
		PROMO CODE DROPDOWN
========================================== */
.v_codesWrap {
  clear: both;
}
.v_codeRow {
  cursor: pointer;
  position: relative;
}
.v_copiedMsg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 15px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.v_headWrap {
  cursor: pointer;
  padding: 10px;
  padding-right: 40px;
  background-color: #ab0000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.v_headWrap:hover {
  opacity: 0.8;
}
.v_headWrap:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  right: 15px;
  top: 12px;
}
.v_headWrap.opened:after {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.v_headWrap strong {
  padding-right: 10px;
  border-right: 1px solid #fff;
  line-height: 15px;
}
.v_headWrap span {
  padding-left: 8px;
}
.v_headWrap span {
  color: #ffe600;
}
.v_bodyWrap {
  padding: 5px;
  display: none;
  border: 1px solid #c4c4c4;
}
.v_codesTableWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}
.v_codeTable {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 3px;
}
.v_tabHead {
  font-size: 15px;
  color: #000;
  margin-bottom: 6px;
}
.coupon__gp .v_tabHead .coup__name {
  color: #00b14f;
}
.v_codeRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-family: "Avenir-Heavy";
  font-weight: 800;
  font-size: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.v_textBdy,
.v_codeArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  color: #000;
  padding: 7px 4px;
  letter-spacing: normal;
}
.v_textBdy {
  font-size: 12px !important;
  -webkit-box-flex: 55% !important;
  -ms-flex: 55% 0 1 !important;
  flex: 55% 0 1 !important;
  max-width: 55%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.v_codeArea {
  color: #fff;
  text-align: center;
  -webkit-box-flex: 45%;
  -ms-flex: 45% 0 1;
  flex: 45% 0 1;
  max-width: 45%;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.v_codeRow:hover .v_codeArea {
  opacity: 0.8;
}
.v_codesMessage {
  padding: 6px 0;
}
.v_codesMessage p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
@media (max-width: 1335px) {
  .v_headWrap {
    font-size: 12px;
  }
  .v_headWrap:after {
    width: 10px;
    height: 10px;
  }
  .v_headWrap {
    padding-right: 35px;
  }
  .v_tabHead {
    font-size: 12px;
  }
}
@media (max-width: 1600px) and (min-width: 1089px) {
  .v_codeArea {
    min-width: 80px;
    font-size: 12px;
  }
}
@media (max-width: 1088px) {
  .v_codesTableWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .v_codeTable {
    -webkit-box-flex: 100%;
    -ms-flex: 100% 0 1;
    flex: 100% 0 1;
    padding: 5px 3px;
  }
  .v_codesMessage p {
    font-size: 13px !important;
  }
  .v_tabBody {
    margin: 0 auto;
    max-width: 100%;
  }
  .v_codeRow {
    font-size: 20px;
  }
  .v_codeArea {
    max-width: 45%;
    min-width: 100px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .v_codeRow {
    font-size: 20px;
  }
  .v_codeArea {
    max-width: 45%;
    font-size: 16px;
  }
  .v_headWrap,
  .v_tabHead {
    font-size: 16px;
  }
  .v_headWrap:after {
    top: 17px;
  }
  .v_bodyWrap {
    border: none;
    padding: 0;
  }
  .v_textBdy {
    font-size: 14px !important;
  }
  .v_headWrap strong {
    line-height: 18px;
  }
  .v_codesMessage p {
    font-size: 14px !important;
  }
}
@media (max-width: 992px) {
  .v_codesWrap {
    display: none;
  }
}
@media (max-width: 450px) {
  .v_headWrap {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }
  .v_headWrap strong {
    width: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .v_headWrap span {
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .v_codeRow {
    font-size: 14px;
  }
}
@media (max-width: 340px) {
  .v_headWrap {
    font-size: 14px;
  }
}
/* =======================================
		GLOBAL TEMPLATE CSS FOR LANDING PAGES
- IF A PARTICULAR SECTION NEEDS TO HAVE THEIR OWN OVERRIDE CSS, ADD IT DIRECTLY ON THEIR PARTICULAR FILE
- THIS CSS IS TO STANDARDIZE THE PADDINGS, FONT SIZES SO IT WILL BE EASIER TO ADJUST LATER ON
- FOR THE PARTICULAR COLOR (LIKE THE TITLE AND SUBHEADERS, THIS HERE WILL BE THE DEFAULT SETTINGS, BUT NEED TO OVERRIDE ON EACH INFORMATION SNIPPET FILE
========================================== */
#shopify-section-product-template .jdgm-widget.jdgm-widget {
  display: none;
} /* this is to hide the default widget displayed INSIDE the product information */
.jdgm-rev-widg {
  max-width: 1200px;
  margin: 0 auto;
}
/* TECH SPECS */
#mySpec2.overlay {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.4s;
    z-index: 100;
}
.product-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.product-specs .spec-item {
  position: relative;
}
.product-specs {
  flex-wrap: nowrap;
}

.product-specs {
  justify-content: space-between;
}
#mySpec2 video{
  width: 100%;
}
/*
.product-specs .spec-item:after{
  	content: '';
  	position: absolute;
  	width: 2px;
  	height: 100%;
  	background: #d0d0d0;
  	right: 0;
  	top: 0;
}
*/
.product-specs .spec-item:last-child:after {
  display: none;
}
.product-specs h3 {
  margin: 0;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.product-specs p {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  text-align: center;
  color: #000;
}
.product-specs .spec-item img {
  width: 40px;
}
.product-specs .spec-item span {
  display: block;
}
.product-specs .spec-item span.warranty-change10,
.product-info-sc .flex-wrap.white-text .warranty-change10 {
  display: inline;
}
.all-specsBtn {
  text-align: center;
}
.all-specsBtn button,
.all-specsBtn .v_btn {
  font-weight: 700;
  padding: 6px 25px;
  text-align: center;
  font-size: 15px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  margin-top: 40px;
  margin-bottom: 70px;
  display: inline-block;
}
@media (max-width: 767px) {
  .product-specs.layout3 .spec-item {
    width: auto;
    min-width: 30%;
    display: block;
  }
}
/* WRAPPER */
.product-info-sc .w70 {
  max-width: 70%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}
.product-info-sc .w50 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.product-info-sc .w40,
.product-info-sc .flex-wrap .flex-item.w40 {
  max-width: 40%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
}
.product-info-sc .flex-wrap .flex-item p.smalltxt {
  font-size: 13px;
}
.product-info-sc .sc-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}
.product-info-sc .sc-wrapper.center {
  text-align: center;
}
.product-info-sc .sc-wrapper .text-wrap {
  padding: 30px 0;
}
.product-info-sc .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 35px;
  padding-bottom: 35px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  height: 450px;
  overflow: hidden;
}

.product-info-sc.newlayout .flex-wrap.left-text {
  flex-direction: row-reverse;
}
.product-info-sc .flex-wrap.full {
  height: auto;
}
.product-info-sc .flex-wrap.smallht {
  height: 340px;
}
.product-info-sc .flex-wrap.overflow {
  overflow: visible;
}
.product-info-sc .flex-wrap.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-info-sc .flex-wrap.nopad {
  padding: 0;
}
.product-info-sc .flex-wrap.f-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-info-sc .flex-wrap.bottom-zero {
  /* FOR SECTIONS THAT WILL HAVE THEIR IMAGES TO BE EXACTLY AT THE BOTTOM */
  padding-bottom: 0;
}
.product-info-sc .flex-wrap.center {
  text-align: center;
}

.product-info-sc .flex-wrap .flex-item {
  width: 50%;
}
.product-info-sc .flex-wrap .flex-item h2 {
  font-family: "Open Sans" !important;
  font-size: 30px !important;
  font-weight: bold;
  text-align: left;
}
.product-info-sc .flex-wrap .flex-item p {
  font-family: "Open Sans";
  font-size: 16px;
}
.product-info-sc .flex-wrap .flex-item span {
  font-family: "Open Sans";
  font-size: 20px;
  display: block;
}
.product-info-sc .flex-wrap .image-wrap {
  margin-bottom: -10px;
}
.product-info-sc .flex-wrap .image-wrap img {
  width: 100%;
  max-height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-info-sc .flex-wrap .image-wrap.full img,
.product-info-sc .flex-wrap .image-wrap img.full {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-info-sc .flex-wrap .image-wrap.fullbg img,
.product-info-sc .flex-wrap .image-wrap img.fullbg {
  -o-object-fit: cover;
  object-fit: cover;
}
.product-info-sc .flex-wrap h2,
.product-info-sc .flex-wrap p,
.product-info-sc .flex-wrap span {
  color: #000;
}
.product-info-sc .flex-wrap span {
  color: #767676;
  font-weight: 700;
}
.product-info-sc .flex-wrap.white-text h2,
.product-info-sc .flex-wrap.white-text p,
.product-info-sc .flex-wrap.white-text span {
  color: #fff;
}
.product-info-sc .flex-wrap .text-wrap {
  padding-left: 45px;
}
.product-info-sc .flex-wrap.left-text .text-wrap {
  padding-left: 0;
  padding-right: 100px;
  padding-right: 5vw;
}
.product-info-sc .flex-wrap .text-wrap .smalllogo {
  max-width: 200px;
}
.product-info-sc .flex-wrap.img-bottom .image-wrap.mobile-hide img {
  height: 100%;
  max-height: 350px;
}
.product-info-sc .flex-wrap.img-bottom .image-wrap {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.product-info-sc .conclusion-sc {
  padding-top: 50px;
}
.product-info-sc .conclusion-sc .flex-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
}

.product-info-sc .conclusion-sc .flex-wrap .flex-item span,
.product-info-sc .conclusion-sc .flex-wrap .flex-item h2 {
  text-align: center;
}

.product-info-sc .conclusion-sc .flex-item img {
  height: 265px;
  width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px;
}
.product-info-sc .conclusion-sc .flex-wrap .text-wrap {
  padding: 0 60px;
  min-height: 200px;
}
.product-info-sc .mobile-show {
  opacity: 0;
  height: 0;
  width: 0 !important;
  display: block;
}
.product-info-sc .mobile-show.placeholder {
  width: 50% !important;
}
.product-info-sc .greyBG {
  background: #ededed;
}

.video-wrapper iframe {
  width: 100%;
  width: calc(100% - 44px);
  left: 22px;
  left: 0;
}
.product-info-sc .conclusion-grid .flex-wrap {
  /* for the 4 item display found in 55AL and 65AL*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  height: auto;
}
.product-info-sc .conclusion-grid.v2 .flex-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 1%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
}
.product-info-sc .conclusion-grid.v2 .flex-wrap .text-wrap {
  padding-top: 10px;
}
.product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item h2 {
  font-size: 23px !important;
  margin-bottom: 5px;
}
.product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item p {
  width: 80%;
  margin: 0 auto;
}
.product-info-sc .conclusion-grid .flex-wrap .flex-item {
  width: auto;
}
.product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item {
  width: 32%;
  margin-bottom: 15px;
}
.product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item img {
  max-height: 216px;
}

.product-info-sc .conclusion-grid.v2.gap-fix .flex-wrap .flex-item {
    border-radius: 5px;
}
.product-info-sc .conclusion-grid .flex-wrap .flex-item h2 {
  text-align: center;
}
.product-info-sc .conclusion-grid .flex-wrap .text-wrap {
  padding: 30px 0;
}
.product-info-sc .flex-item.hidden {
  display: none;
}
.product-info-sc .icon-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 40px;
}
.product-info-sc .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  gap: 5px;
  margin-bottom: 20px;
}
.icon-wrap h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-info-sc .flex-wrap .flex-item .icon-wrap p,
.product-info-sc .icon-wrap p {
  font-size: 13px;
}
.icon-app {
  text-align: center;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.icon-app img {
  /* width: 100px; */
  height: 35px;
  /* object-fit: contain; */
}
.icon-grid.mobile-show {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: -100px;
  padding-bottom: 100px;
}
.product-info-sc .icon-grid.mobile-show .icon-wrap {
  width: 100%;
}
.product-info-sc .flex-wrap .flex-item .icon-wrap .text {
  width: 100%;
  text-align: left;
}
.product-single__description.rte {
  margin: 0;
}
.product-specs.page-width:after {
  display: none;
}
/* RESPONSIVE */
@media (min-width: 2400px) {
  .product-info-sc .flex-wrap.left-text .text-wrap {
    padding-right: 100px;
  }
}
@media (max-width: 1260px) {
  .product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item p {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .product-info-sc .flex-wrap.align-top-pc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-info-sc .flex-wrap.align-top-pc .text-wrap {
    padding-top: 50px;
  }
}
@media (max-width: 1080px) {
  .product-specs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
  }
  .product-specs .spec-item:after {
    display: none;
  }
  .product-specs .spec-item {
    margin-bottom: 25px;
    width: auto;
    min-width: 30%;
  }

  .info-grid-wrap .sale-section {
    padding: 0;
  }
}
@media(max-width: 350px){
  .product-specs .spec-item{
    width: 30%;
  }
  .product-specs h3{
    font-size: 16px;
  }
  .product-specs p{
    font-size: 12px;
  }
}
@media (min-width: 993px) {
  .product-info-sc .flex-wrap.img-bottom .text-wrap {
    width: 50%;
  }
  .product-info-sc .flex-wrap.img-bottom .image-wrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .product-info-sc .conclusion-sc .flex-wrap .text-wrap {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .product-info-sc .flex-wrap.img-bottom,
  .product-info-sc .flex-wrap.img-bottom .flex-wrap {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .all-specsBtn button,
  .all-specsBtn .v_btn {
    margin: 10px;
    margin-bottom: 40px;
  }
  .product-info-sc .w40,
  .product-info-sc .w50,
  .product-info-sc .w70,
  .product-info-sc .flex-wrap .flex-item.w40 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .product-info-sc .flex-wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important;
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
  }
  .product-info-sc .flex-wrap.mb-zero-top {
    padding-top: 0;
  }
  .product-info-sc .flex-wrap.overlap {
    margin-top: 110px;
    overflow: visible;
  }
  .product-info-sc .flex-wrap.overlap .image-wrap {
    margin-top: -135px;
  }
  .product-info-sc .flex-wrap.mb-nopad {
    padding: 0;
  }
  .product-info-sc .flex-wrap.mb-nopad-bottom {
    padding-bottom: 0;
  }
  .product-info-sc .flex-wrap.smallht {
    height: auto;
  }
  .product-info-sc .flex-wrap .flex-item,
  .product-info-sc .section-5 .flex-wrap .flex-item {
    width: 100%;
    padding-bottom: 30px;
  }
  .product-info-sc .flex-wrap .text-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .product-info-sc .flex-wrap .image-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    padding-bottom: 30px;
  }
  .product-info-sc .flex-wrap.mb-img-first .image-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0;
  }
  .product-info-sc .flex-wrap.mb-img-first .text-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-info-sc .flex-wrap.img-bottom .image-wrap {
    align-self: center;
  }
  .product-info-sc .flex-wrap .image-wrap.fullmb img,
  .product-info-sc .flex-wrap .image-wrap img.fullmb,
  .product-info-sc .flex-wrap.img-bottom .image-wrap.full.mobile-hide img {
    width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .product-info-sc .flex-wrap.bottom-zero .image-wrap,
  .product-info-sc .flex-wrap.bottom-zero.img-bottom .image-wrap.mobile-show,
  .product-info-sc .flex-wrap.bottom-zero-mb,
  .product-info-sc .flex-wrap.bottom-zero-mb .image-wrap {
    padding-bottom: 0;
  }
  .product-info-sc .flex-wrap.bottom-zero .image-wrap.mobile-show {
    padding-bottom: 30px;
  }
  .product-info-sc .flex-wrap.bottom-zero .image-wrap.mobile-show.nopad,
  .product-info-sc .flex-wrap .image-wrap.mobile-show.nopad {
    padding-bottom: 0;
  }
  .flex-wrap.mb-nopad-top {
    padding-top: 0;
  }
  .product-info-sc .flex-wrap.noimg-mb .text-wrap,
  .product-info-sc .flex-wrap.left-text.noimg-mb .text-wrap {
    padding-top: 500px;
    padding-top: 75vw;
  }
  .product-info-sc .flex-wrap.left-text.noimg-mb2 {
    padding-bottom: 500px;
    padding-bottom: 75vw;
  }
  .product-info-sc .flex-wrap.noimg-mb2 {
    padding-bottom: 500px;
    padding-bottom: 75vw;
  }
  .product-info-sc .flex-wrap .flex-item h2,
  .product-info-sc .flex-wrap .flex-item span,
  .product-info-sc .flex-wrap .flex-item p {
    text-align: center;
    font-size: 15px;
  }
  .product-info-sc .flex-wrap .flex-item h2 {
    font-size: 20px;
  }
  .product-info-sc .flex-wrap .flex-item p {
    font-size: 16px;
  }
  .product-info-sc .flex-wrap.left-text .text-wrap,
  .product-info-sc .flex-wrap .text-wrap {
    padding: 30px 0px;
    width: 100%;
  }
  .product-info-sc .mobile-hide {
    display: none;
  }
  .product-info-sc .mobile-show,
  .product-info-sc .mobile-show.placeholder {
    opacity: 1;
    height: auto;
    width: auto !important;
  }
  .product-info-sc .mobile-show.placeholder.fullbg,
  .product-info-sc .mobile-show.fullbg,
  .product-info-sc .fullbg {
    width: 100% !important;
  }
  .product-info-sc .conclusion-sc .flex-wrap .text-wrap {
    padding: 0;
  }
  .product-info-sc .conclusion-sc .flex-item img {
    width: 100%;
    height: auto;
  }
  .product-info-sc .conclusion-grid .flex-wrap {
    /* for the 4 item display found in 55AL and 65AL*/
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
  .product-info-sc .conclusion-grid.v2 .flex-wrap {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item img {
    max-height: 100%;
  }
  .product-info-sc .conclusion-grid.v2 .flex-wrap .flex-item p {
    width: 100%;
  }
  
}
@media (max-width: 480px) {
  .product-specs p {
    font-size: 14px;
  }
  .all-specsBtn button,
  .all-specsBtn .v_btn {
    margin: 0px;
    margin-bottom: 40px;
  }
}
@media (max-width: 375px){
  .all-specsBtn button,
  .all-specsBtn .v_btn {
    margin-bottom: 20px;
  }
}
/* TV page twobytwo section */
div#twobytwo {
  padding-top: 100px;
}
div#twobytwo .sc-part {
  height: 380px;
}
div#twobytwo .page-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div#twobytwo .page-width.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
div#twobytwo .page-width .img,
div#twobytwo .page-width .accestext {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
div#twobytwo .accesstext {
  padding-left: 100px;
  padding-bottom: 60px;
  padding-right: 40px;
}
div#twobytwo .accesstext h2,
div#twobytwo .accesstext p {
  text-align: left;
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
div#twobytwo .accesstext h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
}
div#twobytwo .page-width .img img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-info-sc div#twobytwo .img.full img {
  height: auto;
}
.product-info-sc .page-width img.lazyloaded.full {
  width: 100%;
}
.product-info-sc .flex-wrap.img-bottom .image-wrap.full.mobile-hide img {
  width: 100%;
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.pdp-section .feat-title {
    font-family: Open Sans;
    font-size: 20px;
    display: block;
    font-weight: 800;
    font-weight: 700;
    color: #868686;
}
div#twobytwo .page-width .img.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}
div#twobytwo .page-width.reverse .accesstext {
  padding-left: 40px;
  padding-right: 100px;
}
div#twobytwo .page-width.reverse .accesstext h2,
div#twobytwo .page-width.reverse .accesstext p {
  text-align: right;
}

@media screen and (max-width: 1100px) {
  div#twobytwo .sc-part,
  div#twobytwo .page-width .img img {
    height: 320px;
  }
  div#twobytwo .page-width.reverse .accesstext,
  div#twobytwo .accesstext {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 992px) {
  div#twobytwo .sc-part,
  div#twobytwo .page-width .img img {
    height: 280px;
  }
  div#twobytwo .page-width.reverse .accesstext,
  div#twobytwo .accesstext {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 850px) {
  div#twobytwo .sc-part,
  div#twobytwo .page-width .img img {
    height: 250px;
  }
  div#twobytwo .page-width.reverse .accesstext,
  div#twobytwo .accesstext {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0;
  }
  div#twobytwo .accesstext h2 {
    font-size: 25px;
    line-height: 30px;
  }
  div#twobytwo .accesstext p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  div#twobytwo {
    padding-top: 25px;
  }
}
@media (max-width: 757px) {
  div#twobytwo.lazyloaded {
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  div#twobytwo .page-width,
  div#twobytwo .page-width.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  div#twobytwo .sc-part,
  div#twobytwo .page-width .img img {
    height: auto;
  }
  div#twobytwo .page-width .img,
  div#twobytwo .page-width .accestext {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  div#twobytwo .page-width.reverse .accesstext,
  div#twobytwo .accesstext {
    padding: 25px 22px 25px;
  }
  div#twobytwo .accesstext h2,
  div#twobytwo .accesstext p,
  div#twobytwo .page-width.reverse .accesstext h2,
  div#twobytwo .page-width.reverse .accesstext p {
    text-align: center;
  }
}
/* ==============================================================
** AIRCON PAGE
=================================================================*/
select#AirconSystemSelect-product-template {
  width: 100%;
  margin: 5px 0;
}

.overlay-table.scrollable {
  overflow-x: scroll;
}
.overlay-table.scrollable table {
  width: 2000px;
}
.overlay-table.scrollable::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.overlay-table.scrollable::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.overlay-table.scrollable::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.aircons .overlay-content table th {
  text-align: right;
}
.aircons .overlay-table .unit-combo table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aircons .overlay-table .unit-combo .main-headers th {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.aircons .overlay-content .unit-combo table th {
  text-align: center;
}
.aircons .overlay-content .unit-combo table .second-header th.multi,
.aircons .overlay-content .unit-combo table .data-list tr.multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.aircons .overlay-content .unit-combo table .second-header th,
.aircons .overlay-content .unit-combo table .data-list td {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
}
.aircons .overlay-content .unit-combo table .second-header th.two,
.aircons .overlay-content .unit-combo table .data-list td.two {
  -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
}
.aircons .overlay-content .unit-combo table .second-header th.three,
.aircons .overlay-content .unit-combo table .data-list td.three {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.aircons .overlay-content .unit-combo table .data-list td.three span {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.aircons .overlay-content .unit-combo table .multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.aircons .overlay-content .unit-combo table .multi span {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
.aircons .overlay-content .unit-combo tbody {
  border: 1px solid #858585;
}
.aircons .overlay-table .unit-combo table tr,
.aircons .overlay-content .unit-combo tr.main-headers,
.aircons .overlay-content .unit-combo .second-header,
.aircons .overlay-content .unit-combo table .data-list td.two,
.aircons .overlay-content .unit-combo table .data-list .multi {
  border-left: 1px solid #858585;
  border-right: 1px solid #858585;
}
.aircons .overlay-content .unit-combo .data-list.btop {
  border-top: 1px solid #858585;
}
.appgoogle-icon {
  max-width: 280px;
  margin-top: 20px;
}
li.grid__item.product-single__thumbnails-items a {
  border: 1px solid;
}
.info-grid-wrap .grid__item.hideme {
  display: none;
}
/* ======================
WITH VOUCHER PRICING 
========================= */
.product-price-wrap .voucher-pricing {
  display: flex;
  flex-flow: column nowrap;
  gap: 6px;
  margin-block: 6px;
}
.voucher-pricing .voucher-wrap {
  background: #7a0001;
  border-radius: 5px;
  padding: 0px 8px;
  color: #fff;
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.voucher-pricing .voucher-wrap span.open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.voucher-pricing .voucher-wrap span#voucher-price {
  font-size: 22px;
}
.voucher-pricing .voucher-wrap img {
  width: 20px;
  object-fit: contain;
}
.voucher-pricing .voucher-wrap img.grabpay {
    width: 100%;
}
.voucher-pricing .voucher-wrap {
  background: #7a0001;
  border-radius: 5px;
  padding: 0px 8px;
  color: #fff;
  font-size: 15px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.voucher-pricing .voucher-wrap span.open {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.voucher-pricing .voucher-wrap span#voucher-price {
  font-size: 22px;
}
.voucher-pricing .voucher-wrap img,
.voucher-icon {
  width: 20px;
  object-fit: contain;
}
.voucher-pricing .tooltip {
  display: flex;
  align-items: center;
  gap: 10px;
}
/*  TOOLTIP */
.tooltip {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* z-index: 3; */
}
.tooltip svg,
.payment-alt-options .allbnpl-btn svg,
.allbnpl-btn svg,
.grabpay-close svg {
  fill: #c4c4c4;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: 50%;
  display: none;
}
.voucher-pricing .tooltip .tooltiptext {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45px;
}
.tooltip.active .tooltiptext {
  display: block;
  visibility: visible;
  z-index: 99999;
  border: 1px solid #424141;
  border-radius: 1px;
}
.voucher-pricing .tooltip .close svg,
.no-voucher .tooltip .close svg {
  fill: #bbbbbb;
  width: 15px;
}
.tooltiptext h4 {
  font-weight: 600;
  margin-bottom: 5px;
}
.voucher-pricing span#ProductPrice-product-template,
.product-price-wrap span#ProductPrice-product-template {
  font-size: 24px;
  font-weight: 600;
  color: #9b0202;
}
.voucher-pricing .tooltip svg {
  /*   -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
  */
}
.voucher-pricing .tooltip.active,
.no-voucher.title-off .tooltip.active {
  position: unset;
}
.voucher-pricing .bottom {
  position: relative;
}
.voucher-pricing .tooltiptext .promo-code {
  padding: 20px 0;
}
.voucher-pricing .tooltiptext .close,
.no-voucher.title-off .tooltiptext .close {
  position: absolute;
  top: 0px;
  right: 5px;
}
.voucher-pricing .tooltiptext .promo-code p {
  margin: 0;
}
.voucher-pricing .tooltiptext .promo-code p.code {
  font-size: 30px;
  font-weight: 600;
}
.voucher-pricing .bottom,
.voucher-pricing .top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.voucher-pricing .top {
  gap: 10px;
  align-items: center;
}

.product-price-wrap.with-voucher .title-off {
  display: none;
}
@media (max-width: 1023px) {
  .voucher-pricing .tooltip {
    justify-content: center;
  }
}
/* voucher pricing - july update*/
.product-info-sc .conclusion-sc .flex-wrap .flex-item .smallimg {
  height: 220px;
}
.voucher-pricing .tooltip .flex-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.voucher-pricing .top .active .voucher-wrap .tooltiptext {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 185px;
  max-width: 700px;
  padding: 25px;
}
.voucher-pricing .tooltip .flex-wrap .parts {
  width: 45%;
  background: #f3f1f1;
  border-radius: 10px;
}
.tooltiptext h3 {
  font-weight: 700;
}
.tooltiptext h4 {
  font-weight: 600;
  margin-bottom: 5px;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.voucher-pricing .tooltip .flex-wrap.promo-code svg {
  fill: #000;
}
.voucher-pricing .tooltip .flex-wrap .parts .wrapper {
  padding: 20px;
}
.voucher-pricing .tooltip .flex-wrap .parts h4 span {
  color: #000;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.voucher-pricing .tooltip .flex-wrap .parts p {
  font-weight: 600;
  font-size: 16px;
}
.voucher-pricing .tooltip .flex-wrap .parts p.code {
  background: #fff;
  margin-top: 10px;
  min-height: 85px;
  display: grid;
  place-content: center;
  padding: 15px 0;
}
.voucher-pricing .tooltip .flex-wrap .part1 p.code {
  font-size: 30px;
}
.voucher-pricing .tooltip .flex-wrap .part1 p.code span.title {
  font-size: 14px;
  display: block;
  font-weight: 500;
}
.voucher-pricing .tooltip .flex-wrap .part2 p.code span {
  display: flex;
  gap: 5px;
}
.voucher-pricing .tooltip .flex-wrap .part2 p.code span.atome-info {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.voucher-pricing .voucher-wrap .parts img {
  width: 70px;
}
.voucher-pricing .voucher-wrap .parts img.grab-img {
  width: 50px;
}
.delivery_info_section li:before {
  background-size: contain;
  top: 4px;
}
@media (max-width: 1023px) {
  .voucher-pricing .bottom,
  .voucher-pricing .top {
    justify-content: center;
  }
}
@media (max-width: 650px) {
  .voucher-pricing .tooltip .flex-wrap {
    flex-flow: column wrap;
    gap: 15px;
  }
  .voucher-pricing .tooltip .flex-wrap .parts {
    width: 100%;
  }
  .b_list_status_block .toolpopup {
    position: unset;
  }
  .b_list_status_block .toolpopup:hover span {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/* mobile table scroll */
.overflow table th,
.overflow table td {
  vertical-align: top;
}
@media (max-width: 768px) {
  .prismPlusTechImage2864V1 .specInfo table tr {
    border-bottom: 1px solid #292929;
  }
}
@media (max-width: 767px) {
  .specInfo .overflow {
    overflow: scroll;
    width: 100%;
  }
  .specInfo .overflow table {
    width: 600px;
  }
}
/* gaming monitors text width fix*/
@media (min-width: 1260px) {
  .product-info-sc .flex-wrap.left-text .text-wrap,
  .product-info-sc .flex-wrap.right-text .text-wrap {
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .product-info-sc .flex-wrap.left-text .flex-item p,
  .product-info-sc .flex-wrap.right-text .flex-item p {
    max-width: 475px;
  }
}
/* =====================
TOOLTIP DESIGN UPDATE
SEPTEMBER
========================*/
/*stock popover*/

.stock-wrap-nov2 .popover {
  left: unset;
  right: 0;
  top: 20px;
  border-radius: 0;
  box-shadow: none;
  width: 300px;
  padding: 15px;
  font-size: 15px;
}
.stock-wrap-nov2 .popover-header {
  background: none;
  border: none;
  padding: 0;
}
.stock-wrap-nov2 .popover-body {
  padding: 0;
}
.stock-wrap-nov2 .popover-body p b {
  font-weight: normal;
}
.stock-wrap-nov2 .popover-body p b.text-success {
  font-weight: 600;
}
.stock-wrap-nov2 .popover-body p {
  font-size: 15px !important;
  font-weight: normal;
}
/*grab and atome*/
/* payment-alt-options tooltip fix
- to be the same as the voucher tooltip
*/
.tooltiptext p {
  margin: 0;
}
.voucher-pricing .bottom .tooltip .tooltiptext,
.no-voucher .tooltip .tooltiptext {
  width: 350px;
  right: 0;
  left: unset;
  top: 25px;
  text-align: left;
  font-size: 15px;
}
.voucher-pricing .tooltiptext .promo-code {
  padding-bottom: 0;
}
.payment-alt-options .voucher-pricing {
  position: relative;
  gap: 5px;
}
.main-grab-atome .voucher-pricing .voucher-wrap .tooltiptext img {
  width: initial;
}
.main-grab-atome .voucher-pricing .tooltip .tooltiptext {
  top: 20px;
}
.main-grab-atome .voucher-pricing .tooltip {
  gap: 5px;
}
.main-grab-atome .payment-alt-options .emi-box img {
  margin: 0;
}
.main-grab-atome.payment-alt-options .grabpay-box {
  padding: 0;
  width: 100%;
}
.main-grab-atome.payment-alt-options .pay-details {
  background: #fff;
}
.payment-alt-options .voucher-pricing {
  padding: 0;
}
@media (min-width: 1024px) {
  .payment-alt-options .voucher-pricing .voucher-wrap {
    position: relative;
  }
  .payment-alt-options .tooltip.active .tooltiptext {
    width: 700px;
    left: unset;
  }
  .payment-alt-options.main-grab-atome .tooltip.active .tooltiptext {
    width: 500px;
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .payment-alt-options .voucher-pricing.emi-box {
    position: relative;
  }
}
.payment-alt-options .voucher-pricing .voucher-wrap {
  background: none;
  padding: 0;
  font-size: unset;
}
/*groupsell*/
.groupsell-wrap .popover .popname,
.groupsell-wrap .popover .popdesk1,
.groupsell-wrap .popover .popdesk2 {
  text-align: left;
}
.groupsell-wrap .popimg {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.groupsell-wrap .infoicon {
  top: 0;
  right: 10px;
}
.groupsell-wrap .popover {
  right: 0;
  top: 30px;
  border-radius: 0;
  max-width: 300px;
  width: 300px;
  padding-top: 10px;
}
.groupsell-wrap .infoicon.show {
  z-index: unset;
}
.payment-alt-options .tooltip.active .tooltiptext,
.voucher-pricing .bottom .tooltip .tooltiptext,
.main-grab-atome .voucher-pricing .tooltip .tooltiptext,
.voucher-pricing .top .active .voucher-wrap .tooltiptext,
.no-voucher .tooltip .tooltiptext {
  padding: 15px;
  font-size: 15px;
  border-radius: 5px;
  border-color: #b7b7b7;
  font-weight: normal;
  letter-spacing: normal;
}
.groupsell-wrap .popover {
  padding-top: 15px;
  border-radius: 5px;
  border-color: #b7b7b7;
}
.groupsell-wrap .popover .popdesk2 {
  padding-bottom: 15px;
  font-size: 15px;
}
.groupsell-wrap .popover .popname {
  padding: 0 15px;
}
.groupsell-wrap .popover .popdesk1 {
  padding: 10px 15px;
  font-size: 15px;
}
.tooltiptext .close {
  z-index: 2;
  display: none;
}
.touch .tooltiptext .close {
  display: block;
}
.stockclose.bgshow,
.groupsell-wrap .prodCont.show .newsalebox2:after {
  background: rgb(0 0 0 / 0%);
  border: none;
}
.no-voucher.title-off {
  display: flex;
  gap: 5px;
  position: relative;
}
/* groupsell css */
.popdesk1 .check {
  font-size: 12px;
  list-style-image: url("https://cdn.shopify.com/s/files/1/1595/6213/files/check.svg?v=1710234827");
  padding-left: 10px;
}
.popdesk1 .check li {
  list-style: inherit;
}
.popdesk1 .smalltxt {
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (min-width: 993px) {
  .voucher-pricing .bottom .tooltip.active,
  .no-voucher.title-off .tooltip.active {
    position: relative;
  }
}
@media (max-width: 1023px) {
  .groupsell-wrap .popover {
    height: auto;
    z-index: 10;
  }
  .stock-wrap-nov2 .popover-header,
  .stock-wrap-nov2 .popover-body {
    text-align: left;
  }
  .product-form.product-form-product-template {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .voucher-pricing .bottom .tooltip .tooltiptext,
  .no-voucher .tooltip .tooltiptext {
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .groupsell-wrap .popover {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main-grab-atome.payment-alt-options .grabpay-box {
    max-width: 100%;
  }
  .stock-wrap-nov2 .stock-indicator {
    width: 100%;
    text-align: center;
  }
  .stock-wrap-nov2 .stock-indicator .tooltip {
    display: block;
    width: 100%;
  }
  .stock-wrap-nov2 .popover.show {
    left: 0;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 650px) {
  .main-grab-atome.payment-alt-options .voucher-pricing .tooltip .flex-wrap {
    flex-flow: row nowrap;
  }
}
@media (max-width: 480px) {
  .payment-alt-options .voucher-pricing,
  .main-grab-atome .voucher-pricing .tooltip {
    gap: 0;
  }
  .voucher-pricing .bottom .tooltip .tooltiptext,
  .no-voucher .tooltip .tooltiptext {
    width: 100%;
    max-width: 400px;
  }
}
/* groupsell addon bundle */
.bundled-addon-selectors .proddesk2 .select-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.bundled-addon-selectors .proddesk2 .select-wrapper .addon-box{
  border: 1px solid #d1d1d1;
  padding: 5px 8px;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  font-size: 14px;
}
.bundled-addon-selectors .proddesk2 .select-wrapper .addon-box.active{
  border: 1px solid #7a0001;
}
.bundled-addon-selectors .proddesk2 {
  position: relative;
}
.ctm.product-selector-wrapper span.initial-group {
  text-transform: capitalize;
  font-weight: 500;
}
.bundled-addon-selectors span.click-plus{
  /* display: none; */
}
.bundled-addon-selectors.selected span.click-plus{
  display: block;
}
/* =============================
Quantity Selector Option
================================ */
.product-information .cartQtyBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  width: 100%;
}
.product-information .cartQtyBox img {
  width: 15px;
  object-fit: contain;
}
.product-information .qtyBtn {
  background: #e8e9eb;
  border-color: #e8e9eb;
  width: 40px;
  border: 1px solid #e8e9eb;
  padding: 5px;
  text-align: center;
  display: flex;
  justify-content: center;
}
input#aura-qty {
  width: 50px;
  padding: 10px 0;
  text-align: center;
}
/* Chrome, Safari, Edge, Opera */
input#aura-qty::-webkit-outer-spin-button,
input#aura-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
    flex-flow: column;
    margin-top: 15px;
}
.quantity-wrapper label{
  margin-bottom: 0;
}
.quantity-wrapper label,
.quantity-wrapper .cartQtyBox{
  width: 100%;
}
/* =============================
PDP section tables
================================ */
.text-wrap table th {
  background: #dbdbdb;
  border: 1px solid;
  font-size: 14px;
  width: 30%;
  padding: 5px;
}
.text-wrap table td {
  border: 1px solid;
  font-size: 14px;
  padding: 5px;
}
@media (min-width: 768px) and (max-width: 850px) {
  .text-wrap table th {
    width: auto;
    padding: 2px;
  }
  .text-wrap table td {
    padding: 2px;
  }
}

/* FIXES AND OVERRIDES
- NOTICED SOME DESIGN ISSUES TO BE FIXED 
- JUNE 2024
*/
.disclaimer-warning {
  color: #7a0001;
  font-weight: 600;
}
@media (max-width: 550px) {
  .product-single__description.rte .video-wrapper {
    margin-bottom: 35px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .product-single__description.rte iframe.lazyloaded {
    height: auto;
    max-height: 100%;
    position: relative;
  }
  .pdp-review-stockcounter-wrapper {
    flex-flow: row wrap;
  }
  .stock-wrap-nov2 .stock-indicator .tooltip{
    display: flex;
    justify-content: center;
  }
  .template-product .product-single .product-single__meta .jdgm-widget.jdgm-widget{
    width: auto !important;
    display: inline;
  }
  .stock-wrap-nov2{
    width: auto;
  }
}

/* ====================================
COMBO VARIANTS
DROPDOWN AND BOX SELECTION
- LIMITED TO ONLY 2 VARIANT OPTION
======================================= */
.combo-section,
.combo-dropown {
  width: 100%;
  display: block;
}
.combo-dropown {
  border: 1px solid;
}
.combo-list,
.combo-select {
  display: none;
}
.combo-section {
  margin-bottom: 15px;
}
.combo-section span.selector-title {
    font-weight: 600;
}
ul.combo-boxes {
  display: flex;
  gap: 10px;
}
ul.combo-boxes li {
  padding: 10px 15px;
  border: 1px solid;
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
ul.combo-boxes li.active {
  color: #6f000a;
  border-color: #6f000a;
  border-width: 2px;
}
.color-variant-selector .product-single__thumbnails-items {
  display: none;
}
.color-variant-selector .product-single__thumbnails-items.active {
  display: block;
}
.hide-options .title-off,
.hide-options .payment-alt-options,
.hide-options .payment-alt-options .emi-box {
  display: none;
}
.simple-selector,
.door-selector,
.laminate-selector,
.door_mortice_set-selector,
.door_peephole_viewer-selector,
.door_closer-selector,
.gate-selector,
.door-gate-bundle-selector {
  display: flex;
  flex-flow: column wrap;
}
.product-selector-wrapper.simple-selector,
.product-selector-wrapper.door-selector,
.product-selector-wrapper.laminate-selector,
.product-selector-wrapper.door_mortice_set-selector,
.product-selector-wrapper.door_peephole_viewer-selector,
.product-selector-wrapper.door_closer-selector,
.product-selector-wrapper.gate-selector,
.product-selector-wrapper.door-gate-bundle-selector {
  gap: 0;
}
.simple-selector .selector-wrap,
.door-selector .selector-wrap,
.laminate-selector .selector-wrap,
.door_mortice_set-selector .selector-wrap,
.door_peephole_viewer-selector .selector-wrap,
.door_closer-selector .selector-wrap,
.gate-selector .selector-wrap,
.door-gate-bundle-selector .selector-wrap {
  width: 100%;
}
.product-selector .group-title {
  display: flex;
  gap: 4px;
}
.product-selector .group-title span {
  font-weight: 500;
}
.disclaimer.smalltxt,
.jdgm-prev-badge {
    font-size: 14px;
}
.stock-wrap-nov2 b.tooltip{
  font-size: 13px;
}
#buying-guide {
    scroll-padding-top: 0px;
}
/* ==========================
LAYOUT 2 UPDATE
layout for wider form
============================= */
@media (min-width: 1024px) {
  .info-grid-wrap.grid.layout-layout2 {
    grid-template-columns: 10% 40% 50%;
  }
}
.info-grid-wrap.grid.hide-thumbs .grid__item.product-single__photos {
  grid-column: 1 / span 2;
}
.layout-layout2 .grid__item.product-single__photos {
  padding-left: 30px;
}
.product-single__photo{
  position: relative !important;
}
.product-single__photos .overlay-image{
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 600px) {
  .layout-layout2 .mobile-show.thumb-wrapper {
    margin-top: 20px;
  }
  .layout-layout2 .grid__item.product-single__photos {
    padding-left: 0;
  }
}
/* ==========================
LAYOUT 3 UPDATE
layout for wider form, bigger image
============================= */
.layout-layout3 li.grid__item.product-single__thumbnails-items a{
  max-height: 100px;
  overflow: hidden;
}
@media(min-width: 768px){
  .info-grid-wrap.grid.layout-layout3{
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 150px 1fr;
  }
  .layout-layout3 .grid__item.product-single__photos {
      padding-left: 0px;
      grid-column: 1;
      grid-row: 1;
  }
  .layout-layout3 .mobile-hide.thumb-wrapper {
    grid-row: 2;
    grid-column: 1;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .layout-layout3.info-grid-wrap .sale-section {
    -ms-grid-row: 2;
    grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1;
    padding-top: 30px;
    padding-top: 0;
  }
  .layout-layout3 .product-featured-img{
    max-height: 100%;
  }
  .layout-layout3.info-grid-wrap .info_wrap{
    grid-row: 1 / span 3; 
    grid-column: 2;
  }
  .layout-layout3 .product-single__thumbnails{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .layout-layout3 .product-single__thumbnails-items{
    max-width: 120px;
  }
}
@media(max-width: 767px){
  .layout-layout3 .product-featured-img,
  .layout-layout3 .overlay-image{
    max-height: 55vw;
    margin: 0 auto;
    right: 0;
  }

}

/* ==========================
varous fixes
============================= */
.jdgm-widget.jdgm-widget{
  font-size: 17px;
}
.chat-cta p .red {
  color: #7a0001;
  font-weight: 600;
}
.chat-cta a {
  cursor: pointer;
}

.risk-img {
  text-align: center;
}
.risk-img img {
  max-width: 350px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .voucher-pricing span#ProductPrice-product-template,
  .product-price-wrap span#ProductPrice-product-template {
    font-size: 30px;
  }
}

.price-2 {
  cursor: pointer;
}
.tingle-modal--visible .popup-content {
  display: block;
  max-width: 700px;
}
.tingle-modal--visible .popup-content.popup-content--large {
  max-width: 1000px;
}
.popup-content {
  display: none;
  text-align: center;
  padding: 1rem;
}
.popup-content h3 {
  font-weight: 700;
}
.popup-content p {
  margin: 0;
}
.popup-content svg {
  transform: scale(0.8);
}
.popup-content .flex-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.popup-content .flex-wrap svg {
  fill: #000;
}
.popup-content .flex-wrap .flex-item {
  width: 100%;
  background-color: #f3f1f1;
  border-radius: 10px;
}
.popup-content .flex-wrap .flex-item p {
  font-size: 16px;
  font-weight: 600;
}
.popup-content .flex-wrap .flex-item h4 {
  font-weight: 600;
  margin-bottom: 5px;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.popup-content .flex-wrap .flex-item h4 span {
  color: #000;
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.popup-content .flex-wrap .flex-item .wrapper {
  padding: 20px;
}
.popup-content .flex-wrap .flex-item p.code {
  min-height: 85px;
  display: grid;
  place-content: center;
  background: #fff;
  margin-top: 10px;
  padding: 15px 0;
}
.popup-content .flex-wrap .flex-item.part1 p.code {
  font-size: 30px;
}
.popup-content .flex-wrap .flex-item.part1 p.code.type2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 5px;
  font-weight: 500;
  min-height: 20px;
  padding: 10px;
}
.popup-content .flex-wrap .flex-item.part1 p.code.type2 span {
  font-weight: 600;
}
.popup-content .flex-wrap .flex-item.part1 p.code span.title {
  font-size: 14px;
  font-weight: 500;
}
.popup-content .flex-wrap .flex-item.part2 p.code span {
  display: flex;
  gap: 5px;
}
.popup-content .flex-wrap .flex-item.part2 p.code span img {
  width: 70px;
  object-fit: contain;
}
.popup-content .flex-wrap .flex-item.part2 p.code span img.grab-img {
  width: 50px;
}
.popup-content .flex-wrap .flex-item.part2 p.code span.atome-info {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.full-selector .product-selector-wrapper>div{
  width: 100%;
}
body#prism-sentinel-sentry-bundles-8662946414819 .popup-content span.dynamicCode span {
    font-size: 8px;
    display: block;
}
@media (min-width: 768px) {
  .popup-content .flex-wrap {
    flex-direction: row;
    gap: 0;
  }
  .popup-content .flex-wrap .flex-item {
    width: 48%;
  }
}
/* fixes and updates */
/* stock indicator update
on change of color or variants
applied to Air conditioners */
.stock-wrap-nov2.stock-update .stock-indicator{
  display: none;
}
.stock-wrap-nov2.stock-update .stock-indicator.active{
  display: block;
}
#door-gate-8890655932643 .no-voucher.title-off {
    display: none;
}
@media(max-width: 1023px){
  .ap-filter-total{
    text-align: center;
  }
}
#prism-zero-8662929015011 div#rad-sys1wrap {
    display: none;
}
.overlay-image.block-img{
  display: none;
}
.overlay-image.block-img.active{
  display: block;
}
.owl-carousel .owl-nav{
  top: 50%;
}
/* icon block row */
.icon-block-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    margin: 10px auto;
    padding: 0;
    text-align: left;
    gap: 10px;
    margin-bottom: 35px;
}

.icon-block-item {
  display: flex;
  align-items: center;
  gap: 10px; /* tighter space between icon and text */
  white-space: nowrap;
}

.icon-block-item img {
  display: block;
  width: 40px !important; /* consistent icon size */
  height: auto;
  flex-shrink: 0;
}

.icon-block-text {
  color: var(--text-color);
  font-size: 18px;
  font-weight: 600;
  line-height: 1; /* ✅ tighter vertical spacing between lines */
  margin: 0;
  text-transform: uppercase;
}
.icon-block-row.icon-count-2 {
    justify-content: center;
    gap: 20px;
}
.icon-block-row.icon-0 {
    margin: 0;
}
@media(max-width: 767px){
  .icon-block-item{
    gap: 5px;
  }
  .icon-block-text{
    font-size: 12px;
  }
  .icon-block-item img{
    max-width: 30px;
  }
}
@media(max-width: 350px){
  .icon-block-text{
    font-size: 10px;
  }
  .icon-block-item img{
    max-width: 22px;
  }
}
.free-gift .info-wrapper .title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    gap: 0;
}
.free-gift span.description.red,
.free-gift span.disclaimer.red {
    color: #7a0000;
    font-weight: 700;
    display: block;
}
/* SPECIFIC PAGE OVERRIDES */
#prism-oasis-pro-8662936355043 .quantity-wrapper,
#prism-oasis-pro-macaron-8837866651875 .quantity-wrapper{
  margin-top: 0;
}
#prism-oasis-pro-8662936355043 .panel-boxes .disclaimer,
#prism-oasis-pro-macaron-8837866651875 .panel-boxes .disclaimer,
#prism-oasis-8662929572067 .groupsell-wrap-second h3{
  margin-bottom: 0;
}
#prism-oasis-8662929572067 .groupsell-wrap p.subtitle{
  padding-top: 0;
}

/* fixes for consistency and specific page fixes */
.product-form-standardSelector.layout3 h3{
  font-size: 18px;
}
.product-options .variant-select label,
.groupsell-wrap-second h3,
.smart-lock-bundle-addon .title,
.solaris-accs-addon-container>.title,
.addon_by_variants-container h3.title,
.variant-selector .panel-boxes p /* oasis */,
.variant-selector .sc-title,
.product-template-sl-ew-addon .title, /* locks warranty */
.evosonic-selector-fix .group-title,
.evosonic-selector-fix .addon-selected-bundle,
.addon-accessories-container .title,
.groupsell-wrap h3 span.select-option,
.product-form-standardSelector.layout2 .option-wrapper label,
.free_gift_banner .section-title,
.addon .price{
  font-size: 16px !important;
}
.select-wrapper .layout2 span.box-title-wrapper .box-title-inner,
.addon-accessories-container .accs-sel-wrapper label .title,
.product-form-standardSelector.layout2 .selector-title{ /* for add-on selector titles */
  font-size: 14px !important;
}
.groupsell-wrap p.subtitle,
.product-form-standardSelector.layout2 .selector-desc{
  font-size: 12px;
}
.addon-list .addon-item .price_container .compare_at_price {
  color: #000;
  font-size: 14px;
  text-decoration: line-through;
}
.addon-list .addon-item .price_container .price {
  color: #7a0001;
  font-size: 16px;
  font-weight: 700;
}
      
.product-form .option-wrapper label,
.groupsell-wrap .prodName2,
.sel-grp-title-wrapper .sel-grp-title,
.product-template-sl-ew-addon .addons .addon .info .title,
.prod-variants-selector-wrap .prod-variant-selector-wrap .prod-option-label,
.groupsell-wrap h3 span.select-option,
.product-form-standardSelector.layout2 .selector-title{
    font-weight: 600 !important;
}
.product-form .option-wrapper label .sel,
.prod-variants-selector-wrap .prod-variant-selector-wrap .prod-option-label span,
.prod-variants-selector-wrap .prod-variant-selector-wrap .prod-option-wrap .prod-option-btn,
.info-wrapper .prod-options label .sel,
.product-selector .initial-group,
label span.selected-value,
.variant-selector .panel-boxes span {
    font-weight: 500 !important;
}
.prod-variants-selector-wrap .prod-variant-selector-wrap .prod-option-label{
  margin: 8px 0;
}
.product-template__container.google-tv .infoicon { /* remove from all tvs */
    display: none;
}
.page-doors .product-group-variants .group-title,
.page-gates .product-group-variants .group-title{
    margin: 10px 0;
}
.page-doors .product-group-variants .group-title a,
.page-gates .product-group-variants .group-title a{
  height: 25px;
}
.custom-attributes.product-restocks p{
  font-weight: 700;
  margin: 10px 0;
}
@media(max-width: 480px){
  .addon-list .addon-item .price_container .price,
  .addon .price{
    font-size: 14px !important;
  }
    .addon-list .addon-item .price_container .compare_at_price,
    .addon_by_variants-container .addons .addon .price-container .compare-at-price{
      font-size: 12px !important;
    }
}
/* remove check across all warranty */
.addon_by_variants-container .addons .addon .info .description ul.check,
.popdesk1 .check{
  list-style-image: none !important;
  list-style: none;
  padding-left: 0;
}
.product-form-standardSelector.layout3 h3 {
    margin: 0;
    font-weight: 600;
}
@media(max-width: 767px){
  .product-options .variant-select label,
  .groupsell-wrap-second h3,
  .smart-lock-bundle-addon .title,
  .solaris-accs-addon-container>.title,
  .addon_by_variants-container h3.title,
  .groupsell-wrap h3 span.select-option,
  .variant-selector .panel-boxes p /* oasis */,
  .variant-selector .sc-title,
  .product-template-sl-ew-addon .title /* locks warranty */,
  .product-form-standardSelector.layout2 .option-wrapper label,
  .free_gift_banner .section-title {
    font-size: 14px !important;
  }
}
.product-form-standardSelector.layout2 .selector-title span {
    padding: 4px 12px;
    color: #fff;
    background: #7a0000;
    border-radius: 3px;
    margin-right: 5px;
}
@media (max-width: 1023px) {
  .product-form-standardSelector.layout2 .selector-title span {
    font-size: 10px;
  }
}
.product-form-standardSelector.layout2 .evolink{
  position: relative;
}
.product-form-standardSelector.layout2 .evolink:after{
  position: absolute;
  content: '';
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  bottom: -2px;
}
.show-on-pdp{
  display: block !important;
}

.groupsell-variant .popdesk1 {
  font-size: 12px;
}
.monitor-45530127565027 .product_variants {
    display: none !important;
}
/* FREE GIFT BANNER */

.free-gift img{
  max-height: 120px;
  max-width: 220px;
  margin: 0 auto;
  height: 120px;
}
  .free_gift_banner p {
    margin: 0;
  }
  .free_gift_banner .section-title {
    margin-bottom: 6px;
    font-weight: 600;
    margin: 15px 0;
  }
  .free_gift_banner .free-gift .info-wrapper .title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
  }
  .free_gift_banner.layout2 {
    width: 100%;
  }
  .free_gift_banner.layout2 .free-gift{
      justify-content: space-around;
      display: grid;
      margin: 0;
      grid-template-columns: 120px 3fr;
      padding-top: 15px;
      padding-bottom: 15px;
  }
  .free_gift_banner.layout2 .free-gift .info-wrapper .title-wrapper{
    align-items: flex-start;
    flex-direction: column;
  }
  .free_gift_banner.layout2 p.disclaimer.smalltxt {
    font-size: 12px;
    grid-column: 1 / span 2;
    text-align: center;
  }
  .free-gift .info-wrapper .title-wrapper .title{
    font-size: 16px;
  }
  .free-gift .info-wrapper .description{
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
  }
  .free_gift_banner
@media(max-width: 550px){
  .free_gift_banner.layout2 .free-gift{
    grid-template-columns: 80px 3fr;
  }
  .free-gift .info-wrapper .title-wrapper .title{
    font-size: 14px;
  }
  .free-gift .info-wrapper .description{
    font-size: 12px;
  }
  
}
.sale7 .free_gift_banner {
    display: none;
}
.my-variant-selector .item.box-item.variant-pearl-white {
    display: none;
}
