.gift-product {
  border: 1px solid #eee;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.gift-product .gift-product-content {
  position: relative;
  flex-grow: 1;
}
.gift-product picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.gift-product .content {
  padding: 0 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.gift-product .content h6 {
  font-weight: bold;
  min-height: 36px;
}
.gift-product .content h6 > a {
  color: inherit;
  display: block;
}
.gift-product .content .price-wrap .price {
  font-size: 2rem;
}
.gift-product .content .stock-wrap {
  font-size: 0.8rem;
  font-style: italic;
}
.gift-product .variations-wrapper {
  padding: 0 15px;
}
.gift-product .variations-wrapper .variations-items {
  display: flex;
  flex-wrap: wrap;
}
.gift-product .variations-wrapper .variations-items .variation-item {
  margin: 0 0.25rem;
}
.gift-product .variations-wrapper .variations-items .variation-item:first-child {
  margin-left: 0;
}
.gift-product .variations-wrapper .variations-items .variation-item:last-child {
  margin-right: 0;
}
.gift-product .actions-wrap {
  padding: 0.5rem 15px;
  display: flex;
  flex-direction: column-reverse;
}
.gift-product .actions-wrap .btn.btn-simply {
  margin: 0.5rem auto;
}
.gift-product .actions-wrap .btn-primary {
  display: block;
  width: 100%;
}
.gift-product .content-hover {
  position: absolute;
  z-index: 100;
  opacity: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 1.5rem;
  font-size: 0.8rem;
  overflow: hidden;
  transition: all ease 0.6s;
}
.gift-product:hover .content-hover {
  top: 0;
  opacity: 1;
  transition: all ease 0.6s;
}
.gift-product .btn.btn-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.gift-product .btn.btn-cover:hover {
  background: none;
}
.featured-tags-wrapper {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 50;
}
.featured-tags-wrapper .featured-tags {
  margin: 0;
  padding: 0;
}
.featured-tags-wrapper .featured-tags .featured-tag {
  display: block;
  padding: 0.25rem 0.5rem;
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #fff;
  background: #ccc;
}
.featured-tags-wrapper .featured-tags .featured-tag.fetured-tag-id-468 {
  background: #123456;
}
.featured-tags-wrapper .featured-tags .featured-tag.fetured-tag-id-471 {
  background: #654137;
}
.featured-tags-wrapper .featured-tags .featured-tag.fetured-tag-id-470 {
  background: #785974;
}
.product-page .btn-return-gift {
  margin: 0 auto 2.5rem;
  font-size: 0.9rem;
  text-align: center;
}
.entity-commerce_product-canonical .product-image-wrap {
  position: relative;
}
.entity-commerce_product-canonical .swiper-container-product-image .swiper-slide {
  text-align: center;
}
.entity-commerce_product-canonical .swiper-container-product-image .swiper-slide img {
  display: block;
  margin: auto;
}
.entity-commerce_product-canonical .swiper-container-thumbs {
  margin: 5px 0;
}
.entity-commerce_product-canonical .product-replacement {
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
}
.entity-commerce_product-canonical .price-wrap {
  font-size: 2rem;
}
.entity-commerce_product-canonical .qty-price-wrapper {
  margin: 1rem 0;
}
.entity-commerce_product-canonical .qty-price-wrapper .row {
  align-items: center;
  margin-bottom: 1rem;
}
.entity-commerce_product-canonical .declinations-wrap .declinations {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.entity-commerce_product-canonical .declinations-wrap .declinations a {
  display: block;
  padding: 1px;
  border: 1px solid #000000;
  margin: 0 5px;
}
.entity-commerce_product-canonical .declinations-wrap .declinations a:hover {
  border-color: #333333;
}
.field--name-variations > .field__label {
  display: none;
}
.commerce-order-item-add-to-cart-form .attribute-widgets fieldset {
  display: flex;
  flex-direction: column;
}
.commerce-order-item-add-to-cart-form .attribute-widgets fieldset legend {
  font-weight: 500;
  font-size: 0.9rem;
  margin: 0 0 0.4rem;
}
.commerce-order-item-add-to-cart-form .attribute-widgets fieldset.product--rendered-attribute .form-group {
  margin: 0.15rem 0.15rem 0.15rem 0;
}
.commerce-order-item-add-to-cart-form .attribute-widgets fieldset.product--rendered-attribute .form-group label.option {
  border-radius: 50%;
  padding: 2px;
  border: 2px solid #ddd;
}
.commerce-order-item-add-to-cart-form .attribute-widgets fieldset.product--rendered-attribute .form-group label.option div.color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.commerce-order-item-add-to-cart-form .attribute-widgets fieldset.product--rendered-attribute .form-group input.product--rendered-attribute__selected ~ label.option {
  border-color: #333333;
}
.view-id-gifts_products.view-display-id-page_admin_gift_product .views-table th.col-actions,
.view-id-gifts_products.view-display-id-page_admin_gift_product .views-table td.col-actions {
  width: 170px;
}
@media all and (min-width: 768px) {
  .gift-product .actions-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .gift-product .actions-wrap .btn.btn-simply {
    margin: 0;
  }
}
