﻿.woocommerce .woocommerce-breadcrumb {
display: none; }
.woocommerce-page .woocommerce-notices-wrapper {
margin-bottom: 20px;
}
.woocommerce-page .woocommerce-result-count,
.woocommerce-page .woocommerce-ordering {
margin-bottom: 20px;
}
.woocommerce-products-header {
margin-bottom: 16px;
}
.woocommerce-products-header__title.page-title {
margin: 0;
}
.hopqua-archive-shell {
display: grid;
gap: 18px;
padding: clamp(16px, 2vw, 24px);
background: linear-gradient(180deg, #ffffff, #fffaf8);
border: 1px solid rgba(231,76,60,0.12);
border-radius: var(--radius-lg);
box-shadow: 0 16px 36px rgba(17, 24, 39, 0.05);
}
.hopqua-archive-shell .woocommerce-notices-wrapper {
margin-bottom: 0;
}
.hopqua-archive-shell .woocommerce-notices-wrapper:empty {
display: none;
}
.hopqua-archive-shell .woocommerce-result-count,
.hopqua-archive-shell .woocommerce-ordering {
float: none !important;
margin-bottom: 0;
}
.hopqua-archive-shell .woocommerce-result-count {
align-self: center;
line-height: 1.6;
}
.hopqua-archive-shell .woocommerce-ordering {
justify-self: end;
}
.hopqua-archive-shell .woocommerce-ordering select {
min-width: 220px;
min-height: 42px;
background: #fff;
}
.hopqua-archive-shell .hopqua-archive-grid {
grid-column: 1 / -1;
}
.hopqua-archive-shell .woocommerce-pagination {
grid-column: 1 / -1;
padding-top: 4px;
border-top: 1px solid var(--border-light);
}
.hopqua-archive-shell .woocommerce-pagination ul.page-numbers {
justify-content: center;
gap: 8px;
border: none;
}
.hopqua-archive-shell .woocommerce-pagination ul.page-numbers li {
border: none;
}
.hopqua-archive-shell .woocommerce-pagination .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
min-height: 40px;
border-radius: 12px;
border: 1px solid var(--border);
background: #fff;
color: var(--secondary);
font-weight: 700;
}
.hopqua-archive-shell .woocommerce-pagination .page-numbers.current,
.hopqua-archive-shell .woocommerce-pagination .page-numbers:hover {
border-color: var(--primary);
background: var(--primary);
color: #fff;
}
.hopqua-archive-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin: 0;
}
@media (min-width: 768px) {
.hopqua-archive-grid {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
}
@media (min-width: 1280px) {
.hopqua-archive-grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.hopqua-archive-grid .product-card {
min-width: 0;
width: 100%;
max-width: none;
background: #fff;
border: 1px solid var(--border);
border-radius: var(--radius);
overflow: hidden;
transition: all var(--transition);
display: flex;
flex-direction: column;
position: relative;
}
.hopqua-archive-grid .product-card:hover {
border-color: var(--primary);
box-shadow: 0 4px 20px rgba(231,76,60,0.14);
transform: translateY(-4px);
}
.hopqua-archive-grid .product-card:hover .product-thumb img {
transform: scale(1.07);
}
@media (min-width: 768px) {
.hopqua-archive-shell {
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
}
.hopqua-archive-shell .woocommerce-notices-wrapper {
grid-column: 1 / -1;
}
}
@media (max-width: 767px) {
.hopqua-archive-shell {
gap: 14px;
padding: 14px;
}
.hopqua-archive-shell .woocommerce-ordering {
justify-self: stretch;
}
.hopqua-archive-shell .woocommerce-ordering select {
width: 100%;
min-width: 0;
}
} .woocommerce ul.products {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
@media (min-width: 768px) {
.woocommerce ul.products {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (min-width: 1280px) {
.woocommerce ul.products {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.woocommerce ul.products li.product {
margin: 0 !important;
padding: 0 !important;
width: auto !important;
float: none !important;
display: flex;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
text-decoration: none;
} .woocommerce div.product {
background: #fff;
border-radius: var(--radius);
padding: 30px;
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
border-radius: var(--radius);
}
.woocommerce div.product .woocommerce-product-gallery__trigger {
background: rgba(255,255,255,0.9);
border-radius: 50%;
}
.woocommerce div.product div.summary {
padding: 20px 0 20px 20px;
}
.woocommerce div.product .product_meta {
border-top: 1px solid var(--border-light);
padding-top: 15px;
margin-top: 15px;
font-size: 14px;
color: var(--text-light);
}
.woocommerce div.product .product_meta > span {
display: block;
margin-bottom: 5px;
}
.woocommerce div.product .product_meta a {
color: var(--primary);
}
.woocommerce div.product form.cart {
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 12px;
}
.woocommerce div.product form.cart .quantity {
margin-right: 0;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
flex: 0 0 auto;
padding: 14px 30px;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.woocommerce div.product p.price {
margin-bottom: 20px;
}
.woocommerce div.product p.price del {
font-size: 18px;
color: var(--text-muted);
margin-right: 10px;
}
.woocommerce div.product p.price ins {
text-decoration: none;
} .woocommerce div.product .woocommerce-product-details__short-description {
margin-bottom: 20px;
font-size: 15px;
line-height: 1.7;
color: var(--text-light);
} .woocommerce .related.products {
margin-top: 40px;
padding-top: 30px;
border-top: 1px solid var(--border-light);
}
.woocommerce .related.products h2 {
font-size: 22px;
margin-bottom: 20px;
} .woocommerce-cart .woocommerce {
background: #fff;
border-radius: var(--radius);
padding: 30px;
}
.woocommerce td.product-name a {
color: var(--text);
font-weight: 600;
}
.woocommerce td.product-name a:hover {
color: var(--primary);
}
.woocommerce a.remove {
color: var(--primary) !important;
font-size: 20px;
}
.woocommerce .cart-collaterals .cart_totals {
float: none;
width: 100%;
max-width: 400px;
margin-left: auto;
}
.woocommerce .cart-collaterals .cart_totals table {
border: none;
}
.woocommerce .cart-collaterals .cart_totals th {
font-weight: 600;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
display: block;
text-align: center;
padding: 16px;
font-size: 16px;
text-transform: uppercase;
} .woocommerce-checkout .woocommerce {
background: #fff;
border-radius: var(--radius-lg);
padding: clamp(18px, 3vw, 30px);
border: 1px solid var(--border);
box-shadow: var(--shadow-md);
}
.woocommerce-checkout .woocommerce-checkout {
display: grid;
gap: 24px;
}
.checkout-account-summary {
margin-bottom: 20px;
padding: 20px 22px;
border-radius: 22px;
background: linear-gradient(135deg, #fff1eb, #fffaf7);
border: 1px solid rgba(231,76,60,0.14);
}
.checkout-account-summary__eyebrow {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 0 12px;
border-radius: 999px;
background: rgba(255,255,255,0.72);
color: var(--primary);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.checkout-account-summary h3 {
margin: 12px 0 10px;
color: var(--secondary);
font-size: clamp(22px, 2.8vw, 30px);
}
.checkout-account-summary__grid {
display: grid;
gap: 12px;
margin-bottom: 10px;
}
@media (min-width: 768px) {
.checkout-account-summary__grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.checkout-account-summary__grid div {
display: flex;
flex-direction: column;
gap: 6px;
padding: 14px 16px;
border-radius: 16px;
background: rgba(255,255,255,0.82);
}
.checkout-account-summary__grid strong {
color: var(--secondary);
font-size: 13px;
}
.checkout-account-summary__grid span,
.checkout-account-summary p {
color: var(--text-light);
line-height: 1.75;
}
@media (min-width: 1024px) {
.woocommerce-checkout .woocommerce-checkout {
grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
align-items: start;
}
.woocommerce-checkout .col2-set {
grid-column: 1;
grid-row: 1 / span 2;
}
.woocommerce-checkout #order_review_heading {
grid-column: 2;
grid-row: 1;
margin-bottom: 0;
}
.woocommerce-checkout #order_review {
grid-column: 2;
grid-row: 2;
}
.logged-in.woocommerce-checkout .woocommerce-checkout {
grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
}
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
float: none !important;
width: 100% !important;
min-width: 0;
}
.woocommerce-checkout .col2-set {
display: grid;
gap: 18px;
}
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
float: none !important;
width: 100% !important;
}
.logged-in.woocommerce-checkout .woocommerce-billing-fields,
.logged-in.woocommerce-checkout .woocommerce-additional-fields {
display: none;
}
.logged-in.woocommerce-checkout .woocommerce-shipping-fields {
align-self: start;
}
.logged-in.woocommerce-checkout .shipping_address--account {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px 16px;
}
.logged-in.woocommerce-checkout .shipping_address--account .form-row-wide {
grid-column: 1 / -1;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields {
padding: 22px;
border-radius: var(--radius-lg);
background: linear-gradient(180deg, #ffffff 0%, #fff9f7 100%);
border: 1px solid rgba(231,76,60,0.1);
}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_review_heading {
margin: 0 0 16px;
color: var(--secondary);
font-size: clamp(22px, 2.6vw, 30px);
line-height: 1.15;
}
.woocommerce-checkout .woocommerce-input-wrapper {
display: block;
}
.woocommerce-checkout form .form-row {
margin-bottom: 14px;
}
.woocommerce-checkout form .form-row-last,
.woocommerce-checkout form .form-row-first {
width: 100%;
}
@media (min-width: 768px) {
.woocommerce-checkout form .form-row-first,
.woocommerce-checkout form .form-row-last {
width: calc(50% - 8px);
}
}
.woocommerce form .form-row label {
font-weight: 600;
margin-bottom: 4px;
font-size: 14px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
padding: 10px 14px;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
font-size: 14px;
transition: border-color var(--transition);
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
border-color: var(--primary);
outline: none;
box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1);
}
.woocommerce-checkout #order_review_heading {
align-self: end;
padding: 0 4px;
text-align: left;
}
.woocommerce-checkout #order_review {
width: 100%;
max-width: 100%;
padding: 22px;
border-radius: 24px;
background: linear-gradient(180deg, #fff8f6 0%, #ffffff 100%);
border: 1px solid rgba(231,76,60,0.12);
box-shadow: var(--shadow-md);
}
@media (min-width: 1024px) {
.woocommerce-checkout #order_review {
position: sticky;
top: calc(var(--header-height) + 22px);
}
}
.woocommerce-checkout-review-order-table {
width: 100%;
max-width: 100%;
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
margin: 0 0 16px;
overflow: hidden;
border: 1px solid rgba(34,34,34,0.08);
border-radius: 18px;
background: #fff;
}
.woocommerce-checkout-review-order-table thead th {
background: #fff4f0;
color: var(--secondary);
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
padding: 14px 16px;
border-bottom: 1px solid rgba(34,34,34,0.06);
vertical-align: top;
text-align: left;
}
.woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce-checkout-review-order-table tbody td.product-name,
.woocommerce-checkout-review-order-table tfoot th {
width: auto;
}
.woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout-review-order-table tbody td.product-total,
.woocommerce-checkout-review-order-table tfoot td {
width: 148px;
}
.woocommerce-checkout-review-order-table tbody td:first-child,
.woocommerce-checkout-review-order-table tfoot th {
color: var(--secondary);
font-weight: 700;
}
.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
text-align: right;
white-space: nowrap;
color: var(--primary);
font-weight: 800;
}
.woocommerce-checkout-review-order-table tfoot td {
text-align: left;
white-space: normal;
color: var(--text-light);
font-weight: 600;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td * {
white-space: normal;
word-break: break-word;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
text-align: left;
}
.woocommerce-checkout-review-order-table tr:last-child th,
.woocommerce-checkout-review-order-table tr:last-child td {
border-bottom: 0;
}
.woocommerce-checkout-review-order-table .product-name {
display: table-cell;
overflow: visible;
margin: 0;
font-size: 14px;
line-height: 1.7;
font-weight: 700;
color: var(--secondary);
white-space: normal;
word-break: break-word;
}
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .amount,
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
color: var(--primary);
font-weight: 800;
}
.woocommerce-checkout-review-order-table small,
.woocommerce-checkout-review-order-table .variation,
.woocommerce-checkout-review-order-table .product-quantity {
display: inline-block;
margin-top: 4px;
color: var(--text-light);
font-size: 12px;
font-weight: 600;
}
.woocommerce #payment {
background: #fff;
border-radius: 20px;
border: 1px solid rgba(34,34,34,0.08);
overflow: hidden;
}
.woocommerce #payment ul.payment_methods {
padding: 6px 18px 0 !important;
border-bottom: 1px solid rgba(34,34,34,0.06);
}
.woocommerce #payment ul.payment_methods li {
margin: 0;
padding: 14px 0;
}
.woocommerce #payment ul.payment_methods li:not(:last-child) {
border-bottom: 1px solid rgba(34,34,34,0.06);
}
.woocommerce #payment div.payment_box {
margin: 10px 0 0 !important;
background: #fff7f4 !important;
color: var(--text-light);
border-radius: 14px;
}
.woocommerce #payment div.payment_box::before {
border-bottom-color: #fff7f4 !important;
}
.woocommerce #payment .place-order {
padding: 18px !important;
background: linear-gradient(180deg, #ffffff 0%, #fff9f7 100%);
}
.woocommerce-checkout .woocommerce-privacy-policy-text,
.woocommerce-checkout .wc_payment_method label {
color: var(--text-light);
line-height: 1.7;
}
.woocommerce-order-received .woocommerce {
display: grid;
gap: 18px;
}
.woocommerce-order-received .woocommerce-notice--success,
.woocommerce-order-received .woocommerce-info {
margin: 0;
padding: 18px 20px;
border-radius: 18px;
}
.woocommerce-order-received .woocommerce-notice--success {
background: linear-gradient(135deg, #eefaf1, #f8fffa);
border: 1px solid rgba(22,199,132,0.22);
color: #136f4e;
font-size: 16px;
font-weight: 700;
}
.woocommerce-order-received .woocommerce-info {
background: linear-gradient(135deg, #fff6ec, #fffdfa);
border: 1px solid rgba(255,149,0,0.18);
}
.woocommerce-order-received .woocommerce-form-login.login,
.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
padding: 22px;
border-radius: 22px;
background: #fff;
border: 1px solid rgba(34,34,34,0.08);
box-shadow: var(--shadow);
}
.woocommerce-order-received .woocommerce-form-login.login {
display: grid;
gap: 14px;
}
.woocommerce-order-received .woocommerce-form-login.login .form-row-first,
.woocommerce-order-received .woocommerce-form-login.login .form-row-last {
width: 100%;
}
@media (min-width: 768px) {
.woocommerce-order-received .woocommerce-form-login.login {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.woocommerce-order-received .woocommerce-form-login.login .form-row,
.woocommerce-order-received .woocommerce-form-login.login .lost_password,
.woocommerce-order-received .woocommerce-form-login.login .clear {
grid-column: 1 / -1;
}
}
.woocommerce-order-received .woocommerce-order-overview {
display: grid;
gap: 12px;
margin: 0;
padding: 0;
}
@media (min-width: 768px) {
.woocommerce-order-received .woocommerce-order-overview {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.woocommerce-order-received .woocommerce-order-overview li {
display: flex;
flex-direction: column;
gap: 6px;
min-height: 88px;
padding: 16px;
border-radius: 16px;
background: #fff8f6;
border: 1px solid rgba(231,76,60,0.1);
color: var(--text-light);
font-size: 13px;
line-height: 1.7;
}
.woocommerce-order-received .woocommerce-order-overview li strong {
color: var(--secondary);
font-size: 16px;
}
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-order-received .woocommerce-order-details h2,
.woocommerce-order-received .woocommerce-order-details h3 {
margin: 0 0 16px;
color: var(--secondary);
font-size: clamp(22px, 2.6vw, 30px);
}
.woocommerce-order-received .woocommerce-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
overflow: hidden;
border: 1px solid rgba(34,34,34,0.08);
border-radius: 18px;
}
.woocommerce-order-received .woocommerce-table th,
.woocommerce-order-received .woocommerce-table td {
padding: 14px 16px;
border-bottom: 1px solid rgba(34,34,34,0.06);
text-align: left !important;
vertical-align: top;
}
.woocommerce-order-received .woocommerce-table thead th {
background: #fff4f0;
color: var(--secondary);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.woocommerce-order-received .woocommerce-table td.product-name,
.woocommerce-order-received .woocommerce-table td.product-total,
.woocommerce-order-received .woocommerce-table tfoot th,
.woocommerce-order-received .woocommerce-table tfoot td,
.woocommerce-order-received .woocommerce-table .amount,
.woocommerce-order-received .woocommerce-table .woocommerce-Price-amount {
text-align: left !important;
}
.woocommerce-order-received .woocommerce-table td.product-name,
.woocommerce-order-received .woocommerce-table tfoot th,
.woocommerce-order-received .woocommerce-table tfoot td {
color: var(--secondary);
font-weight: 700;
}
.woocommerce-order-received .woocommerce-table td.product-total,
.woocommerce-order-received .woocommerce-table .amount,
.woocommerce-order-received .woocommerce-table .woocommerce-Price-amount {
color: var(--primary);
font-weight: 800;
}
.woocommerce-order-received .woocommerce-table tr:last-child th,
.woocommerce-order-received .woocommerce-table tr:last-child td {
border-bottom: 0;
}
.woocommerce-order-received address {
margin: 0;
padding: 16px 18px;
border-radius: 16px;
background: #fff8f6;
border: 1px solid rgba(231,76,60,0.1);
line-height: 1.8;
color: var(--text-light);
}
.woocommerce #payment #place_order {
width: 100%;
padding: 16px;
font-size: 16px;
text-transform: uppercase;
border-radius: 14px !important;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
border-radius: 16px;
}
.woocommerce-checkout .checkout_coupon {
margin-top: 14px;
padding: 18px;
border-radius: 18px;
background: #fff8f6;
border: 1px solid rgba(231,76,60,0.12);
}
.woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
width: 100%;
}
@media (min-width: 768px) {
.woocommerce-checkout .checkout_coupon {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
gap: 10px;
align-items: end;
}
.woocommerce-checkout .checkout_coupon .form-row-first,
.woocommerce-checkout .checkout_coupon .form-row-last {
margin: 0;
}
}
@media (max-width: 1023px) {
.woocommerce-checkout .woocommerce-checkout {
grid-template-columns: 1fr;
}
.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
grid-column: auto;
grid-row: auto;
}
.woocommerce-checkout #order_review {
position: static;
}
}
@media (max-width: 767px) {
.woocommerce-checkout .woocommerce {
padding: 16px;
}
.checkout-account-summary {
padding: 16px;
border-radius: 18px;
}
.logged-in.woocommerce-checkout .shipping_address--account {
grid-template-columns: 1fr;
}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout #order_review {
padding: 16px;
border-radius: 18px;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
padding: 12px 10px;
font-size: 13px;
}
.woocommerce-checkout-review-order-table tbody td:last-child,
.woocommerce-checkout-review-order-table tfoot td {
white-space: normal;
}
.woocommerce-order-received .woocommerce-form-login.login,
.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
padding: 16px;
border-radius: 18px;
}
.woocommerce-order-received .woocommerce-order-overview {
grid-template-columns: 1fr;
}
.woocommerce-order-received .woocommerce-table th,
.woocommerce-order-received .woocommerce-table td {
padding: 12px 10px;
font-size: 13px;
}
} .woocommerce-account .woocommerce {
display: grid;
gap: 24px;
}
@media (min-width: 1024px) {
.woocommerce-account .woocommerce {
grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
align-items: start;
}
}
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
background: #fff;
border-radius: var(--radius-lg);
overflow: hidden;
border: 1px solid var(--border-light);
box-shadow: var(--shadow);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
border-bottom: 1px solid var(--border-light);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 14px 20px;
color: var(--text);
font-size: 14px;
font-weight: 600;
transition: all var(--transition);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
background: var(--primary);
color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
float: none;
background: #fff;
border-radius: var(--radius-lg);
padding: 30px;
border: 1px solid var(--border-light);
box-shadow: var(--shadow);
}
.woocommerce-account .woocommerce-MyAccount-content > :first-child {
margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3,
.woocommerce-account .woocommerce-order-details__title,
.woocommerce-account .woocommerce-column__title {
margin: 0 0 16px;
color: var(--secondary);
font-size: clamp(22px, 2.6vw, 30px);
}
.woocommerce-account .woocommerce-MyAccount-content p,
.woocommerce-account .woocommerce-MyAccount-content li,
.woocommerce-account .woocommerce-MyAccount-content address {
color: var(--text-light);
line-height: 1.8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error {
border-radius: 18px;
}
.woocommerce-account .woocommerce-orders-table,
.woocommerce-account .woocommerce-table--order-details,
.woocommerce-account .woocommerce-table--order-downloads,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
overflow: hidden;
border: 1px solid rgba(34,34,34,0.08);
border-radius: 18px;
background: #fff;
}
.woocommerce-account .woocommerce-orders-table thead th,
.woocommerce-account .woocommerce-table--order-details thead th,
.woocommerce-account .woocommerce-table--order-downloads thead th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table thead th {
background: #fff4f0;
color: var(--secondary);
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-table--order-details th,
.woocommerce-account .woocommerce-table--order-details td,
.woocommerce-account .woocommerce-table--order-downloads th,
.woocommerce-account .woocommerce-table--order-downloads td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
padding: 14px 16px;
border-bottom: 1px solid rgba(34,34,34,0.06);
vertical-align: top;
}
.woocommerce-account .woocommerce-orders-table tbody tr:last-child td,
.woocommerce-account .woocommerce-table--order-details tbody tr:last-child td,
.woocommerce-account .woocommerce-table--order-downloads tbody tr:last-child td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:last-child th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:last-child td {
border-bottom: 0;
}
.woocommerce-account .woocommerce-orders-table tbody td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody td {
line-height: 1.75;
text-align: left !important;
}
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-table--order-details th,
.woocommerce-account .woocommerce-table--order-details td,
.woocommerce-account .woocommerce-table--order-downloads th,
.woocommerce-account .woocommerce-table--order-downloads td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td,
.woocommerce-account .woocommerce-order-details .product-name,
.woocommerce-account .woocommerce-order-details .product-total,
.woocommerce-account .woocommerce-order-details .amount,
.woocommerce-account .woocommerce-order-details .woocommerce-Price-amount,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount {
text-align: left !important;
}
.woocommerce-account .woocommerce-orders-table .button,
.woocommerce-account .woocommerce-MyAccount-content .button {
min-height: 38px;
padding: 0 14px !important;
border-radius: 999px !important;
font-size: 12px !important;
display: inline-flex;
align-items: center;
justify-content: center;
}
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details,
.woocommerce-account .woocommerce-OrderUpdates,
.woocommerce-account .woocommerce-order-downloads {
margin-top: 22px;
padding: 22px;
border-radius: 22px;
background: #fff;
border: 1px solid rgba(34,34,34,0.08);
box-shadow: var(--shadow);
}
.woocommerce-account .woocommerce-order-overview,
.woocommerce-account ul.order_details {
display: grid;
gap: 12px;
margin: 0 0 22px;
padding: 0;
}
@media (min-width: 768px) {
.woocommerce-account .woocommerce-order-overview,
.woocommerce-account ul.order_details {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.woocommerce-account .woocommerce-order-overview li,
.woocommerce-account ul.order_details li {
display: flex;
flex-direction: column;
gap: 6px;
min-height: 86px;
padding: 16px;
border-radius: 16px;
background: #fff8f6;
border: 1px solid rgba(231,76,60,0.1);
color: var(--text-light);
font-size: 13px;
line-height: 1.7;
}
.woocommerce-account .woocommerce-order-overview li strong,
.woocommerce-account ul.order_details li strong {
color: var(--secondary);
font-size: 16px;
}
.woocommerce-account .woocommerce-order-details .product-name,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table .product-name {
color: var(--secondary);
font-weight: 700;
line-height: 1.7;
}
.woocommerce-account .woocommerce-order-details .product-total,
.woocommerce-account .woocommerce-order-details .amount,
.woocommerce-account .woocommerce-order-details .woocommerce-Price-amount,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table .woocommerce-Price-amount {
color: var(--primary);
font-weight: 800;
}
.woocommerce-account .woocommerce-order-details tfoot th,
.woocommerce-account .woocommerce-order-details tfoot td {
text-align: left !important;
}
.woocommerce-account .woocommerce-order-details tfoot th,
.woocommerce-account .woocommerce-order-details tfoot td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot td {
background: #fffdfb;
}
.woocommerce-account .woocommerce-customer-details address {
margin: 0;
padding: 16px 18px;
border-radius: 16px;
background: #fff8f6;
border: 1px solid rgba(231,76,60,0.1);
}
.woocommerce-account .woocommerce-OrderUpdates {
list-style: none;
}
.woocommerce-account .woocommerce-OrderUpdates li {
list-style: none;
margin: 0;
padding: 16px 0;
border-bottom: 1px solid rgba(34,34,34,0.06);
}
.woocommerce-account .woocommerce-OrderUpdates li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.woocommerce-account .woocommerce-OrderUpdate-meta {
display: inline-flex;
margin-bottom: 6px;
color: var(--primary);
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.woocommerce-account .woocommerce-OrderUpdate-description p:last-child {
margin-bottom: 0;
}
@media (max-width: 1023px) {
.woocommerce-account .woocommerce {
grid-template-columns: 1fr;
}
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
width: 100%;
}
}
@media (max-width: 767px) {
.woocommerce-account .woocommerce-MyAccount-content {
padding: 16px;
border-radius: 18px;
}
.woocommerce-account .woocommerce-order-details,
.woocommerce-account .woocommerce-customer-details,
.woocommerce-account .woocommerce-OrderUpdates,
.woocommerce-account .woocommerce-order-downloads {
padding: 16px;
border-radius: 18px;
}
.woocommerce-account .woocommerce-order-overview,
.woocommerce-account ul.order_details {
grid-template-columns: 1fr;
}
.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td,
.woocommerce-account .woocommerce-table--order-details th,
.woocommerce-account .woocommerce-table--order-details td,
.woocommerce-account .woocommerce-table--order-downloads th,
.woocommerce-account .woocommerce-table--order-downloads td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
padding: 12px 10px;
font-size: 13px;
}
.woocommerce-account .woocommerce-orders-table.shop_table_responsive tr,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr {
display: block;
margin-bottom: 14px;
border: 1px solid rgba(34,34,34,0.08);
border-radius: 16px;
overflow: hidden;
background: #fff;
}
.woocommerce-account .woocommerce-orders-table.shop_table_responsive tr td,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr td {
display: flex;
align-items: flex-start;
justify-content: flex-start;
gap: 12px;
text-align: left !important;
border-bottom: 1px solid rgba(34,34,34,0.06);
}
.woocommerce-account .woocommerce-orders-table.shop_table_responsive tr td::before,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr td::before {
color: var(--secondary);
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.05em;
text-align: left;
min-width: 96px;
flex: 0 0 96px;
}
.woocommerce-account .woocommerce-orders-table.shop_table_responsive tr td:last-child,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table_responsive tr td:last-child {
border-bottom: 0;
}
} .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: var(--border);
}
.widget_price_filter .ui-slider .ui-slider-range {
background: var(--primary);
}
.widget_price_filter .ui-slider .ui-slider-handle {
background: var(--primary);
border-color: var(--primary);
} .widget_shopping_cart .total {
padding: 10px 0;
border-top: 1px solid var(--border);
font-weight: 600;
}
.widget_shopping_cart .buttons a {
display: block;
text-align: center;
margin-bottom: 8px;
} .woocommerce .coupon .input-text {
padding: 10px 14px !important;
border: 1px solid var(--border) !important;
border-radius: var(--radius-sm) !important;
} .woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
padding: 12px 20px;
border-radius: var(--radius);
margin-bottom: 15px;
}
.woocommerce-message {
background: #d4edda;
border-color: var(--success);
color: #155724;
}
.woocommerce-info {
background: #d1ecf1;
border-color: #17a2b8;
color: #0c5460;
}
.woocommerce-error {
background: #f8d7da;
border-color: var(--primary);
color: #721c24;
} .woocommerce .blockUI.blockOverlay {
background: rgba(255,255,255,0.7) !important;
}
.woocommerce .loader::before {
border-color: var(--primary) !important;
} .woocommerce div.product span.onsale {
position: absolute;
top: 15px;
left: 15px;
background: var(--primary);
color: #fff;
border-radius: var(--radius-sm);
min-height: auto;
line-height: 1;
padding: 6px 14px;
font-weight: 700;
z-index: 2;
} .woocommerce-store-notice {
background: var(--primary);
color: #fff;
padding: 10px 20px;
text-align: center;
font-size: 14px;
} .woocommerce-products-header {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 16px;
flex-wrap: wrap;
margin: 18px 0 16px;
}
.woocommerce-products-header__title.page-title {
margin: 0;
}
.woocommerce div.product {
background: #fff;
border-radius: var(--radius-lg);
padding: clamp(20px, 3vw, 34px);
border: 1px solid var(--border);
box-shadow: var(--shadow-md);
box-sizing: border-box;
width: 100%;
max-width: 100%;
overflow: hidden;
}
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product .summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
float: none !important;
width: auto !important;
max-width: 100% !important;
min-width: 0;
margin: 0;
box-sizing: border-box;
}
.woocommerce div.product .woocommerce-product-gallery {
opacity: 1 !important;
align-self: start;
}
.woocommerce div.product .woocommerce-product-gallery.product-gallery-fallback .woocommerce-product-gallery__wrapper {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.woocommerce div.product .woocommerce-product-gallery.product-gallery-fallback .woocommerce-product-gallery__image {
width: auto !important;
margin: 0 !important;
}
.woocommerce div.product .woocommerce-product-gallery.product-gallery-fallback .woocommerce-product-gallery__image:first-child {
grid-column: 1 / -1;
}
.woocommerce div.product .woocommerce-product-gallery.product-gallery-fallback .woocommerce-product-gallery__image a {
display: block;
}
.single-product .content-wrapper.woo-wrapper {
grid-template-columns: 1fr !important;
}
.single-product .woocommerce div.product .woocommerce-product-gallery.amazon-gallery-ready .woocommerce-product-gallery__wrapper {
display: none !important;
}
.amazon-product-gallery {
display: grid;
gap: 16px;
}
.amazon-product-gallery-main {
position: relative;
display: block;
aspect-ratio: 1 / 1;
overflow: hidden;
border-radius: var(--radius-lg);
border: 1px solid var(--border);
background: linear-gradient(180deg, #fff, #faf7f4);
box-shadow: var(--shadow-md);
}
.amazon-product-gallery-main img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
transition: opacity 0.24s ease, transform 0.24s ease;
}
.amazon-product-gallery-main.is-switching img {
opacity: 0.45;
transform: scale(0.985);
}
.amazon-product-gallery-thumbs {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
gap: 12px;
}
.amazon-product-gallery-thumb {
padding: 0;
border: 1px solid var(--border);
border-radius: 12px;
overflow: hidden;
background: #fff;
cursor: pointer;
transition: all var(--transition);
}
.amazon-product-gallery-thumb:hover,
.amazon-product-gallery-thumb.is-active {
border-color: var(--primary);
box-shadow: 0 10px 20px rgba(231,76,60,0.14);
transform: translateY(-1px);
}
.amazon-product-gallery-thumb img {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
display: block;
}
@media (min-width: 1024px) {
.single-product .woocommerce div.product {
display: block;
}
.single-product .woocommerce div.product div.images {
position: static;
top: auto;
margin-bottom: 24px;
}
.woocommerce div.product {
display: grid;
grid-template-columns: minmax(440px, 560px) minmax(0, 1fr);
gap: 32px;
align-items: start;
}
.woocommerce div.product .woocommerce-product-gallery,
.woocommerce div.product div.images {
width: 100% !important;
max-width: 560px !important;
}
.woocommerce div.product .summary,
.woocommerce div.product div.summary {
width: 100% !important;
max-width: none !important;
}
.woocommerce div.product div.images {
position: sticky;
top: calc(var(--header-height) + 20px);
}
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
display: block;
width: 100%;
height: auto;
border-radius: var(--radius-lg);
border: 1px solid var(--border-light);
}
@media (max-width: 767px) {
.woocommerce div.product .woocommerce-product-gallery.product-gallery-fallback .woocommerce-product-gallery__wrapper {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.woocommerce div.product .woocommerce-product-gallery.product-gallery-fallback .woocommerce-product-gallery__image:first-child {
grid-column: 1 / -1;
}
.amazon-product-gallery-thumbs {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.woocommerce div.product div.summary {
padding: 6px 4px 8px;
display: flex;
flex-direction: column;
gap: 20px;
}
.single-product-badges {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.single-product-badges span {
display: inline-flex;
align-items: center;
min-height: 32px;
padding: 0 12px;
border-radius: 999px;
background: #fff5f5;
color: var(--primary);
font-size: 13px;
font-weight: 700;
}
.woocommerce div.product .product_title {
margin: 0;
color: var(--secondary);
font-size: clamp(24px, 2.2vw, 32px);
line-height: 1.28;
letter-spacing: -0.02em;
}
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product p.price {
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-details__short-description {
font-size: 15px;
line-height: 1.8;
color: var(--text);
}
.woocommerce div.product .woocommerce-product-details__short-description p {
margin: 0;
}
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price {
font-size: clamp(24px, 2vw, 30px) !important;
line-height: 1.2;
}
.woocommerce div.product form.cart {
margin-bottom: 0;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 12px;
padding: 16px 18px;
border-radius: var(--radius);
background: linear-gradient(135deg, #fff7f6, #fff);
border: 1px solid rgba(231,76,60,0.12);
}
.woocommerce div.product form.cart .quantity {
margin: 0;
flex: 0 0 auto;
}
.woocommerce div.product form.cart .quantity .qty {
min-height: 48px;
width: 78px;
border-radius: 14px;
border: 1px solid var(--border);
padding: 0 10px;
font-size: 15px;
font-weight: 700;
text-align: center;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
min-height: 48px;
min-width: 190px;
border-radius: 14px !important;
padding: 0 22px !important;
font-size: 14px !important;
line-height: 1 !important;
text-transform: none;
letter-spacing: 0;
white-space: nowrap;
}
.single-product-trust {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 10px;
}
.single-product-trust-item {
background: #fff;
border: 1px solid var(--border-light);
border-radius: var(--radius);
padding: 14px;
}
.single-product-trust-item strong {
display: block;
font-size: 14px;
margin-bottom: 6px;
color: var(--secondary);
}
.single-product-trust-item span {
font-size: 13px;
color: var(--text-muted);
line-height: 1.6;
}
.single-product-support-card {
display: grid;
gap: 14px;
padding: 18px;
border-radius: var(--radius);
background: linear-gradient(135deg, #1a1a2e, #2f365d);
color: rgba(255,255,255,0.78);
}
@media (min-width: 768px) {
.single-product-support-card {
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
}
}
.single-product-support-card strong {
display: block;
color: #fff;
font-size: 16px;
margin-bottom: 6px;
}
.single-product-support-card p {
margin: 0;
font-size: 13px;
line-height: 1.7;
}
.single-product-support-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.single-product-support-actions a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 0 16px;
border-radius: 999px;
font-size: 13px;
font-weight: 700;
color: #fff;
}
.single-product-support-actions a:first-child {
background: var(--primary);
}
.single-product-support-actions a:last-child {
background: rgba(255,255,255,0.12);
border: 1px solid rgba(255,255,255,0.18);
}
.woocommerce div.product .woocommerce-tabs {
grid-column: 1 / -1;
margin-top: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 0;
margin: 0 0 18px;
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none;
background: transparent;
margin: 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border-radius: 999px;
background: #fff4ef;
color: var(--text);
padding: 10px 16px;
font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: var(--primary);
color: #fff;
}
.woocommerce div.product .woocommerce-Tabs-panel {
background: #fff;
border: 1px solid var(--border);
border-radius: var(--radius-lg);
padding: 24px;
}
.woocommerce div.product .woocommerce-Tabs-panel img {
display: block;
width: min(100%, 760px);
height: auto;
margin: 20px auto;
border-radius: var(--radius-lg);
border: 1px solid var(--border);
background: #fff;
box-shadow: 0 14px 28px rgba(17, 24, 39, 0.08);
padding: 6px;
}
.woocommerce div.product .woocommerce-Tabs-panel--description,
.woocommerce div.product #tab-description {
font-size: 15px;
line-height: 1.85;
}
.woocommerce div.product .woocommerce-Tabs-panel--description > *:not(img),
.woocommerce div.product #tab-description > *:not(img) {
max-width: 760px;
margin-left: auto;
margin-right: auto;
}
.hopqua-related-products {
grid-column: 1 / -1;
margin-top: 8px;
padding: 18px;
border: 1px solid rgba(231,76,60,0.12);
border-radius: var(--radius-lg);
background: linear-gradient(180deg, #fffaf8, #ffffff);
box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
}
.hopqua-related-products__head {
display: grid;
gap: 6px;
margin-bottom: 14px;
}
.hopqua-related-products__head h2 {
margin: 0;
color: var(--secondary);
font-size: clamp(18px, 2vw, 24px);
line-height: 1.15;
}
.hopqua-related-products__head p {
margin: 0;
color: var(--text-muted);
font-size: 13px;
line-height: 1.6;
}
.hopqua-related-products__grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}
@media (min-width: 1024px) {
.hopqua-related-products__grid {
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
}
}
@media (min-width: 1360px) {
.hopqua-related-products__grid {
gap: 14px;
}
}
.hopqua-related-card {
min-width: 0;
display: flex;
flex-direction: column;
border: 1px solid rgba(17, 24, 39, 0.08);
border-radius: 14px;
overflow: hidden;
background: #fff;
box-shadow: 0 8px 18px rgba(17, 24, 39, 0.035);
}
.hopqua-related-card__thumb {
display: block;
aspect-ratio: 1 / 1;
overflow: hidden;
background: var(--bg-light);
}
.hopqua-related-card__thumb img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
display: block;
transition: transform 0.3s ease;
}
.hopqua-related-card:hover .hopqua-related-card__thumb img {
transform: scale(1.04);
}
.hopqua-related-card__body {
display: flex;
flex-direction: column;
gap: 6px;
padding: 8px 8px 10px;
flex: 1 1 auto;
}
.hopqua-related-card__category {
display: none;
}
.hopqua-related-card__title {
margin: 0;
min-height: 32px;
font-size: 12px;
line-height: 1.35;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
}
.hopqua-related-card__title a {
color: var(--secondary);
}
.hopqua-related-card__price,
.hopqua-related-card__price .price,
.hopqua-related-card__price .amount,
.hopqua-related-card__price bdi {
color: var(--primary);
font-size: 13px !important;
font-weight: 800;
line-height: 1.25;
}
.hopqua-related-card__price del,
.hopqua-related-card__price del .amount,
.hopqua-related-card__price del bdi {
font-size: 10px !important;
color: var(--text-muted);
}
.hopqua-related-card__actions {
margin-top: auto;
display: grid;
grid-template-columns: minmax(0, 1fr) 34px;
gap: 5px;
align-items: stretch;
}
.hopqua-related-card__add,
.hopqua-related-card__view {
min-height: 34px;
border-radius: 999px !important;
}
.hopqua-related-card__add {
display: inline-flex !important;
align-items: center;
justify-content: center;
padding: 0 8px !important;
font-size: 10px !important;
font-weight: 800 !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 !important;
}
.hopqua-related-card__view {
display: inline-flex;
align-items: center;
justify-content: center;
width: 34px;
min-width: 34px;
height: 34px;
border: 1px solid rgba(26,26,46,0.12);
background: #fff;
color: var(--secondary);
}
.hopqua-related-card__view svg {
width: 15px;
height: 15px;
}
@media (max-width: 767px) {
.hopqua-related-products {
padding: 18px;
}
.hopqua-related-products__head h2 {
font-size: 22px;
}
}
.woocommerce-cart .woocommerce {
background: #fff;
border-radius: var(--radius-lg);
padding: clamp(18px, 3vw, 30px);
border: 1px solid var(--border);
box-shadow: var(--shadow-md);
}
.cart-showcase,
.cart-empty-showcase,
.cart-support-strip {
border-radius: var(--radius-lg);
margin-bottom: 18px;
}
.cart-showcase {
background: linear-gradient(135deg, #fff1eb, #fffaf7);
border: 1px solid rgba(231,76,60,0.14);
padding: 22px;
display: grid;
gap: 14px;
}
@media (min-width: 768px) {
.cart-showcase {
grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
align-items: end;
}
}
.cart-showcase-eyebrow {
display: inline-flex;
min-height: 28px;
align-items: center;
padding: 0 10px;
background: rgba(255,255,255,0.75);
border-radius: 999px;
color: var(--primary);
font-size: 11px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.08em;
margin-bottom: 10px;
}
.cart-showcase h1,
.cart-showcase h2 {
font-size: clamp(24px, 3.4vw, 38px);
line-height: 1.08;
margin: 0 0 8px;
color: var(--secondary);
}
.cart-showcase p,
.cart-empty-copy p,
.cart-support-card p {
margin: 0;
font-size: 14px;
line-height: 1.75;
color: var(--text-light);
}
.cart-showcase-points,
.cart-empty-actions,
.cart-support-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.cart-showcase-points span,
.cart-empty-actions a,
.cart-support-actions a {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 0 14px;
border-radius: 999px;
font-size: 12px;
font-weight: 700;
}
.cart-showcase-points span {
background: rgba(255,255,255,0.72);
border: 1px solid rgba(231,76,60,0.12);
}
.cart-empty-showcase {
padding: 24px;
background: linear-gradient(135deg, #fffdf7, #fff5ef);
border: 1px dashed rgba(231,76,60,0.24);
display: grid;
gap: 16px;
text-align: center;
justify-items: center;
}
.cart-empty-icon {
width: 74px;
height: 74px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
font-size: 34px;
box-shadow: var(--shadow);
}
.cart-empty-copy h2,
.cart-support-card strong {
margin: 0 0 8px;
color: var(--secondary);
}
.cart-empty-actions a,
.cart-support-actions a {
color: #fff;
background: var(--primary);
}
.cart-empty-actions a:last-child,
.cart-support-actions a:last-child {
background: var(--secondary);
}
.woocommerce-cart table.shop_table {
width: 100%;
table-layout: fixed;
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
overflow: hidden;
}
.woocommerce-cart table.shop_table thead th.product-remove,
.woocommerce-cart table.shop_table tbody td.product-remove {
width: 52px;
text-align: center;
}
.woocommerce-cart table.shop_table thead th.product-thumbnail,
.woocommerce-cart table.shop_table tbody td.product-thumbnail {
width: 108px;
text-align: center;
}
.woocommerce-cart table.shop_table thead th.product-price,
.woocommerce-cart table.shop_table thead th.product-subtotal,
.woocommerce-cart table.shop_table tbody td.product-price,
.woocommerce-cart table.shop_table tbody td.product-subtotal {
width: 140px;
text-align: right;
white-space: nowrap;
}
.woocommerce-cart table.shop_table thead th.product-quantity,
.woocommerce-cart table.shop_table tbody td.product-quantity {
width: 134px;
text-align: center;
}
.woocommerce-cart table.shop_table tbody td.product-name {
min-width: 0;
font-size: 15px;
line-height: 1.6;
}
.woocommerce-cart table.shop_table tbody td.product-name a {
display: inline;
font-size: inherit;
font-weight: 700;
line-height: inherit;
white-space: normal;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
padding: 16px 14px;
vertical-align: middle;
}
.woocommerce-cart table.shop_table thead th {
background: #fff7f6;
color: var(--secondary);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.woocommerce-cart table.cart img {
width: 84px;
border-radius: var(--radius);
margin: 0 auto;
}
.woocommerce-cart .quantity .qty {
width: 100%;
max-width: 84px;
min-height: 42px;
border-radius: 12px;
border: 1px solid var(--border);
padding: 0 10px;
text-align: center;
}
.woocommerce-cart .actions {
padding-top: 18px !important;
}
.woocommerce-cart .coupon {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.woocommerce-cart .coupon .input-text {
min-width: 240px;
min-height: 44px;
border-radius: 12px !important;
}
.woocommerce-cart .coupon button,
.woocommerce-cart .actions > button {
min-height: 44px;
border-radius: 12px !important;
}
.woocommerce .cart-collaterals .cart_totals {
background: linear-gradient(135deg, #fff7f6, #fff);
border: 1px solid rgba(231,76,60,0.1);
border-radius: var(--radius-lg);
padding: 20px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
border-radius: 14px !important;
}
.cart-support-strip {
display: grid;
gap: 14px;
padding: 18px;
background: #f8fafc;
border: 1px solid var(--border);
}
@media (min-width: 768px) {
.cart-support-strip {
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
}
}
@media (max-width: 767px) {
.single-product-trust {
grid-template-columns: 1fr;
}
.woocommerce div.product .woocommerce-Tabs-panel {
padding: 18px;
}
.woocommerce-cart .coupon .input-text {
min-width: 100%;
}
.woocommerce-cart table.shop_table {
table-layout: auto;
}
.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td {
padding: 12px 10px;
}
.woocommerce-cart table.shop_table thead th.product-thumbnail,
.woocommerce-cart table.shop_table tbody td.product-thumbnail {
width: 82px;
}
.woocommerce-cart table.shop_table thead th.product-price,
.woocommerce-cart table.shop_table thead th.product-subtotal,
.woocommerce-cart table.shop_table tbody td.product-price,
.woocommerce-cart table.shop_table tbody td.product-subtotal,
.woocommerce-cart table.shop_table thead th.product-quantity,
.woocommerce-cart table.shop_table tbody td.product-quantity {
width: auto;
text-align: left;
white-space: normal;
}
.woocommerce-cart table.shop_table tbody td.product-name {
font-size: 14px;
}
} .woocommerce .products {
align-items: stretch !important;
}
.woocommerce ul.products li.product {
height: 100%;
}
.woocommerce ul.products li.product .product-card {
position: relative;
display: flex;
flex-direction: column;
height: 100%;
min-height: 100%;
}
.woocommerce ul.products li.product .product-card-link {
display: block;
aspect-ratio: 1 / 1;
overflow: hidden;
background: var(--bg-light);
}
.woocommerce ul.products li.product .product-card-link img {
width: 100% !important;
height: 100% !important;
object-fit: cover !important;
transition: transform 0.35s ease;
}
.woocommerce ul.products li.product:hover .product-card-link img {
transform: scale(1.05);
}
.woocommerce ul.products li.product .product-card-info {
display: flex;
flex-direction: column;
flex: 1 1 auto;
padding: 12px 12px 14px;
}
.woocommerce ul.products li.product .product-category {
display: inline-flex;
align-items: center;
width: fit-content;
min-height: 24px;
margin-bottom: 8px;
padding: 0 10px;
border-radius: 999px;
background: #fff4ef;
color: var(--primary);
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
min-height: 38px;
padding: 0 0 6px !important;
margin-bottom: 4px;
}
.woocommerce ul.products li.product .price {
padding: 0 !important;
margin-bottom: 12px !important;
}
.woocommerce ul.products li.product .product-card-actions {
margin-top: auto;
display: grid;
grid-template-columns: minmax(0, 1fr) 42px;
gap: 8px;
align-items: stretch;
}
.woocommerce ul.products li.product .product-card-actions .button {
margin: 0 !important;
min-height: 42px;
display: inline-flex !important;
align-items: center;
justify-content: center;
border-radius: 999px !important;
width: 100%;
}
.woocommerce ul.products li.product .quick-view-btn {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
min-width: 42px;
height: 42px;
border-radius: 50%;
border: 1px solid rgba(26,26,46,0.12);
background: #fff;
color: var(--secondary);
transition: all var(--transition);
}
.woocommerce ul.products li.product .quick-view-btn:hover {
background: var(--secondary);
color: #fff;
border-color: var(--secondary);
}
.woocommerce ul.products li.product .quick-view-btn svg {
width: 18px;
height: 18px;
flex-shrink: 0;
}
.woocommerce ul.products li.product .sale-badge {
position: absolute;
top: 10px;
left: 10px;
z-index: 2;
display: inline-flex;
align-items: center;
min-height: 24px;
padding: 0 8px;
border-radius: 999px;
background: var(--sale);
color: #fff;
font-size: 10px;
font-weight: 800;
box-shadow: 0 10px 16px rgba(255,61,0,0.18);
}
@media (max-width: 767px) {
.woocommerce ul.products li.product .product-card-info {
padding: 10px 10px 12px;
}
.woocommerce ul.products li.product .product-card-actions {
grid-template-columns: minmax(0, 1fr) 38px;
gap: 6px;
}
.woocommerce ul.products li.product .quick-view-btn {
width: 38px;
min-width: 38px;
height: 38px;
}
}@media (min-width: 1440px) {
:root { --container: 1380px; }
} @media (max-width: 1239px) {
.header-hotline .action-text strong { font-size: 12px; }
} @media (max-width: 1023px) {
.header-actions .header-hotline { display: none; }
.action-text { display: none !important; }
.archive-showcase { grid-template-columns: 1fr; }
.archive-showcase-stat-grid { grid-template-columns: repeat(3, 1fr); }
.hero-grid { grid-template-columns: 1fr; gap: 0; padding: 0; }
.hero-side { display: none; }
.hero-slider { border-radius: 0; min-height: 220px; }
.banner-strip-grid { grid-template-columns: 1fr 1fr; }
.woocommerce .products { grid-template-columns: repeat(3, 1fr) !important; }
.footer-grid { grid-template-columns: 1fr 1fr; }
.trust-inner { grid-template-columns: 1fr; }
.trust-inner > div:last-child { display: none; }
} @media (max-width: 767px) {
:root { --header-height: 56px; }
html,
body,
.site-header,
#main-content,
.site-footer {
max-width: 100%;
overflow-x: clip;
}
.top-bar { display: none !important; }
.mobile-menu-toggle { display: flex; }
.mobile-drawer { display: block; }
.breadcrumb-list { padding: 10px 12px; gap: 6px; }
.breadcrumb-item { font-size: 12px; }
.archive-showcase { padding: 18px; gap: 16px; }
.archive-showcase-title { font-size: 28px; }
.archive-showcase-stat-grid { grid-template-columns: 1fr; }
.archive-showcase-actions { flex-direction: column; }
.archive-showcase-btn { width: 100%; }
.archive-header-inline { align-items: flex-start; }
.posts-grid.archive-posts-grid { grid-template-columns: 1fr; }
.header-inner {
gap: 8px;
flex-wrap: nowrap;
}
.header-search {
flex: 1 1 auto;
min-width: 0;
max-width: none;
}
.header-actions {
gap: 4px;
margin-left: 0;
flex-shrink: 0;
}
.header-action,
.cart-btn {
width: 38px;
min-width: 38px;
height: 38px;
padding: 0;
justify-content: center;
border-radius: 10px;
}
.header-action svg,
.cart-btn svg {
width: 18px;
height: 18px;
flex-shrink: 0;
}
.logo-box { width: 34px; height: 34px; font-size: 18px; }
.logo-text strong { font-size: 15px; }
.logo-text small { display: none; }
.cart-count {
top: 3px;
right: 3px;
width: 16px;
height: 16px;
font-size: 9px;
}
.search-input { font-size: 13px; padding: 8px 12px; }
.main-nav { display: none; }
.hero-slider { min-height: 180px; }
.hero-slide-content { padding: 20px; }
.hero-slide-content h2 { font-size: 20px; }
.hero-slide-content p { font-size: 12px; margin-bottom: 14px; }
.hero-cta { padding: 9px 20px; font-size: 13px; }
.hero-badge { font-size: 11px; margin-bottom: 8px; }
.cat-icons-section { padding: 14px 0 10px; }
.cat-icon-thumb { width: 50px; height: 50px; }
.cat-emoji { font-size: 22px; }
.cat-icon-label { font-size: 10px; }
.cat-icon-item { min-width: 62px; }
.section-title { font-size: 16px; }
.featured-section,.sale-section,.new-products-section,.flash-sale-section { padding: 16px 0 20px; margin-bottom: 6px; }
.products-slider-wrap .product-card { min-width: 140px; max-width: 140px; }
.product-card .price-current { font-size: 13px; }
.product-card .product-name { font-size: 12px; }
.product-card .add-to-cart-btn { font-size: 11px; padding: 5px 8px; }
.banner-strip-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
.banner-card-body h4 { font-size: 13px; }
.banner-card { min-height: 80px; }
.services-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.service-card { padding: 16px 12px; }
.service-icon { width: 48px; height: 48px; }
.service-card h3 { font-size: 13px; }
.service-card p { font-size: 11px; }
.blog-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
.blog-card h3 { font-size: 12px; }
.trust-section { padding: 28px 0; }
.trust-stats { gap: 16px; }
.trust-stat strong { font-size: 22px; }
.footer-grid { grid-template-columns: 1fr 1fr; gap: 20px 20px; }
.footer-desc { font-size: 12px; }
.footer-main { padding: 28px 0 20px; }
.footer-adv-grid { grid-template-columns: 1fr 1fr; }
.woocommerce .products { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }
.shop-layout { gap: 14px; }
.shop-sidebar-wrap { display: none; }
.countdown-inline { display: none; }
} @media (max-width: 479px) {
.container { padding: 0 12px; }
.header-inner { gap: 6px; }
.header-action,
.cart-btn {
width: 36px;
min-width: 36px;
height: 36px;
}
.mobile-bottom-nav {
padding-bottom: env(safe-area-inset-bottom, 0px);
}
.bottom-cart-count,
.bot-cart-count {
right: 6px;
}
.logo-text { display: none; }
.logo-box { width: 36px; height: 36px; border-radius: 8px; }
.search-input { font-size: 12.5px; padding: 7px 10px; }
.search-btn svg { width: 16px; height: 16px; }
.hero-slider { min-height: 160px; }
.hero-slide-content h2 { font-size: 17px; }
.hero-slide-content p { display: none; }
.announcement-bar { padding: 5px 0; }
.marquee-item { font-size: 12px; }
.cat-icon-item { min-width: 56px; }
.cat-icon-thumb { width: 44px; height: 44px; }
.cat-emoji { font-size: 20px; }
.products-slider-wrap .product-card { min-width: 130px; max-width: 130px; }
.product-info { padding: 8px 8px 10px; }
.product-card .product-name { font-size: 11.5px; }
.product-card .price-current { font-size: 12.5px; }
.banner-strip-grid { grid-template-columns: 1fr; }
.banner-card { min-height: 80px; }
.services-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
.service-card { padding: 14px 10px; }
.service-icon { width: 42px; height: 42px; }
.service-card h3 { font-size: 12px; }
.blog-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
.blog-card-body { padding: 10px; }
.blog-card h3 { font-size: 11.5px; }
.footer-grid { grid-template-columns: 1fr; }
.footer-adv-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
.section-link { padding: 4px 10px; font-size: 11px; }
.woocommerce .products { gap: 8px !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 12px !important; }
.woocommerce ul.products li.product .price { font-size: 13px !important; }
} @media print {
.site-header,.main-nav,.mobile-bottom-nav,.floating-buttons,.fab-wrap,
.top-bar,.announcement-bar,.hero-section { display: none !important; }
}