/**
* Theme Name:        avanam-petpaw
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-petpaw
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

/* ==========================================
   GLOBAL CONTENT (Blog / Pages)
========================================== */
.pets-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 30px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #111;
  line-height: 1.8;
}

.pets-page .pets-page-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 24px;
  text-align: center;
  color: #111;
}

.pets-page .pets-intro {
  font-size: 16px;
  color: #444;
  margin: 0 0 24px;
  text-align: center;
}

.pets-page .pets-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.pets-page .pets-card h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 14px;
  color: #111;
  border-left: 4px solid #111;
  padding-left: 12px;
}

.pets-page .pets-card h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4;
  margin: 20px 0 10px;
  color: #111;
}

.pets-page .pets-card p {
  font-size: 16px;
  margin: 0 0 14px;
  color: #333;
}

.pets-page .pets-card ul,
.pets-page .pets-card ol {
  margin: 10px 0 14px 0;
  padding-left: 22px;
}

.pets-page .pets-card li {
  margin: 8px 0;
  color: #333;
}

.pets-page .pets-note {
  background: #f7f7f7;
  border-left: 4px solid #111;
  padding: 14px 16px;
  border-radius: 8px;
  margin-top: 14px;
  color: #333;
}

.pets-page a {
  color: inherit;
  text-decoration: underline;
}

/* ==========================================
   RETURN FORM
========================================== */
.return-request-form {
  max-width: 760px !important;
  margin: 0 auto !important;
}

.return-request-form form {
  background: #ffffff !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 14px !important;
  padding: 28px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
}

.return-request-form p {
  margin: 0 0 18px !important;
}

.return-request-form label {
  display: block !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin-bottom: 8px !important;
}

.return-request-form input,
.return-request-form select,
.return-request-form textarea {
  width: 100% !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  padding: 14px 16px !important;
  box-sizing: border-box !important;
}

.return-request-form textarea {
  min-height: 180px !important;
}

.return-request-form .wpcf7-submit {
  min-width: 220px !important;
  border: none !important;
  border-radius: 10px !important;
  background: #0b2c5f !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 14px 22px !important;
}

/* ==========================================
   WOO ACCOUNT - GLOBAL
========================================== */
.woocommerce-account .site-main,
.woocommerce-account .content-area {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-message {
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 14px 18px;
	
}

/* ==========================================
   LOGIN PAGE ONLY
========================================== */
body.woocommerce-account:not(.logged-in) .woocommerce {
  max-width: 760px;
  margin: 42px auto 48px auto;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  padding: 38px 34px;
  box-sizing: border-box;
}

body.woocommerce-account:not(.logged-in) form.woocommerce-form-login,
body.woocommerce-account:not(.logged-in) form.woocommerce-form-register,
body.woocommerce-account:not(.logged-in) form.woocommerce-ResetPassword {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce h2 {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 700;
  color: #0b2c5f;
  margin: 0 0 28px 0;
}

body.woocommerce-account:not(.logged-in) form .form-row {
  margin-bottom: 22px;
}

body.woocommerce-account:not(.logged-in) label {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 9px;
  line-height: 1.5;
}

body.woocommerce-account:not(.logged-in) input[type="text"],
body.woocommerce-account:not(.logged-in) input[type="email"],
body.woocommerce-account:not(.logged-in) input[type="password"] {
  width: 100%;
  height: 56px;
  border: 1px solid #d7dbe2;
  border-radius: 14px;
  padding: 0 16px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
}

body.woocommerce-account:not(.logged-in) input[type="text"]:focus,
body.woocommerce-account:not(.logged-in) input[type="email"]:focus,
body.woocommerce-account:not(.logged-in) input[type="password"]:focus {
  border-color: #0b2c5f;
  box-shadow: 0 0 0 3px rgba(11, 44, 95, 0.08);
  outline: none;
}

body.woocommerce-account:not(.logged-in) .password-input,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .password-input {
  position: relative;
  width: 100%;
  display: block;
}

body.woocommerce-account:not(.logged-in) .show-password-input,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .show-password-input {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #666 !important;
  line-height: 22px !important;
}

body.woocommerce-account:not(.logged-in) .show-password-input:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .show-password-input:hover {
  background: transparent !important;
  color: #0b2c5f !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login button[type="submit"],
body.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type="submit"] {
  background: #0b2c5f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  height: 54px;
  padding: 0 28px !important;
  font-size: 17px;
  font-weight: 700;
  box-shadow: none !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login button[type="submit"]:hover,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type="submit"]:hover {
  background: #123b7a !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 14px;
  font-size: 16px;
  color: #374151;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #0b2c5f;
}

body.woocommerce-account:not(.logged-in) .lost_password {
  margin-top: 14px;
}

body.woocommerce-account:not(.logged-in) .lost_password a {
  color: #0b2c5f;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-account:not(.logged-in) .lost_password a:hover {
  text-decoration: underline;
}

/* ==========================================
   LOGGED-IN ACCOUNT PAGE
========================================== */
body.woocommerce-account.logged-in .woocommerce {
  max-width: 980px !important;
  margin: 32px auto 42px auto !important;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  padding: 28px !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: flex-start !important;
  gap: 26px !important;
}

body.woocommerce-account.logged-in .woocommerce::after {
  content: none !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  float: none !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: 240px !important;
  min-width: 240px !important;
  padding: 0 !important;
  border-left: none !important;
  box-sizing: border-box !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  flex: 1 1 auto !important;
  width: auto !important;
  min-height: auto !important;
  padding: 22px !important;
  box-sizing: border-box !important;
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 18px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard > p:not(.woocommerce-info):not(.account-dashboard-welcome-text) {
  display: none !important;
}

.account-dashboard-welcome {
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 10px;
}

.account-dashboard-welcome h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
  color: #0b2c5f;
}

.account-dashboard-welcome p.account-dashboard-welcome-text {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #4b5563 !important;
  display: block !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .account-user,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .user-profile,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .profile-box,
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation .customer-info {
  margin: 0 0 14px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  line-height: 1.5;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  overflow: hidden;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li {
  margin: 0 !important;
  border-bottom: 1px solid #e8edf3;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 16px !important;
  font-size: 15px !important;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  line-height: 1.45 !important;
  transition: background 0.2s ease, color 0.2s ease, padding 0.2s ease;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a:hover {
  background: #eef4fb;
  color: #0b2c5f;
  padding-left: 18px !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #eef4fb;
  color: #0b2c5f;
  font-weight: 700;
  border-left: 3px solid #0b2c5f;
  padding-left: 18px !important;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "🏠";
}

.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "📦";
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "📍";
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "⚙️";
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "🚪";
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  max-width: 100%;
  margin-bottom: 16px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content a {
  color: #0b2c5f;
  font-weight: 600;
  text-decoration: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.5;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="text"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="email"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="password"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="tel"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="number"],
body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d7dbe2;
  border-radius: 14px;
  background: #fff;
  font-size: 15px;
  padding: 12px 16px;
  box-sizing: border-box;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="text"]:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="email"]:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="password"]:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="tel"]:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="number"]:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea:focus,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content select:focus {
  border-color: #0b2c5f;
  box-shadow: 0 0 0 3px rgba(11, 44, 95, 0.08);
  outline: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content fieldset {
  margin-top: 22px;
  padding: 18px 18px 10px;
  border: 1px solid #d7dbe2;
  border-radius: 14px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content legend {
  font-size: 18px;
  font-weight: 700;
  color: #374151;
  padding: 0 8px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"] {
  background: #0b2c5f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 24px !important;
  font-size: 15px;
  font-weight: 700;
  box-shadow: none !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content button:hover,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="submit"]:hover {
  background: #123b7a !important;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ececec;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content table th,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content table td {
  padding: 15px 16px;
  border-bottom: 1px solid #ececec;
  font-size: 15px;
  text-align: left;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content table tr:last-child td {
  border-bottom: none;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content table th {
  background: #f7f9fc;
  color: #0b2c5f;
  font-weight: 700;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info {
  font-size: 15px;
  background: #f8fafc;
  border: 1px solid #e8edf3;
  border-radius: 14px;
}

body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-info a.button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message .button,
body.woocommerce-account.logged-in .woocommerce-MyAccount-content .woocommerce-message a.button {
  padding: 10px 18px !important;
  font-size: 14px !important;
  min-height: 42px !important;
  line-height: 1.2 !important;
  border-radius: 12px !important;
  width: auto !important;
  min-width: auto !important;
}

/* ==========================================
   ADDRESSES
========================================== */
body.woocommerce-account .woocommerce-Addresses,
body.woocommerce-account .woocommerce-columns--addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.woocommerce-account .woocommerce-Address,
body.woocommerce-account .woocommerce-column--billing-address,
body.woocommerce-account .woocommerce-column--shipping-address {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: #f9fafc !important;
  border: 1px solid #e7eaf0 !important;
  border-radius: 16px !important;
  padding: 24px 22px !important;
  box-sizing: border-box !important;
}

body.woocommerce-account .woocommerce-Address-title,
body.woocommerce-account .woocommerce-column--billing-address .woocommerce-Address-title,
body.woocommerce-account .woocommerce-column--shipping-address .woocommerce-Address-title {
  display: block !important;
  margin-bottom: 18px !important;
}

body.woocommerce-account .woocommerce-Address h3,
body.woocommerce-account .woocommerce-column--billing-address h3,
body.woocommerce-account .woocommerce-column--shipping-address h3 {
  display: block !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  margin: 0 0 12px 0 !important;
  color: #0b2c5f !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

body.woocommerce-account .woocommerce-Address .edit,
body.woocommerce-account .woocommerce-column--billing-address .edit,
body.woocommerce-account .woocommerce-column--shipping-address .edit {
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #0b2c5f !important;
  text-decoration: none !important;
  margin: 0 !important;
}

body.woocommerce-account .woocommerce-Address .edit:hover,
body.woocommerce-account .woocommerce-column--billing-address .edit:hover,
body.woocommerce-account .woocommerce-column--shipping-address .edit:hover {
  text-decoration: underline !important;
}

body.woocommerce-account .woocommerce-Address address,
body.woocommerce-account .woocommerce-column--billing-address address,
body.woocommerce-account .woocommerce-column--shipping-address address {
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #374151 !important;
  margin: 0 !important;
}

/* ==========================================
   FOOTER
========================================== */
.site-footer:before {
  display: none !important;
}

.site-footer {
  margin-top: 50px;
  position: relative;
}

.site-footer::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.35),
    rgba(255, 255, 255, 0.15),
    transparent
  );
}

.footer_newsletter input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: none;
  background: #d9d9d9;
  font-size: 14px;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.footer_newsletter input[type="submit"] {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.footer_newsletter input[type="submit"]:hover {
  text-decoration: underline;
}

.footer-newsletter-box {
  margin-bottom: 15px;
  max-width: 260px;
}

.newsletter-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.newsletter-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 14px;
}

/* ==========================================
   CHECKOUT
========================================== */
.woocommerce-checkout .container,
.woocommerce-checkout .site-main {
  max-width: 1150px;
  margin: 0 auto;
}

.woocommerce-checkout .col2-set {
  margin: 0 -10px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  padding: 20px 10px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.woocommerce-checkout .form-row {
  margin-bottom: 12px;
}

.woocommerce-checkout h3 {
  margin-top: 0;
}

/* ==========================================
   PRODUCT REVIEWS
========================================== */

/* hide title/date */
#reviews h2,
#reviews .woocommerce-review__published-date,
#reviews time {
  display: none !important;
}

/* full width layout */
#reviews,
#reviews #comments,
#reviews .commentlist,
#reviews .commentlist li.review,
#reviews .comment_container,
#reviews .comment-text,
#review_form_wrapper,
#review_form,
#review_form form,
#review_form #respond,
.woocommerce #reviews #review_form_wrapper,
.woocommerce #review_form,
.woocommerce #review_form #respond {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

/* clear floats / columns */
#reviews,
#reviews #comments,
#reviews .commentlist,
#review_form_wrapper,
#review_form,
.woocommerce #reviews {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#reviews .commentlist {
  list-style: none;
}

/* each review card */
#reviews .commentlist li.review {
  display: block !important;
  margin-bottom: 18px !important;
  padding: 18px !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
}

/* review inner layout */
#reviews .comment_container,
#reviews .comment_container[style] {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 12px !important;
}

/* avatar */
#reviews .review-avatar,
#reviews .review-avatar[style],
#reviews img.avatar,
#reviews img.avatar[style] {
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  margin-right: 0 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* text block */
#reviews .comment-text,
#reviews .comment-text[style] {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* meta */
#reviews .comment-text .meta,
#reviews .meta {
  margin: 0 0 6px 0 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #666 !important;
}

/* rating */
#reviews .star-rating,
#reviews .star-rating[style] {
  float: none !important;
  display: block !important;
  margin: 0 0 8px 0 !important;
  font-size: 13px !important;
}

/* review description */
#reviews .description,
#reviews .description[style] {
  margin-top: 0 !important;
}

#reviews .description p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #333 !important;
  word-break: break-word !important;
}

/* review images */
#reviews .petsleash-review-images,
#reviews .review-images,
#reviews .petsleash-review-images[style],
#reviews .review-images[style] {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

#reviews .petsleash-review-images img,
#reviews .review-images img,
#reviews .petsleash-review-images img[style],
#reviews .review-images img[style] {
  width: 88px !important;
  height: 88px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  border: 1px solid #ddd !important;
  display: block !important;
}

/* review form */
#review_form_wrapper,
#review_form_wrapper[style],
#review_form,
#review_form[style],
#review_form #respond,
#review_form #respond[style] {
  margin-top: 20px !important;
}

#review_form_wrapper h3,
#review_form_wrapper .comment-reply-title {
  font-size: 20px !important;
  margin-bottom: 14px !important;
}

#review_form input,
#review_form textarea,
#review_form select,
.woocommerce #review_form textarea {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid #d8d8d8 !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  box-sizing: border-box !important;
}

#review_form textarea,
.woocommerce #review_form textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

#review_form .form-submit,
.woocommerce #review_form .form-submit {
  margin-top: 15px !important;
}

/* ==========================================
   MOBILE
========================================== */
@media (max-width: 767px) {
  .pets-page {
    padding: 22px 14px;
  }

  .pets-page .pets-page-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .pets-page .pets-card {
    padding: 18px;
    border-radius: 12px;
  }

  .pets-page .pets-card h2 {
    font-size: 18px;
  }

  .pets-page .pets-card h3 {
    font-size: 18px;
  }

  .pets-page .pets-card p,
  .pets-page .pets-card li,
  .pets-page .pets-intro {
    font-size: 15px;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce {
    max-width: calc(100% - 32px);
    margin: 24px auto 34px;
    padding: 24px 20px;
    border-radius: 16px;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }

  body.woocommerce-account:not(.logged-in) label {
    font-size: 15px;
  }

  body.woocommerce-account:not(.logged-in) input[type="text"],
  body.woocommerce-account:not(.logged-in) input[type="email"],
  body.woocommerce-account:not(.logged-in) input[type="password"] {
    height: 50px;
    font-size: 15px;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
    display: flex;
    margin-left: 0;
    margin-top: 10px;
    font-size: 15px;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-button,
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login button[type="submit"],
  body.woocommerce-account:not(.logged-in) .woocommerce-form-login input[type="submit"] {
    width: 100%;
    font-size: 16px;
  }

  body.woocommerce-account.logged-in .woocommerce {
    display: block !important;
    max-width: calc(100% - 24px) !important;
    margin: 20px auto 30px !important;
    padding: 18px !important;
    border-radius: 16px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    width: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    border: none !important;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    margin-bottom: 18px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
    border-radius: 14px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul li a {
    font-size: 15px !important;
    padding: 14px 14px !important;
    gap: 10px !important;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 18px !important;
    border-radius: 14px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content p {
    font-size: 15px;
    max-width: 100%;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content label {
    font-size: 15px;
  }

  body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="text"],
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="email"],
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="password"],
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="tel"],
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content input[type="number"],
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content textarea,
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content select {
    min-height: 50px;
    font-size: 15px;
  }

  .account-dashboard-welcome h3 {
    font-size: 20px;
  }

  .account-dashboard-welcome p.account-dashboard-welcome-text {
    font-size: 14px !important;
  }

  body.woocommerce-account .woocommerce-Addresses,
  body.woocommerce-account .woocommerce-columns--addresses {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  body.woocommerce-account .woocommerce-Address,
  body.woocommerce-account .woocommerce-column--billing-address,
  body.woocommerce-account .woocommerce-column--shipping-address {
    max-width: 100% !important;
    min-width: 100% !important;
  }

  body.woocommerce-account .woocommerce-Address h3,
  body.woocommerce-account .woocommerce-column--billing-address h3,
  body.woocommerce-account .woocommerce-column--shipping-address h3 {
    font-size: 20px !important;
  }

  body.woocommerce-account .woocommerce-Address address,
  body.woocommerce-account .woocommerce-column--billing-address address,
  body.woocommerce-account .woocommerce-column--shipping-address address {
    font-size: 15px !important;
  }

  /* reviews mobile */
  #reviews .commentlist li.review {
    padding: 12px !important;
    margin-bottom: 12px !important;
  }

  #reviews .comment_container,
  #reviews .comment_container[style] {
    gap: 10px !important;
  }

  #reviews .review-avatar,
  #reviews .review-avatar[style],
  #reviews img.avatar,
  #reviews img.avatar[style] {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
  }

  #reviews .meta {
    font-size: 13px !important;
    margin-bottom: 4px !important;
  }

  #reviews .description p {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  #reviews .petsleash-review-images img,
  #reviews .review-images img,
  #reviews .petsleash-review-images img[style],
  #reviews .review-images img[style] {
    width: 82px !important;
    height: 82px !important;
  }

  #review_form_wrapper h3,
  #review_form_wrapper .comment-reply-title {
    font-size: 18px !important;
  }
}


/* ===== Custom variation image options ===== */

.single-product .cvio-wrap {
    margin: 18px 0 22px;
}

.single-product .cvio-label {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0 0 10px;
    line-height: 1.3;
}

.single-product .cvio-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

.single-product .cvio-item {
    width: 92px;
    padding: 6px;
    background: #fff;
    border: 1px solid #d9dee7;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s ease;
    box-shadow: none;
}

.single-product .cvio-item:hover {
    border-color: #0b2f63;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.single-product .cvio-item.is-selected {
    border-color: #0b2f63;
    box-shadow: 0 0 0 2px rgba(11, 47, 99, 0.10);
    background: #fff;
}

.single-product .cvio-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 9px;
    overflow: hidden;
    background: #f7f8fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .cvio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 9px;
}

.single-product .cvio-name {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
    color: #2f2f2f;
    white-space: normal;
    word-break: break-word;
}

/* optional: make disabled look softer */
.single-product .cvio-item.is-disabled {
    opacity: 0.45;
    filter: grayscale(100%);
    pointer-events: none;
}

/* mobile */
@media (max-width: 767px) {
    .single-product .cvio-grid {
        gap: 10px;
    }

    .single-product .cvio-item {
        width: 78px;
        padding: 5px;
        border-radius: 10px;
    }

    .single-product .cvio-thumb,
    .single-product .cvio-thumb img {
        border-radius: 8px;
    }

    .single-product .cvio-name {
        font-size: 11px;
        margin-top: 5px;
    }
}

/* ===== PetsLeash Cart Wrapper Fix ===== */

/* 1) اعمل هوامش للمحتوى كله */
body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-cart .site-main > .woocommerce,
body.woocommerce-cart .woocommerce-notices-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

/* 2) مسافة تحت عنوان الصفحة */
body.woocommerce-cart .entry-content > .woocommerce,
body.woocommerce-cart .site-main > .woocommerce {
    margin-top: 28px;
}

/* 3) خلي العمود اليسار واليمين مرتبين */
body.woocommerce-cart .woocommerce-cart-form {
    width: 64%;
    float: left;
    box-sizing: border-box;
    padding-right: 28px;
}

body.woocommerce-cart .cart-collaterals {
    width: 36%;
    float: right;
    box-sizing: border-box;
}

/* 4) صندوق اليمين */
body.woocommerce-cart .cart_totals {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

/* 5) موبايل */
@media (max-width: 991px) {
    body.woocommerce-cart .entry-content > .woocommerce,
    body.woocommerce-cart .site-main > .woocommerce,
    body.woocommerce-cart .woocommerce-notices-wrapper {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.woocommerce-cart .woocommerce-cart-form,
    body.woocommerce-cart .cart-collaterals {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    body.woocommerce-cart .cart-collaterals {
        margin-top: 24px;
    }
}

/* Move Returning customer box lower */
.woocommerce-form-login-toggle,
.woocommerce-info {
    margin-top: 25px !important;
}


/* Footer Newsletter Final Fix */

.footer_newsletter{
width:100%;
max-width:420px;
}

.footer_newsletter p{
margin:0 !important;
padding:0 !important;
}

.footer_newsletter .wpcf7-form-control-wrap{
display:block !important;
margin-bottom:6px !important;
}

/* Email Field */
.footer_newsletter input[type="email"]{
width:100% !important;
height:46px !important;
padding:0 16px !important;
border:none !important;
border-radius:10px !important;
background:#e9e9e9 !important;
color:#111 !important;
font-size:15px !important;
box-sizing:border-box !important;
}

/* Button */
.footer_newsletter input[type="submit"]{
width:100% !important;
height:46px !important;
margin-top:0 !important;
padding:0 16px !important;
border:none !important;
border-radius:10px !important;
background:#f4b731 !important;
color:#002e6d !important;
font-size:16px !important;
font-weight:700 !important;
cursor:pointer !important;
display:block !important;
line-height:46px !important;
text-align:center !important;
}

.footer_newsletter input[type="submit"]:hover{
background:#ffcb4d !important;
}


/* From */
/* ===== Size row - desktop ===== */
.single-product table.variations tr {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}

.single-product table.variations td.label {
    width: 80px;
    min-width: 80px;
    padding: 0;
}

.single-product table.variations td.label label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0;
    white-space: nowrap;
    line-height: 40px;
}

.single-product table.variations td.value {
    padding: 0;
    width: auto;
}

/* ===== Kill outer wrapper look ===== */
.single-product .adsw-attribute-option {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    min-width: 0 !important;
    height: auto !important;
}

.single-product .adsw-attribute-option::before,
.single-product .adsw-attribute-option::after {
    display: none !important;
    content: none !important;
}

/* ===== Each size item ===== */
.single-product .adsw-attribute-option .meta-item-text,
.single-product .adsw-attribute-option > span,
.single-product .adsw-attribute-option .sku-set {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    border: 1px solid #d9dfe6;
    border-radius: 999px;
    background: #fff;
    color: #1d3f6e !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    box-shadow: none !important;
    transition: all 0.2s ease;
}

/* ===== Hover ===== */
.single-product .adsw-attribute-option .meta-item-text:hover,
.single-product .adsw-attribute-option > span:hover,
.single-product .adsw-attribute-option .sku-set:hover {
    border-color: #8fa7c0;
    background: #f7faff;
}

/* ===== Size notice ===== */
.single-product .size-required-note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    margin-top: 8px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    color: #163a70;
    background: #f4f8fc;
    border: 1px solid #cfd9e6;
    border-radius: 999px;
    line-height: 1.2;
}

/* ===== Mobile ===== */
@media (max-width: 767px) {
    .single-product table.variations tr {
        display: block;
        margin-bottom: 14px;
    }

    .single-product table.variations td.label,
    .single-product table.variations td.value {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .single-product table.variations td.label {
        margin-bottom: 10px;
    }

    .single-product table.variations td.label label {
        line-height: 1.3;
    }

    .single-product .adsw-attribute-option {
        display: flex !important;
        flex-wrap: wrap;
        gap: 10px;
    }

    .single-product .adsw-attribute-option .meta-item-text,
    .single-product .adsw-attribute-option > span,
    .single-product .adsw-attribute-option .sku-set {
        min-width: 0;
        height: 40px;
        padding: 0 16px;
        font-size: 13px;
    }

    .single-product .size-required-note {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    padding: 7px 13px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #163a70 !important;
    border: 1px solid #163a70 !important;
    border-radius: 999px !important;
    line-height: 1.2 !important;
    }
}

.single-product form.variations_form .size-required-note,
.single-product div.product form.cart .size-required-note {
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin-top: 8px !important;
    padding: 7px 13px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    background-color: #002754!important;
    background-image: none !important;
    border: 1px solid #163a70 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

/* Highlight state when size is missing */
.single-product .adsw-attribute-option.size-attention .meta-item-text,
.single-product .adsw-attribute-option.size-attention > span,
.single-product .adsw-attribute-option.size-attention .sku-set {
    border-color: #163a70 !important;
    background: #eef5ff !important;
    box-shadow: 0 0 0 4px rgba(22, 58, 112, 0.12) !important;
}

/* Shake whole size row */
.single-product .size-row-attention {
    animation: sizeRowShake 0.45s ease-in-out 1;
}

@keyframes sizeRowShake {
    0%   { transform: translateX(0); }
    20%  { transform: translateX(-4px); }
    40%  { transform: translateX(4px); }
    60%  { transform: translateX(-3px); }
    80%  { transform: translateX(3px); }
    100% { transform: translateX(0); }
}

/* Pulse the note */
.single-product .size-required-note.note-attention {
    animation: notePulse 1s ease-in-out 2;
}

@keyframes notePulse {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.04); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}


@media (max-width: 767px) {

  /* Main page width */
  body.woocommerce-checkout .container,
  body.woocommerce-checkout .site-main,
  body.woocommerce-checkout .woocommerce,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-checkout .content-area {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  }


/* Stripe checkout spacing fix */
body.woocommerce-checkout .payment_box.payment_method_stripe fieldset {
    padding: 0 !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    border: 0 !important;
    min-height: 0 !important;
}

body.woocommerce-checkout .payment_box.payment_method_stripe .wc-stripe-upe-form {
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-checkout .payment_box.payment_method_stripe .form-row {
    margin-bottom: 10px !important;
}

body.woocommerce-checkout .payment_box.payment_method_stripe p {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

body.woocommerce-checkout .payment_box.payment_method_stripe fieldset:last-child,
body.woocommerce-checkout .payment_box.payment_method_stripe p:last-child,
body.woocommerce-checkout .payment_box.payment_method_stripe .form-row:last-child {
    margin-bottom: 0 !important;
}



.product-actions,
.product-hover,
.product-overlay {
    pointer-events: none !important;
}


.woocommerce ul.products li.product:active,
.woocommerce ul.products li.product a:active {
    opacity: .75;
    transform: scale(.98);
    transition: 0.08s;
}


