/* Promotional product detail — design_handoff_product_detail 1A.
   Content stays in the 1230/1200 column. Related rail grey is full-bleed via ::before. */

.centercontent:has(.pd-page) {
  padding-top: 0;
  border-top: 2px solid #dfe4e8;
  overflow-x: clip;
}

.centercontent .container.design-print:has(.pd-page),
.centercontent .container.product-details:has(.pd-page) {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}

.centercontent .container:has(.pd-page) .leftdefaultimg,
.centercontent .container:has(.pd-page) .weareeverywhere {
  display: none !important;
}

.centercontent .container:has(.pd-page) .rightdefaultinfo {
  width: 100%;
  margin-left: 0;
}

.centercontent .container:has(.pd-page) > .breadcrumb {
  display: none;
}

.pd-page,
.pd-page *,
.pd-page *::before,
.pd-page *::after {
  box-sizing: border-box;
}

.pd-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 24px 0 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #1d2429;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.pd-page a {
  color: #204e75;
  text-decoration: none;
}

.pd-page a:hover,
.pd-page a:focus {
  color: #163854;
}

.pd-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12.5px;
  color: #6a747d;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pd-crumbs li + li::before {
  content: "/";
  margin-right: 6px;
  color: #8a9199;
}

.pd-crumbs a,
.pd-page .pd-crumbs a {
  color: #6a747d;
  font-weight: 400;
}

.pd-crumbs a:hover,
.pd-crumbs a:focus,
.pd-page .pd-crumbs a:hover,
.pd-page .pd-crumbs a:focus {
  color: #55606a;
}

.pd-crumbs .is-current {
  font-weight: 700;
  color: #204e75;
}

.pd-cat-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #8a9199;
  text-transform: uppercase;
}

.pd-title .pd-tick,
.pd-tick {
  display: block;
  width: 34px;
  height: 3px;
  background: #c4470c;
  flex: none;
  margin: 0;
}

.pd-title h1,
.pd-page h1#pd-page-title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
  color: #204e75;
  text-wrap: balance;
  text-transform: none !important;
}

.pd-itemno {
  margin: 8px 0 0;
  font-size: 12.5px;
  font-weight: 700;
  color: #26313a;
}

.pd-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 22px 28px;
  align-items: start;
}

.pd-gallery {
  grid-column: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pd-details,
.pd-imprint {
  grid-column: 1;
  min-width: 0;
}

.pd-stage-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.pd-stage {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: stretch;
  width: 100%;
  float: none !important;
}

.pd-page #thumbnails {
  flex: 0 0 74px !important;
  width: 74px !important;
  max-width: 74px !important;
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  float: none !important;
  height: 500px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  position: relative !important;
  z-index: 1;
  overflow: hidden;
}

.pd-page #thumbnails > div {
  position: static !important;
  overflow: visible !important;
  width: auto !important;
  height: auto !important;
  inset: auto !important;
}

.pd-page #thumbnails ul,
.pd-page #thumbnails ul.thumbelina,
.pd-page .thumbelina {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 74px !important;
  max-width: 74px !important;
  height: auto !important;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: visible !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  white-space: normal !important;
  font-size: inherit !important;
  float: none !important;
}

.pd-page #thumbnails li,
.pd-page .thumbelina li {
  display: block !important;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
  float: none !important;
}

.pd-page #thumbnails a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 72px !important;
  height: 72px !important;
  margin: 0 !important;
  padding: 4px !important;
  border: 1px solid #dfe4e8 !important;
  background: #fff;
  border-radius: 0 !important;
}

.pd-page #thumbnails a:hover,
.pd-page #thumbnails .active,
.pd-page #thumbnails li.active a {
  border-color: #204e75 !important;
}

.pd-page #thumbnails img,
.pd-page .thumbelina li img,
.pd-page .thumbelina li img:hover {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  border: 0 !important;
}

.pd-page .thumbelina-but {
  display: none !important;
}

.pd-page #product-image,
.pd-page #product-image.img-circle,
.pd-page #product-image.easyzoom {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: 500px !important;
  min-height: 500px !important;
  border: 1px solid #dfe4e8 !important;
  border-radius: 0 !important;
  padding: 28px 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  position: relative !important;
  float: none !important;
  margin: 0 !important;
  line-height: normal !important;
  text-align: center;
  overflow: hidden !important;
}

.pd-page #product-image a,
.pd-page #product-image .zoomWrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pd-page #zoom_01,
.pd-page #product-image img#zoom_01,
.pd-page #product-image img:not(.pd-badge),
.pd-page #product-image img.img-circle,
.pd-page #product-image img.img-thumbnail,
.pd-page #product-image img.cloudzoom1 {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  position: static !important;
  box-shadow: none !important;
}

body:has(.pd-page) .zoomContainer,
body:has(.pd-page) .zoomLens,
body:has(.pd-page) .zoomWindow,
body:has(.pd-page) .zoomWrapper,
body:has(.pd-page) .zoomTint {
  display: none !important;
}

.pd-page #zoom_01 {
  cursor: default;
}

.pd-page #zoom-overlay,
.pd-page .cloudzoom-blank,
.pd-page .cloudzoom-tint,
body:has(.pd-page) .zoomTint {
  display: none !important;
}

.pd-badge,
.pd-page #product-image .pd-badge {
  position: absolute !important;
  top: 12px;
  left: 12px;
  z-index: 3;
  background: #fff;
  border: 1px solid #dfe4e8;
  color: #204e75;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 9px;
}

.pd-colors {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: both;
}

.pd-page .more-color,
.pd-page .big-color.select-color .more-color,
.pd-colors .more-color {
  display: inline-block !important;
  flex: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #55606a !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.pd-page .colorRight,
.pd-page ul.select-color.big-color,
.pd-page .select-color.big-color {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
}

.pd-page .select-color .color-one,
.pd-page .big-color.select-color li,
.pd-page .colorRight li {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  border: 1px solid #c9ced3 !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  cursor: pointer;
  background-image: none;
}

.pd-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pd-chip {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dfe4e8;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  color: #26313a;
}

.pd-chip svg {
  flex: none;
}

.pd-bulk {
  border: 1px solid #dfe4e8;
}

.pd-order-head {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #204e75;
  color: #fff;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pd-order-label {
  float: none !important;
  width: auto !important;
  flex: none;
}

.pd-price-cluster {
  display: flex !important;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-end;
  gap: 8px;
  float: none !important;
  width: auto !important;
  line-height: 1.1;
  text-align: right;
}

.pd-price-kicker,
.pd-order-head .pd-price-kicker,
.pd-order .order-price-text {
  display: inline !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #a9c2dc !important;
  line-height: 1.2;
}

.pd-order .price-num,
.pd-page .price-num,
.pd-price-cluster .price-num {
  display: inline !important;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #fff !important;
  line-height: 1.15 !important;
  position: static !important;
}

.pd-bulk-head,
.pd-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  background: #204e75;
  color: #fff;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pd-card-head {
  justify-content: space-between;
}

.pd-bulk-includes {
  margin: 0;
  padding: 9px 14px 8px;
  font-size: 12.5px;
  line-height: 1.35;
  color: #55606a;
  background: #f7f8f9;
  border-bottom: 1px solid #eef0f2;
}

.pd-bulk-includes span {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a9199;
  margin-right: 4px;
}

.pd-bulk-includes strong {
  font-weight: 700;
  color: #204e75;
}

.pd-bulk-includes em {
  font-style: normal;
  color: #8a9199;
}

.pd-bulk-includes em::before {
  content: " · ";
}

.pd-bulk-includes.is-hidden {
  display: none;
}

.pd-tiers {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
}

.pd-tier {
  flex: 1;
  min-width: 72px;
  padding: 12px 8px;
  text-align: center;
  border-right: 1px solid #eef0f2;
  border-top: 3px solid #dfe4e8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pd-tier:last-child {
  border-right: 0;
}

.pd-tier.is-best {
  border-top-color: #c4470c;
  background: #fff8f0;
}

.pd-tier-badge {
  display: block;
  min-height: 12px;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c4470c;
  margin-bottom: 4px;
}

.pd-tier-badge.is-empty {
  visibility: hidden;
}

.pd-tier-qty {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #8a9199;
  margin-bottom: 4px;
  min-height: 16px;
  line-height: 16px;
}

.pd-tier:first-child .pd-tier-qty {
  font-size: 13px;
}

.pd-tier-price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #204e75;
}

.pd-tier-save {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  color: #7eb12c;
}

.pd-bulk-note {
  margin: 0;
  padding: 10px 14px;
  font-size: 12.5px;
  color: #55606a;
  border-top: 1px solid #eef0f2;
}

.pd-rail {
  grid-column: 2;
  grid-row: 1 / -1;
  width: 430px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: sticky;
  top: 16px;
  z-index: 4;
}

.pd-order {
  flex: none;
  width: 100%;
  max-width: 100%;
  border: 1px solid #dfe4e8;
  background: #fff;
}

.pd-order-body {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pd-page #form-signup {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pd-page #form-signup .form-group,
.pd-page #form-signup .pd-field,
.pd-page #form-signup .qtylimit-form,
.pd-page #form-signup .progress_parent {
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
  display: block !important;
}

.pd-page #form-signup label,
.pd-page #form-signup .control-label,
.pd-page #form-signup .pd-field-label,
.pd-page #form-signup .required-label,
.pd-page #form-signup .non-required-label,
.pd-page #form-signup .form-group label.col-sm-3,
.pd-page #form-signup .form-group label.col-xs-12,
.pd-page #form-signup .form-group .col-sm-3,
.pd-page #form-signup .form-group .col-xs-12,
.pd-page #form-signup .form-group .col-sm-6,
.pd-page .imprint-other-details label,
.pd-page .imprint-color-details label {
  display: block !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #26313a !important;
  margin: 0 0 6px !important;
  margin-left: 0 !important;
  text-align: left !important;
  background: transparent !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.pd-page #form-signup .required-label::after,
.pd-page #form-signup .non-required-label::after,
.pd-page #form-signup .pd-field-label::after {
  content: none !important;
}

.pd-page #form-signup .form-group.required > label::after,
.pd-page #form-signup .form-group.required > .pd-field-label::after,
.pd-page .imprint-other-details .form-group.required > label::after {
  content: " *" !important;
  color: #c8341c !important;
  font-weight: 700;
}

.pd-page #form-signup .help-block {
  margin: 4px 0 0;
  min-height: 0;
}

.pd-page #form-signup > .form-group:has(> input[type="hidden"]):not(:has(select)):not(:has(input[type="text"])):not(:has(input[type="number"])):not(:has(input[type="file"])) {
  display: none !important;
}

.pd-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
  align-items: start;
}

.pd-pair > .hidden,
.pd-pair > .imprinting:empty,
.pd-pair > div:has(> .form-group > input[type="hidden"]):not(:has(select)):not(:has(input[type="text"])) {
  display: none !important;
}

.pd-pair:not(:has(> :nth-child(2):not(.hidden))) {
  grid-template-columns: 1fr;
}

#pd-imprint {
  scroll-margin-top: 24px;
}

.pd-page #form-signup .form-control,
.pd-page #form-signup input[type="text"],
.pd-page #form-signup input[type="number"],
.pd-page #form-signup select,
.pd-page #dynamicmodel-quantity,
.pd-page .lanyard-qty input,
.pd-page .lanyard-qty select,
.pd-page .imprint-other-details select,
.pd-page .imprint-color-details select {
  width: 100% !important;
  max-width: 100% !important;
  height: 38px !important;
  margin: 0 !important;
  margin-left: 0 !important;
  border: 1px solid #c9ced3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13.5px;
  color: #26313a;
  background-color: #fff !important;
  padding: 6px 10px;
}

.pd-page #dynamicmodel-quantity::placeholder,
.pd-page #form-signup #dynamicmodel-quantity::placeholder {
  color: #8a9199;
  opacity: 1;
}

.pd-page #dynamicmodel-quantity::-webkit-input-placeholder,
.pd-page #form-signup #dynamicmodel-quantity::-webkit-input-placeholder {
  color: #8a9199;
  opacity: 1;
}

.pd-page #dynamicmodel-quantity::-ms-input-placeholder,
.pd-page #form-signup #dynamicmodel-quantity::-ms-input-placeholder {
  color: #8a9199;
  opacity: 1;
}

.pd-page #form-signup select,
.pd-page .imprint-other-details select,
.pd-page .imprint-color-details select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2355606a' stroke-width='2.4'><path d='M5 8.5l7 7 7-7'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-color: #fff !important;
  padding-right: 28px;
}

.pd-page #form-signup .form-control:focus,
.pd-page #form-signup select:focus,
.pd-page .imprint-other-details select:focus {
  border-color: #204e75 !important;
  box-shadow: 0 0 0 2px #eef3f8 !important;
}

.pd-page .lanyard-qty,
.pd-page .lanyard-qty-file,
.pd-page .imprint-other-details,
.pd-page .imprint-color-details,
.pd-page .imprint-variant-details {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.pd-page .imprint-variant-details {
  display: none;
}

.pd-page .imprint-variant-details.is-open {
  display: block;
}

.pd-page .imprint-other-details:empty,
.pd-page .imprint-color-details:empty,
.pd-page .imprint-variant-details:empty {
  display: none;
}

.pd-page .progress_parent {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pd-page .progress_div {
  margin: 0;
}

.pd-page .progress_div.hidden {
  display: none !important;
}

.pd-page .progress {
  height: 8px;
  margin: 0;
  background: #eef3f8;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.pd-page .progress-bar {
  background: #204e75;
}

.pd-odetail {
  border: 1px solid #dfe4e8;
  background: #fff;
}

.pd-odetail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 14px;
  background: #f7f9fb;
  border-bottom: 1px solid #eef0f2;
}

.pd-odetail-head span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #8a9199;
}

.pd-odetail-head strong {
  font-size: 12px;
  font-weight: 700;
  color: #204e75;
  text-align: right;
}

.pd-odetail-group {
  padding: 10px 14px 8px;
}

.pd-odetail-group + .pd-odetail-group {
  border-top: 1px solid #eef0f2;
}

.pd-odetail-kicker {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #9aa3ab;
}

.pd-odetail-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 5px 0;
  font-size: 12.5px;
  color: #26313a;
}

.pd-odetail-row em {
  font-style: normal;
  color: #8a9199;
  font-weight: 400;
}

.pd-odetail-row strong {
  font-weight: 700;
  color: #204e75;
  white-space: nowrap;
}

.pd-odetail-total {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid #e6e9ec;
  font-weight: 700;
}

.pd-odetail-total span {
  font-size: 12.5px;
}

.pd-odetail-total strong {
  font-size: 16px;
}

.pd-odetail-note {
  margin: 0;
  padding: 8px 14px 10px;
  font-size: 10.5px;
  line-height: 1.4;
  color: #9aa3ab;
  border-top: 1px solid #eef0f2;
}

.pd-odetail .is-hidden,
.pd-odetail-row.is-hidden,
.pd-odetail-group.is-hidden {
  display: none;
}

.pd-actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.pd-page .add-cart-btn,
.pd-page #add-cart,
.pd-page .add-cart-btn#add-cart,
.pd-page #request_info,
.pd-page .free-btn#request_info {
  float: none !important;
  margin: 0 !important;
}

.pd-page #add-cart,
.pd-page .add-cart-btn#add-cart {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #c4470c !important;
  color: #fff !important;
  border: 0;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 12px;
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
}

.pd-page #add-cart:hover,
.pd-page #add-cart:focus {
  background: #a13908 !important;
}

.pd-page #request_info,
.pd-page .free-btn#request_info {
  flex: 0 0 auto;
  background: #fff !important;
  color: #204e75 !important;
  border: 1px solid #c9ced3 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 13px 14px;
  float: none;
  width: auto;
  white-space: nowrap;
  margin: 0;
}

.pd-page #request_info:hover,
.pd-page #request_info:focus {
  background: #204e75 !important;
  color: #fff !important;
  border-color: #204e75 !important;
}

.pd-proof {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid #ecd9a8;
  background: #fbf4e2;
  padding: 14px 12px;
}

.pd-proof-icon {
  flex: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0e4c0;
}

.pd-proof-icon svg {
  width: 22px;
  height: 22px;
}

.pd-proof strong,
.pd-page .pd-proof strong,
.pd-proof .artwork-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9a7414;
  margin: 0 0 4px;
  text-align: left;
}

.pd-proof p,
.pd-page .pd-proof p,
.pd-proof .artwork-sub-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #9a7414;
  text-align: left;
}

.pd-proof p b,
.pd-proof p strong {
  display: inline;
  font-size: inherit;
  letter-spacing: 0;
  text-transform: none;
  color: inherit;
}

.pd-assures {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 11.5px;
  font-weight: 700;
  color: #55606a;
}

.pd-assures span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.pd-brief {
  border: 1px solid #dfe4e8;
  background: #fff;
  padding: 14px 16px;
}

.pd-brief .pd-brief-label {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: #8a9199;
  text-transform: uppercase;
}

.pd-brief .pd-brief-item {
  margin: 0 0 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: #26313a;
}

.pd-brief p {
  margin: 0;
  font-size: 13px;
  color: #55606a;
  line-height: 1.5;
}

.pd-brief .pd-brief-item + p {
  margin-top: 4px;
}

.pd-page #imprint-logo .form-group,
.pd-page #imprint-logo .pd-field {
  margin: 0 !important;
}

.pd-file {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px dashed #c9ced3;
  background: #fcfdfe;
  padding: 8px 10px;
}

.pd-file input[type="file"],
.pd-page #imprint-logo input[type="file"].customer_files,
.pd-page .lanyard-qty-file input[type="file"] {
  position: absolute !important;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 0;
  z-index: 2;
}

.pd-file-btn {
  pointer-events: none;
  flex: none;
  background: #eef3f8;
  border: 1px solid #d7e0ea;
  color: #204e75;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  white-space: nowrap;
}

.pd-file-name {
  pointer-events: none;
  font-size: 12.5px;
  color: #8a9199;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pd-info {
  display: block;
}

.pd-desc {
  width: 100%;
}

.pd-details {
  width: 100%;
}

.pd-card {
  border: 1px solid #dfe4e8;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.pd-card-body {
  padding: 18px 18px 20px;
  flex: 1;
}

.pd-copy {
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.65;
  color: #55606a;
}

.pd-copy img {
  max-width: 100%;
  height: auto;
}

.pd-copy h1,
.pd-copy h2,
.pd-copy h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #204e75;
  text-transform: none !important;
}

.pd-spec-grid {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.pd-spec {
  flex: 1 1 0;
  min-width: 0;
  border: 1px solid #eef0f2;
  padding: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.pd-spec-ico {
  flex: none;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef3f8;
  color: #204e75;
}

.pd-spec-label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #8a9199;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.pd-spec-val {
  font-size: 13px;
  font-weight: 700;
  color: #26313a;
  overflow-wrap: anywhere;
}

.pd-facts {
  margin: 0 0 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}

.pd-fact {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  padding: 7px 0;
  border-bottom: 1px solid #eef0f2;
}

.pd-fact dt {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #26313a;
}

.pd-fact dd {
  margin: 0;
  font-size: 12.5px;
  color: #55606a;
}

.pd-acc {
  border: 0;
  background: #f7f9fb;
  margin: 0 0 8px;
}

.pd-acc > summary {
  list-style: none;
  cursor: pointer;
  padding: 11px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #204e75;
  display: flex;
  justify-content: space-between;
}

.pd-acc > summary:hover,
.pd-method > summary:hover {
  background: #eef3f8;
}

.pd-acc > summary::-webkit-details-marker {
  display: none;
}

.pd-acc > summary::after {
  content: "+";
  font-weight: 700;
}

.pd-acc[open] > summary::after {
  content: "−";
}

.pd-acc-body {
  padding: 0 14px 12px;
}

.pd-imprint {
  border: 1px solid #dfe4e8;
}

.pd-imprint-body {
  padding: 16px 18px 20px;
}

.pd-imprint-colors {
  border: 1px solid #eef0f2;
  padding: 14px 15px;
  margin-bottom: 16px;
}

.pd-imprint-colors-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.pd-imprint-colors-head span:first-child {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a9199;
}

.pd-imprint-colors-head span:last-child {
  font-size: 11px;
  color: #9aa3ab;
}

.pd-imprint-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.pd-imprint-swatch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e6e9ec;
  background: #fff;
  padding: 4px 11px 4px 5px;
  font-size: 11.5px;
  font-weight: 400;
  color: #55606a;
  line-height: 1.2;
}

.pd-imprint-swatch i {
  flex: none;
  width: 14px;
  height: 14px;
  border: 1px solid #c9ced3;
  border-radius: 50%;
}

.pd-imprint-sum {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.pd-imprint-sum div {
  border: 1px solid #eef0f2;
  padding: 12px;
}

.pd-imprint-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #8a9199;
}

.pd-method {
  margin: 0 0 8px;
  background: #f7f9fb;
}

.pd-method > summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  font-weight: 700;
  color: #204e75;
}

.pd-method > summary::-webkit-details-marker {
  display: none;
}

.pd-method > summary::after {
  content: "+";
  font-weight: 700;
  margin-left: 4px;
}

.pd-method[open] > summary::after {
  content: "−";
}

.pd-method-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pd-method-meta {
  margin-left: auto;
  font-weight: 400;
  font-size: 12.5px;
  color: #55606a;
  white-space: nowrap;
}

.pd-method-from {
  color: #204e75;
  font-weight: 700;
}

.pd-method-body {
  padding: 8px 14px 14px;
  background: #fff;
  border-top: 1px solid #eef0f2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pd-charge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #f7f9fb;
  border: 1px solid #eef0f2;
  padding: 12px 15px;
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: #204e75;
}

.pd-charge span:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
}

.pd-charge strong {
  font-size: 13px;
  font-weight: 700;
  color: #26313a;
}

.pd-charge em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #9aa3ab;
}

.pd-method-body .pd-copy {
  margin: 4px 0 0;
}

.pd-method-variant {
  border: 1px solid #eef0f2;
  background: #fff;
}

.pd-method-variant-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px 8px;
}

.pd-method-variant-head span:first-child {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
}

.pd-method-variant-head strong {
  font-size: 13px;
  font-weight: 700;
  color: #26313a;
}

.pd-method-variant-head em {
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #9aa3ab;
}

.pd-method-variant-head .pd-method-variant-from {
  font-size: 12.5px;
  font-weight: 700;
  color: #204e75;
  white-space: nowrap;
}

.pd-method-variant .pd-run {
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.pd-run-label {
  margin: 12px 0 6px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a9199;
}

.pd-run {
  display: flex;
  overflow-x: auto;
  border: 1px solid #eef0f2;
  margin: 0 0 10px;
}

.pd-run-cell {
  flex: 1;
  min-width: 70px;
  padding: 8px 6px;
  text-align: center;
  border-right: 1px solid #eef0f2;
}

.pd-run-cell:last-child {
  border-right: 0;
}

.pd-run-qty {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  color: #8a9199;
}

.pd-run-price {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #204e75;
}

.pd-related {
  position: relative;
  background: transparent;
  border: 0;
  padding: 46px 0 40px;
  margin: 8px 0 0;
}

.pd-related::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #f5f5f5;
  z-index: 0;
  pointer-events: none;
}

.pd-related-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
}

.pd-related-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.pd-related h2 {
  margin: 8px 0 0;
  font-size: 25px;
  font-weight: 700;
  color: #204e75;
  text-transform: none !important;
}

.pd-related .pd-cat-label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.pd-cat-sq {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #c4470c;
  flex: none;
}

.pd-related-rule {
  width: 66px;
  height: 3px;
  background: #c4470c;
  margin-top: 10px;
}

.pd-related-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pd-rel {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #dfe4e8;
  height: 100%;
}

.pd-rel:hover {
  border-color: #204e75;
}

.pd-rel-img {
  position: relative;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}

.pd-rel-img img {
  max-width: 100%;
  max-height: 170px;
  object-fit: contain;
}

.pd-rel-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 78, 117, 0.82);
  opacity: 0;
  transition: opacity 160ms ease;
}

.pd-rel:hover .pd-rel-overlay {
  opacity: 1;
}

.pd-rel-overlay span {
  background: #fff;
  color: #204e75;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
}

.pd-rel-body {
  padding: 12px 14px 16px;
}

.pd-rel-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13.5px;
  font-weight: 700;
  color: #204e75;
  min-height: 2.7em;
  margin: 0 0 8px;
}

.pd-rel-price {
  font-size: 13px;
  color: #8a9199;
}

.pd-rel-price strong {
  font-size: 18px;
  color: #f73515;
}

.pd-rel-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #204e75;
  color: #fff !important;
  padding: 28px 22px 26px;
  height: 100%;
  min-height: 292px;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
}

.pd-rel-cta:hover,
.pd-rel-cta:focus {
  background: #163854;
  color: #fff !important;
  text-decoration: none;
}

.pd-rel-cta svg {
  margin: 0 0 16px;
  flex: none;
}

.pd-rel-cta strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #fff;
  max-width: 12.5em;
}

.pd-rel-cta em {
  display: block;
  font-style: normal;
  font-size: 13px;
  font-weight: 400;
  color: #a9c2dc;
  margin: 0 0 22px;
}

.pd-rel-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  background: #c4470c;
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 18px;
}

.pd-rel-shop svg {
  margin: 0;
}

.pd-rel-cta:hover .pd-rel-shop,
.pd-rel-cta:focus .pd-rel-shop {
  background: #a13908;
}

.pd-page .artwork-cover,
.pd-page .lanyard-header,
.pd-page .bestbedgecontitle,
.pd-page .order-sec .order-text,
.pd-page .order-price-text,
.pd-page .add-cart-btn.free-btn-cover,
.pd-page .lanyard-table-header,
.pd-page .also-like .lanyard-table-header {
  /* leftover chrome is replaced by the new blocks */
}

.pd-page a:focus-visible,
.pd-page button:focus-visible,
.pd-page input:focus-visible,
.pd-page select:focus-visible {
  outline: 2px solid #204e75;
  outline-offset: 2px;
}

body #modal-request-info.pd-quote-modal,
body #modal-request-info.request-modal {
  padding: 48px 20px !important;
}

body #modal-request-info .modal-dialog,
body #modal-request-info .modal-dialog.pd-quote-dialog,
.request-modal#modal-request-info .modal-dialog {
  width: 900px !important;
  max-width: min(900px, calc(100vw - 40px)) !important;
  margin: 0 auto !important;
}

body #modal-request-info .modal-content,
body #modal-request-info .quote-modal {
  border-radius: 0 !important;
  border: 1px solid #cfd5da !important;
  overflow: visible;
  box-shadow: none !important;
  padding: 0 !important;
}

body #modal-request-info .custom-header,
body #modal-request-info .modal-header,
body #modal-request-info .modal-header.custom-header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #204e75 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: 0 !important;
  padding: 12px 18px !important;
  position: relative !important;
}

body #modal-request-info .custom-header h1,
body #modal-request-info .custom-header h1#pd-quote-title,
body #modal-request-info .modal-header h1 {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 1.2 !important;
  background: transparent !important;
}

body #modal-request-info .modal-header .close,
body #modal-request-info .custom-header .close {
  position: static !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 28px;
  height: 28px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  opacity: 1 !important;
  font-size: 22px !important;
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
  top: auto !important;
  right: auto !important;
  background: transparent;
}

body #modal-request-info .modal-header .close:hover,
body #modal-request-info .modal-header .close:focus {
  color: #fff !important;
  opacity: 1;
  background: #163854;
}

body #modal-request-info .modal-body {
  padding: 0 !important;
}

body #modal-request-info .pd-quote-grid {
  display: grid !important;
  grid-template-columns: 288px minmax(0, 1fr);
  min-height: 0;
}

body #modal-request-info .pd-quote-sum {
  background: #f7f9fb;
  border-right: 1px solid #dfe4e8;
  padding: 22px 20px;
  max-width: none !important;
  width: auto !important;
}

body #modal-request-info .pd-quote-sum .pd-brief-label {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #8a9199;
}

body #modal-request-info .pd-quote-sum h5 {
  margin: 0 0 14px !important;
  font-size: 15.5px !important;
  font-weight: 700;
  color: #204e75 !important;
  text-align: left !important;
  line-height: 1.3;
}

body #modal-request-info .pd-quote-sum img,
body #modal-request-info .quote-modal img {
  display: block;
  width: 100% !important;
  max-width: 190px !important;
  height: 190px !important;
  object-fit: contain;
  margin: 0 0 14px !important;
  padding: 10px;
  background: #fff;
  border: 1px solid #dfe4e8 !important;
  border-radius: 0 !important;
}

body #modal-request-info .pd-quote-item {
  margin: 0 0 4px;
  font-size: 12.5px;
  font-weight: 700;
  color: #26313a;
}

body #modal-request-info .pd-quote-low {
  margin: 0 0 16px;
  font-size: 13px;
  color: #55606a;
}

body #modal-request-info .pd-quote-low strong,
body #modal-request-info .pd-method-from {
  color: #f73515 !important;
  font-size: 15px;
}

body #modal-request-info .pd-quote-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: #55606a;
}

body #modal-request-info .pd-quote-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 22px 22px 18px;
  max-width: none !important;
  width: auto !important;
}

body #modal-request-info .pd-quote-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px 14px;
}

body #modal-request-info .request-form-group,
body #modal-request-info .form-group,
body #modal-request-info .request-form-group .form-group {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
}

body #modal-request-info .request-form-group label,
body #modal-request-info .pd-quote-fields label,
body #modal-request-info label:not(.close) {
  display: block !important;
  float: none !important;
  width: auto !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #26313a !important;
  margin: 0 0 5px !important;
  padding: 0 !important;
  background: transparent !important;
  line-height: 1.4;
}

body #modal-request-info .help-block {
  margin: 4px 0 0;
  min-height: 0;
}

body #modal-request-info .form-control,
body #modal-request-info input.form-control,
body #modal-request-info textarea.form-control {
  height: 38px !important;
  width: 100% !important;
  border: 1px solid #c9ced3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13.5px !important;
  color: #26313a !important;
  padding: 6px 10px !important;
}

body #modal-request-info textarea.form-control {
  height: auto !important;
  min-height: 88px !important;
  padding: 8px 10px !important;
}

body #modal-request-info .form-control:focus {
  border-color: #204e75 !important;
  box-shadow: 0 0 0 2px #eef3f8 !important;
}

body #modal-request-info .date-picker-group .input-group,
body #modal-request-info .date-picker-group .input-group.date {
  display: block !important;
  width: 100% !important;
  position: relative !important;
}

body #modal-request-info .date-picker-group .form-control {
  padding-right: 40px !important;
}

body #modal-request-info .date-picker-group .input-group-addon {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  height: 38px !important;
  width: 38px !important;
  border: 0 !important;
  background-color: transparent !important;
  background-size: 16px !important;
  z-index: 3;
}

body .datepicker.dropdown-menu {
  z-index: 1060 !important;
}

body #modal-request-info .pd-quote-foot,
body #modal-request-info .modal-footer,
body #modal-request-info .modal-footer.pd-quote-foot {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  background: #f7f9fb !important;
  border-top: 1px solid #dfe4e8 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 14px 18px !important;
  text-align: left !important;
}

body #modal-request-info .pd-quote-lock {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  color: #55606a;
  flex: 1;
}

body #modal-request-info .pd-quote-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

body #modal-request-info .pd-quote-cancel,
body #modal-request-info .pd-quote-cancel.btn {
  background: #fff !important;
  color: #204e75 !important;
  border: 1px solid #c9ced3 !important;
  border-radius: 0 !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 16px !important;
}

body #modal-request-info .pd-quote-cancel:hover,
body #modal-request-info .pd-quote-cancel:focus {
  background: #204e75 !important;
  color: #fff !important;
  border-color: #204e75 !important;
}

body #modal-request-info .btn-orange,
body #modal-request-info button[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  background: #c4470c !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 16px !important;
}

body #modal-request-info .btn-orange:hover,
body #modal-request-info .btn-orange:focus {
  background: #a13908 !important;
}

@media (max-width: 1023px) {
  .pd-split,
  .pd-imprint-sum,
  .pd-spec-grid,
  .pd-facts {
    display: block;
  }

  .pd-gallery,
  .pd-rail,
  .pd-details,
  .pd-imprint {
    grid-column: auto;
    grid-row: auto;
  }

  .pd-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pd-related-head {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .pd-rail,
  .pd-order {
    width: 100%;
    position: static;
  }

  .pd-title h1,
  .pd-page h1#pd-page-title {
    font-size: 24px;
  }

  .pd-page #product-image,
  .pd-page #product-image.img-circle,
  .pd-page #product-image.easyzoom {
    height: 320px !important;
    min-height: 320px !important;
    padding: 16px !important;
  }

  .pd-page #thumbnails {
    height: 320px !important;
  }

  .pd-page #zoom_01,
  .pd-page #product-image img#zoom_01 {
    max-height: 100% !important;
  }

  .pd-rel,
  .pd-card,
  .pd-spec {
    margin-bottom: 14px;
  }
}

@media (max-width: 899px) {
  body #modal-request-info .pd-quote-grid,
  body #modal-request-info .pd-quote-2 {
    display: block !important;
  }

  body #modal-request-info .pd-quote-sum {
    border-right: 0;
    border-bottom: 1px solid #dfe4e8;
  }
}

@media (max-width: 767px) {
  .zoomContainer,
  .zoomLens,
  .zoomWindow {
    display: none !important;
  }

  body #modal-request-info .modal-dialog,
  body #modal-request-info .modal-dialog.pd-quote-dialog,
  .request-modal#modal-request-info .modal-dialog {
    width: calc(100% - 16px) !important;
    max-width: none !important;
    margin: 8px auto !important;
  }

  body #modal-request-info .modal-content {
    max-height: calc(100dvh - 16px);
    overflow: auto;
  }

  body #modal-request-info .pd-quote-grid,
  body #modal-request-info .pd-quote-2 {
    display: block !important;
  }

  body #modal-request-info .pd-quote-sum {
    border-right: 0;
    border-bottom: 1px solid #dfe4e8;
  }

  body #modal-request-info .pd-quote-sum img {
    height: 140px !important;
  }

  body #modal-request-info .pd-quote-foot,
  body #modal-request-info .modal-footer {
    flex-direction: column;
    align-items: stretch;
  }

  body #modal-request-info .pd-quote-actions {
    margin-left: 0;
  }

  body #modal-request-info .pd-quote-actions .btn {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .pd-stage {
    flex-direction: column !important;
  }

  .pd-page #thumbnails,
  .pd-page #thumbnails ul,
  .pd-page #thumbnails ul.thumbelina {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    flex: none !important;
    flex-direction: row !important;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none !important;
  }

  .pd-page #thumbnails li,
  .pd-page #thumbnails a {
    flex: 0 0 72px;
  }

  .pd-page #product-image,
  .pd-page #product-image.img-circle,
  .pd-page #product-image.easyzoom {
    height: 280px !important;
    min-height: 280px !important;
  }

  .pd-actions,
  .pd-pair {
    display: flex;
    flex-direction: column;
  }

  .pd-related-grid {
    grid-template-columns: 1fr;
  }
}

