.pdp-intel-badge-container .badge-container {
  width: auto;
}
.pdp-intel-badge-container {
  width: 125px;
  text-align: center;
  position: relative;
  left: -125px;
}
body .pdp-intel-badge-container .badge-container p {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.6;
  min-width: 0;
  width: 125px;
}
@media only screen and (min-width: 1236px) {
  body .pdp-intel-badge-container {
    position: absolute;
    top: 0;
    left: -135px;
  }
  .pdp-features.pdp-width-container {
    position: relative;
  }
}
@media only screen and (max-width: 1235px) {
  .pdp-intel-badge-container {
    display: block;
    position: static;
    width: 100%;
    background: #e8e8e8;
    padding: 15px 0 10px;
  }
  body .pdp-intel-badge-container .badge-container {
    position: static;
    display: block;
    margin: auto;
  }
  body .pdp-intel-badge-container .badge-container p {
    width: 100%;
  }
}

.pdp-gallery.ssr .Gallery-module_imageContainer__16Iw3 {
  /** force a height for SSR **/
  height: auto !important;
}

.pdp-title-section {
  padding: 1rem 0 2.5625rem 0;
}
.pdp-title-section .review-section {
  line-height: 1.375rem;
}
.pdp-title-section .sku {
  color: #767676;
  margin: 20px 0;
  display: block;
}
.pdp-title-section .PriceBlock-module_priceBlock__qElpU {
  margin: 1.875rem 0;
}
@media screen and (min-width: 56.25rem) {
  .pdp-title-section .PriceBlock-module_priceBlock__qElpU {
    margin: 0;
  }
}

.configuration-drawer {
  padding: 0 20px;
  box-shadow: 0px 3px 6px rgba(44, 48, 56, 0.251);
}
.configuration-drawer.open {
  width: 100%;
  max-width: 660px;
}
.configuration-drawer .clearfix h4 {
  margin-bottom: 1.875rem;
  float: left;
}
.configuration-drawer .clearfix a {
  float: right;
}
.configuration-drawer .hp-icon.close {
  position: absolute;
  top: 16px;
  right: 16px;
}
.configuration-drawer .hp-icon.close:before {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
}


.pdp-specs-section > div {
  padding-bottom: 1.25rem;
}
.pdp-specs-section .specs-pages ul li:before {
  display: none !important;
}

.loyalty-tooltip h2 {
  font-size: 0.875rem;
  max-width: 13.125rem;
  margin-top: 0;
  color: #2c3038;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 600;
}
.loyalty-tooltip p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
}

.checkbox-container {
  font-family: 'HP Simplified', Arial;
  position: relative;
  line-height: 24px;
  min-width: 140px;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
}
.checkbox-container .counter {
  position: absolute;
  right: 16px;
  top: 8px;
}
.checkbox-container:after {
  content: "";
  clear: both;
}
.checkbox-container:hover,
.checkbox-container.disabled {
  background-color: #E8E8E8;
}
.checkbox-container.disabled {
  color: #fff;
}
.checkbox-container.disabled .checkbox {
  border: 1px solid #fff;
}
.checkbox-container.ready-only {
  color: #767676;
}
.checkbox-container.ready-only .icon {
  fill: #767676;
}
.checkbox-container.ready-only .checkbox {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
}
.checkbox-container .checkbox {
  box-sizing: border-box;
  border: 1px solid #767676;
}
.checkbox-container .checkbox,
.checkbox-container .icon {
  position: absolute;
  top: 8px;
  height: 24px;
  width: 24px;
}
.checkbox-container.align-left {
  padding: 8px 12px 8px 44px;
}
.checkbox-container.align-left .checkbox,
.checkbox-container.align-left .icon {
  position: absolute;
  left: 12px;
}
.checkbox-container.align-left.checkbox-counter {
  padding-right: 48px;
}
.checkbox-container.align-right {
  padding: 8px 44px 8px 12px;
}
.checkbox-container.align-right .checkbox,
.checkbox-container.align-right .icon {
  position: absolute;
  right: 12px;
}
.checkbox-container.align-right.checkbox-counter {
  padding-right: 84px;
}
.checkbox-container.align-right .counter {
  right: 48px;
}
.checkbox-container .icon {
  display: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkbox {
  display: none;
}
.checkbox-container input:checked ~ .icon {
  display: block;
}
@media (hover: none) {
  .checkbox-container:hover {
    background-color: transparent;
    background-color: initial;
  }
}

.default-pp-banner {
  width: 52%;
}
.default-pp-banner.text {
  background-color: #f3f3f2;
  margin: 20px 0 20px 20px;
  min-height: 90px;
}
.default-pp-banner.flex iframe {
  margin: 25px 0 0 0;
}
.default-pp-banner.with-vp {
  margin-left: 20px;
}
.default-pp-banner.without-vp {
  margin-left: auto;
}
.default-pp-banner iframe {
  margin: 25px 0 0 15px;
}
@media only screen and (max-width: 800px) {
  .default-pp-banner {
    width: 95%;
  }
  .default-pp-banner.text,
  .default-pp-banner.with-vp,
  .default-pp-banner.without-vp {
    margin: 0 auto;
  }
}

.accordion-group {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.accordion-group .accordion-header {
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  font-weight: 100;
  position: relative;
  font-size: 18px;
}
.accordion-group .arrow {
  right: 5%;
  width: 0.7rem;
  height: 0.7rem;
  border-width: 1px;
  transition: all 0.5s ease;
  transform: translate3d(0, -50%, 0) rotate(135deg);
  top: 45%;
}
.accordion-group .accordion-content {
  max-height: 0;
  transition: 0.5s ease;
  padding: 0 15px;
  overflow: hidden;
}
.accordion-group.expanded > .accordion-header .arrow {
  transform: translate3d(0, -50%, 0) rotate(-45deg);
  top: 55%;
}
.accordion-group.expanded > .accordion-content {
  max-height: 100%;
  padding: 15px;
}

.learn-more-outer {
  max-width: 1178px;
  width: 80%;
  height: auto;
}
.learn-more-modal {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
.learn-more-modal .learn-more-header {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 45px;
  margin-bottom: 10px;
  background-color: #0171AD;
  margin-top: 0;
  padding: 15px 0;
  color: #fff;
  font-weight: normal;
}
.learn-more-modal .learn-more-name {
  font-size: 24px;
  color: #000;
}
.learn-more-modal .title-duration {
  font-size: 24px;
  color: #000;
  margin-bottom: 5px;
}
.learn-more-modal .learn-more-sub {
  margin-bottom: 1.25em;
}
.learn-more-modal table {
  border-collapse: collapse;
  max-width: 88%;
  margin: auto;
}
.learn-more-modal table tr:first-child td {
  border: none;
}
.learn-more-modal table td {
  color: #767676;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  height: 40px;
  position: relative;
  padding: 5px 11px;
  border-left: 0;
}
.learn-more-modal table td:first-child {
  text-align: left;
  padding-right: 40px;
  width: 35%;
}
.learn-more-modal table td:last-child {
  background-color: #f2f3f3;
  border-right: none;
}
.learn-more-modal td.checked:after {
  content: '';
  display: inline-block;
  border: 3px solid #0171AD;
  border-radius: 50%;
}
.learn-more-modal .accordion-group {
  border-bottom: none;
}
.learn-more-modal .accordion-group .accordion-header {
  font-size: 15px;
  padding: 0;
}
.learn-more-modal .learn-more-select {
  margin-bottom: 40px;
}
.learn-more-modal .learn-more-select td {
  border: none;
}
.learn-more-modal .learn-more-select td:last-child {
  background-color: transparent;
}
.learn-more-modal .learn-more-select .learn-more-option {
  display: inline-block;
  margin: 5px;
  border: 1px solid #0171AD;
  border-radius: 2px;
  color: #0171AD;
  padding: 10px 40px;
  cursor: pointer;
}
.learn-more-modal .learn-more-disclaimers {
  text-align: center;
}
.learn-more-modal .learn-more-disclaimers .learn-more-disclaimer {
  max-width: 88%;
  margin: 10px auto 0 auto;
  color: #767676;
  font-size: 15px;
}
.learn-more-with-disclaimers {
  margin-bottom: 0px;
}

.pdp-carepack > div {
  padding-bottom: 20px;
}

.fb-banner {
  border-top: 1px solid #E8E8E8;
  padding: 20px 0;
}
.fb-banner .banner-container {
  display: flex;
}
.fb-banner img {
  max-height: 86px;
}
.fb-banner .content-container {
  display: flex;
  text-align: left;
  margin-left: 0.625rem;
  flex-direction: column;
}
.fb-banner .content-container.var1 {
  margin-left: 30px;
}
.fb-banner .content-container .fb-detail {
  font-size: 1rem;
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
}
.fb-banner .content-container h3 {
  margin: 0;
  font-size: 1rem;
  font-family: 'Montserrat';
  font-weight: 600;
  margin: 0 0 0.625rem 0;
}
.fb-banner .confirm-message {
  background-color: #0084ff;
  display: block;
}
.fb-banner .confirm-message p {
  color: #fff;
  text-align: center;
  padding: 4px;
  margin: 0;
}

.pdp-cart-section {
  border-top: 1px solid #E8E8E8;
  padding-top: 20px;
}
.pdp-cart-section .purchase-btn-container {
  display: block;
  margin: 26px 0;
}
.pdp-cart-section .purchase-btn-container .buy-button-container {
  display: block;
}
.pdp-cart-section .purchase-btn-container button {
  width: 100%;
}
.pdp-cart-section .compare-checkbox {
  margin: 0 0 0.9375rem -0.75rem;
}
.pdp-cart-section .compatible-products-link {
  margin-left: -0.75rem;
}
.pdp-cart-section .default-pp-banner {
  width: auto;
  margin: 0;
  overflow: hidden;
}

.pdp-details {
  max-width: 107.5rem;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0 0.875rem;
}
.pdp-details .image-section {
  padding-top: 2rem;
  position: relative;
}
.pdp-details .StockIndicator-module_stockIndicator__2Q7pL {
  margin: 1.25rem 0 1.25rem -0.3125rem;
}
.pdp-details .Configurations-module_wrapper__CkLJ4 {
  flex-grow: 1;
}
@media screen and (min-width: 56.25rem) {
  .pdp-details {
    flex-direction: row;
  }
  .pdp-details .image-section {
    flex-basis: 70%;
    padding-top: 2rem;
  }
  .pdp-details .image-section .Gallery-module_root__afByF {
    position: sticky;
    top: 0;
  }
  .pdp-details .hero-section {
    flex-basis: 30%;
    padding-top: 1.875rem;
    margin-left: 1.25rem;
  }
}

.pdp-main-block .pdp-xsell,
.mmd .pdp-xsell {
  display: block;
  min-width: 180px;
  margin: 0 20px;
}
.pdp-main-block .pdp-xsell .pdp-xsell-title h3,
.mmd .pdp-xsell .pdp-xsell-title h3 {
  overflow: hidden;
  line-height: 1.2em;
  font-size: 1.2em;
  height: 2.5em;
  margin: 10px 0;
}
.pdp-main-block .pdp-xsell .ksps,
.mmd .pdp-xsell .ksps {
  height: 120px;
  line-height: 24px;
}
.pdp-main-block .pdp-xsell .ksps li,
.mmd .pdp-xsell .ksps li {
  overflow: visible;
  list-style: disc outside none;
  white-space: normal;
  display: list-item;
  margin-left: 1em;
}
.pdp-main-block .pdp-xsell .ksps li:before,
.mmd .pdp-xsell .ksps li:before {
  content: none;
  margin: 0;
}
.pdp-main-block .pdp-xsell .pdp-xsell-image,
.mmd .pdp-xsell .pdp-xsell-image {
  height: 200px;
  margin: 0 auto;
}
.pdp-main-block .pdp-xsell .pdp-xsell-image img,
.mmd .pdp-xsell .pdp-xsell-image img {
  height: 100%;
}
.pdp-main-block .pdp-xsell .pdp-xsell-title,
.mmd .pdp-xsell .pdp-xsell-title {
  color: #000;
}
.pdp-main-block .pdp-xsell .pdp-xsell-title:hover,
.mmd .pdp-xsell .pdp-xsell-title:hover {
  color: #0171AD;
}
.pdp-main-block .pdp-xsell .purchase-btn-container,
.mmd .pdp-xsell .purchase-btn-container {
  margin-left: 0;
}
.pdp-main-block .pdp-xsell .prd-price,
.mmd .pdp-xsell .prd-price {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  margin-left: 10px;
  display: block;
  min-height: 60px;
}
.pdp-main-block .pdp-xsell .prd-price .tier-msg,
.mmd .pdp-xsell .prd-price .tier-msg {
  position: static;
  position: initial;
}
.pdp-main-block .pdp-xsell .pdp-xsell-link,
.mmd .pdp-xsell .pdp-xsell-link {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  display: inline-block;
  margin: 11px 0 16px 0;
  line-height: 18px;
  padding-left: 28px;
  color: #010101;
  background: url('https://www.hp.com/us-en/shop/app/assets/images/icons/anchor.png') center left no-repeat;
}
@media only screen and (max-width: 1024px) {
  .pdp-main-block .pdp-xsell,
  .mmd .pdp-xsell {
    min-width: 180px;
    margin: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .pdp-main-block .pdp-xsell,
  .mmd .pdp-xsell {
    min-width: 140px;
  }
}

.features-tab-component .standard_price {
  min-height: 68px;
}
.features-tab-component .standard_price .price_info {
  min-height: 19px;
}

.split-content-box .left-side,
.split-content-box .right-side {
  display: inline-block;
  vertical-align: top;
}
.split-content-box .left-side {
  width: 49%;
  margin-right: 1%;
}
.split-content-box .left-side .content-header {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: lighter;
}
.split-content-box .left-side .content-header .tooltip {
  line-height: 1.1em;
}
.split-content-box .left-side .content-header .tooltip .tooltip-popover {
  left: -12px;
}
.split-content-box .left-side .big {
  font-size: 2.5em;
  line-height: 1em;
  margin: 15px 0;
}
.split-content-box .left-side .big .tooltip {
  margin-left: -6px;
  font-size: 50%;
}
.split-content-box .left-side .big .tooltip .tooltip-popover {
  left: -8px;
  top: unset;
}
.split-content-box .left-side .blue {
  color: #0096d6;
}
.split-content-box .left-side .disable-bottom-margin {
  margin-bottom: 0px;
}
.split-content-box .left-side .disable-top-margin {
  margin-top: 0px;
}
.split-content-box .left-side .add-top-margin {
  margin-top: 15px;
}
.split-content-box .left-side .add-bottom-margin {
  margin-bottom: 15px;
}
.split-content-box .left-side .small-header {
  font-size: 1.5em;
}
.split-content-box .right-side {
  width: 50%;
}
.split-content-box .right-side .image-wrapper {
  text-align: center;
}
.split-content-box .content-text {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: lighter;
  margin-top: 0;
}
@media only screen and (max-width: 496px) {
  .split-content-box .left-side,
  .split-content-box .right-side {
    display: block;
    width: 100%;
    margin: 0;
  }
  .split-content-box .left-side .content-header {
    font-size: 1.3em;
  }
  .split-content-box .left-side .big {
    font-size: 2em;
  }
}

.content-box .split-content-box .tooltip-popover {
  line-height: 1em;
}
.content-box .content-text {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: lighter;
  margin-top: 0;
}
.content-box .bottom-text {
  margin-top: 15px;
}
@media only screen and (max-width: 496px) {
  .content-box {
    margin-bottom: 0px;
  }
  .content-box .content-text {
    font-family: 'HP Simplified', Arial;
    font-weight: 300;
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: lighter;
    margin-top: 0;
  }
}

.text-box .content-header {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 1.5em;
}
.text-box .content-text {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.6em;
  font-weight: lighter;
  margin-top: 0;
}
.text-box .font-weight-normal {
  font-weight: 400;
}
.text-box .hpsimplified {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
}
.text-box .add-bottom-margin {
  margin-bottom: 20px;
}
.text-box .add-top-margin {
  margin-top: 20px;
}
.text-box .add-bottom-padding {
  margin-bottom: 20px;
}
.text-box .add-top-padding {
  padding-top: 20px;
}

.video-content {
  position: relative;
  height: 410px;
}
.video-content .brightcove-container {
  width: 100%;
  height: 100%;
}
.video-content .play-btn {
  cursor: pointer;
  position: absolute;
  height: 196px;
  width: 196px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('https://www.hp.com/us-en/shop/app/assets/images/uploads/prod/play-btn1556838861313.png');
  background-size: contain;
}
.video-content .banner-text {
  position: absolute;
  top: 80%;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.video-content .brightcove-container .brightcove-iframe {
  height: 100%;
}
.video-modal {
  max-width: 960px;
  max-height: 540px;
  padding: 0;
  background: transparent;
}
.video-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
}
@media only screen and (max-width: 1023px) {
  .video-content .banner-text {
    font-size: 24px;
    top: 70%;
  }
}
@media only screen and (max-width: 496px) {
  .video-content {
    margin-top: 0px;
    height: 135px;
  }
  .video-content .play-btn {
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 497px) and (max-width: 798px) {
  .video-content {
    height: 302px;
  }
}
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .video-content {
    height: 369px;
  }
}

.interactive-image {
  position: relative;
}
.interactive-image .hover-wrapper {
  position: absolute;
  width: 35px;
  height: 35px;
}
.interactive-image .hover-point {
  display: block;
  border: 2px solid #fff;
  background: rgba(145, 145, 145, 0.4);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  outline-style: none;
  cursor: pointer;
}
.interactive-image .hover-point inline-content {
  display: none;
}
.interactive-image .hover-point:hover {
  background: rgba(50, 150, 255, 0.8);
}
.interactive-image .hover-point:hover .inline-content {
  display: block;
}
.interactive-image .inline-content {
  width: 200px;
  border: 0.5px solid #eaedf2;
  background: white;
  border-radius: 5px;
  position: relative;
  left: 50px;
  font-family: calibri;
  padding: 10px;
  z-index: 1;
  display: none;
}
.interactive-image .inline-content .popover-header {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: bold;
}
.interactive-image .inline-content .popover-content {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .interactive-image .inline-content {
    left: -80px;
    top: 40px;
  }
}
.interactive-image-mobile .carousel-item {
  height: 370px;
  text-align: center;
}
.interactive-image-mobile .carousel-item .popover-header {
  font-weight: bold;
  margin: 5px 0px;
}
.interactive-image-mobile .carousel-item .popover-content {
  margin-top: 0px;
  line-height: 1em;
}
.interactive-image-mobile .no-image {
  height: auto;
}
.interactive-image-mobile .paging-dot {
  width: 10px !important;
  height: 10px !important;
}
.interactive-image-mobile .slider .slider-control-bottomcenter {
  position: relative !important;
  text-align: center;
}

.split-image {
  text-align: center;
}
.split-image .split-item {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  text-align: center;
}
.split-image .split-item .split-item-text {
  text-align: left;
}
.split-image .split-item .split-item-text h3 {
  margin: 0px;
}
.split-image .split-item .split-item-text p {
  margin: 2px 0 0 0;
}
.split-image .split-item:nth-child(2) {
  margin-right: 5%;
}
.split-image .split-item:nth-child(3) {
  margin-left: 5%;
}
@media only screen and (max-width: 496px) {
  .split-image {
    margin-top: 0px;
    text-align: center;
  }
  .split-image .split-item {
    display: block;
    width: 100%;
  }
  .split-image .split-item:nth-child(2) {
    margin-right: 0px;
  }
  .split-image .split-item:nth-child(3) {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.content-carousel .slider {
  position: relative;
}
.content-carousel .slider .slider-control-topcenter,
.content-carousel .slider .slider-control-bottomcenter {
  width: 100%;
}
.content-carousel .slider .slider-control-topcenter .control-buttons,
.content-carousel .slider .slider-control-bottomcenter .control-buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.content-carousel .slider .slider-control-topcenter .control-buttons li,
.content-carousel .slider .slider-control-bottomcenter .control-buttons li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 600;
  color: #000000;
  padding: 3px 0;
  margin: 7px 10px;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid #000;
  min-width: 200px;
  background-color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
}
.content-carousel .slider .slider-control-topcenter .control-buttons .selected,
.content-carousel .slider .slider-control-bottomcenter .control-buttons .selected {
  background-color: #000;
  color: #fff;
  border: 2px solid #fff;
}
.content-carousel .slider .slider-control-centerright {
  right: 0px !important;
}
.content-carousel .slider .slider-control-centerleft {
  left: 0px !important;
}
.content-carousel .slider .slider-control-centerleft .nav-arrow,
.content-carousel .slider .slider-control-centerright .nav-arrow {
  background-color: rgba(0, 0, 0, 0);
}
.content-carousel .slider .slider-control-centerleft .nav-arrow:before,
.content-carousel .slider .slider-control-centerright .nav-arrow:before {
  color: #000;
  font-size: 30px;
}
.content-carousel .slider .slider-control-centerleft .white-arrows:before,
.content-carousel .slider .slider-control-centerright .white-arrows:before {
  color: #fff;
}
.content-carousel .slider .content-carousel-item .item-text-box {
  position: absolute;
  top: 50%;
  margin-left: 7%;
  max-width: 35%;
  transform: translateY(-50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.content-carousel .slider .content-carousel-item .item-text-box h6 {
  font-size: 1em;
  margin: 5px 0;
}
.content-carousel .slider .content-carousel-item .item-text-box h1 {
  line-height: 1em;
}
.content-carousel .mobile-content-carousel-item .item-text-box {
  text-align: center;
}
.content-carousel .mobile-content-carousel-item .item-text-box h6 {
  margin-bottom: 0px;
  font-size: 0.8em;
}
.content-carousel .mobile-content-carousel-item .item-text-box h1 {
  font-size: 1.4em;
  line-height: 1em;
  font-weight: bold;
}
.content-carousel .mobile-content-carousel-item .item-text-box p {
  margin: 5px 0;
  min-height: 42px;
}
@media only screen and (max-width: 496px) {
  .content-carousel {
    margin-top: 0px;
  }
  .content-carousel .slider .slider-control-bottomcenter {
    position: relative !important;
  }
  .content-carousel .slider .slider-control-bottomcenter .control-buttons {
    position: static;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .content-carousel .slider .slider-control-topcenter .control-buttons {
    margin-top: 10px;
  }
  .content-carousel .slider .slider-control-topcenter .control-buttons li {
    min-width: 22%;
    padding: 3px 5px;
  }
}

.custom-component:nth-child(n+2) {
  margin-top: 30px;
}
.custom-component .tooltip {
  position: relative;
}
.custom-component .tooltip .tooltip-popover {
  word-wrap: break-word;
  left: -15px;
  top: 23px;
  width: 300px;
}
@media only screen and (max-width: 496px) {
  .custom-component .content-header,
  .custom-component .content-text {
    position: relative;
  }
  .custom-component .tooltip {
    position: static;
  }
  .custom-component .tooltip .tooltip-popover {
    left: 50% !important;
    transform: translateX(-50%);
  }
  .custom-component .tooltip .tooltip-popover .popover-before,
  .custom-component .tooltip .tooltip-popover .popover-after {
    display: none;
  }
}

.pdp-features {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  /**bundle products inject html css start ***/
  /*** bundle inject html css end ***/
  /** add some basic foundation class styling support for "rich" content tabs from feed **/
  /** css to fix ETR pdp css adjustments from custom html content **/
}
.pdp-features h2 {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
}
.pdp-features strong {
  display: block;
  padding-top: 10px;
}
.pdp-features .with-disclaimer p {
  display: inline;
}
.pdp-features .pdp-acc-list {
  margin: 0 50px;
}
.pdp-features .pdp-acc-list-mobile {
  display: none;
}
.pdp-features .slider-control-centerleft {
  left: -50px !important;
}
.pdp-features .slider-control-centerright {
  right: -50px !important;
}
.pdp-features .pdp-xsell {
  min-width: unset;
}
.pdp-features .pdp-xsell .pdp-xsell-image {
  height: 140px;
}
.pdp-features .pdp-xsell .tier-msg {
  height: 28px;
  font-size: 14px;
  line-height: 1;
}
.pdp-features .pdp-xsell .list-price {
  height: 0.875em;
  margin: 0;
}
.pdp-features .pdp-xsell h3 {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  font-weight: 400;
}
.pdp-features .pdp-xsell .ksps {
  display: none !important;
}
.pdp-features .mobile-hide {
  z-index: 10;
}
.pdp-features .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.pdp-features .row .small-12 {
  width: 100%;
}
.pdp-features .row .column {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}
@media only screen and (min-width: 64.063em) {
  .pdp-features .row .large-4 {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 40.063em) {
  .pdp-features .row .medium-4 {
    width: 33.33333%;
  }
}
.pdp-features .rc_banner {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .pdp-features .pdp-acc-list,
  .pdp-features .mobile-hide {
    display: none;
  }
}

.pdp-section {
  text-align: left;
}
.pdp-section h2.section-title {
  color: #767676;
  padding: 9.375rem 0 6.25rem 0;
  text-transform: uppercase;
  display: none;
}
@media only screen and (min-width: 1365px) {
  .pdp-section {
    padding: 0 7.1875rem;
  }
  .pdp-section h2.section-title {
    display: block;
  }
}

.pdp-overview .custom-content img {
  width: 100%;
}

.pdp-reviews .bv-reviews {
  max-width: 107.5rem;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .pdp-reviews .bv-reviews {
    padding: 0 12.5rem !important;
  }
}

.cross-sell-carousel .\@hpstellar\/pdp\/recommended-accessories__carousel .slick-track {
  display: flex;
}
@media (min-width: 1024px) {
  .cross-sell-carousel .\@hpstellar\/pdp\/recommended-accessories__itemCarousel .slick-dots li {
    height: 3.75rem;
    width: 3.75rem;
  }
}
.cross-sell-carousel .\@hpstellar\/pdp\/recommended-accessories__itemCarousel .slick-dots li {
  border-radius: 0;
  border-color: #ffffff;
  height: 2.5rem;
  width: 2.5rem;
}
.cross-sell-carousel .\@hpstellar\/pdp\/recommended-accessories__itemCarousel .slick-dots li.slick-active {
  border-color: #2c3038;
  height: 2.5rem;
  width: 2.5rem;
}

.pdp-upsell {
  padding: 0 0 5rem 0;
}
.pdp-upsell .CollapseWrapper-module_desktopTitleWrapper__14Tp9 h2 {
  margin-bottom: 4.375rem;
}
.pdp-upsell .StockIndicator-module_stockIndicator__2Q7pL {
  white-space: nowrap;
}
.pdp-upsell .slick-track {
  margin-left: 0 !important;
}
.pdp-upsell .slick-track .product-card-new {
  width: auto;
}
.pdp-upsell .upsellCarousel {
  padding: 0 0.375rem;
  max-width: 107.5rem;
  margin: auto;
}
.pdp-upsell .upsellArrowNext {
  right: 4.625rem !important;
  background-color: rgba(232, 232, 232, 0.8);
}
.pdp-upsell .upsellArrowPrev {
  z-index: 1;
  left: 4.625rem !important;
  background-color: rgba(232, 232, 232, 0.8);
}

.return-info {
  text-align: center;
  margin-top: 100px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  padding: 20px;
}
@media (max-width: 1024px) {
  .return-info {
    margin-top: 0;
  }
}
.return-info .Typography-module_body__1-T1a.Typography-module_bodyRegular__2Ux1N {
  font-weight: 300;
}
.return-info .Typography-module_heading__1WFOo.Typography-module_headingTitleSmall__12L5k {
  font-weight: 600;
}

.pdp-v2 {
  /**TODO: Stellar Overrides fix in their repo*/
  /*overrides this margin in product-card, not in other places*/
  /** Similar Products*/
  /** 
    Stellar carousel has dot controls on overflow, so we need to compensate with margin. 
    TODO: change carousel to take up that space and not allow it to overflow siblings.
    */
  /** Specs configuration */
  /** fix for button not taking up fill height in sticky header*/
}
.pdp-v2 .default-pp-banner.text {
  margin: 0;
}
.pdp-v2 .pdp-features .CollapseWrapper-module_root__3XbCl {
  padding-top: 0;
}
.pdp-v2 .SpecialOffersAboveTheFold-module_root__-aFuZ {
  max-width: 100%;
}
.pdp-v2 .SpecialOffersBelowTheFold-module_title__1gpyw {
  max-width: 100%;
}
.pdp-v2 .Configurations-module_carepackIcon__1-B_E {
  display: none;
}
.pdp-v2 .KeySellingPoints-module_root__3wXxP .KeySellingPoints-module_title__vRz9W {
  text-transform: uppercase;
  color: #767676;
}
.pdp-v2 #reviews .CollapseWrapper-module_root__3XbCl.pdp-reviews {
  background-color: #fff;
}
.pdp-v2 .product-card-new .Ratings-module_stars__1r715 {
  margin-right: 0.3rem;
}
.pdp-v2 #recommendedAccessories {
  margin-bottom: 2.5rem;
}
.pdp-v2 .upsellCarousel .\@hpstellar\/core\/carousel .slick-dots {
  margin-top: 2.5rem;
}
.pdp-v2 .upsellCarousel .PriceBlock-module_priceBlock__qElpU .PriceBlock-module_pricePrefix__1m6DD {
  margin-right: 0;
}
.pdp-v2 .upsellCarousel .PriceBlock-module_priceBlock__qElpU .PriceBlock-module_strikePrice__3qZvQ {
  margin-left: 0.75rem;
}
@media (min-width: 1024px) {
  .pdp-v2 .CollapseWrapper-module_root__3XbCl {
    padding-top: 9.375rem;
  }
  .pdp-v2 .Overview-module_main__ELPrx {
    max-width: 51.8125rem;
  }
  .pdp-v2 .SpecialOffersBelowTheFold-module_title__1gpyw {
    max-width: 13.375rem;
  }
}
@media (max-width: 800px) {
  .pdp-v2 .CollapseWrapper-module_overflow__1nGnR {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 548px) {
  .pdp-v2 .CollapseWrapper-module_container__bW6Ty {
    border-top: none;
  }
  .pdp-v2 .product-card-new {
    border-bottom: none;
  }
  .pdp-v2 .return-info {
    border-top: none;
  }
}
.pdp-v2 .pdp-upsell {
  margin-bottom: 9.25rem;
}
@media (max-width: 800px) {
  .pdp-v2 .pdp-upsell {
    margin-bottom: 0;
  }
}
.pdp-v2 .pdp-specs-section .Configurations-module_list__2pzVO {
  line-height: 1.5rem;
}
.pdp-v2 .StickyHeader-module_actions__2lE8p.StickyHeader-module_cto__V3bYl .Button-module_button__1yqRw {
  height: 100%;
}
/** mobile magnify controls */
@media (max-width: 1024px) {
  .Controls-module_controlWrapper__CuVw_ button svg {
    fill: #2C3038 !important;
  }
  .GalleryModal-module_modal__3mkF_ .slick-dots {
    top: unset !important;
    bottom: 3.125rem !important;
  }
}
/* Recommended accessories fix */
@media (min-width: 375px) {
  .Accessory-module_modal__33JSE .DetailedInfo-module_arrow__22hWn.DetailedInfo-module_nextArrow__1hcaA {
    right: 25%;
  }
  .Accessory-module_modal__33JSE .DetailedInfo-module_arrow__22hWn.DetailedInfo-module_prevArrow__Sz7mI {
    left: 25%;
  }
}
.Accessory-module_modal__33JSE .\@hpstellar\/pdp\/recommended-accessories__itemCarousel .slick-dots li {
  border-radius: 0;
  border-color: #ffffff;
  height: 2.5rem;
  width: 2.5rem;
}
.Accessory-module_modal__33JSE .DetailedInfo-module_productInfo__HctEt {
  margin-top: 4.5rem;
}
.Accessory-module_modal__33JSE .\@hpstellar\/core\/carousel .slick-dots li.slick-active {
  border: solid 1px #2c3038;
}
.Accessory-module_modal__33JSE .\@hpstellar\/core\/carousel .slick-dots li.slick-active button {
  background-color: transparent !important;
}


/*# sourceMappingURL=components-v2-index.2a81db66855d012628ca.css.map*/