@font-face{font-family:"SM Noto Sans";src:url("../gift-commerce-v7148/noto-sans-cyrillic-400-normal.woff2") format("woff2");font-style:normal;font-weight:400;font-display:swap}
@font-face{font-family:"SM Noto Sans";src:url("../gift-commerce-v7148/noto-sans-cyrillic-700-normal.woff2") format("woff2");font-style:normal;font-weight:700;font-display:swap}

.sm-standard-checkout,
.sm-order-success{
  --standard-plum:#35111f;
  --standard-berry:#761743;
  --standard-pink:#e91e68;
  --standard-soft:#fff3f7;
  --standard-line:#eadde3;
  --standard-muted:#6f6269;
}

.sm-standard-ref-note{
  min-height:48px;
  margin:0 0 14px;
  padding:11px 14px;
  border:1px solid #ead9e1;
  border-radius:14px;
  background:#fff8fb;
  color:#5f4d56;
  display:flex;
  align-items:center;
  gap:10px;
  font:700 14px/1.4 "SM Noto Sans",Arial,sans-serif;
}
.sm-standard-ref-note svg{flex:0 0 20px;width:20px;height:20px;fill:none;stroke:var(--standard-pink,#e91e68);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pdp-purchase>.sm-standard-ref-note{margin:14px 0 0}
.sm-cart-summary>.sm-standard-ref-note{margin:0 0 14px}

.sm-standard-checkout .sm-checkout-flow{gap:16px}
.sm-standard-checkout .sm-checkout-card{padding:26px}
.sm-standard-checkout .sm-checkout-card__head{margin-bottom:20px}
.sm-standard-checkout .sm-checkout-card__head h2{font-size:22px}
.sm-standard-checkout .sm-checkout-technical-tag{min-height:26px;padding-inline:10px;background:#fff1f6;color:#8f3154;font-size:11px;font-style:normal}
.sm-standard-checkout .sm-checkout-native-fields{gap:15px}
.sm-standard-checkout .sm-checkout-native-choice legend{margin:0 0 12px;color:#33272d;font:700 14px/1.35 "SM Noto Sans",Arial,sans-serif}
.sm-standard-contact__email{grid-column:1/-1}
.sm-standard-field{position:relative;display:grid;gap:7px}
.sm-standard-field>span{color:#33272d;font:700 14px/1.35 "SM Noto Sans",Arial,sans-serif}
.sm-standard-field input{
  width:100%;
  min-height:50px;
  padding:0 15px;
  border:1px solid #d9cbd2;
  border-radius:13px;
  background:#fff;
  color:#251b20;
  font:400 16px/1.3 "SM Noto Sans",Arial,sans-serif;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease;
}
.sm-standard-field input::placeholder{color:#978a90}
.sm-standard-field input:focus-visible{outline:0;border-color:#c44e7a;box-shadow:0 0 0 3px rgba(233,30,104,.13)}
.sm-standard-field.is-error input{border-color:#c53753;background:#fff8fa;box-shadow:0 0 0 3px rgba(197,55,83,.08)}
.sm-standard-hint,.sm-standard-error{min-height:18px;font:400 12px/1.45 "SM Noto Sans",Arial,sans-serif}
.sm-standard-hint{color:#786b72}
.sm-standard-error{color:#a71f39;font-weight:700}
.sm-standard-required{color:#c91e5b}

.sm-standard-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}
.sm-standard-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.sm-standard-choice{
  position:relative;
  min-height:132px;
  padding:16px;
  border:1px solid #dfd1d8;
  border-radius:16px;
  background:#fff;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  align-content:start;
  gap:12px;
  cursor:pointer;
  transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease;
}
.sm-standard-choice:hover{border-color:#d8a6ba;transform:translateY(-1px)}
.sm-standard-choice.is-selected{border-color:#d73470;background:#fff7fa;box-shadow:0 0 0 2px rgba(233,30,104,.09)}
.sm-standard-choice:focus-within{outline:3px solid rgba(233,30,104,.23);outline-offset:2px}
.sm-standard-choice input{position:absolute;top:14px;right:14px;width:18px;height:18px;accent-color:var(--standard-pink)}
.sm-standard-choice__icon{width:42px;height:42px;border-radius:12px;background:#fff0f6;color:var(--standard-pink);display:grid;place-items:center}
.sm-standard-choice__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.sm-standard-choice__copy{min-width:0;padding-right:21px;display:block}
.sm-standard-choice__copy b{display:block;color:#281d22;font:700 14px/1.35 "SM Noto Sans",Arial,sans-serif}
.sm-standard-choice__copy small{display:block;margin-top:5px;color:#766971;font:400 12px/1.45 "SM Noto Sans",Arial,sans-serif}
.sm-standard-choice__tag{grid-column:1/-1;align-self:end;color:#963255;font:700 12px/1.35 "SM Noto Sans",Arial,sans-serif}

.sm-standard-delivery-options{
  padding:6px;
  border:1px solid #e7dbe1;
  border-radius:17px;
  background:#f8f4f6;
  gap:6px;
}
.sm-standard-delivery-options .sm-standard-choice{
  min-height:72px;
  padding:10px 38px 10px 11px;
  border:0;
  border-radius:12px;
  background:transparent;
  grid-template-columns:38px minmax(0,1fr);
  align-content:center;
  gap:10px;
  box-shadow:none;
}
.sm-standard-delivery-options .sm-standard-choice:hover{border:0;background:#fff;transform:none}
.sm-standard-delivery-options .sm-standard-choice.is-selected{border:0;background:#fff;box-shadow:0 3px 12px rgba(53,17,31,.09)}
.sm-standard-delivery-options .sm-standard-choice.is-selected::after{
  content:"";
  position:absolute;
  top:50%;
  right:12px;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--standard-pink);
  transform:translateY(-50%);
}
.sm-standard-delivery-options .sm-standard-choice.is-selected::before{
  content:"";
  position:absolute;
  z-index:1;
  top:50%;
  right:20px;
  width:5px;
  height:10px;
  border:solid #fff;
  border-width:0 2px 2px 0;
  transform:translateY(-62%) rotate(45deg);
}
.sm-standard-delivery-options .sm-standard-choice input{inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.sm-standard-delivery-options .sm-standard-choice__icon{width:38px;height:38px;border-radius:11px;background:#fff;color:#a43860}
.sm-standard-delivery-options .sm-standard-choice.is-selected .sm-standard-choice__icon{background:#fff0f6;color:var(--standard-pink)}
.sm-standard-delivery-options .sm-standard-choice__copy{padding:0}
.sm-standard-delivery-options .sm-standard-choice__copy b{font-size:14px}
.sm-standard-delivery-options .sm-standard-choice__copy small{margin-top:2px;font-size:11px}
.sm-standard-delivery-selection{margin:12px 2px 0;color:#6b5e65;font:400 13px/1.5 "SM Noto Sans",Arial,sans-serif}
.sm-standard-delivery-selection b{color:#372a31}

.sm-standard-delivery-fields{
  margin-top:16px;
  padding:17px;
  border:1px solid #eee2e7;
  border-radius:16px;
  background:#fcfafb;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.sm-standard-delivery-fields[hidden]{display:none}
.sm-standard-delivery-fields .sm-standard-field:last-child:nth-child(odd){grid-column:1/-1}
.sm-standard-delivery-caption{grid-column:1/-1;margin:0;color:#655860;font:400 13px/1.5 "SM Noto Sans",Arial,sans-serif}

.sm-standard-checkout .sm-checkout-trust{margin-top:17px;padding:16px 17px;color:#5d4f56;font:400 13px/1.55 "SM Noto Sans",Arial,sans-serif}
.sm-standard-checkout .sm-checkout-trust strong{color:#2d2227}
.sm-standard-checkout .sm-checkout-error-summary{padding:15px 17px;font:700 14px/1.5 "SM Noto Sans",Arial,sans-serif}
.sm-standard-checkout .sm-checkout-summary{padding:24px}
.sm-standard-checkout .sm-checkout-summary>h2{font-size:24px}
.sm-standard-checkout .sm-checkout-summary-product__copy h3{font-size:13px;line-height:1.45}
.sm-standard-checkout .sm-checkout-summary-product__meta{font-size:12px}
.sm-standard-checkout .sm-checkout-summary-product__meta strong{font-size:14px}
.sm-standard-checkout .sm-checkout-summary-row span{font-size:14px}
.sm-standard-checkout .sm-checkout-summary-row strong{max-width:60%;text-align:right;font-size:14px;line-height:1.35}
.sm-standard-checkout .sm-checkout-summary-row--total strong{font-size:21px}
.sm-standard-checkout .sm-checkout-submit{
  min-height:54px;
  padding:9px 16px;
  border:0;
  background:var(--standard-pink);
  color:#fff;
  font:700 14px/1.25 "SM Noto Sans",Arial,sans-serif;
  cursor:pointer;
  box-shadow:0 11px 24px rgba(233,30,104,.2);
  transition:background .16s ease,transform .16s ease,box-shadow .16s ease;
}
.sm-standard-checkout .sm-checkout-submit:hover{background:#d8145d;transform:translateY(-1px);box-shadow:0 14px 28px rgba(233,30,104,.25)}
.sm-standard-checkout .sm-checkout-submit:focus-visible{outline:3px solid rgba(233,30,104,.27);outline-offset:3px}
.sm-standard-checkout .sm-checkout-submit:disabled{background:#dfd5da;color:#81747a;cursor:wait;box-shadow:none;transform:none}
.sm-standard-checkout .sm-checkout-submit small{margin-top:4px;font-size:11px}
.sm-standard-checkout .sm-checkout-back{font-size:13px}
.sm-standard-checkout .sm-checkout-state h2{font-size:28px}
.sm-standard-checkout .sm-checkout-state p{font-size:15px}
.sm-standard-checkout .sm-checkout-state a{font-size:14px}

.sm-order-success{padding:32px 0 84px;background:#fbf9fa;color:#23191e}
.sm-order-success__card{max-width:850px;margin:26px auto 0;padding:38px;border:1px solid var(--standard-line);border-radius:26px;background:#fff;box-shadow:0 18px 48px rgba(53,17,31,.07)}
.sm-order-success__icon{width:68px;height:68px;margin-bottom:20px;border-radius:20px;background:#eaf8f0;color:#298454;display:grid;place-items:center}
.sm-order-success__icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.sm-order-success__icon--empty{background:#fff1f6;color:var(--standard-pink)}
.sm-order-success__eyebrow{margin:0 0 8px;color:var(--standard-pink);font:700 13px/1.3 "SM Noto Sans",Arial,sans-serif;text-transform:uppercase;letter-spacing:.05em}
.sm-order-success h1{margin:0;font-size:39px;line-height:1.08;letter-spacing:-.8px}
.sm-order-success__lead{max-width:680px;margin:14px 0 0;color:#685a62;font:400 16px/1.6 "SM Noto Sans",Arial,sans-serif}
.sm-order-success__details{margin:26px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #eee2e7;border-radius:18px;overflow:hidden}
.sm-order-success__details>div{min-width:0;padding:17px 18px;border-bottom:1px solid #eee2e7}
.sm-order-success__details>div:nth-child(odd){border-right:1px solid #eee2e7}
.sm-order-success__details>div:nth-last-child(-n+2){border-bottom:0}
.sm-order-success__details dt{color:#7b6d74;font:400 12px/1.4 "SM Noto Sans",Arial,sans-serif}
.sm-order-success__details dd{margin:6px 0 0;overflow-wrap:anywhere;color:#2b2025;font:700 15px/1.4 "SM Noto Sans",Arial,sans-serif}
.sm-order-success__status{display:inline-flex;min-height:28px;padding:4px 9px;border-radius:999px;background:#fff0f6;color:#9e3159;align-items:center;font-size:12px}
.sm-order-success__next{margin-top:20px;padding:20px;border-radius:18px;background:#fff6f9}
.sm-order-success__next h2{margin:0 0 10px;font-size:19px}
.sm-order-success__next ol{margin:0;padding-left:21px;color:#5f5159;font:400 14px/1.65 "SM Noto Sans",Arial,sans-serif}
.sm-order-success__referral{margin:16px 0 0;padding:13px 15px;border:1px solid #e6d7de;border-radius:14px;color:#594950;font:700 13px/1.45 "SM Noto Sans",Arial,sans-serif}
.sm-order-success__preview{margin:16px 0 0;padding:15px;border:1px solid #eadca7;border-radius:14px;background:#fff9df;color:#695b35;font:400 13px/1.55 "SM Noto Sans",Arial,sans-serif}
.sm-order-success__actions{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px}
.sm-order-success__actions a{min-height:50px;padding:0 19px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;font:700 14px/1.3 "SM Noto Sans",Arial,sans-serif;text-decoration:none}
.sm-order-success__primary{background:var(--standard-pink);color:#fff}
.sm-order-success__secondary{border:1px solid #e4d5dc;background:#fff;color:#3a2b32}
.sm-order-success__empty{text-align:center}
.sm-order-success__empty .sm-order-success__icon{margin-inline:auto}
.sm-order-success__empty .sm-order-success__lead{margin-inline:auto}
.sm-order-success__empty .sm-order-success__actions{justify-content:center}
.sm-order-success :is(a,button):focus-visible{outline:3px solid rgba(233,30,104,.27);outline-offset:3px}

@media(max-width:960px){
  .sm-standard-choice-grid{grid-template-columns:1fr}
  .sm-standard-delivery-options{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm-standard-choice{min-height:96px;grid-template-columns:42px minmax(0,1fr)}
  .sm-standard-delivery-options .sm-standard-choice{min-height:72px;grid-template-columns:38px minmax(0,1fr)}
  .sm-standard-choice__tag{grid-column:2}
}

@media(max-width:760px){
  .sm-standard-checkout .sm-checkout-card{padding:18px}
  .sm-standard-checkout .sm-checkout-card__head h2{font-size:20px}
  .sm-standard-contact__email{grid-column:auto}
  .sm-standard-delivery-fields{grid-template-columns:1fr;padding:14px}
  .sm-standard-delivery-fields .sm-standard-field:last-child:nth-child(odd){grid-column:auto}
  .sm-standard-delivery-caption{grid-column:auto}
  .sm-standard-choice{min-height:102px;padding:14px}
  .sm-standard-delivery-options{grid-template-columns:1fr}
  .sm-standard-delivery-options .sm-standard-choice{min-height:64px;padding:8px 40px 8px 10px}
  .sm-standard-checkout .sm-checkout-summary-row strong{max-width:58%}
  .sm-order-success{padding:22px 0 70px}
  .sm-order-success__card{margin-top:20px;padding:24px 19px;border-radius:20px}
  .sm-order-success h1{font-size:31px}
  .sm-order-success__lead{font-size:15px}
  .sm-order-success__details{grid-template-columns:1fr}
  .sm-order-success__details>div,.sm-order-success__details>div:nth-child(odd),.sm-order-success__details>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid #eee2e7}
  .sm-order-success__details>div:last-child{border-bottom:0}
  .sm-order-success__actions{display:grid}
  .sm-order-success__actions a{width:100%}
}

@media(max-width:390px){
  .sm-standard-choice{grid-template-columns:38px minmax(0,1fr);gap:10px}
  .sm-standard-choice__icon{width:38px;height:38px}
  .sm-standard-choice__copy{padding-right:16px}
  .sm-standard-ref-note{font-size:13px}
  .sm-standard-checkout .sm-checkout-summary{padding:16px}
  .sm-order-success__card{padding-inline:16px}
}

@media(prefers-reduced-motion:reduce){
  .sm-standard-choice,.sm-standard-checkout .sm-checkout-submit{transition:none}
}
