.mc-mm-wrap{font-family:inherit;position:relative;z-index:50;overflow:visible}
.mc-mm-container{max-width:1240px;margin:0 auto}

:root{
  --mc-mm-bg:#fff;
  --mc-mm-text:#111;
  --mc-mm-muted:rgba(0,0,0,.55);
  --mc-mm-header-border:1px;
  --mc-mm-adminbar:0px;
  --mc-mm-sticky-h:0px;
}

body.admin-bar{--mc-mm-adminbar:32px}
@media (max-width:782px){body.admin-bar{--mc-mm-adminbar:46px}}

.mc-mm-topbar{display:block;position:relative;z-index:10010;background:#3a4b29;color:#ede9e6;width:100%}
.mc-mm-topbar__inner{height:35px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0;font-size:13px}
.mc-mm-topbar__side{display:flex;align-items:center;gap:18px;flex-wrap:nowrap;height:30px;min-width:0}
.mc-mm-topbar__item{display:inline-flex;align-items:center;height:30px;white-space:nowrap;min-width:0}
.mc-mm-topbar__item a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;line-height:30px;gap:8px}
.mc-mm-topbar__item a:hover{opacity:.85; color: #fff;}

.mc-mm-topbar .wpml-ls,
.mc-mm-topbar .wpml-ls ul,
.mc-mm-topbar .wpml-ls li{margin:0!important;padding:0!important;list-style:none!important}
.mc-mm-topbar .wpml-ls{display:inline-flex!important;align-items:center!important;height:30px!important;line-height:30px!important}
.mc-mm-topbar .wpml-ls ul{display:inline-flex!important;align-items:center!important;gap:10px!important}
.mc-mm-topbar .wpml-ls li{display:inline-flex!important;align-items:center!important;height:30px!important}
.mc-mm-topbar .wpml-ls a{display:inline-flex!important;align-items:center!important;height:30px!important;line-height:30px!important;padding:0 6px!important;font-size:12px!important;color:inherit!important;text-decoration:none!important}
.mc-mm-topbar .wpml-ls-flag{width:16px!important;height:auto!important;display:inline-block!important;vertical-align:middle!important}

.mc-mm-header{position:relative;z-index:10020;background:var(--mc-mm-bg);border-bottom:var(--mc-mm-header-border) solid rgba(0,0,0,.10);width:100%}
.mc-mm-header-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:80px}
.mc-mm-left{display:flex;align-items:center;gap:22px;min-width:0;flex:1 1 auto}
.mc-mm-logo__link{display:flex;align-items:center;text-decoration:none;color:var(--mc-mm-text);flex:0 0 auto}
.mc-mm-logo__img{display:block;height:32px;width:auto;max-height:53px}
.mc-mm-logo__text{font-weight:600;letter-spacing:.08em;text-transform:uppercase}

.mc-mm-nav{display:flex;align-items:center;gap:2px;list-style:none;margin:0;padding:0;white-space:nowrap;flex:0 1 auto;min-width:0}
.mc-mm-item{position:relative}
.mc-mm-header-row :is(ul,ol) li{margin-bottom: unset !important;}
.mc-mm-link-top{display:inline-flex;align-items:center;font-size:13px;padding:14px 10px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:var(--mc-mm-text);text-decoration:none;line-height:1;position:relative}
.mc-mm-link-top:hover{opacity:.9}
.mc-mm-link-top:after{content:"";position:absolute;left:14px;right:14px;bottom:calc(-1 * var(--mc-mm-header-border));height:var(--mc-mm-header-border);background:transparent;transition:background .25s ease}
.mc-mm-item:hover>.mc-mm-link-top:after{background:rgba(0,0,0,.22)}
.mc-mm-item.is-open>.mc-mm-link-top:after{background:var(--mc-mm-text)}

.mc-mm-widgets{display:flex;align-items:center;gap:14px;flex:0 0 auto;white-space:nowrap}
.mc-mm-widget{display:flex;align-items:center;justify-content:center}

.mc-mm-wrap .mc-mm-submenu{display:none!important;position:fixed;left:0;right:0;background:var(--mc-mm-bg);border-top:0;box-shadow:0 22px 70px rgba(0,0,0,.14);z-index:10015;overflow:auto}
.mc-mm-wrap .mc-mm-item.is-open>.mc-mm-submenu{display:block!important}
.mc-mm-submenu-inner{padding:0}

.mc-mm-mega{display:grid;grid-template-columns:1fr;gap:26px;padding:26px 0;align-items:start}
.mc-mm-mega.has-promos{grid-template-columns:minmax(0,1fr) minmax(280px,360px)}
.mc-mm-mega-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;position:relative}
.mc-mm-mega.has-promos .mc-mm-mega-cols{grid-template-columns:repeat(3,minmax(0,1fr))}
.mc-mm-mega-col{padding:0 20px 0 0;min-width:0}
.mc-mm-mega-col+.mc-mm-mega-col{border-left:1px solid rgba(0,0,0,.07);padding-left:30px}
.mc-mm-mega-col-section+.mc-mm-mega-col-section{margin-top:26px}
.mc-mm-mega-title{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--mc-mm-muted);font-weight:600;margin:0 0 14px}
.mc-mm-mega-links{display:flex;flex-direction:column;gap:14px}
.mc-mm-mega-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--mc-mm-text);transition:opacity .2s ease, color .2s ease}
.mc-mm-mega-link:hover{opacity:.88}

.mc-mm-ico{width:36px;height:36px;border-radius:6px;background:rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center;flex:0 0 36px;overflow:hidden}
.mc-mm-ico img{width:100%;height:100%;object-fit:cover;display:block}
.mc-mm-ico .dashicons{font-size:18px;width:18px;height:18px}
.mc-mm-mega-label{display:block;min-width:0;white-space:normal;line-height:1.25;font-size: 14px;font-weight:600;overflow-wrap:anywhere;word-break:break-word}

.mc-mm-promos{display:grid;gap:18px;align-content:start}

.mc-mm-promo{position:relative;display:block;overflow:hidden;border-radius:6px;isolation:isolate;text-decoration:none}
.mc-mm-promo img{width:100%;height:auto;display:block;position:relative;z-index:1;transform:translateZ(0);transition:transform .35s ease, filter .35s ease}
.mc-mm-promo:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg, rgb(212 175 55 / 11%) 0%, rgba(212, 175, 55, .10) 38%, rgba(0, 0, 0, .42) 100%);opacity:.92;transition:opacity .35s ease}
.mc-mm-promo-title{
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  z-index:3;
  color:#fff;
  font-size:22px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:.02em;
  text-transform:none;
  text-shadow:none;
  display:flex;
  flex-direction:column;
  gap:6px;
  max-width:calc(100% - 44px);
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.mc-mm-promo:hover img{transform:scale(1.045);filter:contrast(1.04) saturate(1.06)}
.mc-mm-promo:hover:after{opacity:1}

.mc-mm-overlay{position:fixed;left:0;right:0;bottom:0;background:rgba(0,0,0,.22);opacity:0;pointer-events:none;transition:none;z-index:10005}
.mc-mm-overlay.is-open{opacity:1;pointer-events:auto}

.mc-mm-mobile-top,.mc-mm-mobile{display:none}
.mc-mm-mobile-top{background:var(--mc-mm-bg);border-bottom:var(--mc-mm-header-border) solid rgba(0,0,0,.10);position:fixed;left:0;right:0;top:var(--mc-mm-mobile-top-offset,0px);z-index:2147483000;height:60px;min-height:60px;padding:0 14px;align-items:center;justify-content:space-between;gap:0}
.mc-mm-mobile-main-row{width:100%;height:60px;min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.mc-mm-mobile-spacer{display:none;height:60px}
.mc-mm-mobile-top .goldsmith-header-mobile-logo{position:static;pointer-events:auto;min-width:0;flex:1 1 auto}
.mc-mm-mobile-top .goldsmith-header-mobile-logo a{display:flex;align-items:center;text-decoration:none;color:var(--mc-mm-text);width:max-content;max-width:100%}
.mc-mm-mobile-top .goldsmith-header-mobile-logo img{display:block;height:auto;max-height:44px;max-width:175px;width:auto;object-fit:contain}
.mc-mm-mobile-top .header-text-logo{font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-size:15px}
.mc-mm-mobile-top .goldsmith-header-mobile-top-actions{display:flex;align-items:center;gap:2px;flex:0 0 auto;margin-left:auto}
.mc-mm-mobile-top .mobile-toggle,.mc-mm-mobile-action{width:40px;height:40px;min-width:40px;padding:0;margin:0;border:0;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--mc-mm-text);text-decoration:none;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}
.mc-mm-mobile-action:hover,.mc-mm-mobile-action:focus,.mc-mm-mobile-top .mobile-toggle:hover,.mc-mm-mobile-top .mobile-toggle:focus{color:var(--mc-mm-text);background:rgba(0,0,0,.04);outline:none}
.mc-mm-mobile-action svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mc-mm-mobile-top .mobile-toggle{flex:0 0 40px;order:3;margin-right:-6px}
.mc-mm-mobile-top .mc-mm-mobile-account{order:1}
.mc-mm-mobile-top .mc-mm-mobile-wishlist{order:2}
.mc-mm-burger{display:block;width:21px;height:15px;position:relative}
.mc-mm-burger:before,.mc-mm-burger:after,.mc-mm-burger i{content:"";display:block;position:absolute;left:0;right:0;height:2px;background:var(--mc-mm-text);border-radius:2px;transition:transform .22s ease,opacity .22s ease,top .22s ease,bottom .22s ease}
.mc-mm-burger:before{top:2px}
.mc-mm-burger i{top:50%;transform:translateY(-50%)}
.mc-mm-burger:after{bottom:2px}
body.mc-mm-mobile-open .mc-mm-burger:before{top:50%;transform:translateY(-50%) rotate(45deg)}
body.mc-mm-mobile-open .mc-mm-burger i{opacity:0}
body.mc-mm-mobile-open .mc-mm-burger:after{bottom:50%;transform:translateY(50%) rotate(-45deg)}
.mc-mm-mobile{position:fixed;top:0;bottom:0;left:0;width:min(88vw,360px);background:var(--mc-mm-bg);z-index:2147483200;transform:translateX(-102%);transition:transform .26s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 40px rgba(0,0,0,.16);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
body.mc-mm-mobile-open .mc-mm-mobile{transform:translateX(0)}
.mc-mm-mobile-drawer-head{position:sticky;top:0;z-index:4;background:var(--mc-mm-bg);border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:12px}
.mc-mm-mobile .goldsmith-panel-close{position:relative;height:60px;background:var(--mc-mm-bg);cursor:pointer;display:flex;align-items:center;padding:0 18px;gap:10px;-webkit-tap-highlight-color:transparent}
.mc-mm-mobile .goldsmith-panel-close:before{content:"✕";font-size:17px;color:var(--mc-mm-text);line-height:1;opacity:.65}
.mc-mm-mobile .goldsmith-panel-close:after{content:"Meniu";font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mc-mm-text);opacity:.5}
.mc-mm-mobile .goldsmith-panel-close:hover:before,.mc-mm-mobile .goldsmith-panel-close:hover:after{opacity:1}
.mc-mm-mobile-search{width:auto;height:42px;display:flex;align-items:center;position:relative;margin:0 16px;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:#fff;overflow:hidden}
.mc-mm-mobile-search input[type="search"]{flex:1 1 auto;min-width:0;width:100%;height:40px;padding:0 44px 0 13px;margin:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;outline:none!important;color:var(--mc-mm-text);font:inherit;font-size:14px;line-height:40px}
.mc-mm-mobile-search input[type="search"]::placeholder{color:var(--mc-mm-muted);opacity:.75}
.mc-mm-mobile-search button{position:absolute;right:0;top:0;width:42px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;color:var(--mc-mm-text);display:flex;align-items:center;justify-content:center;cursor:pointer}
.mc-mm-mobile-search button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.mc-mm-mobile .navigationn{list-style:none;margin:0;padding:8px 0 32px}
.mc-mm-mobile .navigationn>li{margin:0}
.mc-mm-mobile .navigationn>li>a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 20px;text-decoration:none;color:var(--mc-mm-text);font-weight:700;font-size:15px;letter-spacing:.02em;border-bottom:1px solid rgba(0,0,0,.05);-webkit-tap-highlight-color:transparent;transition:background .15s ease}
.mc-mm-mobile .navigationn>li>a:active{background:rgba(0,0,0,.04)}
.mc-mm-mobile .menu-item-has-children>a:after{content:"";display:block;flex:0 0 20px;width:20px;height:20px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 5l6 5-6 5' stroke='currentColor' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M7 5l6 5-6 5' stroke='currentColor' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.4;transition:transform .22s ease,opacity .22s ease}
.mc-mm-mobile .menu-item-has-children.is-open>a:after{transform:rotate(90deg);opacity:.7}
.mc-mm-mobile .sub-menu{list-style:none;margin:0;padding:0;display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease;overflow:hidden;background:rgba(0,0,0,.018)}
.mc-mm-mobile .sub-menu>*{min-height:0}
.mc-mm-mobile .menu-item-has-children.is-open>.sub-menu{grid-template-rows:1fr}
.mc-mm-mobile .sub-menu>.mc-mm-sub-inner{overflow:hidden;padding-bottom:8px}
.mc-mm-mobile .sub-menu>li.menu-item{margin:0!important;padding:0!important}
.mc-mm-mobile .sub-menu .menu-item a{display:flex;align-items:center;gap:10px;padding:11px 20px 11px 32px;font-weight:500;font-size:14px;color:rgba(0,0,0,.7);text-decoration:none;transition:color .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}
.mc-mm-mobile .sub-menu .menu-item a:hover,.mc-mm-mobile .sub-menu .menu-item a:active{color:var(--mc-mm-text);background:rgba(0,0,0,.04)}
.mc-mm-mobile .sub-menu .mc-mm-mob-ico{width:28px;height:28px;border-radius:6px;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.07);display:flex;align-items:center;justify-content:center;flex:0 0 28px;overflow:hidden}
.mc-mm-mobile .sub-menu .mc-mm-mob-ico img{width:100%;height:100%;object-fit:contain;display:block}
.mc-mm-mobile .sub-menu .mc-mm-mob-ico .dashicons{font-size:14px;width:14px;height:14px}
.mc-mm-mobile .mc-mm-mobile-section-title{padding:14px 20px 4px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--mc-mm-muted);font-weight:700;border-top:1px solid rgba(0,0,0,.06);margin-top:4px}
.mc-mm-mobile .mc-mm-mobile-section-title:first-child{border-top:0;margin-top:0}
.mc-mm-mobile .mc-mm-mobile-section-title span{display:block}
.mc-mm-mobile center,.mc-mm-mobile .mc-mm-mob-label center{display:block;width:100%;text-align:left!important;margin:0}
.mc-mm-mobile .mc-mm-mob-label{text-align:left}
.mc-mm-mobile .mc-mm-mob-label br,.mc-mm-mobile .navigationn>li>a br,.mc-mm-mobile .mc-mm-mobile-section-title br{display:none!important}
body.mc-mm-mobile-open{overflow:hidden}

@media (max-width:1024px){.mc-mm-header{display:none!important}.mc-mm-mobile-top{display:flex!important}.mc-mm-mobile{display:block!important}.mc-mm-mobile-spacer{display:block!important}.mc-mm-overlay{top:0;z-index:2147483100}.top-action-btn{height:22px!important}.mc-mm-mobile-top .top-action-btn{display:none!important}body.mc-mm-mobile-open .mc-mm-overlay{opacity:1;pointer-events:auto}}
@media (min-width:1025px){.mc-mm-mobile-top,.mc-mm-mobile{display:none!important}}

@media (max-width:1180px){
  .mc-mm-mega.has-promos{grid-template-columns:minmax(0,1fr) 320px}
  .mc-mm-mega-cols,.mc-mm-mega.has-promos .mc-mm-mega-cols{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mc-mm-promo-title{font-size:20px}
}
@media (max-width:1080px){
  .mc-mm-mega,.mc-mm-mega.has-promos{grid-template-columns:1fr}
  .mc-mm-mega-cols,.mc-mm-mega.has-promos .mc-mm-mega-cols{grid-template-columns:1fr}
  .mc-mm-mega-col+.mc-mm-mega-col{border-left:0;padding-left:0}
  .mc-mm-mobile .sub-menu > .mc-mm-sub-inner{
    padding-bottom: 0px;
  }
  .mc-mm-topbar__inner {
  padding: 0 6px;
  }
}

@media (min-width:1025px){
  [data-mc-mm].mc-mm-sticky{
    padding-top: 0;
  }

  [data-mc-mm].mc-mm-sticky .mc-mm-header{
    position:fixed !important;
    left:0;
    right:0;
    top:var(--mc-mm-adminbar) !important;
    z-index:10020 !important;
    opacity:0;
    transform: translateY(-10px);
    transition: transform .22s ease, opacity .22s ease;
    will-change: transform, opacity;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
  }

  [data-mc-mm].mc-mm-sticky.mc-mm-sticky-show .mc-mm-header{
    opacity:1;
    transform: translateY(0);
  }

  [data-mc-mm].mc-mm-sticky.mc-mm-sticky-hidden .mc-mm-header{
    opacity:0;
    transform: translateY(-16px);
  }
}
