@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;}}.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;}@media screen and (max-width: 768px){.tag-section{padding:1.5em 4vw;}}.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%;}.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,.tag-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,.tag-list .product-category:hover{background-color:#c5ebd0;transform:translateY(-2px);}.category-list .product-category:active,.tag-list .product-category:active{transform:translateY(0);}@media screen and (max-width: 768px){.category-list,.tag-list{gap:.6rem;}.category-list .product-category,.tag-list .product-category{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 #payment{margin-top:2rem;}.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;}.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;}.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;}