.elementor-3733 .elementor-element.elementor-element-b856e67{--display:flex;--min-height:80px;}.elementor-3733 .elementor-element.elementor-element-a029c13{width:var( --container-widget-width, 100% );max-width:100%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;top:0px;}.elementor-3733 .elementor-element.elementor-element-a029c13.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}body:not(.rtl) .elementor-3733 .elementor-element.elementor-element-a029c13{left:0px;}body.rtl .elementor-3733 .elementor-element.elementor-element-a029c13{right:0px;}.elementor-3733 .elementor-element.elementor-element-0a0815c{--display:flex;--min-height:0px;}@media(max-width:767px){body:not(.rtl) .elementor-3733 .elementor-element.elementor-element-a029c13{left:1px;}body.rtl .elementor-3733 .elementor-element.elementor-element-a029c13{right:1px;}.elementor-3733 .elementor-element.elementor-element-a029c13{top:0px;}}/* Start custom CSS for html, class: .elementor-element-a029c13 *//* ===== WRAP NGOÀI ===== */
.dycake-header-outer {
  width: 100%;
  margin: 0 0 28px 0;
  position: relative;
  z-index: 20;
}

/* ===== RESET ===== */
.dycake-header-html,
.dycake-header-html * {
  box-sizing: border-box;
}

.dycake-header-html {
  position: relative;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  background: #f7c8d8;
  overflow: visible;
}

/* ===== THANH HEADER CHÍNH ===== */
.dycake-header-bar {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 18px 6px;
}

/* ===== DROPDOWN MENU NHANH BÊN TRÁI ===== */
.dycake-menu-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.dycake-menu-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 170px;
  background: #fff8fb;
  border: 1px solid #e7c6d4;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all .2s ease;
  z-index: 9999;
  pointer-events: none;
}

.dycake-menu-panel a {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: #5c3b47;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.dycake-menu-panel a:hover {
  background: #f9e4ee;
}

.dycake-menu-dropdown.active .dycake-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===== NÚT 3 GẠCH ===== */
.dycake-menu-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: #4c3539;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  flex: 0 0 auto;
}

.dycake-menu-icon span {
  width: 16px;
  height: 2px;
  background: #fff;
  display: block;
  border-radius: 2px;
}

/* ===== LOGO ===== */
.dycake-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 14px;
}

.dycake-logo img {
  display: block;
  width: auto;
  max-height: 56px;
}

/* ===== MENU CHÍNH ===== */
.dycake-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  min-width: 0;
}

.dycake-nav > a,
.dycake-nav .dycake-nav-link {
  text-decoration: none;
  color: #3a2d30;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0;
}

/* ===== DROPDOWN SẢN PHẨM ===== */
.dycake-nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.dycake-nav-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 14px;
}

.dycake-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.dycake-nav-link .dycake-caret,
.dycake-mobile-subtoggle .dycake-caret {
  font-size: 11px;
  position: relative;
  top: -1px;
  display: inline-block;
  color: inherit;
  transition: transform .2s ease;
}

.dycake-nav-dropdown.active .dycake-caret,
.dycake-mobile-submenu-wrap.active .dycake-caret {
  transform: rotate(180deg);
}

.dycake-nav-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  max-height: 360px;
  overflow-y: auto;
  background: #fff8fb;
  border: 1px solid #e7c6d4;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 9999;
  pointer-events: none;
}

.dycake-nav-submenu a {
  display: block;
  padding: 11px 16px;
  text-decoration: none;
  color: #5c3b47;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}

.dycake-nav-submenu a:hover {
  background: #f9e4ee;
}

@media (min-width: 1025px) {
  .dycake-nav-dropdown:hover .dycake-nav-submenu,
  .dycake-nav-submenu:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.dycake-nav-dropdown.active .dycake-nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* ===== SEARCH DESKTOP ===== */
.dycake-search {
  position: relative;
  width: 240px;
  max-width: 100%;
  flex: 0 1 auto;
  margin-right: 8px;
}

.dycake-search input {
  width: 100%;
  height: 38px;
  border: 1px solid #e7c6d4;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 36px 0 14px;
  outline: none;
  font-size: 14px;
  color: #3a2d30;
  transition: border-color 0.2s;
}

.dycake-search input:focus {
  border-color: #d84f99;
}

.dycake-search button,
.dycake-mobile-search-toggle {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #594b50;
}

.dycake-search button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.dycake-search button svg,
.dycake-mobile-search-toggle svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* ===== ICON BÊN PHẢI ===== */
.dycake-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.dycake-icon,
.dycake-cart,
.dycake-mobile-search-toggle {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dycake-heart svg {
  width: 28px;
  height: 28px;
  display: block;
}

.dycake-user svg {
  width: 26px;
  height: 26px;
  display: block;
}

.dycake-cart svg {
  width: 30px;
  height: 30px;
  display: block;
}

.dycake-cart-count {
  position: absolute;
  top: -5px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: #ff4242;
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}

/* ===== DECOR ===== */
.dycake-header-decor {
  width: 100%;
  line-height: 0;
}

.dycake-header-stripes {
  width: 100%;
  height: 14px;
  background:
    repeating-linear-gradient(
      to right,
      #fff0f6 0 14px,
      #ef8fbd 14px 22px
    );
}

.dycake-header-wave {
  width: 100%;
  height: 43px;
  background:
    radial-gradient(circle at 31px 0, transparent 30px, #d84f99 31px) repeat-x;
  background-size: 62px 43px;
  background-position: 0 0;
  background-color: #fff0f6;
}

/* ===== SEARCH MOBILE PANEL ===== */
.dycake-mobile-search-wrap {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 12px 12px;
}

.dycake-mobile-search-wrap.active {
  display: block;
}

.dycake-mobile-search-form {
  position: relative;
  width: 100%;
}

.dycake-mobile-search-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #e7c6d4;
  border-radius: 10px;
  background: #fff;
  padding: 0 40px 0 14px;
  outline: none;
  font-size: 14px;
  color: #3a2d30;
}

.dycake-mobile-search-form button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  color: #594b50;
  cursor: pointer;
}

.dycake-mobile-search-form svg {
  width: 18px;
  height: 18px;
  display: block;
}

/* ===== MOBILE MENU PANEL ===== */
.dycake-mobile-menu-panel {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 12px 14px;
}

.dycake-mobile-menu-panel.active {
  display: block;
}

.dycake-mobile-menu-box {
  background: #fff8fb;
  border: 1px solid #e7c6d4;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  overflow: hidden;
}

.dycake-mobile-menu-box a,
.dycake-mobile-subtoggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 13px 14px;
  text-decoration: none;
  color: #5c3b47;
  font-size: 14px;
  font-weight: 600;
  background: #fff8fb;
  border: none;
  border-bottom: 1px solid #f1d9e4;
  cursor: pointer;
  text-align: left;
}

.dycake-mobile-menu-box a:last-child {
  border-bottom: none;
}

.dycake-mobile-submenu-wrap:last-child .dycake-mobile-subtoggle {
  border-bottom: 1px solid #f1d9e4;
}

.dycake-mobile-submenu {
  display: none;
  background: #fff;
}

.dycake-mobile-submenu-wrap.active .dycake-mobile-submenu {
  display: block;
}

.dycake-mobile-submenu a {
  padding: 11px 18px 11px 26px;
  font-size: 13px;
  font-weight: 600;
  color: #6b4a56;
  border-bottom: 1px solid #f7e6ee;
}

.dycake-mobile-submenu a:last-child {
  border-bottom: none;
}

/* ===== HOVER ===== */
.dycake-menu-icon:hover,
.dycake-nav a:hover,
.dycake-nav-link:hover,
.dycake-icon:hover,
.dycake-cart:hover,
.dycake-mobile-search-toggle:hover {
  opacity: .82;
}

/* ===== ẨN CÁC THÀNH PHẦN CHỈ DÙNG CHO PHONE ===== */
.dycake-mobile-search-toggle,
.dycake-mobile-menu-panel,
.dycake-mobile-search-wrap {
  display: none;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .dycake-header-outer {
    margin-bottom: 24px;
  }

  .dycake-header-bar {
    gap: 12px;
    padding: 10px 16px 8px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .dycake-menu-dropdown {
    order: 1;
  }

  .dycake-logo {
    order: 2;
    margin-right: auto;
    margin-left: 10px;
  }

  .dycake-actions {
    order: 3;
  }

  .dycake-nav {
    order: 4;
    width: 100%;
    justify-content: center;
    gap: 18px;
    margin-top: 10px;
    flex-wrap: wrap;
  }

  .dycake-nav > a,
  .dycake-nav .dycake-nav-link {
    font-size: 15px;
  }

  .dycake-nav-dropdown {
    flex-direction: column;
    align-items: center;
  }

  .dycake-nav-dropdown::after {
    display: none;
  }

  .dycake-nav-submenu {
    position: static;
    min-width: 220px;
    max-height: none;
    overflow: visible;
    margin-top: 10px;
    transform: none;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .dycake-nav-dropdown.active .dycake-nav-submenu {
    display: block;
  }

  .dycake-search {
    order: 5;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}

/* ===== PHONE: HEADER RIÊNG 1 THANH ===== */
@media (max-width: 767px) {
  .dycake-header-outer {
    margin-bottom: 18px;
  }

  .dycake-header-bar {
    min-height: 58px;
    padding: 8px 12px;
    gap: 10px;
    flex-wrap: nowrap;
  }

  .dycake-menu-dropdown {
    order: 1;
  }

  .dycake-logo {
    order: 2;
    margin: 0 auto;
    justify-content: center;
  }

  .dycake-logo img {
    max-height: 38px;
  }

  .dycake-nav,
  .dycake-search,
  .dycake-heart,
  .dycake-user,
  .dycake-menu-panel {
    display: none !important;
  }

  .dycake-actions {
    order: 3;
    gap: 12px;
    margin-left: auto;
  }

  .dycake-mobile-search-toggle {
    display: flex;
    width: 24px;
    height: 24px;
  }

  .dycake-cart svg {
    width: 24px;
    height: 24px;
  }

  .dycake-cart-count {
    top: -4px;
    right: -5px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
  }

  .dycake-menu-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
  }

  .dycake-menu-icon span {
    width: 15px;
  }

  .dycake-mobile-search-wrap,
  .dycake-mobile-menu-panel {
    display: none;
  }

  .dycake-mobile-search-wrap.active,
  .dycake-mobile-menu-panel.active {
    display: block;
  }

  .dycake-header-stripes {
    height: 10px;
  }

  .dycake-header-wave {
    height: 26px;
    background:
      radial-gradient(circle at 20px 0, transparent 19px, #d84f99 20px) repeat-x;
    background-size: 40px 26px;
    background-position: 0 0;
    background-color: #fff0f6;
  }
}

/* ===== PHONE NHỎ ===== */
@media (max-width: 480px) {
  .dycake-header-bar {
    padding: 8px 10px;
  }

  .dycake-logo img {
    max-height: 34px;
  }

  .dycake-actions {
    gap: 10px;
  }
}

/* ===== FIX NẾU BỊ SECTION CHA CẮT DROPDOWN ===== */
.elementor-widget-html,
.elementor-widget-container,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-element {
  overflow: visible !important;
}/* End custom CSS */