/*
Theme Name: RUGGED Child
Template: catch-shop
Version: 1.0
*/

body{
  background:#ECE7E2;
  color:#3f3a35;
  font-family:"Inter",sans-serif;
  overflow-x:hidden;
}

.rugged-header{
  background:#ECE7E2;
  border-bottom:1px solid rgba(63,58,53,.08);
}

.rugged-top{
  height:210px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.rugged-brand{
  text-align:center;
  text-decoration:none !important;
  color:#3f3a35 !important;
}

.rugged-logo{
  display:block;
  font-family:"Cormorant Garamond",serif;
  font-size:72px;
  font-weight:300;
  letter-spacing:14px;
  line-height:1;
  color:#3f3a35;
}

.rugged-sub{
  display:block;
  margin-top:14px;
  font-family:"Inter",sans-serif;
  font-size:10px;
  letter-spacing:6px;
  text-transform:uppercase;
  color:#8a8177;
}

.rugged-burger,
.rugged-burger:hover,
.rugged-burger:focus,
.rugged-burger:active{
  position:absolute;
  left:55px;
  top:86px;
  width:34px;
  height:24px;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  cursor:pointer;
}

.rugged-burger::before{
  content:"MENIU";
  position:absolute;
  top:-28px;
  left:-1px;
  font-family:"Inter",sans-serif;
  font-size:10px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#3f3a35;
}

.rugged-burger::after{
  display:none !important;
  content:none !important;
}

.rugged-burger span{
  position:absolute;
  left:0;
  width:28px;
  height:1px;
  background:#3f3a35 !important;
}

.rugged-burger span:nth-child(1){ top:3px; }
.rugged-burger span:nth-child(2){ top:11px; }
.rugged-burger span:nth-child(3){ top:19px; }

.rugged-burger:hover span{
  opacity:.55;
}

.rugged-icons{
  position:absolute;
  right:55px;
  top:82px;
  display:flex;
  align-items:center;
  gap:24px;
}

.rugged-icon,
.rugged-icon:hover,
.rugged-icon:focus,
.rugged-icon:active{
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  padding:0 !important;
  text-decoration:none !important;
  cursor:pointer;
}

.rugged-icon svg{
  width:24px;
  height:24px;
  stroke:#3f3a35;
  stroke-width:1.45;
  fill:none;
  transition:.3s ease;
}

.rugged-icon:hover svg{
  opacity:.55;
}

.rugged-menu-panel{
  display:none !important;
}

.rugged-header ul,
.rugged-header li,
.rugged-side-menu ul,
.rugged-side-menu li{
  list-style:none !important;
}

.rugged-header li::before,
.rugged-header li::marker,
.rugged-side-menu li::before,
.rugged-side-menu li::marker{
  display:none !important;
  content:none !important;
}

.rugged-menu-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.18);
  z-index:9998;
  opacity:0;
  pointer-events:none;
  transition:.35s ease;
}

body.rugged-menu-open .rugged-menu-backdrop{
  opacity:1;
  pointer-events:auto;
}

.rugged-side-menu{
  position:fixed;
  top:0;
  left:-560px;
  width:520px;
  max-width:92vw;
  height:100vh;
  background:#ECE7E2;
  z-index:9999;
  padding:42px 40px;
  transition:.35s ease;
  box-shadow:12px 0 40px rgba(0,0,0,.12);
  overflow:visible;
}

body.rugged-menu-open .rugged-side-menu{
  left:0;
}

.rugged-menu-close,
.rugged-menu-close:hover,
.rugged-menu-close:focus,
.rugged-menu-close:active{
  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  font-size:36px;
  line-height:1;
  color:#3f3a35 !important;
  cursor:pointer;
  margin-bottom:46px;
  padding:0 !important;
}

.rugged-side-menu ul{
  margin:0 !important;
  padding:0 !important;
}

.rugged-side-menu li{
  margin:0 0 22px !important;
  padding:0 !important;
}

.rugged-side-menu a{
  font-family:"Inter",sans-serif;
  font-size:17px;
  letter-spacing:1px;
  color:#3f3a35 !important;
  text-decoration:none !important;
  transition:.3s ease;
}

.rugged-side-menu a:hover{
  opacity:.55;
}

/* GARDEN FLYOUT */

.rugged-menu-parent{
  position:relative;
}

.rugged-menu-parent > a{
  display:inline-flex;
  align-items:center;
  font-weight:500;
}

.rugged-menu-parent > a::after{
  content:"›";
  font-size:20px;
  line-height:1;
  color:#8a8177;
  margin-left:12px;
}

.rugged-submenu{
  position:absolute;
  top:0;
  left:190px;
  min-width:240px;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  list-style:none !important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease;
}

.rugged-menu-parent:hover .rugged-submenu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.rugged-submenu li{
  margin:0 0 22px !important;
  padding:0 !important;
}

.rugged-submenu a{
  display:block;
  font-family:"Inter",sans-serif;
  font-size:15px !important;
  font-weight:400;
  letter-spacing:1px;
  color:#6f675f !important;
  text-decoration:none !important;
  white-space:nowrap;
  opacity:.92;
}

.rugged-submenu a:hover{
  opacity:.55;
}

/* SEARCH */

.rugged-search-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.18);
  z-index:9998;
  opacity:0;
  pointer-events:none;
  transition:.35s ease;
}

body.rugged-search-open .rugged-search-backdrop{
  opacity:1;
  pointer-events:auto;
}

.rugged-search-panel{
  position:fixed;
  top:0;
  right:-420px;
  width:400px;
  max-width:90vw;
  height:100vh;
  background:#ECE7E2;
  z-index:9999;
  padding:42px 38px;
  transition:.35s ease;
  box-shadow:-12px 0 40px rgba(0,0,0,.12);
}

body.rugged-search-open .rugged-search-panel{
  right:0;
}

.rugged-search-close,
.rugged-search-close:hover,
.rugged-search-close:focus,
.rugged-search-close:active{
  background:transparent !important;
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
  font-size:36px;
  line-height:1;
  color:#3f3a35 !important;
  cursor:pointer;
  margin-bottom:42px;
  padding:0 !important;
}

.rugged-search-panel input{
  width:100%;
  border:none;
  border-bottom:1px solid #3f3a35;
  background:transparent;
  padding:14px 0;
  font-size:22px;
  color:#3f3a35;
  outline:none;
}

.rugged-search-panel form button[type="submit"]{
  margin-top:28px;
  padding:13px 28px;
  background:transparent;
  border:1px solid #3f3a35;
  color:#3f3a35;
  letter-spacing:2px;
  text-transform:uppercase;
  cursor:pointer;
}

.site-content{
  background:#ECE7E2;
}

/* FOOTER */

.site-footer{
  position:relative;
  overflow:hidden;
  background:#2f2a25;
  color:#f5f1eb;
}

.site-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.38);
  z-index:1;
}

.site-footer .widget-area,
.site-footer .site-info,
.site-footer .footer-widget-area,
.site-footer .footer-widgets{
  position:relative;
  z-index:2;
}

.site-footer a{
  color:#f5f1eb !important;
  text-decoration:none !important;
  transition:.25s ease;
}

.site-footer a:hover{
  opacity:.62;
}

/* Footer layout */

.site-footer .widget-area,
.footer-widget-area,
.footer-widgets{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(180px,1fr));
  gap:70px;
  max-width:1180px;
  margin:0 auto;
  padding:80px 55px 40px;
}

/* Footer titles */

.site-footer h2,
.site-footer h3,
.site-footer .widget-title{
  font-family:"Inter",sans-serif;
  font-size:11px;
  font-weight:500;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#d8cec2;
  margin:0 0 28px;
}

/* Footer links */

.site-footer ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.site-footer li{
  margin:0 0 16px !important;
  padding:0 !important;
  list-style:none !important;
}

.site-footer li::before,
.site-footer li::marker{
  display:none !important;
  content:none !important;
}

.site-footer li a,
.site-footer .menu a{
  font-family:"Cormorant Garamond",serif;
  font-size:30px;
  font-weight:300;
  line-height:1.1;
  letter-spacing:.5px;
}

/* Footer copyright */

.site-info{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
  padding:26px 55px 34px;
  border-top:1px solid rgba(255,255,255,.14);
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#d8cec2;
}

/* MOBILE */

@media(max-width:768px){

  .rugged-top{
    height:160px;
  }

  .rugged-logo{
    font-size:44px;
    letter-spacing:7px;
  }

  .rugged-sub{
    font-size:9px;
    letter-spacing:4px;
  }

  .rugged-burger{
    left:24px !important;
    top:70px !important;
  }

  .rugged-burger::before{
    top:-24px;
    font-size:9px;
  }

  .rugged-icons{
    right:24px;
    top:64px;
    gap:18px;
  }

  .rugged-icon svg{
    width:22px;
    height:22px;
  }

  .rugged-side-menu{
    width:320px;
    max-width:88vw;
    padding:36px 28px;
    overflow-y:auto;
    overflow-x:hidden;
  }

  .rugged-submenu{
    position:static;
    min-width:0;
    margin:14px 0 0 18px !important;
    padding:0 !important;
    background:transparent !important;
    border:none !important;
    box-shadow:none !important;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  .rugged-menu-parent > a::after{
    content:"";
  }

  .rugged-search-panel{
    width:100%;
    max-width:100%;
    padding:36px 28px;
  }

  .site-footer .widget-area,
  .footer-widget-area,
  .footer-widgets{
    grid-template-columns:1fr;
    gap:38px;
    padding:60px 28px 32px;
  }

  .site-footer li a,
  .site-footer .menu a{
    font-size:25px;
  }

  .site-info{
    padding:24px 28px 30px;
  }

}