
.cv-container {
	max-width: 1188px;
	padding: 0 16px;
	margin: 0 auto;
}
.cv-banners {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 78px;
    margin-bottom: 100px;
}

.cv-banners .banner {
    background: unset !important;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    position: relative;
}

.cv-banners :is(img, picture) {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
    overflow: hidden;
}

.cv-banners:has(.cv-banners__side) {
    gap: 32px;
    grid-template-columns: repeat(4, 1fr);
}


.cv-banners:has(.cv-banners__side) .cv-banners__main {
    grid-column: 1/4;
}

.cv-banners__side {
    display: grid;
    height: 100%;
    gap: 16px;
}

.cv-banners__side>a {
    position: relative;
}

.cv-banners__side>a:not(.cv-banners__all):before {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(/wp-content/plugins/createvenue-layout/img/expand_circle_right.svg);
    position: absolute;
    right: 10px;
    bottom: 10px;
    pointer-events: none;
}

.cv-banners__all {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: inline-flex;
    padding: 12px 10px 12px 18px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(270deg, #C8F0D8 0%, #ECFBF2 47.5%, #F6F6F6 100%);
}

.cv-banners__all::after {
    content: '';
    display: block;
    width: 19px;
    height: 19px;
    -webkit-mask-image: url(/wp-content/plugins/createvenue-layout/img/expand_circle_right.svg);
    mask-image: url(/wp-content/plugins/createvenue-layout/img/expand_circle_right.svg);
    background: #00000040;
    pointer-events: none;
}

.cv-banners .flickity-page-dots {
    right: 12px;
    bottom: 12px;
    text-align: right;
}

.cv-banners .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-color: rgba(0, 0, 0, 0.20) !important;
    background: rgba(255, 255, 255, 0.60);
    opacity: 1;
    margin: 0 4px;

    transition: width .3s ease;
}

.cv-banners .flickity-page-dots .dot.is-selected {
    width: 16px;
}

.banner_copy:hover {
    cursor: pointer;
}

.banner_copy.copied::before {
    content: 'Copied to\00a0 clipboard';
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cv-banners__main  .banner_short {
    height: 261px !important;
}


@media (max-width: 576px) {
    .cv-banners__main .banner {
        width: 100%;

        aspect-ratio: 9/10;
        border-radius: 0;
    }
}


@media (min-width: 576px) and (max-width: 992px) {
    .cv-banners__main .banner {
        aspect-ratio: 375/174;
        border-radius: 0;
    }
}

@media (max-width: 992px) {
    .banners .cv-container {
        padding: 0 !important;
    }

    .cv-banners {
        grid-template-columns: 1fr !important;
        margin-top: 0;
        margin-bottom: 50px;
    }

    .cv-banners img {
        border-radius: 0;
    }

    .cv-banners__side {
        display: none;
    }

    .banner_copy.copied::before {
        font-size: 40px;
        font-weight: 800;
        line-height: 40px;
        letter-spacing: 0.8px;
    }
}

@media (min-width: 992px) {
    .cv-banners__main .flickity-viewport {
        height: 400px !important;
        /* flickity workaround */
    }

    .cv-banners__main .banner {
        height: 100% !important;
        /* flickity workaround */
    }

    .cv-banners__main  .banner_short {
        height: 261px !important;
    }
    
}
.cv-tabs__nav {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 30px;
	list-style-type: none;
	overflow: auto;
	scrollbar-width: none;
}

.cv-tabs__nav::-webkit-scrollbar {
	display: none;
}

.cv-tabs__nav li {
	margin: 0;
	padding: 0;
}

.cv-tabs__toggler {
	padding: 0 0 5px !important;
	margin: 0 !important;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-transform: none;
	white-space: nowrap;
	min-height: 0 !important;
	border: unset;
	border-bottom: 2px solid transparent;
	box-sizing: border-box;
	transition: none !important;
}

.cv-tabs__toggler.active {
	font-weight: 700;
	border-color: var(--c-primary);
}

.cv-tabs__content {
	position: relative;
	margin: 40px 0;
}

.cv-tabs__tab:not(.active) {
	display: none;
}

.cv-tabs__all {
	margin-left: auto !important;
}

.cv-tabs__all>* {
	color: var(--c-black);
	white-space: nowrap;
}

.cv-tabs__all>*:not(.active) {
	display: none;
}

@media (max-width: 992px) {
	.cv-tabs__nav {
		gap: 20px;
	}
	
	.cv-tabs__content {
		margin: 24px 0;
	}
	
	.cv-tabs__all {
		display: none;
	}
}
.cv-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

@media (max-width: 992px) {
    .cv-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px 14px;
    }
}.product-small {
    position: relative;
}

.product-small .product-small.box {
    position: relative;
    border-radius: 7px 7px 9px 9px;
    background: #FFF;
    box-shadow: 0px 5px 7px -2px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.box-image {
    border-radius: 7px;
    margin: 0 !important;
}

.product-small .box-text.box-text-products {
    padding: 12px 8px 8px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

.product-small .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-small .product-title a {
    color: var(--c-black);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 !important;
}

.product-small .box-text p {
    margin: 0 !important;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 2px;
    align-items: center;
    margin: 0;
}

li.chip {
    margin: 0 !important;
}

.product-small .price-wrapper {
    padding-top: 22px;
    position: relative;
}

.product-small .star-rating {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 12px;
    height: 10px;
    overflow: visible;
}

.product-small .star-rating::before,
.product-small .star-rating span {
    top: -2px;
}

.price-wrapper .chips {
    order: 2;
}

.addcart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 18px;
    margin-top: auto;
}

.addcart-wrapper form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
}

.addcart-wrapper>* {
    flex: 1 1 100%;
}

.addcart-wrapper .price {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.addcart-wrapper :is(button, .added_to_cart, a) {
    display: block;
    margin: 0 !important;
}

.card-variations {
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(var(--variations-count), 1fr);
    margin: 0;
}

.product-variations {
    width: 100%;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(var(--variations-count), 1fr);
    margin: 0;
    padding-top: 18px;
    position: relative;
    margin-top: 24px;
}

.variation__option {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    height: 36px;

    border-radius: 6px;
    border: 1px solid #F4F4F4;
    cursor: pointer;
}

.variation__option:has(input:checked) {
    border: 2px solid var(--c-primary);
}

.variation__name {
    line-height: 14px;
    text-align: center;
}

.variation__name_extra {
    color: #D73A3B;
}

.card-submit {
    position: relative;
}

.card-submit .btn {
    width: 100%;
}

.card-submit:has(.loading):after {
    animation: spin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.product-wrapper {
    position: relative;
}

.cv-prod__wide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-bottom: 32px;
}

.cv-prod__wide :is(h2, h3, h4) {
    color: var(--c-black);
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 16px;
}

.cv-prod__desc {
    color: var(--c-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.product-wide .product-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.product-wide .title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


@media (max-width: 992px) {
    .product-small span.amount {
        font-size: 18px;
        line-height: 18px
    }

    .chips {
        padding-top: 6px;
    }

    .addcart-wrapper {
        padding-top: 13px;
        gap: 7px;
        margin-top: 0;
    }

    .product-small .title-wrapper {
        gap: 3px;
    }

    .product-small .product-title a {
        -webkit-line-clamp: 3;
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .product-small .box-text.box-text-products {
        padding: 10px 6px 6px;
    }

    .badge-inner {
        font-size: 12px !important;
        line-height: 12px !important;
        padding: 4px 5px;
    }

    .addcart-wrapper form {
        gap: 7px;
    }

    .variation__option {
        border: unset;
    }

    .variation__option:has(.variation__name_extra) {
        padding: 0 2px;
    }

    .cv-prod__wide {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }

    .product-wide .product-wrapper {
        display: flex;
        flex-direction: column;
        gap: 11px;
    }
}

@media (max-width: 321px) {
    .addcart-wrapper {
        flex-direction: column;
    }

    .product-small .box-text {
        font-size: 14px;

    }

    .product-small .box-text a {
        line-height: 16px;
        height: 32px;
    }
}
.grid-homepage-cat {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	align-items: center;
	margin-bottom: 80px;
}

.homepage-cat-list {
	grid-column: 4/5;
	background-color: var(--c-lightgray);
	border-radius: 6px;
	padding: 20px 32px;
}

.hompage-cat-list__heading {
	display: block;
	color: var(--c-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 18px;
}

.homepage-cat-list ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
	list-style-type: none;
	margin-bottom: 0;
}

.homepage-cat-list :is(li, li>a) {
	margin-bottom: 0;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}

.homepage-cat-announce {
	grid-column: 1/3;
}

.homepage-cat-announce__heading {
	color: var(--c-black);
	font-size: 44px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 42px;
}

.homepage-cat-announce .homepage-cat-accent {
	color: var(--c-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 24px;
}

.homepage-cat-announce p {
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.homepage-announce {
	margin-bottom: 42px;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.homepage-announce__heading {
	color: var(--c-black);
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 24px;
}

.grid-homepage-about {
	margin-top: 100px;
	margin-bottom: 200px;
	display: grid;
	gap: 32px;
	grid-template-columns: 22.92% 35.73% 35.73%;
	grid-auto-rows: auto;
}

.homepage-about-announce {
	grid-column: 1/3;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.homepage-about-announce__heading {
	color: var(--c-black);
	font-size: 44px;
	font-weight: 700;
	line-height: 53px;
	margin-bottom: 42px;
}

.homepage-about-acccent {
	color: var(--c-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 24px;
	max-width: 40ch;
}

.homepage-about-card {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	background-color: #d7f8e3;
	border-radius: 6px;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.homepage-about-card-catalog {
	background-color: #f6f6f6 !important;
}

.homepage-about-card-catalog ul {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	height: 100%;
	position: relative;
}

.homepage-about-card-catalog li {
	margin-left: 0 !important;
	margin-bottom: 18px;
}

.homepage-about-card-catalog li.last {
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}

.homepage-about-card.homepage-about-card-catalog a {
	color: var(--c-black) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-decoration-line: none !important;
}

.homepage-about-card p {
	margin-bottom: 0;
}

.homepage-about-card a {
	color: #007fff !important;
	text-decoration-line: underline;
}

.homepage-about-card svg {
	width: 100%;
	margin-bottom: 20px;
}

.homepage-about-card__heading {
	color: var(--c-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
}

.homepage-about-card:nth-child(2) {
	background-color: #d7f8e3;
}

.homepage-about-card:nth-child(3) {
	grid-row: 2/4;
	background-color: #dff6f1;
}

.homepage-about-card:nth-child(3) svg {
	height: 117px;
	margin: 39px 0 59px;
}

.homepage-about-card:nth-child(4) {
	background-color: #dcf7ec;
}

.homepage-about-card:nth-child(4) svg {
	padding: 19px 7px;
}

.homepage-about-card:nth-child(5) {
	grid-row: 3/4;
	background: linear-gradient(0deg, #def6f0 0%, #def6f0 100%), #dbf2e7;
}

.homepage-about-card:nth-child(4) svg {
	padding: 28px 4px;
}

.homepage-about-card:nth-child(2) svg {
	height: 160px;
}

.homepage-about-card:nth-child(6) {
	grid-column: 3/4;
	background: #d9f8e6;
}

.homepage-about-card:nth-child(6) svg {
	width: 70px;
	flex: 0 0 70px;
	padding: 28px 1px;
}

.homepage-about-card:nth-child(7) {
	grid-column: 3/4;
	background-color: #dcf7ec;
}

.homepage-about-card:nth-child(7) svg {
	padding: 19px 7px;
}

.homepage-about-card_tiny {
	gap: 20px;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.homepage-about-card_tiny svg {
	width: 64px;
	flex: 0 0 64px;
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.grid-homepage-cat {
		grid-template-columns: 1fr;
		margin-bottom: 60px;
	}
	
	.homepage-cat-list {
		display: none;
	}
	
	.homepage-cat-announce__heading {
		font-size: 36px;
		line-height: 43px;
		margin-bottom: 17px;
	}
	
	.homepage-cat-announce .homepage-cat-accent {
		font-size: 22px;
		line-height: 26px;
	}
	
	.homepage-cat-announce p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 0;
	}
	
	.homepage-announce {
		margin-bottom: 60px;
		line-height: 22px;
	}
	
	.homepage-announce__heading {
		font-size: 28px;
		line-height: 34px;
	}
	
	.grid-homepage-about {
		display: flex;
		flex-direction: column;
		margin-top: 60px;
		margin-bottom: 100px;
		gap: 24px;
	}
	
	.homepage-about-announce, .homepage-about-card {
		grid-column: unset !important;
		grid-row: unset !important;
	}
	
	.homepage-about-card {
		padding: 20px;
	}
	
	.homepage-about-announce__heading {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 24px;
	}
	
	.homepage-about-announce .homepage-about-acccent {
		margin-bottom: 18px;
	}
	
	.homepage-about-announce p {
		margin-bottom: 16px;
	}
	
	.homepage-about-announce {
		order: 1;
	}
	
	.homepage-about-card:nth-child(3) {
		order: 2;
		background-color: #dff7f1;
	}
	
	.homepage-about-card:nth-child(3) svg {
		margin: 10px 0 20px;
	}
	
	.homepage-about-card:nth-child(6) {
		order: 3;
		background-color: #ddf7ee;
	}
	
	.homepage-about-card:nth-child(6) svg {
		width: 68px;
		flex: 0 0 68px;
		padding: 0;
	}
	
	.homepage-about-card:nth-child(5) {
		order: 4;
		background: linear-gradient(0deg, #dcf7ec 0%, #dcf7ec 100%), #dbf2e7;
	}
	
	.homepage-about-card:nth-child(5) svg {
		width: 64px;
		flex: 0 0 64px;
		padding: 0 0 0 7px;
	}
	
	.homepage-about-card:nth-child(2) {
		order: 5;
		background-color: #daf8e9;
	}
	
	.homepage-about-card:nth-child(4) {
		order: 6;
		background-color: #d9f8e6;
	}
	
	.homepage-about-card:nth-child(4) svg {
		width: 64px;
		flex: 0 0 64px;
		padding: 0 0 0 14px;
	}
	
	.homepage-about-card:nth-child(7) {
		order: 7;
		background-color: #d8f8e4;
	}
	
	.homepage-about-card:nth-child(7) svg {
		width: 64px;
		flex: 0 0 64px;
		padding: 0 0 0 19px;
	}
	
	.homepage-about-card_tiny {
		align-items: flex-start;
	}
}

.img_contain {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 992px) {
	.order-sm-1 {
		order: 1;
	}
	
	.order-sm-2 {
		order: 2;
	}
	
	.order-sm-3 {
		order: 3;
	}
	
	.order-sm-4 {
		order: 4;
	}
	
	.order-sm-5 {
		order: 5;
	}
	
	.order-sm-6 {
		order: 6;
	}
	
	.order-sm-7 {
		order: 7;
	}
	
	.order-sm-8 {
		order: 8;
	}
}

.list-sequence {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	list-style-type: none;
	margin-bottom: calc(80px + 74px);
}

.list-sequence__li {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: stretch;
	padding: 16px 20px;
	border-radius: 6px;
	background: #f2d8fc;
	counter-increment: list;
	margin-bottom: 0;
	text-align: center;
	margin: 0 !important;
	font-size: 16px;
	line-height: 22px;
}

.list-sequence__li::before {
	content: counter(list);
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background: #fff;
	color: var(--c-black);
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
}

.list-sequence__li:nth-child(2n) {
	transform: translateY(74px);
}

.list-sequence__content p {
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
	.list-sequence {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
		margin-bottom: calc(60px + 30px);
	}
	
	.list-sequence__li:nth-child(2n) {
		transform: translateY(30px);
	}
}

@media (max-width: 576px) {
	.list-sequence {
		grid-template-columns: 1fr;
		gap: 32px;
		margin-bottom: 60px;
	}
	
	.list-sequence__li:nth-child(2n) {
		transform: unset;
	}
}

/* 420 page */
.grid-about-420 {
	margin-top: 100px;
	margin-bottom: 200px;
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: auto;
}

.about-420-announce {
	grid-column: 1/2;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about-420-announce__heading {
	color: var(--c-black);
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 24px;
}

.about-420-acccent {
	color: var(--c-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 24px;
	max-width: 40ch;
}

.about-420-card {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	background-color: #d7f8e3;
	border-radius: 6px;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.about-420-card p {
	margin-bottom: .5em;
}

.about-420-card p:last-child {
	margin-bottom: 0;
}

.about-420-card a {
	color: #007fff !important;
	text-decoration-line: underline;
}

.about-420-card svg {
	width: 100%;
	margin-bottom: 20px;
}

.about-420-card__heading {
	color: var(--c-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
}

.about-420-card:nth-child(2) {
	background-color: #d8f8e4;
}

.about-420-card:nth-child(2) svg {
	height: 120px;
}

.about-420-card:nth-child(3) {
	background: linear-gradient(0deg, #dff7f1 0%, #dff7f1 100%), #dbf2e7;
}

.about-420-card:nth-child(3) svg {
	height: 68px;
	margin: 2px 6px 32px;
}

.about-420-card:is(:nth-child(6), :nth-child(4), :nth-child(5)) svg {
	height: 79px;
	margin: 2px 11px 21px;
}

.about-420-card:nth-child(4) {
	background-color: #dcf7ec;
}

.about-420-card:nth-child(5) {
	background: #daf8e9;
}

.about-420-card:nth-child(6) {
	background: #d8f8e4;
}

.about-420-card_tiny {
	gap: 20px;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.about-420-card_tiny svg {
	width: auto;
	flex-grow: 0;
	flex-shrink: 0;
}

@media (max-width: 992px) {
	.grid-about-420 {
		display: flex;
		flex-direction: column;
		margin-top: 60px;
		margin-bottom: 100px;
		gap: 24px;
	}
	
	.about-420-announce, .about-420-card {
		grid-column: unset !important;
		grid-row: unset !important;
	}
	
	.about-420-card {
		padding: 20px;
	}
	
	.about-420-announce__heading {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 24px;
	}
	
	.about-420-announce .about-420-acccent {
		margin-bottom: 18px;
	}
	
	.about-420-announce p {
		margin-bottom: 16px;
	}
	
	.about-420-card_tiny {
		align-items: flex-start;
		gap: 13px;
	}
}

/* LOCATIONS LANDING */
.locations__announce {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	margin-bottom: 80px;
}

.locations__announce-text {
	grid-column: 1/4;
}

.locations__announce-text :last-child {
	margin-bottom: 0;
}

.locations__announce-img {
	grid-column: 4/5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.location__legalities {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 80px 0;
}

.location__legalities :is(h2, h3, h4) {
	color: var(--c-black);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
}

.location__legalblock_state {
	max-height: 173px;
}

.location__legalblock {
	position: relative;
	padding: 20px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	text-align: center;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
}

.location__legalblock :is(a, strong) {
	font-weight: 700;
	color: var(--c-black);
	display: inline-block;
	line-height: 17px;
}

.location__legalblock-check {
	width: 20px;
	height: 20px;
	object-fit: contain;
	position: absolute;
	top: 12px;
	left: 12px;
}

.location__legalblock_approved {
	background: #edffed;
}

.location__legalblock_approved  :is(a, strong) {
	border-bottom: 2px solid #467e2f;
}

.location__legalblock_denied {
	background: #fbecec;
}

.location__legalblock_denied  :is(a, strong) {
	border-bottom: 2px solid #d73a3b;
}

.location__legalblock_unknown {
	background: #f1f1f1;
}

.location__legalblock_unknown  :is(a, strong) {
	border-bottom: 2px solid #a2a2a2;
}

.location__legalblock-img {
	width: 70px;
	height: 70px;
	object-fit: contain;
}

.locations__slider {
	margin-bottom: 80px;
}

@media (max-width: 992px) {
	.locations__announce {
		display: flex;
		flex-direction: column-reverse;
		gap: 18px;
		margin-bottom: 60px;
	}
	
	.locations__announce-text :last-child {
		margin-bottom: 0;
	}
	
	.locations__announce-img {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 150px;
	}
	
	.locations__slider {
		margin-bottom: 60px;
	}
	
	.location__legalities {
		display: flex;
		flex-direction: column;
		margin-bottom: 60px;
	}
	
	.location__legalities :is(h2, h3, h4) {
		margin-bottom: 0;
	}
	
	.location__legalblock_state {
		display: none !important;
	}
}

/* ABOUT SECTION */
.about-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: 23% 36% 36%;
	margin-bottom: 100px;
	margin-top: 100px;
}

.about-grid__announce {
	grid-column: 1/3;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.about-grid__announce :is(h2, h3, h4) {
	color: var(--c-black);
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 24px;
}

.about-grid__item {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	background-color: #d7f8e3;
	border-radius: 6px;
	color: var(--c-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.about-grid__item p:last-child {
	margin-bottom: 0;
}

.about-grid__item img {
	width: 100%;
	height: 174px;
	margin-bottom: 20px;
}

.about-grid__item :is(h2, h3, h4, h5) {
	color: var(--c-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 10px;
}

.about-grid__item_tiny {
	gap: 20px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.about-grid__item_tiny img {
	height: auto;
	height: 64px;
	width: 64px;
	flex: 0 0 64px;
	margin-bottom: 0;
}

.about-grid__item_list {
	display: flex;
	flex-direction: column;
	background-color: #f6f6f6 !important;
	grid-row: 2/4;
	padding: 30px 20px !important;
}

.about-grid__item_list ul {
	list-style-type: none;
	margin: 8px 0 0 0;
	padding: 0;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.about-grid__item_list li {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.about-grid__item_list li a {
	color: var(--c-black) !important;
}

.about-grid__item_list li.last {
	justify-self: flex-end;
}

.homepage-about-card.about-grid__item_list  a {
	color: var(--c-black) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	text-decoration-line: none !important;
}

@media (max-width: 992px) {
	.about-grid {
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	
	.about-grid__announce :is(h2, h3, h4) {
		font-size: 30px;
		line-height: 32px;
	}
	
	.about-grid__item {
		padding: 20px;
		gap: 12px;
	}
	
	.about-grid__item_tiny {
		align-items: flex-start;
	}
}

.avwp-av-overlay {
	background: rgba(0, 0, 0, .9);
	box-sizing: border-box;
	cursor: wait;
	height: 100%;
	opacity: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99998;
}

.avwp-av {
	background: #fff;
	border-radius: 0;
	box-shadow: 0 0 15px #000;
	box-sizing: border-box;
	opacity: 0;
	position: fixed;
	padding: 36px;
	text-align: center;
	width: 420px;
	z-index: 99999;
}

.avwp-av h2 {
	box-sizing: border-box;
	font-size: 36px;
	margin: 0 0 12px 0;
	padding-bottom: 12px;
}

.avwp-av img {
	margin-bottom: 12px;
	max-width: 100%;
	height: auto;
}

.avwp-av p {
	box-sizing: border-box;
	margin: 0;
	color: #959595;
	line-height: 20px;
}

.avwp-av p:last-child {
	margin-bottom: 0;
}

.avwp-av p strong {
	color: #ff1f1f;
}

.avwp-av button {
	background: #ddd;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
	margin-left: 1%;
	margin-top: 12px;
	padding: 6px 10px 6px 10px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 49%;
}

.avwp-av button.nitro-lazy {
	background-image: none !important;
}

.avwp-av button:hover {
	background: #dadada;
	box-sizing: border-box;
	border: 1px solid transparent;
}

.avwp-av button.yes {
	background: #8eb908;
	margin-left: 0;
	margin-right: 1%;
}

.avwp-av button.yes:hover {
	background: #82a711;
	box-sizing: border-box;
}

.avwp-av .errors {
	box-sizing: border-box;
	color: #ff1f1f;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 20px 0;
}

.avwp-av .errors li, .avwp-av .errors ul {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 0 3px 0;
}

.avwp-av .errors li span {
	background: #ebebeb;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 7px;
	color: #ff1f1f;
	display: inline-block;
	font-size: 9px;
	font-weight: 700;
	height: 14px;
	line-height: 13px;
	margin-right: 5px;
	position: relative;
	top: -2px;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	width: 14px;
}

.avwp-av .fields {
	box-sizing: border-box;
	clear: both;
	margin: 10px 0 10px 0;
}

@media (max-width:500px) {
	.avwp-av {
		box-sizing: border-box;
		margin-left: 1px;
		margin-right: 20px;
		width: auto;
	}
	
	.avwp-av img {
		max-width: 100%;
		max-height: 200px;
	}
	
	.avwp-av button {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	
	.avwp-av button.no, .avwp-av button.yes {
		margin-left: 0;
		margin-right: 0;
	}
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
	max-width: none;
}

button.pswp__button {
	box-shadow: none !important;
	background-image: url("https://cdn-ildbffb.nitrocdn.com/mLPqmjwPHQfaTLWdbCkWmlJMartwnJzn/assets/images/optimized/rev-6e53d11/cannabizseed.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") !important;
}

button.pswp__button.nitro-lazy {
	background-image: none !important;
}

button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
	background-color: transparent !important;
}

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

button.pswp__button--arrow--left.nitro-lazy, button.pswp__button--arrow--left:hover.nitro-lazy, button.pswp__button--arrow--right.nitro-lazy, button.pswp__button--arrow--right:hover.nitro-lazy {
	background-image: none !important;
}

button.pswp__button--close:hover {
	background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
	background-position: -88px 0;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	outline: 0;
}

.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pswp img {
	max-width: none;
}

.admin-bar .pswp {
	height: calc(100% - 32px);
	top: 32px;
}

@media screen and (max-width:782px) {
	.admin-bar .pswp {
		height: calc(100% - 46px);
		top: 46px;
	}
}

.pswp--animate_opacity {
	opacity: .001;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--open {
	display: block;
}

.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}

.pswp--dragging .pswp__img {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.pswp__container, .pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
	transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp__bg {
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}

.pswp__container, .pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}

.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
	background: #222;
}

.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #ccc;
}

.pswp__error-msg a {
	color: #ccc;
	text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: 0 0;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	opacity: .75;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
	opacity: 1;
}

.pswp__button:active {
	outline: 0;
	opacity: .9;
}

.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	background: url("https://cdn-ildbffb.nitrocdn.com/mLPqmjwPHQfaTLWdbCkWmlJMartwnJzn/assets/images/optimized/rev-6e53d11/cannabizseed.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png") 0 0 no-repeat;
	background-size: 264px 88px;
	width: 44px;
	height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
	.pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
		background-image: url("https://cdn-ildbffb.nitrocdn.com/mLPqmjwPHQfaTLWdbCkWmlJMartwnJzn/assets/images/optimized/rev-6e53d11/cannabizseed.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg");
	}
	
	.pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
		background: 0 0;
	}
}

.pswp__button--close {
	background-position: 0 -44px;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--fs {
	display: none;
}

.pswp--supports-fs .pswp__button--fs {
	display: block;
}

.pswp--fs .pswp__button--fs {
	background-position: -44px 0;
}

.pswp__button--zoom {
	display: none;
	background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
	background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
	background: 0 0;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}

.pswp__button--arrow--left {
	left: 0;
}

.pswp__button--arrow--right {
	right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
	content: "";
	top: 35px;
	background-color: rgba(0, 0, 0, .3);
	height: 30px;
	width: 32px;
	position: absolute;
}

.pswp__button--arrow--left:before {
	left: 6px;
	background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
	right: 6px;
	background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}

.pswp__share-modal--hidden {
	display: none;
}

.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #fff;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform .25s;
	transition: transform .25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}

.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}

.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}

.pswp__share-tooltip a:first-child {
	border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
	opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}

a.pswp__share--facebook:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #fff;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}

a.pswp__share--facebook:hover {
	background: #3e5c9a;
	color: #fff;
}

a.pswp__share--facebook:hover:before {
	border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
	background: #55acee;
	color: #fff;
}

a.pswp__share--pinterest:hover {
	background: #ccc;
	color: #ce272d;
}

a.pswp__share--download:hover {
	background: #ddd;
}

.pswp__counter {
	position: relative;
	left: 0;
	top: 0;
	height: 44px;
	font-size: 13px;
	line-height: 44px;
	color: #fff;
	opacity: .75;
	padding: 0 10px;
	margin-inline-end: auto;
}

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}

.pswp__caption small {
	font-size: 11px;
	color: #bbb;
}

.pswp__caption__center {
	text-align: left;
	max-width: 420px;
	margin: 0 auto;
	font-size: 13px;
	padding: 10px;
	line-height: 20px;
	color: #ccc;
}

.pswp__caption--empty {
	display: none;
}

.pswp__caption--fake {
	visibility: hidden;
}

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	will-change: opacity;
	direction: ltr;
}

.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}

.pswp__preloader--active {
	opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
	background: url("https://cdn-ildbffb.nitrocdn.com/mLPqmjwPHQfaTLWdbCkWmlJMartwnJzn/assets/images/optimized/rev-6e53d11/cannabizseed.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif") 0 0 no-repeat;
}

.pswp__preloader--active .pswp__preloader__icn.nitro-lazy {
	background: none !important;
}

.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise .5s linear infinite;
	animation: clockwise .5s linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
	animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
	background: 0 0;
	opacity: .75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: 0 0;
	margin: 0;
}

@media screen and (max-width:1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}

@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
	transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}

.pswp__caption, .pswp__top-bar {
	background-color: rgba(0, 0, 0, .5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
	background-color: rgba(0, 0, 0, .3);
}

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
	opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
	display: none;
}

.pswp__element--disabled {
	display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
	background: 0 0;
}
