/*
 * Spazio Casa CRO — authentication page v1
 * Scope: body#authentication only.
 *
 * The login and account-creation flows remain managed by PrestaShop.
 */

html.sc-account-layout-pending #center_column > * {
  visibility: hidden !important;
}

/* Record detail v2: the AJAX response expands inside its own card and follows
 * the same visual hierarchy used throughout the account area. */
body.sc-customer-v1-ready .sc-customer-v1-top-return,
body#address.sc-address-v1-ready .sc-customer-v1-top-return {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 14px;
  text-align: left;
}

body.sc-customer-v1-ready .sc-customer-v1-top-return a,
body#address.sc-address-v1-ready .sc-customer-v1-top-return a {
  display: inline-flex;
  min-height: 40px;
  padding: 0 14px;
  align-items: center;
  gap: 7px;
  border: 1px solid #d9dde2;
  border-radius: 9px;
  background: #fff;
  color: #373d44;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.sc-customer-v1-ready .sc-customer-v1-top-return a:hover,
body.sc-customer-v1-ready .sc-customer-v1-top-return a:focus,
body#address.sc-address-v1-ready .sc-customer-v1-top-return a:hover,
body#address.sc-address-v1-ready .sc-customer-v1-top-return a:focus {
  border-color: #dc342f;
  color: #c82e2a;
  outline: 0;
}

body.sc-customer-v1-ready .sc-record-v1-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.sc-customer-v1-ready .sc-record-v1-detail > * {
  min-width: 0;
}

body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-summary,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-payment,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-delivery,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-return-summary {
  display: flex;
  min-height: 100%;
  margin: 0;
  padding: 18px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #e0e4e9;
  border-radius: 11px;
  background: #f8f9fb;
  box-shadow: none;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-summary
  form {
  order: 2;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-summary
  p {
  order: 1;
  margin: 0;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-section-title {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  padding: 0;
  font-size: 18px;
}

body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-timeline,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-products,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-shipping,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-message,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-products,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-note {
  grid-column: 1 / -1;
}

body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-timeline,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-products,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-shipping,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-products {
  max-width: 100%;
  margin: 0;
  overflow-x: auto;
  border: 1px solid #e0e4e9;
  border-radius: 11px;
  background: #fff;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-addresses {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  gap: 14px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-addresses
  .box {
  height: 100%;
  margin: 0;
  border-radius: 11px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail[data-sc-record-detail="returns"]
  .sc-record-detail-return-summary {
  grid-column: 1 / -1;
  align-items: flex-start;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-summary
  h2 {
  margin: 0 0 12px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-note {
  margin: 0;
  padding: 15px 17px;
  border: 1px solid #efd49b;
  border-radius: 10px;
  background: #fff9e9;
  color: #66501f;
}

body.sc-customer-v1-ready .sc-record-v1-detail table {
  width: 100%;
  margin: 0;
}

body.sc-customer-v1-ready .sc-record-v1-detail th {
  padding: 12px;
  border-color: #e0e4e9;
  background: #f4f6f8;
  color: #343941;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-record-v1-detail td {
  padding: 12px;
  border-color: #e7eaee;
  color: #4c5560;
  font-size: 13px;
  vertical-align: middle;
}

body.sc-customer-v1-ready .sc-record-v1-detail .button,
body.sc-customer-v1-ready .sc-record-v1-detail button,
body.sc-customer-v1-ready .sc-record-v1-detail input[type="submit"] {
  min-height: 42px;
  border-color: #dc342f !important;
  border-radius: 9px;
  background: #dc342f !important;
  color: #fff !important;
  font-weight: 700;
  text-shadow: none;
}

body.sc-customer-v1-ready .sc-record-v1-detail .button:hover,
body.sc-customer-v1-ready .sc-record-v1-detail button:hover,
body.sc-customer-v1-ready .sc-record-v1-detail input[type="submit"]:hover {
  border-color: #bd2723 !important;
  background: #bd2723 !important;
}

.shopping_cart #shopping_cart .sc-header-cart-discount-pending {
  display: inline-flex;
  min-height: 20px;
  margin-left: 7px;
  padding: 0 7px;
  align-items: center;
  border-radius: 999px;
  background: #fff1f0;
  color: #c82e2a;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.shopping_cart #cart_block .sc-mini-cart-discount-pending {
  display: flex;
  margin: 12px 0;
  padding: 12px;
  align-items: center;
  gap: 10px;
  border: 1px solid #efbbb8;
  border-radius: 10px;
  background: #fff4f3;
  color: #343941;
}

.shopping_cart
  #cart_block
  .sc-mini-cart-discount-pending
  .sc-mini-cart-discount-icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: #dc342f;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.shopping_cart #cart_block .sc-mini-cart-discount-pending strong,
.shopping_cart #cart_block .sc-mini-cart-discount-pending small {
  display: block;
}

.shopping_cart #cart_block .sc-mini-cart-discount-pending small {
  margin-top: 2px;
  color: #636b74;
  font-size: 11px;
  font-weight: 500;
}

@media (max-width: 767px) {
  html.sc-account-layout-pending #center_column::before {
    width: calc(100% - 24px);
    min-height: 180px;
    margin: 20px auto 36px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-top-return,
  body#address.sc-address-v1-ready .sc-customer-v1-top-return {
    margin-bottom: 12px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-top-return a,
  body#address.sc-address-v1-ready .sc-customer-v1-top-return a {
    width: 100%;
    justify-content: center;
  }

  body.sc-customer-v1-ready .sc-record-v1-detail {
    display: block;
  }

  body.sc-customer-v1-ready .sc-record-v1-detail > * {
    margin-bottom: 12px !important;
  }

  body.sc-customer-v1-ready .sc-record-v1-detail table {
    min-width: 600px;
  }
}

/* Global primary CTA token. These selectors cover only actions that are
 * intentionally rendered as solid red by the theme. */
#searchbox .button-search,
#add_to_cart .btn_primary.exclusive,
#newsletter_form .btn.btn-medium,
.shopping_cart .cart-buttons .btn,
#side_products_cart .cart-buttons .btn,
#side_cart_block .cart-buttons .btn,
a.designs-button,
button.designs-button,
a[href*="/content/32-consegna-al-piano-e-montaggio"].btn {
  border-color: #dc342f !important;
  background: #dc342f !important;
  color: #fff !important;
  text-shadow: none !important;
}

html body
  #side_cart_block.cart_block
  .cart-buttons.row
  a.btn.btn-default.btn-bootstrap {
  border-color: #dc342f !important;
  background: #dc342f !important;
  color: #fff !important;
}

#searchbox .button-search:hover,
#searchbox .button-search:focus,
#add_to_cart .btn_primary.exclusive:hover,
#add_to_cart .btn_primary.exclusive:focus,
#newsletter_form .btn.btn-medium:hover,
#newsletter_form .btn.btn-medium:focus,
.shopping_cart .cart-buttons .btn:hover,
.shopping_cart .cart-buttons .btn:focus,
#side_products_cart .cart-buttons .btn:hover,
#side_products_cart .cart-buttons .btn:focus,
#side_cart_block .cart-buttons .btn:hover,
#side_cart_block .cart-buttons .btn:focus,
a.designs-button:hover,
a.designs-button:focus,
button.designs-button:hover,
button.designs-button:focus,
a[href*="/content/32-consegna-al-piano-e-montaggio"].btn:hover,
a[href*="/content/32-consegna-al-piano-e-montaggio"].btn:focus {
  border-color: #bd2723 !important;
  background: #bd2723 !important;
  color: #fff !important;
}

html body
  #side_cart_block.cart_block
  .cart-buttons.row
  a.btn.btn-default.btn-bootstrap:hover,
html body
  #side_cart_block.cart_block
  .cart-buttons.row
  a.btn.btn-default.btn-bootstrap:focus {
  border-color: #bd2723 !important;
  background: #bd2723 !important;
}

html body
  #side_cart_block.cart_block
  .cart-buttons.row
  .side_continue.btn,
html body
  #side_products_cart
  .cart-buttons.row
  .side_continue.btn,
html body
  .shopping_cart
  .cart-buttons.row
  .side_continue.btn {
  border-color: #cfd5db !important;
  background: #fff !important;
  color: #2f3439 !important;
  text-shadow: none !important;
}

html body
  #side_cart_block.cart_block
  .cart-buttons.row
  .side_continue.btn:hover,
html body
  #side_cart_block.cart_block
  .cart-buttons.row
  .side_continue.btn:focus,
html body
  #side_products_cart
  .cart-buttons.row
  .side_continue.btn:hover,
html body
  #side_products_cart
  .cart-buttons.row
  .side_continue.btn:focus,
html body
  .shopping_cart
  .cart-buttons.row
  .side_continue.btn:hover,
html body
  .shopping_cart
  .cart-buttons.row
  .side_continue.btn:focus {
  border-color: #aeb6be !important;
  background: #f5f6f8 !important;
  color: #1f2428 !important;
}

html.sc-account-layout-pending #center_column::before {
  display: block;
  width: min(100%, 1120px);
  min-height: 220px;
  margin: 32px auto 56px;
  border: 1px solid #e3e7eb;
  border-radius: 14px;
  background:
    linear-gradient(90deg, #f4f6f8 25%, #fafbfc 37%, #f4f6f8 63%);
  background-size: 400% 100%;
  content: "";
  animation: sc-account-layout-loading 1.25s ease infinite;
}

@keyframes sc-account-layout-loading {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

body#authentication {
  background: #f6f7f8;
  color: #24282e;
}

body#authentication #columns {
  padding-top: 0;
  padding-bottom: 52px;
}

body#authentication #center_column {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

body#authentication .sc-auth-v1-intro {
  max-width: 720px;
  margin: 34px auto 27px;
  text-align: center;
}

body#authentication .sc-auth-v1-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #c92d28;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.3;
  text-transform: uppercase;
}

body#authentication .sc-auth-v1-intro h1 {
  margin: 0 0 9px;
  color: #202124;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: none;
}

body#authentication .sc-auth-v1-intro p {
  margin: 0;
  color: #646a73;
  font-size: 15px;
  line-height: 1.55;
}

body#authentication #center_column > .sc-auth-v1-grid {
  display: grid;
  max-width: 1040px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body#authentication .sc-auth-v1-grid > [class*="col-"] {
  display: flex;
  width: auto;
  min-width: 0;
  padding: 0;
  float: none;
}

body#authentication .sc-auth-v1-login-column {
  order: 1;
}

body#authentication .sc-auth-v1-create-column {
  order: 2;
}

body#authentication #login_form,
body#authentication #create-account_form {
  width: 100%;
  margin: 0;
}

body#authentication #login_form > .block,
body#authentication #create-account_form > .block {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(27, 31, 36, .07);
  overflow: hidden;
}

body#authentication #login_form > .block {
  border-top: 4px solid #dc342f;
  padding-top: 27px;
}

body#authentication #login_form .title_block,
body#authentication #create-account_form .title_block {
  padding: 0;
  margin: 0 0 9px;
  border: 0;
  background: transparent;
  color: #202124;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

body#authentication #login_form .form_content,
body#authentication #create-account_form .form_content {
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  background: transparent;
}

body#authentication #login_form .form_content_inner,
body#authentication #create-account_form .form_content_inner {
  padding: 0;
}

body#authentication #create-account_form .mar_b1,
body#authentication .sc-auth-v1-panel-copy {
  margin: 0 0 21px;
  color: #646a73;
  font-size: 14px;
  line-height: 1.5;
}

body#authentication #login_form .form-group,
body#authentication #create-account_form .form-group {
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 16px;
}

body#authentication #login_form label,
body#authentication #create-account_form label {
  display: block;
  margin-bottom: 7px;
  color: #343940;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body#authentication #login_form .form-control,
body#authentication #create-account_form .form-control {
  width: 100% !important;
  max-width: none !important;
  height: 46px;
  padding: 10px 12px;
  border: 1px solid #d8dde3;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  color: #24282e;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color .16s ease, box-shadow .16s ease;
}

body#authentication #login_form .form-control:focus,
body#authentication #create-account_form .form-control:focus {
  border-color: #dc342f;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, .13);
  outline: 0;
}

body#authentication .sc-auth-v1-password-wrap {
  position: relative;
  width: 100%;
}

body#authentication
  :is(#login_form, #account-creation_form)
  .sc-auth-v1-password-wrap
  #passwd {
  padding-right: 76px;
}

body#authentication
  :is(#login_form, #account-creation_form)
  .sc-auth-v1-password-toggle {
  position: absolute;
  top: 4px;
  right: 5px;
  min-width: 64px;
  height: 38px;
  padding: 0 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #4e555e;
  font-size: 13px;
  font-weight: 700;
}

body#authentication
  :is(#login_form, #account-creation_form)
  .sc-auth-v1-password-toggle:hover,
body#authentication
  :is(#login_form, #account-creation_form)
  .sc-auth-v1-password-toggle:focus {
  background: #f1f2f4;
  color: #a82420;
  outline: 0;
}

body#authentication #login_form .lost_password {
  margin: -2px 0 20px;
  text-align: right;
}

body#authentication #login_form .lost_password a {
  color: #4e555e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body#authentication #login_form .lost_password a:hover,
body#authentication #login_form .lost_password a:focus {
  color: #a82420;
}

body#authentication #login_form .submit,
body#authentication #create-account_form .submit {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}

body#authentication #login_form .btn_primary,
body#authentication #create-account_form .btn_primary {
  display: inline-flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}

body#authentication #login_form .btn_primary {
  border: 1px solid #dc342f;
  background: #dc342f;
  color: #fff;
}

body#authentication #login_form .btn_primary:hover,
body#authentication #login_form .btn_primary:focus {
  border-color: #bd2723;
  background: #bd2723;
  color: #fff;
}

body#authentication #create-account_form .btn_primary {
  border: 1px solid #2f343b;
  background: #fff;
  color: #24282e;
}

body#authentication #create-account_form .btn_primary:hover,
body#authentication #create-account_form .btn_primary:focus {
  border-color: #dc342f;
  background: #fff;
  color: #a82420;
}

body#authentication #login_form .btn_primary i,
body#authentication #create-account_form .btn_primary i {
  display: none;
}

body#authentication .sc-auth-v1-benefits {
  padding: 0;
  margin: 2px 0 24px;
  color: #4f5660;
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

body#authentication .sc-auth-v1-benefits li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

body#authentication .sc-auth-v1-benefits li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #dc342f;
  content: "\2713";
  font-size: 15px;
  font-weight: 800;
}

body#authentication .alert.alert-danger {
  margin: 0 0 16px;
  padding: 10px 12px;
  border: 1px solid #efb7b5;
  border-radius: 9px;
  background: #fff4f3;
  color: #8c211e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

body#authentication .sc-auth-v1-existing-account {
  display: block !important;
  padding: 13px 14px;
  border-left: 4px solid #dc342f;
}

body#authentication .sc-auth-v1-existing-account .sc-auth-v1-error-title {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 800;
}

body#authentication .sc-auth-v1-existing-account p {
  margin: 0;
  font-weight: 500;
}

body#authentication .sc-auth-v1-error-actions {
  display: flex;
  margin-top: 10px;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 14px;
}

body#authentication .sc-auth-v1-error-actions a {
  color: #8c211e;
  font-size: 12px;
  font-weight: 800;
  text-decoration: underline;
}

body#authentication #login_form .sc-auth-v1-login-error {
  display: block !important;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #efb7b5;
  border-left: 4px solid #dc342f;
  border-radius: 9px;
  background: #fff4f3;
  color: #76211e;
}

body#authentication
  #login_form
  .sc-auth-v1-login-error
  .sc-auth-v1-error-title {
  display: block;
  margin: 0 0 3px;
  color: #76211e;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

body#authentication #login_form .sc-auth-v1-login-error p,
body#authentication #login_form .sc-auth-v1-login-error ol,
body#authentication #login_form .sc-auth-v1-login-error ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body#authentication #login_form .sc-auth-v1-login-error li {
  margin: 0;
}

body#authentication
  #login_form
  .form-group.sc-auth-v1-field-error
  .form-control {
  border-color: #c62828;
  box-shadow: 0 0 0 3px rgba(198, 40, 40, .11);
}

/* Account creation ------------------------------------------------------- */

body#authentication.sc-auth-account-v1-ready #noSlide {
  max-width: 680px;
  margin: 0 auto;
}

body#authentication .sc-auth-account-v1-intro {
  margin: 34px auto 27px;
  scroll-margin-top: 88px;
  text-align: center;
}

body#authentication .sc-auth-account-v1-intro h1 {
  margin: 0 0 9px;
  color: #202124;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.18;
  text-transform: none;
}

body#authentication .sc-auth-account-v1-intro p {
  margin: 0;
  color: #646a73;
  font-size: 15px;
  line-height: 1.55;
}

body#authentication #account-creation_form {
  width: 100%;
  padding: 26px 28px;
  margin: 0;
  border: 1px solid #dfe3e8;
  border-top: 4px solid #dc342f;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(27, 31, 36, .07);
}

body#authentication #account-creation_form .account_creation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 16px;
}

body#authentication #account-creation_form .page-subheading,
body#authentication #account-creation_form .sc-auth-account-v1-required,
body#authentication #account-creation_form .form-stru,
body#authentication #account-creation_form .sc-auth-account-v1-wide,
body#authentication #account-creation_form .checkbox,
body#authentication #account-creation_form .sc-auth-account-v1-note {
  grid-column: 1 / -1;
}

body#authentication #account-creation_form .page-subheading {
  padding: 0;
  margin: 0 0 7px;
  border: 0;
  background: transparent;
  color: #202124;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

body#authentication #account-creation_form .sc-auth-account-v1-required {
  margin: 0 0 22px;
  color: #69707a;
  font-size: 13px;
  line-height: 1.4;
}

body#authentication #account-creation_form .sc-auth-account-v1-required sup {
  color: #c92d28;
}

body#authentication #account-creation_form .form-stru {
  padding: 0;
  margin: 0 0 18px;
}

body#authentication #account-creation_form .form-stru > label {
  display: block;
  margin-bottom: 8px;
  color: #343940;
  font-size: 14px;
  font-weight: 600;
}

body#authentication #account-creation_form .radio-inline {
  min-width: 92px;
  padding: 9px 13px;
  margin: 0 8px 0 0;
  border: 1px solid #d8dde3;
  border-radius: 9px;
  background: #fff;
}

body#authentication #account-creation_form .form-group {
  width: 100% !important;
  max-width: none !important;
  margin-bottom: 14px;
}

body#authentication #account-creation_form .form-group label {
  display: block;
  margin-bottom: 7px;
  color: #343940;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
}

body#authentication #account-creation_form .form-control,
body#authentication #account-creation_form input[type="text"],
body#authentication #account-creation_form input[type="email"],
body#authentication #account-creation_form input[type="password"] {
  width: 100% !important;
  max-width: none !important;
  height: 42px;
  padding: 8px 11px;
  border: 1px solid #d8dde3;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  color: #24282e;
  font-size: 15px;
  line-height: 1.4;
}

body#authentication #account-creation_form .form-control:focus,
body#authentication #account-creation_form input:focus {
  border-color: #dc342f;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, .13);
  outline: 0;
}

body#authentication #account-creation_form .form_info {
  display: block;
  margin: 6px 0 0;
  color: #69707a;
  font-size: 12px;
}

body#authentication #account-creation_form .checkbox {
  margin: 2px 0 14px;
  color: #4f5660;
}

body#authentication #account-creation_form .checkbox label {
  font-size: 14px;
  font-weight: 600;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter {
  padding: 13px 14px;
  margin: 2px 0 14px;
  border: 1px solid #e0e4e8;
  border-radius: 9px;
  background: #fafbfc;
  text-align: left;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter
  label {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 !important;
  margin: 0;
  cursor: pointer;
  gap: 10px;
  text-align: left;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter
  input[type="checkbox"] {
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  float: none !important;
  margin: 2px 0 0 !important;
  transform: none !important;
  accent-color: #dc342f;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter
  #uniform-newsletter,
body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter
  #uniform-newsletter
  > span {
  position: static !important;
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  float: none !important;
  margin: 2px 0 0 !important;
  transform: none !important;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter
  #uniform-newsletter
  > span {
  margin: 0 !important;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter-copy {
  display: flex;
  color: #2e3339;
  flex-direction: column;
  gap: 2px;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter-copy
  strong {
  font-size: 14px;
  line-height: 1.35;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter-copy
  span {
  color: #626974;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter-help {
  display: block;
  padding-left: 27px;
  margin-top: 5px;
  color: #69707a;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-newsletter-help
  a {
  color: #4c535d;
  text-decoration: underline;
}

body#authentication #account-creation_form .sc-auth-account-v1-note {
  padding: 10px 12px;
  margin: 0 0 17px;
  border-radius: 9px;
  background: #f3f5f7;
  color: #555d67;
  font-size: 13px;
  line-height: 1.45;
}

body#authentication #account-creation_form .submit {
  display: grid;
  align-items: center;
  padding: 17px 0 0;
  margin: 0;
  border-top: 1px solid #e4e7eb;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body#authentication #account-creation_form .submit > .required {
  display: none;
}

body#authentication #account-creation_form #submitAccount {
  width: 100%;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid #dc342f;
  border-radius: 9px;
  background: #dc342f;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  order: 2;
  text-transform: none;
}

body#authentication #account-creation_form #submitAccount:hover,
body#authentication #account-creation_form #submitAccount:focus {
  border-color: #bd2723;
  background: #bd2723;
  color: #fff;
}

body#authentication #account-creation_form .submit > a {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border: 1px solid #2f343b;
  border-radius: 9px;
  background: #fff;
  color: #24282e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  order: 1;
  text-transform: none;
}

body#authentication #account-creation_form .sc-auth-account-v1-captcha-note {
  margin: 0 0 12px;
  color: #747b84;
  font-size: 10px;
  line-height: 1.45;
  text-align: center;
}

body#authentication
  #account-creation_form
  .sc-auth-account-v1-captcha-note
  a {
  color: #5c636d;
  text-decoration: underline;
}

body#authentication.sc-auth-account-v1-ready .grecaptcha-badge {
  visibility: hidden !important;
}

body#authentication #account-creation_form .sc-auth-account-v1-error {
  padding: 12px 14px;
  margin: 0 0 17px;
  border-left: 4px solid #dc342f;
}

body#authentication .sc-auth-v1-trust {
  display: flex;
  max-width: 920px;
  align-items: center;
  justify-content: center;
  margin: 23px auto 0;
  color: #5a616b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

body#authentication .sc-auth-v1-trust span {
  display: inline-flex;
  align-items: center;
}

body#authentication .sc-auth-v1-trust span + span::before {
  width: 4px;
  height: 4px;
  margin: 0 13px;
  border-radius: 50%;
  background: #dc342f;
  content: "";
}

body#authentication :is(a, button, input):focus-visible {
  outline: 3px solid rgba(220, 52, 47, .24);
  outline-offset: 2px;
}

/* The theme right rail becomes a fixed black bar on small screens and covers
 * the password, recovery link and CTA. It is redundant on this page. */
body#authentication #rightbar,
body#authentication #to_top_wrap,
body#authentication #cart_wrap {
  display: none !important;
}

@media (max-width: 767px) {
  body#authentication #columns {
    padding-bottom: 35px;
  }

  body#authentication #center_column {
    padding-right: 15px;
    padding-left: 15px;
  }

  body#authentication .sc-auth-v1-intro {
    margin: 25px 5px 21px;
    text-align: left;
  }

  body#authentication .sc-auth-v1-intro h1 {
    font-size: 27px;
  }

  body#authentication .sc-auth-v1-intro p {
    font-size: 14px;
  }

  body#authentication #center_column > .sc-auth-v1-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  body#authentication #login_form > .block,
  body#authentication #create-account_form > .block {
    padding: 22px 20px;
  }

  body#authentication #login_form > .block {
    padding-top: 19px;
  }

  body#authentication .sc-auth-v1-trust {
    align-items: flex-start;
    margin-top: 20px;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }

  body#authentication .sc-auth-v1-trust span + span::before {
    margin: 0 10px 0 0;
  }

  body#authentication .sc-auth-v1-trust span::before {
    width: 4px;
    height: 4px;
    margin-right: 10px;
    border-radius: 50%;
    background: #dc342f;
    content: "";
  }

  body#authentication .sc-auth-account-v1-intro {
    margin: 25px 5px 21px;
    text-align: left;
  }

  body#authentication .sc-auth-account-v1-intro h1 {
    font-size: 27px;
  }

  body#authentication .sc-auth-account-v1-intro p {
    font-size: 14px;
  }

  body#authentication #account-creation_form {
    padding: 22px 20px;
  }

  body#authentication #account-creation_form .account_creation {
    grid-template-columns: minmax(0, 1fr);
  }

  body#authentication #account-creation_form .account_creation > * {
    grid-column: 1;
  }

  body#authentication #account-creation_form .submit {
    grid-template-columns: minmax(0, 1fr);
  }

  body#authentication #account-creation_form #submitAccount,
  body#authentication #account-creation_form .submit > a {
    width: 100%;
  }

}

/* Fixed third-party launchers otherwise cover form actions in portrait tablet
 * and mobile. Support and trust information remain visible in-page. */
@media (max-width: 991px) {
  body#authentication .sc-auth-v1-trustbadge,
  body#authentication [id^="trustbadge-container-"],
  body#authentication [class*="__jivoDesktopButton"],
  body.sc-account-v1-ready [id^="trustbadge-container-"],
  body.sc-account-v1-ready [class*="__jivoDesktopButton"],
  body.sc-customer-v1-ready [id^="trustbadge-container-"],
  body.sc-customer-v1-ready [class*="__jivoDesktopButton"],
  body.sc-address-v1-ready [id^="trustbadge-container-"],
  body.sc-address-v1-ready [class*="__jivoDesktopButton"] {
    display: none !important;
  }

  body.sc-customer-v1-ready .sc-record-v1-action,
  body.sc-customer-v1-ready .sc-discount-v1-cta,
  body.sc-customer-v1-ready
    #center_column[data-sc-customer-page="addresses"]
    .address_update
    a,
  body.sc-customer-v1-ready .sc-wishlist-v1-actions a,
  body.sc-customer-v1-ready .footer_links a,
  body.sc-customer-v1-ready .sc-customer-v1-top-return a,
  body#address.sc-address-v1-ready .sc-customer-v1-top-return a {
    min-height: 44px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  [data-sc-tablet-search-duplicate="true"] {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#authentication #login_form .form-control,
  body#authentication #create-account_form .form-control {
    transition: none;
  }
}

/* Stable signed-in account control in the desktop header */
.userinfo_mod_top.sc-header-account-ready {
  position: relative;
  width: 176px;
  min-width: 176px;
  z-index: 120;
}

a.sc-header-account-guest-trigger,
a.sc-header-account-guest-trigger > .header_item {
  display: inline-flex;
  min-height: 44px;
  color: #343a41;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

a.sc-header-account-guest-trigger .sc-header-account-guest-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  flex: 0 0 22px;
}

a.sc-header-account-guest-trigger span {
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

.userinfo_mod_top.sc-header-account-ready .dropdown_tri {
  display: block;
  width: 100%;
  height: 44px;
}

.userinfo_mod_top.sc-header-account-ready .dropdown_tri::after {
  display: none !important;
  content: none !important;
}

.userinfo_mod_top.sc-header-account-ready .dropdown_list {
  display: none !important;
}

.userinfo_mod_top.sc-header-account-ready .sc-header-account-trigger {
  display: flex;
  width: 100%;
  min-height: 44px;
  padding: 0 10px;
  color: inherit;
  align-items: center;
  gap: 7px;
  justify-content: flex-start;
  white-space: nowrap;
}

.userinfo_mod_top.sc-header-account-ready .sc-header-account-trigger > i {
  margin: 0;
  flex: 0 0 auto;
}

.userinfo_mod_top .sc-header-account-state-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  flex: 0 0 22px;
}

.userinfo_mod_top .sc-header-account-label {
  min-width: max-content;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.userinfo_mod_top .sc-header-account-chevron {
  width: 14px;
  height: 14px;
  margin-left: auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 160ms ease;
}

.shopping_cart #shopping_cart.sc-header-cart-ready {
  display: flex;
  min-height: 44px;
  padding: 0;
  color: #343a41;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  text-decoration: none;
  white-space: nowrap;
}

.shopping_cart #shopping_cart.sc-header-cart-ready .ajax_cart_bag {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  margin: 0;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.shopping_cart
  #shopping_cart.sc-header-cart-ready
  .ajax_cart_bag
  .int-cart {
  display: none !important;
}

.shopping_cart #shopping_cart.sc-header-cart-ready .sc-header-cart-icon {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.shopping_cart
  #shopping_cart.sc-header-cart-ready
  > .cart_text,
.shopping_cart
  #shopping_cart.sc-header-cart-ready
  > .ajax_cart_quantity,
.shopping_cart
  #shopping_cart.sc-header-cart-ready
  > .ajax_cart_product_txt,
.shopping_cart
  #shopping_cart.sc-header-cart-ready
  > .ajax_cart_split {
  display: none !important;
}

.shopping_cart #shopping_cart.sc-header-cart-ready > .ajax_cart_total {
  display: inline-block !important;
  margin: 0;
  color: #292e33;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.userinfo_mod_top .sc-header-account-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  width: 370px;
  max-width: calc(100vw - 24px);
  padding: 16px;
  overflow: hidden;
  border: 1px solid #e0e4e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(25, 32, 40, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(7px);
  transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
  visibility: hidden;
}

.userinfo_mod_top .sc-header-account-menu::before {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  height: 10px;
  content: "";
}

.userinfo_mod_top .sc-header-account-menu::after {
  display: none;
}

.userinfo_mod_top.sc-header-account-ready:hover .sc-header-account-menu,
.userinfo_mod_top.sc-header-account-ready:focus-within .sc-header-account-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.userinfo_mod_top.sc-header-account-ready:hover .sc-header-account-chevron,
.userinfo_mod_top.sc-header-account-ready:focus-within
  .sc-header-account-chevron {
  transform: rotate(180deg);
}

.userinfo_mod_top .sc-header-account-menu-title {
  display: block;
  padding: 0 0 10px;
  color: #202428;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
}

.userinfo_mod_top .sc-header-account-menu a {
  display: flex;
  min-height: 46px;
  padding: 7px 10px;
  border-radius: 9px;
  color: #343a41;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-transform: none;
}

.userinfo_mod_top .sc-header-account-menu a:hover,
.userinfo_mod_top .sc-header-account-menu a:focus {
  background: #f7f8f9;
  color: #bd2723;
  outline: 0;
}

.userinfo_mod_top .sc-header-account-menu-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff1f0;
  color: #dc342f;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
}

.userinfo_mod_top .sc-header-account-menu-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.userinfo_mod_top
  .sc-header-account-menu
  .sc-header-account-discounts {
  margin-top: 7px;
  border: 1px solid #f0c2c0;
  background: #fff4f3;
  color: #a92521;
}

.userinfo_mod_top
  .sc-header-account-menu
  .sc-header-account-discounts
  .sc-header-account-menu-icon {
  background: #dc342f;
  color: #fff;
}

.userinfo_mod_top
  .sc-header-account-menu
  .sc-header-account-discounts:hover,
.userinfo_mod_top
  .sc-header-account-menu
  .sc-header-account-discounts:focus {
  border-color: #dc342f;
  background: #ffeae8;
  color: #8f1f1b;
}

.userinfo_mod_top .sc-header-account-menu .sc-header-account-logout {
  min-height: 42px;
  margin-top: 8px;
  padding-top: 9px;
  border-top: 1px solid #eceff2;
  border-radius: 0 0 9px 9px;
  color: #666f79;
  justify-content: center;
}

@media (max-width: 767px) {
  .userinfo_mod_top .sc-header-account-menu {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .userinfo_mod_top .sc-header-account-menu,
  .userinfo_mod_top .sc-header-account-chevron {
    transition: none;
  }
}

/* Account dashboard and address form share the cart visual language.
 * The rules remain scoped to the two customer pages. */
body#my-account.sc-account-v1-ready #columns,
body#address.sc-address-v1-ready #columns {
  background: #f7f8fa;
}

body#my-account.sc-account-v1-ready #center_column,
body#address.sc-address-v1-ready #center_column {
  float: none;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 42px;
  padding-bottom: 58px;
}

body#my-account .sc-account-v1-eyebrow,
body#address .sc-address-v1-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #dc342f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

body#my-account.sc-account-v1-ready #center_column > .page-heading {
  margin: 0;
  border: 0;
  color: #26282c;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
}

body#my-account.sc-account-v1-ready .info-account {
  max-width: 650px;
  margin: 11px auto 31px;
  color: #626a75;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

body#my-account .sc-account-v1-success {
  display: flex;
  max-width: 820px;
  margin: -7px auto 25px;
  padding: 15px 18px;
  border: 1px solid #b9dfc7;
  border-radius: 10px;
  background: #f0faf4;
  color: #28643d;
  flex-direction: column;
  gap: 3px;
}

body#my-account .sc-account-v1-success strong {
  font-size: 15px;
}

body#my-account .sc-account-v1-success span {
  font-size: 13px;
  line-height: 1.45;
}

body#my-account.sc-account-v1-ready .addresses-lists {
  margin: 0;
}

body#my-account.sc-account-v1-ready .addresses-lists > div {
  float: none;
  width: 100%;
  padding: 0;
}

body#my-account.sc-account-v1-ready .myaccount-link-list {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body#my-account.sc-account-v1-ready .myaccount-link-list li {
  display: flex;
  min-width: 0;
  margin: 0;
}

body#my-account.sc-account-v1-ready .myaccount-link-list li a {
  display: flex;
  width: 100%;
  min-height: 132px;
  padding: 22px;
  border: 1px solid #dde1e7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(30, 36, 45, 0.055);
  color: #292d33;
  align-items: flex-start;
  gap: 15px;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease,
    transform 160ms ease;
}

body#my-account.sc-account-v1-ready .myaccount-link-list li a:hover,
body#my-account.sc-account-v1-ready .myaccount-link-list li a:focus {
  border-color: #dc342f;
  box-shadow: 0 12px 28px rgba(30, 36, 45, 0.1);
  color: #292d33;
  outline: 0;
  transform: translateY(-2px);
}

body#my-account.sc-account-v1-ready .myaccount-link-list li a .sc-account-v1-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 10px;
  background: #fff1f0;
  color: #dc342f;
  font-size: 19px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
}

body#my-account.sc-account-v1-ready
  .myaccount-link-list
  li
  a
  .sc-account-v1-icon
  svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body#my-account.sc-account-v1-ready
  .myaccount-link-list
  li.sc-account-v1-discount-card-active
  a {
  border-color: #efbbb8;
  background: #fff9f8;
}

body#my-account.sc-account-v1-ready
  .myaccount-link-list
  li.sc-account-v1-discount-card-active
  a:hover,
body#my-account.sc-account-v1-ready
  .myaccount-link-list
  li.sc-account-v1-discount-card-active
  a:focus {
  border-color: #dc342f;
  background: #fff3f1;
}

body#my-account .sc-account-v1-icon {
  position: relative;
}

body#my-account .sc-account-v1-discount-count {
  position: absolute;
  top: -8px;
  right: -8px;
  display: inline-flex;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #dc342f;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

/* Password recovery ----------------------------------------------------- */

body#password.sc-password-v1-ready #columns {
  background: #f7f8fa;
}

body#password.sc-password-v1-ready #center_column {
  float: none;
  width: 100%;
  max-width: 720px;
  padding-top: 46px;
  padding-bottom: 58px;
  margin: 0 auto;
}

body#password.sc-password-v1-ready #center_column > .box {
  padding: 31px 34px 34px;
  margin: 0;
  border: 1px solid #dde1e7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 36, 45, 0.065);
}

body#password .sc-password-v1-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #dc342f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

body#password.sc-password-v1-ready .page-subheading {
  margin: 0;
  border: 0;
  color: #26282c;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

body#password .sc-password-v1-intro {
  max-width: 540px;
  margin: 10px auto 26px;
  color: #68717d;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

body#password.sc-password-v1-ready #form_forgotpassword {
  max-width: 520px;
  margin: 0 auto;
}

body#password.sc-password-v1-ready #form_forgotpassword fieldset {
  padding: 0;
  border: 0;
}

body#password.sc-password-v1-ready #form_forgotpassword label {
  display: block;
  margin-bottom: 7px;
  color: #343941;
  font-size: 13px;
  font-weight: 700;
}

body#password.sc-password-v1-ready #form_forgotpassword .form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #d6dbe2;
  border-radius: 9px;
  box-shadow: none;
}

body#password.sc-password-v1-ready #form_forgotpassword .form-control:focus {
  border-color: #dc342f;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, 0.11);
  outline: 0;
}

body#password.sc-password-v1-ready #form_forgotpassword .submit {
  margin: 18px 0 0;
}

body#password.sc-password-v1-ready #form_forgotpassword button {
  width: 100%;
  min-height: 46px;
  border: 1px solid #dc342f;
  border-radius: 9px;
  background: #dc342f;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

body#password.sc-password-v1-ready .footer_links {
  padding: 0;
  margin: 16px 0 0;
  text-align: center;
}

body#password.sc-password-v1-ready .footer_links li {
  display: inline-block;
}

body#password.sc-password-v1-ready .footer_links a {
  min-height: 42px;
  padding: 11px 18px;
  border: 1px solid #b9c0c9;
  border-radius: 9px;
  background: #fff;
  color: #414851;
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
}

@media (max-width: 767px) {
  body#password.sc-password-v1-ready #center_column {
    padding: 24px 12px 38px;
  }

  body#password.sc-password-v1-ready #center_column > .box {
    padding: 24px 18px 26px;
  }

  body#password.sc-password-v1-ready .page-subheading {
    font-size: 26px;
  }
}

body#my-account.sc-account-v1-ready
  .myaccount-link-list
  li.sc-account-v1-featured
  a {
  border-top: 3px solid #dc342f;
  padding-top: 20px;
}

body#my-account .sc-account-v1-link-copy {
  display: flex;
  min-width: 0;
  padding-top: 1px;
  flex-direction: column;
  gap: 6px;
}

body#my-account .sc-account-v1-link-copy strong {
  color: #292d33;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

body#my-account .sc-account-v1-link-copy small {
  color: #68717d;
  font-size: 13px;
  line-height: 1.45;
}

body#address.sc-address-v1-ready #center_column {
  max-width: 960px;
}

body#address.sc-address-v1-ready .sc-address-v1-card {
  margin: 0;
  padding: 31px 34px 34px;
  border: 1px solid #dde1e7;
  border-top: 1px solid #dde1e7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 36, 45, 0.065);
}

body#address.sc-address-v1-ready .sc-address-v1-card > .page-subheading,
body#address.sc-address-v1-ready .sc-address-v1-card > .page-heading,
body#address.sc-address-v1-ready .sc-address-v1-card > h1 {
  margin: 0;
  border: 0;
  color: #292d33;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

body#address.sc-address-v1-ready .sc-address-v1-card > p {
  max-width: 620px;
  margin: 10px auto 25px;
  color: #68717d;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

body#address.sc-address-v1-ready .sc-address-v1-card > p.required {
  display: none;
}

body#address.sc-address-v1-ready #add_address {
  display: grid;
  max-width: 820px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 20px;
}

body#address.sc-address-v1-ready #add_address > .form-group {
  width: auto;
  max-width: none;
  margin: 0;
}

body#address.sc-address-v1-ready #add_address > .form-group label {
  display: block;
  width: auto;
  margin: 0 0 7px;
  color: #343941;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

body#address.sc-address-v1-ready #add_address .form-control,
body#address.sc-address-v1-ready #add_address input[type="text"],
body#address.sc-address-v1-ready #add_address input[type="tel"],
body#address.sc-address-v1-ready #add_address select,
body#address.sc-address-v1-ready #add_address textarea {
  width: 100%;
  max-width: none;
  height: 46px;
  padding: 10px 12px;
  border: 1px solid #d6dbe2;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  color: #282d33;
  font-size: 14px;
}

body#address.sc-address-v1-ready #add_address textarea {
  min-height: 92px;
  height: 92px;
  resize: vertical;
}

body#address.sc-address-v1-ready #add_address .form-control:focus,
body#address.sc-address-v1-ready #add_address input:focus,
body#address.sc-address-v1-ready #add_address select:focus,
body#address.sc-address-v1-ready #add_address textarea:focus {
  border-color: #dc342f;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, 0.11);
  outline: 0;
}

body#address.sc-address-v1-ready
  #add_address
  .sc-address-v1-field-address1,
body#address.sc-address-v1-ready
  #add_address
  .sc-address-v1-field-other,
body#address.sc-address-v1-ready
  #add_address
  .sc-address-v1-field-alias {
  grid-column: 1 / -1;
}

body#address.sc-address-v1-ready #add_address > .clearfix {
  display: none;
}

body#address.sc-address-v1-ready #add_address > .inline-infos {
  grid-column: 1 / -1;
  margin: -7px 0 0;
  color: #68717d;
  font-size: 12px;
  line-height: 1.4;
}

body#address .sc-address-v1-alias-help {
  display: block;
  margin-top: 6px;
  color: #737b86;
  font-size: 12px;
  line-height: 1.35;
}

body#address.sc-address-v1-ready #add_address > .submit2 {
  display: flex;
  margin: 5px 0 0;
  grid-column: 1 / -1;
  justify-content: flex-end;
}

body#address.sc-address-v1-ready #add_address > .submit2 button,
body#address.sc-address-v1-ready #submitAddress {
  min-width: 260px;
  height: 46px;
  padding: 0 25px;
  border: 1px solid #dc342f;
  border-radius: 9px;
  background: #dc342f;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  text-transform: none;
}

body#address.sc-address-v1-ready #add_address > .submit2 button:hover,
body#address.sc-address-v1-ready #add_address > .submit2 button:focus,
body#address.sc-address-v1-ready #submitAddress:hover,
body#address.sc-address-v1-ready #submitAddress:focus {
  border-color: #bd2723;
  background: #bd2723;
  color: #fff;
  outline: 0;
}

body#address.sc-address-v1-ready .footer_links {
  display: flex;
  max-width: 820px;
  margin: 18px auto 0;
  padding: 0;
  justify-content: flex-start;
  gap: 12px;
}

body#address.sc-address-v1-ready .footer_links li {
  float: none;
  margin: 0;
}

body#address.sc-address-v1-ready .footer_links a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #cfd5dc;
  border-radius: 9px;
  background: #fff;
  color: #343941;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

body#address.sc-address-v1-ready .footer_links a:hover,
body#address.sc-address-v1-ready .footer_links a:focus {
  border-color: #343941;
  color: #20242a;
}

body#my-account.sc-account-v1-ready #rightbar,
body#my-account.sc-account-v1-ready #to_top_wrap,
body#my-account.sc-account-v1-ready #cart_wrap,
body#address.sc-address-v1-ready #rightbar,
body#address.sc-address-v1-ready #to_top_wrap,
body#address.sc-address-v1-ready #cart_wrap {
  display: none !important;
}

/* Unified customer-area destinations */
body.sc-customer-v1-ready #columns {
  background: #f7f8fa;
}

body.sc-customer-v1-ready #left_column,
body.sc-customer-v1-ready #right_column,
body.sc-customer-v1-ready #rightbar,
body.sc-customer-v1-ready #to_top_wrap,
body.sc-customer-v1-ready #cart_wrap {
  display: none !important;
}

body.sc-customer-v1-ready #center_column {
  float: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 42px;
  padding-bottom: 58px;
}

body.sc-customer-v1-ready .sc-customer-v1-eyebrow {
  display: block;
  margin-bottom: 7px;
  color: #dc342f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

body.sc-customer-v1-ready #center_column > .page-heading,
body.sc-customer-v1-ready #center_column > h1 {
  margin: 0;
  border: 0;
  color: #26282c;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-customer-v1-intro {
  max-width: 650px;
  margin: 10px auto 27px;
  color: #626a75;
  font-size: 15px;
  line-height: 1.55;
  text-align: center;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  > .sc-customer-v1-intro {
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

body.sc-customer-v1-ready .sc-customer-v1-card {
  margin: 0;
  padding: 29px 32px 32px;
  border: 1px solid #dde1e7;
  border-top: 1px solid #dde1e7;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(30, 36, 45, 0.065);
}

body.sc-customer-v1-ready .sc-customer-v1-card > p:first-child {
  margin-top: 0;
}

body.sc-customer-v1-ready .sc-customer-v1-card p,
body.sc-customer-v1-ready .sc-customer-v1-card .info-title {
  color: #68717d;
  font-size: 14px;
  line-height: 1.55;
}

body.sc-customer-v1-ready .sc-customer-v1-card .page-subheading,
body.sc-customer-v1-ready .sc-customer-v1-card h2,
body.sc-customer-v1-ready .sc-customer-v1-card h3,
body.sc-customer-v1-ready .sc-customer-v1-card h4 {
  margin: 0 0 16px;
  border: 0;
  color: #292d33;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-customer-v1-empty {
  display: flex;
  min-height: 250px;
  padding: 32px 20px;
  border: 1px dashed #d7dce3;
  border-radius: 11px;
  background: #fafbfc;
  color: #68717d;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

body.sc-customer-v1-ready .sc-customer-v1-empty-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
  border-radius: 14px;
  background: #fff1f0;
  color: #dc342f;
  align-items: center;
  justify-content: center;
}

body.sc-customer-v1-ready .sc-customer-v1-empty-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.sc-customer-v1-ready .sc-customer-v1-empty strong {
  margin-bottom: 6px;
  color: #292d33;
  font-size: 17px;
  line-height: 1.35;
}

body.sc-customer-v1-ready .sc-customer-v1-empty > span:not(.sc-customer-v1-empty-icon) {
  max-width: 480px;
  font-size: 14px;
  line-height: 1.55;
}

body.sc-customer-v1-ready .sc-customer-v1-empty-cta {
  display: inline-flex;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 20px;
  border: 1px solid #dc342f;
  border-radius: 9px;
  background: #dc342f;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.sc-customer-v1-ready .sc-customer-v1-empty-cta:hover,
body.sc-customer-v1-ready .sc-customer-v1-empty-cta:focus {
  border-color: #bd2723;
  background: #bd2723;
  color: #fff;
  outline: 0;
}

body.sc-customer-v1-ready .sc-customer-v1-card .table-responsive {
  border: 0;
}

body.sc-customer-v1-ready .sc-customer-v1-card table {
  width: 100%;
  margin: 0;
  border: 1px solid #e0e4e9;
  border-radius: 9px;
  background: #fff;
}

body.sc-customer-v1-ready .sc-customer-v1-card table th {
  padding: 13px 12px;
  border-color: #e0e4e9;
  background: #f6f7f9;
  color: #343941;
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-customer-v1-card table td {
  padding: 13px 12px;
  border-color: #e7eaee;
  color: #4d5560;
  font-size: 13px;
  vertical-align: middle;
}

body.sc-customer-v1-ready .sc-record-v1-source {
  display: none !important;
}

body.sc-customer-v1-ready .sc-record-v1-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.sc-customer-v1-ready .sc-record-v1-item {
  display: flex;
  min-width: 0;
  min-height: 205px;
  padding: 20px;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(36, 42, 50, 0.055);
  flex-direction: column;
}

body.sc-customer-v1-ready .sc-record-v1-item-active {
  border-color: #dc342f;
  box-shadow: 0 11px 30px rgba(36, 42, 50, 0.09);
  grid-column: 1 / -1;
}

body.sc-customer-v1-ready .sc-record-v1-head {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

body.sc-customer-v1-ready .sc-record-v1-identity {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

body.sc-customer-v1-ready .sc-record-v1-identity small,
body.sc-customer-v1-ready .sc-record-v1-meta-item small {
  color: #747c87;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.sc-customer-v1-ready .sc-record-v1-identity strong {
  color: #262b31;
  font-size: 18px;
  line-height: 1.25;
}

body.sc-customer-v1-ready .sc-record-v1-status {
  display: inline-flex;
  min-height: 27px;
  padding: 5px 9px;
  border: 1px solid #d8dde3;
  border-radius: 999px;
  background: #f4f6f8;
  color: #555e69;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  align-items: center;
  text-align: center;
}

body.sc-customer-v1-ready .sc-record-v1-status-success {
  border-color: #b9dfc7;
  background: #eff9f3;
  color: #28643d;
}

body.sc-customer-v1-ready .sc-record-v1-status-progress {
  border-color: #efd49b;
  background: #fff8e8;
  color: #765617;
}

body.sc-customer-v1-ready .sc-record-v1-status-danger {
  border-color: #efb8b5;
  background: #fff3f2;
  color: #9d2925;
}

body.sc-customer-v1-ready .sc-record-v1-meta {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

body.sc-customer-v1-ready .sc-record-v1-meta-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

body.sc-customer-v1-ready .sc-record-v1-meta-item strong,
body.sc-customer-v1-ready .sc-record-v1-meta-link {
  overflow-wrap: anywhere;
  color: #343a42;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.sc-customer-v1-ready .sc-record-v1-meta-link:hover,
body.sc-customer-v1-ready .sc-record-v1-meta-link:focus {
  color: #c82e2a;
}

body.sc-customer-v1-ready .sc-record-v1-action {
  display: inline-flex;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 0 15px;
  border: 1px solid #343941;
  border-radius: 9px;
  background: #fff;
  color: #2c3137;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.sc-customer-v1-ready .sc-record-v1-action:hover,
body.sc-customer-v1-ready .sc-record-v1-action:focus {
  border-color: #dc342f;
  background: #dc342f;
  color: #fff;
  outline: 0;
}

body.sc-customer-v1-ready
  .sc-record-v1-action[aria-expanded="true"] {
  border-color: #343941;
  background: #343941;
  color: #fff;
}

body.sc-customer-v1-ready .sc-record-v1-detail {
  width: 100%;
  margin: 22px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid #e2e5e9;
  color: #4c5560;
}

body.sc-customer-v1-ready .sc-record-v1-detail[hidden] {
  display: none !important;
}

body.sc-customer-v1-ready .sc-record-v1-detail .box,
body.sc-customer-v1-ready .sc-record-v1-detail .info-order {
  margin: 0 0 16px;
  padding: 16px 18px;
  border: 1px solid #e0e4e9;
  border-radius: 9px;
  background: #f8f9fb;
  box-shadow: none;
}

body.sc-customer-v1-ready .sc-record-v1-detail .page-heading,
body.sc-customer-v1-ready .sc-record-v1-detail h1,
body.sc-customer-v1-ready .sc-record-v1-detail h2,
body.sc-customer-v1-ready .sc-record-v1-detail h3 {
  margin: 20px 0 12px;
  border: 0;
  color: #292e34;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-record-v1-detail .adresses_bloc {
  display: grid;
  margin: 0 0 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.sc-customer-v1-ready .sc-record-v1-detail .adresses_bloc > div {
  width: auto;
  float: none;
}

body.sc-customer-v1-ready .sc-record-v1-detail .table_block,
body.sc-customer-v1-ready .sc-record-v1-detail > table {
  max-width: 100%;
  margin-bottom: 18px;
  overflow-x: auto;
}

body.sc-customer-v1-ready .sc-record-v1-detail table {
  min-width: 620px;
  border-color: #e0e4e9;
  background: #fff;
}

body.sc-customer-v1-ready .sc-record-v1-detail form {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #e0e4e9;
  border-radius: 9px;
  background: #fafbfc;
}

body.sc-customer-v1-ready .sc-record-v1-detail textarea,
body.sc-customer-v1-ready .sc-record-v1-detail select {
  width: 100%;
  max-width: none;
  border: 1px solid #d6dbe2;
  border-radius: 8px;
  background: #fff;
}

body.sc-customer-v1-ready .sc-customer-v1-card .form-group {
  max-width: 700px;
  margin: 0 auto 17px;
}

body.sc-customer-v1-ready .sc-customer-v1-card .form-group label {
  display: block;
  float: none;
  width: auto;
  margin: 0 0 7px;
  color: #343941;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

body.sc-customer-v1-ready .sc-customer-v1-card .form-control,
body.sc-customer-v1-ready .sc-customer-v1-card input[type="text"],
body.sc-customer-v1-ready .sc-customer-v1-card input[type="email"],
body.sc-customer-v1-ready .sc-customer-v1-card input[type="password"],
body.sc-customer-v1-ready .sc-customer-v1-card select {
  width: 100%;
  max-width: none;
  height: 46px;
  padding: 10px 12px;
  border: 1px solid #d6dbe2;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  color: #282d33;
  font-size: 14px;
}

body.sc-customer-v1-ready .sc-customer-v1-card .form-control:focus,
body.sc-customer-v1-ready .sc-customer-v1-card input:focus,
body.sc-customer-v1-ready .sc-customer-v1-card select:focus {
  border-color: #dc342f;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, 0.11);
  outline: 0;
}

body.sc-customer-v1-ready .sc-customer-v1-card button[type="submit"],
body.sc-customer-v1-ready .sc-customer-v1-card input[type="submit"],
body.sc-customer-v1-ready .sc-customer-v1-card .btn-default,
body.sc-customer-v1-ready .sc-customer-v1-card .button-medium {
  min-width: 220px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid #dc342f;
  border-radius: 9px;
  background: #dc342f;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-shadow: none;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-customer-v1-card button[type="submit"]:hover,
body.sc-customer-v1-ready .sc-customer-v1-card button[type="submit"]:focus,
body.sc-customer-v1-ready .sc-customer-v1-card input[type="submit"]:hover,
body.sc-customer-v1-ready .sc-customer-v1-card input[type="submit"]:focus {
  border-color: #bd2723;
  background: #bd2723;
  color: #fff;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .address {
  display: flex;
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background: transparent;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .address
  > ul {
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 260px;
  margin: 0;
  padding: 22px;
  box-sizing: border-box;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fafbfc;
  flex-direction: column;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .address
  > ul
  > li {
  list-style: none;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-address-summary {
  display: flex;
  margin: 1px 0 20px;
  color: #4e5660;
  font-size: 14px;
  line-height: 1.55;
  flex-direction: column;
  gap: 2px;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-address-summary-loading {
  color: #747c86;
  font-style: italic;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .sc-address-grid {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  align-items: stretch;
  gap: 16px;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .sc-address-grid
  > .clearfix {
  display: none !important;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .sc-address-grid
  .address {
  width: auto;
  float: none;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address
  .address_title {
  min-height: 24px;
  margin: 0 0 12px;
  line-height: 1.35;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .address_update,
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .address_delete {
  display: flex;
  margin: auto 0 0;
  gap: 10px;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address_update
  a {
  display: inline-flex;
  width: auto !important;
  min-width: 112px;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 7px;
  box-shadow: none;
  font-size: 12px;
  font-weight: 700;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-address-summary-loading {
  gap: 8px;
}

body.sc-customer-v1-ready .sc-address-summary-loading-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

body.sc-customer-v1-ready .sc-address-summary-skeleton {
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, #eef1f4 25%, #f8f9fa 38%, #eef1f4 63%);
  background-size: 400% 100%;
  animation: sc-address-summary-loading 1.15s ease infinite;
}

body.sc-customer-v1-ready .sc-address-summary-skeleton-short {
  width: 68%;
}

@keyframes sc-address-summary-loading {
  0% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address_update
  .sc-address-edit {
  border: 1px solid #343941;
  background: #fff;
  color: #343941;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address_update
  .sc-address-delete {
  border: 1px solid #e3b7b5;
  background: #fff;
  color: #b52a26;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address_update
  .sc-address-edit:hover,
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address_update
  .sc-address-edit:focus {
  background: #343941;
  color: #fff;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address_update
  .sc-address-delete:hover,
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .address_update
  .sc-address-delete:focus {
  border-color: #b52a26;
  background: #fff4f3;
  color: #97211e;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .main-page-indent {
  margin: 18px 0 0;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  .main-page-indent
  a,
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="addresses"]
  .sc-customer-v1-card
  a[title*="Aggiungi"] {
  display: inline-flex;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid #dc342f;
  border-radius: 9px;
  background: #dc342f;
  color: #fff;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-customer-v1-card
  form {
  max-width: 740px;
  margin: 0 auto;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-customer-v1-card
  fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter {
  max-width: 700px;
  padding: 13px 14px;
  margin: 5px auto 17px;
  border: 1px solid #e0e4e8;
  border-radius: 9px;
  background: #fafbfc;
  text-align: left;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter
  label {
  display: flex;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
  text-align: left;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter
  input[type="checkbox"],
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter
  #uniform-newsletter,
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter
  #uniform-newsletter
  > span {
  position: static !important;
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  float: none !important;
  margin: 2px 0 0 !important;
  transform: none !important;
  accent-color: #dc342f;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter-copy {
  display: flex;
  color: #2e3339;
  flex-direction: column;
  gap: 2px;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter-copy
  strong {
  font-size: 14px;
  line-height: 1.35;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter-copy
  span {
  color: #626974;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-auth-account-v1-newsletter-help {
  display: block;
  padding-left: 27px;
  margin-top: 5px;
  color: #69707a;
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-customer-v1-card
  .radio-inline,
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="identity"]
  .sc-customer-v1-card
  .checkbox {
  color: #4d5560;
  font-size: 14px;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="discounts"]
  .sc-customer-v1-card {
  padding: 30px;
}

body.sc-customer-v1-ready .sc-discount-v1-source {
  display: none !important;
}

body.sc-customer-v1-ready .sc-discount-v1-list {
  display: grid;
  max-width: 960px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

body.sc-customer-v1-ready .sc-discount-v1-item {
  display: flex;
  min-width: 0;
  padding: 18px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fafbfc;
  flex-direction: column;
}

body.sc-customer-v1-ready .sc-discount-v1-top {
  display: flex;
  margin-bottom: 11px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

body.sc-customer-v1-ready .sc-discount-v1-value {
  display: inline-flex;
  color: #bd2723;
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  align-items: flex-start;
  letter-spacing: -0.035em;
}

body.sc-customer-v1-ready .sc-discount-v1-value sup {
  position: relative;
  top: 2px;
  margin-left: 2px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

body.sc-customer-v1-ready .sc-discount-v1-status {
  display: inline-flex;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf7ef;
  color: #26703a;
  font-size: 11px;
  font-weight: 700;
  align-items: center;
}

body.sc-customer-v1-ready .sc-discount-v1-status-group {
  display: flex;
  min-width: 112px;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}

body.sc-customer-v1-ready .sc-discount-v1-countdown {
  display: flex;
  width: 100%;
  color: #76520a;
  align-items: center;
  flex-direction: column;
  gap: 2px;
  text-align: center;
  white-space: nowrap;
}

body.sc-customer-v1-ready .sc-discount-v1-countdown small {
  color: #8a691f;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

body.sc-customer-v1-ready .sc-discount-v1-countdown strong {
  color: #654706;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
}

body.sc-customer-v1-ready .sc-discount-v1-status-expiring {
  background: #fff2c9;
  color: #76520a;
}

body.sc-customer-v1-ready .sc-discount-v1-status-expired,
body.sc-customer-v1-ready .sc-discount-v1-status-used {
  background: #eceff2;
  color: #626a74;
}

body.sc-customer-v1-ready .sc-discount-v1-item-expired,
body.sc-customer-v1-ready .sc-discount-v1-item-used {
  border-color: #e3e6ea;
  background: #f4f5f6;
}

body.sc-customer-v1-ready
  .sc-discount-v1-item-expired
  .sc-discount-v1-value,
body.sc-customer-v1-ready
  .sc-discount-v1-item-used
  .sc-discount-v1-value {
  color: #747b84;
}

body.sc-customer-v1-ready .sc-discount-v1-item h3 {
  margin: 0 0 11px;
  color: #2d3238;
  font-size: 16px;
  line-height: 1.35;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-discount-v1-code {
  display: flex;
  min-height: 40px;
  padding: 0 11px;
  margin-bottom: 13px;
  border: 1px dashed #cfd5dc;
  border-radius: 8px;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.sc-customer-v1-ready .sc-discount-v1-code span {
  color: #747c86;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

body.sc-customer-v1-ready .sc-discount-v1-code strong {
  color: #292e35;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  letter-spacing: 0.035em;
  overflow-wrap: anywhere;
}

body.sc-customer-v1-ready .sc-discount-v1-details {
  display: grid;
  margin-bottom: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 13px;
}

body.sc-customer-v1-ready .sc-discount-v1-details span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

body.sc-customer-v1-ready .sc-discount-v1-details small {
  color: #747c86;
  font-size: 10px;
  text-transform: uppercase;
}

body.sc-customer-v1-ready .sc-discount-v1-details strong {
  color: #414851;
  font-size: 12px;
}

body.sc-customer-v1-ready .sc-discount-v1-cta {
  display: inline-flex;
  width: 100%;
  min-height: 39px;
  padding: 0 18px;
  margin-top: auto;
  border: 1px solid #dc342f;
  border-radius: 8px;
  background: #dc342f;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.sc-customer-v1-ready .sc-discount-v1-cta-disabled,
body.sc-customer-v1-ready .sc-discount-v1-cta-disabled:hover,
body.sc-customer-v1-ready .sc-discount-v1-cta-disabled:focus {
  border-color: #d7dbe0;
  background: #e8eaed;
  color: #6e757e;
  cursor: not-allowed;
}

body.sc-customer-v1-ready .sc-wishlist-v1-item-deleting {
  opacity: 0.62;
  pointer-events: none;
}

body.sc-customer-v1-ready .sc-discount-v1-cta:hover,
body.sc-customer-v1-ready .sc-discount-v1-cta:focus {
  border-color: #bd2723;
  background: #bd2723;
  color: #fff;
  outline: 0;
}

body.sc-customer-v1-ready .sc-discount-v1-help {
  margin: 15px 0 0;
  color: #68717c;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

body.sc-customer-v1-ready .sc-discount-v1-shop-prompt {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #4f5761;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

body.sc-customer-v1-ready .sc-discount-v1-cart-note {
  margin-top: 11px;
  padding-top: 12px;
  padding-bottom: 12px;
}

body#order-opc .sc-cart-discount-message,
body#order .sc-cart-discount-message {
  display: flex;
  margin: 12px 0 0;
  padding: 13px 15px;
  border: 1px solid #efb8b5;
  border-radius: 9px;
  background: #fff4f3;
  color: #932722;
  flex-direction: column;
  gap: 3px;
  font-size: 13px;
  line-height: 1.45;
}

body#order-opc .sc-cart-discount-message strong,
body#order .sc-cart-discount-message strong {
  font-size: 14px;
  font-weight: 750;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-customer-v1-card {
  display: block;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  #mywishlist {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  gap: 22px;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-customer-v1-card
  #form_wishlist {
  max-width: none;
  margin: 0;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-wishlist-v1-form {
  padding: 24px;
  border: 1px solid #dfe3e8;
  border-radius: 11px;
  background: #fff;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-wishlist-v1-form
  fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-wishlist-v1-form
  .page-subheading,
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-wishlist-v1-form
  h3 {
  margin-bottom: 18px;
  font-size: 19px;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-wishlist-v1-help {
  display: block;
  margin-top: 7px;
  color: #737b86;
  font-size: 12px;
  line-height: 1.4;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-wishlist-v1-form
  p:last-child {
  display: flex;
  margin: 20px 0 0;
  justify-content: flex-start;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-wishlist-v1-form
  button[type="submit"],
body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  .sc-wishlist-v1-form
  input[type="submit"] {
  min-width: 150px;
  min-height: 42px;
}

body.sc-customer-v1-ready .sc-wishlist-v1-empty-note {
  display: flex;
  min-height: 100%;
  padding: 24px;
  border: 1px solid #e1e5e9;
  border-radius: 11px;
  background: #fafbfc;
  color: #68717c;
  font-size: 13px;
  line-height: 1.5;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

body.sc-customer-v1-ready .sc-wishlist-v1-empty-note strong {
  color: #30353c;
  font-size: 16px;
  line-height: 1.35;
}

body.sc-customer-v1-ready .sc-wishlist-v1-empty-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: #fff0ef;
  color: #c22c28;
  align-items: center;
  justify-content: center;
}

body.sc-customer-v1-ready .sc-wishlist-v1-empty-icon svg {
  width: 21px;
  height: 21px;
}

body.sc-customer-v1-ready .sc-wishlist-v1-source {
  display: none !important;
}

body.sc-customer-v1-ready .sc-wishlist-v1-lists {
  grid-column: 1 / -1;
}

body.sc-customer-v1-ready
  #center_column[data-sc-customer-page="wishlist"]
  #block-history {
  width: 100%;
  grid-column: 1 / -1;
}

body.sc-customer-v1-ready .sc-wishlist-v1-lists > h3 {
  margin: 4px 0 15px;
  font-size: 18px;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-wishlist-v1-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

body.sc-customer-v1-ready .sc-wishlist-v1-item {
  padding: 20px;
  border: 1px solid #dfe3e8;
  border-radius: 10px;
  background: #fafbfc;
}

body.sc-customer-v1-ready .sc-wishlist-v1-item h4 {
  margin: 0 0 8px;
  color: #30353c;
  font-size: 16px;
  text-transform: none;
}

body.sc-customer-v1-ready .sc-wishlist-v1-item p {
  margin: 0 0 17px;
  color: #737b85;
  font-size: 12px;
}

body.sc-customer-v1-ready .sc-wishlist-v1-actions {
  display: flex;
  gap: 9px;
}

body.sc-customer-v1-ready .sc-wishlist-v1-actions a {
  display: inline-flex;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #343941;
  border-radius: 7px;
  background: #fff;
  color: #343941;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.sc-customer-v1-ready .sc-wishlist-v1-actions .sc-wishlist-v1-remove {
  border-color: #e3b7b5;
  color: #b52a26;
}

body.sc-customer-v1-ready .footer_links {
  display: flex;
  margin: 18px 0 0;
  padding: 0;
  gap: 12px;
}

body.sc-customer-v1-ready .footer_links li {
  float: none;
  margin: 0;
}

body.sc-customer-v1-ready .footer_links a {
  display: inline-flex;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #cfd5dc;
  border-radius: 9px;
  background: #fff;
  color: #343941;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.sc-customer-v1-ready .footer_links a:hover,
body.sc-customer-v1-ready .footer_links a:focus {
  border-color: #343941;
  color: #20242a;
  outline: 0;
}

/* Contextual feedback stays next to the action that produced it. */
body.sc-customer-v1-ready .sc-customer-v1-message,
body#address.sc-address-v1-ready .sc-customer-v1-message {
  position: relative;
  display: flex;
  width: 100%;
  margin: 14px 0 0;
  padding: 14px 16px 14px 46px;
  border: 1px solid #d9dfe6;
  border-radius: 9px;
  background: #f7f9fb;
  box-shadow: none;
  color: #343b44;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

body.sc-customer-v1-ready .sc-customer-v1-message::before,
body#address.sc-address-v1-ready .sc-customer-v1-message::before {
  position: absolute;
  top: 14px;
  left: 16px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "i";
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  align-items: center;
  justify-content: center;
}

body#address.sc-address-v1-ready .sc-address-v1-company-hidden {
  display: none !important;
}

body#address.sc-address-v1-ready .sc-address-v1-secondary-phone-hidden {
  display: none !important;
}

body#address.sc-address-v1-ready #add_address .selector {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  height: 46px;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #d6dce2;
  border-radius: 9px;
  background: #fff;
}

body#address.sc-address-v1-ready #add_address .selector::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5f666d;
  border-bottom: 2px solid #5f666d;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

body#address.sc-address-v1-ready #add_address .selector > span {
  display: none !important;
}

body#address.sc-address-v1-ready #add_address .selector > select {
  position: static !important;
  display: block !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: 44px !important;
  margin: 0;
  padding: 0 42px 0 13px;
  border: 0 !important;
  border-radius: 9px;
  background: transparent;
  color: #343a40;
  opacity: 1 !important;
  appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  cursor: pointer;
}

body#address.sc-address-v1-ready #add_address .selector:focus-within {
  border-color: #dc342f;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, .11);
}

body.sc-customer-v1-ready .sc-customer-v1-message-title,
body#address.sc-address-v1-ready .sc-customer-v1-message-title {
  display: block;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

body.sc-customer-v1-ready .sc-customer-v1-message p,
body.sc-customer-v1-ready .sc-customer-v1-message ul,
body.sc-customer-v1-ready .sc-customer-v1-message ol,
body#address.sc-address-v1-ready .sc-customer-v1-message p,
body#address.sc-address-v1-ready .sc-customer-v1-message ul,
body#address.sc-address-v1-ready .sc-customer-v1-message ol {
  margin: 0;
}

body.sc-customer-v1-ready .sc-customer-v1-message-error,
body#address.sc-address-v1-ready .sc-customer-v1-message-error {
  border-color: #efb8b5;
  background: #fff4f3;
  color: #9d2925;
}

body.sc-customer-v1-ready .sc-customer-v1-message-error::before,
body#address.sc-address-v1-ready .sc-customer-v1-message-error::before {
  content: "!";
}

body.sc-customer-v1-ready .sc-customer-v1-message-success,
body#address.sc-address-v1-ready .sc-customer-v1-message-success {
  border-color: #b9dfc7;
  background: #f0faf4;
  color: #28643d;
}

body.sc-customer-v1-ready .sc-customer-v1-message-success::before,
body#address.sc-address-v1-ready .sc-customer-v1-message-success::before {
  content: "✓";
}

body.sc-customer-v1-ready .sc-customer-v1-message-warning,
body#address.sc-address-v1-ready .sc-customer-v1-message-warning {
  border-color: #ead59e;
  background: #fff9e9;
  color: #765617;
}

body.sc-customer-v1-ready .sc-customer-v1-message-warning::before,
body#address.sc-address-v1-ready .sc-customer-v1-message-warning::before {
  content: "!";
}

body.sc-customer-v1-ready .sc-wishlist-v1-item-active {
  border-color: #dc342f;
  box-shadow: 0 9px 24px rgba(42, 48, 56, 0.09);
}

body.sc-customer-v1-ready
  .sc-wishlist-v1-item
  .sc-customer-v1-message-inline {
  margin-top: 13px;
}

@media (max-width: 991px) {
  body#my-account.sc-account-v1-ready .myaccount-link-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sc-customer-v1-ready .sc-wishlist-v1-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.sc-customer-v1-ready
    #center_column[data-sc-customer-page="wishlist"]
    #mywishlist {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  body#my-account.sc-account-v1-ready #center_column,
  body#address.sc-address-v1-ready #center_column {
    padding: 27px 15px 42px;
  }

  body#my-account.sc-account-v1-ready #center_column > .page-heading {
    font-size: 28px;
    text-align: left;
  }

  body#my-account .sc-account-v1-eyebrow,
  body#address .sc-address-v1-eyebrow {
    text-align: left;
  }

  body#my-account.sc-account-v1-ready .info-account {
    margin: 9px 0 24px;
    text-align: left;
  }

  body#my-account.sc-account-v1-ready .myaccount-link-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  body#my-account.sc-account-v1-ready .myaccount-link-list li a {
    min-height: 112px;
    padding: 18px;
  }

  body#address.sc-address-v1-ready .sc-address-v1-card {
    padding: 24px 18px 22px;
  }

  body#address.sc-address-v1-ready .sc-address-v1-card > .page-subheading,
  body#address.sc-address-v1-ready .sc-address-v1-card > .page-heading,
  body#address.sc-address-v1-ready .sc-address-v1-card > h1 {
    font-size: 25px;
    text-align: left;
  }

  body#address.sc-address-v1-ready .sc-address-v1-card > p {
    margin: 9px 0 22px;
    text-align: left;
  }

  body#address.sc-address-v1-ready #add_address {
    grid-template-columns: minmax(0, 1fr);
    gap: 15px;
  }

  body#address.sc-address-v1-ready #add_address > *,
  body#address.sc-address-v1-ready
    #add_address
    .sc-address-v1-field-address1,
  body#address.sc-address-v1-ready
    #add_address
    .sc-address-v1-field-other,
  body#address.sc-address-v1-ready
    #add_address
    .sc-address-v1-field-alias {
    grid-column: 1;
  }

  body#address.sc-address-v1-ready #add_address > .submit2 {
    justify-content: stretch;
  }

  body#address.sc-address-v1-ready #add_address > .submit2 button,
  body#address.sc-address-v1-ready #submitAddress {
    width: 100%;
    min-width: 0;
  }

  body#address.sc-address-v1-ready .footer_links {
    flex-direction: column;
  }

  body#address.sc-address-v1-ready .footer_links a {
    width: 100%;
    justify-content: center;
  }

  body.sc-customer-v1-ready #center_column {
    padding: 27px 15px 42px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-eyebrow,
  body.sc-customer-v1-ready #center_column > .page-heading,
  body.sc-customer-v1-ready #center_column > h1,
  body.sc-customer-v1-ready .sc-customer-v1-intro {
    text-align: left;
  }

  body.sc-customer-v1-ready #center_column > .page-heading,
  body.sc-customer-v1-ready #center_column > h1 {
    font-size: 27px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-intro {
    margin: 9px 0 22px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-card {
    padding: 22px 17px 24px;
  }

  body.sc-customer-v1-ready
    #center_column[data-sc-customer-page="discounts"]
    .sc-customer-v1-card {
    padding: 20px 15px;
  }

  body.sc-customer-v1-ready .sc-discount-v1-item,
  body.sc-customer-v1-ready .sc-wishlist-v1-form,
  body.sc-customer-v1-ready .sc-wishlist-v1-empty-note {
    padding: 18px;
  }

  body.sc-customer-v1-ready .sc-discount-v1-list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.sc-customer-v1-ready .sc-record-v1-list {
    grid-template-columns: minmax(0, 1fr);
  }

  body.sc-customer-v1-ready .sc-record-v1-item {
    min-height: 0;
    padding: 18px;
  }

  body.sc-customer-v1-ready .sc-record-v1-head {
    flex-direction: column;
    gap: 10px;
  }

  body.sc-customer-v1-ready .sc-record-v1-status {
    align-self: flex-start;
  }

  body.sc-customer-v1-ready .sc-record-v1-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.sc-customer-v1-ready .sc-record-v1-detail {
    margin-top: 18px;
    padding-top: 18px;
  }

  body.sc-customer-v1-ready .sc-record-v1-detail .adresses_bloc {
    grid-template-columns: minmax(0, 1fr);
  }

  body.sc-customer-v1-ready .sc-record-v1-detail .box,
  body.sc-customer-v1-ready .sc-record-v1-detail .info-order,
  body.sc-customer-v1-ready .sc-record-v1-detail form {
    padding: 15px;
  }

  body.sc-customer-v1-ready
    #center_column[data-sc-customer-page="addresses"]
    .sc-customer-v1-card
    .sc-address-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  body.sc-customer-v1-ready
    #center_column[data-sc-customer-page="addresses"]
    .address_update {
    flex-wrap: wrap;
  }

  body.sc-customer-v1-ready
    #center_column[data-sc-customer-page="addresses"]
    .address_update
    a {
    min-width: 104px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-empty {
    min-height: 220px;
    padding: 28px 16px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-card button[type="submit"],
  body.sc-customer-v1-ready .sc-customer-v1-card input[type="submit"],
  body.sc-customer-v1-ready .sc-customer-v1-card .btn-default,
  body.sc-customer-v1-ready .sc-customer-v1-card .button-medium {
    width: 100%;
    min-width: 0;
  }

  body.sc-customer-v1-ready .footer_links {
    flex-direction: column;
  }

  body.sc-customer-v1-ready .footer_links a {
    width: 100%;
  }

  body.sc-customer-v1-ready .sc-customer-v1-message,
  body#address.sc-address-v1-ready .sc-customer-v1-message {
    margin-top: 12px;
    padding: 13px 14px 13px 43px;
  }

  body.sc-customer-v1-ready .sc-customer-v1-message::before,
  body#address.sc-address-v1-ready .sc-customer-v1-message::before {
    top: 13px;
    left: 14px;
  }
}

/* Cascade finalization for the record-detail v2 rules declared before the
 * legacy account declarations. */
body.sc-customer-v1-ready .sc-record-v1-detail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-section-title,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-timeline,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-products,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-shipping,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-message,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-addresses,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-summary,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-products,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-note {
  grid-column: 1 / -1;
}

body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-summary,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-payment,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-delivery,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-summary {
  margin: 0;
  border-radius: 11px;
}

body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-timeline,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-products,
body.sc-customer-v1-ready .sc-record-v1-detail .sc-record-detail-shipping,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-products {
  margin: 0;
  border: 1px solid #e0e4e9;
  border-radius: 11px;
  overflow-x: auto;
}

@media (max-width: 767px) {
  body.sc-customer-v1-ready .sc-record-v1-detail {
    display: block;
  }

  body.sc-customer-v1-ready .sc-record-v1-detail > * {
    margin-bottom: 12px !important;
  }

  html.sc-account-layout-pending #center_column::before {
    width: calc(100% - 24px);
    min-height: 180px;
    margin: 20px auto 36px;
  }
}

/* Account record detail v3 — remove repeated administrative data and present
 * products, addresses, delivery and assistance as customer-facing content. */
body.sc-customer-v1-ready .sc-record-v1-detail {
  display: block;
  color: #535c66;
  font-size: 13px;
  line-height: 1.5;
}

body.sc-customer-v1-ready .sc-record-v1-detail [hidden] {
  display: none !important;
}

body.sc-customer-v1-ready .sc-record-detail-actions {
  display: flex;
  margin: 0 0 14px;
  justify-content: flex-end;
}

body.sc-customer-v1-ready .sc-record-detail-actions form,
body.sc-customer-v1-ready .sc-record-detail-reorder {
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.sc-customer-v1-ready
  .sc-record-detail-actions
  .button,
body.sc-customer-v1-ready
  .sc-record-detail-actions
  button,
body.sc-customer-v1-ready
  .sc-record-detail-actions
  input[type="submit"] {
  width: auto;
  min-width: 160px;
  min-height: 40px;
  padding: 0 18px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-addresses {
  display: block;
  margin: 0 0 14px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-addresses
  > .row {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

body.sc-customer-v1-ready
  .sc-record-detail-addresses
  > .row::before,
body.sc-customer-v1-ready
  .sc-record-detail-addresses
  > .row::after {
  display: none;
  content: none;
}

body.sc-customer-v1-ready
  .sc-record-detail-addresses
  .row
  > [class*="col-"] {
  width: auto;
  padding: 0;
  float: none;
}

body.sc-customer-v1-ready
  .sc-record-detail-addresses
  .address.box {
  height: 100%;
  min-height: 154px;
  margin: 0;
  padding: 17px 18px;
  border: 1px solid #e0e4e9;
  border-radius: 11px;
  background: #f8f9fb;
}

body.sc-customer-v1-ready
  .sc-record-detail-addresses
  .page-subheading {
  margin: 0 0 10px;
  color: #2e343b;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.35;
}

body.sc-customer-v1-ready
  .sc-record-detail-addresses
  .address_ {
  display: block;
  color: #59636e;
  font-size: 13px;
  line-height: 1.55;
}

body.sc-customer-v1-ready
  .sc-record-detail-addresses
  .address_
  > span {
  display: block;
}

body.sc-customer-v1-ready
  .sc-record-detail-addresses
  .sc-record-address-loading {
  color: #7a828b;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-delivery {
  display: inline-flex;
  width: auto;
  min-height: 68px;
  margin: 0 0 18px;
  padding: 12px 16px;
  align-items: center;
  gap: 12px;
  border: 1px solid #dce8df;
  border-radius: 11px;
  background: #f5faf6;
  color: #2f4938;
}

body.sc-customer-v1-ready .sc-record-delivery-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  background: #e6f3e9;
  color: #2e8b4b;
}

body.sc-customer-v1-ready .sc-record-delivery-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.sc-customer-v1-ready .sc-record-detail-delivery small,
body.sc-customer-v1-ready .sc-record-detail-delivery strong {
  display: block;
}

body.sc-customer-v1-ready .sc-record-detail-delivery small {
  margin-bottom: 2px;
  color: #66766b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

body.sc-customer-v1-ready .sc-record-detail-delivery strong {
  color: #294433;
  font-size: 14px;
  font-weight: 750;
}

body.sc-customer-v1-ready .sc-record-detail-products,
body.sc-customer-v1-ready .sc-record-detail-return-products {
  max-width: none;
  margin: 0 0 16px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-products {
  padding: 14px 18px 18px;
}

body.sc-customer-v1-ready .sc-record-products-title {
  display: block;
  margin: 0 0 10px;
  color: #2c3239;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.35;
}

body.sc-customer-v1-ready
  .sc-record-detail-products
  > .sc-record-products-title {
  margin: 0 0 10px !important;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .table_block {
  margin: 0;
  overflow: visible;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table {
  display: block;
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table
  thead,
body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table
  tfoot {
  display: none;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table
  tbody {
  display: grid;
  gap: 10px;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table
  tbody
  tr {
  display: grid;
  min-height: 82px;
  padding: 14px 16px;
  align-items: center;
  grid-template-columns: 132px minmax(0, 1fr) 112px;
  gap: 15px;
  border: 1px solid #e0e4e9;
  border-radius: 11px;
  background: #fff;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table
  tbody
  td {
  display: block;
  padding: 0;
  border: 0;
  color: #505963;
  font-size: 13px;
  line-height: 1.45;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table
  tbody
  td::before {
  display: block;
  margin-bottom: 4px;
  color: #818994;
  content: attr(data-title);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .sc-record-cart-table
  tbody
  td:nth-child(2) {
  color: #2e343b;
  font-weight: 650;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail[data-sc-record-detail="orders"]
  .sc-record-cart-table
  tbody
  td:nth-child(n+4) {
  display: none;
}

body.sc-customer-v1-ready
  .sc-record-detail-return-products
  .sc-record-cart-table
  tbody
  tr {
  grid-template-columns: 132px minmax(0, 1fr) 90px;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .mobile_table_content {
  display: block;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .return_quantity
  input {
  width: 48px;
  height: 36px;
  margin: 0;
  padding: 6px;
  text-align: center;
}

body.sc-customer-v1-ready
  .sc-record-detail-cart-products
  .return_quantity_buttons {
  display: none;
}

body.sc-customer-v1-ready .sc-record-detail-tracking {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 11px 14px;
  flex-direction: column;
  border: 1px solid #dfe4e8;
  border-radius: 10px;
  background: #f8f9fb;
}

body.sc-customer-v1-ready .sc-record-detail-tracking small {
  color: #7a838d;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

body.sc-customer-v1-ready .sc-record-detail-tracking strong {
  color: #30363d;
  font-size: 13px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-message {
  width: 100%;
  max-width: 680px;
  margin: 4px 0 0;
  padding: 20px;
  border: 1px solid #e0e4e9;
  border-radius: 12px;
  background: #f8f9fb;
}

body.sc-customer-v1-ready .sc-record-detail-message h3,
body.sc-customer-v1-ready
  .sc-record-detail-message
  .page-subheading {
  margin: 0 0 7px;
  color: #2c3239;
  font-size: 17px;
}

body.sc-customer-v1-ready .sc-record-detail-message > p {
  margin: 0 0 15px;
  color: #68717c;
  font-size: 13px;
}

body.sc-customer-v1-ready .sc-record-detail-message label {
  margin-bottom: 6px;
  color: #40474f;
  font-size: 12px;
  font-weight: 700;
}

body.sc-customer-v1-ready .sc-record-detail-message select,
body.sc-customer-v1-ready .sc-record-detail-message textarea {
  width: 100%;
  max-width: none;
  border: 1px solid #d5dbe1;
  border-radius: 9px;
  background: #fff;
  box-shadow: none;
  font-size: 13px;
}

body.sc-customer-v1-ready .sc-record-detail-message textarea {
  min-height: 104px;
  padding: 11px 12px;
  resize: vertical;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  button[type="submit"],
body.sc-customer-v1-ready
  .sc-record-detail-message
  input[type="submit"] {
  width: auto;
  min-width: 170px;
  margin-top: 5px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-return-summary {
  display: block;
  height: auto;
  min-height: 0;
  margin: 0 0 14px;
  padding: 16px 18px;
  justify-content: flex-start;
}

body.sc-customer-v1-ready
  .sc-record-detail-return-summary
  p {
  margin: 0 0 6px;
  color: #59636e;
  font-size: 13px;
}

body.sc-customer-v1-ready
  .sc-record-detail-return-summary
  p:last-child {
  margin-bottom: 0;
}

/* Compact order utility row: the delivery range and repeat-purchase action
 * share one horizontal band to reduce the open card's vertical length. */
body.sc-customer-v1-ready .sc-record-detail-utility {
  display: grid;
  margin: 0 0 14px;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) 210px;
  gap: 12px;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-utility
  .sc-record-detail-delivery {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 62px;
  margin: 0;
  padding: 10px 14px;
  flex-direction: row;
  justify-content: flex-start;
}

body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions {
  display: flex;
  margin: 0;
  align-items: stretch;
}

body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  form,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  .button,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  a,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  button,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  input[type="submit"] {
  display: inline-flex;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 62px;
  margin: 0;
  align-items: center;
  justify-content: center;
  float: none;
  line-height: 1.2;
  text-align: center;
}

body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  a,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  button,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  input[type="submit"] {
  border: 1px solid #dc342f !important;
  border-radius: 11px;
  background: #fff !important;
  box-shadow: 0 5px 14px rgba(220, 52, 47, .08);
  color: #c92f2a !important;
}

body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  a:hover,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  a:focus,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  button:hover,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  button:focus,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  input[type="submit"]:hover,
body.sc-customer-v1-ready
  .sc-record-detail-utility
  .sc-record-detail-actions
  input[type="submit"]:focus {
  border-color: #bd2723 !important;
  background: #fff4f3 !important;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, .12);
  color: #ad211e !important;
  outline: 0;
}

/* Compact assistance form: selector, request and submit action sit on one
 * scan line on desktop and return to a simple stack on small screens. */
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-message {
  display: grid;
  width: 100%;
  max-width: none;
  margin: 12px 0 16px !important;
  padding: 14px 16px 15px;
  align-items: end;
  grid-template-columns: minmax(190px, 240px) minmax(260px, 1fr) 160px;
  gap: 8px 12px;
}

body.sc-customer-v1-ready .sc-record-detail-message h3,
body.sc-customer-v1-ready
  .sc-record-detail-message
  .page-subheading,
body.sc-customer-v1-ready
  .sc-record-detail-message
  > p:not(.form-group) {
  grid-column: 1 / -1;
}

body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-message
  h3,
body.sc-customer-v1-ready
  .sc-record-v1-detail
  .sc-record-detail-message
  .page-subheading {
  margin: 0;
  font-size: 16px;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  > p:not(.form-group) {
  margin: 0 0 2px;
  line-height: 1.4;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  .form-group,
body.sc-customer-v1-ready
  .sc-record-detail-message
  .submit {
  min-width: 0;
  margin: 0;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  .form-group:nth-of-type(3) {
  grid-column: 2;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  .submit {
  grid-column: 3;
}

body.sc-customer-v1-ready .sc-record-detail-message select,
body.sc-customer-v1-ready .sc-record-detail-message textarea {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 42px;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  select[hidden] {
  display: none !important;
}

body.sc-customer-v1-ready .sc-record-message-select {
  position: relative;
  width: 100%;
}

body.sc-customer-v1-ready .sc-record-message-select-trigger {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  padding: 9px 38px 9px 12px;
  align-items: center;
  border: 1px solid #d5dbe1 !important;
  border-radius: 9px;
  background: #fff !important;
  box-shadow: none;
  color: #3f474f !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

body.sc-customer-v1-ready
  .sc-record-message-select-trigger
  > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.sc-customer-v1-ready
  .sc-record-message-select-trigger::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  transform: translateY(-65%) rotate(45deg);
  border-right: 1.5px solid #4e565f;
  border-bottom: 1.5px solid #4e565f;
  content: "";
  transition: transform .18s ease;
}

body.sc-customer-v1-ready
  .sc-record-message-select-trigger[aria-expanded="true"] {
  border-color: #dc342f !important;
  background: #fff !important;
  color: #3f474f !important;
  box-shadow: 0 0 0 3px rgba(220, 52, 47, .1);
}

body.sc-customer-v1-ready
  .sc-record-message-select-trigger[aria-expanded="true"]::after {
  transform: translateY(-30%) rotate(225deg);
}

body.sc-customer-v1-ready .sc-record-message-select-list {
  position: absolute;
  z-index: 40;
  top: calc(100% + 6px);
  left: 0;
  box-sizing: border-box;
  width: min(420px, calc(100vw - 40px));
  max-height: 230px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid #dfe3e7;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 37, 43, .16);
}

body.sc-customer-v1-ready
  .sc-record-message-select-up
  .sc-record-message-select-list {
  top: auto;
  bottom: calc(100% + 6px);
}

body.sc-customer-v1-ready .sc-record-message-select-option {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 10px 11px;
  border: 0 !important;
  border-radius: 8px;
  background: #fff !important;
  color: #414951 !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
}

body.sc-customer-v1-ready .sc-record-message-select-option:hover,
body.sc-customer-v1-ready .sc-record-message-select-option:focus {
  background: #fff4f3 !important;
  color: #a92723 !important;
  outline: 0;
}

body.sc-customer-v1-ready
  .sc-record-message-select-option[aria-selected="true"] {
  background: #fcebea !important;
  color: #b32a26 !important;
  font-weight: 700;
}

body.sc-customer-v1-ready
  #center_column
  .sc-record-detail-message
  button.sc-record-message-select-trigger {
  border: 1px solid #d5dbe1 !important;
  background: #fff !important;
  color: #3f474f !important;
}

body.sc-customer-v1-ready
  #center_column
  .sc-record-detail-message
  button.sc-record-message-select-trigger[aria-expanded="true"] {
  border-color: #dc342f !important;
  background: #fff !important;
  color: #3f474f !important;
}

body.sc-customer-v1-ready
  #center_column
  .sc-record-detail-message
  .sc-record-message-select-list
  button.sc-record-message-select-option {
  border: 0 !important;
  background: #fff !important;
  color: #414951 !important;
}

body.sc-customer-v1-ready
  #center_column
  .sc-record-detail-message
  .sc-record-message-select-list
  button.sc-record-message-select-option:hover,
body.sc-customer-v1-ready
  #center_column
  .sc-record-detail-message
  .sc-record-message-select-list
  button.sc-record-message-select-option:focus {
  background: #fff4f3 !important;
  color: #a92723 !important;
}

body.sc-customer-v1-ready
  #center_column
  .sc-record-detail-message
  .sc-record-message-select-list
  button.sc-record-message-select-option[aria-selected="true"] {
  background: #fcebea !important;
  color: #b32a26 !important;
}

body.sc-customer-v1-ready .sc-record-detail-message textarea {
  height: 58px;
  min-height: 58px;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  button[type="submit"],
body.sc-customer-v1-ready
  .sc-record-detail-message
  input[type="submit"] {
  display: inline-flex;
  width: 100%;
  min-width: 0;
  min-height: 42px;
  margin: 0;
  align-items: center;
  justify-content: center;
}

body.sc-customer-v1-ready
  .sc-record-detail-message
  input[type="submit"].unvisible {
  display: none !important;
}

/* Non-modal confirmation after the AJAX cart has been updated. */
.sc-add-cart-popup-layer {
  position: fixed;
  z-index: 2147483645;
  inset: 0;
  display: block;
  pointer-events: none;
  touch-action: manipulation;
  visibility: hidden;
}

.sc-add-cart-popup-layer.sc-add-cart-popup-layer-visible {
  pointer-events: auto;
  visibility: visible;
}

.sc-add-cart-popup {
  position: fixed;
  z-index: 1;
  isolation: isolate;
  pointer-events: auto !important;
  touch-action: manipulation;
  right: 22px;
  bottom: 22px;
  box-sizing: border-box;
  width: min(420px, calc(100vw - 32px));
  padding: 18px;
  transform: translateY(24px);
  border: 1px solid #dfe3e7;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(31, 37, 43, .18);
  opacity: 0;
  visibility: hidden;
  transition:
    transform .24s ease,
    opacity .24s ease,
    visibility .24s ease;
}

body.sc-add-cart-popup-open [class*="__jivoDesktopButton"],
body.sc-add-cart-popup-open [id^="trustbadge-container-"],
body.sc-add-cart-popup-open jdiv {
  display: none !important;
}

.sc-add-cart-popup.sc-add-cart-popup-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.sc-add-cart-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f3f5;
  color: #4d555e;
  font-size: 22px;
  line-height: 1;
}

.sc-add-cart-popup-close:hover,
.sc-add-cart-popup-close:focus {
  background: #e6e9ec;
  color: #252a30;
  outline: 0;
}

.sc-add-cart-popup-success {
  display: flex;
  margin: 0 38px 14px 0;
  align-items: center;
  gap: 8px;
  color: #286d3b;
  font-size: 14px;
}

.sc-add-cart-popup-success > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #e7f5eb;
  font-weight: 800;
}

.sc-add-cart-popup-product {
  display: grid;
  min-width: 0;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 13px;
}

.sc-add-cart-popup-image {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e4e7ea;
  border-radius: 10px;
  background: #f8f9fa;
}

.sc-add-cart-popup-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sc-add-cart-popup-copy {
  min-width: 0;
}

.sc-add-cart-popup-name {
  display: -webkit-box;
  overflow: hidden;
  color: #2d3238;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.sc-add-cart-popup-name:hover,
.sc-add-cart-popup-name:focus {
  color: #c82e2a;
}

.sc-add-cart-popup-attributes {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #747d86;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sc-add-cart-popup-meta {
  display: flex;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.sc-add-cart-popup-meta small {
  color: #68717a;
  font-size: 11px;
}

.sc-add-cart-popup-meta strong {
  color: #2d3238;
  font-size: 14px;
}

.sc-add-cart-popup-total {
  display: flex;
  margin-top: 14px;
  padding-top: 12px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e8eaed;
  color: #4f5861;
  font-size: 12px;
}

.sc-add-cart-popup-total strong {
  color: #252a30;
  font-size: 15px;
}

.sc-add-cart-popup-actions {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: 14px;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.sc-add-cart-popup-continue,
.sc-add-cart-popup-checkout {
  position: relative;
  z-index: 3;
  display: inline-flex;
  pointer-events: auto !important;
  touch-action: manipulation;
  min-height: 44px;
  padding: 0 13px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.sc-add-cart-popup .sc-add-cart-popup-continue {
  border: 1px solid #cfd5da !important;
  background: #fff !important;
  color: #30363d !important;
}

.sc-add-cart-popup .sc-add-cart-popup-continue:hover,
.sc-add-cart-popup .sc-add-cart-popup-continue:focus {
  border-color: #dc342f !important;
  background: #fff !important;
  color: #c82e2a !important;
  outline: 0;
}

/* Temporarily remove Oney promotion everywhere while preserving PayPlug card
 * payments and the other active payment methods. */
.payplugOneyCta_wrapper {
  display: none !important;
}

.sc-add-cart-popup-checkout {
  border: 1px solid #dc342f;
  background: #dc342f;
  color: #fff;
}

.sc-add-cart-popup-checkout:hover,
.sc-add-cart-popup-checkout:focus {
  border-color: #bd2723;
  background: #bd2723;
  color: #fff;
  outline: 0;
}

.flying_image {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1100px) {
  .sc-add-cart-popup {
    right: 24px;
    bottom: calc(92px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 767px) {
  body.sc-customer-v1-ready .sc-record-detail-utility {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  body.sc-customer-v1-ready .sc-record-detail-actions {
    justify-content: stretch;
  }

  body.sc-customer-v1-ready
    .sc-record-detail-actions
    form,
  body.sc-customer-v1-ready
    .sc-record-detail-actions
    .button,
  body.sc-customer-v1-ready
    .sc-record-detail-actions
    button,
  body.sc-customer-v1-ready
    .sc-record-detail-actions
    input[type="submit"] {
    width: 100%;
  }

  body.sc-customer-v1-ready
    .sc-record-v1-detail
    .sc-record-detail-addresses
    > .row {
    grid-template-columns: 1fr;
  }

  body.sc-customer-v1-ready
    .sc-record-detail-addresses
    .address.box {
    min-height: 0;
  }

  body.sc-customer-v1-ready
    .sc-record-v1-detail
    .sc-record-detail-delivery {
    display: flex;
    width: 100%;
  }

  body.sc-customer-v1-ready
    .sc-record-detail-cart-products
    .sc-record-cart-table
    tbody
    tr,
  body.sc-customer-v1-ready
    .sc-record-detail-return-products
    .sc-record-cart-table
    tbody
    tr {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.sc-customer-v1-ready
    .sc-record-detail-cart-products
    .sc-record-cart-table
    tbody
    td {
    width: 100%;
  }

  body.sc-customer-v1-ready
    .sc-record-v1-detail
    .sc-record-detail-message {
    display: block;
    max-width: none;
    padding: 15px;
  }

  body.sc-customer-v1-ready
    .sc-record-detail-message
    > p,
  body.sc-customer-v1-ready
    .sc-record-detail-message
    .form-group,
  body.sc-customer-v1-ready
    .sc-record-detail-message
    .submit {
    margin-bottom: 10px;
  }

  body.sc-customer-v1-ready
    .sc-record-detail-message
    .submit {
    margin-bottom: 0;
  }

  body.sc-customer-v1-ready
    .sc-record-message-select-list {
    width: 100%;
    max-height: 210px;
  }

  body.sc-customer-v1-ready
    .sc-record-detail-message
    button[type="submit"],
  body.sc-customer-v1-ready
    .sc-record-detail-message
    input[type="submit"] {
    width: 100%;
  }

  .sc-add-cart-popup {
    right: 8px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    left: 8px;
    width: auto;
    padding: 17px 16px;
    transform: translateY(calc(100% + 96px));
    border: 1px solid #dfe3e7;
    border-radius: 16px;
  }

  .sc-add-cart-popup-product {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .sc-add-cart-popup-image {
    width: 64px;
    height: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-add-cart-popup {
    transition: none;
  }
}
