/*
Theme Name: Carrotees
Theme URI: https://carrotees.de
Description: Carrotees by Phrosh
Author: Phrosh
Author URI: https://carrotees.de
Template: astra
Version: 1.0.0
*/

@font-face {
	font-family: 'Tiza';
	src: url('/wp-content/themes/carrotees/assets/tiza.woff2') format('woff2');
	font-display: swap;
}

.rtwpvs-product .astra-shop-summary-wrap {
	text-align: center;

}

.fan-heading h2, .page-title {
	font-family: Tiza !important;
	font-weight: normal !important;
}

.collection-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

.collection-overview {
    transition: 300ms;
    &:hover {
        filter: brightness(120%);
    }
}

.gift4u-card-template-item {
    aspect-ratio: 7 / 5;
    min-width: 175px;
    overflow: hidden;
    img {
        width: 176px;
        height: 125px;
    }
}

.gift4u-user-input-amount {
    min-width: 100px !important;
    max-width: 100px !important;
}

.gift4u-section-wrapper > label {
    display: none;
}

.gift4u-row {
    margin-bottom: 16px;
}

.hidden-product-container {
    display: none;
}

.bundle-container {

    .slot-name {
        margin-right: 10px;
    }


    .woocommerce-product-gallery {
        overflow: hidden;
    }

    .flex-viewport {
        transform: scale(1.75) translateY(30px);
        margin-top: 60px;
    }

    .flex-control-nav {
        margin-top: 180px !important;
    }

    .plus-container {
        background: url(/wp-content/themes/carrotees/assets/plus.png) no-repeat center, url(/wp-content/themes/carrotees/assets/container-bg-tex_right.png) right repeat-y, url(/wp-content/themes/carrotees/assets/container-bg-tex_left.png) left repeat-y;
        position: absolute;
        z-index: 32;
        pointer-events: none;
    }

    .variations_form, .variations_form .variations {
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .fancy-box {
        background-color: #eeeeee;
        padding: 12px;
        border-radius: 6px;
        margin-top: 10px;
    }

    .product-slot-container {
        border: 1px #bbbbbb solid;
        border-radius: 8px;
        padding: 10px;
        margin-bottom: 10px;

        .slot-name {
            margin-bottom: 10px;
        }
    }

    .product-slot-container-a {
        margin-top: 10px;
    }

    .price, .ast-shipping-text {
        display: none;
    }

    .price ins, .price del {
        margin-right: 10px;
    }
}

body {

}

.ast-primary-header-bar {
	background: url(/wp-content/themes/carrotees/assets/header-bg-tex_01.png) repeat-x bottom, url(/wp-content/themes/carrotees/assets/header-bg.jpg) no-repeat center !important;
	background-color: #1d291d !important;
	border: 0 !important;
}

.halloween-container-desktop {
    width: 1200px;
    height: 562px;
    background-repeat: no-repeat;
    background-size: cover, 42%, 42%;
    background-position: center, left top, right top;
    cursor: pointer;
    transition: .3s;
    &:hover {
        filter: brightness(120%);
        background-size: cover, 42.5%, 42.5%;
    }
}

.halloween-thumbs-desktop {
    width: 499px;
    height: 224px;
    position: relative;
    top: 338px;
    left: 298px;
    mask-image: url(/wp-content/themes/carrotees/assets/halloween/halloween-desktop-mask.png);
    mask-mode: luminance;
    background-position: left, right;
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-container {
    /*width: 1080px;*/
    /*height: 2520px;*/
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain, contain, auto 100%;
    background-position: top, bottom, center center;
}

.halloween-thumbs-mobile {
    /*width: 810px;*/
    height: 370px;
    width: 75%;
    /*position: relative;*/
    /*top: 8px;*/
    /*left: 120px;*/
    mask-image: url("/wp-content/themes/carrotees/assets/halloween/halloween-mobile-mask.png");
    mask-mode: luminance;
    background-position: left, right;
    background-size: contain;
    background-repeat: no-repeat;
    mask-size: 100% auto;
    mask-position: center center;
    margin-left: 11.2vw;
    margin-right: auto;
    margin-top: 0.9vw;
}

/* ********************************************* */

.mobile-newsletter, .mobile-banner-slider {
    display: none;
    margin-bottom: -18px;
    margin-left: -20px;
}

.desktop-banner-slider {
    margin-top: 20px;
    margin-bottom: -40px;
    height: 121px !important;
    width: 1200px !important;
    overflow: hidden;
    transform: translateY(20px);
    /* height: 120px !important; */
    /* width: 1200px !important; */
    /* overflow: hidden; */
}

/* .desktop-banner-slider-container { */
    /* overflow: hidden; */
    /* margin-top: -190px; */
    /* margin-bottom: -25px; */
/* } */

/* .desktop-banner-slider.prod-cat { */
    /* margin-top: -90px; */
    /* margin-bottom: 0px; */
/* } */

/* .desktop-banner-slider.single-prod { */
    /* margin-top: -80px; */
    /* margin-bottom: -25px; */
/* } */

.category-banner {
    pointer-events: none;
    margin-top: -145px;
    margin-bottom: 20px;

    -webkit-mask: url(/wp-content/themes/carrotees/assets/container-bg-tex_right.png) right -1px center repeat-y, url(/wp-content/themes/carrotees/assets/container-bg-tex_left.png) left repeat-y, url(/wp-content/themes/carrotees/assets/container-bg-tex_bottom.png) center bottom -1px repeat-x, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-webkit-mask-composite: destination-out;
	-webkit-mask-type: alpha;
}

.desktop-banner-carrotees-friday {
    height: 121px;
    width: 1200px;
    transform: translateY(-20px);
    transition: 500ms;
}

.desktop-banner-carrotees-friday:hover {
    filter: brightness(110%);
    transform: translateY(-20px) scale(1.005);
}

.ast-primary-header-bar:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 111px;
    background: url("/wp-content/themes/carrotees/assets/header-text-4.png") no-repeat center;
    left: auto;
    right: auto;
    top: 4px;
}

.site-content {
    background: url("/wp-content/themes/carrotees/assets/header-bg-tex_02.png") repeat-x top;
}

@media screen and (max-width: 800px) {
    #mailpoet_form_2 {
        display: none !important;
    }

    .desktop-banner-slider {
        display: none;
    }

    .mobile-banner-slider {
        display: block;
    }

    .mobile-newsletter {
        display: block !important;
    }

    .ast-primary-header-bar:before {
        content: "";
        position: absolute;
        left:120px;
        width: calc(100% - 240px);
        height: 100px;
        background-size: contain;
    }

    .ast-primary-header-bar {
        display: none;
        background: none;
        background-image: url("/wp-content/themes/carrotees/assets/header-bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .site-content {
        background: none;
    }
}

.site-title {
    display: none !important;
}

.ast-below-header-bar {
    border-bottom-width: 0 !important;
 }

.woocommerce-ordering {
    margin-top: -110px !important;
}

.ast-below-header-bar {
    border-bottom: 0;
}

.site-below-footer-wrap {
    background-color: #abc6a1 !important;
}

.ast-article-post {
    background-color: #ffffff;
    padding: 10px !important;
    border-radius: 10px;
    transition: 400ms;
}

.ast-article-post:hover {
    box-shadow: 0px 0px 10px #00000020 !important;
}

.onsale {
    border-radius: 6px !important;
    padding: 0px 18px !important;
    text-transform: uppercase;
    font-weight: bold !important;
    transform: rotate(-5deg);
    font-size: 1.2vh !important;
    box-shadow: 2px 2px 1px #00000033 !important;
}

.site-header-below-section-left, .site-header-below-section-center {
    text-transform: uppercase !important;
    font-weight: 600;
}

.site-header-below-section-left a:hover, .site-header-below-section-center a:hover, .current-menu-item, .current-product_cat-ancestor {
    color: #3e713e !important;
    background-color: #9abb8e;
}

.current-menu-item a, .current-product_cat-ancestor a {
    color: #3e713e !important;
}

.site-logo-img img {
    transform: translateY(-3px);
    margin: -6px;
    margin-right: 0.6vw;
}

.site-logo-img:hover img {
    filter: brightness(120%);
}

.footer-nav-wrap a {
    font-weight: 600;
    color: #3e713e;
}

.footer-nav-wrap .menu-item:hover a {
    color: #000000;
}

.add_to_cart_button {
    width: 100%;
    text-align: center;
}

.products {
    column-gap: 10px !important;
}

.ast-archive-description ol {
    display: none;
}

.product-category {
    transition: 300ms;
}

.product-category:hover {
    transform: scale(1.02);
}

.header-widget-area-inner {
    margin: -42px;
    padding-top: 8px;
    overflow: hidden;
}

.site-title {
    display: none;
}

.ast-site-header-cart-li {
    background-color: transparent;
}


.ast-site-header-cart-li:hover {
    color: #75BA6E;
}

.header-widget-area, .header-widget-area-inner {
    color: #ACDE98;
}

.header-widget-area-inner:hover {
    color: #75BA6E;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
    border: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    color: var(--ast-global-color-1);
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: var(--ast-global-color-2);
    padding-left: 24px;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: var(--ast-global-color-0) !important;
    color: var(--ast-global-color-2);
}

.woocommerce-price-suffix {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    color: #909090;
}

.entry-content ul {
    padding-left: 0;
}

.smudge-container, .woocommerce-MyAccount-navigation-link.is-active a {
	background: url(/wp-content/themes/carrotees/assets/container-bg-tex_right.png) right repeat-y, url(/wp-content/themes/carrotees/assets/container-bg-tex_left.png) left repeat-y, url(/wp-content/themes/carrotees/assets/container-bg-tex_top.png) top repeat-x, url(/wp-content/themes/carrotees/assets/container-bg-tex_bottom.png) bottom repeat-x;
}

/* full smudge */
.smudge-advanced img,  .desktop-banner-slider, .woocommerce-product-gallery__image, .flex-control-thumbs li img, .woocommerce-LoopProduct-link img, .container {
	-webkit-mask: url(/wp-content/themes/carrotees/assets/container-bg-tex_right.png) right center repeat-y, url(/wp-content/themes/carrotees/assets/container-bg-tex_left.png) left center repeat-y, url(/wp-content/themes/carrotees/assets/container-bg-tex_top.png) top center repeat-x, url(/wp-content/themes/carrotees/assets/container-bg-tex_bottom.png) bottom center repeat-x, linear-gradient(#fff 0 0);
	mask-composite: exclude;
	-webkit-mask-composite: destination-out;
	-webkit-mask-type: alpha;
}

/* bottom smudge */
.mobile-banner-slider {
    -webkit-mask: url(/wp-content/uploads/2023/06/container-bg-tex_bottom-1.png) bottom repeat-x, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    -webkit-mask-type: alpha;
}

/* top smudge */
.site-main ss3-force-full-width {
    -webkit-mask: url(/wp-content/uploads/2023/06/container-bg-tex_top-1.png) top repeat-x, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    -webkit-mask-type: alpha;
}

#menu-item-3102 {
    margin-left: 18px;
}

#menu-item-944:after, #menu-item-943:after, #menu-item-8575:after {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: 6px;
    top: auto;
    background: url(/wp-content/uploads/2023/06/bio.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 0.66;
}

#menu-item-14652:after {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: 6px;
    top: auto;
    background: url(/wp-content/uploads/2023/09/transp-recycling.png) no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 0.75;
}

.home-font {
    transform: translateX(80px);
    padding: 10px;
    -webkit-filter: drop-shadow(12px 12px 25px rgba(0,0,0,0.5));
    filter: url(#drop-shadow);
}

.wc-block-customer-account__account-icon {
    width: 44px !important;
    height: 64px !important;
}

.header-widget-area-inner {
    margin-bottom: 10px !important;
}

#mailpoet_form_2 .mailpoet_form {
    width: 1200px;
    height: 121px;
    /*margin-top: 16px;
    margin-bottom: -84px;
    margin-top: -50px;
  margin-bottom: 20px;*/
}

#mailpoet_form_2 .mailpoet_form_columns  {
    margin-top: 11px;
    margin-left: 60%;
    /*padding-right: 15px;*/
    margin-bottom: 0;
    transform: translateX(3px);
}

#mailpoet_form_2 .mailpoet_form_column {
    flex-basis: 50% !important;
}

#mailpoet_form_2 .mailpoet_form_column .mailpoet_paragraph {
    padding-right: 20px;
}

#mailpoet_form_2 .mailpoet_paragraph {
    margin-bottom: 4px !important;
}

#mailpoet_form_2 .mailpoet_submit {
    width: 160px !important;
    margin-right: 30px !important;
}

#mailpoet_form_2 .name-field input{
    border-radius:  10px 32px 32px 10px;
    margin-left: -14px !important;
}

#mailpoet_form_2 .email-field input{
    padding-left: 16px !important;
    border-radius:  32px 10px 10px 32px;
}

#mailpoet_form_2 .newsletter-text {
    text-align: right !important;
    color: #ffffff;
    margin-right: 200px;
    margin-top: -24px;
    text-shadow: 1px 1px 0px #000000;
}

#mailpoet_form_2 .parsley-required {
    margin-bottom: -20px;
    margin-top: -14px;
    margin-right: 14px;
}

#mailpoet_form_2 .mailpoet_validate_success {
    background-color: #ffffffcc;
    padding: 10px;
    color: #000000;
    box-shadow: 3px 3px 8px 10px #00000050;
}

.woocommerce-result-count {
    display: none;
}

.mobile-subscribe-button {
    position: absolute !important;
    right: -4px;
    bottom: 12px;
    pointer-events: none;
    transform: scale(0.8);
}

.site-above-footer-wrap {
    display: none !important;
}

.entry-meta {
    display: none !important;
}

td.product-name a{
    font-weight: 700;
    color: var(--ast-global-color-1);
}

#order_review_heading {
    border-style: none !important;
    width: 100% !important;
}

#place_order {
    width: 100%;
    margin-bottom: 24px;
    font-size: 18px;
    padding: 14px;
}

.header-social-inner-wrap a {
    transition: 300ms;
}

.header-social-inner-wrap a:hover {
    filter: brightness(130%);
}

.ast-above-header {
    overflow: hidden !important;
    height: 42px;
}

.free-shipping {
    color: #000000 !important;
    font-weight: bold;
    margin-top: 42px;
}

.astra-shop-thumbnail-wrap {
    overflow: hidden;
}

.astra-shop-thumbnail-wrap .attachment-woocommerce_thumbnail {
    transition: 300ms;
}

.astra-shop-thumbnail-wrap:hover .attachment-woocommerce_thumbnail {
    transform: scale(1.01);
    filter: brightness(120%);
    border-radius: 9px;
}

.footer-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 1200px;
    width: calc(100vw - 40px);
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 16px;
    padding-left: 20px;
    transform: translateX(10px);
}

.footer-element {
    width: calc(50% - 16px);
    background-color: var(--ast-global-color-6);
    display: flex;
    padding: 10px;
    color: #3e713e;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.footer-text {
    flex: 1;
    padding: 10px;
}

.footer-heading {
    color: #3e713e;
    margin-bottom: 16px;
    text-align: left;
}

.footer-list {
    text-align: left;
    margin: 0;
}

.footer-list li {
    line-height: 20px;
    margin-bottom: 6px;
}

.footer-img {
    height: auto;
    flex: 1;
}

.footer-text {
    flex: 2;
}

@media screen and (max-width: 540px) {

    .astra-shop-thumbnail-wrap {
        margin: -12px;
    }

    .upsells .astra-shop-thumbnail-wrap {
        margin: 0;
    }

    .woocommerce-ordering {
        margin-top: -30px !important;
    }

	.ast-primary-header-bar:before {
		content: "";
		pointer-events: none;
		position: absolute;
		left: 90px;
		width: calc(100% - 210px);
		height: 70px;
		background-size: contain;
	}
	
	.category-banner {
		transform: scale(1.2);
		margin-top: -100px;
	}
	
	.cat-description {
		margin-top: 10px;
		font-size: 16px;
		line-height: 18px;
	}

    .footer-element {
        width: 100% !important;
    }
}

@media screen and (max-width: 800px) {
    .category-banner {
        margin-bottom: 0px !important;
    }

    .footer-img {
        width: 80px !important;
        margin-top: 20px !important;
    }

    .footer-heading {
        text-align: center !important;
        position: absolute !important;
        left: 20px !important;
        right: 0 !important;
    }

    .footer-element {
        width: 100% !important;
    }

    .footer-list {
        margin-top: 40px !important;
    }
}

.ast-builder-footer-grid-columns {
    grid-column-gap: 0;
}

.site-primary-footer-wrap {
    background: url(/wp-content/uploads/2023/06/header-bg-tex_01.png) repeat-x bottom;
}

.site-footer-section-3 {
    display: none;
}

.site-footer-section-2 {
    display: none;
}

#primary {
    margin-bottom: 0;
}

.click-through {
    pointer-events: none;
}

.halloween-container {
    transition: 300ms;
    background-size: 100%;
}

.halloween-container:hover {
    filter: brightness(120%);
    background-size: 101%;
}

@font-face {
    font-family: 'Tiza';
    src: url('/fonts/tiza.woff2') format('woff2');
    font-display: swap;
}

.fan-heading {
    transform: translateY(20px);
    width: 100%;
}

.fan-heading h2, .page-title {
    font-family: Tiza;
    font-weight: normal !important;
}

.fan-heading.first {
    margin-top: -40px;
}

.fan-heading .uagb-desc-text {
    margin-top: -20px;
}

.bestseller img{
    position: absolute;
    margin-left: -90px;
    margin-top: 8px;
}

.carrotees-friday img {
    margin-bottom: -100px;
    z-index: 33;
    position: relative;
    pointer-events: none;
    transform: translateY(40px);
}

.carrotees-friday-mobile img {
    position: relative;
    margin-bottom: -44pc;
    z-index: 44;
    pointer-events: none;
    transform: scale(1.7) translateX(10px);
}

.bestseller-mobile {
    position: relative;
    z-index: 44;
    margin-bottom: -150px;
    margin-top: -40px;
    pointer-events: none;
}

.carrotees-friday-products .product-price, .carrotees-friday-products .product-name, .carrotees-friday-products .product-details, .carrotees-friday-products .navigation {
    display: none;
}

ss3-force-full-width {


}

.n2-section-smartslider, .n2-padding, .n2-ss-slider, .n2-ss-align {
    height: 100%;
}

.n2-ss-section-main-content {
    justify-content: end !important;
}

.n2-active {
    background-color: #acde90 !important;
}

.neg-spacer {
    margin-bottom: -111px !important;
}

.variations .label {
    transform: translateY(8px);
}

.woocommerce-pagination {
    text-align: center;
}

.n2-ss-layer, .n2-ss-section-main-content {
    padding: 0 !important;
}

.n2-ss-section-main-content {
    background-size: contain !important;
    background-position: top !important;
}

.all-products {
    margin: 30px !important;
}

.sotw-mobile-header {

}

.reset_variations {
    display: none !important;
}

.lmp_products_loading {
    display: none;
}

.badge::before {
    position: relative;
    top: 5px;
    padding-right: 8px;
}

/* .organic::before {
    content: url(/wp-content/uploads/2024/02/organic-20.png);
} */

/* .fair-wear::before {
    content: url(/wp-content/uploads/2024/02/fair-wear-20.png);
} */

/* .recycling::before {
    content: url(/wp-content/uploads/2024/02/recycling-20.png);
    filter: brightness(2);
} */

.organic {
    color: #caffbe;
}

.fair-wear {
    color: #ffd9d9;
}

.recycling {
    color: #96ffff;
}

.badge {
    display: inline;
    margin: 4px;
    padding: 3px 19px;
    padding-left: 12px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    background-color: #ffffff40;
}

.wpforms-submit {

}

.sotw-desktop-container {
    margin-bottom: -20px;
}

/* product fan */
.wp-block-create-block-product-fan label.desc-label{display:inline-block;font-size:11px;font-weight:500;line-height:1.4;margin-bottom:8px;padding:0;text-transform:uppercase}.product-fan-inspector-control-wrapper .gallery-image-wrapper,.wp-block-create-block-product-fan .gallery-image-wrapper{border:2px solid transparent;border-radius:6px;cursor:pointer;padding:2px;transition:.3s}.product-fan-inspector-control-wrapper .gallery-image-wrapper:hover,.wp-block-create-block-product-fan .gallery-image-wrapper:hover{border:2px solid #aaa}.product-fan-inspector-control-wrapper .gallery-image-wrapper.selected,.wp-block-create-block-product-fan .gallery-image-wrapper.selected{border:2px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.product-fan-inspector-control-wrapper img.gallery-image,.wp-block-create-block-product-fan img.gallery-image{border-radius:4px;width:120px}.product-fan-inspector-control-wrapper img.gallery-image{width:74px}.product-fan-inspector-control-wrapper .avatar{border-radius:500px;height:170px;padding:2px;width:170px}.product-fan-inspector-control-wrapper .avatar-container{align-items:center;display:flex;flex-direction:row;justify-content:center}.product-fan-inspector-control-wrapper .focal-point-picker__controls .focal-point-picker__controls-position-unit-control:nth-child(2){display:none}.product-fan-inspector-control-wrapper .color-button{border:1px solid #ccc;border-radius:2px;display:flex;flex-direction:column;gap:10px;padding:10px;width:100%}.product-fan-inspector-control-wrapper .color-button:hover{border-color:#aaa}.product-fan-inspector-control-wrapper .color-button .inner{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:space-between}

.wp-block-create-block-product-fan{font-family:sans-serif;margin-left:auto;margin-right:auto;text-decoration:none;width:100%}.wp-block-create-block-product-fan a{text-decoration:none}.wp-block-create-block-product-fan .container{overflow:hidden;position:relative;width:100%}.wp-block-create-block-product-fan .caption{width:100%}.wp-block-create-block-product-fan .with-transition{transition:.3s cubic-bezier(.37,-.21,0,1.57)}.wp-block-create-block-product-fan .tile{bottom:0;cursor:pointer;height:100%;overflow:hidden;position:absolute;top:0}.wp-block-create-block-product-fan .tile:not(.selected):hover{filter:brightness(120%)}.wp-block-create-block-product-fan .tile .selected{filter:brightness(120%);z-index:0}.wp-block-create-block-product-fan .tile.selected:hover{filter:brightness(110%)}.wp-block-create-block-product-fan .border{pointer-events:none}.wp-block-create-block-product-fan .shadow{opacity:.3;pointer-events:none}.wp-block-create-block-product-fan .inner-shadow{background-color:#000;height:100%;width:100%}.wp-block-create-block-product-fan .tile-content{align-items:center;background-position:50%;background-size:cover;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.wp-block-create-block-product-fan .avatar{background-size:cover;border-radius:300px;border-style:solid;pointer-events:none;position:relative}.wp-block-create-block-product-fan .navigation{align-items:center;display:flex;justify-content:center;padding-top:4px;pointer-events:none;position:relative;text-transform:uppercase;width:100%}.wp-block-create-block-product-fan .inner-nav{align-items:center;display:flex;gap:4px;justify-content:center;pointer-events:all}.wp-block-create-block-product-fan .nav-link{border-radius:8px;cursor:pointer;flex:1;height:32px;padding:10px 2px;position:relative;text-align:center;transition:.3s}.wp-block-create-block-product-fan .nav-text{align-items:center;bottom:0;display:flex;flex-direction:column;font-weight:700;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1}.wp-block-create-block-product-fan .nav-grunge{height:30px;left:50%;opacity:0;position:absolute;transform:rotate(6deg);transition:.3s;width:0;z-index:0}.wp-block-create-block-product-fan .nav-link:hover .nav-grunge,.wp-block-create-block-product-fan .selected .nav-grunge{left:15%;opacity:.6;transform:rotate(-6deg);width:70%}.wp-block-create-block-product-fan .selected .nav-grunge{transform:rotate(2deg)}.wp-block-create-block-product-fan .dummy-avatar{flex:0;pointer-events:none}.wp-block-create-block-product-fan .inner-nav .selected{font-size:17px;font-weight:700}.wp-block-create-block-product-fan .product-details{align-items:center;display:flex;flex-direction:column;justify-content:center;opacity:0;pointer-events:none;text-align:center;transition:.3s}.wp-block-create-block-product-fan .product-desc{font-size:18px;margin-bottom:16px}.wp-block-create-block-product-fan a,.wp-block-create-block-product-fan a:hover{text-decoration:none}.wp-block-create-block-product-fan .selected .product-details{opacity:1}.wp-block-create-block-product-fan .product-name{font-size:48px;font-weight:700;line-height:64px;transition:.3s}.wp-block-create-block-product-fan .product-price{font-size:24px;font-weight:700;margin-bottom:16px}.wp-block-create-block-product-fan .product-price-old{font-size:18px;font-weight:700;margin-bottom:20px;margin-right:14px;text-decoration:line-through}.wp-block-create-block-product-fan .nav-icon{margin-bottom:4px;margin-top:24px}.wp-block-create-block-product-fan .tile.selected:hover .product-fan-button,.wp-block-create-block-product-fan .tile.selected:hover .product-name{transform:scale(1.02)}.wp-block-create-block-product-fan .product-fan-button{transition:.3s}.wp-block-create-block-product-fan .my-grunge-container{height:100%;pointer-events:none;position:relative;width:100%}
