.personalization-options {
  width: 100%;
  margin-top: 0.625em;
  font-size: 0.75em;
}
.personalization-options dl {
  display: grid;
  grid-template-columns: fit-content(50%) 1fr;
  margin: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.personalization-options dt,
.personalization-options dd {
  margin: 0;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}
.personalization-options dt:last-of-type,
.personalization-options dt:last-of-type + dd {
  border-bottom: none;
}
.personalization-options dt {
  margin: 0;
  font-weight: 500;
  color: #5D5755;
  text-transform: uppercase;
  padding: 0.4em 0.8em 0.4em 0;
}
.personalization-options dd {
  flex: 1;
  padding: 0.4em 0;
}
.personalization-options dd img {
  max-width: 150px;
  max-height: 100px;
  display: block;
  width: auto;
}
.recommender {
  margin-top: 60px;
}
.recommender.recommender-pending {
  display: none;
}
.recommender .recommendation-title {
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: var(--font-family-heading);
  font-size: 52px;
  font-weight: 200;
  text-align: center;
}
.recommender .block-content {
  position: relative;
  overflow-x: auto;
}
.recommender .product-items {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 16px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .recommender .product-items {
    justify-content: flex-start;
  }
}
.recommender .product-item {
  flex: 0 0 240px;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.recommender .product-image-wrapper {
  display: block;
  aspect-ratio: 1;
}
.recommender .product-image-photo {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.recommender .actions {
  margin: 6px auto;
}
.recommender .actions .btn {
  width: 100%;
  max-width: 192px;
}
.recommender .product-item-details {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.recommender .product-item-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.recommender .product-item-name a {
  color: var(--color-primary);
  text-decoration: none;
}
.recommender .product-item-name a:hover {
  text-decoration: underline;
}
.recommender .price-label {
  margin-top: 16px;
}
.recommender .arrow-left,
.recommender .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
  width: 56px;
  height: 40px;
  background-color: #fff;
  border-radius: 9999px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transform: translateY(-50%);
}
.recommender .arrow-left.show,
.recommender .arrow-right.show {
  display: block;
}
.recommender .arrow-left::after,
.recommender .arrow-right::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.recommender .arrow-left {
  left: 16px;
}
.recommender .arrow-left::after {
  transform: translate(-30%, -50%) rotate(-135deg);
}
.recommender .arrow-right {
  right: 16px;
}
.recommender .arrow-right::after {
  transform: translate(-70%, -50%) rotate(45deg);
}
@media (max-width: 500px) {
  .recommender .recommendation-title {
    font-size: 33px;
  }
}
.container-cart .recommendations-container {
  margin-top: 40px;
}
.recommender.recommender--cart {
  width: 100%;
  margin-top: 10px;
  border-radius: 16px;
  overflow: hidden;
}
.recommender.recommender--cart .recommendation-title {
  margin: 0;
  padding: 8px 0;
  background-color: #f0593d;
  color: #fff;
  font-family: var(--font-family-heading);
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.recommender.recommender--cart .block-content {
  padding: 0 12px;
  background-color: #f8faff;
}
.recommender.recommender--cart .product-items {
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  padding: 12px 0;
  max-width: 100%;
  overflow: auto;
}
.recommender.recommender--cart .product-item {
  flex: 0 0 200px;
  padding: 8px;
  border: 1px solid rgba(23, 23, 102, 0.1);
  border-radius: 8px;
}
.recommender.recommender--cart .product-item-details {
  padding: 0;
}
.recommender.recommender--cart .product-item-name {
  font-weight: 400;
  line-height: 20px;
}
.recommender.recommender--cart .price-label {
  margin-top: 8px;
}
.recommender.recommender--cart .price-label b {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .recommender.recommender--cart .recommendation-title {
    font-size: 3.4vw;
  }
}
.third-party-payment {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.third-party-payment .paypal-container .paypal-button-container .paypal-button {
  border-radius: 9999px;
  overflow: hidden;
}
.third-party-payment #apple_div.apple-button-container {
  margin-top: 0!important;
}
.third-party-payment #apple_div.apple-button-container #divAppleCheckout {
  height: 48px;
  width: 100%;
  background-image: url(../images/checkout/apple-pay-button.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: black;
  --apple-pay-button-border-radius: 3px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-box-sizing: border-box;
  -apple-pay-button-type: check-out;
  -webkit-appearance: -apple-pay-button;
  cursor: pointer;
  border-radius: 9999px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .third-party-payment {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
  }
  .third-party-payment > div {
    flex: 1;
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .third-party-payment {
    flex-direction: column;
  }
  .third-party-payment > div {
    max-width: unset;
  }
}
.container-cart {
  padding: 40px 16px;
  max-width: 1400px;
  box-sizing: content-box;
  margin: 0 auto;
  width: auto;
  background: unset;
}
.container-cart-caption {
  padding: 0;
  text-align: left;
  margin: 0 0 20px;
}
.container-cart-caption .title {
  font-weight: 600;
  font-size: 32px;
  font-family: var(--font-family-heading);
}
.container-cart-content {
  display: flex;
}
.cart-content-left {
  width: 65%;
}
.cart-content-right {
  margin-left: 40px;
  flex: 1;
}
.cart.header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
  line-height: 16px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
.cart.header .info {
  flex: 1;
  text-align: left;
}
.cart.header .qty,
.cart.header .price {
  min-width: 70px;
}
.cart.header .subtotal {
  text-align: right;
}
.cart.items {
  font-size: 16px;
  display: flex;
  gap: 0.625em;
  flex-direction: column;
}
.cart.item {
  border-radius: 0.625em;
  position: relative;
}
.cart.item.main {
  padding: 0.8em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
}
.item-content {
  display: flex;
  gap: 0.75em;
}
.cart-item-detail {
  flex: 1;
}
.cart-item-detail .row-left {
  display: none;
}
.cart-item-detail .row-right {
  display: flex;
  gap: 1.25em;
  align-content: flex-start;
  align-items: flex-start;
}
.cart-item-image {
  width: 6.25em;
}
.cart-item-info-name {
  font-weight: 500;
  flex: 1;
}
.cart-item-personalization-desc {
  color: #5D5755;
  font-size: 0.75em;
  margin-top: 0.625em;
}
.cart-item-info-price {
  color: #DB4444;
  font-weight: 600;
}
.cart-item-info-price .cart-item-price-box {
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.cart-item-info-price .original-price {
  font-size: 0.875em;
  color: #646565;
  font-weight: 300;
  text-decoration: line-through;
}
.cart-item-info-qty {
  font-size: 1em;
}
.container-quantity {
  width: auto;
  height: auto;
  margin: 0;
}
.qty-fixed {
  color: #646565;
  min-width: 5em;
  text-align: right;
}
.container-qty {
  display: flex;
  background-color: #F6F6F6;
  border-radius: 0.25em;
  align-items: stretch;
  color: #646565;
  height: auto;
  font-size: 1em;
}
.container-qty .qty_decrease,
.container-qty .qty_increase {
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  padding-left: 0.5em;
  cursor: pointer;
}
.container-qty .qty_decrease svg,
.container-qty .qty_increase svg {
  width: 0.75em;
  height: 0.75em;
}
.container-qty .col {
  display: flex;
  align-items: center;
}
.container-qty input {
  width: 1.5em;
  text-align: center;
  background: unset;
  outline: unset;
  font-weight: 300;
  font-size: 1em;
  padding: 0.4em 0;
}
.set-items {
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 3em;
  font-size: 0.875em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}
.set-items:before {
  content: "";
  display: flex;
  position: absolute;
  height: auto;
  left: 0;
  top: 1em;
  width: 0;
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
  bottom: 0;
  margin: auto;
}
.set-items .cart.item:before {
  content: "";
  position: absolute;
  width: 1em;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  right: calc(100% + 1em);
  top: 50%;
}
.related-items {
  width: 100%;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  margin-top: 0.8em;
}
.related-items .cart.item {
  padding-top: 0.8em;
}
.action.remove {
  text-align: center;
  font-size: 0.875em;
  text-decoration: underline;
  margin-top: 0.45em;
}
.cart-item-actions .action {
  font-size: 0.875em;
  text-decoration: underline;
  margin-top: 1.4em;
}
.cart-item-actions .action.remove.mobile {
  display: none;
}
.cart-empty {
  text-align: center;
  margin-bottom: 40px;
}
.cart-empty h2 {
  padding: 24px 0 16px;
  font-weight: 600;
  font-size: 24px;
}
.cart-empty h2:before {
  content: "";
  background-image: url(/templates/iseeme/images/cart_illustration.png);
  background-size: contain;
  background-position: center;
  height: 200px;
  background-repeat: no-repeat;
  width: 100%;
  display: block;
  margin: 0 auto 24px;
}
.cart-empty p {
  font-size: 16px;
  color: #5D5755;
  width: 320px;
  margin: 0 auto;
  max-width: 100%;
}
.cart-empty .shop-link {
  font-size: 16px;
  width: 320px;
  margin: 24px auto 0;
  max-width: 100%;
}
.cart-summary .summary.title {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  font-family: var(--font-family-heading);
}
.cart-summary .shipping-message {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #5D5755;
}
.cart-summary .shipping-message strong {
  font-weight: 600;
}
.promo-code-wrapper .container-promo {
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
.promo-code-wrapper .container-promo .title {
  display: none;
}
.promo-code-wrapper .container-combobox-input {
  border-radius: 4px;
}
.promo-code-wrapper .container-combobox-input .container-combobox-inp {
  font-size: 14px;
  border-radius: 4px 0 0 4px;
}
.promo-code-wrapper .container-combobox-input .container-combobox-btn {
  border-radius: 0 4px 4px 0;
}
.promo-code-wrapper #price-reflect {
  margin-top: 1em;
}
.promo-code-wrapper .promo_code_description,
.promo-code-wrapper #gift_cert_description {
  font-size: 14px;
}
.promo-code-wrapper .promo_code_description .ml5,
.promo-code-wrapper #gift_cert_description .ml5 {
  margin-left: 0;
}
.promo-code-wrapper .promo_code_description a,
.promo-code-wrapper #gift_cert_description a {
  color: var(--link-primary-color);
}
.cart-totals {
  font-size: 14px;
  margin-top: 20px;
}
.cart-totals table {
  width: 100%;
  border-collapse: collapse;
}
.cart-totals th {
  font-weight: 400;
  padding: 4px 0;
  text-align: left;
}
.cart-totals td {
  font-weight: 400;
  padding: 4px 0;
  text-align: right;
}
.cart-totals .totals {
  font-size: 16px;
}
.cart-totals .totals th,
.cart-totals .totals td {
  font-weight: 600;
  padding: 8px 0;
  border-top: 1px solid #D9D9D9;
}
.cart-totals .totals td.subtotal {
  gap: 0.625em;
  display: flex;
  justify-content: flex-end;
}
.cart-totals .totals td.subtotal .original-price {
  text-decoration: line-through;
  color: #646565;
  font-weight: 300;
}
.cart-totals .totals td.subtotal .sale-price.savings {
  color: #DB4444;
}
.cart-totals .totals:nth-last-child(2) th,
.cart-totals .totals:nth-last-child(2) td {
  padding-bottom: 8px;
}
.checkout-actions {
  margin-top: 20px;
  gap: 12px;
  flex-direction: column;
  display: flex;
}
.btn-checkout {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paypal-container {
  margin-bottom: unset;
  margin-top: unset;
}
.paypal-container .paypal-button-container {
  margin-bottom: unset!important;
}
@media (max-width: 1024px) {
  .container-cart-content {
    flex-direction: column;
  }
  .cart-content-left {
    width: 100%;
  }
  .cart-content-right {
    margin-left: 0;
  }
  .cart-item-detail .cart-item-info-row.main {
    display: flex;
    gap: 0.8em;
  }
  .cart-item-detail .row-left {
    display: block;
  }
  .cart-item-detail .row-right {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
  .cart-item-actions {
    display: flex;
    gap: 0.8em;
    flex-direction: row-reverse;
  }
  .cart-item-actions .action.remove.mobile {
    display: block;
  }
  .cart-item-image.desktop {
    display: none;
  }
  .cart-item-info-name {
    flex-basis: 100%;
  }
  .cart-item-info-price {
    order: 2;
  }
  .qty-fixed {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .cart.items {
    font-size: 14px;
  }
  .container-cart-caption .title {
    font-size: 7vw;
  }
  .checkout-actions {
    position: fixed;
    height: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 16px;
    margin: 0;
    background: #fff;
  }
  .btn-checkout {
    font-size: 16px;
  }
}
