@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto Variable"), url("../fonts/Roboto-LatinExt-Var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Homepage CRO sections */
.mytheme-section--usp {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 0;
  padding: clamp(1.5rem, 3.1vw, 2.6rem) 0 clamp(2rem, 4.2vw, 3.2rem);
  background:
    radial-gradient(circle at 18% -4%, rgba(228, 248, 255, 0.45) 0%, rgba(228, 248, 255, 0) 19%),
    radial-gradient(circle at 82% 6%, rgba(123, 213, 246, 0.24) 0%, rgba(123, 213, 246, 0) 24%),
    linear-gradient(180deg, #78b5da 0%, #3d86b1 14%, #0d628f 32%, #094868 58%, #052f45 100%);
}

.mytheme-section--usp::before,
.mytheme-section--usp::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.mytheme-section--usp::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.08) 11%, rgba(255, 255, 255, 0) 32%),
    radial-gradient(55% 36% at 50% 0%, rgba(219, 246, 255, 0.28) 0%, rgba(219, 246, 255, 0) 100%);
}

.mytheme-section--usp::after {
  inset: auto 0 0;
  height: clamp(90px, 12vw, 134px);
  background: linear-gradient(180deg, rgba(2, 26, 40, 0) 0%, rgba(2, 26, 40, 0.08) 38%, rgba(2, 26, 40, 0.28) 100%);
}

.mytheme-home-usp {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  margin-inline: 0;
  padding: clamp(1.2rem, 2.4vw, 1.7rem);
  overflow: hidden;
}

.mytheme-home-usp::before,
.mytheme-home-usp::after {
  content: none;
}

.mytheme-home-usp__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
  column-gap: clamp(1rem, 2.2vw, 2rem);
  row-gap: 1rem;
  padding-bottom: clamp(2.8rem, 5vw, 4.6rem);
}

.mytheme-home-usp__ambient,
.mytheme-home-usp__reef {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.mytheme-home-usp__light {
  position: absolute;
  top: -18%;
  width: 18%;
  height: 78%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(215, 247, 255, 0.08) 38%, rgba(215, 247, 255, 0) 100%);
  filter: blur(4px);
  opacity: 0.65;
  transform: skewX(-14deg);
  animation: mytheme-usp-light-drift 11s ease-in-out infinite;
}

.mytheme-home-usp__light--1 {
  left: 4%;
  animation-delay: -1.4s;
}

.mytheme-home-usp__light--2 {
  left: 34%;
  width: 16%;
  height: 72%;
  opacity: 0.46;
  animation-duration: 13.5s;
}

.mytheme-home-usp__light--3 {
  right: 8%;
  width: 20%;
  opacity: 0.52;
  animation-duration: 12.4s;
  animation-delay: -4.8s;
}

.mytheme-home-usp__bubble {
  position: absolute;
  bottom: -4%;
  display: block;
  width: var(--bubble-size, 18px);
  height: var(--bubble-size, 18px);
  border-radius: 50%;
  border: 1px solid rgba(219, 246, 255, 0.5);
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.5) 0%, rgba(210, 245, 255, 0.12) 54%, rgba(210, 245, 255, 0) 72%);
  box-shadow: inset -4px -6px 10px rgba(255, 255, 255, 0.08);
  opacity: 0.68;
  animation: mytheme-usp-bubble-rise var(--bubble-duration, 16s) linear infinite;
}

.mytheme-home-usp__bubble--1 {
  --bubble-size: 16px;
  --bubble-duration: 15s;
  left: 8%;
  animation-delay: -3s;
}

.mytheme-home-usp__bubble--2 {
  --bubble-size: 24px;
  --bubble-duration: 18s;
  left: 21%;
  animation-delay: -8s;
}

.mytheme-home-usp__bubble--3 {
  --bubble-size: 14px;
  --bubble-duration: 13s;
  left: 48%;
  animation-delay: -4.5s;
}

.mytheme-home-usp__bubble--4 {
  --bubble-size: 19px;
  --bubble-duration: 17.5s;
  right: 18%;
  animation-delay: -6.2s;
}

.mytheme-home-usp__bubble--5 {
  --bubble-size: 12px;
  --bubble-duration: 12.2s;
  right: 8%;
  animation-delay: -2.4s;
}

.mytheme-home-usp__bubble--6 {
  --bubble-size: 22px;
  --bubble-duration: 20s;
  right: 34%;
  animation-delay: -10.5s;
}

.mytheme-home-usp__reef {
  inset: auto 0 0 0;
  height: clamp(120px, 17vw, 184px);
}

.mytheme-home-usp__reef-base {
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -14%;
  height: 54%;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background:
    radial-gradient(circle at 22% 6%, rgba(255, 211, 126, 0.32) 0%, rgba(255, 211, 126, 0) 22%),
    radial-gradient(circle at 72% 12%, rgba(255, 190, 122, 0.24) 0%, rgba(255, 190, 122, 0) 20%),
    linear-gradient(180deg, rgba(17, 77, 106, 0.14) 0%, rgba(11, 62, 89, 0.34) 26%, rgba(184, 154, 103, 0.74) 66%, rgba(134, 95, 59, 0.9) 100%);
  box-shadow:
    inset 0 12px 22px rgba(238, 211, 152, 0.18),
    inset 0 -16px 26px rgba(77, 48, 26, 0.24);
}

.mytheme-home-usp__reef-sand,
.mytheme-home-usp__reef-rock {
  position: absolute;
  bottom: 0;
  display: block;
  filter: drop-shadow(0 10px 16px rgba(3, 22, 33, 0.18));
}

.mytheme-home-usp__reef-sand {
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 222, 162, 0.92) 0%, rgba(212, 159, 95, 0.95) 100%);
}

.mytheme-home-usp__reef-sand--1 {
  left: 10%;
  width: 18%;
  bottom: 12%;
  transform: rotate(-6deg);
}

.mytheme-home-usp__reef-sand--2 {
  right: 16%;
  width: 24%;
  bottom: 9%;
  transform: rotate(4deg);
}

.mytheme-home-usp__reef-sand--3 {
  left: 42%;
  width: 13%;
  bottom: 14%;
  height: 12px;
  opacity: 0.86;
  transform: rotate(-3deg);
}

.mytheme-home-usp__reef-rock {
  border-radius: 48% 52% 40% 60% / 56% 44% 56% 44%;
  background: linear-gradient(180deg, rgba(123, 154, 167, 0.98) 0%, rgba(67, 97, 109, 0.98) 100%);
}

.mytheme-home-usp__reef-rock--1 {
  left: 24%;
  width: 52px;
  height: 28px;
  bottom: 15%;
}

.mytheme-home-usp__reef-rock--2 {
  right: 26%;
  width: 64px;
  height: 34px;
  bottom: 13%;
}

.mytheme-home-usp__reef-rock--3 {
  left: 44%;
  width: 38px;
  height: 20px;
  bottom: 18%;
  opacity: 0.85;
}

.mytheme-home-usp__reef-rock--4 {
  right: 10%;
  width: 30px;
  height: 16px;
  bottom: 8%;
  opacity: 0.76;
}

.mytheme-home-usp__shell,
.mytheme-home-usp__star {
  position: absolute;
  bottom: 0;
  display: block;
  filter: drop-shadow(0 8px 12px rgba(3, 22, 33, 0.16));
}

.mytheme-home-usp__shell {
  width: 28px;
  height: 18px;
  border-radius: 100% 100% 40% 40% / 100% 100% 32% 32%;
  background: linear-gradient(180deg, rgba(255, 227, 198, 0.96) 0%, rgba(219, 170, 123, 0.96) 100%);
}

.mytheme-home-usp__shell::before {
  content: "";
  position: absolute;
  inset: 16% 14% 20%;
  border-radius: inherit;
  border-top: 2px solid rgba(255, 244, 232, 0.48);
  border-left: 1px solid rgba(255, 244, 232, 0.34);
  border-right: 1px solid rgba(166, 112, 72, 0.2);
}

.mytheme-home-usp__shell--1 {
  left: 28%;
  bottom: 10%;
  transform: rotate(-8deg);
}

.mytheme-home-usp__shell--2 {
  right: 19%;
  bottom: 16%;
  width: 24px;
  height: 14px;
  opacity: 0.88;
  transform: rotate(12deg);
}

.mytheme-home-usp__star {
  width: 24px;
  height: 24px;
  background: linear-gradient(180deg, #ffb764 0%, #ff8651 100%);
  clip-path: polygon(50% 0, 62% 32%, 100% 38%, 72% 58%, 80% 100%, 50% 74%, 20% 100%, 28% 58%, 0 38%, 38% 32%);
  animation: mytheme-usp-star-wobble 7.4s ease-in-out infinite;
}

.mytheme-home-usp__star--1 {
  left: 36%;
  bottom: 12%;
  animation-delay: -2s;
}

.mytheme-home-usp__star--2 {
  right: 31%;
  bottom: 20%;
  width: 18px;
  height: 18px;
  animation-delay: -4.2s;
}

.mytheme-home-usp__coral,
.mytheme-home-usp__plant,
.mytheme-home-usp__fish {
  position: absolute;
  bottom: 0;
  transform-origin: 50% 100%;
}

.mytheme-home-usp__coral {
  width: clamp(68px, 8vw, 118px);
  height: clamp(86px, 12vw, 156px);
  opacity: 0.64;
  filter: drop-shadow(0 10px 14px rgba(2, 25, 37, 0.18));
  animation: mytheme-usp-reef-sway var(--reef-duration, 7s) ease-in-out infinite;
}

.mytheme-home-usp__coral::before,
.mytheme-home-usp__coral::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 38%;
  height: 68%;
  background: inherit;
}

.mytheme-home-usp__coral::before {
  left: 10%;
  clip-path: polygon(45% 100%, 36% 64%, 20% 44%, 32% 18%, 48% 36%, 66% 6%, 70% 42%, 55% 100%);
  transform: rotate(-10deg);
}

.mytheme-home-usp__coral::after {
  right: 10%;
  clip-path: polygon(40% 100%, 28% 58%, 38% 32%, 56% 8%, 68% 30%, 64% 64%, 56% 100%);
  transform: rotate(10deg);
}

.mytheme-home-usp__coral--1 {
  left: 2%;
  --reef-duration: 8.4s;
  background: linear-gradient(180deg, #9ff1f3 0%, #58d4d1 48%, #1f7d86 100%);
  clip-path: polygon(36% 100%, 42% 63%, 26% 41%, 31% 12%, 46% 41%, 58% 0%, 62% 40%, 78% 20%, 70% 54%, 80% 76%, 60% 66%, 55% 100%);
}

.mytheme-home-usp__coral--2 {
  left: 15%;
  width: clamp(62px, 7vw, 104px);
  height: clamp(74px, 10vw, 134px);
  --reef-duration: 6.8s;
  animation-delay: -2.2s;
  background: linear-gradient(180deg, #b9e8ff 0%, #5fb5ea 46%, #266b97 100%);
  clip-path: polygon(46% 100%, 42% 70%, 28% 56%, 30% 26%, 46% 48%, 58% 18%, 62% 56%, 74% 34%, 66% 74%, 58% 100%);
}

.mytheme-home-usp__coral--3 {
  right: 4%;
  width: clamp(82px, 9.4vw, 132px);
  height: clamp(92px, 13vw, 164px);
  --reef-duration: 7.9s;
  animation-delay: -3.8s;
  background: linear-gradient(180deg, #aef7d1 0%, #49d0b0 44%, #1a6868 100%);
  clip-path: polygon(44% 100%, 44% 66%, 34% 40%, 40% 10%, 52% 34%, 64% 0%, 66% 38%, 82% 16%, 72% 54%, 82% 74%, 64% 66%, 58% 100%);
}

.mytheme-home-usp__plant {
  width: 36px;
  height: clamp(82px, 11vw, 148px);
  opacity: 0.82;
  background: linear-gradient(180deg, #91ffd2 0%, #2ed0a7 52%, #166f68 100%);
  clip-path: polygon(48% 100%, 36% 72%, 42% 44%, 28% 16%, 50% 34%, 68% 0%, 58% 56%, 72% 100%);
  filter: drop-shadow(0 10px 14px rgba(2, 25, 37, 0.18));
  animation: mytheme-usp-plant-sway var(--plant-duration, 6.8s) ease-in-out infinite;
}

.mytheme-home-usp__plant--1 {
  left: 30%;
  --plant-duration: 6.6s;
}

.mytheme-home-usp__plant--2 {
  right: 22%;
  width: 44px;
  height: clamp(98px, 12vw, 152px);
  --plant-duration: 7.1s;
  animation-delay: -2.8s;
}

.mytheme-home-usp__plant--3 {
  left: 38%;
  width: 30px;
  height: clamp(72px, 9vw, 124px);
  --plant-duration: 5.9s;
  animation-delay: -4.4s;
}

.mytheme-home-usp__plant--4 {
  right: 11%;
  width: 32px;
  height: clamp(74px, 9vw, 126px);
  --plant-duration: 6.2s;
  animation-delay: -1.6s;
}

.mytheme-home-usp__plant--5 {
  left: 8%;
  width: 28px;
  height: clamp(68px, 8.8vw, 118px);
  --plant-duration: 5.4s;
  animation-delay: -3.3s;
}

.mytheme-home-usp__plant--6 {
  left: 60%;
  width: 26px;
  height: clamp(64px, 8vw, 110px);
  --plant-duration: 5.7s;
  animation-delay: -1.9s;
}

.mytheme-home-usp__grass {
  position: absolute;
  bottom: 5%;
  width: 58px;
  height: 72px;
  opacity: 0.82;
  background: linear-gradient(180deg, #afffd4 0%, #49d79e 48%, #1a7f70 100%);
  clip-path: polygon(10% 100%, 14% 58%, 20% 24%, 28% 58%, 36% 8%, 42% 62%, 52% 18%, 58% 70%, 70% 10%, 76% 64%, 88% 26%, 94% 100%);
  filter: drop-shadow(0 10px 14px rgba(2, 25, 37, 0.18));
  transform-origin: 50% 100%;
  animation: mytheme-usp-plant-sway var(--grass-duration, 5.2s) ease-in-out infinite;
}

.mytheme-home-usp__grass--1 {
  left: 18%;
  --grass-duration: 4.8s;
}

.mytheme-home-usp__grass--2 {
  right: 33%;
  width: 66px;
  height: 88px;
  --grass-duration: 5.7s;
  animation-delay: -2.1s;
}

.mytheme-home-usp__floaters {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.mytheme-home-usp__swimmer-track {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(114px, 12vw, 176px);
  z-index: 1;
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
  transform: translateX(-50%);
  animation: mytheme-usp-swimmer-cruise 17.5s ease-in-out infinite alternate;
}

.mytheme-home-usp__swimmer {
  position: relative;
  display: block;
  width: 100%;
  animation: mytheme-usp-swimmer-bob 4.6s ease-in-out infinite;
}

.mytheme-home-usp__swimmer-badge {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(6, 34, 52, 0.86);
  border: 1px solid rgba(180, 240, 255, 0.3);
  color: #e9fbff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
  transform: translate3d(-50%, 8px, 0);
  transition: opacity 0.2s ease, transform 0.24s ease;
  pointer-events: none;
  box-shadow: 0 12px 24px rgba(4, 28, 43, 0.22);
  animation: mytheme-usp-swimmer-badge-wave 17.5s ease-in-out infinite;
}

.mytheme-home-usp__swimmer-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  width: 10px;
  height: 10px;
  background: inherit;
  border-right: 1px solid rgba(180, 240, 255, 0.22);
  border-bottom: 1px solid rgba(180, 240, 255, 0.22);
  transform: translateX(-50%) rotate(45deg);
}

.mytheme-home-usp__swimmer-picture,
.mytheme-home-usp__swimmer-img {
  display: block;
  width: 100%;
  height: auto;
}

.mytheme-home-usp__swimmer-img {
  filter: drop-shadow(0 14px 18px rgba(6, 35, 54, 0.28));
}

.mytheme-home-usp__swimmer-track:hover .mytheme-home-usp__swimmer-badge,
.mytheme-home-usp__swimmer-track:focus-visible .mytheme-home-usp__swimmer-badge {
  animation: none;
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.mytheme-home-usp__swimmer-track:hover .mytheme-home-usp__swimmer-img,
.mytheme-home-usp__swimmer-track:focus-visible .mytheme-home-usp__swimmer-img {
  filter: drop-shadow(0 18px 22px rgba(6, 35, 54, 0.34)) saturate(1.05);
}

.mytheme-home-usp__swimmer-track:focus-visible {
  outline: none;
}

.mytheme-home-usp__swimmer-track--1 {
  left: 56%;
  bottom: 44%;
  width: clamp(114px, 12vw, 176px);
}

.mytheme-home-usp__swimmer-track--1 .mytheme-home-usp__swimmer-badge {
  animation-delay: -1.2s;
}

.mytheme-home-usp__swimmer-track--2 {
  left: 22%;
  bottom: 31%;
  width: clamp(92px, 10vw, 144px);
  animation-duration: 15.4s;
  animation-delay: -5.6s;
}

.mytheme-home-usp__swimmer-track--2 .mytheme-home-usp__swimmer-badge {
  animation-delay: -7.1s;
}

.mytheme-home-usp__swimmer-track--3 {
  left: 82%;
  bottom: 34%;
  width: clamp(88px, 9vw, 138px);
  animation-duration: 16.2s;
  animation-delay: -2.4s;
}

.mytheme-home-usp__swimmer-track--3 .mytheme-home-usp__swimmer-badge {
  animation-delay: -12.9s;
}

.mytheme-home-usp__swimmer--2 {
  animation-duration: 5.2s;
  animation-delay: -1.8s;
}

.mytheme-home-usp__swimmer--3 {
  animation-duration: 4.9s;
  animation-delay: -3.1s;
}

.mytheme-home-usp__fish {
  width: clamp(38px, 4vw, 58px);
  height: clamp(16px, 1.9vw, 24px);
  border-radius: 68% 44% 56% 42%;
  box-shadow: 0 8px 14px rgba(2, 22, 34, 0.24);
  animation: mytheme-usp-fish-drift var(--fish-duration, 9.6s) ease-in-out infinite;
}

.mytheme-home-usp__fish::before,
.mytheme-home-usp__fish::after {
  content: "";
  position: absolute;
}

.mytheme-home-usp__fish::before {
  top: 50%;
  right: -11%;
  width: 28%;
  height: 72%;
  background: inherit;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateY(-50%);
}

.mytheme-home-usp__fish::after {
  top: 34%;
  left: 18%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(6, 35, 54, 0.9);
}

.mytheme-home-usp__fish--1 {
  left: 58%;
  bottom: 62%;
  --fish-duration: 10.8s;
  background: linear-gradient(135deg, #ffe07a 0%, #ff9a2d 56%, #ff6f1f 100%);
}

.mytheme-home-usp__fish--2 {
  right: 14%;
  bottom: 44%;
  width: clamp(34px, 3.4vw, 52px);
  --fish-duration: 8.9s;
  animation-delay: -3.6s;
  background: linear-gradient(135deg, #9ee9ff 0%, #52c1ff 52%, #2c78d1 100%);
}

.mytheme-home-usp__intro {
  display: grid;
  gap: 0.52rem;
  max-width: 30rem;
}

.mytheme-home-usp__eyebrow {
  margin: 0;
  color: #0f4f72;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.42),
    0 8px 20px rgba(7, 45, 68, 0.18);
}

.mytheme-home-usp__title {
  margin: 0;
  color: #f3fdff;
  font-size: clamp(1.5rem, 2.7vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-shadow: 0 10px 32px rgba(2, 22, 34, 0.2);
}

.mytheme-home-usp__lead {
  margin: 0;
  max-width: 34rem;
  color: #d7eef9;
  font-size: 0.92rem;
  line-height: 1.55;
}

.mytheme-home-usp__bubble-grid {
  position: relative;
  grid-column: 2;
  min-height: clamp(13.6rem, 18vw, 15.5rem);
  align-self: start;
  justify-self: start;
  width: min(100%, 44rem);
  margin-top: 0.25rem;
  margin-left: clamp(-2.1rem, -2.3vw, -1.1rem);
}

.mytheme-home-usp-bubble {
  position: relative;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.24rem;
  padding: 0.92rem 1rem 1rem;
  border: 1px solid rgba(214, 246, 255, 0.3);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.18) 16%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 50% 18%, rgba(198, 242, 255, 0.22) 0%, rgba(198, 242, 255, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(119, 186, 221, 0.13) 100%);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -14px 22px rgba(4, 38, 58, 0.1),
    0 18px 30px rgba(3, 28, 44, 0.14);
  overflow: visible;
  text-align: center;
  cursor: pointer;
  touch-action: manipulation;
  will-change: transform, opacity;
  transition: border-color 0.24s ease, box-shadow 0.24s ease;
  animation: mytheme-usp-card-drift var(--bubble-card-duration, 8s) ease-in-out infinite;
}

.mytheme-home-usp-bubble:hover,
.mytheme-home-usp-bubble:focus-visible {
  border-color: rgba(235, 250, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -14px 22px rgba(4, 38, 58, 0.12),
    0 22px 34px rgba(3, 28, 44, 0.18);
  outline: none;
}

.mytheme-home-usp-bubble.is-popped {
  pointer-events: none;
  animation: mytheme-usp-bubble-pop 0.38s cubic-bezier(0.22, 0.75, 0.2, 1) forwards !important;
}

.mytheme-home-usp-bubble.is-respawned {
  animation:
    mytheme-usp-bubble-reappear 0.52s cubic-bezier(0.16, 0.84, 0.22, 1) both,
    mytheme-usp-card-drift var(--bubble-card-duration, 8s) ease-in-out 0.52s infinite;
}

.mytheme-home-usp-bubble::before {
  content: "";
  position: absolute;
  top: 11%;
  left: 17%;
  width: 36%;
  height: 16%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.82;
  pointer-events: none;
}

.mytheme-home-usp-bubble::after {
  content: "";
  position: absolute;
  top: 16%;
  right: 20%;
  width: 12%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  filter: blur(1px);
  pointer-events: none;
}

.mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble {
  position: absolute;
}

.mytheme-home-usp-bubble--metric {
  padding-inline: 0.84rem;
}

.mytheme-home-usp-bubble--1 {
  top: 0.6rem;
  left: 0;
  width: clamp(6.8rem, 8.4vw, 8rem);
  aspect-ratio: 1;
  --bubble-card-duration: 7.6s;
}

.mytheme-home-usp-bubble--2 {
  top: 0.15rem;
  left: 31%;
  width: clamp(7.1rem, 8.8vw, 8.4rem);
  aspect-ratio: 1;
  --bubble-card-duration: 8.6s;
  animation-delay: -1.6s;
}

.mytheme-home-usp-bubble--3 {
  top: 0.55rem;
  left: 62.5%;
  width: clamp(6.9rem, 8.5vw, 8.2rem);
  aspect-ratio: 1;
  --bubble-card-duration: 7.9s;
  animation-delay: -3.1s;
}

.mytheme-home-usp-bubble--4 {
  top: 5.7rem;
  left: 6.5%;
  width: clamp(8.9rem, 11.8vw, 10.6rem);
  aspect-ratio: 1.1 / 1;
  --bubble-card-duration: 8.8s;
  animation-delay: -2.2s;
}

.mytheme-home-usp-bubble--5 {
  top: 5.15rem;
  left: 37%;
  width: clamp(8.1rem, 10.4vw, 9.5rem);
  aspect-ratio: 1;
  --bubble-card-duration: 9.2s;
  animation-delay: -4.2s;
}

.mytheme-home-usp-bubble--6 {
  top: 5.55rem;
  left: 67.5%;
  width: clamp(9rem, 11.8vw, 10.8rem);
  aspect-ratio: 1.08 / 1;
  --bubble-card-duration: 8.1s;
  animation-delay: -1.1s;
}

.mytheme-home-usp-bubble__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f2fcff;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 0 8px 18px rgba(4, 28, 43, 0.14);
}

.mytheme-home-usp-bubble__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f2fbff;
  font-size: 0.84rem;
  line-height: 1.15;
  text-wrap: balance;
  max-width: 10ch;
}

.mytheme-home-usp-bubble--metric .mytheme-home-usp-bubble__title {
  max-width: 7ch;
  color: #d5edf9;
  font-size: 0.72rem;
  line-height: 1.22;
}

.mytheme-home-usp-bubble__text {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 10ch;
  color: #d8eff8;
  font-size: 0.7rem;
  line-height: 1.28;
}

.mytheme-home-usp__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.mytheme-home-usp__cta,
.mytheme-home-usp__cta.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  min-height: 3.2rem;
  padding: 0.78rem 1.2rem;
  border: 1px solid rgba(255, 232, 181, 0.42) !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd879 0%, #ffad56 52%, #ff7c4d 100%) !important;
  color: #143246 !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 248, 221, 0.42),
    0 18px 28px rgba(72, 38, 18, 0.26);
  isolation: isolate;
  overflow: hidden;
}

.mytheme-home-usp__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46) 50%, rgba(255, 255, 255, 0) 78%);
  transform: translateX(-130%);
  animation: mytheme-usp-cta-shine 6.8s ease-in-out infinite;
}

.mytheme-home-usp__cta:hover,
.mytheme-home-usp__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 251, 232, 0.5),
    0 22px 30px rgba(72, 38, 18, 0.3);
}

.mytheme-home-proof__actions,
.mytheme-home-comparison__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.mytheme-home-proof__cta,
.mytheme-home-comparison__cta {
  min-width: 10.5rem;
}

.mytheme-home-usp__comparison {
  display: grid;
  gap: 0.45rem;
  grid-column: 1 / -1;
  margin-bottom: 0.4rem;
}

.mytheme-home-usp__comparison-label {
  margin: 0;
  color: #d7f6ff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.mytheme-home-usp__comparison-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.mytheme-home-usp__comparison-list li {
  display: flex;
  align-items: center;
  min-height: 4rem;
  padding: 0.7rem 0.82rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(116, 178, 214, 0.08) 100%);
  border: 1px solid rgba(203, 243, 255, 0.16);
  color: #d7eef9;
  font-size: 0.76rem;
  line-height: 1.45;
  backdrop-filter: blur(10px);
}

.mytheme-home-proof__eyebrow,
.mytheme-home-comparison__eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mytheme-home-proof__title,
.mytheme-home-comparison__title {
  margin: 0;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.mytheme-home-proof__lead,
.mytheme-home-comparison__lead {
  margin: 0;
  max-width: 34rem;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

@keyframes mytheme-usp-light-drift {
  0%,
  100% {
    transform: skewX(-14deg) translate3d(0, 0, 0);
    opacity: 0.54;
  }
  50% {
    transform: skewX(-12deg) translate3d(12px, 10px, 0);
    opacity: 0.7;
  }
}

@keyframes mytheme-usp-bubble-rise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.9);
    opacity: 0;
  }
  12% {
    opacity: 0.7;
  }
  100% {
    transform: translate3d(18px, -430px, 0) scale(1.08);
    opacity: 0;
  }
}

@keyframes mytheme-usp-reef-sway {
  0%,
  100% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(3deg) translateY(-2px);
  }
}

@keyframes mytheme-usp-plant-sway {
  0%,
  100% {
    transform: rotate(-3deg) translateY(0);
  }
  25% {
    transform: rotate(5deg) translateY(-3px);
  }
  50% {
    transform: rotate(-7deg) translateY(0);
  }
  75% {
    transform: rotate(6deg) translateY(-4px);
  }
}

@keyframes mytheme-usp-fish-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(10px, -5px, 0);
  }
}

@keyframes mytheme-usp-cta-shine {
  0%,
  56%,
  100% {
    transform: translateX(-130%);
  }
  70%,
  82% {
    transform: translateX(130%);
  }
}

@keyframes mytheme-usp-swimmer-cruise {
  0% {
    transform: translateX(calc(-50% - 18vw));
  }
  50% {
    transform: translateX(calc(-50% + 2vw));
  }
  100% {
    transform: translateX(calc(-50% + 18vw));
  }
}

@keyframes mytheme-usp-swimmer-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  25% {
    transform: translateY(-10px) rotate(-2deg);
  }
  50% {
    transform: translateY(4px) rotate(3deg);
  }
  75% {
    transform: translateY(-8px) rotate(1deg);
  }
}

@keyframes mytheme-usp-card-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-1deg);
  }
  25% {
    transform: translate3d(0, -6px, 0) rotate(0.7deg);
  }
  50% {
    transform: translate3d(0, 2px, 0) rotate(-0.2deg);
  }
  75% {
    transform: translate3d(0, -4px, 0) rotate(1deg);
  }
}

@keyframes mytheme-usp-star-wobble {
  0%,
  100% {
    transform: rotate(-8deg) translateY(0);
  }
  50% {
    transform: rotate(5deg) translateY(-3px);
  }
}

@keyframes mytheme-usp-bubble-pop {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  72% {
    transform: scale(1.12);
    opacity: 0.84;
  }
  100% {
    transform: scale(0.18);
    opacity: 0;
  }
}

@keyframes mytheme-usp-bubble-reappear {
  0% {
    transform: scale(0.28);
    opacity: 0;
  }
  68% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mytheme-usp-swimmer-badge-wave {
  0%,
  8%,
  100% {
    opacity: 0;
    transform: translate3d(-50%, 8px, 0) scale(0.94);
  }
  12%,
  26% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0) scale(1);
  }
  31% {
    opacity: 0;
    transform: translate3d(-50%, -2px, 0) scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mytheme-home-usp__light,
  .mytheme-home-usp__bubble,
  .mytheme-home-usp-bubble,
  .mytheme-home-usp__coral,
  .mytheme-home-usp__plant,
  .mytheme-home-usp__grass,
  .mytheme-home-usp__swimmer-track,
  .mytheme-home-usp__swimmer,
  .mytheme-home-usp__fish,
  .mytheme-home-usp__cta::before {
    animation: none !important;
  }

  .mytheme-home-usp__swimmer-badge {
    animation: none !important;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}

.mytheme-section--social-proof {
  padding: 3.6rem 0;
  background:
    radial-gradient(circle at top right, rgba(47, 119, 233, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.mytheme-home-proof {
  display: grid;
  gap: 1.5rem;
}

.mytheme-home-proof__header {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(18rem, 0.7fr);
  gap: 1rem;
  align-items: start;
}

.mytheme-home-proof__copy {
  display: grid;
  gap: 0.7rem;
}

.mytheme-home-proof__summary {
  display: grid;
  gap: 0.8rem;
  padding: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.mytheme-home-proof__stars,
.mytheme-home-review-card__stars {
  color: #f0b323;
  letter-spacing: 0.12em;
}

.mytheme-home-proof__score {
  margin: 0;
  color: #0f172a;
  font-size: 1.05rem;
  font-weight: 700;
}

.mytheme-home-proof__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.mytheme-home-proof__stat {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.mytheme-home-proof__stat-value {
  color: #111111;
  font-size: 1rem;
  font-weight: 800;
}

.mytheme-home-proof__stat-label {
  color: #64748b;
  font-size: 0.74rem;
  line-height: 1.4;
}

.mytheme-home-proof__reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mytheme-home-review-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.15rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.05);
}

.mytheme-home-review-card__media {
  aspect-ratio: 4 / 3;
  background: #eef5fb;
  overflow: hidden;
}

.mytheme-home-review-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mytheme-home-review-card__body {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  padding: 1.15rem;
}

.mytheme-home-review-card__author,
.mytheme-home-review-card__text,
.mytheme-home-review-card__meta {
  margin: 0;
}

.mytheme-home-review-card__author {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
}

.mytheme-home-review-card__text {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.65;
}

.mytheme-home-review-card__meta {
  color: #0f766e;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mytheme-section--comparison {
  padding: 3.6rem 0;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.mytheme-home-comparison {
  display: grid;
  gap: 1.4rem;
}

.mytheme-home-comparison__copy {
  display: grid;
  gap: 0.7rem;
  max-width: 48rem;
}

.mytheme-home-comparison__table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1.2rem;
  background: #ffffff;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.05);
}

.mytheme-home-comparison__table {
  width: 100%;
  border-collapse: collapse;
}

.mytheme-home-comparison__table th,
.mytheme-home-comparison__table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  text-align: left;
  vertical-align: top;
}

.mytheme-home-comparison__table thead th {
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mytheme-home-comparison__table tbody th {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
  width: 24%;
}

.mytheme-home-comparison__table td {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

.mytheme-home-comparison__table td.is-positive {
  color: #0f172a;
  font-weight: 700;
}

.mytheme-home-comparison__link {
  color: #0f172a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

/* Product CRO upgrades */
.single-product .summary .mytheme-pdp-mini-badges {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0 0.9rem 0.55rem;
}

.single-product .summary .mytheme-pdp-mini-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.9rem;
  padding: 0 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
  color: #0f172a;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.single-product .mytheme-rk-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.single-product .mytheme-rk-feature-card {
  display: grid;
  gap: 0.6rem;
  padding: 1rem 0.92rem;
  border: 1px solid var(--mytheme-line);
  border-radius: 1rem;
  background: var(--mytheme-soft);
}

.single-product .mytheme-rk-feature-card h3 {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.18;
}

.single-product .mytheme-rk-feature-card p {
  margin: 0;
  color: #475569;
  font-size: 0.8rem;
  line-height: 1.45;
}

.mytheme-mobile-atc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem;
  padding: 0.88rem 1rem calc(0.88rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
  transform: translateY(calc(100% + 16px));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.mytheme-mobile-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mytheme-mobile-atc__meta {
  display: grid;
  gap: 0.18rem;
}

.mytheme-mobile-atc__trust {
  color: #64748b;
  font-size: 0.68rem;
  line-height: 1.4;
}

.mytheme-mobile-atc__button {
  white-space: nowrap;
}

body.single-product.has-mobile-atc-visible .site-main {
  padding-bottom: 5.9rem;
}

@media (max-width: 991px) {
  .mytheme-home-usp__content {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.92rem;
    padding-bottom: 7.2rem;
  }

  .mytheme-home-usp__intro,
  .mytheme-home-usp__bubble-grid {
    grid-column: auto;
  }

  .mytheme-home-usp__bubble-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.68rem;
    min-height: 0;
    margin-top: 0;
  }

  .mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    min-height: 5.85rem;
    aspect-ratio: auto;
    padding: 0.92rem 0.88rem 0.96rem;
    border-radius: 1.7rem 1.85rem 1.55rem 1.95rem / 1.9rem 1.6rem 1.9rem 1.7rem;
    place-content: start;
    justify-items: start;
    text-align: left;
    animation: mytheme-usp-card-drift var(--bubble-card-duration, 8s) ease-in-out infinite;
  }

  .mytheme-home-usp__comparison-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mytheme-home-usp-bubble--metric {
    min-height: 5.2rem;
  }

  .mytheme-home-usp-bubble__title,
  .mytheme-home-usp-bubble__text {
    max-width: none;
  }

  .mytheme-home-usp__fish--2,
  .mytheme-home-usp__plant--5,
  .mytheme-home-usp__star--2,
  .mytheme-home-usp__light--3 {
    display: none;
  }

  .mytheme-home-usp__reef {
    height: 158px;
  }

  .mytheme-home-usp__floaters {
    inset: auto 0 3rem 0;
    height: 6.8rem;
    z-index: 2;
  }

  .mytheme-home-usp__swimmer-track {
    bottom: auto;
    width: clamp(82px, 14vw, 118px);
    animation-duration: 13.2s;
  }

  .mytheme-home-usp__swimmer-badge {
    display: inline-flex;
    min-height: 1.7rem;
    padding: 0.24rem 0.56rem;
    font-size: 0.5rem;
    letter-spacing: 0.07em;
    bottom: calc(100% + 0.16rem);
  }

  .mytheme-home-usp__swimmer-track--1 {
    left: 76%;
    top: 0;
    width: clamp(88px, 15vw, 122px);
  }

  .mytheme-home-usp__swimmer-track--2 {
    left: 20%;
    top: 2rem;
    width: clamp(74px, 12vw, 102px);
  }

  .mytheme-home-usp__swimmer-track--3 {
    left: 49%;
    top: 3.2rem;
    width: clamp(68px, 11vw, 94px);
  }
}

@media (max-width: 767px) {
  .mytheme-section--usp {
    padding: 1.1rem 0 1.8rem;
  }

  .mytheme-home-usp {
    padding: 0.95rem 0.88rem;
  }

  .mytheme-home-usp__intro {
    max-width: none;
  }

  .mytheme-home-usp__title {
    max-width: none;
    font-size: clamp(1.5rem, 8vw, 2rem);
  }

  .mytheme-home-usp__bubble-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.38rem 0.24rem;
    min-height: 0;
    margin-top: 0.18rem;
    padding: 0 0.04rem 0.3rem;
    align-items: start;
    justify-items: center;
  }

  .mytheme-home-usp__comparison-list,
  .single-product .mytheme-rk-feature-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mytheme-home-usp__lead {
    max-width: none;
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .mytheme-home-usp__content {
    padding-bottom: 8rem;
  }

  .mytheme-home-usp__actions {
    width: 100%;
  }

  .mytheme-home-usp__cta,
  .mytheme-home-usp__cta.button {
    width: min(100%, 19rem);
    min-height: 3rem;
    margin-top: 0.1rem;
    padding: 0.88rem 1.45rem;
    justify-content: center;
    font-size: 0.8rem;
    line-height: 1.1;
    letter-spacing: 0.14em;
  }

  .mytheme-home-usp__bubble-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.38rem 0.24rem;
    align-items: start;
  }

  .mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    min-height: 0;
    aspect-ratio: 1 / 1;
    width: min(100%, clamp(4.95rem, 24.8vw, 5.8rem));
    justify-self: center;
    padding: 0.74rem 0.64rem 0.76rem;
    border-radius: 50%;
    place-content: center;
    justify-items: center;
    text-align: center;
    animation-duration: calc(var(--bubble-card-duration, 8s) + 1.6s);
  }

  .mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble:nth-child(n + 4) {
    width: min(100%, clamp(5.4rem, 27.4vw, 6.2rem));
    padding: 0.82rem 0.7rem 0.84rem;
    margin-top: -1.06rem;
  }

  .mytheme-home-usp-bubble--1 {
    margin-top: 0.02rem;
    transform: translateX(-0.08rem);
  }

  .mytheme-home-usp-bubble--2 {
    margin-top: -0.14rem;
  }

  .mytheme-home-usp-bubble--3 {
    margin-top: 0.08rem;
    transform: translateX(0.08rem);
  }

  .mytheme-home-usp-bubble--4 {
    transform: translateX(0.14rem);
  }

  .mytheme-home-usp-bubble--5 {
    transform: translateY(-0.16rem);
  }

  .mytheme-home-usp-bubble--6 {
    transform: translateX(-0.12rem);
  }

  .mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble::before {
    width: 30%;
    height: 13%;
    opacity: 0.66;
  }

  .mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble::after {
    width: 9%;
    opacity: 0.12;
  }

  .mytheme-home-usp-bubble__eyebrow {
    font-size: 0.76rem;
  }

  .mytheme-home-usp-bubble__title {
    max-width: 8.8ch;
    font-size: 0.68rem;
    line-height: 1.18;
    text-wrap: balance;
  }

  .mytheme-home-usp-bubble--metric .mytheme-home-usp-bubble__title {
    max-width: 6.6ch;
    font-size: 0.58rem;
    line-height: 1.12;
  }

  .mytheme-home-usp-bubble--5 .mytheme-home-usp-bubble__title {
    max-width: 5.7ch;
    font-size: 0.56rem;
    line-height: 1.06;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .mytheme-home-usp-bubble__text {
    max-width: 8.9ch;
    font-size: 0.56rem;
    line-height: 1.22;
    text-wrap: balance;
  }

  .mytheme-home-usp-bubble--metric {
    padding-top: 0.72rem;
  }

  .mytheme-home-usp__comparison-list li {
    min-height: 0;
    border-radius: 0.9rem;
    font-size: 0.72rem;
    padding: 0.72rem 0.76rem;
  }

  .mytheme-home-usp__reef {
    height: 122px;
  }

  .mytheme-home-usp__floaters {
    inset: auto 0 2.55rem 0;
    height: 5.3rem;
    z-index: 1;
  }

  .mytheme-home-usp__swimmer-track {
    width: min(22vw, 72px);
    animation-duration: 10.8s;
  }

  .mytheme-home-usp__swimmer-track--1 {
    left: 80%;
    top: 0;
  }

  .mytheme-home-usp__swimmer-track--2 {
    left: 18%;
    top: 1.5rem;
    width: min(19vw, 62px);
  }

  .mytheme-home-usp__swimmer-track--3 {
    left: 52%;
    top: 2.8rem;
    width: min(17vw, 56px);
  }

  .mytheme-home-usp__swimmer-badge {
    display: inline-flex;
    min-height: 1.48rem;
    padding: 0.18rem 0.46rem;
    font-size: 0.44rem;
    letter-spacing: 0.06em;
    bottom: calc(100% + 0.08rem);
  }

  .mytheme-home-usp__swimmer-badge::after {
    width: 8px;
    height: 8px;
  }

  .mytheme-home-usp__coral--2,
  .mytheme-home-usp__fish,
  .mytheme-home-usp__grass--2,
  .mytheme-home-usp__plant--4,
  .mytheme-home-usp__plant--5,
  .mytheme-home-usp__shell--2,
  .mytheme-home-usp__star--2,
  .mytheme-home-usp__bubble--4,
  .mytheme-home-usp__bubble--5,
  .mytheme-home-usp__bubble--6 {
    display: none;
  }

  .single-product .summary .mytheme-pdp-mini-badges {
    padding: 0 0.78rem 0.52rem;
    gap: 0.36rem;
  }

  .single-product .summary .mytheme-pdp-mini-badge {
    min-height: 1.8rem;
    padding: 0 0.62rem;
    font-size: 0.61rem;
  }

  .mytheme-mobile-atc {
    gap: 0.65rem;
    padding: 0.78rem 0.82rem calc(0.78rem + env(safe-area-inset-bottom, 0px));
  }

  .mytheme-mobile-atc__button {
    min-width: auto;
    padding-inline: 1rem;
  }

  body.single-product.has-mobile-atc-visible .site-main {
    padding-bottom: 6.2rem;
  }
}

@media (max-width: 480px) {
  .mytheme-section--usp {
    padding: 0.9rem 0 1.45rem;
  }

  .mytheme-home-usp {
    padding: 0.8rem 0.82rem;
  }

  .mytheme-home-usp__content {
    row-gap: 0.78rem;
    padding-bottom: 6.4rem;
  }

  .mytheme-home-usp__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .mytheme-home-usp__title {
    max-width: none;
    font-size: clamp(1.08rem, 5.9vw, 1.34rem);
    line-height: 0.95;
    white-space: nowrap;
  }

  .mytheme-home-usp__lead {
    max-width: none;
    font-size: clamp(0.64rem, 2.9vw, 0.74rem);
    line-height: 1.2;
    white-space: nowrap;
  }

  .mytheme-home-usp__actions {
    margin-top: 0.08rem;
  }

  .mytheme-home-usp__cta,
  .mytheme-home-usp__cta.button {
    width: min(100%, 17.6rem);
    min-height: 3.05rem;
    padding: 0.94rem 1.4rem;
    font-size: 0.78rem;
    line-height: 1.08;
    letter-spacing: 0.11em;
  }

  .mytheme-home-usp__bubble-grid {
    gap: 0.32rem 0.14rem;
    margin-top: 0.08rem;
    padding-bottom: 0.24rem;
  }

  .mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble {
    width: min(100%, clamp(4.5rem, 23.2vw, 5rem));
    padding: 0.62rem 0.52rem 0.66rem;
  }

  .mytheme-home-usp__bubble-grid > .mytheme-home-usp-bubble:nth-child(n + 4) {
    width: min(100%, clamp(4.95rem, 26vw, 5.55rem));
    padding: 0.7rem 0.58rem 0.74rem;
    margin-top: -0.82rem;
  }

  .mytheme-home-usp-bubble--1 {
    margin-top: 0.02rem;
    transform: translateX(-0.06rem);
  }

  .mytheme-home-usp-bubble--2 {
    margin-top: -0.1rem;
  }

  .mytheme-home-usp-bubble--3 {
    margin-top: 0.08rem;
    transform: translateX(0.06rem);
  }

  .mytheme-home-usp-bubble--4 {
    transform: translateX(0.12rem);
  }

  .mytheme-home-usp-bubble--5 {
    transform: translateY(-0.14rem);
  }

  .mytheme-home-usp-bubble--6 {
    transform: translateX(-0.1rem);
  }

  .mytheme-home-usp-bubble__eyebrow {
    font-size: 0.7rem;
  }

  .mytheme-home-usp-bubble__title {
    max-width: 8.4ch;
    font-size: 0.64rem;
    line-height: 1.15;
  }

  .mytheme-home-usp-bubble--metric .mytheme-home-usp-bubble__title {
    max-width: 6.2ch;
    font-size: 0.54rem;
  }

  .mytheme-home-usp-bubble--5 .mytheme-home-usp-bubble__title {
    max-width: 5.2ch;
    font-size: 0.52rem;
    line-height: 1.02;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }

  .mytheme-home-usp-bubble__text {
    max-width: 8.1ch;
    font-size: 0.5rem;
    line-height: 1.18;
  }

  .mytheme-home-usp__comparison-label {
    font-size: 0.78rem;
  }

  .mytheme-home-usp__comparison-list {
    gap: 0.48rem;
  }

  .mytheme-home-usp__comparison-list li {
    border-radius: 0.86rem;
    font-size: 0.68rem;
    line-height: 1.34;
    padding: 0.64rem 0.72rem;
  }

  .mytheme-home-usp__reef {
    height: 96px;
  }

  .mytheme-home-usp__floaters {
    inset: auto 0 1.55rem 0;
    height: 3.9rem;
  }

  .mytheme-home-usp__swimmer-track {
    width: 54px;
    animation-duration: 9.8s;
  }

  .mytheme-home-usp__swimmer-track--1 {
    left: 76%;
    top: 0.2rem;
  }

  .mytheme-home-usp__swimmer-track--2 {
    left: 8%;
    top: 1.08rem;
    width: 50px;
  }

  .mytheme-home-usp__swimmer-track--3 {
    left: 42%;
    top: 2.1rem;
    width: 46px;
  }

  .mytheme-home-usp__swimmer-badge {
    display: none;
  }
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto Variable"), url("../fonts/Roboto-Latin-Var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-400-LatinExt.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-400-Latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-700-LatinExt.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-700-Latin.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --mytheme-bg: #ffffff;
  --mytheme-text: #111111;
  --mytheme-muted: #6b6b6b;
  --mytheme-line: #e4e4e4;
  --mytheme-soft: #f6f6f6;
  --mytheme-dark: #000000;
  --mytheme-topbar-bg: #ffffff;
  --mytheme-topbar-text: #111111;
  --mytheme-container: min(1400px, calc(100% - 2rem));
  --mytheme-container-narrow: min(980px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--mytheme-bg);
  color: var(--mytheme-text);
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  width: 100%;
  max-width: none;
}

/* Hard reset for boxed layouts */
#page,
.site,
.site-main,
.site-header-wrap,
.site-footer {
  width: 100%;
  max-width: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  opacity: 0.8;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.container {
  width: var(--mytheme-container);
  margin-inline: auto;
}

.container--narrow {
  width: var(--mytheme-container-narrow);
}

.site-main {
  min-height: 52vh;
}
.mytheme-size-guide-page__inner {
  padding: 2.5rem 0 3rem;
}

.mytheme-size-guide-page__header {
  display: grid;
  gap: 0.6rem;
  margin-bottom: 2rem;
  text-align: left;
}

.mytheme-size-guide-page__title {
  margin: 0;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mytheme-size-guide-page__text {
  margin: 0;
  color: var(--mytheme-muted);
}

.mytheme-size-guide-page__section {
  display: grid;
  gap: 1.2rem;
  margin-bottom: 2.5rem;
}

.mytheme-size-guide-page__section-title {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mytheme-faq-page__inner {
  display: grid;
  gap: 1.35rem;
  padding: 2.5rem 0 3.1rem;
}

.mytheme-faq-page__hero {
  display: grid;
  gap: 0.95rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border: 1px solid rgba(16, 78, 109, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top left, rgba(129, 218, 255, 0.18), rgba(129, 218, 255, 0) 34%),
    linear-gradient(180deg, rgba(242, 251, 255, 0.96) 0%, rgba(234, 247, 252, 0.98) 100%);
  box-shadow: 0 22px 44px rgba(8, 36, 52, 0.08);
}

.mytheme-faq-page__eyebrow,
.mytheme-faq-page__section-eyebrow,
.mytheme-faq-page__resource-eyebrow {
  margin: 0;
  color: #0f6d8f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mytheme-faq-page__title {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.mytheme-faq-page__lead,
.mytheme-faq-page__support,
.mytheme-faq-page__section-intro,
.mytheme-faq-page__resource-text {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.96rem;
  line-height: 1.7;
}

.mytheme-faq-page__support {
  max-width: 56rem;
}

.mytheme-faq-page__facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.mytheme-faq-page__fact {
  display: grid;
  gap: 0.18rem;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(16, 78, 109, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.mytheme-faq-page__fact-value {
  margin: 0;
  color: var(--mytheme-text);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

.mytheme-faq-page__fact-label {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.mytheme-faq-page__quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.mytheme-faq-page__quicklink {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(16, 78, 109, 0.16);
  background: #ffffff;
  color: var(--mytheme-text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mytheme-faq-page__quicklink:hover,
.mytheme-faq-page__quicklink:focus-visible {
  border-color: rgba(16, 78, 109, 0.3);
  box-shadow: 0 12px 24px rgba(8, 36, 52, 0.08);
  transform: translateY(-1px);
}

.mytheme-faq-page__sections {
  display: grid;
  gap: 1rem;
}

.mytheme-faq-page__section {
  scroll-margin-top: 7rem;
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 2.6vw, 1.7rem);
  border: 1px solid var(--mytheme-line);
  border-radius: 1.4rem;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(8, 36, 52, 0.05);
}

.mytheme-faq-page__section-header {
  display: grid;
  gap: 0.45rem;
}

.mytheme-faq-page__section-title,
.mytheme-faq-page__resource-title {
  margin: 0;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.mytheme-faq-page__accordion {
  display: grid;
  gap: 0.8rem;
}

.mytheme-faq-page__item {
  border: 1px solid rgba(16, 78, 109, 0.12);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.96) 0%, rgba(239, 248, 252, 0.96) 100%);
  overflow: hidden;
}

.mytheme-faq-page__item[open] {
  border-color: rgba(16, 78, 109, 0.22);
  box-shadow: 0 14px 30px rgba(8, 36, 52, 0.06);
}

.mytheme-faq-page__question {
  position: relative;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.1rem;
  list-style: none;
  cursor: pointer;
  color: var(--mytheme-text);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

.mytheme-faq-page__question::-webkit-details-marker {
  display: none;
}

.mytheme-faq-page__question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.05rem;
  width: 1.85rem;
  height: 1.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(16, 78, 109, 0.08);
  color: #0f6d8f;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.mytheme-faq-page__item[open] .mytheme-faq-page__question::after {
  content: "Ă˘Ââ€™";
}

.mytheme-faq-page__answer {
  padding: 0 1.1rem 1.05rem;
  color: var(--mytheme-muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.mytheme-faq-page__answer p {
  margin: 0;
}

.mytheme-faq-page__answer p + p {
  margin-top: 0.8rem;
}

.mytheme-faq-page__resources {
  display: grid;
  gap: 1rem;
}

.mytheme-faq-page__resources-head {
  display: grid;
  gap: 0.45rem;
}

.mytheme-faq-page__resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.mytheme-faq-page__resource-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.2rem;
  border: 1px solid var(--mytheme-line);
  border-radius: 1.3rem;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
}

.mytheme-faq-page__resource-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2.55rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  background: var(--mytheme-dark);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mytheme-faq-page__resource-link:hover,
.mytheme-faq-page__resource-link:focus-visible {
  opacity: 0.9;
}

.mytheme-faq-page__extra {
  padding-top: 0.25rem;
}

.mytheme-shipping-page__methods,
.mytheme-shipping-page__notes {
  display: grid;
  gap: 1rem;
}

.mytheme-shipping-page__method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.mytheme-shipping-page__method-card,
.mytheme-shipping-page__note-card {
  display: grid;
  gap: 0.6rem;
  padding: 1.2rem;
  border: 1px solid var(--mytheme-line);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.96) 0%, rgba(239, 248, 252, 0.96) 100%);
}

.mytheme-shipping-page__method-tag {
  margin: 0;
  color: #0f6d8f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mytheme-shipping-page__method-title,
.mytheme-shipping-page__note-title {
  margin: 0;
  color: var(--mytheme-text);
  font-size: 1.08rem;
  line-height: 1.2;
}

.mytheme-shipping-page__method-price {
  margin: 0;
  color: #0f6d8f;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.mytheme-shipping-page__method-text,
.mytheme-shipping-page__note-text {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.mytheme-shipping-page__note-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

@media (max-width: 900px) {
  .mytheme-faq-page__facts,
  .mytheme-faq-page__resource-grid,
  .mytheme-shipping-page__method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mytheme-shipping-page__note-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .mytheme-faq-page__inner {
    gap: 1rem;
    padding: 1.35rem 0 2rem;
  }

  .mytheme-faq-page__hero,
  .mytheme-faq-page__section,
  .mytheme-faq-page__resource-card {
    border-radius: 1.1rem;
  }

  .mytheme-faq-page__facts,
  .mytheme-faq-page__resource-grid,
  .mytheme-shipping-page__method-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .mytheme-faq-page__quicklinks {
    gap: 0.45rem;
  }

  .mytheme-faq-page__quicklink {
    min-height: 2.25rem;
    padding: 0 0.82rem;
    font-size: 0.66rem;
  }

  .mytheme-faq-page__question {
    padding: 0.92rem 3rem 0.92rem 0.92rem;
    font-size: 0.92rem;
  }

  .mytheme-faq-page__question::after {
    right: 0.85rem;
  }

  .mytheme-faq-page__answer {
    padding: 0 0.92rem 0.92rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .mytheme-shipping-page__method-card,
  .mytheme-shipping-page__note-card {
    padding: 1rem;
  }
}

.mytheme-cart-shipping-progress {
  display: grid;
  gap: 0.7rem;
  margin: 0 0 1rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(16, 78, 109, 0.14);
  border-radius: 1.1rem;
  background: linear-gradient(180deg, rgba(246, 251, 255, 0.98) 0%, rgba(238, 247, 252, 0.96) 100%);
  box-shadow: 0 14px 28px rgba(8, 36, 52, 0.05);
}

.mytheme-cart-shipping-progress__eyebrow {
  margin: 0;
  color: #0f6d8f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mytheme-cart-shipping-progress__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
}

.mytheme-cart-shipping-progress__title,
.mytheme-cart-shipping-progress__status,
.mytheme-cart-shipping-progress__meta {
  margin: 0;
}

.mytheme-cart-shipping-progress__title {
  color: var(--mytheme-text);
  font-size: 1.15rem;
  line-height: 1.1;
}

.mytheme-cart-shipping-progress__status,
.mytheme-cart-shipping-progress__meta {
  color: var(--mytheme-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.mytheme-cart-shipping-progress__status {
  max-width: 21rem;
  text-align: right;
}

.mytheme-cart-shipping-progress__bar {
  position: relative;
  overflow: hidden;
  height: 0.62rem;
  border-radius: 999px;
  background: rgba(15, 109, 143, 0.12);
}

.mytheme-cart-shipping-progress__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #28d79e 0%, #1eb9a6 52%, #0f6d8f 100%);
}

.mytheme-cart-shipping-progress__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.mytheme-cart-shipping-progress__link {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0 0.95rem;
  border: 1px solid rgba(16, 78, 109, 0.16);
  border-radius: 999px;
  color: var(--mytheme-text);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
}

.mytheme-cart-shipping-progress__link--accent {
  color: #ffffff;
  background: linear-gradient(90deg, #1ecf9d 0%, #17bb8f 100%);
  border-color: transparent;
}

@media (max-width: 900px) {
  .mytheme-cart-shipping-progress__head {
    display: grid;
  }

  .mytheme-cart-shipping-progress__status {
    max-width: none;
    text-align: left;
  }

}

@media (max-width: 640px) {
  .mytheme-cart-shipping-progress {
    padding: 0.92rem;
  }

  .mytheme-cart-shipping-progress__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .mytheme-cart-shipping-progress__link {
    justify-content: center;
  }
}
/* blog strip (compact) */
.mytheme-blog-strip{border-top:1px solid var(--mytheme-line);border-bottom:1px solid var(--mytheme-line);background:#fff;padding:2.2rem 0}
.mytheme-blog-strip__inner{display:grid;gap:1.8rem;justify-items:stretch;text-align:left;max-width:1400px;margin:0 auto}
.mytheme-blog-strip__header{display:grid;gap:.35rem;justify-items:start}
.mytheme-blog-strip__title{margin:0;font-size:1.05rem;letter-spacing:.28em;text-transform:uppercase}
.mytheme-blog-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;width:100%;margin:0 auto}
.mytheme-blog-strip__card{display:grid;text-align:left;border:1px solid var(--mytheme-line);border-radius:0;overflow:hidden;background:#fff}
.mytheme-blog-strip__thumb{display:block;overflow:hidden;background:var(--mytheme-soft)}
.mytheme-blog-strip__thumb img{width:100%;height:260px;object-fit:cover;transition:transform .25s ease}
.mytheme-blog-strip__thumb-placeholder{display:block;width:100%;height:260px;background:var(--mytheme-soft)}
.mytheme-blog-strip__thumb:hover img{transform:scale(1.02)}
.mytheme-blog-strip__meta{margin:0;color:var(--mytheme-muted);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.mytheme-blog-strip__body{display:grid;gap:.6rem;padding:1rem 1.1rem 1.1rem}
.mytheme-blog-strip__card-title{margin:0;font-size:.98rem;letter-spacing:.01em;line-height:1.35;font-weight:700}
.mytheme-blog-strip__card-title a{text-decoration:none;display:block}
.mytheme-blog-strip__excerpt{margin:0;color:var(--mytheme-muted);font-size:.85rem;line-height:1.6}
.mytheme-blog-strip__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.mytheme-blog-strip__cat{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--mytheme-muted)}
.mytheme-blog-strip__more{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--mytheme-text)}
.mytheme-blog-strip__more:hover{text-decoration:underline}
@media (max-width: 1100px){.mytheme-blog-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 720px){.mytheme-blog-strip__grid{grid-template-columns:1fr}.mytheme-blog-strip__thumb img,.mytheme-blog-strip__thumb-placeholder{height:200px}}

.button,
button.button,
a.button,
.woocommerce a.button,
.woocommerce button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border: 1px solid var(--mytheme-dark);
  background: var(--mytheme-dark);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0 1rem;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

.button-secondary,
.woocommerce .button-secondary {
  background: #ffffff;
  color: var(--mytheme-text);
  border-color: var(--mytheme-line);
}

.mytheme-marquee {
  position: relative;
  overflow: hidden;
  height: 1.95rem;
  background: #000000;
  color: #ffffff;
}

.mytheme-marquee__track {
  width: max-content;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  padding-inline: 1.4rem;
  animation: mytheme-marquee-scroll 22s linear infinite;
}

.mytheme-marquee__track span {
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.64rem;
  font-weight: 700;
}

@keyframes mytheme-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}

.mytheme-topbar {
  border-bottom: 1px solid var(--mytheme-line);
  background: var(--mytheme-topbar-bg);
  color: var(--mytheme-topbar-text);
  transition: transform 0.25s ease;
  z-index: 1500;
}

.mytheme-topbar.is-hidden {
  transform: translateY(-100%);
}

.mytheme-topbar__inner {
  min-height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mytheme-topbar__item {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.62rem;
  font-weight: 700;
}

.site-header {
  background: #ffffff;
}

.site-header__meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 5rem;
}

.site-header__utility {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.63rem;
  font-weight: 700;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-branding--center {
  justify-content: center;
}

.site-branding img {
  width: auto;
  max-height: 50px;
}

.site-title {
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-header__cart-wrap {
  justify-self: end;
}

.site-header__cart-button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.63rem;
  font-weight: 700;
}

.site-header__cart-count,
.mytheme-cart-count {
  margin-left: 0.28rem;
}

.site-header__search-row {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.7rem 0;
}

.mytheme-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 520px;
  margin-left: auto;
}

.mytheme-search-form__input {
  border: 1px solid var(--mytheme-line);
  border-right: 0;
  background: #ffffff;
  min-height: 2.4rem;
  padding: 0 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mytheme-search-form__button {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  min-height: 2.4rem;
  min-width: 6.3rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.62rem;
  font-weight: 700;
}

.site-header__nav-row {
  border-bottom: 1px solid var(--mytheme-line);
}

.primary-navigation {
  overflow-x: auto;
  scrollbar-width: thin;
}

.mytheme-primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.55rem;
  min-height: 3.1rem;
  white-space: nowrap;
}

.mytheme-primary-menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: 3.1rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 700;
}

.mytheme-hero {
  padding-top: 0.9rem;
}

.mytheme-hero__grid {
  display: grid;
  gap: 1px;
  background: var(--mytheme-line);
}

.mytheme-hero-card {
  position: relative;
  background: #efefef;
  overflow: hidden;
}

.mytheme-hero-card__image {
  position: relative;
  display: block;
  aspect-ratio: 4 / 5;
}

.mytheme-hero-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mytheme-hero-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.56) 100%);
}

.mytheme-hero-card__fallback {
  display: grid;
  place-items: center;
  height: 100%;
  color: #555555;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mytheme-hero-card__content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
}

.mytheme-hero-card__content--center {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  min-width: min(88vw, 460px);
}

.mytheme-hero-card__label {
  margin: 0 0 0.45rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6rem;
  font-weight: 700;
}

.mytheme-hero-card__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.mytheme-hero-card__link {
  display: inline-block;
  margin-top: 0.85rem;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
}

.mytheme-hero-card--fallback {
  min-height: 440px;
  background: linear-gradient(135deg, #dddddd 0%, #bcbcbc 100%);
}

.mytheme-section {
  padding: 2.5rem 0;
}

.mytheme-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mytheme-section__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: clamp(0.86rem, 1.5vw, 1.02rem);
  font-weight: 700;
}

.mytheme-section__subtitle {
  margin: 0.42rem 0 0;
  color: var(--mytheme-muted);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
}

.mytheme-section__link {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 700;
}

.products,
.woocommerce ul.products {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem 0.9rem;
}

.mytheme-product-card {
  margin: 0;
}

.mytheme-product-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mytheme-product-card__thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--mytheme-soft);
}

.mytheme-product-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease;
}

.mytheme-product-card__img--secondary {
  opacity: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .mytheme-product-card__thumb:hover .mytheme-product-card__img--primary {
    opacity: 0;
  }

  .mytheme-product-card__thumb:hover .mytheme-product-card__img--secondary {
    opacity: 1;
  }
}

.mytheme-product-badge {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  z-index: 2;
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.56rem;
  font-weight: 700;
  padding: 0.26rem 0.38rem;
}

.mytheme-product-badge--fulfillment {
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.5rem;
  letter-spacing: 0.11em;
  padding: 0.24rem 0.34rem;
}

.mytheme-product-badge--fulfillment-pl {
  background: #111111;
  color: #ffffff;
}

.mytheme-product-badge--fulfillment-drop {
  background: #4f98db;
  color: #ffffff;
}

.mytheme-product-badge--offset {
  top: 1.95rem;
}

.mytheme-product-badge--bestseller-base {
  left: auto;
  right: 0.5rem;
  top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.34rem 0.58rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff8a1e 0%, #ff6a13 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(255, 106, 19, 0.28);
  letter-spacing: 0.16em;
  font-size: 0.54rem;
  font-weight: 900;
}

.mytheme-product-badge--bestseller-base::before {
  content: '\2605';
  font-size: 0.66rem;
  line-height: 1;
}

.mytheme-product-badge--bestseller-single {
  right: auto;
  left: 0.9rem;
  top: 0.9rem;
  z-index: 5;
  padding: 0.46rem 0.78rem;
  font-size: 0.62rem;
}

.single-product .mytheme-pdp-gallery__slide .mytheme-product-badge--bestseller-single {
  position: absolute;
}

.mytheme-shop-spotlight__media .mytheme-product-badge--bestseller-spotlight {
  left: 0.55rem;
  right: auto;
  top: 0.55rem;
}

@media (max-width: 959px) {
  .mytheme-product-badge--bestseller-base {
    right: 0.42rem;
    top: 0.42rem;
    padding: 0.28rem 0.48rem;
    font-size: 0.48rem;
  }

  .mytheme-product-badge--bestseller-single {
    left: 0.6rem;
    top: 0.6rem;
    padding: 0.34rem 0.62rem;
    font-size: 0.54rem;
  }
}

.mytheme-product-card__meta {
  display: grid;
  gap: 0.36rem;
}

.mytheme-product-card__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  line-height: 1.4;
  font-weight: 700;
}

.mytheme-product-card__price {
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.mytheme-product-card__price del,
.woocommerce div.product p.price del {
  opacity: 1;
  color: var(--mytheme-muted);
}

.mytheme-product-card__price ins,
.woocommerce div.product p.price ins {
  text-decoration: none;
  font-weight: 700;
}

.mytheme-omnibus-info {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.63rem;
  letter-spacing: 0.03em;
}

.mytheme-product-card__actions {
  margin-top: 0.15rem;
}

.mytheme-product-card__actions .button {
  width: 100%;
  min-height: 2.3rem;
  background: #ffffff;
  color: var(--mytheme-text);
  border-color: var(--mytheme-line);
}

.mytheme-product-card__actions .button:hover,
.mytheme-product-card__actions .button:focus-visible {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  opacity: 1;
}

.mytheme-product-card .button.is-loading {
  opacity: 0.6;
}

.mytheme-product-card .button.is-added {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.mytheme-section--lookbook {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  background: #ffffff;
}

.mytheme-lookbook-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.9rem;
}

.mytheme-lookbook-card {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
}

.mytheme-lookbook-card__image {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--mytheme-soft);
}

.mytheme-lookbook-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mytheme-lookbook-card__image:hover img {
  transform: scale(1.03);
}

.mytheme-lookbook-card__placeholder {
  display: grid;
  place-items: center;
  height: 100%;
  color: var(--mytheme-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
}

.mytheme-lookbook-card__content {
  padding: 0.82rem;
}

.mytheme-lookbook-card__content h3 {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.mytheme-lookbook-card__content p {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mytheme-lookbook-card__link {
  display: inline-block;
  margin-top: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.6rem;
  font-weight: 700;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.16rem;
}

.mytheme-newsletter {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  background: #fafafa;
}

.mytheme-newsletter .mytheme-section__title,
.mytheme-newsletter .mytheme-section__subtitle {
  text-align: center;
}

.mytheme-newsletter__form,
.mytheme-newsletter__shortcode {
  margin-top: 0.95rem;
}

.mytheme-newsletter__form {
  display: grid;
  gap: 0.7rem;
}

.mytheme-newsletter__form input[type="email"] {
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 0 0.75rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
}

.mytheme-newsletter__consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--mytheme-muted);
  font-size: 0.68rem;
  letter-spacing: 0.02em;
}

.site-footer {
  background: #ffffff;
  border-top: 1px solid var(--mytheme-line);
  padding: 2.6rem 0 1.4rem;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.4rem;
}

.site-footer__col h2 {
  margin: 0 0 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 700;
}

.site-footer__col p,
.site-footer__col li {
  margin: 0.35rem 0;
  color: #2f2f2f;
  font-size: 0.72rem;
}

.site-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer__bottom {
  margin-top: 1.2rem;
  border-top: 1px solid var(--mytheme-line);
  padding-top: 0.95rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.site-footer__payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.site-footer__payments svg {
  width: 78px;
  height: 30px;
}

.site-footer__payments--compact {
  margin-top: 0.7rem;
  gap: 0.3rem;
}

.site-footer__payments--compact .site-footer__payment-logo-img {
  width: 52px;
  height: 22px;
}

.site-footer__payments--compact .site-footer__payment-logo-fallback {
  font-size: 0.62rem;
  padding: 0.2rem 0.35rem;
}

.site-footer__socials {
  margin-top: 0.7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.site-footer__social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid var(--mytheme-line);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0f0f0f;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.25);
}

.site-footer__social-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.site-footer__company {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.66rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8rem;
}

.post-card,
.entry-single,
.lookbook-single {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 1rem;
}

.post-card__title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 700;
}

.post-card__meta {
  margin: 0.35rem 0 0.6rem;
  color: var(--mytheme-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.6rem;
}

.entry-title {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.entry-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0;
}

.mytheme-empty-state {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.84rem;
}

/* Blog */
.mytheme-blog {
  padding: 0 0 2rem;
}

.mytheme-blog__hero {
  border: 1px solid var(--mytheme-line);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
  margin-bottom: 1rem;
  display: grid;
  gap: 0;
}

.mytheme-blog__hero--compact {
  background: #fff;
}

.mytheme-blog__hero-copy {
  padding: clamp(1rem, 3.5vw, 2rem);
}

.mytheme-blog__eyebrow {
  margin: 0 0 0.46rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  color: var(--mytheme-muted);
  font-weight: 600;
}

.mytheme-blog__title {
  margin: 0;
  font-size: clamp(1.24rem, 4.4vw, 2.22rem);
  line-height: 1.18;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.mytheme-blog__lead {
  margin: 0.72rem 0 0;
  max-width: 68ch;
  color: #2c323c;
  font-size: clamp(0.88rem, 2.8vw, 1rem);
  line-height: 1.6;
}

.mytheme-blog__search {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.54rem;
}

.mytheme-blog__search input[type="search"] {
  width: 100%;
  min-height: 2.74rem;
  border: 1px solid var(--mytheme-line);
  border-radius: 0;
  padding: 0 0.86rem;
  font-size: 0.92rem;
  background: #fff;
}

.mytheme-blog__search .button {
  min-height: 2.74rem;
  width: 100%;
}

.mytheme-blog__hero-media {
  border-top: 1px solid var(--mytheme-line);
  min-height: 220px;
}

.mytheme-blog__hero-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: block;
  object-fit: cover;
}

.mytheme-blog__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem;
  margin: 0 0 1rem;
}

.mytheme-blog__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--mytheme-line);
  background: #fff;
  color: #1a1a1a;
  min-height: 2.1rem;
  padding: 0 0.82rem;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.mytheme-blog__cat:hover,
.mytheme-blog__cat:focus-visible,
.mytheme-blog__cat.is-active {
  background: #111;
  color: #fff;
}

.mytheme-blog__topics {
  border: 1px solid var(--mytheme-line);
  background: #fff;
  padding: 1rem;
  margin-bottom: 1.4rem;
}

.mytheme-blog__topics h2 {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mytheme-blog__topics-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.mytheme-blog__topic {
  display: inline-flex;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--mytheme-line);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.mytheme-blog-featured {
  border: 1px solid var(--mytheme-line);
  background: #fff;
  margin-bottom: 1rem;
  display: grid;
}

.mytheme-blog-featured__media {
  border-bottom: 1px solid var(--mytheme-line);
  min-height: 240px;
  display: block;
}

.mytheme-blog-featured__media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: block;
  object-fit: cover;
}

.mytheme-blog-featured__content {
  padding: clamp(0.9rem, 2.8vw, 1.34rem);
}

.mytheme-blog-featured__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.64rem;
  color: var(--mytheme-muted);
}

.mytheme-blog-featured__title {
  margin: 0.6rem 0 0;
  font-size: clamp(1.08rem, 3.2vw, 1.5rem);
  line-height: 1.28;
  text-wrap: balance;
}

.mytheme-blog-featured__title a {
  color: #111;
  text-decoration: none;
}

.mytheme-blog-featured__excerpt {
  margin: 0.66rem 0 0;
  color: #2f3641;
  line-height: 1.62;
  font-size: 0.94rem;
}

.mytheme-blog-featured__actions {
  margin-top: 0.96rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.56rem;
}

.mytheme-blog-featured__cat {
  display: inline-flex;
  align-items: center;
  min-height: 2.48rem;
  border: 1px solid var(--mytheme-line);
  padding: 0 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 600;
  text-decoration: none;
  color: #111;
}

.mytheme-blog-featured__cat:hover,
.mytheme-blog-featured__cat:focus-visible {
  background: #111;
  color: #fff;
}

.mytheme-blog-featured__head {
  padding: clamp(1rem, 2vw, 1.35rem);
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-blog-featured__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mytheme-muted);
}

.mytheme-blog-featured__head h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  line-height: 1.2;
}

.mytheme-blog-featured__head p:last-child {
  margin: 0.55rem 0 0;
  color: #3a4655;
  max-width: 54rem;
}

.mytheme-blog-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mytheme-blog-featured__card {
  display: grid;
  min-height: 100%;
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-blog-featured__card:last-child {
  border-right: 0;
}

.mytheme-blog-featured__thumb {
  display: block;
  aspect-ratio: 16/10;
  min-height: 190px;
  border-bottom: 1px solid var(--mytheme-line);
  background: #f4f5f7;
}

.mytheme-blog-featured__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mytheme-blog-featured__body {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  padding: 1rem;
}

.mytheme-blog-featured__body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.mytheme-blog-featured__body h3 a {
  color: #111;
  text-decoration: none;
}

.mytheme-blog-featured__body p {
  margin: 0;
}

.mytheme-blog-featured__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  width: fit-content;
  padding: 0 0.9rem;
  border: 1px solid #111;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  font-weight: 700;
  color: #111;
}

.mytheme-blog-featured__link:hover,
.mytheme-blog-featured__link:focus-visible {
  background: #111;
  color: #fff;
}

@media (max-width: 980px) {
  .mytheme-blog-featured__grid {
    grid-template-columns: 1fr;
  }

  .mytheme-blog-featured__card {
    border-right: 0;
    border-bottom: 1px solid var(--mytheme-line);
  }

  .mytheme-blog-featured__card:last-child {
    border-bottom: 0;
  }
}

.mytheme-blog-buying-path {
  border: 1px solid var(--mytheme-line);
  background: linear-gradient(135deg, rgba(246, 250, 252, 0.96) 0%, rgba(255, 255, 255, 0.99) 100%);
  margin-bottom: 1rem;
}

.mytheme-blog-buying-path__head {
  padding: clamp(1rem, 2vw, 1.3rem);
  border-bottom: 1px solid var(--mytheme-line);
  display: grid;
  gap: 0.45rem;
}

.mytheme-blog-buying-path__eyebrow {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0f766e;
}

.mytheme-blog-buying-path__head h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.55rem);
  line-height: 1.2;
}

.mytheme-blog-buying-path__head p:last-child {
  margin: 0;
  max-width: 52rem;
  color: #445165;
  line-height: 1.6;
}

.mytheme-blog-buying-path__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mytheme-blog-buying-path__card {
  display: grid;
  align-content: start;
  gap: 0.72rem;
  min-height: 100%;
  padding: 1rem;
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-blog-buying-path__card:last-child {
  border-right: 0;
}

.mytheme-blog-buying-path__card-eyebrow {
  margin: 0;
  color: #4f98db;
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mytheme-blog-buying-path__card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
}

.mytheme-blog-buying-path__card p {
  margin: 0;
  color: #4f5b6c;
  font-size: 0.88rem;
  line-height: 1.58;
}

.mytheme-blog-buying-path__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  width: fit-content;
  padding: 0 0.86rem;
  border: 1px solid #111111;
  color: #111111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.mytheme-blog-buying-path__link:hover,
.mytheme-blog-buying-path__link:focus-visible {
  background: #111111;
  color: #ffffff;
}

@media (max-width: 980px) {
  .mytheme-blog-buying-path__grid {
    grid-template-columns: 1fr;
  }

  .mytheme-blog-buying-path__card {
    border-right: 0;
    border-bottom: 1px solid var(--mytheme-line);
  }

  .mytheme-blog-buying-path__card:last-child {
    border-bottom: 0;
  }
}

.mytheme-blog-shopping-hub {
  border: 1px solid var(--mytheme-line);
  background: linear-gradient(135deg, rgba(247, 250, 252, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
  margin-bottom: 1rem;
}

.mytheme-blog-shopping-hub__head {
  padding: clamp(1rem, 2vw, 1.35rem);
  border-bottom: 1px solid var(--mytheme-line);
  display: grid;
  gap: 0.45rem;
}

.mytheme-blog-shopping-hub__eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mytheme-blog-shopping-hub__head h2 {
  margin: 0;
  font-size: clamp(1.1rem, 2.5vw, 1.6rem);
  line-height: 1.18;
}

.mytheme-blog-shopping-hub__head p:last-child {
  margin: 0;
  max-width: 54rem;
  color: #445165;
  line-height: 1.58;
}

.mytheme-blog-shopping-hub__body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.mytheme-blog-shopping-hub__links,
.mytheme-blog-shopping-hub__guides {
  display: grid;
}

.mytheme-blog-shopping-hub__links {
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-blog-shopping-hub__link-card,
.mytheme-blog-shopping-hub__guide-card {
  display: grid;
  align-content: start;
  min-height: 100%;
}

.mytheme-blog-shopping-hub__link-card {
  gap: 0.66rem;
  padding: 1rem;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-blog-shopping-hub__link-card:last-child {
  border-bottom: 0;
}

.mytheme-blog-shopping-hub__link-eyebrow {
  margin: 0;
  color: #4f98db;
  font-size: 0.64rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mytheme-blog-shopping-hub__link-card h3,
.mytheme-blog-shopping-hub__guide-body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.28;
}

.mytheme-blog-shopping-hub__link-card p,
.mytheme-blog-shopping-hub__guide-body p {
  margin: 0;
  color: #4f5b6c;
  font-size: 0.9rem;
  line-height: 1.56;
}

.mytheme-blog-shopping-hub__link,
.mytheme-blog-shopping-hub__guide-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.42rem;
  width: fit-content;
  padding: 0 0.9rem;
  border: 1px solid #111111;
  color: #111111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.mytheme-blog-shopping-hub__link:hover,
.mytheme-blog-shopping-hub__link:focus-visible,
.mytheme-blog-shopping-hub__guide-link:hover,
.mytheme-blog-shopping-hub__guide-link:focus-visible {
  background: #111111;
  color: #ffffff;
}

.mytheme-blog-shopping-hub__guides {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mytheme-blog-shopping-hub__guide-card {
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-blog-shopping-hub__guide-card:last-child {
  border-right: 0;
}

.mytheme-blog-shopping-hub__guide-thumb {
  display: block;
  aspect-ratio: 16/10;
  min-height: 170px;
  border-bottom: 1px solid var(--mytheme-line);
  background: #f4f5f7;
}

.mytheme-blog-shopping-hub__guide-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mytheme-blog-shopping-hub__guide-body {
  display: grid;
  align-content: start;
  gap: 0.62rem;
  padding: 0.94rem;
}

.mytheme-blog-shopping-hub__guide-body h3 a {
  color: #111111;
  text-decoration: none;
}

.mytheme-blog-shopping-hub__guide-meta {
  margin: 0;
  color: var(--mytheme-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
}

@media (max-width: 1100px) {
  .mytheme-blog-shopping-hub__body {
    grid-template-columns: 1fr;
  }

  .mytheme-blog-shopping-hub__links {
    border-right: 0;
    border-bottom: 1px solid var(--mytheme-line);
  }
}

@media (max-width: 980px) {
  .mytheme-blog-shopping-hub__guides {
    grid-template-columns: 1fr;
  }

  .mytheme-blog-shopping-hub__guide-card {
    border-right: 0;
    border-bottom: 1px solid var(--mytheme-line);
  }

  .mytheme-blog-shopping-hub__guide-card:last-child {
    border-bottom: 0;
  }
}

.mytheme-home-buying-path {
  padding: 0 0 1rem;
}

.mytheme-home-buying-path .container {
  border: 1px solid var(--mytheme-line);
  background: linear-gradient(135deg, rgba(246, 250, 252, 0.98) 0%, rgba(255, 255, 255, 1) 100%);
}

.mytheme-home-buying-path__head {
  padding: clamp(1rem, 2vw, 1.35rem);
  border-bottom: 1px solid var(--mytheme-line);
  display: grid;
  gap: 0.42rem;
}

.mytheme-home-buying-path__eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mytheme-home-buying-path__title {
  margin: 0;
  font-size: clamp(1.12rem, 2.5vw, 1.58rem);
  line-height: 1.18;
}

.mytheme-home-buying-path__lead {
  margin: 0;
  max-width: 52rem;
  color: #445165;
  line-height: 1.58;
}

.mytheme-home-buying-path__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mytheme-home-buying-path__card {
  display: grid;
  align-content: start;
  gap: 0.68rem;
  min-height: 100%;
  padding: 1rem;
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-home-buying-path__card:last-child {
  border-right: 0;
}

.mytheme-home-buying-path__card-eyebrow {
  margin: 0;
  color: #4f98db;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mytheme-home-buying-path__card h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.28;
}

.mytheme-home-buying-path__card p {
  margin: 0;
  color: #4f5b6c;
  font-size: 0.9rem;
  line-height: 1.58;
}

.mytheme-home-buying-path__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  width: fit-content;
  padding: 0 0.9rem;
  border: 1px solid #111111;
  color: #111111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
}

.mytheme-home-buying-path__link:hover,
.mytheme-home-buying-path__link:focus-visible {
  background: #111111;
  color: #ffffff;
}

@media (max-width: 980px) {
  .mytheme-home-buying-path__grid {
    grid-template-columns: 1fr;
  }

  .mytheme-home-buying-path__card {
    border-right: 0;
    border-bottom: 1px solid var(--mytheme-line);
  }

  .mytheme-home-buying-path__card:last-child {
    border-bottom: 0;
  }
}

.mytheme-shop-cross-sell {
  margin: 1.25rem 0 0;
  border-top: 1px solid var(--mytheme-line);
  padding-top: 1rem;
}

.mytheme-shop-cross-sell__head {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.mytheme-shop-cross-sell__head h2,
.mytheme-shop-cross-sell__head p,
.mytheme-shop-cross-sell__eyebrow {
  margin: 0;
}

.mytheme-shop-cross-sell__eyebrow {
  color: #0f766e;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mytheme-shop-cross-sell__head h2 {
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  line-height: 1.18;
}

.mytheme-shop-cross-sell__head p {
  max-width: 48rem;
  color: #485569;
  line-height: 1.58;
}

.mytheme-shop-cross-sell__grid {
  margin: 0;
}
}

.mytheme-blog__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.86rem;
}

.mytheme-blog-card {
  border: 1px solid var(--mytheme-line);
  background: #fff;
  display: grid;
  min-height: 100%;
}

.mytheme-blog-card__thumb {
  border-bottom: 1px solid var(--mytheme-line);
  display: block;
  aspect-ratio: 16/10;
  min-height: 180px;
  background: #f4f5f7;
}

.mytheme-blog-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.mytheme-blog-card__body {
  padding: 0.84rem;
  display: grid;
  gap: 0.5rem;
}

.mytheme-blog-card__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  color: var(--mytheme-muted);
}

.mytheme-blog-card__title {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.34;
  text-wrap: balance;
}

.mytheme-blog-card__title a {
  color: #111;
  text-decoration: none;
}

.mytheme-blog-card__excerpt {
  margin: 0;
  color: #2e3540;
  font-size: 0.88rem;
  line-height: 1.58;
}

.mytheme-blog-card__footer {
  margin-top: 0.06rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.54rem;
  align-items: center;
  justify-content: space-between;
}

.mytheme-blog-card__cat {
  color: var(--mytheme-muted);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.mytheme-blog-card__readmore {
  color: #111;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-decoration: none;
}

.blog .navigation.pagination,
.archive .navigation.pagination,
.search .navigation.pagination {
  margin-top: 1rem;
}

.blog .navigation.pagination .nav-links,
.archive .navigation.pagination .nav-links,
.search .navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.blog .navigation.pagination .page-numbers,
.archive .navigation.pagination .page-numbers,
.search .navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  min-width: 2.2rem;
  border: 1px solid var(--mytheme-line);
  text-decoration: none;
  color: #111;
  padding: 0 0.66rem;
  font-size: 0.75rem;
}

.blog .navigation.pagination .page-numbers.current,
.archive .navigation.pagination .page-numbers.current,
.search .navigation.pagination .page-numbers.current {
  background: #111;
  border-color: #111;
  color: #fff;
}

.single-post .container--narrow {
  max-width: min(900px, 100% - 2.2rem);
}

.mytheme-article {
  border: 1px solid var(--mytheme-line);
  background: #fff;
}

.mytheme-article__header {
  border-bottom: 1px solid var(--mytheme-line);
  padding: clamp(1rem, 3vw, 1.5rem);
}

.mytheme-article__breadcrumbs {
  margin: 0 0 0.68rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.64rem;
}

.mytheme-article__breadcrumbs a {
  color: var(--mytheme-muted);
  text-decoration: none;
}

.mytheme-article__breadcrumbs a:hover,
.mytheme-article__breadcrumbs a:focus-visible {
  color: #111;
}

.mytheme-article__title {
  margin: 0;
  font-size: clamp(1.3rem, 4.6vw, 2rem);
  line-height: 1.2;
  text-wrap: balance;
}

.mytheme-article__meta {
  margin: 0.74rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.64rem;
  color: var(--mytheme-muted);
}

.mytheme-article__cover {
  margin: 0;
  border-bottom: 1px solid var(--mytheme-line);
  aspect-ratio: 16/9;
  min-height: 220px;
}

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

.mytheme-article__content {
  padding: clamp(1rem, 3vw, 1.5rem);
  font-size: clamp(0.95rem, 2.8vw, 1rem);
  line-height: 1.74;
}

.mytheme-article__content > * {
  max-width: 72ch;
}

.mytheme-article__content h2,
.mytheme-article__content h3,
.mytheme-article__content h4 {
  margin-top: 1.3em;
  margin-bottom: 0.48em;
  line-height: 1.28;
}

.mytheme-article__content ul,
.mytheme-article__content ol {
  padding-left: 1.24rem;
}

.mytheme-article__footer {
  border-top: 1px solid var(--mytheme-line);
  padding: 0.94rem clamp(1rem, 3vw, 1.5rem);
}

.rk-landing-links {
  margin-top: 1.2rem;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 1rem clamp(1rem, 3vw, 1.5rem);
}

.rk-landing-links h2 {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.rk-landing-links__lead {
  margin: 0 0 0.85rem;
  color: var(--mytheme-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.rk-landing-links__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.rk-landing-links__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--mytheme-line);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.rk-landing-links__cta {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.rk-landing-links__subhead {
  margin: 0 0 0.6rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--mytheme-muted);
}

.rk-landing-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.rk-landing-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.mytheme-author-box {
  margin: 0 clamp(1rem, 3vw, 1.5rem) 1.1rem;
  padding: 1rem;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
}

.mytheme-author-box__avatar img {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  display: block;
}

.mytheme-author-box__name {
  margin: 0 0 0.3rem;
  font-weight: 700;
  font-size: 0.95rem;
}

.mytheme-author-box__name a {
  text-decoration: none;
  color: inherit;
}

.mytheme-author-box__bio {
  margin: 0 0 0.6rem;
  color: var(--mytheme-muted);
  font-size: 0.86rem;
  line-height: 1.6;
}

.mytheme-author-box__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mytheme-author-box__meta a {
  text-decoration: none;
}

@media (max-width: 640px) {
  .mytheme-author-box {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 0.9rem;
  }

  .mytheme-author-box__avatar img {
    width: 52px;
    height: 52px;
  }
}

.mytheme-article__tags-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.64rem;
  color: var(--mytheme-muted);
}

.mytheme-article__tags {
  margin-top: 0.46rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.mytheme-article__tags a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  border: 1px solid var(--mytheme-line);
  padding: 0 0.64rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
  color: #111;
}

.mytheme-article__post-nav {
  margin-top: 1rem;
}

.mytheme-article__post-nav .nav-links {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.8rem;
}

.mytheme-article__post-nav .nav-previous,
.mytheme-article__post-nav .nav-next {
  border: 1px solid var(--mytheme-line);
  background: #fff;
}

.mytheme-article__post-nav a {
  display: grid;
  gap: 0.32rem;
  padding: 0.82rem;
  text-decoration: none;
  color: #111;
}

.mytheme-article__nav-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  color: var(--mytheme-muted);
}

.mytheme-article__nav-title {
  font-size: 0.92rem;
  line-height: 1.42;
}

.mytheme-article__related {
  margin-top: 1rem;
  border: 1px solid var(--mytheme-line);
  background: #fff;
  padding: 0.9rem;
}

.mytheme-article__related-head h2 {
  margin: 0 0 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.84rem;
}

.mytheme-blog__grid--related {
  gap: 0.76rem;
}

@media (min-width: 768px) {
  .mytheme-blog {
    padding-bottom: 2.4rem;
  }

  .mytheme-blog__hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 34%);
    align-items: stretch;
  }

  .mytheme-blog__hero--compact {
    grid-template-columns: minmax(0, 1fr);
  }

  .mytheme-blog__hero-media {
    border-top: 0;
    border-left: 1px solid var(--mytheme-line);
    min-height: 100%;
  }

  .mytheme-blog__search {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .mytheme-blog__search .button {
    width: auto;
    min-width: 132px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .mytheme-blog-featured {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  }

  .mytheme-blog-featured__media {
    border-bottom: 0;
    border-right: 1px solid var(--mytheme-line);
    min-height: 100%;
  }

  .mytheme-blog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .mytheme-blog__grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mytheme-article__post-nav .nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .mytheme-blog__hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 37%);
  }

  .mytheme-blog__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.08rem;
  }

  .mytheme-blog__grid--related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mytheme-blog-card__thumb:empty {
  display: none;
}

.mytheme-article__content a {
  color: #111;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.mytheme-404 {
  text-align: center;
}

.mytheme-404--ocean {
  padding: clamp(2.2rem, 6vw, 4.5rem) 0;
  background: linear-gradient(180deg, #bfe7ff 0%, #d9f1ff 100%);
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-404__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 34%);
  align-items: center;
  gap: clamp(1rem, 3vw, 2.4rem);
}

.mytheme-404__content {
  display: grid;
  gap: 0.9rem;
  justify-items: center;
}

.mytheme-404__content .mytheme-section__title {
  font-size: clamp(1.2rem, 3.2vw, 2rem);
  line-height: 1.2;
  margin: 0;
}

.mytheme-404__content p {
  margin: 0;
  font-size: clamp(0.84rem, 1.8vw, 1.02rem);
  letter-spacing: 0.02em;
}

.mytheme-404__content .button {
  margin-top: 0.2rem;
}

.mytheme-404__media {
  display: grid;
  place-items: center;
}

.mytheme-404__picture {
  display: block;
  width: min(100%, 320px);
}

.mytheme-404__img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(47, 112, 158, 0.24));
  animation: mytheme-404-float 4.2s ease-in-out infinite;
  will-change: transform;
}

@keyframes mytheme-404-float {
  0% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-11px) rotate(2.5deg);
  }
  100% {
    transform: translateY(0) rotate(-3deg);
  }
}

@media (max-width: 767px) {
  .mytheme-404--ocean {
    padding: 1.8rem 0 2.1rem;
  }

  .mytheme-404__layout {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .mytheme-404__picture {
    width: min(66vw, 270px);
  }
}

.mytheme-mini-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1700;
}

.mytheme-mini-cart {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100dvh;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  background: #ffffff;
  border-left: 1px solid var(--mytheme-line);
  z-index: 1800;
  display: flex;
  flex-direction: column;
}

.mytheme-mini-cart.is-open {
  transform: translateX(0);
}

.mytheme-mini-cart__header {
  border-bottom: 1px solid var(--mytheme-line);
  min-height: 3.45rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}

.mytheme-mini-cart__header h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.mytheme-mini-cart__close {
  border: 0;
  background: transparent;
  font-size: 1.7rem;
  line-height: 1;
}

.mytheme-mini-cart__content {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.mytheme-mini-cart__footer {
  border-top: 1px solid var(--mytheme-line);
  padding: 1rem;
  display: grid;
  gap: 0.55rem;
}

.mytheme-mini-cart__cart-link {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
}

body.has-open-cart {
  overflow: hidden;
}

.mytheme-woo-section {
  padding: 1.6rem 0 2.8rem;
}

.mytheme-woo-section--archive {
  padding: 0;
}

.mytheme-shop-archive {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  background: #ffffff;
}

.mytheme-shop-archive__title-row {
  min-height: 3.15rem;
  padding: 0.6rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-shop-archive .woocommerce-products-header__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(0.9rem, 1.2vw, 1.02rem);
}

.mytheme-shop-archive__description {
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.62rem 0.9rem;
  text-align: center;
  color: #5f5f5f;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.62rem;
}

.mytheme-shop-archive__description p {
  margin: 0;
}

.mytheme-shop-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid var(--mytheme-line);
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 54%);
}

.mytheme-shop-spotlight__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 0.6rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: #eef5fb;
  overflow: hidden;
}

.mytheme-shop-spotlight__image {
  width: 100%;
  max-width: 210px;
  height: auto;
  object-fit: contain;
}

.mytheme-shop-spotlight__placeholder {
  width: 100%;
  height: 100%;
  min-height: 150px;
  background:
    radial-gradient(circle at 30% 28%, rgba(79, 152, 219, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(79, 152, 219, 0.12), rgba(255, 255, 255, 0.96));
}

.mytheme-shop-spotlight__copy {
  display: grid;
  gap: 0.55rem;
}

.mytheme-shop-spotlight__eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mytheme-shop-spotlight__title {
  margin: 0;
  color: #111;
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  line-height: 1.08;
}

.mytheme-shop-spotlight__lead {
  margin: 0;
  color: #526173;
  font-size: 0.82rem;
  line-height: 1.5;
}

.mytheme-shop-spotlight__points {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mytheme-shop-spotlight__points li {
  position: relative;
  padding-left: 0.95rem;
  color: #111;
  font-size: 0.74rem;
  line-height: 1.4;
}

.mytheme-shop-spotlight__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #111;
}

.mytheme-shop-spotlight__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-top: 0.15rem;
}

.mytheme-shop-spotlight__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.62rem;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.mytheme-shop-spotlight__action:hover,
.mytheme-shop-spotlight__action:focus-visible {
  background: #111;
  color: #fff;
}

.mytheme-shop-usp {
  margin: 0 0 1.15rem;
  border: 1px solid var(--mytheme-line);
  background: linear-gradient(180deg, rgba(247, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.mytheme-shop-usp__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mytheme-shop-usp__item {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.38rem;
  min-height: 9.2rem;
  padding: 1rem 0.9rem 1.05rem;
  text-align: center;
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-shop-usp__item:last-child {
  border-right: 0;
}

.mytheme-shop-usp__item::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: #111111;
}

.mytheme-shop-usp__item--2::before {
  background: #1773ea;
}

.mytheme-shop-usp__item--3::before {
  background: #12b76a;
}

.mytheme-shop-usp__item--4::before {
  background: #f97316;
}

.mytheme-shop-usp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-top: 0.12rem;
  color: #344054;
}

.mytheme-shop-usp__icon::before {
  content: "";
  display: block;
  width: 1.72rem;
  height: 1.72rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.mytheme-shop-usp__icon svg {
  display: none;
}

.mytheme-shop-usp__item--1 .mytheme-shop-usp__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23344054' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17H6a2 2 0 0 1-2-2V7h10v10h-1.5'/%3E%3Cpath d='M14 9h3.8l2.2 2.4V15h-2'/%3E%3Ccircle cx='7.5' cy='17.5' r='2.1'/%3E%3Ccircle cx='17.5' cy='17.5' r='2.1'/%3E%3C/svg%3E");
}

.mytheme-shop-usp__item--2 .mytheme-shop-usp__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23344054' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 10.5c1.4 0 1.4-1.1 2.8-1.1s1.4 1.1 2.8 1.1 1.4-1.1 2.8-1.1 1.4 1.1 2.8 1.1 1.4-1.1 2.8-1.1 1.4 1.1 2.8 1.1'/%3E%3Cpath d='M2.5 14.5c1.4 0 1.4-1.1 2.8-1.1s1.4 1.1 2.8 1.1 1.4-1.1 2.8-1.1 1.4 1.1 2.8 1.1 1.4-1.1 2.8-1.1 1.4 1.1 2.8 1.1'/%3E%3Cpath d='M2.5 18.5c1.4 0 1.4-1.1 2.8-1.1s1.4 1.1 2.8 1.1 1.4-1.1 2.8-1.1 1.4 1.1 2.8 1.1 1.4-1.1 2.8-1.1 1.4 1.1 2.8 1.1'/%3E%3C/svg%3E");
}

.mytheme-shop-usp__item--3 .mytheme-shop-usp__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23344054' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3l7 3v5c0 4.5-2.8 8.6-7 10-4.2-1.4-7-5.5-7-10V6z'/%3E%3Cpath d='m9.5 12.3 1.8 1.8 3.4-3.9'/%3E%3C/svg%3E");
}

.mytheme-shop-usp__item--4 .mytheme-shop-usp__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23344054' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 1.9 4.6L18.5 9.5l-4.6 1.9L12 16l-1.9-4.6L5.5 9.5l4.6-1.9z'/%3E%3Cpath d='m19 3 .8 2 .8.3-2 .8-.8 2-.8-2-2-.8 2-.8z'/%3E%3Cpath d='m18.5 14 1.2 2.8 2.8 1.2-2.8 1.2-1.2 2.8-1.2-2.8-2.8-1.2 2.8-1.2z'/%3E%3C/svg%3E");
}

.mytheme-shop-usp__title {
  color: #111111;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mytheme-shop-usp__text {
  max-width: 15rem;
  color: #646970;
  font-size: 0.76rem;
  line-height: 1.46;
}

.mytheme-shop-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: auto;
  border-bottom: 1px solid var(--mytheme-line);
  scrollbar-width: none;
}

.mytheme-shop-tabs::-webkit-scrollbar {
  display: none;
}

.mytheme-shop-tabs__item {
  flex: 0 0 auto;
  min-height: 2.7rem;
  padding: 0 0.95rem;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid var(--mytheme-line);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.62rem;
  white-space: nowrap;
}

.mytheme-shop-tabs__item:first-child {
  border-left: 1px solid var(--mytheme-line);
}

.mytheme-shop-tabs__item.is-active {
  background: #111111;
  color: #ffffff;
}

.mytheme-shop-archive__toolbar {
  border-bottom: 1px solid var(--mytheme-line);
  min-height: 3rem;
  padding: 0.55rem 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.mytheme-shop-archive__toolbar .woocommerce-notices-wrapper {
  margin: 0;
}

.mytheme-shop-archive__toolbar .woocommerce-result-count {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.56rem;
  color: #555555;
}

.mytheme-shop-archive__toolbar .woocommerce-ordering {
  margin: 0 0 0 auto;
}

.mytheme-shop-archive__toolbar .woocommerce-ordering select {
  min-height: 2.2rem;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.56rem;
  color: #111111;
  padding: 0 0.55rem;
}

.mytheme-shop-archive .products {
  display: grid !important;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.mytheme-shop-archive ul.products::before,
.mytheme-shop-archive ul.products::after,
.woocommerce .mytheme-shop-archive ul.products::before,
.woocommerce .mytheme-shop-archive ul.products::after {
  display: none !important;
  content: none !important;
}

.mytheme-shop-archive .woocommerce ul.products li.product,
.mytheme-shop-archive ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
  padding: 0 !important;
}

.mytheme-shop-archive .mytheme-product-card {
  margin: 0;
}

.mytheme-shop-archive .mytheme-product-card__inner {
  gap: 0;
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-shop-archive .mytheme-product-card__thumb {
  aspect-ratio: 1 / 1;
  background: #eceff2;
}

.mytheme-shop-archive .mytheme-product-card__img {
  object-fit: cover;
}

.mytheme-shop-archive .mytheme-product-card__meta {
  border-top: 1px solid var(--mytheme-line);
  padding: 0.56rem 0.62rem 0.62rem;
  display: grid;
  gap: 0.12rem;
}

.mytheme-shop-archive .mytheme-product-card__title {
  font-size: clamp(0.68rem, 0.88vw, 0.82rem);
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.mytheme-shop-archive .mytheme-product-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.04rem;
  text-transform: uppercase;
}

.mytheme-shop-archive .mytheme-product-card__price > .woocommerce-Price-amount.amount,
.mytheme-shop-archive .mytheme-product-card__price ins .amount {
  color: #4f98db;
  font-size: clamp(0.92rem, 1vw, 1.1rem);
  line-height: 1.03;
  font-weight: 400;
}

.mytheme-shop-archive .mytheme-product-card__price del {
  display: none;
}

.mytheme-shop-archive .mytheme-omnibus-info,
.mytheme-shop-archive .mytheme-product-card__regular-price {
  color: #2f2f2f;
  font-size: 0.6rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.mytheme-shop-archive .mytheme-product-card__actions {
  display: none;
}

.mytheme-shop-archive .products > li:nth-child(2n) .mytheme-product-card__inner {
  border-right: 0;
}

.mytheme-shop-archive__pagination {
  border-top: 1px solid var(--mytheme-line);
}

.mytheme-shop-archive .woocommerce-pagination {
  margin: 0;
  padding: 0.95rem 0.75rem;
  display: flex;
  justify-content: center;
}

.mytheme-shop-archive .woocommerce-pagination ul.page-numbers {
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-flex;
  gap: 0.4rem;
  list-style: none;
}

.mytheme-shop-archive .woocommerce-pagination ul.page-numbers li {
  border: 1px solid var(--mytheme-line);
  margin: 0;
  min-width: 2.2rem;
  min-height: 2.2rem;
  display: grid;
  place-items: center;
}

.mytheme-shop-archive .woocommerce-pagination ul.page-numbers a,
.mytheme-shop-archive .woocommerce-pagination ul.page-numbers span {
  border: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  padding: 0;
}

.mytheme-shop-archive .woocommerce-pagination ul.page-numbers .current {
  background: #111111;
  color: #ffffff;
}

.mytheme-shop-archive__empty {
  border-top: 1px solid var(--mytheme-line);
  padding: 1.3rem 0.8rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.62rem;
}

/* Force Shop/Category product cards to match homepage cards */
.post-type-archive-product .mytheme-woo-section,
.tax-product_cat .mytheme-woo-section,
.tax-product_tag .mytheme-woo-section {
  padding: 0;
}

.post-type-archive-product .mytheme-woo-section > .container,
.tax-product_cat .mytheme-woo-section > .container,
.tax-product_tag .mytheme-woo-section > .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products,
.tax-product_tag .woocommerce ul.products,
.post-type-archive-product ul.products,
.tax-product_cat ul.products,
.tax-product_tag ul.products {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.post-type-archive-product ul.products::before,
.post-type-archive-product ul.products::after,
.tax-product_cat ul.products::before,
.tax-product_cat ul.products::after,
.tax-product_tag ul.products::before,
.tax-product_tag ul.products::after,
.woocommerce.post-type-archive-product ul.products::before,
.woocommerce.post-type-archive-product ul.products::after,
.woocommerce.tax-product_cat ul.products::before,
.woocommerce.tax-product_cat ul.products::after,
.woocommerce.tax-product_tag ul.products::before,
.woocommerce.tax-product_tag ul.products::after {
  display: none !important;
  content: none !important;
}

.post-type-archive-product .woocommerce ul.products li.product,
.tax-product_cat .woocommerce ul.products li.product,
.tax-product_tag .woocommerce ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  clear: none !important;
  padding: 0 !important;
}

.post-type-archive-product .mytheme-product-card__inner,
.tax-product_cat .mytheme-product-card__inner,
.tax-product_tag .mytheme-product-card__inner {
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  gap: 0;
}

.post-type-archive-product .mytheme-product-card__thumb,
.tax-product_cat .mytheme-product-card__thumb,
.tax-product_tag .mytheme-product-card__thumb {
  aspect-ratio: 1 / 1;
  background: #eceff2;
}

.post-type-archive-product .mytheme-product-card__img,
.tax-product_cat .mytheme-product-card__img,
.tax-product_tag .mytheme-product-card__img {
  object-fit: cover;
  padding: 0;
}

.post-type-archive-product .mytheme-product-card__meta,
.tax-product_cat .mytheme-product-card__meta,
.tax-product_tag .mytheme-product-card__meta {
  border-top: 1px solid var(--mytheme-line);
  padding: 0.56rem 0.62rem 0.62rem;
  display: grid;
  gap: 0.14rem;
}

.post-type-archive-product .mytheme-product-card__title,
.tax-product_cat .mytheme-product-card__title,
.tax-product_tag .mytheme-product-card__title {
  font-size: clamp(0.74rem, 0.72vw, 0.86rem);
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 400;
}

.post-type-archive-product .mytheme-product-card__price,
.tax-product_cat .mytheme-product-card__price,
.tax-product_tag .mytheme-product-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.post-type-archive-product .mytheme-product-card__price > .woocommerce-Price-amount.amount,
.post-type-archive-product .mytheme-product-card__price ins .amount,
.tax-product_cat .mytheme-product-card__price > .woocommerce-Price-amount.amount,
.tax-product_cat .mytheme-product-card__price ins .amount,
.tax-product_tag .mytheme-product-card__price > .woocommerce-Price-amount.amount,
.tax-product_tag .mytheme-product-card__price ins .amount {
  color: #4f98db;
  font-size: clamp(0.96rem, 0.9vw, 1.14rem);
  line-height: 1.02;
  font-weight: 400;
}

.post-type-archive-product .mytheme-product-card__price del,
.tax-product_cat .mytheme-product-card__price del,
.tax-product_tag .mytheme-product-card__price del {
  display: none;
}

.post-type-archive-product .mytheme-omnibus-info,
.post-type-archive-product .mytheme-product-card__regular-price,
.tax-product_cat .mytheme-omnibus-info,
.tax-product_cat .mytheme-product-card__regular-price,
.tax-product_tag .mytheme-omnibus-info,
.tax-product_tag .mytheme-product-card__regular-price {
  margin: 0;
  color: #2f2f2f;
  font-size: 0.62rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
}

.post-type-archive-product .mytheme-product-card__actions,
.tax-product_cat .mytheme-product-card__actions,
.tax-product_tag .mytheme-product-card__actions {
  display: none;
}

.post-type-archive-product .woocommerce ul.products > li:nth-child(2n) .mytheme-product-card__inner,
.tax-product_cat .woocommerce ul.products > li:nth-child(2n) .mytheme-product-card__inner,
.tax-product_tag .woocommerce ul.products > li:nth-child(2n) .mytheme-product-card__inner {
  border-right: 0;
}

.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header,
.tax-product_tag .woocommerce-products-header {
  margin: 0;
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  min-height: 3rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.post-type-archive-product .woocommerce-products-header__title,
.tax-product_cat .woocommerce-products-header__title,
.tax-product_tag .woocommerce-products-header__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: clamp(0.86rem, 1.5vw, 1.02rem);
}

.woocommerce-products-header {
  margin-bottom: 1rem;
}

.woocommerce-products-header__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
}

.woocommerce div.product {
  display: grid;
  gap: 1.4rem;
}

.mytheme-trust-box {
  border: 1px solid var(--mytheme-line);
  background: #fafafa;
  padding: 0.88rem;
  margin-top: 1.2rem;
}

.mytheme-trust-box__title {
  margin: 0 0 0.52rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.64rem;
  font-weight: 700;
}

.mytheme-trust-box__list {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.32rem;
  color: var(--mytheme-muted);
  font-size: 0.72rem;
}

.mytheme-mobile-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1600;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.88rem 1rem calc(0.88rem + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -14px 34px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
  transform: translateY(calc(100% + 16px));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.mytheme-mobile-atc.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mytheme-mobile-atc__meta {
  display: grid;
  gap: 0.18rem;
}

.mytheme-mobile-atc__title {
  display: block;
  color: var(--mytheme-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
}

.mytheme-mobile-atc__price {
  font-size: 0.82rem;
  font-weight: 700;
}

.mytheme-mobile-atc__trust {
  color: #64748b;
  font-size: 0.68rem;
  line-height: 1.4;
}

.mytheme-mobile-atc__button {
  min-width: 9.2rem;
  white-space: nowrap;
}

.single-product .site-main {
  padding-bottom: 0;
}

body.single-product.has-mobile-atc-visible .site-main {
  padding-bottom: 5.9rem;
}

@media (max-width: 767px) {
  .mytheme-mobile-atc {
    gap: 0.65rem;
    padding: 0.78rem 0.82rem calc(0.78rem + env(safe-area-inset-bottom, 0px));
  }

  .mytheme-mobile-atc__button {
    min-width: auto;
    padding-inline: 1rem;
  }

  body.single-product.has-mobile-atc-visible .site-main {
    padding-bottom: 6.2rem;
  }
}

/* Mobile footer accordion */
.site-footer__accordion-toggle {
  display: none;
}

.site-footer__accordion-panel[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .site-footer__col--accordion h2 {
    display: none;
  }

  .site-footer__col--accordion {
    border-top: 1px solid var(--mytheme-line);
    padding-top: 0.75rem;
    margin-top: 0.2rem;
  }

  .site-footer__accordion-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.62rem;
    font-weight: 700;
    color: inherit;
  }

  .site-footer__accordion-icon {
    width: 0.65rem;
    height: 0.65rem;
    position: relative;
    flex: 0 0 auto;
  }

  .site-footer__accordion-icon::before,
  .site-footer__accordion-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
  }

  .site-footer__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .site-footer__col--accordion.is-open .site-footer__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .site-footer__accordion-panel {
    padding-top: 0.45rem;
  }

  .site-footer__accordion-panel ul {
    display: grid;
    gap: 0.15rem;
  }
}

.woocommerce-mini-cart__buttons .button {
  width: 100%;
  margin-top: 0.5rem;
}

@media (max-width: 991px) {
  .mytheme-shop-usp__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mytheme-shop-usp__item:nth-child(2n) {
    border-right: 0;
  }

  .mytheme-shop-usp__item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--mytheme-line);
  }

  .mytheme-shop-archive__toolbar {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 0.48rem;
  }

  .mytheme-shop-archive__toolbar .woocommerce-ordering {
    width: 100%;
    margin-left: 0;
  }

  .mytheme-shop-archive__toolbar .woocommerce-ordering select {
    width: 100%;
  }

  .mytheme-marquee {
    position: sticky;
    top: 0;
    z-index: 1600;
  }

  .mytheme-topbar {
    position: sticky;
    top: 1.95rem;
  }

  .admin-bar .mytheme-marquee {
    top: 46px;
  }

  .admin-bar .mytheme-topbar {
    top: calc(46px + 1.95rem);
  }

  .site-header__meta {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "branding cart"
      "utility utility";
    gap: 0.5rem 0.8rem;
    padding: 0.7rem 0;
    min-height: auto;
  }

  .site-branding--center {
    grid-area: branding;
    justify-content: start;
  }

  .site-header__cart-wrap {
    grid-area: cart;
  }

  .site-header__utility {
    grid-area: utility;
  }

  .site-header__search-row {
    padding: 0.6rem 0;
  }

  .mytheme-search-form {
    max-width: none;
    margin-left: 0;
  }

  .mytheme-primary-menu {
    justify-content: flex-start;
  }

  .mytheme-section {
    padding: 2rem 0;
  }

  .mytheme-section__header {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0.9rem;
  }
}

@media (min-width: 768px) {
  .post-type-archive-product .woocommerce ul.products,
  .tax-product_cat .woocommerce ul.products,
  .tax-product_tag .woocommerce ul.products,
  .post-type-archive-product ul.products,
  .tax-product_cat ul.products,
  .tax-product_tag ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .post-type-archive-product .woocommerce ul.products > li:nth-child(2n) .mytheme-product-card__inner,
  .tax-product_cat .woocommerce ul.products > li:nth-child(2n) .mytheme-product-card__inner,
  .tax-product_tag .woocommerce ul.products > li:nth-child(2n) .mytheme-product-card__inner {
    border-right: 1px solid var(--mytheme-line);
  }

  .post-type-archive-product .woocommerce ul.products > li:nth-child(3n) .mytheme-product-card__inner,
  .tax-product_cat .woocommerce ul.products > li:nth-child(3n) .mytheme-product-card__inner,
  .tax-product_tag .woocommerce ul.products > li:nth-child(3n) .mytheme-product-card__inner {
    border-right: 0;
  }

  .mytheme-shop-archive .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mytheme-shop-archive .products > li:nth-child(2n) .mytheme-product-card__inner {
    border-right: 1px solid var(--mytheme-line);
  }

  .mytheme-shop-archive .products > li:nth-child(3n) .mytheme-product-card__inner {
    border-right: 0;
  }

  .mytheme-hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products,
  .woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem 1rem;
  }

  .mytheme-lookbook-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mytheme-newsletter__form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .mytheme-newsletter__consent {
    grid-column: 1 / -1;
  }

  .mytheme-newsletter__form .button {
    min-width: 170px;
  }

  .woocommerce .mytheme-shop-archive ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}

@media (max-width: 767px) {
  .mytheme-shop-spotlight {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 0.85rem;
  }

  .mytheme-shop-spotlight__media {
  position: relative;
    min-height: 140px;
    padding: 0.45rem;
  }

  .mytheme-shop-spotlight__image {
    max-width: 160px;
  }

  .mytheme-shop-spotlight__lead {
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .mytheme-shop-spotlight__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mytheme-shop-spotlight__action {
    min-height: 2.15rem;
    padding: 0 0.55rem;
    letter-spacing: 0.06em;
    font-size: 0.56rem;
  }

  .mytheme-shop-usp {
    margin-bottom: 0.95rem;
  }

  .mytheme-shop-usp__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mytheme-shop-usp__item,
  .mytheme-shop-usp__item:nth-child(2n) {
    min-height: 0;
    padding: 0.82rem 0.7rem 0.88rem;
    border-bottom: 1px solid var(--mytheme-line);
  }

  .mytheme-shop-usp__item:nth-child(2n) {
    border-right: 0;
  }

  .mytheme-shop-usp__item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .mytheme-shop-usp__title {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  .mytheme-shop-usp__text {
    font-size: 0.73rem;
    line-height: 1.38;
  }
}

@media (min-width: 1024px) {
  .products,
  .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mytheme-lookbook-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .post-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .woocommerce div.product {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .woocommerce .mytheme-shop-archive ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
}

@media (min-width: 992px) {
  .mytheme-mobile-atc {
    display: none;
  }

  .single-product .site-main {
    padding-bottom: 0;
  }
}

@media (min-width: 782px) and (max-width: 991px) {
  .admin-bar .mytheme-marquee {
    top: 32px;
  }

  .admin-bar .mytheme-topbar {
    top: calc(32px + 1.95rem);
  }
}

/* Single Product Redesign */
.single-product .mytheme-woo-section {
  padding-top: 0.8rem;
}

.single-product .woocommerce div.product.mytheme-pdp {
  display: block;
  gap: 0;
  grid-template-columns: none;
}

.mytheme-pdp {
  display: block;
}

.mytheme-pdp__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.mytheme-pdp__media,
.mytheme-pdp__summary {
  min-width: 0;
}

.mytheme-pdp-gallery__main {
  border: 1px solid var(--mytheme-line);
  background: var(--mytheme-soft);
  overflow: hidden;
  touch-action: pan-y;
}

.mytheme-pdp-gallery__slide {
  display: none;
  margin: 0;
  aspect-ratio: 4 / 5;
}

.mytheme-pdp-gallery__slide.is-active {
  display: block;
}

.mytheme-pdp-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}

.mytheme-pdp-gallery__thumbs {
  margin-top: 0.55rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.35rem;
}

.mytheme-pdp-gallery__thumb {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 0;
  margin: 0;
  aspect-ratio: 4 / 5;
  opacity: 0.72;
}

.mytheme-pdp-gallery__thumb.is-active {
  opacity: 1;
  border-color: #111111;
}

.mytheme-pdp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-product .mytheme-pdp-gallery__slide {
  position: relative;
}

.single-product .mytheme-pdp-gallery__slide {
  position: relative;
}

.single-product .mytheme-pdp-fins-overlay {
  position: absolute;
  top: 0.72rem;
  right: 0.72rem;
  z-index: 4;
  display: grid;
  justify-items: end;
  gap: 0.38rem;
  width: min(478px, calc(100% - 1.44rem));
  pointer-events: none;
}

.single-product .mytheme-pdp-fins-overlay__toggle,
.single-product .mytheme-pdp-fins-overlay__panel,
.single-product .mytheme-pdp-fins-overlay__card,
.single-product .mytheme-pdp-fins-overlay__quick {
  pointer-events: auto;
}

.single-product .mytheme-pdp-fins-overlay__toggle {
  border: 1px solid rgba(17, 17, 17, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 251, 0.94));
  color: #111111;
  padding: 0.34rem 0.58rem;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.1);
}

.single-product .mytheme-pdp-fins-overlay__toggle-text.is-closed {
  display: none;
}

.single-product .mytheme-pdp-fins-overlay.is-collapsed .mytheme-pdp-fins-overlay__toggle-text.is-open {
  display: none;
}

.single-product .mytheme-pdp-fins-overlay.is-collapsed .mytheme-pdp-fins-overlay__toggle-text.is-closed {
  display: inline;
}

.single-product .mytheme-pdp-fins-overlay__panel {
  position: relative;
  width: 100%;
  padding: 0.84rem 0.84rem 0.88rem;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(246, 250, 252, 0.95));
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: opacity 0.22s ease, transform 0.22s ease;
  overflow: hidden;
}

.single-product .mytheme-pdp-fins-overlay__panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(28, 204, 173, 0.12), transparent 34%),
    radial-gradient(circle at bottom left, rgba(47, 119, 233, 0.08), transparent 28%);
  pointer-events: none;
}

.single-product .mytheme-pdp-fins-overlay__panel > * {
  position: relative;
  z-index: 1;
}

.single-product .mytheme-pdp-fins-overlay.is-collapsed .mytheme-pdp-fins-overlay__panel {
  opacity: 0;
  transform: translateY(-8px);
  visibility: hidden;
}

.single-product .mytheme-pdp-fins-overlay__eyebrow {
  margin: 0 0 0.08rem;
  color: #0f766e;
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.single-product .mytheme-pdp-fins-overlay__title {
  margin: 0;
  max-width: none;
  color: #111111;
  font-size: 1.04rem;
  line-height: 1;
  font-weight: 900;
  white-space: normal;
}

.single-product .mytheme-pdp-fins-overlay__lead {
  margin: 0.18rem 0 0;
  color: #516274;
  font-size: 0.68rem;
  line-height: 1.4;
}

.single-product .mytheme-pdp-fins-overlay__rail {
  display: none;
}

.single-product .mytheme-pdp-fins-overlay__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.42rem;
  padding-top: 0.62rem;
}

.single-product .mytheme-pdp-fins-overlay__item {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 0;
  padding: 0.24rem 0.22rem 0.2rem;
  min-width: 0;
  border: 1px solid rgba(212, 221, 228, 0.98);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 253, 0.98));
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.single-product .mytheme-pdp-fins-overlay__hanger {
  display: none;
}

.single-product .mytheme-pdp-fins-overlay__unlock {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.16rem;
  margin-bottom: 0.12rem;
  padding: 0.14rem 0.38rem;
  border-radius: 999px;
  background: #0f172a;
  color: #ffffff;
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  justify-self: center;
}

.single-product .mytheme-pdp-fins-overlay__card {
  display: grid;
  grid-template-rows: auto minmax(2em, auto);
  gap: 0.14rem;
  justify-items: center;
  align-content: start;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
  transition: transform 0.18s ease;
}

.single-product .mytheme-pdp-fins-overlay__card:hover,
.single-product .mytheme-pdp-fins-overlay__card:focus-visible {
  transform: translateY(-2px);
}

.single-product .mytheme-pdp-fins-overlay__media {
  position: relative;
  width: 100%;
  min-height: 88px;
  padding: 0.12rem 0.08rem 0.06rem;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(247, 250, 252, 0.96), rgba(238, 244, 247, 0.98));
  overflow: hidden;
}

.single-product .mytheme-pdp-fins-overlay__locked-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.6rem;
  padding: 0.2rem 0.52rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.88);
  color: #ffffff;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.single-product .mytheme-pdp-fins-overlay__image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.single-product .mytheme-pdp-fins-overlay__image--preview {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.92);
}

.single-product .mytheme-pdp-fins-overlay__image img {
  width: auto;
  max-width: 94%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  filter: contrast(1.08) saturate(1.08) drop-shadow(0 7px 10px rgba(15, 23, 42, 0.15));
}

@media (hover: hover) and (pointer: fine) {
  .single-product .mytheme-pdp-fins-overlay__card:hover .mytheme-pdp-fins-overlay__image--primary,
  .single-product .mytheme-pdp-fins-overlay__card:focus-visible .mytheme-pdp-fins-overlay__image--primary {
    opacity: 0;
    transform: scale(0.92);
  }

  .single-product .mytheme-pdp-fins-overlay__card:hover .mytheme-pdp-fins-overlay__image--preview,
  .single-product .mytheme-pdp-fins-overlay__card:focus-visible .mytheme-pdp-fins-overlay__image--preview {
    opacity: 1;
    transform: scale(1);
  }
}

.single-product .mytheme-pdp-fins-overlay__name {
  color: #111111;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.08;
  text-decoration: none;
  min-height: 2em;
}

.single-product .mytheme-pdp-fins-overlay__locked-note {
  display: none;
  margin: 0.12rem 0 0;
  color: #5f7082;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.single-product .mytheme-pdp-fins-overlay__name,
.single-product .mytheme-pdp-fins-overlay__name *,
.single-product .mytheme-pdp-fins-overlay__price,
.single-product .mytheme-pdp-fins-overlay__price * {
  text-decoration: none !important;
}

.single-product .mytheme-pdp-fins-overlay__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.12rem;
  padding-top: 0.12rem;
  border-top: 1px solid rgba(220, 228, 233, 0.94);
  gap: 0.16rem;
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.98));
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__card {
  pointer-events: none;
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__card:hover,
.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__card:focus-visible {
  transform: none;
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.34);
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__image {
  opacity: 0.48;
  filter: grayscale(1) saturate(0) contrast(0.92);
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__image--preview {
  display: none;
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__locked-badge {
  opacity: 1;
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__footer {
  display: none;
}

.single-product .mytheme-pdp-fins-overlay__item.is-locked .mytheme-pdp-fins-overlay__locked-note {
  display: block;
}

.single-product .mytheme-pdp-fins-overlay__item.is-unlocked .mytheme-pdp-fins-overlay__unlock {
  background: #0f766e;
}

.single-product .mytheme-pdp-fins-overlay__price {
  color: #1f2937;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.single-product .mytheme-pdp-fins-overlay__quick {
  flex: 0 0 auto;
  min-width: 1.22rem;
  width: 1.22rem;
  height: 1.22rem;
  border: 1px solid rgba(17, 17, 17, 0.92);
  background: #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

.single-product .mytheme-pdp-fins-overlay__quick svg {
  width: 0.76rem;
  height: 0.76rem;
  display: block;
}

.single-product .mytheme-pdp-fins-overlay__quick:hover,
.single-product .mytheme-pdp-fins-overlay__quick:focus-visible {
  background: #111111;
  color: #ffffff;
}
.mytheme-pdp__breadcrumbs {
  margin-bottom: 0.55rem;
}

.mytheme-pdp__breadcrumbs .woocommerce-breadcrumb {
  margin: 0;
  color: var(--mytheme-muted);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.58rem;
}

.mytheme-pdp__summary .summary {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 0;
}

.single-product .summary .product_title {
  margin: 0;
  padding: 0.9rem;
  border-bottom: 1px solid var(--mytheme-line);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-size: clamp(0.95rem, 2vw, 1.28rem);
  font-weight: 700;
}

.single-product .summary p.price {
  margin: 0;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid var(--mytheme-line);
  font-size: 1.1rem;
  line-height: 1.1;
}

.single-product .summary p.price .amount {
  color: #d42020;
}

.single-product .summary .mytheme-presale-bonus-stack {
  display: grid;
  gap: 0.58rem;
  width: auto;
  max-width: calc(100% - 1.8rem);
  min-width: 0;
  grid-column: 1 / -1;
  box-sizing: border-box;
  margin: 0.56rem 0.9rem 0.72rem;
}

.single-product .summary .mytheme-presale-fit-note {
  display: grid;
  gap: 0.22rem;
  padding: 0.68rem 0.78rem 0.72rem;
  border: 1px solid rgba(176, 59, 103, 0.16);
  border-radius: 0.92rem;
  background: linear-gradient(135deg, rgba(255, 248, 251, 0.98) 0%, rgba(255, 243, 248, 0.92) 100%);
}

.single-product .summary .mytheme-presale-fit-note__eyebrow {
  margin: 0;
  color: #b03b67;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.single-product .summary .mytheme-presale-fit-note__text {
  margin: 0;
  color: #111111;
  font-size: 0.78rem;
  line-height: 1.42;
  font-weight: 700;
  text-wrap: balance;
}

.single-product .summary .mytheme-presale-bonus-box {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(148px, 0.92fr);
  gap: 0.9rem;
  width: auto;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0.9rem;
  border: 1px solid #111111;
  border-radius: 1rem;
  background:
    radial-gradient(circle at right top, rgba(255, 190, 214, 0.45) 0, rgba(255, 190, 214, 0) 34%),
    linear-gradient(135deg, #fff8fb 0%, #fff4f7 46%, #fffefe 100%);
  overflow: hidden;
}

.single-product .summary .mytheme-presale-bonus-box::before {
  content: "";
  position: absolute;
  inset: auto -18px -22px auto;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 164, 196, 0.28) 0, rgba(255, 164, 196, 0) 72%);
  pointer-events: none;
}

.single-product .summary .mytheme-presale-bonus-box__copy,
.single-product .summary .mytheme-presale-bonus-box__media {
  position: relative;
  z-index: 1;
}

.single-product .summary .mytheme-presale-bonus-box__copy {
  display: grid;
  align-content: center;
  gap: 0.42rem;
}

.single-product .summary .mytheme-presale-bonus-box__eyebrow {
  margin: 0;
  color: #b03b67;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.single-product .summary .mytheme-presale-bonus-box__title {
  margin: 0;
  color: #111111;
  font-size: 1.02rem;
  line-height: 1.14;
  font-weight: 800;
  text-wrap: balance;
}

.single-product .summary .mytheme-presale-bonus-box__text {
  margin: 0;
  max-width: 31rem;
  color: #465164;
  font-size: 0.78rem;
  line-height: 1.5;
}

.single-product .summary .mytheme-presale-bonus-box__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  margin-top: 0.08rem;
}

.single-product .summary .mytheme-presale-bonus-box__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 1.82rem;
  padding: 0 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(176, 59, 103, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-product .summary .mytheme-presale-bonus-box__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.single-product .summary .mytheme-presale-bonus-box__media img {
  display: block;
  width: min(100%, 220px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(176, 59, 103, 0.18));
}

@media (max-width: 767px) {
  .single-product .summary .mytheme-presale-bonus-stack {
    max-width: calc(100% - 1.56rem);
    margin: 0.56rem 0.78rem 0.68rem;
  }

  .single-product .summary .mytheme-presale-fit-note {
    padding: 0.62rem 0.7rem 0.68rem;
  }

  .single-product .summary .mytheme-presale-fit-note__text {
    font-size: 0.74rem;
  }

  .single-product .summary .mytheme-presale-bonus-box {
    grid-template-columns: 1fr;
    gap: 0.52rem;
    padding: 0.82rem 0.78rem 0.88rem;
  }

  .single-product .summary .mytheme-presale-bonus-box__copy {
    gap: 0.36rem;
  }

  .single-product .summary .mytheme-presale-bonus-box__title {
    font-size: 0.96rem;
  }

  .single-product .summary .mytheme-presale-bonus-box__text {
    font-size: 0.75rem;
  }

  .single-product .summary .mytheme-presale-bonus-box__media {
    order: -1;
  }

  .single-product .summary .mytheme-presale-bonus-box__media img {
    width: min(100%, 180px);
  }

  .single-product .summary .mytheme-presale-bonus-box__chips {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.single-product .summary .mytheme-omnibus-info {
  margin: 0;
  padding: 0.68rem 0.9rem;
  border-bottom: 1px solid var(--mytheme-line);
  font-size: 0.64rem;
  color: #777777;
}

.single-product .summary .mytheme-fulfillment-notice {
  margin: 0;
  padding: 0.62rem 0.9rem;
  border-bottom: 1px solid var(--mytheme-line);
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-size: 0.61rem;
  line-height: 1.45;
}

.single-product .summary .mytheme-fulfillment-notice--pl {
  background: #f4f4f4;
  color: #232323;
}

.single-product .summary .mytheme-fulfillment-notice--drop {
  background: #eef6fd;
  color: #174b74;
}

.single-product .summary .woocommerce-product-details__short-description {
  margin: 0;
  padding: 0.88rem 0.9rem;
  border-bottom: 1px solid var(--mytheme-line);
  color: #2f2f2f;
}

.single-product .summary .woocommerce-product-details__short-description p {
  margin: 0.45rem 0;
}

.single-product .summary form.cart {
  margin: 0;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid var(--mytheme-line);
  display: grid;
  gap: 0.72rem;
}

.single-product .summary .variations {
  margin: 0;
}

.single-product .summary .variations th {
  padding: 0 0 0.26rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.58rem;
  font-weight: 700;
}

.single-product .summary .variations td {
  padding: 0 0 0.5rem;
}

.single-product .summary .variations select {
  width: 100%;
  min-height: 2.45rem;
  border: 1px solid var(--mytheme-line);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.66rem;
}

.mytheme-variations-table--hidden {
  display: none;
}

.mytheme-attr-selectors {
  display: grid;
  gap: 0.95rem;
  margin-top: 0.1rem;
}

.mytheme-attr-selector {
  display: grid;
  gap: 0.42rem;
}

.mytheme-attr-selector__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.68rem;
  font-weight: 600;
}

.mytheme-attr-selector__guide {
  border: 0;
  background: transparent;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
  margin-left: 0.48rem;
  cursor: pointer;
}

.mytheme-attr-selector__guide:hover,
.mytheme-attr-selector__guide:focus-visible {
  color: #4f98db;
}

.mytheme-attr-selector__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.mytheme-attr-option {
  position: relative;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  min-height: 2.42rem;
  min-width: 2.42rem;
  padding: 0 0.68rem;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.74rem;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.mytheme-attr-option:hover,
.mytheme-attr-option:focus-visible {
  border-color: #9a9a9a;
  opacity: 1;
}

.mytheme-attr-option.is-active {
  background: #ffffff;
  color: #111111;
  border-color: #111111;
}

.mytheme-attr-option--size {
  min-width: 2.68rem;
  padding: 0 0.58rem;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
}

.mytheme-attr-option--size:not(.is-active) {
  border-color: transparent;
  background: transparent;
}

.mytheme-attr-option--size.is-active {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
  font-weight: 600;
}

.mytheme-attr-option--color {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  padding-right: 0.62rem;
}

.mytheme-attr-option__swatch {
  width: 0.82rem;
  height: 0.82rem;
  border: 1px solid #bcbcbc;
  display: inline-grid;
  place-items: center;
  font-size: 0.53rem;
  line-height: 1;
}

.mytheme-attr-option__text {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.62rem;
  font-weight: 500;
}

.mytheme-attr-option.is-unavailable {
  color: #8c8c8c;
  background: #f3f3f3;
  border-color: #d3d3d3;
  opacity: 1;
  cursor: not-allowed;
}

.mytheme-attr-option.is-unavailable::before {
  content: "";
  position: absolute;
  left: 0.34rem;
  right: 0.34rem;
  top: 50%;
  border-top: 1.5px solid #9d9d9d;
  transform: rotate(-8deg);
  transform-origin: center;
  pointer-events: none;
}

.mytheme-attr-option.is-unavailable .mytheme-attr-option__text {
  color: #8c8c8c;
  text-decoration: none;
}

.mytheme-attr-option.is-unavailable .mytheme-attr-option__swatch {
  filter: grayscale(100%);
  opacity: 0.55;
}

.mytheme-attr-option--size.is-unavailable {
  border-color: #d0d0d0;
  background: #f1f1f1;
  color: #8c8c8c;
  font-weight: 500;
}

.mytheme-attr-option.is-unavailable:hover,
.mytheme-attr-option.is-unavailable:focus-visible,
.mytheme-attr-option.is-unavailable.is-active {
  border-color: #d3d3d3;
  background: #f3f3f3;
  color: #8c8c8c;
  box-shadow: none;
}

.mytheme-attr-option.is-unavailable:hover::after,
.mytheme-attr-option.is-unavailable:focus-visible::after {
  content: attr(data-unavailable-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.32rem);
  transform: translateX(-50%);
  background: #111111;
  color: #ffffff;
  padding: 0.28rem 0.42rem;
  border-radius: 2px;
  white-space: nowrap;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0.01em;
  font-size: 0.62rem;
  font-weight: 500;
  line-height: 1.15;
  pointer-events: none;
  z-index: 20;
}

.single-product .summary .reset_variations {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.55rem;
}

.single-product .summary .single_variation_wrap {
  display: grid;
  gap: 0.5rem;
}

.single-product .summary .woocommerce-variation-price {
  margin: 0;
}

.single-product .summary .quantity {
  margin: 0;
}

.single-product .summary .quantity input.qty {
  min-height: 2.75rem;
  border: 1px solid var(--mytheme-line);
  width: 4.8rem;
}

.single-product .summary .stock {
  display: none !important;
}

.single-product .summary .single_add_to_cart_button {
  width: 100%;
  min-height: 2.85rem;
  margin: 0;
}

.mytheme-bulk-discount {
  grid-column: 1 / -1;
  margin-top: 0;
  border-top: 0;
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  border-left: 1px solid var(--mytheme-line);
  border-radius: 0;
  background: #fbfbfb;
  padding: 0;
}

.mytheme-bulk-discount__title {
  margin: 0;
  min-height: 2.8rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--mytheme-line);
  text-align: center;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
}

.mytheme-bulk-discount__winner {
  display: grid;
  gap: 0.18rem;
  padding: 0.74rem 0.82rem 0.8rem;
  border-bottom: 1px solid var(--mytheme-line);
  background: linear-gradient(135deg, rgba(53, 200, 184, 0.12) 0%, rgba(79, 152, 219, 0.08) 100%);
}

.mytheme-bulk-discount__winner-label,
.mytheme-bulk-discount__winner-title,
.mytheme-bulk-discount__winner-text {
  margin: 0;
}

.mytheme-bulk-discount__winner-label {
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.56rem;
  font-weight: 800;
}

.mytheme-bulk-discount__winner-title {
  color: #111111;
  font-size: 0.9rem;
  line-height: 1.15;
  font-weight: 800;
}

.mytheme-bulk-discount__winner-text {
  color: #415063;
  font-size: 0.72rem;
  line-height: 1.45;
}

.mytheme-bulk-discount__options {
  display: grid;
  gap: 0;
}

.mytheme-bulk-discount__option {
  appearance: none;
  border: 0;
  border-bottom: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 0.84rem 0.82rem 0.76rem;
  width: 100%;
  text-align: left;
  color: #2f2f2f;
  position: relative;
  outline: none;
}

.mytheme-bulk-discount__option:hover {
  background: #f6f8f8;
}

.mytheme-bulk-discount__option.is-active {
  background: #eef6f5;
  box-shadow: inset 3px 0 0 #35c8b8;
}

.mytheme-bulk-discount__option--winner {
  background: linear-gradient(135deg, rgba(79, 152, 219, 0.08) 0%, rgba(53, 200, 184, 0.08) 100%);
}

.mytheme-bulk-discount__option--winner .mytheme-bulk-discount__qty {
  color: #111111;
}

.mytheme-bulk-discount__option--winner .mytheme-bulk-discount__hint {
  color: #0f766e;
}

.mytheme-bulk-discount__option.is-qualified:not(.is-active) {
  background: #f6faff;
}

.mytheme-bulk-discount__option.is-qualified:not(.is-active) .mytheme-bulk-discount__pill strong {
  color: #2d6eaa;
}

.mytheme-bulk-discount__option:focus,
.mytheme-bulk-discount__option:focus-visible {
  outline: none;
}

.mytheme-bulk-discount__option-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
}

.mytheme-bulk-discount__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.78rem;
}

.mytheme-bulk-discount__copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.mytheme-bulk-discount__qty {
  display: block;
  color: #111111;
  font-size: 1.04rem;
  line-height: 1.08;
  font-weight: 800;
}

.mytheme-bulk-discount__save {
  display: block;
  color: #2b79d9;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
}

.mytheme-bulk-discount__save--regular {
  color: #7b8591;
}

.mytheme-bulk-discount__hint {
  display: block;
  color: #4a5a6b;
  font-size: 0.75rem;
  line-height: 1.35;
}

.mytheme-bulk-discount__price-wrap {
  display: grid;
  justify-items: end;
  gap: 0.18rem;
  text-align: right;
}

.mytheme-bulk-discount__compare {
  display: block;
  color: #9aa5b1;
  font-size: 0.88rem;
  line-height: 1;
  text-decoration: line-through;
}

.mytheme-bulk-discount__pill {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.32rem;
  min-height: 1.9rem;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: #575757;
  text-transform: uppercase;
  font-size: 0.86rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.mytheme-bulk-discount__pill strong {
  color: #1e5a89;
  font-weight: 700;
}

.mytheme-bulk-discount__badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  border-radius: 3px;
  padding: 0 0.58rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.mytheme-bulk-discount__badge--blue {
  background: #2f77e9;
}

.mytheme-bulk-discount__badge--green {
  background: #2ebc6f;
}

.mytheme-bulk-discount__price {
  display: block;
  margin-top: 0.32rem;
  text-align: right;
  color: #303030;
  font-size: 1.62rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 800;
}

.mytheme-bulk-discount__price .woocommerce-Price-currencySymbol {
  font-size: 0.75em;
  vertical-align: baseline;
}

.mytheme-bulk-discount__note {
  margin: 0;
  border-top: 0;
  padding: 0.86rem 0.75rem 0.9rem;
  text-align: center;
  color: #5a5a5a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.74rem;
  line-height: 1.35;
}

.single-product .summary .mytheme-bulk-discount--premium-savings .mytheme-bulk-discount__winner {
  background: linear-gradient(135deg, rgba(255, 214, 226, 0.7) 0%, rgba(255, 242, 228, 0.82) 100%);
}

.single-product .summary .mytheme-bulk-discount--premium-savings .mytheme-bulk-discount__winner-label {
  color: #b84b6c;
}

.single-product .summary .mytheme-bulk-discount--premium-savings .mytheme-bulk-discount__winner-text {
  color: #5d5061;
}

.single-product .summary .mytheme-bulk-discount--premium-savings .mytheme-bulk-discount__option {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.single-product .summary .mytheme-bulk-discount--premium-savings .mytheme-bulk-discount__badge {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .mytheme-bulk-discount {
    margin-top: 0;
  }

  .mytheme-bulk-discount__title {
    min-height: 2.35rem;
    font-size: 0.76rem;
  }

  .mytheme-bulk-discount__pill {
    min-height: 1.55rem;
    font-size: 0.7rem;
  }

  .mytheme-bulk-discount__layout {
    gap: 0.5rem;
  }

  .mytheme-bulk-discount__qty {
    font-size: 0.84rem;
  }

  .mytheme-bulk-discount__save {
    font-size: 0.66rem;
  }

  .mytheme-bulk-discount__hint {
    font-size: 0.64rem;
  }

  .mytheme-bulk-discount__compare {
    font-size: 0.72rem;
  }

  .mytheme-bulk-discount__badge {
    min-height: 1.38rem;
    font-size: 0.56rem;
  }

  .mytheme-bulk-discount__price {
    font-size: 1.22rem;
  }

  .mytheme-bulk-discount__note {
    font-size: 0.64rem;
  }
}

.single-product .summary .product_meta,
.single-product .summary .mytheme-trust-box {
  display: none;
}

.mytheme-pdp-info {
  border: 1px solid var(--mytheme-line);
  border-top: 0;
  background: #ffffff;
}

.mytheme-pdp-info__item + .mytheme-pdp-info__item {
  border-top: 1px solid var(--mytheme-line);
}

.mytheme-pdp-info__trigger {
  width: 100%;
  border: 0;
  background: #ffffff;
  min-height: 2.25rem;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.66rem;
  font-weight: 700;
}

.mytheme-pdp-info__icon {
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.2s ease;
}

.mytheme-pdp-info__trigger.is-open .mytheme-pdp-info__icon {
  transform: rotate(45deg);
}

.mytheme-pdp-info__content {
  padding: 0 0.75rem 0.78rem;
  color: #333333;
  font-size: 0.72rem;
}

.mytheme-pdp-info__content p {
  margin: 0.45rem 0;
}

.mytheme-pdp-info__content a {
  text-decoration: none;
}

.mytheme-size-guide {
  display: grid;
  gap: 0.95rem;
}

.mytheme-size-guide__intro {
  margin: 0;
  color: #5e5e5e;
  line-height: 1.5;
}

.mytheme-size-guide__table-wrap {
  overflow-x: auto;
}

.mytheme-size-guide__table {
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  table-layout: fixed;
}

.mytheme-size-guide__table th,
.mytheme-size-guide__table td {
  border: 1px solid #b2b2b2;
  padding: 0.68rem 0.74rem;
  text-align: left;
  font-size: 0.86rem;
  line-height: 1.35;
}

.mytheme-size-guide__table thead th {
  background: #14c295;
  color: #ffffff;
  font-weight: 700;
}

.mytheme-size-guide__table tbody td {
  background: #f4f4f4;
  color: #2b3642;
  font-weight: 500;
}

.mytheme-size-guide--apparel .mytheme-size-guide__table--matrix {
  min-width: 760px;
}

.mytheme-size-guide--apparel .mytheme-size-guide__table--matrix th,
.mytheme-size-guide--apparel .mytheme-size-guide__table--matrix td {
  text-align: center;
  white-space: nowrap;
}

.mytheme-size-guide--apparel .mytheme-size-guide__table--matrix th:first-child,
.mytheme-size-guide--apparel .mytheme-size-guide__table--matrix td:first-child {
  text-align: left;
  min-width: 104px;
  font-weight: 700;
}

.mytheme-size-guide__error-note p {
  margin: 0.2rem 0 0;
  color: #3b3b3b;
  font-size: 0.78rem;
  line-height: 1.45;
}

.mytheme-size-guide__model-note p {
  margin: 0.25rem 0;
  color: #2f2f2f;
  font-size: 0.78rem;
  line-height: 1.5;
  font-weight: 500;
}

.mytheme-size-guide__extra p {
  margin: 0.4rem 0;
}

.mytheme-size-guide__extra ul {
  margin: 0.1rem 0 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.24rem;
}

.mytheme-size-guide__extra li {
  color: #3b3b3b;
  font-size: 0.82rem;
  line-height: 1.5;
}

.mytheme-size-guide__measure {
  margin: 0.2rem 0 0;
  display: grid;
  gap: 0.45rem;
}

.mytheme-size-guide__measure-media {
  width: min(100%, 340px);
}

.mytheme-size-guide__measure-media img,
.mytheme-size-guide__measure-fallback {
  width: 100%;
  height: auto;
  display: block;
}

.mytheme-size-guide__measure-tee {
  width: 100%;
  height: auto;
  display: block;
  background: #f2f2f2;
  border: 1px solid #d5d5d5;
}

.mytheme-size-guide__measure-fallback {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #ececec;
  border: 1px solid #cfd3d9;
  overflow: hidden;
}

.mytheme-size-guide__slipper {
  position: absolute;
  top: 7%;
  width: 38%;
  height: 84%;
  border: 3px solid #171717;
  border-radius: 46% 46% 44% 44% / 24% 24% 63% 63%;
  background: transparent;
}

.mytheme-size-guide__slipper--left {
  left: 8%;
}

.mytheme-size-guide__slipper--right {
  right: 8%;
}

.mytheme-size-guide__slipper-inner {
  position: absolute;
  left: 18%;
  top: 38%;
  width: 64%;
  height: 56%;
  border: 2px solid #1b1b1b;
  border-radius: 41% 41% 45% 45% / 24% 24% 70% 70%;
  background: transparent;
}

.mytheme-size-guide__slipper-holes {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 4%;
  height: 10%;
}

.mytheme-size-guide__slipper-hole {
  position: absolute;
  top: 0;
  width: 13%;
  height: 95%;
  border: 2px solid #1b1b1b;
  border-radius: 50%;
  background: transparent;
}

.mytheme-size-guide__slipper-hole--1 {
  left: 0;
  transform: rotate(-30deg);
}

.mytheme-size-guide__slipper-hole--2 {
  left: 14%;
  transform: rotate(-20deg);
}

.mytheme-size-guide__slipper-hole--3 {
  left: 29%;
  transform: rotate(-10deg);
}

.mytheme-size-guide__slipper-hole--4 {
  left: 43%;
}

.mytheme-size-guide__slipper-hole--5 {
  left: 57%;
  transform: rotate(10deg);
}

.mytheme-size-guide__slipper-hole--6 {
  left: 72%;
  transform: rotate(20deg);
}

.mytheme-size-guide__slipper-hole--7 {
  left: 87%;
  transform: rotate(30deg);
}

.mytheme-size-guide__slipper-mouth {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 16%;
  height: 10%;
  border: 2px solid #1b1b1b;
  border-bottom: 0;
  border-radius: 48% 48% 0 0 / 100% 100% 0 0;
  background: transparent;
}

.mytheme-size-guide__slipper-teeth {
  position: absolute;
  left: 13%;
  right: 13%;
  top: 20%;
  height: 5%;
  background:
    linear-gradient(-35deg, transparent 46%, #1b1b1b 47%, #1b1b1b 53%, transparent 54%) left center / 11% 100% repeat-x;
}

.mytheme-size-guide__slipper-eye {
  position: absolute;
  top: 30.5%;
  width: 6.8%;
  height: 8%;
  border-radius: 50%;
  background: #0d0d0f;
}

.mytheme-size-guide__slipper-eye--left {
  left: 10.8%;
}

.mytheme-size-guide__slipper-eye--right {
  right: 10.8%;
}

.mytheme-size-guide__slipper-nose {
  position: absolute;
  left: 44%;
  top: 35%;
  width: 12%;
  height: 11%;
  border: 2px solid #1b1b1b;
  border-radius: 50%;
}

.mytheme-size-guide__slipper-cheek {
  position: absolute;
  top: 46%;
  width: 8%;
  height: 2px;
  background: #1b1b1b;
}

.mytheme-size-guide__slipper-cheek::before,
.mytheme-size-guide__slipper-cheek::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
}

.mytheme-size-guide__slipper-cheek::before {
  top: 6px;
}

.mytheme-size-guide__slipper-cheek::after {
  top: 12px;
}

.mytheme-size-guide__slipper-cheek--left {
  left: 15%;
  transform: rotate(-46deg);
}

.mytheme-size-guide__slipper-cheek--right {
  right: 15%;
  transform: rotate(46deg);
}

.mytheme-size-guide__slipper-fin {
  position: absolute;
  top: 42%;
  width: 13%;
  height: 18%;
  border: 2px solid #1b1b1b;
  border-radius: 48%;
  background: transparent;
}

.mytheme-size-guide__slipper-fin--left {
  left: -9%;
  transform: rotate(27deg);
}

.mytheme-size-guide__slipper-fin--right {
  right: -9%;
  transform: rotate(-27deg);
}

.mytheme-size-guide__slipper-tail {
  position: absolute;
  left: 41%;
  bottom: -4%;
  width: 18%;
  height: 8%;
  border: 2px solid #1b1b1b;
  border-top: 0;
  border-radius: 0 0 43% 43%;
  background: transparent;
}

.mytheme-size-guide__axis {
  position: absolute;
  left: 28%;
  top: 8%;
  bottom: 8%;
  width: 6px;
  background: #111111;
}

.mytheme-size-guide__axis-label {
  position: absolute;
  left: calc(28% + 14px);
  top: 39%;
  font-size: 3rem;
  font-weight: 800;
  color: #111111;
}

.mytheme-size-guide__measure-caption {
  margin: 0;
  color: #5a5a5a;
  font-size: 0.68rem;
  line-height: 1.5;
}

.mytheme-size-modal[hidden] {
  display: none;
}

.mytheme-size-modal {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(17, 17, 17, 0.52);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.mytheme-size-modal__dialog {
  width: min(100%, 980px);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  background: #f2f2f2;
  border: 1px solid #c7c7c7;
  position: relative;
}

.mytheme-size-modal__x {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: #7c7c7c;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.mytheme-size-modal__header {
  padding: 1.15rem 1.2rem 0.8rem;
}

.mytheme-size-modal__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  font-size: clamp(1.22rem, 1.55vw, 1.95rem);
  line-height: 1.15;
  font-weight: 800;
}

.mytheme-size-modal__content {
  padding: 0 1.2rem 1rem;
}

.mytheme-size-modal__intro {
  margin: 0;
  border: 1px solid #d9dfec;
  background: #edf2fa;
  color: #2a3546;
  padding: 0.72rem 0.8rem;
  line-height: 1.45;
}

.mytheme-size-modal__tabs {
  margin-top: 1.05rem;
  display: inline-flex;
  align-items: stretch;
  border: 1px solid #c8c8c8;
}

.mytheme-size-modal__tab {
  min-height: 2.35rem;
  padding: 0 1.45rem;
  border: 0;
  border-right: 1px solid #c8c8c8;
  background: #f2f2f2;
  color: #1a1a1a;
  text-transform: none;
  font-size: 0.95rem;
  cursor: pointer;
}

.mytheme-size-modal__tab:last-child {
  border-right: 0;
}

.mytheme-size-modal__tab.is-active {
  background: #2d67cb;
  color: #ffffff;
  font-weight: 700;
}

.mytheme-size-modal__panel {
  margin-top: 0.9rem;
  border: 1px solid #c8c8c8;
  background: #f6f6f6;
  padding: 1rem;
}

.mytheme-size-modal__panel .mytheme-size-guide__table-wrap {
  overflow-x: auto;
}

.mytheme-size-modal__panel .mytheme-size-guide__measure-media {
  width: min(100%, 340px);
}

.mytheme-size-modal__footer {
  padding: 0 1.2rem 1.2rem;
}

.mytheme-size-modal__close-btn {
  min-width: 7.2rem;
  min-height: 2.55rem;
  border: 0;
  border-radius: 999px;
  background: #2d67cb;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.74rem;
  font-weight: 700;
  cursor: pointer;
}

html.mytheme-size-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .mytheme-size-modal {
    padding: 0.4rem;
  }

  .mytheme-size-modal__dialog {
    max-height: calc(100vh - 0.8rem);
  }

  .mytheme-size-modal__header {
    padding: 0.9rem 0.82rem 0.62rem;
  }

  .mytheme-size-modal__title {
    font-size: 1.06rem;
  }

  .mytheme-size-modal__content {
    padding: 0 0.82rem 0.76rem;
  }

  .mytheme-size-modal__tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .mytheme-size-modal__tab {
    min-height: 2.1rem;
    padding: 0 0.5rem;
    font-size: 0.78rem;
  }

  .mytheme-size-modal__panel {
    padding: 0.62rem;
  }

  .mytheme-size-modal__footer {
    padding: 0 0.82rem 0.9rem;
  }

  .mytheme-size-guide__axis {
    width: 4px;
  }

  .mytheme-size-guide__axis-label {
    font-size: 2.1rem;
    left: calc(28% + 11px);
  }
}

.mytheme-fbt {
  border: 1px solid var(--mytheme-line);
  border-top: 0;
  background: #ffffff;
}

.mytheme-fbt__header {
  padding: 0 0.75rem;
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-fbt__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.66rem;
  font-weight: 700;
}

.mytheme-fbt__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mytheme-fbt-card {
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-fbt-card:nth-child(2n) {
  border-right: 0;
}

.mytheme-fbt-card__image {
  display: block;
  aspect-ratio: 3 / 4;
  background: var(--mytheme-soft);
}

.mytheme-fbt-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mytheme-fbt-card__body {
  padding: 0.6rem;
}

.mytheme-fbt-card__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
  line-height: 1.35;
}

.mytheme-fbt-card__price {
  margin: 0.32rem 0 0.5rem;
  font-size: 0.72rem;
}

.mytheme-fbt-card__button {
  width: 100%;
  min-height: 2.15rem;
  padding-inline: 0.5rem;
}

.mytheme-fins {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  background: #ffffff;
}

.mytheme-fins__header {
  padding: 0.78rem 0.75rem;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-fins__title {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.mytheme-fins__slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.mytheme-fins__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(136px, 44vw);
  gap: 0.6rem;
  padding: 0.68rem 0.4rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.mytheme-fins__track::-webkit-scrollbar {
  display: none;
}

.mytheme-fins__arrow {
  width: 2.3rem;
  height: 2.3rem;
  border: 0;
  background: transparent;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.34rem;
  line-height: 1;
}

.mytheme-fins__arrow[disabled] {
  opacity: 0.25;
  cursor: default;
}

.mytheme-fins__slider.is-static .mytheme-fins__arrow {
  visibility: hidden;
}

.mytheme-fins-card {
  scroll-snap-align: start;
  border: 1px solid #dddddd;
  border-radius: 12px;
  overflow: hidden;
  background: #f6f6f6;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.mytheme-fins-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f1f1f1;
}

.mytheme-fins-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mytheme-fins-card__body {
  padding: 0.52rem 0.56rem 0.58rem;
}

.mytheme-fins-card__title {
  margin: 0;
  font-size: 0.65rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: none;
  font-weight: 500;
}

.mytheme-fins-card__title a {
  color: inherit;
  text-decoration: none;
}

.mytheme-fins-card__footer {
  margin-top: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.46rem;
}

.mytheme-fins-card__price {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  color: #111111;
  line-height: 1;
}

.mytheme-fins-card__quick {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}

.mytheme-fins-card__quick:hover,
.mytheme-fins-card__quick:focus-visible {
  background: #111111;
  color: #ffffff;
}

.mytheme-fins-card__quick svg {
  width: 1rem;
  height: 1rem;
}

.mytheme-fins-card__quick--link {
  font-size: 1rem;
  font-weight: 700;
}

.js-quick-add {
  position: relative;
  overflow: hidden;
}

.js-quick-add.is-loading > *,
.js-quick-add.is-added > * {
  opacity: 0;
}

.js-quick-add.is-loading,
.js-quick-add.is-added {
  font-size: 0 !important;
}

.js-quick-add.is-loading::after,
.js-quick-add.is-added::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.js-quick-add.is-loading::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  animation: mytheme-quick-add-spin 0.72s linear infinite;
}

.js-quick-add.is-added::after {
  content: "\2713";
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  border: 2px solid #22c55e;
  font-size: 0.72rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.mytheme-fins-card__quick.is-loading {
  color: #111111 !important;
}

.mytheme-fins-card__quick.is-added {
  border-color: #22c55e;
  background: #22c55e;
}

.mytheme-customer-gallery {
  margin-top: 2.1rem;
  border-top: 1px solid var(--mytheme-line);
  padding-top: 1rem;
}

.mytheme-customer-gallery__header {
  margin-bottom: 0.7rem;
}

.mytheme-customer-gallery__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.78rem;
  font-weight: 700;
}

.mytheme-customer-gallery__subtitle {
  margin: 0.35rem 0 0;
  color: var(--mytheme-muted);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.6rem;
}

.mytheme-customer-gallery__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(145px, 52vw);
  gap: 0.62rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.25rem;
}

.mytheme-customer-gallery__item {
  margin: 0;
  scroll-snap-align: start;
}

.mytheme-customer-gallery__media {
  aspect-ratio: 9 / 16;
  border: 1px solid var(--mytheme-line);
  background: var(--mytheme-soft);
  overflow: hidden;
}

.mytheme-customer-gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 960px) {
  .mytheme-pdp__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    gap: 1.45rem;
    align-items: start;
  }

  .mytheme-pdp__summary .summary {
    position: sticky;
    top: 1rem;
    z-index: 3;
    grid-template-columns: minmax(0, 1fr) 215px;
  }

  .single-product .summary .product_title {
    border-right: 1px solid var(--mytheme-line);
  }

  .single-product .summary p.price {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
  }

  .single-product .summary .mytheme-omnibus-info,
  .single-product .summary .woocommerce-product-details__short-description,
  .single-product .summary form.cart {
    grid-column: 1 / -1;
  }

  .mytheme-fbt__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mytheme-fbt-card:nth-child(2n) {
    border-right: 1px solid var(--mytheme-line);
  }

  .mytheme-fbt-card:nth-child(3n) {
    border-right: 0;
  }

  .mytheme-customer-gallery__track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: unset;
    overflow: visible;
  }
}

/* Full Width PDP Layout Override */
.single-product .mytheme-woo-section--single {
  padding: 0;
}

.single-product .mytheme-woo-section--single > .container--full {
  width: 100%;
  max-width: none;
  margin: 0;
}

.single-product .mytheme-pdp__grid {
  gap: 0;
}

.single-product .mytheme-pdp__breadcrumbs {
  display: none;
}

.single-product .mytheme-pdp-gallery__main {
  border-left: 0;
  border-right: 0;
}

.single-product .mytheme-pdp__summary .summary,
.single-product .mytheme-pdp-info,
.single-product .mytheme-fbt {
  border-left: 0;
  border-right: 0;
}

.single-product .mytheme-pdp-info {
  border-top: 1px solid var(--mytheme-line);
}

.single-product .mytheme-fbt {
  border-top: 1px solid var(--mytheme-line);
}

@media (min-width: 960px) {
  .single-product .mytheme-pdp__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
  }

  .single-product .mytheme-pdp__media {
    border-right: 1px solid var(--mytheme-line);
  }

  .single-product .mytheme-pdp__summary .mytheme-fins {
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .single-product .mytheme-pdp-gallery__main {
    border-top: 1px solid var(--mytheme-line);
    border-bottom: 1px solid var(--mytheme-line);
    border-right: 0;
    border-left: 0;
    background: #efefef;
  }

  .single-product .mytheme-pdp-gallery__slide {
    display: block !important;
    min-height: clamp(420px, 62vh, 860px);
    aspect-ratio: auto;
    border-bottom: 1px solid var(--mytheme-line);
  }

  .single-product .mytheme-pdp-gallery__slide:last-child {
    border-bottom: 0;
  }

  .single-product .mytheme-pdp-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .single-product .mytheme-pdp-gallery__thumbs {
    display: none;
  }

  .single-product .mytheme-fins__track {
    grid-auto-columns: minmax(150px, 11.4rem);
    padding: 0.72rem 0.5rem;
  }

  .single-product .mytheme-pdp__summary .summary {
    position: static;
    top: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    border-top: 1px solid var(--mytheme-line);
    border-bottom: 0;
  }

  .single-product .summary .product_title {
    border-right: 1px solid var(--mytheme-line);
  }

  .single-product .summary p.price {
    grid-column: 2;
    grid-row: 1;
    border-bottom: 1px solid var(--mytheme-line);
  }

  .single-product .summary .mytheme-omnibus-info,
  .single-product .summary .woocommerce-product-details__short-description,
  .single-product .summary form.cart {
    grid-column: 1 / -1;
  }

  .single-product .mytheme-fbt__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .single-product .mytheme-fbt-card:nth-child(2n) {
    border-right: 1px solid var(--mytheme-line);
  }

  .single-product .mytheme-fbt-card:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .mytheme-fins__header {
    padding: 0.62rem 0.68rem;
  }

  .mytheme-fins__title {
    font-size: 0.72rem;
    letter-spacing: 0.03em;
  }

  .mytheme-fins__track {
    grid-auto-columns: minmax(128px, 44vw);
    gap: 0.5rem;
  }

  .mytheme-fins__arrow {
    width: 2rem;
    height: 2rem;
    font-size: 1.2rem;
  }
}

/* Header + Menu (Nutu-like) */
.container--full {
  width: 100%;
  max-width: none;
  margin: 0;
}

.mytheme-marquee {
  height: 1.9rem;
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  background: var(--mytheme-topbar-bg, #f4f4f4);
  color: var(--mytheme-topbar-text, #111111);
  transition: transform 0.25s ease;
}

.mytheme-marquee.is-hidden {
  transform: translateY(-100%);
}

.mytheme-marquee__track {
  animation-duration: 34s;
  gap: 1.6rem;
}

.mytheme-marquee__track span {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.site-header--nt {
  border-bottom: 1px solid var(--mytheme-line);
  background: #ffffff;
  position: relative;
  z-index: 1300;
}

.site-header--nt .site-header__bar {
  display: grid;
  grid-template-columns: minmax(3rem, 1fr) auto minmax(3rem, 1fr);
  align-items: center;
  min-height: 3.1rem;
  border-bottom: 1px solid var(--mytheme-line);
}

.site-header__hamburger {
  width: 3rem;
  height: 3rem;
  border: 0;
  background: transparent;
  display: inline-grid;
  place-content: center;
  gap: 0.24rem;
  padding: 0;
  margin: 0;
  justify-self: start;
}

.site-header__hamburger span {
  display: block;
  width: 0.95rem;
  height: 1px;
  background: #111111;
}

.site-header__brand {
  justify-content: center;
  text-align: center;
}

.site-header__brand .custom-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header__brand .site-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header__brand img {
  max-height: 2.8rem;
  width: auto;
  height: auto;
}

.site-header__brand .site-title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.site-header__icons {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  height: 3rem;
}

.site-header__icon {
  width: 2rem;
  height: 3rem;
  border: 0;
  border-left: 1px solid var(--mytheme-line);
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
  padding: 0;
  position: relative;
}

.site-header__icon svg {
  width: 1rem;
  height: 1rem;
}

.site-header__icon--cart {
  width: 2.25rem;
}

.site-header__cart-count {
  margin: 0;
  position: absolute;
  top: 0.62rem;
  right: 0.45rem;
  min-width: 0.82rem;
  height: 0.82rem;
  border-radius: 999px;
  background: #d42020;
  color: #ffffff;
  font-size: 0.54rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header__search-panel {
  border-bottom: 1px solid var(--mytheme-line);
  background: #ffffff;
}

.site-header__search-wrap {
  padding: 0.6rem 0.75rem;
}

.mytheme-search-form--header {
  max-width: none;
  margin: 0;
}

.mytheme-search-form--header .mytheme-search-form__input {
  min-height: 2.5rem;
}

.mytheme-search-form--header .mytheme-search-form__button {
  min-width: 5.6rem;
}

.mytheme-menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 1780;
}

.mytheme-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(400px, 92vw);
  height: 100dvh;
  background: #ffffff;
  border-right: 1px solid var(--mytheme-line);
  transform: translateX(-100%);
  transition: transform 0.22s ease;
  z-index: 1790;
  display: flex;
  flex-direction: column;
}

.mytheme-menu-drawer.is-open {
  transform: translateX(0);
}

.mytheme-menu-drawer__header {
  min-height: 3.2rem;
  border-bottom: 1px solid var(--mytheme-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.75rem;
}

.mytheme-menu-drawer__header h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.66rem;
}

.mytheme-menu-drawer__close {
  border: 0;
  background: transparent;
  font-size: 1.65rem;
  line-height: 1;
}

.mytheme-menu-drawer__content {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mytheme-drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mytheme-drawer-menu li {
  margin: 0;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-drawer-menu a {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.66rem;
  font-weight: 700;
}

.mytheme-menu-drawer__links {
  display: grid;
  border-top: 1px solid var(--mytheme-line);
}

.mytheme-menu-drawer__links a {
  min-height: 2.55rem;
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  border-bottom: 1px solid var(--mytheme-line);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.63rem;
  font-weight: 700;
}

.mytheme-menu-drawer__quicklinks {
  display: grid;
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  padding-bottom: 0.2rem;
}

.mytheme-menu-drawer__quicklinks-title {
  margin: 0;
  padding: 0.6rem 0.9rem 0.2rem;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mytheme-muted);
}

.mytheme-menu-drawer__quicklinks a {
  min-height: 2.35rem;
  display: flex;
  align-items: center;
  padding: 0 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.6rem;
  font-weight: 700;
}

.mytheme-menu-drawer__blog-cta {
  margin-top: auto;
  padding: 0.9rem;
  border-top: 1px solid var(--mytheme-line);
  background: #f8f9fb;
}

.mytheme-menu-drawer__blog-link {
  display: grid;
  gap: 0.24rem;
  text-decoration: none;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  padding: 0.78rem 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mytheme-menu-drawer__blog-kicker {
  font-size: 0.58rem;
  font-weight: 500;
  opacity: 0.82;
}

.mytheme-menu-drawer__blog-title {
  font-size: 0.72rem;
  font-weight: 700;
}

.mytheme-menu-drawer__blog-link:hover,
.mytheme-menu-drawer__blog-link:focus-visible {
  background: #2b2f36;
  border-color: #2b2f36;
  color: #fff;
}

body.has-open-menu {
  overflow: hidden;
}

/* Homepage Full Width */
.mytheme-homepage {
  width: 100%;
  display: block;
  font-size: inherit;
}

.mytheme-homepage > * {
  font-size: inherit;
  display: block;
  width: 100%;
}

.mytheme-homepage .mytheme-hero > .container,
.mytheme-homepage .mytheme-section > .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mytheme-homepage .mytheme-hero {
  padding-top: 0;
}

.mytheme-homepage .mytheme-hero__grid {
  gap: 0;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-homepage .mytheme-hero-card {
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-homepage .mytheme-hero-card + .mytheme-hero-card {
  border-left: 1px solid var(--mytheme-line);
}

.mytheme-homepage .mytheme-section {
  padding: 0;
}

.mytheme-homepage .mytheme-section__header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 3rem;
  margin: 0;
  padding: 0 0.75rem;
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  align-items: center;
  text-align: center;
}

.mytheme-homepage .mytheme-section__header > div {
  width: 100%;
}

.mytheme-homepage .products,
.mytheme-homepage .mytheme-lookbook-grid {
  gap: 0;
}

.mytheme-homepage .mytheme-product-card__inner {
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  gap: 0;
}

.mytheme-homepage .mytheme-product-card__meta {
  border-top: 1px solid var(--mytheme-line);
  padding: 0.56rem 0.62rem 0.62rem;
  display: grid;
  gap: 0.14rem;
}

.mytheme-homepage .mytheme-lookbook-card {
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  border-top: 0;
  border-left: 0;
}

.mytheme-homepage .mytheme-newsletter {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
}

@media (max-width: 991px) {
  .mytheme-marquee {
    position: sticky;
    top: 0;
    z-index: 1600;
  }

  .site-header__brand .site-title {
    font-size: 1.05rem;
    letter-spacing: 0.12em;
  }

  .mytheme-homepage .mytheme-hero-card + .mytheme-hero-card {
    border-left: 0;
  }
}

@media (min-width: 992px) {
  .site-header--nt .site-header__bar {
    min-height: 3.4rem;
  }

  .site-header__icon {
    width: 2.25rem;
    height: 3.4rem;
  }

  .site-header__hamburger {
    width: 3.4rem;
    height: 3.4rem;
  }

  .mytheme-homepage .mytheme-hero__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mytheme-homepage .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mytheme-homepage .mytheme-lookbook-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Menu + Homepage + Footer refinements */
.site-header__hamburger {
  width: 3.5rem;
  height: 3.5rem;
}

.site-header__hamburger span {
  width: 1.08rem;
}

.site-header__icons {
  height: 3.5rem;
}

.site-header__icon {
  width: 2.45rem;
  height: 3.5rem;
}

.site-header__icon--cart {
  width: 2.7rem;
}

.mytheme-menu-drawer__header {
  min-height: 4rem;
  padding: 0 1rem;
}

.mytheme-menu-drawer__header h2 {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.mytheme-drawer-menu a {
  min-height: 3.45rem;
  padding: 0 1.1rem;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.mytheme-menu-drawer__links a {
  min-height: 3.2rem;
  padding: 0 1.1rem;
  font-size: 0.71rem;
  letter-spacing: 0.11em;
}

.mytheme-menu-drawer__quicklinks-title {
  padding: 0.7rem 1.1rem 0.3rem;
  font-size: 0.62rem;
}

.mytheme-menu-drawer__quicklinks a {
  min-height: 3rem;
  padding: 0 1.1rem;
  font-size: 0.67rem;
}

.mytheme-menu-drawer__blog-cta {
  padding: 1rem 1.1rem 1.15rem;
}

.mytheme-menu-drawer__blog-kicker {
  font-size: 0.62rem;
}

.mytheme-menu-drawer__blog-title {
  font-size: 0.8rem;
}

.mytheme-hero--home {
  padding: 0;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-hero-banner {
  position: relative;
  border-bottom: 1px solid var(--mytheme-line);
  background: #ececec;
}

.mytheme-hero-banner__image {
  position: relative;
  display: block;
  aspect-ratio: 21 / 9;
}

.mytheme-hero-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mytheme-hero-banner__fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  color: #666666;
}

.mytheme-hero-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.52) 100%);
}

.mytheme-hero-banner__content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: #ffffff;
}

.mytheme-hero-banner__label {
  margin: 0 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6rem;
  font-weight: 700;
}

.mytheme-hero-banner__title {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 2.8vw, 2rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
}

.mytheme-hero-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.75rem;
  min-height: 2.35rem;
  padding: 0 0.9rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
  font-weight: 700;
}

.mytheme-homepage .mytheme-hero__grid {
  grid-template-columns: 1fr;
}

@supports (content-visibility: auto) {
  .mytheme-homepage .mytheme-section {
    content-visibility: auto;
    contain-intrinsic-size: 920px;
  }
}

.mytheme-homepage .products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mytheme-homepage .mytheme-product-card__thumb {
  aspect-ratio: 1 / 1;
  background: #eceff2;
}

.mytheme-homepage .mytheme-product-card__img {
  object-fit: cover;
  padding: 0;
}

.mytheme-homepage .mytheme-product-card__title {
  font-size: clamp(0.74rem, 0.72vw, 0.86rem);
  letter-spacing: 0.01em;
  line-height: 1.2;
  font-weight: 400;
}

.mytheme-homepage .mytheme-section--instagram-tiles .mytheme-product-card__thumb {
  aspect-ratio: 1 / 1;
  background: #eceff2;
}

.mytheme-homepage .mytheme-section--instagram-tiles .mytheme-product-card__img {
  object-fit: cover;
  padding: 0;
}

.mytheme-homepage .mytheme-section--instagram-tiles .products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mytheme-homepage .mytheme-product-card__price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.06rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.mytheme-homepage .mytheme-product-card__price ins {
  order: 1;
  text-decoration: none;
}

.mytheme-homepage .mytheme-product-card__price > .woocommerce-Price-amount.amount,
.mytheme-homepage .mytheme-product-card__price ins .amount {
  color: #4f98db;
  font-size: clamp(0.96rem, 0.9vw, 1.14rem);
  line-height: 1.02;
  font-weight: 400;
}

.mytheme-homepage .mytheme-product-card__price del {
  display: none;
}

.mytheme-homepage .mytheme-omnibus-info {
  color: #2f2f2f;
  font-size: 0.62rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
}

.mytheme-homepage .mytheme-product-card__regular-price {
  margin: 0;
  color: #2f2f2f;
  font-size: 0.62rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
}

.mytheme-homepage .mytheme-product-card__variant-colors {
  position: absolute;
  left: 50%;
  bottom: 0.72rem;
  z-index: 3;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.46rem;
  min-width: max-content;
  padding: 0.38rem 0.56rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.mytheme-homepage .mytheme-product-card__variant-color {
  width: 0.92rem;
  height: 0.92rem;
  flex: 0 0 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: var(--mytheme-product-card-swatch, #d6dce5);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46);
}

.mytheme-homepage .mytheme-product-card__variant-color.is-neutral {
  background: linear-gradient(135deg, #f8fafc 0%, #d6dce5 100%);
}

@media (max-width: 767px) {
  .mytheme-homepage .mytheme-product-card__meta {
    padding: 0.44rem 0.5rem 0.48rem;
    gap: 0.08rem;
  }

  .mytheme-homepage .mytheme-product-card__title {
    font-size: 0.56rem;
    letter-spacing: 0.01em;
    line-height: 1.16;
  }

  .mytheme-homepage .mytheme-product-card__price > .woocommerce-Price-amount.amount,
  .mytheme-homepage .mytheme-product-card__price ins .amount {
    font-size: 0.78rem;
    line-height: 1;
  }

  .mytheme-homepage .mytheme-omnibus-info,
  .mytheme-homepage .mytheme-product-card__regular-price {
    font-size: 0.5rem;
    line-height: 1.12;
  }

  .mytheme-homepage .mytheme-product-card__variant-colors {
    bottom: 0.48rem;
    gap: 0.3rem;
    padding: 0.28rem 0.42rem;
  }

  .mytheme-homepage .mytheme-product-card__variant-color {
    width: 0.72rem;
    height: 0.72rem;
    flex-basis: 0.72rem;
  }

  .post-type-archive-product .mytheme-product-card__meta,
  .tax-product_cat .mytheme-product-card__meta,
  .tax-product_tag .mytheme-product-card__meta {
    padding: 0.44rem 0.5rem 0.48rem;
    gap: 0.08rem;
  }

  .post-type-archive-product .mytheme-product-card__title,
  .tax-product_cat .mytheme-product-card__title,
  .tax-product_tag .mytheme-product-card__title {
    font-size: 0.56rem;
    letter-spacing: 0.01em;
    line-height: 1.16;
  }

  .post-type-archive-product .mytheme-product-card__price > .woocommerce-Price-amount.amount,
  .post-type-archive-product .mytheme-product-card__price ins .amount,
  .tax-product_cat .mytheme-product-card__price > .woocommerce-Price-amount.amount,
  .tax-product_cat .mytheme-product-card__price ins .amount,
  .tax-product_tag .mytheme-product-card__price > .woocommerce-Price-amount.amount,
  .tax-product_tag .mytheme-product-card__price ins .amount {
    font-size: 0.78rem;
    line-height: 1;
  }

  .post-type-archive-product .mytheme-omnibus-info,
  .post-type-archive-product .mytheme-product-card__regular-price,
  .tax-product_cat .mytheme-omnibus-info,
  .tax-product_cat .mytheme-product-card__regular-price,
  .tax-product_tag .mytheme-omnibus-info,
  .tax-product_tag .mytheme-product-card__regular-price {
    font-size: 0.5rem;
    line-height: 1.12;
  }
}

.mytheme-homepage .mytheme-product-card__actions {
  display: none;
}

.mytheme-homepage .products > li:nth-child(2n) .mytheme-product-card__inner {
  border-right: 0;
}

.mytheme-section__footer {
  display: flex;
  justify-content: center;
  border-top: 1px solid var(--mytheme-line);
  padding: 0.95rem 0.75rem;
}

.mytheme-section__cta {
  min-width: 220px;
  min-height: 2.8rem;
  border-color: #111111;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.65rem;
  font-weight: 700;
}

.mytheme-customer-gallery {
  margin-top: 0;
  border-top: 1px solid var(--mytheme-line);
  padding-top: 0;
}

.mytheme-customer-gallery__header {
  margin: 0;
  padding: 0.75rem;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-customer-gallery__track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 0;
  overflow: visible;
  border-left: 1px solid var(--mytheme-line);
}

.mytheme-customer-gallery__item {
  margin: 0;
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-customer-gallery__media {
  border: 0;
}

.mytheme-customer-gallery__videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-left: 1px solid var(--mytheme-line);
}

.mytheme-customer-gallery__video-item {
  margin: 0;
  border-right: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  background: #000000;
}

.mytheme-customer-gallery__video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #000000;
}

.site-footer {
  border-top: 1px solid var(--mytheme-line);
  padding: 0;
}

.site-footer,
.site-footer * {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-footer__payments svg text {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-footer__grid {
  width: 100%;
  max-width: none;
  margin: 0;
  gap: 0;
}

.site-footer__col {
  padding: 1.2rem 0.85rem 1.3rem;
  border-bottom: 1px solid var(--mytheme-line);
}

.site-footer__col h2 {
  margin: 0 0 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.site-footer__col p,
.site-footer__col li {
  margin: 0.4rem 0;
  font-size: 0.74rem;
}

.site-footer__bottom {
  width: 100%;
  max-width: none;
  margin: 0;
  border-top: 0;
  padding: 0.95rem 0.85rem calc(0.95rem + env(safe-area-inset-bottom));
}

@media (max-width: 991px) {
  .mytheme-hero-banner__image {
    aspect-ratio: 4 / 5;
  }
}

@media (min-width: 960px) {
  .mytheme-customer-gallery__track {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .mytheme-customer-gallery__videos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .mytheme-homepage .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mytheme-homepage .products > li:nth-child(2n) .mytheme-product-card__inner {
    border-right: 1px solid var(--mytheme-line);
  }

  .mytheme-homepage .products > li:nth-child(4n) .mytheme-product-card__inner {
    border-right: 0;
  }

  .mytheme-homepage .mytheme-section--instagram-tiles .products {
    grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem;
  }

  .mytheme-homepage .mytheme-section--instagram-tiles .mytheme-product-card__inner {
    border: 1px solid var(--mytheme-line);
  }

  .mytheme-homepage .mytheme-section--instagram-tiles .products > li:nth-child(2n) .mytheme-product-card__inner,
  .mytheme-homepage .mytheme-section--instagram-tiles .products > li:nth-child(4n) .mytheme-product-card__inner {
    border-right: 1px solid var(--mytheme-line);
  }

  .site-footer__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .site-footer__col {
    min-height: 220px;
    border-right: 1px solid var(--mytheme-line);
  }

  .site-footer__col:last-child {
    border-right: 0;
  }

  .site-footer__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

/* Mobile header stability fix */
@media (max-width: 991px) {
  .site-header--nt .site-header__bar {
    position: relative;
    grid-template-columns: auto 1fr;
    min-height: 3.45rem;
  }

  .site-header--nt .site-header__brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(64vw, 280px);
    max-width: calc(100% - 12.5rem);
    margin: 0;
    justify-content: center;
    text-align: center;
    z-index: 1;
    grid-area: auto;
  }

  .site-header--nt .site-branding--center {
    grid-area: auto;
    justify-content: center;
  }

  .site-header--nt .site-header__brand .custom-logo-link {
    max-width: 100%;
  }

  .site-header--nt .site-header__brand img {
    max-height: 2.2rem;
    width: auto;
    height: auto;
  }

  .site-header--nt .site-header__brand .site-title {
    display: block;
    max-width: 100%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .site-header--nt .site-header__hamburger,
  .site-header--nt .site-header__icons {
    position: relative;
    z-index: 2;
  }

  .site-header--nt .site-header__icons {
    margin-left: auto;
  }
}

/* PDP subtle black lines + centered title */
.single-product .summary .product_title {
  text-align: center;
}

.single-product .mytheme-pdp-gallery__main,
.single-product .mytheme-pdp__summary .summary,
.single-product .mytheme-pdp-info,
.single-product .mytheme-fbt,
.single-product .mytheme-bulk-discount {
  border-color: #111111;
  border-width: 1px;
}

.single-product .summary .product_title,
.single-product .summary p.price,
.single-product .summary .mytheme-omnibus-info,
.single-product .summary .woocommerce-product-details__short-description,
.single-product .summary form.cart,
.single-product .mytheme-pdp-info__item + .mytheme-pdp-info__item,
.single-product .mytheme-fbt__header,
.single-product .mytheme-fbt-card,
.single-product .mytheme-bulk-discount__title,
.single-product .mytheme-bulk-discount__option {
  border-color: #111111;
  border-width: 1px;
}

@media (min-width: 960px) {
  .single-product .mytheme-pdp__media {
    border-right: 1px solid #111111;
  }

  .single-product .mytheme-pdp-gallery__main {
    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;
  }

  .single-product .mytheme-pdp-gallery__slide {
    border-bottom: 1px solid #111111;
  }

  .single-product .mytheme-pdp__summary .summary {
    border-top: 1px solid #111111;
  }

  .single-product .summary .product_title {
    border-right: 1px solid #111111;
  }

  .single-product .summary p.price {
    border-bottom: 1px solid #111111;
  }

  .single-product .mytheme-fbt-card:nth-child(2n) {
    border-right: 1px solid #111111;
  }

  .single-product .mytheme-fbt-card:nth-child(3n) {
    border-right: 0;
  }
}

/* Side cart drawer (nutu-inspired) */
.mytheme-mini-cart {
  width: min(408px, 100vw);
  background: #f3f3f3;
  border-left: 1px solid #111111;
}

.mytheme-mini-cart__header {
  min-height: 4rem;
  border-bottom: 1px solid #111111;
  background: #f3f3f3;
  padding: 0 0.9rem;
}

.mytheme-mini-cart__header h2 {
  font-size: 0.86rem;
  letter-spacing: 0.06em;
}

.mytheme-mini-cart__close {
  width: 2.2rem;
  height: 2.2rem;
  border: 0;
  background: transparent;
  color: #111111;
  font-size: 2rem;
  line-height: 1;
  padding: 0;
}

.mytheme-mini-cart__content {
  padding: 0;
  background: #f3f3f3;
}

.mytheme-drawer-cart {
  border-bottom: 1px solid #111111;
}

.mytheme-drawer-cart__shipping {
  margin: 0;
  min-height: 3.05rem;
  border-bottom: 1px solid #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.45rem 0.75rem;
  text-transform: uppercase;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.mytheme-drawer-cart__shipping-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.95rem;
  height: 0.95rem;
  margin-left: 0.35rem;
  border-radius: 0.14rem;
  background: #48bf64;
  color: #ffffff;
  font-size: 0.68rem;
  line-height: 1;
}

.mytheme-drawer-cart__split-note {
  margin: 0;
  border-bottom: 1px solid #111111;
  padding: 0.62rem 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.6rem;
  line-height: 1.45;
  color: #2b2b2b;
}

.mytheme-drawer-cart__empty {
  margin: 0;
  padding: 1.1rem 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: #2d2d2d;
}

.mytheme-drawer-cart__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mytheme-drawer-cart__gift-group {
  border-top: 1px solid #111111;
  background: rgba(79, 152, 219, 0.04);
}

.mytheme-drawer-cart__gift-heading {
  margin: 0;
  padding: 0.58rem 0.75rem 0.38rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 800;
  color: #5f6875;
}

.mytheme-drawer-cart__item {
  border-bottom: 1px solid #111111;
}

.mytheme-drawer-cart__item-main {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 0.7rem;
  align-items: start;
  padding: 0.82rem 0.75rem 0.78rem;
}

.mytheme-drawer-cart__thumb {
  grid-column: 1;
  grid-row: 1;
  width: 64px;
  height: 64px;
  min-height: 64px;
  aspect-ratio: 1 / 1;
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  align-self: start;
}

.mytheme-drawer-cart__thumb img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
  float: none !important;
  position: static !important;
}

.mytheme-drawer-cart__meta {
  grid-column: 2;
  min-width: 0;
}

.mytheme-drawer-cart__name {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 600;
}

.mytheme-drawer-cart__name a {
  display: inline-block;
}

.mytheme-drawer-cart__variation {
  margin: 0.16rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
}

.mytheme-drawer-cart__fulfillment {
  margin: 0.18rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.58rem;
  line-height: 1.35;
}

.mytheme-drawer-cart__fulfillment--pl {
  color: #222222;
}

.mytheme-drawer-cart__fulfillment--drop {
  color: #4f98db;
}

.mytheme-drawer-cart__qty {
  margin-top: 0.58rem;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}

.mytheme-drawer-cart__qty-btn {
  width: 1.55rem;
  height: 1.55rem;
  border: 0;
  background: transparent;
  font-size: 1.25rem;
  line-height: 1;
  color: #111111;
  padding: 0;
}

.mytheme-drawer-cart__qty-value {
  min-width: 0.9rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.mytheme-drawer-cart__remove {
  margin-top: 0.34rem;
  border: 0;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 0.68rem;
  letter-spacing: 0.09em;
  text-decoration: none;
}

.mytheme-drawer-cart__prices {
  grid-column: 3;
  text-align: right;
  padding-top: 0.12rem;
  min-width: 88px;
}

.mytheme-drawer-cart__price-old {
  margin: 0;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: #111111;
  color: #111111;
  font-size: 0.8rem;
}

.mytheme-drawer-cart__price-current {
  margin: 0.05rem 0 0;
  color: #111111;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.1;
}

.mytheme-drawer-cart__discount {
  margin: 0.16rem 0 0;
  color: #d83c52;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.62rem;
  line-height: 1.15;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__item-main {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 0.55rem;
  padding: 0.58rem 0.75rem 0.56rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__thumb {
  width: 48px;
  height: 48px;
  min-height: 48px;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__name {
  font-size: 0.82rem;
  line-height: 1.16;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__variation {
  margin-top: 0.1rem;
  font-size: 0.68rem;
  color: #7b8794;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__fulfillment {
  margin-top: 0.12rem;
  font-size: 0.52rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__qty {
  margin-top: 0.34rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__qty-btn {
  width: 1.28rem;
  height: 1.28rem;
  font-size: 1rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__qty-value {
  font-size: 0.76rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__remove {
  margin-top: 0.22rem;
  font-size: 0.58rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__prices {
  min-width: 72px;
  padding-top: 0.06rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__price-current {
  font-size: 0.94rem;
}

.mytheme-drawer-cart__item--gift .mytheme-drawer-cart__price-old {
  font-size: 0.68rem;
}

.mytheme-drawer-cart__summary {
  min-height: 3.15rem;
  border-bottom: 1px solid #111111;
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.mytheme-drawer-cart__sum-label {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.05rem;
  letter-spacing: 0.05em;
}

.mytheme-drawer-cart__sum-value {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 600;
}

.mytheme-drawer-cart__checkout.button,
.mytheme-drawer-cart__checkout {
  margin: 0.66rem 0.55rem 0.88rem;
  width: calc(100% - 1.1rem);
  min-height: 3rem;
  border: 1px solid #111111;
  background: #000000;
  color: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.mytheme-drawer-cart__checkout.is-disabled,
.mytheme-drawer-cart__checkout[aria-disabled="true"] {
  background: #8e8e8e;
  border-color: #8e8e8e;
  color: #f4f4f4;
  cursor: not-allowed;
  pointer-events: none;
}

.mytheme-drawer-reco {
  border-top: 1px solid #111111;
}

.mytheme-drawer-reco__title {
  margin: 0;
  min-height: 3.1rem;
  border-bottom: 1px solid #111111;
  padding: 0.66rem 0.75rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.02rem;
  font-weight: 600;
}

.mytheme-drawer-reco__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mytheme-drawer-reco__card {
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
}

.mytheme-drawer-reco__card:nth-child(2n) {
  border-right: 0;
}

.mytheme-drawer-reco__image {
  display: block;
  aspect-ratio: 1 / 1;
  background: #e9e9e9;
  border-bottom: 1px solid #111111;
}

.mytheme-drawer-reco__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mytheme-drawer-reco__meta {
  padding: 0.5rem 0.52rem 0.72rem;
}

.mytheme-drawer-reco__name {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem;
  line-height: 1.15;
  font-weight: 400;
}

.mytheme-drawer-reco__price {
  margin: 0.24rem 0 0;
  text-transform: uppercase;
  font-size: 0.94rem;
  line-height: 1.08;
  font-weight: 700;
  color: #4f98db;
}

.mytheme-drawer-reco__price .woocommerce-Price-amount.amount,
.mytheme-drawer-reco__price ins .woocommerce-Price-amount.amount {
  color: #4f98db;
  font-weight: 700;
}

.mytheme-drawer-reco__price del {
  display: inline-block;
  margin-right: 0.25rem;
  color: #6f6f6f;
  font-size: 0.68rem;
}

.mytheme-drawer-reco__price ins {
  text-decoration: none;
}

.mytheme-drawer-reco__omnibus {
  margin: 0.25rem 0 0;
  font-size: 0.6rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .mytheme-mini-cart {
    width: 100vw;
  }

  .mytheme-drawer-cart__item-main {
    grid-template-columns: 64px minmax(0, 1fr) auto !important;
    gap: 0.58rem;
    padding: 0.68rem 0.58rem;
    align-items: start !important;
  }

  .mytheme-drawer-cart__thumb {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    aspect-ratio: 1 / 1;
    align-self: start;
    overflow: hidden;
  }

  .mytheme-drawer-cart__meta {
    grid-column: 2 !important;
    grid-row: 1 !important;
    min-width: 0;
  }

  .mytheme-drawer-cart__prices {
    grid-column: 3 !important;
    grid-row: 1 !important;
    min-width: 78px;
    text-align: right;
  }

  .mytheme-drawer-cart__thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    float: none !important;
    position: static !important;
  }

  .mytheme-drawer-cart__name {
    font-size: 0.8rem;
  }

  .mytheme-drawer-cart__price-current {
    font-size: 1rem;
  }

  .mytheme-drawer-reco__name {
    font-size: 0.74rem;
  }

  .mytheme-drawer-reco__price {
    font-size: 0.88rem;
  }

  .mytheme-drawer-reco__grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mytheme-drawer-reco__image {
    height: min(42vw, 170px);
    min-height: 120px;
  }

  .mytheme-drawer-reco__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

/* PDP gallery behavior: sticky desktop summary + mobile dots/arrows */
.mytheme-pdp-gallery__mobile-nav {
  display: none;
}

@media (min-width: 960px) {
  .single-product .mytheme-pdp__summary {
    position: sticky;
    top: 3.5rem;
    align-self: start;
  }

  .admin-bar.single-product .mytheme-pdp__summary {
    top: calc(3.5rem + 32px);
  }

  .single-product .mytheme-pdp__summary .summary {
    position: static;
    top: auto;
  }
}

@media (max-width: 959px) {
  .single-product .mytheme-pdp-gallery__thumbs {
    display: none !important;
  }

  .single-product .mytheme-pdp-gallery__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    min-height: 3.35rem;
    border-left: 1px solid #111111;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #111111;
    background: #f3f3f3;
    padding: 0.42rem 0.55rem;
  }

  .single-product .mytheme-pdp-gallery__dots {
    display: inline-flex;
    align-items: center;
    gap: 0.36rem;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .single-product .mytheme-pdp-gallery__dots::-webkit-scrollbar {
    display: none;
  }

  .single-product .mytheme-pdp-gallery__dot {
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #111111;
    border-radius: 999px;
    background: transparent;
    padding: 0;
    flex: 0 0 auto;
  }

  .single-product .mytheme-pdp-gallery__dot.is-active {
    background: #111111;
  }

  .single-product .mytheme-pdp-gallery__arrows {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    flex-shrink: 0;
  }

  .single-product .mytheme-pdp-gallery__arrow {
    width: 2.15rem;
    height: 2.15rem;
    border: 0;
    background: transparent;
    color: #111111;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .single-product .mytheme-pdp-gallery__arrow svg {
    width: 1.75rem;
    height: 1.75rem;
  }
}

/* Header origin + newsletter (nutu-like) */
.site-header__origin {
  min-height: 1.75rem;
  border-bottom: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 0 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-header__origin-text {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.64rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mytheme-newsletter--nt {
  padding: 0;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
  background: #000000;
  color: #ffffff;
}

.mytheme-newsletter--nt .container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.mytheme-newsletter-banner {
  display: grid;
  grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
  align-items: start;
  gap: 1rem;
  padding: 0.7rem 0.75rem;
}

.mytheme-newsletter-banner__intro {
  margin: 0;
}

.mytheme-newsletter-banner__eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.28rem;
  line-height: 1;
  font-weight: 700;
}

.mytheme-newsletter-banner__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1.08rem;
  line-height: 1;
  font-weight: 700;
}

.mytheme-newsletter-banner__shortcode {
  min-width: 0;
}

.mytheme-newsletter-banner__form {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 0.35rem 1rem;
}

.mytheme-newsletter-banner__field {
  min-width: 0;
}

.mytheme-newsletter-banner__field label {
  display: block;
  margin: 0 0 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 700;
}

.mytheme-newsletter-banner__field input[type="email"] {
  width: 100%;
  min-height: 2rem;
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  padding: 0.3rem 0;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.92rem;
}

.mytheme-newsletter-banner__field input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.mytheme-newsletter-banner__submit-wrap {
  align-self: end;
}

.mytheme-newsletter-banner__button {
  min-height: 2rem;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 700;
  padding: 0 0.1rem;
}

.mytheme-newsletter-banner__button:hover,
.mytheme-newsletter-banner__button:focus-visible {
  opacity: 0.75;
}

.mytheme-newsletter-banner__consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin: 0;
}

.mytheme-newsletter-banner__consent input[type="checkbox"] {
  width: 0.82rem;
  height: 0.82rem;
  margin: 0.12rem 0 0;
  border: 1px solid #ffffff;
}

.mytheme-newsletter-banner__consent span {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
  line-height: 1.25;
}

.mytheme-newsletter-banner__consent a {
  color: #ffffff;
  text-decoration: none;
}

.mytheme-newsletter-banner__message {
  grid-column: 1 / -1;
  margin: 0.5rem 0 0;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.mytheme-newsletter-banner__message.is-success {
  color: #c9ffd9;
}

.mytheme-newsletter-banner__message.is-error {
  color: #ffd3d3;
}

.mytheme-newsletter-banner__button[disabled] {
  opacity: 0.8;
  cursor: wait;
}

.mytheme-newsletter-status {
  min-height: 72vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
}

.mytheme-newsletter-status__wrap {
  width: 100%;
  padding: 2.5rem 0;
}

.mytheme-newsletter-status__card {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #d8deea;
  border-radius: 16px;
  background: #ffffff;
  padding: 2rem 1.4rem;
  text-align: center;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
}

.mytheme-newsletter-status__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b6b8f;
  font-weight: 700;
}

.mytheme-newsletter-status__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.mytheme-newsletter-status__message {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #1f2937;
}

.mytheme-newsletter-status__meta {
  margin: 1rem 0 0;
  font-size: 0.92rem;
  color: #475467;
}

.mytheme-newsletter-status__actions {
  margin: 1.2rem 0 0;
}

.mytheme-newsletter-status__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 1.35rem;
  border-radius: 999px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 700;
}

.mytheme-newsletter-status__button:hover,
.mytheme-newsletter-status__button:focus-visible {
  background: #ffffff;
  color: #111111;
}

.mytheme-newsletter-status__card.is-success {
  border-color: #cde8dd;
}

.mytheme-newsletter-status__card.is-info {
  border-color: #d8deea;
}

.mytheme-newsletter-status__card.is-error {
  border-color: #f3c8c8;
}

@media (max-width: 991px) {
  .site-header__origin {
    min-height: 1.5rem;
  }

  .site-header__origin-text {
    font-size: 0.54rem;
    letter-spacing: 0.07em;
  }

  .mytheme-newsletter-banner {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 0.75rem;
  }

  .mytheme-newsletter-banner__eyebrow {
    font-size: 0.92rem;
  }

  .mytheme-newsletter-banner__title {
    font-size: 0.8rem;
  }

  .mytheme-newsletter-banner__form {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .mytheme-newsletter-banner__field label {
    font-size: 0.68rem;
  }

  .mytheme-newsletter-banner__field input[type="email"] {
    min-height: 1.8rem;
    font-size: 0.74rem;
  }

  .mytheme-newsletter-banner__submit-wrap {
    justify-self: start;
  }

  .mytheme-newsletter-banner__button {
    font-size: 0.7rem;
  }

  .mytheme-newsletter-banner__consent span {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }
}

/* Homepage hero: SEO text block + right image */
.mytheme-hero--seo {
  border-bottom: 0;
}

.mytheme-hero-seo {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(380px, 0.94fr);
  column-gap: clamp(0.8rem, 2.2vw, 2.4rem);
  align-items: center;
  min-height: clamp(460px, 44vw, 720px);
  padding-bottom: clamp(86px, 12vw, 170px);
  padding-inline: clamp(0.35rem, 1.4vw, 1.4rem);
  border-bottom: 1px solid var(--mytheme-line);
  background:
    radial-gradient(1200px 420px at 90% 100%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(180deg, #9dd7ff 0%, #ccecff 72%, #dff3ff 100%);
}

.mytheme-hero-seo__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mytheme-hero-seo__bg-picture,
.mytheme-hero-seo__bg-img {
  display: block;
  width: 100%;
  height: 100%;
}

.mytheme-hero-seo__bg-img {
  object-fit: cover;
}

.mytheme-hero-seo--has-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(246, 251, 255, 0.92) 0%, rgba(246, 251, 255, 0.72) 44%, rgba(246, 251, 255, 0.28) 68%, rgba(246, 251, 255, 0.08) 100%);
}

.mytheme-hero-seo__sun {
  position: absolute;
  top: clamp(18px, 2.6vw, 46px);
  left: clamp(20px, 3vw, 64px);
  width: clamp(72px, 8.2vw, 140px);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 2;
  background: radial-gradient(circle at 34% 34%, #fff9d4 0%, #ffe890 36%, #ffcd4d 70%, #ffb735 100%);
  box-shadow:
    0 0 0 12px rgba(255, 208, 95, 0.22),
    0 0 40px rgba(255, 198, 70, 0.34);
  animation: mytheme-hero-sun-pulse 6.8s ease-in-out infinite;
}

.mytheme-hero-seo__sun::before {
  content: "";
  position: absolute;
  inset: -40%;
  border-radius: 50%;
  z-index: -1;
  background: repeating-conic-gradient(
    from 0deg,
    rgba(255, 207, 92, 0.5) 0deg 11deg,
    rgba(255, 207, 92, 0) 11deg 23deg
  );
  animation: mytheme-hero-sun-rotate 26s linear infinite;
}

.mytheme-hero-seo__floating-clouds {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.mytheme-hero-seo__cloud {
  position: absolute;
  display: block;
  width: var(--cloud-width, 64px);
  height: calc(var(--cloud-width, 64px) * 0.31);
  background: #deeffb;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgba(128, 178, 210, 0.18);
  animation: mytheme-hero-cloud-drift var(--cloud-duration, 16s) ease-in-out infinite;
}

.mytheme-hero-seo__cloud::before,
.mytheme-hero-seo__cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.mytheme-hero-seo__cloud::before {
  width: calc(var(--cloud-width, 64px) * 0.34);
  height: calc(var(--cloud-width, 64px) * 0.34);
  top: calc(var(--cloud-width, 64px) * -0.18);
  left: calc(var(--cloud-width, 64px) * 0.18);
  box-shadow: calc(var(--cloud-width, 64px) * 0.24) calc(var(--cloud-width, 64px) * -0.06) 0 calc(var(--cloud-width, 64px) * 0.02) #deeffb;
}

.mytheme-hero-seo__cloud::after {
  width: calc(var(--cloud-width, 64px) * 0.28);
  height: calc(var(--cloud-width, 64px) * 0.28);
  top: calc(var(--cloud-width, 64px) * -0.1);
  right: calc(var(--cloud-width, 64px) * 0.16);
}

.mytheme-hero-seo__cloud--1 {
  --cloud-width: 76px;
  --cloud-duration: 13.2s;
  top: 14%;
  left: 5%;
}

.mytheme-hero-seo__cloud--2 {
  --cloud-width: 62px;
  --cloud-duration: 14.7s;
  top: 34%;
  left: 14%;
  animation-delay: -3s;
}

.mytheme-hero-seo__cloud--3 {
  --cloud-width: 68px;
  --cloud-duration: 12.9s;
  top: 20%;
  left: 33%;
  animation-delay: -1.6s;
}

.mytheme-hero-seo__cloud--4 {
  --cloud-width: 58px;
  --cloud-duration: 11.7s;
  top: 45%;
  left: 46%;
  animation-delay: -4.2s;
}

.mytheme-hero-seo__cloud--5 {
  --cloud-width: 78px;
  --cloud-duration: 15.8s;
  top: 16%;
  left: 62%;
  animation-delay: -2.1s;
}

.mytheme-hero-seo__cloud--6 {
  --cloud-width: 64px;
  --cloud-duration: 13.5s;
  top: 35%;
  left: 74%;
  animation-delay: -5s;
}

.mytheme-hero-seo__cloud--7 {
  --cloud-width: 56px;
  --cloud-duration: 11.6s;
  top: 10%;
  left: 24%;
  animation-delay: -0.8s;
}

.mytheme-hero-seo__cloud--8 {
  --cloud-width: 52px;
  --cloud-duration: 12.4s;
  top: 29%;
  left: 52%;
  animation-delay: -2.9s;
}

.mytheme-hero-seo__cloud--9 {
  --cloud-width: 72px;
  --cloud-duration: 16.6s;
  top: 23%;
  left: 86%;
  animation-delay: -4.4s;
}

.mytheme-hero-seo__cloud--10 {
  --cloud-width: 60px;
  --cloud-duration: 13.9s;
  top: 52%;
  left: 66%;
  animation-delay: -1.4s;
}

.mytheme-hero-seo__cloud--11 {
  --cloud-width: 54px;
  --cloud-duration: 10.9s;
  top: 56%;
  left: 28%;
  animation-delay: -3.8s;
}

.mytheme-hero-seo__cloud--12 {
  --cloud-width: 66px;
  --cloud-duration: 15.1s;
  top: 8%;
  left: 80%;
  animation-delay: -5.4s;
}

.mytheme-hero-seo__content {
  position: relative;
  z-index: 4;
  width: min(100%, 760px);
  justify-self: center;
  min-height: auto;
  padding: clamp(1.6rem, 3vw, 3.3rem) clamp(1rem, 2.2vw, 2.6rem) clamp(2.3rem, 3.4vw, 3.8rem);
  border-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(0.48rem, 0.9vw, 0.88rem);
  text-align: left;
  background: transparent;
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mytheme-hero-seo__eyebrow {
  margin: 0;
  color: #4f98db;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: clamp(0.62rem, 0.82vw, 0.78rem);
  font-weight: 700;
}

.mytheme-hero-seo__title {
  margin: 0;
  color: #111111;
  text-transform: none;
  letter-spacing: -0.022em;
  line-height: 1.05;
  font-size: clamp(1.92rem, 3.9vw, 4.25rem);
  font-weight: 700;
  max-width: 13.2ch;
  text-wrap: balance;
}

.mytheme-hero-seo__lead,
.mytheme-hero-seo__copy {
  margin: 0;
  color: #1f1f1f;
  line-height: 1.42;
  letter-spacing: 0.01em;
  font-size: clamp(0.9rem, 1.06vw, 1.1rem);
  max-width: 44ch;
  text-wrap: pretty;
}

.mytheme-hero-seo__copy {
  color: #2f2f2f;
}

.mytheme-hero-seo__actions {
  margin-top: 0.45rem;
}

.mytheme-hero-seo__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.68rem;
  min-height: 3rem;
  min-width: min(100%, 18rem);
  padding: 0.2rem 0.34rem 0.2rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #33d4a8 0%, #1ecf99 55%, #14c08b 100%);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow:
    0 10px 24px rgba(17, 194, 143, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
  animation: mytheme-hero-cta-float 3.4s ease-in-out infinite;
}

.mytheme-hero-seo__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(104deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0) 74%);
  transform: translateX(-100%);
  animation: mytheme-hero-cta-shine 3.6s ease-in-out infinite;
}

.mytheme-hero-seo__cta-label,
.mytheme-hero-seo__cta-icon {
  position: relative;
  z-index: 1;
}

.mytheme-hero-seo__cta-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(8, 152, 112, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
}

.mytheme-hero-seo__cta:hover,
.mytheme-hero-seo__cta:focus-visible {
  transform: translateY(-1px) scale(1.01);
  filter: brightness(1.04) saturate(1.05);
  box-shadow:
    0 14px 28px rgba(17, 194, 143, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.mytheme-hero-seo__links {
  margin-top: 0.5rem;
  display: grid;
  gap: 0.28rem;
}

.mytheme-hero-seo__links-label {
  display: block;
  color: #555555;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.56rem;
  font-weight: 600;
}

.mytheme-hero-seo__links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.34rem 0.58rem;
}

.mytheme-hero-seo__links-list a {
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.56rem;
}

.mytheme-hero-seo__links-list a:hover,
.mytheme-hero-seo__links-list a:focus-visible {
  border-bottom-color: currentColor;
}

.mytheme-hero-seo__media {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  padding: clamp(0.4rem, 1.3vw, 1rem) clamp(0.8rem, 2vw, 1.8rem) clamp(1.45rem, 2.3vw, 2.15rem);
  background: transparent;
}

.mytheme-hero-seo__media-link {
  min-height: 0;
  width: min(100%, 560px);
  aspect-ratio: 5 / 3;
  max-height: min(31vw, 410px);
  display: block;
  height: auto;
  line-height: 0;
  text-decoration: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.mytheme-hero-seo__picture {
  display: block;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 28px 20px rgba(41, 88, 120, 0.2));
}

.mytheme-hero-seo__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 0;
}

.mytheme-hero-seo__fallback {
  position: relative;
  z-index: 4;
  min-height: 0;
  width: 100%;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.68rem;
  color: #666666;
  background: #e7eaf0;
  line-height: 1.35;
  text-align: center;
}

.mytheme-hero-seo__sea {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: clamp(120px, 17vw, 220px);
  pointer-events: none;
  z-index: 6;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(121, 181, 221, 0) 0%, rgba(121, 181, 221, 0.28) 26%, rgba(96, 159, 203, 0.72) 58%, rgba(80, 140, 184, 0.96) 100%);
}

.mytheme-hero-seo__wave {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  will-change: background-position;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  transform: none;
}

.mytheme-hero-seo__wave--1 {
  bottom: 56%;
  height: 34%;
  z-index: 1;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 90' preserveAspectRatio='none'%3E%3Cpath fill='%2365a8d8' d='M0 52 C34 22 66 22 100 52 C134 82 166 82 200 52 C234 22 266 22 300 52 C334 82 366 82 400 52 L400 90 L0 90 Z'/%3E%3C/svg%3E");
  background-size: 430px 82px;
  animation: mytheme-hero-wave-layer-1 18s linear infinite, mytheme-hero-wave-bob 8.2s ease-in-out infinite;
}

.mytheme-hero-seo__wave--2 {
  bottom: 40%;
  height: 42%;
  z-index: 2;
  opacity: 0.58;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 100' preserveAspectRatio='none'%3E%3Cpath fill='%238ec2e6' d='M0 58 C30 24 60 24 90 58 C120 92 150 92 180 58 C210 24 240 24 270 58 C300 92 330 92 360 58 L360 100 L0 100 Z'/%3E%3C/svg%3E");
  background-size: 382px 94px;
  animation: mytheme-hero-wave-layer-2 15s linear infinite, mytheme-hero-wave-bob 7.4s ease-in-out infinite reverse;
}

.mytheme-hero-seo__wave--3 {
  bottom: 21%;
  height: 54%;
  z-index: 4;
  opacity: 0.78;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 118' preserveAspectRatio='none'%3E%3Cpath fill='%23a9d7f5' d='M0 64 C26 28 54 28 80 64 C106 100 134 100 160 64 C186 28 214 28 240 64 C266 100 294 100 320 64 L320 118 L0 118 Z'/%3E%3C/svg%3E");
  background-size: 340px 110px;
  animation: mytheme-hero-wave-layer-3 11s linear infinite, mytheme-hero-wave-bob 6s ease-in-out infinite;
}

.mytheme-hero-seo__wave--4 {
  bottom: 0;
  height: 62%;
  z-index: 5;
  opacity: 0.96;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 126' preserveAspectRatio='none'%3E%3Cpath fill='%23d9f0ff' d='M0 72 C25 34 50 34 75 72 C100 110 125 110 150 72 C175 34 200 34 225 72 C250 110 275 110 300 72 L300 126 L0 126 Z'/%3E%3C/svg%3E");
  background-size: 320px 126px;
  animation: mytheme-hero-wave-layer-4 8.4s linear infinite;
}

.mytheme-hero-seo__sea-object-track {
  position: absolute;
  width: clamp(112px, 13vw, 204px);
  z-index: 3;
  will-change: transform;
}

.mytheme-hero-seo__sea-object {
  display: block;
  width: 100%;
  animation: mytheme-hero-sea-object-bob 3.8s ease-in-out infinite;
}

.mytheme-hero-seo__sea-object-track--left {
  left: -24%;
  bottom: 29%;
  animation: mytheme-hero-sea-object-sail-right 21s linear infinite;
  animation-delay: -6.2s;
}

.mytheme-hero-seo__sea-object-track--right {
  left: auto;
  right: -24%;
  bottom: 16%;
  animation: mytheme-hero-sea-object-sail-left 24s linear infinite;
  animation-delay: -11.4s;
}

.mytheme-hero-seo__sea-object--right {
  animation-duration: 4.2s;
  animation-delay: -1.1s;
}

.mytheme-hero-seo__sea-object-picture,
.mytheme-hero-seo__sea-object-img {
  display: block;
  width: 100%;
  height: auto;
}

.mytheme-hero-seo__sea-object-img {
  filter: drop-shadow(0 12px 14px rgba(37, 80, 110, 0.34));
}

.mytheme-hero-seo__sea-object--right .mytheme-hero-seo__sea-object-img {
  transform: scaleX(-1);
}

@media (min-width: 992px) {
  .mytheme-hero-seo {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: clamp(2rem, 4.4vw, 5.8rem);
    min-height: clamp(500px, 46vw, 780px);
  }

  .mytheme-hero-seo__content {
    width: min(100%, 980px);
    justify-self: end;
    align-items: center;
    text-align: center;
    padding: clamp(1.2rem, 2.4vw, 2.8rem) clamp(2rem, 3.8vw, 5.4rem) clamp(2.1rem, 3.2vw, 3.3rem) clamp(1rem, 2.1vw, 2.4rem);
    transform: translateX(clamp(-72px, -4.4vw, -28px));
  }

  .mytheme-hero-seo__title {
    font-size: clamp(1.46rem, 2.25vw, 2.75rem);
    line-height: 1.12;
    max-width: 30ch;
  }

  .mytheme-hero-seo__lead,
  .mytheme-hero-seo__copy {
    max-width: 66ch;
    font-size: clamp(0.82rem, 0.93vw, 0.98rem);
    line-height: 1.44;
  }

  .mytheme-hero-seo__actions {
    width: 100%;
    margin-top: 0.35rem;
    display: flex;
    justify-content: center;
  }

  .mytheme-hero-seo__links {
    justify-items: center;
  }

  .mytheme-hero-seo__links-list {
    justify-content: center;
  }

  .mytheme-hero-seo__media {
    align-self: start;
    padding: clamp(0rem, 0.6vw, 0.4rem) clamp(1rem, 2.4vw, 2.4rem) clamp(0.5rem, 1.3vw, 1.1rem);
    transform: translateX(clamp(16px, 2vw, 52px));
  }

  .mytheme-hero-seo__media::before,
  .mytheme-hero-seo__media::after {
    content: none;
    display: none;
  }

  .mytheme-hero-seo__media-link {
    position: relative;
    z-index: 2;
    width: min(100%, 640px);
    aspect-ratio: 1 / 1;
    max-height: min(40vw, 608px);
    transform: translateY(clamp(34px, 3.6vw, 58px));
  }

  .mytheme-hero-seo__picture {
    animation: mytheme-hero-media-float 6s ease-in-out infinite;
  }

  .mytheme-hero-seo__img {
    object-position: center top;
  }
}

@media (max-width: 991px) {
  .mytheme-hero-seo--has-bg::after {
    background: linear-gradient(180deg, rgba(246, 251, 255, 0.94) 0%, rgba(246, 251, 255, 0.78) 54%, rgba(246, 251, 255, 0.42) 100%);
  }

  .mytheme-hero-seo {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: clamp(18px, 5.4vw, 34px);
    padding-bottom: clamp(122px, 30vw, 186px);
    padding-inline: 0;
  }

  .mytheme-hero-seo__content {
    width: 100%;
    justify-self: stretch;
    min-height: auto;
    border-right: 0;
    border-bottom: 0;
    padding: clamp(1.35rem, 5.8vw, 2.2rem) 1rem clamp(1.1rem, 4.4vw, 1.8rem);
    gap: 0.42rem;
    align-items: center;
    text-align: center;
  }

  .mytheme-hero-seo__title {
    font-size: clamp(1.24rem, 6.3vw, 1.86rem);
    line-height: 1.08;
    max-width: 24ch;
  }

  .mytheme-hero-seo__lead,
  .mytheme-hero-seo__copy {
    max-width: none;
    font-size: 0.79rem;
    line-height: 1.35;
  }

  .mytheme-hero-seo__actions {
    display: flex;
    justify-content: center;
  }

  .mytheme-hero-seo__cta {
    min-height: 2.65rem;
    min-width: min(100%, 15.8rem);
    padding: 0.14rem 0.24rem 0.14rem 0.94rem;
    font-size: 0.59rem;
  }

  .mytheme-hero-seo__cta-icon {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 0.9rem;
  }

  .mytheme-hero-seo__links {
    margin-bottom: clamp(0.95rem, 4.8vw, 1.8rem);
    justify-items: center;
  }

  .mytheme-hero-seo__links-list {
    justify-content: center;
  }

  .mytheme-hero-seo__media-link,
  .mytheme-hero-seo__fallback {
    min-height: 0;
    width: min(100%, 430px);
    aspect-ratio: 16 / 10;
    max-height: none;
  }

  .mytheme-hero-seo__img {
    padding: 0;
    object-position: center;
  }

  .mytheme-hero-seo__media {
    display: none;
  }

  .mytheme-hero-seo__sea {
    height: clamp(96px, 28vw, 158px);
    background:
      linear-gradient(180deg, rgba(121, 181, 221, 0.04) 0%, rgba(121, 181, 221, 0.26) 26%, rgba(96, 159, 203, 0.68) 58%, rgba(80, 140, 184, 0.94) 100%);
  }

  .mytheme-hero-seo__wave {
    left: 0;
    width: 100%;
    transform: none;
    will-change: auto;
  }

  .mytheme-hero-seo__sea-object {
    animation-duration: 3.2s;
  }

  .mytheme-hero-seo__sea-object-track--left {
    left: -36%;
    bottom: 34%;
    width: clamp(84px, 22vw, 126px);
    animation-duration: 14s;
  }

  .mytheme-hero-seo__wave--1 {
    display: block;
    bottom: 58%;
    height: 28%;
    opacity: 0.34;
    background-size: 250px 54px;
    animation: mytheme-hero-wave-mobile-a 13.6s linear infinite;
  }

  .mytheme-hero-seo__wave--2 {
    display: block;
    bottom: 44%;
    height: 34%;
    opacity: 0.48;
    background-size: 230px 58px;
    animation: mytheme-hero-wave-mobile-b 12.4s linear infinite;
  }

  .mytheme-hero-seo__wave--3 {
    display: none;
  }

  .mytheme-hero-seo__wave--4 {
    display: none;
  }

  .mytheme-hero-seo__cloud--4,
  .mytheme-hero-seo__cloud--5,
  .mytheme-hero-seo__cloud--7,
  .mytheme-hero-seo__cloud--8,
  .mytheme-hero-seo__cloud--9,
  .mytheme-hero-seo__cloud--11,
  .mytheme-hero-seo__cloud--12 {
    display: none;
  }

  .mytheme-hero-seo__cloud {
    box-shadow: none;
    animation-duration: 18s;
  }

  .mytheme-hero-seo__sun {
    top: 12px;
    left: 14px;
    width: clamp(58px, 18vw, 92px);
    box-shadow:
      0 0 0 8px rgba(255, 208, 95, 0.2),
      0 0 28px rgba(255, 198, 70, 0.3);
  }

  .mytheme-hero-seo__sun,
  .mytheme-hero-seo__sun::before {
    animation-duration: 16s;
  }

  .mytheme-hero-seo__sea-object-track--right {
    display: none;
  }

  .mytheme-hero-seo__sea-object-img {
    filter: none;
  }

}

.mytheme-hero-seo__trust {
  display: inline-flex;
  align-items: center;
  gap: 0.68rem;
  padding: 0.48rem 0.72rem 0.48rem 0.48rem;
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    0 8px 20px rgba(81, 129, 171, 0.08);
  backdrop-filter: blur(10px);
}

.mytheme-hero-seo__trust-avatars {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.mytheme-hero-seo__trust-avatar {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-left: -0.34rem;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: linear-gradient(135deg, #fff8d4 0%, #ffd44c 100%);
  color: #1b1b1b;
  font-size: 0.68rem;
  font-weight: 700;
}

.mytheme-hero-seo__trust-avatar:first-child {
  margin-left: 0;
}

.mytheme-hero-seo__trust-avatar--2 {
  background: linear-gradient(135deg, #e9f7ff 0%, #b9ebff 100%);
}

.mytheme-hero-seo__trust-avatar--3 {
  background: linear-gradient(135deg, #111111 0%, #353535 100%);
  color: #ffffff;
}

.mytheme-hero-seo__trust-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.08rem 0.42rem;
  max-width: 18rem;
}

.mytheme-hero-seo__trust-stars {
  display: flex;
  gap: 0.06rem;
  color: #ffd44c;
  line-height: 1;
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  order: 1;
}

.mytheme-hero-seo__trust-title,
.mytheme-hero-seo__trust-note {
  margin: 0;
}

.mytheme-hero-seo__trust-title {
  color: #111111;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  order: 2;
}

.mytheme-hero-seo__trust-note {
  color: #4b5f73;
  font-size: 0.66rem;
  line-height: 1.2;
  flex-basis: 100%;
  order: 3;
}

.mytheme-hero-seo__eyebrow {
  color: #3c617f;
  letter-spacing: 0.18em;
  font-size: clamp(0.62rem, 0.88vw, 0.78rem);
}

.mytheme-hero-seo__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  width: min(100%, 34rem);
  margin-inline: auto;
  text-align: center;
}

.mytheme-hero-seo__title {
  color: #111111;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.04;
  font-size: clamp(1.85rem, 3.35vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.02em;
  max-width: none;
  margin-inline: auto;
  text-align: center;
  text-wrap: initial;
}

.mytheme-hero-seo__title-line {
  display: block;
  white-space: nowrap;
}

.mytheme-hero-seo__badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.3rem;
  padding: 0.26rem 0.88rem;
  border-radius: 0.72rem;
  background: linear-gradient(135deg, #33d4a8 0%, #1ecf99 55%, #14c08b 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow:
    0 10px 24px rgba(17, 194, 143, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.mytheme-hero-seo__lead,
.mytheme-hero-seo__copy {
  color: #243443;
  max-width: 44ch;
  font-size: clamp(0.92rem, 1vw, 1.02rem);
  line-height: 1.48;
}

.mytheme-hero-seo__copy {
  color: #3c4f60;
}

.mytheme-hero-seo__benefits {
  margin: 0.2rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.42rem;
}

.mytheme-hero-seo__benefits li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.42rem;
  min-height: 2rem;
  padding: 0.34rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(98, 143, 179, 0.22);
  box-shadow: 0 4px 10px rgba(81, 129, 171, 0.06);
  color: #173047;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.mytheme-hero-seo__benefit-icon {
  width: 0.92rem;
  height: 0.92rem;
  flex: 0 0 auto;
  border-radius: 50%;
  position: relative;
  background: #ffd44c;
}

.mytheme-hero-seo__benefit-icon::before {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.18rem;
  width: 0.22rem;
  height: 0.42rem;
  border-right: 1.5px solid #0d0d0d;
  border-bottom: 1.5px solid #0d0d0d;
  transform: rotate(36deg);
}

.mytheme-hero-seo__actions {
  margin-top: 0.55rem;
}

.mytheme-hero-seo__cta {
  min-width: min(100%, 23rem);
  min-height: 3.55rem;
  padding: 0.24rem 0.38rem 0.24rem 1.28rem;
  border: 0;
  background: linear-gradient(135deg, #33d4a8 0%, #1ecf99 55%, #14c08b 100%);
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow:
    0 18px 34px rgba(17, 194, 143, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  animation-duration: 4.2s;
}

.mytheme-hero-seo__cta::before {
  background: linear-gradient(104deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0) 74%);
}

.mytheme-hero-seo__cta-icon {
  width: 2.6rem;
  height: 2.6rem;
  background: rgba(8, 152, 112, 0.3);
  border-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 1.05rem;
}

.mytheme-hero-seo__cta:hover,
.mytheme-hero-seo__cta:focus-visible {
  box-shadow:
    0 22px 42px rgba(17, 194, 143, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.mytheme-hero-seo__meta-note {
  margin: 0.2rem 0 0;
  color: #42627c;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mytheme-hero-seo__links {
  margin-top: 0.55rem;
  gap: 0.46rem;
}

.mytheme-hero-seo__links-label {
  color: #4a6983;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.mytheme-hero-seo__links-list {
  gap: 0.52rem;
}

.mytheme-hero-seo__links-list a {
  display: inline-flex;
  align-items: center;
  min-height: 2.05rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(76, 118, 151, 0.2);
  background: rgba(255, 255, 255, 0.22);
  color: #173047;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.mytheme-hero-seo__links-list a:hover,
.mytheme-hero-seo__links-list a:focus-visible {
  border-bottom-color: rgba(76, 118, 151, 0.2);
  background: rgba(255, 255, 255, 0.34);
}

@media (min-width: 992px) {
  .mytheme-hero-seo__title {
    font-size: clamp(2.05rem, 2.85vw, 3.35rem);
    max-width: none;
  }
}

@media (max-width: 991px) {
  .mytheme-hero-seo__trust {
    width: min(100%, 21rem);
    padding-right: 0.7rem;
    justify-content: center;
  }

  .mytheme-hero-seo__headline {
    align-items: center;
  }

  .mytheme-hero-seo__title {
    max-width: none;
    font-size: clamp(1.9rem, 8.4vw, 3.1rem);
  }

  .mytheme-hero-seo__badge {
    min-height: 2rem;
    padding-inline: 0.72rem;
    font-size: 0.68rem;
  }

  .mytheme-hero-seo__lead,
  .mytheme-hero-seo__copy {
    max-width: 32ch;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .mytheme-hero-seo__benefits {
    justify-content: center;
    gap: 0.38rem;
  }

  .mytheme-hero-seo__benefits li {
    min-height: 1.9rem;
    padding-inline: 0.62rem;
    font-size: 0.66rem;
  }

  .mytheme-hero-seo__actions {
    width: 100%;
    justify-content: center;
  }

  .mytheme-hero-seo__cta {
    width: min(100%, 22rem);
    min-height: 3.4rem;
    padding-left: 1.1rem;
    font-size: 0.72rem;
  }

  .mytheme-hero-seo__cta-icon {
    width: 2.15rem;
    height: 2.15rem;
    font-size: 0.92rem;
  }

  .mytheme-hero-seo__meta-note {
    font-size: 0.64rem;
    line-height: 1.4;
  }

  .mytheme-hero-seo__links {
    justify-items: center;
  }

  .mytheme-hero-seo__links-list {
    justify-content: center;
  }

  .mytheme-hero-seo__links-list a {
    min-height: 1.9rem;
    padding-inline: 0.72rem;
    font-size: 0.58rem;
  }
}

@media (max-width: 767px) {
  .mytheme-hero-seo {
    padding-top: clamp(18px, 5vw, 28px);
    padding-bottom: clamp(128px, 33vw, 178px);
  }

  .mytheme-hero-seo__content {
    padding: 1.18rem 1rem 1.12rem;
    gap: 0.56rem;
  }

  .mytheme-hero-seo__trust {
    width: min(100%, 18.4rem);
    margin-bottom: 0.08rem;
    padding: 0.44rem 0.72rem 0.44rem 0.44rem;
    gap: 0.56rem;
  }

  .mytheme-hero-seo__trust-copy {
    max-width: 13.8rem;
    gap: 0.08rem 0.34rem;
  }

  .mytheme-hero-seo__trust-title {
    font-size: 0.7rem;
  }

  .mytheme-hero-seo__trust-note,
  .mytheme-hero-seo__eyebrow,
  .mytheme-hero-seo__copy,
  .mytheme-hero-seo__meta-note,
  .mytheme-hero-seo__links {
    display: none;
  }

  .mytheme-hero-seo__headline {
    gap: 0.66rem;
  }

  .mytheme-hero-seo__title {
    font-size: clamp(1.16rem, 8.1vw, 1.7rem);
    line-height: 1.06;
    max-width: none;
  }

  .mytheme-hero-seo__badge {
    min-height: 2rem;
    padding-inline: 0.78rem;
    font-size: 0.64rem;
  }

  .mytheme-hero-seo__lead {
    max-width: 29ch;
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .mytheme-hero-seo__benefits {
    margin-top: 0.12rem;
    gap: 0.38rem;
  }

  .mytheme-hero-seo__benefits li {
    min-height: 1.9rem;
    padding: 0.3rem 0.64rem;
    font-size: 0.6rem;
  }

  .mytheme-hero-seo__benefits li:nth-child(n + 4) {
    display: none;
  }

  .mytheme-hero-seo__actions {
    margin-top: 0.34rem;
  }

  .mytheme-hero-seo__cta {
    min-height: 2.7rem;
    min-width: min(100%, 12.9rem);
    padding: 0.14rem 0.24rem 0.14rem 0.9rem;
    font-size: 0.6rem;
  }

  .mytheme-hero-seo__cta-label {
    letter-spacing: 0.06em;
  }

  .mytheme-hero-seo__cta-icon {
    width: 1.95rem;
    height: 1.95rem;
    font-size: 0.86rem;
  }

  .mytheme-hero-seo__sun {
    top: 8px;
    left: -10px;
    width: clamp(64px, 21vw, 86px);
  }

  .mytheme-hero-seo__sea {
    height: clamp(94px, 26vw, 136px);
    background:
      linear-gradient(180deg, rgba(121, 181, 221, 0) 0%, rgba(121, 181, 221, 0.16) 18%, rgba(112, 174, 214, 0.46) 42%, rgba(91, 151, 194, 0.78) 70%, rgba(80, 140, 184, 0.95) 100%);
  }

  .mytheme-hero-seo__wave {
    left: -1%;
    width: 102%;
  }

  .mytheme-hero-seo__wave--1 {
    bottom: 51%;
    height: 25%;
    opacity: 0.34;
    background-size: 248px 28px;
    animation: mytheme-hero-wave-layer-1 18s linear infinite, mytheme-hero-wave-bob 8.2s ease-in-out infinite;
  }

  .mytheme-hero-seo__wave--2 {
    bottom: 37%;
    height: 26%;
    opacity: 0.48;
    background-size: 226px 34px;
    animation: mytheme-hero-wave-layer-2 15s linear infinite, mytheme-hero-wave-bob 7.4s ease-in-out infinite reverse;
  }

  .mytheme-hero-seo__wave--3 {
    display: block;
    bottom: 16%;
    height: 32%;
    opacity: 0.68;
    background-size: 198px 58px;
    animation: mytheme-hero-wave-layer-3 11s linear infinite, mytheme-hero-wave-bob 6s ease-in-out infinite;
  }

  .mytheme-hero-seo__wave--4 {
    display: block;
    bottom: -2%;
    height: 37%;
    opacity: 0.9;
    background-size: 178px 66px;
    animation: mytheme-hero-wave-layer-4 8.4s linear infinite;
  }

  .mytheme-hero-seo__sea-object-track--left {
    left: -18%;
    bottom: 16%;
    width: clamp(82px, 28vw, 122px);
    animation-duration: 16s;
    animation-delay: -5.6s;
  }
}

@keyframes mytheme-hero-cta-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1px);
  }
}

@keyframes mytheme-hero-cta-shine {
  0%,
  58%,
  100% {
    transform: translateX(-120%);
  }
  70%,
  84% {
    transform: translateX(120%);
  }
}

@keyframes mytheme-hero-cloud-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(10px, -4px, 0);
  }
  50% {
    transform: translate3d(16px, 1px, 0);
  }
  75% {
    transform: translate3d(6px, 4px, 0);
  }
}

@keyframes mytheme-hero-media-cloud-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.94);
    opacity: 0.72;
  }
  35% {
    transform: translate3d(10px, -6px, 0) scale(1.14);
    opacity: 1;
  }
  70% {
    transform: translate3d(16px, 1px, 0) scale(0.98);
    opacity: 0.78;
  }
}

@keyframes mytheme-hero-media-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes mytheme-hero-wave-layer-1 {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: -430px 100%;
  }
}

@keyframes mytheme-hero-wave-layer-2 {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 382px 100%;
  }
}

@keyframes mytheme-hero-wave-layer-3 {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: -340px 100%;
  }
}

@keyframes mytheme-hero-wave-layer-4 {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 320px 100%;
  }
}

@keyframes mytheme-hero-wave-bob {
  0%,
  100% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 6px;
  }
}

@keyframes mytheme-hero-wave-mobile-a {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: -250px 100%;
  }
}

@keyframes mytheme-hero-wave-mobile-b {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 230px 100%;
  }
}

@keyframes mytheme-hero-wave-mobile-c {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: -200px 100%;
  }
}

@keyframes mytheme-hero-wave-mobile-d {
  from {
    background-position: 0 100%;
  }
  to {
    background-position: 172px 100%;
  }
}

@keyframes mytheme-hero-sea-object-sail-right {
  0%,
  2% {
    transform: translateX(-18vw);
  }
  100% {
    transform: translateX(172vw);
  }
}

@keyframes mytheme-hero-sea-object-sail-left {
  0%,
  2% {
    transform: translateX(18vw);
  }
  100% {
    transform: translateX(-172vw);
  }
}

@keyframes mytheme-hero-sea-object-bob {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}

@keyframes mytheme-hero-sun-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes mytheme-hero-sun-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 12px rgba(255, 208, 95, 0.22),
      0 0 40px rgba(255, 198, 70, 0.34);
  }
  50% {
    box-shadow:
      0 0 0 16px rgba(255, 208, 95, 0.12),
      0 0 48px rgba(255, 198, 70, 0.28);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mytheme-hero-seo__cta,
  .mytheme-hero-seo__cta::before,
  .mytheme-hero-seo__cloud,
  .mytheme-hero-seo__sea-object-track,
  .mytheme-hero-seo__sea-object,
  .mytheme-hero-seo__sun,
  .mytheme-hero-seo__sun::before,
  .mytheme-hero-seo__wave {
    animation: none !important;
  }
}

/* PDP cloud add-to-cart button */
.single-product .summary .single_add_to_cart_button,
.single-product .summary .single_add_to_cart_button.button,
.single-product .summary .single_add_to_cart_button.button.alt {
  width: 100%;
  min-height: 3rem;
  border: 2px solid #7bbce8;
  border-radius: 0;
  background-image:
    radial-gradient(120% 140% at 16% 2%, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0) 50%),
    radial-gradient(110% 130% at 84% 22%, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0) 52%),
    linear-gradient(135deg, #d2ebf9 0%, #aad9f9 48%, #8dcdf4 100%);
  color: #0c3452;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow:
    0 12px 24px rgba(102, 166, 211, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -12px 20px rgba(101, 169, 218, 0.34);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  animation: mytheme-cloud-button-float 4.8s ease-in-out infinite;
}

.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button:focus-visible {
  transform: translateY(-1px) scale(1.006);
  filter: saturate(1.12) brightness(1.02);
  box-shadow:
    0 15px 26px rgba(102, 166, 211, 0.54),
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -10px 18px rgba(101, 169, 218, 0.34);
}

.single-product .summary .single_add_to_cart_button:active {
  transform: translateY(0);
}

.single-product .summary .single_add_to_cart_button:disabled,
.single-product .summary .single_add_to_cart_button[disabled] {
  animation: none;
  filter: grayscale(0.18);
  opacity: 0.7;
}

@keyframes mytheme-cloud-button-float {
  0%,
  100% {
    box-shadow:
      0 12px 24px rgba(102, 166, 211, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      inset 0 -12px 20px rgba(101, 169, 218, 0.34);
  }
  50% {
    box-shadow:
      0 16px 26px rgba(102, 166, 211, 0.58),
      inset 0 1px 0 rgba(255, 255, 255, 0.88),
      inset 0 -9px 16px rgba(101, 169, 218, 0.32);
  }
}

/* PDP price section (title + price row like provided screenshot) */
.single-product .summary p.price {
  margin: 0;
  padding: 0.78rem 0.9rem 0.74rem;
  border-bottom: 1px solid #111111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.16rem;
  line-height: 1.15;
  text-align: center;
}

.single-product .summary p.price ins {
  order: 1;
  text-decoration: none;
}

.single-product .summary p.price > .amount,
.single-product .summary p.price ins .amount,
.single-product .summary p.price > .woocommerce-Price-amount.amount {
  color: #4f98db;
  font-size: clamp(1.35rem, 1.85vw, 1.95rem);
  line-height: 1;
  font-weight: 700;
}

.single-product .summary p.price::after {
  content: "(W TYM 23% VAT)";
  order: 2;
  display: block;
  color: #777777;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  line-height: 1.15;
  font-weight: 600;
}

.single-product .summary p.price del {
  order: 3;
  opacity: 1;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
  color: #232323;
  text-decoration: none;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 500;
}

.single-product .summary p.price del::before {
  content: "CENA REGULARNA:";
}

.single-product .summary p.price del .amount {
  color: #232323;
  text-decoration: none;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 500;
}

.single-product .summary .mytheme-omnibus-info {
  margin: 0;
  padding: 0.56rem 0.9rem 0.68rem;
  border-bottom: 1px solid #111111;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.67rem;
  line-height: 1.3;
  font-weight: 700;
}

@media (max-width: 767px) {
  .mytheme-attr-selectors {
    gap: 0.78rem;
  }

  .mytheme-attr-selector__title {
    font-size: 0.62rem;
  }

  .mytheme-attr-selector__guide {
    display: block;
    margin: 0.24rem 0 0;
    font-size: 0.5rem;
    letter-spacing: 0.07em;
  }

  .mytheme-attr-selector__options {
    gap: 0.42rem;
  }

  .mytheme-attr-option--size {
    min-width: 2.3rem;
    min-height: 2.22rem;
    font-size: 0.8rem;
  }

  .mytheme-attr-option.is-unavailable:hover::after,
  .mytheme-attr-option.is-unavailable:focus-visible::after {
    font-size: 0.56rem;
    padding: 0.24rem 0.36rem;
  }

  .single-product .summary p.price {
    padding: 0.7rem 0.78rem 0.66rem;
    gap: 0.14rem;
  }

  .single-product .summary p.price > .amount,
  .single-product .summary p.price ins .amount,
  .single-product .summary p.price > .woocommerce-Price-amount.amount {
    font-size: 1.55rem;
  }

  .single-product .summary p.price::after {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .single-product .summary p.price del,
  .single-product .summary p.price del .amount,
  .single-product .summary .mytheme-omnibus-info {
    font-size: 0.6rem;
  }

  .mytheme-size-guide__table th,
  .mytheme-size-guide__table td {
    font-size: 0.78rem;
    padding: 0.58rem 0.56rem;
  }

  .mytheme-size-guide--apparel .mytheme-size-guide__table--matrix {
    min-width: 640px;
  }

  .mytheme-size-guide__measure-caption {
    font-size: 0.62rem;
  }

  .mytheme-size-guide__extra li {
    font-size: 0.76rem;
  }

  .mytheme-size-guide__error-note p,
  .mytheme-size-guide__model-note p {
    font-size: 0.7rem;
  }
}

/* PDP accordion + FBT spacing/typography + header/home line weight */
.single-product .mytheme-pdp-info,
.single-product .mytheme-pdp-info *,
.single-product .mytheme-size-modal,
.single-product .mytheme-size-modal * {
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.single-product .mytheme-pdp-info__trigger {
  min-height: 2.65rem;
  padding: 0 0.82rem;
  font-size: 0.79rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.single-product .mytheme-pdp-info__icon {
  font-size: 1.3rem;
}

.single-product .mytheme-pdp-info + .mytheme-fbt {
  margin-top: 0.78rem;
}

.single-product .mytheme-fbt__header {
  min-height: 2.9rem;
}

.single-product .mytheme-fbt__title {
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .single-product .mytheme-pdp-info__trigger {
    min-height: 2.42rem;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
  }

  .single-product .mytheme-fbt__header {
    min-height: 2.58rem;
  }

  .single-product .mytheme-fbt__title {
    font-size: 0.73rem;
  }
}

/* Match header/home line style to single product lines */
.mytheme-marquee,
.mytheme-topbar,
.site-header,
.site-header--nt,
.site-header__origin,
.mytheme-homepage,
.mytheme-menu-drawer {
  --mytheme-line: #111111;
}

/* Remove double borders on section seams */
.site-header--nt {
  border-bottom: 0;
}

.mytheme-hero--home {
  border-bottom: 0;
}

.mytheme-homepage .mytheme-section__header {
  border-top: 0;
}

.mytheme-homepage .mytheme-section + .mytheme-section .mytheme-section__header {
  border-top: 1px solid var(--mytheme-line);
}

.mytheme-homepage .mytheme-newsletter,
.mytheme-section__footer {
  border-top: 0;
}

/* PDP add-to-cart polish + quantity stepper */
.single-product .summary .single_add_to_cart_button,
.single-product .summary .single_add_to_cart_button.button,
.single-product .summary .single_add_to_cart_button.button.alt {
  min-height: 2.9rem;
  border: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  background-image: none;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  filter: none;
  transform: none;
  animation: none;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.single-product .summary .single_add_to_cart_button:hover,
.single-product .summary .single_add_to_cart_button:focus-visible {
  background: #ffffff;
  color: #111111;
  border-color: #111111;
  box-shadow: none;
  filter: none;
  transform: none;
  opacity: 1;
}

.single-product .summary .single_add_to_cart_button:active {
  background: #111111;
  color: #ffffff;
}

.single-product .summary form.cart:not(.variations_form) {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  gap: 0.62rem;
}

.single-product .summary form.cart:not(.variations_form) .quantity {
  margin: 0;
  display: grid;
  grid-template-columns: 2rem 3rem 2rem;
  align-items: stretch;
  min-height: 2.9rem;
  border: 1px solid #111111;
}

.single-product .summary form.cart:not(.variations_form) .quantity input.qty {
  width: 100%;
  min-height: 100%;
  border: 0;
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}

.single-product .summary form.cart:not(.variations_form) .quantity input.qty::-webkit-outer-spin-button,
.single-product .summary form.cart:not(.variations_form) .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .summary .mytheme-qty-step {
  appearance: none;
  border: 0;
  background: #ffffff;
  color: #111111;
  min-width: 2rem;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single-product .summary .mytheme-qty-step:hover,
.single-product .summary .mytheme-qty-step:focus-visible {
  background: #f5f5f5;
}

.single-product .summary form.variations_form .single_variation_wrap .quantity {
  display: none !important;
}

.single-product .summary form.variations_form .single_variation_wrap .single_add_to_cart_button {
  width: 100%;
}

@media (max-width: 767px) {
  .single-product .summary form.cart:not(.variations_form) {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.5rem;
  }

  .single-product .summary form.cart:not(.variations_form) .quantity {
    grid-template-columns: 1.9rem 2.5rem 1.9rem;
    min-height: 2.7rem;
  }

  .single-product .summary .mytheme-qty-step {
    font-size: 0.92rem;
  }
}

/* Footer typography request: uppercase + larger text */
.site-footer,
.site-footer * {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.site-footer__col h2 {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
}

.site-footer__col p,
.site-footer__col li,
.site-footer__col a {
  font-size: 0.84rem;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.site-footer__contact-note {
  text-transform: none !important;
  letter-spacing: 0.01em;
  line-height: 1.55;
}

.site-footer__company {
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}

.site-footer__payments svg text {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.site-footer__payments {
  gap: 0.55rem;
}

.site-footer__payment-logo {
  width: 96px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dce3;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}

.site-footer__payment-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__payment-logo-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #111111;
}

@media (max-width: 767px) {
  .site-footer__col h2 {
    font-size: 0.78rem;
  }

  .site-footer__col p,
  .site-footer__col li,
  .site-footer__col a {
    font-size: 0.8rem;
  }

  .site-footer__contact-note {
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .site-footer__company {
    font-size: 0.72rem;
  }

  .site-footer__payment-logo {
    width: 88px;
    height: 36px;
  }

  .site-footer__payment-logo-fallback {
    font-size: 0.64rem;
  }
}

/* Header request: bigger top announcement text, lighter weight, Roboto */
.mytheme-marquee {
  height: 2.2rem;
}

.mytheme-marquee__track span,
.mytheme-topbar__item {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.site-header__origin-text,
.mytheme-drawer-menu a,
.mytheme-menu-drawer__links a,
.mytheme-search-form--header .mytheme-search-form__input,
.mytheme-search-form--header .mytheme-search-form__button {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-header__icon--cart svg {
  width: 1.15rem;
  height: 1.15rem;
}

/* Add-to-cart animation feedback (no Woo notice needed) */
@keyframes mytheme-atc-pop {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(79, 152, 219, 0);
  }
  35% {
    transform: scale(0.985);
  }
  60% {
    transform: scale(1.01);
    box-shadow: 0 0 0 4px rgba(79, 152, 219, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(79, 152, 219, 0);
  }
}

@keyframes mytheme-cart-bounce {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-2px);
  }
  65% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes mytheme-count-pop {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.26);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes mytheme-quick-add-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.single-product .summary .single_add_to_cart_button.is-added,
.mytheme-product-card .button.is-added,
.mytheme-fbt-card__button.is-added {
  animation: mytheme-atc-pop 0.72s ease;
}

.single-product .summary .single_add_to_cart_button.is-added,
.single-product .summary .single_add_to_cart_button.button.is-added,
.single-product .summary .single_add_to_cart_button.button.alt.is-added {
  background: #2ebc6f;
  border-color: #2ebc6f;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(46, 188, 111, 0.28);
}

.site-header__icon--cart.is-added {
  animation: mytheme-cart-bounce 0.72s ease;
}

.site-header__cart-count.is-added,
.mytheme-cart-count.is-added,
.js-cart-count.is-added {
  animation: mytheme-count-pop 0.72s ease;
}

.mytheme-cart-toast {
  position: fixed;
  right: 1rem;
  bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
  z-index: 1905;
  min-height: 2.15rem;
  max-width: min(92vw, 360px);
  padding: 0.62rem 0.86rem;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.mytheme-cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mytheme-success-burst {
  position: fixed;
  inset: 0;
  z-index: 1910;
  pointer-events: none;
}

.mytheme-success-burst__item {
  position: fixed;
  left: var(--burst-x);
  top: var(--burst-y);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.22);
  font-size: clamp(1.15rem, 2.8vw, 2.15rem);
  line-height: 1;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  will-change: transform, opacity;
}

.mytheme-success-burst.is-active .mytheme-success-burst__item {
  animation: mytheme-success-emoji-burst 1.1s cubic-bezier(0.16, 0.78, 0.2, 1) forwards;
  animation-delay: var(--delay, 0ms);
}

@keyframes mytheme-success-emoji-burst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.22);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.18);
  }
  62% {
    opacity: 1;
    transform: translate(calc(-50% + var(--dx) * 0.72), calc(-50% + var(--dy) * 0.72)) scale(calc(var(--scale, 1) * 1.04));
  }
  100% {
    opacity: 0;
    transform: translate(calc(-50% + var(--dx)), calc(-50% + var(--dy))) scale(var(--scale, 1)) rotate(var(--rot, 0deg));
  }
}

.mytheme-bulk-discount {
  position: relative;
  overflow: hidden;
}

.mytheme-bulk-discount__option.is-celebrating {
  animation: mytheme-bulk-option-pop 0.86s ease;
}

.mytheme-bulk-discount__option.is-celebrating::after {
  content: attr(data-celebration);
  position: absolute;
  left: 0.68rem;
  bottom: 0.24rem;
  line-height: 1;
  font-size: 0.74rem;
  pointer-events: none;
  animation: mytheme-bulk-spark 0.86s ease;
}

@keyframes mytheme-bulk-option-pop {
  0% {
    box-shadow: inset 0 0 0 rgba(79, 152, 219, 0);
  }
  35% {
    box-shadow: inset 0 0 0 999px rgba(79, 152, 219, 0.06);
  }
  100% {
    box-shadow: inset 0 0 0 rgba(79, 152, 219, 0);
  }
}

@keyframes mytheme-bulk-spark {
  0% {
    opacity: 0;
    transform: translateY(6px) scale(0.82);
  }
  35% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(-6px) scale(0.9);
  }
}

.single-product .summary .mytheme-bulk-discount__title {
  min-height: 2.25rem;
  padding: 0 0.64rem;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.single-product .summary .mytheme-bulk-discount__winner {
  gap: 0.16rem;
  padding: 0.62rem 0.66rem 0.66rem;
}

.single-product .summary .mytheme-bulk-discount__winner-label {
  font-size: 0.52rem;
  letter-spacing: 0.11em;
}

.single-product .summary .mytheme-bulk-discount__winner-title {
  font-size: 0.82rem;
}

.single-product .summary .mytheme-bulk-discount__winner-text {
  font-size: 0.68rem;
  line-height: 1.38;
}

.single-product .summary .mytheme-bulk-discount__option {
  padding: 0.6rem 0.68rem;
}

.single-product .summary .mytheme-bulk-discount__option-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.44rem;
}

.single-product .summary .mytheme-bulk-discount__pill {
  min-height: 0;
  gap: 0.22rem;
  font-size: 0.75rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
}

.single-product .summary .mytheme-bulk-discount__badge {
  min-height: 1.22rem;
  padding: 0 0.42rem;
  font-size: 0.5rem;
  border-radius: 2px;
  letter-spacing: 0.05em;
}

.single-product .summary .mytheme-bulk-discount__price {
  margin-top: 0;
  font-size: 1.28rem;
  font-weight: 700;
}

.single-product .summary .mytheme-bulk-discount__qty {
  font-size: 0.92rem;
}

.single-product .summary .mytheme-bulk-discount__save {
  font-size: 0.7rem;
}

.single-product .summary .mytheme-bulk-discount__hint {
  font-size: 0.68rem;
}

.single-product .summary .mytheme-bulk-discount__compare {
  font-size: 0.74rem;
}

.single-product .summary .mytheme-bulk-discount__option.is-active {
  box-shadow: inset 2px 0 0 #35c8b8;
}

.single-product .summary .mytheme-bulk-discount__note {
  padding: 0.64rem 0.66rem 0.68rem;
  font-size: 0.64rem;
  line-height: 1.25;
  letter-spacing: 0.035em;
}

@media (max-width: 767px) {
  .mytheme-cart-toast {
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
    max-width: none;
    font-size: 0.66rem;
    min-height: 2rem;
    padding: 0.56rem 0.72rem;
  }

  .single-product .summary .mytheme-bulk-discount__title {
    min-height: 2.06rem;
    font-size: 0.69rem;
    padding: 0 0.5rem;
  }

  .single-product .summary .mytheme-bulk-discount__winner {
    gap: 0.12rem;
    padding: 0.52rem 0.5rem 0.56rem;
  }

  .single-product .summary .mytheme-bulk-discount__winner-label {
    font-size: 0.46rem;
    letter-spacing: 0.1em;
  }

  .single-product .summary .mytheme-bulk-discount__winner-title {
    font-size: 0.74rem;
  }

  .single-product .summary .mytheme-bulk-discount__winner-text {
    font-size: 0.6rem;
    line-height: 1.32;
  }

  .single-product .summary .mytheme-bulk-discount__option {
    padding: 0.52rem 0.52rem;
  }

  .single-product .summary .mytheme-bulk-discount__pill {
    font-size: 0.67rem;
    letter-spacing: 0.025em;
  }

  .single-product .summary .mytheme-bulk-discount__badge {
    min-height: 1.12rem;
    font-size: 0.46rem;
    padding: 0 0.34rem;
  }

  .single-product .summary .mytheme-bulk-discount__layout {
    gap: 0.42rem;
  }

  .single-product .summary .mytheme-bulk-discount__qty {
    font-size: 0.78rem;
  }

  .single-product .summary .mytheme-bulk-discount__save {
    font-size: 0.6rem;
  }

  .single-product .summary .mytheme-bulk-discount__hint {
    font-size: 0.58rem;
  }

  .single-product .summary .mytheme-bulk-discount__price {
    font-size: 1.08rem;
  }

  .single-product .summary .mytheme-bulk-discount__compare {
    font-size: 0.64rem;
  }

  .single-product .summary .mytheme-bulk-discount__note {
    font-size: 0.58rem;
    padding: 0.54rem 0.52rem 0.58rem;
  }

  .mytheme-bulk-discount__option.is-celebrating::after {
    left: 0.52rem;
    bottom: 0.2rem;
    font-size: 0.68rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .single-product .summary .single_add_to_cart_button.is-added,
  .mytheme-product-card .button.is-added,
  .mytheme-fbt-card__button.is-added,
  .site-header__icon--cart.is-added,
  .site-header__cart-count.is-added,
  .mytheme-cart-count.is-added,
  .js-cart-count.is-added,
  .mytheme-bulk-discount__option.is-celebrating {
    animation: none;
  }

  .mytheme-bulk-discount__option.is-celebrating::after {
    animation: none;
  }

  .mytheme-cart-toast {
    transition: none;
  }
}

@media (max-width: 991px) {
  .mytheme-marquee {
    height: 2.05rem;
  }

  .mytheme-marquee__track span,
  .mytheme-topbar__item {
    font-size: 0.76rem;
  }

  .site-header--nt .site-header__brand {
    width: min(70vw, 320px);
    max-width: calc(100% - 9.75rem);
  }
}

/* Header fixed on scroll (desktop + mobile) */
.site-header-wrap {
  position: sticky;
  top: 0;
  z-index: 1700;
  background: #ffffff;
}

.site-header-wrap .mytheme-marquee,
.site-header-wrap .mytheme-topbar {
  position: static;
  top: auto;
}

.admin-bar .site-header-wrap {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .site-header-wrap {
    top: 46px;
  }
}

/* Scroll hide for announcement strips */
.mytheme-marquee,
.site-header__origin {
  overflow: hidden;
  transition: height 0.22s ease, min-height 0.22s ease, opacity 0.2s ease, border-width 0.2s ease, padding 0.2s ease;
}

.mytheme-marquee.is-hidden {
  height: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  opacity: 0;
}

.site-header__origin.is-hidden {
  min-height: 0;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
  opacity: 0;
}

/* Social feed rows (Instagram + TikTok) */
.mytheme-social-feed {
  border-top: 1px solid var(--mytheme-line);
  padding: 0;
}

.mytheme-social-feed__row {
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-social-feed__head {
  min-height: 3.1rem;
  padding: 0.7rem 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-social-feed__title {
  margin: 0;
  font-family: var(--mytheme-font-family);
  font-size: 0.95rem;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.mytheme-social-feed__handle {
  color: var(--mytheme-text);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  opacity: 0.8;
}

.mytheme-social-feed__handle:hover,
.mytheme-social-feed__handle:focus-visible {
  text-decoration: none;
}

.mytheme-social-feed__marquee {
  overflow: hidden;
  width: 100%;
}

.mytheme-social-feed__track {
  width: max-content;
  display: flex;
  align-items: stretch;
  animation: mytheme-social-marquee 48s linear infinite;
  will-change: transform;
}

.mytheme-social-feed__row--instagram .mytheme-social-feed__track {
  animation-duration: 54s;
}

.mytheme-social-feed__row--tiktok .mytheme-social-feed__track {
  animation-duration: 62s;
}

.mytheme-social-feed__marquee:hover .mytheme-social-feed__track {
  animation-play-state: paused;
}

.mytheme-social-feed__item {
  flex: 0 0 clamp(150px, 34vw, 260px);
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-social-feed__media {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  background: #eceff4;
}

.mytheme-social-feed__row--tiktok .mytheme-social-feed__media {
  aspect-ratio: 9 / 16;
}

.mytheme-social-feed__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mytheme-social-feed__badge {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  min-height: 1.3rem;
  padding: 0 0.42rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.56rem;
  font-weight: 700;
}

.mytheme-social-feed__debug {
  margin: 0;
  padding: 0.65rem 0.95rem;
  border-bottom: 1px solid var(--mytheme-line);
  font-size: 0.72rem;
  line-height: 1.45;
  color: #7a1e1e;
  background: #fff5f5;
}

@keyframes mytheme-social-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .mytheme-social-feed__marquee {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .mytheme-social-feed__marquee::-webkit-scrollbar {
    display: none;
  }

  .mytheme-social-feed__track {
    animation: none;
    transform: none;
  }

  .mytheme-social-feed__item[aria-hidden="true"] {
    display: none;
  }

  .mytheme-social-feed__item {
    flex: 0 0 min(68vw, 240px);
    scroll-snap-align: start;
  }
}

@media (min-width: 768px) {
  .mytheme-social-feed__head {
    padding: 0.72rem 1.2rem;
  }

  .mytheme-social-feed__title {
    font-size: 1rem;
  }

  .mytheme-social-feed__handle {
    font-size: 0.72rem;
  }

  .mytheme-social-feed__item {
    flex-basis: clamp(170px, 18vw, 280px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mytheme-social-feed__marquee {
    overflow-x: auto;
  }

  .mytheme-social-feed__track {
    animation: none;
    transform: none;
  }
}

/* Checkout redesign */
.mytheme-woo-section--checkout {
  padding: 0;
}

.mytheme-section--wc-flow {
  padding: 0;
}

.mytheme-section--wc-flow .entry-single {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
}

.mytheme-section--wc-flow .entry-content {
  margin: 0;
}

.mytheme-woo-section--checkout .container {
  max-width: none;
  padding: 0;
}

.mytheme-section--wc-flow .container {
  max-width: none;
  padding: 0;
}

.mytheme-woo-section--checkout .woocommerce {
  margin: 0;
}

.mytheme-section--wc-flow .woocommerce {
  margin: 0;
}

.mytheme-woo-section--checkout .woocommerce-notices-wrapper {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.6rem 0.85rem;
}

.mytheme-section--wc-flow .woocommerce-notices-wrapper {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.6rem 0.85rem;
}

.mytheme-fulfillment-checkout-note {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.65rem 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-size: 0.62rem;
  line-height: 1.45;
  background: #f4f4f4;
}

.mytheme-woo-section--checkout .woocommerce-info,
.mytheme-woo-section--checkout .woocommerce-error,
.mytheme-woo-section--checkout .woocommerce-message {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.64rem;
  line-height: 1.45;
  padding: 0;
}

.mytheme-section--wc-flow .woocommerce-info,
.mytheme-section--wc-flow .woocommerce-error,
.mytheme-section--wc-flow .woocommerce-message {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.64rem;
  line-height: 1.45;
  padding: 0;
}

.mytheme-woo-section--checkout .showcoupon,
.mytheme-woo-section--checkout .showlogin {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-decoration: none;
}

.mytheme-section--wc-flow .showcoupon,
.mytheme-section--wc-flow .showlogin {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-decoration: none;
}

/* Coupon is handled inline in order summary. Hide default Woo toggle/form at top. */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .checkout_coupon,
.woocommerce-checkout a.showcoupon {
  display: none !important;
}

.woocommerce-checkout .woocommerce-info:has(.showcoupon),
.woocommerce-checkout .woocommerce-message:has(.showcoupon),
.woocommerce-checkout .woocommerce-error:has(.showcoupon) {
  display: none !important;
}

.mytheme-woo-section--checkout .woocommerce-form-coupon-toggle,
.mytheme-woo-section--checkout form.checkout_coupon,
.mytheme-woo-section--checkout a.showcoupon,
.mytheme-section--wc-flow .woocommerce-form-coupon-toggle,
.mytheme-section--wc-flow form.checkout_coupon,
.mytheme-section--wc-flow a.showcoupon {
  display: none !important;
}

/* Strip underlines from store UI links/buttons (plugin-safe override). */
.mytheme-product-card a,
.mytheme-shop-archive a,
.mytheme-drawer-cart a,
.mytheme-mini-cart a,
.site-header a,
.site-footer a,
.mytheme-hero-seo__cta,
.mytheme-hero-seo__links-list a,
.button,
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce-page a.button {
  text-decoration: none !important;
}

.mytheme-woo-section--checkout .woocommerce-form-coupon-toggle {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.78rem 0.85rem;
}

.mytheme-section--wc-flow .woocommerce-form-coupon-toggle {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.78rem 0.85rem;
}

.mytheme-woo-section--checkout .checkout_coupon {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.75rem 0.85rem;
}

.mytheme-section--wc-flow .checkout_coupon {
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.75rem 0.85rem;
}

.mytheme-woo-section--checkout .checkout_coupon .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mytheme-section--wc-flow .checkout_coupon .form-row {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.mytheme-woo-section--checkout .checkout_coupon .form-row + .form-row {
  margin-top: 0.5rem;
}

.mytheme-section--wc-flow .checkout_coupon .form-row + .form-row {
  margin-top: 0.5rem;
}

.mytheme-woo-section--checkout .checkout_coupon .input-text {
  min-height: 2.65rem;
  border: 1px solid #111111;
  border-radius: 0;
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.66rem;
}

.mytheme-section--wc-flow .checkout_coupon .input-text {
  min-height: 2.65rem;
  border: 1px solid #111111;
  border-radius: 0;
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.66rem;
}

.mytheme-woo-section--checkout .checkout_coupon button[type="submit"] {
  min-height: 2.65rem;
  width: 100%;
  border: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.64rem;
  font-weight: 700;
}

.mytheme-section--wc-flow .checkout_coupon button[type="submit"] {
  min-height: 2.65rem;
  width: 100%;
  border: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.64rem;
  font-weight: 700;
}

.mytheme-woo-section--checkout .checkout_coupon button[type="submit"]:hover,
.mytheme-woo-section--checkout .checkout_coupon button[type="submit"]:focus-visible {
  background: #ffffff;
  color: #111111;
}

.mytheme-section--wc-flow .checkout_coupon button[type="submit"]:hover,
.mytheme-section--wc-flow .checkout_coupon button[type="submit"]:focus-visible {
  background: #ffffff;
  color: #111111;
}

.mytheme-checkout {
  margin: 0;
}

.mytheme-checkout__hero {
  min-height: 4rem;
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.15rem;
  padding: 0.7rem 0.85rem;
}

.mytheme-checkout__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: clamp(0.88rem, 1.2vw, 1.16rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.mytheme-checkout__subtitle {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
  color: #666666;
  text-align: center;
}

.mytheme-checkout__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 36vw);
  border-top: 1px solid var(--mytheme-line);
}

.mytheme-checkout__main {
  border-right: 1px solid var(--mytheme-line);
}

.mytheme-checkout__panel {
  border-bottom: 1px solid var(--mytheme-line);
  background: #f4f4f4;
}

.mytheme-checkout__panel-head {
  min-height: 3rem;
  border-bottom: 1px solid var(--mytheme-line);
  display: flex;
  align-items: center;
  padding: 0 0.95rem;
  background: #f4f4f4;
}

.mytheme-checkout__panel-head h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
}

.mytheme-checkout__panel-body {
  padding: 0.85rem 0.95rem 1rem;
}

.mytheme-checkout__review {
  background: #f4f4f4;
}

.mytheme-checkout__review-sticky {
  position: sticky;
  top: 5.8rem;
}

.mytheme-checkout__single-review {
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-checkout .woocommerce-billing-fields__field-wrapper,
.mytheme-checkout .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.62rem 0.65rem;
}

.mytheme-checkout .form-row {
  margin: 0;
  float: none;
  width: 100%;
  padding: 0;
}

.mytheme-checkout .form-row-first,
.mytheme-checkout .form-row-last {
  width: 100%;
}

.mytheme-checkout .form-row-wide {
  grid-column: 1 / -1;
}

.mytheme-checkout .form-row label,
.mytheme-checkout .woocommerce-form__label {
  margin: 0 0 0.34rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.58rem;
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
}

.mytheme-checkout .form-row .required {
  color: #4f98db;
}

.mytheme-checkout .input-text,
.mytheme-checkout textarea,
.mytheme-checkout select {
  width: 100%;
  min-height: 2.85rem;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  border-radius: 0;
  padding: 0.42rem 0.64rem;
  font-size: 0.78rem;
  line-height: 1.2;
}

.mytheme-checkout textarea {
  min-height: 6.4rem;
  resize: vertical;
}

.mytheme-checkout input::placeholder,
.mytheme-checkout textarea::placeholder {
  color: #878787;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.63rem;
}

.mytheme-checkout .select2-container .select2-selection--single {
  min-height: 2.85rem;
  border: 1px solid #111111;
  border-radius: 0;
  display: flex;
  align-items: center;
  background: #ffffff;
}

.mytheme-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2;
  padding-left: 0.66rem;
  padding-right: 1.9rem;
  font-size: 0.76rem;
}

.mytheme-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0.35rem;
}

.mytheme-checkout .woocommerce-additional-fields {
  margin-top: 0.68rem;
}

.mytheme-checkout .woocommerce-billing-fields > h3 {
  display: none;
}

.mytheme-checkout .mytheme-invoice-toggle-row {
  margin-top: 0.2rem;
}

.mytheme-checkout .mytheme-invoice-toggle-row label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.62rem;
  font-weight: 700;
}

.mytheme-checkout .mytheme-invoice-toggle-row input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #111111;
}

.mytheme-checkout .mytheme-invoice-field.is-hidden {
  display: none !important;
}

.mytheme-section--wc-flow .mytheme-invoice-field.is-hidden {
  display: none !important;
}

.mytheme-checkout .mytheme-order-note-toggle-row {
  margin-top: 0.22rem;
}

.mytheme-checkout .mytheme-order-note-toggle-row label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.86rem;
  font-weight: 500;
}

.mytheme-checkout .mytheme-order-note-toggle-row input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #111111;
}

.mytheme-checkout .mytheme-order-note-field.is-hidden,
.mytheme-section--wc-flow .mytheme-order-note-field.is-hidden {
  display: none !important;
}

.mytheme-checkout #ship-to-different-address {
  margin: 0 0 0.55rem;
}

.mytheme-checkout #ship-to-different-address .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  cursor: pointer;
}

.mytheme-checkout #ship-to-different-address input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #111111;
}

.mytheme-checkout__order-review {
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-checkout__order-review table.shop_table {
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #f4f4f4;
}

.mytheme-checkout__order-review table.shop_table th,
.mytheme-checkout__order-review table.shop_table td {
  border-top: 1px solid var(--mytheme-line);
  padding: 0.62rem 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.63rem;
  line-height: 1.35;
  background: #f4f4f4;
}

.mytheme-checkout__order-review table.shop_table thead th {
  border-top: 0;
  font-size: 0.58rem;
  color: #6a6a6a;
}

.mytheme-checkout__order-review table.shop_table .order-total th,
.mytheme-checkout__order-review table.shop_table .order-total td {
  font-size: 0.72rem;
  font-weight: 700;
}

.mytheme-checkout__order-review .product-total,
.mytheme-checkout__order-review .cart-subtotal td,
.mytheme-checkout__order-review .order-total td {
  color: #4f98db;
  font-weight: 700;
}

.mytheme-checkout__order-review ul#shipping_method {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.34rem;
}

.mytheme-checkout__order-review ul#shipping_method li {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 0.42rem;
}

.mytheme-checkout__order-review ul#shipping_method input[type="radio"] {
  margin-top: 0.18rem;
  accent-color: #111111;
}

.mytheme-checkout__order-review .mytheme-checkout-packages-row th,
.mytheme-checkout__order-review .mytheme-checkout-packages-row td {
  background: #f4f4f4;
}

.shop_table .mytheme-checkout-packages-row th,
.shop_table .mytheme-checkout-packages-row td {
  background: #f4f4f4;
}

.mytheme-checkout-packages-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.26rem;
}

.mytheme-checkout-packages-list li {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.58rem;
  line-height: 1.4;
}

.mytheme-checkout-packages-list strong {
  font-weight: 700;
}

.mytheme-checkout__order-review .woocommerce-shipping-destination,
.mytheme-checkout__order-review .woocommerce-shipping-package-name {
  display: block;
  margin-top: 0.25rem;
  color: #4f4f4f;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.56rem;
  line-height: 1.4;
}

.mytheme-checkout__order-review #payment {
  border: 0;
  border-radius: 0;
  background: #f4f4f4;
}

.mytheme-checkout__order-review #payment ul.payment_methods {
  border-bottom: 1px solid var(--mytheme-line);
  padding: 0.5rem 0.95rem 0.58rem;
}

.mytheme-checkout__order-review #payment ul.payment_methods li {
  margin: 0;
  padding: 0.42rem 0;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.62rem;
}

.mytheme-checkout__order-review #payment ul.payment_methods label {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.62rem;
  font-weight: 700;
}

.mytheme-checkout__order-review #payment div.payment_box {
  margin: 0.38rem 0 0;
  border: 1px solid #111111;
  border-radius: 0;
  background: #ffffff;
  color: #222222;
  font-size: 0.62rem;
  letter-spacing: 0.02em;
}

.mytheme-checkout__order-review #payment div.payment_box::before {
  display: none;
}

.mytheme-checkout__order-review .woocommerce-privacy-policy-text,
.mytheme-checkout__order-review .wc-terms-and-conditions {
  padding: 0.5rem 0.95rem 0;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.62rem;
  line-height: 1.55;
}

.mytheme-checkout__order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.58rem;
  line-height: 1.4;
}

.mytheme-checkout__order-review .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: #111111;
}

.mytheme-checkout__order-review .form-row.place-order {
  margin: 0;
  padding: 0.7rem 0.95rem 0.95rem;
}

.mytheme-checkout__order-review .woocommerce-terms-and-conditions-wrapper .form-row {
  padding: 0 0.95rem;
}

.mytheme-checkout__order-review #place_order {
  width: 100%;
  min-height: 3.15rem;
  border: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.mytheme-checkout__order-review #place_order:hover,
.mytheme-checkout__order-review #place_order:focus-visible {
  background: #ffffff;
  color: #111111;
}

.mytheme-checkout .woocommerce-checkout-payment .payment_method_paypal img,
.mytheme-checkout .woocommerce-checkout-payment .payment_method_stripe img {
  max-height: 1.05rem;
  width: auto;
}

/* WooCommerce Checkout Block fallback styling */
.mytheme-section--wc-flow .wc-block-checkout,
.mytheme-section--wc-flow .wp-block-woocommerce-checkout {
  margin: 0;
  border-top: 1px solid var(--mytheme-line);
  background: #f4f4f4;
  padding: 0;
}

.mytheme-section--wc-flow .wc-block-checkout__main,
.mytheme-section--wc-flow .wc-block-checkout__sidebar {
  padding: 0.85rem;
}

.mytheme-section--wc-flow .wc-block-components-checkout-step,
.mytheme-section--wc-flow .wc-block-components-panel,
.mytheme-section--wc-flow .wc-block-components-order-summary {
  border: 1px solid var(--mytheme-line);
  border-radius: 0;
  background: #f4f4f4;
  box-shadow: none;
}

.mytheme-section--wc-flow .wc-block-components-order-summary .wc-block-components-order-summary-item {
  border-bottom: 1px solid #dedede;
  border-top: 0;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.mytheme-section--wc-flow .wc-block-components-order-summary .wc-block-components-order-summary-item:last-child {
  border-bottom: 0;
}

.mytheme-section--wc-flow .wc-block-components-order-summary .wc-block-components-totals-wrapper {
  border-top: 1px solid #dedede;
}

.mytheme-section--wc-flow .wc-block-components-order-summary .wc-block-components-totals-item {
  border-top: 1px solid #e5e5e5;
}

.mytheme-section--wc-flow .wc-block-components-order-summary .wc-block-components-totals-item--subtotal {
  display: none;
}

.mytheme-section--wc-flow .wc-block-components-checkout-step__heading,
.mytheme-section--wc-flow .wc-block-components-panel__button,
.mytheme-section--wc-flow .wc-block-components-order-summary__title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.mytheme-section--wc-flow .wc-block-components-title {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.68rem;
  font-weight: 700;
}

.mytheme-section--wc-flow .wc-block-components-text-input input,
.mytheme-section--wc-flow .wc-block-components-text-input textarea,
.mytheme-section--wc-flow .wc-block-components-combobox .wc-block-components-combobox-control input,
.mytheme-section--wc-flow .wc-block-components-address-form__country select,
.mytheme-section--wc-flow .wc-block-components-select .wc-block-components-select__select {
  min-height: 2.85rem;
  border: 1px solid #111111;
  border-radius: 0;
  background: #ffffff;
  font-size: 0.78rem;
}

.mytheme-section--wc-flow .wc-block-components-button,
.mytheme-section--wc-flow .wc-block-components-checkout-place-order-button {
  min-height: 3.1rem;
  border: 1px solid #111111;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.72rem;
  font-weight: 700;
}

.mytheme-section--wc-flow .wc-block-components-button:hover,
.mytheme-section--wc-flow .wc-block-components-button:focus-visible,
.mytheme-section--wc-flow .wc-block-components-checkout-place-order-button:hover,
.mytheme-section--wc-flow .wc-block-components-checkout-place-order-button:focus-visible {
  background: #ffffff;
  color: #111111;
}

.mytheme-section--wc-flow .wc-block-components-order-summary-item__total-price,
.mytheme-section--wc-flow .wc-block-formatted-money-amount {
  color: #4f98db;
  font-weight: 700;
}

.mytheme-section--wc-flow .wc-block-components-totals-item {
  border-top: 1px solid var(--mytheme-line);
}

.mytheme-section--wc-flow .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  border-radius: 0;
}

/* InPost / parcel-locker checkout compatibility (classic + blocks). */
.mytheme-checkout__order-review [class*="inpost"],
.mytheme-checkout__order-review [id*="inpost"],
.mytheme-section--wc-flow [class*="inpost"],
.mytheme-section--wc-flow [id*="inpost"] {
  overflow: visible !important;
  visibility: visible !important;
}

.mytheme-checkout__order-review [class*="inpost"] button,
.mytheme-checkout__order-review [id*="inpost"] button,
.mytheme-section--wc-flow [class*="inpost"] button,
.mytheme-section--wc-flow [id*="inpost"] button,
.mytheme-checkout__order-review [class*="inpost"] a.button,
.mytheme-checkout__order-review [id*="inpost"] a.button,
.mytheme-section--wc-flow [class*="inpost"] a.button,
.mytheme-section--wc-flow [id*="inpost"] a.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  margin-top: 0.46rem;
  white-space: normal;
  text-decoration: none !important;
}

@media (max-width: 1100px) {
  .mytheme-checkout__layout {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 40vw);
  }

  .mytheme-checkout__review-sticky {
    top: 5.2rem;
  }
}

@media (max-width: 900px) {
  .mytheme-checkout__layout {
    grid-template-columns: 1fr;
  }

  .mytheme-checkout__main {
    border-right: 0;
  }

  .mytheme-checkout__review {
    border-top: 1px solid var(--mytheme-line);
  }

  .mytheme-checkout__review-sticky {
    position: static;
  }

  .mytheme-section--wc-flow .wc-block-checkout__main,
  .mytheme-section--wc-flow .wc-block-checkout__sidebar {
    padding: 0.62rem;
  }
}

@media (max-width: 640px) {
  .mytheme-woo-section--checkout .woocommerce-notices-wrapper,
  .mytheme-woo-section--checkout .woocommerce-form-coupon-toggle,
  .mytheme-woo-section--checkout .checkout_coupon {
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }

  .mytheme-checkout__panel-head {
    min-height: 2.72rem;
    padding: 0 0.62rem;
  }

  .mytheme-checkout__hero {
    min-height: 3.3rem;
    padding: 0.55rem 0.62rem;
    gap: 0.08rem;
  }

  .mytheme-checkout__title {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .mytheme-checkout__subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.07em;
  }

  .mytheme-checkout__panel-head h2 {
    font-size: 0.67rem;
  }

  .mytheme-checkout__panel-body {
    padding: 0.62rem 0.62rem 0.82rem;
  }

  .mytheme-checkout .woocommerce-billing-fields__field-wrapper,
  .mytheme-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 0.48rem;
  }

  .mytheme-checkout .form-row label,
  .mytheme-checkout .woocommerce-form__label {
    font-size: 0.54rem;
  }

  .mytheme-checkout .input-text,
  .mytheme-checkout textarea,
  .mytheme-checkout select,
  .mytheme-checkout .select2-container .select2-selection--single {
    min-height: 2.65rem;
    font-size: 0.74rem;
  }

  .mytheme-checkout__order-review table.shop_table th,
  .mytheme-checkout__order-review table.shop_table td {
    padding: 0.55rem 0.62rem;
    font-size: 0.58rem;
  }

  .mytheme-checkout__order-review .woocommerce-privacy-policy-text,
  .mytheme-checkout__order-review .wc-terms-and-conditions,
  .mytheme-checkout__order-review .form-row.place-order,
  .mytheme-checkout__order-review .woocommerce-terms-and-conditions-wrapper .form-row,
  .mytheme-checkout__order-review #payment ul.payment_methods {
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }

  .mytheme-checkout__order-review #place_order {
    min-height: 2.95rem;
    font-size: 0.67rem;
  }
}

/* Checkout UI refresh (Shopify-like) */
.woocommerce-checkout .mytheme-checkout {
  max-width: 1260px;
  margin: 0 auto;
  padding: 1.35rem 1rem 2rem;
}

.woocommerce-checkout .mytheme-checkout__hero {
  min-height: auto;
  border: 0;
  background: transparent;
  justify-items: start;
  align-content: start;
  gap: 0.35rem;
  padding: 0 0 0.9rem;
}

.woocommerce-checkout .mytheme-checkout__title {
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-checkout__subtitle {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.9rem;
  color: #646a73;
}

.woocommerce-checkout .mytheme-checkout__layout {
  grid-template-columns: minmax(0, 58%) minmax(360px, 42%);
  gap: 1.15rem;
  border-top: 0;
}

.woocommerce-checkout .mytheme-checkout__main,
.woocommerce-checkout .mytheme-checkout__review {
  border: 0;
  background: transparent;
}

.woocommerce-checkout .mytheme-checkout__panel {
  border: 1px solid #d9dee6;
  border-radius: 14px;
  background: #ffffff;
  margin: 0 0 1rem;
  overflow: hidden;
}

.woocommerce-checkout .mytheme-checkout__panel-head {
  min-height: auto;
  background: #ffffff;
  border-bottom: 1px solid #e8ebf0;
  padding: 0.9rem 1.05rem;
}

.woocommerce-checkout .mytheme-checkout__panel-head h2 {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 1.25rem;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-checkout__panel-body {
  padding: 0.95rem 1.05rem 1.05rem;
}

.woocommerce-checkout .mytheme-checkout__review-sticky {
  top: 5.85rem;
}

.woocommerce-checkout .mytheme-checkout__order-review {
  border: 1px solid #d9dee6;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table {
  background: #ffffff;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table th,
.woocommerce-checkout .mytheme-checkout__order-review table.shop_table td {
  border-top: 1px solid #edf0f4;
  background: #ffffff;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.92rem;
  line-height: 1.42;
  padding: 0.85rem 1rem;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table thead th {
  font-size: 0.78rem;
  color: #636a73;
  border-top: 0;
}

.woocommerce-checkout .mytheme-checkout__order-review .order-total th,
.woocommerce-checkout .mytheme-checkout__order-review .order-total td {
  font-size: 1.04rem;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-checkout__order-review .product-total,
.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal td,
.woocommerce-checkout .mytheme-checkout__order-review .order-total td {
  color: #4f98db;
}

/* Shipping method selection must exist only in dedicated "Metoda WysyÄąâ€ški" panel. */
.woocommerce-checkout .mytheme-checkout__order-review ul#shipping_method,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-destination,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-package-name {
  display: none !important;
}

.woocommerce-checkout .mytheme-checkout__order-review input.shipping_method[type="radio"] {
  display: none !important;
}

.woocommerce-checkout .mytheme-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .mytheme-checkout .woocommerce-shipping-fields__field-wrapper {
  gap: 0.72rem 0.78rem;
}

.woocommerce-checkout .mytheme-checkout .form-row label,
.woocommerce-checkout .mytheme-checkout .woocommerce-form__label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #202732;
  margin: 0 0 0.32rem;
}

.woocommerce-checkout .mytheme-checkout .input-text,
.woocommerce-checkout .mytheme-checkout textarea,
.woocommerce-checkout .mytheme-checkout select,
.woocommerce-checkout .mytheme-checkout .select2-container .select2-selection--single {
  border: 1px solid #d3d9e3;
  border-radius: 8px;
  min-height: 3rem;
  padding: 0.52rem 0.72rem;
  font-size: 0.95rem;
  line-height: 1.3;
  background: #ffffff;
}

.woocommerce-checkout .mytheme-checkout .input-text:focus,
.woocommerce-checkout .mytheme-checkout textarea:focus,
.woocommerce-checkout .mytheme-checkout select:focus,
.woocommerce-checkout .mytheme-checkout .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #4f98db;
  box-shadow: 0 0 0 3px rgba(79, 152, 219, 0.13);
}

.woocommerce-checkout .mytheme-checkout input::placeholder,
.woocommerce-checkout .mytheme-checkout textarea::placeholder {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.85rem;
  color: #8891a0;
}

.woocommerce-checkout .mytheme-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  font-size: 0.95rem;
  color: #1e2630;
}

.woocommerce-checkout .mytheme-checkout .mytheme-invoice-toggle-row label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.86rem;
}

.woocommerce-checkout .mytheme-checkout__order-review ul#shipping_method {
  gap: 0.5rem;
}

.woocommerce-checkout .mytheme-checkout__order-review ul#shipping_method li {
  border: 1px solid #dbe1ea;
  border-radius: 10px;
  padding: 0.7rem 0.75rem;
  background: #fbfcfe;
}

.woocommerce-checkout .mytheme-checkout__order-review ul#shipping_method input[type="radio"] {
  margin-top: 0.2rem;
}

.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-destination,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-package-name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.81rem;
  color: #6b7480;
}

.woocommerce-checkout .mytheme-checkout__order-review #payment {
  background: #ffffff;
}

.woocommerce-checkout .mytheme-checkout__order-review #payment ul.payment_methods {
  border-bottom: 1px solid #edf0f4;
  padding: 0.4rem 1rem 0.7rem;
}

.woocommerce-checkout .mytheme-checkout__order-review #payment ul.payment_methods li {
  border: 1px solid #d9dee6;
  border-radius: 10px;
  margin: 0 0 0.52rem;
  padding: 0.62rem 0.72rem;
  font-size: 0.9rem;
  text-transform: none;
  letter-spacing: 0;
}

.woocommerce-checkout .mytheme-checkout__order-review #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}

.woocommerce-checkout .mytheme-checkout__order-review #payment ul.payment_methods label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.94rem;
  font-weight: 500;
}

.woocommerce-checkout .mytheme-checkout__order-review #payment div.payment_box {
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  background: #fafbfd;
  margin: 0.6rem 0 0.2rem;
  font-size: 0.84rem;
}

.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-privacy-policy-text,
.woocommerce-checkout .mytheme-checkout__order-review .wc-terms-and-conditions {
  font-size: 0.82rem;
  line-height: 1.52;
  padding: 0.62rem 1rem 0;
}

.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.82rem;
}

.woocommerce-checkout .mytheme-checkout__order-review .form-row.place-order {
  padding: 0.8rem 1rem 1rem;
}

.woocommerce-checkout .mytheme-checkout__order-review #place_order {
  min-height: 3.25rem;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #a87824 0%, #92651d 100%);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.92rem;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-checkout__order-review #place_order:hover,
.woocommerce-checkout .mytheme-checkout__order-review #place_order:focus-visible {
  background: linear-gradient(180deg, #92651d 0%, #7d5416 100%);
  color: #ffffff;
}

.woocommerce-checkout .mytheme-checkout .select-paczkomat-button {
  border-radius: 8px !important;
  border: 1px solid #c8d2df !important;
  background: #ffffff !important;
  color: #1a2431 !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  padding: 0.5rem 0.8rem !important;
}

.woocommerce-checkout .mytheme-checkout .select-paczkomat-button:hover,
.woocommerce-checkout .mytheme-checkout .select-paczkomat-button:focus-visible {
  border-color: #4f98db !important;
  box-shadow: 0 0 0 3px rgba(79, 152, 219, 0.14) !important;
}

@media (max-width: 980px) {
  .woocommerce-checkout .mytheme-checkout {
    padding: 0.85rem 0.62rem 1.25rem;
  }

  .woocommerce-checkout .mytheme-checkout__layout {
    grid-template-columns: 1fr;
    gap: 0.72rem;
  }

  .woocommerce-checkout .mytheme-checkout__review-sticky {
    position: static;
  }

  .woocommerce-checkout .mytheme-checkout__panel,
  .woocommerce-checkout .mytheme-checkout__order-review {
    border-radius: 12px;
  }

  .woocommerce-checkout .mytheme-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .mytheme-checkout .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 0.58rem;
  }

  .woocommerce-checkout .mytheme-checkout__panel-head h2 {
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  .woocommerce-checkout .mytheme-checkout__title {
    font-size: 1rem;
  }

  .woocommerce-checkout .mytheme-checkout__subtitle {
    font-size: 0.82rem;
  }

  .woocommerce-checkout .mytheme-checkout__panel-head,
  .woocommerce-checkout .mytheme-checkout__panel-body,
  .woocommerce-checkout .mytheme-checkout__order-review .form-row.place-order,
  .woocommerce-checkout .mytheme-checkout__order-review #payment ul.payment_methods,
  .woocommerce-checkout .mytheme-checkout__order-review .woocommerce-privacy-policy-text,
  .woocommerce-checkout .mytheme-checkout__order-review .wc-terms-and-conditions,
  .woocommerce-checkout .mytheme-checkout__order-review table.shop_table th,
  .woocommerce-checkout .mytheme-checkout__order-review table.shop_table td {
    padding-left: 0.78rem;
    padding-right: 0.78rem;
  }
}

/* Footer: store age counter */
.site-footer__since {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.32rem;
  color: #2f2f2f;
  font-size: 0.76rem;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.site-footer__since-date {
  font-weight: 700;
}

.site-footer__since-counter {
  color: #4f98db;
  font-weight: 700;
}

.site-footer__since-counter::before {
  content: "|";
  color: #767676;
  margin-right: 0.32rem;
}

@media (max-width: 767px) {
  .site-footer__since {
    font-size: 0.7rem;
    letter-spacing: 0.03em;
    gap: 0.26rem;
  }

  .site-footer__since-counter::before {
    margin-right: 0.26rem;
  }
}

/* SEO internal links on product page */
.single-product .summary .mytheme-seo-internal-links {
  margin: 0;
  padding: 0.56rem 0.9rem 0.6rem;
  border-top: 1px solid #111111;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.24rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.58rem;
  line-height: 1.35;
}

.single-product .summary .mytheme-seo-internal-links__label {
  color: #555555;
  font-weight: 500;
}

.single-product .summary .mytheme-seo-internal-links a {
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.single-product .summary .mytheme-seo-internal-links a:hover,
.single-product .summary .mytheme-seo-internal-links a:focus-visible {
  border-bottom-color: currentColor;
  opacity: 1;
}

.single-product .summary .mytheme-seo-internal-links__sep {
  color: #6f6f6f;
}

.single-product .summary .mytheme-pdp-main-description {
  padding-top: 0.5rem;
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.single-product .summary .mytheme-pdp-main-description > * {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}

.single-product .summary .mytheme-pdp-main-description > *:first-child {
  margin-top: 0;
}

.single-product .summary .mytheme-pdp-main-description h1,
.single-product .summary .mytheme-pdp-main-description h2,
.single-product .summary .mytheme-pdp-main-description h3,
.single-product .summary .mytheme-pdp-main-description h4,
.single-product .summary .mytheme-pdp-main-description h5,
.single-product .summary .mytheme-pdp-main-description h6 {
  margin-top: 0.1rem;
  margin-bottom: 0.46rem;
  font-family: "Poppins", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .single-product .summary .mytheme-seo-internal-links {
    padding: 0.48rem 0.78rem 0.52rem;
    font-size: 0.54rem;
    gap: 0.2rem;
  }

  .single-product .summary .mytheme-pdp-main-description {
    padding-top: 0.42rem;
  }
}

/* Product reviews trigger + modal */
.single-product .summary .mytheme-product-reviews-trigger-wrap {
  margin: 0;
  padding: 0 0.9rem 0.56rem;
  border-bottom: 0;
  grid-column: 1;
}

.single-product .summary .mytheme-product-reviews-trigger {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111111;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.62rem;
  line-height: 1.15;
}

.single-product .summary .mytheme-product-reviews-trigger__stars {
  color: #4f98db;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
}

.single-product .summary .mytheme-product-reviews-trigger__label {
  font-weight: 700;
}

.single-product .summary .mytheme-product-reviews-trigger__meta {
  display: none !important;
}

.single-product .summary .mytheme-product-reviews-trigger:hover,
.single-product .summary .mytheme-product-reviews-trigger:focus-visible {
  color: #4f98db;
}

.mytheme-product-reviews-modal[hidden] {
  display: none;
}

.mytheme-product-reviews-modal {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: rgba(17, 17, 17, 0.58);
  display: grid;
  place-items: center;
  padding: 0.9rem;
}

.mytheme-product-reviews-modal__dialog {
  width: min(100%, 1120px);
  max-height: calc(100vh - 1.8rem);
  overflow: auto;
  background: #ffffff;
  border: 1px solid #111111;
  position: relative;
}

.mytheme-product-reviews-modal__close {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid #111111;
  border-radius: 50%;
  background: #ffffff;
  color: #111111;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.mytheme-product-reviews-modal .mytheme-product-reviews {
  margin-top: 0;
  border-top: 0;
  border-bottom: 0;
}

.mytheme-product-reviews-modal .mytheme-product-reviews__header {
  padding-right: 3.25rem;
}

html.mytheme-product-reviews-modal-open {
  overflow: hidden;
}

.single-product .summary.mytheme-has-reviews-trigger .mytheme-product-reviews-trigger-wrap {
  padding-top: 0;
  padding-bottom: 0.56rem;
}

@media (min-width: 960px) {
  .single-product .summary.mytheme-has-reviews-trigger .mytheme-product-reviews-trigger-wrap {
    padding-top: 0;
    padding-bottom: 0.56rem;
  }
}

/* Product manual reviews */
.single-product .mytheme-product-reviews {
  margin: 0;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #111111;
}

.single-product .mytheme-product-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.62rem 1rem;
  padding: 0.72rem 0.85rem;
  border-bottom: 1px solid #111111;
}

.single-product .mytheme-product-reviews__title {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
}

.single-product .mytheme-product-reviews__summary {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.single-product .mytheme-product-reviews__stars {
  color: #4f98db;
  letter-spacing: 0.08em;
  font-size: 0.66rem;
}

.single-product .mytheme-product-reviews__score {
  color: #111111;
  font-weight: 700;
}

.single-product .mytheme-product-reviews__count {
  display: none;
}

.single-product .mytheme-product-reviews__footer {
  display: flex;
  justify-content: center;
  padding: 0.95rem 0.85rem 1.1rem;
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
  background: #ffffff;
}

.single-product .mytheme-product-reviews__more {
  min-width: 12rem;
  min-height: 2.8rem;
  padding: 0.4rem 1rem;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #ffffff;
  color: #111111;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: default;
}

.single-product .mytheme-product-reviews__more[aria-disabled="true"] {
  opacity: 1;
}

.single-product .mytheme-product-reviews__grid {
  display: grid;
  grid-template-columns: 1fr;
  border-left: 1px solid #111111;
}

.single-product .mytheme-product-review {
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

.single-product .mytheme-product-review__media {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #111111;
  margin: 0;
  padding: 0;
  cursor: zoom-in;
  display: block;
  background: #f6f6f6;
}

.single-product .mytheme-product-review__media img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.single-product .mytheme-product-review__body {
  padding: 0.7rem 0.72rem 0.76rem;
}

.single-product .mytheme-product-review__meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.28rem;
}

.single-product .mytheme-product-review__author,
.single-product .mytheme-product-review__date {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-product .mytheme-product-review__author {
  font-weight: 700;
  color: #111111;
}

.single-product .mytheme-product-review__date {
  color: #666666;
}

.single-product .mytheme-product-review__rating {
  margin: 0;
  color: #4f98db;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.single-product .mytheme-product-review__verified {
  margin: 0.36rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.26rem;
  font-size: 0.52rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #0f8a3f;
}

.single-product .mytheme-product-review__verified::before {
  content: "\25CF";
  font-size: 0.46rem;
}

.single-product .mytheme-product-review__text {
  margin-top: 0.44rem;
  font-size: 0.62rem;
  line-height: 1.45;
  color: #202020;
}

.single-product .mytheme-product-review__text p {
  margin: 0;
}

.single-product .mytheme-product-review__source {
  margin: 0.52rem 0 0;
  font-size: 0.53rem;
  line-height: 1.35;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b6b6b;
}

.single-product .mytheme-product-review__source a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.mytheme-review-lightbox[hidden] {
  display: none;
}

.mytheme-review-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.72);
  display: grid;
  place-items: center;
  padding: 1rem;
}

.mytheme-review-lightbox__dialog {
  position: relative;
  width: min(100%, 520px);
}

.mytheme-review-lightbox__close {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #111111;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.mytheme-review-lightbox__figure {
  margin: 0;
  border: 1px solid #ffffff;
  background: #111111;
}

.mytheme-review-lightbox__figure img {
  width: 100%;
  max-height: min(80vh, 860px);
  object-fit: contain;
  display: block;
}

.mytheme-review-lightbox__figure figcaption {
  margin: 0;
  padding: 0.56rem 0.68rem;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (min-width: 680px) {
  .single-product .mytheme-product-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .single-product .mytheme-product-reviews__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .single-product .summary .mytheme-product-reviews-trigger-wrap {
    padding: 0 0.72rem 0.46rem;
  }

  .single-product .summary .mytheme-product-reviews-trigger {
    gap: 0.32rem;
    font-size: 0.56rem;
  }

  .single-product .summary .mytheme-product-reviews-trigger__stars {
    font-size: 0.66rem;
  }

  .mytheme-product-reviews-modal {
    padding: 0.4rem;
  }

  .mytheme-product-reviews-modal__dialog {
    max-height: calc(100vh - 0.8rem);
  }

  .mytheme-product-reviews-modal__close {
    top: 0.32rem;
    right: 0.32rem;
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.3rem;
  }

  .mytheme-product-reviews-modal .mytheme-product-reviews__header {
    padding-right: 2.75rem;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-product-reviews-trigger-wrap {
    padding-top: 0;
    padding-bottom: 0.44rem;
  }

  .single-product .mytheme-product-reviews__header {
    padding: 0.62rem 0.72rem;
  }

  .single-product .mytheme-product-reviews__title {
    font-size: 0.66rem;
  }

  .single-product .mytheme-product-reviews__summary {
    font-size: 0.56rem;
    gap: 0.34rem;
  }

  .single-product .mytheme-product-reviews__footer {
    padding: 0.72rem 0.72rem 0.86rem;
  }

  .single-product .mytheme-product-reviews__more {
    min-width: 10.5rem;
    min-height: 2.5rem;
    font-size: 0.64rem;
  }

  .single-product .mytheme-product-review__body {
    padding: 0.62rem 0.66rem 0.68rem;
  }

  .single-product .mytheme-product-review__author,
  .single-product .mytheme-product-review__date {
    font-size: 0.58rem;
  }

  .single-product .mytheme-product-review__text {
    font-size: 0.58rem;
  }
}

/* Final PDP summary layout fix:
   left: title -> reviews
   right: price/vat -> omnibus (30 dni) */
@media (min-width: 960px) {
  .single-product .mytheme-pdp__summary .summary.mytheme-has-reviews-trigger,
  .single-product .mytheme-pdp__summary .summary:has(.mytheme-product-reviews-trigger-wrap) {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: stretch;
  }

  .single-product .summary.mytheme-has-reviews-trigger .product_title,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .product_title {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    padding: 0.9rem 0.9rem 0.18rem;
    border-right: 1px solid #111111 !important;
    border-bottom: 0;
    text-align: center;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-product-reviews-trigger-wrap,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-product-reviews-trigger-wrap {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 0 0.9rem 0.2rem;
    border-right: 1px solid #111111 !important;
    border-bottom: 1px solid #111111;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-product .summary.mytheme-has-reviews-trigger p.price,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) p.price {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    border-bottom: 0;
    text-align: center;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-omnibus-info,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-omnibus-info {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    padding: 0.02rem 0.9rem 0.62rem;
    text-align: center !important;
    border-top: 0;
    border-bottom: 1px solid #111111;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-product-reviews-trigger,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-product-reviews-trigger {
    justify-content: center;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-fulfillment-notice,
  .single-product .summary.mytheme-has-reviews-trigger .woocommerce-product-details__short-description,
  .single-product .summary.mytheme-has-reviews-trigger form.cart,
  .single-product .summary.mytheme-has-reviews-trigger .mytheme-bulk-discount,
  .single-product .summary.mytheme-has-reviews-trigger .mytheme-pdp-info,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-fulfillment-notice,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .woocommerce-product-details__short-description,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) form.cart,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-bulk-discount,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-pdp-info {
    grid-column: 1 / -1;
  }
}

@media (max-width: 959px) {
  .single-product .summary.mytheme-has-reviews-trigger .product_title,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .product_title {
    padding-bottom: 0.34rem;
    border-bottom: 0;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-product-reviews-trigger-wrap,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-product-reviews-trigger-wrap {
    border-bottom: 1px solid #111111;
    padding: 0 0.72rem 0.34rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .single-product .summary.mytheme-has-reviews-trigger p.price,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) p.price {
    border-bottom: 0;
    padding-bottom: 0.2rem;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-omnibus-info,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-omnibus-info {
    text-align: center !important;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0.5rem;
  }

  .single-product .summary.mytheme-has-reviews-trigger .mytheme-product-reviews-trigger,
  .single-product .summary:has(.mytheme-product-reviews-trigger-wrap) .mytheme-product-reviews-trigger {
    justify-content: center;
  }
}

/* Checkout replica (match provided screenshot closer) */
.woocommerce-checkout .mytheme-checkout {
  max-width: 1060px !important;
  margin: 0 auto !important;
  padding: 0.9rem 0.95rem 1.8rem !important;
}

.woocommerce-checkout .mytheme-checkout__hero {
  display: none !important;
}

.woocommerce-checkout .mytheme-checkout__layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 35%) !important;
  gap: 1.9rem !important;
  border-top: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__main,
.woocommerce-checkout .mytheme-checkout__review {
  border: 0 !important;
  background: transparent !important;
}

.woocommerce-checkout .mytheme-checkout__panel {
  border: 0 !important;
  background: transparent !important;
  margin: 0 0 1.2rem !important;
}

.woocommerce-checkout .mytheme-checkout__panel-head {
  min-height: 0 !important;
  padding: 0 0 0.56rem !important;
  border: 0 !important;
  background: transparent !important;
  justify-content: space-between !important;
}

.woocommerce-checkout .mytheme-checkout__panel-head h2 {
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 1.9rem !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  color: #101820 !important;
}

.woocommerce-checkout .mytheme-checkout__panel-body {
  padding: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__login-link {
  font-size: 0.78rem;
  color: #111111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.woocommerce-checkout .mytheme-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .mytheme-checkout .woocommerce-shipping-fields__field-wrapper {
  gap: 0.58rem 0.68rem !important;
}

.woocommerce-checkout .mytheme-checkout .form-row label,
.woocommerce-checkout .mytheme-checkout .woocommerce-form__label {
  margin: 0 0 0.24rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.86rem !important;
  font-weight: 500 !important;
}

.woocommerce-checkout .mytheme-checkout .input-text,
.woocommerce-checkout .mytheme-checkout textarea,
.woocommerce-checkout .mytheme-checkout select,
.woocommerce-checkout .mytheme-checkout .select2-container .select2-selection--single {
  min-height: 3rem !important;
  border: 1px solid #d6dce5 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  padding: 0.52rem 0.72rem !important;
  font-size: 0.95rem !important;
}

.woocommerce-checkout .mytheme-checkout input::placeholder,
.woocommerce-checkout .mytheme-checkout textarea::placeholder {
  color: #8f98a5 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.85rem !important;
}

/* Floating labels (modern checkout fields) */
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row {
  position: relative;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row > label {
  position: absolute;
  top: 50%;
  left: 0.72rem;
  z-index: 3;
  margin: 0 !important;
  padding: 0 0.28rem;
  border-radius: 0.45rem;
  background: #ffffff;
  color: #8b95a3 !important;
  line-height: 1;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  pointer-events: none;
  transform: translateY(-50%);
  transform-origin: left center;
  transition: color 0.18s ease, top 0.18s ease, transform 0.18s ease, font-size 0.18s ease;
  max-width: calc(100% - 1.44rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row > label .required,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row > label .optional {
  font-size: inherit;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row .input-text,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row textarea,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row select,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row .select2-container .select2-selection--single {
  padding-top: 1.2rem !important;
  padding-bottom: 0.34rem !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row input::placeholder,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row textarea::placeholder {
  color: transparent !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 1.15rem;
  padding-bottom: 0.31rem;
  line-height: 1.15 !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row:focus-within > label,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-floating-active > label {
  top: 0;
  color: #4f98db !important;
  font-size: 0.67rem !important;
  font-weight: 600 !important;
  transform: translateY(-50%) scale(0.96);
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-field-error > label,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-field-error:focus-within > label,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-field-error.mytheme-floating-active > label {
  color: #e53935 !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-field-error .input-text,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-field-error textarea,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-field-error select,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-field-error .select2-container .select2-selection--single {
  border-color: #e53935 !important;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.15) !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-field-error__msg {
  margin: 0.34rem 0 0 !important;
  font-size: 0.86rem !important;
  line-height: 1.25 !important;
  font-weight: 500 !important;
  color: #e53935 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* hide generic top notice when inline field validation is active */
body.mytheme-inline-errors-active .mytheme-woo-section--checkout .woocommerce-notices-wrapper,
body.mytheme-inline-errors-active .mytheme-section--wc-flow .woocommerce-notices-wrapper {
  display: none !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-checkout-row-empty {
  display: none !important;
}

.mytheme-woo-section--checkout .woocommerce-notices-wrapper.mytheme-notices-empty,
.mytheme-section--wc-flow .woocommerce-notices-wrapper.mytheme-notices-empty {
  display: none !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.woocommerce-checkout .mytheme-checkout .input-text:focus,
.woocommerce-checkout .mytheme-checkout textarea:focus,
.woocommerce-checkout .mytheme-checkout select:focus,
.woocommerce-checkout .mytheme-checkout .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #8ea9c8 !important;
  box-shadow: 0 0 0 3px rgba(79, 152, 219, 0.12) !important;
}

.woocommerce-checkout .mytheme-checkout__muted {
  margin: 0;
  padding: 0.86rem 0.9rem;
  border: 1px solid #e2e7ee;
  border-radius: 8px;
  background: #f7f9fc;
  color: #788392;
  font-size: 0.84rem;
}

.woocommerce-checkout .mytheme-shipping-methods {
  display: grid;
  gap: 0.5rem;
}

.woocommerce-checkout .mytheme-shipping-methods__package {
  border: 1px solid #d6dce5;
  border-radius: 10px;
  background: #ffffff;
  padding: 0.62rem;
}

.woocommerce-checkout .mytheme-shipping-methods__package-name {
  margin: 0 0 0.48rem;
  padding: 0 0.12rem;
  color: #111827;
  font-size: 0.94rem;
  line-height: 1.3;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-shipping-methods__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.woocommerce-checkout .mytheme-shipping-methods__item {
  margin: 0;
  border: 1px solid #d6dce5;
  border-radius: 8px;
  background: #ffffff;
  padding: 0.72rem 0.78rem;
  display: grid;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  column-gap: 0.56rem;
  row-gap: 0.42rem;
  align-items: start;
}

.woocommerce-checkout .mytheme-shipping-methods__item > label {
  margin: 0 !important;
  font-size: 0.95rem;
  line-height: 1.35;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  grid-column: 2;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.woocommerce-checkout .mytheme-shipping-methods__item > input[type="radio"] {
  margin: 0.18rem 0 0 0;
  grid-column: 1;
  grid-row: 1;
  accent-color: #111111;
}

.woocommerce-checkout .mytheme-shipping-methods__title {
  display: block;
  color: #101820;
  font-weight: 500;
}

.woocommerce-checkout .mytheme-shipping-methods__price {
  margin-left: auto;
  white-space: nowrap;
  color: #4f98db;
  font-weight: 700;
  text-align: right;
}

.woocommerce-checkout .mytheme-shipping-methods__distance {
  grid-column: 2;
  margin: -0.05rem 0 0;
  font-size: 0.82rem;
  line-height: 1.25;
  color: #6b7481;
}

.woocommerce-checkout .mytheme-shipping-methods__distance:empty {
  display: none;
}

.woocommerce-checkout .mytheme-shipping-methods__item .select-paczkomat-button {
  grid-column: 2;
  margin-top: 0.32rem !important;
  align-self: start;
}

/* Paczkomat card polish (desktop + mobile) */
.woocommerce-checkout .mytheme-shipping-methods__item:has(> input[type="radio"]:checked) {
  border-color: #4f98db;
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px rgba(79, 152, 219, 0.18);
}

.woocommerce-checkout .mytheme-shipping-methods__item [id*="selected-paczkomat"],
.woocommerce-checkout .mytheme-shipping-methods__item #selected-paczkomat {
  margin-top: 0.16rem;
  padding: 0.1rem 0 0;
  border: 0;
  background: transparent;
  color: #4b5563;
  font-size: 0.96rem;
  line-height: 1.42;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
  word-break: break-word;
}

.woocommerce-checkout .mytheme-shipping-methods__item [id*="selected-paczkomat"] br,
.woocommerce-checkout .mytheme-shipping-methods__item #selected-paczkomat br {
  line-height: 1.55;
}

.woocommerce-checkout .mytheme-shipping-methods__item [id*="selected-paczkomat"] strong,
.woocommerce-checkout .mytheme-shipping-methods__item #selected-paczkomat strong {
  font-weight: 600;
  color: #111111;
}

.woocommerce-checkout .mytheme-checkout .mytheme-shipping-methods__item .select-paczkomat-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem !important;
  margin-top: 0 !important;
  padding: 0.5rem 0.82rem !important;
  border-radius: 10px !important;
  border: 1px solid #c8d2df !important;
  background: #ffffff !important;
  color: #1a2431 !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em;
  text-transform: uppercase !important;
  line-height: 1.1 !important;
  white-space: nowrap;
  float: none !important;
  position: static !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-shipping-methods__item .select-paczkomat-button:hover,
.woocommerce-checkout .mytheme-checkout .mytheme-shipping-methods__item .select-paczkomat-button:focus-visible {
  border-color: #4f98db !important;
  box-shadow: 0 0 0 3px rgba(79, 152, 219, 0.14) !important;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui {
  grid-template-columns: 1.05rem minmax(0, 1fr) auto max-content;
  grid-template-rows: auto auto;
  column-gap: 0.62rem;
  row-gap: 0.3rem;
  align-items: center;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > input[type="radio"] {
  grid-column: 1;
  grid-row: 1;
  margin-top: 0;
  align-self: center;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-shipping-methods__label {
  grid-column: 2;
  grid-row: 1;
  display: block !important;
  width: 100%;
  margin: 0 !important;
  text-align: left !important;
  min-width: 0;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-shipping-methods__label .mytheme-shipping-methods__title {
  display: block;
  margin: 0;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-shipping-methods__label .mytheme-paczkomat-price-source {
  display: none !important;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-action {
  grid-column: 3;
  grid-row: 1;
  margin: 0 !important;
  justify-self: start;
  align-self: center;
  width: auto;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .select-paczkomat-button {
  grid-column: 3;
  grid-row: 1;
  margin: 0 !important;
  justify-self: start;
  align-self: center;
  position: relative;
  z-index: 3;
  pointer-events: auto !important;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-price-out {
  grid-column: 4;
  grid-row: 1;
  margin: 0 !important;
  align-self: center;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
  font-size: 1.07rem;
  line-height: 1;
  color: #4f98db;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-selected,
.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > [id*="selected-paczkomat"],
.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > #selected-paczkomat {
  grid-column: 2 / -1 !important;
  grid-row: 2;
  display: block;
  margin: 0.08rem 0 0;
  color: #5f6876;
  font-size: 0.95rem;
  line-height: 1.32;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: normal;
  overflow-wrap: normal;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-selected.is-placeholder {
  color: #d97706;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui .mytheme-shipping-methods__distance {
  display: none !important;
}

.woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui .mytheme-paczkomat-selected-source {
  display: none !important;
}

@media (max-width: 640px) {
  .woocommerce-checkout .mytheme-shipping-methods__item {
    padding: 0.68rem 0.72rem;
    row-gap: 0.34rem;
  }

  .woocommerce-checkout .mytheme-shipping-methods__item > label {
    gap: 0.44rem;
    font-size: 1.02rem;
    align-items: baseline;
  }

  .woocommerce-checkout .mytheme-shipping-methods__price {
    font-size: 1rem;
  }

  .woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui {
    grid-template-columns: 1.05rem minmax(0, 1fr) auto max-content;
    column-gap: 0.48rem;
    row-gap: 0.22rem;
  }

  .woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-shipping-methods__label .mytheme-shipping-methods__title {
    font-size: 0.96rem;
  }

  .woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-price-out {
    font-size: 0.98rem;
  }

  .woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-action .select-paczkomat-button,
  .woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .select-paczkomat-button {
    min-height: 2.22rem !important;
    padding: 0.42rem 0.62rem !important;
    font-size: 0.77rem !important;
  }

  .woocommerce-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-selected {
    font-size: 0.9rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
  }
}

.woocommerce-checkout .mytheme-shipping-picker {
  border: 1px solid #d6dce5;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
}

.woocommerce-checkout .mytheme-shipping-picker__meta {
  margin: 0;
  padding: 0.72rem 1rem;
  border-bottom: 1px solid #e4e9f0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.35;
  font-weight: 500;
}

.woocommerce-checkout .mytheme-shipping-picker__meta:empty {
  display: none;
}

.woocommerce-checkout .mytheme-shipping-picker__best {
  display: flex;
  align-items: center;
  gap: 0.56rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e4e9f0;
  background: #f8fbff;
}

.woocommerce-checkout .mytheme-shipping-picker__best-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  border: 2px solid #2a6dd8;
  box-shadow: inset 0 0 0 0.21rem #2a6dd8;
  flex: 0 0 auto;
}

.woocommerce-checkout .mytheme-shipping-picker__best-label {
  font-size: 1.02rem;
  font-weight: 500;
  color: #141b25;
}

.woocommerce-checkout .mytheme-shipping-picker__best-price {
  margin-left: auto;
  color: #111111;
  font-size: 1.02rem;
  font-weight: 700;
  white-space: nowrap;
}

.woocommerce-checkout .mytheme-shipping-picker__selected {
  display: grid;
  gap: 0;
}

.woocommerce-checkout .mytheme-shipping-picker__entry {
  display: grid;
  grid-template-columns: 2.9rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.88rem 1rem;
  border-bottom: 1px solid #edf1f6;
}

.woocommerce-checkout .mytheme-shipping-picker__entry:last-child {
  border-bottom: 0;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-thumb {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 9px;
  border: 1px solid #d6dce5;
  background: #f6f8fb;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-main {
  min-width: 0;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-title {
  margin: 0;
  color: #111827;
  font-size: 0.96rem;
  line-height: 1.35;
  font-weight: 500;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-count {
  color: #1d66d1;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-sub {
  margin: 0.2rem 0 0;
  color: #6b7481;
  font-size: 0.9rem;
  line-height: 1.35;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-sub.is-action {
  color: #d97706;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-shipping-picker__entry-price {
  color: #111111;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.woocommerce-checkout .mytheme-shipping-picker__more {
  width: 100%;
  border: 0;
  border-top: 1px solid #dbe2eb;
  background: #ffffff;
  color: #1d66d1;
  font-size: 1.02rem;
  font-weight: 600;
  min-height: 3rem;
  padding: 0.7rem 0.95rem;
  text-align: center;
  cursor: pointer;
}

.woocommerce-checkout .mytheme-shipping-picker__more:hover,
.woocommerce-checkout .mytheme-shipping-picker__more:focus-visible {
  background: #f5f8fd;
}

.woocommerce-checkout .mytheme-shipping-picker-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.1rem;
}

.woocommerce-checkout .mytheme-shipping-picker-modal[hidden] {
  display: none !important;
}

.woocommerce-checkout .mytheme-shipping-picker-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 16, 27, 0.44);
}

.woocommerce-checkout .mytheme-shipping-picker-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: calc(100vh - 2.2rem);
  border: 1px solid #d6dce5;
  border-radius: 14px;
  background: #ffffff;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(16, 24, 40, 0.2);
}

.woocommerce-checkout .mytheme-shipping-picker-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 1rem 1.12rem 0.82rem;
  border-bottom: 1px solid #e4e9f0;
}

.woocommerce-checkout .mytheme-shipping-picker-modal__title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 700;
  color: #111827;
}

.woocommerce-checkout .mytheme-shipping-picker-modal__close {
  border: 0;
  background: transparent;
  color: #616a78;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  min-width: 2rem;
  min-height: 2rem;
}

.woocommerce-checkout .mytheme-shipping-picker-modal__content {
  overflow: auto;
  padding: 0.95rem 1.12rem 1.12rem;
}

.woocommerce-checkout .mytheme-shipping-picker-modal .mytheme-shipping-methods {
  gap: 0.8rem;
}

.woocommerce-checkout .mytheme-shipping-picker-modal .mytheme-shipping-methods__package {
  padding: 0.78rem;
}

.woocommerce-checkout .mytheme-shipping-methods__products {
  display: grid;
  gap: 0.55rem;
  margin: 0 0 0.7rem;
}

.woocommerce-checkout .mytheme-shipping-methods__product {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr);
  gap: 0.58rem;
  align-items: center;
}

.woocommerce-checkout .mytheme-shipping-methods__product-thumb {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 8px;
  border: 1px solid #d6dce5;
  background: #f4f7fb;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-checkout .mytheme-shipping-methods__product-image,
.woocommerce-checkout .mytheme-shipping-methods__product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce-checkout .mytheme-shipping-methods__product-meta {
  min-width: 0;
  display: grid;
  gap: 0.18rem;
}

.woocommerce-checkout .mytheme-shipping-methods__product-name {
  color: #111827;
  font-size: 0.95rem;
  line-height: 1.28;
  font-weight: 500;
  text-transform: uppercase;
}

.woocommerce-checkout .mytheme-shipping-methods__product-variant {
  color: #6b7481;
  font-size: 0.84rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.woocommerce-checkout .mytheme-shipping-methods__product-qty {
  color: #6b7481;
  font-size: 0.86rem;
  line-height: 1.2;
}

.woocommerce-checkout .mytheme-shipping-picker-modal__footer {
  border-top: 1px solid #e4e9f0;
  padding: 0.88rem 1.12rem 1.06rem;
}

.woocommerce-checkout .mytheme-shipping-picker-modal__save {
  width: 100%;
  min-height: 3rem;
  border: 0;
  border-radius: 10px;
  background: #1d66d1;
  color: #ffffff;
  font-size: 1.03rem;
  font-weight: 700;
  cursor: pointer;
}

.woocommerce-checkout .mytheme-shipping-picker-modal__save:hover,
.woocommerce-checkout .mytheme-shipping-picker-modal__save:focus-visible {
  background: #1759ba;
}

body.mytheme-shipping-picker-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .woocommerce-checkout .mytheme-shipping-picker__entry {
    grid-template-columns: 2.6rem minmax(0, 1fr) auto;
    gap: 0.58rem;
    padding: 0.76rem 0.82rem;
  }

  .woocommerce-checkout .mytheme-shipping-picker__entry-title {
    font-size: 0.92rem;
  }

  .woocommerce-checkout .mytheme-shipping-picker__entry-sub {
    font-size: 0.84rem;
  }

  .woocommerce-checkout .mytheme-shipping-picker__meta {
    font-size: 0.84rem;
    padding: 0.62rem 0.82rem;
  }

  .woocommerce-checkout .mytheme-shipping-picker__entry-price {
    font-size: 0.88rem;
  }

  .woocommerce-checkout .mytheme-shipping-picker__more {
    font-size: 0.95rem;
    min-height: 2.8rem;
  }

  .woocommerce-checkout .mytheme-shipping-picker-modal {
    padding: 0.78rem;
  }

  .woocommerce-checkout .mytheme-shipping-picker-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 1.56rem);
  }

  .woocommerce-checkout .mytheme-shipping-picker-modal__title {
    font-size: 1.72rem;
  }
}

.woocommerce-checkout .mytheme-checkout .select-paczkomat-button {
  margin-top: 0.5rem !important;
  border: 1px solid #cfd6e1 !important;
  border-radius: 8px !important;
  min-height: 2.55rem !important;
  font-size: 0.84rem !important;
  font-weight: 600 !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-shipping-methods__item--paczkomat-ui > .select-paczkomat-button,
.woocommerce-checkout .mytheme-checkout .mytheme-shipping-methods__item--paczkomat-ui > .mytheme-paczkomat-action .select-paczkomat-button {
  margin-top: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment {
  border: 1px solid #d6dce5;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods {
  border-bottom: 0;
  padding: 0;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods li {
  border: 0;
  border-top: 1px solid #e7ebf1;
  border-radius: 0;
  margin: 0;
  padding: 0.82rem 0.92rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.02rem;
  line-height: 1.35;
  color: #12161c;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods li:first-child {
  border-top: 0;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods label {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1.02rem;
  font-weight: 500;
  color: #12161c;
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  flex-wrap: nowrap;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods label img {
  display: inline-block !important;
  width: auto !important;
  max-height: 1.15rem !important;
  margin: 0 0 0 0.26rem !important;
  float: none !important;
  vertical-align: middle;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods li .payment_box img {
  display: inline-block;
  width: auto;
  max-height: 1.2rem;
  margin: 0 0 0 0.26rem;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box {
  margin: 0.62rem 0 0;
  border: 1px solid #e1e6ee;
  border-radius: 8px;
  background: #f8f9fb;
  font-size: 0.9rem;
  line-height: 1.4;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #place_order {
  min-height: 3.35rem;
  border: 0;
  border-radius: 8px;
  background: #9b6c1e;
  color: #ffffff;
  font-size: 0.98rem;
  letter-spacing: 0.02em;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #place_order:hover,
.woocommerce-checkout .mytheme-checkout__panel--payment #place_order:focus-visible {
  background: #865a17;
  color: #ffffff;
}

.woocommerce-checkout .mytheme-checkout__review-sticky {
  top: 5.6rem !important;
}

.woocommerce-checkout .mytheme-checkout__panel-head--review h2 {
  font-size: 1.45rem !important;
  font-weight: 600 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table thead {
  display: none;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table {
  width: 100% !important;
  table-layout: fixed;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table th,
.woocommerce-checkout .mytheme-checkout__order-review table.shop_table td {
  border-top: 0 !important;
  border-bottom: 1px solid #edf1f6;
  background: transparent !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.92rem !important;
  padding: 0.46rem 0 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-packages-row,
.woocommerce-checkout .mytheme-checkout__order-review tr.mytheme-checkout-packages-row {
  display: none;
}

.woocommerce-checkout .mytheme-checkout__order-review .order-total th,
.woocommerce-checkout .mytheme-checkout__order-review .order-total td {
  font-size: 1.05rem !important;
  font-weight: 700 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart_item td.product-name {
  width: auto;
  min-width: 0;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart_item td.product-total {
  width: 7.2rem;
  white-space: nowrap;
  vertical-align: top;
  text-align: right;
}

.woocommerce-checkout .mytheme-checkout-summary-item {
  display: grid;
  grid-template-columns: 3.1rem minmax(0, 1fr);
  gap: 0.64rem;
  align-items: start;
}

.woocommerce-checkout .mytheme-checkout-summary-item__thumb-wrap {
  position: relative;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #dbe3ee;
  background: #ffffff;
}

.woocommerce-checkout .mytheme-checkout-summary-item__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.woocommerce-checkout .mytheme-checkout-summary-item__qty {
  position: absolute;
  top: 0.18rem;
  right: 0.18rem;
  min-width: 1.05rem;
  height: 1.05rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: #0f1720;
  color: #ffffff;
  font-size: 0.68rem;
  line-height: 1.05rem;
  text-align: center;
  font-weight: 700;
}

.woocommerce-checkout .mytheme-checkout-summary-item__meta {
  min-width: 0;
}

.woocommerce-checkout .mytheme-checkout-summary-item__name {
  display: block;
  color: #12161c;
  font-size: 0.95rem;
  line-height: 1.28;
  font-weight: 500;
  text-transform: uppercase;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: break-word;
}

.woocommerce-checkout .mytheme-checkout-summary-item__name a {
  color: inherit;
  text-decoration: none;
}

.woocommerce-checkout .mytheme-checkout-summary-item__attrs {
  margin-top: 0.24rem;
  color: #646f7e;
  font-size: 0.78rem;
  line-height: 1.3;
}

.woocommerce-checkout .mytheme-checkout-summary-item__attrs dl,
.woocommerce-checkout .mytheme-checkout-summary-item__attrs dd,
.woocommerce-checkout .mytheme-checkout-summary-item__attrs p {
  margin: 0;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-gift-group-row td {
  border-bottom: 0 !important;
  padding-top: 0.72rem !important;
  padding-bottom: 0.22rem !important;
}

.woocommerce-checkout .mytheme-checkout-gift-group-title {
  margin: 0;
  padding-top: 0.58rem;
  border-top: 1px solid #d8e2ee;
  color: #627080;
  font-size: 0.72rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart_item--gift td {
  padding-top: 0.32rem !important;
  padding-bottom: 0.32rem !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart_item--gift td.product-total {
  width: 5.8rem;
  color: #7f9fc3 !important;
  font-size: 0.82rem !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart_item--gift td.product-total .amount {
  font-weight: 500 !important;
}

.woocommerce-checkout .mytheme-checkout-summary-item--gift {
  grid-template-columns: 2.15rem minmax(0, 1fr);
  gap: 0.52rem;
  align-items: center;
}

.woocommerce-checkout .mytheme-checkout-summary-item__thumb-wrap--gift {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 7px;
}

.woocommerce-checkout .mytheme-checkout-summary-item__qty--gift {
  top: 0.12rem;
  right: 0.12rem;
  min-width: 0.88rem;
  height: 0.88rem;
  padding: 0 0.2rem;
  font-size: 0.56rem;
  line-height: 0.88rem;
}

.woocommerce-checkout .mytheme-checkout-summary-item__name--gift {
  font-size: 0.79rem;
  line-height: 1.18;
  font-weight: 600;
  text-transform: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.woocommerce-checkout .mytheme-checkout-summary-item__attrs--gift {
  margin-top: 0.14rem;
  color: #7a8697;
  font-size: 0.68rem;
  line-height: 1.2;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal th,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-totals th,
.woocommerce-checkout .mytheme-checkout__order-review .order-total th {
  color: #12161c;
  font-weight: 500;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal td,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-totals td {
  text-align: right;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table tfoot th {
  text-align: left !important;
  font-weight: 500 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review table.shop_table tfoot td {
  text-align: right !important;
}

.woocommerce-checkout .mytheme-checkout-summary-muted {
  color: #768292;
  font-size: 0.86rem;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-tax-note th,
.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-tax-note td {
  border-bottom: 0 !important;
  padding-top: 0.1rem !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-tax-note small {
  color: #7a8595;
  font-size: 0.78rem;
  line-height: 1.25;
  white-space: nowrap !important;
  display: inline-block;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-tax-note td {
  text-align: right !important;
  padding-right: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-savings-note th,
.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-savings-note td {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0.12rem !important;
  padding-bottom: 0.25rem !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-savings-note td {
  text-align: right !important;
  padding-right: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-savings-note small {
  color: #12161c;
  font-size: 0.84rem;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-savings-note__icon {
  font-size: 0.88rem;
  line-height: 1;
}

.woocommerce-checkout .mytheme-checkout__order-review .product-total,
.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal td,
.woocommerce-checkout .mytheme-checkout__order-review .order-total td {
  color: #4f98db !important;
  font-weight: 500 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-totals td {
  color: #12161c !important;
  font-weight: 500 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .order-total th {
  font-weight: 600 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart_item td.product-total .amount,
.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal td .amount,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-totals td .amount,
.woocommerce-checkout .mytheme-checkout__order-review .order-total td .amount {
  font-weight: 500 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .order-total td .amount {
  display: inline-block;
  min-width: 5.4rem;
  text-align: right;
}

.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-coupon-row th,
.woocommerce-checkout .mytheme-checkout__order-review .mytheme-checkout-coupon-row td {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__input {
  min-height: 3.05rem;
  border: 1px solid #d6dce5 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 0.84rem 0.92rem !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  color: #1b2330 !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__input::placeholder {
  color: #8a93a2 !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__button {
  min-height: 3.05rem !important;
  border: 1px solid #d6dce5 !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #6b7481 !important;
  padding: 0.84rem 1rem !important;
  font-size: 0.98rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__button:hover,
.woocommerce-checkout .mytheme-checkout-coupon-inline__button:focus-visible {
  border-color: #bfc8d5 !important;
  background: #f3f6fa !important;
  color: #4d5663 !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__button.is-loading {
  opacity: 0.8;
  pointer-events: none;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__button.is-ready {
  border-color: #111111 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

/* homepage seo block */
.mytheme-section--seo {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, #ffffff 0%, #f7f4ef 45%, #ffffff 100%);
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
}

.mytheme-homepage .mytheme-section--seo {
  padding: 3.5rem 0;
}

.mytheme-homepage .mytheme-section--seo > .container {
  width: var(--mytheme-container);
  margin-inline: auto;
  padding: 0;
}

.mytheme-seo-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.75fr);
  gap: 2rem;
  padding: 2.6rem;
  background: #ffffff;
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.08);
  overflow: hidden;
}

.mytheme-seo-panel::before,
.mytheme-seo-panel::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.mytheme-seo-panel::before {
  top: -140px;
  right: -170px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(255, 190, 110, 0.35), rgba(255, 190, 110, 0));
}

.mytheme-seo-panel::after {
  bottom: -170px;
  left: -180px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0));
}

.mytheme-seo-panel__content,
.mytheme-seo-panel__aside {
  position: relative;
  z-index: 1;
}

.mytheme-seo-panel__content {
  display: grid;
  gap: 1rem;
}

.mytheme-seo-panel__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mytheme-muted);
}

.mytheme-seo-panel__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.mytheme-seo-panel__text {
  display: grid;
  gap: 0.9rem;
  color: var(--mytheme-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.mytheme-seo-panel__text p {
  margin: 0;
}

.mytheme-seo-panel__text strong {
  color: var(--mytheme-text);
  font-weight: 700;
}

.mytheme-seo-panel__aside {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.6rem;
  border-radius: 16px;
  border: 1px solid var(--mytheme-line);
  background: #f9f9f9;
}

.mytheme-seo-panel__aside-title {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mytheme-seo-panel__aside-title--sub {
  margin-top: 0.95rem;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--mytheme-muted);
}

.mytheme-seo-panel__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.mytheme-seo-panel__tags li a,
.mytheme-seo-panel__tags li span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mytheme-seo-panel__tags li a:hover,
.mytheme-seo-panel__tags li a:focus-visible {
  border-color: #111111;
  box-shadow: 0 10px 18px rgba(17, 17, 17, 0.12);
  transform: translateY(-1px);
}

.mytheme-seo-panel__tags--landing {
  margin-top: 0.5rem;
}

.mytheme-seo-panel__note {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .mytheme-seo-panel {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}

@media (max-width: 640px) {
  .mytheme-section--seo,
  .mytheme-homepage .mytheme-section--seo {
    padding: 2.6rem 0;
  }

  .mytheme-seo-panel {
    padding: 1.6rem;
    border-radius: 18px;
  }

  .mytheme-seo-panel__aside {
    padding: 1.2rem;
  }
}

/* Homepage extra SEO text + guides block */
.rk-home-seo,
.rk-home-guides {
  width: var(--mytheme-container);
  margin-inline: auto;
}

.rk-home-seo {
  padding: 2.4rem 0 1.4rem;
  display: grid;
  gap: 1rem;
}

.rk-home-seo h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
}

.rk-home-seo p {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.rk-home-seo strong {
  color: var(--mytheme-text);
  font-weight: 700;
}

.rk-home-seo a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rk-home-guides {
  padding: 0 0 2.6rem;
  display: grid;
  gap: 0.9rem;
}

.rk-home-guides h2 {
  margin: 0;
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rk-home-guides ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.6rem;
}

.rk-home-guides a {
  display: block;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rk-home-guides a:hover,
.rk-home-guides a:focus-visible {
  border-color: #111111;
  box-shadow: 0 10px 18px rgba(17, 17, 17, 0.12);
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .rk-home-guides ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .rk-home-seo,
  .rk-home-guides {
    width: min(1400px, calc(100% - 1.5rem));
  }

  .rk-home-seo {
    padding: 1.8rem 0 1.1rem;
  }

  .rk-home-seo h2 {
    font-size: 1.1rem;
  }

  .rk-home-guides ul {
    grid-template-columns: 1fr;
  }

  .rk-home-guides a {
    border-radius: 16px;
    padding: 0.65rem 0.9rem;
    font-size: 0.82rem;
  }
}

/* Rekinki landing pages (SEO intent pages) */
.rk-landing {
  display: grid;
  gap: 1.2rem;
  font-size: 0.98rem;
  line-height: 1.7;
}

.rk-landing__lead {
  margin: 0;
  color: var(--mytheme-muted);
}

.rk-landing__support {
  margin: 0;
  color: #2d2d2d;
}

.rk-landing h2 {
  margin: 1.2rem 0 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}

.rk-landing ul {
  margin: 0;
  padding-left: 1.2rem;
}

.rk-landing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.rk-landing__media {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 0.75rem;
}

.rk-landing__media-main,
.rk-landing__media-thumbs {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 0.6rem;
}

.rk-landing__media-main img,
.rk-landing__media-thumbs img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.rk-landing__media-thumbs {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.rk-landing__card {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 1rem 1.1rem;
}

.rk-landing__cta {
  border: 1px solid var(--mytheme-line);
  background: #f9f9f9;
  padding: 1rem;
  display: grid;
  gap: 0.6rem;
  align-content: start;
}

.rk-landing__cta-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.rk-landing__cta .button {
  width: 100%;
}

.rk-landing__cta-note {
  margin: 0;
  color: var(--mytheme-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.rk-landing__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.rk-landing__links a {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 600;
}

.rk-landing__faq {
  display: grid;
  gap: 0.7rem;
}

.rk-landing__faq-item {
  border: 1px solid var(--mytheme-line);
  background: #ffffff;
  padding: 0.75rem 0.85rem;
}

.rk-landing__faq-item h3 {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
}

.rk-landing__faq-item p {
  margin: 0;
  color: #333333;
}

@media (max-width: 900px) {
  .rk-landing__grid {
    grid-template-columns: 1fr;
  }

  .rk-landing__media {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .rk-landing__card,
  .rk-landing__cta {
    padding: 0.9rem;
  }

  .rk-landing__links a {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
  }

  .rk-landing__media-main,
  .rk-landing__media-thumbs {
    padding: 0.5rem;
  }
}

/* PDP mobile hard guard: show only active slide (single-image viewport). */
@media (max-width: 959px) {
  .single-product [data-pdp-gallery] [data-pdp-slide] {
    display: none !important;
  }

  .single-product [data-pdp-gallery] [data-pdp-slide].is-active {
    display: block !important;
  }
}

/* Checkout safeguard: prevent stale Woo blocked/transparent state. */
.woocommerce-checkout form.checkout.processing,
.woocommerce-checkout form.woocommerce-checkout.processing,
.woocommerce-checkout form.checkout.processing #order_review,
.woocommerce-checkout form.woocommerce-checkout.processing #order_review,
.woocommerce-checkout #payment.processing,
.woocommerce-checkout #order_review.processing {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-checkout .blockUI.blockMsg {
  background: transparent !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Checkout sync state: local loading feedback only for sections being refreshed. */
.woocommerce-checkout form.mytheme-checkout .mytheme-sync-target {
  position: relative;
}

.woocommerce-checkout form.mytheme-checkout .mytheme-sync-target.is-syncing-local::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(246, 249, 253, 0.56);
  z-index: 210;
  pointer-events: all;
  cursor: progress;
}

.woocommerce-checkout form.mytheme-checkout .mytheme-sync-target.is-syncing-local::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(79, 152, 219, 0.3);
  border-top-color: #4f98db;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 4px 12px rgba(17, 17, 17, 0.12);
  animation: mytheme-quick-add-spin 0.66s linear infinite;
  z-index: 211;
  pointer-events: none;
}

/* PDP gallery fill safeguard (keep full frame without tiny centered image). */
.single-product .mytheme-pdp-gallery__slide {
  display: block !important;
}

.single-product .mytheme-pdp-gallery__slide img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (min-width: 960px) {
  .single-product .mytheme-pdp-gallery__slide {
    min-height: clamp(360px, 52vh, 700px) !important;
    aspect-ratio: 1 / 1 !important;
  }

.single-product .mytheme-pdp-gallery__slide img {
    max-height: none !important;
  }

/* Product 70 SEO content + guides + FAQ */
.single-product .rk-product-seo {
  margin: 0.9rem 0 1rem;
  padding: 0 0.9rem 0.9rem;
  border-top: 1px solid var(--mytheme-line);
  border-bottom: 1px solid var(--mytheme-line);
  background: var(--mytheme-soft);
}

.single-product .rk-product-seo h2 {
  margin: 0.7rem 0 0.45rem;
  font-size: 1rem;
}

.single-product .rk-product-seo p {
  margin: 0.45rem 0;
  color: #333333;
}

.single-product .rk-product-seo ul {
  margin: 0.4rem 0 0.6rem 1.1rem;
}

.single-product .rk-product-guides,
.single-product .rk-product-faq {
  border-top: 1px solid var(--mytheme-line);
  padding: 1rem 0.9rem 1.2rem;
  background: #ffffff;
}

.single-product .rk-product-guides h2,
.single-product .rk-product-faq h2 {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
}

.single-product .rk-product-guides ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.single-product .rk-product-guides a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--mytheme-line);
  border-radius: 999px;
  background: var(--mytheme-soft);
  text-decoration: none;
  color: inherit;
}

.single-product .rk-product-guides a:hover,
.single-product .rk-product-guides a:focus-visible {
  border-color: #111111;
}

.single-product .rk-product-faq__list {
  display: grid;
  gap: 0.65rem;
}

.single-product .rk-product-faq__item {
  border: 1px solid var(--mytheme-line);
  border-radius: 0.75rem;
  padding: 0.65rem 0.75rem;
  background: var(--mytheme-soft);
}

.single-product .rk-product-faq__item h3 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.single-product .rk-product-faq__item p {
  margin: 0;
  color: #333333;
}

@media (max-width: 720px) {
  .single-product .rk-product-seo {
    padding: 0.75rem 0.75rem 0.85rem;
    margin: 0.7rem 0 0.9rem;
  }

  .single-product .rk-product-seo h2 {
    font-size: 0.95rem;
  }

  .single-product .rk-product-guides,
  .single-product .rk-product-faq {
    padding: 0.85rem 0.75rem 1rem;
  }

  .single-product .rk-product-guides h2,
  .single-product .rk-product-faq h2 {
    font-size: 0.82rem;
    letter-spacing: 0.04em;
  }

  .single-product .rk-product-guides ul {
    grid-template-columns: 1fr;
  }

  .single-product .rk-product-guides a {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 0.85rem;
    font-size: 0.92rem;
  }

  .single-product .rk-product-faq__list {
    gap: 0.55rem;
  }

  .single-product .rk-product-faq__item {
    padding: 0.6rem 0.7rem;
  }

  .single-product .rk-product-faq__item h3 {
    font-size: 0.92rem;
  }

  .single-product .rk-product-faq__item p {
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .single-product .rk-product-seo,
  .single-product .rk-product-guides,
  .single-product .rk-product-faq {
    padding-left: max(0.9rem, env(safe-area-inset-left)) !important;
    padding-right: max(0.9rem, env(safe-area-inset-right)) !important;
  }

  .single-product .rk-product-guides ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
}

@media (max-width: 959px) {
  .single-product .mytheme-pdp-gallery__slide {
    display: none !important;
  }

  .single-product .mytheme-pdp-gallery__slide.is-active {
    display: block !important;
  }

  .single-product .mytheme-pdp-gallery__slide {
    aspect-ratio: 1 / 1 !important;
  }

  .single-product .mytheme-pdp-gallery__slide img {
    max-height: none !important;
  }
}

/* Checkout payment panel polish */
.woocommerce-checkout .mytheme-checkout__panel--payment #payment {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods > li {
  list-style: none !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box {
  margin: 0.62rem 0.82rem 0.26rem !important;
  padding: 0.78rem 0.9rem !important;
  border-radius: 8px !important;
  overflow: hidden !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box p,
.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box div,
.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box label,
.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box small {
  margin: 0 0 0.44rem !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box > :last-child {
  margin-bottom: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box ul,
.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box ol {
  list-style: none !important;
  margin: 0.35rem 0 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box li {
  list-style: none !important;
}

/* Keep rounded corners only for payment box; rest of checkout stays square. */
.woocommerce-checkout .mytheme-checkout__panel,
.woocommerce-checkout .mytheme-checkout__panel-head,
.woocommerce-checkout .mytheme-checkout__panel-body,
.woocommerce-checkout .mytheme-checkout__order-review,
.woocommerce-checkout .mytheme-checkout__order-review table.shop_table,
.woocommerce-checkout .mytheme-checkout__order-actions {
  border-radius: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__panel--payment #payment,
.woocommerce-checkout .mytheme-checkout__panel--payment #payment ul.payment_methods,
.woocommerce-checkout .mytheme-checkout__panel--payment #payment div.payment_box {
  border-radius: 10px !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__button.is-ready:hover,
.woocommerce-checkout .mytheme-checkout-coupon-inline__button.is-ready:focus-visible {
  border-color: #222a33 !important;
  background: #222a33 !important;
  color: #ffffff !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__feedback {
  margin-top: 0.44rem;
  border-radius: 8px;
  border: 1px solid #d8e0ea;
  background: #f8fbff;
  padding: 0.54rem 0.68rem;
  font-size: 0.84rem;
  line-height: 1.35;
  color: #1f2937;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__feedback.is-success {
  border-color: #b8dfc4;
  background: #effaf2;
  color: #166534;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__feedback.is-error {
  border-color: #f2c5c5;
  background: #fff3f3;
  color: #b91c1c;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__feedback.is-info {
  border-color: #c9d7ef;
  background: #f3f7ff;
  color: #1d4ed8;
}

@media (max-width: 640px) {
  .woocommerce-checkout .mytheme-checkout__order-review .cart_item td.product-total {
    width: 5.9rem;
  }

  .woocommerce-checkout .mytheme-checkout__order-review .cart_item--gift td.product-total {
    width: 4.9rem;
    font-size: 0.76rem !important;
  }

  .woocommerce-checkout .mytheme-checkout-summary-item {
    grid-template-columns: 2.5rem minmax(0, 1fr);
    gap: 0.48rem;
  }

  .woocommerce-checkout .mytheme-checkout-summary-item__thumb-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }

  .woocommerce-checkout .mytheme-checkout-gift-group-title {
    font-size: 0.66rem;
    letter-spacing: 0.1em;
  }

  .woocommerce-checkout .mytheme-checkout-summary-item--gift {
    grid-template-columns: 1.82rem minmax(0, 1fr);
    gap: 0.42rem;
  }

  .woocommerce-checkout .mytheme-checkout-summary-item__thumb-wrap--gift {
    width: 1.82rem;
    height: 1.82rem;
  }

  .woocommerce-checkout .mytheme-checkout-summary-item__qty--gift {
    min-width: 0.76rem;
    height: 0.76rem;
    font-size: 0.5rem;
    line-height: 0.76rem;
  }

  .woocommerce-checkout .mytheme-checkout-summary-item__name--gift {
    font-size: 0.72rem;
    line-height: 1.14;
  }

  .woocommerce-checkout .mytheme-checkout-summary-item__attrs--gift {
    font-size: 0.62rem;
  }

  .woocommerce-checkout .mytheme-checkout-coupon-inline {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.46rem;
  }

  .woocommerce-checkout .mytheme-checkout-coupon-inline__button {
    width: auto;
    min-width: 6.4rem;
    white-space: nowrap;
  }
}

.woocommerce-checkout .mytheme-checkout__order-actions {
  margin-top: 0.88rem;
  border: 1px solid #d9dee6;
  border-radius: 10px;
  background: #ffffff;
  padding: 0.86rem 0.9rem 0.9rem;
}

.woocommerce-checkout .mytheme-checkout__order-actions .form-row.place-order {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__order-actions #place_order {
  width: 100%;
  min-height: 3.2rem;
  border: 0;
  border-radius: 8px;
  background: #111111;
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.woocommerce-checkout .mytheme-checkout__order-actions #place_order:hover,
.woocommerce-checkout .mytheme-checkout__order-actions #place_order:focus-visible {
  background: #222a33;
  color: #ffffff;
}

.woocommerce-checkout .mytheme-checkout-regulations {
  margin: 0 0 0.74rem;
}

.woocommerce-checkout .mytheme-checkout-regulations__note {
  margin: 0 0 0.56rem;
  color: #59636f;
  font-size: 0.82rem;
  line-height: 1.42;
}

.woocommerce-checkout .mytheme-checkout-regulations__note a {
  color: #101820;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.woocommerce-checkout .mytheme-checkout-regulations__row {
  margin: 0 !important;
}

.woocommerce-checkout .mytheme-checkout-regulations__row .woocommerce-form__label-for-checkbox,
.woocommerce-checkout .mytheme-checkout-regulations__row .checkbox {
  display: inline-flex !important;
  align-items: flex-start;
  gap: 0.46rem;
  cursor: pointer;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.9rem !important;
  line-height: 1.35;
}

.woocommerce-checkout .mytheme-checkout-regulations__row input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.14rem;
  accent-color: #111111;
}

@media (max-width: 980px) {
  .woocommerce-checkout .mytheme-checkout {
    padding: 0.62rem 0.72rem 1.2rem !important;
  }

  .woocommerce-checkout .mytheme-checkout__layout {
    grid-template-columns: 1fr !important;
    gap: 0.95rem !important;
  }

  .woocommerce-checkout .mytheme-checkout__panel-head h2 {
    font-size: 1.35rem !important;
  }

  .woocommerce-checkout .mytheme-checkout__panel-head--review h2 {
    font-size: 1.2rem !important;
  }

  .woocommerce-checkout .mytheme-checkout__review-sticky {
    position: static !important;
  }

  .woocommerce-checkout .mytheme-checkout__order-actions {
    margin-top: 0.72rem;
    padding: 0.74rem;
  }

  .woocommerce-checkout .mytheme-checkout__order-actions #place_order {
    min-height: 3.05rem;
  }
}

/* Checkout spacing polish (floating labels) */
.woocommerce-checkout .mytheme-checkout__panel--billing .mytheme-checkout__panel-body,
.woocommerce-checkout .mytheme-checkout__panel--shipping .mytheme-checkout__panel-body {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 0.72rem !important;
  row-gap: 0.72rem !important;
  align-items: start !important;
}

.woocommerce-checkout .mytheme-checkout__panel--billing .form-row,
.woocommerce-checkout .mytheme-checkout__panel--shipping .form-row {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  min-width: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__panel--billing .form-row-wide,
.woocommerce-checkout .mytheme-checkout__panel--shipping .form-row-wide {
  grid-column: 1 / -1 !important;
}

.woocommerce-checkout .mytheme-checkout__panel--billing .form-row-first,
.woocommerce-checkout .mytheme-checkout__panel--shipping .form-row-first {
  grid-column: 1 !important;
}

.woocommerce-checkout .mytheme-checkout__panel--billing .form-row-last,
.woocommerce-checkout .mytheme-checkout__panel--shipping .form-row-last {
  grid-column: 2 !important;
}

@media (max-width: 980px) {
  .woocommerce-checkout .mytheme-checkout__panel--billing .mytheme-checkout__panel-body,
  .woocommerce-checkout .mytheme-checkout__panel--shipping .mytheme-checkout__panel-body {
    grid-template-columns: 1fr !important;
    row-gap: 0.66rem !important;
  }

  .woocommerce-checkout .mytheme-checkout__panel--billing .form-row-first,
  .woocommerce-checkout .mytheme-checkout__panel--billing .form-row-last,
  .woocommerce-checkout .mytheme-checkout__panel--shipping .form-row-first,
  .woocommerce-checkout .mytheme-checkout__panel--shipping .form-row-last {
    grid-column: 1 / -1 !important;
  }
}

/* Floating fields fix: prevent clipped inputs/labels */
.woocommerce-checkout .mytheme-checkout__panel--billing .form-row,
.woocommerce-checkout .mytheme-checkout__panel--shipping .form-row,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row {
  overflow: visible !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row .input-text,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row textarea,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row select,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row .select2-container .select2-selection--single {
  min-height: 3.32rem !important;
  height: auto !important;
  line-height: 1.28 !important;
  padding-top: 1.34rem !important;
  padding-bottom: 0.5rem !important;
  border: 1px solid #d6dce5 !important;
  box-shadow: none !important;
  background-color: #ffffff !important;
  background-clip: padding-box !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: 3.32rem;
  line-height: 1.2 !important;
  padding-top: 1.35rem;
  padding-bottom: 0.48rem;
  padding-left: 0.72rem;
  padding-right: 2rem;
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row > label {
  top: 1.66rem;
  transform: translateY(-50%);
}

.woocommerce-checkout .mytheme-checkout .mytheme-floating-row:focus-within > label,
.woocommerce-checkout .mytheme-checkout .mytheme-floating-row.mytheme-floating-active > label {
  top: 0.42rem;
  transform: translateY(0) scale(0.96);
}

/* Thank you page (email-like centered layout) */
.woocommerce-order-received .mytheme-woo-section--checkout {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.woocommerce-order-received .mytheme-thankyou-wrap {
  max-width: 860px;
  margin: 0.75rem auto 0;
}

.woocommerce-order-received .mytheme-thankyou-mail {
  background: #ffffff;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  padding: 1.35rem 1.35rem 1.2rem;
}

.woocommerce-order-received .mytheme-thankyou-mail--failed {
  border-color: #f4c8c8;
}

.woocommerce-order-received .mytheme-thankyou-mail__eyebrow {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4f98db;
  font-weight: 700;
}

.woocommerce-order-received .mytheme-thankyou-mail__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.2;
  font-weight: 700;
  color: #0f172a;
}

.woocommerce-order-received .mytheme-thankyou-mail__lead {
  margin: 0;
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.55;
}

.woocommerce-order-received .mytheme-thankyou-mail__meta {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.54rem;
}

.woocommerce-order-received .mytheme-thankyou-mail__meta li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  border: 1px solid #e6ebf2;
  border-radius: 11px;
  background: #f8fbff;
  padding: 0.58rem 0.7rem;
}

.woocommerce-order-received .mytheme-thankyou-mail__meta span {
  color: #5a6473;
  font-size: 0.82rem;
}

.woocommerce-order-received .mytheme-thankyou-mail__meta strong,
.woocommerce-order-received .mytheme-thankyou-mail__meta .amount,
.woocommerce-order-received .mytheme-thankyou-mail__meta .woocommerce-Price-amount {
  color: #0f172a;
  font-weight: 700;
  font-size: 0.9rem;
}

.woocommerce-order-received .mytheme-thankyou-mail__actions {
  margin-top: 0.95rem;
}

.woocommerce-order-received .mytheme-thankyou-mail__button {
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 700;
}

.woocommerce-order-received .mytheme-thankyou-mail__button:hover,
.woocommerce-order-received .mytheme-thankyou-mail__button:focus-visible {
  background: #ffffff;
  color: #111111;
}

.woocommerce-order-received .mytheme-thankyou-mail__button--ghost {
  border-color: #cad4e3;
  background: #ffffff;
  color: #111111;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  max-width: 860px;
  margin: 1rem auto 0;
  background: #ffffff;
  border: 1px solid #dfe5ee;
  border-radius: 16px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  padding: 1rem 1.2rem 1.15rem;
}

.woocommerce-order-received .woocommerce-order-details > h2,
.woocommerce-order-received .woocommerce-column__title {
  margin: 0 0 0.72rem;
  font-size: 1.06rem;
  color: #0f172a;
}

.woocommerce-order-received .woocommerce-customer-details .col2-set,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  margin: 0;
}

.woocommerce-order-received .woocommerce-customer-details {
  margin-bottom: 2rem;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table,
.woocommerce-order-received .woocommerce-table--order-details {
  border-collapse: collapse;
  border: 0;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table th,
.woocommerce-order-received .woocommerce-order-details table.shop_table td,
.woocommerce-order-received .woocommerce-table--order-details th,
.woocommerce-order-received .woocommerce-table--order-details td {
  border-top: 1px solid #e6ebf2;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 0.7rem 0.25rem;
  font-size: 0.86rem;
}

.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot th,
.woocommerce-order-received .woocommerce-order-details table.shop_table tfoot td {
  font-weight: 700;
}

@media (max-width: 767px) {
  .woocommerce-order-received .mytheme-woo-section--checkout {
    padding-top: 1.2rem;
    padding-bottom: 1.35rem;
  }

  .woocommerce-order-received .mytheme-thankyou-mail,
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details {
    border-radius: 12px;
    padding: 0.9rem;
  }

  .woocommerce-order-received .mytheme-thankyou-mail__meta li {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .woocommerce-order-received .woocommerce-customer-details .col2-set,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .woocommerce-order-received .woocommerce-customer-details {
    margin-bottom: 1.25rem;
  }
}

/* Checkout summary + coupon micro-tuning */
.woocommerce-checkout .mytheme-checkout__order-review table.shop_table {
  width: 100% !important;
  table-layout: auto !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal th,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-totals th,
.woocommerce-checkout .mytheme-checkout__order-review .order-total th {
  text-align: left !important;
  padding-left: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal td,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-totals td,
.woocommerce-checkout .mytheme-checkout__order-review .order-total td {
  text-align: right !important;
  width: 1% !important;
  white-space: nowrap !important;
  padding-right: 0 !important;
}

.woocommerce-checkout .mytheme-checkout__order-review .cart-subtotal td .amount,
.woocommerce-checkout .mytheme-checkout__order-review .woocommerce-shipping-totals td .amount,
.woocommerce-checkout .mytheme-checkout__order-review .order-total td .amount {
  display: inline-block !important;
  text-align: right !important;
  min-width: 0 !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__input,
.woocommerce-checkout .mytheme-checkout-coupon-inline__input::placeholder {
  font-size: 0.84rem !important;
  font-weight: 400 !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__button {
  color: #6f7886 !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
}

.woocommerce-checkout .mytheme-checkout-coupon-inline__button.is-ready {
  border-color: #111111 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}




.single-product .summary .mytheme-rekinki-freebies {
  display: grid;
  gap: 0.42rem;
  margin: 0.12rem 0.9rem 0.82rem;
  padding: 0.68rem 0.72rem 0.74rem;
  border: 1px solid #111111;
  border-radius: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 77, 0.12), transparent 18%),
    #ffffff;
}

.single-product .summary .mytheme-rekinki-freebies__head {
  display: grid;
  gap: 0.2rem;
}

.single-product .summary .mytheme-rekinki-freebies__eyebrow {
  margin: 0;
  color: #17906f;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.single-product .summary .mytheme-rekinki-freebies__title {
  margin: 0;
  color: #111111;
  font-size: 0.98rem;
  line-height: 1.1;
}

.single-product .summary .mytheme-rekinki-freebies__lead {
  margin: 0;
  max-width: none;
  color: #566273;
  font-size: 0.74rem;
  line-height: 1.36;
}

.single-product .summary .mytheme-rekinki-freebies__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.34rem;
}

.single-product .summary .mytheme-rekinki-freebies__card {
  display: grid;
  grid-template-rows: auto minmax(72px, 1fr) auto auto;
  gap: 0.22rem;
  justify-items: center;
  align-content: start;
  text-align: center;
  padding: 0 0 0.44rem;
  border: 1px solid #dbe5f0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}

.single-product .summary .mytheme-rekinki-freebies__card--planner {
  border-color: rgba(23, 144, 111, 0.24);
}

.single-product .summary .mytheme-rekinki-freebies__card--map {
  border-color: rgba(47, 119, 233, 0.22);
}

.single-product .summary .mytheme-rekinki-freebies__card--translator {
  border-color: rgba(161, 111, 255, 0.2);
}

.single-product .summary .mytheme-rekinki-freebies__value {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 1.38rem;
  padding: 0.28rem 0.32rem;
  border-radius: 0;
  background: #204d42;
  color: #ffffff;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.single-product .summary .mytheme-rekinki-freebies__media {
  display: grid;
  place-items: center;
  min-height: 90px;
  padding: 0.28rem 0.16rem 0;
}

.single-product .summary .mytheme-rekinki-freebies__image {
  display: block;
  max-width: 100%;
  width: auto;
  height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(15, 23, 42, 0.14));
}

.single-product .summary .mytheme-rekinki-freebies__image--fallback {
  width: 26px;
  height: 26px;
  color: #111111;
}

.single-product .summary .mytheme-rekinki-freebies__image--fallback svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.75;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .summary .mytheme-bulk-discount--rekinki .mytheme-bulk-discount__unlock-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 0.92rem;
  width: 0.92rem;
  height: 0.92rem;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}

.single-product .summary .mytheme-bulk-discount--rekinki .mytheme-bulk-discount__unlock-icon svg {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  max-width: 0.64rem;
  max-height: 0.64rem;
  flex: 0 0 0.64rem;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.single-product .summary .mytheme-rekinki-freebies__card.is-locked .mytheme-rekinki-freebies__image {
  opacity: 0.72;
  filter: grayscale(0.08) drop-shadow(0 10px 16px rgba(15, 23, 42, 0.08));
}

.single-product .summary .mytheme-rekinki-freebies__name {
  margin: 0;
  padding: 0 0.28rem;
  color: #111111;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.single-product .summary .mytheme-rekinki-freebies__foot {
  margin: 0;
  padding-top: 0.18rem;
  border-top: 1px solid #ecf0f3;
  color: #0f766e;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.22;
}

.single-product .summary .mytheme-rekinki-freebies__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  text-align: center;
  color: #3f5d74;
  font-size: 0.62rem;
  line-height: 1.16;
}

.single-product .summary .mytheme-rekinki-freebies__card--planner .mytheme-rekinki-freebies__value {
  background: #111111;
}

.single-product .summary .mytheme-rekinki-freebies__card--map .mytheme-rekinki-freebies__value {
  background: #2f77e9;
}

.single-product .summary .mytheme-rekinki-freebies__card--translator .mytheme-rekinki-freebies__value {
  background: #2bbf6a;
}

html.mytheme-freebie-preview-open {
  overflow: hidden;
}

.mytheme-rekinki-freebie-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.mytheme-rekinki-freebie-modal.is-open {
  display: flex;
}

.mytheme-rekinki-freebie-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.mytheme-rekinki-freebie-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  max-height: min(88vh, 760px);
  overflow: auto;
  border: 1px solid #111111;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.3);
  padding: 0.96rem 0.82rem 1.08rem;
}

.mytheme-rekinki-freebie-modal__close {
  position: absolute;
  top: 0.34rem;
  right: 0.34rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid #111111;
  background: #ffffff;
  color: #111111;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.mytheme-rekinki-freebie-modal__head {
  display: grid;
  gap: 0.22rem;
  padding-right: 2.2rem;
  margin-bottom: 0.72rem;
}

.mytheme-rekinki-freebie-modal__eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mytheme-rekinki-freebie-modal__title {
  margin: 0;
  color: #111111;
  font-size: 1rem;
  line-height: 1.08;
}

.mytheme-rekinki-freebie-modal__lead {
  margin: 0;
  color: #526173;
  font-size: 0.74rem;
  line-height: 1.42;
}

.mytheme-rekinki-freebie-modal__unlock {
  display: inline-flex;
  justify-self: start;
  margin: 0;
  padding: 0.34rem 0.52rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: #f8fafc;
  color: #111111;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.2;
}

.mytheme-rekinki-freebie-modal__panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.56rem;
}

.mytheme-rekinki-freebie-modal__panel[hidden] {
  display: none;
}

.mytheme-rekinki-freebie-modal__visual-card {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 0.72rem;
  border: 1px solid #dde5ed;
  background: linear-gradient(180deg, #f9fcff 0%, #ffffff 100%);
}

.mytheme-rekinki-freebie-modal__image {
  display: block;
  max-width: 100%;
  width: auto;
  height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 18px 30px rgba(15, 23, 42, 0.14));
}

.mytheme-rekinki-freebie-modal__details {
  display: grid;
  gap: 0.5rem;
}

.mytheme-rekinki-freebie-modal__sheet {
  border: 1px solid #e7ebf1;
  background: #fbfcfe;
  padding: 0.72rem 0.74rem 0.76rem;
}

.mytheme-rekinki-freebie-modal__sheet-title {
  margin: 0 0 0.48rem;
  color: #111111;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mytheme-rekinki-freebie-modal__list {
  display: grid;
  gap: 0.46rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mytheme-rekinki-freebie-modal__list li {
  position: relative;
  padding-left: 0.82rem;
  color: #526173;
  font-size: 0.72rem;
  line-height: 1.42;
}

.mytheme-rekinki-freebie-modal__list li::before {
  content: "";
  position: absolute;
  top: 0.44rem;
  left: 0;
  width: 0.36rem;
  height: 0.36rem;
  background: #111111;
}

.single-product .mytheme-pdp__summary .summary .mytheme-rekinki-freebies,
.single-product .mytheme-pdp__summary .summary .mytheme-seo-internal-links {
  grid-column: 1 / -1;
}

@keyframes mythemeFreebieFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes mythemeFreebiePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08); }
  50% { transform: scale(1.06); box-shadow: 0 14px 24px rgba(47, 119, 233, 0.16); }
}

@keyframes mythemeFreebieWobble {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-5deg); }
  75% { transform: rotate(5deg); }
}

@media (max-width: 720px) {
  .single-product .mytheme-pdp-fins-overlay {
    top: auto;
    right: 0.45rem;
    bottom: 0.45rem;
    left: auto;
    width: min(292px, calc(100% - 0.9rem));
    gap: 0.22rem;
  }

  .single-product .mytheme-pdp-fins-overlay__toggle {
    padding: 0.3rem 0.5rem;
    font-size: 0.54rem;
  }

  .single-product .mytheme-pdp-fins-overlay__panel {
    padding: 0.42rem 0.42rem 0.46rem;
  }

  .single-product .mytheme-pdp-fins-overlay__eyebrow {
    font-size: 0.4rem;
  }

  .single-product .mytheme-pdp-fins-overlay__title {
    font-size: 0.7rem;
    line-height: 1;
  }

  .single-product .mytheme-pdp-fins-overlay__lead {
    margin-top: 0.12rem;
    font-size: 0.49rem;
    line-height: 1.3;
  }

  .single-product .mytheme-pdp-fins-overlay__items {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.2rem;
    padding-top: 0.34rem;
  }

  .single-product .mytheme-pdp-fins-overlay__item {
    padding: 0.12rem 0.1rem 0.1rem;
  }

  .single-product .mytheme-pdp-fins-overlay__unlock {
    min-height: 0.96rem;
    padding: 0.12rem 0.22rem;
    font-size: 0.36rem;
  }

  .single-product .mytheme-pdp-fins-overlay__media {
    min-height: 48px;
    padding: 0.04rem 0.02rem 0.02rem;
  }

  .single-product .mytheme-pdp-fins-overlay__media img {
    max-height: 36px;
  }

  .single-product .mytheme-pdp-fins-overlay__name {
    font-size: 0.44rem;
    min-height: 1.9em;
    letter-spacing: -0.01em;
  }

  .single-product .mytheme-pdp-fins-overlay__locked-badge {
    min-height: 1.16rem;
    padding: 0.14rem 0.34rem;
    font-size: 0.34rem;
  }

  .single-product .mytheme-pdp-fins-overlay__locked-note {
    margin-top: 0.08rem;
    font-size: 0.38rem;
  }

  .single-product .mytheme-pdp-fins-overlay__footer {
    margin-top: 0.08rem;
    padding-top: 0.08rem;
  }

  .single-product .mytheme-pdp-fins-overlay__price {
    font-size: 0.42rem;
  }

  .single-product .mytheme-pdp-fins-overlay__quick {
    min-width: 0.86rem;
    width: 0.86rem;
    height: 0.86rem;
    font-size: 0.56rem;
  }

  .single-product .mytheme-pdp-fins-overlay__quick svg {
    width: 0.48rem;
    height: 0.48rem;
  }

  .single-product .summary .mytheme-rekinki-freebies {
    margin: 0.14rem 0.78rem 0.8rem;
    padding: 0.68rem 0.72rem 0.74rem;
    gap: 0.42rem;
  }

  .single-product .summary .mytheme-rekinki-freebies__title {
    font-size: 0.92rem;
  }

  .single-product .summary .mytheme-rekinki-freebies__lead {
    font-size: 0.66rem;
    line-height: 1.32;
  }

  .single-product .summary .mytheme-rekinki-freebies__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.36rem;
  }

  .single-product .summary .mytheme-rekinki-freebies__card {
    grid-template-rows: auto minmax(72px, 1fr) auto auto;
    gap: 0.22rem;
    align-items: start;
    justify-items: center;
    text-align: center;
    padding: 0 0 0.44rem;
  }

  .single-product .summary .mytheme-rekinki-freebies__name {
    padding: 0 0.28rem;
    font-size: 0.64rem;
    line-height: 1.04;
  }

  .single-product .summary .mytheme-rekinki-freebies__media {
    min-height: 72px;
    padding: 0.42rem 0.2rem 0;
  }

  .single-product .summary .mytheme-rekinki-freebies__value {
    min-height: 1.24rem;
    padding: 0.2rem 0.22rem;
    font-size: 0.46rem;
  }

  .single-product .summary .mytheme-rekinki-freebies__image {
    height: 50px;
  }

  .single-product .summary .mytheme-rekinki-freebies__cta {
    padding: 0 0.24rem;
    font-size: 0.5rem;
    line-height: 1.16;
  }

  .single-product .summary .mytheme-rekinki-freebies__foot {
    font-size: 0.58rem;
    line-height: 1.22;
  }

  .mytheme-rekinki-freebie-modal {
    padding: 0.82rem;
  }

  .mytheme-rekinki-freebie-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 1.64rem);
    padding: 0.96rem 0.82rem 1.08rem;
  }

  .mytheme-rekinki-freebie-modal__head {
    padding-right: 2.2rem;
  }

  .mytheme-rekinki-freebie-modal__title {
    font-size: 1rem;
  }

  .mytheme-rekinki-freebie-modal__lead {
    font-size: 0.74rem;
  }

  .mytheme-rekinki-freebie-modal__unlock {
    font-size: 0.62rem;
  }

  .mytheme-rekinki-freebie-modal__panel {
    grid-template-columns: 1fr;
    gap: 0.56rem;
  }

  .mytheme-rekinki-freebie-modal__visual-card {
    min-height: 190px;
    padding: 0.88rem;
  }

  .mytheme-rekinki-freebie-modal__sheet {
    padding: 0.72rem 0.74rem 0.76rem;
  }

  .mytheme-rekinki-freebie-modal__sheet-title {
    font-size: 0.7rem;
  }

.mytheme-rekinki-freebie-modal__list li {
    font-size: 0.72rem;
  }
}

/* PDP trust badges pinned to gallery image */
.single-product .summary .mytheme-pdp-mini-badges {
  display: none !important;
}

.single-product .mytheme-pdp-gallery__slide .mytheme-pdp-mini-badges--media {
  position: absolute !important;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 7;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: flex-end;
  pointer-events: none;
}

.single-product .mytheme-pdp-gallery__slide .mytheme-pdp-mini-badges--media .mytheme-pdp-mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.95rem;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
  color: #0f172a;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.single-product .mytheme-pdp-gallery__slide .mytheme-pdp-mini-badges--media .mytheme-pdp-mini-badge.is-primary {
  border-color: rgba(17, 17, 17, 0.96);
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.18);
  color: #ffffff;
}

@media (min-width: 960px) {
  .single-product .mytheme-pdp-gallery__slide:not([data-pdp-slide="0"]) .mytheme-pdp-mini-badges--media {
    display: none !important;
  }

  .single-product .mytheme-pdp-gallery__slide[data-pdp-slide="0"] .mytheme-pdp-mini-badges--media {
    flex-wrap: nowrap;
    gap: 0.38rem;
  }

  .single-product .mytheme-pdp-gallery__slide[data-pdp-slide="0"] .mytheme-pdp-mini-badges--media .mytheme-pdp-mini-badge {
    min-height: 1.88rem;
    padding: 0.34rem 0.62rem;
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .single-product .mytheme-pdp-fins-overlay .mytheme-pdp-mini-badges--fins {
    display: none !important;
  }
}

@media (max-width: 959px) {
  .single-product .mytheme-pdp-gallery__slide.has-fins-overlay .mytheme-pdp-mini-badges--media {
    display: none !important;
  }

  .single-product .mytheme-pdp-gallery__slide .mytheme-pdp-mini-badges--media {
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.55rem;
    gap: 0.35rem;
  }

  .single-product .mytheme-pdp-gallery__slide .mytheme-pdp-mini-badges--media .mytheme-pdp-mini-badge {
    min-height: 1.78rem;
    padding: 0.34rem 0.68rem;
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .single-product .mytheme-pdp-fins-overlay .mytheme-pdp-mini-badges--fins {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.25rem;
    margin-top: 0.22rem;
    width: 100%;
  }

  .single-product .mytheme-pdp-fins-overlay .mytheme-pdp-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.85rem;
    padding: 0.26rem 0.24rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    font-size: 0.47rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
  }

  .single-product .mytheme-pdp-fins-overlay .mytheme-pdp-mini-badge.is-primary {
    border-color: rgba(17, 17, 17, 0.96);
    background: rgba(17, 17, 17, 0.94);
    color: #ffffff;
  }
}



