/*
Theme Name:   Sexyphone
Theme URI:    https://sexyphone/local
Author:       fox0nes
Author URI:   https://kwork.ru/user/fox0nes
Description:  A custom, lightweight theme for WordPress.
Version:      1.0.0
License:      GNU General Public License v2 or later
Tags:         light, two-columns, responsive-layout
*/

.summary__actions form.cart.summary__incart-form {
  flex: 1;
  min-width: 0;
}

.summary__actions form.cart.summary__incart-form .summary__incart {
  width: 100%;
}

.summary__actions form.cart.summary__incart-form_variable {
  display: flex;
  align-items: stretch;
  gap: 1rem;
}

.summary__variation-field {
  flex: 1 1 22rem;
  min-width: 0;
}

.summary__variation-dropdown .dropdown__panel {
  width: 100%;
}

.summary__variation-dropdown .dropdown__trigger-text_selected {
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
  color: var(--black);
}

.summary__incart:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

@media (max-width: 576px) {
  .mobile-menu__incart-btn .summary__incart {
    display: inline-flex;
  }

  .summary__actions form.cart.summary__incart-form_variable {
    width: 100%;
  }

  .summary__variation-field {
    flex-basis: 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;
}

.cookie-banner {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  z-index: 9900;
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  pointer-events: none;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 118rem;
  margin: 0 auto;
  padding: 1.6rem 2rem;
  border-radius: 1.6rem;
  background: var(--white, #fff);
  box-shadow: 0 1.2rem 4rem rgba(0, 0, 0, 0.16);
}

.cookie-banner__text {
  margin: 0;
  font-size: 2.2rem;
  color: var(--black);
}

.cookie-banner__text a {
  color: var(--pink);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.cookie-banner__text a:hover {
  text-decoration: none;
}

.cookie-banner__btn {
  flex: 0 0 auto;
  min-width: 14rem;
}

@media (max-width: 576px) {
  .cookie-banner {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .cookie-banner__content {
    flex-direction: column;
    align-items: stretch;
    gap: 1.4rem;
    padding: 1.4rem;
    border-radius: 1.2rem;
  }
  .cookie-banner__btn {
    width: 100%;
  }
}

.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;
}

.banner__img {
  -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/banner/mask.svg");
  mask-image: url("/wp-content/themes/sexyphone/assets/img/banner/mask.svg");
}

.cart-info__img {
  -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/cart/mask.svg");
  mask-image: url("/wp-content/themes/sexyphone/assets/img/cart/mask.svg");
}

.hero__img {
  -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/hero/hero-mask.svg");
  mask-image: url("/wp-content/themes/sexyphone/assets/img/hero/hero-mask.svg");
}

.benefit__img {
  -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/benefits/mask.svg");
  mask-image: url("/wp-content/themes/sexyphone/assets/img/benefits/mask.svg");
}

.about-hero__img {
  -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/about/hero-mask.svg");
  mask-image: url("/wp-content/themes/sexyphone/assets/img/about/hero-mask.svg");
}

.thankyou .order-view-item__price_right {
  margin-left: auto;
  text-align: right;
}

.thankyou .order-view-item__price_right .order-view-item__price-current {
  margin-bottom: 0;
}

.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;
  }

  .banner__img {
    -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/banner/mask-mob.svg");
    mask-image: url("/wp-content/themes/sexyphone/assets/img/banner/mask-mob.svg");
  }

  .cart-info__img {
    -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/cart/mask-mob.svg");
    mask-image: url("/wp-content/themes/sexyphone/assets/img/cart/mask-mob.svg");
  }

  .hero__img,
  .about-hero__img {
    -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/hero/hero-mask-mob.svg");
    mask-image: url("/wp-content/themes/sexyphone/assets/img/hero/hero-mask-mob.svg");
  }

  .benefit__img {
    -webkit-mask-image: url("/wp-content/themes/sexyphone/assets/img/benefits/mask-mob.svg");
    mask-image: url("/wp-content/themes/sexyphone/assets/img/benefits/mask-mob.svg");
  }

  .thankyou .order-view-item__body {
    flex: 1 1 0;
  }

  .thankyou .order-view-item__price_right {
    order: 0;
    margin-left: auto;
    text-align: right;
  }
}

.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;
  }
}

.text-page__title {
  margin-bottom: 4rem;
}

.content {
  max-width: 98rem;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.65;
  color: var(--black);
}

.content > *:first-child {
  margin-top: 0;
}

.content > *:last-child {
  margin-bottom: 0;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin: 4rem 0 2rem;
  font-family: var(--second-family);
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--black);
}

.content h2 {
  font-size: 3.6rem;
}

.content h3 {
  font-size: 2.6rem;
}

.content h4,
.content h5,
.content h6 {
  font-size: 2.2rem;
}

.content p,
.content ul,
.content ol,
.content table,
.content blockquote,
.content figure {
  margin: 0 0 2rem;
}

.content ul,
.content ol {
  padding-left: 2.4rem;
}

.content li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.content a {
  text-decoration: underline;
  color: var(--pink);
  text-underline-offset: 0.2em;
}

.content a:hover {
  text-decoration: none;
}

.content strong,
.content b {
  font-weight: 600;
}

.content img {
  height: auto;
  max-width: 100%;
  border-radius: 2rem;
}

.content blockquote {
  border-left: 0.4rem solid var(--pink);
  padding: 1.6rem 0 1.6rem 2.4rem;
  color: var(--grey4);
}

.content table {
  width: 100%;
  border-collapse: collapse;
}

.content th,
.content td {
  border: 0.1rem solid var(--grey2);
  padding: 1.2rem;
  text-align: left;
}

.content th {
  font-weight: 600;
  background: var(--grey1);
}

@media (max-width: 576px) {
  .text-page__title {
    margin-bottom: 2.4rem;
  }

  .content {
    max-width: 100%;
    font-size: 1.6rem;
  }

  .content h2 {
    font-size: 2.8rem;
  }

  .content h3 {
    font-size: 2.2rem;
  }
}

.profile-questionnaire__avatar {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.profile-questionnaire__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-questionnaire__avatar.has-photo {
  background-image: none;
}

@media (any-hover: hover) {
  .profile-questionnaire__avatar:hover {
    background-color: var(--pink-hover);
  }

  .profile-questionnaire__avatar.has-photo:hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(240 92 168 / 35%);
    pointer-events: none;
  }
}

.profile-questionnaire__avatar:active {
  background-color: var(--pink);
}

.profile-questionnaire__avatar.has-photo:active::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(233 23 131 / 35%);
  pointer-events: none;
}

.banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
