/** Shopify CDN: Minification failed

Line 737:1 Expected "}" to go with "{"

**/
.page-width {
    max-width: var(--global-container-width);
    margin: 0 auto;
}

.ante-hide-button {
    display: none;
}

.product-card .product-card__meta-info {
    text-align: center;
}

.product .accordion {
    overflow: hidden;
    /* background: #f5f5f5; */
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid var(--accordion-border-color);
    margin-top: var(--accordion-top-margin);
    margin-bottom: var(--accordion-bottom-margin);
    border-top: 1px solid var(--accordion-border-color);
    display: block;
}

.product .product-form .accordion:not(:first-of-type) {
    border-top: 0;
}

.product .accordion-header {
    color: var(--accordion-header-color);
    width: 100%;
    text-align: left;
    padding: 10px 0;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

.product .accordion-content {
    color: var(--accordion-content-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    /* padding: 10px; */
}

/* .product .accordion-content p {
    padding: 10px;
} */
  .header-menu__item svg{
    margin-left: 10px;
}
.line {
    width: 20%;
    height: 4px;
    margin-top: 20px;
    background: #AB9B81;
    transform: scaleX(0);
    transform-origin: left center;
    /* 从左开始伸展 */
    transition: transform 1s ease;
}
.announcement-bar__text.announcement-bar__text--desktop a,
.announcement-bar__text.announcement-bar__text--mobile a{
    text-decoration: none;
}
.line.lin-animation {
    transform: scaleX(1);
}

.product .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    cursor: pointer;
}

.icon .vertical {
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform-origin: center;
}

.product .accordion svg {
    pointer-events: none;
}

.product .accordion.open .vertical {
    transform: rotate(90deg);
    opacity: 0;
}

/* 手风琴 */

.ante-announcement-bar-section {
    /* margin-top: calc(-1* var(--announcement-bar-height)); */
    transform: translateY(calc(-1 * var(--announcement-bar-height)));
    position: sticky;
    top: 0;
    z-index: 13;
}

.ante-announcement-bar-section.with-transition {
    transition: transform .2s cubic-bezier(0, 0, 1, 1);
}

.ante-announcement-bar-section.ante-announcement-bar-sticky {
    transform: translateY(0);
}

.ante-header-section.ante-header-sticky {
    top: var(--announcement-bar-height);
}

quick-model {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    pointer-events: none;
}

quick-model .quick-model-box {
    padding: 10px;
    pointer-events: all;
}

.announcement-bar {
    padding: 5px 0 !important;
}

quick-model .quick-model-box .quick-btn {
    padding: 10px 20px;
    background-color: #D9F3FF;
    color: #000;
    cursor: pointer;
    transition: transform .3s ease;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

quick-model .quick-model-box .quick-btn:hover {
    transform: translateY(-30%);
}

.header .header-mega-menu .header-mega-menu__menu-item-text {
    font-size: calc(var(--body-font-size)* 1.25);
}

.header .header-mega-menu .header-mega-menu__menu-item-wrapper {
    margin-bottom: calc(var(--body-font-size)* 3.25);
}

#quick-model-dialog .js-product-media-item-variant {
    width: 100%;
    scrollbar-width: unset;
}

#quick-model-dialog .product-media__slider-thumbnails-slide picture {
    width: 100%;
}

.slideshow .slideshow__slider .slideshow__slide-heading {
    font-weight: var(--heading-weight);
}

.slideshow .slideshow__slide-heading.h1 {
    font-size: calc(var(--heading-font-size)* 1.75);
}

.slideshow .slideshow__slide-heading.h2 {
    font-size: calc(var(--heading-font-size)* 1.5);
}

.slideshow .slideshow__slide-heading.h3 {
    font-size: calc(var(--heading-font-size)* 1.25);
}

.slideshow .slideshow__slide-heading.h4,
.slideshow .slideshow__slide-heading.h5 {
    font-size: calc(var(--heading-font-size)* 1);
}

.slideshow .slideshow__slide-heading.h6 {
    font-size: calc(var(--heading-font-size)* .95);
}

.featured-products .featured-products__row-wrapper.swiper {
    padding: 20px 0;
}

/* product card */
.product-card .product-card__quick-view-button.product-card__quick-view-button--mobile[hidden] {
    display: none;
}

.featured-products .product-card,
.product-recommendations .product-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    transition:
        transform 1s cubic-bezier(0.25, 0.1, 0.25, 1),
        box-shadow 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transform-style: preserve-3d;
    perspective: 1000px;
}

.product-recommendations .product-recommendations__row-wrapper:not(.swiper-initialized) {
    padding: 20px 0;
}
 
.featured-products .product-card:hover,
.product-recommendations .product-card:hover{
    transform: translateY(-6px) rotateX(3deg) rotateY(-3deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}
.product-add-to-cart .product-add-to-cart__additional-buttons+.product-add-to-cart__enabled-payment-types{
    display: flex;
    justify-content: center;
    gap: 10PX;
}
.ante-benefits {
    margin-top: 1rem;
    display: flex;
    gap: .5rem;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.ante-benefits .category {
    padding: 2px 4px;
    background-color: #e2f5fa;
    color: var(--category-color, #155dd7);
}

.product-card_box[between] {
    border-top: 1px solid #d5e1f6;
    margin-top: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product-card_box[between] .product-card_ante_add {
    padding-top: 10px;
    font-weight: 600;
}

.product-card_box[between] .product-card_ante_add span {
    position: relative;
    cursor: pointer;
}

.product-card_box[between] .product-card_ante_add span::before {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    background: #000;
    transition: width .5s ease-in-out;
    bottom: 0;
}

.product-card_box[between] .product-card_ante_add span:hover::before {
    width: 100%;
}

.product-card__additional-buttons.ante-hidden[hidden] {
    display: none;
}

.jdgm-widget {
    margin-bottom: 20px;
}

/* end product card */

@media (min-width: 768px) {
    .slideshow .slideshow__slider .slideshow__slide-content {
        max-width: calc(var(--max-width)* .9) !important;
    }

    .slideshow .slideshow__slide-heading.h1 {
        font-size: calc(var(--heading-font-size)* 2.3125);
    }

    .slideshow .slideshow__slide-heading.h2 {
        font-size: calc(var(--heading-font-size)* 1.9375);
    }

    .slideshow .slideshow__slide-heading.h3 {
        font-size: calc(var(--heading-font-size)* 1.375);
    }

    .slideshow .slideshow__slide-heading.h4 {
        font-size: calc(var(--heading-font-size)* 1.125);
    }

    .slideshow .slideshow__slide-heading.h5 {
        font-size: calc(var(--heading-font-size)* 1.0625);
    }

    .slideshow .slideshow__slide-heading.h6 {
        font-size: calc(var(--heading-font-size)* 1);
    }
}

@media (min-width: 1200px) {
    .slideshow .slideshow__slider .slideshow__slide-content {
        max-width: var(--max-width) !important;
    }

    .slideshow .slideshow__slide-heading.h1 {
        font-size: calc(var(--heading-font-size)* 2.875);
        line-height: 1.3696;

    }

    .slideshow .slideshow__slide-heading.h2 {
        font-size: calc(var(--heading-font-size) * 2.125);
        line-height: 1.3696;
    }

    .slideshow .slideshow__slide-heading.h3 {
        font-size: calc(var(--heading-font-size) * 1.25);
    }

    .slideshow .slideshow__slide-heading.h4 {
        font-size: calc(var(--heading-font-size)* 1.25);
    }

    .slideshow .slideshow__slide-heading.h5 {
        font-size: calc(var(--heading-font-size)* 1.125);
    }

    .slideshow .slideshow__slide-heading.h6 {
        font-size: var(--heading-font-size);
    }
    /* ========================================
   HIPYPAW 品牌定制 CSS
   适用：Gain 主题
   ======================================== */

/* 品牌色彩变量 */
:root {
  --hp-primary: #FF6B6B;
  --hp-secondary: #4ECDC4;
  --hp-dark: #2C3E50;
  --hp-light: #F7F9FC;
  --hp-radius: 20px;
}

/* 1. 导航栏优化 - Shop All + Shop by Concern */
.site-header {
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

.site-nav__link {
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 22px 18px;
  font-size: 15px;
  color: var(--hp-dark);
  position: relative;
  transition: color 0.3s;
}

.site-nav__link:hover {
  color: var(--hp-primary);
}

.site-nav__link::after {
  content: '';
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: var(--hp-primary);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.site-nav__link:hover::after {
  transform: scaleX(1);
}

/* Mega Menu 卡片化 */
.megamenu {
  background: white;
  border-radius: 0 0 var(--hp-radius) var(--hp-radius);
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.15);
  border-top: 3px solid var(--hp-primary);
  padding: 35px;
}

.megamenu__col {
  padding: 0 20px;
}

.megamenu__title {
  font-weight: 700;
  color: var(--hp-dark);
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.megamenu__list li {
  margin: 8px 0;
}

.megamenu__list a {
  color: #666;
  font-size: 14px;
  transition: all 0.2s;
  display: block;
  padding: 5px 0;
}

.megamenu__list a:hover {
  color: var(--hp-primary);
  transform: translateX(5px);
}

/* Shop by Concern 图标化 */
.megamenu__col:nth-child(2) .megamenu__list a::before {
  content: '•';
  color: var(--hp-primary);
  margin-right: 8px;
  font-weight: bold;
}

/* 2. 产品页图片缩小 + 圆角 */
.product__media-wrapper {
  width: 42% !important;
  padding-right: 50px;
}

.product__media-item {
  border-radius: var(--hp-radius);
  overflow: hidden;
  background: var(--hp-light);
}

.product__media img {
  border-radius: var(--hp-radius);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.product__media:hover img {
  transform: scale(1.03);
}

.product__info-wrapper {
  padding-left: 40px !important;
  max-width: 480px;
}

.product__title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 12px;
  line-height: 1.2;
  color: var(--hp-dark);
}

.product__description {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin: 24px 0;
}

/* 购买按钮 - 活泼圆角 */
.product-form__buttons .button {
  border-radius: 50px;
  height: 58px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--hp-primary) 0%, #FF8E53 100%);
  box-shadow: 0 10px 30px -5px rgba(255,107,107,0.4);
  border: none;
  transition: all 0.3s;
}

.product-form__buttons .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -5px rgba(255,107,107,0.5);
}

/* 3. 系列页卡片化 */
.collection-grid {
  gap: 30px;
}

.product-card {
  background: white;
  border-radius: var(--hp-radius);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0,0,0,0.04);
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.product-card__image-wrapper {
  background: var(--hp-light);
  aspect-ratio: 1/1;
}

.product-card__title {
  font-size: 17px;
  font-weight: 700;
  margin-top: 20px;
  color: var(--hp-dark);
  padding: 0 20px;
  line-height: 1.4;
}

.price {
  padding: 0 20px 20px;
  font-size: 16px;
  color: var(--hp-primary);
  font-weight: 700;
}

.price-item--regular {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 500;
}

/* 4. FAQ 手风琴（如果页面类名为 .page-faq 或 #faq） */
.faq-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-item {
  background: white;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 26px 30px;
  text-align: left;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: var(--hp-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}

.faq-question:hover {
  color: var(--hp-primary);
}

.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--hp-light);
  color: var(--hp-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s;
  font-weight: 300;
}

.faq-item.active .faq-icon {
  background: var(--hp-primary);
  color: white;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0 30px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding-bottom: 26px;
}

.faq-answer p {
  color: #666;
  line-height: 1.8;
  margin: 0;
  font-size: 16px;
}

/* ========================================
   移动端优化 - 卡片滑动体验
   ======================================== */
@media screen and (max-width: 768px) {
  body {
    background-color: #fafafa;
    padding-bottom: 80px;
  }
  
  /* 全局卡片化 */
  .page-width {
    padding: 0 15px;
  }
  
  /* 产品网格横向滑动 */
  .collection-grid,
  .product-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    padding: 20px 15px;
    gap: 15px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  
  .collection-grid::-webkit-scrollbar,
  .product-grid::-webkit-scrollbar {
    display: none;
  }
  
  .product-card {
    flex: 0 0 78vw;
    scroll-snap-align: center;
    margin-right: 5px;
  }
  
  /* 产品页移动端调整 */
  .product__media-wrapper {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .product__info-wrapper {
    padding-left: 0 !important;
  }
  
  .product__title {
    font-size: 28px;
  }
  
  /* 底部固定导航（App 风格） */
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(20px);
    box-shadow: 0 -4px 30px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-around;
    padding: 12px 0;
    z-index: 999;
    border-radius: 20px 20px 0 0;
    border-top: 1px solid rgba(0,0,0,0.05);
  }
  
  /* 区块卡片化间距 */
  .shopify-section {
    margin: 30px 0;
    padding: 30px 20px;
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.03);
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  
  /* 按钮移动端优化 */
  .button {
    min-height: 54px;
    font-size: 15px;
  }
}

/* 动画优化 */
@media (prefers-reduced-motion: no-preference) {
  .product-card, .faq-item, .shopify-section {
    animation: fadeIn 0.6s ease-out;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
}