:root {
  --gold:#ab8c52;
  --marquee-distance: 0px;
  --marquee-duration: 20s;	
}

body.shop-mega-disabled [data-shop-mega-desktop] {
  display: none !important;
}

body.shop-mega-disabled [data-shop-mega-mobile] {
  display: none !important;
}

body.shop-mega-disabled #shopMegaTriggerMobile .sliderule__chevron--right {
  display: none !important;
}

body.shop-mega-disabled #shopMegaTriggerMobile {
  cursor: pointer;
}

.body-overlay { display:none; }
.body-overlay.is-active { display:block; }

.footer-copyright {
  color: #3f464b;
  font-size: 0.9rem;
}

.topbar .sidepop {
  width: 360px;
  background: #fff !important;
  border-radius: 14px;
  box-shadow: 0 14px 45px rgba(0,0,0,.10);
  padding: 18px !important;
}

.topbar .sidepop * {
  border-color: transparent !important;
}

.topbar .sidepop__main,
.topbar .sidepop__links,
.topbar .sidepop__links > div,
.topbar .sidepop__link {
  border: 0 !important;
}

.topbar .sidepop__name {
  display: flex;
  justify-content: center;
  margin: 6px 0 16px;
}

.topbar .sidepop__name .button {
  background: #5f6b76 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 10px 22px !important;
  font-size: 14px !important;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.topbar .sidepop__name .button:hover {
  background: #4f5a64 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.topbar .sidepop__link {
  display: block !important;
  text-align: center;
  padding: 14px 14px !important;
  margin: 0 0 14px 0 !important;
  border-radius: 12px !important;

  background: #f6f7f9 !important;
  color: #2f3a44 !important;
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: .2px;

  box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.topbar .sidepop__link i { display: none !important; }

.topbar .sidepop__link:hover {
  background: #eef1f5 !important;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.10), 0 10px 22px rgba(0,0,0,.08);
}

.topbar .sidepop__links {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
}

.topbar .sidepop__links > div {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.topbar .sidepop__links a {
  display: block !important;
  text-align: center;
  padding: 16px 12px !important;
  border-radius: 12px !important;

  background: #ffffff !important;
  color: #2f3a44 !important;
  text-decoration: none !important;
  font-weight: 700;

  box-shadow: inset 0 0 0 1px rgba(0,0,0,.10);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.topbar .sidepop__links a i { display: none !important; }

.topbar .sidepop__links a:hover {
  background: #f6f7f9 !important;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12), 0 10px 22px rgba(0,0,0,.08);
}

/* Optional: slightly smaller label text */
.topbar .sidepop__links a span,
.topbar .sidepop__link span {
  font-size: 14px !important;
}



p.hero__description {font-size: inherit}

  .body-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 499;
  }
  .body-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
  }

  .sc {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(420px, 92vw);
    display: flex; 
    transform: translateX(110%);
    transition: transform .3s ease;
    z-index: 500;
    pointer-events: none;
  }
  .sc.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }

  body.cart-open {
    overflow: hidden;
  }

@media only screen and (max-width: 991px){
  .miniform{margin:0 0 30px;}
  .miniform__title p{min-height:0;}	
}

.site-top-strip{display: block !important}

.miniform__title{margin:0 0 25px;}
.miniform__title h3{margin:0;}
.miniform__title p{margin:0;font-size:1.2rem;min-height:47px;}

.miniform form{display:flex;align-items:center;}
.miniform form input{flex:0 0 calc(100% - 100px);border:1px solid #788995;border-radius:0;}
.miniform form button{flex:0 0 100px;text-align:center;background-color:#788995;color:#fff;font-weight:bold;}

.miniform form input,
.miniform form button{height:45px;line-height:45px;padding:0 10px;}

.miniform--block form{display:block;}
.miniform--block form input{margin:0 0 15px;width:100%;display:block;}
.miniform--block form button{width:100%;display:block;}

.body-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:2001;}
body.side-active .body-overlay{display:block;}

.htop__link .fa{font-size:18px;font-weight:900;color:#565e63;padding:2px 4px;line-height:28px;}

a.button.button--sm.bgout{color:#fff !important;padding:7px 22px !important;margin:auto !important;}

body.side-active .sidepop{display:block;}
body.user-logged .sidepop__main{display:block;}
body.user-logged .sidepop__reg{display:none;}

.sharedbysyv {display: none}
.logsyvbtn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #d0d0d0;
  transition:
    background-color .15s ease,
    color .15s ease,
    box-shadow .15s ease,
    transform .1s ease;
}

.logsyvbtn:hover{
  background: #9e9e9e;
  color: #fff;
  border-color: #9e9e9e;
}

.logsyvbtn:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(0,0,0,.25),
    0 2px 6px rgba(0,0,0,.25);
}

.sidepop{
  position:absolute;
  top:100%;
  margin-top:8px;
  right:0;
  width:420px;
  max-width:90vw;
  color:#000;
  transition:all .25s ease;
  display:none;
  z-index:2002;
}

.sidepop__links{display:flex;border-top:2px solid #E9E3D3;flex-flow:row wrap;}
.sidepop__links>div{flex:0 0 50%;border-top:1px solid #E9E3D3;border-right:1px solid #E9E3D3;}

.sidepop__main{display:none;}

.sidepop__name{display:flex;align-items:center;padding:15px;justify-content:space-between;}
.sidepop__name h3{margin:0;}

.sidepop__link,
.sidepop__links a{text-align:center;padding:30px 15px;color:#565e63 !important;display:block;}

.sidepop__link:hover,
.sidepop__links a:hover{background-color:#f8f8f8;text-decoration:none;}

.sidepop__link .fa,
.sidepop__links a .fa{font-size:2.1rem;margin:0 auto;display:block;padding-bottom:10px;}

.sidepop__link span,
.sidepop__links a span{display:block;}

.sidepop__link{padding:15px;border-top:2px solid #E9E3D3;display:flex;justify-content:center;align-items:center;}
.sidepop__link .fa{margin:0 10px 0 0;}

.sidepop__reg{position:relative;z-index:9999;pointer-events:auto;width:100%;max-width:none;padding:28px 30px;}
.sidepop__reg h3{font-size:1.2rem;padding-bottom:15px;}

.sidepop__reg input{height:48px;font-size:15px;}

.sidepop__reg .button{height:48px;font-size:15px;}

.sidepop__extra{display:block;text-align:center;text-decoration:underline;padding:10px 0;margin-top:16px;color:#000 !important;}
.sidepop__extra:hover{color:#98a1a6 !important;}

.sidepop__create{border-top:1px solid #E9E3D3;}
.sidepop__create .button{width:100%;text-align:center;}

.htop{position:relative;z-index:2000;overflow:visible;}
.htop .container{position:relative;overflow:visible; margin: auto; max-width: 100%;}

@media only screen and (max-width: 576px){
  .cartlabeld{display:none;}
  .ab2__inner{padding:20px 10px 0;}
  .ab1 p{font-size:1.2rem;}
  .ab2__left p{font-size:1.2rem;}
  .footer ul li a{font-size:.95rem;}
  .footer ul li{font-size:.95rem;}
  .copyright{font-size:.95rem;}
  .homecontainer p{font-size:1.05rem;}
  .hm7 h4{font-size:2rem;}
  .homecontainer{padding:7px;}
  .sidepop{width:260px;}
  .usselflex{display:block !important;}
  .sc__bottom .button{width:200px !important;}
}

@media only screen and (max-width: 389px){
  .mnlogofdm{display:none;}
  .mnlogofdm2{display:inline-block !important;}
  .helloguest{display:none;}
  .sc__inner{max-width:100% !important;}
}

header.theme__header.has-border.aos-animate{z-index:55;}

.topbar .container-fluid{display:flex !important;align-items:center !important;justify-content:space-between !important;}

.htop-left{display:flex !important;align-items:center !important;justify-content:flex-start !important;}
.htop-right{display:flex !important;align-items:center !important;justify-content:flex-end !important;}

.htop__share{display:flex !important;align-items:center !important;justify-content:flex-start !important;}
.htop__right{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:.25rem !important;white-space:nowrap !important;}

.htop .row.align-items-center{width:100% !important;}
.htop .row.align-items-center > [class*="col-"]{flex:0 0 50% !important;max-width:50% !important;}

@media (max-width: 767.98px){
  .htop .row.align-items-center > [class*="col-"]{flex:0 0 50% !important;max-width:50% !important;}
}

.weglot-container,
.weglot_switcher,
#wg-drop {
  margin-left: 16px;
}

.wgcurrent {background: none !important;}
.wg-drop.country-selector {background: none !important}
.wg-drop.country-selector .wgcurrent {border: 0px solid #e0e0e0 !important;}

.country-selector .wg-li.focus a, .country-selector a:hover {
    color: #565e63 !important;
    font-family: "gothammedium", sans-serif;
    font-weight: bold;
}

.htop {
    padding: 0px 0 !important;
}

.htop__share {
    min-height: 38px;
}

a#weglot-language-en {
    height: 38px !important;
}

aside.country-selector.weglot_switcher.default .wgcurrent:after {
    height: 38px !important; background-size: 9px !important;
}

.wg-drop.country-selector .wgcurrent:after {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    color: #272e31;
    content: ""!important;
    display: inline-block;
    height: 39px;
    line-height: 37px;
    position: absolute;
    right: 10px;
    top: 0;
    transition: all .2s;
    width: 15px;
}

aside.country-selector.weglot_switcher.default a {
    font-size: 13px !important;
}

li#wg-hr {
    border-top: none !important; height: auto !important;
}

body.user-logged .sidepop__reg { display: none !important; }
body.user-logged .sidepop__main { display: block !important; }

body:not(.user-logged) .sidepop__reg { display: block !important; }
body:not(.user-logged) .sidepop__main { display: none !important; }

.htop { z-index: 3000 !important; }
.htop__right {font-size: 14px;}

img.flagcartimg {
    height: 1.5rem;
    margin-bottom: -3px;
    margin-right: 10px;
}

i.bi.bi-person-circle.g1guser {
  font-size:1.35rem;
  color:#030830;
  margin-bottom:-2px
}

i.bi.bi-person-circle.g1guser:hover {
  color:var(--gold)
}

i.bi.bi-bag.g1gbag {
  font-size:1.35em;
  color:#000
}

i.bi.bi-bag.g1gbag:hover {
  color:var(--gold)
}

.cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: #ab8c52;
  color: #fff;
  border-radius: 50%;
  font-size: 0.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(20%, -20%);
}

.topbar {
  background-color: #d6dbdd;
  border-bottom: 0px solid #c5c9cb;
}

.topbar .btn {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.flagcartimg { width: 22px; height: 22px; border-radius: 999px; object-fit: cover; }

.country-modal {
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  border: 1px solid rgba(0,0,0,.06);
}

.country-modal .modal-body { padding: 18px 18px 16px; }

.country-modal-icon {
  width: 34px; height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center; justify-content: center;
  background: rgba(13,110,253,.10);
}

.country-selected {
  width: 100%;
  border-radius: 14px;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: box-shadow .15s, border-color .15s;
}

.country-selected:focus,
.country-selected:hover {
  border-color: rgba(13,110,253,.45);
  box-shadow: 0 0 0 .2rem rgba(13,110,253,.12);
  outline: 0;
}

.country-caret { color: rgba(0,0,0,.55); font-size: 18px; }

.country-search {
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.10);
}

.country-search:focus {
  border-color: rgba(13,110,253,.45);
  box-shadow: 0 0 0 .2rem rgba(13,110,253,.12);
}

.country-list {
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  max-height: 320px;
  overflow: auto;
  padding: 6px;
}

.country-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .12s;
}

.country-row:hover { background: rgba(13,110,253,.07); }

.country-row[aria-selected="true"] {
  background: rgba(13,110,253,.12);
  outline: 1px solid rgba(13,110,253,.35);
}

.country-flag {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 1px 2px rgba(0,0,0,.12);
}

.country-name { font-weight: 600; }
.country-meta { margin-left: auto; color: rgba(0,0,0,.55); font-size: 12px; }

.country-list::-webkit-scrollbar { width: 10px; }

.country-list::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.12);
  border-radius: 999px;
  border: 2px solid #fff;
}

.country-selected{
  cursor:default;
  background:#f8f9fa;
}
.country-selected:hover,
.country-selected:focus{
  box-shadow:none;
  border-color:rgba(0,0,0,.10);
}
.country-trigger.country-selector{
  display:inline-flex;
  align-items:center;
  gap:6px;
}
.country-trigger.country-selector::before{
  content:"▾";
  font-size:14px;
  margin-right:2px;
}
.country-trigger.country-selector .flagcartimg{
  width:22px;
  height:22px;
  display:block;
  transform:translateY(-2px);
}
.country-trigger.country-selector:hover{
  opacity:.75;
}
.country-modal .modal-body .btn{
  min-width:96px;
  font-weight:600;
  letter-spacing:.3px;
}
#countrySaveBtn{
  background-color:#000;
  border-color:#000;
  color:#fff;
}
#countrySaveBtn:hover{
  background-color:#111;
  border-color:#111;
}

#countrySaveBtnTop{
  background-color:#000;
  border-color:#000;
  color:#fff;
}
#countrySaveBtnTop:hover{
  background-color:#111;
  border-color:#111;
}
.country-modal .btn-light{
  background:transparent;
  border:1px solid #000;
  color:#000;
}
.country-modal .btn-light:hover{
  background:rgba(0,0,0,.05);
}
.site-top-strip{
  background:#9f9f9f;
  color:#fff;
  font-size:13px;
  line-height:1;
  width:100%;
  margin-left:0;
  position:relative;
  z-index:4000;
}
.site-top-strip .container{
  max-width:100% !important;
  padding-left:16px;
  padding-right:16px;
}
.site-top-row{
  display:flex;
  min-height:34px;
  align-items:center;
  justify-content:center;
  position:relative;
}
.site-top-left,
.site-top-right{
  position:absolute;
  top:0;
  height:100%;
  display:flex;
  align-items:center;
}
.site-top-left{left:0;}
.site-top-right{right:0;}
.site-top-center{
  text-align:center;
  padding:8px 0;
}
.site-top-strip .sharedbylabel{
  color:#fff !important;
  font-weight:500;
  letter-spacing:.3px;
  white-space:nowrap;
}

.modern-login{
  background:#fff;
  border-radius:14px;
  padding:28px 26px 30px;
  max-width:380px;
  box-shadow:0 20px 45px rgba(0,0,0,.12);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.modern-login h3{
  margin:0 0 20px;
  font-size:20px;
  font-weight:600;
  color:#1f2937;
}
.modern-login .miniform{
  width:100%;
}
.modern-login form.coslogin{
  position:relative;
}
.modern-login input[type="text"],
.modern-login input[type="password"]{
  width:100%;
  padding:14px 14px;
  margin-bottom:14px;
  border-radius:10px;
  border:1px solid #d1d5db;
  background-color:#f9fafb;
  font-size:15px;
  transition:all .2s ease;
  box-sizing:border-box;
}
.modern-login input:focus{
  outline:none;
  border-color:#6b7280;
  background-color:#fff;
  box-shadow:0 0 0 3px rgba(107,114,128,.15);
}
.modern-login .pwd-field{
  padding-right:52px !important;
}
.modern-login .pwd-toggle{
  position:absolute !important;
  right:16px !important;
  width:18px !important;
  height:18px !important;
  margin:0 !important;
  opacity:.65;
  cursor:pointer;
  z-index:10;
  transition:opacity .2s ease,transform .2s ease;
 top:82px;
  transform:translateY(-50%);
}
.modern-login .pwd-toggle:hover{
  opacity:.95;
  transform:translateY(-50%) scale(1.05);
}
.modern-login .button{
  width:100%;
  margin-top:10px;
  border-radius:10px;
  border:none;
  background:linear-gradient(135deg,#6b7280,#374151);
  color:#fff;
  font-size:15px;
  font-weight:600;
  letter-spacing:.3px;
  cursor:pointer;
  transition:all .25s ease;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 14px !important;
  line-height:1 !important;
  text-transform:uppercase;
}
.modern-login .button:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 25px rgba(0,0,0,.2);
}
.modern-login .button:active{
  transform:translateY(0);
  box-shadow:0 6px 14px rgba(0,0,0,.15);
}
.modern-login .sidepop__extra{
  display:block;
  text-align:center;
  margin-top:14px;
  font-size:13px;
  color:#6b7280;
  text-decoration:none;
  transition:color .2s ease;
}
.modern-login .sidepop__extra:hover{
  color:#111827;
  text-decoration:underline;
}

@media (max-width: 1070px) {
  .header__mobile,
  .header__mobile__right {
    display: flex;
    align-items: center;
  }

  .header__mobile__button {
    display: flex;
    align-items: center;
  }

  .header__mobile__button > a {
    display: flex;
    align-items: center;
    line-height: 1;
  }

  .flagcartimg {
    display: block;
    height: 22px;
    width: auto;
  }

  .header__mobile__right i.bi {
    line-height: 1;
    display: block;
  }
}

@media (max-width: 1070px) {
  .header__mobile__right .cart-badge {
    top: -2px;
  }
}

.__pf.__pf_SaEIFeW5 .pf-73f1f66cf5bd-3_ {
  text-align: center;
  background-image: url(../img/stockphoto-200528422.jpg?v=1748292281) !important;
  min-height: 350px;
  background-position: center center;
}

.__pf.__pf_SaEIFeW5 .pf-73f1f66cf5bd-6_ {
  text-align: center;
  background-image: url(../img/oilg.jpg?v=1748293220) !important;
  background-position: center center;
  background-size: cover;
  min-height: 350px;
}

.__pf.__pf_SaEIFeW5 .pf-73f1f66cf5bd-9_ {
  text-align: center;
  background-image: url(../img/IG_Phone1.webp?v=1748293481) !important;
  min-height: 350px;
  background-position: center top;
  background-size: cover;
}

.__pf.__pf_37HSqX2U .pf-e56654a494aa-1_ {
  background-image: url("../img/bella-grace-bg7a.jpg?v=1723505030") !important;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 15% 30px 10%;
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 2px 0;
}

.marquee {
  padding: 18px 0;
}

.marquee__viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  will-change: transform;
  animation: marquee-x var(--marquee-duration) linear infinite;
}

.marquee__item {
  display: inline-flex;
  flex: 0 0 auto;
  text-decoration: none;
}

.marquee__item img {
  width: 330px;
  height: 413px;
  object-fit: cover;
  display: block;
}

.marquee__viewport:hover .marquee__track {
  animation-play-state: paused;
}

@keyframes marquee-x {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-1 * var(--marquee-distance))); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; }
}

.country-actions--top {
  display: none !important;
}

@media (max-height: 760px) {
  .country-actions--top {
    display: flex !important;
  }

  .country-actions--bottom {
    display: none !important;
  }

  .country-list {
    max-height: 45vh;
    overflow-y: auto;
  }
}

.shop-all {
  padding: 40px 24px 60px;
  max-width: 1320px;
  margin: 0 auto;
}

.shop-all__header {
  margin-bottom: 22px;
}

.shop-all__title {
  margin: 0;
  font-size: 28px;
  margin-bottom: 34px;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #6b6b6b;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }
}

@media (max-width: 420px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.product-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  height: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: #fff;
}

.product-card__media img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.product-card__body {
  text-align: center;
  padding: 16px 20px 26px;
  margin-top: auto;
}

.product-card__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
}

.product-card__price {
  margin: 6px 0 0;
  font-size: 14px;
  color: #9a9a9a;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}





