/*
Theme Name: BooBoos
Theme URI: https://shinebooboos.com
Author: BooBoos
Description: The BooBoos storefront — personalized gemstone jewelry for dogs and cats. Front end is the BooBoos single-page experience; cart, checkout and orders are handled by WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary
Text Domain: booboos
*/

/* --- WooCommerce pages wearing the BooBoos chrome ---------------------- */
.bb-wc-page{background:#fff}
.bb-page-wrap{padding:clamp(24px,3vw,48px) clamp(16px,4vw,64px) clamp(48px,6vw,96px)}
.bb-page-inner{max-width:1180px;margin:0 auto}
.bb-page-title{font-family:var(--font-b,inherit);font-size:clamp(30px,3.4vw,52px);line-height:.96;
  font-weight:800;font-variation-settings:'wdth' 70;text-transform:uppercase;margin:0 0 clamp(18px,2.4vw,34px)}
.bb-page-content{font-size:14px;line-height:1.7}
.bb-wc-page .woocommerce table.shop_table{border-radius:18px;border-color:var(--bb-line,#E6E8EE)}
.bb-wc-page .woocommerce a.button,.bb-wc-page .woocommerce button.button,
.bb-wc-page .woocommerce input.button,.bb-wc-page .woocommerce #respond input#submit{
  background:var(--cobalt,#5B3BD4);color:#fff;border-radius:999px;padding:14px 26px;
  font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-size:11px}
.bb-wc-page .woocommerce a.button:hover,.bb-wc-page .woocommerce button.button:hover{background:var(--pink,#F27FB2);color:#fff}
.bb-wc-page .woocommerce-cart-form__cart-item img{border-radius:12px}
.bb-wc-page tr.bb-pack td label{font-size:12.5px;line-height:1.6;cursor:pointer}
.bb-wc-page tr.bb-pack td small{color:var(--ink-soft,#5b6478)}
.bb-wc-page .bb-duty td{font-size:12px;line-height:1.5;color:var(--ink-soft,#5b6478)}

/* --- WooCommerce pages: the logo stays a logo (Woo resets img heights) --- */
.bb-wc-page .logo img{height:40px!important;width:auto!important}
.bb-wc-page header .logo{display:flex;align-items:center}
.bb-wc-page .bb-page-title{margin-top:10px}
.bb-wc-page .woocommerce-notices-wrapper .woocommerce-message{border-top-color:var(--bb-violet,#3D00EA)}
.bb-wc-page .wp-block-woocommerce-empty-cart-block,
.bb-wc-page .cart-empty.woocommerce-info{display:none}
.bb-wc-page .wc-block-grid__product-title{font-size:13px}
.bb-wc-page table.cart td.actions .coupon .input-text{width:140px}
