# ultimate-store-kit/2.0.2/assets/css/usk-featured-box.css

Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder, version 2.0.2. 106 lines.

- Page: https://pluginprobe.com/plugins/ultimate-store-kit/2.0.2/code/assets/css/usk-featured-box.css
- Raw: https://pluginprobe.com/plugins/ultimate-store-kit/2.0.2/raw/assets/css/usk-featured-box.css
- Modified: 2024-08-19T07:13:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ultimate-store-kit/2.0.2/code/assets/css/usk-featured-box.css#L10-L20`.

```css
.usk-featured-box:hover .usk-image-wrap {
  transform: scale(1.1);
}
.usk-featured-box .usk-item {
  position: relative;
  overflow: hidden;
}
.usk-featured-box .usk-image-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}
.usk-featured-box .usk-content {
  position: absolute;
  padding: 40px;
  left: 0;
  right: 0;
}
.usk-featured-box .usk-meta {
  color: #2B2D42;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.usk-featured-box .usk-meta:hover,
.usk-featured-box .usk-title a:hover {
  color: #D90429;
}
.usk-featured-box .usk-title {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
.usk-featured-box .usk-title a {
  color: #2B2D42;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.usk-featured-box .usk-text {
  font-size: 16px;
  color: #2B2D42;
  margin-bottom: 20px;
}
.usk-featured-box .usk-text p {
  margin: 0;
}
.usk-featured-box .usk-link-btn a {
  position: relative;
  overflow: hidden;
  padding: 10px 35px;
  border-radius: 40px;
  display: inline-block;
  color: #D90429;
  text-decoration: none;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.usk-featured-box .usk-link-btn a span {
  position: relative;
  z-index: 1;
}
.usk-featured-box .usk-link-btn a:hover {
  color: #fff;
}
.usk-featured-box .usk-link-btn a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #D90429;
  transition: all 0.3s ease-in-out;
}
.usk-featured-box .usk-link-btn a:hover::before {
  width: 100%;
}
.usk-featured-box.usk-fb-content-position-top .usk-content {
  top: 0;
}
.usk-featured-box.usk-fb-content-position-center .usk-content {
  top: 50%;
  transform: translateY(-50%);
}
.usk-featured-box.usk-fb-content-position-bottom .usk-content {
  bottom: 0;
}

.usk-featured-box-wrapper-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
```
