.new-product-fields-wrapper{margin-bottom:20px}.new-product-field{display:flex;flex-direction:row;justify-content:space-between;border-top:1px solid #000;padding:10px 0}.new-product-title{flex:1;padding-right:20px}.new-product-desc{flex:2}.new-pdf-link{color:#668c59;font-style:italic;text-decoration:underline}.custom-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:0;justify-items:center;width:100%}.custom-product{display:flex;border:1px solid #bcbec0;border-left:none;border-top:none;padding:10px;width:100%;max-width:1200px;align-items:center;justify-content:space-between;background-color:#fff}.custom-product:nth-child(3n+3){border-right:1px solid #bcbec0}.custom-product:last-child{border-bottom:1px solid #bcbec0}.custom-product .product-image{flex:1;max-width:30%;padding-right:20px;border-right:2px solid #939076}.custom-product .product-image img{max-width:100%;height:auto;display:block}.custom-product .product-content{flex:2;padding-left:20px}.custom-product .product-title h3{font-weight:700;font-size:20px;font-family:'Dinpro Cond',sans-serif;color:#000;margin:10px 0 2px 0}.custom-product .product-botanical-name{font-size:14px;font-style:italic;color:#777;margin-bottom:10px}.custom-product .quick-view-button{background-color:#fff0;padding:6px 12px;font-weight:500;border:1px solid #646355;text-transform:uppercase;font-size:16px;font-family:'Source Sans Pro',sans-serif;color:#646355;border-radius:15px;transition:background-color 0.3s ease;text-decoration:none;display:inline-block}.custom-product .quick-view-button:hover{background-color:#f2f2f2}@media only screen and (max-width:768px){.custom-product{flex-direction:row;text-align:left;border-right:1px solid #bcbec0;align-items:center;padding:10px 20px}.custom-product .product-image{border-right:2px solid #939076;padding-right:20px;max-width:30%}.custom-product .product-content{padding-left:20px;flex:2}.custom-product .product-title h3,.custom-product .product-botanical-name,.custom-product .quick-view-button{text-align:left}}@media only screen and (max-width:480px){.custom-product-grid{grid-template-columns:1fr}.custom-product{flex-direction:row;align-items:center;padding:10px 20px}.custom-product .product-image{max-width:30%;border-right:2px solid #939076;padding-right:20px}.custom-product .product-content{padding-left:20px}.custom-product .product-title h3{font-size:18px}.custom-product .quick-view-button{font-size:14px}}