.ims-product-data-shortcode {
  margin: 14px 0;
}

.ims-pd-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.ims-pd-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
}

.ims-pd-item {
  background: #fbfdff;
  border: 1px solid #d8e1ea;
     border-radius: 10px;
    padding: 8px 10px;
}
.ims-pd-item-wide {
  grid-column: 1 / -1;
}

.ims-pd-item-format,
.ims-pd-item-country,
.ims-pd-item-released-date {
  grid-column: span 2;
}

.ims-pd-item-media-condition,
.ims-pd-item-sleeve-condition {
  grid-column: span 3;
}

.ims-pd-label {
  color: #4a5c74;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ims-pd-value {
  color: #283547;
  font-size: 16px;
  line-height: 1.4;
  word-break: break-word;
}

.ims-pd-tracks {
  margin-top: 12px;
  background: #fbfdff;
  border: 1px solid #d8e1ea;
  border-radius: 10px;
  padding: 8px 10px;
}

.ims-pd-section-title {
  color: #4a5c74;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ims-pd-track-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 2px;
}

.ims-pd-track-item {
  color: #283547;
  font-size: 16px;
  line-height: 1.35;
  padding: 0;
  margin: 0;
}

.ims-pd-track-link {
  color: #1a5f99;
  text-decoration: none;
  font-weight: 500;
  word-break: break-word;
}

.ims-pd-track-link:hover {
  text-decoration: underline;
}

.ims-pd-track-text {
  color: #283547;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-word;
}

.ims-pd-video-wrap {
  width: 100%;
  max-width: 760px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
  border: 1px solid #d4ddea;
}

.ims-pd-video {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.ims-pd-embed {
  margin-top: 12px;
}

.ims-pd-embed iframe {
  max-width: 100%;
}

@media (max-width: 768px) {
  .ims-pd-grid {
    grid-template-columns: 1fr;
  }

  .ims-pd-item-format,
  .ims-pd-item-country,
  .ims-pd-item-released-date,
  .ims-pd-item-media-condition,
  .ims-pd-item-sleeve-condition {
    grid-column: 1 / -1;
  }
}

.ims-shop-filters-widget {
  display: grid;
  gap: 12px;
  width: 100%;
  min-width: 0;
  --ims-accent: var(--btn-default-bgcolor, var(--wd-primary-color, #2f5fa1));
  --ims-accent-text: var(--btn-default-color, #fff);
}

html.ims-js .ims-shop-filters-widget {
  opacity: 0;
}

html.ims-js .ims-shop-filters-widget.ims-filters-ready {
  opacity: 1;
  transition: opacity 0.14s ease;
}

.ims-shop-filter-row {
  margin: 0;
  width: 100%;
  min-width: 0;
}

.ims-shop-filter-row label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
}

.ims-shop-filter-row select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d3dbe6;
  border-radius: 999px;
  padding: 0 44px 0 14px;
  background-color: #fff;
  color: #000000;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: 0 2px 8px rgba(28, 45, 76, 0.06);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%238A97AB' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.ims-shop-filter-row select:hover {
  border-color: #b8c7da;
  box-shadow: 0 4px 12px rgba(28, 45, 76, 0.1);
}

.ims-shop-filter-row select:focus {
  outline: none;
  border-color: var(--ims-accent);
  box-shadow: 0 0 0 3px rgba(47, 95, 161, 0.14), 0 6px 16px rgba(28, 45, 76, 0.12);
}

.ims-shop-filter-row select option {
  color: #000000;
  background: #fff;
}

.ims-shop-filter-row .select2-container {
  display: block;
 
  min-width: 0 !important;
  box-sizing: border-box;
}



.ims-shop-filter-row .select2-container--default .select2-selection--single {
  min-height: 46px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d3dbe6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(24, 44, 74, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.ims-shop-filter-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000000;
  font-size: 13px;
  line-height: 44px;
  padding-left: 14px;
  padding-right: 44px;
  font-weight: 500;
}

.ims-shop-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 34px;
  height: 44px;
  right: 8px;
}

.ims-shop-filter-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #8a97ab transparent transparent transparent;
  border-width: 6px 5px 0 5px;
  margin-left: -5px;
  margin-top: -2px;
}



.select2-dropdown.ims-shop-select-dropdown,
.ims-shop-select-dropdown .select2-dropdown {
  border: 1px solid #ccd7e5;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(24, 44, 74, 0.12);
  overflow: hidden;
}

.ims-shop-select-dropdown .select2-search--dropdown {
  padding: 10px;
  background: #f5f8fc;
  border-bottom: 1px solid #dbe4f0;
}

.ims-shop-select-dropdown .select2-search--dropdown .select2-search__field {
  min-height: 38px;
  border: 1px solid #c2d1e4;
  border-radius: 9px;
  padding: 0 10px;
  font-size: 14px;
}

.ims-shop-select-dropdown .select2-results__options {
  max-height: 300px;
  padding: 8px;
  scrollbar-width: thin;
  scrollbar-color: #b9c8da #eef3f8;
}

.ims-shop-select-dropdown .select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.ims-shop-select-dropdown .select2-results__options::-webkit-scrollbar-track {
  background: #eef3f8;
  border-radius: 999px;
}

.ims-shop-select-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  background: #c09805;
  border-radius: 8px;
}

.ims-shop-select-dropdown .select2-results__option {
  border-radius: 7px;
  font-size: 15px;
  color: #000000;
  padding: 9px 12px;
  margin-bottom: 2px;
  position: relative;
  transition: background-color 0.14s ease, color 0.14s ease;
}

.ims-shop-select-dropdown .select2-results__option:last-child {
  margin-bottom: 0;
}

.ims-shop-select-dropdown .select2-results__option[aria-selected="true"] {
  background: #c09805;
  color: #ffffff;
  font-weight: 700;
}

.ims-shop-select-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #c09805;
  color: #000000;
}

.ims-shop-select-dropdown .select2-results__option--highlighted[aria-selected="true"] {
  background: #c09805;
  color: #ffffff;
}

.ims-shop-filter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 0;
}

.ims-shop-filter-actions button {


    padding: 5px 14px;
    min-height: 36px;
    font-size: 12px;
    border-radius: var(--btn-default-brd-radius);
    color: var(--btn-default-color);
    box-shadow: var(--btn-default-box-shadow);
    background-color: var(--btn-default-bgcolor);
    text-transform: var(--btn-default-transform, var(--btn-transform, uppercase));
    font-weight: var(--btn-default-font-weight, var(--btn-font-weight, 600));
    font-family: var(--btn-default-font-family, var(--btn-font-family, inherit));
    font-style: var(--btn-default-font-style, var(--btn-font-style, unset));
}


.ims-shop-filter-actions button:hover {
 color: var(--btn-default-color-hover);
    box-shadow: var(--btn-default-box-shadow-hover);
    background-color: var(--btn-default-bgcolor-hover);
}

.ims-shop-filter-actions button:active {
  transform: translateY(0);
  box-shadow: 0 5px 10px rgba(36, 79, 137, 0.24);
}

.ims-shop-filter-actions button:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.95),
    0 0 0 6px rgba(36, 79, 137, 0.35),
    0 8px 16px rgba(36, 79, 137, 0.28);
}

.ims-shop-filter-actions .ims-shop-filter-reset {
  font-size: 15px;
  font-weight: 600;
  color: #4a5c74;
  text-underline-offset: 2px;
  text-decoration: none;
}

.ims-shop-filter-actions .ims-shop-filter-reset:hover {
  color: #244f89;
  text-decoration: underline;
}
