.smo-app,.smo-app *{box-sizing:border-box}.smo-app,.smo-atc,.smo-thankyou-card{font-family:var(--smo-font,inherit);font-size:var(--smo-font-size,14px);color:var(--smo-text)}.smo-icon{width:22px;height:22px;display:inline-block;flex:0 0 auto}.smo-btn{appearance:none;border:0;border-radius:14px;min-height:48px;padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer;transition:.2s ease;white-space:nowrap}.smo-btn:hover{transform:translateY(-1px)}.smo-btn:disabled,.smo-btn.is-loading{opacity:.65;cursor:wait;pointer-events:none}.smo-btn.is-loading:after{content:"";width:17px;height:17px;border:2px solid currentColor;border-left-color:transparent;border-radius:50%;animation:smoSpin .7s linear infinite}.smo-btn--primary{background:var(--smo-primary);color:var(--smo-accent)!important;box-shadow:0 12px 28px color-mix(in srgb,var(--smo-primary) 22%,transparent)}.smo-btn--accent{background:var(--smo-accent);color:var(--smo-primary)!important}.smo-btn--ghost{background:var(--smo-surface-2);color:var(--smo-text)!important;border:1px solid var(--smo-border)}.smo-icon-btn{width:42px;height:42px;border-radius:13px;border:1px solid var(--smo-border);background:var(--smo-surface);display:inline-flex;align-items:center;justify-content:center;color:var(--smo-text);cursor:pointer;transition:.2s}.smo-icon-btn:hover{background:var(--smo-primary);color:var(--smo-accent);border-color:var(--smo-primary)}
.smo-atc{display:flex;align-items:stretch;gap:10px;direction:rtl}.smo-atc .smo-btn{min-width:138px}.smo-stepper{height:42px;border:1px solid var(--smo-border);background:var(--smo-surface);border-radius:13px;padding:3px;display:inline-flex;align-items:center}.smo-stepper--button{height:48px}.smo-stepper__btn{width:34px;height:34px;border:0;border-radius:10px;background:var(--smo-surface-2);color:var(--smo-text);display:grid;place-items:center;cursor:pointer}.smo-stepper__btn .smo-icon{width:17px;height:17px}.smo-stepper input{width:42px;height:34px;border:0!important;box-shadow:none!important;background:transparent!important;text-align:center;padding:0!important;color:var(--smo-text)!important;font-weight:800;-moz-appearance:textfield}.smo-stepper input::-webkit-outer-spin-button,.smo-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.smo-sticky-cart{position:fixed;z-index:99970;left:24px;right:24px;bottom:20px;direction:rtl;transition:.3s ease}.smo-sticky-cart.is-empty{opacity:0;visibility:hidden;transform:translateY(25px);pointer-events:none}.smo-sticky-cart__inner{max-width:980px;margin:auto;background:var(--smo-primary);color:var(--smo-accent);border-radius:22px;padding:10px 12px 10px 18px;box-shadow:0 22px 70px rgba(0,0,0,.25);display:flex;align-items:center;gap:12px}.smo-sticky-cart__summary{appearance:none;border:0;background:transparent;color:inherit;flex:1;display:grid;grid-template-columns:130px 170px 1fr;align-items:center;text-align:right;cursor:pointer;padding:0}.smo-sticky-cart__summary>span{padding:3px 18px;border-left:1px solid color-mix(in srgb,var(--smo-accent) 22%,transparent);display:flex;flex-direction:column;gap:2px}.smo-sticky-cart__summary>span:last-child{border-left:0}.smo-sticky-cart small{font-size:11px;opacity:.7}.smo-sticky-cart strong,.smo-sticky-cart b{font-size:15px;color:inherit}.smo-sticky-cart__name{flex-direction:row!important;align-items:center;gap:9px!important}.smo-sticky-cart__name .smo-icon{width:25px;height:25px}.smo-sticky-cart__count b{font-size:20px}.smo-sticky-cart .smo-btn{min-height:52px;border-radius:16px;padding-inline:24px}
.smo-modal{position:fixed;z-index:99990;inset:0;display:flex;justify-content:flex-start;direction:rtl;opacity:0;visibility:hidden;transition:.22s}.smo-modal.is-open{opacity:1;visibility:visible}.smo-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.55);backdrop-filter:blur(5px);cursor:pointer}.smo-modal__panel{position:relative;width:min(520px,100%);height:100%;background:var(--smo-surface);display:flex;flex-direction:column;transform:translateX(105%);transition:.28s cubic-bezier(.2,.8,.2,1);box-shadow:-25px 0 80px rgba(0,0,0,.2);overflow:auto}.smo-modal.is-open .smo-modal__panel{transform:translateX(0)}.smo-modal__panel--checkout{width:min(1080px,96vw)}.smo-modal__header{position:sticky;top:0;z-index:5;min-height:90px;padding:18px 24px;background:color-mix(in srgb,var(--smo-surface) 94%,transparent);backdrop-filter:blur(14px);border-bottom:1px solid var(--smo-border);display:flex;align-items:center;justify-content:space-between;gap:20px}.smo-modal__header span{font-size:11px;color:var(--smo-muted)}.smo-modal__header h2{margin:4px 0 0;font-size:22px;line-height:1.2}.smo-modal__body{padding:22px;flex:1}.smo-modal-open{overflow:hidden!important}
.smo-cart-list{display:flex;flex-direction:column;gap:12px}.smo-cart-item{display:grid;grid-template-columns:76px minmax(0,1fr) auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--smo-border);border-radius:18px;background:var(--smo-surface);transition:.2s}.smo-cart-item.is-updating{opacity:.55}.smo-cart-item.is-removing{opacity:0;transform:translateX(30px)}.smo-cart-item__image{width:76px;height:76px;border-radius:14px;overflow:hidden;background:var(--smo-surface-2);display:block}.smo-cart-item__image img{width:100%;height:100%;object-fit:cover}.smo-cart-item__title{display:block;color:var(--smo-text);font-weight:800;text-decoration:none;line-height:1.7;margin-bottom:3px}.smo-cart-item__meta{font-size:11px;color:var(--smo-muted);line-height:1.7}.smo-cart-item__meta p{margin:0}.smo-cart-item__price{margin-top:5px;font-weight:800}.smo-cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:9px}.smo-cart-item__actions .smo-icon-btn{width:34px;height:34px}.smo-cart-item__actions .smo-icon-btn .smo-icon{width:17px;height:17px}.smo-cart-summary{margin-top:18px;border-radius:18px;background:var(--smo-surface-2);padding:16px}.smo-cart-summary>div{display:flex;justify-content:space-between;gap:20px;padding:8px 2px;color:var(--smo-muted)}.smo-cart-summary strong{color:var(--smo-text)}.smo-cart-summary__total{margin-top:7px;padding-top:14px!important;border-top:1px dashed var(--smo-border);font-size:16px;color:var(--smo-text)!important}.smo-cart-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;margin-top:14px}.smo-empty{text-align:center;padding:30px 10px 24px}.smo-empty__art{width:180px;height:160px;margin:0 auto 10px;color:var(--smo-primary)}.smo-empty__svg{width:100%;height:100%;overflow:visible}.smo-empty__line{stroke-dasharray:280;stroke-dashoffset:280;animation:smoDraw 2.5s ease infinite}.smo-empty__line--2{animation-delay:.25s}.smo-empty__wheel{transform-origin:center;animation:smoBounce 1.1s ease-in-out infinite alternate}.smo-empty__wheel--2{animation-delay:.2s}.smo-empty__spark{transform-origin:141px 34px;animation:smoSpark 1.4s ease-in-out infinite}.smo-empty h3{font-size:19px;margin:0 0 8px}.smo-empty p{color:var(--smo-muted);margin:0 0 20px}
.smo-toast{position:fixed;z-index:100010;top:24px;right:24px;width:min(390px,calc(100vw - 32px));padding:13px;background:var(--smo-surface);border:1px solid var(--smo-border);border-radius:18px;box-shadow:0 18px 55px rgba(0,0,0,.2);display:grid;grid-template-columns:45px 1fr 34px;align-items:center;gap:11px;direction:rtl;opacity:0;visibility:hidden;transform:translateX(30px);transition:.25s}.smo-toast.is-visible{opacity:1;visibility:visible;transform:translateX(0)}.smo-toast.is-error{border-color:#ef4444}.smo-toast__icon{width:45px;height:45px;border-radius:14px;background:var(--smo-primary);color:var(--smo-accent);display:grid;place-items:center}.smo-toast.is-error .smo-toast__icon{background:#ef4444;color:#fff}.smo-toast strong,.smo-toast small{display:block}.smo-toast small{color:var(--smo-muted);margin-top:3px}.smo-toast__close{border:0;background:transparent;cursor:pointer;color:var(--smo-muted);padding:5px}.smo-toast__close .smo-icon{width:18px;height:18px}
.smo-loader{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;color:var(--smo-muted)}.smo-loader i{width:44px;height:44px;border:3px solid var(--smo-border);border-top-color:var(--smo-primary);border-radius:50%;animation:smoSpin .8s linear infinite}.smo-checkout-form{max-width:980px;margin:auto}.smo-checkout-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px;position:sticky;top:90px;z-index:4;padding:12px 0;background:var(--smo-surface)}.smo-checkout-progress button{border:0;background:var(--smo-surface-2);border-radius:14px;padding:10px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--smo-muted);font:inherit;cursor:pointer}.smo-checkout-progress b{width:26px;height:26px;border-radius:8px;background:var(--smo-surface);display:grid;place-items:center;border:1px solid var(--smo-border)}.smo-checkout-progress button.is-active{background:var(--smo-primary);color:var(--smo-accent)}.smo-checkout-progress button.is-active b,.smo-checkout-progress button.is-done b{background:var(--smo-accent);color:var(--smo-primary);border-color:transparent}.smo-checkout-progress button.is-done{color:var(--smo-text)}.smo-checkout-step{display:none;animation:smoFade .25s ease}.smo-checkout-step.is-active{display:block}.smo-step-head{display:flex;align-items:center;justify-content:space-between;margin:5px 0 18px}.smo-step-head span{font-size:12px;color:var(--smo-muted)}.smo-step-head h3{font-size:24px;margin:3px 0 0}.smo-step-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid var(--smo-border)}.smo-checkout-cart-copy .smo-cart-actions{display:none}.smo-checkout-cart-copy .smo-empty{display:none}.smo-account-choice{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border-radius:18px;background:var(--smo-surface-2);margin-bottom:16px}.smo-account-choice strong{font-size:15px}.smo-account-choice p{margin:4px 0 0;color:var(--smo-muted)}.smo-register-box{padding:16px;border:1px dashed var(--smo-primary);border-radius:18px;margin-bottom:18px}.smo-register-message{margin:10px 0 0}.smo-register-message.is-success{color:#15803d}.smo-register-message.is-error{color:#dc2626}.smo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 14px}.smo-fields .form-row{float:none!important;width:auto!important;margin:0 0 12px!important;padding:0!important}.smo-fields .form-row-wide{grid-column:1/-1}.smo-fields label{display:block;margin-bottom:7px;font-size:12px;font-weight:700}.smo-fields .required{color:#ef4444}.smo-fields input,.smo-fields select,.smo-fields textarea,.smo-register-box input{width:100%!important;min-height:49px!important;border:1px solid var(--smo-border)!important;border-radius:13px!important;background:var(--smo-surface)!important;color:var(--smo-text)!important;padding:10px 13px!important;box-shadow:none!important;outline:none!important;font:inherit!important}.smo-fields textarea{min-height:100px!important}.smo-fields input:focus,.smo-fields select:focus,.smo-fields textarea:focus,.smo-register-box input:focus{border-color:var(--smo-primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--smo-primary) 12%,transparent)!important}.smo-fields .woocommerce-invalid input,.smo-fields .woocommerce-invalid select,.smo-fields .woocommerce-invalid textarea{border-color:#ef4444!important}.smo-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.smo-field-grid label span{display:block;margin-bottom:7px;font-weight:700}.smo-checkbox{display:flex;align-items:center;gap:9px;margin:8px 0 16px;font-weight:700}.smo-checkbox input{width:18px;height:18px;accent-color:var(--smo-primary)}.smo-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.smo-review-card{border:1px solid var(--smo-border);border-radius:18px;padding:18px;background:var(--smo-surface)}.smo-review-card h4{margin:0 0 14px;font-size:17px}.smo-review-card p{margin:5px 0;color:var(--smo-muted)}.smo-order-review>div{display:flex;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px dashed var(--smo-border)}.smo-order-review>div:last-child{border:0}.smo-order-review .is-total{font-size:17px;font-weight:900;padding-top:15px}.smo-payment-methods{display:grid;gap:11px}.smo-payment-method{display:grid;grid-template-columns:28px 1fr auto;gap:12px;align-items:center;border:1px solid var(--smo-border);border-radius:18px;padding:16px;cursor:pointer;transition:.2s}.smo-payment-method.is-selected{border-color:var(--smo-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--smo-primary) 10%,transparent)}.smo-payment-method__radio input{width:18px;height:18px;accent-color:var(--smo-primary)}.smo-payment-method__content strong,.smo-payment-method__content small{display:block}.smo-payment-method__content small{color:var(--smo-muted);margin-top:5px;font-size:12px}.smo-payment-method__icon img{max-height:34px;max-width:110px}.smo-payment-method__fields{grid-column:2/-1;padding-top:12px}.smo-payment-method__fields p{margin:0}.smo-checkout-form .woocommerce-privacy-policy-text,.smo-checkout-form .woocommerce-terms-and-conditions-wrapper{margin-top:16px;color:var(--smo-muted);line-height:1.9}.smo-checkout-errors{display:none;margin-top:15px;padding:13px;border-radius:13px;background:#fef2f2;color:#991b1b}.smo-checkout-errors ul{margin:0;padding-right:18px}.smo-alert{padding:16px;border-radius:14px}.smo-alert--error{background:#fef2f2;color:#991b1b}
.smo-mobile-nav{display:none}.smo-thankyou-card{max-width:720px;margin:28px auto;padding:34px;border:1px solid var(--smo-border);border-radius:26px;text-align:center;background:var(--smo-surface);box-shadow:0 20px 70px rgba(0,0,0,.08)}.smo-thankyou-card__icon{width:72px;height:72px;border-radius:24px;background:var(--smo-primary);color:var(--smo-accent);display:grid;place-items:center;margin:0 auto 15px}.smo-thankyou-card__icon .smo-icon{width:38px;height:38px}.smo-thankyou-card>span{color:var(--smo-muted)}.smo-thankyou-card h2{font-size:30px;margin:6px 0 10px}.smo-thankyou-card p{line-height:2;color:var(--smo-muted)}.smo-tracking-code{display:inline-flex;flex-direction:column;gap:5px;padding:13px 26px;border:1px dashed var(--smo-primary);border-radius:15px;margin:12px 0 20px}.smo-tracking-code small{color:var(--smo-muted)}.smo-tracking-code strong{font-size:22px;letter-spacing:2px}
@keyframes smoSpin{to{transform:rotate(360deg)}}@keyframes smoDraw{0%,10%{stroke-dashoffset:280}55%,85%{stroke-dashoffset:0}100%{stroke-dashoffset:-280}}@keyframes smoBounce{to{transform:translateY(-4px)}}@keyframes smoSpark{0%,100%{transform:scale(.6) rotate(0);opacity:.35}50%{transform:scale(1.2) rotate(90deg);opacity:1}}@keyframes smoFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:782px){body{padding-bottom:76px!important}body.smo-has-cart{padding-bottom:145px!important}.smo-sticky-cart{display:block;left:10px;right:10px;bottom:81px}.smo-sticky-cart__inner{max-width:none;border-radius:18px;padding:6px;gap:6px}.smo-sticky-cart__summary{grid-template-columns:54px minmax(80px,1fr) 92px}.smo-sticky-cart__summary>span{padding:2px 7px}.smo-sticky-cart__count b{font-size:16px}.smo-sticky-cart strong,.smo-sticky-cart b{font-size:11px}.smo-sticky-cart small{font-size:8px}.smo-sticky-cart__name{gap:4px!important}.smo-sticky-cart__name .smo-icon{width:17px;height:17px}.smo-sticky-cart .smo-btn{min-height:44px;padding:0 11px;border-radius:13px;font-size:10px}.smo-sticky-cart .smo-btn .smo-icon{display:none}.smo-mobile-nav{position:fixed;z-index:99975;display:grid;grid-template-columns:repeat(5,1fr);left:10px;right:10px;bottom:8px;height:66px;background:var(--smo-surface);border:1px solid var(--smo-border);border-radius:21px;padding:6px;box-shadow:0 16px 50px rgba(0,0,0,.2);direction:rtl}.smo-mobile-nav__item{position:relative;border:0;background:transparent;color:var(--smo-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-decoration:none;font:inherit;font-size:10px;cursor:pointer;padding:0}.smo-mobile-nav__item .smo-icon{width:21px;height:21px}.smo-mobile-nav__item--main{background:var(--smo-primary);color:var(--smo-accent)!important;border-radius:16px}.smo-mobile-nav .smo-cart-count{position:absolute;top:1px;left:50%;margin-left:-18px;min-width:18px;height:18px;border-radius:9px;background:var(--smo-primary);color:var(--smo-accent);font-size:10px;display:grid;place-items:center;padding:0 4px}.smo-modal__panel,.smo-modal__panel--checkout{width:100%;max-width:none;height:94vh;margin-top:auto;border-radius:24px 24px 0 0;transform:translateY(105%)}.smo-modal.is-open .smo-modal__panel{transform:translateY(0)}.smo-modal__header{min-height:74px;padding:13px 16px}.smo-modal__header h2{font-size:19px}.smo-modal__body{padding:14px}.smo-cart-item{grid-template-columns:64px minmax(0,1fr);gap:10px}.smo-cart-item__image{width:64px;height:64px}.smo-cart-item__actions{grid-column:1/-1;flex-direction:row-reverse;justify-content:space-between;align-items:center}.smo-cart-actions{grid-template-columns:1fr}.smo-toast{top:12px;right:16px}.smo-checkout-progress{top:74px;gap:4px;overflow:auto}.smo-checkout-progress button{padding:8px 5px;min-width:68px;flex-direction:column;gap:3px}.smo-checkout-progress span{font-size:9px}.smo-step-head h3{font-size:20px}.smo-fields,.smo-field-grid,.smo-review-grid{grid-template-columns:1fr}.smo-account-choice{align-items:flex-start;flex-direction:column}.smo-step-actions{flex-direction:column-reverse}.smo-step-actions .smo-btn{width:100%}.smo-payment-method{grid-template-columns:25px 1fr}.smo-payment-method__icon{display:none}.smo-payment-method__fields{grid-column:1/-1}.smo-thankyou-card{margin:16px;padding:24px 16px}.smo-atc{flex-wrap:wrap}.smo-atc .smo-stepper,.smo-atc .smo-btn{flex:1}}
@media(min-width:783px) and (max-width:1100px){.smo-sticky-cart__inner{max-width:calc(100vw - 48px)}.smo-modal__panel--checkout{width:92vw}}
.smo-profile-login{text-align:center;padding:45px 20px;border:1px solid var(--smo-border);border-radius:24px}.smo-profile{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;direction:rtl;font-family:var(--smo-font,inherit);font-size:var(--smo-font-size,14px);color:var(--smo-text)}.smo-profile__side{background:var(--smo-primary);color:var(--smo-accent);border-radius:26px;padding:20px;align-self:start;position:sticky;top:25px}.smo-profile-user{text-align:center;padding:12px 4px 22px;border-bottom:1px solid color-mix(in srgb,var(--smo-accent) 18%,transparent)}.smo-profile-user__avatar img{border-radius:26px;border:3px solid color-mix(in srgb,var(--smo-accent) 25%,transparent)}.smo-profile-user span,.smo-profile-user small{display:block;opacity:.7}.smo-profile-user h2{font-size:19px;color:inherit;margin:5px 0}.smo-profile-nav{display:flex;flex-direction:column;gap:6px;padding-top:16px}.smo-profile-nav button,.smo-profile-nav a{border:0;background:transparent;color:inherit;min-height:48px;border-radius:14px;padding:0 12px;display:flex;align-items:center;gap:10px;text-decoration:none;font:inherit;cursor:pointer;text-align:right}.smo-profile-nav button:hover,.smo-profile-nav button.is-active,.smo-profile-nav a:hover{background:color-mix(in srgb,var(--smo-accent) 14%,transparent)}.smo-profile-nav .smo-icon{width:20px}.smo-profile-nav b{margin-right:auto;background:var(--smo-accent);color:var(--smo-primary);min-width:22px;height:22px;border-radius:8px;display:grid;place-items:center;font-size:10px}.smo-profile__content{min-width:0}.smo-profile-tab{display:none;animation:smoFade .25s ease}.smo-profile-tab.is-active{display:block}.smo-profile-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.smo-profile-head span{font-size:12px;color:var(--smo-muted)}.smo-profile-head h3{font-size:25px;margin:4px 0 0}.smo-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.smo-info-grid>div,.smo-profile-summary>div{border:1px solid var(--smo-border);border-radius:18px;padding:18px;background:var(--smo-surface)}.smo-info-grid small,.smo-info-grid strong{display:block}.smo-info-grid small{color:var(--smo-muted);margin-bottom:8px}.smo-info-grid strong{font-size:16px}.smo-profile-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.smo-profile-summary>div{background:var(--smo-surface-2)}.smo-profile-summary span,.smo-profile-summary strong{display:block}.smo-profile-summary span{color:var(--smo-muted);margin-bottom:8px}.smo-profile-summary strong{font-size:21px}.smo-user-orders{display:flex;flex-direction:column;gap:13px}.smo-user-order{border:1px solid var(--smo-border);border-radius:20px;padding:16px;background:var(--smo-surface)}.smo-user-order header,.smo-user-order footer,.smo-user-order__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.smo-user-order header small,.smo-user-order header strong{display:block}.smo-user-order header small{color:var(--smo-muted)}.smo-user-order header strong{font-size:18px}.smo-user-order__status{padding:7px 11px;border-radius:10px;background:var(--smo-surface-2);font-size:12px;font-weight:800}.smo-user-order__meta{margin:14px 0;padding:12px 0;border-top:1px dashed var(--smo-border);border-bottom:1px dashed var(--smo-border);color:var(--smo-muted)}.smo-user-order__meta strong{color:var(--smo-text);margin-right:auto}.smo-user-order__products{display:flex;margin-bottom:14px}.smo-user-order__products img{width:54px;height:54px;object-fit:cover;border-radius:13px;border:3px solid var(--smo-surface);margin-left:-10px;background:var(--smo-surface-2)}.smo-user-order footer{justify-content:flex-end}.smo-user-order footer .smo-btn{min-height:42px}.smo-address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.smo-address-card{border:1px solid var(--smo-border);border-radius:20px;padding:18px;background:var(--smo-surface)}.smo-address-card>span{font-size:11px;color:var(--smo-muted)}.smo-address-card h4{margin:7px 0;font-size:16px}.smo-address-card p{line-height:1.9;color:var(--smo-muted);min-height:54px}.smo-address-card small{font-weight:800}.smo-profile-empty{padding:40px;text-align:center;background:var(--smo-surface-2);border-radius:20px}
@media(max-width:782px){.smo-profile{grid-template-columns:1fr}.smo-profile__side{position:static;border-radius:22px}.smo-profile-nav{display:grid;grid-template-columns:repeat(3,1fr)}.smo-profile-nav button,.smo-profile-nav a{flex-direction:column;justify-content:center;text-align:center;font-size:10px;padding:8px 4px}.smo-profile-nav b{position:absolute}.smo-profile-head{align-items:flex-start;flex-direction:column}.smo-info-grid,.smo-profile-summary,.smo-address-grid{grid-template-columns:1fr}.smo-user-order__meta{flex-wrap:wrap}.smo-user-order footer{flex-direction:column}.smo-user-order footer .smo-btn{width:100%}}
.smo-account-choice__actions{display:flex;gap:8px}.smo-login-box,.smo-register-box{padding:16px;border:1px dashed var(--smo-primary);border-radius:18px;margin-bottom:18px}.smo-login-message{margin:10px 0 0}.smo-login-message.is-success{color:#15803d}.smo-login-message.is-error{color:#dc2626}@media(max-width:782px){.smo-account-choice__actions{width:100%}.smo-account-choice__actions .smo-btn{flex:1}}

/* نقشه و فیلد آدرس سفارشات ما */
.smo-location-picker{margin:16px 0 20px;padding:15px;border:1px solid var(--smo-border);border-radius:calc(var(--smo-radius) + 3px);background:var(--smo-surface);font-family:var(--smo-font,inherit);color:var(--smo-text)}.smo-location-picker__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.smo-location-picker__head strong,.smo-location-picker__head span{display:block}.smo-location-picker__head strong{display:flex;align-items:center;gap:7px}.smo-location-picker__head strong .smo-icon{width:19px}.smo-location-picker__head span{color:var(--smo-muted);font-size:11px;margin-top:4px}.smo-location-map{height:340px;border-radius:calc(var(--smo-radius) * .8);overflow:hidden;border:1px solid var(--smo-border);z-index:1}.smo-location-result{margin-top:10px;background:var(--smo-surface-2);border-radius:12px;padding:10px 12px;color:var(--smo-muted);font-size:11px;line-height:1.7}.smo-location-result.is-error{background:#fff1f2;color:#be123c}.smo-btn--soft{background:var(--smo-surface-2);color:var(--smo-text)!important;border:1px solid var(--smo-border)}.smo-building-field label .required{color:#dc2626}.smo-building-field .optional{display:none!important}@media(max-width:680px){.smo-location-picker__head{align-items:flex-start;flex-direction:column}.smo-location-map{height:280px}.smo-location-picker__head .smo-btn{width:100%}}

/* SMO 2.1 local/provider map reliability */
.smo-location-map{display:block!important;width:100%!important;height:340px!important;min-height:300px!important;position:relative!important;background:#e3f3e9!important}.smo-location-map .leaflet-container{font-family:var(--smo-font,inherit)!important}.smo-location-picker .leaflet-control-container{direction:ltr}.smo-location-result.is-error{border:1px solid #efd29b;background:#fff9ee;color:#7c5c2e}.smo-location-picker__head .smo-btn{cursor:pointer}@media(max-width:680px){.smo-location-map{height:290px!important;min-height:270px!important}}


/* Sticky order tracking and side-menu collision protection. */
.smo-sticky-cart__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.smo-sticky-cart__actions .smo-btn{margin:0;white-space:nowrap}
.smo-btn--track{background:color-mix(in srgb,var(--smo-accent) 12%,transparent);color:var(--smo-accent);border:1px solid color-mix(in srgb,var(--smo-accent) 34%,transparent)}
.smo-btn--track:hover{background:var(--smo-accent);color:var(--smo-primary);transform:translateY(-1px)}
.smo-btn--track .smo-icon{width:19px;height:19px}
body.smo-side-menu-open .smo-sticky-cart,body.smo-side-menu-open .smo-mobile-nav,body.smo-modal-open .smo-sticky-cart,body.smo-modal-open .smo-mobile-nav{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(28px)!important}
@media(max-width:782px){
 body.smo-has-cart{padding-bottom:188px!important}
 body.smo-side-menu-open,body.smo-modal-open{padding-bottom:0!important}
 .smo-sticky-cart__inner{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;padding:7px}
 .smo-sticky-cart__summary{width:100%;grid-template-columns:54px minmax(80px,1fr) 92px}
 .smo-sticky-cart__actions{display:grid;grid-template-columns:1fr 1.15fr;width:100%;gap:6px}
 .smo-sticky-cart__actions .smo-btn{min-height:40px;width:100%;padding-inline:8px;font-size:9px}
 .smo-sticky-cart__actions .smo-btn .smo-icon{display:block;width:16px;height:16px}
}

/* Universal uploaded-font application */
.smo-app,.smo-app *:not(.dashicons),.smo-atc,.smo-atc *:not(.dashicons),.smo-thankyou-card,.smo-thankyou-card *:not(.dashicons),.smo-profile,.smo-profile *:not(.dashicons),.smo-location-picker,.smo-location-picker *:not(.dashicons),.smo-mobile-nav,.smo-mobile-nav *:not(.dashicons),.smo-sticky-cart,.smo-sticky-cart *:not(.dashicons){font-family:var(--smo-font,inherit)!important}.smo-app input,.smo-app select,.smo-app textarea,.smo-app button,.smo-atc input,.smo-atc button,.smo-profile input,.smo-profile select,.smo-profile textarea,.smo-profile button{font-family:var(--smo-font,inherit)!important}

/* SMO 2.2.1 — active sticky footer item */
@media(max-width:782px){
    .smo-mobile-nav{padding:7px!important;gap:3px}
    .smo-mobile-nav__item{border-radius:15px!important;padding:5px 3px!important;transition:background-color .18s,color .18s,transform .18s}
    .smo-mobile-nav__item.is-active{background:#111!important;color:#fff!important;box-shadow:0 8px 22px rgba(0,0,0,.2);transform:translateY(-1px)}
    .smo-mobile-nav__item.is-active .smo-icon{color:#fff!important}
    .smo-mobile-nav__item.is-active .smo-cart-count{background:#fff!important;color:#111!important}
}


/* SMO 2.2.5 — unified black/white commerce UI */
.smo-sticky-cart__inner{background:#fff!important;color:#050505!important;border:1px solid #050505!important}
.smo-sticky-cart__summary,.smo-sticky-cart__summary *{color:#050505!important}
.smo-sticky-cart__summary>span{border-color:#d2d2d2!important}
.smo-sticky-cart__actions .smo-btn,.smo-sticky-cart .smo-start-checkout{background:#050505!important;color:#fff!important;border:1px solid #050505!important;box-shadow:none!important}
.smo-sticky-cart__actions .smo-btn *,.smo-sticky-cart .smo-start-checkout *{color:#fff!important}
.smo-modal__panel{background:#fff!important;color:#080808!important}
.smo-modal__header{background:#050505!important;color:#fff!important;border-bottom-color:#222!important}
.smo-modal__header h2,.smo-modal__header span,.smo-modal__header .smo-icon{color:#fff!important}
.smo-modal__header .smo-icon-btn{background:#fff!important;color:#050505!important;border-color:#fff!important}
.smo-modal__body,.smo-checkout-progress{background:#fff!important;color:#080808!important}
.smo-app .smo-btn--primary,.smo-app .smo-place-order,.smo-app .smo-start-checkout{background:#050505!important;color:#fff!important;border:1px solid #050505!important;box-shadow:none!important}
.smo-app .smo-btn--primary *,.smo-app .smo-place-order *,.smo-app .smo-start-checkout *{color:#fff!important}
.smo-app .smo-btn--ghost{background:#fff!important;color:#050505!important;border:1px solid #050505!important}
.smo-cart-item,.smo-cart-summary,.smo-review-card,.smo-payment-method,.smo-account-choice,.smo-login-box,.smo-register-box{background:#fff!important;color:#050505!important;border-color:#d7d7d7!important}
.smo-cart-item__title,.smo-cart-item__price,.smo-cart-summary strong,.smo-review-card strong,.smo-order-review strong,.smo-step-head h3{color:#050505!important}
.smo-cart-item__meta,.smo-cart-summary span,.smo-review-card p,.smo-payment-method__content small,.smo-step-head span{color:#5d5d5d!important}
.smo-checkout-progress button{background:#f2f2f2!important;color:#050505!important;border:1px solid #dedede!important}
.smo-checkout-progress button.is-active{background:#050505!important;color:#fff!important;border-color:#050505!important}
.smo-checkout-progress button.is-active b{background:#fff!important;color:#050505!important}
.smo-fields input,.smo-fields select,.smo-fields textarea,.smo-register-box input,.smo-login-box input{background:#fff!important;color:#050505!important;border-color:#bdbdbd!important}
.smo-toast{background:#050505!important;color:#fff!important;border-color:#2d2d2d!important;box-shadow:0 20px 65px rgba(0,0,0,.35)!important}
.smo-toast__icon{background:#fff!important;color:#050505!important}.smo-toast small,.smo-toast__close{color:#d2d2d2!important}.smo-toast strong{color:#fff!important}
.smo-native-add-button{background:#050505!important;color:#fff!important;border-color:#050505!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important}
.smo-native-add-button .smo-icon{width:19px!important;height:19px!important;color:#fff!important}
.smo-inline-cart-control{min-height:44px;display:inline-grid;grid-template-columns:44px minmax(38px,auto) 44px;align-items:center;border:1px solid #050505;background:#fff;color:#050505;border-radius:13px;overflow:hidden;vertical-align:middle;direction:ltr;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.smo-inline-cart-control button{height:44px;border:0;background:#050505;color:#fff;display:grid;place-items:center;cursor:pointer;padding:0}.smo-inline-cart-control button .smo-icon{width:18px;height:18px;color:#fff}.smo-inline-cart-control strong{padding:0 10px;text-align:center;color:#050505!important;font-size:15px}.smo-inline-cart-control.is-loading{opacity:.55;pointer-events:none}
.smo-atc{display:inline-flex;align-items:center}.smo-atc>.smo-inline-cart-control{width:100%}
.woocommerce-message.smo-notice-consumed,.wc-block-components-notice-banner.smo-notice-consumed{display:none!important}

/* Native WooCommerce cart and checkout follow the same popup language. */
body.woocommerce-cart .woocommerce,body.woocommerce-checkout .woocommerce,body.woocommerce-cart .wp-block-woocommerce-cart,body.woocommerce-checkout .wp-block-woocommerce-checkout{color:#050505!important}
body.woocommerce-cart .woocommerce-cart-form,body.woocommerce-cart .cart_totals,body.woocommerce-checkout .woocommerce-checkout-review-order,body.woocommerce-checkout .woocommerce-billing-fields,body.woocommerce-checkout .woocommerce-shipping-fields,body.woocommerce-checkout .woocommerce-additional-fields,body.woocommerce-cart .wc-block-cart,body.woocommerce-checkout .wc-block-checkout{background:#fff!important;color:#050505!important;border:1px solid #d9d9d9!important;border-radius:18px!important;padding:18px!important;box-shadow:0 14px 38px rgba(0,0,0,.07)!important}
body.woocommerce-cart table.shop_table,body.woocommerce-checkout table.shop_table,body.woocommerce-cart table.shop_table th,body.woocommerce-cart table.shop_table td,body.woocommerce-checkout table.shop_table th,body.woocommerce-checkout table.shop_table td{background:#fff!important;color:#050505!important;border-color:#dedede!important}
body.woocommerce-cart .button,body.woocommerce-checkout .button,body.woocommerce-cart button,body.woocommerce-checkout button,body.woocommerce-cart .wc-block-components-button,body.woocommerce-checkout .wc-block-components-button{background:#050505!important;color:#fff!important;border:1px solid #050505!important;border-radius:12px!important;text-decoration:none!important}
body.woocommerce-cart .button *,body.woocommerce-checkout .button *,body.woocommerce-cart .wc-block-components-button *,body.woocommerce-checkout .wc-block-components-button *{color:#fff!important}
body.woocommerce-cart input,body.woocommerce-cart select,body.woocommerce-cart textarea,body.woocommerce-checkout input,body.woocommerce-checkout select,body.woocommerce-checkout textarea{background:#fff!important;color:#050505!important;border:1px solid #bdbdbd!important;border-radius:10px!important}
body.woocommerce-cart a,body.woocommerce-checkout a{color:#050505}
body.woocommerce-cart .select2-container--default .select2-selection--single,body.woocommerce-checkout .select2-container--default .select2-selection--single{background:#fff!important;color:#050505!important;border-color:#bdbdbd!important}

@media(max-width:782px){.smo-inline-cart-control{width:100%;grid-template-columns:44px 1fr 44px}.smo-native-add-button{width:100%!important}.smo-sticky-cart__actions{grid-template-columns:1fr!important}.smo-sticky-cart__actions .smo-btn{font-size:11px!important}}

.smo-mobile-nav{background:#fff!important;color:#050505!important;border-color:#050505!important}.smo-mobile-nav__item{color:#050505!important}.smo-mobile-nav__item--main,.smo-mobile-nav__item.is-active{background:#050505!important;color:#fff!important}.smo-mobile-nav__item--main .smo-icon,.smo-mobile-nav__item.is-active .smo-icon{color:#fff!important}.smo-mobile-nav .smo-cart-count{background:#050505!important;color:#fff!important}

/* SMO 2.2.6 — sticky-cart information area has no hover styling. */
.smo-sticky-cart__summary,
.smo-sticky-cart__summary:hover,
.smo-sticky-cart__summary:active,
.smo-sticky-cart__summary:focus,
.smo-sticky-cart__summary:focus-visible{
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    color:#050505!important;
    border:0!important;
    box-shadow:none!important;
    text-shadow:none!important;
    transform:none!important;
    filter:none!important;
    opacity:1!important;
    outline:none!important;
}
.smo-sticky-cart__summary:hover *,
.smo-sticky-cart__summary:active *,
.smo-sticky-cart__summary:focus *,
.smo-sticky-cart__summary:focus-visible *{
    background:transparent!important;
    background-color:transparent!important;
    color:#050505!important;
    box-shadow:none!important;
    text-shadow:none!important;
    transform:none!important;
    filter:none!important;
    opacity:1!important;
}
.smo-sticky-cart__summary>span,
.smo-sticky-cart__summary>span:hover,
.smo-sticky-cart__summary small,
.smo-sticky-cart__summary small:hover,
.smo-sticky-cart__summary b,
.smo-sticky-cart__summary b:hover,
.smo-sticky-cart__summary strong,
.smo-sticky-cart__summary strong:hover{
    background:transparent!important;
    background-color:transparent!important;
    color:#050505!important;
    box-shadow:none!important;
    transform:none!important;
}


/* SMO 2.2.7 — deterministic add/quantity states and stable mobile tracking footer. */
.smo-native-add-button[hidden],
.smo-native-add-button[aria-hidden="true"],
.smo-native-add-button.smo-is-in-cart,
.smo-atc-submit[hidden],
.single_add_to_cart_button[hidden],
.add_to_cart_button[hidden]{display:none!important}
.smo-inline-cart-control[hidden],.smo-inline-cart-control[aria-hidden="true"]{display:none!important}
a.added_to_cart.wc-forward{display:none!important}
#smo-cart-modal .smo-btn--track,#smo-cart-modal [data-smo-tracking]{display:none!important}
.smo-toast{grid-template-columns:45px minmax(0,1fr) auto 34px}
.smo-toast__view-cart{min-height:34px;padding:0 11px;border:1px solid #fff;border-radius:10px;background:#fff;color:#050505;font:inherit;font-size:10px;font-weight:900;cursor:pointer;white-space:nowrap}
.smo-toast__view-cart[hidden]{display:none!important}
.smo-wc-added-notice .smo-wc-view-cart{cursor:pointer}

/* Keep the sticky footer stable while the mini-cart/checkout popup opens. */
body.smo-side-menu-open .smo-sticky-cart,body.smo-side-menu-open .smo-mobile-nav{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(28px)!important}
body.smo-modal-open .smo-sticky-cart{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(28px)!important}
body.smo-modal-open .smo-mobile-nav{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}

/* Native WooCommerce classic + block cart/checkout use the popup's black/white system. */
body.woocommerce-cart,body.woocommerce-checkout{--smo-commerce-black:#050505;--smo-commerce-white:#fff;--smo-commerce-line:#d8d8d8;--smo-commerce-soft:#f4f4f4}
body.woocommerce-cart .woocommerce-notices-wrapper,body.woocommerce-checkout .woocommerce-notices-wrapper{max-width:1180px;margin-inline:auto}
body.woocommerce-cart .woocommerce-message,body.woocommerce-checkout .woocommerce-message,body.woocommerce-cart .woocommerce-info,body.woocommerce-checkout .woocommerce-info,.wc-block-components-notice-banner{background:var(--smo-commerce-black)!important;color:var(--smo-commerce-white)!important;border:0!important;border-radius:15px!important;padding:15px 18px!important;box-shadow:0 14px 38px rgba(0,0,0,.16)!important}
body.woocommerce-cart .woocommerce-message a,body.woocommerce-checkout .woocommerce-message a,body.woocommerce-cart .woocommerce-info a,body.woocommerce-checkout .woocommerce-info a,.wc-block-components-notice-banner a{background:var(--smo-commerce-white)!important;color:var(--smo-commerce-black)!important;border-radius:9px!important;padding:7px 11px!important;text-decoration:none!important;font-weight:900!important}
body.woocommerce-cart .cart-collaterals .cart_totals h2,body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout .woocommerce-billing-fields>h3,body.woocommerce-checkout .woocommerce-additional-fields>h3{background:var(--smo-commerce-black)!important;color:var(--smo-commerce-white)!important;border-radius:13px!important;padding:13px 15px!important;margin:0 0 14px!important}
body.woocommerce-cart table.shop_table,body.woocommerce-checkout table.shop_table{overflow:hidden!important;border-collapse:separate!important;border-spacing:0!important}
body.woocommerce-cart table.shop_table thead th,body.woocommerce-checkout table.shop_table thead th{background:var(--smo-commerce-black)!important;color:var(--smo-commerce-white)!important}
body.woocommerce-cart .cart_totals .order-total th,body.woocommerce-cart .cart_totals .order-total td,body.woocommerce-checkout .order-total th,body.woocommerce-checkout .order-total td{background:var(--smo-commerce-soft)!important;color:var(--smo-commerce-black)!important;font-size:1.06em!important;font-weight:900!important}
body.woocommerce-checkout #payment,body.woocommerce-checkout .wc_payment_methods,body.woocommerce-checkout .payment_box{background:var(--smo-commerce-white)!important;color:var(--smo-commerce-black)!important;border:1px solid var(--smo-commerce-line)!important;border-radius:15px!important}
body.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:var(--smo-commerce-line)!important}
body.woocommerce-cart .quantity,body.woocommerce-checkout .quantity{background:var(--smo-commerce-white)!important;border:1px solid var(--smo-commerce-black)!important;border-radius:11px!important;padding:3px!important}
body.woocommerce-cart .wc-block-components-sidebar-layout,body.woocommerce-checkout .wc-block-components-sidebar-layout{gap:22px!important}
body.woocommerce-cart .wc-block-components-order-summary,body.woocommerce-checkout .wc-block-components-order-summary,body.woocommerce-cart .wc-block-cart-items,body.woocommerce-checkout .wc-block-checkout__main,body.woocommerce-checkout .wc-block-checkout__sidebar{background:var(--smo-commerce-white)!important;color:var(--smo-commerce-black)!important;border:1px solid var(--smo-commerce-line)!important;border-radius:18px!important;padding:16px!important;box-shadow:0 14px 38px rgba(0,0,0,.07)!important}
body.woocommerce-cart .wc-block-components-totals-wrapper,body.woocommerce-checkout .wc-block-components-totals-wrapper{border-color:var(--smo-commerce-line)!important}
body.woocommerce-cart .wc-block-components-product-name,body.woocommerce-checkout .wc-block-components-product-name,body.woocommerce-cart .wc-block-components-totals-item__label,body.woocommerce-checkout .wc-block-components-totals-item__label{color:var(--smo-commerce-black)!important;font-weight:800!important}

@media(max-width:782px){
 .smo-mobile-nav{z-index:100000!important}
 .smo-modal__panel,.smo-modal__panel--checkout{height:calc(100dvh - 84px)!important;margin-top:auto!important;margin-bottom:84px!important;border-radius:24px 24px 0 0!important}
 body.smo-modal-open{padding-bottom:84px!important}
 .smo-toast{grid-template-columns:42px minmax(0,1fr) 32px;right:10px;top:10px;width:calc(100vw - 20px)}
 .smo-toast__view-cart{grid-column:2/4;width:100%;margin-top:2px}
}

/* SMO 2.2.8 — popup address map, reverse geocoding and strict geofence selection. */
.smo-map-address-control{grid-column:1/-1;margin:0 0 12px;padding:14px;border:1px solid #d5d5d5;border-radius:16px;background:#fff;color:#050505;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;box-shadow:0 10px 28px rgba(0,0,0,.06)}
.smo-map-address-control__copy{min-width:0}.smo-map-address-control__copy strong{display:flex;align-items:center;gap:8px;color:#050505;font-size:13px;line-height:1.6}.smo-map-address-control__copy strong .smo-icon{width:21px;height:21px}.smo-map-address-control__copy span{display:block;margin-top:3px;color:#666;font-size:11px;line-height:1.75}
.smo-btn--map{min-height:43px!important;padding:0 15px!important;border-radius:12px!important;background:#050505!important;color:#fff!important;border:1px solid #050505!important;box-shadow:none!important}.smo-btn--map *{color:#fff!important}.smo-btn--map:hover{background:#050505!important;color:#fff!important;transform:none!important}
.smo-map-selected-summary{grid-column:1/-1;display:flex;align-items:flex-start;gap:8px;padding-top:10px;border-top:1px dashed #d8d8d8;color:#6a6a6a;font-size:10px;line-height:1.75}.smo-map-selected-summary__dot{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#aaa;flex:0 0 auto}.smo-map-selected-summary.is-selected{color:#111;font-weight:700}.smo-map-selected-summary.is-selected .smo-map-selected-summary__dot{background:#8ba800;box-shadow:0 0 0 4px rgba(215,255,0,.3)}
.smo-map-address-control.woocommerce-invalid{border-color:#dc2626!important;box-shadow:0 0 0 3px rgba(220,38,38,.1)!important}.smo-map-address-control.woocommerce-invalid .smo-map-selected-summary{color:#b91c1c}
.smo-location-modal{grid-column:1/-1;position:fixed;z-index:100250;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;direction:rtl;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.smo-location-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}.smo-location-modal__backdrop{position:absolute;inset:0;border:0!important;border-radius:0!important;background:rgba(0,0,0,.68)!important;backdrop-filter:blur(7px);cursor:pointer}.smo-location-modal__panel{position:relative;width:min(940px,100%);max-height:calc(100dvh - 48px);display:flex;flex-direction:column;overflow:hidden;background:#fff;color:#050505;border:1px solid #202020;border-radius:24px;box-shadow:0 30px 110px rgba(0,0,0,.45);transform:translateY(18px) scale(.985);transition:transform .24s ease}.smo-location-modal.is-open .smo-location-modal__panel{transform:translateY(0) scale(1)}
.smo-location-modal__header{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 18px;background:#050505;color:#fff;border-bottom:1px solid #252525}.smo-location-modal__header>div>span{display:block;color:#cfcfcf;font-size:10px}.smo-location-modal__header h3{display:flex;align-items:center;gap:8px;margin:4px 0 0;color:#fff;font-size:20px}.smo-location-modal__header h3 .smo-icon{width:23px;height:23px}.smo-location-modal__header .smo-icon-btn{background:#fff!important;color:#050505!important;border-color:#fff!important}.smo-location-modal__header .smo-icon-btn:hover{transform:none!important}
.smo-location-modal__body{padding:16px 18px;overflow:auto;background:#fff;color:#050505}.smo-location-rule{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;padding:11px 13px;border-radius:13px;border:1px solid #d5d5d5;background:#f5f5f5;color:#050505}.smo-location-rule strong{white-space:nowrap;font-size:12px}.smo-location-rule span{color:#555;font-size:10px;line-height:1.7}.smo-location-rule.has-zones{border-color:#050505;background:#f8ffd6}.smo-location-rule.has-zones strong:before{content:"";display:inline-block;width:8px;height:8px;margin-left:7px;border-radius:50%;background:#d7ff00;box-shadow:0 0 0 3px #050505;vertical-align:middle}
.smo-location-modal .smo-location-picker{margin:0;padding:0;border:0;background:#fff}.smo-location-modal .smo-location-map{display:block!important;width:100%!important;height:430px!important;min-height:330px!important;position:relative!important;border:1px solid #bdbdbd!important;border-radius:16px!important;overflow:hidden!important;background:#edf1ef!important;z-index:1}.smo-location-modal .leaflet-control-container{direction:ltr}.smo-location-modal .leaflet-top,.smo-location-modal .leaflet-bottom{z-index:500}.smo-location-modal .leaflet-tooltip{background:#050505;color:#fff;border:0;box-shadow:0 6px 18px rgba(0,0,0,.25);font-family:var(--smo-font,inherit)}
.smo-location-modal .smo-location-result{margin-top:10px;padding:11px 13px;border:1px solid #d5d5d5;border-radius:12px;background:#f5f5f5;color:#333;font-size:11px;line-height:1.8}.smo-location-modal .smo-location-result.is-success{border-color:#becd65;background:#f8ffd6;color:#111}.smo-location-modal .smo-location-result.is-error{border-color:#efb0b0;background:#fff2f2;color:#a51212}
.smo-location-address-preview{margin-top:10px;padding:13px 14px;border:1px solid #050505;border-radius:14px;background:#fff;color:#050505}.smo-location-address-preview[hidden]{display:none!important}.smo-location-address-preview small,.smo-location-address-preview strong,.smo-location-address-preview span{display:block}.smo-location-address-preview small{color:#666;font-size:9px}.smo-location-address-preview strong{margin:5px 0;color:#050505;font-size:13px;line-height:1.9}.smo-location-address-preview span{color:#666;font-size:9px;line-height:1.7}
.smo-location-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;background:#f5f5f5;border-top:1px solid #d3d3d3}.smo-location-modal__footer-actions{display:flex;align-items:center;gap:8px}.smo-location-modal__footer .smo-btn{min-height:44px!important;border-radius:12px!important}.smo-location-modal__footer .smo-btn--ghost{background:#fff!important;color:#050505!important;border:1px solid #050505!important}.smo-location-modal__footer .smo-btn--ghost *{color:#050505!important}.smo-location-modal__footer .smo-btn--primary{background:#050505!important;color:#fff!important;border:1px solid #050505!important}.smo-location-modal__footer .smo-btn--primary *{color:#fff!important}.smo-location-modal__footer .smo-btn:disabled{opacity:.38!important;cursor:not-allowed!important}.smo-location-modal.is-loading .smo-location-map:after{content:"در حال بررسی موقعیت…";position:absolute;z-index:600;left:50%;top:16px;transform:translateX(-50%);padding:7px 12px;border-radius:999px;background:#050505;color:#fff;font-size:10px;box-shadow:0 8px 25px rgba(0,0,0,.22)}
body.smo-location-modal-open{overflow:hidden!important}.smo-location-modal .smo-btn.is-loading:after{border-color:currentColor;border-left-color:transparent}
body.woocommerce-checkout .smo-map-address-control button,body.woocommerce-checkout .smo-location-modal button{font-family:var(--smo-font,inherit)!important}.smo-map-address-field label{color:#050505}
@media(max-width:782px){.smo-map-address-control{grid-template-columns:1fr;padding:12px}.smo-map-address-control .smo-btn--map{width:100%}.smo-map-selected-summary{grid-column:auto}.smo-location-modal{padding:0;align-items:flex-end}.smo-location-modal__panel{width:100%;max-height:calc(100dvh - 12px);border-radius:24px 24px 0 0;border-bottom:0}.smo-location-modal__header{min-height:70px;padding:13px 14px}.smo-location-modal__header h3{font-size:17px}.smo-location-modal__body{padding:12px}.smo-location-rule{align-items:flex-start;flex-direction:column;gap:3px}.smo-location-modal .smo-location-map{height:52vh!important;min-height:300px!important}.smo-location-modal__footer{align-items:stretch;flex-direction:column;padding:10px 12px}.smo-location-modal__footer>.smo-btn{width:100%}.smo-location-modal__footer-actions{display:grid;grid-template-columns:1fr 1.35fr}.smo-location-modal__footer-actions .smo-btn{width:100%;padding-inline:8px!important}}
@media(max-width:420px){.smo-location-modal .smo-location-map{height:46vh!important;min-height:270px!important}.smo-location-modal__footer-actions{grid-template-columns:1fr}.smo-location-modal__footer .smo-btn{min-height:41px!important}}


/* SMO 2.3.0 — professional My Account, birthday, points and wallet. */
body.woocommerce-account{--smo-account-primary:var(--smo-primary,#111);--smo-account-bg:var(--smo-surface-2,#f5f6f7);--smo-account-card:var(--smo-surface,#fff);--smo-account-text:var(--smo-text,#111);--smo-account-muted:var(--smo-muted,#6b7280);--smo-account-border:var(--smo-border,#e1e3e5)}
body.woocommerce-account .woocommerce{display:grid;grid-template-columns:minmax(210px,260px) minmax(0,1fr);gap:22px;max-width:1260px;margin:28px auto;padding:22px;border:1px solid color-mix(in srgb,var(--smo-account-primary) 12%,var(--smo-account-border));border-radius:28px;background:linear-gradient(145deg,color-mix(in srgb,var(--smo-account-primary) 4%,var(--smo-account-bg)),var(--smo-account-bg));box-shadow:0 24px 75px rgba(0,0,0,.08);color:var(--smo-account-text)}
body.woocommerce-account .woocommerce-MyAccount-navigation{float:none!important;width:auto!important;margin:0!important;padding:14px;border-radius:22px;background:linear-gradient(165deg,color-mix(in srgb,var(--smo-account-primary) 84%,#000),color-mix(in srgb,var(--smo-account-primary) 62%,#111));box-shadow:0 18px 50px color-mix(in srgb,var(--smo-account-primary) 20%,transparent)}
body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;flex-direction:column;gap:6px;margin:0!important;padding:0!important;list-style:none!important}
body.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important;list-style:none!important}
body.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;align-items:center;min-height:48px;padding:0 13px;border-radius:13px;color:rgba(255,255,255,.78)!important;text-decoration:none!important;font-weight:800;font-size:12px;transition:.18s}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,body.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:var(--smo-account-card)!important;color:color-mix(in srgb,var(--smo-account-primary) 80%,#000)!important;transform:translateX(-2px)}
body.woocommerce-account .woocommerce-MyAccount-content{float:none!important;width:auto!important;min-width:0;margin:0!important;padding:22px;border:1px solid var(--smo-account-border);border-radius:22px;background:var(--smo-account-card);color:var(--smo-account-text);box-shadow:0 14px 42px rgba(0,0,0,.045)}
body.woocommerce-account .woocommerce-MyAccount-content h2,body.woocommerce-account .woocommerce-MyAccount-content h3{color:var(--smo-account-text);font-weight:900}body.woocommerce-account .woocommerce-MyAccount-content p{color:var(--smo-account-muted);line-height:1.9}
body.woocommerce-account .woocommerce-MyAccount-content a{color:color-mix(in srgb,var(--smo-account-primary) 82%,#000)}
body.woocommerce-account .woocommerce-MyAccount-content .button,body.woocommerce-account .woocommerce-MyAccount-content button{min-height:43px!important;padding:0 16px!important;border:1px solid color-mix(in srgb,var(--smo-account-primary) 78%,#000)!important;border-radius:12px!important;background:color-mix(in srgb,var(--smo-account-primary) 78%,#000)!important;color:#fff!important;font-weight:900!important;box-shadow:none!important;text-decoration:none!important}
body.woocommerce-account .woocommerce-MyAccount-content input,body.woocommerce-account .woocommerce-MyAccount-content select,body.woocommerce-account .woocommerce-MyAccount-content textarea{width:100%;border:1px solid var(--smo-account-border)!important;border-radius:12px!important;background:var(--smo-account-card)!important;color:var(--smo-account-text)!important;box-shadow:none!important}body.woocommerce-account .woocommerce-MyAccount-content input,body.woocommerce-account .woocommerce-MyAccount-content select{min-height:44px;padding-inline:11px!important}body.woocommerce-account .woocommerce-MyAccount-content textarea{padding:11px!important}
body.woocommerce-account .woocommerce-MyAccount-content input:focus,body.woocommerce-account .woocommerce-MyAccount-content select:focus,body.woocommerce-account .woocommerce-MyAccount-content textarea:focus{border-color:var(--smo-account-primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--smo-account-primary) 14%,transparent)!important}
body.woocommerce-account table.shop_table{border-collapse:separate!important;border-spacing:0!important;overflow:hidden;border:1px solid var(--smo-account-border)!important;border-radius:16px!important}body.woocommerce-account table.shop_table th{background:color-mix(in srgb,var(--smo-account-primary) 7%,var(--smo-account-bg))!important;color:var(--smo-account-text)!important}body.woocommerce-account table.shop_table td,body.woocommerce-account table.shop_table th{padding:13px!important;border-color:var(--smo-account-border)!important}
body.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:1fr 1fr;gap:12px}body.woocommerce-account .woocommerce-Address{float:none!important;width:auto!important;padding:16px;border:1px solid var(--smo-account-border);border-radius:16px;background:var(--smo-account-bg)}
.smo-account-balance-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 20px}.smo-account-balance-cards article{position:relative;overflow:hidden;padding:20px;border:1px solid color-mix(in srgb,var(--smo-account-primary) 20%,var(--smo-account-border));border-radius:18px;background:linear-gradient(145deg,color-mix(in srgb,var(--smo-account-primary) 10%,var(--smo-account-card)),var(--smo-account-card));box-shadow:0 12px 34px color-mix(in srgb,var(--smo-account-primary) 10%,transparent)}.smo-account-balance-cards article:after{content:"";position:absolute;width:100px;height:100px;left:-35px;top:-42px;border-radius:50%;background:color-mix(in srgb,var(--smo-account-primary) 13%,transparent)}.smo-account-balance-cards span,.smo-account-balance-cards strong,.smo-account-balance-cards small{position:relative;z-index:1;display:block}.smo-account-balance-cards span{color:var(--smo-account-muted);font-size:11px}.smo-account-balance-cards strong{margin:7px 0;font-size:26px;color:var(--smo-account-text)}.smo-account-balance-cards small{color:color-mix(in srgb,var(--smo-account-primary) 74%,#111);font-weight:800}
.smo-birthday-field{padding:13px;border:1px dashed color-mix(in srgb,var(--smo-account-primary) 32%,var(--smo-account-border));border-radius:14px;background:color-mix(in srgb,var(--smo-account-primary) 5%,var(--smo-account-card))}
.smo-checkout-wallet-summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;margin:0 0 14px;padding:12px 14px;border:1px solid color-mix(in srgb,var(--smo-primary,#111) 25%,#ddd);border-radius:14px;background:color-mix(in srgb,var(--smo-primary,#111) 7%,#fff);color:#111}.smo-checkout-wallet-summary span{font-size:11px;color:#666}.smo-checkout-wallet-summary strong,.smo-checkout-wallet-summary b{font-size:11px;color:#111}.payment_method_smo_wallet{padding:13px!important;border:1px solid #111!important;border-radius:14px!important;background:#fff!important;color:#111!important}.payment_method_smo_wallet label{color:#111!important;font-weight:900!important}

/* Custom SMO profile + loyalty panel. */
.smo-profile{display:grid;grid-template-columns:250px minmax(0,1fr);gap:18px;max-width:1260px;margin:28px auto;padding:18px;border:1px solid color-mix(in srgb,var(--smo-primary,#111) 14%,var(--smo-border,#ddd));border-radius:28px;background:var(--smo-surface-2,#f5f6f7);box-shadow:0 25px 80px rgba(0,0,0,.08)}.smo-profile__side{padding:17px;border-radius:22px;background:linear-gradient(165deg,color-mix(in srgb,var(--smo-primary,#111) 84%,#000),color-mix(in srgb,var(--smo-primary,#111) 62%,#111));color:#fff}.smo-profile-user{text-align:center;padding:10px 8px 18px}.smo-profile-user__avatar img{width:82px;height:82px;border-radius:24px;border:3px solid rgba(255,255,255,.8);box-shadow:0 12px 30px rgba(0,0,0,.22)}.smo-profile-user strong,.smo-profile-user span{display:block}.smo-profile-user strong{margin-top:9px;font-size:16px}.smo-profile-user span{margin-top:4px;color:rgba(255,255,255,.66);font-size:10px}.smo-profile-nav{display:flex;flex-direction:column;gap:6px}.smo-profile-nav button{min-height:45px;padding:0 12px;border:0;border-radius:13px;background:transparent;color:rgba(255,255,255,.72);text-align:right;font-weight:800;cursor:pointer}.smo-profile-nav button.is-active,.smo-profile-nav button:hover{background:#fff;color:color-mix(in srgb,var(--smo-primary,#111) 78%,#000)}.smo-profile__content{min-width:0;padding:20px;border:1px solid var(--smo-border,#ddd);border-radius:22px;background:var(--smo-surface,#fff)}.smo-profile-tab{display:none}.smo-profile-tab.is-active{display:block}.smo-profile-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:17px;padding-bottom:14px;border-bottom:1px solid var(--smo-border,#ddd)}.smo-profile-head span,.smo-profile-head h3{display:block}.smo-profile-head span{color:var(--smo-muted,#777);font-size:10px}.smo-profile-head h3{margin:4px 0 0;color:var(--smo-text,#111);font-size:21px}.smo-profile-info,.smo-profile-summary,.smo-address-grid,.smo-wallet-hero{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.smo-profile-info article,.smo-profile-summary>div,.smo-address-card,.smo-wallet-hero article{padding:15px;border:1px solid var(--smo-border,#ddd);border-radius:16px;background:color-mix(in srgb,var(--smo-primary,#111) 4%,var(--smo-surface,#fff))}.smo-profile-info span,.smo-profile-summary span,.smo-wallet-hero small,.smo-wallet-hero span{display:block;color:var(--smo-muted,#777);font-size:10px}.smo-profile-info strong,.smo-profile-summary strong,.smo-wallet-hero strong{display:block;margin-top:7px;color:var(--smo-text,#111);font-size:15px}.smo-wallet-hero article{position:relative;overflow:hidden;min-height:130px;display:flex;flex-direction:column;justify-content:center}.smo-wallet-hero article:after{content:"";position:absolute;width:130px;height:130px;left:-45px;bottom:-65px;border-radius:50%;background:color-mix(in srgb,var(--smo-primary,#111) 15%,transparent)}.smo-wallet-hero strong{position:relative;z-index:1;font-size:29px;color:color-mix(in srgb,var(--smo-primary,#111) 80%,#000)}.smo-loyalty-help{margin:13px 0;padding:15px;border:1px dashed color-mix(in srgb,var(--smo-primary,#111) 35%,var(--smo-border,#ddd));border-radius:15px;background:color-mix(in srgb,var(--smo-primary,#111) 5%,var(--smo-surface,#fff))}.smo-loyalty-help p{margin:6px 0 0;line-height:1.9;color:var(--smo-muted,#777)}.smo-loyalty-history{border:1px solid var(--smo-border,#ddd);border-radius:16px;overflow:hidden}.smo-loyalty-history h4{margin:0;padding:14px;background:var(--smo-surface-2,#f5f6f7)}.smo-loyalty-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px 14px;border-top:1px solid var(--smo-border,#ddd)}.smo-loyalty-row>i{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;font-style:normal;font-weight:900}.smo-loyalty-row>i.is-plus{background:#e7f8ee;color:#14834f}.smo-loyalty-row>i.is-minus{background:#fff0f0;color:#c2333d}.smo-loyalty-row span strong,.smo-loyalty-row span small{display:block}.smo-loyalty-row span small{margin-top:4px;color:var(--smo-muted,#777);font-size:9px}.smo-loyalty-row>b{white-space:nowrap;color:var(--smo-text,#111)}
.smo-user-orders{display:grid;gap:10px}.smo-user-order{padding:15px;border:1px solid var(--smo-border,#ddd);border-radius:17px;background:var(--smo-surface,#fff)}.smo-user-order header,.smo-user-order footer,.smo-user-order__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.smo-user-order__meta{margin:12px 0;padding:10px;border-radius:12px;background:var(--smo-surface-2,#f5f6f7)}.smo-user-order__products{display:flex;gap:6px;margin-bottom:12px}.smo-user-order__products img{width:47px;height:47px;border-radius:11px;object-fit:cover}.smo-user-order__status{padding:6px 9px;border-radius:999px;background:color-mix(in srgb,var(--smo-primary,#111) 10%,var(--smo-surface,#fff));color:color-mix(in srgb,var(--smo-primary,#111) 75%,#000);font-size:9px;font-weight:900}
@media(max-width:900px){body.woocommerce-account .woocommerce,.smo-profile{grid-template-columns:1fr}body.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.smo-profile-nav{display:grid;grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){body.woocommerce-account .woocommerce{margin:10px;padding:10px;border-radius:20px}body.woocommerce-account .woocommerce-MyAccount-content{padding:14px}.smo-account-balance-cards,.smo-profile-info,.smo-profile-summary,.smo-address-grid,.smo-wallet-hero,body.woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr}.smo-checkout-wallet-summary{grid-template-columns:1fr}.smo-profile{margin:10px;padding:10px}.smo-profile__content{padding:13px}.smo-profile-head{align-items:flex-start;flex-direction:column}.smo-profile-head .smo-btn{width:100%}.smo-user-order footer{display:grid;grid-template-columns:1fr}.smo-user-order footer .smo-btn{width:100%}.smo-profile-nav{grid-template-columns:1fr 1fr}.smo-loyalty-row{grid-template-columns:32px minmax(0,1fr)}.smo-loyalty-row>b{grid-column:2}}

body.smo-account-profile-endpoint .woocommerce{grid-template-columns:1fr!important}body.smo-account-profile-endpoint .woocommerce-MyAccount-navigation{display:none!important}body.smo-account-profile-endpoint .woocommerce-MyAccount-content{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}body.smo-account-profile-endpoint .smo-profile{max-width:none;margin:0}

/* SMO 2.3.1 — address layout, product cards and professional My Account */
.smo-location-modal .smo-icon-btn,.smo-location-modal .smo-close-location-modal,.smo-cart-drawer .smo-close-cart,.smo-checkout-modal .smo-checkout-close{color:#111!important}.woocommerce-billing-fields__field-wrapper{display:flex;flex-wrap:wrap}.woocommerce-billing-fields__field-wrapper .smo-checkout-state,.woocommerce-billing-fields__field-wrapper .smo-checkout-city{width:calc(50% - 6px)!important;float:none!important;clear:none!important}.woocommerce-billing-fields__field-wrapper .smo-checkout-state{order:50;margin-left:12px!important}.woocommerce-billing-fields__field-wrapper .smo-checkout-city{order:60;margin-left:0!important}.woocommerce-billing-fields__field-wrapper .smo-map-address-field{order:70;width:100%!important}.woocommerce-billing-fields__field-wrapper #billing_country_field{order:40;width:100%!important}
.smo-professional-product-cards ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px!important}.smo-professional-product-cards ul.products:before,.smo-professional-product-cards ul.products:after{display:none!important}.smo-professional-product-cards ul.products li.product{position:relative!important;width:auto!important;margin:0!important;padding:13px!important;border:1px solid color-mix(in srgb,var(--e-global-color-primary,var(--smo-primary)) 20%,#e5e7eb)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 35px rgba(15,23,42,.07)!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;transition:transform .2s,box-shadow .2s,border-color .2s}.smo-professional-product-cards ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(15,23,42,.13)!important;border-color:var(--e-global-color-primary,var(--smo-primary))!important}.smo-professional-product-cards ul.products li.product>a.woocommerce-LoopProduct-link{display:block;text-decoration:none!important}.smo-professional-product-cards ul.products li.product img{width:100%!important;aspect-ratio:1/1;object-fit:cover;border-radius:17px!important;margin:0 0 13px!important;background:#f6f7f8}.smo-professional-product-cards ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;line-height:1.8!important;color:#111!important;margin:0 2px 8px!important;min-height:54px}.smo-professional-product-cards ul.products li.product .price{display:flex!important;align-items:center;gap:8px;flex-wrap:wrap;color:#111!important;margin:0 2px 13px!important;min-height:42px}.smo-professional-product-cards ul.products li.product .price del{order:2;color:#8b8b8b!important;font-size:12px;opacity:1!important}.smo-professional-product-cards ul.products li.product .price ins{order:1;text-decoration:none!important;color:var(--e-global-color-primary,var(--smo-primary))!important;font-size:16px;font-weight:900}.smo-professional-product-cards ul.products li.product .price:not(:has(ins)){font-size:16px;font-weight:900}.smo-professional-product-cards ul.products li.product .onsale.smo-sale-percent{position:absolute!important;top:12px!important;left:12px!important;right:auto!important;z-index:4!important;margin:0!important;min-width:48px!important;min-height:34px!important;line-height:34px!important;padding:0 10px!important;border-radius:12px!important;background:#111!important;color:#fff!important;font-size:12px!important;font-weight:900!important}.smo-professional-product-cards ul.products li.product .button{width:100%!important;min-height:44px!important;margin:5px 0 0!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;text-align:center!important;font-weight:800!important}.smo-professional-product-cards ul.products li.product .add_to_cart_button,.smo-professional-product-cards ul.products li.product .product_type_simple{background:var(--e-global-color-primary,var(--smo-primary))!important;color:#fff!important}.smo-professional-product-cards ul.products li.product .smo-view-product{background:#fff!important;color:#111!important;border:1px solid #d8dce1!important}.smo-professional-product-cards ul.products li.product .smo-view-product .smo-icon{width:17px;height:17px}
.smo-professional-my-account.woocommerce-account{--smo-account-primary:var(--e-global-color-primary,var(--smo-primary,#4d7c0f));--smo-account-surface:var(--e-global-color-secondary,#f6f8f7)}.smo-professional-my-account .woocommerce{display:grid;grid-template-columns:minmax(210px,270px) minmax(0,1fr);gap:22px;align-items:start}.smo-professional-my-account .woocommerce-MyAccount-navigation{width:auto!important;float:none!important;background:#fff;border:1px solid color-mix(in srgb,var(--smo-account-primary) 18%,#ddd);border-radius:24px;padding:11px;box-shadow:0 16px 45px rgba(15,23,42,.07);position:sticky;top:22px}.smo-professional-my-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important;list-style:none!important}.smo-professional-my-account .woocommerce-MyAccount-navigation li{margin:4px 0!important}.smo-professional-my-account .woocommerce-MyAccount-navigation a{display:flex!important;align-items:center;min-height:48px;padding:0 14px;border-radius:14px;text-decoration:none!important;color:#1d2621!important;font-weight:800}.smo-professional-my-account .woocommerce-MyAccount-navigation li.is-active a,.smo-professional-my-account .woocommerce-MyAccount-navigation a:hover{background:var(--smo-account-primary)!important;color:#fff!important}.smo-professional-my-account .woocommerce-MyAccount-content{width:auto!important;float:none!important;min-width:0;background:#fff;border:1px solid color-mix(in srgb,var(--smo-account-primary) 15%,#ddd);border-radius:25px;padding:22px;box-shadow:0 16px 45px rgba(15,23,42,.06)}.smo-account-dashboard-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.smo-account-dashboard-links a{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid color-mix(in srgb,var(--smo-account-primary) 18%,#ddd);border-radius:18px;text-decoration:none!important;color:#111!important;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--smo-account-primary) 5%,#fff));transition:.2s}.smo-account-dashboard-links a:hover{transform:translateY(-2px);border-color:var(--smo-account-primary)}.smo-account-dashboard-links i{width:48px;height:48px;border-radius:15px;background:var(--smo-account-primary);color:#fff;display:grid;place-items:center}.smo-account-dashboard-links i .smo-icon{width:22px}.smo-account-dashboard-links span{flex:1}.smo-account-dashboard-links strong,.smo-account-dashboard-links small{display:block}.smo-account-dashboard-links small{color:#69736d;margin-top:5px}.smo-account-dashboard-links b{font-size:20px}.smo-account-endpoint-card>header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px;border-radius:20px;background:linear-gradient(135deg,var(--smo-account-primary),color-mix(in srgb,var(--smo-account-primary) 65%,#111));color:#fff;margin-bottom:14px}.smo-account-endpoint-card header span{opacity:.75;font-size:11px}.smo-account-endpoint-card h2{color:#fff;margin:5px 0 0}.smo-account-endpoint-card header>strong{font-size:22px;color:#fff}.smo-wallet-guide{padding:14px;border-radius:14px;background:color-mix(in srgb,var(--smo-account-primary) 8%,#fff)}.smo-account-transaction-list article{display:flex;align-items:center;gap:12px;padding:13px 4px;border-bottom:1px solid #eceeed}.smo-account-transaction-list article>i{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;font-style:normal;font-weight:900}.smo-account-transaction-list article>i.is-plus{background:#e8f8ee;color:#08783b}.smo-account-transaction-list article>i.is-minus{background:#fff0f0;color:#b42318}.smo-account-transaction-list article>span{flex:1}.smo-account-transaction-list strong,.smo-account-transaction-list small{display:block}.smo-account-transaction-list small{color:#78817c;margin-top:4px}
@media(max-width:980px){.smo-professional-product-cards ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.smo-professional-my-account .woocommerce{grid-template-columns:1fr}.smo-professional-my-account .woocommerce-MyAccount-navigation{position:static}.smo-professional-my-account .woocommerce-MyAccount-navigation ul{display:flex;overflow:auto;gap:5px}.smo-professional-my-account .woocommerce-MyAccount-navigation li{flex:0 0 auto}}
@media(max-width:700px){.smo-professional-product-cards ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}.smo-professional-product-cards ul.products li.product{padding:9px!important;border-radius:17px!important}.smo-account-dashboard-links{grid-template-columns:1fr}.woocommerce-billing-fields__field-wrapper .smo-checkout-state,.woocommerce-billing-fields__field-wrapper .smo-checkout-city{width:100%!important;margin-left:0!important}.smo-professional-my-account .woocommerce-MyAccount-content{padding:14px;border-radius:18px}}

.smo-close-modal,.smo-close-checkout,.smo-location-modal .smo-icon-btn,.smo-location-modal .smo-close-location-modal{color:#111!important}.smo-close-modal .smo-icon,.smo-close-checkout .smo-icon{color:#111!important;stroke:#111!important}
/* SMO 2.3.1 final UI corrections */
.smo-icon-btn.smo-close-modal:hover,.smo-icon-btn.smo-close-checkout:hover,.smo-icon-btn.smo-close-location-modal:hover{background:#fff!important;color:#111!important;border-color:#d7dbe0!important;transform:none!important;box-shadow:none!important}.smo-icon-btn.smo-close-modal:hover .smo-icon,.smo-icon-btn.smo-close-checkout:hover .smo-icon,.smo-icon-btn.smo-close-location-modal:hover .smo-icon{color:#111!important;stroke:#111!important}
.smo-professional-product-cards ul.products li.product .price{font-size:16px!important;font-weight:900!important}.smo-professional-product-cards ul.products li.product .price del{font-weight:600!important}.smo-professional-product-cards ul.products li.product .price ins{font-weight:900!important}
.smo-account-dashboard-link--orders,.smo-account-dashboard-link--addresses,.smo-account-dashboard-link--points,.smo-account-dashboard-link--wallet{position:relative;isolation:isolate}

.smo-jalali-date{direction:ltr!important;text-align:center!important;font-variant-numeric:tabular-nums;letter-spacing:.4px}


/* 2.3.3 — 1400px professional My Account layout */
body.smo-professional-my-account.woocommerce-account .woocommerce{width:min(calc(100% - 28px),1400px)!important;max-width:1400px!important;margin:24px auto!important;padding:0!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(240px,300px)!important;grid-template-areas:"content navigation"!important;gap:24px!important;align-items:start!important;direction:ltr!important}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation{grid-area:navigation!important;position:sticky!important;top:22px!important;min-width:0!important;direction:rtl!important}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-content{grid-area:content!important;min-width:0!important;width:100%!important;direction:rtl!important}
@media(max-width:980px){body.smo-professional-my-account.woocommerce-account .woocommerce{width:min(calc(100% - 20px),1400px)!important;margin:14px auto!important;grid-template-columns:1fr!important;grid-template-areas:"navigation" "content"!important;gap:14px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation{position:static!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;overflow-x:auto!important;scroll-snap-type:x proximity;gap:7px!important;padding-bottom:3px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important;scroll-snap-align:start}}
@media(max-width:600px){body.smo-professional-my-account.woocommerce-account .woocommerce{width:calc(100% - 12px)!important;margin:6px auto!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation{border-radius:17px!important;padding:7px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:42px!important;padding-inline:11px!important;font-size:11px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-content{padding:13px!important;border-radius:17px!important}}


/* 2.3.3 — lighter checkout map viewport */
.smo-location-modal .smo-location-map{height:390px!important;min-height:300px!important;contain:layout paint style}
@media(max-width:782px){.smo-location-modal .smo-location-map{height:44vh!important;min-height:270px!important}}

/* SMO 2.3.4 — premium responsive WooCommerce My Account and order journey. */
body.smo-professional-my-account.woocommerce-account{--smo-account-primary:var(--e-global-color-primary,var(--smo-primary,#111));--smo-account-ink:#111827;--smo-account-soft:#f6f8fa;--smo-account-line:color-mix(in srgb,var(--smo-account-primary) 14%,#dfe3e8);background:linear-gradient(180deg,color-mix(in srgb,var(--smo-account-primary) 4%,#fff),#fff 420px)!important}
body.smo-professional-my-account.woocommerce-account .woocommerce{width:min(calc(100% - 32px),1400px)!important;max-width:1400px!important;margin:32px auto!important;padding:18px!important;grid-template-columns:minmax(0,1fr) 292px!important;grid-template-areas:"content navigation"!important;gap:22px!important;border:1px solid var(--smo-account-line)!important;border-radius:32px!important;background:rgba(255,255,255,.82)!important;box-shadow:0 30px 90px rgba(15,23,42,.09)!important;backdrop-filter:blur(18px)}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation{grid-area:navigation!important;position:sticky!important;top:24px!important;padding:14px!important;border:0!important;border-radius:25px!important;background:linear-gradient(155deg,color-mix(in srgb,var(--smo-account-primary) 82%,#111),color-mix(in srgb,var(--smo-account-primary) 48%,#050505))!important;box-shadow:0 22px 54px color-mix(in srgb,var(--smo-account-primary) 22%,transparent)!important;overflow:hidden}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation:before{content:"حساب کاربری من";display:block;margin:2px 5px 14px;padding:0 5px 13px;border-bottom:1px solid rgba(255,255,255,.14);color:#fff;font-size:18px;font-weight:950}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;flex-direction:column!important;gap:6px!important;overflow:visible!important}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation li{position:relative!important;margin:0!important;flex:none!important}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation a{position:relative;display:flex!important;align-items:center!important;gap:10px!important;min-height:50px!important;padding:0 12px 0 36px!important;border:1px solid transparent!important;border-radius:14px!important;background:transparent!important;color:rgba(255,255,255,.78)!important;font-size:12px!important;font-weight:850!important;transition:.18s!important}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation a:before{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.1);color:#fff;font-size:15px;line-height:1;content:"•"}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a:before{content:"⌂"}.woocommerce-MyAccount-navigation-link--orders a:before{content:"▤"}.woocommerce-MyAccount-navigation-link--smo-order-stages a:before{content:"◉"}.woocommerce-MyAccount-navigation-link--edit-address a:before{content:"⌖"}.woocommerce-MyAccount-navigation-link--smo-points a:before{content:"★"}.woocommerce-MyAccount-navigation-link--smo-wallet a:before{content:"◫"}.woocommerce-MyAccount-navigation-link--edit-account a:before{content:"✎"}.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"↪"}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#fff!important;color:color-mix(in srgb,var(--smo-account-primary) 78%,#111)!important;border-color:#fff!important;transform:translateX(-3px)!important;box-shadow:0 10px 26px rgba(0,0,0,.15)!important}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before,body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation a:hover:before{background:color-mix(in srgb,var(--smo-account-primary) 12%,#fff);color:var(--smo-account-primary)}
body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-content{grid-area:content!important;width:100%!important;min-width:0!important;padding:26px!important;border:1px solid var(--smo-account-line)!important;border-radius:25px!important;background:#fff!important;box-shadow:0 15px 45px rgba(15,23,42,.055)!important;color:var(--smo-account-ink)!important;overflow:hidden}
.smo-account-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 22px;padding:22px 24px;border-radius:23px;background:linear-gradient(135deg,color-mix(in srgb,var(--smo-account-primary) 88%,#111),color-mix(in srgb,var(--smo-account-primary) 58%,#050505));color:#fff;overflow:hidden;box-shadow:0 20px 45px color-mix(in srgb,var(--smo-account-primary) 20%,transparent)}.smo-account-hero:after{content:"";position:absolute;width:260px;height:260px;left:-80px;top:-130px;border-radius:50%;border:45px solid rgba(255,255,255,.07)}.smo-account-hero__user,.smo-account-hero__stats{position:relative;z-index:1;display:flex;align-items:center}.smo-account-hero__user{gap:15px}.smo-account-hero__user img{width:78px;height:78px;border-radius:22px;border:3px solid rgba(255,255,255,.72);box-shadow:0 12px 28px rgba(0,0,0,.23)}.smo-account-hero__user span small,.smo-account-hero__user span strong,.smo-account-hero__user span em{display:block}.smo-account-hero__user span small{opacity:.7;font-size:10px}.smo-account-hero__user span strong{margin:5px 0;font-size:20px}.smo-account-hero__user span em{opacity:.68;font-size:10px;font-style:normal}.smo-account-hero__stats{gap:8px}.smo-account-hero__stats article{min-width:105px;padding:12px 13px;border:1px solid rgba(255,255,255,.15);border-radius:15px;background:rgba(255,255,255,.09);backdrop-filter:blur(8px)}.smo-account-hero__stats small,.smo-account-hero__stats strong{display:block;color:#fff}.smo-account-hero__stats small{font-size:9px;opacity:.7}.smo-account-hero__stats strong{margin-top:5px;font-size:15px}
.smo-account-dashboard-links{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important}.smo-account-dashboard-links a{position:relative;min-height:128px;flex-direction:column;align-items:flex-start!important;justify-content:space-between;padding:15px!important;border-radius:19px!important;background:linear-gradient(150deg,#fff,color-mix(in srgb,var(--smo-account-primary) 5%,#fff))!important;overflow:hidden}.smo-account-dashboard-links a:after{content:"";position:absolute;width:75px;height:75px;left:-28px;bottom:-30px;border-radius:50%;background:color-mix(in srgb,var(--smo-account-primary) 8%,transparent)}.smo-account-dashboard-links i{width:44px!important;height:44px!important;border-radius:14px!important}.smo-account-dashboard-links span{position:relative;z-index:1}.smo-account-dashboard-links b{position:absolute;left:14px;top:18px;font-size:17px}
.smo-account-endpoint-card>header{border-radius:22px!important;padding:21px!important}.smo-account-section-title{margin:0 0 15px}.smo-account-section-title span{color:var(--smo-account-primary);font-size:10px;font-weight:850}.smo-account-section-title h2{margin:5px 0 0;font-size:22px}.smo-account-stage-orders{display:flex;flex-direction:column;gap:14px}.smo-account-stage-order{padding:18px;border:1px solid var(--smo-account-line);border-radius:21px;background:linear-gradient(145deg,#fff,#fbfcfd);box-shadow:0 10px 30px rgba(15,23,42,.04)}.smo-account-stage-order>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px dashed var(--smo-account-line)}.smo-account-stage-order>header>div:last-child{text-align:left}.smo-account-stage-order>header small,.smo-account-stage-order>header strong{display:block}.smo-account-stage-order>header small{color:#7b8490;font-size:10px}.smo-account-stage-order>header strong{margin-top:4px;font-size:17px}.smo-account-stage-order>footer{display:flex;justify-content:flex-end;margin-top:13px}.smo-account-stage-order>a{display:inline-flex;margin-top:13px;color:var(--smo-account-primary);font-weight:850;text-decoration:none}.smo-view-order-stages{margin:22px 0;padding:19px;border:1px solid var(--smo-account-line);border-radius:22px;background:#fff}
.smo-order-timeline{margin-top:16px}.smo-order-progress{position:relative;display:flex;align-items:flex-start;overflow-x:auto;padding:4px 3px 15px;scrollbar-width:thin}.smo-order-progress:before{content:"";position:absolute;right:25px;left:25px;top:18px;height:3px;border-radius:99px;background:#e7e9ed}.smo-order-progress__step{position:relative;z-index:1;flex:1 0 115px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;color:#8a929d}.smo-order-progress__step>i{width:31px;height:31px;display:grid;place-items:center;border:3px solid #e5e7eb;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #fff}.smo-order-progress__step>i b{width:9px;height:9px;border-radius:50%;background:#cfd3d8}.smo-order-progress__step>span{max-width:110px;font-size:9px;font-weight:850;line-height:1.5}.smo-order-progress__step.is-done>i,.smo-order-progress__step.is-current>i{border-color:var(--status-color)}.smo-order-progress__step.is-done>i b,.smo-order-progress__step.is-current>i b{background:var(--status-color)}.smo-order-progress__step.is-done{color:#4b5563}.smo-order-progress__step.is-current{color:var(--smo-account-ink)}.smo-order-progress__step.is-current>i{box-shadow:0 0 0 5px color-mix(in srgb,var(--status-color) 15%,#fff),0 6px 16px color-mix(in srgb,var(--status-color) 24%,transparent)}.smo-order-history{margin-top:16px;padding:4px 15px 2px 0;border-right:2px solid #e5e7eb}.smo-order-history article{position:relative;display:flex;align-items:center;gap:11px;min-height:54px;padding:7px 13px 7px 4px}.smo-order-history article>i{position:absolute;right:-22px;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:var(--status-color);box-shadow:0 0 0 2px var(--status-color)}.smo-order-history article>span{flex:1}.smo-order-history strong,.smo-order-history small{display:block}.smo-order-history strong{font-size:12px}.smo-order-history small{margin-top:4px;color:#7b8490;font-size:9px}.smo-order-history em{padding:5px 8px;border-radius:8px;background:#f2f4f6;color:#69717d;font-size:8px;font-style:normal}.smo-order-history article.is-latest{margin-bottom:3px;border-radius:13px;background:color-mix(in srgb,var(--status-color) 7%,#fff)}.smo-order-timeline.is-compact{margin:12px 0}.smo-order-timeline.is-compact .smo-order-progress{padding-bottom:5px}.smo-order-timeline.is-compact .smo-order-progress__step{flex-basis:90px}.smo-order-timeline.is-compact .smo-order-progress__step>span{font-size:8px}
body.smo-professional-my-account .woocommerce-orders-table,body.smo-professional-my-account .woocommerce-table--order-details{border:1px solid var(--smo-account-line)!important;border-radius:17px!important;overflow:hidden!important;border-collapse:separate!important;border-spacing:0!important}.woocommerce-orders-table th,.woocommerce-table--order-details th{background:#f5f7f9!important;color:#4b5563!important;padding:12px!important}.woocommerce-orders-table td,.woocommerce-table--order-details td{padding:13px!important;border-top:1px solid #eceff2!important}.woocommerce-Address,.woocommerce-customer-details address{padding:17px!important;border:1px solid var(--smo-account-line)!important;border-radius:17px!important;background:#fafbfc!important;line-height:2!important}.smo-account-empty{padding:38px 20px;text-align:center;border:1px dashed var(--smo-account-line);border-radius:19px;background:#fafbfc}.smo-account-empty strong{display:block;font-size:16px}.smo-account-empty p{margin:8px 0 0!important}
@media(max-width:1180px){.smo-account-dashboard-links{grid-template-columns:repeat(3,minmax(0,1fr))!important}.smo-account-hero{align-items:flex-start;flex-direction:column}.smo-account-hero__stats{width:100%}.smo-account-hero__stats article{flex:1}}
@media(max-width:980px){body.smo-professional-my-account.woocommerce-account .woocommerce{width:min(calc(100% - 20px),1400px)!important;margin:14px auto!important;padding:12px!important;grid-template-columns:1fr!important;grid-template-areas:"navigation" "content"!important;gap:13px!important;border-radius:23px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation{position:static!important;border-radius:20px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation:before{display:none}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:6px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation a{min-width:max-content!important;padding:0 10px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-navigation a:before{width:27px;height:27px}.smo-account-dashboard-links{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:700px){body.smo-professional-my-account.woocommerce-account .woocommerce{width:calc(100% - 10px)!important;margin:5px auto!important;padding:7px!important}body.smo-professional-my-account.woocommerce-account .woocommerce-MyAccount-content{padding:13px!important;border-radius:18px!important}.smo-account-hero{padding:16px;border-radius:18px}.smo-account-hero__user img{width:62px;height:62px;border-radius:18px}.smo-account-hero__user span strong{font-size:16px}.smo-account-hero__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.smo-account-hero__stats article{min-width:0;padding:9px 7px}.smo-account-hero__stats strong{font-size:11px}.smo-account-dashboard-links{grid-template-columns:1fr!important}.smo-account-dashboard-links a{min-height:96px;flex-direction:row;align-items:center!important}.smo-account-stage-order{padding:13px;border-radius:17px}.smo-account-stage-order>header{align-items:flex-start}.smo-order-progress{display:grid;grid-template-columns:1fr;gap:0;overflow:visible;padding-right:3px}.smo-order-progress:before{right:18px;left:auto;top:18px;bottom:18px;width:3px;height:auto}.smo-order-progress__step{min-height:48px;flex:auto;display:grid;grid-template-columns:38px 1fr;align-items:center;text-align:right;gap:8px}.smo-order-progress__step>i{width:29px;height:29px}.smo-order-progress__step>span{max-width:none;font-size:10px}.smo-order-timeline.is-compact .smo-order-progress__step{min-height:42px}.smo-order-history{margin-right:5px}.woocommerce-orders-table thead{display:none}.woocommerce-orders-table tbody,.woocommerce-orders-table tr,.woocommerce-orders-table td{display:block!important;width:100%!important}.woocommerce-orders-table tr{margin-bottom:11px;border:1px solid var(--smo-account-line);border-radius:15px;overflow:hidden}.woocommerce-orders-table td{display:flex!important;align-items:center;justify-content:space-between;gap:12px;text-align:left!important}.woocommerce-orders-table td:before{content:attr(data-title);font-weight:850;color:#525b66;float:none!important}.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions{justify-content:flex-end!important}}

/* === WooCommerce variation palettes, attribute shortcodes and required messages === */
.smo-variation-control,.smo-attribute-showcase,.smo-attributes-collection{font-family:var(--smo-font,inherit);box-sizing:border-box}
.smo-variation-control{position:relative;width:100%;margin:7px 0 13px}.smo-variation-control>select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}
.smo-variation-swatches{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.smo-variation-swatch{appearance:none;border:1px solid var(--smo-border,#e1e6ea);background:var(--smo-surface,#fff);color:var(--smo-text,#111);border-radius:13px;min-height:46px;padding:6px 12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:inherit;font-weight:850;cursor:pointer;transition:.18s ease;position:relative;box-shadow:0 5px 14px rgba(0,0,0,.035)}
.smo-variation-swatch:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--smo-primary,#111) 45%,var(--smo-border,#ddd))}.smo-variation-swatch.is-selected{border-color:var(--smo-primary,#111);box-shadow:0 0 0 3px color-mix(in srgb,var(--smo-primary,#111) 13%,transparent),0 8px 20px rgba(0,0,0,.08);background:color-mix(in srgb,var(--smo-primary,#111) 6%,var(--smo-surface,#fff))}.smo-variation-swatch.is-disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through;filter:grayscale(1)}
.smo-variation-swatch i{width:25px;height:25px;border-radius:8px;background:var(--swatch-color,#ddd) var(--swatch-image,none) center/cover no-repeat;border:3px solid #fff;box-shadow:0 0 0 1px var(--smo-border,#ddd);flex:0 0 auto}.smo-variation-control--color .smo-variation-swatch{width:46px;height:46px;border-radius:50%;padding:5px}.smo-variation-control--color .smo-variation-swatch i{width:31px;height:31px;border-radius:50%}.smo-variation-control--color .smo-variation-swatch span{position:absolute;bottom:calc(100% + 8px);right:50%;transform:translateX(50%) translateY(4px);opacity:0;visibility:hidden;background:#111;color:#fff;padding:5px 8px;border-radius:8px;font-size:11px;white-space:nowrap;pointer-events:none;transition:.15s}.smo-variation-control--color .smo-variation-swatch:hover span{opacity:1;visibility:visible;transform:translateX(50%) translateY(0)}
.smo-variation-control--button .smo-variation-swatch i{display:none}.smo-variation-control--image .smo-variation-swatch i{width:40px;height:40px}.smo-variation-required-message{margin:0 0 9px;padding:9px 11px;border:1px solid #f0b8b8;background:#fff1f1;color:#b31515;border-radius:11px;font-size:12px;font-weight:850;animation:smoShake .26s ease}.smo-variation-control.has-error .smo-variation-swatches{padding:7px;border:1px dashed #d92f2f;border-radius:15px;background:#fffafa}
.smo-attribute-showcase{border:1px solid var(--smo-border,#e4e7eb);background:var(--smo-surface,#fff);border-radius:18px;padding:15px;margin:12px 0;direction:rtl}.smo-attribute-showcase__title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.smo-attribute-showcase__title strong{font-size:16px}.smo-attribute-showcase__title small{color:var(--smo-muted,#6d747c);font-size:11px}.smo-attribute-showcase__items{display:flex;flex-wrap:wrap;gap:8px}.smo-attribute-showcase__item{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:6px 10px;border:1px solid var(--smo-border,#e4e7eb);background:var(--smo-surface-2,#f7f8f9);border-radius:12px;color:var(--smo-text,#111)}.smo-attribute-showcase__item i{width:23px;height:23px;border-radius:8px;background:var(--swatch-color,#ddd);border:3px solid #fff;box-shadow:0 0 0 1px var(--smo-border,#ddd)}.smo-attribute-showcase--color .smo-attribute-showcase__item{border-radius:999px}.smo-attribute-showcase--color .smo-attribute-showcase__item i{border-radius:50%}.smo-attribute-showcase--button .smo-attribute-showcase__item i{display:none}.smo-attribute-showcase.is-compact{padding:9px;border-radius:13px;margin:5px 0}.smo-attribute-showcase.is-compact .smo-attribute-showcase__item{min-height:31px;padding:4px 8px;font-size:11px}.smo-attribute-showcase.is-compact .smo-attribute-showcase__item i{width:18px;height:18px}
.smo-attributes-collection{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.smo-attributes-collection .smo-attribute-showcase{margin:0}
@keyframes smoShake{0%,100%{transform:translateX(0)}35%{transform:translateX(-4px)}70%{transform:translateX(4px)}}
@media(max-width:600px){.smo-variation-swatches{gap:7px}.smo-variation-swatch{min-height:42px;padding:5px 9px}.smo-variation-control--color .smo-variation-swatch{width:42px;height:42px}.smo-variation-control--color .smo-variation-swatch i{width:28px;height:28px}.smo-attributes-collection{grid-template-columns:1fr}}
.smo-attribute-single{font-family:var(--smo-font,inherit);display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:6px 11px;border:1px solid var(--smo-border,#e4e7eb);background:var(--smo-surface-2,#f7f8f9);color:var(--smo-text,#111);border-radius:12px}.smo-attribute-single i{width:23px;height:23px;border-radius:8px;background:var(--swatch-color,#ddd);border:3px solid #fff;box-shadow:0 0 0 1px var(--smo-border,#ddd)}.smo-attribute-single--color{border-radius:999px}.smo-attribute-single--color i{border-radius:50%}.smo-attribute-single--button i{display:none}

/* === 2.3.9 sequential variable-product selection and real cart quantity === */
.variations_form .smo-variation-control{margin:8px 0 18px;padding:0;background:transparent!important;border:0!important;box-shadow:none!important}
.variations_form .smo-variation-control:before{content:"مرحله " attr(data-step);display:inline-flex;align-items:center;min-height:22px;margin:0 0 8px;padding:0 8px;border:1px solid color-mix(in srgb,var(--smo-primary,#111) 22%,transparent);border-radius:999px;background:transparent;color:var(--smo-primary,#111);font-size:10px;font-weight:900;line-height:1}
.variations_form .smo-variation-swatches{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.variations_form .smo-variation-swatch{background:transparent!important;box-shadow:none!important;border:1px solid color-mix(in srgb,var(--smo-text,#111) 18%,transparent);color:var(--smo-text,#111);transform:none}
.variations_form .smo-variation-swatch:hover{transform:none;border-color:var(--smo-primary,#111);box-shadow:0 0 0 3px color-mix(in srgb,var(--smo-primary,#111) 8%,transparent)!important}
.variations_form .smo-variation-swatch.is-selected{background:transparent!important;border-color:var(--smo-primary,#111);box-shadow:0 0 0 3px color-mix(in srgb,var(--smo-primary,#111) 13%,transparent)!important}
.variations_form .smo-variation-control--color .smo-variation-swatch{border:0!important;padding:4px;box-shadow:none!important}
.variations_form .smo-variation-control--color .smo-variation-swatch i{border:3px solid #fff;box-shadow:0 0 0 1px color-mix(in srgb,var(--smo-text,#111) 20%,transparent),0 6px 16px rgba(0,0,0,.08)}
.variations_form .smo-variation-control--color .smo-variation-swatch.is-selected i{box-shadow:0 0 0 2px var(--smo-primary,#111),0 0 0 6px color-mix(in srgb,var(--smo-primary,#111) 12%,transparent),0 8px 18px rgba(0,0,0,.10)}
.variations_form .smo-variation-control.has-error .smo-variation-swatches{padding:0!important;background:transparent!important;border:0!important}
.variations_form .smo-variation-control.is-locked{opacity:.48}
.variations_form .smo-variation-control.is-locked:after{content:"ابتدا ویژگی قبلی را انتخاب کنید";display:block;margin-top:8px;color:var(--smo-muted,#737982);font-size:10px;font-weight:750}
.variations_form .smo-variation-control.is-locked .smo-variation-swatch{cursor:not-allowed!important;filter:grayscale(.6)}
.variations_form .smo-variation-required-message{background:transparent!important;border:0!important;border-right:3px solid #d92f2f!important;border-radius:0!important;padding:5px 10px!important;margin:0 0 8px!important;color:#b31515!important;box-shadow:none!important}
.variations_form .woocommerce-variation-add-to-cart>.quantity{display:none!important}
.variations_form .woocommerce-variation-add-to-cart{display:flex!important;align-items:stretch!important;flex-wrap:wrap!important;gap:9px!important}
.variations_form .woocommerce-variation-add-to-cart>.smo-variation-gate-message{flex:0 0 100%;margin:0 0 2px;padding:8px 0;background:transparent;color:var(--smo-muted,#69717a);font-size:11px;font-weight:800}
.variations_form .woocommerce-variation-add-to-cart>.smo-variation-gate-message[hidden]{display:none!important}
.variations_form .single_add_to_cart_button{min-width:170px!important;background:#050505!important;color:#fff!important;border:1px solid #050505!important}
.variations_form .single_add_to_cart_button.smo-variation-incomplete,.variations_form .single_add_to_cart_button:disabled{opacity:.42!important;cursor:not-allowed!important;pointer-events:none!important;filter:grayscale(1)}
.variations_form .smo-inline-cart-control{min-width:170px;grid-template-columns:48px minmax(48px,1fr) 48px;background:#fff!important;color:#050505!important;border-color:#050505!important;box-shadow:none!important}
.variations_form .smo-inline-cart-control button{background:#050505!important;color:#fff!important}
.variations_form .smo-inline-cart-control strong{background:#fff!important;color:#050505!important}
.smo-attribute-showcase{background:transparent!important;box-shadow:none!important}
.smo-attribute-showcase__item,.smo-attribute-single{background:transparent!important;box-shadow:none!important}
@media(max-width:600px){.variations_form .single_add_to_cart_button,.variations_form .smo-inline-cart-control{width:100%!important;min-width:0!important}}

/* === 2.3.10 free-order variation selection + transparent swatches === */
.variations_form .smo-variation-control:before{display:none!important;content:none!important}
.variations_form .smo-variation-control,
.variations_form .smo-variation-control--color,
.variations_form .smo-variation-control--color .smo-variation-swatches,
.variations_form .smo-variation-control--color .smo-variation-swatch,
.variations_form .smo-variation-control--color .smo-variation-swatch:hover,
.variations_form .smo-variation-control--color .smo-variation-swatch:focus,
.variations_form .smo-variation-control--color .smo-variation-swatch.is-selected,
.variations_form .smo-variation-control--color:before,
.variations_form .smo-variation-control--color:after,
.variations_form table.variations,
.variations_form table.variations tbody,
.variations_form table.variations tr,
.variations_form table.variations th,
.variations_form table.variations td{
    background:none!important;
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}
.variations_form .smo-variation-control.is-locked{opacity:1!important;filter:none!important;pointer-events:auto!important}
.variations_form .smo-variation-control.is-locked:after{display:none!important;content:none!important}
.variations_form .smo-variation-control.is-locked .smo-variation-swatch{cursor:pointer!important;filter:none!important}
.variations_form .smo-variation-control--color .smo-variation-swatch{border:0!important;border-radius:50%!important}
.variations_form .smo-variation-control--color .smo-variation-swatch span{display:none!important}
.variations_form .smo-variation-control--color .smo-variation-swatch i{background-color:var(--swatch-color,#d9e2e8)!important;background-image:var(--swatch-image,none)!important;background-size:cover!important;background-position:center!important}

/* === 2.3.13 — isolated, responsive minimal single-product layout === */
body.smo-professional-single-product{
    --smo-sp-text:#111;
    --smo-sp-muted:#777;
    --smo-sp-line:#e8e8e8;
    --smo-sp-soft:#f7f7f7;
    background:#fff!important;
    color:var(--smo-sp-text)!important;
    font-family:var(--smo-font,inherit)!important;
}
body.smo-professional-single-product *,
body.smo-professional-single-product *::before,
body.smo-professional-single-product *::after{box-sizing:border-box}

/* Scope every layout rule to the queried product only. */
body.smo-professional-single-product .smo-main-product{
    width:min(1400px,calc(100% - 40px))!important;
    max-width:1400px!important;
    min-width:0!important;
    margin:22px auto 52px!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)!important;
    grid-template-areas:"summary gallery"!important;
    gap:clamp(34px,4.5vw,72px)!important;
    align-items:start!important;
    direction:ltr!important;
    float:none!important;
    clear:both!important;
    border:0!important;
    background:#fff!important;
    box-shadow:none!important;
    overflow:visible!important;
}
body.smo-professional-single-product .smo-main-product::before,
body.smo-professional-single-product .smo-main-product::after{display:none!important;content:none!important}
body.smo-professional-single-product .smo-main-product>.woocommerce-product-gallery,
body.smo-professional-single-product .smo-main-product>.summary{
    min-width:0!important;
    max-width:100%!important;
    float:none!important;
    clear:none!important;
    margin:0!important;
    border:0!important;
    background:#fff!important;
    box-shadow:none!important;
}
body.smo-professional-single-product .smo-main-product>.woocommerce-product-gallery{
    grid-area:gallery!important;
    width:100%!important;
    padding:0!important;
    direction:rtl!important;
    position:relative!important;
    overflow:visible!important;
}
body.smo-professional-single-product .smo-main-product>.summary{
    grid-area:summary!important;
    width:100%!important;
    padding:4px 0 0!important;
    direction:rtl!important;
    position:static!important;
    overflow-wrap:anywhere!important;
}

body.smo-professional-single-product .woocommerce-breadcrumb{
    width:min(1400px,calc(100% - 40px))!important;
    max-width:1400px!important;
    margin:18px auto 0!important;
    padding:0!important;
    color:#8a8a8a!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:12px!important;
    line-height:1.8!important;
    overflow-wrap:anywhere!important;
}

/* Gallery */
body.smo-professional-single-product .smo-main-product .flex-viewport,
body.smo-professional-single-product .smo-main-product>.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    border:1px solid var(--smo-sp-line)!important;
    border-radius:16px!important;
    background:#fff!important;
    overflow:hidden!important;
    box-shadow:none!important;
}
/* FlexSlider calculates the wrapper and slide widths inline. Never override
 * those widths with 100%, otherwise selecting a thumbnail moves to a blank
 * area instead of the requested image. */
body.smo-professional-single-product .smo-main-product .flex-viewport .woocommerce-product-gallery__wrapper{
    max-width:none!important;
    margin:0!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    overflow:visible!important;
    box-shadow:none!important;
}
body.smo-professional-single-product .smo-main-product .woocommerce-product-gallery__image{
    display:block!important;
    margin:0!important;
    background:#fff!important;
}
body.smo-professional-single-product .smo-main-product .woocommerce-product-gallery__image a{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    background:#fff!important;
}
body.smo-professional-single-product .smo-main-product .woocommerce-product-gallery__image img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    margin:0 auto!important;
    object-fit:contain!important;
    background:#fff!important;
    border-radius:0!important;
    transform:none!important;
}
body.smo-professional-single-product .smo-main-product .flex-control-thumbs{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:9px!important;
    width:100%!important;
    max-width:100%!important;
    margin:11px 0 0!important;
    padding:0!important;
    list-style:none!important;
}
body.smo-professional-single-product .smo-main-product .flex-control-thumbs li{
    width:auto!important;
    min-width:0!important;
    float:none!important;
    margin:0!important;
    padding:0!important;
    border:1px solid var(--smo-sp-line)!important;
    border-radius:10px!important;
    background:#fff!important;
    overflow:hidden!important;
    transform:none!important;
}
body.smo-professional-single-product .smo-main-product .flex-control-thumbs img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    aspect-ratio:1/1!important;
    object-fit:cover!important;
    opacity:.58!important;
    background:#fff!important;
    border-radius:0!important;
}
body.smo-professional-single-product .smo-main-product .flex-control-thumbs img.flex-active,
body.smo-professional-single-product .smo-main-product .flex-control-thumbs img:hover{opacity:1!important}
body.smo-professional-single-product .smo-main-product .flex-direction-nav{margin:0!important;padding:0!important;list-style:none!important}
body.smo-professional-single-product .smo-main-product .flex-direction-nav a{
    width:38px!important;
    height:38px!important;
    margin-top:-19px!important;
    display:grid!important;
    place-items:center!important;
    border:1px solid #ddd!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.96)!important;
    color:#111!important;
    box-shadow:0 5px 16px rgba(0,0,0,.08)!important;
    opacity:1!important;
    font-size:0!important;
}
body.smo-professional-single-product .smo-main-product .flex-direction-nav a::before{color:#111!important;font-size:18px!important;text-shadow:none!important}

/* Summary */
body.smo-professional-single-product .smo-main-product .summary .product_title{
    margin:0 0 12px!important;
    padding:0!important;
    color:#111!important;
    font-size:clamp(25px,2.7vw,40px)!important;
    line-height:1.45!important;
    font-weight:900!important;
    letter-spacing:0!important;
    overflow-wrap:anywhere!important;
}
body.smo-professional-single-product .smo-main-product .smo-single-identity{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px 22px!important;
    margin:0 0 18px!important;
    padding:0 0 16px!important;
    border-bottom:1px solid var(--smo-sp-line)!important;
    background:transparent!important;
}
body.smo-professional-single-product .smo-main-product .smo-single-identity>span{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:6px!important;
    min-width:0!important;
    max-width:100%!important;
    background:transparent!important;
}
body.smo-professional-single-product .smo-main-product .smo-single-identity small{color:var(--smo-sp-muted)!important;font-size:11px!important;font-weight:700!important}
body.smo-professional-single-product .smo-main-product .smo-single-identity b,
body.smo-professional-single-product .smo-main-product .smo-single-identity a{color:#111!important;font-size:12px!important;font-weight:800!important;text-decoration:none!important;overflow-wrap:anywhere!important}
body.smo-professional-single-product .smo-main-product .summary .price{
    display:flex!important;
    align-items:baseline!important;
    flex-wrap:wrap!important;
    gap:8px 12px!important;
    width:100%!important;
    margin:0 0 18px!important;
    padding:0!important;
    color:#111!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    font-size:clamp(21px,2.1vw,29px)!important;
    line-height:1.45!important;
    font-weight:900!important;
}
body.smo-professional-single-product .smo-main-product .summary .price ins,
body.smo-professional-single-product .smo-main-product .summary .price>.amount{color:#111!important;background:transparent!important;text-decoration:none!important}
body.smo-professional-single-product .smo-main-product .summary .price del{color:#989898!important;font-size:.68em!important;font-weight:600!important;opacity:1!important}
body.smo-professional-single-product .smo-main-product .woocommerce-product-details__short-description{
    width:100%!important;
    max-width:100%!important;
    margin:0 0 22px!important;
    padding:0 0 20px!important;
    border:0!important;
    border-bottom:1px solid var(--smo-sp-line)!important;
    border-radius:0!important;
    background:transparent!important;
    color:#4c4c4c!important;
    font-size:14px!important;
    line-height:2!important;
    overflow-wrap:anywhere!important;
}
body.smo-professional-single-product .smo-main-product .woocommerce-product-details__short-description p:last-child{margin-bottom:0!important}
body.smo-professional-single-product .smo-main-product form.cart{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
}
body.smo-professional-single-product .smo-main-product table.variations,
body.smo-professional-single-product .smo-main-product table.variations tbody{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 18px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
}
body.smo-professional-single-product .smo-main-product table.variations tr{
    display:grid!important;
    grid-template-columns:minmax(72px,90px) minmax(0,1fr)!important;
    gap:12px!important;
    align-items:start!important;
    width:100%!important;
    margin:0!important;
    padding:12px 0!important;
    border:0!important;
    border-bottom:1px solid #ededed!important;
    background:transparent!important;
}
body.smo-professional-single-product .smo-main-product table.variations th,
body.smo-professional-single-product .smo-main-product table.variations td{
    display:block!important;
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
}
body.smo-professional-single-product .smo-main-product table.variations th label{
    display:block!important;
    padding-top:9px!important;
    color:#222!important;
    font-size:12px!important;
    line-height:1.6!important;
    font-weight:850!important;
}
body.smo-professional-single-product .smo-main-product .smo-variation-control,
body.smo-professional-single-product .smo-main-product .smo-variation-swatches,
body.smo-professional-single-product .smo-main-product .smo-variation-swatch,
body.smo-professional-single-product .smo-main-product .smo-variation-control--color,
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatches,
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch{
    max-width:100%!important;
    background:transparent!important;
    background-color:transparent!important;
    background-image:none!important;
    box-shadow:none!important;
}
body.smo-professional-single-product .smo-main-product .smo-variation-swatches{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
    min-width:0!important;
    padding:0!important;
    border:0!important;
}
body.smo-professional-single-product .smo-main-product .smo-variation-swatch:not(.smo-variation-swatch--color){
    min-width:42px!important;
    min-height:40px!important;
    max-width:100%!important;
    padding:8px 12px!important;
    border:1px solid #d7d7d7!important;
    border-radius:9px!important;
    background:#fff!important;
    color:#222!important;
    font-size:12px!important;
    line-height:1.4!important;
    font-weight:800!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
}
body.smo-professional-single-product .smo-main-product .smo-variation-swatch:not(.smo-variation-swatch--color):hover{border-color:#888!important;background:#fff!important;color:#111!important}
body.smo-professional-single-product .smo-main-product .smo-variation-swatch.is-selected:not(.smo-variation-swatch--color){border-color:#111!important;background:#111!important;color:#fff!important}
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch{
    width:42px!important;
    height:42px!important;
    min-width:42px!important;
    min-height:42px!important;
    padding:4px!important;
    border:0!important;
    border-radius:50%!important;
}
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch i{
    display:block!important;
    width:30px!important;
    height:30px!important;
    border:3px solid #fff!important;
    border-radius:50%!important;
    background-color:var(--swatch-color,#ddd)!important;
    background-image:var(--swatch-image,none)!important;
    background-size:cover!important;
    background-position:center!important;
    box-shadow:0 0 0 1px #d0d0d0!important;
}
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch.is-selected i{box-shadow:0 0 0 2px #111,0 0 0 5px #fff!important}
body.smo-professional-single-product .smo-main-product .smo-variation-required-message{
    width:100%!important;
    margin:0 0 8px!important;
    padding:5px 9px!important;
    border:0!important;
    border-right:3px solid #c62828!important;
    border-radius:0!important;
    background:transparent!important;
    color:#a71919!important;
    font-size:11px!important;
    line-height:1.7!important;
    font-weight:800!important;
}
body.smo-professional-single-product .smo-main-product .single_variation_wrap{width:100%!important;max-width:100%!important;margin-top:14px!important;padding:0!important;border:0!important;background:transparent!important}
body.smo-professional-single-product .smo-main-product .single_variation{margin:0 0 10px!important;overflow-wrap:anywhere!important}
body.smo-professional-single-product .smo-main-product .woocommerce-variation-add-to-cart,
body.smo-professional-single-product .smo-main-product form.cart:not(.variations_form){
    display:flex!important;
    align-items:stretch!important;
    flex-wrap:wrap!important;
    gap:10px!important;
    width:100%!important;
    max-width:100%!important;
}
body.smo-professional-single-product .smo-main-product form.cart .quantity{flex:0 0 auto!important;max-width:110px!important}
body.smo-professional-single-product .smo-main-product form.cart .quantity input.qty{width:100%!important;min-height:50px!important;border:1px solid #d7d7d7!important;border-radius:10px!important;background:#fff!important;color:#111!important;text-align:center!important}
body.smo-professional-single-product .smo-main-product .single_add_to_cart_button,
body.smo-professional-single-product .smo-main-product .smo-variable-cart-quantity,
body.smo-professional-single-product .smo-main-product .smo-inline-cart-control{
    flex:1 1 210px!important;
    min-width:0!important;
    min-height:50px!important;
    max-width:100%!important;
    border:1px solid #111!important;
    border-radius:10px!important;
    background:#111!important;
    color:#fff!important;
    box-shadow:none!important;
    font-size:13px!important;
    font-weight:900!important;
}
body.smo-professional-single-product .smo-main-product .single_add_to_cart_button:disabled{border-color:#ddd!important;background:#f1f1f1!important;color:#999!important;cursor:not-allowed!important}
body.smo-professional-single-product .smo-main-product .smo-inline-cart-control{display:grid!important;grid-template-columns:48px minmax(48px,1fr) 48px!important;background:#fff!important;color:#111!important}
body.smo-professional-single-product .smo-main-product .smo-inline-cart-control button{min-width:0!important;background:#111!important;color:#fff!important}
body.smo-professional-single-product .smo-main-product .smo-inline-cart-control strong{display:grid!important;place-items:center!important;background:#fff!important;color:#111!important}
body.smo-professional-single-product .smo-main-product .product_meta,
body.smo-professional-single-product .smo-main-product .smo-single-product-facts,
.smo-product-content-intro{display:none!important}

/* Tabs and long content */
body.smo-professional-single-product .woocommerce-tabs,
body.smo-professional-single-product .related.products,
body.smo-professional-single-product .upsells.products{
    width:min(1400px,calc(100% - 40px))!important;
    max-width:1400px!important;
    min-width:0!important;
    margin:0 auto 44px!important;
    padding:0!important;
    clear:both!important;
    border:0!important;
    background:#fff!important;
    box-shadow:none!important;
}
body.smo-professional-single-product .woocommerce-tabs{border:1px solid var(--smo-sp-line)!important;border-radius:14px!important;overflow:hidden!important}
body.smo-professional-single-product .woocommerce-tabs ul.tabs{
    display:flex!important;
    align-items:center!important;
    gap:22px!important;
    width:100%!important;
    margin:0!important;
    padding:0 22px!important;
    overflow-x:auto!important;
    border:0!important;
    border-bottom:1px solid var(--smo-sp-line)!important;
    background:#fff!important;
    scrollbar-width:none!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs::-webkit-scrollbar{display:none!important}
body.smo-professional-single-product .woocommerce-tabs ul.tabs::before,
body.smo-professional-single-product .woocommerce-tabs ul.tabs li::before,
body.smo-professional-single-product .woocommerce-tabs ul.tabs li::after{display:none!important;content:none!important}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li{
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li a{
    display:block!important;
    padding:16px 1px 13px!important;
    border-bottom:3px solid transparent!important;
    color:#888!important;
    font-size:13px!important;
    line-height:1.5!important;
    font-weight:850!important;
    white-space:nowrap!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li.active a{border-bottom-color:#111!important;color:#111!important}
body.smo-professional-single-product .woocommerce-Tabs-panel{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding:clamp(20px,3.2vw,40px)!important;
    background:#fff!important;
    color:#444!important;
    font-size:14px!important;
    line-height:2.1!important;
    overflow-wrap:anywhere!important;
}
body.smo-professional-single-product .woocommerce-Tabs-panel img,
body.smo-professional-single-product .woocommerce-Tabs-panel iframe,
body.smo-professional-single-product .woocommerce-Tabs-panel video{max-width:100%!important;height:auto!important}
body.smo-professional-single-product .woocommerce-Tabs-panel>h2:first-child{margin:0 0 20px!important;padding:0!important;color:#111!important;font-size:21px!important;font-weight:900!important}
body.smo-professional-single-product table.woocommerce-product-attributes{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    border:0!important;
    border-collapse:collapse!important;
    table-layout:fixed!important;
    background:#fff!important;
}
body.smo-professional-single-product table.woocommerce-product-attributes tr{border-bottom:1px solid #ececec!important;background:#fff!important}
body.smo-professional-single-product table.woocommerce-product-attributes tr:first-child{border-top:1px solid #ececec!important}
body.smo-professional-single-product table.woocommerce-product-attributes th,
body.smo-professional-single-product table.woocommerce-product-attributes td{
    padding:14px 12px!important;
    border:0!important;
    background:#fff!important;
    color:#222!important;
    font-style:normal!important;
    vertical-align:top!important;
    overflow-wrap:anywhere!important;
}
body.smo-professional-single-product table.woocommerce-product-attributes th{width:27%!important;color:#777!important;font-size:12px!important;font-weight:800!important}
body.smo-professional-single-product table.woocommerce-product-attributes td{font-size:13px!important;font-weight:700!important}
body.smo-professional-single-product table.woocommerce-product-attributes td p{margin:0!important;padding:0!important}
body.smo-professional-single-product table.woocommerce-product-attributes td a{color:#111!important;background:transparent!important;text-decoration:underline!important;text-underline-offset:3px!important}
body.smo-professional-single-product #reviews #comments,
body.smo-professional-single-product #reviews #review_form_wrapper,
body.smo-professional-single-product #reviews .commentlist li .comment-text{max-width:100%!important;border:1px solid var(--smo-sp-line)!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important}
body.smo-professional-single-product .related.products>h2,
body.smo-professional-single-product .upsells.products>h2{margin:0 0 18px!important;color:#111!important;font-size:22px!important;font-weight:900!important}

/* Tablets: stack gallery above details and remove every theme float. */
@media (max-width:1024px){
    body.smo-professional-single-product .smo-main-product{
        width:min(100% - 28px,880px)!important;
        grid-template-columns:minmax(0,1fr)!important;
        grid-template-areas:"gallery" "summary"!important;
        gap:26px!important;
        margin-top:16px!important;
    }
    body.smo-professional-single-product .woocommerce-breadcrumb,
    body.smo-professional-single-product .woocommerce-tabs,
    body.smo-professional-single-product .related.products,
    body.smo-professional-single-product .upsells.products{width:calc(100% - 28px)!important}
    body.smo-professional-single-product .smo-main-product>.summary{padding-top:0!important}
    body.smo-professional-single-product .smo-main-product .flex-control-thumbs{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}

/* Phones: no horizontal overflow, touch-friendly gallery and controls. */
@media (max-width:640px){
    body.smo-professional-single-product .smo-main-product,
    body.smo-professional-single-product .woocommerce-breadcrumb,
    body.smo-professional-single-product .woocommerce-tabs,
    body.smo-professional-single-product .related.products,
    body.smo-professional-single-product .upsells.products{
        width:calc(100% - 20px)!important;
        max-width:calc(100% - 20px)!important;
    }
    body.smo-professional-single-product .smo-main-product{margin:12px auto 34px!important;gap:20px!important}
    body.smo-professional-single-product .smo-main-product .woocommerce-product-gallery__wrapper,
    body.smo-professional-single-product .smo-main-product .flex-viewport{border-radius:12px!important}
    body.smo-professional-single-product .smo-main-product .flex-control-thumbs{
        display:flex!important;
        gap:7px!important;
        width:100%!important;
        overflow-x:auto!important;
        overscroll-behavior-inline:contain!important;
        scroll-snap-type:x proximity!important;
        padding-bottom:3px!important;
        scrollbar-width:none!important;
    }
    body.smo-professional-single-product .smo-main-product .flex-control-thumbs::-webkit-scrollbar{display:none!important}
    body.smo-professional-single-product .smo-main-product .flex-control-thumbs li{flex:0 0 70px!important;scroll-snap-align:start!important}
    body.smo-professional-single-product .smo-main-product .summary .product_title{font-size:25px!important;line-height:1.5!important}
    body.smo-professional-single-product .smo-main-product .smo-single-identity{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
    body.smo-professional-single-product .smo-main-product table.variations tr{grid-template-columns:minmax(0,1fr)!important;gap:5px!important;padding:11px 0!important}
    body.smo-professional-single-product .smo-main-product table.variations th label{padding-top:0!important}
    body.smo-professional-single-product .smo-main-product .woocommerce-variation-add-to-cart,
    body.smo-professional-single-product .smo-main-product form.cart:not(.variations_form){display:grid!important;grid-template-columns:minmax(0,1fr)!important}
    body.smo-professional-single-product .smo-main-product form.cart .quantity{width:100%!important;max-width:none!important}
    body.smo-professional-single-product .smo-main-product .single_add_to_cart_button,
    body.smo-professional-single-product .smo-main-product .smo-variable-cart-quantity,
    body.smo-professional-single-product .smo-main-product .smo-inline-cart-control{width:100%!important;flex-basis:auto!important}
    body.smo-professional-single-product .woocommerce-tabs{border-radius:12px!important}
    body.smo-professional-single-product .woocommerce-tabs ul.tabs{gap:18px!important;padding:0 14px!important}
    body.smo-professional-single-product .woocommerce-Tabs-panel{padding:20px 14px!important}
    body.smo-professional-single-product table.woocommerce-product-attributes,
    body.smo-professional-single-product table.woocommerce-product-attributes tbody,
    body.smo-professional-single-product table.woocommerce-product-attributes tr,
    body.smo-professional-single-product table.woocommerce-product-attributes th,
    body.smo-professional-single-product table.woocommerce-product-attributes td{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important}
    body.smo-professional-single-product table.woocommerce-product-attributes tr{padding:10px 0!important}
    body.smo-professional-single-product table.woocommerce-product-attributes th{padding:3px 0 6px!important}
    body.smo-professional-single-product table.woocommerce-product-attributes td{padding:0!important}
}

@media (max-width:380px){
    body.smo-professional-single-product .smo-main-product .flex-control-thumbs li{flex-basis:62px!important}
    body.smo-professional-single-product .smo-main-product .smo-variation-swatch:not(.smo-variation-swatch--color){min-width:38px!important;padding:7px 9px!important}
}


/* === 2.3.14 — 1400px RTL product tabs + explicit variable add action === */
body.smo-professional-single-product .woocommerce-tabs,
body.smo-professional-single-product div.product.smo-main-product + .woocommerce-tabs,
body.smo-professional-single-product .smo-main-product ~ .woocommerce-tabs{
    width:min(1400px,calc(100% - 40px))!important;
    max-width:1400px!important;
    margin:0 auto 44px!important;
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs{
    direction:rtl!important;
    justify-content:flex-start!important;
    text-align:right!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li,
body.smo-professional-single-product .woocommerce-tabs ul.tabs li a{
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .woocommerce-Tabs-panel,
body.smo-professional-single-product .woocommerce-Tabs-panel *{
    direction:rtl;
    text-align:right;
}
body.smo-professional-single-product .woocommerce-Tabs-panel table,
body.smo-professional-single-product .woocommerce-Tabs-panel th,
body.smo-professional-single-product .woocommerce-Tabs-panel td{
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product form.variations_form .single_add_to_cart_button[disabled],
body.smo-professional-single-product form.variations_form .single_add_to_cart_button[aria-disabled="true"]{
    cursor:not-allowed!important;
    pointer-events:none!important;
}
@media (max-width:1024px){
    body.smo-professional-single-product .woocommerce-tabs,
    body.smo-professional-single-product div.product.smo-main-product + .woocommerce-tabs,
    body.smo-professional-single-product .smo-main-product ~ .woocommerce-tabs{
        width:calc(100% - 28px)!important;
        max-width:calc(100% - 28px)!important;
    }
}
@media (max-width:640px){
    body.smo-professional-single-product .woocommerce-tabs,
    body.smo-professional-single-product div.product.smo-main-product + .woocommerce-tabs,
    body.smo-professional-single-product .smo-main-product ~ .woocommerce-tabs{
        width:calc(100% - 20px)!important;
        max-width:calc(100% - 20px)!important;
        margin-bottom:30px!important;
    }
    body.smo-professional-single-product .woocommerce-tabs ul.tabs{
        justify-content:flex-start!important;
        padding-right:14px!important;
        padding-left:14px!important;
    }
}


/* === 2.3.15 — strict 1400px RTL tabs and synchronized product gallery === */
body.smo-professional-single-product .woocommerce-tabs,
body.smo-professional-single-product div.product.smo-main-product + .woocommerce-tabs,
body.smo-professional-single-product .smo-main-product ~ .woocommerce-tabs{
    display:block!important;
    width:min(1400px,calc(100% - 40px))!important;
    max-width:1400px!important;
    min-width:0!important;
    margin-right:auto!important;
    margin-left:auto!important;
    box-sizing:border-box!important;
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs{
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    padding-right:20px!important;
    padding-left:20px!important;
    direction:rtl!important;
    text-align:right!important;
    list-style:none!important;
    box-sizing:border-box!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li{
    float:none!important;
    flex:0 0 auto!important;
    margin:0!important;
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li.description_tab{order:1!important}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li.additional_information_tab{order:2!important}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li.reviews_tab{order:3!important}
body.smo-professional-single-product .woocommerce-tabs ul.tabs li a,
body.smo-professional-single-product .woocommerce-Tabs-panel,
body.smo-professional-single-product .woocommerce-Tabs-panel h2,
body.smo-professional-single-product .woocommerce-Tabs-panel p,
body.smo-professional-single-product .woocommerce-Tabs-panel table,
body.smo-professional-single-product .woocommerce-Tabs-panel th,
body.smo-professional-single-product .woocommerce-Tabs-panel td{
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .smo-main-product .flex-control-thumbs img{
    cursor:pointer!important;
}
body.smo-professional-single-product .smo-main-product .flex-control-thumbs img.flex-active{
    opacity:1!important;
    outline:2px solid #111!important;
    outline-offset:-2px!important;
}
@media (max-width:1024px){
    body.smo-professional-single-product .woocommerce-tabs,
    body.smo-professional-single-product div.product.smo-main-product + .woocommerce-tabs,
    body.smo-professional-single-product .smo-main-product ~ .woocommerce-tabs{
        width:calc(100% - 28px)!important;
    }
}
@media (max-width:640px){
    body.smo-professional-single-product .woocommerce-tabs,
    body.smo-professional-single-product div.product.smo-main-product + .woocommerce-tabs,
    body.smo-professional-single-product .smo-main-product ~ .woocommerce-tabs{
        width:calc(100% - 20px)!important;
    }
    body.smo-professional-single-product .woocommerce-tabs ul.tabs{
        overflow-x:auto!important;
        overflow-y:hidden!important;
        padding-right:12px!important;
        padding-left:12px!important;
        -webkit-overflow-scrolling:touch!important;
    }
}


/* === 2.3.16 — full-width product information area === */
body.smo-professional-single-product .smo-product-tabs-shell{
    display:block!important;
    clear:both!important;
    width:min(1400px,calc(100% - 40px))!important;
    max-width:1400px!important;
    min-width:0!important;
    margin:38px auto 54px!important;
    padding:0!important;
    direction:rtl!important;
    text-align:right!important;
    box-sizing:border-box!important;
}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs{
    display:block!important;
    float:none!important;
    clear:both!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    border:1px solid #e7e7e7!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 12px 34px rgba(0,0,0,.035)!important;
    overflow:hidden!important;
    box-sizing:border-box!important;
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs{
    display:flex!important;
    flex-flow:row nowrap!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    gap:34px!important;
    width:100%!important;
    max-width:100%!important;
    min-height:68px!important;
    margin:0!important;
    padding:0 34px!important;
    border:0!important;
    border-bottom:1px solid #ececec!important;
    border-radius:0!important;
    background:#fff!important;
    box-sizing:border-box!important;
    direction:rtl!important;
    text-align:right!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scrollbar-width:none!important;
}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs::-webkit-scrollbar{display:none!important}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs::before,
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li::before,
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li::after{
    display:none!important;
    content:none!important;
}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li{
    display:flex!important;
    align-items:stretch!important;
    float:none!important;
    flex:0 0 auto!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    direction:rtl!important;
}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:68px!important;
    padding:3px 2px 0!important;
    border:0!important;
    border-bottom:3px solid transparent!important;
    background:transparent!important;
    color:#777!important;
    font-size:15px!important;
    line-height:1.5!important;
    font-weight:800!important;
    white-space:nowrap!important;
    text-decoration:none!important;
    box-shadow:none!important;
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li.active a,
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li a:hover{
    border-bottom-color:#111!important;
    color:#111!important;
}
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel{
    display:block;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    min-height:230px!important;
    margin:0!important;
    padding:clamp(30px,4vw,58px)!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    color:#333!important;
    font-size:15px!important;
    line-height:2.15!important;
    box-sizing:border-box!important;
    direction:rtl!important;
    text-align:right!important;
    overflow-wrap:anywhere!important;
}
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel>h2:first-child{
    margin:0 0 24px!important;
    padding:0 0 14px!important;
    border-bottom:1px solid #ededed!important;
    color:#111!important;
    font-size:clamp(22px,2vw,29px)!important;
    line-height:1.55!important;
    font-weight:900!important;
    text-align:right!important;
}
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel p,
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel li,
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel h1,
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel h2,
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel h3,
body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel h4{
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes{
    width:100%!important;
    max-width:100%!important;
    margin:0!important;
    border:1px solid #ececec!important;
    border-collapse:separate!important;
    border-spacing:0!important;
    border-radius:14px!important;
    table-layout:auto!important;
    background:#fff!important;
    overflow:hidden!important;
}
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes tr{
    border:0!important;
    background:#fff!important;
}
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes tr:not(:last-child) th,
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes tr:not(:last-child) td{
    border-bottom:1px solid #ededed!important;
}
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes th,
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes td{
    padding:18px 22px!important;
    border:0!important;
    background:#fff!important;
    color:#222!important;
    vertical-align:middle!important;
    direction:rtl!important;
    text-align:right!important;
}
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes th{
    width:220px!important;
    color:#555!important;
    font-size:13px!important;
    font-weight:850!important;
}
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes td{
    font-size:14px!important;
    font-weight:700!important;
}
body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes td p{margin:0!important;padding:0!important}
body.smo-professional-single-product .smo-product-tabs-shell #reviews{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(320px,.72fr)!important;
    gap:30px!important;
    align-items:start!important;
}
body.smo-professional-single-product .smo-product-tabs-shell #reviews #comments,
body.smo-professional-single-product .smo-product-tabs-shell #reviews #review_form_wrapper{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:24px!important;
    border:1px solid #ececec!important;
    border-radius:14px!important;
    background:#fff!important;
    box-sizing:border-box!important;
}

@media (max-width:1024px){
    body.smo-professional-single-product .smo-product-tabs-shell{
        width:calc(100% - 28px)!important;
        margin-top:30px!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell #reviews{
        grid-template-columns:minmax(0,1fr)!important;
    }
}
@media (max-width:640px){
    body.smo-professional-single-product .smo-product-tabs-shell{
        width:calc(100% - 20px)!important;
        margin:24px auto 34px!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs{
        border-radius:13px!important;
        box-shadow:none!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs{
        min-height:58px!important;
        gap:24px!important;
        padding:0 16px!important;
        -webkit-overflow-scrolling:touch!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li a{
        min-height:58px!important;
        font-size:13px!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell .woocommerce-Tabs-panel{
        min-height:180px!important;
        padding:24px 17px!important;
        font-size:14px!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes,
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes tbody,
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes tr,
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes th,
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes td{
        display:block!important;
        width:100%!important;
        max-width:100%!important;
        box-sizing:border-box!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes tr{
        padding:15px 16px!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes tr:not(:last-child){
        border-bottom:1px solid #ededed!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes th,
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes td{
        padding:0!important;
        border:0!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell table.woocommerce-product-attributes th{
        margin-bottom:7px!important;
        color:#777!important;
        font-size:12px!important;
    }
    body.smo-professional-single-product .smo-product-tabs-shell #reviews #comments,
    body.smo-professional-single-product .smo-product-tabs-shell #reviews #review_form_wrapper{
        padding:18px!important;
    }
}

/* === 2.3.17 — size guide product tab === */
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li.smo_size_guide_tab{order:3!important}
body.smo-professional-single-product .smo-product-tabs-shell>.woocommerce-tabs>ul.tabs li.reviews_tab{order:4!important}
body.smo-professional-single-product .smo-size-guide-front{display:grid;gap:24px;width:100%;direction:rtl;text-align:right}
body.smo-professional-single-product .smo-size-guide-front__intro{display:grid;gap:7px;padding-bottom:18px;border-bottom:1px solid #ededed}
body.smo-professional-single-product .smo-size-guide-front__intro>span{color:#777;font-size:12px;font-weight:800}
body.smo-professional-single-product .smo-size-guide-front__intro h2{margin:0!important;padding:0!important;border:0!important;color:#111!important;font-size:clamp(22px,2vw,30px)!important;line-height:1.5!important}
body.smo-professional-single-product .smo-size-guide-front__intro p{margin:0!important;color:#666!important;font-size:14px!important}
body.smo-professional-single-product .smo-size-guide-table-wrap{width:100%;overflow-x:auto;border:1px solid #e8e8e8;border-radius:14px;background:#fff}
body.smo-professional-single-product table.smo-size-guide-table{width:100%;min-width:620px;margin:0!important;border:0!important;border-collapse:collapse!important;background:#fff!important;direction:rtl!important;text-align:right!important}
body.smo-professional-single-product table.smo-size-guide-table th,
body.smo-professional-single-product table.smo-size-guide-table td{padding:17px 20px!important;border:0!important;border-bottom:1px solid #ededed!important;background:#fff!important;color:#222!important;text-align:right!important;vertical-align:middle!important}
body.smo-professional-single-product table.smo-size-guide-table thead th{background:#fafafa!important;color:#555!important;font-size:12px!important;font-weight:900!important}
body.smo-professional-single-product table.smo-size-guide-table tbody th{font-size:15px!important;font-weight:900!important;color:#111!important}
body.smo-professional-single-product table.smo-size-guide-table tr:last-child th,
body.smo-professional-single-product table.smo-size-guide-table tr:last-child td{border-bottom:0!important}
body.smo-professional-single-product table.smo-size-guide-table th:first-child,
body.smo-professional-single-product table.smo-size-guide-table td:first-child{width:80px;text-align:center!important;color:#777!important}
@media(max-width:640px){
 body.smo-professional-single-product .smo-size-guide-front{gap:18px}
 body.smo-professional-single-product .smo-size-guide-table-wrap{border-radius:11px}
 body.smo-professional-single-product table.smo-size-guide-table th,
 body.smo-professional-single-product table.smo-size-guide-table td{padding:14px 15px!important}
}

/* === 2.3.18 — structured size-guide table === */
body.smo-professional-single-product .smo-size-guide-front[data-guide-type="pants"] table.smo-size-guide-table{min-width:820px}
body.smo-professional-single-product .smo-size-guide-front[data-guide-type="shirt"] table.smo-size-guide-table,
body.smo-professional-single-product .smo-size-guide-front[data-guide-type="shoes"] table.smo-size-guide-table{min-width:680px}
body.smo-professional-single-product .smo-size-guide-table thead th{white-space:nowrap}
body.smo-professional-single-product .smo-size-guide-table tbody td:not(:first-child),
body.smo-professional-single-product .smo-size-guide-table tbody th{font-variant-numeric:tabular-nums}


/* === 2.6.1 — explicit sale-price hierarchy and blank variation placeholder === */
body.smo-professional-single-product .smo-main-product .summary .price del,
body.smo-professional-single-product .smo-main-product .summary .price del .woocommerce-Price-amount,
body.smo-professional-single-product .smo-main-product .woocommerce-variation-price .price del,
body.smo-professional-single-product .smo-main-product .woocommerce-variation-price .price del .woocommerce-Price-amount{
    color:#90959b!important;
    opacity:1!important;
    font-size:.72em!important;
    font-weight:650!important;
    text-decoration-line:line-through!important;
    text-decoration-style:solid!important;
    text-decoration-thickness:1.5px!important;
    text-decoration-color:currentColor!important;
}
body.smo-professional-single-product .smo-main-product .summary .price ins,
body.smo-professional-single-product .smo-main-product .summary .price ins .woocommerce-Price-amount,
body.smo-professional-single-product .smo-main-product .woocommerce-variation-price .price ins,
body.smo-professional-single-product .smo-main-product .woocommerce-variation-price .price ins .woocommerce-Price-amount{
    color:var(--e-global-color-primary,var(--smo-primary,#111))!important;
    background:transparent!important;
    font-size:1em!important;
    font-weight:950!important;
    text-decoration:none!important;
}
body.smo-professional-single-product .smo-main-product .summary .price del{order:1!important}
body.smo-professional-single-product .smo-main-product .summary .price ins{order:2!important}
body.smo-professional-single-product .smo-main-product table.variations select option[value=""]{color:transparent!important}

/* === 2.6.4 — ordered WooCommerce card content and square color swatches === */
body.smo-professional-product-cards ul.products li.product > a.woocommerce-LoopProduct-link,
body.smo-professional-product-cards ul.products li.product > a.woocommerce-loop-product__link{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
}
body.smo-professional-product-cards ul.products li.product > a.woocommerce-LoopProduct-link > img,
body.smo-professional-product-cards ul.products li.product > a.woocommerce-loop-product__link > img{order:1!important}
body.smo-professional-product-cards ul.products li.product .woocommerce-loop-product__title{order:2!important}
body.smo-professional-product-cards ul.products li.product .price{order:3!important}
body.smo-professional-product-cards ul.products li.product .price del{
    order:1!important;
    display:inline-flex!important;
    color:#8b8f96!important;
    opacity:1!important;
    font-size:12px!important;
    font-weight:650!important;
    text-decoration-line:line-through!important;
    text-decoration-thickness:1.5px!important;
}
body.smo-professional-product-cards ul.products li.product .price ins{
    order:2!important;
    display:inline-flex!important;
    color:var(--e-global-color-primary,var(--smo-primary,#111))!important;
    font-size:16px!important;
    font-weight:900!important;
    text-decoration:none!important;
}
body.smo-professional-product-cards ul.products li.product .smo-loop-colors{
    order:4!important;
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    min-height:30px!important;
    margin:0 2px 12px!important;
    padding:1px!important;
    direction:rtl!important;
}
body.smo-professional-product-cards ul.products li.product .smo-loop-color{
    display:block!important;
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
    border:3px solid #fff!important;
    border-radius:5px!important;
    background:var(--smo-loop-color,#d9e2e8)!important;
    box-shadow:0 0 0 1px rgba(17,24,39,.20),0 3px 8px rgba(15,23,42,.08)!important;
}
body.smo-professional-product-cards ul.products li.product .smo-loop-color-more{
    min-width:24px!important;
    height:24px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 5px!important;
    border:1px solid #d9dde3!important;
    border-radius:5px!important;
    background:#f7f8fa!important;
    color:#555!important;
    font-size:10px!important;
    font-weight:850!important;
}
/* Color choices are square throughout the product page as requested. */
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch,
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch:hover,
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch:focus,
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch.is-selected{
    border-radius:5px!important;
}
body.smo-professional-single-product .smo-main-product .smo-variation-control--color .smo-variation-swatch i{
    border-radius:5px!important;
}
@media(max-width:700px){
    body.smo-professional-product-cards ul.products li.product .smo-loop-colors{gap:6px!important;margin-bottom:9px!important}
    body.smo-professional-product-cards ul.products li.product .smo-loop-color{width:21px!important;height:21px!important;flex-basis:21px!important;border-radius:5px!important}
}

/* === 2.6.5 — bottom-left cart toast, shipping selector and gallery sync === */
.smo-toast{
    top:auto!important;
    right:auto!important;
    bottom:24px!important;
    left:24px!important;
    transform:translateY(28px)!important;
}
.smo-toast.is-visible{transform:translateY(0)!important}
.smo-shipping-rate-note{display:block;margin-top:5px;color:var(--smo-muted,#6f7e77);font-size:11px;font-weight:500;line-height:1.75}
.woocommerce ul#shipping_method li label .smo-shipping-rate-note,
.wc-block-components-shipping-rates-control__package .smo-shipping-rate-note{display:block;width:100%}
.smo-shipping-methods-host{margin:0 0 16px;transition:opacity .2s}
.smo-shipping-methods-host.is-loading{opacity:.55;pointer-events:none}
.smo-shipping-methods{border:1px solid var(--smo-border);border-radius:20px;background:var(--smo-surface);padding:16px;box-shadow:0 10px 32px rgba(0,0,0,.05)}
.smo-shipping-methods__head{margin-bottom:12px}
.smo-shipping-methods__head span,.smo-shipping-methods__head h4{display:block;margin:0}
.smo-shipping-methods__head span{font-size:10px;color:var(--smo-muted);font-weight:800;margin-bottom:4px}
.smo-shipping-methods__head h4{font-size:16px;color:var(--smo-text)}
.smo-shipping-methods__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.smo-shipping-method{position:relative;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:10px;padding:13px;border:1px solid var(--smo-border);border-radius:15px;background:var(--smo-surface-2);cursor:pointer;transition:.2s}
.smo-shipping-method:hover{border-color:color-mix(in srgb,var(--smo-primary) 48%,var(--smo-border));transform:translateY(-1px)}
.smo-shipping-method.is-selected{border-color:var(--smo-primary);background:color-mix(in srgb,var(--smo-primary) 7%,var(--smo-surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--smo-primary) 10%,transparent)}
.smo-shipping-method>input{position:absolute;opacity:0;pointer-events:none}
.smo-shipping-method__radio{position:relative;width:20px;height:20px;border:2px solid var(--smo-border);border-radius:50%;background:#fff;margin-top:1px}
.smo-shipping-method.is-selected .smo-shipping-method__radio{border-color:var(--smo-primary)}
.smo-shipping-method.is-selected .smo-shipping-method__radio:after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--smo-primary)}
.smo-shipping-method__content{min-width:0;color:var(--smo-text);font-size:12px;font-weight:800;line-height:1.75}
.smo-shipping-method__content .amount{white-space:nowrap}
body.smo-professional-single-product .smo-main-product .flex-control-thumbs img[aria-current="true"]{outline:2px solid var(--smo-primary)!important;outline-offset:2px}
@media(max-width:782px){
    .smo-toast{left:10px!important;right:auto!important;top:auto!important;bottom:84px!important;width:calc(100vw - 20px)!important}
    body.smo-has-cart .smo-toast{bottom:153px!important}
    .smo-shipping-methods__list{grid-template-columns:1fr}
    .smo-shipping-methods{padding:13px;border-radius:17px}
}

/* === 2.6.6 — five-step checkout and Iran city selectors === */
.smo-checkout-progress{grid-template-columns:repeat(5,minmax(0,1fr))}
.smo-alert--notice{background:#fff8e6;color:#7c4a03;border:1px solid #f6d58a}
.smo-shipping-methods.has-error{border:1px solid #ef4444;border-radius:18px;padding:12px;box-shadow:0 0 0 4px rgba(239,68,68,.08)}
.smo-checkout-city-select-row select.smo-iran-city-select{width:100%!important;min-height:49px!important}
.smo-shipping-methods__head{margin-bottom:14px}
.smo-shipping-methods__head span{display:block;color:var(--smo-muted);font-size:11px;margin-bottom:4px}
.smo-shipping-methods__head h4{margin:0;font-size:19px}
@media(max-width:782px){.smo-checkout-progress{grid-template-columns:repeat(5,minmax(72px,1fr));overflow-x:auto;scrollbar-width:thin}.smo-checkout-progress button{min-width:72px}}


/* === 2.6.7 — isolated dark shipping choices === */
.smo-shipping-option-dark,
.woocommerce ul#shipping_method li.smo-shipping-option-dark,
ul#shipping_method li.smo-shipping-option-dark,
.wc-block-components-shipping-rates-control__package .smo-shipping-option-dark{
    background:#050505!important;
    color:#fff!important;
    border:1px solid #050505!important;
    border-radius:14px!important;
    padding:12px 14px!important;
    box-shadow:none!important;
}
.smo-shipping-option-dark label,
.smo-shipping-option-dark .smo-shipping-method__content,
.smo-shipping-option-dark .wc-block-components-radio-control__label,
.smo-shipping-option-dark .wc-block-components-radio-control__description,
.smo-shipping-option-dark .amount,
.smo-shipping-option-dark b,
.smo-shipping-option-dark strong,
.smo-shipping-option-dark span{
    color:#fff!important;
}
.smo-shipping-option-dark .smo-shipping-rate-note,
.smo-shipping-option-dark small{
    color:#d1d5db!important;
}
.smo-shipping-option-dark input[type="radio"]{
    accent-color:#fff!important;
}
.smo-shipping-method.smo-shipping-option-dark{
    grid-template-columns:22px minmax(0,1fr)!important;
    background:#050505!important;
}
.smo-shipping-method.smo-shipping-option-dark:hover,
.smo-shipping-method.smo-shipping-option-dark.is-selected{
    background:#111!important;
    border-color:#fff!important;
    box-shadow:0 0 0 3px rgba(0,0,0,.14)!important;
}
.smo-shipping-method.smo-shipping-option-dark .smo-shipping-method__radio{
    border-color:#fff!important;
    background:#050505!important;
}
.smo-shipping-method.smo-shipping-option-dark.is-selected .smo-shipping-method__radio:after{
    background:#fff!important;
}
@media(max-width:640px){
    .smo-shipping-option-dark,
    .woocommerce ul#shipping_method li.smo-shipping-option-dark,
    ul#shipping_method li.smo-shipping-option-dark{
        padding:11px 12px!important;
        border-radius:12px!important;
    }
}

/* === 2.6.8 — visible shipping labels and trustworthy final total === */
.smo-shipping-method.smo-shipping-option-dark .smo-shipping-method__content{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:5px 10px!important;
    min-width:0!important;
    min-height:24px!important;
    opacity:1!important;
    visibility:visible!important;
    font-size:13px!important;
    line-height:1.75!important;
    color:#fff!important;
    text-indent:0!important;
    white-space:normal!important;
}
.smo-shipping-method.smo-shipping-option-dark .smo-shipping-method__content > *{
    opacity:1!important;
    visibility:visible!important;
}
.smo-shipping-method.smo-shipping-option-dark .smo-shipping-method__content .woocommerce-Price-amount,
.smo-shipping-method.smo-shipping-option-dark .smo-shipping-method__content .amount{
    display:inline-flex!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:900!important;
    direction:rtl!important;
}
.smo-shipping-method.smo-shipping-option-dark .smo-shipping-rate-note{
    flex:0 0 100%!important;
    display:block!important;
    margin:2px 0 0!important;
    color:#d1d5db!important;
    font-size:11px!important;
    line-height:1.8!important;
}
.smo-order-review .is-total{
    margin-top:8px!important;
    padding-top:14px!important;
    border-top:2px solid #050505!important;
}
.smo-order-review .is-total span,
.smo-order-review .is-total strong{
    font-size:16px!important;
    font-weight:950!important;
}
