@charset "UTF-8";.breadcrumbs{display:flex;flex-direction:row;max-width:1920px;margin:0 auto;padding:3em 6vw 0em 6vw;}.sidebar-promo{background-color:white;text-align:center;color:#333;padding:.8em 1em;}.sidebar-promo p{font-weight:500 !important;}.site-header{background-color:#0d2420;padding:10px 0;}.site-header-inner{max-width:1920px;margin:0 auto;}.site-branding{display:flex;align-items:center;justify-content:space-between;padding:1em 6vw;}.site-branding-logo{display:flex;align-items:center;}.site-branding-logo img{max-height:50px;width:auto;}.site-branding-icons{display:flex;align-items:center;}.site-branding-icons a{background-color:rgba(255,255,255,.3);text-decoration:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;font-size:0;margin-left:10px;position:relative;}.site-branding-icons a:hover{background-color:rgba(255,255,255,.5);}.site-branding-icons a img{width:25px;height:25px;}.site-branding-icons a .cart-count{position:absolute;top:-5px;right:-5px;background-color:#339e46;color:white;font-size:12px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;}.main-navigation{display:flex;align-items:center;justify-content:center;gap:1em;}.main-navigation ul{display:flex;align-items:center;justify-content:center;box-shadow:none !important;gap:2em;list-style:none;margin:0;padding:0;}.main-navigation ul > li:first-child > a{background-color:#f04438;padding:6px 15px;border-radius:20px;}.main-navigation ul > li.menu-item-has-children > a,.main-navigation ul > li.dropdown > a{position:relative;padding-right:20px;}.main-navigation ul > li.menu-item-has-children > a::after,.main-navigation ul > li.dropdown > a::after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background-image:url("https://cdn-ijnkh.nitrocdn.com/wQbvIAcKoMYWpCsvNjKKRsGEIjGQreTs/assets/images/source/rev-2ba6e92/seedsherenow.com/wp-content/themes/seeds-here-now-2025/images/arrow-down.svg");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease;}.main-navigation ul > li.menu-item-has-children > a:hover::after,.main-navigation ul > li.dropdown > a:hover::after{transform:translateY(-50%) rotate(180deg);}.main-navigation ul > li a{color:white;text-decoration:none;transition:color .3s ease;position:relative;}.main-navigation ul > li a:hover{color:rgba(255,255,255,.8);}.main-navigation ul li ul{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#0d2420;padding:.5em 1em;gap:.5em;}.main-navigation ul li ul li a:first-child{box-shadow:none !important;background-color:#0d2420;padding:initial;border-radius:0;margin-top:.5em;}.mobile-social-icons .icons-wrapper{display:none;gap:15px;}.mobile-social-icons .icons-wrapper a{background-color:rgba(255,255,255,.3);text-decoration:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;font-size:0;position:relative;}.mobile-social-icons .icons-wrapper a:hover{background-color:rgba(255,255,255,.5);}.mobile-social-icons .icons-wrapper a img{width:25px;height:25px;}.mobile-social-icons .icons-wrapper a .cart-count{position:absolute;top:-5px;right:-5px;background-color:#339e46;color:white;font-size:12px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;}.sticky-header{position:fixed;top:0;left:50%;transform:translateX(-50%);width:100%;z-index:1000;animation:slideDown .3s ease;}.menu-toggle{display:none;background:transparent;border:none;cursor:pointer;padding:15px;margin-left:auto;z-index:1001;position:relative;transition:transform .3s ease;}.menu-toggle span{display:block;position:relative;width:30px;height:2px;margin-bottom:5px;background-color:white;border-radius:3px;transition:transform .3s ease,opacity .3s ease;}.menu-toggle span:last-child{margin-bottom:0;}.menu-toggle.toggled span:nth-child(1){transform:translateY(7px) rotate(45deg);}.menu-toggle.toggled span:nth-child(2){opacity:0;}.menu-toggle.toggled span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}.menu-toggle .menu-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.submenu-toggle{display:none;background:transparent;border:none;position:absolute;right:5px;top:12px;width:40px;height:30px;cursor:pointer;z-index:30;padding:0;}.toggle-arrow{display:block;width:16px;height:16px;background-image:url("https://cdn-ijnkh.nitrocdn.com/wQbvIAcKoMYWpCsvNjKKRsGEIjGQreTs/assets/images/source/rev-2ba6e92/seedsherenow.com/wp-content/themes/seeds-here-now-2025/images/arrow-down.svg");background-repeat:no-repeat;background-position:center;background-size:contain;transition:transform .3s ease;margin:0 auto;}.submenu-toggle.active .toggle-arrow{transform:rotate(180deg);}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;}.menu-overlay.active{opacity:1;visibility:visible;}@media (max-width: 1200px){.site-branding-icons{display:none;}.mobile-social-icons .icons-wrapper{display:flex;gap:15px;}.site-branding{flex-wrap:wrap;padding:1em 6vw;}.menu-toggle{display:block;}.main-navigation ul > li:first-child > a{background-color:transparent;padding:0px;border-radius:20px;}.main-navigation{display:flex !important;position:fixed;top:0;right:0;height:100vh;width:100%;background-color:#0d2420;padding:120px 6vw 2em;z-index:999;overflow-y:auto;transform:translateX(100%);transition:transform .4s cubic-bezier(.77,.2,.05,1);flex-direction:column;align-items:flex-start;box-shadow:-5px 0 15px rgba(0,0,0,.2);}.main-navigation.toggled{transform:translateX(0);}.main-navigation.toggled ul > li{opacity:1;transform:translateX(0);}.main-navigation ul{flex-direction:column;align-items:flex-start;width:100%;gap:0;}.main-navigation ul > li{width:100%;position:relative;margin:.5em 0;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5em;opacity:1;}.main-navigation ul > li a{padding:.8em 0;display:block;width:100%;font-size:1.2em;font-weight:500;transition:color .3s ease;}.main-navigation ul > li:last-child{border-bottom:none;}.main-navigation ul > li.menu-item-has-children,.main-navigation ul > li.dropdown{position:relative;}.main-navigation ul > li.menu-item-has-children > a,.main-navigation ul > li.dropdown > a{padding-right:50px;}.main-navigation ul > li.menu-item-has-children > a::after,.main-navigation ul > li.dropdown > a::after{content:none;}.main-navigation ul > li ul.sub-menu{position:static;width:100%;background-color:#0d2420;padding:0 0 0 1em;margin:0;box-sizing:border-box;z-index:10;border-radius:0;transition:none;}.main-navigation ul > li ul.sub-menu.active{display:block;margin-top:5px;margin-bottom:5px;}.main-navigation ul > li ul.sub-menu li{margin:5px 0;padding:0;border-bottom:none;z-index:15;opacity:1;}.main-navigation ul > li ul.sub-menu li a{font-size:1em;padding:8px 0;color:rgba(255,255,255,.9);z-index:20;display:block;width:100%;}.main-navigation ul > li ul.sub-menu li a:hover{color:white;}.main-navigation ul > li ul.sub-menu li:first-child > a{background-color:transparent;padding:8px 0;}.main-navigation ul > li.active-parent{position:relative;z-index:11;}.submenu-toggle{display:flex;align-items:center;justify-content:center;}}.site-footer{display:flex;flex-direction:column;background-color:#213726;width:100%;margin-top:7em;}.site-footer .site-footer-inner{display:flex;flex-direction:column;max-width:1920px;padding:5em 6vw 3em 6vw;margin:0 auto;gap:2em;}.site-footer .site-footer-inner a{color:#acacac;text-decoration:none;font-size:.8em;}.site-footer .site-footer-inner .site-info{display:flex;flex-direction:row;gap:1em;width:100%;justify-content:space-between;flex-wrap:wrap;}.site-footer .site-footer-inner .site-info .info-inner{display:flex;flex-direction:column;gap:2em;}.site-footer .site-footer-inner .site-info .info-inner .info-inner-block{display:flex;flex-direction:column;gap:.3em;}.site-footer .site-footer-inner .site-info .info-inner p{color:#acacac;font-size:.8em;}.site-footer .site-footer-inner .site-info .info-inner .p-big{margin-bottom:.4em;color:white;font-weight:500;font-size:1em;}.site-footer .site-footer-inner .site-info .info-inner .social-icons{display:flex;flex-direction:row;gap:1em;}@media (max-width: 1024px){.site-footer .site-footer-inner .site-info .info-inner{width:100%;gap:2.5em;}}@media (max-width: 1024px){.site-footer .site-footer-inner .site-info{justify-content:flex-start;gap:2.5em;}}.site-footer .site-footer-inner hr{width:100%;height:1px;background:rgba(255,255,255,.2);border:none;margin-top:2em;}.site-footer .site-footer-inner .footer-down{display:flex;flex-direction:row;gap:1em;width:100%;justify-content:space-between;}.site-footer .site-footer-inner .footer-down .footer-logo{width:40%;}.site-footer .site-footer-inner .footer-down .footer-logo img{height:30px;width:auto;}.site-footer .site-footer-inner .footer-down .footer-disclaimer{width:60%;}.site-footer .site-footer-inner .footer-down .footer-disclaimer p{color:#acacac;font-size:.8em;}@media (max-width: 1024px){.site-footer .site-footer-inner .footer-down .footer-disclaimer{width:100%;}}@media (max-width: 1024px){.site-footer .site-footer-inner .footer-down{flex-direction:column;justify-content:flex-start;}}.site-footer .site-footer-inner .footer-policy{display:flex;flex-direction:row;gap:1em;width:100%;justify-content:space-between;}.site-footer .site-footer-inner .footer-policy .footer-links{color:#acacac;}.site-footer .site-footer-inner .footer-policy .footer-copyright span{text-decoration:underline;}@media (max-width: 1024px){.site-footer .site-footer-inner .footer-policy{flex-direction:column;justify-content:flex-start;}}@media (max-width: 1024px){.site-footer .site-footer-inner{margin-top:3em;padding:2em 6vw 5em 6vw;}}.shop-hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2em 6vw 0em 6vw;width:100%;max-width:1920px;margin:0 auto;}.shop-hero-section .shop-hero-section-inner{display:flex;flex-direction:column;justify-content:center;padding:5em;gap:2em;position:relative;background-color:rgba(0,42,8,.8);background-blend-mode:overlay;border-radius:8px;color:white;min-height:50vh;background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;}.shop-hero-section .shop-hero-section-inner h1,.shop-hero-section .shop-hero-section-inner p{width:45%;}@media (max-width: 1024px){.shop-hero-section .shop-hero-section-inner{padding:2em;}.shop-hero-section .shop-hero-section-inner h1,.shop-hero-section .shop-hero-section-inner p{width:80%;}}@media (max-width: 724px){.shop-hero-section .shop-hero-section-inner h1,.shop-hero-section .shop-hero-section-inner p{width:100%;}}.product-info-section{display:flex;flex-direction:row;align-items:center;gap:3vw;width:100%;max-width:1920px;margin:0 auto;padding:7em 6vw 0em 6vw;}.product-info-section .product-info-image{width:55%;height:50vh;overflow:hidden;border-radius:8px;}.product-info-section .product-info-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;}.product-info-section .product-info-description{width:45%;display:flex;flex-direction:column;gap:2em;align-items:flex-start;justify-content:space-between;align-self:stretch;}.product-info-section .product-info-description .upper{display:flex;flex-direction:column;gap:1em;}.product-info-section .product-info-description .upper h2,.product-info-section .product-info-description .upper h3{font-weight:700;}.product-info-section .product-info-description .upper ul{display:flex;flex-direction:column;gap:.3em;}.product-info-section .product-info-description .upper ul li{margin-left:5px;color:#1d2939;}.product-info-section .product-info-description .upper ul li span{font-weight:600;}.product-info-section .product-info-description .upper ul:first-of-type{margin-left:15px;}.product-info-section .product-info-description .upper ul{display:flex;flex-direction:column;gap:.3em;}.product-info-section .product-info-description .upper ul li{margin-left:5px;color:#1d2939;}.product-info-section .product-info-description .upper ul li span{font-weight:600;}.product-info-section .product-info-description .upper ul:last-of-type{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em;width:100%;list-style-type:none;}.product-info-section .product-info-description .upper ul:last-of-type li{width:calc(40% - .5em);box-sizing:border-box;}@media (max-width: 1200px){.product-info-section{flex-direction:column;gap:2em;width:100%;}.product-info-section .product-info-image{width:100%;height:50vh;}.product-info-section .product-info-image img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;}.product-info-section .product-info-description{width:100%;display:flex;flex-direction:column;gap:2em;align-items:flex-start;justify-content:space-between;align-self:stretch;}.product-info-section .product-info-description .upper{display:flex;flex-direction:column;gap:1em;}.product-info-section .product-info-description .upper h2,.product-info-section .product-info-description .upper h3{font-weight:700;word-break:break-all;}.product-info-section .product-info-description .upper ul{display:flex;flex-direction:column;gap:.3em;}.product-info-section .product-info-description .upper ul li{margin-left:5px;color:#1d2939;}.product-info-section .product-info-description .upper ul li span{font-weight:600;}.product-info-section .product-info-description .upper ul:first-of-type{margin-left:15px;}.product-info-section .product-info-description .upper ul{display:flex;flex-direction:column;gap:.3em;}.product-info-section .product-info-description .upper ul li{margin-left:5px;color:#1d2939;}.product-info-section .product-info-description .upper ul li span{font-weight:600;}.product-info-section .product-info-description .upper ul:last-of-type{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em;width:100%;list-style-type:none;}.product-info-section .product-info-description .upper ul:last-of-type li{width:calc(40% - .5em);box-sizing:border-box;}}@media (max-width: 724px){.main-button{width:100%;}}.tag-section{display:flex;flex-direction:column;align-items:flex-start;padding:2em 6vw 3em 6vw;width:100%;max-width:1920px;margin:0 auto;margin-top:5em;}.tag-section .section-title{font-size:.9rem;font-weight:400;margin-bottom:1.5rem;color:#333;text-transform:none;}.tag-section .tags-container{display:flex;flex-wrap:wrap;gap:.8rem;width:100%;}.tag-section .tags-container .product-tag{display:inline-block;background-color:rgba(51,158,71,.1529411765);color:black;padding:.9rem 1.3rem;border-radius:8px;font-size:.9rem;text-decoration:none;transition:all .2s ease;}.tag-section .tags-container .product-tag:hover{background-color:#c5ebd0;transform:translateY(-2px);}.tag-section .tags-container .product-tag:active{transform:translateY(0);}@media screen and (max-width: 768px){.tag-section{padding:1.5em 4vw;}.tag-section .tags-container{gap:.6rem;}.tag-section .tags-container .product-tag{padding:.5rem .8rem;font-size:.8rem;}}.custom-single-product-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:75%;gap:3em;}@media (max-width: 1250px){.custom-single-product-container{width:100%;}}.product-main-content{display:flex;flex-direction:column;gap:1em;}.product-main-content .summary{display:flex;flex-direction:column;gap:1em;width:100%;}.product-main-content .product_meta{display:none;}.product-main-content .reset_variations{display:none !important;}.product-main-content .woocommerce-product-gallery__image img{width:100%;height:auto;border-radius:8px;border:8px solid #98a2b3;}.product-main-content .product-title-single{font-weight:700;color:black;line-height:1.2;font-size:1.6em;text-transform:none;}.product-main-content .simple-add{display:flex;flex-direction:row;gap:1em;}.product-main-content .price{margin-top:2em;}.product-main-content .price bdi{color:black;font-size:1.8em;font-weight:700;}@media (max-width: 1024px){.product-main-content .price bdi{font-size:1.3em;}}.product-main-content .woocommerce-product-details__short-description{color:#666;line-height:1.6;}.product-main-content .variations_form{display:flex;flex-direction:column;gap:1em;}.product-main-content .variations_form .variations{margin:0;}.product-main-content .variations_form .variations tr{display:flex;flex-direction:row;align-items:center;gap:1em;}.product-main-content .single_variation_wrap{display:flex;flex-direction:column;gap:1em;align-items:stretch;min-height:60px;}.product-main-content #yith-wcwtl-output .button{background-color:#339e46 !important;}.product-main-content #yith-wcwtl-output.success,.product-main-content #yith-wcwtl-output.subscribed{background-color:white;color:#149900;border-radius:8px;}.product-main-content #yith-wcwtl-output .button.button-leave{background:#149900;color:#fff;}.product-main-content .yith-wcwtl-ajax-message .wrapper-notice span{line-height:27px;font-size:1em;}.product-main-content .single_add_to_cart_button{background-color:#ffc107;border-radius:8px;color:#000 !important;border:none;padding:1em 2em 1em 3em;font-size:1em;font-weight:600;text-transform:uppercase;cursor:pointer;transition:background-color .3s;display:inline-flex;align-items:center;justify-content:center;position:relative;text-decoration:none !important;}.product-main-content .single_add_to_cart_button::before{content:"";position:absolute;left:1.3em;top:50%;transform:translateY(-50%);width:22px;height:22px;background-image:url("https://cdn-ijnkh.nitrocdn.com/wQbvIAcKoMYWpCsvNjKKRsGEIjGQreTs/assets/images/optimized/rev-2ba6e92/seedsherenow.com/wp-content/themes/seeds-here-now-2025/images/shopping-cart.svg");background-repeat:no-repeat;background-position:center;background-size:contain;}.product-main-content .single_add_to_cart_button:hover{background-color:#f9b100;}.product-main-content .added{background-color:#339e46;}.product-main-content .added:hover{background-color:#277735;}.product-main-content .in-stock{display:inline-block;padding:5px 10px;background-color:rgba(40,167,69,.1);color:#28a745;border-radius:4px;font-weight:normal;}@media (max-width: 768px){.product-main-content{flex-direction:column;width:100%;}.product-title{font-size:20px;}.price{font-size:24px;}}.category-title,.tag-title{font-size:.9rem;font-weight:400;margin-bottom:1.5rem;color:#333;text-transform:none;}.category-list,.tag-list{display:flex;flex-wrap:wrap;gap:.8rem;width:100%;}.category-list .product-category,.category-list .product-tag,.tag-list .product-category,.tag-list .product-tag{display:inline-block;background-color:rgba(51,158,71,.1529411765);color:black;padding:.9rem 1.3rem;border-radius:8px;font-size:.9rem;text-decoration:none;transition:all .2s ease;}.category-list .product-category:hover,.category-list .product-tag:hover,.tag-list .product-category:hover,.tag-list .product-tag:hover{background-color:#c5ebd0;transform:translateY(-2px);}.category-list .product-category:active,.category-list .product-tag:active,.tag-list .product-category:active,.tag-list .product-tag:active{transform:translateY(0);}@media screen and (max-width: 768px){.category-list,.tag-list{gap:.6rem;}.category-list .product-category,.category-list .product-tag,.tag-list .product-category,.tag-list .product-tag{padding:.5rem .8rem;font-size:.8rem;}}.product-tabs{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;}.product-tabs .product-profile__tab{padding:10px 0px;margin-right:50px;margin-bottom:20px;background:none;border:none;font-size:16px;font-weight:500;cursor:pointer;position:relative;color:#333;transition:color .3s;}.product-tabs .product-profile__tab:hover{color:#42b983;}.product-tabs .product-profile__tab.active{color:#42b983;font-weight:600;}.product-tabs .product-profile__tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#42b983;}.product-tabs .product-profile__tab-content{color:#333;}.product-tabs .product-profile__tab-content p{margin:0;}.product-tabs .product-profile__tab-content ul{margin-left:25px;}#yith-wcwtl-output{background-color:#fff;padding:2em;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;}#yith-wcwtl-output .button{background-color:#339e46;color:white !important;border:none;padding:.8em 3vw;border-radius:8px;cursor:pointer;transition:background-color .3s ease;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:5px;z-index:3;text-decoration:none !important;font-weight:700;}#yith-wcwtl-output .button:hover{background-color:#277735;}#yith-wcwtl-output label span a{color:#339e46;}.category-title{font-size:.9rem;font-weight:400;margin-bottom:1em;color:#333;text-transform:none;}.category-list{display:flex;flex-wrap:wrap;gap:.8rem;width:100%;}.category-list .product-category{display:inline-block;background-color:rgba(51,158,71,.1529411765);color:black;padding:.9rem 1.3rem;border-radius:8px;font-size:.9rem;text-decoration:none;transition:all .2s ease;}.category-list .product-category:hover{background-color:#c5ebd0;transform:translateY(-2px);}.category-list .product-category:active{transform:translateY(0);}@media screen and (max-width: 768px){.category-list{gap:.6rem;}.category-list .product-category{padding:.5rem .8rem;font-size:.8rem;}}.product-single-page{display:flex;flex-direction:row;justify-content:center;padding:2em 6vw 0em 6vw;width:100%;max-width:1920px;margin:0 auto;gap:2em;}@media (max-width: 1250px){.product-single-page{flex-direction:column;}}.shop_table{border:none !important;border-collapse:separate;border-spacing:0;background:transparent;box-shadow:none;border-radius:0;border-radius:8px !important;margin:0 0 20px !important;overflow:hidden;width:100%;}.shop_table thead tr{background-color:#0b5231 !important;color:white;}.shop_table thead th{background:none;padding:16px;font-weight:600;text-align:left;font-size:16px;border:none !important;color:white;}.product-thumbnail img{width:80px;height:auto;border-radius:4px;}.quantity{position:relative;display:flex;align-items:center;justify-content:center;}.quantity input{width:60px !important;height:40px !important;border:none !important;border-radius:none !important;background-color:transparent;text-align:center !important;padding:0 !important;}.quantity input[type=number]{-moz-appearance:textfield;text-align:center;width:40px !important;height:40px !important;padding:0;font-size:16px;}.quantity input[type=number]::-webkit-outer-spin-button,.quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}.quantity .plus{width:30px;height:30px;background-color:#eee;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:bold;margin:0 5px;}.actions{background-color:#f9f9f9 !important;padding:20px !important;}.product-price{font-weight:700;color:black;font-size:1.3em;}.product-price bdi{font-weight:700;color:black;font-size:1.3em;}.amount{font-size:.85em;font-weight:700;}.amount bdi span{font-size:1em;font-weight:700;}.woocommerce a.remove{display:inline-block;font-size:1.5em !important;}@media (max-width: 724px){.shop_table{display:block;}.shop_table thead{display:none;}.shop_table tbody{display:block;width:100%;}.shop_table .actions{display:flex;flex-direction:column;padding:15px !important;}.shop_table .actions button[name=update_cart]{width:100%;margin-top:10px;}.quantity{margin:0 auto;}.quantity input[type=number]{width:35px !important;height:35px !important;}.quantity .plus{width:25px;height:25px;}}.checkout-section{}.checkout-section .checkout-section{color:#333;line-height:1.5;background:#f8f8f8;padding:2rem 1rem;}.checkout-section .form-row{margin-bottom:1.5rem;}.checkout-section .form-row label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem;}.checkout-section .woocommerce-input-wrapper{display:block;width:100%;}.checkout-section input[type=text],.checkout-section input[type=tel],.checkout-section input[type=email],.checkout-section input[type=password],.checkout-section select,.checkout-section textarea{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;background-color:#f9f9f9;font-size:1rem;transition:all .2s;}.checkout-section input[type=text]:focus,.checkout-section input[type=tel]:focus,.checkout-section input[type=email]:focus,.checkout-section input[type=password]:focus,.checkout-section select:focus,.checkout-section textarea:focus{border-color:#0b5231;outline:none;box-shadow:0 0 0 2px rgba(11,82,49,.2);}.checkout-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#333;}.checkout-section .shop_table{width:100%;border-collapse:collapse;}.checkout-section .shop_table th,.checkout-section .shop_table td{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:white;}.checkout-section .shop_table th,.checkout-section .shop_table td{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1);color:white;text-align:left;}.checkout-section .shipping_method{margin-right:.75rem;}.checkout-section .product-thumbnail img{width:60px;height:60px;-o-object-fit:cover;object-fit:cover;border-radius:4px;margin-right:15px;}.checkout-section .product-quantity{color:rgba(255,255,255,.8);font-weight:normal;}.woocommerce-notices-wrapper{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:0em 6vw 0em 6vw;width:100%;}.woocommerce-notices-wrapper .woocommerce-message{padding-top:2em;}.woocommerce-notices-wrapper .woocommerce-message a{color:white;}.woocommerce-notices-wrapper ul{list-style:none;padding-top:2em;}.woocommerce-notices-wrapper ul strong{color:#b42318;}address{font-style:normal;line-height:1.6;font-size:14px;}.phone-icon{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:5px;background-image:url("https://cdn-ijnkh.nitrocdn.com/wQbvIAcKoMYWpCsvNjKKRsGEIjGQreTs/assets/images/optimized/rev-2ba6e92/seedsherenow.com/wp-content/themes/seeds-here-now-2025/images/phone.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}.email-icon{display:inline-block;width:16px;height:16px;vertical-align:middle;margin-right:5px;background-image:url("https://cdn-ijnkh.nitrocdn.com/wQbvIAcKoMYWpCsvNjKKRsGEIjGQreTs/assets/images/optimized/rev-2ba6e92/seedsherenow.com/wp-content/themes/seeds-here-now-2025/images/email.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}.product-title{font-weight:500;color:#1f2937;}.button.add-to-cart{background-color:#f1f1f1;color:#6b7280;border:none;padding:8px 16px;border-radius:4px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;text-decoration:none;display:inline-block;}.button.add-to-cart:hover{background-color:#e5e5e5;}.phone-icon,.email-icon{margin-right:5px;}.custom-archive-layout{display:flex;flex-direction:row;gap:2em;padding:2em 6vw 0em 6vw;max-width:1920px;margin:0 auto;position:relative;}.custom-archive-layout .custom-archive-sidebar{display:flex;flex-direction:column;align-items:flex-start;width:30%;gap:2em;background-color:#f7f7f7;padding:1.5rem 0em;height:-moz-fit-content;height:fit-content;position:sticky;top:150px;max-height:calc(100vh - 40px);overflow-y:auto;}@media (max-width: 1250px){.custom-archive-layout .custom-archive-sidebar{width:100%;}}@media (max-width: 1250px){.custom-archive-layout .custom-archive-sidebar .filter-container{width:100%;}}.custom-archive-layout .custom-archive-sidebar h2{font-size:2em;font-weight:700;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter{list-style:none;padding:0;margin:0;width:100%;display:flex;flex-direction:column;gap:.5em;margin-top:2em;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item{background-color:white;border-radius:8px;padding:1em 1.3em;width:100%;transition:background-color .3s ease-in-out,transform .2s ease-in-out;cursor:pointer;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item:hover{transform:translateY(-1px);}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item.active-color{background-color:#34543b;transform:none;box-shadow:none;color:white;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .category-header{display:flex;justify-content:space-between;align-items:center;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .category-header a{color:#212529;text-decoration:none;font-weight:500;transition:color .3s ease-in-out;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .category-header a.active-color{color:white;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .category-header .toggle-subcategory{color:black;font-size:.875rem;cursor:pointer;display:flex;align-items:center;transition:color .3s ease-in-out;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .category-header .toggle-subcategory.active-color{color:white;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .category-header .toggle-subcategory::after{content:"+";display:inline-block;font-size:1.25rem;margin-left:.25rem;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .subcategories{background-color:#34543b;border-radius:8px;color:white;padding:0em;margin:.75rem 0 0;list-style:none;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .subcategories li{padding:.2em 0;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item .subcategories a{color:white;text-decoration:none;font-size:.9rem;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item.active{background-color:#34543b;transform:none;box-shadow:none;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item.active .category-header a{color:white;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item.active .category-header .toggle-subcategory{color:white;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item.active .category-header .toggle-subcategory::after{content:"-";}.custom-archive-layout .custom-archive-sidebar .product-categories-filter .category-item.active .subcategories{display:block;background-color:transparent;margin-top:1rem;padding-top:0;}.custom-archive-layout .custom-archive-sidebar::after{content:"";display:block;padding-bottom:20px;}.custom-archive-layout .custom-archive-sidebar::-webkit-scrollbar{width:5px;}.custom-archive-layout .custom-archive-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px;}.custom-archive-layout .custom-archive-sidebar::-webkit-scrollbar-thumb{background:#888;border-radius:10px;}.custom-archive-layout .custom-archive-sidebar::-webkit-scrollbar-thumb:hover{background:#555;}.custom-archive-layout .custom-archive-content{display:flex;flex-direction:column;width:70%;gap:2em;}.custom-archive-layout .custom-archive-content .custom-shop-controls{display:flex;flex-direction:column;width:100%;align-items:flex-end;justify-content:center;}@media (max-width: 1250px){.custom-archive-layout .custom-archive-content .custom-shop-controls .custom-catalog-ordering{width:100%;}}.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering{position:relative;}.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering select.orderby{appearance:none;-webkit-appearance:none;-moz-appearance:none;display:flex;align-items:center;background-color:white;border:none;border-radius:8px;padding:12px 18px;padding-left:47px;padding-right:48px;min-width:210px;cursor:pointer;font-weight:500;font-size:16px;color:black;}@media (max-width: 1250px){.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering select.orderby{width:100%;}}.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering::before{content:"";position:absolute;left:18px;top:50%;transform:translateY(-50%);background-image:url("https://cdn-ijnkh.nitrocdn.com/wQbvIAcKoMYWpCsvNjKKRsGEIjGQreTs/assets/images/source/rev-2ba6e92/seedsherenow.com/wp-content/themes/seeds-here-now-2025/images/sort.svg");background-position:center;background-repeat:no-repeat;background-size:cover;width:17px;height:17px;display:inline-block;pointer-events:none;z-index:1;}.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering::after{content:"";position:absolute;right:18px;top:50%;transform:translateY(-50%);background-image:url("https://cdn-ijnkh.nitrocdn.com/wQbvIAcKoMYWpCsvNjKKRsGEIjGQreTs/assets/images/source/rev-2ba6e92/seedsherenow.com/wp-content/themes/seeds-here-now-2025/images/arrow-down-black.svg");background-position:center;background-repeat:no-repeat;background-size:cover;width:18px;height:18px;display:inline-block;pointer-events:none;z-index:1;}.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering select.orderby option{padding:10px 20px;font-weight:normal;background-color:white;}@media (max-width: 1250px){.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering{width:100%;}}.custom-archive-layout .custom-archive-content .custom-shop-controls .woocommerce-ordering select.orderby:focus{outline:none;}.custom-archive-layout .custom-archive-content .custom-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;}@media (max-width: 1250px){.custom-archive-layout .custom-archive-content .custom-products-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width: 724px){.custom-archive-layout .custom-archive-content .custom-products-grid{grid-template-columns:repeat(1,1fr);}}.custom-archive-layout .custom-archive-content .woocommerce-pagination{width:100%;display:flex;justify-content:center;margin:30px 0;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers{display:flex;align-items:center;gap:8px;padding:0;margin:0;list-style:none;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li{margin:0;display:flex;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;text-decoration:none;color:black;transition:all .3s ease;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.current{color:black;font-weight:bold;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.next,.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;border:1px solid #e0e0e0;text-decoration:none;color:#ffba0b;transition:all .3s ease;background-color:#ffba0b;font-size:0;position:relative;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.next:hover,.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover{background-color:#339e46;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.next::before,.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev::before{content:"";position:absolute;width:24px;height:24px;background-position:center;background-repeat:no-repeat;}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.next::before{background-image:url("data:image/svg+xml,%3Csvg width=\'20\' height=\'24\' viewBox=\'0 0 20 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M9 6L15 12L9 18\' stroke=\'currentColor\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M3 12H15\' stroke=\'currentColor\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.prev::before{background-image:url("data:image/svg+xml,%3Csvg width=\'28\' height=\'24\' viewBox=\'0 0 28 24\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M15 18L9 12L15 6\' stroke=\'currentColor\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3Cpath d=\'M21 12H9\' stroke=\'currentColor\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-linejoin=\'round\'/%3E%3C/svg%3E");}.custom-archive-layout .custom-archive-content .woocommerce-pagination ul.page-numbers li .page-numbers.disabled{background-color:hsla(0,0%,0%,0);pointer-events:none;color:black;border:1px solid black;}.mobile-filter-toggle{display:none;width:100%;color:black;border:none;padding:1em 1.5em;border-radius:8px;font-weight:500;cursor:pointer;margin-bottom:15px;text-align:left;position:relative;background-color:white;}.mobile-filter-toggle span{position:absolute;right:20px;top:50%;transform:translateY(-50%);}.mobile-filter-toggle span::before{content:"+";font-size:1.5rem;display:block;}.mobile-filter-toggle.active span::before{content:"-";}@media (max-width: 1250px){.custom-archive-layout{flex-direction:column;gap:0em;}.custom-archive-layout .custom-archive-sidebar{width:100%;position:relative;top:0;max-height:none;overflow-y:visible;margin-bottom:20px;display:none;}.custom-archive-layout .custom-archive-sidebar .product-categories-filter{margin-top:0em;}.custom-archive-layout .custom-archive-content{width:100%;}.custom-archive-layout .mobile-filter-toggle{display:block;}.custom-archive-layout .no-display-mobile{display:none;}}.yith-wcwl-form{width:100%;padding:20px 0;}.wishlist-title-container h1,.yith-wcwl-form + h1{font-size:32px;font-weight:700;color:#1a2b3c;margin-bottom:30px;text-transform:uppercase;letter-spacing:.5px;}.wishlist_table{width:100%;border-collapse:separate;border-spacing:0;margin-top:20px;border-radius:8px;overflow:hidden;}.wishlist_table thead{background-color:#0b502b;}.wishlist_table thead th{color:white;padding:15px 20px;font-weight:600;text-align:left;border:none;background-color:#0b502b !important;}.wishlist_table thead th.product-thumbnail{width:10%;}.wishlist_table thead th.product-price{width:20%;}.wishlist_table tbody{}.wishlist_table tbody tr{background-color:#f5f5f5;}.wishlist_table tbody tr:hover{background-color:#f0f0f0;}.wishlist_table tbody td{padding:15px 20px;vertical-align:middle;border-top:1px solid #e6e6e6;}.wishlist_table .product-thumbnail{width:90px;padding:10px;}.wishlist_table .product-thumbnail img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:5px;border:1px solid #e0e0e0;}.wishlist_table .product-price{font-weight:700;font-size:18px;}.wishlist_table.mobile{width:100%;list-style:none;padding:0;margin:0;}.wishlist_table.mobile li{margin-bottom:0px;background-color:#f5f5f5;border-radius:8px;overflow:hidden;padding:15px;box-shadow:0 2px 4px rgba(0,0,0,.05);}.wishlist_table.mobile .product-thumbnail{width:90px;flex-shrink:0;}.wishlist_table.mobile .product-thumbnail img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:5px;border:1px solid #e0e0e0;}.wishlist_table.mobile .item-details{flex-grow:1;}.wishlist_table.mobile .woocommerce-Price-amount{font-weight:700;font-size:16px;}