/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/base/ImageItem.vue?vue&type=style&index=0&id=5704f180&lang=css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.image__item{
    width: 100%;
    height: auto;
}
.image__wrapper{
    font-size: 0;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/promo/HoverCarousel.vue?vue&type=style&index=0&id=a00b4c88&lang=postcss&scoped=true ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.hc[data-v-a00b4c88]{
        position: relative;
}
.hc__slides[data-v-a00b4c88]{
        position: relative;
}
.hc__slide[data-v-a00b4c88]{
        visibility: hidden;
        position: relative;
        z-index: 1;
        font-size: 0;
}
.hc__slide.active[data-v-a00b4c88]{
        visibility: visible;
}
.hc__slide[data-v-a00b4c88]:nth-child(n+2){
        position: absolute;
        top: 0;
}
.hc__container[data-v-a00b4c88]{
        width: 75%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
}
.hc__hover-areas[data-v-a00b4c88]{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;    
        z-index: 1;
}
.hc__hover-area[data-v-a00b4c88]{
        flex: 1 1 0px;
        cursor: pointer;
        padding: 2rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        transition: padding ease .3s;
}
.hc__hover-area[data-v-a00b4c88]:hover{
        padding-bottom: 4rem;
}
.hc__hover-area + .hc__hover-area[data-v-a00b4c88]{
        border-left: 1px solid var(--main-default);
}
.hc__hover-area__title[data-v-a00b4c88]{
        display: inline;
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 0.2rem 0;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--text-button);
        background: var(--text-primary);
        box-shadow: 10px 0 0 var(--text-primary), -10px 0 0 var(--text-primary);
        border-radius: 2rem;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/promo/HoverCarousel.vue?vue&type=style&index=1&id=a00b4c88&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.hc__slide img{
        width: 100%;
        height: auto;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/promo/Carousel.vue?vue&type=style&index=1&id=22e5b090&lang=postcss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.btn-next:hover, .btn-prev:hover{
    background: var(--main-secondary-hover);
}
.carousel-indicator.active, .carousel-indicator:hover{
    background-color: var(--main-default);
    opacity: 1;
}
.carousel-item--pointer{
    cursor: pointer;
}
@media only screen and (max-width: 767px){
.line-indicators .carousel-indicators .carousel-indicator:hover{
        background-color: var(--other-secondary);
}
.carousel-indicators{
        bottom: 1rem;
}
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/promo/highlights/Stories.vue?vue&type=style&index=0&id=19801bf3&lang=postcss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.story {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
.story:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 6rem;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0), rgba(0, 0, 0, 0));
    z-index: 9;
}
.story__timeline {
    display: flex;
    flex-grow: 0;
    width: 100%;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}
.story__slice {
    background: rgba(255,255,255,.35);
    height: 4px;
    margin: 10px 2px;
    border-radius: 3px;
    width: 100%;
}
.story__progress {
    background: var(--bg-primary);
    border-radius: 3px;
    height: 4px;
    width: 0%;
}
.story__slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* Take the rest of the page */
    flex-grow: 1; 

    /* Center align */
    display: flex;
    align-items: center;
    justify-content: center;
}
.story__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story__wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.story__content{
    position: absolute;
    width: 100%;
    padding: 1.5rem 1rem;
    color: var(--text-button);
    bottom: 0;
    text-align: left;
}
.story__content--top{
    top: 4rem;
    bottom: auto;
}
.story__content--center{
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.story__content.center{
    text-align: center;
}
.story__content.right{
    text-align: right;
}
.story__content b{
    font-weight: 600;
}
.story__tag{
    display: inline-block;
    padding: .375rem .875rem;
    background: var(--main-default);
    color: var(--text-button);
    margin-bottom: .25rem;
    font-size: 1.125rem;
    line-height: 130%;
    border-radius: 100px;
}
.story__header{
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    white-space: normal;
}
.story__description{
    margin-top: .5rem;
    font-size: 1.125rem;
    line-height: 130%;
}
.story__description h1,
  .story__description h2,
  .story__description h3,
  .story__description h4,
  .story__description h5{
    font-size: 3rem;
    font-weight: 600;
}
.story__description p{
    white-space: normal;
}
.story__previousSlide{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
}
.story__nextSlide{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
}
.stories_highlight_title{
    position: absolute;
    top: 2rem;
    left: 1rem;
    z-index: 22;
    display: inline-block;
    width: 50%;
    text-align: left;
    color: var(--text-button);
}
.stories_highlight_title img{
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
}
.stories_highlight_title span{
    display: inline-block;
    color: var(--text-button);
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}
.story__btn{
    margin-top: 2rem;
}
.story .bgtext{
    display: inline;
    background: var(--text-primary);
    box-shadow: 10px 0 0 var(--text-primary), -10px 0 0 var(--text-primary);
    border-radius: 2rem;
    padding: 0.2rem 0;
    margin: 1rem .625rem;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/promo/highlights/Highlights.vue?vue&type=style&index=0&id=6f08a462&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.highlights *{
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/promo/highlights/Highlights.vue?vue&type=style&index=1&id=6f08a462&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.highlights[data-v-6f08a462]{
    position: fixed;
    top: 0;
    left:0;
    z-index: 9999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    background: rgba(0, 0, 0, .75);
    min-height: 100%;
}
.highlights__content[data-v-6f08a462]{
    cursor: pointer;
    overflow: hidden;
}
.highlights--wide[data-v-6f08a462]{
    overflow: visible;
}
.highlights__scene[data-v-6f08a462]{
    position: relative; 
    display: flex; 
    justify-content: center; 
    perspective: 1000px; 
    width: 100%; 
    height: 100%;
}
.highlights__carousel[data-v-6f08a462]{
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}
.highlights__image-container[data-v-6f08a462]{
    width: 100%;
    height: 100%;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 1rem;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    backface-visibility:         hidden;
}
.highlights__image-container img[data-v-6f08a462]{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.highlights__image-container img[data-v-6f08a462]::selection {
      background: transparent
}
.relative[data-v-6f08a462] {
    position: relative
}
.absolute[data-v-6f08a462] {
    position: absolute
}
.highlights__close[data-v-6f08a462]{
    position: fixed;
    display: block;
    right: 1rem;
    top: 1rem;
}
.highlights__close .icon-delete[data-v-6f08a462]{
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 2.5rem;
    color: var(--text-button);
    font-weight: 900;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 2.5rem;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
.highlights__close .icon-delete[data-v-6f08a462]{
      height: 1.5rem;
      width: 1.5rem;
      font-size: 1.5rem;
}
}


/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/promo/highlights/HighlightsScroll.vue?vue&type=style&index=0&id=fcb08608&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.highlightsScroll[data-v-fcb08608]{
    display: flex;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
.highlightsScroll[data-v-fcb08608]::-webkit-scrollbar{
    display: none;
}
.highlightsScroll__circles[data-v-fcb08608]{
      min-width: 100%;
      text-align: center;
}
.highlightsScroll__item[data-v-fcb08608]{
    display: inline-block;
}
.highlightsScroll__item + .highlightsScroll__item[data-v-fcb08608]{
    margin-left: 2rem;
}
.highlightsScroll__circle[data-v-fcb08608]{
    position:relative;
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    cursor: pointer;
}
.highlightsScroll__circle-static[data-v-fcb08608]{
    height: 6.5rem;
    width: 6.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 3px solid #cd486b;
}
  /* .highlightsScroll__item:first-child .highlightsScroll__circle-static{
    border: 4px solid #48cd62;
  } */
.highlightsScroll__circle-image[data-v-fcb08608]{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%, -50%);
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 100%;
    overflow: hidden;
}
.--small .highlightsScroll__item + .highlightsScroll__item[data-v-fcb08608]{
    margin-left: 1rem;
}
.--small .highlightsScroll__circle[data-v-fcb08608]{
    width: 5.25rem;
    height: 5.25rem;
}
.--small .highlightsScroll__circle-static[data-v-fcb08608]{
    width: 5rem;
    height: 5rem;
}
.--small .highlightsScroll__circle-image[data-v-fcb08608]{
    width: 4.25rem;
    height: 4.25rem;
}
.highlightsScroll__circle img[data-v-fcb08608]{
    height: 100%;
    width: 100%;
}
.highlightsScroll__header[data-v-fcb08608]{
    user-select: none;
    display: inline-block;
    margin-top: .5rem;
    font-size: 1.125rem;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
.highlightsScroll__item + .highlightsScroll__item[data-v-fcb08608]{
      margin-left: .5rem;
}
.highlightsScroll__circle[data-v-fcb08608]{
      width: 4.5rem;
      height: 4.5rem;
}
.highlightsScroll__circle-static[data-v-fcb08608]{
      width: 4.3rem;
      height: 4.3rem;
      border: 3px solid #cd486b;
}
.highlightsScroll__item:first-child .highlightsScroll__circle-static[data-v-fcb08608]:first-child{
      border: 3px solid #48cd62;
}
.highlightsScroll__circle-image[data-v-fcb08608]{
      width: 3.5rem;
      height: 3.5rem;
}
.highlightsScroll__header[data-v-fcb08608]{
      font-size: 0.875rem;
}
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/catalog/ItemsSlider.vue?vue&type=style&index=0&id=4125344b&lang=css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.item-slider{
        margin-bottom: 5rem;
        position: relative;
}
.item-slider .item-slider-description p{
        margin-top: 1.5rem;
        font-size: 1.125rem;
        line-height: 1.625rem;
        color: var(--text-primary);
        width: 50%;
}
.item-slider-header{
        font-size: 28px;
        line-height: 36px;
        color: var(--text-primary);
        text-indent: -3px;
        font-weight: 600;
}
.item-slider-wrapper{
        margin-top: 1.5rem;
}
.item-slider-wrapper .carousel,
    .item-slider-wrapper .carousel .container{
        position: static;
}
.item-slider-wrapper .carousel-item:hover .product-minicard-image{
        background: var(--main-secondary-hover);
}
.product-minicard-image{
        box-sizing: border-box;
}
.item-slider-wrapper,
    .item-slider-wrapper,
    .item-slider-wrapper .carousel,
    .item-slider-wrapper .carousel-slides-wrapper,
    .item-slider-wrapper .carousel-wrapper{
        overflow: visible !important;
}
.item-slider-wrapper .carousel .btn-prev,
    .item-slider-wrapper .carousel .btn-next{
        top: 1.25rem;
        background: var(--main-secondary-default);
        left: inherit;
        color: var(--text-primary);
        padding: 0;
}
.item-slider-wrapper .carousel .btn-prev:hover,
    .item-slider-wrapper .carousel .btn-next:hover{
        background: var(--main-secondary-hover);
}
.item-slider-wrapper .carousel .btn-next{
        right: 0;
}
.item-slider-wrapper .carousel .btn-prev{
        right: 3.5rem;
}
.item-slider-wrapper .carousel .carousel-slides-wrapper{ 
        width: 100% !important;
        max-width: 100% !important;
}
.item-slider .carousel-item{
        padding: 0 .5rem;
}
.item-slider .product-minicard{
        width: 100%;
}
.item-slider-no-title .carousel .btn-prev, .item-slider-no-title .carousel .btn-next{
        top: -1.5rem;
}
@media only screen and (max-width: 767px){
.item-slider .product-minicard:nth-child(n+1){
            margin-left: -7.5px;
}
.item-slider{
            padding: 0;
            margin-bottom: 0;
}
.item-slider-header{
            text-indent: -3px;
            font-size: 1.2rem;
}
.item-slider .carousel-item:first-child .item-slider__item{
            padding-left:0;
}
.item-slider .carousel-item:last-child .item-slider__item{
            padding-right:0;
}
.home-page .carousel-item{
            vertical-align: top;
}
.item-slider .carousel{
            padding-bottom: 3.5rem;
}
.item-slider .item-slider-description p{
            width: 100%;
            font-size: 1rem;
}
.item-slider .carousel-item{
            padding: 0;
}
.item-slider .item-slider-wrapper {
            margin-left: 0;
}
.item-slider .btn-prev,
        .item-slider .btn-next{
            display: none;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/modules/Home/Feed.vue?vue&type=style&index=0&id=f149ea86&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.feed__item{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 80%;
    position: relative;
}
.feed__item + .feed__item{
    margin-top: 2rem;
}
.feed__item--medium{
    padding-top: 90%;
}
.feed__item--long{
    padding-top: 100%;
}
.feed__item .image__wrapper{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.feed__item img{
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: top;
    margin-left: 50%;
    transform: translateX(-50%);
}
.feed__item::before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(70deg, black 20%, transparent 60%, black 100%);
    transition: background ease 0.5s;
    opacity: .5;
}
.feed__item:hover::before{
    background: none;
}
.feed__name{
    position: absolute;
    z-index: 2;
    padding: 1.75rem;
    font-size: 2rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-transform: uppercase;
    line-height: 1.25;
    color: var(--text-button);
    text-align: center;
    width: 100%;
}
.feed__footer{
    text-align: center;
}
.feed__btn-more{
    margin-top: 1.5rem;
    text-transform: uppercase;
}
.feed--mobile .feed__name{
    font-size: 1.5rem;
}
.feed--mobile{
    margin-top: -2rem;
}
.feed--mobile .feed__col{
    margin-top: 2rem;
}


/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/content/faqItem.vue?vue&type=style&index=0&id=27634f5a&lang=postcss&scoped=true ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.faqitem[data-v-27634f5a]{
        position: relative;
        padding: 2rem 0 2rem 3.25rem;
}
.faqitem + .faqitem[data-v-27634f5a]{
        border-top: 1px solid var(--main-secondary-hover);
}
.giftcart__question__title[data-v-27634f5a]{
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        cursor: pointer;
        line-height: 1.875rem;
}
.giftcart__question__text[data-v-27634f5a]{
        margin-top: 1.5rem;
        font-size: 1.25rem;
        line-height: 1.75rem;
        color: var(--text-tertiary);
}
.faqitem__chevron[data-v-27634f5a]{
        position: absolute;
        left: 0;
        font-size: 2.25rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.giftcart__question__title[data-v-27634f5a]{
            font-size: 1.375rem;
            line-height: 1.875rem;
}
.giftcart__question__text[data-v-27634f5a]{
            font-size: 1.25rem;
            line-height: 1.75rem;
}
}
@media only screen and (max-width: 767px){
.giftcart__question__title[data-v-27634f5a]{
            font-size: 1.25rem;
            line-height: 1.75rem;
}
.giftcart__question__text[data-v-27634f5a]{
            font-size: 1rem;
            line-height: 1.5rem;
}
.faqitem[data-v-27634f5a]{
            padding: 1.5rem 0 1.5rem 2.25rem;
}
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-4.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/content/PromoCard.vue?vue&type=style&index=0&id=e5defbae&module=true&lang=css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.L_JN08dY4Xh2HMshoUzw {
        display: block;
        width: 100%;
        border-radius: 1.5rem;
        overflow: hidden;
        position: relative;
        transition: transform 0.3s ease;
}
.L_JN08dY4Xh2HMshoUzw:hover {
        transform: scale(1.02);
}
.H2OyES8LJXkBwgmY8DbS {
        width: 100%;
        border-radius: 1.5rem;
        overflow: hidden;
}
.H2OyES8LJXkBwgmY8DbS img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: filter 0.3s ease;
}
.L_JN08dY4Xh2HMshoUzw:hover .H2OyES8LJXkBwgmY8DbS img {
        filter: brightness(1.1);
}
.rWHj09YAiLV5JdRzhJWM {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
}
.EjrujWbHN8jrxxJ3t_3b {
        flex: 1;
}
.i2216nMRnhQk4qHsaGn5 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 4px;
        transition: transform 0.3s ease;
}
.MBwNw6G7QibGoKIJe8TW {
        font-size: 0.875rem;
        transition: transform 0.3s ease;
}
.L_JN08dY4Xh2HMshoUzw:hover .i2216nMRnhQk4qHsaGn5,
    .L_JN08dY4Xh2HMshoUzw:hover .MBwNw6G7QibGoKIJe8TW {
        transform: scale(1.05);
}
.vvgw6Pjh1YAhzFR7307l {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        flex-shrink: 0;
        transition: all 0.3s ease;
}
.L_JN08dY4Xh2HMshoUzw:hover .vvgw6Pjh1YAhzFR7307l {
        transform: scale(1.1);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/blog/PostCard.vue?vue&type=style&index=0&id=468de15d&lang=css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.post-item {
        display: block;
        cursor: pointer;
        background-color: var(--bg-primary);
        border-radius: 15px;
        transition: all 0.3s ease;
        overflow: hidden;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.post-item:hover {
        transform: translateY(-5px);
}
.post-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        transition: all 0.5s ease;
}
.post-item:hover img {
        transform: scale(1.1);
}
.post-item .content {
        padding: 20px;
}
.post-item .tag {
        display: inline-block;
        padding: 5px 10px;
        background-color: var(--bg-secondary);
        color: var(--text-tertiary);
        border-radius: 20px;
        font-size: 0.8em;
        margin-bottom: 10px;
}
.post-item .tag + .tag{
        margin-left: .5rem;
}
.post-item .title {
        color: var(--text-primary);
        font-size: 1.5em;
        font-weight: bold;
        margin-bottom: 10px;
}
.post-item .description {
        font-size: 1em;
        color: var(--text-primary);
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-5.use[1]!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./lib/webpack/CustomMetadataLoader.js??ruleSet[0].use[1]!./src/components/content/VideoItem.vue?vue&type=style&index=0&id=1d71e818&lang=css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

.video-item {
    width: 100%;
    max-width: 100%;
}
.video-item video {
    display: block;
    width: 100%;
    height: auto;
}

