.home {
    background: #fffaf4;
}
#home-page {
    overflow: hidden;
}
.mobile-subject {
    display: block;
    position: absolute;
    bottom: 0;
}
.desktop-subject {
    display: none;
}
#top {
    color: #2d2926;
    padding-top: 1rem;
    text-align: center;
    background: linear-gradient(215deg, #fdf7ef 8.79%, #efd4bc 90.43%);
    background-size: cover;
    background-position-y: 80%;
    height: 429px;
    position: relative;
}
.hero-wrapper {
    z-index: 1;
    position: relative;
}
.hero-wrapper h1 {
    font-family: sans-serif;
    font-size: 40px;
    font-weight: 500;
    position: relative;
    line-height: 1;
    letter-spacing: -.5px;
}
.hero-wrapper h1 strong {
    display: block;
    font-family: sans-serif;
    padding-top: .25rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: .9;
}
.hero-wrapper h1 em {
    line-height: 1;
}
.hero-revamp__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.hero-revamp__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.btn-shop-top, .btn-learn-more {
    color: rgb(255, 255, 255);
    background-color: #c41423;
    align-items: center;
    display: flex;
    justify-content: center;
    background-position: right bottom;
    background-size: 200% 100%;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
    padding: 0px 1rem;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-shop-top {
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    width: min(300px, 100%);
}
.btn-learn-more {
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    width: 100%;
    margin: 15px auto 0;
    max-width: 86%;
}
.btn-shop-top:hover, .btn-learn-more:hover {
    color: #fff;
}
.quick-add-btn {
    background: transparent;
    border: none;
    text-decoration: underline;
    font-weight: 700;
    margin: 12px auto;
    display: block;
    font-size: 16px;
}
.product-hpCartReviews {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    line-height: 15px;
}
.product-custom_text_hp_product_cart {
    font-family: sans-serif;
    font-size: 18px;
    margin: 20px 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.25;
    height: calc(0.65em * 2);
    word-break: break-word;
}
@media (min-width: 1025px) {
    #top {
        height: 450px;
        background: linear-gradient(86deg, #fef7ef -.59%, #efd5bd 94.48%);
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .desktop-subject-wrapper {
        display: block;
        min-width: 1260px;
        margin: 0 auto;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .desktop-subject {
        display: block;
        position: absolute;
        bottom: 0;
        right: -165px;
        height: 450px;
    }
    .mobile-subject {
        display: none;
    }
    .hero-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 1260px;
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .hero-wrapper h1 {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        font-size: 55px;
        justify-content: center;
    }
    .hero-wrapper h1 em {
        transform: translateY(2px);
        padding-top: 5px;
    }
    .hero-revamp__button {
        width: 300px;
        height: 50px;
        font-size: 26px;
        margin: 15px 0 0;
    }
    .hero-revamp__button {
        width: 300px;
        height: 50px;
        font-size: 26px;
        margin: 15px 0 0;
    }
    .btn-shop-top {
        transition: all .3s ease-in-out;
    }
}
/*section bundle and product*/
#quick-add-modal { position:fixed; top:0; left:0; width:100%; height:100%; display:none; z-index:9999; }
#quick-add-modal .modal-overlay { position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); }
#quick-add-modal .modal-content { position:relative; max-width:450px; margin:50px auto; background:#fff; padding:20px 0 5px; z-index:10; border-radius:6px; }
#quick-add-modal .close-modal { position:absolute; top:10px; right:15px; font-size:24px; }
.quick-add-modal .quick-add-radio { margin-bottom:10px;font-weight: 600;font-size: 16px;}
.quick-add-modal label { margin-left:5px; cursor:pointer; display:inline-block; }
.quick-add-modal button {
    width: 100%;
    padding: 10px;
    max-width: 280px;
    margin: 20px auto 0;
    display: block;
    background: #c41423;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.quick-add-modal {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    text-align: left;
}
.quick-add-modal h3 {
    margin-bottom: 15px;
    font-size: 1.4em;
    text-align: center;
    font-weight: 600;
}
.quick-add-radio {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid #cfc8d8;
    border-radius: 6px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background 0.2s;
}
.quick-add-radio:hover {
    background: #e9ecef;
}
.quick-add-radio .variation-thumb {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 4px;
}
.quick-add-radio input[type="radio"] {
    margin-right: 10px;
}
.quick-add-radio label {
    display: flex;
    align-items: center;
    gap: 5px; /* разстояние между име и цена */
    font-size: 0.95em;
}
.quick-add-radio label del {
    color: #999;
    margin-right: 5px;
}

.quick-add-to-cart-btn,
.quick-add-form .button.alt {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #007cba;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 1em;
    margin-top: 10px;
    transition: background 0.2s;
}
.quick-add-to-cart-btn:hover,
.quick-add-form .button.alt:hover {
    background: #d11525;
}
#quick-add-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    overflow-y: auto;
}
#quick-add-modal .modal-body {
    margin: 0 15px;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    position: relative;
}
#quick-add-modal .close-modal {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.5em;
    cursor: pointer;
}
.quick-add-radio p {
    padding: 5px;
}
.quick-add-radio .woocommerce-Price-amount.amount {
    font-weight: 600;
    font-size: 16px;
}
.product-item {
    cursor: pointer;
    background: #fff;
    padding-bottom: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-item a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.section-products-shop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1260px;
    margin: 40px auto;
}
.products-title h3{
    text-align: center;
    color: #333;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 25px;
}
.products-grid {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.product.type-product {
    width: 33%;
    list-style: none;
}
#products-normal .row {
    justify-content: center;
}
.product-thumb {
    background: #f7f1e8;
    justify-content: center;
    display: flex;
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}
.product-category {
    background-color: #e8d8c2;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 800;
    padding: 3px 6px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    left: 15px;
    color: #333;
}
.product-thumb img {
    margin: auto;
}
.product-title {
    font-weight: 800;
    padding-top: 6px;
    width: 100%;
    line-height: 30px;

}
#products-normal .product-item .product-content {
    padding: 0 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#products-normal .product-info .price {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    justify-content: flex-end;
}
#products-normal .product-info .price bdi {
    color: #c41423;
}
.col-md-3.col-sm-6.col-12 {
  display: flex;
}
#products-normal .product-info .price span:nth-of-type(3) bdi {
    text-decoration: line-through;
    opacity: 0.7;
    text-decoration: line-through;
    text-decoration-color: #333;
    text-decoration-thickness: 2px;
    color: #333;
}
.product-item .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.25;
  height: calc(1.45em * 2);
  margin: 0 0 0.5rem;
  word-break: break-word;
}
#products-bundles .row {
    margin: 0;
    align-items: center;
    justify-content: center;
}
#products-bundles .product-item {
    border-radius: 10px;
}
#products-bundles .product-item:hover {
    border: 1px solid #333;
}
#products-bundles .product-thumb img {
    border-radius: 10px 10px 0 0;
}
#products-bundles .product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#products-bundles .product-content {
    margin: 0 15px;
}
#products-bundles .product-info .product-meta .price {
    color: #333;
    font-size: 16px;
    font-weight: 800;
    display: flex;
}
#products-bundles  del .woocommerce-Price-amount.amount bdi {
    text-decoration: line-through;
    text-decoration-color: #333;
    text-decoration-thickness: 2px;
    margin-right: 10px;
    opacity: 0.7;
}
#products-bundles ins .woocommerce-Price-amount.amount bdi {
    color: #c41423;
}
.blog-arrow.product-arrow {
    color: #c41423;
    border-color: #c41423;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 23px;
}
.blog-arrow.product-arrow:hover {
    color: #fff;
    background: #c41423;
}
@media (min-width: 768px) {
    .products-title h3{
        font-size: 36px;
        line-height: 40px;
    }
    #products-bundles .row .col-md-4 {
        padding: 0;
    }
    #products-bundles .row {
        gap: 20px;
        flex-wrap: nowrap;
    }
    #products-bundles {
        padding: 0 45px;
    }
}
@media (min-width: 1025px) {
    .product-category {
        border-radius: 3px;
        font-size: 14px;
        padding: 4px 10px;
        top: 15px;
    }
    .product-item .product-title {
        font-size: 20px;
    }
    #products-normal .product-info .price {
        font-size: 18px;
    }
}
/*section company-reviews*/
.logo-and-text-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.homepage-press-animated__divider {
    height: 32px;
    background-color: #2d2926;
    width: 2px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
}
.homepage-press-animated__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.5px;
}
/* mobile slider */
@media (max-width: 1025px) {
  #section-template__company-reviews .press-section {
    position: relative;
    overflow: hidden;
    height: 85px;
    padding: 15px;
  }
  .logo-and-text-box .press-section-image {
      max-width: 50%;
  }  
  #section-template__company-reviews .logo-and-text-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 520px;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s cubic-bezier(.17,.55,.55,1);
    text-align: center;
  }

  #section-template__company-reviews .logo-and-text-box.visible {
    opacity: 1;
    pointer-events: auto;
  }
}

/*Start happy-customers section css*/
.home-customers {
    min-height: 676px;
    overflow: hidden;
    padding: 0 8px 36px;
    position: relative
}

@media (min-width: 768px) {
    .home-customers {
        min-height:607px;
        padding: 0 8px
    }
}

.happy-customers-slider-2 {
    position: relative;
    overflow: hidden;
}
.happy-customers-card_box {
    background-color: #dcdcdc;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
}
.happy-customers-card_box:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.happy-customers-card-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 12px 8px;
    position: relative;
    width: 100%;
    z-index: 1
}
.happy-customers-card .nav-btn {
    border: none;
    background: transparent;
}
@media (min-width: 768px) {
    .happy-customers-card-wrapper {
        left:50%;
        margin: 0;
        max-width: 588px;
        padding: 0;
        position: absolute;
        top: 16px;
        transform: translateX(-50%)
    }
}

@media (min-width: 1024px) {
    .happy-customers-card-wrapper {
        top:22px
    }
}

.happy-customers-card-bg-col {
    max-width: 96px;
    padding: 0;
}

@media (min-width: 768px) {
    .happy-customers-card-bg-col {
        flex:0 0 176px;
        max-width: 176px
    }
}

.happy-customers-card__mobile-mask {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 100vw
}

.happy-customers-card {
    background: #fff;
    border-radius: 10px;
    min-height: 236px;
    padding: 32px 16px;
    position: relative;
    width: 100%
}

@media (min-width: 768px) {
    .happy-customers-card {
        max-width:588px;
        min-height: 412px;
        padding: 56px 40px 40px
    }
}

.happy-customers-card h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    text-align: center
}

@media (min-width: 768px) {
    .happy-customers-card h3 {
        font-size:48px;
        font-weight: 900;
        line-height: 52px
    }
}

.happy-customers-card .row {
    margin-top: 16px;
    justify-content: center;
}

@media (min-width: 768px) {
    .happy-customers-card .row {
        margin-top:32px;
        min-height: 180px
    }
}

.happy-customers-card .sv-review-stars {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 8px
}

@media (min-width: 768px) {
    .happy-customers-card .sv-review-stars {
        justify-content:flex-start
    }
}

.happy-customers-card .sv-review-stars img {
    height: 16px;
    width: 16px
}

.happy-customers-card__name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px
}

@media (min-width: 768px) {
    .happy-customers-card__name {
        margin-top:16px
    }
}

.happy-customer-btn:disabled {
    opacity: .5
}

.happy-customer-btn img {
    width: 30px
}

.happy-customers-card__title {
    display: -webkit-box;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
    margin-top: 12px;
    padding: 0;
}

@media (min-width: 768px) {
    .happy-customers-card__title {
        margin-top:0
    }
}

.happy-customers-card__text {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px
}

@media (min-width: 768px) {
    .happy-customers-card__text {
        line-height:24px
    }
}

.happy-customers-card__bg:before {
    content: "";
    display: block;
}

.happy-main {
    display: flex;
    left: -32px;
    margin-top: -4px;
    overflow: hidden;
    position: relative;
    width: calc(100% + 112px);
}

.happy-main.second-half {
    left: -64px;
    width: calc(100% + 112px)
}

.happy-container {
    font-size: 0;
    line-height: normal;
    max-height: 190px;
    overflow: hidden
}

@media (min-width: 768px) {
    .happy-container {
        max-height:612px
    }
}

@media (min-width: 2440px) {
    .happy-container {
        max-height:524px
    }
}

.happy-container:before {
    content: "";
    float: left;
    height: 99%;
    shape-outside: repeating-linear-gradient(transparent 0 108.992px,#000 0 111.992px);
    width: 32px
}

@media (min-width: 768px) {
    .happy-container:before {
        shape-outside:repeating-linear-gradient(transparent 0 150.56px,#000 0 153.56px);
        width: 44px;
    }
}

.happy-container button {
    background-color: #949494;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    display: inline-block;
    font-size: medium;
    height: 56px;
    margin: 4px;
    opacity: .3;
    position: relative;
    transition: opacity .3s;
    width: 56px
}

@media (min-width: 768px) {
    .happy-container button {
        height:80px;
        width: 80px
    }
}

.happy-container button:hover {
    opacity: 1
}

.happy-container button:before {
    border: 2px solid transparent;
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.happy-container button.happy-btn--active {
    opacity: 1
}

.happy-container button.happy-btn--active:before {
    border-color: #333
}
/*end happy-customers section css*/
/*start section guarantee*/
#guarantee {
    background: transparent;
}
.landing-guarantee-new-card {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 24px 8px;
}
.landing-guarantee {
    background-color: #ccdbbb;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-top: 24px;
    position: relative;
    width: 100%;
}
.landing-guarantee:before {
    content: "";
    display: block;
    padding-bottom: 83.3333333333%;
}
.landing-guarantee-new {
    padding: 0 8px;
    text-align: center;
}
.landing-guarantee-new h3 {
    color: #333;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
}
.landing-guarantee-icons {
    justify-content: center;
    margin-top: 16px;
}
.landing-guarantee-icon {
    flex: 0 0 104px;
    max-width: 104px;
    padding: 0 12px;
    text-align: center;
}
.landing-guarantee-icons img {
    width: 32px;
}
.landing-guarantee-icons p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 2px;
    color: #000;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.landing-guarantee-new-content-col h4 {
    font-weight: bold;
    line-height: 25px;
}
#guarantee .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
}
@media (min-width: 576px) {
    .landing-guarantee-new-card {
        padding: 24px 16px;
    }
    #guarantee .container {
        max-width: 560px;
    }
}
@media (min-width: 768px) {
    .landing-guarantee:before {
        padding-bottom: 80.1526717557%;
    }
    .landing-guarantee-new {
        background-color: #efefe9;
        padding: 80px 0;
    }
    .landing-guarantee-icons {
        justify-content: flex-start;
    }
    .landing-guarantee-icon {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 8px;
    }
    .landing-guarantee-icons p {
        font-weight: 700;
        margin-top: 0;
    }
    .landing-guarantee-new-card {
        background-color: transparent;
        border-radius: 0;
        padding: 0;
    }
    .landing-guarantee-new h3 {
        font-size: 56px;
        line-height: 60px;
    }
    #guarantee .container {
        max-width: 720px;
    }
}
@media (min-width: 1024px) {
    .landing-guarantee-new {
        padding: 120px 0;
        text-align: left;
    }
    .landing-guarantee-new-content-col--right {
        padding-right: 40px;
    }
    .landing-guarantee-new h3 {
        text-align: left;
    }
    .landing-guarantee-icons {
        margin: 32px -12px 0;
    }
    .landing-guarantee-icon {
        align-items: center;
        display: flex;
        flex: 0 0 148px;
        max-width: 148px;
        padding: 0 12px;
        text-align: left;
    }
    .landing-guarantee-icons img {
        margin-right: 8px;
    }
    #guarantee .container {
        max-width: 992px;
    }
}
@media (min-width: 1440px) {
    #guarantee .container {
        max-width: 1296px;
    }
}
@media (max-width: 767px) {
    .landing-guarantee-new-content-col {
        margin-top: 15px;
    }
}
@media (max-width: 576px) {
    .landing-guarantee-new-card {
        margin: 30px 0;
    }
}
/*end guarantee section css*/
/* css blog section hp */
#blog {
    margin-bottom: 45px;
}
.blog-section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 42px;
    margin-bottom: 25px;
    width: 90%;
    margin: 20px auto;
}
.blog-thumb {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    max-height: 198px;
}
.blog-content {
    margin-top: 15px;
    padding: 0 15px;
}

.blog-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 28px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-meta {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    font-family: sans-serif;
    padding: 4px 0 0;
}

.blog-info {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 25px;
    margin-bottom: 15px;
}
.blog-arrow:hover {
    background: #000;
}
.blog-item {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 12px;
    max-width: 328px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    margin: 0 auto 20px;
}

.blog-item:hover {
    border: 1px solid #333;
}

.blog-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 21px;
    border-radius: 50%;
    background: transparent;
    color: #c41423;
    border: 1px solid #c41423;
    text-align: center;
    font-size: 20px;
    transition: all 0.3s ease;
    font-family: cursive;
    padding-left: 2px;
}

.blog-item:hover .blog-arrow {
    background: #c41423;
    color: #fff;
}
.blog-btn-read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-weight: 600;
    width: 170px;
    margin: 15px auto;
    text-decoration: underline;
}
.blog-btn-read-more:hover {
    color: #c41423;;
}
#blog .container {
    width: 100%;
}
.blog-title {
   font-size: 24px;
}

@media (min-width: 768px) {
    .blog-section-title {
        font-size: 48px;
        line-height: 56px;
    }
    #blog .row .col-md-4 {
        padding: 0 5px;
    }
}
/*end css blog section */

@media (max-width: 1198px) and (min-width: 992px) {
  .product-custom_text_hp_product_cart {
        margin: 10px 0 0px;
        height: calc(1.35em * 2);
  }
}
@media(max-width: 992px) and (min-width: 768px) {
    .product-item .product-title {
        height: calc(1.45em * 3);
        font-size: 16px;
    }
    .product-custom_text_hp_product_cart {
        height: calc(1.35em * 2);
        font-size: 14px;
    margin: 0;
    }
}
@media (max-width: 992px) {
    .blog-title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 896px) {
    .btn-learn-more {
       font-size: 16px;
    }
    .blog-content {
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .section-products-shop {
        max-width: 90%;
        margin-bottom: 0;
    }
    #products-normal .row {
        justify-content: flex-start;
    }
    .product-item {
        margin-bottom: 30px;
    }
}
/*style mobile-produkt-shop-index*/
/*style for col-6
@media (max-width: 499px) {
    .product-hpCartReviews {
        padding-left: 10px;
        font-size: 12px;
        line-height: 12px;
    }
    #products-normal .product-item .product-content {
        padding: 0 10px;
    }
    .product-item .product-title {
        height: calc(1.45em * 3);
        font-size: 16px;
        margin-bottom: 0;
    }
    .product-custom_text_hp_product_cart {
        font-size: 14px;
        height: calc(1.65em * 2);
        font-size: 14px;
        margin: 10px 0 0;
    }
    .btn-learn-more {
        font-size: 14px;
        height: 30px;
    }
    .quick-add-btn {
        font-size: 14px;
        margin: 8px auto;
    }
    #products-normal .product-info .price {
        justify-content: center;
    }
    .section-products-shop {
        margin: 20px auto;
    }
    .product-category {
        left: 10px;
    }
}
*/
@media (max-width: 499px) {
    .product-custom_text_hp_product_cart {
        margin: 0 0 8px;
    }
    #products-normal .product-info .price {
        font-size: 18px;
    }
    .product-item .product-title {
        font-size: 20px;
    }
    .product-hpCartReviews {
        font-size: 16px;
    }
}
/*end only product section*/
@media (max-widht: 320px) { 
    .products-title h3 {
        font-size: 26px;
    }
    .hero-wrapper h1 {
        font-size: 36px;
    }
}