@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
  --taym-ink: #181511;
  --taym-muted: #6c655b;
  --taym-accent: #b98a54;
  --taym-accent-strong: #8f6537;
  --taym-bg: #f5efe6;
  --taym-card: #fffdf8;
  --taym-border: rgba(81, 62, 35, 0.16);
  --taym-shadow-soft: 0 14px 32px rgba(36, 29, 18, 0.1);
  --taym-shadow-strong: 0 24px 60px rgba(30, 23, 13, 0.14);
}

body#index {
  font-family: "Manrope", "Open Sans", sans-serif;
  background:
    radial-gradient(1200px 460px at 8% -5%, rgba(185, 138, 84, 0.17), transparent 72%),
    radial-gradient(980px 380px at 90% 8%, rgba(67, 54, 36, 0.13), transparent 73%),
    linear-gradient(180deg, #f8f3eb 0%, #fcfaf6 100%);
}

#index #wrapper {
  background: transparent;
}

#index .ybc-theme-panel {
  display: none !important;
}

#index #content.page-home {
  padding-top: 32px;
  padding-bottom: 24px;
}

#index .taym-home-hero {
  margin-bottom: 36px;
}

#index .taym-home-hero__surface {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid var(--taym-border);
  box-shadow: var(--taym-shadow-strong);
  background:
    linear-gradient(132deg, #fffcf7 4%, #f0e5d3 60%, #e9dbc3 100%);
  isolation: isolate;
}

#index .taym-home-hero__surface::before,
#index .taym-home-hero__surface::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

#index .taym-home-hero__surface::before {
  width: 360px;
  height: 360px;
  right: -110px;
  top: -140px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.54) 0%, rgba(255, 255, 255, 0) 72%);
}

#index .taym-home-hero__surface::after {
  width: 330px;
  height: 330px;
  left: -130px;
  bottom: -170px;
  background: radial-gradient(circle, rgba(185, 138, 84, 0.23) 0%, rgba(185, 138, 84, 0) 72%);
}

#index .taym-home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 26px;
  padding: 42px;
}

#index .taym-home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--taym-accent-strong);
}

#index .taym-home-hero__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--taym-accent-strong);
}

#index .taym-home-hero__title {
  margin: 14px 0 12px;
  line-height: 0.9;
  color: var(--taym-ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 6vw, 76px);
  text-transform: none;
  letter-spacing: 0.01em;
}

#index .taym-home-hero__subtitle {
  max-width: 60ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--taym-muted);
}

#index .taym-home-hero__actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#index .taym-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

#index .taym-btn:hover {
  transform: translateY(-2px);
}

#index .taym-btn--primary {
  background: linear-gradient(115deg, #aa7843 0%, #c2945f 100%);
  color: #fff;
  box-shadow: 0 10px 20px rgba(130, 89, 44, 0.24);
}

#index .taym-btn--primary:hover {
  color: #fff;
  box-shadow: 0 16px 24px rgba(130, 89, 44, 0.29);
}

#index .taym-btn--ghost {
  border-color: rgba(87, 66, 38, 0.32);
  background: rgba(255, 255, 255, 0.7);
  color: #3e2e1d;
}

#index .taym-btn--ghost:hover {
  background: #fff;
  border-color: rgba(87, 66, 38, 0.52);
  color: #3e2e1d;
}

#index .taym-home-hero__pillars {
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

#index .taym-home-hero__pillars li {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(106, 79, 45, 0.2);
  background: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
  color: #4b3a27;
}

#index .taym-home-hero__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

#index .taym-hero-card {
  position: relative;
  margin: 0;
  padding: 20px 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(83, 66, 39, 0.18);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--taym-shadow-soft);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#index .taym-hero-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(36, 29, 18, 0.16);
}

#index .taym-hero-card--accent {
  background: linear-gradient(120deg, #1f1812 0%, #3f2f1e 100%);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f7efe2;
}

#index .taym-hero-card--accent .taym-hero-card__kicker,
#index .taym-hero-card--accent p {
  color: rgba(247, 239, 226, 0.86);
}

#index .taym-hero-card__kicker {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #8a6b43;
}

#index .taym-hero-card h3 {
  margin: 0 0 8px;
  color: inherit;
  font-size: 23px;
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1.08;
}

#index .taym-hero-card p {
  margin: 0;
  color: #5e5448;
  font-size: 14px;
  line-height: 1.6;
}

#index .taym-hero-card--link {
  text-decoration: none;
  color: inherit;
}

#index .taym-hero-card--link span {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--taym-accent-strong);
}

#index .taym-hero-card--link span::after {
  content: "->";
  font-size: 11px;
}

#index .home_widget_top_column {
  margin-bottom: 30px;
}

#index .home_widget_top_column .home_widget_top_column_content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}

#index .home_widget_top_column .ybc-widget-display-top-column {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

#index .home_widget_top_column .ybc-widget-item {
  float: none;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
}

#index .home_widget_top_column .ybc-widget-item-wrap {
  border-radius: 24px;
  border: 1px solid var(--taym-border);
  background: var(--taym-card);
  box-shadow: var(--taym-shadow-soft);
  overflow: hidden;
}

#index .home_widget_top_column .ybc-widget-item-content {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background:
    radial-gradient(130% 88% at 90% 20%, rgba(184, 138, 84, 0.15), transparent 68%),
    linear-gradient(180deg, #fffefa 0%, #f6efe5 100%);
}

#index .home_widget_top_column .ybc-widget-item-content img {
  max-width: 92%;
  max-height: 170px;
  object-fit: contain;
  transition: transform 0.45s ease, filter 0.45s ease;
}

#index .home_widget_top_column .ybc-widget-item:hover .ybc-widget-item-content img {
  transform: scale(1.03);
  filter: saturate(1.05);
}

#index .entry_tab {
  margin: 0 auto 28px;
  max-width: 1240px;
  padding: 0 15px;
}

#index .entry_tab .tabs {
  border-radius: 30px;
  border: 1px solid var(--taym-border);
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #fbf7ef 100%);
  box-shadow: var(--taym-shadow-soft);
}

#index .entry_tab .tab_title {
  padding: 34px 34px 18px;
  border-bottom: 1px solid rgba(81, 62, 35, 0.11);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

#index .entry_tab .wraper_title_section {
  margin: 0;
}

#index .entry_tab .home_title_section {
  margin: 0;
}

#index .entry_tab .home_title_section span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.95;
  text-transform: none;
  color: var(--taym-ink);
}

#index .entry_tab .sub_title_section {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--taym-muted);
}

#index .entry_tab .line_sub {
  margin-top: 14px;
  width: 74px;
  height: 2px;
  background: linear-gradient(90deg, var(--taym-accent), rgba(185, 138, 84, 0));
}

#index .entry_tab .title_tab .nav_title_tab {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#index .entry_tab .title_tab .nav_title_tab li {
  margin: 0;
}

#index .entry_tab .title_tab .nav_title_tab a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(102, 77, 46, 0.23);
  background: rgba(255, 255, 255, 0.72);
  color: #3d2f1f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.28s ease;
}

#index .entry_tab .title_tab .nav_title_tab a:hover,
#index .entry_tab .title_tab .nav_title_tab a.active {
  border-color: rgba(122, 90, 52, 0.45);
  background: #fff;
  color: #2f2214;
  transform: translateY(-1px);
}

#index .entry_tab .tab_content {
  padding: 28px 34px 34px;
}

#index .entry_tab .tab_content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#index .entry_tab .tab_content .alert-info {
  margin: 0;
  border: 1px solid rgba(95, 74, 44, 0.15);
  border-radius: 16px;
  background: #fffdf8;
  color: #5d513f;
  font-weight: 500;
  padding: 16px 18px;
}

#index .page-home .products,
#index .page-home .product_list,
#index .page-home ul.products {
  margin: 0;
}

#index .page-home .product-miniature,
#index .page-home .ajax_block_product,
#index .page-home .item {
  border-radius: 20px;
  border: 1px solid rgba(104, 77, 44, 0.13);
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 19, 11, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#index .page-home .product-miniature:hover,
#index .page-home .ajax_block_product:hover,
#index .page-home .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(24, 19, 11, 0.14);
}

#index .page-home .product-miniature .product-title,
#index .page-home .ajax_block_product h4,
#index .page-home .item h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  line-height: 1.05;
}

#index .taym-home-hero__content > *,
#index .home_widget_top_column .ybc-widget-item,
#index .entry_tab .tab_title,
#index .entry_tab .tab_content {
  animation: taymFadeUp 0.75s ease both;
}

#index .taym-home-hero__content > :nth-child(1) {
  animation-delay: 0.05s;
}

#index .taym-home-hero__content > :nth-child(2) {
  animation-delay: 0.12s;
}

#index .taym-home-hero__content > :nth-child(3) {
  animation-delay: 0.2s;
}

#index .taym-home-hero__content > :nth-child(4) {
  animation-delay: 0.28s;
}

#index .taym-home-hero__content > :nth-child(5) {
  animation-delay: 0.36s;
}

#index .home_widget_top_column .ybc-widget-item:nth-child(1) {
  animation-delay: 0.08s;
}

#index .home_widget_top_column .ybc-widget-item:nth-child(2) {
  animation-delay: 0.16s;
}

#index .home_widget_top_column .ybc-widget-item:nth-child(3) {
  animation-delay: 0.24s;
}

@keyframes taymFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #index .taym-home-hero__content > *,
  #index .home_widget_top_column .ybc-widget-item,
  #index .entry_tab .tab_title,
  #index .entry_tab .tab_content {
    animation: none;
  }
}

@media (max-width: 1199px) {
  #index .taym-home-hero__grid {
    padding: 34px;
    gap: 20px;
  }
}

@media (max-width: 991px) {
  #index #content.page-home {
    padding-top: 20px;
  }

  #index .taym-home-hero__grid {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  #index .taym-home-hero__subtitle {
    max-width: none;
  }

  #index .home_widget_top_column .ybc-widget-display-top-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #index .entry_tab .tab_title {
    padding: 24px 22px 16px;
  }

  #index .entry_tab .tab_content {
    padding: 20px 22px 24px;
  }
}

@media (max-width: 767px) {
  body#index {
    overflow-x: hidden;
  }

  #header .header-nav .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #header .header-nav .left-nav,
  #header .header-nav .right-nav {
    float: none;
  }

  #header .header-nav .left-nav .row {
    margin: 0;
  }

  #header .header-nav .right-nav {
    margin-left: auto;
  }

  #header #_desktop_user_info {
    position: relative;
  }

  #header #_desktop_user_info .show_on_mobile {
    display: inline-block;
  }

  #header .header-nav .right-nav .user-info > a.sign_in,
  #header .header-nav .right-nav .user-info > a.user-info-account {
    display: none !important;
  }

  #header #_desktop_user_info .toggle_user_mobile {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 170px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }

  #header #_desktop_user_info .toggle_user_mobile.open {
    display: block !important;
    opacity: 1;
    visibility: visible;
  }

  #header #_desktop_user_info .toggle_user_mobile.open .user-info > a {
    display: block !important;
    float: none !important;
    width: 100% !important;
    white-space: nowrap;
    margin: 0 !important;
    padding: 10px 14px !important;
    text-align: left !important;
    font-size: 14px;
    line-height: 1.35;
    color: #2a2a2a;
    border: 0;
  }

  #header #_desktop_user_info .toggle_user_mobile.open .user-info > a:first-child {
    border-bottom: 1px solid #ececec;
    padding-right: 14px !important;
    margin-right: 0 !important;
  }

  #header #_desktop_user_info .toggle_user_mobile .user-info > a::before {
    display: none !important;
    content: none !important;
  }

  #header #_desktop_user_info .toggle_user_mobile .user-info > a span {
    display: block;
  }

  #index .taym-home-hero__surface {
    border-radius: 24px;
  }

  #index .taym-home-hero__grid {
    padding: 24px 18px;
  }

  #index .taym-home-hero__title {
    font-size: clamp(36px, 12vw, 52px);
  }

  #index .taym-home-hero__actions {
    gap: 10px;
  }

  #index .taym-btn {
    width: 100%;
  }

  #index .home_widget_top_column .ybc-widget-display-top-column {
    grid-template-columns: 1fr;
  }

  #index .home_widget_top_column .ybc-widget-item-content {
    min-height: 200px;
  }

  #index .entry_tab .tabs {
    border-radius: 22px;
  }

  #index .entry_tab .title_tab .nav_title_tab a {
    min-height: 36px;
    padding: 6px 12px;
  }

  #index .entry_tab .home_title_section span {
    font-size: clamp(30px, 10vw, 40px);
  }
}

/* Premium footer redesign */
#footer .footer-container {
  position: relative;
  margin-top: 48px;
  color: #eadfce;
  background:
    radial-gradient(680px 260px at 6% -15%, rgba(185, 138, 84, 0.22), rgba(185, 138, 84, 0)),
    linear-gradient(170deg, #1c160f 0%, #12100c 100%);
  border-top: 1px solid rgba(185, 138, 84, 0.28);
}

#footer .footer_before {
  padding: 34px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#footer .taym-footer-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#footer .footer_logo {
  margin: 0;
  padding: 0;
}

#footer .footer_logo a {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(185, 138, 84, 0.22);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

#footer .footer_logo img {
  max-height: 82px;
  width: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.34));
}

#footer .footer_text_welcome {
  margin: 0;
  max-width: 880px;
  color: #d9ceb8;
  font-size: 14px;
  line-height: 1.8;
}

#footer .footer_text_welcome a {
  color: #e6bf8e;
  font-weight: 600;
}

#footer .footer_text_welcome a:hover {
  color: #f2d2a8;
  text-decoration: none;
}

#footer .taym-footer-social-inline {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

#footer .taym-social-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 999px;
  border: 1px solid rgba(191, 150, 101, 0.32);
  background: rgba(255, 255, 255, 0.06);
  color: #f0e7d8;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.26s ease;
}

#footer .taym-social-pill:hover {
  color: #fff;
  border-color: rgba(216, 177, 130, 0.62);
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

#footer .footer_top {
  margin-top: 24px;
  margin-bottom: 14px;
  align-items: stretch;
}

#footer .footer_top > div {
  margin-bottom: 16px;
}

#footer .footer_top > .wrapper,
#footer .footer_top > .links,
#footer .footer_top > .block_newsletter,
#footer .footer_top > .block-contact {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  padding: 20px 18px;
  min-height: 100%;
}

#footer .footer_top > .link_list > .row {
  margin-left: 0;
  margin-right: 0;
}

#footer .footer_top > .link_list > .row > .wrapper {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  min-height: 0;
}

#footer .title-footer-block,
#footer .myaccount-title,
#footer .myaccount-title a {
  color: #f4ebde;
  letter-spacing: 0.05em;
}

#footer .footer_top .h3,
#footer .footer_top h3,
#footer .footer_top h4 {
  color: #f4ebde;
}

#footer .footer_top a,
#footer .footer_top .footer_text_welcome {
  color: #d5c8b1;
}

#footer .footer_top a:hover {
  color: #f0d0a6;
  text-decoration: none;
}

#footer .contactinfo_footer > div {
  margin-bottom: 9px;
}

#footer .taym-contact-social-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

#footer .taym-footer-social ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
}

#footer .taym-footer-social li {
  list-style: none;
}

#footer .taym-footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(196, 155, 105, 0.26);
  background: rgba(255, 255, 255, 0.04);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

#footer .taym-footer-social a:hover {
  border-color: rgba(236, 196, 143, 0.58);
  background: rgba(255, 255, 255, 0.09);
}

#footer .footer_after {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
}

#footer .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 16px 0 20px;
}

#footer .ybc_coppyright {
  color: #cabba4;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
}

#footer .scroll_top {
  right: 18px;
  bottom: 18px;
  border-radius: 999px;
  background: rgba(195, 154, 104, 0.9);
}

#footer .scroll_top span {
  color: #1f1811;
  font-weight: 700;
}

@media (max-width: 991px) {
  #footer .taym-footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer .footer_logo img {
    max-height: 72px;
  }
}

@media (max-width: 767px) {
  #footer .footer-container {
    margin-top: 34px;
  }

  #footer .footer_before {
    padding: 24px 0 12px;
  }

  #footer .footer_top > .wrapper,
  #footer .footer_top > .links,
  #footer .footer_top > .block_newsletter,
  #footer .footer_top > .block-contact {
    border-radius: 16px;
    padding: 14px 14px;
  }

  #footer .taym-social-pill {
    width: 100%;
    justify-content: center;
  }
}

/* Keep logo size balanced on desktop and mobile */
#header .logo,
#header .logo img,
#_desktop_logo img,
#_mobile_logo img,
.mobile_logo img {
  max-height: 90px;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  #header .logo,
  #header .logo img,
  #_desktop_logo img,
  #_mobile_logo img,
  .mobile_logo img {
    max-height: 72px !important;
    width: auto;
    height: auto;
  }

  #_mobile_logo > a {
    padding: 10px 0 !important;
  }

}

/* Listing redesign inspired by v1_lacausa_2 */
body#category,
body#best-sales,
body#new-products,
body#prices-drop,
body#search,
body#supplier,
body#manufacturer {
  background:
    radial-gradient(900px 320px at 8% -8%, rgba(185, 138, 84, 0.14), transparent 70%),
    radial-gradient(820px 300px at 92% 4%, rgba(72, 58, 37, 0.11), transparent 72%),
    linear-gradient(180deg, #f8f4ec 0%, #fbf9f5 100%);
}

body#category #wrapper.maincontent_v1,
body#best-sales #wrapper.maincontent_v1,
body#new-products #wrapper.maincontent_v1,
body#prices-drop #wrapper.maincontent_v1,
body#search #wrapper.maincontent_v1,
body#supplier #wrapper.maincontent_v1,
body#manufacturer #wrapper.maincontent_v1 {
  background: transparent;
  overflow-x: hidden;
}

body#category #left-column,
body#best-sales #left-column,
body#new-products #left-column,
body#prices-drop #left-column,
body#search #left-column,
body#supplier #left-column,
body#manufacturer #left-column {
  padding-right: 14px;
}

body#category #content-wrapper,
body#best-sales #content-wrapper,
body#new-products #content-wrapper,
body#prices-drop #content-wrapper,
body#search #content-wrapper,
body#supplier #content-wrapper,
body#manufacturer #content-wrapper {
  padding-left: 14px;
}

body#category #search_filters_wrapper,
body#best-sales #search_filters_wrapper,
body#new-products #search_filters_wrapper,
body#prices-drop #search_filters_wrapper,
body#search #search_filters_wrapper,
body#supplier #search_filters_wrapper,
body#manufacturer #search_filters_wrapper {
  position: sticky;
  top: 118px;
}

body#category #search_filters,
body#best-sales #search_filters,
body#new-products #search_filters,
body#prices-drop #search_filters,
body#search #search_filters,
body#supplier #search_filters,
body#manufacturer #search_filters {
  padding: 20px 18px;
  border-radius: 24px;
  border: 1px solid rgba(110, 86, 53, 0.16);
  background: linear-gradient(170deg, #fffefb 0%, #fff9ef 100%);
  box-shadow: 0 18px 34px rgba(39, 28, 12, 0.11);
}

body#category #search_filters > .h6,
body#best-sales #search_filters > .h6,
body#new-products #search_filters > .h6,
body#prices-drop #search_filters > .h6,
body#search #search_filters > .h6,
body#supplier #search_filters > .h6,
body#manufacturer #search_filters > .h6 {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #7a6542;
}

body#category #search_filters .clear-all-wrapper,
body#best-sales #search_filters .clear-all-wrapper,
body#new-products #search_filters .clear-all-wrapper,
body#prices-drop #search_filters .clear-all-wrapper,
body#search #search_filters .clear-all-wrapper,
body#supplier #search_filters .clear-all-wrapper,
body#manufacturer #search_filters .clear-all-wrapper {
  margin-bottom: 14px;
}

body#category #search_filters .js-search-filters-clear-all,
body#best-sales #search_filters .js-search-filters-clear-all,
body#new-products #search_filters .js-search-filters-clear-all,
body#prices-drop #search_filters .js-search-filters-clear-all,
body#search #search_filters .js-search-filters-clear-all,
body#supplier #search_filters .js-search-filters-clear-all,
body#manufacturer #search_filters .js-search-filters-clear-all {
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(145, 109, 67, 0.26);
  background: #fff;
  color: #5f4525;
  font-size: 12px;
  font-weight: 700;
}

body#category #search_filters .facet,
body#best-sales #search_filters .facet,
body#new-products #search_filters .facet,
body#prices-drop #search_filters .facet,
body#search #search_filters .facet,
body#supplier #search_filters .facet,
body#manufacturer #search_filters .facet {
  margin: 0;
  padding: 13px 0;
  border-top: 1px solid rgba(120, 95, 60, 0.16);
}

body#category #search_filters .facet:first-of-type,
body#best-sales #search_filters .facet:first-of-type,
body#new-products #search_filters .facet:first-of-type,
body#prices-drop #search_filters .facet:first-of-type,
body#search #search_filters .facet:first-of-type,
body#supplier #search_filters .facet:first-of-type,
body#manufacturer #search_filters .facet:first-of-type {
  border-top: 0;
  padding-top: 2px;
}

body#category #search_filters .facet-title,
body#best-sales #search_filters .facet-title,
body#new-products #search_filters .facet-title,
body#prices-drop #search_filters .facet-title,
body#search #search_filters .facet-title,
body#supplier #search_filters .facet-title,
body#manufacturer #search_filters .facet-title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  line-height: 1.1;
  color: #2d2216;
  text-transform: none;
}

body#category #search_filters .facet-label,
body#best-sales #search_filters .facet-label,
body#new-products #search_filters .facet-label,
body#prices-drop #search_filters .facet-label,
body#search #search_filters .facet-label,
body#supplier #search_filters .facet-label,
body#manufacturer #search_filters .facet-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 0;
  padding: 6px 0;
}

body#category #search_filters .facet-label a,
body#best-sales #search_filters .facet-label a,
body#new-products #search_filters .facet-label a,
body#prices-drop #search_filters .facet-label a,
body#search #search_filters .facet-label a,
body#supplier #search_filters .facet-label a,
body#manufacturer #search_filters .facet-label a {
  flex: 1;
  color: #5a4a33;
  font-size: 13px;
  line-height: 1.5;
}

body#category #search_filters .facet-label.active a,
body#best-sales #search_filters .facet-label.active a,
body#new-products #search_filters .facet-label.active a,
body#prices-drop #search_filters .facet-label.active a,
body#search #search_filters .facet-label.active a,
body#supplier #search_filters .facet-label.active a,
body#manufacturer #search_filters .facet-label.active a {
  color: #8f6537;
  font-weight: 700;
}

.taym-listing-page .taym-listing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 26px;
  margin: 0 0 16px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(128, 98, 60, 0.2);
  background:
    radial-gradient(420px 280px at 10% 0%, rgba(185, 138, 84, 0.16), transparent 72%),
    linear-gradient(132deg, #fffdf9 2%, #f4e6cf 62%, #efddc1 100%);
  box-shadow: 0 22px 42px rgba(34, 25, 12, 0.12);
  overflow: hidden;
}

.taym-listing-page .taym-listing-hero--no-media {
  grid-template-columns: 1fr;
}

.taym-listing-page .taym-listing-hero__eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6540;
}

.taym-listing-page .taym-listing-hero .title_category {
  margin: 10px 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 4.8vw, 56px);
  line-height: 0.96;
  color: #1f170f;
  text-transform: none;
}

.taym-listing-page .taym-listing-hero__description {
  margin: 0;
  max-width: 62ch;
  color: #5e5548;
  font-size: 14px;
  line-height: 1.8;
}

.taym-listing-page .taym-listing-hero__stats {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.taym-listing-page .taym-listing-hero__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(112, 86, 52, 0.22);
  background: rgba(255, 255, 255, 0.7);
  color: #4f3b23;
  font-size: 12px;
  font-weight: 700;
}

.taym-listing-page .taym-listing-hero__media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.taym-listing-page .taym-listing-hero__media img {
  width: 100%;
  max-width: 460px;
  max-height: 250px;
  border-radius: 24px;
  object-fit: cover;
  border: 1px solid rgba(145, 108, 65, 0.24);
  box-shadow: 0 16px 34px rgba(24, 16, 8, 0.2);
}

.taym-products-toolbar {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(124, 94, 56, 0.16);
  background: linear-gradient(170deg, #fffefb 0%, #fff9ef 100%);
  box-shadow: 0 12px 30px rgba(31, 22, 11, 0.1);
  align-items: center;
}

.taym-products-toolbar .taym-toolbar-summary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.taym-products-toolbar .taym-toolbar-count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #5b4a32;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.taym-products-toolbar .taym-toolbar-count strong {
  color: #1f170f;
  font-size: 20px;
  line-height: 1;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.taym-products-toolbar .taym-toolbar-hint {
  color: #7c6d58;
  font-size: 12px;
  font-weight: 600;
}

.taym-products-toolbar .display {
  margin: 0 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.taym-products-toolbar .display li a {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(125, 96, 56, 0.22);
  background: #fff;
  color: #6b5130;
  transition: all 0.25s ease;
}

.taym-products-toolbar .display li.active a,
.taym-products-toolbar .display li a:hover {
  border-color: rgba(166, 123, 72, 0.58);
  background: #ead4b1;
  color: #2f2114;
}

.taym-products-toolbar .sort-by {
  margin-top: 10px;
  margin-right: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a6542;
  font-weight: 700;
}

.taym-products-toolbar__right .sort-by-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: 0;
  margin-right: 0;
}

.taym-products-toolbar__right .products-sort-order {
  width: auto;
}

.taym-products-toolbar .products-sort-order .select-title {
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(123, 94, 56, 0.25);
  background: #fff;
  color: #3d2e1d;
  font-weight: 600;
}

.taym-products-toolbar .products-sort-order .dropdown-menu {
  margin-top: 8px;
  border-radius: 16px;
  border: 1px solid rgba(111, 85, 52, 0.2);
  box-shadow: 0 16px 30px rgba(26, 18, 9, 0.16);
  overflow: hidden;
}

.taym-products-toolbar .products-sort-order .dropdown-menu .select-list {
  padding: 9px 14px;
  color: #4b3a28;
}

.taym-products-toolbar .products-sort-order .dropdown-menu .select-list.current,
.taym-products-toolbar .products-sort-order .dropdown-menu .select-list:hover {
  background: #f5ead7;
  color: #6b4a22;
}

.taym-products-shell__active-filters #js-active-search-filters.active_filters {
  margin: 0 0 16px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(122, 95, 61, 0.2);
  background: rgba(255, 255, 255, 0.74);
}

.taym-products-shell__active-filters #js-active-search-filters ul {
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.taym-products-shell__active-filters #js-active-search-filters .filter-block {
  list-style: none;
  margin: 0;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(141, 105, 58, 0.2);
  background: #fff;
  color: #5a4831;
  font-size: 12px;
}

.taym-products-shell__active-filters #js-active-search-filters .filter-block .close {
  font-size: 16px;
  color: #8f6537;
  vertical-align: middle;
}

#js-product-list .taym-products-grid.products {
  margin-left: 0;
  margin-right: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

#js-product-list .product-miniature {
  width: auto;
  margin: 0;
  max-width: none;
}

#js-product-list .product-miniature .thumbnail-container {
  position: relative;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(122, 95, 58, 0.16);
  background: #fffefb;
  box-shadow: 0 16px 28px rgba(31, 22, 12, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#js-product-list .product-miniature:hover .thumbnail-container {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(26, 19, 10, 0.16);
}

#js-product-list .product-miniature .image_item_product:not(.img_no_image) {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 20%, rgba(240, 230, 211, 0.7), #f4ede2 70%);
  aspect-ratio: 1 / 1;
}

#js-product-list .product-miniature .image_item_product:not(.img_no_image) .product-thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}

#js-product-list .product-miniature .image_item_product:not(.img_no_image) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}

#js-product-list .product-miniature:hover .image_item_product:not(.img_no_image) img {
  transform: scale(1.06);
}

#js-product-list .product-miniature .product-description {
  padding: 16px 18px 14px;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#js-product-list .product-miniature .taym-product-category {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #8a6540;
}

#js-product-list .product-miniature .product-title {
  margin: 0;
}

#js-product-list .product-miniature .product-title a {
  color: #20160e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  line-height: 0.96;
}

#js-product-list .product-miniature .short_description {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6e6357;
}

#js-product-list .product-miniature .product-price-and-shipping {
  margin-top: auto;
}

#js-product-list .product-miniature .product-price-and-shipping .price {
  color: #8e6537;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#js-product-list .product-miniature .product-flags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

#js-product-list .product-miniature .product-flags li {
  border-radius: 999px;
  border: 1px solid rgba(153, 112, 63, 0.22);
  background: rgba(255, 255, 255, 0.88);
  color: #694b24;
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 4px 9px;
}

#js-product-list .product-miniature .img_no_image {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 14px;
  background: linear-gradient(180deg, rgba(17, 12, 8, 0) 36%, rgba(17, 12, 8, 0.34) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#js-product-list .product-miniature:hover .img_no_image {
  opacity: 1;
}

#js-product-list .product-miniature .highlighted-informations {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
}

#js-product-list .product-miniature .highlighted-informations .add_to_cart_button {
  margin: 0;
}

#js-product-list .product-miniature .highlighted-informations .add_to_cart,
#js-product-list .product-miniature .highlighted-informations .quick-view {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(130, 96, 57, 0.26);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5a4120;
  position: relative;
}

#js-product-list .product-miniature .highlighted-informations .add_to_cart {
  border: 0;
  background: linear-gradient(130deg, #aa7843 0%, #c2945f 100%);
  color: #fff;
}

#js-product-list .product-miniature .highlighted-informations .add_to_cart::before {
  content: "\e8cc";
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 1;
}

#js-product-list .product-miniature .highlighted-informations .quick-view::before {
  content: "\e8b6";
  font-family: "Material Icons";
  font-size: 18px;
  line-height: 1;
}

#js-product-list .products.list {
  display: block;
}

#js-product-list .products.list .product-miniature {
  width: 100%;
  margin-bottom: 16px;
}

#js-product-list .products.list .thumbnail-container {
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding: 12px;
}

#js-product-list .products.list .image_item_product,
#js-product-list .products.list .product-description,
#js-product-list .products.list .product-flags {
  float: none !important;
  width: auto !important;
  max-width: none !important;
}

#js-product-list .products.list .image_item_product:not(.img_no_image) {
  flex: 0 0 240px;
  max-width: 240px !important;
  border-radius: 18px;
  aspect-ratio: auto;
}

#js-product-list .products.list .product-description {
  flex: 1;
  min-height: 0;
  padding: 8px 4px 8px 0;
}

#js-product-list .products.list .img_no_image {
  position: static;
  opacity: 1;
  pointer-events: auto;
  background: transparent;
  padding: 0;
  margin-left: auto;
}

#js-product-list .products.list .highlighted-informations {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

#js-product-list nav.pagination {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(126, 95, 56, 0.16);
  background: #fffefb;
  box-shadow: 0 12px 24px rgba(26, 18, 10, 0.09);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#js-product-list nav.pagination .col-md-6 {
  padding: 0;
}

#js-product-list nav.pagination .page-list {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

#js-product-list nav.pagination .page-list li {
  margin: 0;
}

#js-product-list nav.pagination .page-list li a,
#js-product-list nav.pagination .page-list li span {
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(132, 102, 61, 0.2);
  background: #fff;
  color: #5f4728;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
}

#js-product-list nav.pagination .page-list li.current a,
#js-product-list nav.pagination .page-list li a:hover {
  background: #ead5b4;
  border-color: rgba(152, 108, 56, 0.4);
  color: #2f2214;
}

@media (min-width: 992px) {
  .taym-listing-page .taym-listing-hero {
    padding: 34px 36px;
  }

  .taym-listing-page .taym-listing-hero--no-media {
    min-height: 208px;
  }

  .taym-products-toolbar {
    padding: 16px 20px;
  }

  .taym-products-toolbar__left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .taym-products-toolbar .taym-toolbar-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    flex: 1;
  }

  .taym-products-toolbar .taym-toolbar-hint {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .taym-products-toolbar .display {
    margin: 0;
    flex-shrink: 0;
  }

  .taym-products-toolbar .sort-by {
    margin-top: 0;
  }
}

@media (max-width: 1399px) {
  #js-product-list .taym-products-grid.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  #js-product-list .product-miniature .product-title a {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  body#category #left-column,
  body#best-sales #left-column,
  body#new-products #left-column,
  body#prices-drop #left-column,
  body#search #left-column,
  body#supplier #left-column,
  body#manufacturer #left-column,
  body#category #content-wrapper,
  body#best-sales #content-wrapper,
  body#new-products #content-wrapper,
  body#prices-drop #content-wrapper,
  body#search #content-wrapper,
  body#supplier #content-wrapper,
  body#manufacturer #content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .taym-listing-page .taym-listing-hero {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .taym-listing-page .taym-listing-hero__media img {
    max-height: 210px;
  }

  #js-product-list .taym-products-grid.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #js-product-list .products.list .image_item_product:not(.img_no_image) {
    flex-basis: 190px;
    max-width: 190px !important;
  }
}

@media (max-width: 767px) {
  #search_filters_wrapper {
    position: fixed !important;
    inset: 0;
    z-index: 1002;
    overflow-y: auto;
    padding: 14px;
    background: rgba(29, 21, 13, 0.35);
  }

  #search_filters {
    margin: 0 auto;
    max-width: 480px;
  }

  .taym-products-toolbar {
    margin-bottom: 12px;
    padding: 12px;
  }

  .taym-products-toolbar .sort-by-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #js-product-list .product-miniature .img_no_image {
    opacity: 1;
  }

  #js-product-list nav.pagination {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .taym-listing-page .taym-listing-hero {
    border-radius: 20px;
    padding: 18px;
  }

  .taym-listing-page .taym-listing-hero .title_category {
    font-size: 40px;
  }

  #js-product-list .taym-products-grid.products {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  #js-product-list .product-miniature .product-title a {
    font-size: 30px;
  }

  #js-product-list .products.list .thumbnail-container {
    flex-direction: column;
    gap: 10px;
  }

  #js-product-list .products.list .image_item_product:not(.img_no_image) {
    max-width: 100% !important;
    flex-basis: auto;
    min-height: 220px;
  }

  #js-product-list .products.list .img_no_image {
    margin-left: 0;
  }
}

/* Hide theme panel floating trigger */
.ybc-theme-panel-btn,
#ybc-theme-panel-btn {
  display: none !important;
}

/* Soft golden header background (desktop + mobile) */
#header .header_content,
#header .header-nav,
#header .header-top,
#header .menu_and_cattree {
  background: linear-gradient(135deg, #fffaf2 0%, #f3e4cb 56%, #ead4b2 100%) !important;
}

/* Contact page map with two boutiques */
.taym-contact-map-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.taym-contact-map {
  display: block;
  width: 100%;
  height: 420px;
  min-height: 340px;
  border-radius: 18px;
  border: 1px solid rgba(126, 95, 56, 0.22);
  overflow: hidden;
  background: #f7f1e7;
  box-shadow: 0 14px 28px rgba(28, 21, 12, 0.1);
}

.taym-contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.taym-contact-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.taym-map-route-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(132, 100, 58, 0.24);
  background: #fff;
  color: #4b3823;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.22s ease;
}

.taym-map-route-btn:hover {
  background: #f4e2c3;
  border-color: rgba(132, 100, 58, 0.4);
  color: #2d1f13;
}

@media (max-width: 767px) {
  .taym-contact-map {
    height: 320px;
    min-height: 280px;
  }

  .taym-map-route-btn {
    width: 100%;
  }
}
