body.twkbc {
  margin: 0;
  color: #333;
  background: #f6f6f6;
  font-family: Arial, Helvetica, sans-serif;
}
.twkbc-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.twkbc-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.twkbc-top {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.twkbc-logo img {
  max-width: 220px;
}
.twkbc-nav {
  background: #333;
}
.twkbc-nav .twkbc-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.twkbc-nav a {
  color: #fff;
  text-decoration: none;
  padding: 13px 16px;
  font-weight: 700;
}
.twkbc-nav a:hover {
  background: #a54343;
}
.twkbc-account a {
  color: #166ba2;
  margin-left: 12px;
  text-decoration: none;
  font-weight: 700;
}
.twkbc-main {
  padding: 34px 0 50px;
}
.twkbc-hero {
  background: #fff;
  border: 1px solid #ddd;
  padding: 24px;
  margin-bottom: 24px;
}
.twkbc-hero h1 {
  font-family: Georgia, serif;
  font-size: 34px;
  margin: 0 0 10px;
}
.twkbc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.twkbc-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.twkbc-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  background: #eee;
}
.twkbc-card-body {
  padding: 14px;
}
.twkbc-card h2,
.twkbc-card h3 {
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 8px;
}
.twkbc-card a {
  color: #222;
  text-decoration: none;
}
.twkbc-price {
  color: #a54343;
  font-weight: 700;
}
.twkbc-detail {
  background: #fff;
  border: 1px solid #ddd;
  padding: 24px;
}
.twkbc-detail img {
  max-width: 100%;
  border-radius: 3px;
}
.twkbc-guide-product {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 28px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 28px 0;
}
.twkbc-guide-product-row {
  clear: both;
}
.twkbc-guide-product-inner {
  display: grid !important;
  grid-template-columns: minmax(280px, 52%) minmax(280px, 1fr);
  gap: 46px;
  align-items: start;
}
.twkbc-guide-product-media,
.twkbc-guide-product-content,
.twkbc-guide-product-description-wrap,
.twkbc-guide-product-actions {
  float: none !important;
  width: auto !important;
}
.twkbc-guide-product-media {
  position: relative;
}
.twkbc-guide-rank {
  left: 10px !important;
  top: 10px !important;
  z-index: 2;
}
.twkbc-guide-product-image {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  aspect-ratio: 400 / 333;
  object-fit: cover;
}
.twkbc-guide-product-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: 0;
}
.twkbc-guide-product-title {
  margin: 0 0 18px !important;
  color: #333;
  font-size: 24px !important;
  line-height: 28px !important;
}
.twkbc-guide-product-description {
  margin: 0 0 22px !important;
  color: #333;
  font-size: 15px;
  line-height: 1.7;
  text-align: left !important;
}
.twkbc-guide-product-actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-top: auto;
}
.twkbc-guide-product-price {
  float: none !important;
  flex: 0 0 170px;
  line-height: 1.1;
}
.twkbc-guide-product-price > span:first-child {
  display: inline-block;
  line-height: 1;
  vertical-align: top;
}
.twkbc-guide-product-price > span:nth-child(2) {
  display: inline-block;
  float: none !important;
  margin-top: 0 !important;
  line-height: 1;
  vertical-align: top;
}
.twkbc-guide-product-price p {
  max-width: 170px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 13px !important;
  margin-top: 4px !important;
  text-align: left !important;
}
.twkbc-guide-product-merchant {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-end;
  min-width: 170px;
}
.twkbc-guide-product-button {
  float: none !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 0 14px !important;
  white-space: nowrap;
}
.twkbc-guide-affiliate-note {
  max-width: 310px;
  line-height: 15px !important;
}
.twkbc-form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 24px;
  margin-bottom: 24px;
}
.twkbc-form input,
.twkbc-form select,
.twkbc-form textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 14px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.twkbc-button {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  background: #a54343;
  color: #fff;
  padding: 12px 18px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}
.twkbc-muted {
  color: #777;
}
.twkbc-alert {
  padding: 12px 14px;
  background: #fff3cd;
  border: 1px solid #ffe08a;
  margin-bottom: 16px;
}
.twkbc-home-guides {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0 auto 24px;
}
.twkbc-home-guide {
  display: block;
  position: relative;
  min-height: 150px;
  margin: 0 10px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: #ddd;
  border-radius: 2px;
}
.twkbc-home-guide img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}
.twkbc-home-guide span {
  position: absolute;
  inset: auto 0 0;
  min-height: 60px;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 8px 6px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 2px 2px 10px #000;
  background: linear-gradient(rgba(146, 146, 146, 0), rgba(0, 0, 0, .62));
}
.twkbc-home-tabs {
  clear: both;
  margin: 15px 0 20px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.twkbc-home-tabs a {
  display: inline-block;
  margin-right: 4px;
  padding: 4px 14px;
  color: #166ba2;
  text-decoration: none;
  border-radius: 3px;
}
.twkbc-home-tabs a:hover {
  color: #faab37;
}
.twkbc-home-tabs .is-active {
  color: #fff;
  background: #166ba2;
}
.twkbc-home-refine {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(120px, 160px) auto minmax(120px, 160px) auto;
  align-items: end;
  gap: 16px;
  margin: 0 0 30px;
  padding: 12px 10px 15px;
  background: #e6e6e6;
  box-sizing: border-box;
}
.twkbc-home-refine label {
  display: block;
}
.twkbc-home-refine span {
  display: block;
  margin-bottom: 5px;
}
.twkbc-home-refine select,
.twkbc-home-refine input {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #666;
  font-size: 16px;
  padding: 0 14px;
}
.twkbc-home-refine button {
  height: 46px;
  border: 0;
  border-radius: 5px;
  background: #395364;
  color: #fff;
  padding: 0 16px;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}
.twkbc-home-to {
  padding-bottom: 12px;
}
.twkbc-home-label-spacer {
  visibility: hidden;
}
.twkbc-home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: start;
}
.twkbc-home-card {
  position: relative;
  padding: 0 14px 30px;
  box-sizing: border-box;
}
.twkbc-home-card h2 {
  min-height: 44px;
  margin: 0 0 2px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.twkbc-home-card h2 a {
  color: #606060;
  text-decoration: none;
}
.twkbc-home-card h2 a:hover {
  color: #faab37;
}
.twkbc-home-card-image {
  position: relative;
  min-height: 245px;
  background: #eee;
  overflow: hidden;
  border-radius: 2px;
}
.twkbc-home-card-image img {
  width: 100%;
  min-height: 245px;
  aspect-ratio: 400 / 333;
  object-fit: cover;
  display: block;
}
.twkbc-home-save {
  position: absolute;
  top: 20px;
  right: -86px;
  z-index: 2;
  width: 76px;
  height: 48px;
  color: #fff;
  background: #cc1d00;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .25);
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: right .12s ease, background .12s ease;
}
.twkbc-home-card:hover .twkbc-home-save {
  right: 10px;
}
.twkbc-home-save:hover {
  background: #b31900;
}
.twkbc-home-description {
  min-height: 85px;
  margin: 5px 0;
  color: #333;
  font-size: 12px;
  line-height: 17px;
  text-align: justify;
}
.twkbc-home-check {
  float: right;
  margin-top: 5px;
  padding: 10px 11px;
  border-radius: 2px;
  background: #faab37;
  color: #fff;
  box-shadow: 1px 1px rgba(0, 0, 0, .25);
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
}
.twkbc-home-price {
  margin: 0;
  color: #606060;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}
.twkbc-home-saves {
  clear: left;
  margin: -5px 0 0;
  color: #606060;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.twkbc-home-saves::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-right: 4px;
  background: #cc1d00;
  clip-path: polygon(50% 100%, 8% 56%, 0 28%, 14% 6%, 38% 0, 50% 12%, 62% 0, 86% 6%, 100% 28%, 92% 56%);
  vertical-align: -1px;
}
.twkbc-home-noscript {
  font-size: 32px;
}
.twkbc-footer {
  padding: 30px 0;
  background: #fff;
  border-top: 1px solid #ddd;
  color: #666;
}
@media (max-width: 800px) {
  .twkbc-home-guides,
  .twkbc-home-grid,
  .twkbc-grid,
  .twkbc-guide-product {
    grid-template-columns: 1fr;
  }
  .twkbc-guide-product-inner {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .twkbc-guide-product-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }
  .twkbc-guide-product-price {
    flex: none;
    width: 100%;
  }
  .twkbc-guide-product-price p {
    max-width: none;
  }
  .twkbc-guide-product-merchant {
    align-items: stretch;
    min-width: 0;
  }
  .twkbc-guide-product-button {
    text-align: center;
  }
  .twkbc-guide-affiliate-note {
    max-width: none;
    text-align: center !important;
  }
  .twkbc-home-guide {
    margin: 0 0 12px;
  }
  .twkbc-home-refine {
    grid-template-columns: 1fr;
  }
  .twkbc-home-to,
  .twkbc-home-label-spacer {
    display: none;
  }
  .twkbc-top {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }
}

.twkbc-mobile-header,
.twkbc-mobile-menu {
  display: none;
}

.twkbc-mobile-header {
  height: 57px;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
  box-sizing: border-box;
}

.twkbc-mobile-logo {
  display: block;
  max-width: min(220px, calc(100vw - 112px));
}

.twkbc-mobile-logo img {
  width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.twkbc-mobile-menu-button,
.twkbc-mobile-account {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #545454;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.twkbc-mobile-menu-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.twkbc-mobile-menu {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  z-index: 20;
  max-height: calc(100vh - 57px);
  overflow-y: auto;
  background: #fff;
  border-top: 5px solid #faab37;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
}

.twkbc-mobile-menu.is-open {
  display: block;
}

.twkbc-mobile-search {
  display: flex;
  gap: 8px;
  padding: 12px;
  background: #f2f2f2;
  box-sizing: border-box;
}

.twkbc-mobile-search input {
  min-width: 0;
  flex: 1 1 auto;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  font-size: 16px;
  box-sizing: border-box;
}

.twkbc-mobile-search button {
  width: 44px;
  height: 40px;
  border: 0;
  background: #395364;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

.twkbc-mobile-menu-link,
.twkbc-mobile-submenu-button,
.twkbc-mobile-submenu a {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 11px 16px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
  background: #fff;
  color: #545454;
  font-family: Oswald, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.twkbc-mobile-menu-action {
  appearance: none;
}

.twkbc-mobile-submenu {
  display: none;
  background: #f7f7f7;
}

.twkbc-mobile-menu-section.is-open .twkbc-mobile-submenu {
  display: block;
}

.twkbc-mobile-menu-section.is-open .twkbc-mobile-submenu-button i {
  transform: rotate(180deg);
}

.twkbc-mobile-submenu a {
  min-height: 40px;
  padding-left: 30px;
  background: #f7f7f7;
  color: #666;
  font-size: 15px;
}

@media (max-width: 1024px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-top: 57px !important;
  }

  body > .fixed.top-0.bg-white.w-full.h-\[57px\] {
    display: none;
  }

  #masthead > .z-\[9\] {
    z-index: 30;
  }

  #logo,
  .nav-desktop,
  .desktop-nav-stripe-container {
    display: none !important;
  }

  .twkbc-mobile-header {
    display: flex;
  }

  body > .block.h-\[80px\] {
    height: 0;
  }

  #content-body {
    margin-top: 16px !important;
    margin-bottom: 0 !important;
    padding: 0 10px 10px !important;
    box-sizing: border-box;
  }

  #content-body > .w-\[990px\] {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  #content-body > .w-\[990px\] > .w-1\/5 {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }

  #content-body > .w-\[990px\] img {
    min-height: 120px !important;
    height: 120px !important;
    object-fit: cover;
  }

  #container,
  #container-large-page,
  #container-footer,
  .contact-container,
  #view,
  #recommended-items,
  #post-grid,
  #row,
  .wishlist-landing {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
  }

  #view > .w-\[300px\],
  #view > .w-\[700px\],
  #view > p.w-\[700px\] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box;
  }

  #container,
  #container-large-page {
    min-height: 0 !important;
    margin-top: 24px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #post-grid {
    margin-left: 0 !important;
    align-items: stretch !important;
  }

  #post-grid > article,
  .wishlist-recommended-block article {
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  #post-grid > article img {
    max-width: 100%;
  }

  .bg-card-item {
    width: 50% !important;
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 24px !important;
  }

  .bg-homepage-item {
    width: 50% !important;
    max-height: none !important;
    float: left !important;
    box-sizing: border-box;
  }

  #gifts-refinement-container,
  #gifts-refinement-container .border-transparent,
  #gifts-refinement-container #left,
  #gifts-refinement-container #right,
  #gifts-refinement-container #left > div,
  #gifts-refinement-container #right > div {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  #gifts-refinement-container #to {
    display: none !important;
  }

  #gifts-refinement-container #max,
  #gifts-refinement-container #apply-button {
    margin-top: 0 !important;
  }

  #gifts-refinement-container button,
  #gifts-refinement-container select,
  #gifts-refinement-container input {
    width: 100% !important;
    margin-left: 0 !important;
    box-sizing: border-box;
  }

  #post-article-container {
    display: block !important;
  }

  #flex-image,
  #flex-article-detail {
    width: 100% !important;
    flex: none !important;
    padding-left: 0 !important;
  }

  #flex-image h1 {
    font-size: 24px !important;
    line-height: 27px !important;
  }

  #wishlist {
    opacity: 1 !important;
    right: 12px !important;
  }

  .buying-guide-item,
  .buying-guide-item > div,
  .buying-guide-item img {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .buying-guide-item img {
    height: auto !important;
  }

  .buying-guide-item h3 {
    margin-right: 0 !important;
  }

  .buying-guide-item a.float-right {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin-top: 10px !important;
    box-sizing: border-box;
  }

  .md980\:float-left + div,
  .contact-block-left,
  #twkbc-contact-block {
    width: 100% !important;
    float: none !important;
    padding-left: 0 !important;
    box-sizing: border-box;
  }

  .full-width {
    margin-left: -14px !important;
    margin-right: -14px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    box-sizing: border-box;
  }

  .board,
  .board-new {
    width: 48% !important;
    margin-right: 2% !important;
  }

  #more-link {
    float: none !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 0 !important;
  }

  #more-link a {
    margin-left: 0 !important;
  }

  #twkbc-wishlist-modal > div,
  #twkbc-create-wishlist-modal > div {
    min-height: 0 !important;
    padding: 14px !important;
    top: 24px !important;
    transform: none !important;
  }

  #twkbc-wishlist-modal textarea,
  #twkbc-create-wishlist-modal input {
    width: 100% !important;
    float: none !important;
    margin: 12px 0 56px !important;
    box-sizing: border-box;
  }

  #twkbc-create-wishlist-product-image {
    float: none !important;
    display: block !important;
    margin: 0 0 8px !important;
  }
}

@media (max-width: 640px) {
  #content-body > .w-\[990px\] {
    grid-template-columns: 1fr;
  }

  #content-body > .w-\[990px\] img {
    height: auto !important;
    min-height: 148px !important;
  }

  #post-grid > article,
  .wishlist-recommended-block article,
  .bg-card-item,
  .bg-homepage-item,
  .board,
  .board-new {
    flex-basis: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0 !important;
  }

  #container,
  #container-large-page {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #flex-image h1 {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  #container-footer {
    margin-top: 56px !important;
  }

  #view > .w-\[300px\] h1 {
    font-size: 34px !important;
    line-height: 42px !important;
  }

  .full-width {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
