.summary__actions form.cart.summary__incart-form {
flex: 1;
min-width: 0;
}
.summary__actions form.cart.summary__incart-form .summary__incart {
width: 100%;
}
.woocommerce-notices-wrapper:empty {
display: none;
}
.auth-card__notices {
margin-bottom: 2rem;
}
.auth-card__notices .woocommerce-message,
.auth-card__notices .woocommerce-error,
.auth-card__notices .woocommerce-info {
margin: 0 0 1rem;
padding: 1.2rem 1.6rem;
border-radius: 0.8rem;
font-size: 1.4rem;
line-height: 1.5;
list-style: none;
}
.auth-card__notices .woocommerce-error {
background: rgba(255, 77, 77, 0.12);
color: #c62828;
}
.auth-card__notices .woocommerce-message {
background: rgba(76, 175, 80, 0.12);
color: #2e7d32;
}
.auth-card__notices .woocommerce-info {
background: rgba(33, 150, 243, 0.12);
color: #1565c0;
}
.auth-card__notices ul {
margin: 0;
padding: 0;
list-style: none;
}
.product__container > .onsale,
.product__container .onsale {
display: none !important;
}
.product-gallery__thumbnails.swiper {
flex: 0 0 13rem;
width: 13rem;
max-width: 13rem;
}
.product-gallery__main.swiper {
flex: 1 1 auto;
min-width: 0;
}
a.dropdown__link {
color: inherit;
text-decoration: none;
}
.dropdown__sub-arrow svg {
display: block;
width: 0.8rem;
height: 0.5rem;
flex-shrink: 0;
transform: rotate(-90deg);
}
.product-card__like.active,
.cart-item__wishlist.active {
color: var(--pink);
}
.product-card__incart.active,
.summary__incart.active {
cursor: pointer;
}
.profile-section__empty {
margin: 0;
font-size: 1.8rem;
line-height: 1.5;
color: var(--grey3, #6b7c8f);
}
.checkout .woocommerce-form-coupon-toggle,
.checkout .woocommerce-form-login-toggle {
display: none;
}
.checkout-section__empty {
margin: 0;
font-size: 1.6rem;
line-height: 1.5;
color: var(--grey3, #6b7c8f);
}
.checkout-review__coupon {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.2rem;
margin-top: 1.6rem;
font-size: 1.4rem;
line-height: 1.4;
}
.checkout .payment_box {
margin-top: 1.2rem;
}
.checkout #payment .payment_box {
padding: 1.2rem 0 0;
}
.checkout .woocommerce-checkout-review-order-table > table.shop_table {
display: none;
}
.checkout .woocommerce-NoticeGroup {
margin-bottom: 2rem;
}
.checkout-shipping-add-address {
margin-top: 2rem;
}
.checkout-shipping-add-address__btn {
width: auto;
max-width: none;
}
.checkout .form__input_readonly {
opacity: 0.72;
cursor: default;
}
.age-gate {
position: fixed;
inset: 0;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
padding: 1.6rem;
background-color: rgba(0, 0, 0, 0.55);
}
.age-gate__panel {
width: 100%;
max-width: 72rem;
padding: 3.2rem 2.4rem;
border-radius: 1.6rem;
background-color: var(--white, #fff);
text-align: center;
}
.age-gate__badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 8.4rem;
min-height: 8.4rem;
margin: 0 auto 2rem;
border-radius: 50%;
background-color: var(--pink, #ff4da6);
color: var(--white, #fff);
font-family: var(--font-family-title, inherit);
font-size: 3rem;
line-height: 1;
}
.age-gate__title {
margin: 0 0 1.6rem;
font-size: 3.8rem;
line-height: 1.3;
}
.age-gate__title_denied {
margin-bottom: 1.2rem;
}
.age-gate__question,
.age-gate__text {
margin: 0 0 2.4rem;
font-size: 2.2rem;
line-height: 1.5;
color: var(--gray, #666);
}
.age-gate__actions {
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.age-gate__btn {
width: 100%;
font-size: 2rem;
}
@media (min-width: 576px) {
.age-gate__panel {
padding: 4rem 3.2rem;
}
.age-gate__actions {
flex-direction: row;
justify-content: center;
}
.age-gate__btn {
width: auto;
min-width: 18rem;
}
}
.thankyou__hero {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-bottom: 4rem;
}
.thankyou__hero_error .thankyou__icon {
background-color: rgba(255, 77, 77, 0.16);
color: #c62828;
}
.thankyou__icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 8rem;
height: 8rem;
margin-bottom: 2rem;
border-radius: 50%;
background-color: var(--pink, #ff4da6);
color: var(--white, #fff);
font-family: var(--font-family-title, inherit);
font-size: 3.2rem;
line-height: 1;
}
.thankyou__title {
margin: 0 0 1.2rem;
}
.thankyou__lead {
max-width: 56rem;
margin: 0;
font-size: 2rem;
line-height: 1.5;
color: var(--grey3, #6b7c8f);
}
.thankyou__layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 61rem;
gap: 3rem;
align-items: start;
min-width: 0;
}
.thankyou__main,
.thankyou__sidebar {
min-width: 0;
}
.thankyou__sidebar {
display: flex;
flex-direction: column;
gap: 2rem;
}
.thankyou-aside {
display: flex;
flex-direction: column;
gap: 2rem;
}
.thankyou-aside__meta {
padding: 4rem 5rem;
border-radius: 5rem;
background-color: var(--white, #fff);
}
.thankyou-aside__row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 2rem;
font-size: 1.8rem;
line-height: 1.4;
}
.thankyou-aside__row + .thankyou-aside__row {
margin-top: 2rem;
}
.thankyou-aside__label {
color: var(--grey3, #6b7c8f);
}
.thankyou-aside__value {
max-width: 28rem;
font-weight: 600;
text-align: right;
color: var(--black, #1a1a1a);
}
.order-view__deliveries {
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.order-view__receipt-group + .order-view__receipt-group {
margin-top: 5rem;
}
.order-view__receipt-head {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 2rem;
margin-bottom: 2rem;
padding-bottom: 1.6rem;
border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
font-size: 2rem;
line-height: 1.3;
}
.order-view__receipt-head span {
color: var(--grey3, #6b7c8f);
}
.order-view__receipt-head strong {
max-width: 42rem;
font-weight: 600;
text-align: right;
color: var(--black, #1a1a1a);
}
.thankyou__contacts {
margin-top: 2rem;
}
.thankyou__contacts-list {
margin: 0;
}
.thankyou__contacts-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 2rem;
font-size: 1.8rem;
line-height: 1.5;
}
.thankyou__contacts-row + .thankyou__contacts-row {
margin-top: 2rem;
}
.thankyou__contacts-row dt {
margin: 0;
color: var(--grey3, #6b7c8f);
}
.thankyou__contacts-row dd {
margin: 0;
max-width: 36rem;
font-weight: 500;
text-align: right;
color: var(--black, #1a1a1a);
}
.thankyou__contacts-row_note dd {
white-space: pre-wrap;
}
.thankyou__payment-note:not(:has(*)) {
display: none;
}
.thankyou__payment-note .woocommerce-notice,
.thankyou__payment-note .woocommerce-info,
.thankyou__payment-note .woocommerce-message {
margin: 2rem 0 0;
padding: 2rem 2.4rem;
border-radius: 3rem;
background-color: var(--white, #fff);
font-size: 1.8rem;
line-height: 1.5;
}
.thankyou__actions {
display: flex;
flex-direction: column;
gap: 1.2rem;
}
.thankyou__actions_center {
justify-content: center;
align-items: center;
max-width: 48rem;
margin: 0 auto;
}
.thankyou__btn {
width: 100%;
text-align: center;
}
.thankyou .order-view-summary {
margin: 0;
}
.thankyou .order-view-summary__repeat {
display: none;
}
.thankyou .woocommerce-order-details,
.thankyou .woocommerce-customer-details {
display: none !important;
}
@media (max-width: 576px) {
.thankyou__hero {
margin-bottom: 3rem;
}
.thankyou__layout {
grid-template-columns: minmax(0, 1fr);
gap: 2rem;
}
.thankyou__sidebar {
flex-direction: column-reverse;
}
.thankyou-aside__meta {
padding: 3rem;
border-radius: 3rem;
}
.thankyou__contacts-row,
.thankyou-aside__row {
flex-direction: column;
gap: 0.6rem;
}
.thankyou__contacts-row dd,
.thankyou-aside__value {
max-width: none;
text-align: left;
}
.order-view__receipt-head {
flex-direction: column;
gap: 0.6rem;
font-size: 1.6rem;
}
.order-view__receipt-head strong {
max-width: none;
text-align: left;
}
}
.catalog__pagination {
margin-top: 5rem;
}
.catalog__pagination .woocommerce-pagination {
width: 100%;
}
.catalog__pagination .page-numbers {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 1rem;
margin: 0;
padding: 0;
list-style: none;
}
.catalog__pagination .page-numbers li {
margin: 0;
padding: 0;
}
.catalog__pagination .page-numbers a,
.catalog__pagination .page-numbers span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 4rem;
height: 4rem;
padding: 0 1.6rem;
border-radius: 1.5rem;
background-color: var(--grey1, #f2f2f2);
font-weight: 500;
font-size: 1.8rem;
line-height: 1;
letter-spacing: 0.05em;
text-transform: lowercase;
text-decoration: none;
color: var(--black, #1a1a1a);
transition:
color 0.2s ease,
background-color 0.2s ease;
}
.catalog__pagination .page-numbers a span {
background: none;
color: inherit;
}
.catalog__pagination .page-numbers a:hover {
color: var(--white, #fff);
background-color: var(--black, #1a1a1a);
}
.catalog__pagination .page-numbers .current {
color: var(--white, #fff);
background-color: var(--pink, #ff4da6);
}
.catalog__pagination .page-numbers .dots {
min-width: auto;
padding: 0 0.4rem;
background: transparent;
color: var(--grey3, #6b7c8f);
pointer-events: none;
}
.catalog__pagination .page-numbers .prev,
.catalog__pagination .page-numbers .next {
min-width: 5rem;
font-size: 2.2rem;
}
.catalog__pagination .page-numbers .prev span[aria-hidden="true"],
.catalog__pagination .page-numbers .next span[aria-hidden="true"] {
line-height: 1;
}
@media (max-width: 576px) {
.catalog__pagination {
margin-top: 4rem;
}
.catalog__pagination .page-numbers {
gap: 0.8rem;
}
.catalog__pagination .page-numbers a,
.catalog__pagination .page-numbers span {
min-width: 3.6rem;
height: 3.6rem;
padding: 0 1.2rem;
font-size: 1.6rem;
}
.catalog__pagination .page-numbers .prev,
.catalog__pagination .page-numbers .next {
min-width: 4.4rem;
}
}
.mobile-menu__incart-btn .btn,
.mobile-menu__incart-btn button {
width: 100%;
}
.checkout-shipping-group:not(:last-child) {
margin-bottom: 2.4rem;
}
.checkout-shipping-group__header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1.6rem;
margin-bottom: 1.6rem;
}
.checkout-shipping-group__title {
margin: 0;
font-size: 2rem;
font-weight: 600;
line-height: 1.2;
}
.checkout-shipping-group__branch,
.checkout-shipping-group__notice {
font-size: 1.6rem;
line-height: 1.4;
color: var(--grey3);
}
.checkout-shipping-group__notice {
margin: 0 0 1.6rem;
}
.shipping-card__products {
display: flex;
flex-direction: column;
gap: 0.6rem;
margin-top: 0.4rem;
padding-top: 1rem;
border-top: 0.1rem solid rgba(0, 0, 0, 0.08);
font-size: 1.4rem;
line-height: 1.35;
color: var(--grey3);
}
.shipping-card__products-title {
font-weight: 600;
color: var(--black);
}
.shipping-card__product {
display: block;
}
.shipping-card__product-qty {
white-space: nowrap;
}
@media (max-width: 576px) {
.checkout-shipping-group__header {
align-items: flex-start;
flex-direction: column;
gap: 0.6rem;
}
.checkout-shipping-group__title {
font-size: 1.8rem;
}
}