.product-items .product-item .product-item-details .product-item-name {
  width: 90%;
}
.product-items .product-item .product-item-details .size {
  width: 90%;
  padding: 10px 10px;
}
.product-items .product-item .product-item-details .product-item-inner .actions-primary .action.primary {
  width: 80%;
}
.widget.block-products-list.grid .product-items.widget-product-grid .product-item {
  flex: 0 0 50%;
}
.intentionally-blank {
  display: none;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .wrapper.type-length .control,
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .wrapper.type-width .control {
  grid-template-columns: 85% auto;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .wrapper.type-length .control span.info,
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .wrapper.type-width .control span.info {
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.column.main {
  grid-template-columns: 1fr;
}
.feefo-reviews {
  grid-template-columns: 1fr;
}
.fotorama-item[data-gallery-role="gallery"] .fotorama__nav__shaft .fotorama__nav__frame {
  border: none;
}
.fotorama-item[data-gallery-role="gallery"] .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
  border-color: var(--colour-1);
}
.fotorama__nav-wrap .fotorama__active .fotorama__dot {
  background-color: var(--colour-1);
  border-color: var(--colour-1);
}
.usp-wrapper.hori [data-content-type="column-line"] {
  display: grid;
  grid-template-columns: 1fr;
}
.tabs-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tabs-wrapper .tab-title {
  margin-bottom: 2ch;
}
.product-items .product-item .product-item-details .product-item-name {
  width: 90%;
}
.product-items .product-item .product-item-details .size {
  width: 90%;
  padding: 10px 10px;
}
.product-items .product-item .product-item-details .product-item-inner .actions-primary .action.primary {
  width: 80%;
}
