.main-product-section > div[id^="smooth-"] {
  /* JS hides something for the fixed scrolling, let's disable this for now. */
  display: none;
}

.offer-highlights {
  font-size: 16px;
  padding: 0;
  margin: 0;
  display: flex;
  margin-bottom: 20px;
}
.waysToSave .offer-highlights {
  margin-bottom: 0px;
}
.offer-highlights-title {
  float: left;
  color: #222;
  font-weight: 400;
}

.offer-highlights-title:after {
  content: ': ';
  display: inline-block;
}
.offer-highlights a {
  padding: 6px 21px;
  height: auto;
}
.offer-highlights a::before {
  font-size: 26px;
  margin-right: 6px;
  display: initial;
}
.offer-highlights a span {
  padding-left: 3px;
}
.offer-overlay .offer-highlights a span {
	display:none;
}

.offer-highlights a:last-of-type,
.displayed .offer-highlights a:first-of-type {
	display: none;
}
.displayed .offer-highlights a:last-of-type {
	display: block;
	text-align: right;
}
.offer-highlights a.action {
  display: flex !important;
  align-items: center;
}
.offer-overlay {
	position: relative;
}

.offer-overlay .offer-item-required {
    position: relative;
}
.product-container .offer-overlay > section {
	position: absolute;
	background: #fff;
	border: 2px solid #E6E7E7;
	border-bottom-color: #c7c7c7;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	z-index: 998;
	width: 100%;
	height: 0;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 12px 0 0;
	margin-top: 0;
	transition: all 180ms;
}
.product-container .offer-overlay.displayed > section {
	height: 660px;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 10000;
}
.offer-overlay .productTabs {
	padding: 0;
	font-size: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.offer-overlay .rebatesApp .productTabs a {
  font-size: 16px;
  padding: 20px 30px 10px !important;
  position: relative;
  color: #ABABAB;
}
.offer-overlay .productTabs a:hover {
  color: #06c;
  text-decoration: none;
}
.offer-overlay .productTabs a.active:after {
  content: '';
  display: block;
  height: 3px;
  left: 30px;
  right: 30px;
  position: absolute;
  bottom: 0;
  background: #000;
}
.offer-overlay .productTabs a.active, .offer-overlay .productTabs a.active:hover {
  color: #000;
}

.upsell-page .productTabs {
	box-shadow: -80px 0 60px -50px #F3F3F3 inset, 80px 0 60px -50px #F3F3F3 inset, 0 -18px 40px -24px rgba(0, 0, 0, 0.18) inset;
	border-bottom: 0;
	padding: 0;
}

.offer-rwd-close {
	display: none;
}

.upsell-page .offer-item-list .item {
  width: 25%;
  clear: none;
  float: left;
  margin: 24px 0 48px;
  height: 515px;
  position: relative;
  border: solid 10px #f2f2f2;
  border-right: 0;
  padding: 20px;
}

.offer-item-list {
	overflow-y: auto;
}
.offer-item-list h4 {
	padding: 25px 0 0;
	font-weight: 400;
	font-size: 25px;
	clear: both;
  color: #222;
  margin-bottom: 0;
}
.offer-item-list h4:not(:first-of-type){
	padding-top: 60px;
}
.offer-instructions {
  margin: 12px 0 0 ;
  font-size: 14px;
  padding: 0;
  color: #222;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.offer-item-list .item {
	clear: both;
	margin: 0 18px;
	overflow: hidden;
}
.offer-item-list .item-img {
  width: 150px;
  margin-right: 20px;
}
.rebatesApp .offer-item-list .item .item-img {
  width: 100px;
  margin-right: 12px;
  flex-shrink: 0;
}
.offer-item-list h5 {
	color: #06c;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	text-align: left;
}
.offer-item-required {
	font-size: 0.6875em;
	display: inline-block;
	margin: 4px 0;
	text-transform: uppercase;
	font-weight: 600;
}
.offer-item-required:before {
	float: right;
	margin-left: 3px;
}
.tipsmallenize {
	font-size: 0.75em;
}
.offer-item-list .item-details {
  width: 440px
}
.offer-item-list .item-actions {
  display: flex;
  margin-left: auto;
  min-width: 45%;
}
.offer-item-list .price-rebates-section {
	margin: 0;
  overflow: hidden;
  text-align: center;
  padding: 0 5%;
  border-right: 1px solid #CCC;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.offer-item-list .price-rebates-section p {
	display: contents;
}
.offer-item-list .price-rebates-section span {
	font-size: 12px;
}
.offer-item-list .price-rebates-section .price-regular {
  margin-right: 6px;
}
.offer-item-list .price-rebates-section em {
	font-style: normal;
}
.offer-item-list .price-regular {
  float: left;
  text-decoration: line-through;
  color: #585C5F;
}
.offer-item-list .price-savings {
	color: #09A721;
	font-weight: 400;
	float: left;
}
.offer-item-list .price-savings em {
  color: #313131;
}
.offer-item-list span.price-bundled {
	padding: 0;
	margin: 0;
	font-size: 25px;
  line-height: 35px;
	display: block;
  text-align: left;
  flex-grow: 1;
  font-weight: 400;
}
.offer-item-list .add-to-cart, .offer-item-list .add-to-bundle {
	margin: 8px 0 6px;
  /* background-image: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%); */
  color: #222;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  border: solid 1px #ccc;
  align-self: center;
  margin: 0 5%;
  min-width: 130px;
}
.sns-theme .offer-item-list .add-to-cart.secondary-light,
.scb-theme .offer-item-list .add-to-cart.secondary-light,
.offer-item-list .add-to-bundle.secondary-light {
  background-image: none;
}

.offer-item-list .add-to-cart:before, .offer-item-list .add-to-bundle:before {
  color: #09A721;
	color: inherit;
	margin-right: 6px;
  position: relative;
  top: 2px;
}

.upsell-page .offer-item-list .price-breakdown {
  font-size: 12px;
  width: 100%;
  border-right: none;
  align-items: center;
  display: grid;
}

.upsell-page .offer-item-list .item{
	text-align: center;
}

.upsell-page .offer-item-list .price-savings,
.upsell-page .offer-item-list .price-regular {
  float: none;
  display: inline-block;
}
.upsell-page .offer-item-list .price-regular {
  grid-column: 1 / 2;
  justify-self: end;
  margin-right: 6px;
}
.upsell-page .offer-item-list .price-savings {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  justify-self: start;
  margin-left: 6px;
  margin-bottom: 0 !important;
}

.upsell-page .offer-item-list span.price-bundled {
  font-size: 21px;
  margin-right: 0;
  text-align: center;
  grid-column: 1 / 3;
}

.upsell-page .offer-item-list h5 {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.upsell-page .offer-item-list .item-details p{
	margin-bottom: 0;
}
.offer-overlay footer {
	background: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 18px;
  border-top: solid 1px #e5e5e5;
  box-shadow: 0px 20px 35px 17px rgba(0, 0, 0, .3);
}
.offer-overlay footer .button[disabled] {
	background: #e6e7e7 !important;
}
/* .offer-overlay footer .button[disabled]:hover {
	font-size: 24px !important;
} */
.offer-overlay footer .button {
	margin: 0;
	float: right;
  max-width: 340px;
  width: 48%;
	padding: 13px 30px;
	margin: -20px 0 0;
  font-size: 24px !important;
  height: 60px;
  /* background: transparent linear-gradient(180deg, #FC5D37 0%, #ED5132 49%, #E64525 100%) 0% 0% no-repeat padding-box; */
  color: white;
}
.scb-theme .offer-overlay footer .button {
    background: var(--blue-button-gradient);
}
.scb-theme .offer-overlay footer .button:hover {
    background: var(--scuba-blue-button-gradient-hover);
}
.sns-theme .offer-overlay footer .button {
    background: var(--orange-button-gradient);
}
.sns-theme .offer-overlay footer .button:hover {
    background: var(--orange-button-gradient-hover);
}
.offer-overlay .summary-line {
	float: left;
	width: 45%;
	padding: 3px 3px;
	clear: left;
}
.offer-overlay .summary-line span {
	text-align: right;
	float: right;
}
.offer-overlay .summary-line.cart-savings span {
  color: #09A721;
}
.offer-overlay .cart-savings strong {
	font-weight: 400;
}
.offer-overlay .cart-grandtotal {
	font-weight: 600;
	margin-top: 3px;
	border-top: 1px dotted #b7b9bb;
	padding-top: 8px;
}

.offer-overlay footer .alert {
	margin:0;
	padding-top: 12px;
	font-weight: 400;
}

.item-snapshot {
	overflow: hidden;
}
.item-snapshot .item-img {
	float: left;
	width: 7%;
}
.rebatesApp .item-img img.imgProd {
	max-width: 100%;
}
.item-snapshot .item-details {
	float: left;
	padding: 0 2%;
	width: 36%;
}
.item-snapshot h2 {
	margin: 8px 0 6px;
	color: inherit;
	font-size: 1em;
}
.item-snapshot .free-shipping {
	font-size: 14px;
  color: #06c;
}
.item-snapshot .bundle-includes h3 {
	font-weight: 400;
	font-size:	0.9375em;
	margin: 18px 0 6px;
	border-bottom: 1px dotted #c1c1c4;
	padding-bottom: 6px;
}
.item-snapshot .bundle-includes li {
	font-size: 0.75em;
	margin: 6px 0;
}
.item-snapshot .bundle-includes li  span {
	display: none;
}
.item-snapshot .item-actions {
	float: right;
	width: 18%;
	padding: 8px 0 0;
}
.item-snapshot .price-breakdown > * {
	text-align: right;
}
.item-snapshot .your-price {
	font-size: 25px;
	margin: 6px 0;
}
.item-snapshot .checkout-button{
	margin-top: 0;
  width: 100%;
  font-size: 14px;
}
.scb-theme .item-snapshot .checkout-button {
    background: var(--scuba-red-button-gradient);
}
.scb-theme .item-snapshot .checkout-button:hover {
   background: var(--scuba-red-button-gradient-hover);
}
.sns-theme .item-snapshot .checkout-button {
    background: var(--orange-button-gradient);
}
.sns-theme .item-snapshot .checkout-button:hover {
   background: var(--orange-button-gradient-hover);
}
.item-actions .total-savings .your-price {
	color: #09A721;
}

/* WHD-37352 hide initial 0 value*/
.item-actions .price-breakdown.total-savings[data-saving-value^='0'] {
    display: none
}

.offer-item-list .quantity > input{
    width: 30px;
    padding: 2px 3px;
    text-align: center;
    font-size: 0.75em;
}
.item-snapshot .apple-warranty{
	padding: 0px;
}
.main-product-section .item-snapshot:nth-of-type(2),
.main-product-section .item-snapshot:nth-of-type(3) {
	border-top: none;

}
.apple-warranty .item-img{
	width: 12%;
}
.apple-warranty .item-details{
	width: 70%;
	margin: 0 4%;
}
.item-snapshot .apple-warranty .item-actions{
	width: 10%;
}
.item-snapshot.color-block {
	border-radius: 0px;
	border-width: 10px;
  border-color: #f2f2f2;
}
.offer-item-list.color-block {
  border-width: 0;
}
.item-snapshot .stock {
    font-size: 1em;
    margin-right: 10px;
}
.item-snapshot p.stock-info {
    margin: -6px 0 0 0;
}
.item-snapshot p.stock-info ~ a {
    font-size: 14px;
    margin-top: 20px;
    display: flex;
}
.item-snapshot p.stock-info ~ a:before {
  content: 'C';
  font-family: iCons;
  display: block;
  margin-right: 6px;
  font-size: 16px;
  position: relative;
  top: -1px;
}
.upsell-nav {
    width: 100%;
    margin: 45px auto 0;
}
.upsell-page .upsell-nav {
  margin-bottom: 5px;
}
.upsell-nav h1 {
  font-size: 21px;
}
.upsell-nav h1 b {
  color: #09A721;
}

.upsell-nav-right {
  border-bottom: solid 1px #e5e5e5;
  margin-top: 24px;
  padding-bottom: 12px;
}

.upsell-nav-right a {
  font-size: 16px;
  color: #ABABAB;
  margin-right: 24px;
  position: relative;
  display: inline-block;
}

.upsell-nav-right a:last-child {
  margin-right: 0;
}

.upsell-nav-right a.active {
  color: #222;
}

.upsell-nav-right a.active:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #222;
  position: absolute;
  bottom: -14px;
  left: 0;
}

.upsell-nav .hoverTips li a:hover{
	background-color: #ccc;
	border-bottom: none;
}
.upsell-nav .toggle-hover{
	position: relative;
	align-items: center;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
}
.upsell-nav .toggle-hover:hover .hoverTips{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible
}
.upsell-nav .hoverTips{
	opacity: 1;
	visibility: hidden;
	left: -180px;
	top: 50px;
	padding-top: 24px;
	padding-bottom: 12px;
	-webkit-transition: none;
	transition: none;
	border-radius: 0;
	padding-top: 12px;
}
.upsell-nav .hoverTips ul{
	list-style: none;
	text-align: left;
	padding-left: 0;
	margin: 0;
}
.upsell-nav .hoverTips:before, .upsell-nav .hoverTips:after{
	display: none;
}

.upsell-page .upsell-nav .toggle-hover {
  height: 50px;
  width: 50px;
  text-align: right;
  left: -26px;
}
.upsell-page .upsell-nav .hoverTips {
  left: -150px;
}

.upsell-page .offer-item-list.color-block {
  padding: 0;
}

.viewPriceBreakdown .loading-img {background:url("/image/lsa/ui/ajaxLoading.gif") no-repeat 50% 120px #fff!important;}
.upsell-page .offer-item-list .item-actions{
	position: absolute;
	bottom: 12px;
  left: 20px;
  right: 20px;
  padding-left: 0;
  margin: auto;
  flex-wrap: wrap;
}
.page-pdp .offer-item-list .item-details .col1 {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
}
.page-pdp .offer-item-list .item-details .item-ids {
  margin-top: auto;
}
.page-pdp .offer-item-list .item{
  margin: 12px 0 0;
}
.upsell-nav .hoverTips > ul {
  visibility:hidden;
  opacity:0;
  transition:visibility 0s linear 0.1s, opacity 0.1s linear;
}
.upsell-nav .toggle-hover:hover .hoverTips > ul {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
/* !--- Complex Rebate PDP --- */
.page-pdp .product-container .offer-overlay.displayed .rebatesApp{
	height: 62vh;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 2;
  box-shadow: 3px 9px 16px rgba(0, 0, 0, .3);
  background-image: linear-gradient(180deg, #F7F7F7 0%, #F2F2F2 100%);
}

.page-pdp  .product-container .offer-overlay .rebatesApp {
    position: absolute;
    background: #fff;
    border: 1px solid #e6e7e7;
    z-index: 998;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 180ms;
}

.page-pdp .offer-overlay .item{
	padding: 12px;
  background: #fff;
  display: flex;
  /* min-height: 150px; */
}

.page-pdp .offer-item-list{
	max-height: 80%;
}

.page-pdp .groupContainer {
  background-image: linear-gradient(180deg, #F7F7F7 0%, #F2F2F2 100%);
  padding: 0 30px 100px;
}

.page-pdp .offer-overlay.displayed .offer-highlights {
	border-bottom: 1px solid #dbd4d4;
}

.page-pdp .offer-overlay.displayed.opened .offer-highlights {
  border-bottom: none;
}
.page-pdp .offer-overlay .productTabs{
	padding: 0;
  border-bottom: solid 1px #ccc;
}
.item-actions .promo-financing {
	font-size: 12px;
	display: block;
	color: #222;
	clear: both;
  text-align: right;
}

.item-actions a.promo-financing {
	display: block;
  color: #06c;
}
.upsell-page .item-actions .promo-financing {
  text-align: left;
}
.upsell-page .item-actions .add-to-cart {
  /* background: linear-gradient(180deg, #FC5D37 0%, #ED5132 49%, #E64525 100%); */
  color: #fff;
  border-color: transparent;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  opacity: 1;
}
.scb-theme .upsell-page .item-actions .add-to-cart {
    background: var(--blue-button-gradient);
}
.scb-theme .upsell-page .item-actions .add-to-cart:hover {
    background: var(--scuba-blue-button-gradient-hover);
}
.sns-theme .upsell-page .item-actions .add-to-cart {
    background: var(--green-button-gradient);
}
.sns-theme .upsell-page .item-actions .add-to-cart:hover {
    background: var(--green-button-gradient-hover);
}
.upsell-page .warranty-container-main {
	background: #f2f2f2;
	padding: 0 10px 10px;
}
.upsell-page .warranty-container-main section {
	background: #fff;
	padding: 30px;
}
.upsell-page .warranty-container-main .warranty {
	width: 100%;
	max-width: 840px;
}
.upsell-page .warranty-container-main .warranty .plan-options-wrap {
	width: 100%;
	margin-top: 10px;
}
.upsell-page .warranty-container-main .warranty:before {
	content: 'Add a Protection Plan';
	font-size: 12px;
	text-transform: uppercase;
    padding-bottom: 20px;
    display: none;
}
.upsell-page .warranty-container-main .warranty .warranty-type-wrap {
	width: auto;
	display: flex;
	padding: 0 15px 10px;
}
.upsell-page .warranty-container-main .warranty .warranty-type-wrap img {
    align-self: center;
    margin-right: 15px;
    max-width: 150px;
    max-height: 80px;
}
.upsell-page .warranty-container-main .warranty .warranty-type-wrap p {
	color: #585C5F;
	font-size: 12px;
	margin-bottom: 0;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type {
	width: 100%;
	padding-bottom: 0;
	align-items: baseline;
	display: flex;
  flex-wrap: nowrap;
  border: 0;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type a {
	color: #06c;
	font-size: 14px;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type span:first-of-type {
  padding-left: 5px;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type .price-before {
	display: block;
	color: #999;
	font-size: 12px;
	text-decoration: line-through;
	padding-right: 5px;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type .price-now {
	color: #222;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type button {
	min-width: 65px;
	margin: 5px;
	margin-left: 10px;
	height: 24px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type button.added {
	background: #fff;
	border: 1px solid #ccc;
	color: #222;
	min-width: 85px;
	text-align: center;
	font-weight: 400;
}
.upsell-page .warranty-container-main .plan-options-wrap .plan-type button.added:before {
	font-family: iCons;
	content: 'V';
	color: #108A00;
	padding-right: 5px;
}

.rebatesApp.bundle-modal .bundle-modal-body .offer-item-list .item h5 {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-widget-body.waysToSave {
  margin-top: 0;
}

.rebatesApp .product-options-section {
  margin: 6px 5% 0;
}

.rebatesApp .bundle-modal-body .product-options-section {
  margin: 4px 0 0 0;
}

.page-pdp .offer-item-list .add-to-cart, .offer-item-list .add-to-bundle {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%);
}

.page-pdp .offer-item-list .add-to-cart.secondary-light, .offer-item-list .add-to-bundle.secondary-light {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #EDEDED 100%);
}

.item-snapshot .on-backorder-message {
	color: #C31502;
	text-align: start;
	border-top: 1px solid #d8cfcf;
	width: calc(100% + 32px);
	padding: 5px 10px;
	display: flex;
  align-items: center;
	font-size: 14px;
  position: relative;
  float: inline-start;
  left: -16px;
  margin-top: 10px;
}

.item-snapshot .on-backorder-message .content {
	word-break: break-word;
}

.item-snapshot .on-backorder-message .uppercase {
	text-transform: uppercase;
}

.item-snapshot .on-backorder-message span[data-icon='!'] {
	font-size: 26px;
  display: block;
	margin-right: 5px;
}

/* !--- RWD full --- */
@media screen and (min-width:801px) {
  .upsell-page .offer-item-list .item:last-of-type {
    border-right: solid 10px #f2f2f2;
  }
	.upsell-page .offer-item-list .item-img,
  .upsell-page .offer-item-list .item-details {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
	.upsell-page .offer-item-list .item-img {text-align: center;}
	.upsell-page .add-to-cart {width: 100%; display:inline-block; border-radius: 0; text-transform: uppercase;}

}

@media screen and (max-width: 1020px) {
  .offer-overlay footer .button { font-size: 18px; }
  .upsell-page .offer-item-list .item { width: 33.33%; height: 562px; }
  .upsell-page .item-snapshot .price-breakdown span {
    display: block;
    text-align: left;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 801px) and (max-width: 1020px) {
  .upsell-page .item-snapshot .item-actions {
    width: 26%;
  }
}

/* !--- RWD sm+med --- */
@media screen and (max-width:801px) {
	.offer-overlay .summary-line, .offer-overlay footer .button {width: 100%; max-width: 100%; margin: 0 0 12px;}
	.upsell-page > .col1 {padding: 12px 3%;width:100%;}
	.upsell-page > .col2 {display: none;}
	.upsell-page .offer-item-list {padding: 0 1.2%;}
	.offer-overlay footer .alert {padding-top: 0px;}
	.offer-item-list {padding-bottom: 85px;}
		.item-snapshot .price-breakdown strong{
		display: block;
		text-align: left;
	}
	.item-snapshot .item-img{
		width: 10%;
	}
	.item-snapshot h2, .item-snapshot .item-details a{
		font-size: .925em;
	}
	.item-snapshot .item .item-details{
		width: 40%;
	}
	.apple-warranty .item-img, .upsell-nav-left, .item-snapshot .total-savings {
		display:none;
	}
	.apple-warranty .item-details{
		margin:0;
		padding: 0;
	}
	.upsell-page .offer-item-list .item-actions{
		position: relative;
    left: auto;
    right: auto;
    margin-top: 24px;
    margin-left: 0;
    padding-left: 0;
	}
  .upsell-page .offer-item-list .price-breakdown {
    text-align: left;
    grid-template-columns: auto 1fr;
    margin-bottom: 10px;
  }
	.offer-item-list .price-regular{
		float: left;
	}
	.offer-item-list .item{
		margin: 4% 2%;
		border-bottom: 1px dotted #c1c1c4;
		padding: 12px;
	}
	.offer-item-list .item-details{
		padding: 0;
    width: auto;
    max-width: 440px;
	}
  .upsell-page .offer-item-list h5 {
    text-align: left;
  }
	.upsell-page .offer-item-list span.price-bundled{
		font-size: 21px;
    float: none;
    text-align: left;
	}
	.item-actions .price-breakdown > *{
		margin-top: 0;
	}
	.item-snapshot .apple-warranty{
		padding: 2% 0;
	}
	.item-snapshot .apple-warranty .item-actions{width: 30%;}

  .offer-highlights {
    font-size: 14px;
  }

  .offer-highlights-title {
    display: none;
  }

  .offer-highlights a {
    margin-left: 0;
  }

  .upsell-page .offer-item-list .item {
    width: 100%;
    height: auto;
    float: none;
    border: none;
    text-align: left;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    padding-left: 140px;
    padding-top: 0;
  }

  .upsell-page .offer-item-list .item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
  }

  .upsell-page .main-product-section {
    border-bottom: 0;
  }

  .upsell-page .item-snapshot .item-actions {
    width: 40%;
  }
  .upsell-page .upsell-nav-right {
    display: flex;
  }
  .upsell-page .upsell-nav a {
    font-size: 14px;
    text-align: center;
  }
  .upsell-page .offer-item-list .price-regular {
    justify-self: start;
  }
  .upsell-page .upsell-nav .toggle-hover {
    left: -20px;
  }
}

/* !--- RWD sm --- */
@media screen and (max-width:599px) {
  .bundle-modal-wrapper {
    height: 97%;
  }
  .bundle-modal-body .rebatesApp .productTabs a {
    padding:11px 14px 7px !important;
    font-size: 14px;
  }
  .rebatesApp.bundle-modal .bundle-modal-body .offer-item-list .item h5 {
    height: auto;
  }
  .bundle-modal-body .productTabs a.active:first-child::after {
    padding-left: 0px;
  }
  .offer-overlay .productTabs a.active:after {
    left: 0px;
  }
  .offer-highlights a.action {
    font-size: 14px;
    padding: 0 16px;
  }
  .offer-highlights a::before {
    content: none;
  }
  .price-bundled {
    font-size: 21px;
  }
  .offer-item-list .price-rebates-section {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  span.price-savings {margin-bottom: 8px !important;}
	.offer-highlights {margin-bottom: 10px; border-right:0;}
	.offer-highlights-title, .offer-highlights a span{display: none;}
	.offer-highlights a {width: 100%; padding: 6px 0;}
	.product-container .offer-overlay.displayed > section {position: fixed; top:0; height:100%;left:0;}
	.productTabs {display: block;}
	.offer-rwd-close {display: block; position: fixed; top: 0px; left:0; font-size: 10px; background: #fff; width: 100%; padding: 12px 3%; z-index: 999; border-bottom: 1px solid #c1c1c4; color: #666; text-transform: uppercase; letter-spacing: .5px; }
	.offer-rwd-close:before {color: inherit; margin: 0 4px 0 0; content: 'ì'; font-size: 16px; position: relative; top: 2px; }
	.product-container .offer-item-list  {max-height: 80%; max-height: calc(100% - 215px); padding-top: 0px;}
	.offer-item-list .item-details, .offer-item-list .item-actions {width: 82%}
	.offer-overlay footer {height: 153px; position: sticky;}
	.offer-item-list {padding-bottom: 15px;}
    .item-snapshot.color-block {padding:3%;}
    .item-snapshot .item-details {width:52%}
    .item-snapshot .item-actions {width:33%}
    .offer-item-list .price-regular, .offer-item-list .price-savings, .offer-item-list .price-bundled {white-space:nowrap}
    .rebatesApp .offer-rwd-close{top:0px;}
    .offer-overlay .productTabs {padding-top: 30px; margin: 0; width: 100%;}
    .item-snapshot .your-price{font-size: 1em;}
	.item-snapshot .item-actions{width: 24%;}
	.item-snapshot .item-details{width: 60%;}
	.item-snapshot .item-actions{width: 40%;}
  .upsell-page { padding-left: 12px; padding-right: 12px; }
	.upsell-nav h1, .upsell-nav a{flex: 1;}
  .upsell-nav a { display: block; margin: 0; }
  .upsell-nav a:first-child { margin-bottom: 12px; }
  .bundle-modal-body .offer-overlay .productTabs { margin: 0 12px;}
	.page-pdp .shadow-scroller{
		background: none;
	}
	.page-pdp .offer-item-list{
		max-height: 80vh;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.page-pdp .item-actions .price-breakdown>*{
    margin: 0;
    margin-right: 12px;
	}
	.offer-item-list .add-to-cart, .offer-item-list .add-to-bundle {
    margin: 12px 3px 10px;
	}
	.offer-item-list h5{
	  font-size: .925em;
	}
	.offer-item-list .item-details{
	  width: auto;
    grid-column: 2 / 4;
	}
	.offer-item-list .item-actions{
	  width: auto;
	}
	.page-pdp .offer-highlights{
		margin-top: 0;
  }
  
  .page-pdp .offer-item-list .item-details .item-ids {
    margin-top: 0;
  }
  .page-pdp .offer-overlay .item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 8px;
    height: auto;
    padding-left: 0;
  }

  .offer-item-list .item-img {
    width: 90px;
  }

  .page-pdp .offer-overlay .item .item-actions {
    width: auto;
    grid-column: 2 / 4;
    margin-left: 0;
    margin-top: 0px;
  }

  .offer-item-list .item-actions {
    padding-left: 0;
    flex-direction: column;
  }

  .offer-overlay footer .addBundleToCart.button {
    width: 100%;
    font-size: 16px !important;
    height: 36px;
    padding: 0;
  }

  .upsell-page .item-snapshot .item-actions {
    width: 100%;
  }

  .upsell-page .promo-financing {
    text-align: center;
    font-size: 14px;
  }

  .upsell-page .item-snapshot .price-breakdown strong {
    font-size: 18px;
  }

  .upsell-page .item-snapshot .item {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .upsell-page .item-snapshot .item-img {
    width: 100%;
    max-width: 100px;
  }

  .upsell-page .item-snapshot .item .item-actions:last-of-type {
    order: 1;
  }

  .upsell-page .item-snapshot .item .item-actions:nth-child(3) {
    order: 2;
  }

  .upsell-page .item-snapshot .item .item-details {
    position: absolute;
    top: 0;
    left: 120px;
    width: auto;
  }

  .upsell-page .offer-item-list .item {
    padding-left: 100px;
  }

  .upsell-page .offer-item-list .item-img {
    max-width: 90px;
    max-height: 90px;
  }

  .upsell-page .warranty-container-main section {
    padding: 10px;
  }
  .upsell-page .warranty-container-main .warranty .warranty-type-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  .upsell-page .warranty-container-main .warranty .warranty-type-wrap img {
    margin: 0 0 20px;
  }
  .upsell-page .warranty-container-main .warranty .plan-options-wrap {
    border: 0;
    padding: 10px 0;
  }
  .upsell-page .warranty-container-main .plan-options-wrap .plan-type {
    align-items: center;
    flex-wrap: wrap;
  }
  .upsell-page .warranty-container-main .plan-options-wrap .plan-type a {
    font-size: 12px;
  }
  .upsell-page .warranty-container-main .plan-options-wrap .plan-type span:first-of-type {
    padding-left: 0;
  }
  .upsell-page .upsell-nav-right {
    padding-bottom: 0;
  }
  .bundle-state-container {
    padding: 0;
  }
  .page-pdp .groupContainer {
    padding: 0 15px 57px 15px;
  }
}


/* !--- RWD b/t med & full --- */
@media screen and (max-width:1020px) and (min-width:801px) {
	.item-snapshot .item-details{width: 38%;}
	.apple-warranty .item-details{width: 70%;}
	.item-snapshot .apple-warranty .item-actions{width: 10%;}
}
/* !--- rwd ultra wide --- */
@media screen and (min-width: 1020px) {
  .upsell-nav {
    max-width: 1400px;
  }
  .upsell-page .rebates-items-wrapper .item-img img{
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
	}
}

/* !-- rwd: super small --*/
@media screen and (max-width:326px) {
	.page-pdp .offer-item-list{
		max-height: 290px;
	}
}

@media screen and (min-width: 1200px) {
	.item-snapshot h2 {font-size:1.4em;}
	.item-snapshot .checkout-button {font-size:1em; float:right;}
	.upsell-page .add-to-cart {border-radius: 3px;}
}

/* @media screen and (max-width: 1200px) {
  .offer-overlay footer .button { width: auto; }
} */

a.promo-financing-link-mini-cart {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  display: block;
  margin-top: 4px;
}

a.promo-financing-link-mini-cart span.promo-financing-rate {
  color: #108A00;
  font-weight: bold;
}

a.promo-financing-link-mini-cart span.promo-financing-rate.promo-financing-rate-dollars {
  font-size: 13px;
}

a.promo-financing-link-mini-cart span.promo-financing-learn-how {
  color: #0066CC;
}

a.promo-financing-link-mini-cart:hover {
  text-decoration: none;
  color: initial;
}

a.promo-financing-link-mini-cart:hover span.promo-financing-learn-how {
  text-decoration: underline;
}

.upsell-page a.promo-financing {
  font-size: 12px;
  font-weight: 400;
  color: #222;
  display: block;
  margin-top: 4px;
  line-height: 1.4;
  text-align: center;
}

.upsell-page a.promo-financing span.promo-financing-rate {
  color: #108A00;
  font-weight: bold;
}

.upsell-page a.promo-financing span.promo-financing-rate.promo-financing-rate-dollars {
  font-size: 13px;
}

.upsell-page a.promo-financing span.promo-financing-learn-how {
  color: #0066CC;
}

.upsell-page a.promo-financing:hover {
  text-decoration: none;
}

.upsell-page a.promo-financing:hover span.promo-financing-learn-how {
  text-decoration: underline;
}



.bundle-modal.rebatesApp {
  z-index: 10000 !important; /* 1 */
  top: 0 !important;
  left: 0 !important;
  visibility: hidden !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
}

.bundle-modal-body {
  padding: 0;
  height: 62vh;
}

.bundle-modal.is-visible {
  visibility: visible;
}

.bundle-modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.opened .bundle-modal {
  animation-name: bundleFadeIn;
  animation-duration: 1s;
}

@keyframes bundleFadeIn {
  0%   {opacity: 0;}
  100%  {opacity: 1;}
}

.bundle-modal.is-visible .bundle-modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.bundle-modal-wrapper {
  z-index: 9999;
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  border-radius: 6px;
  overflow: hidden;
}

.bundle-modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.bundle-modal.is-visible .bundle-modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.bundle-modal-header {
  padding: 6px 15px;
  display: flex;
  align-items: center;
  background: transparent linear-gradient(0deg, #0345a1 0%, #00357a 100%)
    0% 0% no-repeat padding-box;
  color: #ffffff;
  visibility: visible;
}

.bundle-modal-heading {
  font-weight: normal;
  margin: 0 !important;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  flex-grow: 1;
}

.bundle-modal-close {
  color: #ffffff;
  background: none;
  border: 0;
  margin: 0 !important;
  padding: 0;
}

.bundle-modal-close:hover {
  background: initial;
}

.bundle-modal-body h4 {
  border-bottom: none !important;
  margin-top: 0;
}

.bundle-modal-body .price-regular {
  margin: 0 0 6px 0 !important;
}

.bundle-modal-body .price-savings {
  color: #09A721 !important;
}

.bundle-modal-body .offer-item-list .add-to-cart:before, .bundle-modal-body .offer-item-list .add-to-bundle:before {
  color: #09A721 !important;
}

.bundle-modal-body .price-bundled {
  color: #222222 !important;
}

.bundle-state-container {
  display: flex;
  padding: 0 0 0 5%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 152px;
}

.bundle-state-remove {
  margin: 12px 0 0 0;
  color: #0066CC;
  font-size: 12px;
}
.bundle-state-remove:hover {
  cursor: pointer;
}

@media screen and (max-width: 1390px) and (min-width: 1201px){
  .bundle-modal-wrapper {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px){
  .bundle-modal-wrapper {
    width: 83%;
  }
}
@media screen and (max-width: 889px) and (min-width: 600px){
  .offer-item-list .item-actions {
    padding-left: 12px;
  }
}
@media screen and (max-width: 890px) {
  .offer-item-list .item-actions {
    flex-direction: column;
  }
  .offer-item-list .price-rebates-section {
    align-items: flex-start;
    padding-left: 0;
  }
  .bundle-state-container {
    padding: 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 4px;
  }
  .offer-item-list .price-rebates-section {
    border-right: none;
  }
  .bundle-state-remove {
    margin: 0 6px 0 6px;
  }
  .offer-item-list .add-to-cart, .offer-item-list .add-to-bundle {
    margin: 0;
  }
  .page-pdp .offer-overlay .item {
    height: auto;
  }
}

@media screen and (max-width: 768px){
  .bundle-modal-wrapper {
    width: 92%;
  }
  .offer-item-list .item-actions {
    flex-direction: column;
  }
  .offer-item-list .add-to-cart, .offer-item-list .add-to-bundle {
    align-self: unset;
  }
  .offer-item-list span.price-bundled {
    font-size: 21px;
  }
  .bundle-modal-body .productTabs a {
    width: initial;
  }
  .rebatesApp .product-options-section {
    margin: 6px 0 0 0;
  }
}

@media screen and (max-width: 451px) {
  .offer-item-list span.price-bundled {
    font-size: 21px;
  }
  .offer-overlay .productTabs a {
    padding: 12px;
  }
  .offer-overlay .productTabs a.active:after {
    left: 12px;
    right: 12px;
  }
  .page-pdp .offer-item-list{
    margin-top: 0px;
    padding-bottom: 74px;
  }
  .offer-item-list h4 {
    font-size: 21px;
  }
  .offer-instructions {
    font-size: 12px;
  }
  .bundle-modal-header {
    padding: 0 11px;
  }
  .bundle-modal-heading, .bundle-modal-close {
    font-size: 13px !important;
  }
  .offer-item-list .item-img {
    margin-right: 8px;
  }
}

.offer-overlay .productTabs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.offer-overlay .productTabs {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}

.upsell-page .warranty-container-main .warranty .warranty-type-wrap img.ado-protect-logo {
	max-height: 46px;
	margin-left: 0!important;
}
.page-pdp .warranty-container-main.warranty-protect-wrapper .plan-type a,
.upsell-page .warranty-container-main.ado-protect-wrapper .plan-type a {
	pointer-events: none;
}
.upsell-page .warranty-container-main.ado-protect-wrapper .warranty .plan-options-wrap {
	margin-top: 0;
}
.page-pdp .warranty-container-main.warranty-protect-wrapper .plan-options-wrap .plan-type .price-before,
.upsell-page .warranty-container-main.ado-protect-wrapper .plan-options-wrap .plan-type .price-before {
	display: none;
}
.upsell-page .warranty-container-main.ado-protect-wrapper .ado-protect-us-footnote {
	text-align: right;
	padding: 5px 0;
	font-size: 12px;
	color: #585C5F;
	margin-bottom: 0;
}

.rebatesApp .product-options-select {
  margin: 0px;
  border: 1px solid #B5B5B5;
  border-radius: 4px;
  font-family: inherit;
  color: inherit;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%) 0% 0% no-repeat padding-box;;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAAj0lEQVR4Ab3QxQHCMBQGYGQ1BsIZBj3V2xM2BwuQ5L1zO0Fd/wY51iPfHxuladq+SZJMHS8QUqoVtveA5XhUgOaPqAe+1csG2/UUJnU4cjxfCinXCHQ4CqNo9g0gbCp/36HR7fF8FYv7BcojkIoWluMSQgRFX1sxbZcRFmfXhDHVwreQOwyVANOH0yXUR80A4aWTKxd5NGAAAAAASUVORK5CYII=');
  background-position: calc(100% - 6px) 5px, 0 0;
  background-repeat: no-repeat;
  min-width: 150px;
  width: 100%;
  margin-bottom: 6px;
  height: 26px;
  background-size: auto 58%;
  background-clip: 10px;
  background-size: 8px;
}

.rebatesApp .product-options-select-opt {
  font-size: 14px;
  color: #000;
}

.rebatesApp .product-options-select-default {
  font-size: 14px;
  color: #808080
}

.rebatesApp .popupContainer {
  background-color: #fff;
  border-radius: 6px;
}

.rebatesApp .productImage {
  width: 100%;
}


/*- WHD-44439-*/
.modal.bundle-popup .popupBorder {
    overflow: visible;
    top: 4vh !important;
}
.bundle-popup .popupContent {
    padding: 0 !important;
    border-radius: 4px;
}
.bundle-popup .popupHeader {
    display: none;
}
.bundle-popup .popupExit {
    top: -15px;
    right: -10px;
    background: transparent linear-gradient(0deg, #0345a1 0%, #00357a 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    box-shadow: 1px 5px 9px #00000054;
}
.bundle-popup .popupExit:hover {
	background: transparent linear-gradient(0deg, #0345a1 0%, #00357a 100%) 0% 0% no-repeat padding-box;
}
.bundle-popup .popupExit:before, .bundle-popup .popupExit:hover:before  {
    color: #fff;
    font-size: 8px;
}
.bundle-popup .upsell-page {
    padding: 0;
    position: static;
    width: 100%;
}
.bundle-popup .upsell-page .offer-item-list .item { 
    padding: 10px;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) {
    padding: 20px 0px;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-actions:has(.checkout-button) {
    grid-area: 1/3/1/3;
    text-align: right;
    width: 100%;
    height: 40px;
}
.page-pdp .bundle-popup .upsell-page .upsell-nav{
    padding: 0 20px;
    margin: 0;
}
.bundle-popup .warranty-container-main {
    padding: 0;
}
.bundle-popup .upsell-page .main-product-section {
  	padding: 0 20px 20px;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay):after {
    height: 10px;
    content: "";
    display: block;
    background: transparent linear-gradient(0deg, #FfFfFf 0%, #d1d0d0 100%) 0% 0% no-repeat padding-box;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details p{
    display: none;
}
.bundle-popup .main-product-section:not(#offerOverlay) .item > .item-actions:has(.price-breakdown) {
    display: none; 
}
.bundle-popup .main-product-section:not(#offerOverlay) .item > .item-actions .promo-financing{
    display: none; 
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item {
   display: grid;
   grid-template-columns: 100px auto 200px;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-img {
    width: 100%;
    max-width: 100px;
    grid-area: 1/1/1/1;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details {
    width: 100%;
    grid-area: 1/2/1/4;
    position: static;
    display: flex;
    flex-flow: column;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details a {
    display: flex;
    justify-content: flex-end;
    padding: 15px 40px 0 0;
    margin: 0;
    text-transform: uppercase;
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details a:before {
    display: none;
}
.bundle-popup #offerOverlay .offer-item-list h4 {
    padding: 0;
}
.bundle-popup #offerOverlay .offer-item-list .add-to-cart.button {
    display: block;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: none;
    letter-spacing: 0;
    height: 40px;
    box-shadow: none; 
}
.bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details h2 {
    width: calc(100% - 200px);
    font-size: 20px;
    font-weight: 800;    
    text-transform: capitalize;
}
.bundle-popup .upsell-page .main-product-section {
    margin: 0 !important;
}
.bundle-popup .upsell-nav-right {
    display: none;
}
.bundle-popup .item-snapshot.color-block {
    border:none;
}
.bundle-popup .item-snapshot .item{
    display: flex;
}
.scb-theme .bundle-popup .upsell-page .item-actions .add-to-cart {
    background: var(--scuba-blue-button-gradient-hover);
}
.sns-theme .bundle-popup .upsell-page .item-actions .add-to-cart {
    background: var(--green-button-gradient-hover);
}
.sns-theme  .bundle-popup .popupExit {
    background: #000;
}
@media screen and (min-width: 800px)  { 
    .bundle-popup .upsell-page {
        padding: 0 0  20px 0;
    }
    .bundle-popup .upsell-page .rebates-items-wrapper .item-img img {
    	margin: 15px 0 10px;
	}
    .bundle-popup .upsell-page .offer-item-list .item:nth-child(3n){  
    	border: 10px solid #f2f2f2;
    }
	.bundle-popup .upsell-page .offer-item-list .item{
	    flex-flow: column;
	    width: 33%;
	    padding: 0 15px 0px;
	    height: 562px; 
	}
}
@media screen and (min-width: 800px) and (max-width: 870px) {
    .bundle-popup .popupBorder {
        width: 790px;
        left: calc(50% - 395px);
    }
}
@media screen and (min-width: 600px) and (max-width: 750px) {
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details a {
        position: absolute;
        right: 30px;
        top: 80px;
    }    
}
@media screen and (max-width: 800px){
    .bundle-popup .upsell-page .offer-item-list .item{
        display: grid;
        grid-template-columns: auto 1fr;
        padding: 0;
    }
    .bundle-popup .upsell-page .offer-item-list .item .item-actions{
        grid-area: 3/2/3/2;
        padding: 10px 0 0 0px;
        width: 100%;
    }
    .bundle-popup .upsell-page .offer-item-list .item  .item-details{
        grid-area: 1/2/1/2;
    }
    .bundle-popup .upsell-page .offer-item-list .item  .item-img{
        position: static;
        grid-area: 1/1/4/1;
        min-width: 120px;
        margin: 0;
        padding: 20px 10px 20px 0;
    }
    .bundle-popup .upsell-page .offer-item-list .item  .product-options-section{
       grid-area: 2/2/2/2;
    }
    .bundle-popup .upsell-page .main-product-section {
        padding: 12px;
    }
}
@media screen and (max-width: 599px){
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item {
        display: grid;
        grid-template-columns:  100px auto;
    }
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-actions {
        grid-area: 1/1/1/1;
    }
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-actions:has(.checkout-button) {
        grid-area: 2/1/2/3;
	margin: -20px 0 0 0;
    }
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details{
        grid-area: 1/1/3/3;
    }
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details h2{
        padding-left: 110px;
        width: 100%;
    }
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details:has(a) {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        height: 180px;
    }
    .bundle-popup .upsell-page .main-product-section:not(#offerOverlay) .item .item-details a {
        width: auto;
        justify-content: center; 
        padding: 0;
    }
}
