@import url("https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:wght@500;600;700;800;900&family=Barlow:wght@400;500;600;700;800&display=swap");
:root {
  --fdk-red: #e52b1c;
  --fdk-yellow: #f6a900;
  --fdk-ink: #111;
  --fdk-paper: #f7f4ee;
  --fdk-cream: #fffaf1;
  --fdk-line: #dfd8cd;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--fdk-ink);
  background: #fff;
  font-family: Barlow, Arial, sans-serif;
}
.fdk-shell {
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}
.fdk-top {
  height: 30px;
  background: #111;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
}
.fdk-top b {
  color: var(--fdk-yellow);
}
.fdk-header {
  height: 90px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.fdk-logo img,
.custom-logo {
  width: 224px;
  height: auto;
  display: block;
}
.fdk-header nav {
  margin-left: auto;
}
.fdk-header ul {
  display: flex;
  list-style: none;
  gap: 34px;
  margin: 0;
  padding: 0;
}
.fdk-header nav a {
  color: #292929;
  text-decoration: none;
  font-weight: 700;
}
.fdk-open {
  border: 1px solid #c9c5be;
  border-radius: 99px;
  padding: 12px 16px;
  font-size: 11px;
  font-weight: 800;
}
.fdk-open i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #2ea64a;
  border-radius: 50%;
  margin-right: 7px;
}
.fdk-cart {
  border-radius: 14px;
  background: var(--fdk-red);
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  text-decoration: none;
  min-width: 130px;
}
.fdk-cart > span:first-child {
  font-size: 22px;
}
.fdk-cart small {
  display: block;
  font-size: 9px;
}
.fdk-cart b {
  font-size: 13px;
}
.fdk-hero-v3 {
  min-height: 665px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.38fr;
  background: var(--fdk-paper);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e7e1d8;
}
.fdk-hero-v3:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#8f796733 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.18;
}
.fdk-hero-copy {
  position: relative;
  z-index: 2;
  padding: 62px 20px 50px 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fdk-crest {
  height: 46px;
  display: flex;
  gap: 7px;
  align-items: flex-end;
  margin-bottom: 16px;
}
.fdk-crest i {
  display: block;
  width: 12px;
  height: 39px;
  border-radius: 99px;
  background: var(--fdk-red);
  transform: rotate(-24deg);
}
.fdk-crest i:nth-child(2) {
  height: 46px;
  transform: none;
}
.fdk-crest i:nth-child(3) {
  transform: rotate(24deg);
}
.fdk-hero-copy > small,
.fdk-section-title small,
.fdk-menu-head small,
.fdk-how small {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.2px;
  color: var(--fdk-red);
}
.fdk-hero-copy h1,
.fdk-section-title h2,
.fdk-builder h2,
.fdk-menu-head h2,
.fdk-combo h2,
.fdk-how h2 {
  font:
    400 90px/0.92 Anton,
    Impact,
    sans-serif;
  letter-spacing: 0.3px;
}
.fdk-hero-copy h1 {
  font-size: clamp(70px, 6.2vw, 102px);
  margin: 12px 0 18px;
}
.fdk-hero-copy h1 em {
  font-style: normal;
  color: var(--fdk-red);
}
.fdk-hero-copy > p {
  font: 600 27px/1.2 "Barlow Condensed";
  max-width: 500px;
  margin: 0 0 28px;
  color: #37332f;
}
.fdk-actions {
  display: flex;
  gap: 10px;
}
.fdk-actions a {
  border-radius: 12px;
  padding: 17px 20px;
  text-decoration: none;
  font-weight: 900;
}
.fdk-primary {
  background: var(--fdk-red);
  color: #fff;
}
.fdk-secondary {
  border: 1px solid #aaa39b;
  color: #111;
}
.fdk-proof {
  display: flex;
  margin-top: auto;
  padding-top: 35px;
}
.fdk-proof > span {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  border-left: 1px solid #c8bfb3;
}
.fdk-proof > span:first-child {
  padding-left: 0;
  border: 0;
}
.fdk-proof b {
  font: 800 23px "Barlow Condensed";
}
.fdk-proof small {
  font-size: 11px;
  color: #716a62;
}
.fdk-hero-product {
  position: relative;
  background: var(--fdk-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fdk-hero-product:before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  border: 78px solid #d78b0026;
  border-radius: 50%;
}
.fdk-hero-product > div {
  position: absolute;
  z-index: 3;
  left: 24px;
  top: 25px;
  display: flex;
  flex-direction: column;
}
.fdk-hero-product > div span {
  background: var(--fdk-red);
  color: #fff;
  border-radius: 5px;
  padding: 5px 8px;
  width: max-content;
  font-size: 9px;
  font-weight: 900;
}
.fdk-hero-product > div b {
  font: 800 25px "Barlow Condensed";
  margin-top: 6px;
}
.fdk-hero-product > img {
  position: relative;
  z-index: 2;
  width: 112%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 32px 28px #6f370050);
}
.fdk-hero-product > a {
  position: absolute;
  z-index: 4;
  right: 23px;
  bottom: 23px;
  background: #111;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  font-size: 30px;
}
.fdk-flavors {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  z-index: 2;
}
.fdk-flavors a {
  position: relative;
  background: #fff;
  border-bottom: 1px solid var(--fdk-line);
  padding: 13px;
  text-decoration: none;
  color: #111;
  overflow: hidden;
}
.fdk-flavors a > span {
  position: absolute;
  font: 22px Anton;
  color: #d8d0c5;
}
.fdk-flavors img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: contain;
}
.fdk-flavors b,
.fdk-flavors small {
  display: block;
}
.fdk-flavors b {
  font: 800 19px "Barlow Condensed";
}
.fdk-flavors small {
  font-size: 11px;
  color: #777;
}
.fdk-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--fdk-line);
  border-radius: 0 0 22px 22px;
  overflow: hidden;
}
.fdk-trust > div {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: auto auto;
  padding: 22px 25px;
  border-right: 1px solid var(--fdk-line);
}
.fdk-trust > div:last-child {
  border: 0;
}
.fdk-trust span {
  grid-row: 1/3;
  align-self: center;
  color: var(--fdk-red);
  font-size: 28px;
}
.fdk-trust b {
  font-size: 12px;
}
.fdk-trust small {
  color: #7a746c;
  margin-top: 3px;
}
.fdk-strog {
  padding: 100px 0;
}
.fdk-section-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 35px;
}
.fdk-section-title h2 {
  font-size: 65px;
  margin: 8px 0 0;
}
.fdk-section-title > p {
  max-width: 470px;
  color: #665f57;
  font-size: 18px;
  line-height: 1.55;
}
.fdk-strog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.fdk-pot {
  border: 1px solid var(--fdk-line);
  border-radius: 20px;
  overflow: hidden;
}
.fdk-pot.tone-1 {
  background: #fff6e6;
}
.fdk-pot.tone-2 {
  background: #f4eee6;
}
.fdk-pot.tone-3 {
  background: #fff1d2;
}
.fdk-pot.tone-4 {
  background: #f2f1ed;
}
.fdk-pot .top {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
}
.fdk-pot .top span {
  font: 28px Anton;
  color: #b7aa99;
}
.fdk-pot .top b {
  font-size: 9px;
  background: #111;
  color: #fff;
  border-radius: 5px;
  padding: 6px 8px;
}
.fdk-pot > img {
  width: 100%;
  height: 290px;
  object-fit: contain;
  filter: drop-shadow(0 18px 15px #48311d26);
}
.fdk-pot .copy {
  background: #fff;
  padding: 22px;
}
.fdk-pot h3 {
  font: 800 30px "Barlow Condensed";
  margin: 0;
}
.fdk-pot p {
  font-size: 14px;
  line-height: 1.5;
  color: #6c655d;
  min-height: 63px;
}
.fdk-pot .copy > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fdk-pot strong {
  font-size: 21px;
}
.fdk-pot .copy a {
  background: #111;
  color: #fff;
  border-radius: 9px;
  padding: 11px 13px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
}
.fdk-builder {
  background: #111;
  color: #fff;
  padding: 78px 0;
  position: relative;
  overflow: hidden;
}
.fdk-builder:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    transparent 0 7px,
    #ffffff05 7px 8px
  );
}
.fdk-builder-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 80px;
  align-items: center;
}
.fdk-builder .visual {
  min-height: 520px;
  background: var(--fdk-yellow);
  border-radius: 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fdk-builder .visual > span {
  position: absolute;
  left: 22px;
  top: 12px;
  font: 105px Anton;
  color: #1111;
}
.fdk-builder .visual img {
  width: 80%;
  height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 28px 25px #49270080);
}
.fdk-builder .visual small {
  position: absolute;
  right: 25px;
  bottom: 22px;
  font-weight: 900;
  letter-spacing: 2px;
}
.fdk-builder .controls > small {
  color: var(--fdk-yellow);
  letter-spacing: 2px;
}
.fdk-builder h2 {
  font-size: 68px;
  margin: 12px 0 32px;
}
.fdk-builder .controls > div {
  padding: 17px 0;
  border-top: 1px solid #363636;
}
.fdk-builder .controls b {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.fdk-builder .controls span {
  display: inline-block;
  border: 1px solid #5a5a5a;
  border-radius: 8px;
  padding: 10px 16px;
  margin: 0 6px 4px 0;
}
.fdk-builder .controls > div:first-of-type span:first-of-type,
.fdk-builder .controls > div:nth-of-type(2) span:first-of-type,
.fdk-builder .controls > div:nth-of-type(3) span:nth-of-type(2) {
  background: var(--fdk-yellow);
  color: #111;
  border-color: var(--fdk-yellow);
}
.fdk-builder .controls > a {
  display: block;
  background: var(--fdk-red);
  color: #fff;
  border-radius: 11px;
  padding: 18px 22px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 900;
}
.fdk-menu-v3 {
  padding: 105px 0;
}
.fdk-menu-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 36px;
}
.fdk-menu-head h2 {
  font-size: 61px;
  margin: 8px 0 0;
}
.fdk-menu-head nav {
  display: flex;
  gap: 5px;
  background: var(--fdk-paper);
  padding: 5px;
  border-radius: 12px;
}
.fdk-menu-head nav a {
  color: #111;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 14px;
}
.fdk-menu-head nav a:first-child {
  background: #111;
  color: #fff;
  border-radius: 8px;
}
.woocommerce ul.products li.product {
  border: 1px solid var(--fdk-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 18px;
}
.woocommerce ul.products li.product a img {
  background: var(--fdk-paper);
  margin: 0 0 16px;
  height: 240px;
  object-fit: contain;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button {
  margin-left: 17px;
  margin-right: 17px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: 800 27px "Barlow Condensed";
  color: #111;
}
.woocommerce ul.products li.product .price {
  color: #111;
  font-weight: 900;
}
.woocommerce ul.products li.product .button,
.single_add_to_cart_button,
.checkout-button {
  background: var(--fdk-yellow) !important;
  color: #111 !important;
  border-radius: 8px !important;
  font-weight: 900 !important;
}
.fdk-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.fdk-demo-grid article {
  border: 1px solid var(--fdk-line);
  border-radius: 18px;
  overflow: hidden;
}
.fdk-demo-grid article > img {
  width: 100%;
  height: 250px;
  background: var(--fdk-paper);
  object-fit: contain;
}
.fdk-demo-grid article > div {
  padding: 18px;
}
.fdk-demo-grid h3 {
  font: 800 28px "Barlow Condensed";
  margin: 0;
}
.fdk-demo-grid p {
  min-height: 42px;
  color: #666;
}
.fdk-demo-grid span {
  font-weight: 900;
}
.fdk-demo-grid a {
  float: right;
  background: var(--fdk-yellow);
  color: #111;
  text-decoration: none;
  border-radius: 8px;
  padding: 9px;
  font-size: 10px;
  font-weight: 900;
}
.fdk-combo {
  min-height: 420px;
  background: var(--fdk-red);
  color: #fff;
  border-radius: 28px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.85fr 1.2fr 0.45fr;
  align-items: center;
  padding: 50px;
}
.fdk-combo > div:first-child > small {
  color: var(--fdk-yellow);
  font-weight: 900;
  letter-spacing: 2px;
}
.fdk-combo h2 {
  font-size: 61px;
  margin: 10px 0;
}
.fdk-combo > div:first-child > a {
  display: inline-block;
  background: #fff;
  color: var(--fdk-red);
  padding: 14px 17px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 900;
}
.fdk-combo .products {
  height: 340px;
  position: relative;
}
.fdk-combo .products img {
  position: absolute;
  width: 60%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px #5c0e0e80);
}
.fdk-combo .products img:nth-child(2) {
  width: 40%;
  height: 65%;
  right: 0;
  bottom: 0;
}
.fdk-combo > strong {
  font: 46px Anton;
}
.fdk-combo > strong small {
  display: block;
  font: 10px Barlow;
}
.fdk-how {
  padding: 105px 0;
}
.fdk-how h2 {
  font-size: 65px;
  margin: 8px 0 32px;
}
.fdk-how > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.fdk-how article {
  min-height: 235px;
  background: var(--fdk-paper);
  border-radius: 20px;
  padding: 28px;
}
.fdk-how article > b {
  font: 62px Anton;
  color: #d4cbc0;
}
.fdk-how h3 {
  font: 800 29px "Barlow Condensed";
  margin: 20px 0 4px;
}
.fdk-how p {
  color: #6b645c;
  line-height: 1.5;
}
.fdk-footer {
  background: #111;
  color: #fff;
  padding: 65px 0 22px;
}
.fdk-footergrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.35fr 1fr;
  gap: 45px;
}
.fdk-footer img {
  width: 220px;
}
.fdk-footer h3 {
  color: var(--fdk-yellow);
  font: 800 22px "Barlow Condensed";
}
.fdk-footer p {
  color: #aaa;
  line-height: 1.65;
}
.fdk-footer .fdk-btn {
  background: var(--fdk-yellow);
  color: #111 !important;
  border-radius: 9px;
  padding: 12px;
  text-decoration: none;
  font-weight: 900;
}
.fdk-sub {
  border-top: 1px solid #333;
  margin-top: 40px;
  padding-top: 18px;
  color: #777;
  display: flex;
  justify-content: space-between;
}
.fdk-sub a {
  color: var(--fdk-yellow);
}
.fdk-content,
.fdk-shop {
  padding: 55px 0 90px;
}
.fdk-mobilebar {
  display: none;
}
@media (max-width: 1050px) {
  .fdk-header nav,
  .fdk-open {
    display: none;
  }
  .fdk-header {
    height: 76px;
  }
  .fdk-logo img,
  .custom-logo {
    width: 185px;
  }
  .fdk-cart {
    margin-left: auto;
  }
  .fdk-hero-v3 {
    grid-template-columns: 1fr 1fr;
  }
  .fdk-flavors {
    display: none;
  }
  .fdk-strog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fdk-builder-grid {
    gap: 38px;
  }
  .fdk-combo {
    grid-template-columns: 1fr 1fr;
  }
  .fdk-combo > strong {
    display: none;
  }
  .fdk-footergrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .fdk-shell {
    width: calc(100% - 22px);
  }
  .fdk-top {
    height: 25px;
    gap: 8px;
    font-size: 7px;
  }
  .fdk-top span:nth-of-type(2),
  .fdk-top b:nth-of-type(2) {
    display: none;
  }
  .fdk-logo img,
  .custom-logo {
    width: 150px;
  }
  .fdk-cart {
    min-width: auto;
  }
  .fdk-hero-v3 {
    grid-template-columns: 1fr;
    min-height: 750px;
    border-radius: 18px;
  }
  .fdk-hero-copy {
    padding: 32px 23px 0;
    min-height: 430px;
  }
  .fdk-hero-copy h1 {
    font-size: 61px;
  }
  .fdk-hero-copy > p {
    font-size: 22px;
  }
  .fdk-actions {
    width: 100%;
    flex-direction: column;
  }
  .fdk-actions a {
    text-align: center;
  }
  .fdk-proof {
    display: none;
  }
  .fdk-hero-product {
    min-height: 320px;
  }
  .fdk-hero-product > img {
    width: 80%;
    height: 105%;
  }
  .fdk-trust {
    display: flex;
    overflow: auto;
  }
  .fdk-trust > div {
    min-width: 220px;
  }
  .fdk-strog,
  .fdk-menu-v3,
  .fdk-how {
    padding: 70px 0;
  }
  .fdk-section-title,
  .fdk-menu-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .fdk-section-title h2,
  .fdk-menu-head h2,
  .fdk-how h2 {
    font-size: 48px;
  }
  .fdk-section-title > p {
    font-size: 15px;
  }
  .fdk-strog-grid {
    display: flex;
    overflow: auto;
  }
  .fdk-pot {
    min-width: 82vw;
  }
  .fdk-pot > img {
    height: 260px;
  }
  .fdk-builder {
    padding: 55px 0;
  }
  .fdk-builder-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .fdk-builder .visual {
    min-height: 340px;
  }
  .fdk-builder h2 {
    font-size: 49px;
  }
  .fdk-menu-head {
    gap: 22px;
  }
  .fdk-menu-head nav {
    width: 100%;
    overflow: auto;
  }
  .fdk-menu-head nav a {
    white-space: nowrap;
  }
  .fdk-demo-grid {
    grid-template-columns: 1fr;
  }
  .fdk-combo {
    grid-template-columns: 1fr;
    padding: 34px 24px;
    min-height: 650px;
  }
  .fdk-combo h2 {
    font-size: 47px;
  }
  .fdk-combo .products {
    height: 300px;
  }
  .fdk-how > div {
    grid-template-columns: 1fr;
  }
  .fdk-footergrid {
    grid-template-columns: 1fr;
  }
  .fdk-sub {
    flex-direction: column;
    gap: 8px;
  }
  .fdk-mobilebar {
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    padding: 9px;
    box-shadow: 0 -5px 25px #0003;
  }
  .fdk-mobilebar a {
    text-align: center;
    text-decoration: none;
    padding: 13px;
    color: #111;
    font-weight: 900;
  }
  .fdk-mobilebar .hot {
    background: var(--fdk-red);
    color: #fff;
    border-radius: 12px;
  }
}

/* Foodicken 5.2 - status em tempo real, Totem e checkout de conversão */
.fdk-order-icon {
  width: 27px;
  height: 27px;
  display: block;
}
.fdk-order-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.fdk-cart-icon {
  display: grid;
  place-items: center;
}
.fdk-open.open {
  background: #effaf2;
  border-color: #b9dfc2;
  color: #237739;
}
[data-fdk-store-status] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
[data-fdk-store-status] > i {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #2ea64a;
  box-shadow: 0 0 0 4px #2ea64a18;
}
[data-fdk-store-status].closed > i {
  background: var(--fdk-red);
  box-shadow: 0 0 0 4px #e52b1c18;
}
[data-fdk-closed-notice][hidden] {
  display: none !important;
}
.fdk-checkout-disabled,
.fdk-checkout-closed {
  cursor: not-allowed !important;
}
.fdk-checkout-closed-note {
  margin: 10px 0 0;
  padding: 12px;
  color: #87251d;
  background: #fff0ee;
  border-radius: 9px;
  font-size: 13px;
  line-height: 1.4;
}
.totem-store-status {
  border: 1px solid #d5cec3;
  border-radius: 99px;
  padding: 12px 14px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
.totem-store-status.closed {
  background: #fff0ee;
  border-color: #efb2aa;
  color: #a82b20;
}
.fdk-totem-header .totem-cart {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fdk-totem-header .totem-cart > span {
  white-space: nowrap;
}
.totem-variation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 4px 0 14px;
}
.totem-variation-actions a {
  border: 1px solid #d7cfc3;
  border-radius: 8px;
  padding: 9px 10px;
  color: #111;
  background: #fff9ed;
  text-decoration: none;
  font-size: 10px;
  font-weight: 900;
}
.fdk-totem-empty {
  min-height: 55vh;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #ded5c9;
  border-radius: 22px;
  padding: 35px;
}
.fdk-totem-empty > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: var(--fdk-yellow);
  color: var(--fdk-red);
  font: 42px Anton;
}
.fdk-totem-empty h2 {
  margin: 12px 0 0;
  font: 48px Anton;
}
.fdk-totem-empty p {
  color: #6f685f;
}
.fdk-totem-session {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 28px;
  color: #7a736a;
  background: #ebe4d9;
  font-size: 11px;
}
.fdk-totem-session a {
  color: #4e4943;
}

.fdk-commerce-page {
  padding: 28px 0 85px;
  background: radial-gradient(#11111112 0.8px, transparent 0.8px), #f7f4ee;
  background-size: 8px 8px;
}
.fdk-commerce-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 25px;
  align-items: center;
  color: #fff;
  background: #111;
  border-radius: 24px;
  padding: 36px 42px 30px;
}
.fdk-commerce-hero::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -75px;
  width: 260px;
  height: 260px;
  border: 52px solid #f6a90022;
  border-radius: 50%;
}
.fdk-commerce-hero > * {
  position: relative;
  z-index: 1;
}
.fdk-commerce-hero small {
  color: var(--fdk-yellow);
  font-weight: 900;
  letter-spacing: 2px;
}
.fdk-commerce-hero h1 {
  max-width: 820px;
  margin: 7px 0 9px;
  font: 52px/0.98 Anton;
}
.fdk-commerce-hero p {
  margin: 0;
  color: #d0cbc3;
}
.fdk-commerce-status {
  border: 1px solid #ffffff33;
  border-radius: 99px;
  padding: 13px 16px;
  font-size: 11px;
  font-weight: 900;
}
.fdk-commerce-status.closed {
  color: #fff;
  background: #e52b1c;
  border-color: #e52b1c;
}
.fdk-commerce-hero ol {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.fdk-commerce-hero li {
  border-top: 3px solid #464646;
  padding-top: 9px;
  color: #777;
  font-weight: 900;
}
.fdk-commerce-hero li span {
  margin-left: 6px;
}
.fdk-commerce-hero li.done,
.fdk-commerce-hero li.active {
  color: #fff;
  border-color: var(--fdk-yellow);
}
.fdk-commerce-content {
  margin-top: 18px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e1d9ce;
  border-radius: 22px;
  box-shadow: 0 22px 60px #2e1c0b0a;
}
.fdk-commerce-content .woocommerce {
  font-size: 15px;
}
.fdk-commerce-content .woocommerce-cart-form__cart-item,
.fdk-commerce-content .wc-block-cart-items__row {
  background: #fff;
}
.fdk-commerce-content .product-thumbnail img,
.fdk-commerce-content .wc-block-cart-item__image img {
  width: 96px !important;
  border-radius: 13px;
  background: #f5efe5;
}
.fdk-commerce-content .product-name > a,
.fdk-commerce-content .wc-block-components-product-name {
  color: #111 !important;
  font: 800 25px/1.05 "Barlow Condensed" !important;
  text-decoration: none !important;
}
.fdk-commerce-content .product-name > a:hover,
.fdk-commerce-content .wc-block-components-product-name:hover {
  color: var(--fdk-red) !important;
}
.fdk-commerce-content .product-name dl,
.fdk-commerce-content .wc-block-components-product-metadata {
  color: #716a61;
  font-size: 12px;
}
.fdk-commerce-content .quantity .qty {
  min-height: 42px;
  border: 1px solid #d5ccc0;
  border-radius: 8px;
}
.fdk-commerce-content table.shop_table {
  border: 0;
  border-collapse: collapse;
}
.fdk-commerce-content table.shop_table td,
.fdk-commerce-content table.shop_table th {
  border-color: #eee7dd;
  padding: 18px 12px;
}
.fdk-commerce-content .cart_totals,
.fdk-commerce-content .wc-block-cart__sidebar,
.fdk-commerce-content .woocommerce-checkout-review-order,
.fdk-commerce-content .woocommerce-billing-fields,
.fdk-commerce-content .woocommerce-additional-fields {
  border: 1px solid #dfd6ca;
  border-radius: 17px;
  background: #fffaf1;
  padding: 22px;
}
.fdk-commerce-content .cart_totals h2,
.fdk-commerce-content .woocommerce-billing-fields h3,
.fdk-commerce-content #order_review_heading {
  font: 34px "Barlow Condensed";
  font-weight: 900;
}
.fdk-commerce-content .checkout-button,
.fdk-commerce-content #place_order,
.fdk-commerce-content .wc-block-cart__submit-button,
.fdk-commerce-content .wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 0 !important;
  border-radius: 11px !important;
  color: #fff !important;
  background: var(--fdk-red) !important;
  font-weight: 900 !important;
  text-transform: uppercase;
  box-shadow: 0 12px 25px #e52b1c29;
}
.fdk-commerce-content .checkout-button:hover,
.fdk-commerce-content #place_order:hover {
  background: #bd1f14 !important;
}
.fdk-commerce-content input.input-text,
.fdk-commerce-content textarea,
.fdk-commerce-content select,
.fdk-commerce-content .wc-block-components-text-input input {
  min-height: 48px;
  border: 1px solid #d7cec2 !important;
  border-radius: 8px !important;
  background: #fff !important;
}
.fdk-commerce-content .woocommerce-form-coupon-toggle,
.fdk-commerce-content .woocommerce-info {
  border-top-color: var(--fdk-yellow);
  background: #fff8e4;
}
.fdk-commerce-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  margin-top: 17px;
  border: 1px solid #e1d9ce;
  border-radius: 14px;
  background: #e1d9ce;
}
.fdk-commerce-trust span {
  padding: 18px;
  background: #fff;
}
.fdk-commerce-trust b,
.fdk-commerce-trust small {
  display: block;
}
.fdk-commerce-trust b {
  font-size: 12px;
}
.fdk-commerce-trust small {
  margin-top: 4px;
  color: #777068;
}

@media (max-width: 760px) {
  .fdk-commerce-page {
    padding-top: 12px;
  }
  .fdk-commerce-hero {
    grid-template-columns: 1fr;
    padding: 27px 22px 23px;
    border-radius: 17px;
  }
  .fdk-commerce-hero h1 {
    font-size: 41px;
  }
  .fdk-commerce-status {
    justify-self: start;
  }
  .fdk-commerce-content {
    padding: 13px;
    border-radius: 15px;
  }
  .fdk-commerce-content .product-name > a,
  .fdk-commerce-content .wc-block-components-product-name {
    font-size: 21px !important;
  }
  .fdk-commerce-trust {
    grid-template-columns: 1fr;
  }
  .totem-store-status {
    padding: 9px 11px;
  }
  .fdk-totem-session {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Foodicken 5.0 — catálogo completo, vitrines e operação integrada */
.fdk-logo {
  display: flex;
  align-items: center;
  width: 228px;
  height: 64px;
  padding: 9px 12px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #eee8df;
  box-shadow: 0 8px 30px #20170e12;
}
.fdk-logo .custom-logo-link {
  display: flex;
  width: 100%;
  height: 100%;
}
.fdk-logo img,
.fdk-logo .custom-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fdk-hero-v4 {
  background: linear-gradient(125deg, #f8f2e9, #efe4d4);
  box-shadow: 0 30px 90px #4f321519;
}
.fdk-hero-v4 .fdk-hero-product {
  background: linear-gradient(145deg, #ffc533, #f3a400);
}
.fdk-hero-product > em {
  position: absolute;
  z-index: 4;
  right: 18px;
  top: 34%;
  background: #fff;
  padding: 13px 16px;
  transform: rotate(5deg);
  box-shadow: 0 8px 24px #52300022;
  font: 700 10px/1.1 Barlow;
  font-style: normal;
}
.fdk-hero-product > em b {
  color: var(--fdk-red);
}
.fdk-quick {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 18px 0;
}
.fdk-quick a {
  border: 1px solid #e4ddd3;
  background: #fff;
  border-radius: 15px;
  padding: 15px;
  text-align: left;
  display: grid;
  grid-template-columns: 38px 1fr;
  column-gap: 9px;
  color: #111;
  text-decoration: none;
  transition: 0.2s;
}
.fdk-quick a:hover {
  transform: translateY(-3px);
  border-color: var(--fdk-yellow);
  box-shadow: 0 12px 28px #4f321512;
}
.fdk-quick i {
  grid-row: 1/3;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff4d7;
  color: var(--fdk-red);
  font-style: normal;
}
.fdk-quick b {
  font: 800 16px "Barlow Condensed";
}
.fdk-quick small {
  font-size: 9px;
  color: #8b8278;
}
.fdk-story {
  background: #111;
  color: #fff;
  padding: 95px 0;
  position: relative;
  overflow: hidden;
}
.fdk-story:before {
  content: "FOODICKEN";
  position: absolute;
  right: -30px;
  bottom: -40px;
  color: #ffffff05;
  font: 210px Anton;
}
.fdk-story-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  position: relative;
}
.fdk-story-grid > article > small,
.fdk-meal > article > small,
.fdk-sandwich-line > article > small,
.fdk-drinks-grid > article > small {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2.2px;
  color: var(--fdk-red);
}
.fdk-story-grid > article h2,
.fdk-meal h2,
.fdk-sandwich-line h2,
.fdk-drinks h2 {
  font:
    400 67px/0.92 Anton,
    Impact,
    sans-serif;
  margin: 13px 0 28px;
}
.fdk-story-grid > article h2 em,
.fdk-drinks h2 em {
  font-style: normal;
  color: var(--fdk-yellow);
}
.fdk-story-grid > article p {
  max-width: 650px;
  color: #c4c0ba;
  font-size: 18px;
  line-height: 1.65;
}
.fdk-story-grid > article > a {
  display: inline-block;
  background: var(--fdk-red);
  color: #fff;
  border-radius: 10px;
  padding: 16px 19px;
  font-weight: 900;
  text-decoration: none;
  margin-top: 20px;
}
.fdk-story-grid > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.fdk-story-grid > div article {
  background: #1d1d1d;
  border: 1px solid #303030;
  border-radius: 18px;
  padding: 26px;
  min-height: 195px;
}
.fdk-story-grid > div article > b {
  font: 38px Anton;
  color: var(--fdk-red);
}
.fdk-story-grid > div h3 {
  font: 800 22px "Barlow Condensed";
  margin: 14px 0 6px;
  color: var(--fdk-yellow);
}
.fdk-story-grid > div p {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 1.5;
}
.fdk-meal {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 610px;
  margin-top: 105px;
  border-radius: 27px;
  overflow: hidden;
  background: #f4eee5;
  border: 1px solid #e3d9cc;
}
.fdk-meal > .photo {
  position: relative;
  background: #e8ddcd;
}
.fdk-meal > .photo > span {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  background: #111;
  color: #fff;
  border-radius: 99px;
  padding: 10px 13px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}
.fdk-meal > .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fdk-meal > article {
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fdk-meal h2 {
  font-size: 72px;
  margin: 12px 0 20px;
}
.fdk-meal h2 em {
  font-style: normal;
  color: var(--fdk-red);
}
.fdk-meal > article > p {
  font-size: 18px;
  line-height: 1.6;
  color: #6f675e;
}
.fdk-meal > article > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 20px 0;
}
.fdk-meal > article > div span {
  background: #fff;
  border-radius: 12px;
  padding: 14px;
}
.fdk-meal > article > div b,
.fdk-meal > article > div small {
  display: block;
}
.fdk-meal > article > div b {
  font: 800 18px "Barlow Condensed";
}
.fdk-meal > article > div small {
  font-size: 10px;
  color: #847b72;
}
.fdk-meal > article > a {
  background: var(--fdk-red);
  color: #fff;
  padding: 17px;
  border-radius: 10px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
}
.fdk-sandwiches {
  padding: 105px 0 35px;
}
.fdk-sandwich-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 610px;
  border-radius: 25px;
  overflow: hidden;
  margin: 18px 0;
  background: #f4eee4;
  border: 1px solid #e4dacf;
}
.fdk-sandwich-line.beef {
  background: #121212;
  color: #fff;
}
.fdk-sandwich-line > .photo {
  position: relative;
  overflow: hidden;
  min-height: 610px;
}
.fdk-sandwich-line > .photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fdk-product-collage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #e8ddcd;
}
.fdk-product-collage > img {
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
}
.fdk-product-collage > img:nth-child(2) {
  border-right: 2px solid #ffffff66;
  border-left: 2px solid #ffffff66;
}
.fdk-sandwich-line > .photo > span {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 22px;
  background: var(--fdk-yellow);
  color: #111;
  border-radius: 99px;
  padding: 9px 12px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1px;
}
.fdk-sandwich-line > .photo > div {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  background: #bd9465;
  padding: 14px 16px;
  width: 210px;
  border-radius: 7px;
  box-shadow: 0 10px 30px #0004;
}
.fdk-sandwich-line > .photo > div img {
  width: 130px;
  height: 35px;
  object-fit: contain;
  display: block;
}
.fdk-sandwich-line > .photo > div small {
  display: block;
  margin-top: 5px;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
}
.fdk-sandwich-line > article {
  padding: 58px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fdk-sandwich-line h2 {
  font-size: 62px;
  margin: 10px 0 25px;
}
.fdk-sandwich-line .option {
  display: grid;
  grid-template-columns: 42px 1fr auto 38px;
  gap: 13px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #d4c8ba;
}
.fdk-sandwich-line.beef .option {
  border-color: #333;
}
.fdk-sandwich-line .option > span {
  font: 30px Anton;
  color: var(--fdk-red);
}
.fdk-sandwich-line .option p {
  margin: 0;
}
.fdk-sandwich-line .option p b,
.fdk-sandwich-line .option p small {
  display: block;
}
.fdk-sandwich-line .option p b {
  font: 800 22px "Barlow Condensed";
}
.fdk-sandwich-line .option p small {
  font-size: 11px;
  color: #756c63;
  margin-top: 3px;
  line-height: 1.35;
}
.fdk-sandwich-line.beef .option p small {
  color: #929292;
}
.fdk-sandwich-line .option > strong {
  font-size: 14px;
}
.fdk-sandwich-line .option > a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--fdk-red);
  color: #fff;
  font-size: 20px;
  display: grid;
  place-items: center;
  text-decoration: none;
}
.fdk-drinks {
  background: #eef4f1;
  margin-top: 70px;
  padding: 90px 0;
}
.fdk-drinks-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.1fr 0.7fr;
  gap: 16px;
  align-items: stretch;
}
.fdk-drinks-grid > article {
  padding: 28px 22px 28px 0;
}
.fdk-drinks h2 {
  font-size: 64px;
  margin: 11px 0 22px;
}
.fdk-drinks h2 em {
  color: var(--fdk-red);
}
.fdk-drinks-grid > article p {
  font-size: 17px;
  line-height: 1.55;
  color: #6f675e;
}
.fdk-drinks-grid > article > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 21px 0;
}
.fdk-drinks-grid > article > div span {
  border: 1px solid #b8c8c0;
  border-radius: 99px;
  padding: 8px 10px;
  font-size: 9px;
  font-weight: 900;
}
.fdk-drinks-grid > article > a {
  display: inline-block;
  background: #111;
  color: #fff;
  border-radius: 9px;
  padding: 15px 17px;
  font-weight: 900;
  text-decoration: none;
}
.fdk-drinks .sodas {
  position: relative;
  min-height: 450px;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.fdk-drinks .sodas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fdk-drinks .sodas > b {
  position: absolute;
  right: 16px;
  top: 16px;
  background: var(--fdk-red);
  color: #fff;
  border-radius: 99px;
  padding: 10px 12px;
  font-size: 10px;
  letter-spacing: 1px;
}
.fdk-drinks .juices {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
.fdk-drinks .juices span {
  background: #fff;
  border-radius: 18px;
  display: grid;
  grid-template-columns: 55% 1fr;
  align-items: center;
  padding: 12px;
  overflow: hidden;
}
.fdk-drinks .juices img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fdk-drinks .juices b {
  font: 800 17px "Barlow Condensed";
}
.fdk-menu-v4 .fdk-menu-head > p {
  max-width: 360px;
  color: #6f675e;
  font-size: 16px;
  line-height: 1.5;
}
.fdk-menu-cats {
  display: flex;
  gap: 7px;
  overflow: auto;
  padding: 4px 0 20px;
}
.fdk-menu-cats a,
.fdk-menu-cats span {
  white-space: nowrap;
  border: 1px solid #d7cfc5;
  background: #fff;
  border-radius: 99px;
  padding: 11px 15px;
  font-size: 11px;
  font-weight: 800;
  color: #111;
  text-decoration: none;
}
.fdk-menu-cats a {
  background: #111;
  color: #fff;
  border-color: #111;
}
.fdk-install-note {
  background: #fff6de;
  border: 1px solid #f0cc73;
  border-radius: 14px;
  padding: 24px;
}
.fdk-install-note p {
  margin-bottom: 0;
}
.fdk-footer-brand > span {
  display: flex;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  width: 230px;
  height: 70px;
}
.fdk-footer-brand > span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1120px) {
  .fdk-quick {
    grid-template-columns: repeat(3, 1fr);
  }
  .fdk-story-grid {
    gap: 45px;
  }
  .fdk-drinks-grid {
    grid-template-columns: 1fr 1.2fr;
  }
  .fdk-drinks .juices {
    grid-column: 1/3;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
@media (max-width: 650px) {
  .fdk-logo {
    width: 160px;
    height: 52px;
  }
  .fdk-quick {
    display: flex;
    overflow: auto;
  }
  .fdk-quick a {
    min-width: 200px;
  }
  .fdk-story {
    padding: 70px 0;
  }
  .fdk-story-grid {
    grid-template-columns: 1fr;
  }
  .fdk-story-grid > article h2 {
    font-size: 49px;
  }
  .fdk-story-grid > div {
    grid-template-columns: 1fr;
  }
  .fdk-meal {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }
  .fdk-meal > .photo {
    min-height: 390px;
  }
  .fdk-meal > article {
    padding: 35px 25px;
  }
  .fdk-meal h2 {
    font-size: 51px;
  }
  .fdk-sandwiches {
    padding: 70px 0 20px;
  }
  .fdk-sandwich-line {
    grid-template-columns: 1fr;
  }
  .fdk-sandwich-line.beef > article {
    order: 2;
  }
  .fdk-sandwich-line > .photo {
    min-height: 380px;
  }
  .fdk-sandwich-line > article {
    padding: 36px 23px;
  }
  .fdk-sandwich-line h2 {
    font-size: 49px;
  }
  .fdk-sandwich-line .option {
    grid-template-columns: 36px 1fr 36px;
  }
  .fdk-sandwich-line .option > strong {
    display: none;
  }
  .fdk-drinks {
    padding: 65px 0;
    margin-top: 35px;
  }
  .fdk-drinks-grid {
    grid-template-columns: 1fr;
  }
  .fdk-drinks-grid > article {
    padding: 0;
  }
  .fdk-drinks h2 {
    font-size: 49px;
  }
  .fdk-drinks .sodas {
    min-height: 340px;
  }
  .fdk-drinks .juices {
    grid-column: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .fdk-menu-cats {
    width: 100%;
  }
}

/* Foodicken 5.0 — banners gerenciáveis, status da loja e totem */
.fdk-open.closed {
  background: #fff0ee;
  border-color: #efb2aa;
  color: #b32418;
}
.fdk-open.closed i {
  background: var(--fdk-red);
}
.fdk-cart.disabled,
.fdk-mobilebar .disabled,
.fdk-managed-banner a.disabled,
.fdk-totem-page a.disabled {
  pointer-events: none;
  filter: grayscale(0.25);
  opacity: 0.7;
}
.fdk-store-closed .checkout-button {
  pointer-events: none !important;
  opacity: 0.45 !important;
}
.fdk-banner-grid {
  display: grid;
  grid-template-columns: 1.72fr 0.78fr;
  grid-template-rows: auto auto;
  gap: 14px;
}
.fdk-managed-banner {
  position: relative;
  min-height: var(--banner-desktop-height);
  border-radius: 27px;
  overflow: hidden;
  isolation: isolate;
}
.fdk-managed-banner.banner-1 {
  grid-row: 1/3;
}
.fdk-managed-banner.theme-yellow {
  background: linear-gradient(135deg, #fff1c6, #f6a900);
}
.fdk-managed-banner.theme-red {
  background: linear-gradient(135deg, #e52b1c, #b81810);
  color: #fff;
}
.fdk-managed-banner.theme-black {
  background: linear-gradient(135deg, #1b1b1b, #090909);
  color: #fff;
}
.fdk-managed-banner.theme-light {
  background: linear-gradient(135deg, #fff, #eee4d5);
}
.fdk-managed-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(#1112 1px, transparent 1px);
  background-size: 9px 9px;
  z-index: -1;
  opacity: 0.35;
}
.fdk-banner-copy {
  position: relative;
  z-index: 3;
  width: 52%;
  height: 100%;
  padding: 52px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.fdk-banner-copy small {
  color: var(--fdk-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}
.theme-red .fdk-banner-copy small,
.theme-black .fdk-banner-copy small {
  color: var(--fdk-yellow);
}
.fdk-banner-copy h1 {
  font:
    400 clamp(58px, 6vw, 100px) / 0.91 Anton,
    Impact,
    sans-serif;
  margin: 12px 0 19px;
}
.fdk-banner-copy p {
  font: 600 24px/1.25 "Barlow Condensed";
  max-width: 520px;
  margin: 0 0 27px;
}
.fdk-banner-copy > a {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  background: var(--fdk-red);
  color: #fff;
  border-radius: 11px;
  padding: 16px 19px;
  text-decoration: none;
  font-weight: 900;
}
.theme-red .fdk-banner-copy > a {
  background: #fff;
  color: var(--fdk-red);
}
.theme-black .fdk-banner-copy > a {
  background: var(--fdk-yellow);
  color: #111;
}
.fdk-managed-banner picture {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 53%;
  height: 100%;
}
.fdk-managed-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 26px 23px #3d220744);
}
.fdk-managed-banner:not(.banner-1) .fdk-banner-copy {
  width: 58%;
  padding: 28px;
}
.fdk-managed-banner:not(.banner-1) .fdk-banner-copy h1 {
  font-size: clamp(34px, 3vw, 52px);
}
.fdk-managed-banner:not(.banner-1) .fdk-banner-copy p {
  font-size: 16px;
  max-width: 250px;
}
.fdk-managed-banner:not(.banner-1) .fdk-banner-copy > a {
  padding: 12px 14px;
  font-size: 11px;
}
.fdk-managed-banner:not(.banner-1) picture {
  width: 55%;
}
.fdk-banner-crest {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 17px;
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
.fdk-banner-crest i {
  display: block;
  width: 7px;
  height: 21px;
  background: var(--fdk-red);
  border-radius: 99px;
  transform: rotate(-25deg);
}
.fdk-banner-crest i:nth-child(2) {
  height: 27px;
  transform: none;
}
.fdk-banner-crest i:nth-child(3) {
  transform: rotate(25deg);
}
.theme-red .fdk-banner-crest i {
  background: var(--fdk-yellow);
}
.fdk-totem-page {
  display: block;
  background: #f6f2eb;
}
.fdk-totem-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 28px;
  align-items: center;
  background: #fff;
  padding: 18px 28px;
  border-bottom: 1px solid #ddd5ca;
  box-shadow: 0 8px 30px #0000000b;
}
.fdk-totem-header > img {
  width: 100%;
  height: 58px;
  object-fit: contain;
  background: #fff;
}
.fdk-totem-header small {
  color: var(--fdk-red);
  font-weight: 900;
  letter-spacing: 2px;
}
.fdk-totem-header h1 {
  font: 800 30px "Barlow Condensed";
  margin: 3px 0;
}
.fdk-totem-header nav {
  display: flex;
  align-items: center;
  gap: 9px;
}
.fdk-totem-header nav a {
  color: #111;
  text-decoration: none;
  font-weight: 800;
  padding: 11px;
}
.fdk-totem-header .totem-cart {
  background: var(--fdk-red);
  color: #fff;
  border-radius: 10px;
  padding: 13px 17px;
}
.fdk-totem-header .totem-cart b {
  background: #fff;
  color: var(--fdk-red);
  border-radius: 99px;
  padding: 2px 7px;
  margin-left: 6px;
}
.fdk-totem-closed {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #111;
  color: #fff;
  padding: 16px;
}
.fdk-totem-closed b {
  color: var(--fdk-yellow);
}
.fdk-totem-main {
  width: min(1500px, calc(100% - 40px));
  margin: auto;
  padding: 22px 0 90px;
}
.fdk-totem-categories {
  display: flex;
  gap: 8px;
  overflow: auto;
  position: sticky;
  top: 95px;
  z-index: 20;
  background: #f6f2eb;
  padding: 13px 0;
}
.fdk-totem-categories a {
  white-space: nowrap;
  border: 1px solid #d6cdbf;
  background: #fff;
  border-radius: 99px;
  padding: 12px 17px;
  color: #111;
  text-decoration: none;
  font-weight: 800;
}
.fdk-totem-category {
  scroll-margin-top: 165px;
  padding-top: 34px;
}
.fdk-totem-category > header small {
  color: var(--fdk-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 2px;
}
.fdk-totem-category h2 {
  font: 400 55px Anton;
  margin: 5px 0 22px;
}
.fdk-totem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.fdk-totem-grid article {
  background: #fff;
  border: 1px solid #ded5c9;
  border-radius: 19px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.totem-product-image {
  height: 270px;
  background: #efe9df;
  display: block;
}
.totem-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fdk-totem-grid article > div {
  padding: 19px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fdk-totem-grid h3 {
  font: 800 26px "Barlow Condensed";
  margin: 0;
}
.fdk-totem-grid p {
  color: #706960;
  font-size: 12px;
  line-height: 1.45;
  min-height: 52px;
}
.fdk-totem-grid footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.fdk-totem-grid footer > a {
  background: var(--fdk-red);
  color: #fff;
  border-radius: 8px;
  padding: 11px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 900;
}
@media (max-width: 1100px) {
  .fdk-banner-grid {
    grid-template-columns: 1fr 1fr;
  }
  .fdk-managed-banner.banner-1 {
    grid-column: 1/3;
    grid-row: auto;
  }
  .fdk-managed-banner:not(.banner-1) {
    min-height: 420px;
  }
  .fdk-totem-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fdk-totem-header {
    grid-template-columns: 180px 1fr;
  }
  .fdk-totem-header nav {
    grid-column: 1/3;
    justify-content: flex-end;
  }
}
@media (max-width: 650px) {
  .fdk-banner-grid {
    display: flex;
    flex-direction: column;
  }
  .fdk-managed-banner {
    min-height: var(--banner-mobile-height);
    border-radius: 18px;
  }
  .fdk-banner-copy,
  .fdk-managed-banner:not(.banner-1) .fdk-banner-copy {
    width: 100%;
    height: 54%;
    padding: 28px 23px;
    justify-content: flex-start;
  }
  .fdk-banner-copy h1,
  .fdk-managed-banner:not(.banner-1) .fdk-banner-copy h1 {
    font-size: 54px;
  }
  .fdk-banner-copy p,
  .fdk-managed-banner:not(.banner-1) .fdk-banner-copy p {
    font-size: 19px;
    max-width: 100%;
  }
  .fdk-managed-banner picture,
  .fdk-managed-banner:not(.banner-1) picture {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 54%;
  }
  .fdk-managed-banner picture img {
    object-position: center bottom;
  }
  .fdk-totem-header {
    position: relative;
    grid-template-columns: 140px 1fr;
    padding: 12px;
  }
  .fdk-totem-header > div small {
    display: none;
  }
  .fdk-totem-header h1 {
    font-size: 19px;
  }
  .fdk-totem-header nav {
    grid-column: 1/3;
    overflow: auto;
    justify-content: flex-start;
  }
  .fdk-totem-header nav a {
    white-space: nowrap;
  }
  .fdk-totem-main {
    width: calc(100% - 20px);
  }
  .fdk-totem-categories {
    top: 0;
  }
  .fdk-totem-grid {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }
  .fdk-totem-grid article {
    min-width: 82vw;
    scroll-snap-align: start;
  }
  .fdk-totem-category h2 {
    font-size: 43px;
  }
  .fdk-totem-closed {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

@media (min-width: 900px) {
  body.woocommerce-cart .fdk-commerce-content .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.75fr) minmax(310px, 0.75fr);
    gap: 26px;
    align-items: start;
  }
  body.woocommerce-cart .fdk-commerce-content .woocommerce-notices-wrapper {
    grid-column: 1/-1;
  }
  body.woocommerce-cart .fdk-commerce-content .woocommerce-cart-form {
    grid-column: 1;
  }
  body.woocommerce-cart .fdk-commerce-content .cart-collaterals {
    grid-column: 2;
    width: 100%;
  }
  body.woocommerce-cart .fdk-commerce-content .cart_totals {
    position: sticky;
    top: 18px;
    width: 100%;
    float: none;
  }
  body.woocommerce-checkout .fdk-commerce-content form.woocommerce-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
    gap: 22px;
    align-items: start;
  }
  body.woocommerce-checkout .fdk-commerce-content #customer_details {
    grid-row: 1/4;
  }
  body.woocommerce-checkout .fdk-commerce-content #order_review_heading,
  body.woocommerce-checkout .fdk-commerce-content #order_review {
    grid-column: 2;
  }
}
