/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/aagarage/templates/_core.scss,
** then run script/activate-theme aagarage
*/
/* line 2, ../../../../../usr/local/rvm/gems/ruby-3.3.1@canyonero7/gems/neat-1.6.0/app/assets/stylesheets/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme aagarage
** at Thu May 28 07:33:21 PM UTC 2026 on homer07
*/
/* line 9, app/assets/stylesheets/compare_items.scss */
.compare-items .pic {
  margin: 0 auto;
  max-width: 300px;
}

/* line 13, app/assets/stylesheets/compare_items.scss */
.compare-items img {
  width: 100%;
  padding: 0.2rem;
}

/* line 17, app/assets/stylesheets/compare_items.scss */
.compare-items .title {
  min-height: 3rem;
  text-align: center;
}

/* line 21, app/assets/stylesheets/compare_items.scss */
.compare-items th, .compare-items td {
  padding: 0.5rem;
}

/* line 24, app/assets/stylesheets/compare_items.scss */
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  min-width: 400px;
}

/* line 31, app/assets/stylesheets/compare_items.scss */
table td {
  border-left: 1px solid #ddd;
}

/* line 34, app/assets/stylesheets/compare_items.scss */
table th {
  border: none;
}

/* line 40, app/assets/stylesheets/compare_items.scss */
table tbody th {
  width: 100px !important;
}

/* line 43, app/assets/stylesheets/compare_items.scss */
table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

/* line 49, app/assets/stylesheets/compare_items.scss */
table .offers-row td {
  color: #A0171E;
  font-weight: bold;
}

/* line 55, app/assets/stylesheets/compare_items.scss */
.product-grid .grid-item .inner {
  border-bottom: none;
}

/* line 59, app/assets/stylesheets/compare_items.scss */
.more-details {
  margin: 1rem;
  text-align: center;
}

/* line 64, app/assets/stylesheets/compare_items.scss */
.progress-bar-indication {
  margin: 0.5rem 0;
}

/* line 68, app/assets/stylesheets/compare_items.scss */
.restore-removed a {
  display: block;
  text-align: center;
  border: 1px solid #DDD;
  box-shadow: 0 0 1px #ddd;
  border-radius: 5rem;
  background: #f6f6f6;
  padding: 0.5rem;
  cursor: pointer;
  transition: box-shadow 0.5s ease-in-out;
  text-transform: capitalize;
}

/* line 79, app/assets/stylesheets/compare_items.scss */
.restore-removed a:hover {
  box-shadow: 0 2px 1px #ddd;
}
