/** Shopify CDN: Minification failed

Line 24:2 Unexpected "{"
Line 24:3 Expected identifier but found "%"
Line 26:2 Unexpected "{"
Line 26:3 Expected identifier but found "%"

**/
.product-included-items {
  padding-top: 40px;
  padding-bottom: 40px;
}


.product-included-items__header {
  text-align: center;
}

.product-included-items__heading {
  margin-bottom: 14px;
  color: #301211;
  font-style: italic;
  font-weight: 400;
  {% if section.settings.heading_font_class == "custom" %}
    font-size: 28px;
  {% endif %}

}

.product-included-items__tabs-content .product-included-items-heading {
    color: #301211;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.product-included-items__description {
  max-width: 700px;
  margin: 0 auto;
}

/* Tabs Navigation */
.product-included-items__tabs {
  margin-top: 14px;
}

.product-included-items__tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
    margin-bottom: 27px;
    justify-content: flex-start;
}

@media screen and (min-width: 990px) {
  .product-included-items__tabs-nav {
    justify-content: center;
  }
}

.product-included-items__tab-button {
    background: none;
    border: none;
    padding: 0 5px 5px;
    cursor: pointer;
    font-size: 16px;
    color: #57201F;
    font-weight: 500;
    height: fit-content;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.product-included-items__tab-button[aria-expanded="true"] {
    text-decoration: underline;
}

.product-included-items__tab-button[aria-expanded="true"] .indicator {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgb(var(--color-foreground));
}

/* Tabs Content */
.product-included-items__tabs-content {
  position: relative;
  min-height: 200px;
}

/* Override JavaScript-set height if needed */
.product-included-items__tabs-content[data-tab-list] {
  height: auto !important;
}

.product-included-items__tab-item {
  display: none;
}

.product-included-items__tab-item[aria-hidden="false"] {
  display: block;
}

.product-included-items__tab-item[aria-hidden="true"] {
  display: none;
}

.product-included-items__tab-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.product-included-items__tab-item--metafield .product-included-items__tab-content-inner {
  grid-template-columns: repeat(3, 1fr);
}

.product-included-items__tab-item:not(.product-included-items__tab-item--metafield) {
  max-width: 1172px;
  width: 100%;
  margin: 0 auto;
}

.product-included-items-content-grid:not(:last-of-type) {
    border-right: 1px solid #B29898;
}

.product-included-items-content-grid {
    padding: 0 10px;
}
.product-included-items-content-grid:first-of-type .product-included-items__grid-inner {
    max-width: 404px;
}

.product-included-items__tab-item--metafield .product-included-items-content-grid .product-included-items__grid-inner {
  max-width: 404px;
  width: 100%;
  margin: 0 auto;
}



.product-included-items-content-grid:nth-of-type(2) .product-included-items__grid-inner {
    margin-left: auto;
    margin-right : 0;
}

.product-included-items__tab-item--metafield .product-included-items-content-grid:nth-of-type(2) .product-included-items__grid-inner {
  margin : 0 auto;
}

.product-included-items__grid-inner {
    max-width: 448px;
    width: 100%;
}

.product-included-items__grid-inner .metafield-rich_text_field {
    margin-top: 14px !important;
    margin-bottom: 0 !important;
}

.product-included-items__grid-inner .collapsible-row-list-item__text .metafield-rich_text_field {
    margin-top: 2px !important;
}

.product-included-items__grid-inner .metafield-rich_text_field p,
.product-included-items__grid-inner .metafield-rich_text_field * {
    font-size: 18px;
    margin-bottom: 14px;
}


.product-included-items__tab-item--metafield .product-included-items__grid-inner .metafield-rich_text_field a {
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}

.product-included-items__tab-item--metafield .product-included-items__grid-inner .popup__text-container {
  padding-top: var(--spacing-12);
}


.product-included-items__grid-inner .metafield-rich_text_field p:last-of-type {
    margin-bottom: 0;
}

.product-included-items__grid-inner .metafield-rich_text_field * {
    font-family: var(--font-heading);
    color : #57201F;
}

.product-included-items__grid-inner .metafield-rich_text_field * a {
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 0;
}

.product-included-items__grid-inner .metafield-rich_text_field strong {
    font-weight: 500;
}

.product-included-items__grid-inner .collapsible-row-list-item__trigger {
    padding: 7px 0;
    font-size: 18px;
    font-family: var(--font-heading);
    color: #301211;
    font-weight: 500;
}

.product-included-items__grid-inner .collapsible-row-list-item__trigger .collapsible-row-list-item__heading {
    padding-right: 15px;
}

.product-included-items__grid-inner .collapsible-row-list-item__text-container .collapsible-row-list-item__text {
    padding-right: 30px;
}

.product-included-items__grid-inner .collapsible-row-list-item:first-of-type .collapsible-row-list-item__trigger {
  padding-top: 0;
}

.product-included-items__tab-item--metafield .product-included-items__grid-inner .collapsible-row-list-item {
  border: none;
}

.product-included-items__tab-item--metafield .product-included-items__grid-inner .collapsible-row-list-item__text-container .collapsible-row-list-item__text {
  padding-right: 0px;
}

@media (min-width: 769px) {
  .product-included-items__tab-item--metafield .product-included-items__grid-inner .collapsible-row-list-item .collapsible-row-list-item__trigger .accordion__label-icons {
    display: none;
  }
  .product-included-items__tab-item--metafield .product-included-items__grid-inner .collapsible-row-list-item__text-container[aria-hidden="true"] {
    display: block !important;
  }
  .product-included-items__tab-item--metafield .product-included-items__grid-inner .collapsible-row-list-item__trigger {
    pointer-events: none !important;
  }
}

/* Ensure FAQ accordion content is hidden when aria-hidden="true" */
.product-included-items__grid-inner .collapsible-row-list-item__text-container[aria-hidden="true"] {
  display: none;
}

.product-included-items__grid-inner .collapsible-row-list-item__text-container[aria-hidden="false"] {
  display: block;
  margin-bottom: 7px !important;
}

@media (min-width: 720px) {
    .product-included-items__grid-inner .accordion__label-icons .icon, .accordion__label-icons .icon svg {
        width: 14px;
        height: 14px;
    }
    .product-included-items__grid-inner .accordion__label-icons .icon, .accordion__label-icons .icon svg path {
        fill: #301211;
    }
}

@media screen and (max-width: 989px) {
  
  .product-included-items__tabs-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  
  .product-included-items__tabs-nav::-webkit-scrollbar {
    display: none;
  }
  
  .product-included-items__tab-button {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 749px) {
  .product-included-items {
    padding: 2rem 0;
  }
  
  .product-included-items__inner {
    padding: 0 1.5rem;
  }
  
  .product-included-items__header {
    margin-bottom: 2rem;
  }
  
  .product-included-items__tabs {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 575px) {
  .product-included-items__grid-inner .metafield-rich_text_field * {
    font-size: 12px;
  }
  .product-included-items__tabs-content .product-included-items-heading {
    font-size: 12px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 768px) {
  
  /* Stack metafield sections vertically on mobile */
  .product-included-items__tab-item--metafield .product-included-items__tab-content-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .product-included-items__tab-item--metafield .product-included-items-content-grid {
    border-right: none;
  }
  
  .product-included-items__tab-item--metafield .product-included-items-content-grid:last-of-type {
    border-bottom: none;
  }
  
  .product-included-items__tab-item--metafield .product-included-items-content-grid .product-included-items__grid-inner {
    max-width: 100%;
    margin: 0;
  }
}