/** Shopify CDN: Minification failed

Line 243:0 Unexpected "}"

**/
.hide {
  display: none !important;
}
.other-reason {
  overflow-wrap: break-word;
}
.rp-product-item-quantity {
  max-width: 80px;
}
.return-reason-dropdown {
  position: relative;
}
.rp-step-nav {
	padding-left:0!important;
	list-style:none;
	display:flex;
	justify-content:center;
	gap:240px;
	padding-top:50px;
	counter-reset:step;
}

.rp-step-nav li {
	width:50px;
	height:50px;
	background: var(--steps-background-color, #afbdb0);
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	color:white;
	border:1px solid var(--steps-background-color, #afbdb0);
	font-family:'Poppins', Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	position:relative;
}

.rp-step-nav li.active-step {
	color: var(--active-steps-text-color, #004641);
	border-color:  var(--active-steps-text-color, #004641);
}

.rp-step-nav li.completed-step {
	background: var(--active-steps-text-color, #004641);
	border-color: var(--active-steps-text-color, #004641);
}

.rp-step-nav li:not(:last-of-type):after {
	content:"";
	position:absolute;
	top:50%;
	left:100%;
	width:240px;
	margin-left:1px;
	background: var(--steps-background-color, #afbdb0);
	height:5px;
	margin-top:-2px;
}

.rp-step-nav li:before {
	counter-increment:step;
	content:counter(step);
}

.rp-step-nav li.completed-step:before {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}

.rp-step-nav li.completed-step:after {
	background:#004641;
}

.rp-step-nav li img {
	width:25px;
}

.rp-step-nav li:not(.completed-step) img {
	display:none;
}

.rp-step-title {
	font-family:var(--heading-font-family);
	font-size:30px;
	font-weight:normal;
	text-align:center;
	padding:20px 0 0;
	line-height:normal;
    margin-bottom: 20px;
}

.rp-form {
	max-width:450px;
	margin:20px auto 0;
}

.rp-form-title {
	font-size:18px;
	font-weight:normal;
	text-align:center;
    font-family: poppins;
}

.rp-form label,
.rp-form input, .rp-form button {
	display:block;
	width:100%;
}

.rp-form label {
	font-weight:normal;
	font-size:18px;
	color:#004641;
	margin-bottom:10px;
	text-align:center;
}

.rp-form input.rp-field {
	border-radius:0;
	appearance:none;
	border:1px solid #bdbdbd;
	padding:0 15px;
	min-height:63px;
	/* color:#909090; */
	font-size:18px;
	margin-bottom:20px;
}

.rp-form .button {
	min-height:63px;
	margin-top:30px;
	font-size:21px;
	letter-spacing:0;
	font-weight:500;
	color:#f6efe7;
}

.rp-product-container {
	padding-top:40px;
}

.rp-form-title a {
	text-decoration:underline;
	text-underline-offset:5px;
}

.rp-customer-details {
	font-size:21px;
	text-align:center;
	letter-spacing:0;
}

.rp-product-row {
	display:grid;
	grid-template-columns:170px 1fr;
	grid-gap:20px;
	padding:45px;
	border:1px solid var(--steps-background-color, #afbdb0);
}

.rp-product-row + .rp-product-row {
	border-top:0;
}

.rp-product-info {
	display:flex;
	justify-content:space-between;
}

.rp-product-title {
	font-size:20px;
	font-weight:600;
	letter-spacing:0;
	margin:0 0 0;
}

.rp-product-meta {
	margin:0 0 0;
	font-size:17px;
	letter-spacing:0;
	display:grid;
	grid-template-columns:100px 1fr;
}

.custom-reason-select {
	width:275px;
	border:1px solid #004641;
	font-size:18px;
	letter-spacing:0;
}

.custom-reason-select > a {
/* 	background:url('arrow-down-reason.png') no-repeat; */
	background-position:right 10px center;
	background-size:16px auto;
}

.custom-reason-select > a,
.return-reason a {
	font-size:16px;
	padding: 5px 15px;
	line-height:1;
	position:relative;
	display:block;
}
.custom-reason-select > a.select-return-reason {
  font-size:16px;
  padding: 8px 15px;
  line-height: 1.5;
}
.custom-reason-select>a:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 20px;
    height: 10px;
    background: url(https://cdn.shopify.com/s/files/1/0558/3725/files/Rectangle_9.jpg?v=1684411755) no-repeat;
    top: 50%;
    transform: translateY(-50%);
    background-size: 14px auto;
}

.return-reason {
	padding:0;
	margin:0;
	list-style:none;
/* 	display:none; */
	border-top:1px solid #004641;
      position: absolute;
    z-index: 2;
    background: #fff;
    width: calc(100% + 1px);
    border: 1px solid #004641;
}
}

.return-reason a {
	border:0;
}

.other-reason-box {
	padding-top:10px;
}

.other-reason-box textarea {
	resize:none;
	width:100%;
	height:100px;
	border:1px solid #bdbdbd;
	padding:10px;
	font-size:15px;
	/* color:#909090; */
	line-height:normal;
}

.reason-images {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.reason-images img {
    width: 50px;
    cursor: pointer;
    opacity: 0.7;
}

.damaged-reason-box .upload-image {
	position:relative;
	max-width:180px;
	cursor:pointer;
	font-weight:normal;
	font-size:18px;
	display:block;
	padding:0;
	margin:0 auto;
}

.damaged-reason-box .upload-image input {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	cursor:pointer;
}

.damaged-reason-box {
	padding-top:12px;
	letter-spacing:0;
}

.damaged-reason-box > p {
	margin:10px 0;
	text-align:center;
	letter-spacing:0;
}

.continue-step-3.button.button--primary,
.continue-step-4.button.button--primary {
	display:block;
	width:230px;
	min-height:63px;
	margin-left:auto;
	font-size:21px;
	letter-spacing:0;
	font-weight:500;
	margin-top:20px;
}


.continue-step-4.button.button--primary {
	width:270px;
	padding:0;
}

.rp-step-3-title {
	padding-top:40px;
	text-align:center;
	font-size:27px;
	font-weight:normal;
	line-height:normal;
	letter-spacing:0;
	max-width:970px;
	margin:0 auto;
}

.shipping-label-tabs {
	margin:0 auto;
	max-width:970px;
}

.rp-step-3-list {
	max-width:970px;
	margin:0 auto;
	margin-top:50px;
}

.rp-step-3-list .rp-product-row {
	padding:20px;
}

.return-reason-info {
	max-width:100%;
	border-left:1px solid var(--steps-background-color, #afbdb0);
	width:350px;
	padding:0 20px;
}

.return-reason-info h3 {
	font-size:20px;
	font-weight:600;
	letter-spacing:0;
	margin:0;
}

.return-reason-info p {
	font-size:17px;
	font-weight:normal;
	letter-spacing:0;
	line-height:normal;
	margin:0;
}

.rp-step-4 .refund-details {
    max-width: 970px;
    margin: 0 auto;
}

.return-reason-info .reason-images {
	margin-top:20px;
	justify-content:flex-start;
	gap:10px;
}

.rp-step-title-alt {
	font-size:40px;
}

.sl-tab-nav {
	padding:0;
	margin:0;
	display:flex;
	list-style:none;
}

.sl-tab-nav li {
	flex:1;
	text-align:center;
}

.sl-tab-nav li a {
	font-size:22px;
	text-transform:uppercase;
	font-weight:500;
	border-bottom:2px solid transparent;
	display:block;
}

.sl-tab-nav li a.active-shipping-tab {
	font-weight:bold;
	border-bottom-color:currentColor;
}

.sl-tab {
	border:1px solid var(--steps-background-color, #afbdb0);
	padding:40px;
}

.sl-tab ul {
	font-size:18px;
	letter-spacing:0;
	list-style:none;
	padding-left:20px;
}

.sl-tab li {
	position:relative;
	margin-bottom:20px;
	line-height:1;
}

.sl-tab li:last-of-type {
	margin-bottom:0;
}

.sl-tab li:before {
	content:"";
	position:absolute;
	width:8px;
	height:8px;
	border-radius:100%;
	background:#ce8e00;
	margin-top:5px;
	left:-20px;
}

.sl-tab li p {
	margin-left:30px;
	margin-top:20px!important;
}

.sl-tab h4 {
	margin-bottom:0;
	font-size:18px;
	letter-spacing:0;
	font-weight:bold;
}

.sl-tab p {
	font-size:18px;
	letter-spacing:0;
	margin:0;
	line-height:1.2;
}

.refund-details {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:20px;
}

.refund-item-details p {
	margin:0;
	display:grid;
	grid-template-columns:200px 1fr;
}

.refund-item-details p span:last-of-type {
	font-size:17px;
	font-weight:bold;
	color:#b04d10;
}

.refund-item-details p span:first-of-type {
	font-size:17px;
	font-weight:normal;
	letter-spacing:0;
}

.refund-item-details p:last-of-type span:first-of-type {
	font-weight:bold;
}

.refund-details .continue-step-3.button.button--primary {
	margin-top:0!important;
}

.return-submitted {
	max-width:620px;
	margin:0 auto;
}

.return-submitted .rp-step-title {
	margin-bottom:0;
}

.return-submitted .continue-step-3 {
	margin:0 auto;
	width:auto!important;
}

.returns-portal-section .returns-portal .container {
  max-width: 1104px;
  margin-bottom: 80px;
}

.returns-portal .rp-step-2 .order-details .shipping-address-details {
    text-align: center;
    margin-bottom: 20px;
}

.returns-portal .rp-step-2 p.rp-customer-details {
    margin-bottom: 0;
    font-size: 20px;
}

.returns-portal .rp-step-2 .order-details .shipping-address-details > br {
    display: none;
}

.damage-image-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
    visibility: visible;
}

body.image-modal-open {
    overflow: hidden;
}

.damage-image-modal span.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    transition: 0.3s;
    cursor: pointer;
}

.damage-image-modal img.modal-content {
    display: block;
    width: 80%;
    max-width: 700px;
    vertical-align: middle;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  opacity:1;
}

@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}


@media only screen and (max-width:1024px) {
	.rp-product-row {
		padding:20px;
	}
	.custom-reason-select {
		width:100%;
	}
	.rp-product-info {
		flex-direction:column;
		gap:20px;
	}
	.return-reason-info {
		padding:0;
		border:0;
	}
}

@media only screen and (max-width:749px) {
	.rp-step-nav {
		gap:100px;
	}
	.rp-step-nav li {
		width:25px;
		height:25px;
		font-size:14px;
	}
	.rp-step-nav li:not(:last-of-type)::after {
		height:2px;
		margin-top:-1px;
		width:100px;
	}
	.rp-step-title {
		font-size:28px;
	}
	.rp-step-nav li img {
		width:14px;
	}
	.rp-product-row {
		grid-template-columns:100%;
	}
	.rp-product-image > img {
		width:100%;
	}
	.continue-step-3.button.button--primary,
	.continue-step-4.button.button--primary {
		width:100%;
	}
	.rp-product-meta {
		display:flex;
		justify-content:space-between;
	}
	.sl-tab {
		padding:20px;
	}
	.sl-tab-nav li a {
		font-size:16px;
		height:100%;
	}
	.refund-details {
		flex-direction:column;
	}
	.refund-item-details {
		width:100%;
	}
	.refund-item-details p span:last-of-type {
		text-align:right;
	}
}
.returns-portal .error {
  padding: 5px 10px;
}

.step.completed-step {
    cursor: pointer;
}

a.button.button--primary {
display: flex;
    justify-content: center;
    width: 73%;
    margin: 0 auto;
    align-items: center;
}
/* .return-reason-dropdown .damaged-reason-box.reason-box .reason-images .damage-image-wrapper {
    background: url(zoom-icon.png);
    background-position: center;
    background-repeat: no-repeat;
} */

.return-reason-dropdown .damaged-reason-box.reason-box .reason-images .damage-image-wrapper span.damage-image-zoom,
.return-reason-details .damage-image-wrapper span.damage-image-zoom {
    position: relative;
    display: inline-block;
}

/* .return-reason-dropdown .damaged-reason-box.reason-box .reason-images .damage-image-wrapper span.damage-image-zoom:before,
.return-reason-details .damage-image-wrapper span.damage-image-zoom:before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0.4;
cursor: pointer;
} */

.return-reason-dropdown .damaged-reason-box.reason-box .reason-images .damage-image-wrapper span.damage-image-zoom:after,
.return-reason-details .damage-image-wrapper span.damage-image-zoom:after {
    background-image: url('zoom-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    content: '';
    left: 54%;
    right: auto;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background-size: contain;
}

.remove_damaged_image {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 18px;
    height: 18px;
    z-index: 99;
    display: inline-block;
    cursor: default;
}

.remove_damaged_image img {
    cursor: default;
  opacity:1;
}

.rp-step-3 .remove_damaged_image,
.rp-step-4 .remove_damaged_image {
    display: none;
}
#step-2-button:disabled {
 background: #808080; 
}
.return-reason .non-returnable a {
    background: var(--steps-background-color, #afbdb0);
  pointer-events: none;
}
.not-returnable-products-error-message {
  color: var(--error-color);
  margin-top: 5px;
  display: none;
}
.second-step-still-loading.other-error, .image-upload-required-error {
   color: var(--error-color);
}
.non-returnable-item .not-returnable-products-error-message {
  display: block;
}
.non-returnable-item .custom-reason-select {
  opacity: 0.4;
  pointer-events: none;
}
.non-returnable-item .select-return-reason {
  pointer-events: none;
}


/* css */
label.upload-image.button.button--primary {
    font-size: 16px;
    letter-spacing: 0;
    min-width: max-content;
    padding: 0 1rem;
    width: 100%;
    margin: 0;
    max-width: 100%;
}
label.upload-image.button.button--primary input{
  width: 100%;
}
.damage-image-modal img.modal-content {
    position: absolute;
}
/* .return-reason-dropdown {
    max-width: min-content;
}
 */
.reason-images.reason-media {
    grid-template-columns: 1fr 1fr;
      gap: 10px;
}
@media (min-width: 601px) and (max-width:1023px){
  .reason-images.reason-media {
    grid-template-columns: 1fr 1fr 1fr;
      gap: 10px;
}
}
.reason-images.reason-media img, .reason-images.reason-media video, .reason-images.reason-media iframe {
    width: 100%;
}



span.remove_damaged_image img {
    min-width: auto!important;
}
@media(min-width: 1024px){
.return-reason-dropdown {
    max-width: min-content;
    width: 275px;
}
  iframe.modal-content {
    min-height: 100vh;
}
}
.damage-image-wrapper.media-wrapper[data-media-type="video/mp4"] {
    position: relative;
}

img.image_zoom.content-src,
.damage-image-wrapper iframe.image_zoom{
    display: flex;
    aspect-ratio: 1;
    object-fit: cover;
}
.damage-image-zoom:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: transparent;
}
iframe.modal-content{
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
iframe.modal-content {
    width: 80% !important;
    height: auto;
}
/* .modal-content-wrapper img */
