.elementor-34896 .elementor-element.elementor-element-1fcc2b2{--display:flex;--min-height:calc( var(--full-height)  - 150px);--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--padding-top:120px;--padding-bottom:120px;--padding-left:20px;--padding-right:20px;}.elementor-34896 .elementor-element.elementor-element-1fcc2b2:not(.elementor-motion-effects-element-type-background), .elementor-34896 .elementor-element.elementor-element-1fcc2b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFA;}.elementor-34896 .elementor-element.elementor-element-74e5d50{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 48px) 0px;padding:12px 18px 12px 18px;border-style:solid;border-width:1px 1px 1px 1px;border-color:#DDDDDD;border-radius:4px 4px 4px 4px;}.elementor-34896 .elementor-element.elementor-element-74e5d50.elementor-element{--align-self:flex-start;}.elementor-34896 .elementor-element.elementor-element-74e5d50 .woocommerce-breadcrumb{color:#333333;font-family:var( --e-global-typography-308a210-font-family ), Sans-serif;font-size:var( --e-global-typography-308a210-font-size );font-weight:var( --e-global-typography-308a210-font-weight );line-height:var( --e-global-typography-308a210-line-height );}.elementor-34896 .elementor-element.elementor-element-74e5d50 .woocommerce-breadcrumb > a{color:#333333;}.elementor-34896 .elementor-element.elementor-element-c8f65b3{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;}.elementor-34896 .elementor-element.elementor-element-d141199 .elementor-heading-title{font-family:"Rajdhani", Sans-serif;font-size:96px;font-weight:700;line-height:1.2em;}.elementor-34896 .elementor-element.elementor-element-128cef3 .elementor-icon-wrapper{text-align:center;}.elementor-34896 .elementor-element.elementor-element-616ae8b{--display:flex;--min-height:var(--full-height);--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-34896 .elementor-element.elementor-element-007fc62{--display:flex;}.elementor-34896 .elementor-element.elementor-element-9728cbf{width:var( --container-widget-width, 424px );max-width:424px;--container-widget-width:424px;--container-widget-flex-grow:0;bottom:0px;z-index:2;}body:not(.rtl) .elementor-34896 .elementor-element.elementor-element-9728cbf{left:0px;}body.rtl .elementor-34896 .elementor-element.elementor-element-9728cbf{right:0px;}.elementor-34896 .elementor-element.elementor-element-be44606{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:120px;--padding-bottom:120px;--padding-left:20px;--padding-right:20px;}.elementor-34896 .elementor-element.elementor-element-be44606:not(.elementor-motion-effects-element-type-background), .elementor-34896 .elementor-element.elementor-element-be44606 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAFAFA;}@media(max-width:1024px){.elementor-34896 .elementor-element.elementor-element-74e5d50 .woocommerce-breadcrumb{font-size:var( --e-global-typography-308a210-font-size );line-height:var( --e-global-typography-308a210-line-height );}}@media(max-width:767px){.elementor-34896 .elementor-element.elementor-element-74e5d50 .woocommerce-breadcrumb{font-size:var( --e-global-typography-308a210-font-size );line-height:var( --e-global-typography-308a210-line-height );}}/* Start custom CSS for html, class: .elementor-element-80ff01a */.fixed-wrapper.active .fixed-video{
    position: fixed;
}
.fixed-video img{
    width: 100%;
    height: 100%;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3e41a4e *//* ==================================================
   Shop Category Grid
================================================== */
.sakana-shop-category-grid {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

/* 第1排：8 : 5 */
.sakana-shop-category-card:nth-child(4n + 1) {
  grid-column: span 8;
}

.sakana-shop-category-card:nth-child(4n + 2) {
  grid-column: span 5;
}

/* 第2排：5 : 8 */
.sakana-shop-category-card:nth-child(4n + 3) {
  grid-column: span 5;
}

.sakana-shop-category-card:nth-child(4n + 4) {
  grid-column: span 8;
}

/* ==================================================
   Category Card
================================================== */
.sakana-shop-category-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 32px 32px;
  background: #fff;
  overflow: hidden;
}

/* ==================================================
   Category Title
================================================== */
.sakana-shop-category-title {
  font-family: Rajdhani;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 57.6px */
  margin: 0;
}

.sakana-shop-category-title a {
  color: #333;
  text-decoration: none;
  transition: color 0.25s ease;
}

.sakana-shop-category-title a:hover {
  color: #000;
}

/* ==================================================
   Category Image
================================================== */
.sakana-shop-category-image-link {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 20px;
  text-decoration: none;
}

/*
 * 图片统一限制在卡片中间区域
 * 不管原始图片横图还是竖图都不会撑爆
 */
.sakana-shop-category-card .sakana-shop-category-image {
  display: block;
  object-fit: contain;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.sakana-shop-category-image-link:hover .sakana-shop-category-image {
  transform: scale(1.03);
}

/* ==================================================
   Child Categories
================================================== */
.sakana-shop-category-children {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: auto;
}

/* 二级分类按钮 */
.sakana-shop-category-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 16px 24px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  background: #fff;
  color: #333;

  font-family: Rajdhani;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;

  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.sakana-shop-category-child:hover {
  background: #f5c400;
  border-color: #f5c400;
  color: #111;
}

/* ==================================================
   Tablet
================================================== */
@media (max-width: 1024px) {
  .sakana-shop-category-card {
    min-height: 440px;
    padding: 20px 18px;
  }

  .sakana-shop-category-title {
    font-size: 20px;
  }

  .sakana-shop-category-image-link {
    padding: 25px 15px 15px;
  }

  .sakana-shop-category-image {
    height: 250px;
    max-width: 320px;
  }
}

/* ==================================================
   Mobile
================================================== */
@media (max-width: 767px) {
  .sakana-shop-category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sakana-shop-category-card {
    min-height: 420px;
    padding: 18px 16px;
  }

  .sakana-shop-category-title {
    font-size: 18px;
  }

  .sakana-shop-category-image-link {
    padding: 20px 10px;
  }

  .sakana-shop-category-image {
    height: 230px;
    max-width: 300px;
  }

  .sakana-shop-category-children {
    gap: 8px;
  }

  .sakana-shop-category-child {
    min-height: 32px;
    padding: 6px 10px;
    font-size: 11px;
  }
}/* End custom CSS */