/** Shopify CDN: Minification failed

Line 973:34 Unexpected "{"
Line 973:43 Expected ":"
Line 983:34 Unexpected "{"
Line 983:43 Expected ":"
Line 989:34 Unexpected "{"
Line 989:43 Expected ":"
Line 990:34 Unexpected "{"
Line 990:43 Expected ":"
Line 991:34 Unexpected "{"
Line 991:43 Expected ":"

**/
/* =========================================================
   DARKWARFORGE
   PRODUCT PAGE — COMPLETE CSS
   ========================================================= */


/* =========================================================
   GLOBAL PRODUCT PAGE
   ========================================================= */

.template-product {
  background: #2f2f2e !important;
  color: #e5e0d7 !important;
}

.template-product .gradient {
  background: #2f2f2e !important;
}


/* =========================================================
   MAIN PRODUCT CONTAINER
   ========================================================= */

@media screen and (min-width: 990px) {

  .template-product .product {
    width: min(1365px, calc(100% - 40px)) !important;
    max-width: 1365px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    display: grid !important;

    grid-template-columns:
      minmax(0, 52%)
      minmax(0, 48%) !important;

    column-gap: 34px !important;

    align-items: start !important;
  }


  /* =====================================================
     PRODUCT IMAGE
     ===================================================== */

  .template-product .product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-product .product__media-list {
    width: 100% !important;
  }

  .template-product .product__media-item {
    width: 100% !important;
  }

  .template-product .product__media {
    width: 100% !important;
  }

  .template-product .product__media img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }


  /* =====================================================
     PRODUCT INFORMATION
     ===================================================== */

  .template-product .product__info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-product .product__info-container {
    width: 100% !important;
    max-width: 100% !important;
  }


  /* =====================================================
     PRODUCT TITLE
     ===================================================== */

  .template-product .product__title {
    margin-top: 0 !important;
    margin-bottom: 17px !important;

    color: #eee9e0 !important;

    font-size: 42px !important;
    line-height: 1.08 !important;
  }


  /* =====================================================
     PRICE
     ===================================================== */

  .template-product .price {
    margin-bottom: 12px !important;
  }

  .template-product .price-item {
    color: #e5e0d7 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 28px !important;
    font-weight: 800 !important;

    line-height: 1.2 !important;
  }


  /* =====================================================
     QUANTITY + ADD TO CART
     ===================================================== */

  .template-product .product-form__buttons {
    display: grid !important;

    grid-template-columns:
      110px
      minmax(0, 1fr) !important;

    gap: 14px !important;

    width: 100% !important;

    align-items: stretch !important;
  }


  .template-product .product-form__quantity {
    width: 110px !important;

    margin: 0 !important;
  }


  .template-product .quantity {
    width: 110px !important;
    min-height: 54px !important;
    height: 54px !important;
  }


  .template-product .product-form__submit {
    width: 100% !important;

    min-height: 54px !important;
    height: 54px !important;

    margin: 0 !important;

    background: #a82424 !important;
    background-color: #a82424 !important;

    border: 1px solid #a82424 !important;
    border-radius: 3px !important;

    color: #ffffff !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    font-weight: 800 !important;

    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }


  .template-product .product-form__submit:hover {
    background: #c12c2c !important;
    background-color: #c12c2c !important;

    border-color: #c12c2c !important;
  }


  /* =====================================================
     PRODUCTION / SHIPPING MESSAGE
     ===================================================== */

  .template-product .product__info-container .custom-liquid {
    margin-top: 13px !important;
    margin-bottom: 14px !important;

    color: #bdb8af !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 13px !important;
    line-height: 1.5 !important;
  }


  .template-product .product__info-container .custom-liquid strong {
    color: #e5e0d7 !important;
  }


  /* =====================================================
     DESCRIPTION
     ===================================================== */

  .template-product .product__description {
    margin-top: 22px !important;

    color: #c7c2b9 !important;

    font-family: Arial, Helvetica, sans-serif !important;

    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .template-product .product__description strong {
    color: #e5e0d7 !important;
  }


  /* =====================================================
     SHARE
     ===================================================== */

  .template-product .share-button {
    margin-top: 18px !important;
  }

}


/* =========================================================
   PAYMENT TRUST ROW
   ========================================================= */

.dwf-payment-trust {
  display: flex !important;

  align-items: center !important;
  flex-wrap: wrap !important;

  gap: 7px !important;

  width: 100% !important;
  box-sizing: border-box !important;

  margin-top: 13px !important;
  padding: 10px 12px !important;

  background: #252524 !important;

  border: 1px solid #3f3f3d !important;
  border-radius: 3px !important;
}


.dwf-payment-label {
  margin-right: 7px !important;

  color: #b9aa86 !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 10px !important;
  font-weight: 800 !important;

  letter-spacing: .08em !important;
}


.dwf-payment-icon {
  width: 38px !important;
  height: 24px !important;

  object-fit: contain !important;
}


/* =========================================================
   LOWER PRODUCT INFORMATION SECTION
   ========================================================= */

.dwf-product-info-section {
  width: 100% !important;

  box-sizing: border-box !important;

  margin-top: 0 !important;

  padding: 42px 0 58px !important;

  background: #292928 !important;

  color: #e5e0d7 !important;

  border-top: 1px solid #41413f !important;
}


/* =========================================================
   REMOVE THEME WIDTH LIMIT
   ========================================================= */

.dwf-product-info-section .page-width,
.dwf-product-info-section .page-width-desktop,
.dwf-product-info-section .section-template,
.dwf-product-info-section .section-content,
.dwf-product-info-section > div {
  max-width: none !important;
}


.dwf-product-info-inner {
  width: min(1365px, calc(100% - 40px)) !important;

  max-width: 1365px !important;

  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   LOWER GRID
   ========================================================= */

.dwf-product-info-grid {
  display: grid !important;

  width: 100% !important;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr) !important;

  gap: 24px !important;

  align-items: start !important;
}


/* =========================================================
   WHAT YOU GET
   ========================================================= */

.dwf-what-you-get {
  width: 100% !important;

  box-sizing: border-box !important;

  padding: 28px 28px 26px !important;

  background: #292928 !important;

  color: #e5e0d7 !important;

  border: 1px solid #464643 !important;

  border-radius: 3px !important;
}


.dwf-what-you-get h2 {
  margin: 0 0 18px !important;

  padding-bottom: 13px !important;

  border-bottom: 1px solid #464643 !important;

  color: #eee9e0 !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 19px !important;
  font-weight: 800 !important;

  letter-spacing: .08em !important;

  line-height: 1.2 !important;

  text-transform: uppercase !important;
}


.dwf-what-you-get ul {
  margin: 0 0 20px !important;

  padding-left: 20px !important;
}


.dwf-what-you-get li {
  margin: 0 0 6px !important;

  color: #d1ccc3 !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 14px !important;

  line-height: 1.45 !important;
}


.dwf-small-note,
.dwf-license {
  margin: 16px 0 0 !important;

  color: #aaa69e !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 12px !important;

  line-height: 1.55 !important;
}


.dwf-license strong {
  color: #e5e0d7 !important;
}


/* =========================================================
   ACCORDION COLUMN
   ========================================================= */

.dwf-details {
  width: 100% !important;

  display: flex !important;

  flex-direction: column !important;

  gap: 8px !important;
}


/* =========================================================
   ACCORDION BOX
   ========================================================= */

.dwf-details details {
  position: relative !important;

  width: 100% !important;

  margin: 0 !important;

  background: #292928 !important;

  color: #e5e0d7 !important;

  border: 1px solid #464643 !important;

  border-radius: 3px !important;

  overflow: hidden !important;
}


.dwf-details details:hover {
  border-color: #5a5955 !important;
}


/* =========================================================
   ACCORDION HEADER
   ========================================================= */

.dwf-details details summary {
  position: relative !important;

  display: flex !important;

  align-items: center !important;

  box-sizing: border-box !important;

  width: 100% !important;

  min-height: 58px !important;

  padding: 16px 52px 16px 62px !important;

  background: #292928 !important;

  color: #e5e0d7 !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 13px !important;

  font-weight: 800 !important;

  letter-spacing: .08em !important;

  line-height: 1.2 !important;

  text-transform: uppercase !important;

  cursor: pointer !important;

  list-style: none !important;
}


.dwf-details details summary::-webkit-details-marker {
  display: none !important;
}


.dwf-details details summary::marker {
  display: none !important;
}


/* =========================================================
   ACCORDION ICONS
   ========================================================= */

/*
   IMPORTANT:
   These are deliberately simple fallback icons.
   They can later be replaced with SVG icons in the HTML.
*/

.dwf-details details summary::before {
  position: absolute !important;

  left: 18px !important;

  top: 50% !important;

  width: 28px !important;

  height: 28px !important;

  transform: translateY(-50%) !important;

  color: #b9aa86 !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 17px !important;

  font-weight: 400 !important;

  line-height: 28px !important;

  text-align: center !important;

  border: 0 !important;
}


/* PRODUCT DETAILS */

.dwf-details details:nth-child(1) summary::before {
  content: "▣" !important;
}


/* PRINTING & FINISH */

.dwf-details details:nth-child(2) summary::before {
  content: "⚒" !important;
}


/* SHIPPING */

.dwf-details details:nth-child(3) summary::before {
  content: "▱" !important;
}


/* FAQ */

.dwf-details details:nth-child(4) summary::before {
  content: "?" !important;

  width: 24px !important;
  height: 24px !important;

  line-height: 23px !important;

  border: 1px solid #b9aa86 !important;

  border-radius: 50% !important;

  font-size: 14px !important;
}


/* =========================================================
   ACCORDION PLUS
   ========================================================= */

.dwf-details details summary::after {
  content: "+" !important;

  position: absolute !important;

  right: 19px !important;

  top: 50% !important;

  transform: translateY(-50%) !important;

  color: #a82424 !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 19px !important;

  font-weight: 500 !important;

  line-height: 1 !important;
}


.dwf-details details[open] summary::after {
  content: "−" !important;
}


/* =========================================================
   ACCORDION CONTENT
   ========================================================= */

.dwf-details details > div {
  box-sizing: border-box !important;

  width: 100% !important;

  padding: 0 24px 22px 62px !important;

  background: #292928 !important;

  color: #aaa69e !important;

  font-family: Arial, Helvetica, sans-serif !important;

  font-size: 13px !important;

  line-height: 1.6 !important;
}


.dwf-details details > div p {
  margin: 0 !important;
}


.dwf-details details > div strong {
  color: #e5e0d7 !important;
}


/* =========================================================
   RELATED PRODUCTS
   ========================================================= */

.template-product .related-products {
  background: #2f2f2e !important;

  color: #e5e0d7 !important;
}


.template-product .related-products .card__heading {
  color: #e5e0d7 !important;
}


.template-product .related-products .price {
  color: #d1ccc3 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 989px) {

  .template-product .product {
    width: calc(100% - 30px) !important;

    max-width: none !important;

    margin-left: auto !important;
    margin-right: auto !important;
  }


  .dwf-product-info-inner {
    width: calc(100% - 30px) !important;

    max-width: none !important;
  }


  .dwf-product-info-grid {
    grid-template-columns: 1fr !important;

    gap: 14px !important;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  .template-product .product__title {
    font-size: 30px !important;

    line-height: 1.1 !important;
  }


  .template-product .price-item {
    font-size: 24px !important;
  }


  .template-product .product-form__buttons {
    grid-template-columns: 95px minmax(0, 1fr) !important;

    gap: 10px !important;
  }


  .template-product .product-form__quantity,
  .template-product .quantity {
    width: 95px !important;
  }


  .dwf-product-info-section {
    padding: 28px 0 42px !important;
  }


  .dwf-product-info-inner {
    width: calc(100% - 24px) !important;
  }


  .dwf-what-you-get {
    padding: 22px !important;
  }


  .dwf-what-you-get h2 {
    font-size: 17px !important;
  }


  .dwf-what-you-get li {
    font-size: 13px !important;
  }


  .dwf-details details summary {
    min-height: 54px !important;

    padding-left: 55px !important;
  }


  .dwf-details details > div {
    padding-left: 55px !important;

    padding-right: 20px !important;
  }


  .dwf-payment-trust {
    justify-content: flex-start !important;
  }
}
/* =========================================================
   DARKWARFORGE - TOP USP BAR
   ========================================================= */

.dwf-usp-bar {
  width: 100%;
  box-sizing: border-box;

  min-height: 48px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  align-items: center;

  background: #151515;

  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;

  margin: 0;
  padding: 0 30px;

  color: #d8d0c0;

  font-family: Arial, Helvetica, sans-serif;
}

.dwf-usp-item {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  min-height: 48px;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: .10em;

  white-space: nowrap;
}

.dwf-usp-icon {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  color: #b9aa86;

  font-size: 17px;
  line-height: 1;
}

@media screen and (max-width: 749px) {

  .dwf-usp-bar {
    grid-template-columns: repeat(2, 1fr);

    padding: 5px 10px;
  }

  .dwf-usp-item {
    min-height: 38px;

    font-size: 8px;

    letter-spacing: .06em;
  }

  .dwf-usp-icon {
    width: 18px;
    height: 18px;

    font-size: 14px;
  }
}


/* =========================================================
   PRODUCT IMAGE - 70%
   ========================================================= */

@media screen and (min-width: 990px) {

  .template-product .product__media-wrapper {
    display: flex !important;

    justify-content: center !important;
    align-items: flex-start !important;
  }

  .template-product .product__media-wrapper .product__media-list {
    width: 70% !important;
    max-width: 70% !important;

    margin-left: auto !important;
    margin-right: auto !important;
  }

  .template-product .product__media-wrapper .product__media-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-product .product__media-wrapper .product__media {
    width: 100% !important;
    max-width: 100% !important;
  }

  .template-product .product__media-wrapper .product__media img {
    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
  }

  /* Thumbnail row stays aligned with the reduced image */
  .template-product .product__media-wrapper
  .thumbnail-list {
    width: 70% !important;
    max-width: 70% !important;

    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* =========================================================
   DWF - QUANTITY LABEL ABOVE FIELD
   Does not change block order.
   ========================================================= */
.template-product .product-form__quantity {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.template-product .product-form__quantity .form__label,
.template-product .product-form__quantity .quantity__label {
  display: block !important;
  width: 100% !important;
  margin: 0 0 7px !important;
  line-height: 1.2 !important;
}
/* =========================================================
   DWF V5 — DESCRIPTION WIDTH FIX
   Only fixes the product description wrapping.
   Does not change block order or the lower information section.
   ========================================================= */

@media screen and (min-width: 750px) {
  .dwf-product-page #ProductInfo-{{ section.id }} .product__description {
    width: 100% !important;
    max-width: none !important;
    grid-column: 1 / -1 !important;
    min-width: 0 !important;

    margin-top: 22px !important;
    margin-bottom: 0 !important;
  }

  .dwf-product-page #ProductInfo-{{ section.id }} .product__description.rte {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .dwf-product-page #ProductInfo-{{ section.id }} .product__description p,
  .dwf-product-page #ProductInfo-{{ section.id }} .product__description ul,
  .dwf-product-page #ProductInfo-{{ section.id }} .product__description ol {
    max-width: none !important;
  }
}
/* =========================================================
   DWF V7 — PRICE / EURO STAYS ON ONE LINE
   ========================================================= */

.template-product .price,
.dwf-product-page .price,
.template-product .price-item,
.dwf-product-page .price-item {
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.template-product .price-item,
.dwf-product-page .price-item {
  display: inline-block !important;
  font-size: 39.2px !important;
  line-height: 1.15 !important;
}
