/** Shopify CDN: Minification failed

Line 1998:91 Expected identifier but found "."
Line 2384:45 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap');
/* font-family: 'Oswald', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800&display=swap');
/* font-family: 'Montserrat', sans-serif; */

html {
    padding: 0;
    scrollbar-color: #333 #111;
}
em {
  color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #333;
  outline: 1px solid #333;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #111;
    border-left: 1px solid #111;
}
::-webkit-scrollbar-thumb {
    background-color: #333;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}


body{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 0px;
    background: #040404 url("body-bg.jpg") !important;
    background-position: bottom center !important;
    background-size: cover !important;
    color: #fff;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}
p {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    letter-spacing: 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
a, a:hover{
    text-decoration: none;
    outline: none;
    color: #fff;
}
ul,ol{
    list-style: none;
    margin: 0px; 
    padding: 0px;
}
.page-width{
  width: 1630px !important;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px !important;
}
.btn {
  display: flex;
}
.l_btn {
	background: #9fef00 !important;
	color: #000 !important;
    font-family: 'Roboto', sans-serif;
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
	padding: 0px 46px;
	height: 50px;
    line-height: 50px;
	text-transform: uppercase;
	text-align: center;
    transition: all ease-in-out 0.3s;
}
.l_btn:hover{
    background: #fff !important;
    text-decoration: none;
}

/* header */
.header-footer-none .header-wrapper, .header-footer-none .footer {
    display: none;
}
.header .doubly-wrapper .doubly-nice-select .current {
	color: #fff !important;
}
.header-wrapper {
	padding: 30px 0;
	background-color: #000;
	border-bottom: 1px solid #9fef00;
}
.header-wrapper .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-wrapper .header .header__heading-link {
	padding: 0px;
	margin: 0;
}
.header__inline-menu .list-menu li .header__menu-item {
    color: #fff;
    font-size: 14px;
    padding: 10px 38px;
    font-family: 'Roboto', sans-serif;
}
.header__inline-menu .list-menu li .header__menu-item:hover , .header__active-menu-item {
    transform: inherit;
    color: #9fef00;
}
.header__inline-menu ul li .header__menu-item .icon {
    position: relative;
    right: inherit;
    top: inherit;
    height: 15px;
    width: 14px;
    margin-left: 10px;
}

.header__inline-menu ul li:last-child .header__submenu {
	right: 0;
}
.header__inline-menu ul li .header__submenu {
	max-width: 100%;
	min-width: 300px;
    background-color: #262626;
}
.header__icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0px;
}
.header__icons .header__icon {
	height: 30px;
	padding: 0px 20px;
	width: auto;
	border-left: 1px solid #262626;
}
.header__icons .header__icon svg {
    height: 22px;
    width: 22px; 
    color: #fff;
}
.header__icons .header__icon.header__icon--account {
	border-right: 1px solid #262626;
}
.header__icons .header__icon .icon-account {
	height: 19px;
	width: 19px;
}
.header__icons .header__icon.header__icon--cart {
	border: none;
	height: 37px;
	padding-right: 0;
	margin: 0px;
}
.header__icons .header__icon.header__icon--cart svg {
    height: 37px;
    width: 39px;
}
.header__icons .header__icon:hover svg {
    transform: scale(1.07);
    color: #9fef00;
}
.header__icons .header__icon.header__icon--cart .cart-count-bubble {
	height: 26px;
	width: 26px;
	line-height: 26px;
	background: #9fef00;
	color: #000;
	font-size: 15px;
	left: inherit;
	right: -10px;
	bottom: inherit;
	top: -8px;
}
.search-modal__form .predictive-search {
    scrollbar-color: #333 #111;
}
.predictive-search__results-groups-wrapper {
	flex-wrap: wrap;
}
.predictive-search__results-groups-wrapper .predictive-search__result-group {
	width: 100%;
    flex: inherit;
}
.search-modal__form .field:after, .search-modal__form .field:before {
    display: none;
}
.header__icons .search-modal {
	background: #000;
}
.search-modal__form .field input {
	width: 100%;
	padding: 5px 0 5px 30px;
	height: 60px;
	font-size: 18px;
	border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.search-modal__form .field label {
    font-size: 16px;
    color: #fff;
}
.modal__close-button .icon {
	color: #fff;
}
.field__input:not(:placeholder-shown) ~ .field__label, .search-modal__form .field input:focus ~ label {
  display: none;
}
.search-modal__form .field input:focus {
    box-shadow: none;
    outline: none;
}
.search-modal__form .field .field__button {
	height: 30px;
	width: 30px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.search-modal__form .field .field__button.reset__button {
	right: 70px;
}
.search-modal__form .field .field__button .icon {
	height: 25px;
	width: 25px;
    color: #000;
}
.search-modal__form .predictive-search {
	background: #000;
}
.header .header__search .predictive-search__heading {
	color: #ffff;
}
.header .header__search .predictive-search__item-heading {
	color: #fff;
}
.header .header__search .predictive-search__item-query-result mark {
	color: #fff;
}
.header .header__search .predictive-search__item span {
	color: #fff;
}
.cart-notification-product__name {
	color: #fff;
	font-size: 16px;
}
.cart-notification__header .cart-notification__heading .icon-checkmark {
	color: #fff;
	fill: #fff;
}
.cart-notification-wrapper .cart-notification__close svg {
	color: #fff;
	height: 20px;
	width: 20px;
}
.cart-notification-wrapper #cart-notification {
	background: #000;
	right: 0;
	top: -10px;
	z-index: 5;
	padding: 20px 50px;
	width: 400px;
}
.cart-notification-wrapper .cart-notification__heading {
	font-size: 17px;
}
.cart-notification__links .button {
	background: #9fef00;
	color: #000;
	font-size: 16px;
	min-height: 50px;
    letter-spacing: 0.25px;
}
.cart-notification__links .button.button--secondary {
    background: #fff;
}
.cart-notification .button-label {
	font-size: 18px;
	color: #fff;
}
cart-notification .product-option dt, cart-notification .product-option dd {
	font-weight: 400;
	font-size: 16px;
}

/* .doubly-float {
	position: absolute !important;
	right: inherit;
	top: 28px !important;
	z-index: 3 !important;
	width: 110px;
	left: 77% !important;
}
.doubly-float .doubly-nice-select .list {
	top: 100% !important;
	left: -140px !important;
}
.doubly-float .doubly-nice-select {
	border: none;
} */

.hero-slider {
    border-top: 2px solid #9fef00;
}
.hero-slider .slider-item {
    position: relative;
}
.hero-slider .slider-item .slider-img img {
	width: 100%;
}
.hero-slider .slider-item .slider-text {
	position: absolute;
	left: 50%;
	top: 38%;
	transform: translate(-50%,-38%);
	max-width: 590px;
}
.hero-slider .slider-item .slider-text .content {
    margin-bottom: 25px;
}
.hero-slider .slider-item .slider-text .content p {
	font-size: 25px;
	text-align: center;
	line-height: 32px;
	margin-bottom: 15px;
    color: #fff;
}
.hero-slider .slider-item .slider-text h2 {
	text-align: center;
	font-size: 80px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 30px rgba(61,255,0,0.3);
	line-height: 1;
	margin-bottom: 35px;
}
.hero-slider .slider-item .slider-text .btn {
	justify-content: center;
}
.hero-slider .slider-item .slider-text .btn .l_btn {
	font-size: 18px;
	padding: 0px 31px;
    border: none;
    cursor: pointer;
}
.hero-slider .uk-slidenav {
	height: 50px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.hero-slider .uk-position-center-left {
	background-image: url("product-left-arrow.png");
    left: 40px;
}
.hero-slider .uk-position-center-right {
	background-image: url("product-right-arrow.png");
    right: 40px;
}
.hero-slider .uk-slidenav svg {
    display: none;
}
.hero-slider .uk-dotnav {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin: 0px !important;
	transform: translateX(-50%);
}
.hero-slider .uk-dotnav li {
    padding: 0px 5px;
}
.hero-slider .uk-dotnav li a {
    background-color: rgba(61,255,0,0.3);
	display: flex !important;
	height: 15px;
	width: 15px;
    border: none; 
	transition: all ease-in-out 0.3s;
}
.hero-slider .uk-dotnav li.uk-active a, .hero-slider .uk-dotnav li a:hover {
    background-color: #9fef00;
}

.featured-collections {
    padding: 32px 0px 140px;
    max-width: 100%;
    overflow: hidden;
}
.coll-wrap {
    display: flex;
    flex-wrap: wrap;
}
.coll-wrap .coll-item {
	width: 33.33%;
    padding: 0px 18px;
}
.coll-wrap .coll-item .coll-img img {
    width: 100%;
}
.coll-wrap .coll-item .coll-text a {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #fff; 
    display: block;
    text-align: center;
    transition: all ease-in-out 0.3s; 
}
.coll-wrap .coll-item:hover a {
    color: #9fef00;
}

.f-product {
	padding: 15px 0 190px;
}
.f-product .page-width {
    width: 100% !important;
    padding: 0px !important;
}
.f-product .f-product-inner h2 {
	font-size: 32px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 60px;
}
.f-product .f-product-inner h2 span {
    position: relative;
    padding: 18px 45px 18px 160px;
    background: #9fef00;
}
.f-product .wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 1700px;
	margin: 0 auto;
}
.f-product .wrapper .slider {
	width: 100%;
}
.f-product-slider {
	width: 1600px;
	max-width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.f-product .f-product-inner .f-product-slider .products .product-item {
	padding: 10px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner {
	padding: 0px 14px 40px;
	height: 100%;
	position: relative;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img {
	position: relative;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {
	max-height: 280px;
	object-fit: cover;
	height: 280px;
	width: 100%;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image {
	display: flex;
	justify-content: center;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.f-product .f-product-inner .f-product-slider .products .product-item:hover .p-image a .f-img .hover-image {
  opacity: 1;
}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {
	display: block !important;
	height: 280px;
    width: 100%;
	object-fit: cover;
}
.f-product .badge {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 15px;
    padding: 0px;
    background: #000;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text {
	padding: 25px 5px 10px;
	text-align: center;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .product_title a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 22px;
	margin-bottom: 20px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price {
    color: #fff;
	font-size: 18px;
	line-height: 26px;
	margin: 18px 0 18px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price .price-item {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .l_btn {
	width: 180px;
	padding: 0px 0px;
	cursor: pointer;
    border: none;
}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .ch_cart {
	width: 210px;
    display: block;
}
.f-product .uk-dotnav {
    margin: 15px 0px 0px !important;
}
.f-product .uk-dotnav li {
    padding: 0px 5px;
}
.f-product .uk-dotnav li a {
    background-color: rgba(61,255,0,0.3);
	display: flex !important;
	height: 15px;
	width: 15px;
    border: none; 
	transition: all ease-in-out 0.3s;
}
.f-product .uk-dotnav li.uk-active a, .f-product .uk-dotnav li a:hover {
    background-color: #9fef00;
}
.f-product .uk-slidenav {
	height: 50px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.f-product .uk-position-center-left {
	background-image: url("product-left-arrow.png");
}
.f-product .uk-position-center-right {
	background-image: url("product-right-arrow.png");
}
.f-product .uk-slidenav svg {
    display: none;
}

.about-us {
    padding-bottom: 70px;
}
.about-us .abt-heading {
    margin-bottom: 50px;
}
.about-us h2 {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
    color: #9fef00;
    margin-bottom: 25px;
    text-align: center;
}
.about-us .abt-heading .desc {
    width: 1210px;
    max-width: 100%;
    margin: 0 auto;
}
.about-us .abt-heading .desc p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}
.abt-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 155px 0px 58px;
}
.abt-wrap .abt-video {
    width: 37%;
}
.abt-wrap .abt-video .video_btn {
	padding: 0px;
	border: 1px solid #818385;
    position: relative;
    display: block;
}
.abt-wrap .abt-video .video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 48px;
    width: 48px;
    background-image: url("youtube-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.abt-wrap .abt-video .video_btn img {
	width: 100%;
}
.abt-wrap .abt-text {
	width: 44%;
	padding: 0 105px 0 45px;
}
.abt-wrap .abt-text .content {
    margin-bottom: 45px;
}
.abt-wrap .abt-text .content p {
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-bottom: 30px;
}
.abt-wrap .abt-text .btn {
	justify-content: center;
}
.abt-wrap .abt-tiktok {
    width: 19%;
    border: 1px solid #818385;
}
.abt-wrap .abt-tiktok .tiktok-embed {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.abt-wrap .abt-tiktok .tiktok-embed iframe {
    width: 100%;
}

.newsletter__wrapper .inline-richtext.h1 {
	font-size: 32px;
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
.newsletter .newsletter__subheading {
	margin: 0 auto;
	width: 550px;
}
.newsletter .newsletter__subheading p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}
.newsletter .newsletter__wrapper form, .newsletter .newsletter__wrapper form .newsletter-form__field-wrapper {
	max-width: 100%;
	width: 810px;
}
.newsletter .newsletter__wrapper form .newsletter-form__field-wrapper input {
	width: 100%;
	height: 60px;
	padding: 5px 0px 5px 40px;
	font-size: 16px;
}
.newsletter .newsletter__wrapper form .newsletter-form__field-wrapper input:focus-visible {
    box-shadow: none;
}
.newsletter .newsletter__wrapper form .newsletter-form__field-wrapper button {
	width: 42px;
	height: 22px;
	background-image: url(right-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.newsletter .newsletter__wrapper form .newsletter-form__field-wrapper button:hover {
    transform: translateY(-50%) scale(1.07);
}

.our-swag {
    max-width: 100%;
    overflow: hidden;
    padding: 110px 0px 125px;
}
.our-swag .our-swag-inner h2 {
	text-align: center;
	font-size: 32px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
	color: #9fef00;
}
.intro-wrapper {
    margin: 0px -13px;
}
.our-swag-inner .swag-slider {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}
.intro-wrapper .intro-item {
	padding: 13px;
}
.intro-wrapper .intro-item .intro-img img {
    width: 100%;
    object-fit: cover;
}
.intro-wrapper .intro-item .intro-text h4 {
	font-size: 50px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	text-align: center;
	margin: 15px 0px 0px;
}
.our-swag-slider .uk-dotnav {
    margin: 15px 0px 0px !important;
}
.our-swag-slider .uk-dotnav li {
    padding: 0px 5px;
}
.our-swag-slider .uk-dotnav li a {
    background-color: rgba(61,255,0,0.3);
	display: flex !important;
	height: 15px;
	width: 15px;
    border: none; 
    cursor: pointer;
	transition: all ease-in-out 0.3s;
}
.our-swag-slider .uk-dotnav li.uk-active a, .our-swag-slider .uk-dotnav li a:hover {
    background-color: #9fef00;
}
.our-swag-slider .uk-slidenav {
	height: 50px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.our-swag-slider .uk-position-center-left {
	background-image: url("product-left-arrow.png");
    left: 15px;
}
.our-swag-slider .uk-position-center-right {
	background-image: url("product-right-arrow.png");
    right: 15px;
}
.our-swag-slider .uk-slidenav svg {
    display: none;
}


/* footer */
.footer {
	padding: 70px 0 25px;
	background: transparent;
	border-top: 1px solid #434853;
}
.footer .page-width {
    width: 1310px !important;
}
.footer .footer__blocks-wrapper {
	display: flex !important;
	justify-content: flex-start;
	column-gap: 0px;
	row-gap: 0px !important;
	padding-bottom: 40px;
}
.footer .footer__blocks-wrapper .footer-block--menu {
	width: 80%;
}
.footer .footer__blocks-wrapper .footer-block--menu ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
    margin: 0px -48px;
}
.footer .footer__blocks-wrapper .footer-block--menu ul li {
	margin: 0px;
    padding: 0px 48px;
}
.footer .footer__blocks-wrapper .footer-block--menu ul li .link {
	padding: 0px;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
	color: #fff;
    letter-spacing: 0px;
    transition: all ease-in-out 0.3s;
}
.footer .footer__blocks-wrapper .footer-block--menu ul li .link:hover, .footer .footer__blocks-wrapper .footer-block--menu ul li .list-menu__item--active {
    text-decoration: underline;
    color: #84c804;
    transform: inherit;
}
.footer .footer__blocks-wrapper .follow-us {
	width: 20%;
}
.footer .footer__blocks-wrapper .follow-us .footer__list-social {
	justify-content: flex-start;
}
.footer .footer__blocks-wrapper .follow-us ul li .list-social__link {
	padding: 10px;
}
.footer .footer__blocks-wrapper .follow-us ul li .list-social__link svg {
    height: 25px;
    width: 25px;
    color: #fff; 
    transition: all ease-in-out 0.3s;
}
.footer .footer__blocks-wrapper .follow-us ul li .list-social__link:hover svg {
    transform: scale(1.07); 
    color: #84c804;
}
.footer .bottom-inner {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
    row-gap: 10px;
}
.footer .bottom-inner .footer__content-bottom-wrapper {
	justify-content: center;
}
.footer .bottom-inner .footer__content-bottom-wrapper .copyright__content {
	font-size: 14px;
	color: #fff;
}
.footer .bottom-inner .footer__content-bottom-wrapper .copyright__content a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer .bottom-inner .footer__content-bottom-wrapper small:last-child {
	padding-left: 20px;
	margin-left: 10px;
	border-left: 1px solid #353738;
}

/* collection page */
.collection-hero {
	padding-top: 30px !important;
}
.collection-hero--with-image .collection-hero__inner .media.gradient {
	margin: 0px;
	height: inherit;
	min-height: inherit;
}
.collection-hero--with-image .collection-hero__inner .media.gradient img {
	position: inherit;
}
.collection-hero .collection-hero__inner .collection-hero__text-wrapper {
	padding: 0px;
}
.collection-hero .collection-hero__inner .collection-hero__title {
    color: #fff;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 0.25px;
	margin: 20px 0;
	font-weight: 600;
}
.collection-hero .collection-hero__inner .collection-hero__description.rte {
	font-size: 16px;
	width: 100%;
	max-width: 100%;
	margin: 10px 0px 15px !important;
    padding-right: 30px;
    color: #fff;
}
.collection-hero .collection-hero__inner .collection-hero__description.rte > div {
    text-align: left !important;
}
.collection-hero .collection-hero__inner .collection-hero__description.rte p {
    margin-bottom: 12px;
}
.collection-hero .collection-hero__inner .collection-hero__description.rte h2 {
	text-align: left !important;
	font-size: 25px;
	margin-bottom: 10px;
}
.facets-wrapper .facets-container {
	padding: 15px 0 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}
.facets-wrapper .facets-container .facets__wrapper {
	grid-column-start: 2;
}
.facets-wrapper .facets-container .active-facets {
	grid-column-start: 2;
}
.facets-wrapper .facets-container .facet-filters {
	grid-column-start: 1;
    padding: 0px;
}
#Facet-2-template--16253360013470__product-grid {
	left: inherit;
	right: 0;
}
.facets__price {
	background: #000;
}
.facets-wrapper .facets-container .facets__price input {
	padding: 5px 0 5px 20px;
	height: 50px;
	font-size: 16px;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.facets-wrapper .facets-container .facets__price .field__label {
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
    color: #fff;
}
.facets-wrapper .facets-container .facet-filters .facet-filters__field {
	justify-content: flex-start;
}
.facets__wrapper h2 {
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 18px;
}
.facets__disclosure .facets__summary {
	margin-bottom: 0;
}
.facet-filters__field .select select {
	letter-spacing: 0px;
    color: #fff;
}
.facets__wrapper .facets__summary svg {
    color: #fff;
}
.facets__wrapper .facets__summary span {
	font-size: 18px;
    color: #fff;
}
.facet-filters__field .facet-filters__label label {
	color: #fff;
	font-size: 18px;
}
.facet-filters__field .select select {
	letter-spacing: 0px;
	font-size: 18px;
    color: #fff;
}
.facets__list .facets__item span {
	color: #fff;
}
.active-facets__button .active-facets__button-inner {
	font-size: 17px;
	border: 1px solid #fff;
	line-height: 1;
	padding: 10px 20px 10px;
}
.active-facets__button .active-facets__button-inner svg {
	margin-top: -2px;
	width: 20px;
	height: 20px;
}
.facets-container .facets__form .product-count h2 span {
	font-size: 17px;
	letter-spacing: 0px;
    color: #fff;
}
.facets-container .facets__header {
	background: #000;
}
.facets-container .parent-display {
	background: #000;
}
.facets__header .facets__reset {
	color: #fff;
}
.facets-container .active-facets__button-inner {
	color: #fff;
	box-shadow: 0 0 0.1rem rgba(255,255,255,0.5);
}
facet-remove .active-facets__button-remove, facet-remove .active-facets__button-remove span {
	color: #fff;
    font-size: 18px;
}
facet-remove .active-facets__button-remove:hover {
    color: #9fef00;
}
.facet-checkbox > input[type="checkbox"]:checked ~ .icon-checkmark {
	color: #000;
}
.facets-container .facet-filters__sort:focus-visible {
	outline: none;
	outline-offset: 0rem;
	box-shadow: none;
}
/* .product-grid .grid__item {
	background: #fff;
} */
.card-wrapper {
	padding: 10px;
}
.card-wrapper .card .card__inner {
	height: 370px;
}
.card-wrapper .card .card__inner .card__media .media img {
	height: 370px;
    object-fit: cover;
    background: #fff;
}
.card-wrapper .card .card__inner .card__content .badge {
	height: 80px;
	width: 80px;
	padding: 18px 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.25px;
    color: #9fef00;
}
.card-wrapper .card .card__information {
	padding-bottom: 8px;
}
.card-wrapper .card .card__information a {
	font-size: 16px;
	text-align: center;
	letter-spacing: 0px;
    color: #fff;
}
.card-wrapper .card:hover a {
    color: #9fef00 !important;
}
.card-wrapper .card .card__information .card-information {
	text-align: center;
}
.card-wrapper .card .card__information .card-information .rating-star::before {
	-webkit-text-fill-color: rgb(247, 100, 181);}
.card-wrapper .card .card__information .price {
    text-align: center;
}
.card-wrapper .card .card__information .price .price-item {
    color: #fff;
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
}
.card-wrapper .card .quick-add.no-js-hidden {
	grid-row-start: 4;
	position: relative;
	z-index: 5;
}
.card-wrapper .card .quick-add.no-js-hidden .quick-add-modal {
	display: none;
}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {
	color: #000;
    background: #9fef00;
	width: 260px;
	height: 70px;
	max-width: 180px;
	min-width: 180px !important; 
	min-height: 50px;
	max-height: 50px;
	margin: 0 auto;
    font-size: 15px;
    transition: all ease-in-out 0.3s;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
} 
.quick-add__submit:hover {
    background: #fff;
}
.card-wrapper .card .quick-add .form .button:hover {
    background: #fff;
}
.card-wrapper .card .quick-add .form .button:before, .card-wrapper .card .quick-add .form .button:after, .quick-add__submit:after, .quick-add__submit:before {
  display: none;
}
.card-wrapper .card .quick-add .form .button span {
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
    transition: all ease-in-out 0.3s;
}
.card-wrapper .card .quick-add .form .button:hover span {
    color: #000;
}
.pagination-wrapper .pagination ul li .pagination__item {
	color: #fff;
    transition: all ease-in-out 0.3s;
}
.pagination-wrapper .pagination ul li .pagination__item:hover {
    color: #000;
    background: #9fef00;
    text-decoration: none;
}
.collection .pagination-wrapper {
	margin: 30px 0px;
}
.pagination__list {
    align-items: center;
}
.pagination__list li {
	height: 50px;
	width: 50px;
	max-width: 50px;
}
.pagination__list li .pagination__item {
	border: 1px solid #fff;
	font-size: 16px;
	height: 50px;
	width: 50px;
}
.pagination__list li .pagination__item--current {
	text-decoration: none;
	background: #9fef00;
	color: #000 !important;
	border: none;
	opacity: 1;
}
.pagination__list li .pagination__item--current:after {
    display: none;
}
.pagination__list li .pagination__item--current:hover {
	color: #fff !important;
}
.pagination__list li .pagination__item-arrow {
	border: none;
	width: 23px;
	margin: 0 auto;
	display: flex;
}
.pagination__list li .pagination__item-arrow:hover {
    background: transparent !important;
    color: #fff !important;
}
.card-wrapper .card {
	border: none;
}
.quick-add-modal__content {
	scrollbar-color: #333 #111;
}
quick-add-modal .quick-add-modal__content-info {
	background: #000;
}
.product__view-details {
	color: #fff;
	font-size: 18px;
}
.quick-add-modal__content .quick-add-modal__content-info {
	padding: 10px 0px;
    overflow: hidden;
}
.quick-add-modal__content .product .product__media-wrapper {
	padding: 0;
}
quick-add-modal .product-media-container.constrain-height {
	border: none;
}
.quick-add-modal__content .quick-add-modal__toggle {
	height: 30px;
	width: 30px;
	padding: 0;
	right: 10px;
	top: 10px;
}
.quick-add-modal__content .quick-add-modal__toggle .icon {
	height: 15px;
	width: 15px;
}
.quick-add-modal__content {
	width: 45% !important;
	max-height: 90% !important;
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}
.quick-add-modal__content .product {
	display: block;
}
.quick-add-modal__content .product .product__media-wrapper {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
}
.quick-add-modal__content .product .product__media-wrapper .product__media-list {
	margin: 0px;
}
.quick-add-modal__content .product .product__info-wrapper {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px 10px !important;
}
.quick-add-modal__content .product .product__info-wrapper .h1 {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
}
.quick-add-modal__content .product .product__info-wrapper .price-item {
	font-size: 26px;
}
.quick-add-modal__content .product .product__info-wrapper variant-radios {
	padding-top: 10px !important;
	margin-bottom: 10px !important;
}
.quick-add-modal[open] {
	opacity: 1;
	visibility: visible;
	z-index: 101;
	background: rgba(0,0,0,0.8);
}



/* product page */
.product__media-item {
    opacity: 0;
}
.product__media-item.slick-current.slick-active {
    opacity: 1;
}
.custom-slider .thumbnail-slider {
    display: none !important;
}
.product-bottom-info {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 0 0 !important;
}
.product .product-bottom-info variant-radios {
    padding: 10px;
    border: none;
    margin: 0 !important;
}
.product-bottom-info .product__info-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
}
.product-buy-button {
    width: 100%;
    max-width: 100%;
}
.product-buy-button .product-form form .product-form__buttons {
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.product-buy-button .product-form form .product-form__buttons .button {
    width: 280px;
    min-width: 280px;
}
.product-media-modal {
    background-color: #000 !important;
}
.product .certified-img {
    width: 100%;
    margin-bottom: 35px;
}
.product .certified-img img {
    width: 100%;
}

.main-product .page-width {
	width: 1310px !important;
}
.product__info-container > * + * {
	margin: 15px 0px !important;
}
.product .grid__item .product__media-list .product__media-item .product__media {
	border: none;
    background: #000;
}
.product-media-container.constrain-height.media-fit-contain {
	--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
	width: 100%;
	border: none;
}
.product--thumbnail .product__media-item:not(.is-active), .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: block !important;
}
.product__media-wrapper .product__media-list.slider {
    position: inherit; 
    flex-wrap: inherit;
    overflow-x: visible !important;
    scroll-snap-type: inherit;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}
.product__media-list .product__media-item {
    width: 100%;
}
.product-media-modal .product-media-modal__content {
	background: #000;
}
.product-media-modal button.product-media-modal__toggle {
	background: #9fef00;
}
.product-media-modal button.product-media-modal__toggle .icon {
	color: #000;
}
.product .product__media-wrapper {
	padding-right: 30px;
}
.product .product__info-wrapper {
	padding: 35px 0px 0px 25px;
}
.product__info-container .product__title {
	margin-bottom: 0px;
}
.product__info-container .product__title h1 {
	font-size: 45px;
    font-weight: 700;
    color: #fff;
}
.price .badge {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__info-container .price .price__container {
    display: flex;
}
.product__info-container .price .badge {
	border-radius: 50px;
	padding: 0;
	text-transform: uppercase;
	background: #9fef00 !important;
	font-size: 14px;
	border: 1px solid #fff;
    color: #000;
    height: 70px;
    width: 70px;
}
.product__info-container variant-radios {
	border-top: 1px solid #292929;
	padding-top: 30px;
	margin-bottom: 38px !important;
}
.product__info-container .product-form__input label {
	font-size: 16px !important;
	letter-spacing: 0px !important;
}
.product .product-form__input input[type="radio"]:checked + label {
	background-color: #9fef00 !important;
	color: #000;
    border: 1px solid transparent;
}
.product-form__input input[type="radio"] + label {
	transition: all ease-in-out .3s !important;
	margin: 5px 0px !important;
	padding: 9px 20px !important;
}
.product-form__input input[type="radio"] + label:hover {
    background-color: #9fef00 !important;
    color: #000 !important;
    border: 1px solid transparent !important;
}
.product-form__input input[type="radio"].disabled + label:hover {
    background-color: #;
    cursor: no-drop;
}
.price-Quantity {
	display: flex;
	justify-content: flex-start;
	column-gap: 70px;
	align-items: center;
}
#price-template--14879773392985__main {
	width: 35%;
	border-right: 1px solid #d9d9d9;
}
.product__info-container .price .price__container .price-item {
	font-size: 30px;
	letter-spacing: 0px;
	color: #9fef00;
}
.product__info-container .product-form__input .form__label {
	font-size: 14px !important;
	color: #fff;
	letter-spacing: 0px;
	margin-bottom: 0px;
}
.product__info-container .product-form__quantity {
	margin-top: 20px !important;
	border-top: 1px solid #292929;
	padding-top: 30px;
    max-width: 100%;
}
.product__info-container .product-form__input .quantity:before, .product__info-container .product-form__input .quantity:after {
  display: none;
}

.product__info-container .product-form__input .quantity {
	background: #000;
	font-size: 17px;
	letter-spacing: 0px;
	min-height: 40px;
	width: 120px;
	margin-top: 15px;
    border: 1px solid #fff;
}
.product__info-container .product-form__input .quantity input {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
    width: 40px;
    font-size: 16px;
    color: #fff;
}
.product__info-container .product-form__input .quantity input:focus {
    box-shadow: none;
}
.product__info-container .product-form__input .quantity .quantity__button {
	width: 38px;
}
.product__info-container .product-form__input .quantity .quantity__button svg {
	width: 10px;
	height: 10px;
    color: #fff;
}
.product__info-container .product-form {
	margin: 15px 0px !important;
}
.product-form form .product-form__buttons {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 10px;
}
.product-form form .product-form__buttons .button {
	width: 50%;
	transition: all ease-in-out .3s;
	padding: 0;
	min-width: 50%;
	min-height: 60px;
	height: 60px;
	background: #9fef00;
}
.product-form form .product-form__buttons .button:hover {
      background: #fff; 
}
.product-form form .product-form__buttons .button:before, .product-form form .product-form__buttons .button:after {
  display: none;
}
.product-form form .product-form__buttons .button span {
	font-size: 20px;
	text-transform: uppercase;
    color: #000;
	font-weight: 600;
	letter-spacing: 1px;
    transition: all ease-in-out 0.3s;
}
.product-form form .product-form__buttons > div {
    width: 50%;
}
.product-form form .product-form__buttons > div .shopify-payment-button__more-options {
	font-size: 15px;
	color: #fff;
	opacity: 0.3;
	margin: 0px;
    width: 100%;
}
.product .product__info-wrapper .kaktus-wishlist-button {
    border-radius: 0 !important;
    width: 50%;
}
.product .product__info-wrapper .kaktus-wishlist-button .kaktus-w-wishlist-button__wrap .kaktus-w-wishlist-button__text {
    font-size: 16px;
    text-transform: uppercase;
}
.product__pickup-availabilities.no-js-hidden.quick-add-hidden {
	display: none;
}
.product__pickup-availabilities .pickup-availability-preview .pickup-availability-info .caption {
	font-size: 16px;
}
.product__pickup-availabilities .pickup-availability-preview .pickup-availability-info .link--text {
	font-size: 20px;
	color: #000;
}
.product-desc-title {
	font-size: 32px;
	font-weight: 600;
	color: #9fef00;
	margin-bottom: 30px;
}
.product__info-container .product__description h1, .at-bottom .product__description h1 {
	font-size: 28px;
}
.product__info-container .product__description h2, .at-bottom .product__description h2 {
	font-size: 25px;
}
.product__info-container .product__description, .at-bottom .product__description {
	color: #fff;
	font-size: 17px;
	padding-bottom: 30px;
    text-align: left !important;
}
.product .product__info-container .product__description > div {
    text-align: left !important;
}
.product .product__info-container .product__description ol {
    list-style: numbers;
}
.product .product__info-container .product__description ul {
    padding: 0px;
}
.product .product__info-container .product__description ul li, .product .product__info-container .product__description ol li {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.product .product__info-container .product__description ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #828282;
}
.product .social-icon {
	display: flex;
	justify-content: flex-start;
}
.product .social-icon li a {
	padding: 10px;
	color: #7f7f7f;
}
.product .social-icon li a span svg {
	height: 25px;
	width: 25px;
}
.product__info-container .product__description iframe {
	padding-top: 20px;
}
.classifications li a {
	color: #000;
	font-size: 18px;
}
.classifications li a span {
	font-size: 25px;
	font-weight: 600;
}
.related-product-section {
	background: transparent;
}
.related-products .page-width {
    width: 1440px !important;
}
.related-products .related-products__heading {
	font-size: 35px;
    font-family: 'Oswald', sans-serif;
	line-height: 42px;
    color: #9fef00;
	text-align: center;
	letter-spacing: 0px;
	margin: 25px 0 20px !important;
	font-weight: 500;
}
.related-product {
	width: 1310px !important;
	margin: 0 auto;
    overflow: hidden;
}
.product-items {
    flex-wrap: nowrap;
    gap: 0px;
}
.product-items .product-item {
	padding: 14px;
}
.product-items .product-item .quick-add {
	grid-row-start: 4;
}
.product-items .product-item quick-add-modal {
	display: none;
}
.related-products .uk-slidenav {
	height: 50px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: 100%;
}
.related-products .uk-position-center-left {
	background-image: url("product-left-arrow.png");
}
.related-products .uk-position-center-right {
	background-image: url("product-right-arrow.png");
}
.related-products .uk-slidenav svg {
    display: none;
}
.product_Detail .spr-header .spr-header-title {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}
.spr-form-contact input, .spr-form-review input {
	height: 50px;
	width: 100%;
	padding: 0px 0px 0px 30px;
	font-size: 15px;
}
.spr-form-actions .spr-button {
	width: 250px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	height: 60px;
	background: #ffcb76;
	color: #000;
    padding: 0px;
    border-radius: 10px;
}

.product .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: block;
}
.product .product__media-list .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    text-indent: -99999px;
    height: 50px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.product .product__media-list .slick-prev {
    left: 10px;
    background-image: url("product-left-arrow.png");
}
.product .product__media-list .slick-next {
    right: 10px;
    background-image: url("product-right-arrow.png");
}
.thumbnail-list .slick-arrow {
    display: none !important;
}
.product .thumbnail-list__item.slider__slide.slick-current .thumbnail,
.product .thumbnail-list__item.slider__slide .thumbnail:hover {
    box-shadow: 0 0 0 .1rem #9fef00;
    border-color: #9fef00;
    opacity: 1;
}
.slick-track {
    display: flex !important;
}
.no-rotet .slick-list .slick-track {
    transform: inherit !important;
}


.slick-slide {
    height: inherit !important;
}

/* wishlist */
.kaktus-w-popup__products {
    background: #000 !important;
}
body.gradient .kaktus-w-popup__products .kaktus-w-prod-det .kaktus-w-product__price {
    margin: 0 !important;
}
@media only screen and (max-width: 767px) {
#kaktus-wishlist-widget .kaktus-w-popup__login, [id^="kaktus-wishlist-app"] .kaktus-w-popup__login {display: block;}
}


/* add cart */
.cart-item__image-container {
    background: #000;
}
cart-items.page-width, .cart__footer-wrapper .page-width {
    width: 1310px !important;
}
.cart__warnings .cart__empty-text {
	font-size: 45px;
	letter-spacing: 0.25px;
    text-align: center;
}
.cart__warnings .button {
	background: #9fef00;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0px;
    color: #000;
}
.cart__warnings .button:hover {
    background: #000;
    color: #fff;
}
.cart__warnings .button:after, .cart__warnings .button:before {
  display: none;
}
.cart__warnings .cart__login-paragraph a {
	color: #fff;
}
.cart__warnings .cart__login-paragraph a:hover {
    color: #9fef00;
}
.title-wrapper-with-link .underlined-link {
	color: #fff;
	text-decoration: underline;
}
.title-wrapper-with-link .underlined-link:hover {
    color: #9fef00;
}
.cart-items .caption-with-letter-spacing {
	font-size: 20px;
	color: #fff;
}
.cart-items .cart-item__details .cart-item__name {
	font-size: 20px;
	color: #fff;
}
.cart-item__details .cart-sale-price .money {
    text-decoration-line: line-through !important;
}
.cart-items .cart-item__details .money {
	font-size: 22px !important;
	font-weight: 600 !important;
	color: #9fef00;
}
.product__info-container .product-form__input .quantity:before, .product__info-container .product-form__input .quantity:after {
  display: none;
}
.cart-item__quantity-wrapper .quantity {
    border: 1px solid #000;
}
.cart-item__quantity-wrapper .quantity{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 17px;
	letter-spacing: 0px;
	width: 120px;
    min-height: 40px;
}
.cart__items .cart-item .cart-item__quantity .quantity .quantity__button {
	width: 38px;
}
.cart__items .cart-item .cart-item__quantity .quantity .quantity__button svg {
    height: 10px;
    width: 10px;
}
.cart-item__quantity-wrapper .quantity:before, .cart-item__quantity-wrapper .quantity:after {
    display: none;
}
cart-remove-button .button .icon-remove {
	color: #fff;
}
td.cart-item__totals .price .money {
	font-size: 25px !important;
	font-weight: 600 !important;
	color: #9fef00;
}
.collection__title h2 {
	text-align: center;
	font-size: 35px;
    text-transform: uppercase;
	letter-spacing: 1px;
    font-weight: 600;
}
.collection__view-all .button {
	background: #e57dae;
	font-size: 18px;
	color: #000;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	font-weight: 600;
	width: 250px;
}
.collection__view-all .button:hover, .cart__footer .cart__blocks .cart__ctas .button:hover {
    background: #000;
}
.collection__view-all .button:before, .collection__view-all .button:after {
    display: none;
}
.cart__items .cart-item .cart-item__quantity .quantity input {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
    font-size: 16px;
}
.cart__footer .cart__blocks .cart__ctas .button {
    background: #9fef00;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
    color: #000;
	letter-spacing: 0px;
    transition: all ease-in-out 0.3s;
}
.cart__footer .cart__blocks .cart__ctas .button:hover {
    background: #fff;
}
.cart__footer .cart__blocks .cart__ctas .button:before, .cart__footer .cart__blocks .cart__ctas .button:after {
    display: none;
}
.tax-note.caption-large {
	color: #fff;
}
.totals .totals__total-value .money {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #9fef00;
}
.cart-attribute__field {
	text-align: right;
}
.cart-attribute__field label {
	display: block;
	font-size: 20px;
}
.cart-attribute__field input {
	height: 44px;
	width: 280px;
	color: #fff;
	background: #000;
	border: 1px solid #d9d9d9;
}

/* pages */
.main-page .page-width {
    margin: 0 auto !important;
}
.main-page-title, .section-header__title {
	font-size: 35px;
	margin: 20px 0px !important;
    font-weight: 500;
    color: #fff;
}
.page-width--narrow .rte {
    margin-bottom: 40px;
}
.page-width--narrow .rte .store-locations a {
	margin-bottom: 10px;
	color: #e57dae;
	font-size: 22px;
	transition: all ease-in-out 0.3s;
}
.page-width--narrow .rte .store-locations a:hover {
    color: #000;
    text-decoration: underline;
}
.store-locations {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.store-locations a {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}
.page-width--narrow table {
	width: 100%;
}
.page-width--narrow table p strong {
	font-size: 18px;
}
.page-width--narrow table p span {
	font-size: 16px;
	color: #000;
}
.page-width--narrow table tr td {
    font-size: 16px;
}
.page-width--narrow table tr td strong {
	font-size: 18px;
	color: #000;
    padding-bottom: 10px;
}
.page-width--narrow .rte h2 {
	font-size: 22px;
	text-align: left !important;
}
.page-width--narrow .rte p {
	font-size: 18px;
	line-height: 26px;
	text-align: left !important;
}
.page-width--narrow .rte p iframe {
	margin-top: 12px;
}
.page-width--narrow .rte p a {
    color: #e57dae;
}

/* contact page */
.contact .c-text-mail {
	font-size: 26px;
	line-height: 40px;
    margin-bottom: 0px;
}
.contact .c-text-mail a {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #06b6db;
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
}
.contact .c-text-mail a:hover {
    color: #000;
    text-decoration: none;
}
.contact .c-text {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 30px;
}
.contact form .field:after, .contact form .field:before {
  border: 1px solid #000; 
}
.contact form .field input, .contact form .field .text-area {
  font-size: 18px;
  padding: 5px 0px 5px 30px;
}
.contact form .field input:focus ~ .field__label, .contact form .field .text-area:focus ~ ..form__label {
    display: none;
}
.contact form .field .field__label {
	font-size: 20px;
	color: #000;
	top: 50%;
	transform: translateY(-50%);
}
.contact form .contact__button {
	display: flex;
	justify-content: center;
	margin: 0px 0px 30px !important;
}
.contact form .contact__button .button {
	height: 80px;
	width: 250px !important;
	min-height: 80px !important;
	min-width: 50px !important;
	background: #9fef00;
	color: #000;
    border-radius: 50px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
    transition: all ease-in-out 0.3s;
}
.contact form .contact__button .button:hover {
    background: #fff;
}
.button:before, .button:after {
  display: none;
}

/* policy */
.content-for-layout .shopify-policy__container {
	max-width: 100%;
	width: 910px;
	padding: 0px 15px;
}
.shopify-policy__title h1 {
	text-align: center;
	font-size: 40px;
	font-weight: 600;
    margin: 30px 0px 20px !important;
}
.shopify-policy__body .rte {
	color: #f5f5f5;
	font-size: 18px;
	line-height: 26px;
    margin-bottom: 50px;
}
.shopify-policy__body .rte p {
    color: #bdb9b9;
}

/* collections */
.collection-list.grid {
	margin-bottom: 50px;
}
.title.title--primary {
	font-size: 40px;
	margin: 40px 0px 28px;
    font-weight: 500;
    text-align: center;
}
.collection-list .card-wrapper .card .card__content .card__information h3 a {
	font-size: 35px;
    font-family: 'Oswald', sans-serif;
	letter-spacing: 0px;
	line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
	text-align: center;
    transition: all ease-in-out 0.3s;
}
div#shopify-section-footer {
    padding-top: 30px;
}

.article .article-card-wrapper .card .card__content .card__information .h2 {
	font-size: 20px;
    font-weight: 600; 
}

/* checkout */
._1frageme0 .hmHjN {
	max-width: 270px !important;
	height: auto;
}

/* blogs */
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {
	height: 500px;
    border: 1px solid #d9d9d9;
    background: #000;
}
.template-search__results .article-card-wrapper .card.article-card .card__information a {
	font-weight: 400;
}
.blog-articles .card-wrapper .card .card__information .full-unstyled-link {
	font-weight: 700;
    text-align: left;
    font-size: 22px;
}
.template-search__results .article-card__info {
	text-align: center;
	margin-top: 10px;
}
.article-card__info span time {
	font-size: 14px;
	color: #fff;
}
.blog-articles .card-wrapper .card .card__information .l_btn {
	font-size: 16px;
	position: relative;
	z-index: 1;
	padding: 0px 40px;
	line-height: 50px;
}
.blog-articles .article-card-wrapper:hover .card .card__information a {
    text-decoration: none !important;
}
.main-blog .pagination-wrapper {
	margin: 20px 0px 30px;
}

.comment-form .article-template__comment-fields input {
	height: 70px;
	width: 100%;
    font-size: 16px;
}
.comment-form .article-template__comment-fields textarea {
    font-size: 16px;
}
.comment-form .article-template__comment-fields label, .comment-form .field label {
    font-size: 16px;
}
.comment-form .article-template__comment-fields input:focus ~ label, .comment-form .article-template__comment-fields:focus-visible ~ label,  .comment-form .article-template__comment-fields:focus-within ~ label {
    display: none;
}
.article-template .comment-form .button {
	background: #9fef00;
	border: 1px solid #000;
	color: #000;
	height: 65px;
	min-height: 65px;
	font-size: 18px;
    transition: all ease-in-out 0.3s;
}
.article-template .comment-form .button:hover {
    background: #fff;
}
.article-template__back .article-template__link {
	color: #fff;
}

/* 404 page */
.template-404 p {
	font-size: 28px;
	font-weight: 500;
	margin: 30px 0 8px;
	line-height: 28px;
}
.template-404 .title {
	margin: 0px;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 700;
}

.product .vc-option {
	display: none;
}

/* login */
.customer h1 {
	font-size: 35px;
	color: #fff;
	margin: 0px;
}
.customer button {
	background: #9fef00;
	border-radius: 50px;
	height: 60px;
	min-height: 60px;
	width: 220px;
    font-size: 18px;
    letter-spacing: 0px;
    color: #000;
    transition: all ease-in-out 0.3s;
}
.customer button:hover {
    background: #fff;
}
.customer button:before , .customer button:after {
    display: none;
}
.customer form .field input {
  font-size: 16px;
}
.customer form .field input:focus-visible ~ label, .customer .field input:not(:placeholder-shown) ~ label {
    display: none;
}
.customer form .field input:focus, .customer .field input:not(:placeholder-shown) {
    padding: 0px 0px 0px 30px;
}
.customer form .field label {
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}
.customer a {
	font-size: 18px;
	color: #fff;
}
.customer a:hover {
  color: #9fef00;
}
.customer .order-history tr td, .customer .order-history tr td a, .customer p {
    color: #fff;
}

/* search */
.template-search predictive-search form input {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 5px 0px 5px 30px;
}
.template-search form input:focus, .template-search form input:focus-visible, .template-search form input:focus-within {
    padding: 5px 0px 5px 30px;
}
.template-search form .field__label {
	color: #fff;
	font-size: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#Facet-2-template--16253360636062__main {
	right: 0;
	left: inherit;
}

/* @media only screen and (max-width: 1855px) {
.doubly-float {left: 78% !important;}
.header .header--middle-left .header__inline-menu {max-width: 850px;}
}
@media only screen and (max-width: 1790px) {
.doubly-float {left: 79% !important;}
}
@media only screen and (max-width: 1680px) {
.doubly-float {left: 81% !important;}
} */
@media only screen and (max-width: 1620px) {
.f-product .f-product-inner h2 span {padding: 18px 25px 18px 35px;}
.f-product .wrapper {padding: 0 15px;max-width: 100%;justify-content: flex-start;}
.about-us h2 {font-size: 80px;}
.intro-wrapper .intro-item .intro-text h4 {font-size: 42px;}
.f-product-slider {width: 1540px;}
/* collection page */
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 350px;}
.quick-add-modal__content {width: 32% !important;max-height: 80% !important;}
.quick-add-modal__content .quick-add-modal__content-info {padding: 10px 0px;}
.quick-add-modal__content .product .product__media-wrapper {padding: 0;}
}
@media only screen and (max-width: 1599px) {
/* .doubly-float {left: 79% !important;} */
.hero-slider .slider-item .slider-text {max-width: 520px;}
.hero-slider .slider-item .slider-text h2 {font-size: 70px;}
.coll-wrap .coll-item .coll-text a {font-size: 35px;}
.f-product-slider {width: 1360px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 240px;height: 240px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 240px;}
.about-us h2 {font-size: 70px;}
.abt-wrap {padding: 0 65px 0 28px;}
/* collection page */
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 320px;}
}
@media only screen and (max-width: 1419px) {
.header__inline-menu .list-menu li .header__menu-item {padding: 10px 32px;}
.hero-slider .slider-item .slider-text h2 {font-size: 64px;}
.coll-wrap .coll-item .coll-text a {font-size: 32px;}
.f-product .f-product-inner h2 {font-size: 32px;}
.f-product-slider {width: 1280px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner {padding: 0 10px 40px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 220px;height: 220px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 220px;}
.abt-wrap {padding: 0 45px 0 20px;}
.intro-wrapper .intro-item .intro-text h4 {font-size: 38px;}
/* collection page */
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 300px;}
.card-wrapper .card .card__information {padding: 15px 0px 5px;}
.card-wrapper .card .card__information a {font-size: 16px;}
}
@media only screen and (max-width: 1345px) {
.header__inline-menu .list-menu li .header__menu-item {padding: 10px 24px;}
.hero-slider .uk-position-center-left {left: 10px;}
.hero-slider .uk-position-center-right {right: 10px;}
.f-product-slider {width: 1200px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 190px;height: 190px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 190px;}
.abt-wrap {padding: 0px;}
.our-swag-slider .uk-position-center-left {left: 5px;}
.our-swag-slider .uk-position-center-right {right: 5px;}
/* cart */
.cart-item__totals .price .money {font-size: 22px !important;}
.cart-item > td + td.cart-item__totals {padding-left: 0px;}
/* collection page */
.collection-list .collection-list__item .card-wrapper .card .card__inner {height: 350px;}
.collection-list .card-wrapper .card .card__inner .card__media .media img {height: 350px;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 32px;line-height: 38px;}
.card-wrapper .card .card__inner .badge {font-size: 14px;height: 68px;width: 68px;line-height: 68px;}
/* product page */
.related-product {width: 1180px !important;}
/* 404 */
.template-404 .title {font-size: 32px;}
.customer h1 {font-size: 32px;}
}
@media only screen and (max-width: 1259px) {
.header__inline-menu .list-menu li .header__menu-item {font-size: 12px;padding: 10px 18px;}
.header__inline-menu ul li .header__menu-item .icon {height: 11px;width: 10px;}
.hero-slider .slider-item .slider-text {max-width: 430px;}
.hero-slider .slider-item .slider-text .content p {font-size: 22px;}
.hero-slider .slider-item .slider-text h2 {font-size: 56px;}
.f-product {padding: 15px 0 120px;}
.featured-collections {padding: 32px 0 90px;}
.f-product .wrapper .collection-img {width: 25%;}
.f-product .wrapper .slider {width: 100%;}
.f-product-slider {width: 1040px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 250px;height: 250px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 250px;}
.f-product .uk-dotnav li a, .our-swag-slider .uk-dotnav li a {height: 12px;width: 12px;}
.abt-wrap .abt-text {padding: 0 45px 0 35px;}
.our-swag {padding: 80px 0 95px;}
.intro-wrapper .intro-item .intro-text h4 {font-size: 35px;}
/* collection page */
.collection-hero .collection-hero__text-wrapper .titile {padding: 38px 0;}
.collection-hero .collection-hero__text-wrapper .collection-hero__title {font-size: 35px;line-height: 42px;}
.product-grid .grid__item {max-width: calc(33.33% - 8px);width: calc(33.33% - 8px);}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 330px;}
/* product page */
.product-buy-button .product-form form .product-form__buttons .button {margin: 0 auto;}
.product-form form .product-form__buttons {flex-direction: column;}
.product-form form .product-form__buttons .button {width: 90%;}
.product-form form .product-form__buttons > div {width: 90%;}
.related-product {width: 1040px !important;}
/* blog page */
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 350px;}
.blog-articles .card-wrapper .card .card__information .full-unstyled-link {font-size: 20px;}
}
@media only screen and (max-width: 1139px) {
.header__inline-menu .list-menu li .header__menu-item {padding: 10px 12px;}
.header__icons .header__icon {padding: 0px 12px;}
.hero-slider .slider-item .slider-text {max-width: 390px;top: 32%;transform: translate(-50%,-32%);}
.hero-slider .slider-item .slider-text .content p {font-size: 20px;}
.hero-slider .slider-item .slider-text h2 {font-size: 48px;}
.hero-slider .uk-slidenav {height: 42px;width: 25px;}
.coll-wrap .coll-item .coll-text a {font-size: 26px;}
.f-product .f-product-inner h2 {font-size: 30px;}
.f-product-slider {width: 950px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 210px;height: 210px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 210px;}
.f-product .uk-slidenav {height: 42px;width: 25px;}
.about-us h2 {font-size: 58px;}
.about-us .abt-heading .desc p {font-size: 22px;}
.abt-wrap {align-items: flex-start;}
.abt-wrap .abt-video {width: 100%;margin-bottom: 20px;}
.abt-wrap .abt-video .video_btn::before {height: 98px;width: 98px;}
.abt-wrap .abt-text {padding: 30px 50px 0 0;width: 68%;}
.abt-wrap .abt-tiktok {width: 32%;}
.our-swag-slider .uk-slidenav {height: 42px;width: 24px;}
.intro-wrapper .intro-item .intro-text h4 {font-size: 32px;}
.footer .footer__blocks-wrapper .footer-block--menu ul {margin: 0 -18px;}
.footer .footer__blocks-wrapper .footer-block--menu ul li {padding: 0 28px;}
/* collection page */  
.facets-wrapper .facets-container .facets__form .facets__disclosure {margin-right: 25px;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 300px;}
.quick-add-modal__content {width: 40% !important;}
.quick-add-modal__content .product-form form .product-form__buttons {display: block;}
/* collection list */
.collection-list .collection-list__item .card-wrapper .card .card__inner {height: 300px;}
.collection-list .card-wrapper .card .card__inner .card__media .media img {height: 300px;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 28px;line-height: 35px;}
/* product page */
.product .product__info-wrapper {padding: 20px 0 0 50px;}
.product__info-container .product__title h1, {font-size: 30px;}
.product__info-container .price .price__container .price-item {font-size: 23px;}
.product__info-container .price .price__container s.price-item {font-size: 18px;margin-right: 10px;}
.product__info-container .price .badge {font-size: 14px;width: 70px;height: 70px;line-height: 1;padding: 20px 9px;}
.product .product__info-wrapper .kaktus-wishlist-button {width: 60%;}
.related-products .related-products__heading {font-size: 30px;line-height: 38px;}
.related-product {width: 950px !important;}
.related-products .uk-slidenav {height: 42px;width: 25px;}
.customer .title-banner {margin-top: -15px;}
}
@media only screen and (max-width: 1023px) {
.header {position: relative;}
predictive-search input {height: 55px;font-size: 17px;}
predictive-search .search__button {height: 25px;width: 25px;top: 50%;transform: translateY(-50%);right: 20px;}
predictive-search .reset__button {height: 25px;width: 25px;top: 50%;transform: translateY(-50%);}
.header header-drawer {margin: 0;}
.header header-drawer .header__icon--menu {height: 30px;width: 50px;}
.header header-drawer .header__icon--menu svg {height: 25px;width: 30px;color: #fff;}
.header header-drawer .menu-drawer__navigation ul li .menu-drawer__menu-item {font-size: 18px;padding: 8px 20px;}
.menu-drawer__utility-links .list-social li a svg {height: 25px;width: 25px;}
.header .header__heading {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.header__icons {width: 230px;justify-content: flex-end;padding-right: 90px;}
.header__icons .header__icon.header__icon--cart .cart-count-bubble {height: 22px;width: 22px;line-height: 22px;font-size: 14px;right: -8px;top: -4px;}
.coll-wrap {column-gap: 21px;}
.coll-wrap .coll-item {width: calc(33.33% - 14px);}
.f-product .wrapper .collection-img {width: 28%;}
.f-product .wrapper .slider {width: 100%;}
.f-product-slider {width: 890px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn .ch_cart {width: 190px;}
.about-us h2 {font-size: 48px;margin-bottom: 15px;}
.newsletter__wrapper .inline-richtext.h1 {font-size: 30px;}
/* .intro-wrapper .intro-item {width: 50%;} */
/* collection page */
.collection-hero .collection-hero__text-wrapper .collection-hero__title {font-size: 30px;line-height: 38px;}
.facet-filters {padding-left: 0px;}
.facets__wrapper .facets__summary span {font-size: 18px;}
.facets-wrapper .facets-container .facets__form .facets__disclosure {margin-right: 20px;}
.facet-filters__field .select select {font-size: 18px;}
.facets-wrapper .facets-container .active-facets__button {padding: 10px 0px;}
.facets-wrapper .facets-container .active-facets__button-wrapper {margin: 0;}
.facets-container .facets__form .product-count {margin-left: -40px;}
.facets-container .facets__form .product-count h2 span {font-size: 16px;}
.product-grid .grid__item {max-width: 49.5%;width: 49.5%;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 440px;}
/* product page */

.product {flex-wrap: wrap;}
.product .product__media-wrapper {width: 100%;}
.product .product__info-wrapper {padding: 70px 20px 0 20px;}
.product__info-container .product__title h1 {font-size: 32px;}
.product-bottom-info .product__info-container {flex-direction: column-reverse;padding: 0px 20px;}
.product .product-bottom-info  .variant-picker-container {margin: 0 !important;}
.product .product-bottom-info variant-radios {padding: 0;}
.product-bottom-info .product__info-container .price-container {padding: 0px;}
.product__info-container .price .price__container .price-item {font-size: 25px;}
.product__info-container .price .price__container s.price-item {font-size: 22px;}
.product-buy-button .product-form form .product-form__buttons {justify-content: flex-start;padding: 15px 20px 0;}
.product-buy-button .product-form form .product-form__buttons .button {width: 50%;min-width: 50%;margin: 0;}
.product-form form .product-form__buttons {flex-direction: row;}
.product .product__info-wrapper .kaktus-wishlist-button {width: 30%;}
.product .product__info-wrapper .kaktus-wishlist-button .kaktus-w-wishlist-button__wrap {padding-left: 0 !important;padding-right: 0 !important;justify-content: flex-start !important;}
.product-desc-title {font-size: 30px;}
.related-product {width: 880px !important;}
.related-product .card-wrapper .card .card__inner, .related-product .card-wrapper .card .card__inner .card__media .media img {height: 260px;}
/* blogs */
.main-blog .title--primary {font-size: 38px;margin: 30px 0 20px !important;}
.article-card-wrapper .card .card__content .card__information .h2 {font-size: 18px;}
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 320px;}
.blog-articles .card-wrapper .card .card__information .l_btn {padding: 0px 34px;line-height: 47px;}
.article-template__comment-fields > * {margin-bottom: 1.125rem;}
.comment-form .article-template__comment-fields input {height: 55px;}
.article-template .comment-form .button {height: 55px;min-height: 55px;font-size: 17px;padding: 0px 10px;min-width: 180px;}
/* pages */
.main-page-title {font-size: 32px;}
.main-page .rte h2.contact-heading {font-size: 28px;}
.contact form .field input {height: 65px;}
.contact form .field .field__label {font-size: 18px;}
/* collection list */
.title.title--primary {font-size: 30px;margin: 30px 0px 25px;}
.collection-list .collection-list__item .card-wrapper .card .card__inner, .collection-list .card-wrapper .card .card__inner .card__media .media img {height: 380px;}
/* add to cart */
.collection__view-all .button {width: 200px;height: 60px;min-height: 60px;}
/* 404 */
.template-404 p {font-size: 25px;line-height: 25px;}
.template-404 .title {font-size: 28px;}
.color-swatch .grid__item h2 {font-size: 28px;margin-bottom: 10px;}
.template-search__header .h2 {font-size: 30px;margin: 15px 0px 12px;}
.customer h1 {font-size: 28px;}
}
@media only screen and (max-width: 959px) {
.l_btn {font-size: 15px;padding: 0 44px;height: 47px;line-height: 47px;}
.header__icons .header__icon {display: flex !important;}
.header .header__icons .doubly-wrapper {margin-top: 0;padding: 0;}
.hero-slider .slider-item .slider-text {max-width: 300px;}
.hero-slider .slider-item .slider-text .content {margin-bottom: 15px;}
.hero-slider .slider-item .slider-text .content p {font-size: 16px;line-height: 26px;}
.hero-slider .slider-item .slider-text h2 {font-size: 38px;margin-bottom: 18px;}
.hero-slider .slider-item .slider-text .btn .l_btn {font-size: 16px;padding: 0 24px;}
.coll-wrap .coll-item .coll-text a {font-size: 20px;}
.f-product .f-product-inner h2 {font-size: 28px;}
.f-product .f-product-inner h2 span {padding: 14px 15px 14px 20px;}
.f-product .wrapper .collection-img {width: 45%;}
.f-product .wrapper .slider {width: 100%;}
.f-product-slider {width: 690px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 370px;height: 370px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 370px;}
.f-product .uk-dotnav li {padding: 0 3px;}
.f-product .uk-dotnav li a, .our-swag-slider .uk-dotnav li a {height: 10px;width: 10px;}
.newsletter .newsletter__subheading {width: 550px;max-width: 100%;}
.about-us .abt-heading .desc p {font-size: 20px;line-height: 28px;}
.our-swag-inner .swag-slider {width: 92%;}
.footer .footer__blocks-wrapper .footer-block--menu {width: 70%;}
.footer .footer__blocks-wrapper .footer-block--menu ul {margin: 0 -8px;}
.footer .footer__blocks-wrapper .footer-block--menu ul li {padding: 0 18px;}
.footer .footer__blocks-wrapper .follow-us {width: 24%;}
/* collection page */
.collection-hero.collection-hero--with-image.color-background-1.gradient {padding: 25px 0px;}
.collection-hero .collection-hero__text-wrapper .titile {padding: 44px 0;}
.collection-hero .collection-hero__text-wrapper .collection-hero__title {font-size: 28px;line-height: 36px;}
.collection-hero .collection-hero__inner .collection-hero__description.rte h3 {font-size: 22px;}
.mobile-facets__header-inner {display: flex;}
.facets-container .mobile-facets__close svg {width: 1.5rem;}
.medium-hide {display: flex !important;}
.facets__form {gap: 0 2rem;}
.facet-filters__field {flex-wrap: wrap;}
.facets-wrapper .facets-container form .facets__wrapper {display: none;}
.facets-wrapper .facets-container .mobile-facets__open {color: #fff;}
.mobile-facets__info {color: #000;}
.mobile-facets__heading, details.menu-opening .mobile-facets__close svg, .mobile-facets__label {color: #000;}
.facets-wrapper .facets-container .active-facets {grid-column-start: 1;margin: 0;}
/* .mobile-facets__inner.gradient {background: #000;}
.mobile-facets__main.has-submenu.gradient {background: #000;} */
.mobile-facets__summary span, .mobile-facets__sort label {color: #000;}
.mobile-facets__sort .select .icon-caret {color: #000;}
.facets-wrapper .facets-container form .sorting {display: none;}
.facets-container .facets__form .product-count {display: none;}
.facets-wrapper .facets-container .mobile-facets .small-hide {display: none;}
.facet-filters__field .facet-filters__label {display: block;width: 70%;margin: 0 auto;}
.facet-filters__field .select {margin: 0 auto;}
.facets-wrapper .facets-container .mobile-facets__footer .button {font-size: 16px;background: #9fef00;color: #000;}
.product-grid .grid__item {max-width: 49.4%;width: 49.4%;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 330px;}
.card-wrapper .card .card__inner .card__content .color-inverse {height: 70px;width: 70px;padding: 14px 0px;font-size: 15px;}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {width: 180px;height: 45px;max-width: 180px;min-width: 180px !important;min-height: 45px;max-height: 45px;font-size: 16px;padding: 0px !important;}
.quick-add-modal__content {width: 55% !important;max-height: 850px !important;}
.quick-add-modal__content .product {padding: 0;}
.quick-add-modal__content .product .product__info-wrapper .h1 {font-size: 20px;}
.quick-add-modal__content .product__info-container .price .price__container .price-item, .quick-add-modal__content .product .product__info-container .price .price__container .price__regular {font-size: 18px;}
.quick-add-modal__content .product-form form .product-form__buttons .button {width: 100%;min-height: 52px;max-height: 52px;}
.quick-add-modal__content .product-form form .product-form__buttons > div {width: 100%;}
.quick-add-modal__content .product-form form .product-form__buttons > div .kqsiVA9Jf8LJAbxw8Bau.h7OYsWHrW5495r9beh2n.jjzYeefyWpPZLH9pIgyw.gEHhIg_rFT5m29hVufkg {min-height: 52px !important;max-height: 52px !important;}
/* product page */
.product .certified-img {margin-bottom: 18px;}
.product {padding-top: 30px;}
.product__info-container .product__title h1 {font-size: 30px;}
.product__info-container .price .price__container .price-item {font-size: 26px;}
.product__info-container .product__description h1, .at-bottom .product__description h1 {font-size: 25px;}
.related-products .related-products__heading {font-size: 28px;line-height: 34px;margin: 25px 0 15px !important;}
.shopify-policy__title {padding: 30px 0 10px;}
.related-product {width: 700px !important;}
/* blogs */
.main-blog .title--primary {font-size: 32px;margin: 30px 0 15px !important;}
/* cart */
.title-wrapper-with-link .title--primary {font-size: 32px;}
.cart-item > td + td {padding: 60px 0 0 0 !important;}
.cart-items .cart-item {display: grid;grid-template: repeat(2,auto) / repeat(4,1fr);gap: 1.5rem;margin-bottom: 3.5rem;}
.cart-items .cart-item .cart-item__media {grid-row: 1 / 3;}
.cart-items .cart-item .cart-item__details {grid-column: 2 / 4 !important;}
/* .cart-items .cart-item .cart-item__totals {display: flex !important;align-items: flex-start;justify-content: flex-end;} */
.cart-items .cart-item .cart-item .cart-item__quantity {grid-column: 2/5;padding: 0px !important;}
.small-hide {display: none !important;}
.product__info-container .price .price__container .price-item {padding-right: 0;}
.cart__footer .cart__blocks .cart__ctas .button {min-height: 60px;}
.cart-items thead tr {margin-bottom: 1.2rem;}
/* collection list */
.collection-list .collection-list__item .card-wrapper .card .card__inner, .collection-list .card-wrapper .card .card__inner .card__media .media img {height: 370px;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 22px;line-height: 32px;}
.customer form .field input {min-height: 55px;height: 55px;font-size: 16px;}
}
@media only screen and (max-width: 767px) {
.header__icons .header__icon {padding: 0 5px;border: none !important;}
.header__icons .header__icon.header__icon--cart svg {height: 30px;width: 32px;}
.hero-slider .slider-item .slider-text {max-width: 250px;}
.hero-slider .slider-item .slider-text .content {margin-bottom: 12px;}
.hero-slider .slider-item .slider-text .content p {font-size: 14px;margin-bottom: 10px;}
.hero-slider .slider-item .slider-text h2 {font-size: 32px;}
.hero-slider .uk-dotnav li a {height: 12px;width: 12px;}
.coll-wrap {column-gap: 0px;}
.coll-wrap .coll-item {width: 100%;padding: 15px 25px;}
.coll-wrap .coll-item .coll-text a {font-size: 30px;}
.f-product .wrapper {flex-wrap: wrap;}
.f-product-slider {width: 570px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 250px;height: 250px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 250px;}
.about-us h2 {font-size: 38px;}
.about-us .abt-heading .desc p {font-size: 18px;line-height: 26px;}
.newsletter__wrapper .inline-richtext.h1 {font-size: 28px;}
.our-swag .our-swag-inner h2 {font-size: 28px;margin-bottom: 15px;}
.intro-wrapper .intro-item .intro-text h4 {font-size: 28px;}
.footer .footer__blocks-wrapper .footer-block--menu {width: 60%;}
.footer .footer__blocks-wrapper .footer-block--menu ul {flex-wrap: wrap;}
.footer .footer__blocks-wrapper .footer-block--menu ul li {padding: 0 18px 15px;width: 50%;}
/* collection page */
.title-banner {padding: 30px 0 15px;}
.collection-hero .collection-hero__text-wrapper .collection-hero__title {font-size: 28px;line-height: 36px;}
.collection .grid__item:only-child .card-wrapper .card .card__inner, .collection .grid__item:only-child .card-wrapper .card .card__inner .card__media .media img {height: 600px;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 280px;}
.card-wrapper .card .card__information a {font-size: 17px;}
.card-wrapper .card .card__information .price s.price-item {font-size: 14px;}
.card-wrapper .card .card__information .price .price-item {font-size: 16px;}
/* product page */

.product .product__media-item {min-width: 300px !important;}
.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {margin-left: 0 !important;margin-right: 0 !important;}
.product a.uk-slidenav {margin: 0px;padding: 0px;}
.product .product__media-wrapper {padding-right: 0;}
.product .grid__item .product__media-list .product__media-item .product__media {padding: 0;}
.product .product__media-list .product__media-item {margin-left: 0px !important;}
.product-media-container .product__modal-opener {border: 1px solid #d9d9d9;height: 450px;}
.slider-counter {color: #fff;}
.slider-button svg {color: #fff;}
.product .grid__item .product__media-list {border: none;padding: 0px;margin: 0;}
.product {padding-top: 0px;}
.product__info-container > * + * {margin: 10px 0 !important;}
.product .product__info-wrapper {padding: 50px 20px 0;}
.product__info-container .product__title h1 {font-size: 28px;}
.product__info-container .price .price__container .price-item {font-size: 24px;}
.product__info-container .price .price__container s.price-item {font-size: 19px;}
.product-form form .product-form__buttons > div button.shopify-payment-button__more-options {font-size: 16px;}
.product__info-container .product__description h1, .at-bottom .product__description h1 {font-size: 22px;margin-bottom: 8px;}
.product-desc-title {font-size: 28px;margin-bottom: 25px;}
.related-product {width: 580px !important;}
.related-product .card-wrapper .card .card__inner, .related-product .card-wrapper .card .card__inner .card__media .media img {height: 250px;}
/* blogs */
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 380px;}
/* pages */
.main-page-title {font-size: 28px;text-align: center;margin: 15px 0px 12px !important;}
.page-width--narrow .rte p iframe {width: 100%;}
.main-page .rte h3, .main-page .rte h2 {font-size: 22px;margin: 15px 0px 8px;}
.main-page ul.phone-number li {width: 50%;}
.three-year-top-section .row .col-md-3 {width: 45%;}
.main-page .rte h1 {font-size: 25px;}
.template-search__header .h2 {font-size: 28px;margin: 15px 0px 12px;}
/* policy */
.shopify-policy__title h1 {font-size: 30px;}
/* collection page */
.title.title--primary {font-size: 28px;margin: 20px 0px 18px;}
.collection-list .collection-list__item .card-wrapper .card .card__inner, .collection-list .card-wrapper .card .card__inner .card__media .media img {height: 300px;}
/* contact page */
.main-page .rte h2.contact-heading {font-size: 22px;}
}
@media only screen and (max-width: 639px) {
.header-wrapper {padding: 22px 0;}
.header .header__heading {left: 40%;transform: translate(-40%,-50%);}
.header .header__heading img {max-width: 150px;}
.header__icons .header__icon svg {height: 19px;width: 19px;}
.header__icons .header__icon .icon-account {height: 17px;width: 17px;}
.header__icons .header__icon.header__icon--cart svg {height: 26px;width: 28px;}
.header__icons .header__icon.header__icon--cart .cart-count-bubble {height: 18px;width: 18px;line-height: 18px;font-size: 10px;right: -8px;top: 0;}
.hero-slider .slider-item .slider-text {max-width: 220px;}
.hero-slider .slider-item .slider-text .content p {font-size: 12px;line-height: 22px;}
.hero-slider .slider-item .slider-text h2 {font-size: 27px;}
.featured-collections {padding: 20px 0 60px;}
.coll-wrap .coll-item .coll-text a {font-size: 26px;}
.f-product {padding: 15px 0 70px;}
.f-product .f-product-inner h2 {font-size: 25px;margin-bottom: 40px;}
.f-product .f-product-inner h2 span {padding: 12px 10px 12px 15px;}
.f-product .wrapper .collection-img {width: 100%;padding-right: 15px;}
.f-product .wrapper .slider {width: 100%;padding-right: 15px;padding-top: 20px;}
.f-product-slider {width: 450px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 480px;height: 480px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 480px;}
.about-us .abt-heading {margin-bottom: 25px;}
.about-us h2 {font-size: 32px;}
.abt-wrap .abt-video .video_btn::before {height: 58px;width: 58px;}
.abt-wrap .abt-text {padding: 0px 20px 20px;width: 100%;}
.abt-wrap .abt-text .content {margin-bottom: 28px;}
.abt-wrap .abt-text .content p {margin-bottom: 18px;}
.abt-wrap .abt-tiktok {width: 100%;}
.newsletter .newsletter__wrapper form .newsletter-form__field-wrapper button {width: 32px;height: 18px;}
.our-swag {padding: 55px 0 65px;}
.intro-wrapper .intro-item {padding: 8px;}
.intro-wrapper .intro-item .intro-text h4 {font-size: 25px;margin: 10px 0px 0px;}
.our-swag-slider .uk-slidenav {height: 35px;width: 20px;}
.footer {padding: 50px 0 25px;}
.footer .footer__blocks-wrapper {padding-bottom: 20px;}
.footer .footer__blocks-wrapper .footer-block {margin-bottom: 15px;}
.footer .footer__blocks-wrapper .footer-block--menu {width: 100%;}
.footer .footer__blocks-wrapper .follow-us {width: 100%;}
/* collection page */
.collection-hero .collection-hero__inner .collection-hero__text-wrapper .collection-banner-title {height: 90px;}
.collection-hero .collection-hero__text-wrapper .collection-hero__title {font-size: 25px;line-height: 32px;}
.facets-wrapper .facets-container .mobile-facets__open .button-label {font-size: 22px;letter-spacing: 1px;}
.facets-wrapper .facets-container .product-count .product-count__text, .facets-wrapper .facets-container .product-count .product-count__text span {font-size: 22px;}
.card-wrapper .card .card__inner .badge {font-size: 14px;height: 38px;width: 72px;line-height: 38px;}
.collection .grid__item:only-child .card-wrapper .card .card__inner, .collection .grid__item:only-child .card-wrapper .card .card__inner .card__media .media img {height: 450px;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 230px;}
.card-wrapper .card .card__inner .card__content .color-inverse {height: 62px;width: 62px;line-height: 1.2;font-size: 13px;}
.product-card-wrapper .card .card__content .card__information {padding: 25px 0 0;}
.card-wrapper .card .card__information a {font-size: 14px;}
.card-wrapper .card .card__information .price .price-item {font-size: 15px;}
.pagination-wrapper .pagination ul li {width: 35px;max-width: 35px;}
.pagination__list li .pagination__item {font-size: 16px;width: 35px;max-width: 35px;min-height: 35px;height: 35px;}
.quick-add-modal__content {width: 75% !important;}
/* blogs */
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 300px;}
.rte table {width: 100%;display: inline-table;}
.contact form .field .text-area {height: 150px;}
/* product page */
.product .certified-img {margin-bottom: 10px;}
.product-media-container .product__modal-opener {height: 450px;}
.product__info-container .product-form__quantity {margin-top: 20px !important;padding-top: 20px;}
.product .product__info-wrapper .product-form__buttons {width: 100%;flex-direction: column;}
.product .product__info-wrapper .kaktus-wishlist-button {width: 40%;}
.related-product {width: 460px !important;}
.related-product .card-wrapper .card .card__inner, .related-product .card-wrapper .card .card__inner .card__media .media img {height: 400px;}
.product .product__media-list .slick-arrow {height: 32px;width: 20px;}
/* collection list */
.collection-list .collection-list__item .card-wrapper .card .card__inner, .collection-list .card-wrapper .card .card__inner .card__media .media img {height: 220px;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 20px;line-height: 26px;}
.shopify-policy__title {padding: 20px 0 5px;}
}
@media only screen and (max-width: 539px) {
.l_btn {font-size: 14px;padding: 0 39px;height: 44px;line-height: 44px;}
.header header-drawer .header__icon--menu svg {height: 20px;width: 24px;}
.header .header__heading {left: 32%;transform: translate(-32%,-50%);}
.hero-slider .slider-item .slider-img img {min-height: 250px;object-fit: cover;}
.hero-slider .slider-item .slider-text .btn .l_btn {font-size: 15px;}
.f-product-slider {width: 390px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 350px;height: 350px;}
.f-product .uk-dotnav {margin: 8px 0 0 !important;}
.about-us h2 {font-size: 28px;}
.about-us .abt-heading .desc p {font-size: 16px;line-height: 24px;}
.abt-wrap .abt-video .video_btn::before {height: 48px;width: 48px;}
.newsletter .newsletter__wrapper {padding: 40px 18px !important;}
.newsletter__wrapper .inline-richtext.h1 {font-size: 25px;}
.our-swag .our-swag-inner h2 {font-size: 25px;}
/* collection page */
.facets-wrapper .facets-container .mobile-facets__open .button-label {font-size: 20px;}
.facets-wrapper .facets-container .product-count .product-count__text, .facets-wrapper .facets-container .product-count .product-count__text span {font-size: 20px;}  
.mobile-facets .mobile-facets__inner .mobile-facets__heading {font-size: 20px;}
.mobile-facets .mobile-facets__inner .mobile-facets__count {font-size: 18px;}
.product-grid .grid__item {max-width: 100%;width: 100%;}
.collection .grid__item:only-child .card-wrapper .card .card__inner, .collection .grid__item:only-child .card-wrapper .card .card__inner .card__media .media img {height: 420px;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 420px;}
.card-wrapper .card .card__inner .badge {font-size: 16px;height: 45px;width: 90px;line-height: 45px;}
.card-wrapper .card .card__information a {font-size: 16px;}
.card-wrapper .card .card__information .price s.price-item {font-size: 16px;}
.card-wrapper .card .card__information .price .price-item {font-size: 18px;}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {width: 160px;height: 42px;max-width: 160px;min-width: 160px !important;min-height: 42px;max-height: 42px;font-size: 14px;}
.quick-add-modal__content .product-form form .product-form__buttons .button {min-height: 48px;max-height: 48px;}
.quick-add-modal__content .product-form form .product-form__buttons > div .kqsiVA9Jf8LJAbxw8Bau.h7OYsWHrW5495r9beh2n.jjzYeefyWpPZLH9pIgyw.gEHhIg_rFT5m29hVufkg {min-height: 48px !important;max-height: 48px !important;}
/* product page */
.product__info-container > * + * {margin: 5px 0 !important;}
.product-media-container .product__modal-opener {height: 390px;}
.product .grid__item .product__media-list .product__media-item .product__media {padding: 0px;height: 100%;}
.product .grid__item .product__media-list .product__media-item .product__media .image-magnify-lightbox {position: relative;object-fit: cover;height: 100%;}
.product .product__info-wrapper {padding: 30px 20px 0;}
.product__info-container .product__title h1 {font-size: 22px;}
.product__info-container .price .price__container .price-item {font-size: 18px;}
.product__info-container .price .price__container s.price-item {font-size: 15px;}
.product__info-container .product-form__quantity {column-gap: 10px;margin-top: 30px !important;}
.product__info-container .product-form__input .quantity {min-height: 50px;}
.product-form form .product-form__buttons .button {min-height: 50px;height: 50px;}
.product .product__info-container .shopify-installments__content {font-size: 15px !important;}
.product pickup-availability[available] {min-height: inherit;}
.product__pickup-availabilities .pickup-availability-preview {padding: 5px 0px 0px;}
.product__pickup-availabilities .pickup-availability-preview .icon {height: 20px;width: 20px;}
.product__pickup-availabilities .pickup-availability-preview .pickup-availability-info * {margin: 0px 0px 2px;}
.product__pickup-availabilities .pickup-availability-preview .caption-large {font-size: 17px;}
.product__pickup-availabilities .pickup-availability-preview .pickup-availability-info .caption {font-size: 15px;}
.product__pickup-availabilities .pickup-availability-preview .pickup-availability-info .link--text {font-size: 15px;color: #000;}
.product__info-container .product-form, .product__info-container .product__description, .at-bottom .product__description {margin: 1rem 0;}
.product__info-container .product__description h1, .at-bottom .product__description h1 {font-size: 20px;}
.product__info-container .product__description, .at-bottom .product__description {font-size: 15px;}
.product__info-container .product__description iframe {padding-top: 15px;}
.product-desc-title {font-size: 25px;margin-bottom: 18px;}
.product .product__info-wrapper .kaktus-wishlist-button {width: 50%;}
.related-products .related-products__heading {font-size: 24px;line-height: 30px;margin: 25px 0 10px !important;}
.related-product {width: 420px !important;}

/* pages */
.page-background {padding: 45px 0;}
.main-page-title {font-size: 25px;text-align: center;margin: 15px 0px 10px !important;}
.page-width--narrow .rte p, .main-page .rte ul li {font-size: 17px;}
.container-fluid {margin-top: 25px;}
.contact form .contact__button .button {height: 45px;width: 160px !important;min-height: 45px !important;min-width: 150px !important;}
.page-width--narrow .rte h1, .page-width--narrow .rte h1 strong {font-size: 25px;}
.page-width--narrow .rte h2, .page-width--narrow .rte h2 span {font-size: 22px;}
.main-page .rte h3, .main-page .rte h2 {font-size: 20px;}
.main-page .rte h1 {font-size: 20px;}
.main-page .rte h4 {font-size: 18px;}
.template-search__header .title-banner {margin-top: -30px;}
.template-search__header .h2 {font-size: 24px;margin: 15px 0px 5px;}
/* blogs */
.main-blog .title--primary {font-size: 28px;}
.blog-articles .card-wrapper .card .card__information .l_btn {padding: 0 28px;line-height: 45px;font-size: 15px;}
.comment-form .article-template__comment-fields input {height: 48px;}
.comment-form #CommentForm-body {height: 130px;min-height: 130px;}
/* policy */
.shopify-policy__title h1 {font-size: 28px;margin: 30px 0px 15px !important;}
.shopify-policy__body .rte {font-size: 16px;}

/* add cart */
.title-wrapper-with-link .title--primary {font-size: 25px;}
/*.cart__items .cart-item {display: flex;justify-content: flex-start;flex-wrap: wrap;}*/
.cart-items .caption-with-letter-spacing, .cart-items .cart-item__details .cart-item__name {font-size: 16px;padding-bottom: 15px;}
.cart-items .cart-item__details .money {font-size: 15px !important;}
.cart-item__totals .price .money {font-size: 20px !important;}
.totals .totals__total-value .money {font-size: 25px !important;}
.cart-item > td + td {padding: 10px 0 0 !important;}
.cart-item td {	width: 100%;}
.cart-item td .cart-item__image-container, .cart-item td .cart-item__image-container img {width: 100%;max-width: 100%;}
.cart__items .cart-item .cart-item__details a {font-size: 15px;}
.cart-item td .product-option {font-size: 18px;}
.cart-item__totals {justify-content: flex-start;}
td.cart-item__totals .price .money {font-size: 17px !important;}
.cart-items .right {text-align: left !important;}
.cart-items .right .cart-item__price-wrapper {display: block;width: 100%;}
.cart-items .right .cart-item__price-wrapper .price--end {text-align: right;font-size: 18px;}
.cart__footer .cart__ctas button {font-size: 15px;height: 50px;min-height: 50px;padding: 0px;}
.totals .totals__total {font-size: 20px;}
.totals .totals__total-value {font-size: 20px;}
.cart__footer .tax-note {font-size: 16px;}
.cart-attribute__field label {font-size: 16px;}
.cart-attribute__field input {height: 38px;width: 230px;}
/* collection list */
.collection-list .collection-list__item {width: 100%;max-width: 100%;}
.collection-list .collection-list__item .card-wrapper .card .card__inner {height: 400px;}
.collection-list .card-wrapper .card .card__inner .card__media .media img {height: 400px;}
.collection-list .card-wrapper .card .card__content .card__information {padding: 20px 0px;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 24px;line-height: 24px;}
/* 404 */
.template-404 p {font-size: 22px;line-height: 22px;}
.template-404 .title {font-size: 25px;}
.template-404 .button {font-size: 16px;height: 45px;min-height: 45px;}
.customer .title-banner {margin-top: -15px;padding: 35px 0px 15px;}
.customer h1 {font-size: 22px;}
.customer button {height: 50px;min-height: 50px;width: 190px;font-size: 16px;}
}
@media only screen and (max-width: 479px) {
.header-wrapper {padding: 15px 0;}
.header header-drawer .header__icon--menu {height: 22px;width: 35px;margin-left: -10px;}
.header .header__heading {left: 20%;transform: translate(-20%,-50%);}
.header .header__heading img {max-width: 120px;}
.header__icons .header__icon {padding: 0 4px;}
.hero-slider .slider-item .slider-text .content p {font-size: 10px;line-height: 17px;}
.hero-slider .slider-item .slider-text h2 {font-size: 22px;}
.hero-slider .uk-slidenav {height: 30px;width: 18px;}
.coll-wrap .coll-item .coll-text a {font-size: 23px;}
.f-product .f-product-inner h2 {font-size: 22px;}
.f-product-slider {width: 290px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner {padding: 0 10px 10px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .active-image img {max-height: 270px;height: 270px;}
.f-product .f-product-inner .f-product-slider .products .product-item .p-image a .f-img .hover-image .hidden {height: 270px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text {padding: 15px 5px 10px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .product_title a {margin-bottom: 12px;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .price {font-size: 16px;margin: 10px 0;}
.f-product .f-product-inner .f-product-slider .products .product-item .product-item-inner .p-text .btn {position: inherit;bottom: inherit;left: inherit;transform: inherit;justify-content: center;}
.about-us h2 {font-size: 23px;}
.about-us .abt-heading .desc p {font-size: 14px;line-height: 22px;}
.abt-wrap .abt-text .content p {line-height: 24px;margin-bottom: 12px;font-size: 14px;}
.newsletter__wrapper .inline-richtext.h1 {font-size: 23px;}
.newsletter .newsletter__wrapper form .newsletter-form__field-wrapper input {height: 50px;font-size: 15px;}
.our-swag .our-swag-inner h2 {font-size: 23px;}
.intro-wrapper .intro-item .intro-text h4 {font-size: 20px;}
.our-swag-inner .swag-slider {width: 88%;}
.footer .bottom-inner .footer__content-bottom-wrapper .copyright__content {display: block;text-align: center;}
.footer .bottom-inner .footer__content-bottom-wrapper small:last-child {padding-left: 0;margin-left: 0;border-left: none;}
/* collection page */
.title-banner {padding: 15px 0 8px;}
.collection-hero .collection-hero__text-wrapper .collection-hero__title {font-size: 25px;line-height: 32px;}
.collection-hero .collection-hero__inner .collection-hero__description.rte {font-size: 14px;}
.collection-hero .collection-hero__inner .collection-hero__description.rte h3 {font-size: 20px;}
.facets-wrapper .facets-container .mobile-facets__open .button-label {font-size: 17px;}
.facets-wrapper .facets-container .product-count .product-count__text, .facets-wrapper .facets-container .product-count .product-count__text span {font-size: 16px;}
.mobile-facets .mobile-facets__inner .mobile-facets__header-inner {flex-direction: column;row-gap: 5px;}
.mobile-facets .mobile-facets__inner .mobile-facets__heading {font-size: 20px;}
.mobile-facets .mobile-facets__inner .mobile-facets__count {font-size: 16px;text-align: left !important;}
.facets-wrapper .facets-container .mobile-facets__footer {flex-wrap: wrap;justify-content: center;}
.facets-wrapper .facets-container .mobile-facets__footer .button {display: block;width: 100%;height: 50px;min-height: 50px;}
.facets-wrapper .facets-container .mobile-facets__footer .mobile-facets__clear-wrapper {margin-bottom: 15px;}
.facets-wrapper .facets-container .mobile-facets__sort .select__select {font-size: 14px;}
.collection .grid__item:only-child .card-wrapper .card .card__inner, .collection .grid__item:only-child .card-wrapper .card .card__inner .card__media .media img {height: 320px;}
.card-wrapper .card .card__inner, .card-wrapper .card .card__inner .card__media .media img {height: 320px;}
.card-wrapper .card .card__inner .card__content .color-inverse {height: 55px;width: 55px;font-size: 10px;}
.product-card-wrapper .card .card__content .card__information {padding: 15px 0 0;}
.card-wrapper .card .card__information a, .card-wrapper .card .card__information .price s.price-item {font-size: 14px;}
.card-wrapper .card .card__information .price .price-item {font-size: 16px;}
.card-wrapper .card .quick-add .form .button, .quick-add__submit {width: 160px;height: 45px;max-width: 160px;min-width: 160px !important;min-height: 45px;max-height: 45px;font-size: 13px;}
.card-wrapper .card .quick-add .form .button span {font-size: 13px;}
.pagination-wrapper .pagination ul li {width: 25px;max-width: 25px;}
.pagination__list li .pagination__item {font-size: 13px;width: 25px;max-width: 25px;min-height: 25px;height: 25px;}
/* product page */
.product .product__media-wrapper .product__modal-opener {height: 300px;}
.product__info-container .price .badge {height: 50px;width: 50px;font-size: 9px;padding: 15px 9px;}
.product__info-container .price .price__container .price-item {font-size: 17px;}
.product-form__input input[type="radio"] + label {font-size: 10px !important;}
.quantity__button {width: calc(3rem / var(--font-body-scale)) !important;}
.product__info-container .product-form__input .quantity {min-height: 45px;width: 150px;min-width: 150px;max-height: 45px;}
.product .product__info-wrapper .product-form__buttons {width: 100%;}
.product-form form .product-form__buttons .button {min-height: 45px;height: 45px;margin-bottom: 10px;width: 100%;}
.product-form form .product-form__buttons .button span {font-size: 15px;}
.product-form form .product-form__buttons > div {width: 100%;}
.shopify-payment-button__button .shopify-cleanslate .h7OYsWHrW5495r9beh2n {height: 45px;min-height: 45px !important;max-height: 45px !important;}
.product .product__info-wrapper .kaktus-wishlist-button {width: 60%;}
.product .product__info-wrapper .kaktus-wishlist-button .kaktus-w-wishlist-button__wrap .kaktus-w-wishlist-button__text {font-size: 14px;}
.product__info-container .product__description {font-size: 15px;}
.product__info-container .product__description h2 {font-size: 18px;}
.product .product__info-container .product__description ul li, .product .product__info-container .product__description ol li {font-size: 14px;margin-bottom: 10px;}
.cbb-frequently-bought-container h2 {font-size: 20px !important;}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button span {font-size: 15px;}
.cbb-frequently-bought-container .cbb-frequently-bought-add-button {padding: 11.5px 25px !important;}
.product__accordion .h4.accordion__title {font-size: 14px;line-height: 18px;}
.product .product__info-wrapper .accordion summary {padding: 15px 0px;line-height: 18px;}
.related-products .uk-slidenav {height: 30px;width: 18px;}
.related-product {width: 310px !important;}
.related-product .card-wrapper .card .card__inner, .related-product .card-wrapper .card .card__inner .card__media .media img {height: 280px;}
/* blogs */
.main-blog .title--primary {font-size: 25px;margin: 25px 0 10px !important;}
.blog-articles .article-card-wrapper .article-card .card__inner, .blog-articles .article-card-wrapper .article-card .card__inner .card__media .media img {height: 270px;}
.blog-articles .article-card-wrapper .article-card .card__information {padding: 0px;}
.blog-articles .card-wrapper .card .card__information .full-unstyled-link {font-size: 18px;padding: 0px;}
.blog-articles .card-wrapper .card .article-card__excerpt {margin: 12px 0px 15px;}
/* contact form */
.contact form .field input {font-size: 16px;height: 50px;}
.contact form .field {margin-bottom: 10px !important;}
.contact .c-text-mail, .contact .c-text-mail a, .contact .c-text {font-size: 15px;line-height: 24px;}
.contact form .field .text-area {height: 80px;min-height: 80px;}
/* pages */
.main-page-title {margin: 5px 0 8px !important;font-size: 24px;}
.page-width--narrow .rte h1, .page-width--narrow .rte h1 strong {font-size: 20px;margin-bottom: 12px;}
.page-width--narrow .rte h2, .page-width--narrow .rte h2 span {font-size: 18px;margin-bottom: 8px;}
.main-page .rte h3, .main-page .rte h2 {font-size: 18px;}
.page-width--narrow .rte p, .main-page ul li {font-size: 15px;line-height: 24px;margin-bottom: 12px;}
.main-page .rte ul li {font-size: 15px;line-height: 24px;}
.main-page .rte h2.contact-heading {font-size: 18px;}
.main-page .left-sec ul li span {font-size: 14px;}
.main-page .left-sec ul li p {font-size: 14px;}
/* policy */
.shopify-policy__title {padding: 8px 0 5px;}
.shopify-policy__title h1 {font-size: 25px;margin: 25px 0px 10px !important;}
.shopify-policy__body .rte {font-size: 14px;line-height: 24px;}
/* login */
.customer .title-banner {margin-top: -30px;padding: 35px 0 15px;}
/* addcart */
.title-wrapper-with-link .title--primary {font-size: 25px;}
.cart__items .cart-item .cart-item__quantity .quantity {min-height: 38px;width: 120px;height: 38px;}
.cart__items .cart-item .cart-item__quantity .quantity .quantity__button {width: 35px !important;}
.cart__footer .cart__blocks .cart__ctas .button {font-size: 15px;min-height: 50px;}
.collection-list .collection-list__item .card-wrapper .card .card__inner {height: 280px;} 
.collection-list .card-wrapper .card .card__inner .card__media .media img {height: 280px;}
.collection-list .card-wrapper .card .card__content .card__information {padding: 15px 0;}
.collection-list .card-wrapper .card .card__content .card__information h3 a {font-size: 20px;line-height: 28px;}
#shopify-section-template--18294672458065__main .pagination-wrapper {margin: 10px 0 20px;}
}