/* Ferruh Picky Header v1.1.7 */
.fph-wrapper,
.fph-wrapper * ,
.fph-wrapper *::before,
.fph-wrapper *::after {
  box-sizing: border-box !important;
}

.fph-wrapper {
  --fph-topbar-bg: #ece6dc;
  --fph-header-bg: #ffffff;
  --fph-text: #4a3e33;
  --fph-muted: #a69788;
  --fph-line: #e6ddd1;
  --fph-accent: #9f8668;
  --fph-search-btn: #9a8268;
  --fph-search-icon: #e43c89;
  --fph-mega-bg: #faf6ef;
  --fph-badge-bg: #8a8651;
  width: 100% !important;
  display: block !important;
  position: relative !important;
  color: var(--fph-text) !important;
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  line-height: 1.2 !important;
}

.fph-wrapper a {
  color: inherit !important;
  text-decoration: none !important;
}

.fph-wrapper ul,
.fph-wrapper li,
.fph-wrapper form {
  margin: 0 !important;
  padding: 0 !important;
}

.fph-topbar,
.fph-header,
.fph-mobile-menu {
  width: 100% !important;
  display: block !important;
}

.fph-topbar {
  background: var(--fph-topbar-bg) !important;
  border-bottom: 1px solid var(--fph-line) !important;
  position: relative !important;
  z-index: 20 !important;
}

.fph-topbar-inner,
.fph-header-inner {
  width: min(1680px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  position: relative !important;
}

.fph-topbar-inner {
  min-height: 110px !important;
  display: grid !important;
  grid-template-columns: minmax(240px,1fr) auto minmax(300px,1fr) !important;
  align-items: center !important;
  gap: 28px !important;
}

.fph-shipping {
  justify-self: start !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.fph-slogan {
  justify-self: center !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.fph-search-form {
  justify-self: end !important;
  width: 100% !important;
  max-width: 390px !important;
  margin: 0 !important;
}

.fph-search-wrap {
  display: flex !important;
  align-items: stretch !important;
  min-height: 58px !important;
  border: 2px solid #cabfaf !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.fph-search-input {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: var(--fph-text) !important;
  padding: 0 18px 0 24px !important;
  font-size: 16px !important;
  font-family: inherit !important;
}

.fph-search-input::placeholder { color: #b7aea4 !important; }

.fph-search-btn {
  flex: 0 0 72px !important;
  width: 72px !important;
  min-width: 72px !important;
  border: 0 !important;
  border-left: 1px solid #cdbba9 !important;
  background: var(--fph-search-btn) !important;
  color: var(--fph-search-icon) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

.fph-search-btn svg { width: 19px !important; height: 19px !important; }

.fph-header {
  background: var(--fph-header-bg) !important;
  border-bottom: 1px solid var(--fph-line) !important;
  position: relative !important;
  z-index: 19 !important;
}

.fph-header-inner {
  min-height: 132px !important;
  display: grid !important;
  grid-template-columns: 220px minmax(0,1fr) 260px !important;
  align-items: center !important;
  gap: 28px !important;
}

.fph-logo-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  min-width: 0 !important;
}

.fph-logo-wrap {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
}

.fph-logo-img {
  display: block !important;
  max-width: 175px !important;
  max-height: 92px !important;
  width: auto !important;
  height: auto !important;
}

.fph-logo-text {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 170px !important;
  min-height: 78px !important;
  padding: 0 24px !important;
  border: 2px solid var(--fph-accent) !important;
  border-radius: 999px !important;
  font-size: 18px !important;
  letter-spacing: .12em !important;
}

.fph-nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
}

.fph-nav-list {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: clamp(28px, 3vw, 56px) !important;
  width: auto !important;
}

.fph-nav-item {
  list-style: none !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
}

.fph-nav-item.fph-has-mega::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 100% !important;
  height: 20px !important;
}

.fph-nav-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 0 22px !important;
  font-size: 19px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
  color: var(--fph-text) !important;
  position: relative !important;
}

.fph-nav-link::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: -2px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: transparent !important;
}

.fph-nav-link.fph-active::after,
.fph-nav-item:hover > .fph-nav-link::after,
.fph-nav-item:focus-within > .fph-nav-link::after {
  background: var(--fph-accent) !important;
}

.fph-caret {
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 auto !important;
  stroke-width: 2.1 !important;
  transform: translateY(1px) rotate(180deg) !important;
}

.fph-has-mega:hover > .fph-nav-link .fph-caret,
.fph-has-mega.fph-mega-open > .fph-nav-link .fph-caret,
.fph-has-mega:focus-within > .fph-nav-link .fph-caret {
  transform: translateY(1px) rotate(0deg) !important;
}

.fph-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 26px !important;
  white-space: nowrap !important;
  min-width: 0 !important;
}

.fph-action-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  color: var(--fph-text) !important;
  font-size: 19px !important;
  line-height: 1.1 !important;
  position: relative !important;
}

.fph-action-link svg {
  flex: 0 0 auto !important;
}

.fph-account-text,
.fph-cart-text {
  display: inline-block !important;
  max-width: 170px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.fph-cart-count {
  position: absolute !important;
  top: -8px !important;
  right: -10px !important;
  min-width: 18px !important;
  height: 18px !important;
  border-radius: 999px !important;
  background: var(--fph-accent) !important;
  color: #fff !important;
  font-size: 11px !important;
  line-height: 18px !important;
  text-align: center !important;
  padding: 0 4px !important;
}

.fph-mega {
  position: absolute !important;
  top: calc(100% + 12px) !important;
  left: 50% !important;
  transform: translateX(-50%) translateY(10px) !important;
  width: min(960px, calc(100vw - 64px)) !important;
  background: var(--fph-mega-bg) !important;
  border: 1px solid #e7ddcf !important;
  border-radius: 30px !important;
  box-shadow: 0 18px 50px rgba(74, 62, 51, .08) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease !important;
  z-index: 50 !important;
}

.fph-has-mega:hover > .fph-mega,
.fph-has-mega.fph-mega-open > .fph-mega,
.fph-has-mega:focus-within > .fph-mega {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

.fph-mega-inner { padding: 46px 56px 42px !important; }

.fph-mega-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.fph-mega-title {
  margin: 0 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  color: #43362a !important;
}

.fph-mega-subtitle {
  margin: 10px 0 0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: var(--fph-muted) !important;
}

.fph-mega-see-all {
  display: inline-flex !important;
  align-items: center !important;
  color: var(--fph-accent) !important;
  font-size: 18px !important;
  white-space: nowrap !important;
}

.fph-mega-divider {
  height: 1px !important;
  background: #e8ddcf !important;
  margin: 28px 0 36px !important;
}

.fph-mega-cols {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 46px !important;
}

.fph-mega-col-head {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 22px !important;
}

.fph-mega-col-title {
  font-size: 14px !important;
  letter-spacing: .16em !important;
  color: #897c69 !important;
}

.fph-mega-links {
  list-style: none !important;
  display: grid !important;
  gap: 22px !important;
}

.fph-mega-link {
  display: grid !important;
  gap: 7px !important;
}

.fph-mega-link-name {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
  font-size: 21px !important;
  line-height: 1.2 !important;
}

.fph-mega-link-desc {
  font-size: 16px !important;
  line-height: 1.45 !important;
  color: #a2968a !important;
}

.fph-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: var(--fph-badge-bg) !important;
  color: #fff !important;
  font-size: 13px !important;
  letter-spacing: .08em !important;
}

.fph-mobile-icons,
.fph-mobile-menu {
  display: none !important;
}

@media (max-width: 1360px) {
  .fph-topbar-inner,
  .fph-header-inner {
    width: calc(100% - 36px) !important;
  }

  .fph-topbar-inner {
    min-height: 92px !important;
    grid-template-columns: minmax(220px,1fr) auto minmax(260px,1fr) !important;
    gap: 18px !important;
  }

  .fph-shipping,
  .fph-slogan {
    font-size: 18px !important;
  }

  .fph-search-form { max-width: 360px !important; }
  .fph-search-wrap { min-height: 56px !important; }

  .fph-header-inner {
    min-height: 116px !important;
    grid-template-columns: 185px minmax(0,1fr) 210px !important;
    gap: 18px !important;
  }

  .fph-logo-img { max-width: 150px !important; max-height: 82px !important; }
  .fph-nav-list { gap: 26px !important; }
  .fph-nav-link,
  .fph-action-link { font-size: 17px !important; }
  .fph-actions { gap: 18px !important; }
}

@media (max-width: 1024px) {
  .fph-topbar { display: none !important; }

  .fph-header-inner {
    width: calc(100% - 24px) !important;
    min-height: 82px !important;
    grid-template-columns: minmax(120px,1fr) auto !important;
    gap: 12px !important;
  }

  .fph-nav,
  .fph-actions { display: none !important; }

  .fph-mobile-icons {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  .fph-mobile-icon-btn,
  .fph-hamburger {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #e3d7ca !important;
    background: #fff !important;
    border-radius: 999px !important;
    color: var(--fph-text) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    position: relative !important;
    overflow: visible !important;
  }

  .fph-mobile-cart-icon .fph-cart-count {
    top: -6px !important;
    right: -6px !important;
    z-index: 3 !important;
    pointer-events: none !important;
  }

  .fph-hamburger {
    flex-direction: column !important;
    gap: 4px !important;
  }

  .fph-hamburger span {
    display: block !important;
    width: 16px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: currentColor !important;
    transition: transform .2s ease, opacity .2s ease !important;
  }

  .fph-hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg) !important; }
  .fph-hamburger.is-open span:nth-child(2) { opacity: 0 !important; }
  .fph-hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg) !important; }

  .fph-logo-img { max-width: 128px !important; max-height: 64px !important; }
  .fph-logo-text {
    min-width: 122px !important;
    min-height: 54px !important;
    font-size: 16px !important;
    padding: 0 18px !important;
  }

  .fph-mobile-menu {
    display: block !important;
    max-height: 0 !important;
    overflow: hidden !important;
    border-top: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: max-height .24s ease, opacity .2s ease, visibility .2s ease !important;
  }

  .fph-wrapper.fph-mobile-open .fph-mobile-menu {
    max-height: 80vh !important;
    border-top: 1px solid var(--fph-line) !important;
    box-shadow: 0 20px 40px rgba(40, 30, 19, .08) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .fph-mobile-inner { padding: 16px 12px 20px !important; }
  .fph-mobile-search { display: none !important; margin-bottom: 16px !important; }
  .fph-wrapper.fph-mobile-search-open .fph-mobile-search { display: block !important; }
  .fph-mobile-search .fph-search-wrap { min-height: 52px !important; }
  .fph-mobile-nav,
  .fph-mobile-sub { list-style: none !important; }
  .fph-mobile-item { border-top: 1px solid var(--fph-line) !important; }
  .fph-mobile-item:first-child { border-top: 0 !important; }
  .fph-mobile-item > a,
  .fph-mobile-toggle {
    width: 100% !important;
    min-height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: transparent !important;
    border: 0 !important;
    color: var(--fph-text) !important;
    font-size: 16px !important;
    text-align: left !important;
    cursor: pointer !important;
  }
  .fph-mobile-sub { display: none !important; padding: 6px 0 10px 12px !important; }
  .fph-mobile-item.is-open > .fph-mobile-sub { display: block !important; }
  .fph-mobile-sub-head {
    margin: 10px 0 6px !important;
    font-size: 12px !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: #9b8f83 !important;
  }
  .fph-mobile-sub li a { display: block !important; padding: 10px 0 !important; font-size: 15px !important; }
}

.fph-cart-count.is-empty {
  display: none !important;
}

.fph-cart-drawer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 99999 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity .24s ease, visibility .24s ease !important;
}

.fph-cart-drawer.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.fph-cart-drawer-overlay {
  position: absolute !important;
  inset: 0 !important;
  border: 0 !important;
  background: rgba(52, 41, 30, .24) !important;
  cursor: pointer !important;
}

.fph-cart-drawer-panel {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: min(430px, 92vw) !important;
  height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fbf7f1 !important;
  color: var(--fph-text) !important;
  box-shadow: -18px 0 50px rgba(52, 41, 30, .14) !important;
  transform: translateX(100%) !important;
  transition: transform .28s ease !important;
}

.fph-cart-drawer.is-open .fph-cart-drawer-panel {
  transform: translateX(0) !important;
}

.fph-cart-drawer-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 24px 24px 18px !important;
  border-bottom: 1px solid #eadfce !important;
}

.fph-cart-drawer-kicker {
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 12px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  color: #9a8e80 !important;
}

.fph-cart-drawer-title {
  margin: 0 !important;
  font-size: 34px !important;
  line-height: 1 !important;
}

.fph-cart-drawer-meta {
  margin: 8px 0 0 !important;
  font-size: 15px !important;
  color: #8d7e6d !important;
}

.fph-cart-drawer-close {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #ddcfbe !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--fph-text) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 28px !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.fph-cart-drawer-body {
  flex: 1 1 auto !important;
  overflow: auto !important;
  padding: 18px 24px !important;
}

.fph-cart-drawer-items {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.fph-cart-drawer-item {
  display: grid !important;
  grid-template-columns: 84px minmax(0,1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  padding-bottom: 16px !important;
  border-bottom: 1px solid #eee2d4 !important;
}

.fph-cart-drawer-thumb,
.fph-cart-drawer-thumb img {
  display: block !important;
  width: 84px !important;
  height: 84px !important;
  border-radius: 18px !important;
  object-fit: cover !important;
  background: #fff !important;
}

.fph-cart-drawer-item-content {
  min-width: 0 !important;
}

.fph-cart-drawer-item-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 8px !important;
}

.fph-cart-drawer-item-title {
  margin-bottom: 0 !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.fph-cart-drawer-remove {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  border: 1px solid #e4d6c5 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #9a8266 !important;
  cursor: pointer !important;
  transition: all .2s ease !important;
}

.fph-cart-drawer-remove:hover {
  color: #6f5942 !important;
  border-color: #cdb89f !important;
  background: #fcf7f0 !important;
}

.fph-cart-drawer-remove:disabled,
.fph-cart-drawer-remove.is-loading {
  opacity: .55 !important;
  cursor: wait !important;
}

.fph-cart-drawer-remove svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
}

.fph-cart-drawer-item-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  font-size: 14px !important;
  color: #8d7e6d !important;
}

.fph-cart-drawer-empty {
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 14px !important;
  text-align: left !important;
}

.fph-cart-drawer-empty p {
  margin: 0 !important;
  font-size: 18px !important;
}

.fph-cart-drawer-shop-link,
.fph-cart-drawer-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  border: 1px solid #d8cab9 !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.fph-cart-drawer-footer {
  padding: 18px 24px 24px !important;
  border-top: 1px solid #eadfce !important;
  background: #fffdf9 !important;
}

.fph-cart-drawer-total-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  font-size: 16px !important;
  margin-bottom: 16px !important;
}

.fph-cart-drawer-total-row strong {
  font-size: 22px !important;
}

.fph-cart-drawer-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.fph-cart-drawer-btn.is-primary {
  background: var(--fph-search-btn) !important;
  color: #fff !important;
  border-color: var(--fph-search-btn) !important;
}

.fph-cart-drawer-btn.is-secondary,
.fph-cart-drawer-shop-link {
  background: transparent !important;
  color: var(--fph-text) !important;
}

html.fph-cart-drawer-open,
body.fph-cart-drawer-open {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .fph-cart-drawer-panel {
    width: 100vw !important;
  }

  .fph-cart-drawer-head,
  .fph-cart-drawer-body,
  .fph-cart-drawer-footer {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .fph-cart-drawer-title {
    font-size: 28px !important;
  }
}
