/*
Theme Name: BoppiPaw
Theme URI: https://boppipaw.ryncode.com/
Author: Ryn Code
Author URI: https://ryncode.com/
Description: A WooCommerce pet store theme based on the BoppiPaw Bootstrap storefront.
Version: 1.5.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Text Domain: boppipaw
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

.filter-pills a { border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; background: transparent; padding: 10px 17px; color: var(--green); font-size: 13px; text-decoration: none; }
.filter-pills a.active { border-color: var(--green); background: var(--green); color: #fff; }
.filter-bar .woocommerce-ordering { margin: 0 0 0 auto; }
.filter-bar .woocommerce-ordering select { border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; background-color: transparent; padding: 10px 38px 10px 16px; color: var(--green); }
.purchase-row form.cart { display: flex; min-width: 0; flex: 1; align-items: center; gap: 11px; }
.purchase-row form.cart .quantity { display: flex; border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; }
.purchase-row form.cart .qty { width: 64px; border: 0; background: transparent; padding: 12px 5px; text-align: center; }
.purchase-row form.cart .single_add_to_cart_button { flex: 1; border: 0; border-radius: 999px; background: var(--green); padding: 14px 25px; color: #fff; font-weight: 650; }
.woocommerce-pagination { margin-top: 40px; }
.woocommerce-pagination ul { display: flex; justify-content: center; padding: 0; list-style: none; gap: 8px; }
.woocommerce-pagination a, .woocommerce-pagination span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid rgb(26 61 26 / .15); border-radius: 50%; color: var(--green); text-decoration: none; }
.woocommerce-pagination .current { border-color: var(--green); background: var(--green); color: #fff; }
.related.products { margin-top: 85px; border-top: 1px solid rgb(26 61 26 / .1); padding-top: 55px; }
.related.products > h2 { margin-bottom: 30px; font-family: "DM Serif Display", serif; font-size: clamp(34px, 4vw, 58px); font-weight: 400; }
.woocommerce-variation-add-to-cart { display: flex; flex: 1; gap: 11px; }
.variations { margin-bottom: 18px; }
.variations th, .variations td { padding: 6px 8px 6px 0; }
.cart-list article > a img { width: 120px; height: 120px; border-radius: 20px; background: #fff; object-fit: cover; }
.cart-list article h2 a { color: var(--green); text-decoration: none; }
.boppipaw-cart-quantity { display: inline-flex; align-items: center; border: 1px solid rgb(26 61 26 / .15); border-radius: 999px; }
.boppipaw-cart-quantity .qty { width: 48px; border: 0; background: transparent; text-align: center; appearance: textfield; }
.cart-actions { margin-top: 24px; }
.cart-actions .coupon { display: flex; align-items: center; gap: 10px; }
.cart-actions .coupon > span { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); }
.cart-actions .coupon input { min-width: 0; flex: 1; border: 1px solid rgb(26 61 26 / .12); border-radius: 999px; background: #fff; padding: 13px 17px; }
.wc-proceed-to-checkout a { display: flex; justify-content: center; margin-top: 12px; border-radius: 999px; background: var(--green); padding: 14px 25px; color: #fff; font-weight: 650; text-decoration: none; }
.cart-shipping { align-items: flex-start; }
.cart-shipping ul, .checkout-shipping ul { margin: 0; padding: 0; list-style: none; text-align: right; }
.cart-shipping label, .checkout-shipping label { margin-left: 5px; }
.boppipaw-mini-cart { display: flex; min-height: 100%; flex-direction: column; }
.boppipaw-mini-cart > footer { margin-top: auto; border-top: 1px solid rgb(26 61 26 / .12); padding-top: 20px; }
.boppipaw-mini-cart > footer > div { display: flex; margin-bottom: 18px; justify-content: space-between; }
.drawer-items article { position: relative; }
.drawer-items .remove_from_cart_button { position: absolute; top: 2px; right: 0; color: rgb(26 61 26 / .45); }
.checkout-fields { display: grid; gap: 18px; }
.checkout-fields .back-link { margin-bottom: 5px; }
.checkout .form-row { margin: 0; }
.checkout .form-row label { margin-bottom: 0; }
.checkout .select2-container .select2-selection { height: 50px; border: 1px solid rgb(26 61 26 / .12); border-radius: 15px; background: var(--mint); }
.checkout .select2-selection__rendered { line-height: 48px !important; }
.checkout .select2-selection__arrow { height: 48px !important; }
.checkout-products article { display: grid; align-items: center; padding: 10px 0; grid-template-columns: 58px 1fr auto; gap: 12px; }
.checkout-products img { width: 58px; height: 58px; border-radius: 14px; object-fit: cover; }
.checkout-products span, .checkout-products small { display: block; }
.checkout-products small { color: rgb(26 61 26 / .5); }
.woocommerce-checkout-payment { margin-top: 22px; border-top: 1px solid rgb(26 61 26 / .1); padding-top: 20px; }
.wc_payment_methods { margin: 0 0 18px; padding: 0; list-style: none; }
.wc_payment_method { padding: 12px 0; }
.payment_box { margin-top: 10px; border-radius: 15px; background: var(--mint); padding: 14px; font-size: 13px; }
#place_order { width: 100%; border: 0; border-radius: 999px; background: var(--orange); padding: 14px 25px; color: #fff; font-weight: 650; }
.woocommerce-privacy-policy-text { color: rgb(26 61 26 / .62); font-size: 12px; }
.order-received-meta { display: flex; justify-content: center; margin: 30px 0; gap: 30px; }
.order-received-meta span, .order-received-meta strong { display: block; }
.checkout section { position: relative; border-radius: 26px; background: #fff; padding: 30px; }
.checkout section > span { display: grid; width: 32px; height: 32px; place-items: center; float: left; margin-right: 12px; border-radius: 50%; background: var(--orange); color: #fff; font-size: 12px; font-weight: 700; }
.checkout section h2 { margin-bottom: 26px; font-family: "DM Serif Display", serif; font-size: 32px; font-weight: 400; }
.shipping-methods ul { margin: 0; padding: 0; list-style: none; }
.shipping-methods p { margin: 0; color: rgb(26 61 26 / .58); font-size: 12px; }
.shipping-calculator-button { color: var(--green); font-size: 12px; }
@media (max-width: 575px) { .cart-list article > a img { width: 90px; height: 90px; } .order-received-meta { flex-direction: column; gap: 12px; } }
.account-grid > aside nav ul { margin: 0; padding: 0; list-style: none; }
.account-grid > aside nav a { display: flex; width: 100%; justify-content: space-between; border-radius: 12px; padding: 11px; color: rgb(255 255 255 / .72); text-decoration: none; }
.account-grid > aside nav .is-active a { background: #fff; color: var(--green); }
.woocommerce-MyAccount-content > h2, .woocommerce-MyAccount-content > h3 { font-family: "DM Serif Display", serif; font-weight: 400; }
.woocommerce-MyAccount-content table { width: 100%; overflow: hidden; border-radius: 20px; background: #fff; }
.woocommerce-MyAccount-content th, .woocommerce-MyAccount-content td { border-bottom: 1px solid rgb(26 61 26 / .1); padding: 14px; }
.woocommerce-MyAccount-content .button { display: inline-flex; border-radius: 999px; background: var(--green); padding: 9px 15px; color: #fff; text-decoration: none; }
.auth-form .remember { display: flex; align-items: center; gap: 8px; }
.auth-form .remember input { width: auto; margin: 0; }
.register-panel { margin-top: 35px; border-top: 1px solid rgb(26 61 26 / .12); padding-top: 28px; }
.register-panel h2 { font-family: "DM Serif Display", serif; font-size: 34px; font-weight: 400; }
.woocommerce-error, .woocommerce-message, .woocommerce-info { width: min(calc(100% - 3rem), 1320px); margin: 20px auto; border: 0; border-radius: 16px; background: #fff; padding: 16px 20px; list-style: none; }
.woocommerce-error { border-left: 4px solid #b93b2d; }
.woocommerce-message { border-left: 4px solid var(--green); }
.woocommerce .woocommerce-error, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info { border: 0 !important; border-left: 4px solid var(--green) !important; background: #fff; padding: 16px 130px 16px 52px; box-shadow: 0 12px 30px rgb(16 39 16 / .08); }
.woocommerce .woocommerce-error { border-left-color: #b93b2d !important; }
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-message::before, .woocommerce .woocommerce-info::before { top: 50%; left: 20px; color: var(--green); transform: translateY(-50%); }
.woocommerce .woocommerce-error::before { color: #b93b2d; }
.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button { position: absolute; top: 50%; right: 20px; border-radius: 999px; transform: translateY(-50%); }
.order-summary .checkout-button { display: flex; justify-content: center; margin-top: 18px; border-radius: 999px; background: var(--green) !important; padding: 14px 22px; color: #fff !important; font-weight: 650; text-decoration: none; }
@media (max-width: 575px) { .woocommerce .woocommerce-error, .woocommerce .woocommerce-message, .woocommerce .woocommerce-info { padding: 16px 20px 16px 48px; } .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-info .button { position: static; display: inline-flex; float: none; margin: 12px 0 0; transform: none; } }
.brand-grid a { display: grid; aspect-ratio: 1.35; place-items: center; align-content: center; border-right: 1px solid rgb(26 61 26 / .12); border-bottom: 1px solid rgb(26 61 26 / .12); background: #fff; padding: 24px; color: var(--green); text-align: center; text-decoration: none; }
.brand-grid a:nth-child(odd) { background: var(--mint); }
.brand-grid a img { max-width: 180px; max-height: 90px; object-fit: contain; }
.brand-grid a span { border: 0; background: transparent !important; aspect-ratio: auto; font-family: "DM Serif Display", serif; font-size: clamp(26px, 3vw, 42px); }
.brand-grid a small { display: block; margin-top: 10px; color: rgb(26 61 26 / .55); }
.brand-hero-logo { max-width: 220px; max-height: 100px; margin-bottom: 25px; object-fit: contain; }
.featured-story { display: grid; overflow: hidden; border-radius: 30px; background: #fff; color: var(--green); text-decoration: none; grid-template-columns: 1fr 1fr; }
.featured-story:hover { color: var(--green); }
.featured-story > div { display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 56px); }
.featured-story h2 { margin: 15px 0; font-family: "DM Serif Display", serif; font-size: clamp(38px, 5vw, 62px); font-weight: 400; line-height: .95; }
.featured-story figure { margin: 0; min-height: 440px; }
.featured-story figure img { width: 100%; height: 100%; object-fit: cover; }
.search-story-heading { margin-top: 75px; }
.newsletter-error { margin-top: 12px; color: #fff; font-size: 12px; }
.delivery-content { padding-bottom: 0; }
.footer-menu { margin: 0; padding: 0; list-style: none; }
