#wrapper .breadcrumb {
  padding-top: 10px !important;
}
div#js-product-list-header {
  padding-top: 25px !important;
}
h2.subcategory-heading {
  display: none; 
}
.category-cover {
  display:none; 
}
#category-description #desc-heading strong {
  font-weight: 600;
}
.handle-category-layout {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.handle-category-image {
  flex: 0 0 300px; /* fixed image column width */
}
.handle-category-image img {
  display: block;
  width: 100%;
  height: auto;
}
.handle-category-content {
  flex: 1 1 auto;
  min-width: 0; /* helps prevent overflow in flex layouts */
}
@media (max-width: 768px) {
  .handle-category-layout {
    flex-direction: column;
  }

  .handle-category-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px; /* optional */
  }
}
#category-description ul {
  margin-top: 10px;
}
.clearIt {
  clear: both;
}
.termbox p img {
  margin-right: 20px;
}
.tooltip_keyword {
  text-decoration: none !important;
}
.tooltip_keyword::after {
  content: "?";
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;
  margin-left: 6px;

  font-size: 20px;
  font-weight: bold;
  line-height: 1;

  color: #ffffff;
  background-color: #4B4D4B;
  border-radius: 50%;

  cursor: pointer;
}
.latch-layout {
    width: 100%;
    max-width: 1100px;
    font-family: Arial, Helvetica, sans-serif;
}
.latch-row {
    display: flex;
    gap: 16px;
    margin-bottom: 36px;
    align-items: stretch;
}
.latch-image {
    width: 58%;
}
.latch-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latch-info {
    width: 42%;
    background: #e5e5e5;
    padding: 28px 32px;
    box-sizing: border-box;
    color: #333333;
}
.latch-info h3 {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.1;
    color: #333333;
}
.latch-info h3.red {
    color: #cc3333;
}
.latch-info ul {
    margin: 0;
    padding-left: 18px;
}
.latch-info li {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.35;
}
@media screen and (max-width: 700px) {
    .latch-row {
      flex-direction: column;
    }

    .latch-image,
    .latch-info {
      width: 100%;
    }
}

[data-apfs-field-id="12"] .an-pf-field-image-wrap {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Scope everything to field ID 12 */
[data-apfs-field-id="12"] {
  position: relative;
  max-width: 350px;
  font-family: sans-serif;
}

/* Style each radio option as a button */
[data-apfs-field-id="12"] .anfield-radio {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none; /* We'll restore top for first-child below */
  cursor: pointer;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: #fff;
  transition: background 0.3s;
}

/* Add top border only to the first item */
[data-apfs-field-id="12"] .anfield-radio:first-child {
  border-top: 1px solid #ccc;
}

/* Hover effect */
[data-apfs-field-id="12"] .anfield-radio:hover {
  background: #f7f7f7;
}

/* Image wrapper */
[data-apfs-field-id="12"] .an-pf-field-image-wrap {
  flex-shrink: 0;
}

/* Image size */
[data-apfs-field-id="12"] .an-pf-fieldminiature_left {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Highlight selected */
[data-apfs-field-id="12"] .anfield-radio.selected {
  outline: 2px solid #000;
}

/* Scrollable wrapper for radio options */
[data-apfs-field-id="12"] .anfield-radio-wrapper {
  max-height: none;
  overflow-y: auto;
  transition: max-height 0.3s ease;
}

/* When collapsed, only the selected item is visible */
[data-apfs-field-id="12"].collapsed .anfield-radio-wrapper {
  max-height: none;
  overflow: visible;
}

/* When expanded, cap height and scroll */
[data-apfs-field-id="12"]:not(.collapsed) .anfield-radio-wrapper {
  max-height: calc(60px * 5);
  overflow-y: auto;
}

/* Hide unselected items when collapsed */
[data-apfs-field-id="12"].collapsed .anfield-radio:not(.selected) {
  display: none;
}
/* Add down-arrow to selected item when collapsed */
[data-apfs-field-id="12"].collapsed .anfield-radio.selected {
  position: relative;
  padding-right: 30px; /* make room for the arrow */
}

[data-apfs-field-id="12"].collapsed .anfield-radio.selected::after {
  content: "▾"; /* Unicode down-arrow */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  pointer-events: none; /* so it doesn't block clicks */
}
span.radio-text {
  align-items: center;
  cursor: pointer;
  display: flex;
  float: left;
  font-size: 14px; /* Adjust text size if needed */
  color: #333; /* Adjust text color */
  height: 58px;
  white-space: nowrap; /* Prevent the text from wrapping to the next line */
}
@media (min-width: 1200px) {
  .product-variants.js-product-variants .product-variants-item:nth-child(n+2) {
    width: 100% !important;
  }
}
#brand-wrapper {
    width: 100%;
    padding: 20px 35px;
    box-sizing: border-box;
}
#brand-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 72px;
    row-gap: 26px;
}
#brand-wrapper .brand {
    text-align: center;
}
#brand-wrapper .brand-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 1px solid #cfcfcf;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#brand-wrapper .brand-img a {
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
#brand-wrapper .brand-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
#brand-wrapper .brand-infos p {
    margin: 14px 0 0;
}
#brand-wrapper .brand-infos a {
    color: #6b5b4c;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    text-decoration: none;
}
#brand-wrapper .brand-infos a:hover {
    color: #000;
}

@media (max-width: 1200px) {
    #brand-wrapper ul {
      grid-template-columns: repeat(4, 1fr);
      column-gap: 45px;
    }
}

@media (max-width: 768px) {
    #brand-wrapper {
      padding: 18px;
 }

    #brand-wrapper ul {
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
}

@media (max-width: 420px) {
    #brand-wrapper ul {
      grid-template-columns: 1fr;
    }
}
.brand-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.brand {
  text-align: center;
}

.brand-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #cfcfcf;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.brand-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.brand-infos p {
  margin: 14px 0 0;
  color: #6b5b4c;
  transition: color 0.25s ease;
}

/* 🔥 HOVER EFFECT ON WHOLE CARD */
.brand-link:hover .brand-img {
  border-color: #d96f2d;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.brand-link:hover .brand-infos p {
  color: #d96f2d;
  text-decoration: underline;
}