/** Shopify CDN: Minification failed

Line 80:15 Expected identifier but found whitespace
Line 80:17 Unexpected "{"
Line 80:26 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-footer (INDEX:13) */
.ryf-footer-section {
  width: 100%;
}

.ryf-footer {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.ryf-footer-main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: start;
}

.ryf-footer-content {
  max-width:500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ryf-footer-logo {
  width: 180px;
}

.ryf-footer-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.ryf-footer-desc p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin:0;
}



.ryf-footer-desc * {
  color: inherit;
}

.ryf-footer-input form {
  display: flex;
  gap: 8px;
}

.ryf-footer-input input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s ease;
}

.ryf-footer-input input:focus {
  border-color: {{ section.settings.subscribe_btn_bg }};
  outline: none;
}

.ryf-footer-input input::placeholder {
  opacity: 0.7;
}

.ryf-footer-input button {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.1s ease;
  white-space: nowrap;
}

.ryf-footer-input button:hover {
  opacity: 0.9;
}

.ryf-footer-input button:active {
  transform: scale(0.98);
}

.ryf-footer-social {
  display: flex;
  gap: 12px;
}

.ryf-footer-social a {
  font-size: 24px;
  transition: opacity 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.ryf-footer-social a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.ryf-footer-links {
  display: flex;
  gap: 100px;
}

.ryf-footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ryf-footer-links-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.3;
}

.ryf-footer-links-item a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.3s ease;
  line-height: 1.4;
  margin:0;
  display: inline-block;
}

.ryf-footer-links-item a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.ryf-footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ryf-footer-copyright-text p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  font-weight: 400;
}

.ryf-footer-payment {
  max-width: 360px;
}

.ryf-footer-payment img {
  width: 100%;
  height: auto;
  display: block;
}


@media (max-width: 768px) {
  .ryf-footer {
    gap: 40px;
  }
  
  .ryf-footer-copyright {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .ryf-footer-input form {
    flex-direction: column;
  }
  
  .ryf-footer-input button {
    width: 100%;
  }
  .ryf-footer-desc p{
  font-size: 14px;
  }
  .ryf-footer-main{
    flex-direction:column;
  }
}


@media (max-width: 480px) {
  .ryf-footer-logo {
    width: 150px;
  }
  
  .ryf-footer-desc {
    font-size: 14px;
  }
  
  .ryf-footer-links {
justify-content:space-between;
width:100%;
  }
  
  .ryf-footer-links-title {
    font-size: 16px;
  }
  
  .ryf-footer-links-item a {
    font-size: 13px;
  }
  
  .ryf-footer-social a {
    font-size: 20px;
  }
}
/* END_SECTION:custom-footer */

/* START_SECTION:custom-outfit (INDEX:21) */
.one-outfit-section {
  width: 100%;
  background:#f3f3f3;
}
.one-outfit {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  gap: 20px;
}
.one-outfit-item1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.one-outfit-heading{
  width: 70%;
}
.one-outfit-heading h2 {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
  line-height: 110%;
}
.one-outfit-item1-image {
  width: 100%;
  height: 100%;
}
.one-outfit-item1-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.one-outfit-item2 {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
}
.one-outfit-action {
  display: flex;
}
.one-outfit-action a {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 10px;
}
.one-outfit-item2-image {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
  border-radius: 40px;
}
.one-outfit-item2-image h4 {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  line-height: 32px;
  margin: 30px 12px 0 12px;
}
.one-outfit-item2-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.one-outfit-item3 {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
  gap: 50px;
}
.one-outfit-desc {
  margin-left: -120px;
}
.one-outfit-desc p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
}
.one-outfit-item3-image {
  width: 80%;
}
.one-outfit-item3-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.one-outfit-item3-content {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.one-outfit-item3-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  line-height: 32px;
  margin-top:20px;
}
.one-outfit-item3-content p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 132%;
}

/* Disable AOS animations on mobile (max-width: 1020px) */
@media (max-width: 1020px) {
  [data-aos] {
    opacity: 1 !important;
    transform: translate(0, 0) scale(1) !important;
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 1200px) {
  .one-outfit-heading h2 {
    font-size: 40px;
  }
  .one-outfit-item2-image h4 {
    font-size: 21px;
    line-height: 28px;
  }
  .one-outfit-item3-content {
    max-width: 80%;
  }
}
@media (max-width: 1020px) {
  .one-outfit {
    flex-wrap: wrap;
    align-items: stretch;
  }
  .one-outfit-item1 {
    width: 67%;
  }
  .one-outfit-item1-image img {
    border-radius: 12px;
    aspect-ratio: 1/0.8;
  }
  .one-outfit-item2 {
    width: 30%;
  }
  .one-outfit-item2-image {
    border-radius: 12px;
  }
  .one-outfit-item2-image img {
    border-radius: 12px;
    aspect-ratio: 1/1;
  }
  .one-outfit-item3 {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: stretch;
    text-align: left;
  }
  .one-outfit-item3-image {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    width: 100%;
  }
  .one-outfit-desc {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-left: 0;
    margin-bottom: -50px;
    padding-right: 20px;
  }
  .one-outfit-item3-content {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .one-outfit-heading{
  width: 100%;
}
  .one-outfit {
    flex-direction: column;
  }
  .one-outfit-item1 {
    width: 100%;
    gap: 20px;
  }
  .one-outfit-heading h2 {
    text-align: center;
  }
  .one-outfit-item1-image img {
    border-radius: 12px;
    aspect-ratio: 1/1;
  }
  .one-outfit-item2 {
    width: 100%;
    order: 3;
  }
  .one-outfit-action {
    order: 2;
    justify-content: center;
  }
  .one-outfit-item3 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .one-outfit-item3-image,
  .one-outfit-desc,
  .one-outfit-item3-content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .one-outfit-item3-content {
    order: 1;
    padding-right: 0;
  }
  .one-outfit-item3-image {
    order: 2;
  }
  .one-outfit-desc {
    margin-bottom: 0;
    order: 3;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .one-outfit-heading h2 {
    font-size: 28px;
  }
  .one-outfit-action a {
    font-size: 14px;
    border-radius: 6px;
  }
  .one-outfit-item2-image {
    gap: 20px;
  }
  .one-outfit-item2-image h4 {
    margin: 20px 12px 0 12px;
    line-height: 26px;
  }
  .one-outfit-desc p {
    font-size: 14px;
    line-height:20px;
  }
  .one-outfit-item3-content h4 {
    font-size: 21px;
    line-height: 24px;
  }
  .one-outfit-item3-content p {
    font-size: 14px;
    
  }
}
/* END_SECTION:custom-outfit */