/** Shopify CDN: Minification failed

Line 366:10 Expected ":"

**/
/** Shopify CDN: Minification failed

Line 361:10 Expected ":"

**/
@font-face {
    font-family: 'Manrope';
    src: url('/cdn/shop/files/Manrope-SemiBold.eot?v=1723369833');
    src: url('/cdn/shop/files/Manrope-SemiBold.eot?v=1723369833?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Manrope-SemiBold.woff2?v=1723369832') format('woff2'),
        url('/cdn/shop/files/Manrope-SemiBold.woff?v=1723369832') format('woff'),
        url('/cdn/shop/files/Manrope-SemiBold.ttf?v=1723369833') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/cdn/shop/files/Manrope-Bold.eot?v=1723369832');
    src: url('/cdn/shop/files/Manrope-Bold.eot?v=1723369832?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Manrope-Bold.woff2?v=1723369832') format('woff2'),
        url('/cdn/shop/files/Manrope-Bold.woff?v=1723369832') format('woff'),
        url('/cdn/shop/files/Manrope-Bold.ttf?v=1723369833') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/cdn/shop/files/Manrope-Regular.eot?v=1723369833');
    src: url('/cdn/shop/files/Manrope-Regular.eot?v=1723369833?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Manrope-Regular.woff2?v=1723369832') format('woff2'),
        url('/cdn/shop/files/Manrope-Regular.woff?v=1723369832') format('woff'),
        url('/cdn/shop/files/Manrope-Regular.ttf?v=1723369833') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/cdn/shop/files/Manrope-Light.eot?v=1723369833');
    src: url('/cdn/shop/files/Manrope-Light.eot?v=1723369833?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Manrope-Light.woff2?v=1723369832') format('woff2'),
        url('/cdn/shop/files/Manrope-Light.woff?v=1723369832') format('woff'),
        url('/cdn/shop/files/Manrope-Light.ttf?v=1723369833') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/cdn/shop/files/Manrope-Medium.eot?v=1723369833');
    src: url('/cdn/shop/files/Manrope-Medium.eot?v=1723369833?#iefix') format('embedded-opentype'),
        url('/cdn/shop/files/Manrope-Medium.woff2?v=1723369832') format('woff2'),
        url('/cdn/shop/files/Manrope-Medium.woff?v=1723369832') format('woff'),
        url('/cdn/shop/files/Manrope-Medium.ttf?v=1723369832') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body, html {
  overflow-x: hidden !important;
}

body, p {
  font-family: "Manrope", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important; 
  line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2em;
  letter-spacing: 0;
}

.btn--default {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px !important;
    min-height: unset !important;
    min-width: unset !important;
    text-transform: uppercase;
}

.position-absolute.pointer-events-none {
    display: none !important;
}

/*HEADER*/
.ticker-on-mobile .ticker__text {
    font-size: 13px;
}

.ticker-on-mobile {
    display: none;
}

.ticker-on-mobile .ticker {
    background-color: #000000;
}

.header__sidebar {
    width: 62%;
}

.header__tape p {
    font-size: 13px;
}

.header__tape-close {
    display: none;
}

.header__logo {
    margin-left: 0 !important;
}

header .container {
    max-width: 1330px;
}

.header__sidebar .icon-label {
    font-size: 13px;
    text-transform: uppercase;
    padding-left: 5px;
    color: #231F20;
    font-weight: 500;
}

.header__counter {
    background-color: #ffffff;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    width: 19px;
    height: 19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 9px;
    top: -7px;
}

.header__btn-language i {
    margin-left: 6px;
}

.header__logo .logo {
    padding-bottom: 0;
}

.header__sidebar .search-bar .input-search {
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    font-size: 13px;
    color: #231F20 !important;
    padding: 10px;
}

.header__sidebar .search-bar .input-search::-webkit-input-placeholder {
    color: #231F2080 !important;
}

.header__sidebar .search-bar .input-search:-moz-placeholder {
    color: #231F2080 !important;
}

.header__sidebar .search-bar .input-search::-moz-placeholder {
    color: #231F2080 !important;
}

.header__sidebar .search-bar .input-search:-ms-input-placeholder {
    color: #231F2080 !important;
}

.header__sidebar .search-bar .input-search::-ms-input-placeholder {
    color: #231F2080 !important;
}

.header__sidebar .search-bar .input-search::placeholder {
    color: #231F2080 !important;
}

.header__sidebar .search-bar {
    max-width: 328px;
    width: 100%;
}

.header__line-top {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

.header__line-bottom {
    background-color: #ffffff;
}

.header__line-bottom .menu__panel > .menu__item > a {
    font-size: 13px !important;
    text-transform: uppercase !important;
    color: #231F20 !important;
    font-weight: 600 !important;
}

.header__line-bottom .menu__panel > .menu__item > a > .menu__item_arrow {
    margin-top: -3px;
    margin-left: 5px;
}

/*FOOTER*/
.footer {
    text-align: left !important;
}

.footer__content .container, .footer__tape .container {
    max-width: 1340px;
}

.footer__content {
    padding: 35px 20px !important;
}

.footer__content .footer__logo a {
    background-color: #FFCE2E;
    padding: 19px 20px;
    margin-bottom: 40px;
}

.footer__content h5 {
    font-family: "Manrope", sans-serif !important;
    font-size: 18px;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    margin-bottom: 15px !important;
}

.footer__content .footer__subscription p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300 !important;
}

.footer__content .subscription-form {
    display: block !important;
}

.footer__content .subscription-form input[type=email] {
    background-color: #ffffff;
    border: none;
    font-size: 13px;
    font-weight: 400;
    padding: 13px;
    margin: 20px 0 13px !important;
}

.footer__content .subscription-form input[type=email]::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
}

.footer__content .subscription-form input[type=email]:-moz-placeholder {
    font-size: 13px;
    font-weight: 400;
}

.footer__content .subscription-form input[type=email]::-moz-placeholder {
    font-size: 13px;
    font-weight: 400;
}

.footer__content .subscription-form input[type=email]:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 400;
}

.footer__content .subscription-form input[type=email]::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 400;
}

.footer__content .subscription-form input[type=email]::placeholder {
    font-size: 13px;
    font-weight: 400;
}

.footer__content .subscription-form .btn {
    background-color: #FFCE2E !important;
    border: none;
    color: #000000 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    padding: 13px 20px !important;
    min-height: auto;
}

.footer__content .subscription-form .btn:hover {
    background-color: #ffffff !important;
}

.footer__content .footer__subscription-checkbox span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300 !important;  
}

.footer__content .footer__subscription-checkbox span a {
    text-decoration: underline;
    color: #ffffff !important;
}

.footer__content .footer__subscription-checkbox span.position-relative {
    background-color: #ffffff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.footer__content .footer__subscription-checkbox span.position-relative .icon {
    fill: #000000 !important;
}

.footer__content .footer__menus li {
    margin-bottom: 9px;
}

.footer__content .footer__menus a, .footer__content .social-media a {
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.footer__content .footer__menus a:hover, .footer__content .social-media a:hover {
    color: #ffce2e !important;
}

.footer__content .social-media a {
    margin=top: 10pa;
    margin-bottom: 11px !important;
}

.footer__content .social-media a i {
    margin-right: 7px !important;
}

.footer__tape {
    padding: 20px !important;
}

.footer__tape .footer__copyright, .footer__copyright a {
    font-size: 13px;
    color: #ffffff !important;
}

.footer__tape .footer__logo {
    display: none;
}

.footer__border-bottom {
    max-width: 1300px !important;
    margin: 0 auto;
}

/*HOME*/
.hp-sec1 .promobox__text-1 {
    font-size: 16px;
    font-weight: 400 !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase;
}

.hp-sec1 .promobox__text-2 {
    font-family: Oswald, sans-serif !important;
    font-size: 76px;
    text-transform: uppercase;
    margin: 30px 0 45px !important;
    font-weight: 700 !important;
}

.hp-sec1 .promobox__text-3 {
    font-size: 18px;
    font-weight: 300 !important;
}

.hp-sec1 .slick-dots {
    left: 85px;
    margin: 0;
    bottom: 35px;
    display: none !important;
}

.hp-sec1 .slick-dots li {
    border: 1px solid #ffffff;
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0);
    margin: 5px !important;
}

.hp-sec1 .slick-dots li.slick-active {
    background-color:#ffffff;
}

.hp-sec1 .slick-arrow {
    background-color: #ffffff;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    width: 40px;
    height: 40px;
    display: none !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 35px;
    top: unset;
    right: 40px;
    left: unset;
}

.hp-sec1 .slick-arrow svg {
    width: 16px;
    height: 16px;
}

.hp-sec1 .slider__prev {
    right: 100px;
}

.hp-sec1 .slick-arrow:hover {
    background-color: #000000;
}

.prod-carousel {
    padding: 80px 40px 20px;
}

.prod-carousel .carousel__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.prod-carousel .carousel__head .carousel__title {
    font-size: 49px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
}

.prod-carousel .carousel__head .carousel__button {
    background-color: #FFCE2E;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 25px !important;
    min-height: unset !important;
    min-width: unset !important;
    text-transform: uppercase;
}

.prod-carousel .carousel__head .carousel__button:hover {
    color: #ffffff;
    background-color: #000000;
}

.prod-carousel .product-collection__button-add-to-wishlist {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ffffff;
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
}

.prod-carousel .product-collection__button-add-to-wishlist a {
    padding: 8px !important;
}

/* .prod-carousel .product-collection__wrapper {
    position: relative;
} */

.prod-carousel .product-collection__content .vstar-star {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: -55px 0 30px;
}

.prod-carousel .product-collection__more-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.prod-carousel .product-collection__title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 8px 0 13px !important;
}

.prod-carousel .product-collection__title a {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    min-height: 35px;
}

.prod-carousel .product-collection__price {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.prod-carousel .price--sale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.prod-carousel .compare-price,
.prod-carousel .price--sale > span:nth-child(1) {
    color: #231F2080 !important;
    font-size: 13px!important;
    margin-left: 5px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.prod-carousel .regular-price,
.prod-carousel .price--sale > span:nth-child(2) {
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 400;
    color: #231F20;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.prod-carousel .product-collection__control {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}

.prod-carousel .variation-label {
    display: none !important;
}

/* .prod-carousel .product-options__value, .product-options__value:before {
    -webkit-border-radius: 100px !important;
       -moz-border-radius: 100px !important;
            border-radius: 100px !important;
    width: 32px !important;
    height: 32px !important;
    -o-object-fit: cover;
       object-fit: cover;
} */

.prod-carousel .js-product-button-add-to-cart {
    background-color: rgba(0,0,0,0) !important;
    border: 1px solid #000000 !important;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
    padding: 7px 5px !important;
    min-height: unset !important;
    transition: all 0.4s ease-in-out;
  width: 150px;
  justify-content: flex-end;
}

.prod-carousel .js-product-button-add-to-cart:hover {
    background-color: #000000 !important;
  /* transition: all 0.4s ease-in-out; */
}

.prod-carousel .product-options__values-wrapper {
    margin: 7px 0 5px;
}

.prod-carousel .product-collection__button-add-to-compare a {
    color: #000000 !important;
    font-family: 'Manrope';
    font-size: 16px;
    font-weight: 600;
}

.prod-carousel .product-collection__button-add-to-compare a i {
    margin-right: 5px;
}

.carousel .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    max-height: unset !important;
    width: 60px;
    height: 60px;
    top: 45%;
    display: block !important;
}

.carousel .carousel__prev-placeholder {
    background-image: url(/cdn/shop/files/prev.png?v=1723435505);
}

.carousel .carousel__next-placeholder {
    background-image: url(/cdn/shop/files/next.png?v=1723435506);
}

.prod-carousel .overflow-hidden {
    overflow: visible !important;
}

.prod-carousel .product-collection__button-quick-view {
    display: none !important;
}

.prod-carousel .label--sale {
    background-color: #E32C2B !important;
    font-size: 13px;
    padding: 3px 6px !important;
    height: unset;
}

/* .prod-carousel .product-collection__buttons {
    position: absolute;
    bottom: 0;
} 

.prod-carousel .product-collection {
    padding: 0 0 20px;
} */

.hp-sec3 .container {
    max-width: 100%;
}

.hp-sec3 img {
    width: 100%;
}

.hp-sec3 .col-md-6 {
    padding: 0;
}

.hp-sec3 .text-content {
    padding: 20px 40px;
}

.hp-sec3 .image-with-text__text--caption {
    font-size: 16px;
    letter-spacing: 0.25em !important;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hp-sec3 .image-with-text__heading {
    font-size: 61px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 10px 0 20px;
}

.hp-sec3 .image-with-text__text p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px !important;
}

.hp-sec4 .row > div {
    padding: 15px 7.5px !important;
}

.hp-sec4 .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.hp-sec4 .promobox__text-2 {
    font-size: 18px;
    font-weight: 500 !important;
    text-align: center;
}

.collection-tab-content .tab-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
}

.collection-tab-content .product-collection {
    width: 25%;
}

.collection-tab-content .tab-content .product-collection__content {
    padding: 0 20px;
}

.hp-sec6 .container {
    max-width: 100%;
    padding: 10px 30px;
}

.hp-sec6 {
    position: relative;
    padding: 65px 0;
}

.hp-sec6:before {
    content: '';
    background-color: #FFCE2E;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.hp-sec6 .home-section-title {
    font-size: 76px;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1em;
}

.hp-sec6 .product-collection {
    padding: 0 10px 20px;
    position: relative;
}

.hp-sec6 .product-collection .product-collection__wrapper {
    background-color: #ffffff;
}

.hp-sec6 .button-wrap {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.cstm-product-grid-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
}

.cstm-product-grid-tab a {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #231F2080;
    padding: 10px 15px;
    display: block !important;
    position: relative;
}

.cstm-product-grid-tab .active a:after {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #231F20;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.hp-sec7 .row > div {
    padding: 7.5px !important;
}

.hp-sec7 .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.hp-sec7 .promobox__text-2 {
    font-family: Oswald, sans-serif !important;
    font-size: 31px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.hp-sec7 .btn--invert.btn--transparent {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 0!important;
    min-height: unset !important;
    min-width: unset !important;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #ffffff;
}

.hp-sec7 .btn--invert.btn--transparent:hover {
    color: #ffce2e;
    background-color: rgba(0,0,0,0);
    border-color: #ffce2e;
}

.hp-sec7 .mt-25 {
    margin-top: 20px !important;
}

.carousel-brands .slick-track {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.brand-slider .carousel__item {
    padding: 8px;
}

.brand-slider .carousel__slider {
    margin-top: 40px;
}

.brand-slider {
    background-color: #000000;
    margin-top: -8px;
    padding: 80px 40px 100px;
}

.brand-slider .container {
    max-width: 100%;
}

.brand-slider .carousel__title {
    font-size: 39px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.brand-slider .carousel__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.brand-slider .brand-title {
    font-family: 'Manrope' !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500 !important;
    text-align: center;
    text-transform: capitalize;
    margin-top: 15px;
}

.category-slider {
    background-color: #000000;
    padding: 0 50px 80px;
}

.category-slider .home-section-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500 !important;
    margin-bottom: 45px !important;
}

.category-slider .col-md-12 {
    padding: 8px;
}

.category-slider .rimage {
    padding-top: 400px !important;
    position: relative;
}

.category-slider .rimage:after {
    content: '';
    background-color: #00000033;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.category-slider .promobox__text-1 {
    font-family: 'Manrope' !important;
    font-size: 18px;
    font-weight: 500 !important;
    text-align: center;
}

.category-slider .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    max-height: unset !important;
    width: 60px;
    height: 60px;
    top: 51%;
    z-index: 7;
}

.category-slider .slick-arrow:before {
    display: none;
}

.category-slider .slick-prev.slick-arrow {
    background-image: url(/cdn/shop/files/prev.png?v=1723435505);
}

.category-slider .slick-next.slick-arrow {
    background-image: url(/cdn/shop/files/next.png?v=1723435506);
}

.category-slider .overflow-hidden {
    overflow: visible !important;
}

.hp-sec10 .container {
    max-width: 100%;
}

.hp-sec10 img {
    width: 100%;
}

.hp-sec10 .col-md-6 {
    padding: 0;
}

.hp-sec10 .text-content {
    padding: 40px 100px 40px 40px;
}

.hp-sec10 .image-with-text__text--caption {
    font-size: 16px;
    font-weight: 600 !important;
    letter-spacing: 0.25em;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hp-sec10 .image-with-text__heading {
    font-size: 61px;
    color: #231F20;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 10px 0 20px;
}

.hp-sec10 .image-with-text__text p {
    font-size: 18px;
    color: #231F20CC;
    margin-bottom: 30px !important;
}

.hp-sec10 .btn--default {
    background-color: #ffffff;
}

.hp-sec10 .btn--default:hover {
    background-color: #000000;
}

.hp-sec10 .col-md-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.hp-sec10 .col-md-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

/*CORPORATE GIFTS*/
.corporate-gift-sec2 .image-with-text__heading {
    color: #231F20;
    font-size: 31px;
}

.corporate-gift-sec2 .image-with-text__text p {
    color: #231F20CC;
}

.corporate-gift-sec7 .image-with-text__heading {
    color: #231F20;
    font-size: 61px;
}

.corporate-gift-sec7 .image-with-text__text p {
    color: #231F20CC;
}

.corporate-gift-sec7 .image-with-text__text p a{
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #231F20CC;
}

.section.bg {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
}

.corporate-gift-sec1 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.corporate-gift-sec1 .image-with-text__heading {
    font-size: 61px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}

.corporate-gift-sec1 .image-with-text__text p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 300 !important;
}

.corporate-gift-sec1 .image-with-text__text {
    width: 36%;
    margin: 10px auto 0;
}

#corporate-gifts .breadcrumbs {
    padding: 0 !important;
    position: absolute;
    top: 25px;
    width: 100%;
}

#corporate-gifts .breadcrumbs .container {
    max-width: 1330px;
}

#corporate-gifts .breadcrumbs ul li, #corporate-gifts .breadcrumbs ul li a {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
    text-transform: uppercase;
}

.corporate-gift-sec3 .title-description p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    font-weight: 300 !important;
}

.corporate-gift-sec3 .multicolumn-card__info h3 {
    font-size: 92px;
    text-align: center;
    color: #ffffff;
}

.corporate-gift-sec3 .multicolumn-card__info .rte p {
    font-size: 16px;
    letter-spacing: 0.25em !important;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.corporate-gift-sec3 .title-description {
    width: 60%;
    margin: 0 auto 50px;
}

.brand-slider.corporate-gift-sec6 .carousel__title {
    width: 100%;
}

.past-projects {
    padding: 80px 30px 90px;
}

.past-projects .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    max-height: unset !important;
    width: 60px;
    height: 60px;
    top: 51%;
    z-index: 7;
}

.past-projects .slick-arrow:before {
    display: none;
}

.past-projects .slick-prev.slick-arrow {
    background-image: url(/cdn/shop/files/prev.png?v=1723435505);
    left: 0;
}

.past-projects .slick-next.slick-arrow {
    background-image: url(/cdn/shop/files/next.png?v=1723435506);
    right: 0;
}

.past-projects .overflow-hidden {
    overflow: visible !important;
}

.past-projects .home-section-title {
    font-size: 39px;
    text-transform: uppercase;
    margin-bottom: 60px !important;
}

.past-projects .promobox__content, .past-projects .promobox__content_inner {
    position: relative !important;
}

.past-projects .promobox__content_inner p {
    font-size: 18px;
    font-weight: 700 !important;
    text-align: center;
    color: #231F20;
}

.services-slider .container {
    max-width: 100%;
}

.services-slider .col-12:nth-child(1) {
    padding: 40px 30px;
}

.services-slider .title-wrapper h2 {
    font-size: 61px;
    margin-bottom: 35px;
}

.services-head .item h3 {
    margin: -1px 0;
    font-size: 24px;
    font-family: 'Manrope' !important;
    padding: 20px 25px;
    color: rgb(35 31 32 / 50%);
    border-left: 5px solid #ffffff;
}

.services-head .slick-current .item h3 {
    color: #231F20;
    border-left: 5px solid #231F20;
}

.services-content .item {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    height: 720px;
    padding: 30px;
    position: relative;
}

.services-content .item .content {
    background-color: #ffffff;
    padding: 20px;
    position: absolute;
    bottom: 4%;
    width: 92%;
    left: 0;
    right: 0;
    margin: auto;
}

.services-content .item .content h3 {
    font-family: 'Manrope' !important;
    font-size: 18px;
    color: #231F20;
    margin-bottom: 8px;
}

.services-content .item .content p {
    font-size: 16px;
    color: #231F20CC;
}

.services-content .item .content p:last-child {
    margin-bottom: 0;
}

.services-slider .col-12:nth-child(2) {
    padding: 0;
}

.services-content {
    margin-bottom: -4px;
}

.services-slider .slick-list.draggable {
    overflow: visible;
}

/*BLOG*/
.template-blog .breadcrumbs {
    display: none;
}

.slider-section { 
    display: none; 
}

.slider-section.slick-initialized { 
    display: block; 
}

.blog-banner-slider .item {
    text-align: center;
    position: relative;
    padding: 80px 0;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
         background-size: cover;
}

.blog-banner-slider .item:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-banner-slider .container {
    z-index: 1;
    position: relative;
}

.blog-banner-slider .item .subheading {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.25em !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-banner-slider .item .heading {
    font-size: 75px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2em;
    margin: 10px 0 0;
    font-family: 'Manrope' !important;
    letter-spacing: 5px;
}

.blog-banner-slider .item .description p {
    color: #ffffff;
    font-size: 27px;
}

.blog-post-section .row.pb-60 {
    padding-bottom: 0 !important;
}

.blog-post-section .rimage {
    padding-top: 300px !important;
    position: relative;
}

.blog-post-section .rimage img {
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center;
}

.blog-post-section .rimage:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.blog-post-section a:hover .rimage:after {
    opacity: 0.2;
}

.blog-post-section .post-info {
    padding: 20px 30px 50px;
    text-align: left;
}

.blog-post-section .post-info .h4 a {
    font-family: 'Manrope';
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}

.blog-post-section .post {
    border: 1px solid #e5e5e5;
}

.blog-post-section .tags a {
    margin: 5px;
    font-style: normal !important;
    background-color: #ffce2e;
    color: #000000;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.blog-post-section .tags a:hover {
    text-decoration: none !important;
    background-color: #000000;
    color: #ffffff;
}

.blog-post-section .date {
    font-size: 0;
    margin-top: 20px;
}

.blog-post-section .date time {
    font-size: var(--body-size);
    font-style: normal;
}

.blog-post-section .post-info hr {
    margin-top: 50px;
}

.blog-post-section .excerpt p {
    line-height: 1.6em;
}

.blog-post-section .pagination__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.blog-post-section .pagination__list .pagination__item--current {
    background-color: #ffce2e;
    padding: 10px 18px;
    font-weight: 700;
}

.blog-post-section .pagination__item-arrow {
    background-color: rgba(0,0,0,0) !important;
    border: none !important;
    padding: 0;
}

.blog-post-section .pagination__item-arrow:hover {
    color: #000000 !important;
}

.blog-post-section.hp-blog {
    padding: 60px 0;
}

.blog-post-section.hp-blog .home-section-title a {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 700;
}

.hp-blog .slick-slide {
    margin: 0 15px;
    padding: 0;
}

/*RESPONSIVE*/
@media screen and (min-width: 768px){
  .hide-desktop {
      display: none !important;
  }
}

@media screen and (min-width: 1025px){
  .menu--main .menu__megamenu .menu__item i {
      -webkit-transform: rotate(-90deg);
         -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg);
  }

  .blog-post-section.hp-blog .container {
      max-width: 1250px;
  }
}

@media screen and (min-width: 1260px){
  .blog-post-section.hp-blog .slick-arrow {
      display: none !important;
  }
}

@media screen and (max-width: 1390px){
  .prod-carousel .product-collection__title a {
      min-height: 53px;
  }
}

@media screen and (max-width: 1024px){
  .footer__social-media {
      margin-bottom: 50px;
  }  


  .footer__tape .footer__copyright {
    margin-top: 0 !important;
  }
  
  .footer__content {
      padding-bottom: 0 !important;
  }
  
  .footer__tape .footer__payments {
      padding: 0;
  }
  
  .footer__tape .col-lg-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .social-media a {
    width: 50%;
  }

  .header__line-top > .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .header__sidebar {
      width: 20%;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0 !important;
  }
  
  .header__btn-menu {
      width: 20%;
  }
  
  .header__btn-search {
      margin-bottom: -5px;
  }
  
  .header__btn-cart {
      margin: 0 10px;
  }

  .header__tape {
    z-index: 9999999;
    position: relative;
  }
  
  .popup-navigation {
      width: 100%;
      margin-top: 37px;
      background-color: rgba(0, 0, 0, 0);
  }

  .popup-navigation__head {
    background-color: rgba(0,0,0,0);
    padding: 15px 0 !important;
  }

  .popup-navigation__button svg {
    min-width: 25px !important;
    min-height: 25px !important;
    background-color: #ffcb0a;
  }

  .popup__bg {
    opacity: 0 !important;
  }
  
  .menu__item a {
      color: #231F20;
      margin: 10px 0 !important;
  }
  
  .popup-navigation__menu {
      padding-bottom: 15px !important;
      border-bottom: 1px solid #D1D3D4;
  }
  
  .popup-navigation__search {
    padding-top: 20px;
  }
  
  .popup-navigation__currency, .mobile-icons-menu {
      background-color: #ffffff !important;
      margin: 0 !important;
  }

  .popup-navigation__content {
    overflow-y: auto;
    height: 90vh;
  }
  
  .popup {
      overflow-y: hidden;
  }
  
  .mobile-icons-menu {
      list-style-type: none !important;
      padding: 30px 0 50px;
  }
  
  .mobile-icons-menu li:before {
      display: none !important;
  }
  
  .mobile-icons-menu li a {
      font-size: 13px;
      font-weight: 600;
      color: #231F20 !important;
      text-transform: uppercase;
  }
  
  .popup-navigation__menu a {
      font-weight: 600 !important;
  }
  
  .mobile-icons-menu a {
      margin: 0 !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  
  .mobile-icons-menu a .icon-label {
      padding-left: 6px;
  }
  
  .mobile-icons-menu li:not(:last-child) {
      margin-bottom: 30px;
  }

  .hp-sec3 .image-with-text__heading {
    font-size: 40px;
  }
  
  .prod-carousel .carousel__head .carousel__title,
  .brand-slider .carousel__title,
  .hp-sec10 .image-with-text__heading {
      font-size: 35px;
  }
  
  .hp-sec10 .image-with-text__heading {
      margin: 0 !important;
  }
  
  .hp-sec6 .home-section-title {
      font-size: 45px;
  }

  /*CORPORATE GIFT*/
  .corporate-gift-sec1 .image-with-text__text {
    width: 60%;
  }

  #corporate-gifts .breadcrumbs .list-unstyled {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .services-slider .title-wrapper h2 {
    font-size: 45px;
  }

  .blog-banner-slider .item .heading {
      font-size: 45px;
  }

  .blog-banner-slider .item .description p {
      font-size: 20px;
  }
  
  .blog-post-section .rimage {
      padding-top: 200px !important;
  }
}

@media screen and (max-width: 767px){
  .hide-mobile {
    display: none !important;
  }
  
  .footer__content {
      padding: 0 5px 10px!important;
  }
  
  .footer__content .footer__logo a {
      margin-bottom: 25px;
  }  

  .footer__social-media {
      margin-bottom: 30px;
  }
  
  .footer__content .footer__menus li {
      margin-bottom: 0;
      width: 50%;
  }
  
  .footer__content .footer__menus ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
  }
  
  .footer__content h5 {
      margin-bottom: 10px !important;
  }

  .footer__tape {
      padding: 35px 5px !important;
  }

  .ticker-on-mobile {
    display: block;
  }

  .header__btn-language {
    margin-top: -2px;
  }
  
  .header__tape {
    display: none !important;
  }

  .header__sidebar, .header__btn-menu {
      width: 45%;
      margin: 0 !important;
  }
  
  .header__btn-search {
      margin-left: 0 !important;
  }
  
  .header__line-top > .container {
      padding: 0;
  }
  
  .header__btn-cart {
      margin: 0 9px 0 0;
  }  

  .header__content {
    border: none;
  }

  .header__line-top {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

  .js-languages-list .header__btn-language i {
    display: block !important;
    margin-left: 5px;
    margin-top: 5px;
  }

  .lang-flag {
    width: 18px !important;
    height: 19px !important;
  }
  
  .header__btn-language {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  
  .js-languages-list .header__btn-language i svg {
      width: 15px;
  }

  .header__counter {
    width: 15px;
    height: 15px;
    font-size: 10px;
    left: 11px;
  }

  .hp-sec1 .rimage {
    padding-top: 165% !important;
  }

  .hp-sec1 .promobox__text-2 {
    font-size: 36px;
    margin: 10px 0 20px !important;
  }

  .hp-sec1 .slick-arrow {
    bottom: 70px;
  }
  
  .hp-sec1 .slick-dots {
      width: 100%;
      left: 0;
      -webkit-transform: unset;
         -moz-transform: unset;
          -ms-transform: unset;
           -o-transform: unset;
              transform: unset;
      bottom: 10px;
  }
  
  .hp-sec1 .slider__prev {
      right: 53%;
  }
  
  .hp-sec1 .slider__next {
      left: 53%;
  }

  .prod-carousel .carousel__head {
    display: block;
    text-align: center;
  }
  
  .prod-carousel .carousel__head .carousel__title, .brand-slider .carousel__title, .hp-sec10 .image-with-text__heading {
      font-size: 29px;
      margin-bottom: 25px !important;
  }
  
  .prod-carousel {
      padding: 25px 10px 0;
  }
  
  .prod-carousel .slick-arrow {
      display: none !important;
  }

  .prod-carousel .carousel__slick {
    margin-right: -40% !important;
  }

  .prod-carousel .js-product-button-add-to-cart {
    width: 100%;
    padding: 15px !important;
  }
  
  .prod-carousel .js-product-button-add-to-cart i {
      display: none;
  }
  
  .prod-carousel .product-collection__button-quick-view-mobile {
      display: none;
  }
  
  .prod-carousel .product-collection__button-add-to-compare.mb-10 {
      width: 100% !important;
      text-align: center;
  }
  
  .prod-carousel .product-collection__content .vstar-star {
      z-index: 1;
  }

  .prod-carousel .pointer-events-none {
    display: none;
  }

  .hp-sec3 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  
  .hp-sec3 .text-content {
      padding: 50px 20px;
  }
  
  .hp-sec4 .row > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding: 14px 7px 0 !important;
  }
  
  .hp-sec4 .rimage {
      padding-top: 75% !important;
  }
  
  .hp-sec5.prod-carousel {
    padding: 50px 10px 35px;
  }

  .hp-sec6 .home-section-title {
    font-size: 36px;
    margin-bottom: 0 !important;
  }

  .cstm-product-grid-tab {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    padding-left: 150px;
  }
  
  .cstm-product-grid-tab::-webkit-scrollbar {
      width: 0; 
      height: 0;
  }

  .collection-tab-content .product-collection {
    width: 50%;
    padding: 0 5px;
  }
  
  .hp-sec6 .container {
      padding: 0;
  }
  
  .prod-carousel {
      padding: 50px 10px;
  }

  .product-collection__content {
    padding: 0 10px;
  }

  .collection-tab-content .tab-content {
    margin-top: 35px;
  }

  .hp-sec7 .promobox__text-2 {
      font-size: 23px;
  }
  
  .hp-sec7 .promobox__content_inner {
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
         -moz-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: flex-start !important;
  }

  .brand-slider .carousel__head {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  
  .brand-slider {
      padding: 50px 10px 80px;
  }
  
  .brand-slider .slick-arrow,
  .brand-slider .position-absolute.pointer-events-none{
      display: none !important;
  }
  
  .brand-slider .carousel__slick {
      margin-right: -30%;
  }
  
  .brand-slider .carousel__items.overflow-hidden {
      overflow: visible !important;
  }

  .category-slider {
    padding: 0 0 50px;
  }
  
  .category-slider .slick-arrow {
      display: none !important;
  }
  
  .category-slider .rimage {
      padding-top: 216px !important;
  }

  .category-slider .slick-list.draggable {
    margin-right: -30%;
  }

  .hp-sec10 .text-content {
    padding: 50px 20px;
  }

  .prod-carousel .product-collection__title a {
    min-height: unset;
  }
  
  .prod-carousel .product-collection__buttons {
      position: absolute;
      bottom: 0;
  }
  
  .prod-carousel .product-collection {
      min-height: 640px;
  }

  /*CORPORATE GIFT*/
  .corporate-gift-sec1 {
    background-image: url(/cdn/shop/files/corporate_gift_mob1.jpg?v=1723982289) !important;
  }
  
  .corporate-gift-sec1 .image-with-text__heading {
      font-size: 32px;
  }
  
  .corporate-gift-sec1 .image-with-text__text {
      width: 100%;
  }
  
  .section.corporate-gift-sec1 {
      padding-top: 158px !important;
      padding-bottom: 150px !important;
  }

  .hp-sec3 .image-with-text__heading {
    font-size: 23px;
  }

  .hp-sec3.corporate-gift-sec2 .text-content {
    padding: 40px 20px 15px;
  }

  .corporate-gift-sec3 .title-description {
    width: 95%;
    margin-bottom: 20px;
  }
  
  .corporate-gift-sec3 .multicolumn-card__info h3 {
      font-size: 52px;
  }
  
  .corporate-gift-sec3 .multicolumn-card__info {
      margin: 20px 0;
  }
  
  .corporate-gift-sec3 .title-description p {
      margin-bottom: 0;
  }

  .services-slider .title-wrapper h2 {
    font-size: 32px;
    margin-bottom: 0;
  }

  .section.corporate-gift-sec3 {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  
  .services-slider .col-12:nth-child(1) {
      padding: 40px 15px 30px;
  }
  
  .services-content .item {
      padding: 5px;
      height: auto;
  }
  
  .services-content .item .content {
      position: relative;
      width: 100%;
      height: 410px;
  }

  .services-slider {
    padding-bottom: 50px;
  }

  .services-content .slick-list.draggable {
    padding-right: 50px;
  }

  .services-slider .hide-desktop {
    padding: 0 0 0 10px;
  }

  .past-projects .home-section-title {
    font-size: 23px;
    margin-bottom: 40px !important;
  }
  
  .past-projects .slick-arrow {
      display: none !important;
  }
  
  .past-projects .slick-slider {
      margin-right: -35%;
  }
  
  .past-projects {
      padding: 50px 30px 40px;
  }

  .brand-slider.corporate-gift-sec6 .carousel__title {
    margin-bottom: 0 !important;
  }
  
  .corporate-gift-sec6 {
      padding-bottom: 50px;
  }
  
  .corporate-gift-sec7 .image-with-text__text p a {
      font-size: 18px;
  }

  .blog-banner-slider .item .heading {
      font-size: 30px;
  }

  .blog-banner-slider .item {
      padding: 60px 10px;
  }
  
  .blog-post-section .col {
      width: 100%;
      -webkit-flex-basis: unset;
          -ms-flex-preferred-size: unset;
              flex-basis: unset;
  }
  
  .blog-post-section {
      padding: 0 10px;
  }
  
  .blog-post-section .post {
      margin-bottom: 30px !important;
  }

  .blog-banner-slider .item .description p {
      font-size: 18px;
  }
}
@media (max-width:1024px) {
  .prod-carousel .js-product-button-add-to-cart:hover,
  .collection-slider-block button.btn.btn--status.btn--animated.js-product-button-add-to-cart:hover {
    background-color: transparent !important;
  }
}