.cat-full-width {
  /* Make sure the container is using flex so we can reorder its children */
  /* Image wrapper */
  /* Move the ratings below the image */
  /* Product name comes after ratings */
  /* Optional: rest of the layout */ }
  .cat-full-width .productGrid .product {
    height: -webkit-fill-available; }
  .cat-full-width .actionBar-section {
    display: none; }
  .cat-full-width .card-title {
    text-transform: uppercase; }
  .cat-full-width div[data-test-id="product-set-widget-name"] {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700; }
  .cat-full-width div[data-test-id="product-set-widget-ratings"] {
    margin-bottom: 10px; }
    .cat-full-width div[data-test-id="product-set-widget-ratings"] svg path {
      fill: #be7b42; }
  .cat-full-width div[aria-label][class] {
    display: flex;
    flex-direction: column; }
  .cat-full-width div[aria-label][class] > a[href*="/leather-briefcase-laptop-bag-fp"] {
    order: 1; }
  .cat-full-width div[aria-label][class] > div[data-test-id="product-set-widget-ratings"] {
    order: 2; }
  .cat-full-width div[aria-label][class] > div[data-test-id="product-set-widget-name"] {
    order: 3; }
  .cat-full-width div[aria-label][class] > div[data-test-id="product-set-widget-price"] {
    order: 4; }
  .cat-full-width div[aria-label][class] > div[data-test-id="product-set-widget-brand"] {
    order: 5; }
  .cat-full-width [id*="sd-product-set"] .compare-feature {
    width: -webkit-fill-available !important; }
