/* SharkMedia frontend design system. Loaded after theme/Woo styles. */
:root{--sm-primary:#ffb400;--sm-dark:#080808;--sm-bg:#f4f2ed;--sm-card:#fff;--sm-border:rgba(8,8,8,.09);--sm-muted:#6a6a6a;--sm-radius:26px;--sm-shadow:0 20px 60px rgba(8,8,8,.08)}
*,*:before,*:after{box-sizing:border-box}
body{background:var(--sm-bg)!important;color:var(--sm-dark)!important}

/* Remove legacy Hello Elementor shell now replaced by SharkMedia layout. */
body>header#site-header,header#site-header,.site-header:not(.sm-header),.page-header{display:none!important}
body:not(.elementor-editor-active) main#content{min-height:55vh}
body:not(.elementor-editor-active) .site-main{max-width:none!important;padding:0!important;margin:0!important}
body:not(.elementor-editor-active) .page-content,body:not(.elementor-editor-active) .entry-content{margin:0!important}

/* Shared page rhythm. */
.woocommerce-page main#content,.woocommerce main#content{background:radial-gradient(circle at 10% 5%,rgba(255,180,0,.08),transparent 25%),var(--sm-bg)!important}
.woocommerce-page .woocommerce,.woocommerce .woocommerce{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:64px 0 90px}
.woocommerce-breadcrumb{margin:0 0 24px!important;color:#8b8b8b!important;font-size:12px!important;font-weight:800!important}
.woocommerce-breadcrumb a{color:#555!important;text-decoration:none!important}
.woocommerce-breadcrumb a:hover{color:var(--sm-dark)!important}
.woocommerce-notices-wrapper{width:min(1180px,calc(100% - 32px));margin:20px auto 0}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border:0!important;border-left:5px solid var(--sm-primary)!important;border-radius:18px!important;background:#fff!important;color:#171717!important;box-shadow:0 12px 40px rgba(0,0,0,.06)!important;padding:18px 22px 18px 52px!important}
.woocommerce-message:before,.woocommerce-info:before,.woocommerce-error:before{color:var(--sm-primary)!important;top:18px!important}

/* Shop / products archive. */
.woocommerce-products-header{margin:0 0 36px;padding:42px 44px;border-radius:30px;background:radial-gradient(circle at 88% 10%,rgba(255,180,0,.28),transparent 30%),#0b0b0b;color:#fff}
.woocommerce-products-header__title.page-title{margin:0!important;color:#fff!important;font-size:clamp(42px,6vw,72px)!important;line-height:.92!important;letter-spacing:-.055em!important}
.woocommerce-products-header .term-description{margin-top:14px;color:rgba(255,255,255,.68);max-width:720px}
.woocommerce .woocommerce-result-count{color:#777!important;font-weight:700!important;margin:8px 0 24px!important}
.woocommerce .woocommerce-ordering select{min-height:46px;border:1px solid var(--sm-border)!important;border-radius:999px!important;background:#fff!important;color:#111!important;padding:0 40px 0 16px!important}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important;margin:0!important}
.woocommerce ul.products:before,.woocommerce ul.products:after{display:none!important}
.woocommerce ul.products li.product{float:none!important;width:auto!important;margin:0!important;padding:0 0 22px!important;border:1px solid var(--sm-border)!important;border-radius:24px!important;background:#fff!important;overflow:hidden!important;box-shadow:var(--sm-shadow)!important;transition:transform .22s ease,box-shadow .22s ease!important}
.woocommerce ul.products li.product:hover{transform:translateY(-5px);box-shadow:0 28px 75px rgba(8,8,8,.13)!important}
.woocommerce ul.products li.product a img{width:100%!important;aspect-ratio:4/3!important;object-fit:cover!important;margin:0 0 18px!important;background:#f0eee9}
.woocommerce ul.products li.product .woocommerce-loop-product__title{padding:0 20px!important;margin:0 0 9px!important;color:#0b0b0b!important;font-size:21px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.025em!important}
.woocommerce ul.products li.product .price{display:block;padding:0 20px!important;margin:0 0 14px!important;color:#555!important;font-size:15px!important;font-weight:800!important}
.woocommerce ul.products li.product .button{margin:6px 20px 0!important;min-height:44px!important;padding:0 18px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}

/* Single product. */
.single-product .woocommerce{padding-top:46px}
.single-product div.product{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(380px,.96fr);gap:58px;align-items:start}
.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{float:none!important;width:auto!important;margin:0!important}
.single-product .woocommerce-product-gallery{padding:18px;border:1px solid var(--sm-border);border-radius:30px;background:#fff;box-shadow:var(--sm-shadow)}
.single-product .woocommerce-product-gallery__image img{border-radius:20px!important;background:#f4f2ed}
.single-product div.product .summary{padding:8px 0 0}
.single-product div.product .product_title{margin:0 0 16px!important;font-size:clamp(34px,4vw,58px)!important;line-height:.94!important;letter-spacing:-.05em!important;color:#080808!important}
.single-product .woocommerce-product-details__short-description{color:#666!important;font-size:16px!important;line-height:1.65!important}
.single-product div.product .woocommerce-tabs{grid-column:1/-1;float:none!important;width:100%!important;margin-top:24px!important;padding:0!important}
.single-product .woocommerce-tabs ul.tabs{display:flex!important;gap:8px!important;padding:0!important;margin:0 0 18px!important;border:0!important}
.single-product .woocommerce-tabs ul.tabs:before{display:none!important}
.single-product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;background:#e9e6df!important}
.single-product .woocommerce-tabs ul.tabs li:before,.single-product .woocommerce-tabs ul.tabs li:after{display:none!important}
.single-product .woocommerce-tabs ul.tabs li a{padding:12px 18px!important;color:#444!important;font-weight:900!important}
.single-product .woocommerce-tabs ul.tabs li.active{background:#080808!important}.single-product .woocommerce-tabs ul.tabs li.active a{color:#fff!important}
.single-product .woocommerce-Tabs-panel{padding:32px!important;border:1px solid var(--sm-border)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 12px 42px rgba(0,0,0,.05)!important}
.single-product .related.products{grid-column:1/-1;margin-top:24px}
.single-product .related.products>h2{font-size:36px!important;letter-spacing:-.04em!important}

/* Cart / checkout / account. */
.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-account .woocommerce{padding-top:56px}
.woocommerce-cart .woocommerce>h1,.woocommerce-checkout .woocommerce>h1,.woocommerce-account .woocommerce>h1{font-size:clamp(38px,5vw,62px)!important;letter-spacing:-.05em!important}
.woocommerce table.shop_table{border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--sm-border)!important;border-radius:24px!important;background:#fff!important;overflow:hidden!important;box-shadow:var(--sm-shadow)!important}
.woocommerce table.shop_table th{padding:18px!important;background:#f1eee7!important;color:#111!important;font-size:12px!important;text-transform:uppercase!important;letter-spacing:.07em!important}
.woocommerce table.shop_table td{padding:18px!important;border-top:1px solid rgba(0,0,0,.06)!important;vertical-align:middle!important}
.woocommerce-cart table.cart img{width:76px!important;border-radius:14px!important}
.woocommerce .quantity .qty{min-height:44px!important;border:1px solid var(--sm-border)!important;border-radius:12px!important;background:#fff!important;color:#111!important}
.woocommerce .cart-collaterals .cart_totals{float:none!important;width:min(520px,100%)!important;margin-left:auto!important;padding:28px!important;border:1px solid var(--sm-border)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--sm-shadow)!important}
.woocommerce .cart-collaterals .cart_totals h2{margin-top:0!important;font-size:30px!important;letter-spacing:-.035em!important}
.woocommerce-cart .wc-proceed-to-checkout{padding-bottom:0!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{min-height:56px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;font-size:15px!important;font-weight:950!important}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:52px!important;border:1px solid var(--sm-border)!important;border-radius:14px!important;background:#fff!important;color:#111!important;padding:12px 14px!important}
.woocommerce form .form-row textarea{min-height:130px!important}
.woocommerce form .form-row input:focus,.woocommerce form .form-row textarea:focus{outline:0!important;border-color:var(--sm-primary)!important;box-shadow:0 0 0 4px rgba(255,180,0,.15)!important}
.woocommerce-checkout #customer_details>div,.woocommerce-checkout .woocommerce-checkout-review-order{padding:28px!important;border:1px solid var(--sm-border)!important;border-radius:26px!important;background:#fff!important;box-shadow:var(--sm-shadow)!important}
.woocommerce-checkout h3{font-size:28px!important;letter-spacing:-.035em!important}
.woocommerce-checkout #payment{border-radius:22px!important;background:#f2efe8!important}

/* Empty cart should feel intentional, not like unstyled text. */
.woocommerce-cart .cart-empty.woocommerce-info{max-width:720px;margin:54px auto 18px!important;padding:42px 32px!important;text-align:center!important;border-left:0!important;border-top:5px solid var(--sm-primary)!important;font-size:20px!important;font-weight:850!important}
.woocommerce-cart .cart-empty.woocommerce-info:before{display:none!important}
.woocommerce-cart .return-to-shop{text-align:center;margin:0 auto 90px!important}
.woocommerce-cart .return-to-shop .button{min-height:52px!important;padding:0 26px!important;background:var(--sm-primary)!important;color:#080808!important}

/* Generic Woo buttons. */
.woocommerce .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:46px!important;padding:0 20px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:#080808!important;color:#fff!important;font-weight:900!important}
.woocommerce .button:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--sm-primary)!important;color:#080808!important}
.woocommerce .button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background:var(--sm-primary)!important;color:#080808!important}

/* Mobile. */
@media(max-width:900px){
  .woocommerce-page .woocommerce,.woocommerce .woocommerce{width:min(100% - 24px,1180px);padding:36px 0 64px}
  .woocommerce-products-header{padding:30px 24px;border-radius:24px}
  .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .single-product div.product{grid-template-columns:1fr;gap:26px}
  .single-product div.product .woocommerce-tabs,.single-product .related.products{grid-column:1}
  .single-product .woocommerce-product-gallery{padding:12px;border-radius:22px}
  .woocommerce-checkout #customer_details>div,.woocommerce-checkout .woocommerce-checkout-review-order{padding:20px!important}
}
@media(max-width:560px){
  .woocommerce ul.products{grid-template-columns:1fr!important}
  .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:22px!important}
  .single-product div.product .product_title{font-size:38px!important}
  .single-product .woocommerce-tabs ul.tabs{overflow-x:auto;white-space:nowrap}
  .woocommerce table.shop_table_responsive tr{margin-bottom:16px!important;border:1px solid var(--sm-border)!important;border-radius:18px!important;background:#fff!important;padding:10px!important}
  .woocommerce table.shop_table_responsive tr td{padding:11px!important}
  .woocommerce-cart .cart-empty.woocommerce-info{margin-top:28px!important;padding:32px 20px!important;font-size:18px!important}
}
