/** Shopify CDN: Minification failed

Line 5599:134 Unexpected "\\n"
Line 5599:948 Unexpected "@media"

**/
.product-single__header {
    margin-top: 0px;
}

.short-description ul {
	list-style: none;
    margin-left: 0px;
}

.description-wrapper-block {
	margin-top:30px;
}

.quality-top ul {
    list-style: none;
    text-align:center;
    margin: 0;
}

.quality-top li {
    display: inline-block;
	margin: 0 10px;
    font-size: 20px;
}

.quality-top li b {
    color: #d9b672;
    font-weight: bold;
}

.icon--inventory.red-inventory:after, .icon--inventory.red-inventory:before {
    background: #f44336;
}

.icon--inventory.yellow-inventory:after, .icon--inventory.yellow-inventory:before {
    background: #ff9800;
}

.grid-product__link--disabled .product-slider {
	opacity: 0.5;
}

/* icon list home */

.quality-top-img ul {
    list-style: none;
    text-align:center;
    margin: 0;
}

.quality-top-img li {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    width: 24%;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    font-style: italic;
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
    word-break: break-word;
}

.quality-top-img li p {
    max-width: 230px;
    margin: 0 auto;
}

.quality-top-img li img {
    max-height: 70px;
 	margin: 0 auto;
    margin-bottom: 20px;
}

/* icon list home end */

/* icon list product */

.product-top-icon ul {
    list-style: none;
    text-align: center;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-top-icon li {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    width: 19%;
    margin-bottom: 20px;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    font-style: italic;
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
    word-break: break-word;
}

.product-top-icon.six li {
    width: 14%;
}

.product-top-icon li p {
    max-width: 230px;
    margin: 0 auto;
}

.product-top-icon li img {
    max-height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
}

/* icon list product end */

a.weiter-btn {
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
    min-width: 90px;
    margin: 0;
    width: auto;
    line-height: 1.42;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: var(--buttonRadius);
    color: var(--shopify-editor-setting-color_button_text);
    color: var(--colorBtnPrimaryText);
    background: var(--shopify-editor-setting-color_button);
    background: var(--colorBtnPrimary);
    transition: background 0.15s ease;
    transition: var(--colorBtnPrimaryBgTransition);
}

a.weiter-btn:hover {
	background: #ebe0c3;
}

.description-wrapper-block .collapsible-trigger {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    font-style: italic;
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
    word-break: break-word;
    text-transform: uppercase;
}

/* tabs products */

.description-wrapper-block .tabs>input[type="radio"] {
      display: none;
}

.description-wrapper-block .tabs>.tab-item {
  	height: 0;
  	opacity: 0;
    padding: 0;
  	margin: 0;
  	visibility: hidden;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-Beschreibung:checked~#Beschreibung,
#tab-Inhaltsstoffe:checked~#Inhaltsstoffe,
#tab-Verzehrempfehlung:checked~#Verzehrempfehlung,
#tab-FAQ:checked~#FAQ {
    display: block;
  	opacity: 1;
	height: auto;
  	visibility: visible;
  	padding-top: 20px;
    transition: 1s;
}

.tab-btn-line {
  	border-top: 1px solid #000000;
    margin-top: -6px;
}

.description-wrapper-block .tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    color: #000000;
    border: 1px solid #000000;
    padding: 10px;
    margin-right: -6px;
    margin-bottom: 6px;
    font-size: 24px;
    font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    font-style: italic;
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
    word-break: break-word;
    text-transform: uppercase;
}

.description-wrapper-block .tabs>label.tab-first {
	margin-right: -5px;
}

.description-wrapper-block .tabs>input[type=radio]:checked+label {
    background: #000000;
    color: #fff;
    border: 1px solid #000000;
}

/* block left right */

.wrap-block {
    overflow: hidden;
    width: 100%;
}

.left-block {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.right-block {
    width: 48%;
    float: left;
}

.grid-product__price span {
    font-size: 24px;
    font-weight: bold;
}

span.product__price {
    font-size: 24px;
    font-weight: bold;
}

span.product__price.product__price--compare {
    font-size: 20px;
    font-weight: normal;
}

.btn--tertiary {
    background-color: #d8b672!important;
    border: none!important;
}

.footer__social a {
	display: inline-block!important;
}

.shopify-section-group-header-group>.announcement {
    z-index: 999!important;
}

.announcement {
    overflow: inherit!important;
}

.announcement__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px!important;
}

.announcement-bar-btn {
    display: block;
    padding: 7px 7px 6px;
    position: relative;
}

.announcement-bar-hover {
    position: relative;
}

.announcement-bar-intro-hidden {
    min-width: 200px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 32px;
    left: 50%;
    z-index: 2;
    background: #000;
    color: #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.announcement-bar-hover:hover .announcement-bar-intro-hidden {
    display: block;
}

/* Table About us */

.table-block {
    display: table;
    width: 100%;
    margin-top: 36px;
}

.table-block .table-tr {
    display: table-row;
    text-decoration: none;
    color: #d9b672;
}

.table-block .table-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}

.table-block .table-td:first-child {
    font-size: 24px;
    padding-bottom: 30px;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
}

.table-block .table-td:last-child {
    font-size: 18px;
    color: var(--colorTextBody);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
}

/* Quote about */

.quote-about {
    position: relative;
}

.quote-about h2 {
    line-height: 1.2;
}

.quote-about:before, .quote-about:after {
    position: absolute;
    font-size: 120px;
    top: -70px;
	color:#d9b672;
}

.quote-about:before{
	content: '»';
}

.quote-about:after {
    content: '«';
    right: 0;
}

div#hubspot-messages-iframe-container {
    z-index: 100;
}

.hero-natural--16131306182c3b5edb .hero__text-shadow .hero__title,
.hero-natural--16131306182c3b5edb .hero__text-shadow .hero__subtitle{
    text-shadow: 2px 2px 6px black;
}

.marquee.marquee--161278747492509bc4 {
    margin-top: 20px;
}

.variant-input-wrap label {
    padding: 8px!important;
    margin: 0 8px 12px 0!important;
    border-radius: 10px!important;
    border: 1px solid #b6b6b6;
}

.variant-input-wrap label img {
    width: 104px;
}

.variant-input-wrap label p {
    margin-bottom: 0;
    font-size: 16px;
    background: #d8b672;
    width: fit-content;
    margin: 0 auto;
    padding: 5px;
    border-radius: 5px;
}

.variant-input-wrap label span {
    width: 100px;
    height: 25px;
    display: block;
}

.variant-input-wrap label p.valuename {
    margin-bottom: 0;
    font-size: 14px;
    background: none;
    width: fit-content;
    margin: 0 auto;
    padding: 0px;
    border-radius: 0px;
}

.AGB-sticky-cart {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    height: 10px;
}

.AGB-sticky-cart a {
	text-decoration: underline;
}

.sticky-cart {
    background: #ffffff;
}

.sticky-cart__inner {
    height: 78%!important;
}

.cart__footer-page {
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
    position: relative;
}

.cart__checkout {
    width: auto;
    margin-left: 20px;
}

.cart__item--name {
    margin-right: 20px;
}

.cart__item--headers .cart__item--qty,
.cart__item--headers .cart__item--price,
.cart__item--headers .cart__item--price-line {
    font-family: Roboto Condensed;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
}

.cart__item--qty .js-qty__wrapper {
	margin:0 auto;
}

/*Blog*/

.page-width.page-content {
    overflow: hidden;
}

.grid.grid--uniform .grid__item[class*="--push"] {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    left: 0;
}

.grid.grid--uniform .article-listing {
    overflow: hidden;
    margin-bottom: 30px;
}

.grid.grid--uniform .article__image-wrap {
    width: 25%;
    margin-right: 5%;
    float: left;
}

#shopify-section-template--16147595297034__blog-posts .grid.grid--uniform .article__image-wrap {
    width: 100%;
    margin-right: auto;
    float: none;
}

.grid.grid--uniform .article__content {
    max-width: 70%;
    float: left;
    text-align: left !important;
}

.blog-wrapper {
    width: 68%;
    margin-right: 2%;
    float: left;
}

.blog-newsletter {
    float: left;
    width: 30%;
    border: 1px solid #000000;
}

.blog-newsletter-padding {
    padding: 15px 20px;
}

.blog-newsletter .h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.blog-form {
	margin-bottom:20px;
}

.blog-newsletter .rte,
.blog-newsletter .newsletter-dop-text {
    font-size: 16px;
    line-height: 1.5;
	text-align: center;
}

.blog-newsletter .newsletter-dop-text {
    font-size: 12px;
}

.blog-newsletter .newsletter-form-group__input {
    font-size: 16px;
}

/*Blog END*/

.a2-reviews-widget-total .rwt-in-wp {
    margin-bottom: 10px;
}

.dynamic-checkout__content .shopify-cleanslate ul,
.shopify-cleanslate .fQRHLPulpQPIVgLI2F6g, .shopify-cleanslate .xGd3h1QpIzYq8GCXdELr {
    display: -webkit-block !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
}

.shopify-cleanslate ul li {
    border-radius: 40px;
    overflow: hidden;
    width: 24%;
    margin-left: 1%;
    display: inline-block!important;
    vertical-align: top;
}

/*a2-reviews-widget*/

.template-index .a2-reviews-widget-total .rwt-in-wp,
.template-collection .a2-reviews-widget-total .rwt-in-wp{ justify-content: center; }

.newsletter-form-group__input::placeholder {
    font-size: 12px;
}

@media screen and (min-width: 0px) and (max-width: 900px) {
  
    a.weiter-btn, button.btn.btn--no-animate.cart__checkout {
        width: calc(100% - 10px);
        margin: 0;
        margin-bottom: 10px;
    }

	.shopify-cleanslate ul li {
        width: 100%;
        margin-left: 0;
    }
  
}

.payment-icons-and-delivery {
    display: flex;
    justify-content: center;
}

.payment-icons-and-delivery-item {
    display: flex;
    margin: 0 10px;
}

.pd-title {
    margin-right: 10px;
}

.payment-icons-and-delivery-item ul.inline-list.payment-icons {
    max-width: 240px;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  
  .quality-top-img li {
      font-size: 14px;
      width: 48%;
  }

  .quality-top-img li p {
      max-width: none;
      margin: 0 0 20px;
  }
  
  .collapsibles-content-wrapper {
      border-top: none;
      margin-top: 0;
  }
  
  .tab-btn-line {
      display: none;
  }
  
  .description-wrapper-block .tabs>label,
  .description-wrapper-block .tabs>label.tab-first {
      padding: 8px;
      font-size: 14px;
	  margin: 0 4px 8px;
  }
  
  .description-wrapper-block .collapsibles-wrapper .tab-item {
      text-align: left;
  }
  
  .description-wrapper-block .collapsibles-wrapper .tab-item p {
      margin: 0 0 20px;
  }
  
  .left-block, .right-block {
      width: 100%;
  }
  
  .product-top-icon li {
      font-size: 16px;
      width: 31%;
      margin-bottom: 30px;
  }
  
  .table-block .table-td {
      display: block;
      padding: 0 0 15px;
      text-align: center;
  }
  
  .quote-about h2 {
      font-size: 20px;
      margin: 0 60px;
  }
  
  div#hubspot-messages-iframe-container {
      bottom: 80px!important;
      height: calc(100% - 80px)!important;
  }
  
  .cart__footer-page {
      margin-left: 30px;
  }
  
  .cart__item--qty, 
  .cart__item--qty .js-qty__wrapper {
      margin: 0;
  }
  
  .page-width.page-content {
      display: inline-block;
      max-width: 100%;
      box-sizing: border-box;
  }

  .template-page .section-header h1 {
      font-size: 30px;
  }
  
  .blog-wrapper, .blog-newsletter {
      width: 100%;
      margin-right: 0;
      float: none;
  }
  
  .a2-reviews-widget-total .rwt-in-wp {
      margin: 0 auto;
      width: fit-content;
  }

  .payment-icons-and-delivery {
      flex-wrap: wrap;
  }

  .payment-icons-and-delivery-item {
      margin-bottom: 10px;
  }

}
/* ========================================
   NAURUM STICKY CART – REFINED V4
   ======================================== */
.sticky-cart {
  height: 76px;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 -10px 28px rgba(17, 17, 17, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.sticky-cart__inner {
  width: min(100%, 760px);
  height: 100% !important;
  margin: 0 auto;
  padding: 10px 20px;
  gap: 18px;
  background: transparent;
}

.naurum-sticky-cart__menu {
  flex: 0 0 auto;
  margin: 0;
}

.naurum-sticky-cart__summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 0;
}

.sticky-cart__item,
.naurum-sticky-cart__count,
.naurum-sticky-cart__subtotal {
  margin: 0;
}

.sticky-cart__inner a.naurum-sticky-cart__count {
  border-bottom: 1px solid currentColor;
  font-size: 15px;
  line-height: 1.2;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.naurum-sticky-cart__subtotal {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.sticky-cart__item.btn.naurum-sticky-cart__checkout {
  min-width: 150px;
  margin: 0;
  padding: 14px 26px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  box-shadow: none;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.sticky-cart__item.btn.naurum-sticky-cart__checkout:hover,
.sticky-cart__item.btn.naurum-sticky-cart__checkout:focus-visible {
  background: #2a2a2a;
  color: #ffffff;
}

.AGB-sticky-cart {
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  width: max-content;
  max-width: calc(100% - 28px);
  height: auto;
  color: rgba(17, 17, 17, 0.58);
  font-size: 9px;
  line-height: 1;
  white-space: nowrap;
}

.AGB-sticky-cart a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

@media only screen and (max-width: 768px) {
  .sticky-cart {
    height: 68px;
  }

  .sticky-cart__inner {
    justify-content: space-between;
    width: 100%;
    padding: 8px 12px 12px;
    gap: 10px;
  }

  .naurum-sticky-cart__summary {
    flex: 1 1 auto;
    gap: 10px;
  }

  .sticky-cart__inner a.naurum-sticky-cart__count {
    font-size: 13px;
  }

  .naurum-sticky-cart__subtotal {
    font-size: 14px;
  }

  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 126px;
    padding: 12px 18px;
    font-size: 14px;
  }

  .AGB-sticky-cart {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .sticky-cart__inner {
    padding-inline: 10px;
  }

  .naurum-sticky-cart__summary {
    gap: 8px;
  }

  .sticky-cart__inner a.naurum-sticky-cart__count,
  .naurum-sticky-cart__subtotal {
    font-size: 12px;
  }

  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 112px;
    padding-inline: 14px;
    font-size: 13px;
  }
}


/* ========================================
   NAURUM STICKY CART – FINAL REFINEMENT V5.9
   ======================================== */

/* Keep the sticky cart as one calm, compact action bar. */
.sticky-cart {
  height: 66px !important;
  background: rgba(255, 255, 255, 0.985) !important;
  border-top: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 -6px 22px rgba(17, 17, 17, 0.07);
}

.sticky-cart__inner {
  width: min(100%, 700px) !important;
  height: 100% !important;
  margin: 0 auto;
  padding: 8px 18px !important;
  gap: 16px !important;
  align-items: center;
  justify-content: center;
}

.naurum-sticky-cart__summary {
  gap: 14px !important;
}

.sticky-cart__inner a.naurum-sticky-cart__count {
  font-size: 14px !important;
  line-height: 1.1;
  border-bottom-width: 1px;
}

.naurum-sticky-cart__subtotal {
  font-size: 15px !important;
  font-weight: 650;
}

.sticky-cart__item.btn.naurum-sticky-cart__checkout {
  min-width: 132px !important;
  min-height: 44px;
  padding: 10px 22px !important;
  border-radius: 999px;
  font-size: 14px !important;
  line-height: 1;
}

/* The legal microcopy was visually cramped and is intentionally removed. */
.AGB-sticky-cart {
  display: none !important;
}

/* Refine the standalone thumb menu visible on the cart page. */
@media only screen and (min-width: 769px) {
  .site-nav__thumb-menu {
    max-width: 280px !important;
    margin: 24px !important;
  }

  .btn.site-nav__thumb-button {
    height: 58px !important;
    min-height: 58px !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 768px) {
  .sticky-cart {
    height: 62px !important;
  }

  .sticky-cart__inner {
    width: 100% !important;
    padding: 7px 10px !important;
    gap: 9px !important;
    justify-content: space-between;
  }

  .naurum-sticky-cart__summary {
    flex: 1 1 auto;
    gap: 8px !important;
  }

  .sticky-cart__inner a.naurum-sticky-cart__count {
    font-size: 12px !important;
  }

  .naurum-sticky-cart__subtotal {
    font-size: 13px !important;
  }

  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 112px !important;
    min-height: 42px;
    padding: 9px 15px !important;
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 390px) {
  .sticky-cart__inner {
    padding-inline: 8px !important;
  }

  .naurum-sticky-cart__summary {
    gap: 6px !important;
  }

  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 104px !important;
    padding-inline: 12px !important;
  }
}


/* ========================================
   NAURUM STICKY CART – V6
   ======================================== */

.sticky-cart {
  height: 64px !important;
}

.sticky-cart__inner {
  width: min(100%, 620px) !important;
  padding: 7px 16px !important;
  gap: 12px !important;
}

.naurum-sticky-cart__menu {
  width: 38px;
  height: 38px;
  padding: 9px !important;
  border-radius: 50%;
  background: rgba(17, 17, 17, .045);
}

.naurum-sticky-cart__menu .icon {
  width: 19px;
  height: 19px;
}

.naurum-sticky-cart__summary {
  gap: 9px !important;
}

.sticky-cart__inner a.naurum-sticky-cart__count {
  border-bottom: 0;
  font-size: 13px !important;
  color: rgba(17, 17, 17, .68);
  text-decoration: none;
}

.naurum-sticky-cart__subtotal {
  font-size: 15px !important;
  font-weight: 700;
}

.sticky-cart__item.btn.naurum-sticky-cart__checkout {
  min-width: 128px !important;
  min-height: 42px;
  padding: 9px 19px !important;
  font-size: 13px !important;
}

@media only screen and (max-width: 768px) {
  .sticky-cart {
    height: 60px !important;
  }

  .sticky-cart__inner {
    width: 100% !important;
    padding: 6px 9px !important;
    gap: 7px !important;
  }

  .naurum-sticky-cart__menu {
    width: 36px;
    height: 36px;
    padding: 8px !important;
  }

  .naurum-sticky-cart__summary {
    justify-content: flex-start;
    gap: 6px !important;
  }

  .sticky-cart__inner a.naurum-sticky-cart__count {
    font-size: 11px !important;
  }

  .naurum-sticky-cart__subtotal {
    font-size: 13px !important;
  }

  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 108px !important;
    min-height: 40px;
    padding: 8px 13px !important;
    font-size: 12px !important;
  }
}


/* ========================================
   NAURUM PREMIUM CART – V7.1 FINAL POLISH
   ======================================== */

/* Sticky cart: lighter menu, stronger price hierarchy, calmer CTA */
.sticky-cart {
  height: 58px !important;
}

.sticky-cart__inner {
  width: min(100%, 600px) !important;
  padding: 6px 12px !important;
  gap: 10px !important;
}

.naurum-sticky-cart__menu {
  width: 34px !important;
  height: 34px !important;
  padding: 7px !important;
  background: rgba(17, 17, 17, .035) !important;
  border: 1px solid rgba(17, 17, 17, .08);
}

.naurum-sticky-cart__menu .icon {
  width: 17px !important;
  height: 17px !important;
}

.naurum-sticky-cart__summary {
  gap: 8px !important;
}

.sticky-cart__inner a.naurum-sticky-cart__count {
  font-size: 11px !important;
  font-weight: 500;
  color: rgba(17, 17, 17, .52) !important;
}

.naurum-sticky-cart__subtotal {
  font-size: 17px !important;
  line-height: 1;
  font-weight: 750 !important;
  letter-spacing: -.01em;
}

.sticky-cart__item.btn.naurum-sticky-cart__checkout {
  min-width: 116px !important;
  min-height: 39px !important;
  padding: 8px 16px !important;
  font-size: 12px !important;
  font-weight: 650;
}

/* Cart product media and quantity control */
.template-cart #CartPageForm .cart__image {
  width: 132px !important;
}

.template-cart #CartPageForm .cart__image img {
  width: 100%;
  height: auto;
}

.template-cart #CartPageForm .js-qty__wrapper {
  border-color: rgba(17, 17, 17, .16) !important;
  border-radius: 999px !important;
  min-height: 42px;
}

.template-cart #CartPageForm .js-qty__adjust {
  width: 38px !important;
  font-weight: 700;
}

.template-cart #CartPageForm .js-qty__num {
  min-width: 42px;
  font-weight: 650;
}

/* Secondary CTA remains clearly secondary */
.template-cart #CartPageForm .weiter-btn {
  min-height: 48px !important;
  padding: 10px 22px !important;
  font-size: 13px !important;
}

/* Recommendations: tighter spacing and cleaner heading rhythm */
.template-cart .featured-collection-slider,
.template-cart .index-section--featured-collection {
  margin-top: 44px !important;
}

.template-cart .featured-collection-slider .section-header,
.template-cart .index-section--featured-collection .section-header {
  margin-bottom: 24px !important;
}

/* Summary readability */
.template-cart .naurum-cart-trust {
  font-size: 13px !important;
  line-height: 1.45;
}

.template-cart .naurum-cart-lab-note,
.template-cart .naurum-cart-summary-copy,
.template-cart .naurum-cart-legal {
  font-size: 13px !important;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .sticky-cart {
    height: 56px !important;
  }

  .sticky-cart__inner {
    padding: 5px 8px !important;
    gap: 6px !important;
  }

  .naurum-sticky-cart__menu {
    width: 32px !important;
    height: 32px !important;
    padding: 6px !important;
  }

  .sticky-cart__inner a.naurum-sticky-cart__count {
    font-size: 10px !important;
  }

  .naurum-sticky-cart__subtotal {
    font-size: 15px !important;
  }

  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 104px !important;
    min-height: 38px !important;
    padding: 8px 12px !important;
    font-size: 11px !important;
  }

  .template-cart #CartPageForm .cart__image {
    width: 104px !important;
  }

  .template-cart #CartPageForm .js-qty__adjust {
    width: 36px !important;
  }

  .template-cart #CartPageForm .js-qty__num {
    min-width: 38px;
  }

  .template-cart .featured-collection-slider,
  .template-cart .index-section--featured-collection {
    margin-top: 32px !important;
  }
}


/* ========================================
   NAURUM CART – V7.3 STICKY & MENU POLISH
   ======================================== */
.sticky-cart {
  height: 58px !important;
  background: rgba(250, 247, 240, .98) !important;
  border-top: 1px solid rgba(17,17,17,.08);
  box-shadow: 0 -4px 18px rgba(17,17,17,.06);
}
.sticky-cart__inner {
  width: min(100%, 560px) !important;
  padding: 6px 12px !important;
  gap: 9px !important;
}
.naurum-sticky-cart__menu {
  width: 34px !important;
  height: 34px !important;
  padding: 7px !important;
  color: #111 !important;
  background: transparent !important;
  border: 1px solid rgba(17,17,17,.16) !important;
  border-radius: 50% !important;
}
.sticky-cart__inner a.naurum-sticky-cart__count {
  font-family: inherit !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  color: rgba(17,17,17,.54) !important;
}
.naurum-sticky-cart__subtotal {
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 750 !important;
  color: #111 !important;
}
.sticky-cart__item.btn.naurum-sticky-cart__checkout {
  min-width: 112px !important;
  min-height: 39px !important;
  padding: 8px 15px !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 650 !important;
  background: #111 !important;
  color: #fff !important;
  border-radius: 999px !important;
}
.site-nav__thumb-menu {
  right: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 22px !important;
}
.btn.site-nav__thumb-button {
  width: 54px !important;
  min-width: 54px !important;
  height: 54px !important;
  min-height: 54px !important;
  padding: 14px !important;
  background: #faf7f0 !important;
  color: #111 !important;
  border: 1px solid rgba(17,17,17,.14) !important;
  border-radius: 50% !important;
  box-shadow: 0 8px 24px rgba(17,17,17,.10);
  font-size: 0 !important;
}
.btn.site-nav__thumb-button .icon {
  width: 22px !important;
  height: 22px !important;
}
@media only screen and (max-width: 768px) {
  .sticky-cart { height: 56px !important; }
  .sticky-cart__inner {
    width: 100% !important;
    padding: 5px 8px !important;
    gap: 6px !important;
  }
  .sticky-cart__inner a.naurum-sticky-cart__count {
    font-size: 10px !important;
  }
  .naurum-sticky-cart__subtotal {
    font-size: 14px !important;
  }
  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 102px !important;
    min-height: 38px !important;
    padding: 8px 11px !important;
    font-size: 11px !important;
  }
  .site-nav__thumb-menu { margin: 14px !important; }
  .btn.site-nav__thumb-button {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 12px !important;
  }
}


/* ========================================
   NAURUM PREMIUM CART – V7.4 FINAL
   ======================================== */

.template-cart #CartPageForm .cart__footer {
  margin-top: -22px !important;
}

.template-cart .naurum-cart-footer-grid {
  gap: 24px !important;
  margin-top: 0 !important;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr) !important;
}

.template-cart .naurum-cart-primary-rec__eyebrow {
  font-size: 11px !important;
}

.template-cart .naurum-cart-primary-rec h2 {
  margin-bottom: 17px !important;
  font-size: 34px !important;
  letter-spacing: -.02em;
}

.template-cart .naurum-cart-primary-rec__card {
  grid-template-columns: 158px minmax(0, 1fr) !important;
  gap: 22px !important;
  min-height: 286px;
  padding: 22px !important;
}

.template-cart .naurum-cart-primary-rec__content h3 {
  margin-top: 4px !important;
  font-size: 20px !important;
  line-height: 1.22 !important;
}

.template-cart .naurum-cart-primary-rec__content > p {
  margin: 9px 0 11px !important;
  font-size: 14px !important;
}

.template-cart .naurum-cart-primary-rec__price {
  display: block;
  margin-bottom: 12px;
  font-size: 19px !important;
  line-height: 1;
  font-weight: 750;
}

.template-cart .naurum-cart-primary-rec__benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(17,17,17,.68);
  font-size: 12px;
  line-height: 1.5;
}

.template-cart .naurum-cart-primary-rec__benefits li {
  margin: 3px 0;
}

.template-cart .naurum-cart-primary-rec__benefits li::before {
  content: "✓";
  margin-right: 7px;
  color: #b48b42;
  font-weight: 700;
}

.template-cart .naurum-cart-primary-rec__action {
  gap: 18px !important;
}

.template-cart .naurum-cart-primary-rec__button {
  min-width: 158px !important;
  min-height: 50px !important;
  padding: 11px 23px !important;
  font-size: 14px !important;
  font-weight: 700;
}

.template-cart .naurum-cart-primary-rec__action > a {
  font-size: 13px !important;
  font-weight: 600;
}

.template-cart #CartPageForm .weiter-btn--quiet {
  min-height: auto !important;
  padding: 9px 5px !important;
  color: rgba(17,17,17,.62) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.template-cart #CartPageForm .weiter-btn--quiet:hover {
  color: #111 !important;
  background: transparent !important;
}

.template-cart #CartPageForm .cart__checkout {
  min-height: 52px !important;
  padding-inline: 30px !important;
  font-size: 14px !important;
}

.sticky-cart {
  height: 62px !important;
}

.sticky-cart__inner {
  width: min(100%, 600px) !important;
  gap: 12px !important;
}

.sticky-cart__inner a.naurum-sticky-cart__count {
  font-size: 11px !important;
  color: rgba(17,17,17,.48) !important;
}

.naurum-sticky-cart__subtotal {
  font-size: 19px !important;
  font-weight: 800 !important;
  letter-spacing: -.015em;
}

.sticky-cart__item.btn.naurum-sticky-cart__checkout {
  min-width: 126px !important;
  min-height: 43px !important;
  padding: 10px 18px !important;
  font-size: 13px !important;
}

.naurum-sticky-cart__menu {
  background: #ead29f !important;
  border-color: rgba(17,17,17,.08) !important;
  box-shadow: 0 4px 14px rgba(17,17,17,.08);
}

.btn.site-nav__thumb-button {
  background: #ead29f !important;
  border-color: rgba(17,17,17,.08) !important;
  box-shadow: 0 9px 26px rgba(17,17,17,.11) !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn.site-nav__thumb-button:hover {
  background: #dfbf7d !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(17,17,17,.14) !important;
}

.template-cart .naurum-cart-more {
  margin-top: 44px !important;
}

@media only screen and (max-width: 900px) {
  .template-cart #CartPageForm .cart__footer {
    margin-top: -8px !important;
  }

  .template-cart .naurum-cart-footer-grid {
    grid-template-columns: 1fr !important;
  }
}

@media only screen and (max-width: 768px) {
  .template-cart .naurum-cart-primary-rec h2 {
    font-size: 27px !important;
  }

  .template-cart .naurum-cart-primary-rec__card {
    grid-template-columns: 108px minmax(0, 1fr) !important;
    gap: 15px !important;
    min-height: 0;
    padding: 16px !important;
  }

  .template-cart .naurum-cart-primary-rec__content h3 {
    font-size: 17px !important;
  }

  .template-cart .naurum-cart-primary-rec__price {
    font-size: 17px !important;
  }

  .template-cart .naurum-cart-primary-rec__action {
    grid-column: 1 / -1;
  }

  .template-cart .naurum-cart-primary-rec__button {
    min-width: 145px !important;
    min-height: 46px !important;
    font-size: 13px !important;
  }

  .sticky-cart {
    height: 58px !important;
  }

  .naurum-sticky-cart__subtotal {
    font-size: 16px !important;
  }

  .sticky-cart__item.btn.naurum-sticky-cart__checkout {
    min-width: 108px !important;
    min-height: 40px !important;
    font-size: 12px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.1
   Hero, price, CTA and trust
   ======================================== */

.template-product .product-section .page-content {
  padding-top: 54px;
  padding-bottom: 54px;
}

.template-product .product-section .grid {
  align-items: flex-start;
}

.template-product .naurum-pdp-buybox {
  max-width: 560px;
  margin-left: auto;
  padding: 30px 32px 32px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(17, 17, 17, .055);
}

.template-product .product-single__header {
  margin-bottom: 18px;
  text-align: left;
}

.template-product .product-single__title {
  margin-bottom: 12px;
  font-size: clamp(34px, 3.4vw, 52px);
  line-height: 1.04;
  letter-spacing: -.025em;
}

.template-product .naurum-pdp-lead {
  max-width: 48ch;
  margin-top: 0;
  color: rgba(17, 17, 17, .68);
  font-size: 16px;
  line-height: 1.55;
}

.template-product .naurum-pdp-lead > * {
  margin-top: 0;
  margin-bottom: 0;
}

.template-product .product-single__meta [data-product-blocks] {
  display: flex;
  flex-direction: column;
}

.template-product .product-single__meta .product-block {
  margin-bottom: 22px;
}

.template-product .product-single__meta .product-block--price {
  margin-top: 2px;
  margin-bottom: 26px;
  text-align: left;
}

.template-product .product-single__prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.template-product .product__price {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
  font-weight: 750;
  letter-spacing: -.025em;
}

.template-product .product__price--compare {
  font-size: 17px;
  color: rgba(17, 17, 17, .46);
}

.template-product .product__unit-price,
.template-product .product__policies {
  margin-top: 8px;
  color: rgba(17, 17, 17, .56);
  font-size: 12px;
}

.template-product .naurum-pdp-add-to-cart {
  min-height: 56px;
  border-radius: 999px;
  background: #111 !important;
  border-color: #111 !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  box-shadow: 0 10px 24px rgba(17, 17, 17, .12);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.template-product .naurum-pdp-add-to-cart:hover,
.template-product .naurum-pdp-add-to-cart:focus-visible {
  transform: translateY(-1px);
  background: #252525 !important;
  box-shadow: 0 13px 28px rgba(17, 17, 17, .16);
}

.template-product .naurum-pdp-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, .10);
}

.template-product .naurum-pdp-trust__item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  min-width: 0;
}

.template-product .naurum-pdp-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f1e5c9;
  color: #6e5324;
  font-size: 12px;
  font-weight: 800;
}

.template-product .naurum-pdp-trust__item strong,
.template-product .naurum-pdp-trust__item small {
  display: block;
}

.template-product .naurum-pdp-trust__item strong {
  color: #111;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}

.template-product .naurum-pdp-trust__item small {
  margin-top: 2px;
  color: rgba(17, 17, 17, .54);
  font-size: 10px;
  line-height: 1.35;
}

.template-product .product-single__meta .sales-points {
  margin-top: 0;
}

.template-product .product-single__meta .variant-wrapper {
  margin-bottom: 0;
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
  .template-product .naurum-pdp-buybox {
    padding: 24px;
  }

  .template-product .naurum-pdp-trust {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .template-product .product-section .page-content {
    padding-top: 24px;
    padding-bottom: 34px;
  }

  .template-product .naurum-pdp-buybox {
    max-width: none;
    margin: 22px 0 0;
    padding: 22px 18px 24px;
    border-radius: 16px;
    box-shadow: 0 12px 34px rgba(17, 17, 17, .05);
  }

  .template-product .product-single__header {
    text-align: left !important;
  }

  .template-product .product-single__title {
    font-size: 34px;
  }

  .template-product .naurum-pdp-lead {
    font-size: 15px;
  }

  .template-product .product-single__meta .product-block,
  .template-product .product-single__meta .product-block--price {
    text-align: left !important;
  }

  .template-product .product__price {
    font-size: 32px;
  }

  .template-product .naurum-pdp-add-to-cart {
    min-height: 54px;
  }

  .template-product .naurum-pdp-trust {
    grid-template-columns: 1fr 1fr;
    gap: 14px 10px;
  }
}

@media only screen and (max-width: 420px) {
  .template-product .naurum-pdp-trust {
    grid-template-columns: 1fr;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.2
   Variant row and trust refinement
   ======================================== */

/* Keep all quantity / discount variants in one clean row on desktop. */
@media only screen and (min-width: 769px) {
  .template-product .naurum-pdp-buybox .variant-input-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .template-product .naurum-pdp-buybox .variant-input {
    display: block !important;
    width: 100%;
    min-width: 0;
    margin: 0 !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label img {
    max-width: 100%;
    height: auto;
  }
}

/* Trust area: clearer hierarchy, no duplicate explanatory lines. */
.template-product .naurum-pdp-trust {
  gap: 14px 18px;
  padding-top: 20px;
}

.template-product .naurum-pdp-trust__item {
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.template-product .naurum-pdp-trust__icon {
  width: 24px;
  height: 24px;
  font-size: 13px;
}

.template-product .naurum-pdp-trust__item strong {
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
}

.template-product .naurum-pdp-trust__item small {
  display: none !important;
}

@media only screen and (max-width: 1100px) and (min-width: 769px) {
  .template-product .naurum-pdp-buybox .variant-input-wrap {
    gap: 6px;
  }

  .template-product .naurum-pdp-buybox .variant-input label {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .template-product .naurum-pdp-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media only screen and (max-width: 768px) {
  .template-product .naurum-pdp-buybox .variant-input-wrap {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .template-product .naurum-pdp-buybox .variant-input {
    display: block !important;
    width: 100%;
    margin: 0 !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label {
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .template-product .naurum-pdp-trust__item strong {
    font-size: 12px;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.3
   Compact variants, trust refinement,
   mobile spacing and premium tabs/icons
   ======================================== */

/* ---------- VARIANT CARDS: COMPACTER ---------- */

.template-product .naurum-pdp-buybox .variant-input label {
  min-height: 176px !important;
  padding: 8px 5px 7px !important;
  border-radius: 12px !important;
}

.template-product .naurum-pdp-buybox .variant-input label img {
  max-height: 112px !important;
  width: auto !important;
  object-fit: contain;
}

.template-product .naurum-pdp-buybox .variant-input label .variant__label-info,
.template-product .naurum-pdp-buybox .variant-input label span,
.template-product .naurum-pdp-buybox .variant-input label small {
  line-height: 1.15;
}

.template-product .naurum-pdp-buybox .variant-input label::before,
.template-product .naurum-pdp-buybox .variant-input label::after {
  border-radius: 12px !important;
}

/* Rabatt-Badges etwas ruhiger und kleiner */
.template-product .naurum-pdp-buybox .variant-input label [class*="discount"],
.template-product .naurum-pdp-buybox .variant-input label [class*="badge"],
.template-product .naurum-pdp-buybox .variant-input label .save-badge {
  font-size: 11px !important;
  line-height: 1.1 !important;
  padding: 5px 8px !important;
  border-radius: 6px !important;
}

/* ---------- BUY AREA: TIGHTER ---------- */

.template-product .product-single__meta .product-block {
  margin-bottom: 18px !important;
}

.template-product .product-single__meta .product-block--buy-buttons {
  margin-top: 8px !important;
}

.template-product .product-single__meta .sales-point,
.template-product .product-single__meta .inventory--low,
.template-product .product-single__meta [data-product-inventory] {
  margin-bottom: 8px !important;
}

.template-product .naurum-pdp-add-to-cart {
  margin-top: 4px !important;
}

/* ---------- TRUST: LARGER ICONS, CLEANER TYPE ---------- */

.template-product .naurum-pdp-trust {
  gap: 15px 20px !important;
  padding-top: 18px !important;
}

.template-product .naurum-pdp-trust__item {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 11px !important;
}

.template-product .naurum-pdp-trust__icon {
  width: 28px !important;
  height: 28px !important;
  font-size: 14px !important;
}

.template-product .naurum-pdp-trust__item strong {
  font-size: 12px !important;
  line-height: 1.25 !important;
  letter-spacing: -.005em;
}

/* ---------- PRODUCT TABS ---------- */

.template-product .product-tabs,
.template-product .product-tabs__nav,
.template-product [class*="product-tabs"] {
  border-color: rgba(17,17,17,.18);
}

.template-product .product-tabs a,
.template-product .product-tabs button,
.template-product [class*="product-tab"] a,
.template-product [class*="product-tab"] button {
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.template-product .product-tabs a.is-active,
.template-product .product-tabs button.is-active,
.template-product .product-tabs .active a,
.template-product .product-tabs .active button,
.template-product [class*="product-tab"] .active,
.template-product [class*="product-tab"].active {
  background: #d9b672 !important;
  color: #111 !important;
  border-color: #d9b672 !important;
}

/* ---------- BENEFIT ICON ROW ---------- */

.template-product .product-benefits,
.template-product .product-benefit-grid,
.template-product .icon-text-grid,
.template-product .text-columns-with-images {
  gap: 22px !important;
}

.template-product .product-benefits img,
.template-product .product-benefit-grid img,
.template-product .icon-text-grid img,
.template-product .text-columns-with-images img {
  width: 74px !important;
  height: 74px !important;
  object-fit: contain;
  padding: 12px;
  border-radius: 50%;
  background: #faf6ed;
  border: 1px solid rgba(217,182,114,.45);
}

.template-product .product-benefits h3,
.template-product .product-benefit-grid h3,
.template-product .icon-text-grid h3,
.template-product .text-columns-with-images h3 {
  margin-top: 12px !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
}

.template-product .product-benefits p,
.template-product .product-benefit-grid p,
.template-product .icon-text-grid p,
.template-product .text-columns-with-images p {
  color: rgba(17,17,17,.62);
  font-size: 12px !important;
  line-height: 1.45 !important;
}

/* ---------- MOBILE ---------- */

@media only screen and (max-width: 768px) {
  .template-product .naurum-pdp-buybox .variant-input label {
    min-height: 164px !important;
    padding: 8px 6px 7px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label img {
    max-height: 104px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label [class*="discount"],
  .template-product .naurum-pdp-buybox .variant-input label [class*="badge"],
  .template-product .naurum-pdp-buybox .variant-input label .save-badge {
    font-size: 10px !important;
    padding: 4px 7px !important;
  }

  .template-product .product-single__meta .sales-point,
  .template-product .product-single__meta [data-product-inventory] {
    margin-top: 4px !important;
    margin-bottom: 5px !important;
  }

  .template-product .naurum-pdp-trust {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    padding-top: 16px !important;
  }

  .template-product .naurum-pdp-trust__item {
    grid-template-columns: 30px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .template-product .naurum-pdp-trust__icon {
    width: 27px !important;
    height: 27px !important;
  }

  .template-product .naurum-pdp-trust__item strong {
    font-size: 13px !important;
  }

  .template-product .product-tabs,
  .template-product [class*="product-tabs"] {
    gap: 6px !important;
  }

  .template-product .product-tabs a,
  .template-product .product-tabs button,
  .template-product [class*="product-tab"] a,
  .template-product [class*="product-tab"] button {
    font-size: 11px !important;
    padding: 8px 10px !important;
  }

  .template-product .product-benefits,
  .template-product .product-benefit-grid,
  .template-product .icon-text-grid,
  .template-product .text-columns-with-images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px 14px !important;
  }

  .template-product .product-benefits img,
  .template-product .product-benefit-grid img,
  .template-product .icon-text-grid img,
  .template-product .text-columns-with-images img {
    width: 64px !important;
    height: 64px !important;
    padding: 10px;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.4
   Mobile menu, tabs and final buybox polish
   ======================================== */

/* ---------- DESKTOP BUYBOX ---------- */

.template-product .naurum-pdp-buybox .variant-input label {
  min-height: 166px !important;
}

.template-product .naurum-pdp-buybox .variant-input label img {
  max-height: 104px !important;
}

.template-product .naurum-pdp-trust__item strong {
  font-size: 13px !important;
}

/* ---------- REAL PRODUCT TAB CLASSES ---------- */

.template-product .description-wrapper-block .tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.template-product .description-wrapper-block .tabs > input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none;
}

.template-product .description-wrapper-block .tabs > label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 -1px 0 0;
  padding: 10px 18px;
  color: #111;
  background: #fff;
  border: 1px solid rgba(17,17,17,.55);
  cursor: pointer;
  font-size: 14px;
  line-height: 1.1;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.template-product .description-wrapper-block .tabs > input[type="radio"]:checked + label {
  color: #111 !important;
  background: #d9b672 !important;
  border-color: #d9b672 !important;
}

.template-product .description-wrapper-block .tab-btn-line {
  flex-basis: 100%;
  height: 1px;
  margin-top: -1px;
  background: rgba(17,17,17,.30);
}

.template-product .description-wrapper-block .tab-item {
  flex-basis: 100%;
  width: 100%;
}

/* ---------- THUMB MENU: DESKTOP UNCHANGED, MOBILE ICON ONLY ---------- */

@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 76px !important;
  }

  .site-nav__thumb-menu {
    left: 16px !important;
    right: auto !important;
    bottom: 14px !important;
    width: 52px !important;
    max-width: 52px !important;
    margin: 0 !important;
    z-index: 40 !important;
  }

  .btn.site-nav__thumb-button,
  .site-nav__thumb-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    min-width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    background: #ead29f !important;
    border: 1px solid rgba(17,17,17,.08) !important;
    box-shadow: 0 8px 24px rgba(17,17,17,.12) !important;
    overflow: hidden !important;
  }

  .site-nav__thumb-button .icon-menu-label {
    display: none !important;
  }

  .site-nav__thumb-button .icon-hamburger,
  .site-nav__thumb-button .icon-close,
  .site-nav__thumb-button .icon {
    width: 21px !important;
    height: 21px !important;
    margin: 0 !important;
  }

  /* Long product titles use less vertical space on phones. */
  .template-product .product-single__title {
    font-size: clamp(29px, 8.5vw, 34px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.025em !important;
  }

  /* Tighter mobile buybox without sacrificing touch targets. */
  .template-product .naurum-pdp-buybox {
    padding: 20px 16px 22px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label {
    min-height: 150px !important;
    padding: 7px 5px 6px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label img {
    max-height: 92px !important;
  }

  .template-product .product-single__meta .product-block {
    margin-bottom: 14px !important;
  }

  .template-product .product-single__meta .product-block--sales-point {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
  }

  .template-product .product-single__meta [data-product-inventory] {
    margin-top: 2px !important;
    margin-bottom: 4px !important;
  }

  .template-product .naurum-pdp-trust {
    gap: 11px !important;
    margin-top: 14px !important;
    padding-top: 15px !important;
  }

  .template-product .naurum-pdp-trust__item {
    grid-template-columns: 28px minmax(0,1fr) !important;
    gap: 9px !important;
  }

  .template-product .naurum-pdp-trust__icon {
    width: 26px !important;
    height: 26px !important;
    font-size: 13px !important;
  }

  .template-product .naurum-pdp-trust__item strong {
    font-size: 12.5px !important;
    line-height: 1.2 !important;
  }

  /* Four usable tab buttons in a clean 2 × 2 layout. */
  .template-product .description-wrapper-block .tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 7px !important;
    padding: 0 14px;
  }

  .template-product .description-wrapper-block .tabs > label {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin: 0 !important;
    padding: 9px 8px !important;
    border-radius: 8px;
    font-size: 11px !important;
    line-height: 1.15 !important;
    text-align: center;
  }

  .template-product .description-wrapper-block .tab-btn-line,
  .template-product .description-wrapper-block .tab-item {
    grid-column: 1 / -1;
  }

  .template-product .description-wrapper-block .tab-btn-line {
    margin-top: 2px;
  }
}

/* Prevent the thumb control from covering the narrowest layouts. */
@media only screen and (max-width: 390px) {
  .site-nav__thumb-menu {
    left: 12px !important;
    bottom: 12px !important;
  }

  .btn.site-nav__thumb-button,
  .site-nav__thumb-button {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
  }

  .template-product .description-wrapper-block .tabs {
    padding-inline: 10px;
  }

  .template-product .description-wrapper-block .tabs > label {
    font-size: 10px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.5
   Above-the-fold compression, larger tab
   content, refined mobile title and tabs
   ======================================== */

/* ---------- DESKTOP: BRING VARIANTS ABOVE THE FOLD ---------- */

@media only screen and (min-width: 769px) {
  .template-product .product-section .page-content {
    padding-top: 38px !important;
  }

  .template-product .naurum-pdp-buybox {
    padding-top: 24px !important;
  }

  .template-product .product-single__header {
    margin-bottom: 12px !important;
  }

  .template-product .product-single__title {
    font-size: clamp(31px, 3vw, 46px) !important;
    line-height: 1.01 !important;
    margin-bottom: 8px !important;
  }

  .template-product .naurum-pdp-lead {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  .template-product .product-single__meta .product-block {
    margin-bottom: 14px !important;
  }

  .template-product .product-single__meta .product-block--price {
    margin-bottom: 18px !important;
  }

  .template-product .product__price {
    font-size: clamp(28px, 2.7vw, 36px) !important;
  }

  .template-product .product-single__meta .spr-badge,
  .template-product .product-single__meta [class*="review"] {
    margin-bottom: 8px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label {
    min-height: 158px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label img {
    max-height: 98px !important;
  }
}

/* ---------- TAB CONTENT: MORE LEGIBLE ---------- */

.template-product .description-wrapper-block .tab-item,
.template-product .description-wrapper-block .tab-item .rte,
.template-product .description-wrapper-block .tab-item p,
.template-product .description-wrapper-block .tab-item li {
  font-size: 16px !important;
  line-height: 1.62 !important;
}

.template-product .description-wrapper-block .tab-item h2 {
  font-size: 28px !important;
  line-height: 1.15 !important;
}

.template-product .description-wrapper-block .tab-item h3 {
  font-size: 22px !important;
  line-height: 1.2 !important;
}

/* ---------- MOBILE: SMALLER, LIGHTER TITLE ---------- */

@media only screen and (max-width: 768px) {
  .template-product .product-single__title {
    font-size: clamp(26px, 7.2vw, 29px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.02em !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
  }

  .template-product .product-single__header {
    margin-bottom: 12px !important;
  }

  .template-product .naurum-pdp-lead {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  .template-product .product-single__meta .product-block {
    margin-bottom: 12px !important;
  }

  .template-product .product-single__meta [data-product-inventory] {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
  }

  .template-product .naurum-pdp-add-to-cart {
    margin-top: 0 !important;
  }

  .template-product .naurum-pdp-trust {
    gap: 9px !important;
  }

  /* Larger, clearer mobile tabs */
  .template-product .description-wrapper-block .tabs > label {
    min-height: 46px !important;
    padding: 10px 8px !important;
    font-size: 12.5px !important;
    line-height: 1.18 !important;
    font-weight: 700 !important;
  }

  .template-product .description-wrapper-block .tab-item,
  .template-product .description-wrapper-block .tab-item .rte,
  .template-product .description-wrapper-block .tab-item p,
  .template-product .description-wrapper-block .tab-item li {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  .template-product .description-wrapper-block .tab-item h2 {
    font-size: 24px !important;
  }

  .template-product .description-wrapper-block .tab-item h3 {
    font-size: 20px !important;
  }
}

@media only screen and (max-width: 390px) {
  .template-product .description-wrapper-block .tabs > label {
    font-size: 12px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.6
   Reviews alignment, tab typography,
   mobile price metadata and tighter CTA flow
   ======================================== */

/* ---------- REVIEW ROW ALIGNMENT ---------- */

.template-product .product-single__meta .spr-badge,
.template-product .product-single__meta .spr-badge-starrating,
.template-product .product-single__meta .spr-badge-caption,
.template-product .product-single__meta [class*="jdgm"],
.template-product .product-single__meta [class*="review"] {
  vertical-align: middle !important;
}

.template-product .product-single__meta .spr-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1 !important;
}

.template-product .product-single__meta .spr-badge-starrating,
.template-product .product-single__meta .spr-badge-caption {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

.template-product .product-single__meta .spr-badge-caption {
  transform: translateY(1px);
}

/* ---------- DESKTOP TABS: LARGER LABELS AND CONTENT ---------- */

@media only screen and (min-width: 769px) {
  .template-product .description-wrapper-block .tabs > label {
    min-height: 48px !important;
    padding: 11px 20px !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
  }

  .template-product .description-wrapper-block .tab-item,
  .template-product .description-wrapper-block .tab-item .rte,
  .template-product .description-wrapper-block .tab-item p,
  .template-product .description-wrapper-block .tab-item li {
    font-size: 17px !important;
    line-height: 1.66 !important;
  }

  .template-product .description-wrapper-block .tab-item h2 {
    font-size: 30px !important;
  }

  .template-product .description-wrapper-block .tab-item h3 {
    font-size: 23px !important;
  }
}

/* ---------- MOBILE BUYBOX ---------- */

@media only screen and (max-width: 768px) {
  .template-product .product-single__title {
    font-size: clamp(23px, 6.35vw, 26px) !important;
    line-height: 1.04 !important;
    font-weight: 550 !important;
    letter-spacing: -.018em !important;
    margin-bottom: 6px !important;
  }

  .template-product .product-single__header {
    margin-bottom: 9px !important;
  }

  /* Keep price metadata grouped and left-aligned. */
  .template-product .product-single__prices {
    align-items: baseline !important;
    gap: 8px !important;
  }

  .template-product .product__unit-price,
  .template-product .product__policies {
    display: block !important;
    width: 100% !important;
    margin-top: 3px !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
  }

  .template-product .product__policies {
    margin-top: 2px !important;
  }

  /* Tighten the shipping → inventory → CTA sequence. */
  .template-product .product-single__meta .product-block--sales-point {
    margin-top: 2px !important;
    margin-bottom: 4px !important;
  }

  .template-product .product-single__meta [data-product-inventory],
  .template-product .product-single__meta .inventory--low,
  .template-product .product-single__meta .inventory--high {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .template-product .product-single__meta .product-block--buy-buttons {
    margin-top: 4px !important;
    margin-bottom: 8px !important;
  }

  .template-product .naurum-pdp-add-to-cart {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .template-product .naurum-pdp-trust {
    margin-top: 10px !important;
    padding-top: 12px !important;
    gap: 8px !important;
  }

  /* More readable mobile tab labels. */
  .template-product .description-wrapper-block .tabs > label {
    min-height: 48px !important;
    padding: 11px 8px !important;
    font-size: 13.5px !important;
    line-height: 1.18 !important;
    font-weight: 750 !important;
  }

  .template-product .description-wrapper-block .tab-item,
  .template-product .description-wrapper-block .tab-item .rte,
  .template-product .description-wrapper-block .tab-item p,
  .template-product .description-wrapper-block .tab-item li {
    font-size: 15.5px !important;
    line-height: 1.6 !important;
  }
}

@media only screen and (max-width: 390px) {
  .template-product .product-single__title {
    font-size: 23px !important;
  }

  .template-product .description-wrapper-block .tabs > label {
    font-size: 13px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.7
   Price metadata alignment and higher
   desktop variant visibility
   ======================================== */

/* ---------- PRICE METADATA: FORCE CLEAN STACK ---------- */

.template-product .product-block--price {
  display: block !important;
}

.template-product .product-single__prices {
  display: flex !important;
  align-items: baseline !important;
  flex-wrap: wrap !important;
  gap: 8px 10px !important;
  width: 100% !important;
}

.template-product .product__price,
.template-product .product__price--compare {
  display: inline-flex !important;
  align-items: baseline !important;
  margin: 0 !important;
}

.template-product .product__unit-price,
.template-product .product__policies {
  display: block !important;
  width: 100% !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  text-align: left !important;
  float: none !important;
  clear: both !important;
}

.template-product .product__unit-price {
  order: 20;
}

.template-product .product__policies {
  order: 30;
}

/* Prevent theme rules from centering or pushing metadata. */
.template-product .product-block--price .product__unit-price,
.template-product .product-block--price .product__policies,
.template-product .product-block--price .product__tax,
.template-product .product-block--price .product__shipping {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
}

/* ---------- DESKTOP: LIFT VARIANTS FURTHER UP ---------- */

@media only screen and (min-width: 769px) {
  .template-product .product-section .page-content {
    padding-top: 30px !important;
  }

  .template-product .naurum-pdp-buybox {
    padding-top: 20px !important;
  }

  .template-product .product-single__header {
    margin-bottom: 9px !important;
  }

  .template-product .product-single__title {
    margin-bottom: 6px !important;
  }

  .template-product .product-single__meta .product-block {
    margin-bottom: 11px !important;
  }

  .template-product .product-single__meta .product-block--price {
    margin-bottom: 14px !important;
  }

  .template-product .product__unit-price,
  .template-product .product__policies {
    margin-top: 2px !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label {
    min-height: 152px !important;
  }

  .template-product .naurum-pdp-buybox .variant-input label img {
    max-height: 94px !important;
  }
}

/* ---------- MOBILE: KEEP PRICE META DIRECTLY UNDER PRICE ---------- */

@media only screen and (max-width: 768px) {
  .template-product .product-single__prices {
    gap: 6px 8px !important;
  }

  .template-product .product__unit-price,
  .template-product .product__policies {
    margin-top: 2px !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
  }

  .template-product .product-single__meta .product-block--price {
    margin-bottom: 10px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.8
   Definitive price metadata structure
   ======================================== */

.template-product .naurum-price-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
  margin-top: 4px !important;
  gap: 2px !important;
  text-align: left !important;
}

.template-product .naurum-price-meta .product__unit-price,
.template-product .naurum-price-meta .product__policies {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  text-align: left !important;
  line-height: 1.25 !important;
}

.template-product .naurum-price-meta .product__unit-price {
  font-size: 11px !important;
  color: rgba(17,17,17,.54) !important;
}

.template-product .naurum-price-meta .product__policies {
  font-size: 11px !important;
  color: rgba(17,17,17,.62) !important;
}

.template-product .naurum-price-meta .product__policies p,
.template-product .naurum-price-meta .product__policies a {
  margin: 0 !important;
}

@media only screen and (max-width: 768px) {
  .template-product .naurum-price-meta {
    margin-top: 3px !important;
    gap: 1px !important;
  }

  .template-product .naurum-price-meta .product__unit-price,
  .template-product .naurum-price-meta .product__policies {
    font-size: 10.5px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V1.9
   Two-line product titles and exact
   review-row vertical alignment
   ======================================== */

/* ---------- PRODUCT TITLE: MAXIMUM TWO LINES ---------- */

.template-product .product-single__title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 769px) {
  .template-product .product-single__title {
    font-size: clamp(29px, 2.45vw, 39px) !important;
    line-height: 1.02 !important;
    letter-spacing: -.025em !important;
    font-weight: 700 !important;
    max-height: 2.04em !important;
    margin-bottom: 7px !important;
  }
}

@media only screen and (max-width: 768px) {
  .template-product .product-single__title {
    font-size: clamp(21px, 5.7vw, 24px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.018em !important;
    font-weight: 600 !important;
    max-height: 2.10em !important;
    margin-bottom: 6px !important;
  }
}

/* ---------- REVIEWS: CENTER STARS AND COUNT PRECISELY ---------- */

/* Shopify Product Reviews */
.template-product .product-single__meta .spr-badge {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  min-height: 22px !important;
  line-height: 1 !important;
}

.template-product .product-single__meta .spr-badge-starrating,
.template-product .product-single__meta .spr-badge-caption {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  transform: none !important;
}

.template-product .product-single__meta .spr-badge-starrating .spr-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

/* Judge.me and other common review widgets */
.template-product .product-single__meta .jdgm-preview-badge,
.template-product .product-single__meta .jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 9px !important;
  min-height: 22px !important;
  line-height: 1 !important;
}

.template-product .product-single__meta .jdgm-prev-badge__stars,
.template-product .product-single__meta .jdgm-prev-badge__text,
.template-product .product-single__meta [class*="rating"] [class*="count"],
.template-product .product-single__meta [class*="review"] [class*="count"] {
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle !important;
  transform: none !important;
}

/* Exact visual correction for the textual review count. */
.template-product .product-single__meta .spr-badge-caption,
.template-product .product-single__meta .jdgm-prev-badge__text {
  position: relative !important;
  top: 0 !important;
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V2.0
   Full two-line titles without ellipsis
   and exact review-label correction
   ======================================== */

/* ---------- PRODUCT TITLE: FULL TEXT, NO ELLIPSIS ---------- */

.template-product .product-single__title {
  display: block !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
  max-height: none !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
  text-wrap: balance;
}

@media only screen and (min-width: 769px) {
  .template-product .product-single__title {
    font-size: clamp(27px, 2.15vw, 34px) !important;
    line-height: 1.03 !important;
    letter-spacing: -.023em !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
  }
}

@media only screen and (max-width: 768px) {
  .template-product .product-single__title {
    font-size: clamp(20px, 5.3vw, 23px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.016em !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
  }
}

/* ---------- REVIEW ROW: FORCE TRUE VISUAL CENTER ---------- */

.template-product .product-single__meta .spr-badge,
.template-product .product-single__meta .jdgm-prev-badge,
.template-product .product-single__meta .jdgm-preview-badge,
.template-product .product-single__meta [class*="rating"],
.template-product .product-single__meta [class*="review"] {
  align-items: center !important;
}

/* Known review widgets */
.template-product .product-single__meta .spr-badge-caption,
.template-product .product-single__meta .jdgm-prev-badge__text {
  position: relative !important;
  top: -2px !important;
  transform: none !important;
  line-height: 1 !important;
}

/* Generic review-count links and labels injected by apps */
.template-product .product-single__meta a[href*="review"],
.template-product .product-single__meta a[href*="#review"],
.template-product .product-single__meta [class*="review-count"],
.template-product .product-single__meta [class*="reviews-count"],
.template-product .product-single__meta [class*="rating-count"] {
  position: relative !important;
  top: -2px !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

/* Modern-browser fallback for an unknown widget:
   only shift the final text node when a rating row contains stars. */
@supports selector(:has(*)) {
  .template-product .product-single__meta [class*="rating"]:has([class*="star"]) > :last-child,
  .template-product .product-single__meta [class*="review"]:has([class*="star"]) > :last-child {
    position: relative !important;
    top: -2px !important;
    line-height: 1 !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V2.1
   Product tabs: design-only modernization
   Existing Shopify page content remains unchanged.
   ======================================== */

/* ---------- SECTION FRAME ---------- */

.template-product .description-wrapper-block {
  width: min(100%, 1240px);
  margin: clamp(38px, 5vw, 72px) auto 0 !important;
  padding: 0 clamp(16px, 3vw, 34px);
}

.template-product .description-wrapper-block .collapsibles-wrapper--tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  text-align: left !important;
}

/* ---------- TAB NAVIGATION ---------- */

.template-product .description-wrapper-block .tabs > input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.template-product .description-wrapper-block .tabs > label,
.template-product .description-wrapper-block .tabs > label.tab-first {
  position: relative !important;
  top: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px;
  padding: 12px 19px !important;
  margin: 0 8px 12px 0 !important;
  border: 1px solid rgba(17, 17, 17, .14) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: rgba(17, 17, 17, .68) !important;
  box-shadow: none !important;
  font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 650 !important;
  line-height: 1 !important;
  letter-spacing: .065em !important;
  text-transform: uppercase !important;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease !important;
}

.template-product .description-wrapper-block .tabs > label:hover {
  color: #111 !important;
  border-color: rgba(17, 17, 17, .34) !important;
  transform: translateY(-1px);
}

.template-product .description-wrapper-block .tabs > input[type="radio"]:focus-visible + label {
  outline: 2px solid #111 !important;
  outline-offset: 3px !important;
}

.template-product .description-wrapper-block .tabs > input[type="radio"]:checked + label {
  color: #fff !important;
  background: #111 !important;
  border-color: #111 !important;
  box-shadow: 0 7px 18px rgba(17, 17, 17, .12) !important;
}

.template-product .description-wrapper-block .tab-btn-line {
  order: 2;
  flex: 0 0 100%;
  width: 100%;
  margin: 2px 0 0 !important;
  border-top: 1px solid rgba(17, 17, 17, .12) !important;
}

/* ---------- TAB PANELS ---------- */

.template-product .description-wrapper-block .tabs > .tab-item {
  order: 3;
  flex: 0 0 100%;
  width: 100%;
  height: 0;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.template-product #tab-Beschreibung:checked ~ #Beschreibung,
.template-product #tab-Inhaltsstoffe:checked ~ #Inhaltsstoffe,
.template-product #tab-Verzehrempfehlung:checked ~ #Verzehrempfehlung,
.template-product #tab-FAQ:checked ~ #FAQ {
  height: auto !important;
  padding: clamp(28px, 4vw, 52px) 0 0 !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
  animation: naurumTabReveal .32s ease both;
  transition: none !important;
}

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

.template-product .naurum-product-tabs__panel-inner {
  width: min(100%, 1080px);
  margin: 0 auto;
  color: rgba(17, 17, 17, .78);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.72;
}

/* ---------- TYPOGRAPHY ---------- */

.template-product .naurum-product-tabs__panel-inner > :first-child,
.template-product .naurum-product-tabs__panel-inner > .product-top-icon:first-child {
  margin-top: 0 !important;
}

.template-product .naurum-product-tabs__panel-inner h1,
.template-product .naurum-product-tabs__panel-inner h2,
.template-product .naurum-product-tabs__panel-inner h3,
.template-product .naurum-product-tabs__panel-inner h4 {
  color: #111;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: -.012em !important;
}

.template-product .naurum-product-tabs__panel-inner h2,
.template-product .naurum-product-tabs__panel-inner h3:first-of-type {
  margin: 0 0 14px !important;
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
}

.template-product .naurum-product-tabs__panel-inner h3:not(:first-of-type),
.template-product .naurum-product-tabs__panel-inner h4 {
  margin: clamp(28px, 4vw, 42px) 0 10px !important;
  font-size: clamp(17px, 1.65vw, 21px) !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

.template-product .naurum-product-tabs__panel-inner p {
  max-width: 820px;
  margin: 0 0 16px;
}

.template-product .naurum-product-tabs__panel-inner ul:not(.product-top-icon ul),
.template-product .naurum-product-tabs__panel-inner ol {
  max-width: 820px;
  margin: 12px 0 22px 1.1em;
}

.template-product .naurum-product-tabs__panel-inner li {
  margin-bottom: 7px;
}

.template-product .naurum-product-tabs__panel-inner a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ---------- BENEFIT ICONS ---------- */

.template-product .naurum-product-tabs__panel-inner .product-top-icon {
  width: 100%;
  margin: 0 0 clamp(34px, 5vw, 58px) !important;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(17, 17, 17, .09);
  border-radius: 18px;
  background: #f7f7f3;
}

.template-product .naurum-product-tabs__panel-inner .product-top-icon ul {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 0 !important;
  padding: 0;
}

.template-product .naurum-product-tabs__panel-inner .product-top-icon li,
.template-product .naurum-product-tabs__panel-inner .product-top-icon.six li {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: auto !important;
  margin: 0 !important;
  color: rgba(17, 17, 17, .72);
  font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

.template-product .naurum-product-tabs__panel-inner .product-top-icon li img {
  width: 48px !important;
  height: 48px !important;
  max-width: 48px !important;
  max-height: 48px !important;
  object-fit: contain;
  margin: 0 auto 11px !important;
}

.template-product .naurum-product-tabs__panel-inner .product-top-icon li p {
  max-width: 150px;
  margin: 0 auto !important;
}

/* ---------- INGREDIENT COLUMNS AND TABLES ---------- */

.template-product .naurum-product-tabs__panel-inner .wrap-block {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 5vw, 62px);
  overflow: visible;
}

.template-product .naurum-product-tabs__panel-inner .left-block,
.template-product .naurum-product-tabs__panel-inner .right-block {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.template-product .naurum-product-tabs__panel-inner table {
  width: 100%;
  margin: 14px 0 16px;
  border: 1px solid rgba(17, 17, 17, .1);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(17, 17, 17, .045);
}

.template-product .naurum-product-tabs__panel-inner th,
.template-product .naurum-product-tabs__panel-inner td {
  padding: 14px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, .08) !important;
  text-align: left;
  vertical-align: middle;
}

.template-product .naurum-product-tabs__panel-inner th {
  background: #f3f3ef;
  color: #111;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.template-product .naurum-product-tabs__panel-inner tr:last-child td {
  border-bottom: 0 !important;
}

.template-product .naurum-product-tabs__panel-inner td:not(:first-child),
.template-product .naurum-product-tabs__panel-inner th:not(:first-child) {
  text-align: right;
}

/* ---------- FAQ AS CLEAN READING SECTIONS ---------- */

.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3 {
  position: relative;
  max-width: 900px;
  margin: 0 !important;
  padding: 22px 44px 10px 0 !important;
  border-top: 1px solid rgba(17, 17, 17, .11);
  font-size: clamp(17px, 1.5vw, 20px) !important;
  line-height: 1.35 !important;
}

.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3:first-child {
  border-top: 0;
  padding-top: 0 !important;
}

.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid rgba(17,17,17,.5);
  border-bottom: 1.5px solid rgba(17,17,17,.5);
  transform: translateY(-65%) rotate(45deg);
}

.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3 + p {
  max-width: 840px;
  margin: 0 0 22px !important;
  padding-right: 44px;
}

/* ---------- MOBILE ---------- */

@media only screen and (max-width: 768px) {
  .template-product .description-wrapper-block {
    margin-top: 34px !important;
    padding: 0 15px;
  }

  .template-product .description-wrapper-block .collapsibles-wrapper--tabs {
    display: grid;
    grid-template-columns: repeat(4, max-content);
    align-items: center;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 2px 1px 4px;
  }

  .template-product .description-wrapper-block .collapsibles-wrapper--tabs::-webkit-scrollbar {
    display: none;
  }

  .template-product .description-wrapper-block .tabs > label,
  .template-product .description-wrapper-block .tabs > label.tab-first {
    grid-row: 1;
    min-height: 42px;
    margin: 0 7px 10px 0 !important;
    padding: 10px 15px !important;
    font-size: 11.5px !important;
  }

  .template-product .description-wrapper-block .tab-btn-line,
  .template-product .description-wrapper-block .tabs > .tab-item {
    grid-column: 1 / -1;
  }

  .template-product .description-wrapper-block .tab-btn-line {
    grid-row: 2;
  }

  .template-product .description-wrapper-block .tabs > .tab-item {
    grid-row: 3;
  }

  .template-product #tab-Beschreibung:checked ~ #Beschreibung,
  .template-product #tab-Inhaltsstoffe:checked ~ #Inhaltsstoffe,
  .template-product #tab-Verzehrempfehlung:checked ~ #Verzehrempfehlung,
  .template-product #tab-FAQ:checked ~ #FAQ {
    padding-top: 26px !important;
  }

  .template-product .naurum-product-tabs__panel-inner {
    font-size: 15px;
    line-height: 1.66;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon {
    margin-bottom: 34px !important;
    padding: 19px 14px;
    border-radius: 15px;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon ul,
  .template-product .naurum-product-tabs__panel-inner .product-top-icon.six ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .template-product .naurum-product-tabs__panel-inner .wrap-block {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .template-product .naurum-product-tabs__panel-inner table {
    display: table;
    width: 100%;
    font-size: 13px;
  }

  .template-product .naurum-product-tabs__panel-inner th,
  .template-product .naurum-product-tabs__panel-inner td {
    padding: 11px 9px !important;
  }

  .template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3,
  .template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3 + p {
    padding-right: 28px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .template-product .description-wrapper-block *,
  .template-product .description-wrapper-block *::before,
  .template-product .description-wrapper-block *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V2.2
   Larger tabs + stable two-column mobile navigation
   ======================================== */

@media only screen and (min-width: 769px) {
  .template-product .description-wrapper-block .tabs > label,
  .template-product .description-wrapper-block .tabs > label.tab-first {
    min-height: 54px;
    padding: 14px 24px !important;
    margin-right: 10px !important;
    font-size: 14px !important;
    letter-spacing: .06em !important;
  }
}

@media only screen and (max-width: 768px) {
  /* Two clear rows instead of one oversized horizontal grid.
     This keeps the panels constrained to the viewport and fixes
     the wide black/clipped element seen in the theme editor. */
  .template-product .description-wrapper-block .collapsibles-wrapper--tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 8px;
    row-gap: 8px;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
    padding: 0 !important;
  }

  .template-product .description-wrapper-block .tabs > label,
  .template-product .description-wrapper-block .tabs > label.tab-first {
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 11px 8px !important;
    font-size: 11.5px !important;
    line-height: 1.15 !important;
    letter-spacing: .035em !important;
    text-align: center;
    white-space: normal !important;
  }

  .template-product .description-wrapper-block .tab-btn-line,
  .template-product .description-wrapper-block .tabs > .tab-item {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .template-product .description-wrapper-block .tab-btn-line {
    grid-row: auto !important;
    margin-top: 6px !important;
  }

  .template-product .description-wrapper-block .tabs > .tab-item {
    grid-row: auto !important;
  }

  .template-product #tab-Beschreibung:checked ~ #Beschreibung,
  .template-product #tab-Inhaltsstoffe:checked ~ #Inhaltsstoffe,
  .template-product #tab-Verzehrempfehlung:checked ~ #Verzehrempfehlung,
  .template-product #tab-FAQ:checked ~ #FAQ {
    padding-top: 24px !important;
  }

  .template-product .naurum-product-tabs__panel-inner {
    width: 100%;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V2.3
   Consistent theme typography + balanced mobile benefit icons
   ======================================== */

/* Keep tab navigation and all tab content in the same typography system
   as the rest of the Streamline product page. This also neutralizes old
   inline editor font declarations inside individual Shopify pages. */
.template-product .description-wrapper-block .tabs > label,
.template-product .description-wrapper-block .tabs > label.tab-first {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-weight: var(--typeHeaderWeight) !important;
  letter-spacing: var(--typeHeaderSpacing) !important;
}

.template-product .naurum-product-tabs__panel-inner,
.template-product .naurum-product-tabs__panel-inner p,
.template-product .naurum-product-tabs__panel-inner li,
.template-product .naurum-product-tabs__panel-inner td,
.template-product .naurum-product-tabs__panel-inner span,
.template-product .naurum-product-tabs__panel-inner strong,
.template-product .naurum-product-tabs__panel-inner em {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
}

.template-product .naurum-product-tabs__panel-inner span[style*="font-family"],
.template-product .naurum-product-tabs__panel-inner span[style*="font-size"],
.template-product .naurum-product-tabs__panel-inner p[style*="font-family"],
.template-product .naurum-product-tabs__panel-inner p[style*="font-size"] {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.template-product .naurum-product-tabs__panel-inner h1,
.template-product .naurum-product-tabs__panel-inner h2,
.template-product .naurum-product-tabs__panel-inner h3,
.template-product .naurum-product-tabs__panel-inner h4,
.template-product .naurum-product-tabs__panel-inner h1 span,
.template-product .naurum-product-tabs__panel-inner h2 span,
.template-product .naurum-product-tabs__panel-inner h3 span,
.template-product .naurum-product-tabs__panel-inner h4 span {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-weight: var(--typeHeaderWeight) !important;
  letter-spacing: var(--typeHeaderSpacing) !important;
  line-height: var(--typeHeaderLineHeight) !important;
}

/* Benefit labels use the theme body font consistently. */
.template-product .naurum-product-tabs__panel-inner .product-top-icon li,
.template-product .naurum-product-tabs__panel-inner .product-top-icon li p {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
}

@media only screen and (max-width: 768px) {
  /* Five benefits: three items on the first row and two centred below.
     This avoids the single orphaned fifth item from V2.2. */
  .template-product .naurum-product-tabs__panel-inner .product-top-icon ul:has(> li:nth-child(5):last-child) {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 22px 8px !important;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon ul:has(> li:nth-child(5):last-child) > li {
    grid-column: span 2 !important;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon ul:has(> li:nth-child(5):last-child) > li:nth-child(4) {
    grid-column: 2 / span 2 !important;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon ul:has(> li:nth-child(5):last-child) > li:nth-child(5) {
    grid-column: 4 / span 2 !important;
  }

  /* Six benefits naturally form two balanced rows of three. */
  .template-product .naurum-product-tabs__panel-inner .product-top-icon ul:has(> li:nth-child(6):last-child) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 22px 8px !important;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon li img {
    width: 44px !important;
    height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    margin-bottom: 9px !important;
  }

  .template-product .naurum-product-tabs__panel-inner .product-top-icon li,
  .template-product .naurum-product-tabs__panel-inner .product-top-icon li p {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V2.4
   Compact panels, responsive nutrition tables and real FAQ accordion
   ======================================== */

/* Let short tabs end naturally instead of visually reserving space. */
.template-product .description-wrapper-block,
.template-product .description-wrapper-block .collapsibles-wrapper--tabs,
.template-product .description-wrapper-block .tabs > .tab-item,
.template-product .naurum-product-tabs__panel-inner {
  min-height: 0 !important;
}

.template-product .description-wrapper-block .tabs > .tab-item {
  align-self: start;
}

.template-product #tab-Beschreibung:checked ~ #Beschreibung,
.template-product #tab-Inhaltsstoffe:checked ~ #Inhaltsstoffe,
.template-product #tab-Verzehrempfehlung:checked ~ #Verzehrempfehlung,
.template-product #tab-FAQ:checked ~ #FAQ {
  margin-bottom: clamp(24px, 4vw, 44px) !important;
}

/* More predictable table columns and cleaner units. */
.template-product .naurum-product-tabs__panel-inner table {
  table-layout: fixed;
}

.template-product .naurum-product-tabs__panel-inner th:first-child,
.template-product .naurum-product-tabs__panel-inner td:first-child {
  width: 46%;
}

.template-product .naurum-product-tabs__panel-inner th:not(:first-child),
.template-product .naurum-product-tabs__panel-inner td:not(:first-child) {
  width: 27%;
  white-space: normal;
}

/* FAQ becomes a true single-open accordion. JavaScript adds the state classes. */
.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3 {
  cursor: pointer;
  user-select: none;
  transition: color .2s ease;
}

.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3:hover {
  color: rgba(17, 17, 17, .68);
}

.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3::after {
  transition: transform .22s ease;
}

.template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3.is-open::after {
  transform: translateY(-35%) rotate(225deg);
}

.template-product .naurum-product-tabs__panel--faq .naurum-faq-answer {
  display: none !important;
}

.template-product .naurum-product-tabs__panel--faq .naurum-faq-answer.is-open {
  display: block !important;
  animation: naurumFaqReveal .22s ease both;
}

@keyframes naurumFaqReveal {
  from { opacity: 0; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}

@media only screen and (max-width: 768px) {
  .template-product #tab-Beschreibung:checked ~ #Beschreibung,
  .template-product #tab-Inhaltsstoffe:checked ~ #Inhaltsstoffe,
  .template-product #tab-Verzehrempfehlung:checked ~ #Verzehrempfehlung,
  .template-product #tab-FAQ:checked ~ #FAQ {
    margin-bottom: 24px !important;
  }

  /* Stack the ingredient columns while preserving a compact rhythm. */
  .template-product .naurum-product-tabs__panel-inner .wrap-block {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 28px !important;
  }

  .template-product .naurum-product-tabs__panel-inner .right-block > h2,
  .template-product .naurum-product-tabs__panel-inner .right-block > h3:first-child {
    margin-top: 0 !important;
  }

  /* Keep all three table columns readable on narrow phones. */
  .template-product .naurum-product-tabs__panel-inner table {
    table-layout: fixed !important;
    margin-top: 12px;
  }

  .template-product .naurum-product-tabs__panel-inner th,
  .template-product .naurum-product-tabs__panel-inner td {
    padding: 12px 9px !important;
    overflow-wrap: normal;
    word-break: normal;
  }

  .template-product .naurum-product-tabs__panel-inner th {
    font-size: 10px !important;
    line-height: 1.25 !important;
    letter-spacing: .025em !important;
    text-transform: none !important;
  }

  .template-product .naurum-product-tabs__panel-inner td {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .template-product .naurum-product-tabs__panel-inner th:first-child,
  .template-product .naurum-product-tabs__panel-inner td:first-child {
    width: 42%;
  }

  .template-product .naurum-product-tabs__panel-inner th:nth-child(2),
  .template-product .naurum-product-tabs__panel-inner td:nth-child(2) {
    width: 34%;
  }

  .template-product .naurum-product-tabs__panel-inner th:nth-child(3),
  .template-product .naurum-product-tabs__panel-inner td:nth-child(3) {
    width: 24%;
  }

  .template-product .naurum-product-tabs__panel-inner td:not(:first-child),
  .template-product .naurum-product-tabs__panel-inner th:not(:first-child) {
    text-align: right;
  }

  /* Tighter accordion spacing without crowding long answers. */
  .template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3 {
    padding: 18px 34px 18px 0 !important;
    font-size: 16px !important;
    line-height: 1.32 !important;
  }

  .template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3:first-child {
    padding-top: 0 !important;
  }

  .template-product .naurum-product-tabs__panel--faq .naurum-product-tabs__panel-inner > h3::after {
    right: 4px;
  }

  .template-product .naurum-product-tabs__panel--faq .naurum-faq-answer.is-open {
    margin-bottom: 18px !important;
    padding-right: 18px;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V2.5
   True dynamic tab height + micro typography cleanup
   ======================================== */

/* Hidden tab panels must leave the document flow completely. This prevents
   the longest tab from reserving vertical space beneath shorter tabs. */
.template-product .description-wrapper-block .tabs > .tab-item {
  display: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.template-product #tab-Beschreibung:checked ~ #Beschreibung,
.template-product #tab-Inhaltsstoffe:checked ~ #Inhaltsstoffe,
.template-product #tab-Verzehrempfehlung:checked ~ #Verzehrempfehlung,
.template-product #tab-FAQ:checked ~ #FAQ {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: clamp(28px, 4vw, 52px) 0 0 !important;
  margin: 0 0 clamp(24px, 4vw, 44px) !important;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
}

/* Remove inherited equal-height behaviour from the tab section only. */
.template-product .description-wrapper-block,
.template-product .description-wrapper-block .collapsibles-wrapper--tabs,
.template-product .description-wrapper-block .naurum-product-tabs__panel-inner {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

.template-product .description-wrapper-block::after,
.template-product .description-wrapper-block .collapsibles-wrapper--tabs::after,
.template-product .naurum-product-tabs__panel-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* Keep nutrient values typographically clean. */
.template-product .naurum-product-tabs__panel-inner td:not(:first-child) {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .template-product #tab-Beschreibung:checked ~ #Beschreibung,
  .template-product #tab-Inhaltsstoffe:checked ~ #Inhaltsstoffe,
  .template-product #tab-Verzehrempfehlung:checked ~ #Verzehrempfehlung,
  .template-product #tab-FAQ:checked ~ #FAQ {
    padding-top: 28px !important;
    margin-bottom: 24px !important;
  }

  .template-product .naurum-product-tabs__panel-inner td:not(:first-child) {
    white-space: nowrap;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V2.6
   Reviews spacing + quantity symbol cleanup
   ======================================== */

/* The review app is rendered as a separate Apps section with the theme's
   default desktop index-section margin (120px above and below). Reduce only
   the top gap on product pages so reviews follow the active tab naturally. */
.template-product .shopify-section:has(.a2reviews-container) .index-section {
  margin-top: 28px !important;
}

.template-product .shopify-section:has(.a2reviews-container) .a2reviews-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media only screen and (max-width: 768px) {
  .template-product .shopify-section:has(.a2reviews-container) .index-section {
    margin-top: 20px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.0
   A2Reviews safe visual polish
   Important: do not alter the app's rating, star, or progress-bar internals.
   ======================================== */

.template-product .a2reviews-section {
  background: #fff;
}

.template-product .a2reviews-container {
  width: min(100% - 40px, 1170px) !important;
  max-width: 1170px !important;
  margin-inline: auto !important;
  padding: 0 !important;
}

/* Style only the outer summary shell. Keep the app's own layout and mechanics. */
.template-product .a2reviews-container .a2-reviews-heading {
  position: relative;
  margin: 0 !important;
  padding: 34px 36px 32px !important;
  border: 1px solid rgba(17, 17, 17, .09) !important;
  border-radius: 18px !important;
  background: #fbfaf7 !important;
  box-shadow: 0 14px 34px rgba(17, 17, 17, .055) !important;
  overflow: visible !important;
}

.template-product .a2reviews-container .a2-reviews-heading::before {
  content: "ECHTE ERFAHRUNGEN";
  display: block;
  margin-bottom: 18px;
  color: #a47c2c;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .14em;
}

/* Typography only; no positioning, sizing, clipping, or star/progress overrides. */
.template-product .a2reviews-container .a2-reviews-heading,
.template-product .a2reviews-container .a2-reviews-heading * {
  text-overflow: clip;
}

.template-product .a2reviews-container .a2-reviews-heading h2,
.template-product .a2reviews-container .a2-reviews-heading h3 {
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  color: #111 !important;
}

.template-product .a2reviews-container .a2-add-review-section > a.a2-button,
.template-product .a2reviews-container a.a2-button,
.template-product .a2reviews-container button.a2-button {
  min-height: 52px !important;
  padding: 15px 24px !important;
  border: 1px solid #111 !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .035em !important;
  text-transform: none !important;
  box-shadow: 0 9px 22px rgba(17,17,17,.14) !important;
}

.template-product .a2reviews-container [class*="review-filter"],
.template-product .a2reviews-container [class*="reviews-filter"],
.template-product .a2reviews-container [class*="review-toolbar"] {
  margin-top: 24px !important;
  padding: 14px 0 !important;
  border-top: 1px solid rgba(17,17,17,.08) !important;
  border-bottom: 1px solid rgba(17,17,17,.08) !important;
}

.template-product .a2reviews-container [class*="review-item"],
.template-product .a2reviews-container [class*="review-card"] {
  border-color: rgba(17,17,17,.08) !important;
}

.template-product .a2reviews-container p,
.template-product .a2reviews-container [class*="review-text"],
.template-product .a2reviews-container [class*="review-body"] {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
  line-height: 1.65 !important;
}

@media only screen and (max-width: 768px) {
  .template-product .a2reviews-container {
    width: min(100% - 28px, 560px) !important;
  }

  .template-product .a2reviews-container .a2-reviews-heading {
    padding: 26px 18px 22px !important;
    border-radius: 16px !important;
  }

  .template-product .a2reviews-container .a2-reviews-heading::before {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .template-product .a2reviews-container .a2-add-review-section > a.a2-button,
  .template-product .a2reviews-container a.a2-button,
  .template-product .a2reviews-container button.a2-button {
    width: 100% !important;
    min-height: 50px !important;
    padding-inline: 18px !important;
  }

  .template-product .a2reviews-container [class*="review-filter"],
  .template-product .a2reviews-container [class*="reviews-filter"],
  .template-product .a2reviews-container [class*="review-toolbar"] {
    margin-top: 18px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.1
   A2Reviews average-label visibility fix
   Keeps all rating mechanics app-controlled.
   ======================================== */

.template-product .a2reviews-container .naurum-a2-average-label {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  text-align: center !important;
  line-height: 1.3 !important;
}

@media only screen and (min-width: 769px) {
  .template-product .a2reviews-container .naurum-a2-average-label {
    min-width: 220px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.2
   Product recommendations / "Passt dazu"
   ======================================== */

.template-product product-recommendations .naurum-related-products {
  margin-top: clamp(46px, 6vw, 84px) !important;
  margin-bottom: clamp(56px, 7vw, 96px) !important;
  padding: clamp(42px, 5vw, 66px) 0 !important;
  background: #f7f5ef;
  border-top: 1px solid rgba(17,17,17,.06);
  border-bottom: 1px solid rgba(17,17,17,.06);
}

.template-product .naurum-related-products__header {
  margin-bottom: 28px !important;
  text-align: left !important;
}

.template-product .naurum-related-products__eyebrow {
  margin: 0 0 8px;
  color: #a47c2c;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.template-product .naurum-related-products .section-header__title {
  margin: 0 !important;
  color: #111;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.02em;
}

.template-product .naurum-related-products .overflow-scroll-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 35px;
}

.template-product .naurum-related-products .overflow-scroller {
  overflow: visible !important;
}

.template-product .naurum-related-products [data-product-container] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

.template-product .naurum-related-products .grid__item.grid-product {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.template-product .naurum-related-products .grid-product__content {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17,17,17,.05);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover:hover) {
  .template-product .naurum-related-products .grid-product__content:hover {
    transform: translateY(-4px);
    border-color: rgba(17,17,17,.14);
    box-shadow: 0 18px 38px rgba(17,17,17,.09);
  }
}

.template-product .naurum-related-products .grid-product__link {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  color: #111 !important;
}

.template-product .naurum-related-products .product-slider,
.template-product .naurum-related-products .grid__image-ratio,
.template-product .naurum-related-products .image-wrap {
  background: #faf9f5 !important;
}

.template-product .naurum-related-products .grid__image-ratio {
  aspect-ratio: 1 / 1;
  height: auto !important;
  padding-bottom: 0 !important;
}

.template-product .naurum-related-products .grid-product__image,
.template-product .naurum-related-products .image-element {
  object-fit: contain !important;
  padding: 22px;
  transform: none !important;
}

.template-product .naurum-related-products .grid-product__meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-height: 178px;
  padding: 20px 20px 22px !important;
  text-align: left !important;
}

.template-product .naurum-related-products .grid-product__title {
  display: -webkit-box;
  min-height: 2.8em;
  overflow: hidden;
  color: #111 !important;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.38 !important;
  text-transform: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.template-product .naurum-related-products .a2reviews-total,
.template-product .naurum-related-products [class*="a2reviews"] {
  margin-top: 10px;
}

.template-product .naurum-related-products .grid-product__price {
  margin-top: auto !important;
  padding-top: 14px;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.template-product .naurum-related-products .grid-product__tag {
  top: 14px;
  left: 14px;
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: .06em;
}

.template-product .naurum-related-products .overflow-scroller__arrow {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(17,17,17,.12) !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(17,17,17,.10);
}

@media only screen and (max-width: 1100px) {
  .template-product .naurum-related-products [data-product-container] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 768px) {
  .template-product product-recommendations .naurum-related-products {
    margin-top: 42px !important;
    margin-bottom: 58px !important;
    padding: 36px 0 42px !important;
  }

  .template-product .naurum-related-products__header {
    margin-bottom: 22px !important;
    padding-inline: 20px;
  }

  .template-product .naurum-related-products .section-header__title {
    font-size: 30px !important;
  }

  .template-product .naurum-related-products .overflow-scroll-wrap {
    max-width: none;
    padding: 0 !important;
  }

  .template-product .naurum-related-products .overflow-scroller {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 20px 10px !important;
    scroll-padding-left: 20px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .template-product .naurum-related-products [data-product-container] {
    display: flex !important;
    gap: 14px !important;
    width: max-content !important;
  }

  .template-product .naurum-related-products .grid__item.grid-product {
    flex: 0 0 min(78vw, 300px) !important;
    scroll-snap-align: start;
  }

  .template-product .naurum-related-products .grid-product__content {
    border-radius: 16px;
  }

  .template-product .naurum-related-products .grid-product__image,
  .template-product .naurum-related-products .image-element {
    padding: 18px;
  }

  .template-product .naurum-related-products .grid-product__meta {
    min-height: 164px;
    padding: 18px 18px 20px !important;
  }

  .template-product .naurum-related-products .grid-product__title {
    font-size: 15px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.3
   Related products one-row carousel + promise cards
   ======================================== */

/* Product recommendations: one clean row instead of a second row */
.template-product .naurum-related-products .overflow-scroller {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding-bottom: 14px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}

.template-product .naurum-related-products [data-product-container] {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  width: max-content !important;
}

.template-product .naurum-related-products .grid__item.grid-product {
  flex: 0 0 calc((min(1240px, 100vw - 70px) - 66px) / 4) !important;
  width: calc((min(1240px, 100vw - 70px) - 66px) / 4) !important;
  min-width: 250px !important;
  scroll-snap-align: start;
}

.template-product .naurum-related-products .grid-product__tag {
  right: auto !important;
  width: auto !important;
  max-width: calc(100% - 28px) !important;
  padding: 6px 14px !important;
  white-space: nowrap;
}

.template-product .naurum-related-products .grid-product__meta {
  min-height: 188px;
}

.template-product .naurum-related-products .grid-product__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  line-height: 1.2;
}

.template-product .naurum-related-products .grid-product__price--savings {
  margin-top: 0 !important;
}

.template-product .naurum-related-products .overflow-scroller__arrow {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Modern promise section on product pages */
.template-product .naurum-text-columns-section--promise {
  margin: 0 !important;
  padding: clamp(58px, 7vw, 92px) 0 !important;
  background: #fff;
  border-top: 1px solid rgba(17,17,17,.07);
  border-bottom: 1px solid rgba(17,17,17,.07);
}

.template-product .naurum-text-columns-section--promise .section-header {
  margin-bottom: 34px !important;
}

.template-product .naurum-text-columns-section--promise .section-header__title {
  margin: 0 !important;
  font-size: clamp(30px, 3.2vw, 46px) !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em;
}

.template-product .naurum-text-columns-section--promise .grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 0 !important;
}

.template-product .naurum-text-columns-section--promise .grid__item.grid-column {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 30px 28px 32px !important;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 20px;
  background: #f8f6f1;
  box-shadow: 0 12px 30px rgba(17,17,17,.045);
  text-align: left !important;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

@media (hover:hover) {
  .template-product .naurum-text-columns-section--promise .grid__item.grid-column:hover {
    transform: translateY(-4px);
    border-color: rgba(167,131,69,.30);
    box-shadow: 0 18px 38px rgba(17,17,17,.08);
  }
}

.template-product .naurum-text-columns-section--promise .naurum-column-image {
  width: 82px !important;
  max-width: 82px !important;
  margin: 0 0 22px !important;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(167,131,69,.18);
}

.template-product .naurum-text-columns-section--promise .naurum-column-image .text-spacing {
  margin-bottom: 0 !important;
}

.template-product .naurum-text-columns-section--promise .grid-column h3,
.template-product .naurum-text-columns-section--promise .grid-column .h3,
.template-product .naurum-text-columns-section--promise .grid-column > p:first-of-type {
  margin: 0 0 12px !important;
  color: #111;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.template-product .naurum-text-columns-section--promise .grid-column .rte,
.template-product .naurum-text-columns-section--promise .grid-column .rte p,
.template-product .naurum-text-columns-section--promise .grid-column > div:not(.naurum-column-image) p {
  margin: 0 !important;
  color: #625f59 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}

@media only screen and (max-width: 1100px) {
  .template-product .naurum-related-products .grid__item.grid-product {
    flex-basis: min(36vw, 320px) !important;
    width: min(36vw, 320px) !important;
  }
}

@media only screen and (max-width: 768px) {
  .template-product .naurum-related-products .overflow-scroller__arrow {
    display: none !important;
  }

  .template-product .naurum-related-products .grid__item.grid-product {
    flex: 0 0 min(78vw, 300px) !important;
    width: min(78vw, 300px) !important;
    min-width: 0 !important;
  }

  .template-product .naurum-text-columns-section--promise {
    padding: 46px 0 54px !important;
  }

  .template-product .naurum-text-columns-section--promise .section-header {
    margin-bottom: 24px !important;
  }

  .template-product .naurum-text-columns-section--promise .grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .template-product .naurum-text-columns-section--promise .grid__item.grid-column {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 18px;
    padding: 22px !important;
    border-radius: 16px;
  }

  .template-product .naurum-text-columns-section--promise .naurum-column-image {
    grid-row: 1 / span 2;
    width: 68px !important;
    max-width: 68px !important;
    margin: 0 !important;
    padding: 11px;
    border-radius: 15px;
  }

  .template-product .naurum-text-columns-section--promise .grid-column h3,
  .template-product .naurum-text-columns-section--promise .grid-column .h3,
  .template-product .naurum-text-columns-section--promise .grid-column > p:first-of-type {
    font-size: 18px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.4
   Related products: four complete desktop cards
   ======================================== */

@media only screen and (min-width: 1101px) {
  .template-product .naurum-related-products .overflow-scroll-wrap {
    position: relative;
    box-sizing: border-box;
    width: min(1240px, calc(100% - 48px));
    max-width: 1240px;
    margin-inline: auto;
    padding: 0 !important;
  }

  .template-product .naurum-related-products .overflow-scroller {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 0;
    scrollbar-width: none;
  }

  .template-product .naurum-related-products .overflow-scroller::-webkit-scrollbar {
    display: none;
  }

  .template-product .naurum-related-products [data-product-container] {
    gap: 22px !important;
  }

  .template-product .naurum-related-products .grid__item.grid-product {
    flex: 0 0 calc((1240px - 66px) / 4) !important;
    width: calc((1240px - 66px) / 4) !important;
    min-width: 0 !important;
    max-width: calc((1240px - 66px) / 4) !important;
  }

  .template-product .naurum-related-products .overflow-scroller__arrow {
    top: 50% !important;
    z-index: 5;
    transform: translateY(-50%);
  }

  .template-product .naurum-related-products .overflow-scroller__arrow--left {
    left: -23px !important;
  }

  .template-product .naurum-related-products .overflow-scroller__arrow--right {
    right: -23px !important;
  }

  .template-product .naurum-related-products .grid-product__meta {
    min-height: 198px;
  }

  .template-product .naurum-related-products .grid-product__title {
    min-height: 2.76em;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1300px) {
  .template-product .naurum-related-products .grid__item.grid-product {
    flex-basis: calc((100vw - 114px) / 4) !important;
    width: calc((100vw - 114px) / 4) !important;
    max-width: calc((100vw - 114px) / 4) !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.5
   Related products: keep desktop arrows fully visible
   ======================================== */

@media only screen and (min-width: 1101px) {
  .template-product .naurum-related-products .overflow-scroll-wrap {
    overflow: visible !important;
  }

  .template-product .naurum-related-products .overflow-scroller__arrow {
    width: 46px !important;
    height: 46px !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border: 1px solid rgba(17, 17, 17, 0.12) !important;
    box-shadow: 0 8px 24px rgba(17, 17, 17, 0.12) !important;
  }

  .template-product .naurum-related-products .overflow-scroller__arrow--left {
    left: 10px !important;
  }

  .template-product .naurum-related-products .overflow-scroller__arrow--right {
    right: 10px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.6
   Mobile promise + related products cleanup
   ======================================== */

@media only screen and (max-width: 768px) {
  /* Promise cards: compact stacked cards, no narrow icon sidebar */
  .template-product .naurum-text-columns-section--promise {
    padding: 38px 0 44px !important;
  }

  .template-product .naurum-text-columns-section--promise .page-width {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .template-product .naurum-text-columns-section--promise .section-header {
    margin-bottom: 20px !important;
  }

  .template-product .naurum-text-columns-section--promise .section-header__title {
    font-size: 29px !important;
    line-height: 1.05 !important;
  }

  .template-product .naurum-text-columns-section--promise .grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .template-product .naurum-text-columns-section--promise .grid__item.grid-column {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 20px 20px 22px !important;
    border-radius: 16px !important;
  }

  .template-product .naurum-text-columns-section--promise .naurum-column-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    margin: 0 0 16px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .template-product .naurum-text-columns-section--promise .naurum-column-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .template-product .naurum-text-columns-section--promise .grid-column h3,
  .template-product .naurum-text-columns-section--promise .grid-column .h3,
  .template-product .naurum-text-columns-section--promise .grid-column > p:first-of-type {
    margin: 0 0 10px !important;
    font-size: 20px !important;
    line-height: 1.18 !important;
  }

  .template-product .naurum-text-columns-section--promise .grid-column .rte,
  .template-product .naurum-text-columns-section--promise .grid-column .rte p,
  .template-product .naurum-text-columns-section--promise .grid-column > div:not(.naurum-column-image) p {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  /* Related products: one clean, viewport-safe swipe card */
  .template-product .naurum-related-products {
    overflow: hidden !important;
  }

  .template-product .naurum-related-products .page-width {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .template-product .naurum-related-products .naurum-related-products__header {
    margin-bottom: 18px !important;
  }

  .template-product .naurum-related-products .overflow-scroll-wrap {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    padding: 0 !important;
  }

  .template-product .naurum-related-products .overflow-scroller {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 18px 12px !important;
    scroll-padding-left: 18px !important;
    scrollbar-width: none !important;
    scroll-snap-type: x mandatory !important;
  }

  .template-product .naurum-related-products .overflow-scroller::-webkit-scrollbar {
    display: none !important;
  }

  .template-product .naurum-related-products [data-product-container] {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    width: max-content !important;
    margin: 0 !important;
  }

  .template-product .naurum-related-products .grid__item.grid-product {
    flex: 0 0 calc(100vw - 54px) !important;
    width: calc(100vw - 54px) !important;
    max-width: 330px !important;
    min-width: 0 !important;
    margin: 0 !important;
    scroll-snap-align: start !important;
  }

  .template-product .naurum-related-products .grid-product__image-mask {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }

  .template-product .naurum-related-products .grid-product__meta {
    min-height: 0 !important;
    padding: 17px 18px 19px !important;
  }

  .template-product .naurum-related-products .grid-product__title {
    min-height: 0 !important;
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .template-product .naurum-related-products .grid-product__price {
    margin-top: 18px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.7
   Mobile promise icons + single-card related slider
   ======================================== */

@media only screen and (max-width: 768px) {
  /* Promise icons: preserve the theme image wrapper inside the compact icon tile */
  .template-product .naurum-text-columns-section--promise .naurum-column-image {
    overflow: hidden !important;
  }

  .template-product .naurum-text-columns-section--promise .naurum-column-image .image-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .template-product .naurum-text-columns-section--promise .naurum-column-image image-element {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 1 !important;
  }

  .template-product .naurum-text-columns-section--promise .naurum-column-image img,
  .template-product .naurum-text-columns-section--promise .naurum-column-image .image-element {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Related products: one complete card per viewport, no awkward clipped next card */
  .template-product .naurum-related-products .overflow-scroll-wrap {
    overflow: hidden !important;
  }

  .template-product .naurum-related-products .overflow-scroller {
    box-sizing: border-box !important;
    width: 100% !important;
    padding: 0 18px 12px !important;
    scroll-padding-left: 18px !important;
    scroll-padding-right: 18px !important;
  }

  .template-product .naurum-related-products [data-product-container] {
    gap: 12px !important;
  }

  .template-product .naurum-related-products .grid__item.grid-product {
    box-sizing: border-box !important;
    flex: 0 0 calc(100vw - 36px) !important;
    width: calc(100vw - 36px) !important;
    max-width: none !important;
    scroll-snap-align: center !important;
  }

  .template-product .naurum-related-products .grid-product__image-mask {
    aspect-ratio: 1 / 0.92 !important;
  }

  .template-product .naurum-related-products .grid-product__meta {
    padding: 16px 17px 18px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.8
   Final mobile spacing polish
   ======================================== */

@media only screen and (max-width: 768px) {
  /* Promise cards: slightly tighter icon/title rhythm */
  .template-product .naurum-text-columns-section--promise .naurum-column-image {
    margin-bottom: 12px !important;
  }

  .template-product .naurum-text-columns-section--promise .grid-column h3,
  .template-product .naurum-text-columns-section--promise .grid-column .h3,
  .template-product .naurum-text-columns-section--promise .grid-column > p:first-of-type {
    margin-bottom: 9px !important;
  }

  /* Related products: more breathing room around the focused mobile card */
  .template-product .naurum-related-products .overflow-scroller {
    padding-left: 24px !important;
    padding-right: 24px !important;
    scroll-padding-left: 24px !important;
    scroll-padding-right: 24px !important;
  }

  .template-product .naurum-related-products .grid__item.grid-product {
    flex-basis: calc(100vw - 48px) !important;
    width: calc(100vw - 48px) !important;
  }

  .template-product .naurum-related-products .grid-product__image-mask {
    aspect-ratio: 1 / 0.9 !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V3.9
   Refined return-to-collection link
   ======================================== */

.template-product .naurum-collection-return {
  display: flex;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 34px;
}

.template-product .naurum-collection-return__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 4px;
  color: #1b1b1b;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.28);
  border-radius: 0;
  box-shadow: none;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.015em;
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.template-product .naurum-collection-return__icon {
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  transition: transform 180ms ease;
}

.template-product .naurum-collection-return__link:hover,
.template-product .naurum-collection-return__link:focus-visible {
  color: #8f6d34;
  border-bottom-color: #a78345;
}

.template-product .naurum-collection-return__link:hover .naurum-collection-return__icon,
.template-product .naurum-collection-return__link:focus-visible .naurum-collection-return__icon {
  transform: translateX(-3px);
}

.template-product .naurum-collection-return__link:focus-visible {
  outline: 2px solid #a78345;
  outline-offset: 5px;
}

@media only screen and (max-width: 768px) {
  .template-product .naurum-collection-return {
    padding: 18px 20px 28px;
  }

  .template-product .naurum-collection-return__link {
    width: auto;
    max-width: 100%;
    min-height: 42px;
    padding: 7px 2px;
    font-size: 13px;
    white-space: normal;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V4.0
   Compact related-products page ending
   ======================================== */

/* Pull the return link closer to the related-products carousel. */
.template-product product-recommendations .naurum-related-products {
  margin-bottom: 28px !important;
  padding-bottom: 34px !important;
}

.template-product .naurum-collection-return {
  padding-top: 8px !important;
  padding-bottom: 26px !important;
}

@media only screen and (max-width: 768px) {
  .template-product product-recommendations .naurum-related-products {
    margin-bottom: 16px !important;
    padding-bottom: 24px !important;
  }

  .template-product .naurum-related-products .overflow-scroller {
    padding-bottom: 4px !important;
  }

  .template-product .naurum-collection-return {
    padding-top: 6px !important;
    padding-bottom: 22px !important;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V4.1
   Final return-link spacing polish
   ======================================== */

.template-product .naurum-collection-return {
  padding-top: 0 !important;
}

.template-product .naurum-collection-return__link {
  min-height: 38px;
  padding: 5px 2px;
  gap: 8px;
  border-bottom-width: 1px;
}

.template-product .naurum-collection-return__text {
  display: inline-block;
  position: relative;
}

.template-product .naurum-collection-return__link {
  border-bottom: 0;
}

.template-product .naurum-collection-return__text::after {
  content: '';
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -7px;
  height: 1px;
  background: rgba(27, 27, 27, 0.28);
  transition: left 180ms ease, right 180ms ease, background-color 180ms ease;
}

.template-product .naurum-collection-return__link:hover .naurum-collection-return__text::after,
.template-product .naurum-collection-return__link:focus-visible .naurum-collection-return__text::after {
  left: 0;
  right: 0;
  background: #a78345;
}

@media only screen and (max-width: 768px) {
  .template-product product-recommendations .naurum-related-products {
    margin-bottom: 10px !important;
    padding-bottom: 18px !important;
  }

  .template-product .naurum-collection-return {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
    transform: translateY(-8px);
  }

  .template-product .naurum-collection-return__link {
    min-height: 36px;
    padding: 4px 2px;
    gap: 7px;
    font-size: 12.5px;
  }

  .template-product .naurum-collection-return__icon {
    font-size: 17px;
  }

  .template-product .naurum-collection-return__text::after {
    left: 14%;
    right: 14%;
    bottom: -6px;
  }
}

/* ========================================
   NAURUM PRODUCT EXPERIENCE – V5.0
   Bundled final pass: hero, gallery, buy box, quantity, trust and mobile sticky ATC
   ======================================== */

/* --- Product hero shell --- */
.template-product .product-section > .page-content:first-child {
  padding-top: clamp(28px, 4vw, 58px);
  padding-bottom: clamp(34px, 5vw, 68px);
}

.template-product .product-section > .page-content:first-child > .page-width > .grid {
  display: flex;
  align-items: flex-start;
  gap: clamp(28px, 4vw, 64px);
}

.template-product .product-section > .page-content:first-child > .page-width > .grid > .grid__item {
  float: none;
  padding-left: 0;
}

/* --- Gallery --- */
.template-product [data-product-images] {
  position: relative;
}

.template-product .product__photos {
  background: #faf9f6;
  border: 1px solid rgba(29, 29, 27, 0.09);
  border-radius: 24px;
  padding: 18px;
  box-shadow: 0 18px 50px rgba(30, 28, 22, 0.06);
}

.template-product .product__main-photos {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.template-product .product-main-slide,
.template-product .product-main-slide .image-wrap,
.template-product .product-main-slide image-element {
  border-radius: 18px;
  overflow: hidden;
}

.template-product .product__thumbs {
  margin-right: 14px;
}

.template-product .product__thumb-item {
  margin-bottom: 10px;
}

.template-product .product__thumb {
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  opacity: 0.72;
  transition: opacity 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.template-product .product__thumb:hover,
.template-product .thumb--current .product__thumb,
.template-product .product__thumb.is-active {
  opacity: 1;
  border-color: #c49a50;
  box-shadow: 0 0 0 2px rgba(196, 154, 80, 0.16);
  transform: translateY(-1px);
}

/* --- Buy box --- */
.template-product .naurum-pdp-buybox {
  border: 1px solid rgba(29, 29, 27, 0.10);
  border-radius: 24px;
  background: #fff;
  padding: clamp(24px, 3vw, 38px);
  box-shadow: 0 18px 55px rgba(30, 28, 22, 0.07);
}

.template-product .naurum-pdp-buybox .product-block {
  margin-bottom: 18px;
}

.template-product .naurum-pdp-buybox .product-block--header {
  margin-bottom: 20px;
  text-align: left !important;
}

.template-product .naurum-pdp-buybox .product-single__title {
  margin-bottom: 14px;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.template-product .naurum-pdp-lead {
  color: #55534d;
  font-size: 15px;
  line-height: 1.62;
}

.template-product .naurum-pdp-lead ul {
  margin: 0;
  display: grid;
  gap: 7px;
}

.template-product .naurum-pdp-lead li {
  margin: 0;
}

/* --- Price hierarchy --- */
.template-product .product-block--price {
  text-align: left !important;
  padding: 18px 0 4px;
  border-top: 1px solid rgba(29, 29, 27, 0.08);
}

.template-product .product-single__prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 9px;
}

.template-product .product__price {
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.template-product .product__price--compare {
  font-size: 16px;
  color: #8d8a83;
  text-decoration-thickness: 1.5px;
}

.template-product .naurum-pdp-saving {
  display: inline-flex;
  margin-top: 11px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f2e5c8;
  color: #6c511e;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
}

.template-product .naurum-price-meta {
  margin-top: 9px;
  color: #77746d;
  font-size: 12px;
}

/* --- Quantity / variants --- */
.template-product .naurum-pdp-buybox .product__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(29, 29, 27, 0.11);
  border-radius: 14px;
  background: #faf9f6;
}

.template-product .naurum-pdp-buybox .product__quantity .variant__label {
  margin: 0;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  font-weight: 700;
}

.template-product .naurum-pdp-buybox .product__quantity input[type="number"] {
  width: 76px;
  height: 42px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid rgba(29, 29, 27, 0.15);
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-weight: 700;
}

.template-product .naurum-pdp-buybox select,
.template-product .naurum-pdp-buybox .variant-input-wrap select {
  min-height: 48px;
  border-radius: 12px;
  border-color: rgba(29, 29, 27, 0.14);
  background-color: #fff;
}

/* --- Primary CTA --- */
.template-product .naurum-pdp-add-to-cart {
  min-height: 58px;
  border-radius: 999px !important;
  font-size: 15px;
  letter-spacing: .02em;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.15);
}

.template-product .naurum-pdp-add-to-cart:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.18);
}

/* --- Trust grid --- */
.template-product .naurum-pdp-trust {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(29, 29, 27, 0.08);
  border-radius: 16px;
  background: #faf9f6;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}

.template-product .naurum-pdp-trust__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.template-product .naurum-pdp-trust__icon {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #efe0bd;
  color: #6d5423;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.template-product .naurum-pdp-trust__item strong {
  font-size: 12.5px;
  line-height: 1.25;
}

/* --- Mobile sticky add-to-cart --- */
.naurum-mobile-atc {
  display: none;
}

@media only screen and (max-width: 768px) {
  .template-product .product-section > .page-content:first-child {
    padding-top: 18px;
    padding-bottom: 34px;
  }

  .template-product .product-section > .page-content:first-child > .page-width > .grid {
    display: block;
  }

  .template-product .product__photos {
    margin: 0 -8px 20px;
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(30, 28, 22, 0.05);
  }

  .template-product .product__main-photos,
  .template-product .product-main-slide,
  .template-product .product-main-slide .image-wrap {
    border-radius: 14px;
  }

  .template-product .naurum-pdp-buybox {
    margin: 0 -4px;
    padding: 22px 18px 20px;
    border-radius: 20px;
    box-shadow: 0 12px 34px rgba(30, 28, 22, 0.06);
  }

  .template-product .naurum-pdp-buybox .product-single__title {
    font-size: clamp(27px, 8vw, 34px);
  }

  .template-product .naurum-pdp-lead {
    font-size: 14px;
  }

  .template-product .product__price {
    font-size: 30px;
  }

  .template-product .naurum-pdp-trust {
    grid-template-columns: 1fr 1fr;
    padding: 14px;
    gap: 11px 12px;
  }

  .template-product .naurum-pdp-trust__item strong {
    font-size: 11.5px;
  }

  .template-product .naurum-mobile-atc {
    position: fixed;
    z-index: 38;
    left: 0;
    right: 0;
    bottom: calc(64px + env(safe-area-inset-bottom, 0px));
    display: block;
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(29, 29, 27, 0.10);
    box-shadow: 0 -12px 35px rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(14px);
    transform: translateY(130%);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .template-product .naurum-mobile-atc.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .template-product .naurum-mobile-atc__inner {
    max-width: 620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
  }

  .template-product .naurum-mobile-atc__product {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .template-product .naurum-mobile-atc__image {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    object-fit: contain;
    background: #faf9f6;
    border: 1px solid rgba(29, 29, 27, 0.08);
  }

  .template-product .naurum-mobile-atc__copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .template-product .naurum-mobile-atc__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
  }

  .template-product .naurum-mobile-atc__price {
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 15px;
    font-weight: 800;
  }

  .template-product .naurum-mobile-atc__button {
    min-width: 142px;
    min-height: 46px;
    padding: 10px 17px;
    border: 0;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
  }

  .template-product .naurum-mobile-atc__button:disabled {
    opacity: .48;
  }

  .template-product.naurum-mobile-atc-active {
    padding-bottom: 76px;
  }
}

@media only screen and (max-width: 380px) {
  .template-product .naurum-mobile-atc__image,
  .template-product .naurum-mobile-atc__title {
    display: none;
  }

  .template-product .naurum-mobile-atc__inner {
    grid-template-columns: 1fr auto;
  }

  .template-product .naurum-mobile-atc__button {
    min-width: 154px;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V5.1
   Consolidated stability pass: one sticky system, compact reviews handoff,
   gallery rhythm and bounded buy-box stickiness.
   ======================================== */

/* The shop already has a global sticky cart. Never render a second product CTA. */
.template-product .naurum-mobile-atc {
  display: none !important;
}
body.naurum-mobile-atc-active {
  padding-bottom: 0 !important;
}

/* Keep the desktop buy box below the header and naturally bounded by the product section. */
@media only screen and (min-width: 769px) {
  .template-product .product-single__sticky {
    top: 22px !important;
    align-self: flex-start;
    max-height: calc(100vh - 44px);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .template-product .product-single__sticky::-webkit-scrollbar {
    width: 5px;
  }

  .template-product .product-single__sticky::-webkit-scrollbar-thumb {
    background: rgba(17,17,17,.18);
    border-radius: 999px;
  }

  /* Slightly calmer gallery proportions while keeping all product media accessible. */
  .template-product .product__photos {
    padding: 16px;
  }

  .template-product .product__thumbs {
    width: 82px;
    margin-right: 12px;
  }

  .template-product .product__thumb-item {
    margin-bottom: 8px;
  }

  .template-product .product__thumb {
    border-radius: 10px;
  }
}

/* Remove the theme's large section margins around the review widget and the next section. */
.template-product .shopify-section:has(.a2reviews-container),
.template-product .shopify-section:has(.a2reviews-container) .index-section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.template-product .shopify-section:has(.a2reviews-container) + .shopify-section .index-section {
  margin-top: clamp(54px, 6vw, 82px) !important;
}

/* Any app-calculated masonry wrapper corrected by JS should animate without jumps. */
.template-product .a2reviews-container .naurum-review-height-fixed {
  min-height: 0 !important;
  transition: height .18s ease;
}

@media only screen and (max-width: 768px) {
  .template-product .product__photos {
    margin-bottom: 16px;
  }

  .template-product .product__thumbs {
    gap: 7px;
  }

  .template-product .shopify-section:has(.a2reviews-container) + .shopify-section .index-section {
    margin-top: 44px !important;
  }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V5.2
   Technical cleanup: reliable recommendations, inventory messaging,
   review handoff and estimated-quantity typography.
   ======================================== */

/* Never expose Shopify's incoming-transfer status on the storefront. */
.template-product [data-incoming-inventory],
.template-product .product__inventory--incoming,
.template-product [class*="incoming-inventory"] {
  display: none !important;
}

/* Loading state must never show the current product as a fake recommendation. */
.template-product .naurum-related-skeleton {
  min-height: 420px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(255,255,255,.35), rgba(255,255,255,.8), rgba(255,255,255,.35));
  background-size: 220% 100%;
  animation: naurum-related-loading 1.25s ease-in-out infinite;
}
@keyframes naurum-related-loading {
  to { background-position: -220% 0; }
}

/* App wrappers frequently retain a stale masonry min-height after cards load. */
.template-product .a2reviews-container [data-naurum-review-wrapper="true"] {
  min-height: 0 !important;
  max-height: none !important;
  padding-bottom: 0 !important;
}

.template-product .shopify-section:has(.a2reviews-container) {
  min-height: 0 !important;
}

@media only screen and (max-width: 768px) {
  .template-product .naurum-related-skeleton { min-height: 500px; }
}


/* ========================================
   NAURUM PRODUCT EXPERIENCE – V5.3
   Compliance, language consistency, brand casing and cart clarity.
   ======================================== */

/* Product and recommendation names must preserve the intentional n:brand casing. */
.template-product .product-single__title,
.template-product .product-recommendations .grid-product__title,
.template-product .product-recommendations .grid-product__title--body,
.template-product .naurum-related-card__title,
.template-collection .grid-product__title,
.template-search .grid-product__title {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* Legal price metadata: compact but clearly readable and directly linked. */
.template-product .naurum-product-tax-shipping {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(17,17,17,.68);
}
.template-product .naurum-product-tax-shipping a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.template-product .naurum-product-tax-shipping a:hover { color: #111; }

/* Warn customers that changing cart quantity does not switch to a discounted pack variant. */
.naurum-cart-tier-note {
  max-width: 440px;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(167,131,69,.28);
  border-radius: 10px;
  background: #f7f3e9;
  color: #4f493e;
  font-size: 12px;
  line-height: 1.45;
}
.naurum-cart-tier-note strong { color: #25231f; }
.naurum-cart-tier-note a {
  color: #6f572e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media only screen and (max-width: 768px) {
  .template-product .naurum-product-tax-shipping {
    justify-content: center;
    font-size: 11.5px;
  }
  .naurum-cart-tier-note { max-width: none; }
}
\n\n/* ========================================\n   NAURUM V6.0 HOMEPAGE RELAUNCH PASS\n   ======================================== */\n.template-index .grid-product__tag--sale,\n.template-index .grid-product__tag.grid-product__tag--sale{background:#f1eee7!important;color:#6d6559!important;border:1px solid #ddd7cc!important;font-size:10px!important;letter-spacing:.08em!important;font-weight:700!important;padding:7px 10px!important;box-shadow:none!important}\n.template-index .grid-product__price--original{color:#8a857d!important;opacity:.72!important}\n.template-index .grid-product__title{text-transform:none!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}\n.template-index .grid-product__meta{padding-top:16px}\n.template-index .grid-product__price{margin-top:8px}\n.template-index .footer__newsletter-input,\n.template-index input[type=email]{text-transform:none!important}\n@media(max-width:767px){.template-index .naurum-bestsellers__header-inner{align-items:flex-start!important}.template-index .naurum-bestsellers__view-all{margin-top:14px}}\n
.site-footer .payment-icons--shipping li:empty{display:none!important}


/* ========================================
   NAURUM RC1.3 CONVERSION COMPLETION
   Package savings, cart usability and recommendation reliability.
   ======================================== */
.template-product .naurum-pdp-saving {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef7ec;
  color: #28652f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}
.template-product .naurum-pdp-saving.hide { display: none !important; }

.naurum-cart-saving {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin-top: 9px;
  color: #28652f;
  font-size: 12px;
  line-height: 1.4;
}
.naurum-cart-saving strong { font-weight: 800; }

.cart__item--qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.cart__item--qty .js-qty__wrapper {
  display: grid !important;
  grid-template-columns: 36px 42px 36px;
  align-items: center;
}
.cart__item--qty .js-qty__num {
  position: static !important;
  grid-column: 2;
  width: 42px !important;
  height: 36px !important;
  padding: 0 !important;
  text-align: center !important;
  line-height: 36px !important;
}
.cart__item--qty .js-qty__adjust--minus { grid-column: 1; grid-row: 1; }
.cart__item--qty .js-qty__adjust--plus { grid-column: 3; grid-row: 1; }
.cart__item--qty .js-qty__adjust {
  position: static !important;
  width: 36px !important;
  height: 36px !important;
}
.naurum-cart-remove {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  color: rgba(17,17,17,.62);
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.naurum-cart-remove:hover { color: #111; }

/* Make the selected package unmistakable without overpowering the buy box. */
.template-product .variant-input input:checked + label {
  border-color: #111 !important;
  box-shadow: 0 0 0 1px #111, 0 10px 24px rgba(17,17,17,.08) !important;
  background: linear-gradient(180deg, #fff, #fbf7ed) !important;
}

/* Sticky action is now a consistent cart destination rather than a bypass to checkout. */
.naurum-sticky-cart__checkout {
  text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
  .cart__item--qty {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .naurum-cart-remove { min-height: 32px; }
  .template-product .naurum-pdp-saving { font-size: 11.5px; }
}

/* ========================================
   NAURUM RC1.4 CART & PACKAGE RELIABILITY
   ======================================== */
.cart__item--qty {
  flex-direction: column;
  gap: 4px;
}
.naurum-cart-remove {
  min-height: 26px;
  padding: 0 6px;
  border: 0;
  border-radius: 999px;
  color: rgba(17,17,17,.58);
  font-size: 10.5px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.naurum-cart-remove span {
  margin-right: 3px;
  font-size: 15px;
  line-height: 1;
}
.naurum-cart-remove:hover {
  background: #f4f1e9;
  color: #111;
}
@media only screen and (max-width: 768px) {
  .cart__item--qty { align-items: flex-start; }
}


/* ========================================
   NAURUM RC1.5 CART REMOVE + PACKAGE PRICE
   ======================================== */
.cart__item--qty {
  flex-direction: row !important;
  gap: 0 !important;
}
.naurum-cart-remove {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  margin-top: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(17,17,17,.62);
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
}
.naurum-cart-remove svg { width: 15px; height: 15px; flex: 0 0 15px; }
.naurum-cart-remove:hover { background: transparent; color: #111; text-decoration: underline; text-underline-offset: 3px; }
.naurum-cart-remove.is-loading { opacity: .45; pointer-events: none; }
@media only screen and (max-width: 768px) {
  .naurum-cart-remove { margin-top: 10px; min-height: 32px; }
}

/* ========================================
   NAURUM RC1.7 COLLECTION MODERNIZATION
   ======================================== */
.template-collection .collection-hero {
  min-height: 430px;
  max-height: 500px;
  overflow: hidden;
}
.template-collection .collection-hero__image {
  object-position: center 55%;
}
.template-collection .collection-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.26) 52%, rgba(0,0,0,.14));
  pointer-events: none;
}
.template-collection .collection-hero__content { z-index: 2; }
.template-collection .collection-hero .section-header__title {
  font-size: clamp(38px, 4vw, 58px);
  line-height: .98;
  letter-spacing: -.02em;
}
.template-collection .collection-hero .section-header__description {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 19px;
  line-height: 1.5;
}

.naurum-collection-toolbar {
  margin: 0;
  padding: 28px 0 20px;
  background: #fff;
  border-bottom: 1px solid rgba(17,17,17,.08);
}
.naurum-collection-toolbar__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  max-width: 1400px !important;
}
.naurum-collection-toolbar__meta { display: flex; flex-direction: column; gap: 3px; min-width: 130px; }
.naurum-collection-toolbar__eyebrow {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #b48b3f;
}
.naurum-collection-toolbar__count { font-size: 18px; line-height: 1.2; }
.naurum-collection-toolbar__filters { min-width: 0; }
.naurum-collection-toolbar .filter-form {
  display: flex;
  align-items: center;
  gap: 18px;
  overflow: visible;
}
.naurum-collection-toolbar .collection-filter__group { margin: 0; width: 100%; }
.naurum-collection-toolbar .collection-filter__inner { display: flex; align-items: center; gap: 16px; }
.naurum-collection-toolbar .collection-filter__title {
  flex: 0 0 auto;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.naurum-collection-toolbar .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.naurum-collection-toolbar .tag { margin: 0 !important; }
.naurum-collection-toolbar .tag__checkbox-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid rgba(17,17,17,.14);
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.naurum-collection-toolbar .tag__checkbox { display: none; }
.naurum-collection-toolbar .tag__input { position: absolute; opacity: 0; pointer-events: none; }
.naurum-collection-toolbar .tag__checkbox-wrapper:hover { border-color: #d4b06a; transform: translateY(-1px); }
.naurum-collection-toolbar .tag--active .tag__checkbox-wrapper {
  background: #111;
  border-color: #111;
  color: #fff;
}
.naurum-collection-toolbar .tag-list--active-tags { margin-bottom: 10px; }
.naurum-collection-toolbar__sort label { display:block; font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; margin-bottom:4px; }
.naurum-collection-toolbar__sort select { min-width: 170px; border-radius: 999px; padding: 10px 38px 10px 15px; }

.naurum-collection-grid { padding: 42px 0 72px; background: #f8f6f1; }
.naurum-collection-grid > .page-width { max-width: 1400px !important; }
.naurum-collection-product-grid { margin-left: -12px; }
.naurum-collection-product-grid > .grid__item { padding-left: 24px; margin-bottom: 28px; }
.template-collection .naurum-collection-product-grid .grid-product__content {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(28,22,12,.045);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.template-collection .naurum-collection-product-grid .grid-product__content:hover {
  transform: translateY(-4px);
  border-color: rgba(180,139,63,.35);
  box-shadow: 0 18px 42px rgba(28,22,12,.10);
}
.template-collection .naurum-collection-product-grid .grid-product__image-mask {
  margin: 0;
  background: #fbfaf7;
  border-radius: 0;
}
.template-collection .naurum-collection-product-grid .grid__image-ratio { background: #fbfaf7; }
.template-collection .naurum-collection-product-grid .grid-product__meta {
  display: flex;
  flex-direction: column;
  min-height: 205px;
  padding: 22px 22px 20px;
  text-align: left;
  border-top: 1px solid rgba(17,17,17,.06);
}
.template-collection .naurum-collection-product-grid .grid-product__title {
  min-height: 52px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.42;
  text-transform: none !important;
  letter-spacing: 0;
}
.template-collection .naurum-collection-product-grid .a2reviews-total,
.template-collection .naurum-collection-product-grid [class*="a2reviews"] { margin-bottom: 14px; }
.template-collection .naurum-collection-product-grid .grid-product__price {
  margin-top: auto;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.1;
}
.template-collection .naurum-collection-product-grid .grid-product__price--original {
  margin-right: 7px;
  font-size: 15px;
  color: rgba(17,17,17,.48);
}
.template-collection .naurum-collection-product-grid .product__unit-price {
  margin-top: 7px;
  font-size: 12px;
  color: rgba(17,17,17,.48);
}
.template-collection .naurum-collection-product-grid .grid-product__tag {
  top: 16px;
  left: 16px;
  right: auto;
  padding: 8px 13px;
  border-radius: 999px;
  background: #dcb96f;
  color: #111;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .02em;
}

/* SEO content: compact editorial cards + accordion */
.collection-seo-text {
  margin: 0 !important;
  padding: 78px 0 88px;
  background: #fff;
}
.collection-seo-text .page-width { max-width: 1280px !important; }
.collection-seo-text__inner { max-width: none !important; }
.collection-seo-text__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.collection-seo-text__card {
  padding: 30px 32px;
  border: 1px solid rgba(17,17,17,.08);
  border-radius: 18px;
  background: #f8f6f1;
}
.collection-seo-text__card h2 {
  margin: 0 0 14px !important;
  font-size: 27px !important;
  line-height: 1.2 !important;
}
.collection-seo-text__card p,
.collection-seo-text__card li {
  font-size: 16px !important;
  line-height: 1.65 !important;
}
.collection-seo-text__faq-card { grid-column: 1 / -1; background: #fff; padding: 18px 0 0; border: 0; }
.collection-seo-text__faq-card > h2 { margin-bottom: 20px !important; }
.collection-seo-text__faq-card details {
  border-top: 1px solid rgba(17,17,17,.10);
}
.collection-seo-text__faq-card details:last-child { border-bottom: 1px solid rgba(17,17,17,.10); }
.collection-seo-text__faq-card summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 2px;
  font-size: 17px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}
.collection-seo-text__faq-card summary::-webkit-details-marker { display:none; }
.collection-seo-text__faq-card summary:after { content:"+"; font-size:24px; font-style:normal; font-weight:400; }
.collection-seo-text__faq-card details[open] summary:after { content:"–"; }
.collection-seo-text__faq-answer { padding: 0 2px 20px; max-width: 980px; }
.collection-related-links { margin-top: 56px !important; padding-top: 38px !important; }

@media screen and (max-width: 749px) {
  .template-collection .collection-hero { min-height: 270px !important; max-height: 300px; }
  .template-collection .collection-hero__content { padding: 28px 18px !important; }
  .template-collection .collection-hero .section-header__title { font-size: 31px !important; }
  .template-collection .collection-hero .section-header__description { max-width: 100%; font-size: 14px !important; line-height: 1.45 !important; }
  .naurum-collection-toolbar { padding: 20px 0 14px; }
  .naurum-collection-toolbar__inner { display: block; padding-left: 18px; padding-right: 18px; }
  .naurum-collection-toolbar__meta { flex-direction: row; align-items: baseline; justify-content: space-between; margin-bottom: 14px; }
  .naurum-collection-toolbar__count { font-size: 16px; }
  .naurum-collection-toolbar .filter-form { overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }
  .naurum-collection-toolbar .filter-form::-webkit-scrollbar { display:none; }
  .naurum-collection-toolbar .collection-filter__inner { display:block; }
  .naurum-collection-toolbar .collection-filter__title { margin-bottom: 9px; }
  .naurum-collection-toolbar .tag-list { flex-wrap: nowrap; width: max-content; }
  .naurum-collection-toolbar .tag__checkbox-wrapper { min-height: 40px; padding: 9px 14px; white-space: nowrap; }
  .naurum-collection-toolbar__sort { margin-top: 8px; }
  .naurum-collection-grid { padding: 24px 0 48px; }
  .naurum-collection-grid > .page-width { padding-left: 14px; padding-right: 14px; }
  .naurum-collection-product-grid { margin-left: -8px; }
  .naurum-collection-product-grid > .grid__item { width: 100%; padding-left: 8px; margin-bottom: 16px; }
  .template-collection .naurum-collection-product-grid .grid-product__meta { min-height: 178px; padding: 18px 18px 17px; }
  .template-collection .naurum-collection-product-grid .grid-product__title { min-height: 0; font-size: 17px; }
  .template-collection .naurum-collection-product-grid .grid-product__price { font-size: 21px; }
  .collection-seo-text { padding: 48px 0 56px; }
  .collection-seo-text__cards { grid-template-columns: 1fr; gap: 12px; }
  .collection-seo-text__card { padding: 23px 20px; border-radius: 15px; }
  .collection-seo-text__card h2 { font-size: 23px !important; }
  .collection-seo-text__card p, .collection-seo-text__card li { font-size: 15px !important; }
  .collection-seo-text__faq-card { grid-column: auto; padding: 14px 0 0; }
  .collection-seo-text__faq-card summary { padding: 17px 0; font-size: 15px; line-height:1.35; }
  .collection-related-links { margin-top: 42px !important; }
}

/* =========================================================
   NAURUM RC1.8 — COLLECTION PREMIUM FINAL POLISH
   ========================================================= */

/* Compact hero: products enter the viewport earlier */
.template-collection .collection-hero {
  min-height: 350px !important;
  height: min(38vw, 430px) !important;
  max-height: 430px !important;
}
.template-collection .collection-hero:after {
  background: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.38), rgba(0,0,0,.28)) !important;
}
.template-collection .collection-hero__content {
  padding: 36px 20px !important;
}
.template-collection .collection-hero .section-header__title {
  font-size: clamp(38px, 3.5vw, 54px) !important;
}

/* One clean toolbar — no nested legacy layout */
.naurum-collection-toolbar {
  padding: 22px 0 !important;
  border-bottom: 1px solid rgba(17,17,17,.08);
}
.naurum-collection-toolbar__inner {
  display: grid !important;
  grid-template-columns: auto minmax(0,1fr) !important;
  gap: 18px 34px !important;
  align-items: center !important;
  max-width: 1400px !important;
}
.naurum-collection-toolbar__form {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 18px !important;
  min-width: 0;
  margin: 0 !important;
  overflow: visible !important;
}
.naurum-collection-toolbar__filter-row {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.naurum-collection-toolbar__group {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.naurum-collection-toolbar__label {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 750;
}
.naurum-collection-toolbar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.naurum-filter-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid rgba(17,17,17,.14);
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.naurum-filter-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.naurum-filter-chip small { font-size: .9em; opacity: .62; }
.naurum-filter-chip:hover { transform: translateY(-1px); border-color: #d4b06a; }
.naurum-filter-chip.is-active { background: #111; border-color: #111; color: #fff; }
.naurum-collection-toolbar__sort { flex: 0 0 auto; margin: 0 !important; }
.naurum-collection-toolbar__sort label { display: none !important; }
.naurum-collection-toolbar__sort select {
  min-width: 170px;
  min-height: 42px;
  margin: 0;
  padding: 8px 40px 8px 15px;
  border: 1px solid rgba(17,17,17,.14);
  border-radius: 999px;
  background-color: #fff;
}
.naurum-collection-toolbar__active {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.naurum-active-filter {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f3efe6;
  font-size: 12px;
  text-decoration: none;
}
.naurum-active-filter--clear { background: transparent; text-decoration: underline; }

/* Grid starts sooner and cards feel more tactile */
.naurum-collection-grid { padding-top: 30px !important; }
.template-collection .naurum-collection-product-grid .grid-product__content {
  border-radius: 16px !important;
  transform: translateZ(0);
}
.template-collection .naurum-collection-product-grid .grid-product__content:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 22px 50px rgba(28,22,12,.13) !important;
}
.template-collection .naurum-collection-product-grid .grid-product__image img {
  transition: transform .45s cubic-bezier(.2,.7,.2,1);
}
.template-collection .naurum-collection-product-grid .grid-product__content:hover .grid-product__image img {
  transform: scale(1.025);
}

/* Editorial section: readable line length and full-width FAQ */
.collection-seo-text .page-width { max-width: 1180px !important; }
.collection-seo-text__cards {
  grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  align-items: start;
}
.collection-seo-text__card p,
.collection-seo-text__card li { max-width: 760px; }
.collection-seo-text__faq-card {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 24px auto 0 !important;
}
.collection-seo-text__faq-card > h2 { text-align: center; }
.collection-seo-text__faq-card details { width: 100%; }
.collection-seo-text__faq-answer { max-width: 840px !important; }

@media screen and (max-width: 989px) {
  .naurum-collection-toolbar__inner { grid-template-columns: 1fr !important; }
  .naurum-collection-toolbar__form { justify-content: space-between !important; }
}

@media screen and (max-width: 749px) {
  .template-collection .collection-hero {
    min-height: 235px !important;
    height: 250px !important;
    max-height: 250px !important;
  }
  .template-collection .collection-hero__content { padding: 24px 16px !important; }
  .template-collection .collection-hero .section-header__title { font-size: 30px !important; }
  .template-collection .collection-hero .section-header__description { margin-top: 10px !important; }

  .naurum-collection-toolbar { padding: 16px 0 14px !important; }
  .naurum-collection-toolbar__inner {
    display: block !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .naurum-collection-toolbar__meta {
    display: flex !important;
    flex-direction: row !important;
    align-items: baseline !important;
    justify-content: space-between !important;
    margin-bottom: 12px;
  }
  .naurum-collection-toolbar__form {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    gap: 10px !important;
  }
  .naurum-collection-toolbar__filter-row {
    overflow-x: auto;
    scrollbar-width: none;
    padding-bottom: 3px;
  }
  .naurum-collection-toolbar__filter-row::-webkit-scrollbar { display:none; }
  .naurum-collection-toolbar__group { width: max-content; }
  .naurum-collection-toolbar__label { display:none; }
  .naurum-collection-toolbar__chips { flex-wrap: nowrap; width: max-content; }
  .naurum-filter-chip { min-height: 40px; white-space: nowrap; }
  .naurum-collection-toolbar__sort select { min-width: 46px; width: 46px; padding: 8px; font-size: 0; }
  .naurum-collection-toolbar__sort select option { font-size: 14px; }
  .naurum-collection-toolbar__active { margin-top: 10px; }
  .naurum-collection-grid { padding-top: 18px !important; }

  .collection-seo-text .page-width { padding-left: 18px !important; padding-right: 18px !important; }
  .collection-seo-text__cards { grid-template-columns: 1fr !important; }
  .collection-seo-text__faq-card { max-width: 100% !important; }
  .collection-seo-text__faq-card > h2 { text-align: left; }
}
