@font-face{font-family:Roboto;src:url("../fonts/Roboto-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Roboto;src:url("../fonts/Roboto-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Roboto;src:url("../fonts/Roboto-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
:root{--text:#111;--muted:#c4c0c0;--soft:#efefef;--dark:#232a38}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:Roboto,Arial,sans-serif;color:var(--text);background:#fff}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,h6,p{margin:0}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{}
.mobile-search-home,.mobile-sidebar,.footer-for-mobile-home{display:none}
@media(max-width:768px){}


/* Compact premium language selector */
header .language-select {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #dedede;
    border-radius: 20px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}
header .language-select:hover,
header .language-select:focus-within {
    border-color: #999;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
header .language-select__globe {
    font-size: 16px;
    line-height: 1;
    color: #777;
}
header .language-select select {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    padding: 0 15px 0 0;
    background-image: linear-gradient(45deg, transparent 50%, #555 50%), linear-gradient(135deg, #555 50%, transparent 50%);
    background-position: calc(100% - 5px) 50%, 100% 50%;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.header-cart__link{position:relative;display:inline-flex;align-items:center;justify-content:center}
.header-cart__count{position:absolute;top:-18px;right:-18px;width:40px;height:40px;border-radius:50%;background:#20cf55;color:#fff;font-size:17px;font-weight:700;line-height:40px;text-align:center;z-index:2}
.header-cart__count.is-empty{display:none}


.notifyjs-parfumshop-success-base{background:#20c95a;color:#fff;border:0;border-radius:4px;box-shadow:0 5px 20px rgba(0,0,0,.14);padding:14px 18px;min-width:280px;font-size:15px;font-weight:500}
.notifyjs-parfumshop-success-base .ps-notify{display:flex;align-items:center;gap:10px}
.notifyjs-parfumshop-success-base .ps-notify__check{display:flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;background:#fff;color:#20c95a;font-weight:800}

/* cart UI refinements */
.header-cart__count{
  top:-9px !important;
  right:-10px !important;
  width:24px !important;
  height:24px !important;
  line-height:24px !important;
  font-size:12px !important;
  font-weight:700 !important;
}
.notifyjs-corner{
  z-index:99999 !important;
  top:18px !important;
  right:18px !important;
}
.notifyjs-parfumshop-success-base{
  position:relative;
  z-index:99999;
}


/* Customer login */
.login-container{min-height:630px;background:#f4f4f4;display:flex;align-items:flex-start;justify-content:center;padding:90px 20px}
.login-page,.login-container #otpSection,.login-container #setPasswordSection{width:100%;max-width:500px}
.login-page__wrap,.otpSection-wrapper{width:100%}
.login-page__wrap h1,.otpSection-wrapper h1{text-align:center;font-size:36px;font-weight:500;margin:0 0 50px;color:#171717}
.login-page__wrap__form{display:flex;flex-direction:column;gap:18px}
.login-page__wrap__form input,.otpSection-wrapper input{box-sizing:border-box;width:100%;height:64px;border:1px solid #c9c9c9;background:#fff;padding:0 22px;font-size:18px;outline:none;border-radius:0}
.login-page__wrap__form input:focus,.otpSection-wrapper input:focus{border-color:#171717}
.login-container .actions{width:100%;margin-top:16px}
.login-container .actions button{box-sizing:border-box;width:100%;height:58px;border:1px solid #171717;background:#171717;color:#fff;font-size:18px;font-weight:500;cursor:pointer;border-radius:0;transition:.2s}
.login-container .actions button:hover{background:#333}
.login-container .login-register-link{margin-top:14px}
.login-container .login-register-link button{background:#fff;color:#171717}
.login-container .login-register-link button:hover{background:#f8f8f8}
.login-container .error-message{font-size:15px;line-height:1.45;color:#d62828;margin:0}
.login-container .hide-form{display:none!important}
.otpSection-wrapper .headers{display:flex;flex-direction:column;gap:18px}
.otp-sent-message{font-size:16px;line-height:1.5;text-align:center}
.otp-section-form-label{display:flex;justify-content:space-between;align-items:center;margin-top:14px}
.send-again-text{border:0;background:transparent;padding:0;text-decoration:underline;cursor:pointer;font-size:15px}
.send-again-text:disabled{opacity:.45;cursor:default}
@media(max-width:600px){.login-container{padding:55px 20px;min-height:520px}.login-page__wrap h1,.otpSection-wrapper h1{font-size:30px;margin-bottom:35px}.login-page,.login-container #otpSection,.login-container #setPasswordSection{max-width:100%}}

/* Cabinet Laravel refinements */
.cabinet__aside__nav .cabinet-active{border-bottom:1px solid #000!important;color:#000!important}
.cabinet-logout-form{margin:0;padding:0}
.cabinet-logout{appearance:none;-webkit-appearance:none;border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0;color:#7b7d82;display:flex!important;align-items:center;gap:10px;font:inherit;cursor:pointer;width:auto!important;height:auto!important}
.cabinet-logout img{width:24px;height:24px;opacity:.75}
.cabinet-logout:hover{background:transparent!important;color:#000}
.cabinet-content-empty,.cabinet-reviews{flex:1;padding:20px 30px;min-height:420px}
.cabinet-content-empty h2{font-size:24px;margin:0 0 18px}
.cabinet-content-empty p{font-size:18px;color:#777}
.cabinet-review{display:grid;grid-template-columns:260px 1fr;gap:40px;background:#f3f3f3;padding:30px;margin-bottom:24px}
.cabinet-review small{display:block;color:#999;margin-top:5px}.review-stars{margin-top:14px;letter-spacing:4px}
.profile-success{padding:14px 18px;background:#eaf8ee;margin-bottom:20px}.profile-errors{color:#c62828;margin:15px 0}
@media(max-width:768px){.cabinet-review{grid-template-columns:1fr}.cabinet-content-empty,.cabinet-reviews{padding:20px 0}}

/* Personal info - keep original cabinet form geometry */
main .cabinet__personal .form__non-credit__container:nth-child(7){
  border:1px solid #c4c4c4!important;
  justify-content:space-between!important;
  width:calc(50% - 8px)!important;
}
main .cabinet__personal .form__non-credit__container input{
  outline:none;
  background:transparent;
}
main .cabinet__personal .form__non-credit__container input:disabled{
  color:#767676;
  -webkit-text-fill-color:#767676;
  opacity:1;
}
main .cabinet__personal .form__submit{
  margin-top:44px;
}

/* Checkout */
.checkout-page{padding:55px 0 90px}.checkout-page>h1{font-size:30px;margin-bottom:35px}.checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:50px;align-items:start}.checkout-grid section h2,.checkout-summary h2{font-size:20px;margin:0 0 20px}.checkout-grid section h2:not(:first-child){margin-top:38px}.checkout-grid select,.checkout-grid input[type=text],.checkout-grid textarea{box-sizing:border-box;width:100%;border:1px solid #c7c7c7;background:#fff;padding:16px 18px;font-size:16px}.checkout-grid select{height:58px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.checkout-grid textarea{min-height:90px;margin-top:14px;resize:vertical}.checkout-hidden{display:none}.checkout-payment{display:flex;gap:12px;flex-wrap:wrap}.checkout-payment label,.checkout-check{border:1px solid #ccc;padding:15px 18px;display:flex;align-items:center;gap:9px;cursor:pointer}.checkout-summary{border:1px solid #ccc;padding:28px;position:sticky;top:20px}.checkout-summary #checkoutItems>div,.checkout-total{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #eee}.checkout-total{font-size:19px;border:0;margin-top:12px}.checkout-summary button{width:100%;height:56px;border:0;background:#232a38;color:#fff;font-size:16px;margin-top:20px;cursor:pointer}.checkout-success{padding:100px 0;text-align:center}.checkout-success h1{font-size:32px}.checkout-success a{display:inline-block;margin-top:20px;background:#232a38;color:#fff;padding:14px 25px}
@media(max-width:800px){.checkout-grid{grid-template-columns:1fr}.checkout-fields{grid-template-columns:1fr}.checkout-summary{position:static}}

/* Checkout form refinements */
.checkout-fields{gap:16px 18px!important}
.checkout-grid select,.checkout-grid input[type="text"],.checkout-grid textarea{
  appearance:none;-webkit-appearance:none;box-sizing:border-box!important;width:100%!important;
  border:1px solid #c7c7c7!important;border-radius:0!important;background:#fff!important;
  color:#171717!important;font-family:inherit!important;font-size:16px!important;font-weight:400!important;
  outline:none!important;box-shadow:none!important
}
.checkout-grid input[type="text"]{height:58px!important;padding:0 18px!important}
.checkout-grid textarea{padding:17px 18px!important;line-height:1.45!important}
.checkout-grid input[type="text"]::placeholder,.checkout-grid textarea::placeholder{color:#858585!important;opacity:1}
.checkout-grid input[type="text"]:focus,.checkout-grid select:focus,.checkout-grid textarea:focus{border-color:#222!important}
.checkout-summary #checkoutItems>div span{display:flex;flex-direction:column;gap:5px}
.checkout-summary #checkoutItems>div span b{font-weight:500}
.checkout-summary #checkoutItems>div span small{font-size:13px;color:#888;font-weight:400}

/* Checkout fields - same visual language as personal cabinet */
.checkout-fields{gap:16px!important}
.checkout-grid input[type="text"],
.checkout-grid select{
  height:48px!important;
  padding:0 12px!important;
  border:1px solid #c4c4c4!important;
  border-radius:0!important;
  background:#fff!important;
  font-family:inherit!important;
  font-size:16px!important;
  font-weight:400!important;
  line-height:48px!important;
  color:#111!important;
  box-shadow:none!important;
}
.checkout-grid textarea{
  padding:17px 12px!important;
  border:1px solid #c4c4c4!important;
  border-radius:0!important;
  background:#fff!important;
  font-family:inherit!important;
  font-size:16px!important;
  font-weight:400!important;
  color:#111!important;
  box-shadow:none!important;
}
.checkout-grid input[type="text"]::placeholder,
.checkout-grid textarea::placeholder{color:#767676!important;opacity:1}
.checkout-grid input[type="text"]:focus,
.checkout-grid select:focus,
.checkout-grid textarea:focus{border-color:#c4c4c4!important;outline:none!important}

/* Checkout address fields: mirror cabinet personal form structure */
.checkout-fields{display:flex!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:0!important;row-gap:16px!important;margin-top:18px!important}
.checkout-field{box-sizing:border-box;width:calc(50% - 8px)!important;height:48px!important;border:1px solid #c4c4c4!important;padding:17px 12px!important;display:flex!important;align-items:center!important;background:#fff!important}
.checkout-field input[type="text"]{width:100%!important;height:auto!important;line-height:normal!important;border:0!important;padding:0!important;margin:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;font-size:16px!important;color:#111!important}
.checkout-field input[type="text"]::placeholder{color:#767676!important;opacity:1!important}
.checkout-field--textarea{width:100%!important;height:122px!important;margin-top:16px!important;padding:17px 12px!important;align-items:flex-start!important}
.checkout-field--textarea textarea{width:100%!important;height:100%!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;outline:0!important;box-shadow:none!important;resize:vertical!important;font-size:16px!important;line-height:1.45!important;color:#111!important}
.checkout-field--textarea textarea::placeholder{color:#767676!important;opacity:1!important}
@media(max-width:800px){.checkout-field{width:100%!important}}

/* jQuery Notify error - same geometry as success, stronger red */
.notifyjs-bootstrap-error{
  box-sizing:border-box!important;
  min-width:280px!important;
  max-width:420px!important;
  padding:14px 18px!important;
  border:0!important;
  border-radius:4px!important;
  background:#d82436!important;
  background-image:none!important;
  color:#fff!important;
  text-shadow:none!important;
  box-shadow:0 5px 20px rgba(0,0,0,.14)!important;
  font-family:Roboto,Arial,sans-serif!important;
  font-size:15px!important;
  font-weight:500!important;
  line-height:1.4!important;
  white-space:normal!important;
}
.notifyjs-bootstrap-error span{
  color:#fff!important;
  text-shadow:none!important;
}

/* Checkout validation */
.checkout-field.is-invalid{border-color:#d82436!important}
.checkout-field.is-invalid input,.checkout-field.is-invalid textarea{color:#d82436!important}
.checkout-field.is-invalid input::placeholder,.checkout-field.is-invalid textarea::placeholder{color:#d82436!important}


/* Favorites */
.favorite-toggle{appearance:none!important;-webkit-appearance:none!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;width:32px!important;height:32px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important;border-radius:50%!important;transition:background .2s ease,transform .2s ease!important}
.favorite-toggle img{width:26px!important;height:26px!important;object-fit:contain!important}
.favorite-toggle:hover{background:#f3f3f3!important;transform:scale(1.05)}
.favorite-toggle.is-favorite{background:#232a38!important}
.favorite-toggle.is-favorite img{filter:brightness(0) invert(1)!important}
.favorite-toggle:focus{outline:none!important}
.favorite-toggle:focus-visible{outline:2px solid #232a38!important;outline-offset:3px!important}

.wishlist-page{flex:1;min-width:0;padding:0 0 60px}
.wishlist-page__title{font-size:28px;font-weight:700;margin:0 0 28px}
.wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}
.wishlist-card{min-width:0}
.wishlist-card__image{position:relative;height:300px;background:#f3f3f3;display:flex;align-items:center;justify-content:center}
.wishlist-card__image>a{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.wishlist-card__image .product-main-image{width:82%;height:82%;object-fit:contain}
.wishlist-card__image .favorite-toggle{position:absolute!important;z-index:2;right:14px;top:14px}
.wishlist-card__info{padding-top:16px}
.wishlist-card__info h3{font-size:18px;font-weight:500;line-height:1.3;margin:0 0 6px}
.wishlist-card__info p{font-size:16px;color:#aaa;margin:0}
.wishlist-empty{padding:35px 0;color:#777;font-size:17px}
@media(max-width:1100px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:768px){.wishlist-page{padding-top:25px}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.wishlist-card__image{height:220px}.wishlist-page__title{font-size:24px}}

.header-wishlist__link{position:relative;display:inline-flex;align-items:center;justify-content:center}
.header-wishlist__count{position:absolute;top:-9px;right:-10px;width:24px;height:24px;border-radius:50%;background:#20cf55;color:#fff;font-size:12px;font-weight:700;line-height:24px;text-align:center;z-index:2}
.header-wishlist__count.is-empty{display:none}
.wishlist-card__image{background:#fff!important}

/* Header counters: compact badges */
.header-cart__count,
.header-wishlist__count{
  top:-7px!important;
  right:-8px!important;
  width:20px!important;
  height:20px!important;
  line-height:20px!important;
  font-size:11px!important;
}

/* Favorite button: optically center heart inside circle */
.favorite-toggle{
  position:relative;
}
.favorite-toggle img{
  display:block!important;
  width:24px!important;
  height:24px!important;
  margin:0!important;
  transform:translate(0,0)!important;
}
.favorite-toggle.is-favorite img{
  position:absolute!important;
  left:44%!important;
  top:54%!important;
  transform:translate(-50%,-50%)!important;
}

/* Favorite icon alignment fix: SVG itself has uneven internal whitespace */
main .product-item .favorite-toggle.is-favorite img,
main .wishlist-card .favorite-toggle.is-favorite img{
  width:25px!important;
  height:25px!important;
  left:45%!important;
  top:57%!important;
  transform:translate(-50%,-50%) translateY(-1px)!important;
  object-fit:contain!important;
}

/* Product detail favorite uses its own optical center */
.details-page .details-wrap .product-image__main__actions .favorite-toggle.is-favorite img{
  position:absolute!important;
  width:25px!important;
  height:25px!important;
  left:44%!important;
  top:54%!important;
  transform:translate(-50%,-50%)!important;
  object-fit:contain!important;
}
