

/* FILE: print.css */
.site-header,
.breadcrumbs,
.product__right-side,
.growing-instructions .print,
.recipe-directions .print,
.u-bottom-divider,
.product-grid,
.newsletter,
.footer {
  display: none !important; }

.item__description a,
.tabs-content a,
.product__right-side p a,
.growing-instructions a,
.item__ingredients a,
.item__directions a,
.category-description-bottom a,
.text-content-area a {
  text-decoration: none;
  border: none; }

.growing-instructions {
  display: block; }

.product__left-side {
  width: 100% !important; }

.product .carousel {
  max-width: none !important; }
  .product .carousel .carousel__item img {
    display: none !important; }

