/* ===== Header base ===== */
.areto-header{background:#fff; position:relative; z-index:999; border-bottom:1px solid rgba(0,0,0,.06);}
.areto-top{height:54px; display:flex; align-items:center;}
.areto-top__inner{
  max-width:1280px; margin:0 auto; width:100%; padding:0 18px;
  position:relative;
  display:flex; align-items:center; column-gap:14px;
}

.areto-logo{
  position:absolute;
  left:50%;
  top:calc(50% - 3px);
  transform:translate(-50%, -50%);
  z-index:1;
}
.areto-logo img,
.areto-hdr__logo img{height:46px; width:auto; display:block;}

.areto-icons{margin-left:auto; display:flex; gap:14px; align-items:center; position:relative; z-index:2;}
.areto-ico{display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:10px; position:relative;}
.areto-cart-dot{position:absolute; top:6px; right:7px; width:8px; height:8px; border-radius:999px; background:#ff2aa6; display:none;}
.areto-cart-dot.is-on{display:block;}

.areto-burger{width:32px; height:32px; border:0; background:transparent; display:inline-flex; flex-direction:column; justify-content:center; gap:5px; padding:0; cursor:pointer;}
.areto-burger span{display:block; height:2px; width:18px; background:#000; border-radius:99px; opacity:.85;}

/* ===== Desktop search trigger (FABO-like) ===== */
.areto-searchform--header{
  flex:0 0 260px;
  width:260px;
  height:32px;
  padding:0 0 2px;
  border-bottom:1px solid rgba(0,0,0,0.15);
  position:relative;
  z-index:2;
}
.areto-searchform--header:focus-within{
  border-bottom-color:rgba(0,0,0,0.5);
}
.areto-searchinput--header{
  height:30px;
  border:0;
  border-radius:0;
  padding:0;
  background:transparent;
  font-size:14px;
  line-height:30px;
  box-shadow:none;
}
.areto-searchinput--header:focus{
  outline:none;
  border:0;
  box-shadow:none;
}
.areto-searchsubmit--header{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}
.areto-searchtrigger{
  display:flex;
  align-items:center;
  gap:8px;

  width:260px; /* або більше якщо треба */

  height:auto;
  padding:4px 0;

  background:none;
  border:none;

  position:relative; /* для ::after */

  cursor:pointer;

  color:rgba(0,0,0,0.55);
  transition:.2s;
}
.areto-searchtrigger__icon svg,
.areto-searchtrigger__icon img{
  width:16px;
  height:16px;
  display:block;
}
.areto-searchtrigger__text{
  font-size:14px;
  font-weight:400;
  letter-spacing:0.2px;
}
.areto-searchtrigger:hover{
  color:#000;
  border-bottom:1px solid rgba(0,0,0,0.4);
}


.areto-searchtrigger::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background:rgba(0,0,0,0.15);
  transition:.25s;
}

.areto-searchtrigger:hover::after{
  background:rgba(0,0,0,0.5);
}
/* ===== Shared search form ===== */
.areto-searchform{display:flex; align-items:center; gap:10px; margin:0; width:100%;}
.areto-searchform__icon svg,
.areto-searchform__icon img{display:block; width:16px; height:16px;}

.areto-ico img {
  width: 18px;
  height: 18px;
  display: block;
}

.areto-ico.areto-cart img {
  width: 20px;
  height: 20px;
}

.areto-searchinput{
  flex:1;
  height:44px;
  border:1px solid rgba(0,0,0,.14);
  border-radius:14px;
  padding:0 14px;
  outline:none;
  font-size:14px;
  background:#fff;
}
.areto-searchform--header .areto-searchinput--header{
  height:30px;
  border:0;
  border-radius:0;
  padding:0;
  background:transparent;
  box-shadow:none;
  line-height:30px;
}
.areto-searchform--header .areto-searchinput--header:focus{
  border:0;
  outline:none;
  box-shadow:none;
}
.areto-searchsubmit {
    height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    background: #dfd0c5;
    color: #211f1f;
    font-weight: 300;
    cursor: pointer;
}

/* ===== Mobile search row (always visible under top bar) ===== */
.areto-mobile-search{display:none; border-top:0;}
.areto-mobile-search__inner{max-width:1280px; margin:0 auto; padding:10px 14px;}

/* ===== Tablet: move search under centered logo ===== */
@media (min-width: 769px) and (max-width: 1180px) {
  .areto-searchtrigger,
  .areto-searchform--header {
    display: none !important;
  }

  .areto-mobile-search {
    display: block;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.06);
  }

  .areto-mobile-search__inner {
    max-width: 520px;
    margin: 0 auto;
    padding: 8px 18px 10px;
  }

  .areto-mobile-search .areto-searchform {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    border-bottom: 1px solid rgba(0,0,0,0.15);
  }

  .areto-mobile-search .areto-searchform:focus-within {
    border-bottom-color: rgba(0,0,0,0.5);
  }

  .areto-mobile-search .areto-searchform__icon img,
  .areto-mobile-search .areto-searchform__icon svg {
    width: 16px;
    height: 16px;
    display: block;
  }

  .areto-mobile-search .areto-searchinput {
    flex: 1;
    min-width: 0;
    height: 30px;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    line-height: 30px;
  }

  .areto-mobile-search .areto-searchinput:focus {
    border: 0;
    outline: none;
    box-shadow: none;
  }

  .areto-mobile-search .areto-searchsubmit {
    display: none !important;
  }
}

/* ===== Desktop panel (opens under header like FABO) ===== */
.areto-searchpanel{
  position:absolute;
  left:0;
  right:0;
  top:calc(54px + 1px);
  z-index:1002;
  background:#fff;
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.08);
  transform:translateY(-12px);
  opacity:0;
  pointer-events:none;
  transition:.18s ease;
}
.areto-searchpanel.is-open{
  transform:translateY(0);
  opacity:1;
  pointer-events:auto;
}
.areto-searchpanel__inner{
  max-width:1280px;
  margin:0 auto;
  padding:12px 18px;
  display:flex;
  align-items:center;
  gap:12px;
}
.areto-searchclose{
  width:44px;
  height:44px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  background:transparent;
  cursor:pointer;
  font-size:24px;
  line-height:1;
  opacity:.65;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.areto-searchclose:hover{opacity:1;}

/* ===== Desktop bottom nav ===== */
.areto-nav{border-top:1px solid rgba(0,0,0,.06);}
.areto-nav__inner{max-width:1280px; margin:0 auto; padding:0 18px;}
.areto-menu{list-style:none; margin:0; padding:0; display:flex; justify-content:center; gap:34px; align-items:center;}
.areto-menu > li{position:relative;}
.areto-menu > li > a{display:inline-block; padding:12px 0; text-decoration:none; font-size:14px; color:rgba(0,0,0,.75);}
.areto-menu > li > a:hover{color:#000;}

/* --- Hover bridge --- */
.areto-menu > li.menu-item-has-children::after{
  content:"";
  position:absolute;
  left:-10px; right:-10px;
  top:100%;
  height:12px;
}

/* ===== Desktop dropdown: links left + banner right ===== */
.areto-menu .sub-menu{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:calc(100% + 8px);
  width:min(980px, calc(100vw - 60px));
  background:#fff;
  border-radius:16px;
  box-shadow:0 18px 60px rgba(0,0,0,.18);
  padding:18px;
  margin:0;
  list-style:none;
  z-index:1002;

  display:none;

  padding-right:356px;
  max-height:520px;
  overflow:auto;
}
.areto-menu > li.menu-item-has-children:hover > .sub-menu,
.areto-menu > li.menu-item-has-children:focus-within > .sub-menu,
.areto-menu > li.menu-item-has-children.is-open > .sub-menu{
  display:block;
}
.areto-menu .sub-menu > li > a{
  padding:10px 0;
  display:block;
  color:rgba(0,0,0,.80);
  text-decoration:none;
  font-size:14px;
}
.areto-menu .sub-menu > li > a:hover{color:#000;}

/* Banner panel */
.areto-menu > li.menu-item-has-children > .sub-menu::after{
  content:"";
  position:absolute;
  top:18px; right:18px; bottom:18px;
  width:320px;
  border-radius:14px;
  background:#f3f3f3;
  background-size:cover;
  background-position:center;
}
.areto-menu > li.menu-item-has-children[data-banner] > .sub-menu::after{
  background-image: var(--aretoBanner);
  cursor:pointer;
}

/* ===== Overlay & drawers ===== */
.areto-overlay{position:fixed; inset:0; background:rgba(0,0,0,.35); opacity:0; pointer-events:none; transition:.2s; z-index:1000;}
.areto-overlay.is-open{opacity:1; pointer-events:auto;}

.areto-drawer{
  position:fixed; top:0; bottom:0;
  width:360px; max-width:88vw; background:#fff; z-index:1001;
  transition:.25s ease; box-shadow:0 18px 60px rgba(0,0,0,.18);
}
.areto-drawer__head{height:58px; display:flex; align-items:center; justify-content:space-between; padding:0 18px; border-bottom:1px solid rgba(0,0,0,.06);}
.areto-drawer__title{font-weight:600;}
.areto-drawer__close{border:0; background:transparent; font-size:26px; line-height:1; cursor:pointer; opacity:.6;}
.areto-drawer__body{padding:18px; overflow:auto; height:calc(100vh - 58px);}

.areto-drawer__search{margin-bottom:14px; padding-bottom:14px; border-bottom:1px solid rgba(0,0,0,.08);}
.areto-drawer-searchform{display:flex; gap:10px; align-items:center; margin:0;}
.areto-drawer-searchinput{
  width:100%; flex:1;
  border:1px solid rgba(0,0,0,.15);
  border-radius:12px;
  padding:10px 12px;
  outline:none;
}
.areto-drawer-searchsubmit{display:none;}

/* Left drawer */
.areto-drawer--left{left:0; transform:translateX(-105%);}
.areto-drawer--left.is-open{transform:translateX(0);}

/* Right drawer */
.areto-drawer--cart{right:0; transform:translateX(105%);}
.areto-drawer--cart.is-open{transform:translateX(0);}

.areto-drawer--cart{
  width: 440px;
  max-width: 92vw;
  background: #fbfaf8;
}

.areto-drawer--cart .areto-drawer__head{
  height: 72px;
  padding: 0 24px;
  background: #fff;
  border-bottom: 1px solid #e5e2dd;
}

.areto-drawer--cart .areto-drawer__title{
  font-size: 24px;
  font-weight: 500;
  color: #1f2937;
}

.areto-drawer--cart .areto-drawer__body{
  padding: 18px;
  background: #fbfaf8;
}

.areto-drawer--cart .areto-mini-cart-drawer{
  min-height: 100%;
}

.areto-mini-cart{
  --areto-mini-text: #1f2937;
  --areto-mini-muted: #6b7280;
  --areto-mini-line: #e5e2dd;
  --areto-mini-soft: #ffffff;
  --areto-mini-panel: #f7f7f5;
  --areto-mini-accent-soft: #e6ddd8;
  --areto-mini-accent-text: #625650;
  --areto-mini-brown: #8f6b54;
  color: var(--areto-mini-text);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  font-family: var(--FONT-STACK-BODY, var(--FONT-STACK-NAV, "DM Sans", sans-serif));
}

.areto-mini-cart *{
  box-sizing: border-box;
}

.areto-mini-cart__summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--areto-mini-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(47, 35, 27, .04);
}

.areto-mini-cart__eyebrow,
.areto-mini-cart__count{
  margin: 0;
}

.areto-mini-cart__eyebrow{
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--areto-mini-muted);
}

.areto-mini-cart__count{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--areto-mini-accent-soft);
  color: var(--areto-mini-accent-text);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.areto-mini-cart__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 310px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

.areto-mini-cart__item{
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0,1fr);
  gap: 14px;
  padding: 16px;
  background: var(--areto-mini-soft);
  border: 1px solid var(--areto-mini-line);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(47, 35, 27, .035);
}

.areto-mini-cart__remove{
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--areto-mini-line);
  background: #fff;
  color: #8c857f !important;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
}

.areto-mini-cart__remove:hover{
  background: #f5efeb;
  color: #4c4038 !important;
}

.areto-mini-cart__thumb{
  width: 92px;
  min-width: 92px;
  height: 108px;
  background: #fbfaf8;
  border: 1px solid #f0efec;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.areto-mini-cart__thumb a,
.areto-mini-cart__thumb img{
  display: block;
  width: 100%;
  height: 100%;
}

.areto-mini-cart__thumb img{
  object-fit: contain;
}

.areto-mini-cart__content{
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 28px;
}

.areto-mini-cart__brand{
  display: block;
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  color: #958b84 !important;
}

.areto-mini-cart__name{
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  color: #1f2937 !important;
}

.areto-mini-cart__name a{
  display: block !important;
  margin: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.areto-mini-cart__name a:hover{
  color: #403b38 !important;
}

.areto-mini-cart__meta,
.areto-mini-cart__meta p,
.areto-mini-cart__meta dt,
.areto-mini-cart__meta dd{
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  color: var(--areto-mini-muted) !important;
}

.areto-mini-cart__meta dl{
  margin: 0;
}

.areto-mini-cart__line{
  margin-top: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-top: 4px;
}

.areto-mini-cart__qty{
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #b8b5b3 !important;
}

.areto-mini-cart__qty .woocommerce-Price-amount,
.areto-mini-cart__subtotal .woocommerce-Price-amount{
  color: inherit;
}

.areto-mini-cart__subtotal{
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #1f2937 !important;
}

.areto-mini-cart__footer{
  margin-top: auto;
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--areto-mini-line);
  border-radius: 24px;
  box-shadow: 0 -14px 40px rgba(47, 35, 27, .045);
}

.areto-mini-cart__total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  line-height: 1.3;
  padding: 12px 14px;
  border-radius: 18px;
  background: var(--areto-mini-panel);
}

.areto-mini-cart__total span{
  color: #8c857f;
}

.areto-mini-cart__total strong{
  color: #1f2937;
  font-size: 17px;
  font-weight: 500;
}

.areto-mini-cart__total strong .woocommerce-Price-amount{
  color: inherit;
}

.areto-mini-cart__total .woocommerce-mini-cart__total,
.areto-mini-cart__total .total,
.areto-mini-cart__total p{
  margin: 0;
}

.areto-mini-cart__actions{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.areto-mini-cart__button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 12px 16px;
  border: 0 !important;
  border-radius: 18px;
  background: var(--areto-mini-accent-soft) !important;
  color: var(--areto-mini-accent-text) !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  transition: opacity .2s ease;
}

.areto-mini-cart__button:hover{
  opacity: .92;
  color: #615853 !important;
}

.areto-mini-cart__button--secondary{
  border: 1px solid var(--areto-mini-line) !important;
  background: #fff !important;
  color: #5b5450 !important;
}

.areto-mini-cart__button--secondary:hover{
  color: #5b5450 !important;
}

.areto-drawer--cart .areto-mini-cart__thumb a,
.areto-drawer--cart .areto-mini-cart__name a,
.areto-drawer--cart .areto-mini-cart__button,
.areto-drawer--cart .areto-mini-cart__remove{
  all: unset;
}

.areto-drawer--cart .areto-mini-cart__thumb a{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
}

.areto-drawer--cart .areto-mini-cart__name a{
  display: block !important;
  cursor: pointer;
}

.areto-drawer--cart .areto-mini-cart__remove{
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border: 1px solid #e5e2dd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #8c857f !important;
  font-size: 24px !important;
  line-height: 1 !important;
  cursor: pointer;
}

.areto-drawer--cart .areto-mini-cart__button{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--areto-mini-brown) !important;
  border-radius: 18px !important;
  background: var(--areto-mini-brown) !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  box-shadow: none !important;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
  cursor: pointer;
}

.areto-drawer--cart .areto-mini-cart__button:hover{
  background: #76553f !important;
  border-color: #76553f !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.areto-drawer--cart .areto-mini-cart__button--secondary{
  background: #fff !important;
  border-color: #e5e2dd !important;
  color: #625650 !important;
}

.areto-drawer--cart .areto-mini-cart__button--secondary:hover{
  background: #eadfd9 !important;
  border-color: #d8c8bf !important;
  color: #332923 !important;
}

.areto-cart-toast{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100000;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: min(360px, calc(100vw - 32px));
  padding: 14px 18px;
  border: 1px solid rgba(143, 107, 84, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  color: #2e2925;
  box-shadow: 0 18px 46px rgba(47, 35, 27, .14);
  font-family: var(--FONT-STACK-NAV, "Stolzl", sans-serif);
  font-size: 15px;
  line-height: 1.25;
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.areto-cart-toast.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.areto-cart-toast__icon{
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #8f6b54;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.areto-cart-toast__text{
  color: inherit;
}

.elementor-menu-cart__main{
  background: #fbfaf8 !important;
  color: #1f2937 !important;
  font-family: var(--FONT-STACK-BODY, var(--FONT-STACK-NAV, "DM Sans", sans-serif)) !important;
}

.elementor-menu-cart__main .elementor-menu-cart__close-button{
  color: #8c857f !important;
}

.elementor-menu-cart__main .elementor-menu-cart__products{
  padding: 18px !important;
  display: grid !important;
  gap: 12px !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product{
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) 34px !important;
  gap: 14px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid #e5e2dd !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(47, 35, 27, .035) !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-image{
  width: 92px !important;
  height: 108px !important;
  margin: 0 !important;
  border: 1px solid #f0efec !important;
  border-radius: 20px !important;
  background: #fbfaf8 !important;
  overflow: hidden !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-image img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-name,
.elementor-menu-cart__main .elementor-menu-cart__product-name a{
  color: #1f2937 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-price{
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.elementor-menu-cart__main .elementor-menu-cart__product-remove{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  border: 1px solid #e5e2dd !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #8c857f !important;
}

.elementor-menu-cart__main .elementor-menu-cart__subtotal{
  margin: 0 18px 14px !important;
  padding: 18px !important;
  border: 1px solid #e5e2dd !important;
  border-radius: 24px !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-align: left !important;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 0 18px 18px !important;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button,
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 12px 14px !important;
  border-radius: 18px !important;
  border: 1px solid #8f6b54 !important;
  background: #8f6b54 !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  box-shadow: none !important;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button:hover,
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons a:hover{
  background: #76553f !important;
  border-color: #76553f !important;
  color: #ffffff !important;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons a:first-child{
  background: #f5efeb !important;
  border-color: #e2d7d0 !important;
  color: #4c4038 !important;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.elementor-menu-cart__main .elementor-menu-cart__footer-buttons a:first-child:hover{
  background: #eadfd9 !important;
  border-color: #d8c8bf !important;
  color: #332923 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__products{
  padding: 0 !important;
  display: grid !important;
  gap: 12px !important;
  margin: 0 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product{
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 16px !important;
  border: 1px solid #e5e2dd !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(47, 35, 27, .035) !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-image{
  width: 92px !important;
  height: 108px !important;
  margin: 0 !important;
  border: 1px solid #f0efec !important;
  border-radius: 20px !important;
  background: #fbfaf8 !important;
  overflow: hidden !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-image a,
.areto-mini-cart-drawer .elementor-menu-cart__product-image img{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-image img{
  object-fit: contain !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-name{
  align-self: end !important;
  margin: 0 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-name,
.areto-mini-cart-drawer .elementor-menu-cart__product-name a{
  color: #1f2937 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-price{
  align-self: start !important;
  margin: 8px 0 0 !important;
  color: #6b7280 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-remove{
  display: none !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__product-remove a,
.areto-mini-cart-drawer .elementor-menu-cart__product-remove .remove_from_cart_button{
  display: none !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__subtotal{
  margin: 14px 0 14px !important;
  padding: 14px 16px !important;
  border: 1px solid #e5e2dd !important;
  border-radius: 22px !important;
  background: #fff !important;
  color: #1f2937 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 500 !important;
  text-align: left !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__subtotal strong{
  font-weight: 500 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons{
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button,
.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons a{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 60px !important;
  height: 60px !important;
  padding: 12px 14px !important;
  border-radius: 18px !important;
  border: 1px solid #8f6b54 !important;
  background: #8f6b54 !important;
  color: #ffffff !important;
  text-align: center !important;
  text-decoration: none !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal !important;
  box-shadow: none !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons a:last-child .elementor-button-text{
  font-size: 0 !important;
  line-height: 0 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons a:last-child .elementor-button-text::after{
  content: "Оформити";
  color: #ffffff !important;
  font-size: 15px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button:hover,
.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons a:hover{
  background: #76553f !important;
  border-color: #76553f !important;
  color: #ffffff !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons a:first-child{
  background: #fff !important;
  border-color: #e5e2dd !important;
  color: #625650 !important;
}

.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover,
.areto-mini-cart-drawer .elementor-menu-cart__footer-buttons a:first-child:hover{
  background: #eadfd9 !important;
  border-color: #d8c8bf !important;
  color: #332923 !important;
}

body .woocommerce-message:empty,
body .woocommerce-info:empty,
.areto-cart-page__zone[hidden]{
  display: none !important;
}

@media (max-width: 520px){
  .areto-mini-cart__actions,
  .elementor-menu-cart__main .elementor-menu-cart__footer-buttons{
    grid-template-columns: 1fr;
  }

  .areto-cart-toast{
    right: 16px;
    bottom: 16px;
    left: 16px;
    justify-content: center;
    border-radius: 18px;
  }
}

.areto-mini-cart--empty{
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: calc(100vh - 160px);
  padding: 18px 8px;
}

.areto-mini-cart__empty-icon{
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(198,123,92,.12);
  color: #c67b5c;
}

.areto-mini-cart__empty-icon svg{
  width: 26px;
  height: 26px;
  display: block;
}

.areto-mini-cart__empty-title,
.areto-mini-cart__empty-copy{
  margin: 0;
}

.areto-mini-cart__empty-title{
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  color: #2d2e4b;
}

.areto-mini-cart__empty-copy{
  max-width: 260px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--areto-mini-muted);
}

/* ===== Mobile menu list ===== */
.areto-mobile-menu{list-style:none; margin:0; padding:0;}
.areto-mobile-menu li{position:relative; border-bottom:1px solid rgba(0,0,0,.08); padding:0;}
.areto-mobile-menu > li{position:relative;}
.areto-mobile-menu > li > a{
  display:block;
  position:relative;              /* FIX: anchor is positioning context */
  padding:14px 54px 14px 0;        /* FIX: stable space for chevron */
  text-decoration:none;
  color:#000;
}

.areto-mobile-menu .sub-menu > li > a{
  display:block;
  position:relative;
  padding:10px 54px 10px 0;
  text-decoration:none;
}

/* toggle inside <a> (chevron ALWAYS fixed) */
.areto-mm-toggle{
  position:absolute;
  right:6px;                      /* FIX: not stuck to edge */
  top:50%;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  border:0;
  background:transparent;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:.7;
}
.areto-mm-toggle:before{
  content:"˅";
  font-size:18px;
  line-height:1;
  display:block;
  transform:translateY(-1px);
  transition:.2s;
}
.menu-item.is-open > a .areto-mm-toggle:before{
  transform:translateY(-1px) rotate(180deg);
}

.areto-mobile-menu .sub-menu{list-style:none; margin:0; padding:0 0 10px 14px; display:none;}
.areto-mobile-menu .menu-item.is-open > .sub-menu{display:block;}
.areto-mobile-menu .sub-menu a{color:rgba(0,0,0,.75);}
.areto-mobile-menu .sub-menu .sub-menu{
  padding:4px 0 8px 14px;
}
.areto-mobile-menu .sub-menu .sub-menu > li > a{
  font-size:15px;
  line-height:1.35;
}

/* ===== MOBILE SEARCH AS REAL INPUT, BUT IN DESKTOP STYLE ===== */
@media (max-width: 768px) {
  .areto-drawer--left {
    right: 0;
    width: 100vw;
    max-width: none;
    box-shadow: none;
  }

  .areto-drawer--left .areto-drawer__body {
    height: calc(100dvh - 58px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .areto-header {
    border-bottom: 0;
  }

  .areto-top__inner {
    column-gap: 10px;
    padding: 0 14px;
  }

  .areto-searchtrigger,
  .areto-searchform--header {
    display: none !important;
  }

  .areto-mobile-search {
    display: block;
    border-top: 0;
    background: #fff;
  }

  .areto-mobile-search__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 10px 14px 12px;
  }

  /* сама форма виглядає як desktop trigger */
  .areto-mobile-search .areto-searchform {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    position: relative;
  }

  .areto-mobile-search .areto-searchform::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.15);
    transition: .25s;
  }

  .areto-mobile-search .areto-searchform:focus-within::after {
    background: rgba(0,0,0,0.5);
  }

  .areto-mobile-search .areto-searchform__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .areto-mobile-search .areto-searchform__icon svg,
  .areto-mobile-search .areto-searchform__icon img {
    width: 16px;
    height: 16px;
    display: block;
    transition: .2s;
  }

  /* головне: реальний input, але без "кнопочного" стилю */
  .areto-mobile-search .areto-searchinput {
    flex: 1;
    min-width: 0;
    height: auto;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #000;
    line-height: 1.4;
  }

  .areto-mobile-search .areto-searchinput::placeholder {
    color: rgba(0,0,0,0.55);
  }

  .areto-mobile-search .areto-searchinput:focus {
    border: 0;
    outline: none;
    box-shadow: none;
  }

  /* кнопку submit ховаємо, Enter буде працювати */
  .areto-mobile-search .areto-searchsubmit {
    display: none !important;
  }

  .areto-nav {
    display: none;
  }

  .areto-logo img,
  .areto-hdr__logo img {
    height:38px;
    margin-left:0 !important;
  }
}
