@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");
@import url("https://use.typekit.net/rcd6ioz.css");
@import url("https://use.typekit.net/rcd6ioz.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@font-face {
    font-family: "futura_hv_btheavy";
    src: url("../fonts/FuturaHeavyBT/futuraheavybt-webfont.woff2") format("woff2"), url("../fonts/FuturaHeavyBT/futuraheavybt-webfont.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: "futura_bk_btbook";
    src: url("../fonts/FuturaBT-Book/futurabt-book-webfont.woff2") format("woff2"), url("../fonts/FuturaBT-Book/futurabt-book-webfont.woff") format("woff");
    font-weight: normal;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
}

img {
    display: block;
}

.section-inner {
    width: 100%;
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto;
}

a {
    transition: all 0.3s;
    cursor: pointer;
}

div {
    box-sizing: border-box;
}



.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

p.stock.in-stock {
    display: none;
}


/* -- Buttons -- */

#review-form-popup #submit,
#review-form-popup #review_image,
.wc-block-components-checkout-place-order-button.contained,
.btn {
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding: 16px 36px;
    background: #ffffff;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
}

.wc-block-components-checkout-place-order-button.contained:hover,
.btn:hover {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

.btn-clear {
    border: 1px solid #000;
}

.btn-clear:hover {
    background: #000;
    color: #ffffff;
}

#review-form-popup #submit,
#review-form-popup #review_image,
.btn-clear.btn-active {
    background: #000;
    color: #ffffff;
}

.wc-block-components-checkout-place-order-button.contained,
.btn-black {
    background: #000000;
    color: #ffffff;
}

#review-form-popup #submit:hover,
#review-form-popup #review_image:hover,
.wc-block-components-checkout-place-order-button.contained:hover,
.btn-black:hover {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}

#review-form-popup #review_image {
    padding: 16px;
    margin-top: 10px;
}

.wc-block-components-checkout-place-order-button.contained {
    margin-top: 20px;
}


/* forms */
form.woocommerce-form label {
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: capitalize;
    margin: 0 0 5px;
    text-align: left;
    text-transform: uppercase;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    padding: 17px 24px;
    border: 1px solid #000000;
    outline: none;
    color: #000000;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.34px;
}

.woocommerce form .woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    float: left;
    margin-right: 1em;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding: 16px 36px;
    background: #ffffff;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    background: black;
    color: white;
    border-radius: 0;
}

.woocommerce .woocommerce-form-login__submit:hover, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
	background: #fff !important;
	border-color: #000;
	color: #000;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
	margin-left: 5px;
}

/* -- Cards -- */

.products-card {
    width: 240px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #000;
    margin: 0 7px;
}

.products-card__image {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
/*    max-height: 256px;  */
}

.products-card__text-holder {
    max-width: 207px;
    align-self: center;
}

.products-card__title {
    margin: 0 10px 10px;
}

.products-card__title-title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0;
    height: 62px;
    overflow: hidden;
}

.products-card__sub-title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0;
}

.products-card__price {
    margin: 0 0 10px;
    color: #000;
    text-align: center;
    min-height: 24px;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}

.products-card__reviews {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.products-card__reviews-count {
    color: #000;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}

.products-card__button {
    max-width: 100%;
    font-size: 14px;
}

.products-card__button:hover {
    border: none;
    border-top: 1px solid #000000;
}

.collection-cards-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.collection-card-btn {
    background: #f0f3f5;
}

.collection-card-btn__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.collection-card-btn__bottom {
    padding: 5px 11px 13px;
}

.collection-card-btn__button {
    font-size: 12px;
    letter-spacing: 2.16px;
}

.collection-cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.collection-card {
    background: #f0f3f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    text-decoration: none;
}

.collection-card__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.collection-card__bottom {
    padding: 10px 11px 19px;
    color: #000;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}

.reviews-card {
    width: 240px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #000;
    margin: 7px;
}

.reviews-card__image {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.reviews-card__review-holder {
    padding: 0 15px;
}

.reviews-card__name {
    margin: 1px 0 8px;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 123%;
    text-transform: capitalize;
}

.reviews-card__review {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 123%;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.reviews-card__review-bottom {
    text-decoration: none;
    padding: 0 15px 16px;
}

.reviews-card__product-image {
    margin: 0 auto 2px;
}

.reviews-card__product-name {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 123%;
    text-transform: capitalize;
    margin: 0;
}

.brand-cards {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.brand-card {
    flex: 0 0 calc((100% - 112px) / 8);
    max-width: calc((100% - 112px) / 8);
    box-sizing: border-box;
}

.brand-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.faq-section.order-faq.mobile-only {
    display: none;
	background: #fff;
    margin: 0;
    padding-bottom: 24px;
	padding-top: 24px;
}

@media (max-width: 1200px) {
    .brand-cards .brand-card {
        flex: 0 0 calc((100% - 80px) / 6);
        max-width: calc((100% - 80px) / 6);
    }
}

@media (max-width: 980px) {
    .header-main .header__logo {
        padding-left: 250px;
    }
}

@media (max-width: 769px) {
    .header-main .header__logo {
        padding-left: 0px;
    }
	
	.faq-section.order-faq.mobile-only {
		display: block;
	}
	
	
	.order {
		padding: 48px 0 0 !important;
	}
	
	.order-main.main-top {
	max-width: calc(100% - 48px);
	}
	.order-main.order-main-two {
		margin-bottom: 0;
	}
}


/* -- Section Title -- */

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-title__left,
.section-title__right {
    display: flex;
    align-items: center;
}

.section-title__title {
    margin: 0;
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.section-title__link {
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.8px;
    text-decoration-line: underline;
    text-transform: uppercase;
    padding-left: 16px;
}

.section-title__button {
    margin-left: 8px;
    font-size: 14px;
}

.title-reviews .section-title__link {
    text-decoration: none;
    display: flex;
    font-size: 16px;
    letter-spacing: normal;
    font-family: "futura-pt", sans-serif;
}

.title-reviews .section-title__link span {
    padding-left: 5px;
    text-transform: none;
}

@media (max-width: 768px) {
    .section-title {
        justify-content: center;
    }
}

.page-section-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.page-section-title__title {
    color: #000;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 16px;
}

.page-section-title__text {
    color: #000;
    text-align: center;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin: 0 auto 16px;
    max-width: 364px;
}

.page-section-title__text strong {
    font-family: "futura_hv_btheavy", sans-serif;
    font-weight: 400;
}


/* -- sliders -- */

.black-slider__slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000000;
    padding: 40px;
    width: 400px;
    margin: 0 auto;
}

.black-slider__title {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    text-align: center;
    font-size: 52px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 24px;
}

.black-slider__subtitle {
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    margin: 7px 0 24px;
}

.black-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.black-slider .slick-dots .custom-dot {
    width: 33px;
    height: 4px;
    opacity: 0.52;
    background: #eee;
    display: block;
    margin: 2px;
    cursor: pointer;
}

.black-slider .slick-dots .slick-active .custom-dot {
    opacity: 1;
    background: #ffffff;
}

.slick-arrow {
    position: absolute;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}

.slick-arrow:focus-visible {
    border: none;
    outline: none;
}

.slick-arrow:hover {
    transform: translateY(-50%) scale(1.2);
}

.black-slider .slick-next {
    right: 24px;
}

.black-slider .slick-prev {
    left: 24px;
}

@media (max-width: 768px) {
    .black-slider .slick-next {
        right: 0;
    }
    .black-slider .slick-prev {
        left: 0;
    }
}

.slider-wide__slide {
    height: 349px;
    box-sizing: border-box;
    padding: 66px 0;
    display: flex !important;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.slider-wide__title {
    color: #fff;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 28px;
}

.slider-wide__link {
    color: #fff;
    text-align: center;
    font-family: "novecento-sans", sans-serif;
    font-size: 14px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    text-decoration: none;
}

.slider-wide__link:hover {
    text-decoration: underline;
}

.slider-wide .slick-dots {
    position: absolute;
    bottom: 35px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-wide .slick-dots .custom-dot {
    width: 33px;
    height: 4px;
    opacity: 0.52;
    background: #eee;
    display: block;
    margin: 2px;
    cursor: pointer;
}

.slider-wide .slick-dots .slick-active .custom-dot {
    opacity: 1;
    background: #ffffff;
}

.slider-wide .slick-prev,
.slider-wide .slick-next {
    background: transparent;
    border: none;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}

.slider-wide .slick-prev {
    left: 22px;
}

.slider-wide .slick-next {
    right: 22px;
}

@media (max-width: 768px) {
    .slider-wide__slide {
        margin-right: 5px;
    }
    .slider-wide__title {
        max-width: 300px;
        margin-bottom: 15px;
    }
}

.feat-collection__slider .slick-dots,
.feat-product__slider .slick-dots,
.wholesale-work__slider .slick-dots {
    position: absolute;
    bottom: 100px;
    right: 20%;
    width: max-content;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.feat-collection__slider .slick-dots .custom-dot,
.feat-product__slider .slick-dots .custom-dot,
.wholesale-work__slider .slick-dots .custom-dot {
    width: 33px;
    height: 4px;
    opacity: 0.52;
    background: #eee;
    display: block;
    margin: 2px;
    cursor: pointer;
    border: none;
}

.feat-collection__slider .slick-dots .slick-active .custom-dot,
.feat-product__slider .slick-dots .slick-active .custom-dot,
.wholesale-work__slider .slick-dots .slick-active .custom-dot {
    opacity: 1;
    background: #ffffff;
}

.wholesale-work__slider .slick-dots {
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.wholesale-work__slider .slick-dots .custom-dot {
    background: #d6d6d6;
}

.wholesale-work__slider .slick-dots .slick-active .custom-dot {
    background: #000000;
}

.wholesale-work__slider .slick-next {
    right: -24px;
}

.wholesale-work__slider .slick-prev {
    left: -24px;
}


/* -- Cards -- */

.page-hero {
    width: 100%;
    background: #000000;
}

.page-hero__image {
    width: 100%;
    height: 234px;
    object-fit: cover;
}

.page-hero__text-holder {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "futura_bk_btbook", sans-serif;
}

.page-hero__title {
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 auto;
    max-width: 330px;
}

.page-hero__text {
    line-height: 150%;
    margin: 16px auto;
    max-width: 364px;
}

.page-hero__link {
    margin-bottom: 20px;
}

.page-hero__link-tile {
    font-family: "futura_hv_btheavy", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
}

.page-hero__link-text {
    color: #ffffff;
    line-height: 150%;
    text-decoration: none;
    margin: 0;
}

a.page-hero__link-text {
    text-decoration: underline;
}

@media (min-width: 786px) {
    .page-hero__image {
        height: 395px;
    }
}

.title-hero {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    position: relative;
}

.title-hero .page-hero__title {
    color: #fff;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0;
}


/* -- Breadcrumbs -- */

.breadcrumbs {
    max-width: 1420px;
    margin: 0 auto;
    padding: 18px 16px;
}

.breadcrumbs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.breadcrumbs__item:not(:last-child)::after {
    content: ">";
    margin: 0 5px;
}

.breadcrumbs__link,
.breadcrumbs__current {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    transition: all 0.3s;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .breadcrumbs {
        padding: 32px 0;
    }
    .breadcrumbs__list {
        justify-content: center;
    }
}


/* -- Filter Bar -- */

.filter-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}

.filter-bar__selects {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.filter-bar__select {
    flex: 1;
    padding: 17px 24px;
    border: 1px solid #000;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M18.5 10.0001L17.09 8.59009L12.5 13.1701L7.91 8.59009L6.5 10.0001L12.5 16.0001L18.5 10.0001Z" fill="%23323232"/></svg>');
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 13px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.filter-bar__select.select-type {
    max-width: 270px;
}

.filter-bar__select.select-mood {
    max-width: 270px;
}

.filter-bar__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 209px;
    padding: 14px 0;
    box-sizing: border-box;
    cursor: pointer;
    text-transform: uppercase;
}

.filter-bar__button:hover svg path {
    fill: #000000;
}


/* -- Cards -- */

.input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 19px;
}

.input-label {
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: capitalize;
    margin: 0 0 5px;
    text-align: left;
}

.input-field {
    padding: 17px 24px;
    border: 1px solid #000000;
    outline: none;
    color: #000000;
    font-family: "novecento-sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.34px;
}

.input-field:focus {
    border-color: #007bff;
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.25);
}

.input-field::-webkit-input-placeholder {
    color: #cfcfcf;
    font-family: "Novecento Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.input-field:-moz-placeholder {
    color: #cfcfcf;
    font-family: "Novecento Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.input-field::-moz-placeholder {
    color: #cfcfcf;
    font-family: "Novecento Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.input-field:-ms-input-placeholder {
    color: #cfcfcf;
    font-family: "Novecento Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.input-field::placeholder {
    color: #cfcfcf;
    font-family: "Novecento Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 2.34px;
    text-transform: uppercase;
}

.input-btn {
    width: 100%;
}


/* ------------------------------
   * Header
   * ------------------------------ */

.promo-bar {
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

.promo-bar .slick-arrow {
    color: #ffffff;
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.promo-bar .slick-prev {
    left: 25px;
}

.promo-bar .slick-next {
    right: 25px;
}

.promo-bar-wrapper {
    background: #000000;
}

.promo-bar__item {
    text-transform: uppercase;
}

header {
    width: 100%;
    border-bottom: 1px solid #000000;
}

.header-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
}

.header-main .header__icon {
    cursor: pointer;
}

.header-main .header__icon--hamburger {
    display: none;
    position: absolute;
    left: 24px;
}

.header-main .header__icon--basket {
    margin-left: 24px;
}

.header-main .header__logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-main .header__actions {
    position: absolute;
    right: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.header__nav {
    position: absolute;
    left: 24px;
    z-index: 10;
}

.header__nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-item {
    position: relative;
}

.nav-item__link {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.nav-item__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width 0.3s ease-out;
}

.nav-item__link:hover::after,
.nav-item__link.active::after {
    width: 100%;
}

.mega-nav {
    background: #ffffff;
    display: none;
    position: fixed;
    width: 100vw;
    top: 110px;
    left: 0;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #000000;
}

.mega-nav.active {
    display: block;
}

.mega-nav__content {
    width: 100%;
    max-width: 1156px;
    margin: 0 auto;
    padding: 29px 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mega-nav__content--block {
    display: flex;
    flex-direction: column;
}


/*.mega-nav__content--block:first-child .column,
.mega-nav__content--block:last-child .column 
*/

.mega-nav__content--block .column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 88px;
}

.mega-nav__content--block:nth-child(2) {
    position: relative;
}

.mega-nav__content--block:nth-child(2)::after,
.mega-nav__content--block:nth-child(2)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border-right: 1px solid #000000;
    position: absolute;
    top: 0;
}

.mega-nav__content--block:nth-child(2)::after {
    right: -70%;
}

.mega-nav__content--block:nth-child(2)::before {
    left: -70%;
}

.mega-nav__content--block:nth-child(2) .column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.mega-nav__item {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
}

.mega-nav__item:hover {
    text-decoration: underline;
}

.mega-nav__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 0 24px;
}

.mega-nav__title .dropdown-icon {
    display: none;
}

.navigation-mobile {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 90vh;
    overflow-y: scroll;
    background: #ffffff;
    z-index: 100;
    border-top: 1px solid #000000;
}

.search-mobile {
    width: 250px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
}

.search-mobile__input {
    margin-left: 10px;
    border: none;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}

.search-mobile__input::placeholder {
    color: #c3c3c3;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}

.navigation-mobile__brands {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
}

.navigation-mobile__brands img {
    width: 100%;
    height: auto;
}

.navigation-mobile__menu {
    margin-top: 35px;
}

.navigation-mobile__menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-mobile__menu-list-item-link {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 24px;
    display: inline-block;
}

.navigation-mobile__shop-arrow a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #000000;
}

.navigation-mobile__small-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigation-mobile__small-menu__link {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 24px;
}

.navigation-mobile-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 110vh;
    padding: 23px;
}

.navigation-mobile__shop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background: #ffffff;
    z-index: 10;
    padding: 36px 0;
}

.navigation-mobile__shop-back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0 23px;
}

.navigation-mobile__shop-back svg {
    margin-right: 8px;
}

.navigation-mobile__menu-list-item-link.deals-menu_item {
    margin-bottom: 0;
}

.shop-menu {
    list-style: none;
    padding: 0 23px;
    margin: 36px 0 42px;
}

.shop-menu__link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
    text-decoration: none;
    padding: 12px 0;
}

.shop-menu__submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 12px 0 12px;
}

.shop-menu__submenu__link {
    padding: 12px 0;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.shop-menu__submenu .rotated {
    transform: rotate(45deg);
}

.shop-menu__item:first-child .shop-menu__submenu {
    display: block;
}

.shop-menu__item .rotated {
    transition: all 0.3s;
    transform: rotate(45deg);
}

.shop-menu__item svg {
    transition: all 0.3s;
}

.shop-menu__footer {
    width: 100%;
    height: 380px;
    padding: 60px 24px;
    display: flex;
    align-items: flex-end;
}

.shop-menu__footer-content {
    color: #ffffff;
    background: #000000;
    width: 100%;
    text-align: center;
    padding: 16px;
}

.shop-menu__footer-title {
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.shop-menu__footer-text {
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.shop-menu__footer-btn {
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 2.34px;
    text-transform: capitalize;
    padding: 13px 39px;
}

@media (max-width: 980px) {
    .mega-nav__content--block:nth-child(2)::before {
        left: -50px;
    }
    .mega-nav__content--block:nth-child(2)::after {
        right: -50px;
    }
    .header__nav ul {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .header__nav {
        display: none;
        width: 100vh;
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        padding-left: 24px;
        border-top: 1px solid #000000;
        background: #ffffff;
    }
    .header__nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .mega-nav__content--block .column,
    .mega-nav__content--block:first-child .column,
    .mega-nav__content--block:last-child .column,
    .mega-nav__content--block:nth-child(2) .column {
        grid-template-columns: 1fr !important;
        display: none;
        overflow: hidden;
    }
    .header-main .header__icon--hamburger {
        display: block;
    }
    .mega-nav__content {
        flex-direction: column;
        gap: 30px;
    }
    .mega-nav__content--block:nth-child(2)::before {
        display: none;
    }
    .mega-nav__content--block:nth-child(2)::after {
        display: none;
    }
    .mega-nav__title .dropdown-icon {
        display: block;
        transition: transform 0.3s ease;
    }
    .mega-nav__title.rotated .dropdown-icon {
        transform: rotate(180deg);
    }
    .mega-nav__title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        margin: 0;
        line-height: normal;
    }
    .mega-nav__item {
        display: block;
        padding: 5px 0;
    }
    .header__icon--search {
        display: none;
    }
}


/* ------------------------------
   * Footer
   * ------------------------------ */

.footer {
    background: #000;
    color: #ffffff;
    width: 100%;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer__left {
    flex: 1;
    padding: 44px 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    border-right: 1px solid #ffffff;
}

.footer__right {
    flex: 2.5;
    padding: 44px 47px;
    align-self: flex-end;
}

.footer__logo {
    margin-bottom: 27px;
}

.footer__description {
    max-width: 315px;
    padding: 0 0 5px;
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.footer__link {
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 43px;
}

.footer__social-link {
    width: 91px;
    height: 41px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__socials {
    display: flex;
    justify-content: space-around;
    gap: 7px;
}

.footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.footer__text {
    display: flex;
    flex-direction: column;
}

.footer__text-title {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.footer__text-subtitle {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 123%;
    text-transform: capitalize;
    margin: 0;
}

.footer__form {
    display: flex;
}

.footer__input {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    padding: 14px 24px;
    background: #ffffff;
    border: none;
    outline: none;
    margin-right: 14px;
    width: 320px;
    box-sizing: border-box;
}

.footer__input::placeholder {
    color: #000000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    -webkit-text-transform: capitalize;
}

.footer__button {
    border: 1px solid #fff;
    padding-left: 18px;
    padding-right: 18px;
}

.footer__button:hover {
    border: 1px solid #fff;
}

.footer__bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer__menu {
    grid-column: span 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer__menu-title {
    color: #fff;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin: 16px 0;
}

.footer__menu__item {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 135%;
    text-transform: capitalize;
    text-decoration: none;
}

.footer__menu__item:hover {
    text-decoration: underline;
}

.footer__copy {
    text-align: left;
    grid-column: span 3;
    color: rgba(255, 255, 255, 0.66);
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 123%;
    text-transform: capitalize;
    margin: 28px 0 0;
}

.footer-mobile {
    display: none;
}

.footer__menu-title svg {
    display: none;
}

@media (max-width: 1300px) {
    .footer__input {
        width: 250px;
    }
}

@media (max-width: 1200px) {
    .footer__top {
        flex-direction: column;
    }
    .footer__form {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer__input {
        width: 100%;
    }
    .footer__top {
        align-items: center;
        text-align: center;
    }
    .footer__text {
        margin-bottom: 22px;
    }
    .footer__text-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1000px) {
    .footer__menu-title svg {
        display: block;
    }
    .footer__menu {
        grid-column: span 3;
    }
    .footer__menu-title.active .title-arrow {
        transform: rotate(180deg);
        transition: transform 0.3s ease-in-out;
    }
    .title-arrow {
        transition: transform 0.3s ease-in-out;
        float: right;
    }
    .footer__menu {
        width: 100%;
        border: 1px solid #ffffff;
        padding: 0 24px 10px;
    }
    .footer__menu-title {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 6px;
    }
    .footer__form {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    .footer__button {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .footer-desktop {
        display: none;
    }
    .footer-mobile {
        display: block;
    }
    .footer__inner {
        flex-direction: column;
        align-items: center;
        padding-top: 42px;
        padding-bottom: 21px;
        justify-content: space-around;
    }
    .footer__top {
        width: 100%;
        position: relative;
        padding-bottom: 38px;
    }
    .footer__top:after {
        content: "";
        display: block;
        width: calc(100% + 48px);
        height: 1px;
        background: rgba(255, 255, 255, 0.25);
        position: absolute;
        right: 0;
        left: -25px;
        bottom: 0;
    }
    .footer__bottom {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer__social-link {
        width: 122px;
        height: 55px;
    }
}

@media (max-width: 480px) {
    .footer__social-link {
        width: auto;
        min-width: 90px;
        height: 40px;
    }
}

@media (max-width: 428px) {
    .footer__text-title {
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* ------------------------------
   * Cart Drawer
   * ------------------------------ */

.cart-drawer {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 538px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 100;
    height: 100vh;
    overflow-y: scroll;
}

.cart-drawer__header {
    padding: 23px 44px 19px 53px;
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.cart-drawer__continue {
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 10px;
}

.cart-drawer__continue:hover {
    text-decoration: underline;
}

.cart-drawer__main {
    padding: 40px 32px;
}

.cart-drawer__label {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 43px;
    background: #23d7ab;
    margin-left: 24px;
    margin-bottom: 24px;
}

.cart-drawer__product {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.cart-drawer__product-info {
    margin-left: 20px;
}

.cart-drawer__product-title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0;
}

.cart-drawer__product-details {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 129%;
    margin: 0 0 8px;
}

.cart-drawer__product-price {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 129%;
    margin-bottom: 8px;
}

.cart-drawer__product-price-old {
    font-family: "futura_bk_btbook", sans-serif;
    text-decoration: line-through;
}

.cart-drawer__product-price-new {
    font-family: "futura_hv_btheavy", sans-serif;
}

.cart-drawer__product-info-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-drawer__product__qty {
    display: flex;
    align-items: center;
    border: 1px solid #000000;
}

.cart-drawer__product__qty-minus {
    padding: 12px 16px;
    cursor: pointer;
    border: none;
    background: transparent;
}

.cart-drawer__product__qty-plus {
    padding: 12px 16px;
    cursor: pointer;
    border: none;
    background: transparent;
}

.cart-drawer__product__qty-plus:focus {
    outline: none;
    border: none;
}

.cart-drawer__product__qty-input {
    border: none;
    width: 40px;
    text-align: center;
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.88px;
}

.cart-drawer__product__qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-drawer__product__qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-drawer__product__qty-input[type="number"] {
    -moz-appearance: textfield;
}

.cart-drawer__product__qty-input::-ms-clear {
    display: none;
}

.cart-drawer__product__qty-input::-ms-reveal {
    display: none;
}

.cart-drawer__product__remove {
    color: #595959;
    text-align: center;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 129%;
    text-transform: capitalize;
}

.cart-drawer__toss-products {
    width: 100%;
}

.cart-drawer__toss-products-title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    padding: 0 24px 16px;
}

.cart-drawer .products-card {
    margin: 0 0 10px;
    border-left: 0.5px solid #cccccc;
    border-right: 0.5px solid #cccccc;
}

.cart-drawer__footer {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 40px 69px 29px;
    background: #ffffff;
    border-top: 1px solid #000000;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.cart-drawer__total {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.cart-drawer__total p {
    margin: 0;
}

.cart-drawer__info {
    margin: 0 0 16px;
}

.cart-drawer__info p {
    margin: 0 0 8px;
}

.cart-drawer__taxes {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
}

.cart-drawer__free-payments {
    width: 100%;
    max-width: 387px;
    height: auto;
}

.cart-drawer__footer-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.cart-drawer__footer-buttons .btn {
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.cart-drawer__footer-buttons img {
    width: 100%;
    height: auto;
}

.cart-drawer__footer-label {
    margin: 24px auto 0;
}

@media (max-width: 550px) {
    .cart-drawer {
        width: 100%;
    }
    .cart-drawer__header {
        padding-left: 16px;
    }
    .cart-drawer__main {
        padding-left: 24px;
        padding-right: 24px;
    }
    .cart-drawer__footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .cart-drawer__footer-label {
        order: -1;
        margin-bottom: 24px;
        margin-top: 0;
    }
}

@media (max-width: 400px) {
    .cart-drawer__product-info-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}


/* ------------------------------
   * Home Page
   * ------------------------------ */

.main-hero {
    color: #ffffff;
    position: relative;
}

.main-hero .black-slider,
.main-hero .slick-list,
.main-hero .slick-track,
.main-hero .black-slider__slide-wrap {
    height: 600px;
    min-height: 600px;
}

.black-slider__slide {
    height: 100%;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.main-hero .black-slider .slick-dots {
    bottom: 110px;
}

.promobar-line {
    width: 110%;
    padding: 15px 0;
    background: #000000;
    color: #ffffff;
    transform: rotate(2deg);
}

.promobar-line-wrapper {
    width: 100%;
    overflow-x: hidden;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promobar-line p {
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 0 0 20px;
}

.promobar-line__item {
    margin-left: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.best-sellers {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 40px;
}

.best-sellers .section-title {
    padding-top: 0;
}

.best-sellers .section-inner {
    padding-left: 16px;
    padding-right: 16px;
}

.best-sellers .products-cards {
    padding-left: 16px;
}

.feat-collection {
    width: 100%;
    height: 414px;
    position: relative;
}

.feat-collection .black-slider__title {
    font-size: 32px;
}

.feat-collection .black-slider__subtitle {
    margin-top: 0;
}

.feat-collection .black-slider__button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
}

.feat-collection .black-slider .slick-dots {
    bottom: -30px;
}

.feat-collection .slick-slide,
.feat-collection .slick-track,
.feat-collection .slick-list,
.feat-collection .slick-slider {
    height: 100%;
}

.feat-collection__slide {
    height: 100%;
    position: relative;
}

.feat-collection__description {
    background: #000000;
    width: 382px;
    padding: 24px 16px 52px;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.feat-collection .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    z-index: 10;
    cursor: pointer;
}

.feat-collection .slick-next {
    right: 22px;
}

.feat-collection .slick-prev {
    left: 22px;
}

.new-products {
    padding-top: 40px;
    padding-bottom: 40px;
}

.new-products .products-cards {
    padding-left: 16px;
}

.home-info {
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.home-info__box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.home-info__block {
    flex: 1;
    display: flex;
    padding: 0 10px;
    align-items: center;
}

.home-info__image-container {
    flex: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.home-info__description {
    flex: 3;
}

.home-info__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    padding-top: 5px;
}

.home-info__title svg {
    display: none;
}

.home-info__description {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.shop-collection .collection-cards-btn {
    margin-bottom: 18px;
}

.shop-brand {
    padding-bottom: 40px;
}

.home .reviews-section {
    padding-bottom: 55px;
}

.shop-brand .btn {
    display: none;
}

.reviews-section {
    margin-bottom: 27px;
}

.reviews-section .reviews-cards {
    padding-left: 26px;
}

.home-bottom .slider-wide {
    margin-bottom: 9px;
}

.black-slider__slide-wrap {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 1200px) {
    .feat-collection__description {
        right: 100px;
    }
    .feat-collection__slider .slick-dots {
        right: 230px;
    }
}

@media (max-width: 1028px) {
    .best-sellers .section-title {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .best-sellers .section-title__button {
        margin: 0 8px 0 0;
    }
    .best-sellers .section-title__right-container {
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }
    .best-sellers .section-title__right {
        display: flex;
        flex-wrap: nowrap;
    }
    .best-sellers .section-title__left {
        margin-bottom: 8px;
    }
}

@media (max-width: 980px) {
    .best-sellers {
        padding-top: 30px;
    }
    .promobar-line-wrapper {
        height: auto;
    }
    .promobar-line {
        transform: none;
    }
    .new-products .products-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        padding: 0 14px 0;
        width: 100%;
    }
    .new-products .products-card {
        margin: 0;
        justify-self: center;
    }
    .home-info__block {
        flex-direction: column;
        text-align: center;
    }
    .home-info__image-container {
        margin-bottom: 10px;
    }
    .shop-collection .collection-cards-btn {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .collection-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .main-hero .black-slider__slide {
        background: transparent;
    }
    .main-hero .black-slider .slick-dots {
        bottom: 20px;
    }
    .black-slider__slide-wrap {
        padding-top: 40px;
        padding-bottom: 0;
        height: 670px;
    }
    .best-sellers .section-title__left {
        width: 100%;
        justify-content: space-between;
    }
    .feat-collection {
        height: 617px;
    }
    .feat-collection__description {
        width: 90%;
        max-width: 382px;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 24px;
    }
    .feat-collection__slider .slick-dots {
        right: 50%;
        transform: translateX(50%);
        bottom: 45px;
    }
    .feat-collection__slider .slick-arrow {
        display: none;
    }
    .feat-collection .black-slider__title {
        font-size: 42px;
        margin-bottom: 20px;
    }
    .new-products {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .new-products .section-title {
        justify-content: space-between;
    }
    .new-products .section-title__left {
        width: 100%;
        justify-content: center;
    }
    .new-products .products-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }
    .new-products .products-card:nth-child(2n) {
        justify-self: start;
    }
    .new-products .products-card:nth-child(2n+1) {
        justify-self: end;
    }
    .new-products .products-card {
        max-width: 100%;
        width: auto;
    }
    .home-info {
        border: none;
    }
    .home-info__title svg {
        display: inline-block;
    }
    .home-info__box {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }
    .home-info__block {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 14px 0;
        border-top: 1px solid #000000;
        text-align: left;
        width: 100%;
    }
    .home-info__block:last-child {
        border-bottom: 1px solid #000000;
    }
    .home-info__image-container {
        flex-direction: row;
        align-items: center;
    }
    .home-info__title {
        padding-top: 0;
    }
    .home-info__title svg {
        position: absolute;
        right: 35px;
    }
    .home-info__image {
        padding-right: 25px;
    }
    .home-info__description {
        padding-bottom: 10px;
    }
    .shop-collection .collection-cards-btn {
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        align-items: center;
    }
    .collection-card-btn {
        height: 183px;
        align-self: center;
        justify-self: center;
        width: 100%;
        position: relative;
    }
    .collection-card-btn__image {
        height: 100%;
    }
    .collection-card-btn__bottom {
        position: absolute;
        bottom: 0;
    }
    .collection-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .reviews-section .section-title__left {
        flex-direction: column;
        margin-bottom: 17px;
    }
    .reviews-section .section-title__title {
        margin-bottom: 8px;
    }
    .brand-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .brand-cards .brand-card {
        flex: auto;
        max-width: 100%;
    }
    .shop-brand .btn {
        margin-top: 28px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 398px;
        box-sizing: border-box;
        text-align: center;
        display: inherit;
    }
    .shop-brand .section-title__link {
        display: none;
    }
    /*	
    .shop-brand .brand-cards .brand-card:nth-child(n+10) {
        display: none;
    }
*/
    .home-bottom .slick-list {
        padding: 0 10% 0 0 !important;
    }
}

@media (max-width: 500px) {
    .main-hero .black-slider__slide {
        width: 100%;
    }
    .feat-collection-inner {
        width: 90%;
    }
    .new-products .section-title__left {
        justify-content: space-between;
    }
    .new-products .products-card__button {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* ------------------------------
   * Contact Page
   * ------------------------------ */

.support {
    padding-top: 40px;
    padding-bottom: 32px;
}

.support__blocks {
    border-bottom: 1px solid #000000;
}

.support__blocks.no-border {
    border: none;
}

.support__blocks-item {
    box-sizing: border-box;
    background: #000000;
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 16px;
    transition: all 0.3s;
}

.support__blocks-item:hover {
    box-shadow: 5px 5px 10px #000000;
}

.support__blocks-text {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
}

.support__blocks-icon {
    display: flex;
    align-items: center;
}

.support__title {
    color: #000;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin: 25px auto 16px;
    max-width: 350px;
}

.address {
    margin-bottom: 40px;
}

.address__block {
    width: 100%;
    background: #f2f2f2;
    padding: 24px;
    text-align: center;
}

.address__title {
    color: #000;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin: 0 auto 10px;
}

.address__text {
    color: #000;
    text-align: center;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    max-width: 185px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .support .section-inner,
    .address .section-inner {
        max-width: 818px;
    }
    .page-hero__title {
        max-width: 90%;
    }
    .page-hero__text {
        max-width: 734px;
    }
    .page-hero__link-box {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }
    .page-hero__link {
        border: 1px solid #fff;
        width: 247px;
        padding: 16px 24px;
    }
    .page-hero__link:first-child .page-hero__link-tile {
        max-width: 168px;
        margin-right: auto;
        margin-left: auto;
    }
    .support__blocks {
        border: none;
    }
    .support__title {
        padding-top: 26px;
        margin-top: 0;
        border-top: 1px solid #000000;
    }
}


/* ------------------------------
   * Age Popup
   * ------------------------------ */

.age-popup {
    background-color: #000000;
    padding: 40px;
    text-align: center;
    width: 100%;
    max-width: 338px;
}

.age-popup__page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.age-popup__image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 40px;
}

.age-popup__title {
    color: #fff;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    max-width: 200px;
    margin: 0 auto 40px;
}

.age-popup__button {
    border: none;
    cursor: pointer;
    margin: 0 0 12px;
    width: 100%;
    font-size: 10px;
    padding: 18px 5px;
    letter-spacing: 1.8px;
    font-weight: 600;
    font-family: "novecento-sans", sans-serif;
}

.age-popup .btn-black {
    border: 1px solid #ffffff;
}

.age-popup .btn-clear {
    border: 1px solid #ffffff;
}

.age-popup__text {
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 127%;
    max-width: 247px;
    margin: 30px auto 0;
}


/* ------------------------------
   * Product Page
   * ------------------------------ */

.product-page {
    display: flex;
    justify-content: flex-start;
    gap: 80px;
    max-height: 600px;
}

.product-page__left {
    width: 50%;
    position: relative;
}

.product-page__right {
    width: 42%;
    overflow-y: auto;
}

.product-page__image-zoom {
    width: 44px;
    height: 44px;
    position: absolute;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 50%;
    bottom: 5%;
    right: 2%;
    z-index: 10;
}

.product-page__image--large {
    margin-bottom: 25px;
}

.product-page__image--large-img {
    width: 100%;
    position: relative;
}

.product-page__image--large-img img {
    width: 100%;
    height: auto;
}

.product-page__image--nav {
    margin-left: auto;
    margin-right: auto;
}

.product-page__image--nav-img {
    opacity: .4;
}

.product-page__image--nav-img.slick-slide.slick-current {
    opacity: 1;
}

.product-page__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.product-page__price {
    color: #737373;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 129%;
    margin: 0 0 16px;
}

.product-page__stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 32px;
}

.product-page__stars span {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 129%;
    padding-left: 5px;
}

.product-page__options {
    margin-bottom: 16px;
}

.product-page__options-title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.product-page__options-block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.product-page__options-btn {
    flex: 1 1 auto;
    padding: 12px 15px;
    font-weight: 600;
    position: relative;
}

.product-page__options-btn-label {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    border-radius: 15px;
    background: #23d7ab;
    padding: 2px 7px;
    z-index: 10;
}

.product-page__button {
    width: 100%;
}

.product-page__description {
    width: 100%;
    max-width: 515px;
    margin: 0 auto;
    padding-top: 32px;
}

.product-page__description p {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin: 0 0 25px;
}

.product-page__accordion {
    border-bottom: 1px solid #000;
}

.product-page__accordion-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    padding: 14px 0;
    border-top: 1px solid #000;
    cursor: pointer;
}

.product-page__accordion svg {
    transition: all 0.3s;
}

.product-page__accordion-content {
    padding-bottom: 20px;
}

.product-page__options-select {
    width: 100%;
    padding: 13px 24px;
    border: 1px solid #000000;
    background-color: #ffffff;
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M18.5 10.0001L17.09 8.59009L12.5 13.1701L7.91 8.59009L6.5 10.0001L12.5 16.0001L18.5 10.0001Z" fill="%23323232"/></svg>');
    background-repeat: no-repeat;
    background-position: right 24px center;
    background-size: 16px 16px;
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 13px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.34px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.product-page__options-btn-active {
    background: #000000;
    color: #ffffff;
}

.product-page__options-qty {
    position: relative;
    display: flex;
    width: 100%;
    gap: 10px;
}

.product-page__options-qty-container {
    width: 400px;
    position: relative;
}

.product-page__options-qty-select {
    width: 100%;
    outline: none;
    padding: 17px 24px 18px;
    border: 1px solid #000000;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.88px;
    z-index: 1;
    background: transparent;
    position: relative;
}

.product-page__options-qty-select::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.product-page__options-qty-select::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.product-page__options-qty-arrow {
    display: none;
    /*
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto;
*/
}

.product-page__options-qty-container:after {
    content: " ";
    position: absolute;
    background: url(/wp-content/uploads/2024/06/down-caret-15h.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 20px;
    right: 15px;
    height: 15px;
    width: 15px;
    display: block;
    z-index: 0;
}

.product-page__free-payment {
    margin: 24px 0;
}

.product-page__additional-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
}

.product-page__additional-btn img {
    width: 100%;
    height: auto;
}

.product-page__home-info {
    border: none;
}

.product-page__left .product-page__title-wrap {
    display: none;
}

.product-page .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.product-page .slick-next {
    right: 0;
}

.product-page .slick-prev {
    left: 0;
}

.product-stack {
    width: 100%;
    padding: 0 32px 55px;
    background: #f4f5f6;
    position: relative;
}

.product-stack:before {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    background: #f4f5f6;
    z-index: -1;
}

.product-stack__title {
    color: #000;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.product-stack__products {
    width: 100%;
    max-width: 947px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
}

.product-stack__block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

.product-stack__block:not(:last-child):after {
    content: "+";
    display: block;
    position: absolute;
    top: 50px;
    right: -25px;
    font-size: 20px;
    color: #323232;
}

.product-stack__info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.product-stack__text {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    width: 70%;
    max-width: 197px;
}

.product-stack__text p {
    margin: 0 0 3px;
}

.product-stack__text-check {
    width: 21px;
    height: 21px;
    background: #23d7ab;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-stack__image {
    align-self: center;
    width: auto;
    max-width: 100%;
    height: auto;
}

.product-stack__description {
    text-align: center;
    margin: 16px 0 0;
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.product-stack__description-price {
    font-weight: 600;
    margin: 0 0 16px;
}

.product-stack__description-price .old {
    font-weight: 400;
    text-decoration: line-through;
}

.product-stack__description-text {
    margin: 0 0 15px;
}

.product-stack__description-btn {
    width: 100%;
    max-width: 195px;
}

.gummy-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.gummy-section__image {
    width: 50%;
    max-width: 717px;
}

.gummy-section__content {
    padding: 80px;
    width: 50%;
}

.gummy-section__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    max-width: 250px;
    margin: 0 0 16px;
}

.gummy-section__features {
    width: 100%;
    border-top: 3px solid #000000;
}

.gummy-section__features-block {
    width: 100%;
    max-width: 1358px;
    margin: 0 auto;
    padding: 65px 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
}

.gummy-section__features-item {
    border-bottom: 1px solid #000000;
    width: 100%;
    margin: 0 24px;
}

.gummy-section__features-title {
    color: #555;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.gummy-section__features-text {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.mushroom-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.mushroom-section__image {
    width: 100%;
    height: auto;
}

.mushroom-section__image-mobile {
    display: none;
}

.product-page__reviews-section {
    padding: 52px 60px 43px;
}

.product-page__reviews-section .section-title__link {
    padding-left: 0;
}

.product-page__reviews-section .reviews-card {
    padding: 0;
    margin: 0;
    width: auto;
}

.product-page__reviews-section .reviews-cards {
    padding: 0;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(100px, auto);
}

.product-page__reviews-section-btn {
    margin: 16px auto 0;
    display: block;
    width: 100%;
    max-width: 228px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    letter-spacing: 2.34px;
}

.related-products .section-title__title {
    margin-bottom: 19px;
    font-size: 24px;
}

.related-products .products-card {
    margin: 0;
    border-left: 1px solid #d3d3d3;
    border-right: none;
    width: 287px;
}

.faq-section {
    width: 100%;
    padding: 0 100px 0;
    min-height: 515px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-section__accordion {
    width: 100%;
    max-width: 974px;
    background: #000000;
    padding: 24px 168px 46px;
    color: #ffffff;
}

.faq-section .product-page__accordion-title {
    color: #ffffff;
    border-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}

.faq-section .product-page__accordion {
    border-bottom: 1px solid #ffffff;
}

.faq-section__accordion-title {
    color: #fff;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.product-stack__text .old {
    text-decoration: line-through;
}

@media (max-width: 1380px) {
    .gummy-section__image img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1100px) {
    .gummy-section__content {
        padding: 50px;
    }
    .product-page__reviews-section {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 980px) {
    .product-page {
        flex-direction: column;
        gap: 30px;
        max-height: 100%;
    }
    .product-page__left {
        width: 100%;
    }
    .product-page__left .product-page__title-wrap {
        display: block;
        text-align: center;
    }
    .product-page__left .star-rating-improved-link {
        display: none
    }
    .product-page__right .star-rating-improved-link {
        margin: 10px 0;
        display: flex;
        justify-content: center;
    }
    .product-page__stars {
        justify-content: center;
    }
    .product-page__right .product-page__title {
        display: none;
    }
    .product-page__right {
        width: 100%;
        overflow-y: visible;
    }
    .product-page__title,
    .product-page__price {
        margin-bottom: 8px;
        text-align: center;
    }
    .product-page__home-info .home-info__title {
        font-size: 12px;
        padding-top: 16px;
    }
    .product-page__description {
        max-width: 100%;
    }
    .promobar-line-wrapper__product-page {
        height: 150px;
    }
    .promobar-line-wrapper__product-page .promobar-line {
        transform: rotate(2deg);
    }
    .product-stack {
        padding-left: 0;
        padding-right: 0;
    }
    .product-stack__info {
        flex-direction: column;
        text-align: center;
    }
    .product-stack__text p {
        font-size: 12px;
        margin: 0 0 15px;
    }
    .product-stack__text .price {
        font-size: 14px;
    }
    .gummy-section__content {
        padding: 0 30px;
    }
    .product-page__reviews-section .reviews-card:nth-last-child(-n+4) {
        display: none !important;
    }
    .product-page__reviews-section .reviews-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .faq-section__accordion {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 768px) {
    .product-page__home-info {
        padding: 0;
    }
    .product-page__home-info .home-info__box {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }
    .product-page__home-info .home-info__block {
        display: block;
        padding: 0;
        border: none;
        text-align: center;
        width: auto;
    }
    .product-page__home-info .home-info__image-container {
        flex-direction: column;
    }
    .product-page__home-info .home-info__title svg {
        display: none;
    }
    .product-page__home-info .home-info__image {
        padding: 0;
    }
    .product-page__options-btn-active {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-page__free-payment img {
        width: 100%;
        height: auto;
        max-width: 387px;
    }
    .promobar-line-wrapper__product-page .promobar-line {
        transform: rotate(3deg);
    }
    .gummy-section {
        flex-direction: column;
    }
    .gummy-section__image {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .gummy-section__content {
        width: 100%;
        padding: 0 24px 0;
    }
    .gummy-section__features {
        border: none;
    }
    .gummy-section__features-block {
        padding: 24px 24px 42px;
        flex-direction: column;
    }
    .gummy-section__features-item {
        margin: 0;
    }
    .mushroom-section__image-desktop {
        display: none;
    }
    .mushroom-section__image-mobile {
        display: block;
    }
    .product-page__reviews-section .reviews-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-page__reviews-section {
        padding-top: 32px;
    }
    .product-page__reviews-section .section-title {
        padding-top: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .product-page__reviews-section .section-title__left {
        margin: 16px 0 0;
    }
    .product-page__reviews-section .reviews-card {
        flex-direction: row;
        text-align: left;
    }
    .product-page__reviews-section .reviews-card__review-bottom {
        display: none;
    }
    .product-page__reviews-section .reviews-card__review-top {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .product-page__reviews-section .reviews-card__image {
        width: 40%;
        margin-bottom: 0;
    }
    .faq-section {
        padding-left: 24px;
        padding-right: 24px;
    }
    .faq-section__accordion {
        padding: 24px 16px;
    }
}

@media (max-width: 576px) {
    .product-stack__block:not(:last-child):after {
        top: 30px;
    }
    .product-stack__block {
        gap: 10px;
    }
    .product-stack__text {
        max-width: 100%;
        width: 100%;
    }
    .product-stack__description-btn {
        max-width: 100%;
    }
    .product-page__reviews-section .section-title__right {
        width: 100%;
    }
    .product-page__reviews-section .section-title__right .btn {
        width: 100%;
    }
    .product-page__reviews-section-btn {
        max-width: 243px;
    }
}

.product-page__image--nav-img {
    cursor: pointer;
}

@media (max-width: 480px) {
    .product-stack__products {
        gap: 10px;
    }
    .product-stack__block:not(:last-child):after {
        right: -10px;
        font-size: 15px;
    }
}


/* ------------------------------
   * Collection Page
   * ------------------------------ */

.collection-hero {
    background: #ffffff;
    color: #000000;
}

.collection-hero .page-hero__image {
    margin-bottom: 32px;
}

.collection-hero .page-hero__text-holder {
    color: #000000;
    padding: 0;
}

.collection-hero .page-hero__title {
    color: #000;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 16px;
    max-width: 100%;
}

.collection-hero .page-hero__text {
    margin: 0 auto;
    /*    max-width: 606px; */
    max-width: none;
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    /*    text-transform: capitalize; */
}

.collection-hero .page-hero__text p {
    margin: 0 0 16px;
}

.explore-collections {
    padding-top: 27px;
    padding-bottom: 44px;
    border-top: 1px solid #000000;
}

.explore-collections .section-title {
    padding: 0 0 18px;
}

.explore-collections .section-title__title {
    font-size: 24px;
}

.explore-collections .collection-card {
    background: #ffffff;
    margin-right: 16px;
}

.explore-collections .collection-card:last-child {
    margin-right: 0;
}

.explore-collections .collection-card__bottom {
    display: inline-block;
    padding-top: 20px;
}

.collection-products {
    margin-bottom: 60px;
}

.section-inner.collection-controls,
.collection-products .section-inner {
    max-width: 1300px;
}

.collection-products-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 17px 14px;
    justify-content: center;
}

.collection-products-cards .products-card {
    margin: 0;
    width: auto;
}

.collection-reviews__btn,
.collection-products-cards__btn {
    margin: 33px auto 0;
    display: block;
    width: 168px;
    font-size: 13px;
    padding: 13px 0;
}

.feat-product {
    width: 100%;
    height: 100%;
    grid-column: span 2;
}

.feat-product__slider {
    width: 100%;
    height: 100%;
}

.feat-product__slide-wrap {
    position: relative;
}

.feat-product__slide {
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
}

.feat-product__description {
    width: 299px;
    background: #000000;
    padding: 16px 6px 48px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    right: 30px;
    bottom: 40px;
}

.feat-product__title {
    color: #fff;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 14px;
}

.feat-product__subtitle {
    font-size: 16px;
    margin: 0 0 16px;
}

.feat-product__button {
    padding: 10px 0;
    width: 100%;
    max-width: 205px;
}

.feat-product .slick-list,
.feat-product .slick-track {
    height: 100%;
}

.feat-product .slick-arrow {
    display: none !important;
}

.feat-product .slick-dots {
    bottom: 61px;
    right: 25%;
}

@media (max-width: 1024px) {
    .explore-collections .section-title {
        padding-right: 24px;
        padding-left: 24px;
    }
    .explore-collections .section-inner {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 890px) {
    /*
    .collection-products-cards .products-card {
        order: 1;
    }
    .collection-products-cards .products-card:nth-child(5) {
        order: 5;
    }
    .collection-products-cards .products-card:nth-child(7) {
        order: 6;
    }
    .collection-products-cards .products-card:nth-child(9) {
        order: 8;
    }
    .collection-products-cards .products-card:nth-child(11) {
        order: 10;
    }
    .collection-products-cards .products-card:nth-child(13) {
        order: 12;
    }
    .collection-products-cards .products-card:nth-child(15) {
        order: 14;
    }
    .collection-products-cards .products-card:nth-child(17) {
        order: 16;
    }
    .collection-products-cards .products-card:nth-child(19) {
        order: 18;
    }
*/
    .feat-product {
        grid-column: span 2;
        height: 400px;
        order: 2;
    }
    .collection-products-cards {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
    .collection-products .section-inner {
        max-width: 750px;
    }
}

@media (max-width: 768px) {
    .explore-collections {
        padding-bottom: 10px;
    }
    .filter-bar {
        flex-direction: column;
        gap: 16px;
        max-width: 324px;
        margin-left: auto;
        margin-right: auto;
    }
    .filter-bar__selects {
        flex-direction: column;
    }
    .filter-bar__select.select-type,
    .filter-bar__select.select-mood,
    .filter-bar__button {
        width: 100%;
        max-width: 100%;
    }
    /* .collection-products-cards {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    } */
    .explore-collections .section-title {
        justify-content: flex-start;
    }
}

@media (max-width: 675px) {
    .feat-product {
        height: 570px;
    }
    .feat-product__description {
        width: calc(100% - 48px);
        left: 24px;
        right: 24px;
        bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .feat-product .slick-dots {
        right: 50%;
        transform: translateX(50%);
        bottom: 40px;
    }
    .feat-product .slick-arrow {
        display: block !important;
        position: absolute;
        top: 40%;
        background: transparent;
        border: none;
        z-index: 10;
    }
    .feat-product .slick-next {
        right: 0;
    }
    .feat-product__title {
        font-size: 32px;
    }
    .feat-product__subtitle {
        max-width: 200px;
        margin-right: auto;
        margin-left: auto;
        font-size: 18px;
    }
    .feat-product__button {
        max-width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .products-card__button {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 600px) {
    .explore-collections .collection-card {
        margin-right: 4px;
    }
    .explore-collections .slick-track {
        margin: 0 0 0 16px;
    }
}

@media (max-width: 500px) {
    .collection-products-cards {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    }
}

@media (max-width: 380px) {
    .collection-products-cards {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
}


/* ------------------------------
   * Cart Page
   * ------------------------------ */

.cart-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.cart-main {
    width: 75%;
    border-right: 1px solid #000000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.cart-main__header {
    width: 100%;
    height: 164px;
    display: flex;
    justify-content: flex-end;
    padding: 17px 34px;
}

.cart-main__header-text-holder {
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 100px;
    color: #ffffff;
}

.cart-main__header-left {
    display: flex;
    flex-direction: column;
}

.cart-main__header-shopper {
    margin: 0 0 10px;
    font-family: "novecento-sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 103%;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.cart-main__header-save {
    margin: 0;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 103%;
    letter-spacing: -0.64px;
    text-transform: capitalize;
}

.cart-main__header-right {
    color: #fff;
    font-family: "novecento-sans", sans-serif;
    font-size: 13px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.34px;
    text-decoration: underline;
    text-transform: uppercase;
}

.cart-main__products {
    width: 100%;
    max-width: 970px;
    padding: 0 40px 40px;
}

.cart-main__products-title-holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
}

.cart-main__products-title-left {
    margin: 0;
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}

.cart-main__products-title-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.cart-main__products-count {
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}

.cart-main__products-list {
    max-height: 400px;
    overflow-y: auto;
}

.cart-main__products .cart-drawer__product {
    background: #f4f5f6;
    padding: 16px 32px 16px 16px;
    width: 100%;
    margin-bottom: 10px;
}

.cart-main__products .cart-drawer__product-info {
    width: 100%;
}

.cart-main__products .cart-drawer__product-title {
    margin-bottom: 8px;
}

.cart-main__products .cart-drawer__product-variant {
    margin: 0 0 8px;
    color: #000;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 129%;
    text-transform: capitalize;
}

.cart-main__products .cart-drawer__product__qty-input {
    background: transparent;
}

.cart-side {
    width: 40%;
    padding: 67px 48px 60px 60px;
}

.cart-side .cart-drawer__label {
    margin: 0 auto 24px;
    text-align: center;
    width: max-content;
    display: block;
}

.cart-side .cart-drawer__footer {
    padding: 0;
    border: none;
}

.cart-side .cart-drawer__info p.cart-drawer__taxes {
    margin-bottom: 16px;
}

.cart-side .cart-drawer__package {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.cart-page-bestsellers-title {
    width: 100%;
    max-width: 970px;
    box-sizing: border-box;
    padding: 19px 24px;
    font-size: 24px;
}

.related-products .cart-page-bestsellers-title {
    display: none;
}

@media (max-width: 1200px) {
    .cart-main__products-list {
        max-height: 220px;
    }
    .cart-side {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .cart-page {
        display: block;
    }
    .cart-main {
        width: 100%;
        border: none;
    }
    .cart-main .cart-page-bestsellers-title {
        display: none;
    }
    .cart-main__header-text-holder {
        justify-content: space-between;
    }
    .cart-main__products {
        padding: 0;
    }
    .cart-main__products-title-holder {
        border-bottom: 1px solid #000000;
    }
    .cart-main__products-list {
        max-height: 100%;
        padding: 20px 15px;
        border-bottom: 1px solid #000000;
    }
    .cart-side {
        width: 100%;
        box-sizing: border-box;
        padding: 40px 15px;
    }
    .related-products .cart-page-bestsellers-title {
        display: block;
        font-size: 18px;
        padding: 0 24px 16px;
        margin: 0;
    }
    .cart-main__products .cart-drawer__product {
        padding-right: 16px;
    }
    .cart-main__header {
        padding-left: 16px;
        padding-right: 16px;
    }
    .cart-main__header-text-holder {
        gap: 0;
    }
}


/* ------------------------------
   * Quick Add Popup
   * ------------------------------ */

.popup--add-to-bag {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    overflow-y: auto;
    padding: 1rem;
}

.popup--add-to-bag.active {
    display: flex;
}

.popup--add-to-bag__main {
    width: 680px;
    max-height: 100vh;
    overflow-y: auto;
    background: #ffffff;
    margin: 1rem auto;
}

.popup--add-to-bag__header {
    width: 100%;
    padding: 10px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000000;
}

.popup--add-to-bag__title {
    margin: 0;
    color: #000;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}

.popup--add-to-bag__close-btn {
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

.popup--add-to-bag__content {
    padding: 17px 63px 35px;
    text-align: center;
}

.popup--add-to-bag__image {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.popup--add-to-bag__product-details {
    max-width: 403px;
    margin: 0 auto;
}

.popup--add-to-bag__product-title {
    margin: 0 auto 24px;
    max-width: 300px;
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}

.popup--add-to-bag__options-title {
    text-align: left;
}

.popup--add-to-bag .product-page__options-qty-container {
    width: 200px;
}

.popup-subtotal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0;
}

.popup-subtotal-title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}

.popup-subtotal-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.popup-subtotal-sum {
    color: #000;
    text-align: right;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 129%;
}

.popup-subtotal-sum .sum-old {
    color: #737373;
    text-decoration: line-through;
}

.sum-discount {
    color: #23d7ab;
    text-align: right;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 129%;
    text-transform: capitalize;
}

.popup--add-to-bag .product-page__additional-block {
    margin-bottom: 21px;
}

.popup--add-to-bag__back {
    color: #000;
    text-align: center;
    font-family: "novecento-sans", sans-serif;
    font-size: 11px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    text-decoration: none;
}

.popup--add-to-bag__back:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .popup--add-to-bag__main {
        width: 98%;
    }
    .popup--add-to-bag__content {
        padding: 10px 10px 25px;
        text-align: left;
    }
    .popup--add-to-bag__image {
        width: 269px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 17px;
    }
    .popup--add-to-bag__product-details {
        max-width: 100%;
    }
    .popup--add-to-bag__product-title {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .popup--add-to-bag__back {
        display: block;
    }
}


/* ------------------------------
   * About Us
   * ------------------------------ */

.about-us-hero .page-hero__image {
    height: 425px;
}

.about-us-hero .page-hero__text {
    max-width: 100%;
}

.about-us-hero .page-hero__title {
    font-size: 42px;
}

.mission {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mission__main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 164px;
}

.mission__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 290px;
}

.mission__title {
    color: #000;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 150%;
    margin: 16px 0;
    max-width: 288px;
}

.mission__icons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.mission__right {
    max-width: 643px;
    text-align: left;
    color: #000;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.mission-product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.mission-product__title {
    color: #000;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 16px;
}

.mission-product__text-block {
    box-sizing: border-box;
    width: 50%;
    padding: 40px 48px;
}

.mission-product__text {
    max-width: 364px;
    margin-bottom: 26px;
}

.mission-product__text p {
    color: #000;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.mission-product__text ul {
    list-style: disc;
    padding-left: 30px;
}

.mission-product__text a {
    color: #000;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
}

.mission-product__image {
    width: 50%;
}

.mission-product__image img {
    width: 100%;
    height: auto;
}

.mission-product__btn {
    width: 327px;
}

.mission-numbers {
    width: 100%;
    background: #000000;
    color: #ffffff;
    padding-top: 40px;
    padding-bottom: 64px;
}

.mission-numbers__title {
    color: #fff;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 16px;
}

.mission-numbers__description {
    margin: 0 auto 16px;
    max-width: 846px;
    color: #fff;
    text-align: center;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.mission-numbers__block {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    text-align: center;
}

.mission-numbers__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission-numbers__amount {
    color: #fff;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.mission-numbers__text {
    color: #fff;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 2.1px;
    margin: 0;
    text-transform: uppercase;
}

.press {
    padding: 70px 0;
    border-bottom: 1px solid #000000;
}

.press__title {
    color: #000;
    text-align: center;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin: 0 0 38px;
}

.press-slider {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.press-slider .slick-track {
    transform: translate3d(-226px, 0px, 0px);
}

.press-slider img {
    margin: 0 20px;
}

@media (max-width: 1200px) {
    .mission-product__text {
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .mission__main {
        gap: 50px;
    }
}

@media (max-width: 768px) {
    .mission {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .mission__main {
        flex-direction: column;
        gap: 0;
    }
    .mission__right {
        text-align: center;
    }
    .mission-product {
        flex-direction: column;
    }
    .mission-product__image {
        width: 100%;
    }
    .mission-product__text-block {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
    .mission-product.product-right {
        flex-direction: column-reverse;
    }
    .mission-numbers__block {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 40px;
    }
    .press {
        padding: 50px 0;
    }
}

@media (max-width: 600px) {
    .mission-product__btn {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .about-us-hero .page-hero__image {
        height: 425px;
    }
    .about-us-hero .page-hero__text-holder {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .about-us-hero .page-hero__text {
        max-width: 1195px;
    }
    .about-us-hero .page-hero__title {
        font-size: 42px;
    }
}


/* ------------------------------
   * Lab Reports
   * ------------------------------ */

.reports-hero .page-hero__title {
    max-width: 90%;
}

.reports-top {
    padding: 37px 0 47px;
}

.reports-top__description {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 auto 37px;
    width: 100%;
    max-width: 570px;
}

.reports-top__description a {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    text-decoration: underline;
}

.lab-reports__filters {
    display: block;
    width: 100%;
    margin-bottom: 47px;
}

.lab-reports__filters .filter-bar__selects {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    gap: 8px;
}

.lab-reports__filters .filter-bar__search-container {
    width: 100%;
    max-width: 370px;
    position: relative;
    box-sizing: border-box;
}

.lab-reports__filters .filter-bar__search-container .select-search {
    width: 100%;
    background: none;
    box-sizing: border-box;
}

.lab-reports__filters .filter-bar__search-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
}

.lab-reports__filters .select-section {
    width: 100%;
    max-width: 370px;
    box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 10.0001L16.59 8.59009L12 13.1701L7.41 8.59009L6 10.0001L12 16.0001L18 10.0001Z' fill='%23323232'/%3E%3C/svg%3E") no-repeat right 24px center;
}

.lab-reports__filters .filter-bar__select::placeholder {
    color: #000000;
}

.reports-collection {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.reports-collection__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    background: #f0f3f5;
    gap: 10px;
}

.reports-collection__img-holder {
    padding-right: 10%;
}

.reports-collection__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0 0 20px;
}

.reports-collection__text {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 129%;
    text-transform: uppercase;
    margin: 0;
}

.reports-bottom {
    width: 100%;
    text-align: center;
    padding: 0 0 77px;
}

.reports-bottom__text {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    margin: 0 8px;
}

.reports-bottom__link {
    color: #000;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: underline;
    text-transform: capitalize;
}

.reports-breadcrumbs {
    width: 100%;
    max-width: 1300px;
    padding-top: 0;
    padding-bottom: 26px;
}

.reports-breadcrumbs__mobile {
    display: none;
}

.reports-collection__item {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.reports-collection__item:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.32);
}

.reports-popup .popup--add-to-bag__main {
    width: 100%;
}

.reports-popup .popup--add-to-bag__title {
    text-transform: capitalize;
}

.reports-documents {
    width: 100%;
    max-width: 806px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 34px;
    gap: 56px 25px;
}

.reports-documents__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 0 16px;
    text-align: center;
}

.reports-documents__image {
    margin-bottom: 16px;
}

.reports-documents__image img {
    width: 100%;
    height: auto;
}

.reports-documents__link {
    color: #909090;
    font-family: "futura-pt", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    text-decoration: underline;
    text-transform: capitalize;
}

@media (max-width: 1300px) {
    .reports-collection,
    .reports-breadcrumbs {
        max-width: 90%;
    }
}

@media (max-width: 1200px) {
    .reports-collection__img-holder {
        padding-right: 0;
    }
}

@media (max-width: 980px) {
    .reports-collection {
        grid-template-columns: repeat(2, 1fr);
    }
    .reports-collection__img-holder {
        padding-right: 5%;
    }
}

@media (max-width: 768px) {
    .reports-collection__img-holder {
        padding-right: 0;
    }
    .reports-documents {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
        gap: 40px 25px;
    }
}

@media (max-width: 600px) {
    .reports-top {
        padding-bottom: 40px;
    }
    .reports-collection {
        grid-template-columns: repeat(1, 1fr);
        max-width: 100%;
    }
    .reports-collection__item {
        justify-content: space-between;
    }
    .reports-collection__img-holder {
        padding-right: 10%;
    }
    .reports-bottom {
        padding-bottom: 40px;
    }
    .reports-breadcrumbs__desktop {
        display: none;
    }
    .reports-breadcrumbs__mobile {
        display: block;
        position: absolute;
        z-index: 10;
        top: 32px;
        left: 50%;
        transform: translate(-50%);
        color: #ffffff;
    }
    .reports-breadcrumbs__mobile .breadcrumbs__link,
    .reports-breadcrumbs__mobile .breadcrumbs__current {
        color: #ffffff;
    }
    .reports-breadcrumbs__mobile .breadcrumbs__list {
        flex-wrap: wrap;
    }
}


/* ------------------------------
   * FAQs
   * ------------------------------ */

.lab-reports__filters .select-section.faq-select {
    max-width: 382px;
}

.common-faq {
    max-width: 1314px;
    margin: 0 auto 32px;
}

.common-faq__title {
    color: #000;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.common-faq__item {
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #000000;
}

.common-faq__question {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin: 0 0 8px;
}

.common-faq__answer {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.product-faq {
    max-width: 1314px;
    margin: 0 auto 32px;
}

.product-faq__title {
    color: #000;
    text-align: left;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 0 0 24px;
}

.product-faq__blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 16px;
}

.product-faq .support__blocks-item {
    width: auto;
    margin: 0;
}

@media (max-width: 980px) {
    .product-faq__blocks {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .reports-bottom {
        padding-bottom: 50px;
    }
    .faq-top {
        padding-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .product-faq__blocks {
        grid-template-columns: 1fr;
    }
    .lab-reports__filters {
        max-width: 100%;
    }
}


/* ------------------------------
   * Blog
   * ------------------------------ */

.blog-header {
    width: 100%;
    padding: 40px 0 45px;
    text-align: center;
}

.blog-header__title {
    color: #000;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 52px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0 0 24px;
}

.blog-header__nav {
    display: inline-block;
}

.blog-header__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px 24px;
    flex-wrap: wrap;
}

.blog-header__nav-link {
    text-decoration: none;
    color: #a0a0a0;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
}

.blog-header__nav-link:hover {
    color: #000000;
}

.blog-header__nav-link.active {
    color: #000000;
}

.blog-top {
    margin-bottom: 32px;
}

.blog-top__holder {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.blog-top__img-holder {
    width: 50%;
}

.blog-top__img-holder img {
    width: 100%;
    height: auto;
}

.blog-top__text-holder {
    width: 50%;
    text-align: left;
}

.blog__date-category {
    color: #000;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.34px;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.blog__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.blog__text {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 16px;
}

.blog__more {
    color: #000;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    text-decoration: none;
}

.blog__more:hover {
    text-decoration: underline;
}

.blog-list {
    width: 100%;
    text-align: center;
    margin-bottom: 46px;
}

.blog-list__container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 30px;
    margin-bottom: 32px;
}

.blog-list__img-holder {
    width: 100%;
    margin-bottom: 24px;
}

.blog-list__img {
    width: 100%;
    height: auto;
}

.blog-list__text-holder {
    padding: 0 24px;
    text-align: left;
}

.blog-article-header {
    padding: 40px 0 18px;
}

.blog-article {
    max-width: 1083px;
    margin: 0 auto;
    text-align: left;
}

.blog-article .blog-top__img-holder {
    width: 100%;
    margin-bottom: 49px;
}

.blog-article .blog-top__text-holder {
    width: 100%;
}

.blog-article h2 {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 35px 0 0;
}

.blog-article .blog-products {
    margin-bottom: 10px;
}

.blog-article .products-card {
    margin: 0 7px 0 0;
}

.related-articles {
    width: 100%;
    padding: 35px 0;
    border-top: 1px solid #000000;
}

.related-articles__holder {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.related-articles h2 {
    margin: 0 0 10px;
}

.related-articles .blog-list__text-holder {
    padding: 0;
}

.article-author {
    padding: 56px 24px;
    text-align: center;
    width: 100%;
}

.article-author__image-holder {
    margin-bottom: 17px;
}

.article-author__image-holder img {
    margin: 0 auto;
    border-radius: 50%;
}

.article-author__about {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 129%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin: 0 0 17px;
}

.article-author__name {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0 0 17px;
}

.article-author__more {
    color: #23d7ab;
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 129%;
    letter-spacing: 2.4px;
    text-transform: capitalize;
}

.blog-related-products {
    padding-top: 21px;
    padding-bottom: 9px;
    border-top: 1px solid #000000;
}

.blog-related-products .products-card {
    margin: 0;
    border-top-color: #d3d3d3;
}

@media (max-width: 1100px) {
    .blog-article .blog-top__img-holder,
    .blog-article__text-block,
    .blog-products h2,
    .related-articles,
    .blog-related-products .section-title__title {
        padding-right: 24px;
        padding-left: 24px;
    }
    .blog-products-slider {
        padding-left: 24px;
    }
}

@media (max-width: 980px) {
    .blog-top__holder {
        gap: 20px;
    }
    .blog-list__container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .blog-header {
        padding: 34px 0;
    }
    .blog-header__title {
        font-size: 32px;
    }
    .blog-top .section-inner,
    .blog-list .section-inner {
        padding: 0;
    }
    .blog-top__holder {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 32px;
    }
    .blog-top__img-holder,
    .blog-top__text-holder {
        width: 100%;
    }
    .blog-top__text-holder {
        padding: 0 24px;
    }
    .blog-list__container {
        grid-template-columns: 1fr;
    }
    .blog-article-header {
        padding-bottom: 0;
    }
    .related-articles .blog-list__text-holder {
        text-align: center;
        width: 100%;
        max-width: 60%;
        margin: 0 auto;
    }
    .related-articles .blog-list__img-holder {
        margin-bottom: 14px;
    }
    .related-articles h2 {
        font-size: 20px;
    }
    .related-articles .blog-list__img {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
}


/* ------------------------------
   * Account
   * ------------------------------ */

.order {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 24px;
    flex-direction: column;
}

.order-main {
    background: #ffffff;
    padding: 47px 24px;
    text-align: center;
    width: 100%;
    max-width: 927px;
	margin-bottom: 40px;
}

.order__text-holder {
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
}

.order__title {
    color: #000;
    text-align: center;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 10px;
}

.order__number {
    width: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-family: "futura_hv_btheavy", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.98px;
    text-transform: uppercase;
    padding: 8px;
    box-sizing: border-box;
    background: #000000;
    max-width: 229px;
    margin: 0 auto 10px;
}

.order__text {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
}

.order__text p {
    margin: 0;
}

.order__text a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.order-faq {
    min-height: auto;
    max-width: 927px;
    margin: 0 auto 50px;
    padding: 0;
}

.account-block {
    padding-bottom: 39px;
    border-bottom: 1px solid #000000;
    text-align: center;
    margin-bottom: 50px;
}

.account-block__title {
    width: 100%;
    max-width: 300px;
    color: #000;
    text-align: center;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 auto 32px;
}

.account-block__text {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.account-block__text p {
    margin: 0;
}

.account-block__text a {
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

.account-block__text a:hover {
    text-decoration: underline;
}

.account-form {
    width: 100%;
    max-width: 543px;
    margin: 0 auto 24px;
}

.social {
    width: 100%;
    padding-bottom: 58px;
}

.social .account-block__title {
    margin-bottom: 25px;
}

.social__holder {
    display: flex;
    justify-content: center;
    gap: 60px;
}

@media (max-width: 980px) {
    .order-faq,
    .account-block,
    .social {
        padding-left: 24px;
        padding-right: 24px;
    }
    .order-faq .faq-section__accordion-title {
        font-size: 24px;
    }
    .order-faq .product-page__accordion-title {
        font-size: 16px;
    }
}

@media (max-width: 580px) {
    .order__text-holder,
    .order__number {
        max-width: 100%;
    }
    .order__text {
        max-width: 275px;
        margin: 0 auto;
    }
}


/* ------------------------------
   * Wholesale
   * ------------------------------ */

.wholesale-hero {
    height: 425px;
    flex-direction: column;
    gap: 10px;
}

.wholesale-hero .page-hero__title {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 52px;
    max-width: 250px;
}

.why-wholesale {
    padding: 60px 0;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.why-wholesale__top {
    max-width: 570px;
    margin: 0 auto 34px;
}

.why-wholesale__title {
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    text-transform: capitalize;
    margin: 0 auto 16px;
}

.why-wholesale__description {
    font-size: 14px;
}

.why-wholesale__description p {
    margin: 0;
}

.why-wholesale__box {
    width: 100%;
    max-width: 857px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.why-wholesale__item {
    background: #ffffff;
    padding: 24px;
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 23px;
}

.why-wholesale__text-holder {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.wholesale-main {
    width: 100%;
    max-width: 1109px;
    margin: 0 auto;
    padding: 63px 24px 74px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
}

.wholesale-main__img {
    width: 100%;
    height: auto;
}

.wholesale-main__title {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-transform: capitalize;
    max-width: 280px;
    margin: 0;
}

.wholesale-main__text {
    width: 100%;
    max-width: 470px;
    font-size: 14px;
    line-height: 150%;
}

.wholesale-work {
    width: 100%;
    padding-bottom: 74px;
}

.wholesale-work__title {
    color: #000;
    text-align: center;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 650;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    margin: 0 0 74px;
}

.wholesale-work__slide {
    border: 2px solid #000000;
    padding: 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.wholesale-work__slide-text {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 123%;
    /*    text-transform: capitalize; */
}

.wholesale-work__slide-name {
    color: #000;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 123%;
    text-transform: capitalize;
}

.wholesale-work__slider {
    overflow-x: hidden;
}

.wholesale-work__slider .slick-list {
    margin: 0 -24px;
}

.wholesale-work__slide {
    margin: 0 16px;
}

.black-banner {
    width: 100%;
    background: #000000;
    padding: 32px 0 37px;
    text-align: center;
    color: #ffffff;
}

.black-banner__text-holder {
    width: 100%;
    /*    max-width: 430px; */
    max-width: 520px;
    margin: 0 auto;
}

.black-banner__title {
    color: #fff;
    text-align: center;
    font-family: "futura_bk_btbook", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    max-width: 288px;
    margin: 0 auto 36px;
}

.black-banner__text {
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
}

.black-banner__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.black-banner__links a {
    color: #fff;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.black-banner__links a:hover {
    text-decoration: underline;
}

.wholesale-form {
    padding-top: 59px;
    padding-bottom: 0;
    border: none;
}

.wholesale-form .product-page__options-select {
    padding-top: 17px;
    padding-bottom: 17px;
}

.product-page__options-select.gray-option {
    color: #cfcfcf;
}

@media (max-width: 980px) {
    .why-wholesale__item {
        width: auto;
        gap: 10px;
    }
    .why-wholesale__box {
        gap: 10px;
    }
    .wholesale-work__slider .slick-list {
        margin: 0;
    }
    .wholesale-work__slide {
        margin: 0 10px;
    }
    .wholesale-work__title {
        margin-bottom: 41px;
    }
}

@media (max-width: 768px) {
    .why-wholesale {
        padding: 40px 0;
    }
    .why-wholesale__title {
        max-width: 260px;
    }
    .why-wholesale__item {
        flex-direction: column;
        padding: 22px 16px 12px;
    }
    .why-wholesale__text-holder {
        font-size: 14px;
    }
    .wholesale-main {
        padding: 0 0 56px;
        grid-template-columns: 1fr;
    }
    .wholesale-main__text {
        margin: 0 auto;
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
    }
    .wholesale-main__title {
        margin: 0 auto;
        text-align: center;
    }
    .wholesale-work {
        padding-bottom: 40px;
    }
    .wholesale-work__slider {
        max-width: 85%;
        margin: 0 auto;
        position: relative;
        padding-bottom: 25px;
        overflow: visible;
    }
}

@media (max-width: 580px) {
    .why-wholesale__top {
        max-width: 292px;
    }
}

@media (max-width: 360px) {
    .black-banner__links {
        flex-direction: column;
        gap: 5px;
    }
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

.rotated {
    transform: rotate(45deg);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}


/* review popup */

.review-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.review-popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 800px;
    position: relative;
    border-radius: 5px;
}

.review-popup-close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.review-popup-close:hover,
.review-popup-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.review-lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #444;
    background: rgba(255, 255, 255, 0.9);
}

.review-lightbox-content {
    display: flex;
    background-color: #fff;
    margin: 10% auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    position: relative;
    border-radius: 5px;
}

.review-lightbox-content .review-details-container {
    padding: 30px;
	background-color: #f8f8f8;
	width: 100%;	
}

.review-lightbox img,
.review-lightbox video {
    max-width: 100%;
    max-height: 100%;
}

.review-lightbox-close {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.review-lightbox-content .review-details-container .star-rating {
    float: none;
    margin: 0 auto 20px;
}

.review-lightbox-content .review-details-container .meta {
    text-align: center;
}

.review-video-icon {
    display: block;
    width: 100%;
    text-align: center;
    font-family: fontawesome;
    font-size: 20px;
    margin-bottom: 10px;
}

#review-lightbox #review-lightbox-video-src.hidden,
#review-lightbox img.hidden {
    display: none;
}

#review-lightbox-img {
    min-width: 300px;
}

#review-lightbox-video-src {
    min-height: 400px;
}

#review-form-popup label,
#review-form-popup .comment-reply-title {
    text-transform: uppercase;
}

#review-form-popup .comment-reply-title {
    margin-bottom: 10px;
    font-weight: 600;
}

#review-form-popup .comment-form-comment label {
    display: block;
    margin-bottom: 10px;
}

#review-form-popup .comment-form-rating {
    margin-top: 10px;
}

#review-form-popup #comment,
#review-form-popup #review_image {
    width: 100%;
}

@media (max-width: 980px) {
    .woocommerce .reviews-section #reviews #comments .commentlist .review {
        width: 32%;
    }
    #review-lightbox-img {
        min-width: 0;
    }
    .review-lightbox-content {
        flex-direction: column-reverse;
        /*		max-height: 70vh; */
    }
    .review-lightbox-content .review-lightbox-media-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .woocommerce .reviews-section #reviews #comments .commentlist .review {
        width: 49%;
    }
}

@media (max-width: 600px) {
    .woocommerce .reviews-section #reviews #comments .commentlist .review {
        width: 100%;
        margin-right: 0;
    }
    #review-lightbox-img,
    #review-lightbox-video-src {
        min-width: 100%;
    }
}

#comments .comment-excerpt {
    font-size: 12px;
    margin-bottom: 10px;
}


/*

.products-card__stars .star-rating-improved .star {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    color: #ffd700; 
}

.products-card__stars .star-rating-improved .star {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    color: #ffd700; 
}

.products-card__stars .star-rating-improved .star {
    font-family: 'FontAwesome';
    content: '\f005'; 
}

.products-card__stars .star-rating-improved .star.half::before {
	font-family: 'FontAwesome';
    content: '\f089';
    position: relative;
    color: #ffd700;
    font-size: 15px;
    width: 0;
    display: inline-block;
}
.products-card__stars .star-rating-improved .star.half,
.products-card__stars .star-rating-improved .star.empty {
    color: #e0e0e0; /* Grey color for empty stars and base for half empty stars 
}
*/

.star-rating-improved {
    margin-right: 5px;
}

a.star-rating-improved-link {
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.collection-loop-slider {
    grid-column: span 2;
    position: relative;
    display: flex;
}

.collection-loop-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collection-loop-slider .slick-dots .custom-dot {
    width: 33px;
    height: 4px;
    opacity: 0.52;
    background: #ccc;
    display: block;
    margin: 2px;
    cursor: pointer;
}

.collection-loop-slider .slick-dots .slick-active .custom-dot {
    opacity: 1;
    background: #999;
}

.collection-slider-item a {
    height: 100%;
}

.collection-slider-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.collection-loop-slider .slick-track {
    height: 100%;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    background: #000;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 5px;
    display: inline-block;
    text-decoration: none;
    min-width: 200px;
    text-align: center;
}


/* ***************** All css below this line added from wp-admin/appearance/customizations/css on 8/12/24 ********************* */

/* css for product add to cart +/- qty control */
.product-page__options-qty-container {
	width: 150px !important;
}
.form-group--number {
	float: none !important;
	min-width: 7.5em;
	position:relative;
}

@media (max-width: 780px) {
	.form-group--number {
		min-width: 6.5em;
	}
	.product-page__button {
    padding: 16px 16px;
	}
}

label.screen-reader-text {
	display: none;
} 
.form-group--number button {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 100%;
	max-width: 20px;
	color: #222;
	font-size: 30px;
	border: none;
	background: none;
	cursor: pointer;
	padding: 0;
}
.form-group--number button.down {
	left: 12px;
}
.form-group--number button.down:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: '';
	width: 14px;
	height: 1px;
	background-color: #000;
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
 }
.form-group--number button.up {
	right: 12px;
}
.form-group--number button.up:before, .form-group--number button.up:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: '';
	width: 14px;
	height: 1px;
	background-color: #000;
}
  
.form-group--number button.up:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-o-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}
.form-group--number button.up:after {
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	-moz-transform: translate(-50%, -50%) rotate(0deg);
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-o-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
.form-group--number .form-control {
	border: 1px solid #000000;
	height: 50px;
	padding: 0 25px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #222;
	background-color: transparent;
	width: 100%;
}
.form-group--number input {
	border-radius: 0;
}
.form-group--number input[type=number] {
	-moz-appearance:textfield;
}
.product-page__options-qty-container:after {
	display:none !important;
}

/* end quantity css */


@media all and (min-width: 981px) and (max-width: 1170px) {
	.blog-list__img-holder {
		max-height: 160px;
	}
 }
 @media all and (min-width: 1450px) {
	.blog-list__img-holder {
		max-height: 250px;
	}
 }
 @media all and (max-width: 768px) {
	.blog-list__img-holder {
   		max-height: none;
	}
}
/* end css for product add to cart +/- qty control */

.wc-block-components-order-summary.wc-block-components-panel {
	transition: max-height 0.50s ease-in-out;
	overflow: hidden;	
	max-height: 0;
}
.wc-block-components-order-summary.wc-block-components-panel.visible {
	max-height: 2000px;
}
.woocommerce-checkout .checkout-items {
	cursor: pointer;
}

.header__icon--basket-container {
	position: relative;
}
.header__icon--basket-counter {
	position: absolute;
	display: block;
	z-index: 2;
	width: 18px;
	height: 18px;
	left: 86%;
	top: -5px;
	border-radius: 10px;
	background: #000;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
}
.header__icon--basket-counter.hidden {
	display: none;
}

.prod-card {
	position: relative;
}
.prod-card .tag {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	padding: 12px;
	font-size: 14px;
}
.prod-card .tag.on-sale {
	background: #94DE32;
	color: #000;
}
.prod-card .tag.best-seller, 
.prod-card .tag.experienced-only {
	background: #000;
	color: #fff;
}

@media (max-width: 980px) {
	.single .related-articles__holder {
    grid-template-columns: repeat(1, 1fr);
	}
	.single .blog-list__img-holder {
			max-height: none;
	}
}
@media (max-width: 1200px) {
	.archive .promobar-line-wrapper.promobar-line-wrapper__product-page {
		height: 100px;
	}
}
@media (min-width: 1201px) {
	.archive .promobar-line-wrapper.promobar-line-wrapper__product-page {
		height: 120px;
	}
}
@media (min-width: 1920px) {
	.archive .promobar-line-wrapper.promobar-line-wrapper__product-page {
		height: 150px;
	}
}

.wc-block-components-checkout-return-to-cart-button {
	font-size: 120%;
}
.extra-return-to-cart-container {
	padding-bottom: 20px;	
}
/* fix for blog slider having right padding that makes it look uncentered */
@media (max-width: 768px) {
	.home-bottom .slick-list.draggable {
		padding-right: 0 !important;
	}
}
.page-template-default > #content > article {
	max-width: 1300px;
	padding-left: 24px;
	padding-right: 24px;
	margin-left: auto;
	margin-right: auto;
}
@media all and (max-width: 767px) {
	.hide-on-mobile {
		display: none;
	}
}
.commentlist {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce #reviews #comments 
.commentlist .review  {
	width: 19%;
	margin-right: 1%;
	border: 1px solid #ccc;
	padding: 20px;
}
.woocommerce .reviews-section li.review .star-rating {
	float: none;
	width: 102px;
	margin: 10px auto;
}
.product-page__right .star-rating {
	width: 100%;
}
.product-page__right 
.woocommerce #reviews {
	max-width: 1440px;
	padding-left: 24px;
	padding-right: 24px;
}
h2.woocommerce-Reviews-title {
	font-weight: 600;
	margin: 20px 0;
}
h2.woocommerce-Reviews-title .star-rating {
	float: left;
	margin-right: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    border: 0;
    border-radius: 0;
}
.comment-text .meta .woocommerce-review__dash, 
.comment-text .meta .woocommerce-review__published-date,
.comment-text .description {
	display: none;
}
.woocommerce-review__verified {
	display: block;
}
.comment-text .meta {
	text-align: center;
}
.review-product-thumbnail-container {
	max-width: 140px;
	margin: 10px auto;
}
.review-product-name-container {
	width: 100%;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.mega-nav__content--block:nth-child(2)::before,
.mega-nav__content--block:nth-child(2)::after {
    border-right: 0;
}

/* This is what is hiding deals */
#menu-main-menu-header .mega-nav__content .mega-nav__content--block:nth-child(2) {
	display: none; 
}

.archive.category .pagination {
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
.archive h1.archive-title {
	margin-bottom: 0;
}
.archive .archive-subtitle {
	margin-top: 0;
}
.blog-list__img-holder {
	overflow: hidden;
	max-height: 300px;
}
@media all and (min-width: 769px) {
	.archive .brand-cards a.brand-card,
	.page-template-faq-main .brand-cards a.brand-card,
	.page-template-faq-category .brand-cards a.brand-card,
	.home .brand-cards a.brand-card {
    flex: 1 0 20%; 
    max-width: 18%;
	}
}
.collections-faq-search-title,
.collections-blog-search-title {
    color: #000;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 109%;
    text-transform: capitalize;
    margin: 30px 0;
    max-width: 100%;
}
.blog-search-empty-message,
.faq-search-result-list {
	margin-bottom: 40px;
}
.page-template-shop-by-brand .brand-cards {
	margin-top: 60px;
}

.home-review-card-author,
.home-review-card-comment {
	font-size: 12px;
	margin: 10px;
}
.home-review-card-comment {
	height: 60px;
	overflow: hidden;
}
.star-rating, .fa-classic, .fa-regular, .fa-solid, .far, .fas, .fa-star-half {
	color: #fdb022;
}
.main-hero .black-slider__slide,
.home-bottom .slider-wide__slide-content {
	background: rgba(0, 0, 0, 0.75);
}
.home-bottom .slider-wide__slide-content {
	padding: 20px;
}
@media (max-width: 600px) {
	.woocommerce span.onsale {
		top: -5em;		
	}
}
.woocommerce-account #content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.woocommerce-account #content header {
	border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link {
	padding-bottom: 10px;
}
.woocommerce-account .woocommerce-info::before {
    color: black;
}
.woocommerce-account  .woocommerce-info {
    border-top-color: black;
}

.header-main .header__icon--account {
    margin-left: 24px;
}
@media all and (max-width: 467px) {
	.header-main .header__icon--account {
  	  margin-left: 12px;
	}
}

.woocommerce .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text {
	padding-bottom: 20px;
}

.products-card__price .out-of-stock {
	text-transform: none;
}

/*-----*/
.single-post .blog-article__text-block .products-cards.collection-products-cards li.product{
	list-style-type: none;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    border: 1px solid #000;
    margin: 0 7px;
}
.single-post .blog-article__text-block .products-cards a.button.add_to_cart_button{
	    background: #000000;
    color: #ffffff;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
	display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
	border-radius: 0;
}
.single-post .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	text-decoration:none;
	margin-bottom: 15px;
}
.single-post .blog-article__text-block .woocommerce-Price-amount.amount{
	margin: 0 0 10px;
    color: #000;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
}
.single-post .blog-article__text-block .woocommerce-loop-product__title{
	text-align: center;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 129%;
    text-transform: capitalize;
    margin: 0;
    height: 62px;
    overflow: hidden;
    text-decoration: none;
}
.single-post .blog-article__text-block img{
	    width: 100%;
    height: auto;
}
.single-post .blog-article__text-block .star-rating{
	margin-right:14px;
}
.single-post .blog-article__text-block .text-center td ,.text-center th{
	text-align:center;
	border: 1px solid #ccc;
    padding: 10px;
}
@media(max-width:768px){
	.single-post .blog-article__text-block .products-cards a.button.add_to_cart_button{
		        font-size: 11px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
	}
}
.navigation-mobile__menu-list-item-link.deals-menu_item {
    margin-bottom: 24px !important;
}

.shop-menu__item:nth-child(2) a.navigation-mobile__menu-list-item-link {
    margin-bottom: 0px;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

/* ***************** End of css additions from Apperance/Customize/css on 8/12/24 ********************* */

.woocommerce-MyAccount-content .woocommerce-orders-table .order {
	display: table-row;
}
.woocommerce table.my_account_orders .button {
    margin-right: 10px;
}

/* ***************** Start of css additions from Apperance/Customize/css on Affiliatewp ********************* */
/* ******** CSS styling for Register Form ******** */
#affwp-register-form {
    margin-bottom: 1.5rem;
    margin: 50px auto;
background: #fff;
    padding: 20px;
   border: 1px solid #cfc8d8;
    border-radius: 8px;
 width: 100%; /* Ensures the form takes up the full container width */
    max-width: 600px; /* Sets a max width for the form (adjust as needed) */
 
}
.affwp-form input[type=text], .affwp-form input[type=password], .affwp-form input[type=email], .affwp-form input[type=url] {
    box-sizing: border-box;
    margin: 10px 0px;
    height: 50px;
    padding: 10px;
    border: 1px solid;
}
.affwp-form textarea {
    box-sizing: border-box;
    margin: 10px 0px;
    height: 100px; /* Adjust height for textarea */
    padding: 10px;
    border: 1px solid;
    width: auto; /* Prevent textarea from expanding horizontally */
    max-width: 600px; /* Set a maximum width (optional) */
    resize: vertical; /* Allow vertical resizing only */
}

/* Add a red asterisk for 'Your Name' */
#affwp-register-form label[for="affwp-user-name"]::after {
    content: " *"; /* Add an asterisk */
    color: #a00; /* Red color */
    font-size: 1em; /* Adjust size if needed */
    margin-left: 5px; /* Add spacing */
}

/* Add a red asterisk for 'User Login' */
#affwp-register-form label[for="affwp-user-login"]::after {
    content: " *"; /* Add an asterisk */
    color: #a00; /* Red color */
    font-size: 1em; /* Adjust size if needed */
    margin-left: 5px; /* Add spacing */
}
/* Add a red asterisk for 'User Email' */
#affwp-register-form label[for="affwp-user-email"]::after {
    content: " *"; /* Add an asterisk */
    color: #a00; /* Red color */
    font-size: 1em; /* Adjust size if needed */
    margin-left: 5px; /* Add spacing */
}
/* Add a red asterisk for 'Website URL' */
/*
#affwp-register-form label[for="affwp-user-url"]::after {
    content: " *";
    color: #a00;
    font-size: 1em;
    margin-left: 5px;
}
*/
  .affiliate-registration-form { max-width: 600px;
    margin: 0 auto;
}
#affwp-register-form input[type="submit"] {
    
    margin-right: 1em;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding: 16px 36px;
    background: #ffffff;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    background: black;
    color: white;
    border-radius: 0;
}

/* ******** CSS styling for Login Form ******** */
.affiliate-login-form {

max-width:600px;
margin: 0 auto;

}
#affwp-login-form{
margin-bottom: 1.5rem;
    margin: 50px auto;
background: #fff;
    padding: 20px;
    border: 1px solid #cfc8d8;
    border-radius: 8px;
 width: 100%; /* Ensures the form takes up the full container width */
    max-width: 600px; /* Sets a max width for the form (adjust as needed) */

}
.affiliate-login-form input[type="submit"] {
    margin-right: 1em;
    font-family: "novecento-sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding: 16px 36px;
    background: #ffffff;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    background: black;
    color: white;
    border-radius: 0;
}


.affiliate-banner-image {
    width: 100%; /* Full-width for responsiveness */
    aspect-ratio: 16 / 9; /* Maintains the 16:9 ratio */
    overflow: hidden; /* Ensures no extra content spills out */
    position: relative;
}

.affiliate-banner-image img {
    width: 100%; /* Image covers full width */
    height: 100%; /* Image fills the container height */
    object-fit: cover; /* Ensures the image respects the 16:9 aspect ratio */
}
.affwp-form legend {
   
    text-align: center;
    font-weight: 700;
}

.bg-gray-800 {
    --bg-opacity: 1;
    background-color: #000 !important;
}
.bg-left {
    background-position: center !important;
    height: 75px;
}
.h-16 {
    height: 100px;
}

.product-page .tag.bogo {

    background-color: black;
    color: white;
    padding: 12px;
    font-size: 14px;
    top: 0px;
    position: absolute;
    text-transform: uppercase;
    z-index: 10;
    /* left: 145px; */

}

@media only screen and (min-width: 992px) {
  .jdgm-carousel--gallery-theme .jdgm-carousel-item {
    width: 18.33% !important;
  }
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__inner-wrapper {
  border-radius: 0px !important;
  border: 1px solid #000;
}

.jdgm-carousel-title-and-link {
  margin-bottom: 24px;
  text-align: left !important;
  padding: 20px;
  margin: 0;
  display: flex;
  font-size: 28px;
}

.jdgm-carousel-title {
  text-align: left !important;
  margin-left: 13% !important;
}
.jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper {
  /*display: inline-flex !important; */
  text-align: left !important;
  gap: 20px !important;
  font-size: 14px !important;
  padding: 10px !important;
}

.jdgm-carousel--gallery-theme .jdgm-carousel-item__product-image {
  padding: 30px !important;
}

.jdgm-carousel-wrapper {
  display: none !important;
}

/*
#judgeme_product_reviews {
	display: none !important;
}
*/

/* BOGO Tags Styling for Single Product Page */
.bogo,.b1g1, .b2g1{
  position: relative;
  width: fit-content;
  top: 0px;
  left: 145px;
  background-color: black;
  color: #fff;
  padding: 12px;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 10;
}
.prod-card .tag.on-sale {
	background: #94DE32;
	color: #000;
}

.prod-card .tag.bogo{
  background:
#000;
  color: #fff;
text-transform: uppercase;
}
